01KP9BS4Z5QJ1HY1PWWF264XJ7: 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: 01KP9BSPHTF3AG4X0ZX45PT2MS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T20:03:24.019Zjob assigned to worker 01KP9BT8THC35FPPKJPJZK67KJ [factory aws, i-0d35fdd976e1c8cd4] (queued for 1 m 0 s)
 
22026-04-15T20:03:31.991Zstarting task 0: "setup"
32026-04-15T20:03:31.998Z++ uname -s
42026-04-15T20:03:32.002Z+ kern=SunOS
52026-04-15T20:03:32.002Z+ build_user=build
62026-04-15T20:03:32.002Z+ build_uid=12345
72026-04-15T20:03:32.002Z+ work_dir=/work
82026-04-15T20:03:32.002Z+ input_dir=/input
92026-04-15T20:03:32.002Z+ [[ 0 == 12345 ]]
102026-04-15T20:03:32.002Z+ case "$kern" in
112026-04-15T20:03:32.002Z+ groupadd -g 12345 build
122026-04-15T20:03:32.002Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T20:03:34.009Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T20:03:34.135Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T20:03:34.138Z+ home_fs=zfs
162026-04-15T20:03:34.138Z+ [[ zfs == autofs ]]
172026-04-15T20:03:34.138Z+ mkdir -p /home/build
182026-04-15T20:03:34.141Z+ chown build:build /home/build /work
192026-04-15T20:03:36.142Z+ chmod 0700 /home/build /work
202026-04-15T20:03:36.145Zprocess exited: duration 4157 ms, exit code 0
 
212026-04-15T20:03:36.152Zstarting task 1: "rust-toolchain"
222026-04-15T20:03:36.159Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-15T20:03:36.159Z * rust toolchain channel = "1.94.0"
242026-04-15T20:03:36.159Z * rust toolchain profile = "default"
252026-04-15T20:03:36.159Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-15T20:03:36.159Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-15T20:03:36.159Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-15T20:03:36.162Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T20:03:36.162Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-15T20:03:36.289Zinfo: downloading installer
312026-04-15T20:03:37.872Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T20:03:37.872Zwarn: /opt/ooce/bin
332026-04-15T20:03:37.872Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T20:03:37.872Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T20:03:37.872Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T20:03:37.872Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T20:03:37.872Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T20:03:37.872Zerror: cannot install while Rust is installed
392026-04-15T20:03:37.872Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T20:03:37.872Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T20:03:37.872Zwarn: /home/build/.rustup/settings.toml
422026-04-15T20:03:37.872Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T20:03:37.872Zwarn: instead of the one inferred from the default host triple.
442026-04-15T20:03:37.907Zinfo: profile set to default
452026-04-15T20:03:37.907Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T20:03:37.910Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-15T20:03:38.060Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-15T20:03:38.063Zinfo: downloading 6 components
492026-04-15T20:03:53.353Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-15T20:03:53.353Z
512026-04-15T20:03:53.394Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-15T20:03:53.394Z
532026-04-15T20:03:53.394Z
542026-04-15T20:03:53.394ZRust is installed now. Great!
552026-04-15T20:03:53.394Z
562026-04-15T20:03:53.394ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T20:03:53.394Zenvironment variable. This has not been done automatically.
582026-04-15T20:03:53.394Z
592026-04-15T20:03:53.394ZTo configure your current shell, you need to source
602026-04-15T20:03:53.394Zthe corresponding env file under $HOME/.cargo.
612026-04-15T20:03:53.395Z
622026-04-15T20:03:53.395ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T20:03:53.395Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T20:03:53.395Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T20:03:53.395Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T20:03:53.395Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T20:03:53.395Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T20:03:53.395Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T20:03:53.398Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T20:03:53.398Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T20:03:53.496Z+ rustup --version
722026-04-15T20:03:53.502Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T20:03:53.506Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T20:03:53.524Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-15T20:03:53.527Z+ cargo --version
762026-04-15T20:03:53.535Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-15T20:03:53.538Z+ rustc --version
782026-04-15T20:03:53.559Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-15T20:03:53.562Zprocess exited: duration 17408 ms, exit code 0
 
802026-04-15T20:03:53.568Zstarting task 2: "authentication"
812026-04-15T20:03:53.586Zprocess exited: duration 18 ms, exit code 0
 
822026-04-15T20:03:53.594Zstarting task 3: "clone repository"
832026-04-15T20:03:53.598Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-15T20:03:53.601Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-15T20:03:53.666ZCloning into '/work/oxidecomputer/omicron'...
862026-04-15T20:04:04.389Z+ cd /work/oxidecomputer/omicron
872026-04-15T20:04:04.389Z+ git fetch origin 27599f8b09e9d857dc79a7c835c2063e262bb5cf
882026-04-15T20:04:04.726ZFrom https://github.com/oxidecomputer/omicron
892026-04-15T20:04:04.726Z * branch 27599f8b09e9d857dc79a7c835c2063e262bb5cf -> FETCH_HEAD
902026-04-15T20:04:04.741Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-04-15T20:04:04.745Z++ git branch --show-current
922026-04-15T20:04:04.748Z+ current=main
932026-04-15T20:04:04.748Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-04-15T20:04:04.748Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 27599f8b09e9d857dc79a7c835c2063e262bb5cf
952026-04-15T20:04:04.751Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-04-15T20:04:04.764ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-04-15T20:04:04.767Z+ git reset --hard 27599f8b09e9d857dc79a7c835c2063e262bb5cf
982026-04-15T20:04:04.781ZHEAD is now at 27599f8b0 rustfmt
992026-04-15T20:04:04.784Zprocess exited: duration 11187 ms, exit code 0
 
1002026-04-15T20:04:04.790Zstarting task 4: "build"
1012026-04-15T20:04:04.795Z+ source .github/buildomat/ci-env.sh
1022026-04-15T20:04:04.795Z++ export CARGO_TERM_COLOR=always
1032026-04-15T20:04:04.795Z++ CARGO_TERM_COLOR=always
1042026-04-15T20:04:04.795Z+ cargo --version
1052026-04-15T20:04:04.805Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-15T20:04:04.808Z+ rustc --version
1072026-04-15T20:04:04.829Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-15T20:04:04.832Z+ WORK=/work
1092026-04-15T20:04:04.832Z+ pfexec mkdir -p /work
1102026-04-15T20:04:04.835Z+ pfexec chown build /work
1112026-04-15T20:04:04.838Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-15T20:04:14.639Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-15T20:04:21.947Z Startup: Caching catalogs ... Done
1142026-04-15T20:04:27.836ZPlanning: Solver setup ... Done (4.656s)
1152026-04-15T20:04:27.864ZPlanning: Running solver ... Done (0.029s)
1162026-04-15T20:04:27.991ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-15T20:04:28.011ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-15T20:04:28.723ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-15T20:04:28.756ZPlanning: Package planning ... Done (0.031s)
1202026-04-15T20:04:28.781ZPlanning: Merging actions ... Done (0.027s)
1212026-04-15T20:04:28.969ZPlanning: Checking for conflicting actions ... Done (0.188s)
1222026-04-15T20:04:28.978ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-15T20:04:29.763ZPlanning: Evaluating mediators ... Done (0.751s)
1242026-04-15T20:04:29.769ZPlanning: Planning completed in 7.62 seconds
1252026-04-15T20:04:29.769Z Packages to install: 4
1262026-04-15T20:04:29.769Z Mediators to change: 2
1272026-04-15T20:04:29.769Z Services to change: 1
1282026-04-15T20:04:29.769Z Estimated space available: 155.34 GB
1292026-04-15T20:04:29.769ZEstimated space to be consumed: 1.85 GB
1302026-04-15T20:04:29.769Z Create boot environment: No
1312026-04-15T20:04:29.769ZCreate backup boot environment: No
1322026-04-15T20:04:29.769Z Rebuild boot archive: No
1332026-04-15T20:04:29.769Z
1342026-04-15T20:04:29.769ZChanged mediators:
1352026-04-15T20:04:29.769Z mediator clang:
1362026-04-15T20:04:29.769Z version: None -> 15 (system default)
1372026-04-15T20:04:29.769Z
1382026-04-15T20:04:29.769Z mediator llvm:
1392026-04-15T20:04:29.769Z version: 14 (system default) -> 15 (system default)
1402026-04-15T20:04:29.769Z
1412026-04-15T20:04:29.769ZChanged packages:
1422026-04-15T20:04:29.769Zhelios-dev
1432026-04-15T20:04:29.769Z developer/build-essential
1442026-04-15T20:04:29.769Z None -> 11-2.0
1452026-04-15T20:04:29.769Z library/libxmlsec1
1462026-04-15T20:04:29.769Z None -> 1.2.35-2.0
1472026-04-15T20:04:29.769Z ooce/developer/clang-15
1482026-04-15T20:04:29.769Z None -> 15.0.7-2.0
1492026-04-15T20:04:29.769Z ooce/developer/llvm-15
1502026-04-15T20:04:29.769Z None -> 15.0.7-2.0
1512026-04-15T20:04:29.769Z
1522026-04-15T20:04:29.769ZServices:
1532026-04-15T20:04:29.769Z restart_fmri:
1542026-04-15T20:04:29.769Z svc:/system/update-man-index:default
1552026-04-15T20:04:29.789Z
1562026-04-15T20:04:29.789ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-15T20:04:34.809ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (19.9M/s)
1582026-04-15T20:04:39.810ZDownload: 2673/3290 items 120.5/212.6MB 56% complete (12.1M/s)
1592026-04-15T20:04:45.521ZDownload: 3288/3290 items 212.6/212.6MB 99% complete (13.5M/s)
1602026-04-15T20:04:45.543ZDownload: Completed 212.60 MB in 15.75 seconds (13.5M/s)
1612026-04-15T20:04:45.740Z Actions: 1/3689 actions (Installing new actions)
1622026-04-15T20:04:48.978Z Actions: Completed 3689 actions in 3.24 seconds.
1632026-04-15T20:04:49.265Z Done (0.282s)
1642026-04-15T20:04:49.265Z Done (0.000s)
1652026-04-15T20:04:49.921Z Done (0.657s)
1662026-04-15T20:04:53.178Z Done (2.909s)
1672026-04-15T20:04:53.265Z Done (0.014s)
1682026-04-15T20:04:53.269Z Done (0.000s)
1692026-04-15T20:04:53.504Z Done (0.000s)
1702026-04-15T20:04:54.349ZPlanning: Evaluating mediator changes ... Done
1712026-04-15T20:04:54.457ZPlanning: Checking for conflicting actions ... Done
1722026-04-15T20:04:54.461ZPlanning: Consolidating action changes ... Done
1732026-04-15T20:04:54.616ZPlanning: Evaluating mediators ... Done
1742026-04-15T20:04:54.621ZPlanning: Planning completed in 0.27 seconds
1752026-04-15T20:04:54.642Z Mediators to change: 2
1762026-04-15T20:04:54.642Z Create boot environment: No
1772026-04-15T20:04:54.642ZCreate backup boot environment: No
1782026-04-15T20:04:54.707Z Done
1792026-04-15T20:04:54.707Z Done
1802026-04-15T20:04:55.304Z Done
1812026-04-15T20:04:57.820Z Done
1822026-04-15T20:04:57.893Z Done
1832026-04-15T20:04:57.896Z Done
1842026-04-15T20:04:58.056Z Done
1852026-04-15T20:04:58.432ZPlanning: Evaluating mediator changes ... Done
1862026-04-15T20:04:58.436ZPlanning: Merging actions ... Done
1872026-04-15T20:04:58.572ZPlanning: Checking for conflicting actions ... Done
1882026-04-15T20:04:58.575ZPlanning: Consolidating action changes ... Done
1892026-04-15T20:04:58.707ZPlanning: Evaluating mediators ... Done
1902026-04-15T20:04:58.736ZPlanning: Planning completed in 0.45 seconds
1912026-04-15T20:04:58.758Z Packages to change: 1
1922026-04-15T20:04:58.758Z Mediators to change: 1
1932026-04-15T20:04:58.758Z Services to change: 1
1942026-04-15T20:04:58.758Z Create boot environment: No
1952026-04-15T20:04:58.758ZCreate backup boot environment: Yes
1962026-04-15T20:05:01.100Z Actions: 1/6 actions (Updating modified actions)
1972026-04-15T20:05:01.105Z Actions: Completed 6 actions in 0.00 seconds.
1982026-04-15T20:05:01.105Z Done
1992026-04-15T20:05:01.105Z Done
2002026-04-15T20:05:01.245Z Done
2012026-04-15T20:05:03.818Z Done
2022026-04-15T20:05:03.890Z Done
2032026-04-15T20:05:03.894Z Done
2042026-04-15T20:05:04.050Z Done
2052026-04-15T20:05:04.339ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-15T20:05:04.339Zclang system 15 system
2072026-04-15T20:05:04.339Zcsh system system illumos
2082026-04-15T20:05:04.339Zctags system system illumos
2092026-04-15T20:05:04.339Zfile system system illumos
2102026-04-15T20:05:04.339Zgcc vendor 12 vendor
2112026-04-15T20:05:04.339Zgcc system 14 system
2122026-04-15T20:05:04.339Zgcc system 10 system
2132026-04-15T20:05:04.339Zgo system 1.20 system
2142026-04-15T20:05:04.339Zgo system 1.19 system
2152026-04-15T20:05:04.339Zllvm system 15 system
2162026-04-15T20:05:04.339Zllvm system 14 system
2172026-04-15T20:05:04.339Zmariadb system 10.6 system
2182026-04-15T20:05:04.339Zmta vendor vendor dma
2192026-04-15T20:05:04.339Zopenjdk system 17 system
2202026-04-15T20:05:04.339Zopenjdk system 11 system
2212026-04-15T20:05:04.339Zopenjdk system 1.8 system
2222026-04-15T20:05:04.339Zopenssl vendor 3 vendor
2232026-04-15T20:05:04.339Zperl system 5.36 system
2242026-04-15T20:05:04.339Zpostgresql system 15 system
2252026-04-15T20:05:04.339Zpostgresql system 13 system
2262026-04-15T20:05:04.339Zpython vendor 3 vendor
2272026-04-15T20:05:04.339Zpython system 2 system
2282026-04-15T20:05:04.339Zpython3 system 3.11 system
2292026-04-15T20:05:04.339Zruby system 3.0 system
2302026-04-15T20:05:04.339Zwords vendor vendor american-english
2312026-04-15T20:05:04.339Zwords system system australian-english
2322026-04-15T20:05:04.339Zwords system system british-english
2332026-04-15T20:05:04.339Zwords system system canadian-english
2342026-04-15T20:05:04.339Zwords system system french
2352026-04-15T20:05:04.339Zwords system system italian
2362026-04-15T20:05:04.339Zwords system system ngerman
2372026-04-15T20:05:04.339Zwords system system ogerman
2382026-04-15T20:05:04.339Zwords system system spanish
2392026-04-15T20:05:04.568ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-15T20:05:04.568Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-15T20:05:09.034ZFMRI IFO
2422026-04-15T20:05:09.034Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-15T20:05:09.034Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-15T20:05:09.034Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-15T20:05:09.034Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-15T20:05:09.034Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-15T20:05:09.034Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-15T20:05:09.034Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-04-15T20:05:09.035Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-15T20:05:09.035Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-15T20:05:09.035Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-15T20:05:09.035Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-15T20:05:09.035Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-15T20:05:09.035Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-15T20:05:09.035Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-15T20:05:09.035Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-15T20:05:09.035Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-15T20:05:10.176Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-15T20:05:10.481Z Updating crates.io index
2602026-04-15T20:05:10.515Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-15T20:05:11.249Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-15T20:05:11.681Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-15T20:05:12.239Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-04-15T20:05:13.714Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-04-15T20:05:14.168Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-15T20:05:15.545Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-15T20:05:16.341Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-15T20:05:16.636Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-15T20:05:17.394Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-15T20:05:17.825Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-15T20:05:18.188Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-15T20:05:18.544Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-15T20:05:19.404Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-15T20:05:19.941Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-15T20:05:20.269Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-15T20:05:20.539Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-15T20:05:20.972Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-15T20:05:21.227Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-15T20:05:21.489Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-15T20:05:21.814Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-15T20:05:22.274Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-15T20:05:22.778Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-15T20:05:23.259Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-15T20:05:23.780Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-15T20:05:24.119Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-15T20:05:25.175Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-15T20:05:25.788Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-15T20:05:26.309Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-04-15T20:05:26.806Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-15T20:05:27.137Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-15T20:05:27.490Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-15T20:05:27.807Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-15T20:05:28.298Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-15T20:05:28.563Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-15T20:05:28.837Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-15T20:05:29.097Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-15T20:05:29.478Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-15T20:05:41.128Z Downloading crates ...
2992026-04-15T20:05:41.196Z Downloaded equivalent v1.0.2
3002026-04-15T20:05:41.208Z Downloaded block-buffer v0.10.4
3012026-04-15T20:05:41.208Z Downloaded papergrid v0.11.0
3022026-04-15T20:05:41.208Z Downloaded cfg-if v1.0.4
3032026-04-15T20:05:41.225Z Downloaded usdt-macro v0.5.0
3042026-04-15T20:05:41.225Z Downloaded quote v1.0.44
3052026-04-15T20:05:41.226Z Downloaded form_urlencoded v1.2.2
3062026-04-15T20:05:41.226Z Downloaded potential_utf v0.1.4
3072026-04-15T20:05:41.236Z Downloaded usdt-attr-macro v0.5.0
3082026-04-15T20:05:41.236Z Downloaded fastrand v2.3.0
3092026-04-15T20:05:41.236Z Downloaded typeid v1.0.3
3102026-04-15T20:05:41.236Z Downloaded toml_datetime v0.6.11
3112026-04-15T20:05:41.236Z Downloaded usdt v0.5.0
3122026-04-15T20:05:41.236Z Downloaded yoke-derive v0.8.1
3132026-04-15T20:05:41.236Z Downloaded thread-id v4.2.2
3142026-04-15T20:05:41.236Z Downloaded memchr v2.8.0
3152026-04-15T20:05:41.236Z Downloaded serde_core v1.0.228
3162026-04-15T20:05:41.236Z Downloaded typenum v1.19.0
3172026-04-15T20:05:41.236Z Downloaded zerofrom v0.1.6
3182026-04-15T20:05:41.237Z Downloaded unicode-xid v0.2.6
3192026-04-15T20:05:41.237Z Downloaded anstyle-parse v0.2.7
3202026-04-15T20:05:41.242Z Downloaded generic-array v0.14.7
3212026-04-15T20:05:41.242Z Downloaded heck v0.4.1
3222026-04-15T20:05:41.242Z Downloaded anstream v0.6.21
3232026-04-15T20:05:41.242Z Downloaded byteorder v1.5.0
3242026-04-15T20:05:41.242Z Downloaded proc-macro-error-attr v1.0.4
3252026-04-15T20:05:41.242Z Downloaded unicode-linebreak v0.1.5
3262026-04-15T20:05:41.242Z Downloaded anstyle v1.0.13
3272026-04-15T20:05:41.243Z Downloaded dtrace-parser v0.2.0
3282026-04-15T20:05:41.247Z Downloaded writeable v0.6.2
3292026-04-15T20:05:41.247Z Downloaded colorchoice v1.0.4
3302026-04-15T20:05:41.247Z Downloaded idna_adapter v1.2.1
3312026-04-15T20:05:41.252Z Downloaded tinystr v0.8.2
3322026-04-15T20:05:41.252Z Downloaded zmij v1.0.21
3332026-04-15T20:05:41.252Z Downloaded litemap v0.8.1
3342026-04-15T20:05:41.257Z Downloaded thiserror-impl v1.0.69
3352026-04-15T20:05:41.257Z Downloaded once_cell v1.21.3
3362026-04-15T20:05:41.257Z Downloaded bytecount v0.6.9
3372026-04-15T20:05:41.257Z Downloaded toml v0.8.23
3382026-04-15T20:05:41.261Z Downloaded ordered-float v2.10.1
3392026-04-15T20:05:41.261Z Downloaded anstyle-query v1.1.5
3402026-04-15T20:05:41.261Z Downloaded dof v0.3.0
3412026-04-15T20:05:41.268Z Downloaded yoke v0.8.1
3422026-04-15T20:05:41.268Z Downloaded usdt-impl v0.5.0
3432026-04-15T20:05:41.268Z Downloaded strsim v0.11.1
3442026-04-15T20:05:41.274Z Downloaded macaddr v1.0.1
3452026-04-15T20:05:41.275Z Downloaded terminal_size v0.4.3
3462026-04-15T20:05:41.275Z Downloaded zerocopy-derive v0.7.35
3472026-04-15T20:05:41.281Z Downloaded utf8parse v0.2.2
3482026-04-15T20:05:41.282Z Downloaded ucd-trie v0.1.7
3492026-04-15T20:05:41.282Z Downloaded utf8_iter v1.0.4
3502026-04-15T20:05:41.282Z Downloaded toml_write v0.1.2
3512026-04-15T20:05:41.282Z Downloaded cargo_toml v0.21.0
3522026-04-15T20:05:41.282Z Downloaded itoa v1.0.17
3532026-04-15T20:05:41.282Z Downloaded proc-macro-error v1.0.4
3542026-04-15T20:05:41.289Z Downloaded zerovec-derive v0.11.2
3552026-04-15T20:05:41.289Z Downloaded clap v4.5.60
3562026-04-15T20:05:41.289Z Downloaded cpufeatures v0.2.17
3572026-04-15T20:05:41.295Z Downloaded is_terminal_polyfill v1.70.2
3582026-04-15T20:05:41.295Z Downloaded toml_edit v0.22.27
3592026-04-15T20:05:41.301Z Downloaded stable_deref_trait v1.2.1
3602026-04-15T20:05:41.301Z Downloaded crypto-common v0.1.7
3612026-04-15T20:05:41.301Z Downloaded zerofrom-derive v0.1.6
3622026-04-15T20:05:41.301Z Downloaded smawk v0.3.2
3632026-04-15T20:05:41.305Z Downloaded version_check v0.9.5
3642026-04-15T20:05:41.305Z Downloaded thiserror v2.0.18
3652026-04-15T20:05:41.310Z Downloaded serde_spanned v0.6.9
3662026-04-15T20:05:41.310Z Downloaded url v2.5.8
3672026-04-15T20:05:41.310Z Downloaded scroll_derive v0.12.1
3682026-04-15T20:05:41.310Z Downloaded percent-encoding v2.3.2
3692026-04-15T20:05:41.314Z Downloaded thiserror-impl v2.0.18
3702026-04-15T20:05:41.314Z Downloaded unicode-ident v1.0.24
3712026-04-15T20:05:41.314Z Downloaded tabled_derive v0.7.0
3722026-04-15T20:05:41.317Z Downloaded thiserror v1.0.69
3732026-04-15T20:05:41.317Z Downloaded fnv v1.0.7
3742026-04-15T20:05:41.317Z Downloaded clap_lex v1.0.0
3752026-04-15T20:05:41.317Z Downloaded memmap v0.7.0
3762026-04-15T20:05:41.320Z Downloaded pretty-hex v0.4.1
3772026-04-15T20:05:41.321Z Downloaded plain v0.2.3
3782026-04-15T20:05:41.321Z Downloaded textwrap v0.16.2
3792026-04-15T20:05:41.321Z Downloaded cargo-platform v0.2.0
3802026-04-15T20:05:41.327Z Downloaded heck v0.5.0
3812026-04-15T20:05:41.332Z Downloaded errno v0.3.14
3822026-04-15T20:05:41.337Z Downloaded semver v1.0.27
3832026-04-15T20:05:41.340Z Downloaded zerovec v0.11.5
3842026-04-15T20:05:41.340Z Downloaded scroll v0.12.0
3852026-04-15T20:05:41.344Z Downloaded fs-err v3.3.0
3862026-04-15T20:05:41.344Z Downloaded zerotrie v0.2.3
3872026-04-15T20:05:41.344Z Downloaded winnow v0.7.14
3882026-04-15T20:05:41.360Z Downloaded pest_generator v2.8.6
3892026-04-15T20:05:41.360Z Downloaded icu_locale_core v2.1.1
3902026-04-15T20:05:41.368Z Downloaded serde-value v0.7.0
3912026-04-15T20:05:41.368Z Downloaded cargo-util-schemas v0.8.2
3922026-04-15T20:05:41.368Z Downloaded cargo_metadata v0.21.0
3932026-04-15T20:05:41.368Z Downloaded anyhow v1.0.102
3942026-04-15T20:05:41.368Z Downloaded unicode-width v0.2.0
3952026-04-15T20:05:41.368Z Downloaded digest v0.10.7
3962026-04-15T20:05:41.368Z Downloaded synstructure v0.13.2
3972026-04-15T20:05:41.368Z Downloaded displaydoc v0.2.5
3982026-04-15T20:05:41.368Z Downloaded unicode-width v0.1.14
3992026-04-15T20:05:41.373Z Downloaded swrite v0.1.0
4002026-04-15T20:05:41.373Z Downloaded sha2 v0.10.9
4012026-04-15T20:05:41.373Z Downloaded autocfg v1.5.0
4022026-04-15T20:05:41.373Z Downloaded serde_tokenstream v0.2.3
4032026-04-15T20:05:41.373Z Downloaded erased-serde v0.4.9
4042026-04-15T20:05:41.373Z Downloaded serde-untagged v0.1.9
4052026-04-15T20:05:41.374Z Downloaded camino-tempfile v1.4.1
4062026-04-15T20:05:41.374Z Downloaded bitflags v2.11.0
4072026-04-15T20:05:41.384Z Downloaded zerocopy v0.7.35
4082026-04-15T20:05:41.388Z Downloaded pest_derive v2.8.6
4092026-04-15T20:05:41.388Z Downloaded proc-macro2 v1.0.106
4102026-04-15T20:05:41.388Z Downloaded num-traits v0.2.19
4112026-04-15T20:05:41.388Z Downloaded log v0.4.29
4122026-04-15T20:05:41.388Z Downloaded camino v1.2.2
4132026-04-15T20:05:41.396Z Downloaded icu_normalizer_data v2.1.1
4142026-04-15T20:05:41.397Z Downloaded clap_derive v4.5.55
4152026-04-15T20:05:41.397Z Downloaded tempfile v3.25.0
4162026-04-15T20:05:41.397Z Downloaded smallvec v1.15.1
4172026-04-15T20:05:41.401Z Downloaded serde_derive v1.0.228
4182026-04-15T20:05:41.402Z Downloaded icu_properties v2.1.2
4192026-04-15T20:05:41.423Z Downloaded icu_provider v2.1.1
4202026-04-15T20:05:41.437Z Downloaded getrandom v0.3.4
4212026-04-15T20:05:41.437Z Downloaded pest_meta v2.8.6
4222026-04-15T20:05:41.437Z Downloaded icu_normalizer v2.1.1
4232026-04-15T20:05:41.453Z Downloaded serde v1.0.228
4242026-04-15T20:05:41.458Z Downloaded icu_collections v2.1.1
4252026-04-15T20:05:41.458Z Downloaded indexmap v2.13.0
4262026-04-15T20:05:41.474Z Downloaded pest v2.8.6
4272026-04-15T20:05:41.484Z Downloaded clap_builder v4.5.60
4282026-04-15T20:05:41.496Z Downloaded serde_json v1.0.149
4292026-04-15T20:05:41.510Z Downloaded hashbrown v0.16.1
4302026-04-15T20:05:41.514Z Downloaded goblin v0.8.2
4312026-04-15T20:05:41.514Z Downloaded idna v1.1.0
4322026-04-15T20:05:41.514Z Downloaded icu_properties_data v2.1.2
4332026-04-15T20:05:41.524Z Downloaded tabled v0.15.0
4342026-04-15T20:05:41.545Z Downloaded syn v1.0.109
4352026-04-15T20:05:41.551Z Downloaded syn v2.0.117
4362026-04-15T20:05:41.581Z Downloaded rustix v1.1.3
4372026-04-15T20:05:41.605Z Downloaded libc v0.2.180
4382026-04-15T20:05:41.671Z Compiling proc-macro2 v1.0.106
4392026-04-15T20:05:41.671Z Compiling quote v1.0.44
4402026-04-15T20:05:41.679Z Compiling unicode-ident v1.0.24
4412026-04-15T20:05:41.679Z Compiling serde_core v1.0.228
4422026-04-15T20:05:41.679Z Compiling libc v0.2.180
4432026-04-15T20:05:41.679Z Compiling version_check v0.9.5
4442026-04-15T20:05:41.679Z Compiling stable_deref_trait v1.2.1
4452026-04-15T20:05:41.679Z Compiling memchr v2.8.0
4462026-04-15T20:05:41.680Z Compiling serde v1.0.228
4472026-04-15T20:05:41.680Z Compiling zmij v1.0.21
4482026-04-15T20:05:41.885Z Compiling itoa v1.0.17
4492026-04-15T20:05:41.892Z Compiling thiserror v1.0.69
4502026-04-15T20:05:41.892Z Compiling autocfg v1.5.0
4512026-04-15T20:05:41.892Z Compiling ucd-trie v0.1.7
4522026-04-15T20:05:41.892Z Compiling litemap v0.8.1
4532026-04-15T20:05:42.063Z Compiling writeable v0.6.2
4542026-04-15T20:05:42.113Z Compiling icu_properties_data v2.1.2
4552026-04-15T20:05:42.138Z Compiling byteorder v1.5.0
4562026-04-15T20:05:42.163Z Compiling icu_normalizer_data v2.1.1
4572026-04-15T20:05:42.371Z Compiling rustix v1.1.3
4582026-04-15T20:05:42.387Z Compiling serde_json v1.0.149
4592026-04-15T20:05:42.466Z Compiling pest v2.8.6
4602026-04-15T20:05:42.505Z Compiling bitflags v2.11.0
4612026-04-15T20:05:42.518Z Compiling num-traits v0.2.19
4622026-04-15T20:05:42.644Z Compiling smallvec v1.15.1
4632026-04-15T20:05:42.726Z Compiling typeid v1.0.3
4642026-04-15T20:05:42.840Z Compiling hashbrown v0.16.1
4652026-04-15T20:05:42.853Z Compiling equivalent v1.0.2
4662026-04-15T20:05:42.853Z Compiling usdt-impl v0.5.0
4672026-04-15T20:05:42.863Z Compiling proc-macro-error-attr v1.0.4
4682026-04-15T20:05:42.972Z Compiling winnow v0.7.14
4692026-04-15T20:05:42.979Z Compiling toml_write v0.1.2
4702026-04-15T20:05:42.979Z Compiling erased-serde v0.4.9
4712026-04-15T20:05:42.979Z Compiling syn v1.0.109
4722026-04-15T20:05:43.057Z Compiling errno v0.3.14
4732026-04-15T20:05:43.136Z Compiling thread-id v4.2.2
4742026-04-15T20:05:43.156Z Compiling proc-macro-error v1.0.4
4752026-04-15T20:05:43.251Z Compiling utf8_iter v1.0.4
4762026-04-15T20:05:43.269Z Compiling plain v0.2.3
4772026-04-15T20:05:43.305Z Compiling percent-encoding v2.3.2
4782026-04-15T20:05:43.374Z Compiling indexmap v2.13.0
4792026-04-15T20:05:43.391Z Compiling camino v1.2.2
4802026-04-15T20:05:43.412Z Compiling syn v2.0.117
4812026-04-15T20:05:43.412Z Compiling utf8parse v0.2.2
4822026-04-15T20:05:43.416Z Compiling thiserror v2.0.18
4832026-04-15T20:05:43.465Z Compiling log v0.4.29
4842026-04-15T20:05:43.488Z Compiling getrandom v0.3.4
4852026-04-15T20:05:43.503Z Compiling form_urlencoded v1.2.2
4862026-04-15T20:05:43.520Z Compiling anstyle-parse v0.2.7
4872026-04-15T20:05:43.670Z Compiling pest_meta v2.8.6
4882026-04-15T20:05:43.703Z Compiling ordered-float v2.10.1
4892026-04-15T20:05:43.809Z Compiling colorchoice v1.0.4
4902026-04-15T20:05:43.849Z Compiling pretty-hex v0.4.1
4912026-04-15T20:05:43.867Z Compiling is_terminal_polyfill v1.70.2
4922026-04-15T20:05:43.990Z Compiling anstyle-query v1.1.5
4932026-04-15T20:05:44.010Z Compiling cfg-if v1.0.4
4942026-04-15T20:05:44.013Z Compiling anstyle v1.0.13
4952026-04-15T20:05:44.050Z Compiling fs-err v3.3.0
4962026-04-15T20:05:44.050Z Compiling heck v0.5.0
4972026-04-15T20:05:44.053Z Compiling anyhow v1.0.102
4982026-04-15T20:05:44.120Z Compiling terminal_size v0.4.3
4992026-04-15T20:05:44.159Z Compiling fnv v1.0.7
5002026-04-15T20:05:44.271Z Compiling anstream v0.6.21
5012026-04-15T20:05:44.309Z Compiling fastrand v2.3.0
5022026-04-15T20:05:44.312Z Compiling unicode-xid v0.2.6
5032026-04-15T20:05:44.312Z Compiling strsim v0.11.1
5042026-04-15T20:05:44.312Z Compiling once_cell v1.21.3
5052026-04-15T20:05:44.403Z Compiling heck v0.4.1
5062026-04-15T20:05:44.450Z Compiling clap_lex v1.0.0
5072026-04-15T20:05:44.482Z Compiling bytecount v0.6.9
5082026-04-15T20:05:44.511Z Compiling unicode-width v0.1.14
5092026-04-15T20:05:44.602Z Compiling semver v1.0.27
5102026-04-15T20:05:44.638Z Compiling clap_builder v4.5.60
5112026-04-15T20:05:44.650Z Compiling tempfile v3.25.0
5122026-04-15T20:05:44.705Z Compiling memmap v0.7.0
5132026-04-15T20:05:44.821Z Compiling papergrid v0.11.0
5142026-04-15T20:05:44.839Z Compiling smawk v0.3.2
5152026-04-15T20:05:44.922Z Compiling unicode-width v0.2.0
5162026-04-15T20:05:44.941Z Compiling unicode-linebreak v0.1.5
5172026-04-15T20:05:44.998Z Compiling serde-untagged v0.1.9
5182026-04-15T20:05:45.030Z Compiling camino-tempfile v1.4.1
5192026-04-15T20:05:45.076Z Compiling swrite v0.1.0
5202026-04-15T20:05:45.079Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-15T20:05:45.198Z Compiling textwrap v0.16.2
5222026-04-15T20:05:45.513Z Compiling tabled_derive v0.7.0
5232026-04-15T20:05:46.084Z Compiling synstructure v0.13.2
5242026-04-15T20:05:46.084Z Compiling pest_generator v2.8.6
5252026-04-15T20:05:46.211Z Compiling tabled v0.15.0
5262026-04-15T20:05:46.622Z Compiling serde_derive v1.0.228
5272026-04-15T20:05:46.626Z Compiling zerofrom-derive v0.1.6
5282026-04-15T20:05:46.626Z Compiling yoke-derive v0.8.1
5292026-04-15T20:05:46.626Z Compiling zerovec-derive v0.11.2
5302026-04-15T20:05:46.626Z Compiling displaydoc v0.2.5
5312026-04-15T20:05:46.626Z Compiling thiserror-impl v1.0.69
5322026-04-15T20:05:46.626Z Compiling zerocopy-derive v0.7.35
5332026-04-15T20:05:46.626Z Compiling scroll_derive v0.12.1
5342026-04-15T20:05:46.626Z Compiling thiserror-impl v2.0.18
5352026-04-15T20:05:46.647Z Compiling clap_derive v4.5.55
5362026-04-15T20:05:46.718Z Compiling pest_derive v2.8.6
5372026-04-15T20:05:47.304Z Compiling scroll v0.12.0
5382026-04-15T20:05:47.544Z Compiling goblin v0.8.2
5392026-04-15T20:05:47.565Z Compiling zerocopy v0.7.35
5402026-04-15T20:05:47.617Z Compiling zerofrom v0.1.6
5412026-04-15T20:05:47.725Z Compiling yoke v0.8.1
5422026-04-15T20:05:47.839Z Compiling dtrace-parser v0.2.0
5432026-04-15T20:05:47.883Z Compiling zerovec v0.11.5
5442026-04-15T20:05:47.886Z Compiling zerotrie v0.2.3
5452026-04-15T20:05:48.037Z Compiling clap v4.5.60
5462026-04-15T20:05:48.323Z Compiling tinystr v0.8.2
5472026-04-15T20:05:48.323Z Compiling potential_utf v0.1.4
5482026-04-15T20:05:48.497Z Compiling icu_collections v2.1.1
5492026-04-15T20:05:48.554Z Compiling icu_locale_core v2.1.1
5502026-04-15T20:05:49.116Z Compiling icu_provider v2.1.1
5512026-04-15T20:05:49.145Z Compiling dof v0.3.0
5522026-04-15T20:05:49.145Z Compiling serde_tokenstream v0.2.3
5532026-04-15T20:05:49.167Z Compiling serde_spanned v0.6.9
5542026-04-15T20:05:49.174Z Compiling toml_datetime v0.6.11
5552026-04-15T20:05:49.174Z Compiling serde-value v0.7.0
5562026-04-15T20:05:49.179Z Compiling cargo-platform v0.2.0
5572026-04-15T20:05:49.184Z Compiling macaddr v1.0.1
5582026-04-15T20:05:49.334Z Compiling icu_properties v2.1.2
5592026-04-15T20:05:49.334Z Compiling icu_normalizer v2.1.1
5602026-04-15T20:05:49.401Z Compiling toml_edit v0.22.27
5612026-04-15T20:05:49.832Z Compiling usdt-attr-macro v0.5.0
5622026-04-15T20:05:49.836Z Compiling usdt-macro v0.5.0
5632026-04-15T20:05:50.161Z Compiling idna_adapter v1.2.1
5642026-04-15T20:05:50.271Z Compiling idna v1.1.0
5652026-04-15T20:05:50.417Z Compiling usdt v0.5.0
5662026-04-15T20:05:50.530Z Compiling url v2.5.8
5672026-04-15T20:05:50.674Z Compiling toml v0.8.23
5682026-04-15T20:05:51.002Z Compiling cargo-util-schemas v0.8.2
5692026-04-15T20:05:51.006Z Compiling cargo_toml v0.21.0
5702026-04-15T20:05:51.796Z Compiling cargo_metadata v0.21.0
5712026-04-15T20:05:52.712Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-15T20:05:54.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.84s
5732026-04-15T20:05:55.096Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-15T20:05:55.648Z Downloading crates ...
5752026-04-15T20:05:55.740Z Downloaded base16ct v0.2.0
5762026-04-15T20:05:55.746Z Downloaded bitfield-macros v0.19.4
5772026-04-15T20:05:55.756Z Downloaded cfg_aliases v0.2.1
5782026-04-15T20:05:55.762Z Downloaded async-stream-impl v0.3.6
5792026-04-15T20:05:55.768Z Downloaded bb8 v0.8.6
5802026-04-15T20:05:55.772Z Downloaded defmt-parser v1.0.0
5812026-04-15T20:05:55.772Z Downloaded cstr-argument v0.1.2
5822026-04-15T20:05:55.772Z Downloaded crucible-workspace-hack v0.1.0
5832026-04-15T20:05:55.772Z Downloaded async-recursion v1.1.1
5842026-04-15T20:05:55.775Z Downloaded dunce v1.0.5
5852026-04-15T20:05:55.775Z Downloaded dirs-sys-next v0.1.2
5862026-04-15T20:05:55.775Z Downloaded convert_case v0.10.0
5872026-04-15T20:05:55.776Z Downloaded arrayvec v0.7.6
5882026-04-15T20:05:55.779Z Downloaded dropshot-api-manager-types v0.6.0
5892026-04-15T20:05:55.779Z Downloaded enum-as-inner v0.6.1
5902026-04-15T20:05:55.779Z Downloaded cmake v0.1.57
5912026-04-15T20:05:55.786Z Downloaded flagset v0.4.7
5922026-04-15T20:05:55.786Z Downloaded bitfield-struct v0.6.2
5932026-04-15T20:05:55.786Z Downloaded ed25519 v2.2.3
5942026-04-15T20:05:55.792Z Downloaded ascii-canvas v3.0.0
5952026-04-15T20:05:55.792Z Downloaded erased-serde v0.3.31
5962026-04-15T20:05:55.792Z Downloaded async-stream v0.3.6
5972026-04-15T20:05:55.792Z Downloaded cassowary v0.3.0
5982026-04-15T20:05:55.792Z Downloaded bitfield v0.19.4
5992026-04-15T20:05:55.792Z Downloaded base64ct v1.8.3
6002026-04-15T20:05:55.796Z Downloaded aead v0.5.2
6012026-04-15T20:05:55.800Z Downloaded gethostname v0.5.0
6022026-04-15T20:05:55.804Z Downloaded assert_matches v1.5.0
6032026-04-15T20:05:55.804Z Downloaded adler2 v2.0.1
6042026-04-15T20:05:55.804Z Downloaded arrayref v0.3.9
6052026-04-15T20:05:55.807Z Downloaded blowfish v0.9.1
6062026-04-15T20:05:55.807Z Downloaded darling_macro v0.20.11
6072026-04-15T20:05:55.811Z Downloaded bytes v1.11.1
6082026-04-15T20:05:55.811Z Downloaded darling_macro v0.21.3
6092026-04-15T20:05:55.811Z Downloaded crc32fast v1.5.0
6102026-04-15T20:05:55.815Z Downloaded atomicwrites v0.4.4
6112026-04-15T20:05:55.815Z Downloaded debug-ignore v1.0.5
6122026-04-15T20:05:55.815Z Downloaded argon2 v0.5.3
6132026-04-15T20:05:55.818Z Downloaded deranged v0.5.8
6142026-04-15T20:05:55.818Z Downloaded darling v0.23.0
6152026-04-15T20:05:55.823Z Downloaded downcast-rs v2.0.2
6162026-04-15T20:05:55.823Z Downloaded aes v0.8.4
6172026-04-15T20:05:55.828Z Downloaded array-init v0.0.4
6182026-04-15T20:05:55.828Z Downloaded bit-set v0.5.3
6192026-04-15T20:05:55.828Z Downloaded crunchy v0.2.4
6202026-04-15T20:05:55.832Z Downloaded block-padding v0.3.3
6212026-04-15T20:05:55.832Z Downloaded atty v0.2.14
6222026-04-15T20:05:55.835Z Downloaded bit-set v0.8.0
6232026-04-15T20:05:55.835Z Downloaded either v1.15.0
6242026-04-15T20:05:55.838Z Downloaded difflib v0.4.0
6252026-04-15T20:05:55.838Z Downloaded darling v0.21.3
6262026-04-15T20:05:55.842Z Downloaded cobs v0.3.0
6272026-04-15T20:05:55.842Z Downloaded dof v0.4.0
6282026-04-15T20:05:55.842Z Downloaded arc-swap v1.8.2
6292026-04-15T20:05:55.846Z Downloaded bit-vec v0.6.3
6302026-04-15T20:05:55.846Z Downloaded defmt v1.0.1
6312026-04-15T20:05:55.850Z Downloaded derive_builder_core v0.20.2
6322026-04-15T20:05:55.850Z Downloaded critical-section v1.2.0
6332026-04-15T20:05:55.850Z Downloaded data-encoding v2.10.0
6342026-04-15T20:05:55.854Z Downloaded ciborium-ll v0.2.2
6352026-04-15T20:05:55.854Z Downloaded convert_case v0.4.0
6362026-04-15T20:05:55.854Z Downloaded bcrypt-pbkdf v0.10.0
6372026-04-15T20:05:55.859Z Downloaded crc-catalog v2.4.0
6382026-04-15T20:05:55.859Z Downloaded endian-type v0.1.2
6392026-04-15T20:05:55.863Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-04-15T20:05:55.863Z Downloaded derive_more-impl v2.1.1
6412026-04-15T20:05:55.863Z Downloaded cpufeatures v0.3.0
6422026-04-15T20:05:55.866Z Downloaded cargo-platform v0.1.9
6432026-04-15T20:05:55.866Z Downloaded dsl_auto_type v0.2.0
6442026-04-15T20:05:55.866Z Downloaded crc8 v0.1.1
6452026-04-15T20:05:55.869Z Downloaded foldhash v0.2.0
6462026-04-15T20:05:55.869Z Downloaded bcs v0.1.6
6472026-04-15T20:05:55.869Z Downloaded derive_builder_macro v0.20.2
6482026-04-15T20:05:55.869Z Downloaded crossbeam-epoch v0.9.18
6492026-04-15T20:05:55.874Z Downloaded atomic-waker v1.1.2
6502026-04-15T20:05:55.874Z Downloaded ecdsa v0.16.9
6512026-04-15T20:05:55.879Z Downloaded curve25519-dalek-derive v0.1.1
6522026-04-15T20:05:55.879Z Downloaded castaway v0.2.4
6532026-04-15T20:05:55.879Z Downloaded dirs-next v2.0.0
6542026-04-15T20:05:55.879Z Downloaded embedded-io v0.4.0
6552026-04-15T20:05:55.883Z Downloaded derive_more v0.99.20
6562026-04-15T20:05:55.883Z Downloaded foreign-types-shared v0.1.1
6572026-04-15T20:05:55.883Z Downloaded foreign-types v0.5.0
6582026-04-15T20:05:55.883Z Downloaded dyn-clone v1.0.20
6592026-04-15T20:05:55.887Z Downloaded darling_macro v0.23.0
6602026-04-15T20:05:55.887Z Downloaded crc v3.4.0
6612026-04-15T20:05:55.887Z Downloaded foreign-types-shared v0.3.1
6622026-04-15T20:05:55.887Z Downloaded foreign-types-macros v0.2.3
6632026-04-15T20:05:55.887Z Downloaded futures-sink v0.3.32
6642026-04-15T20:05:55.890Z Downloaded futures-task v0.3.32
6652026-04-15T20:05:55.891Z Downloaded fxhash v0.2.1
6662026-04-15T20:05:55.891Z Downloaded futures-core v0.3.32
6672026-04-15T20:05:55.891Z Downloaded display-error-chain v0.2.2
6682026-04-15T20:05:55.894Z Downloaded foreign-types v0.3.2
6692026-04-15T20:05:55.894Z Downloaded compression-core v0.4.31
6702026-04-15T20:05:55.894Z Downloaded der v0.7.10
6712026-04-15T20:05:55.897Z Downloaded async-trait v0.1.89
6722026-04-15T20:05:55.901Z Downloaded ciborium-io v0.2.2
6732026-04-15T20:05:55.901Z Downloaded env_filter v1.0.0
6742026-04-15T20:05:55.904Z Downloaded bit-vec v0.8.0
6752026-04-15T20:05:55.904Z Downloaded defmt v0.3.100
6762026-04-15T20:05:55.908Z Downloaded fd-lock v4.0.4
6772026-04-15T20:05:55.911Z Downloaded cbc v0.1.2
6782026-04-15T20:05:55.912Z Downloaded bumpalo v3.20.2
6792026-04-15T20:05:55.914Z Downloaded derive-ex v0.1.8
6802026-04-15T20:05:55.915Z Downloaded globwalk v0.9.1
6812026-04-15T20:05:55.915Z Downloaded crossbeam-deque v0.8.6
6822026-04-15T20:05:55.918Z Downloaded darling_core v0.23.0
6832026-04-15T20:05:55.921Z Downloaded cexpr v0.6.0
6842026-04-15T20:05:55.921Z Downloaded bitflags v1.3.2
6852026-04-15T20:05:55.924Z Downloaded chacha20 v0.9.1
6862026-04-15T20:05:55.924Z Downloaded cfg_aliases v0.1.1
6872026-04-15T20:05:55.928Z Downloaded backoff v0.4.0
6882026-04-15T20:05:55.928Z Downloaded const_format_proc_macros v0.2.34
6892026-04-15T20:05:55.928Z Downloaded embedded-io v0.6.1
6902026-04-15T20:05:55.931Z Downloaded hash32 v0.2.1
6912026-04-15T20:05:55.931Z Downloaded hex-literal v0.4.1
6922026-04-15T20:05:55.931Z Downloaded hash32 v0.3.1
6932026-04-15T20:05:55.935Z Downloaded cipher v0.4.4
6942026-04-15T20:05:55.935Z Downloaded document-features v0.2.12
6952026-04-15T20:05:55.935Z Downloaded corncobs v0.1.4
6962026-04-15T20:05:55.938Z Downloaded hex v0.4.3
6972026-04-15T20:05:55.938Z Downloaded fixedbitset v0.4.2
6982026-04-15T20:05:55.943Z Downloaded constant_time_eq v0.4.2
6992026-04-15T20:05:55.943Z Downloaded ghash v0.5.1
7002026-04-15T20:05:55.947Z Downloaded camino-tempfile-ext v0.3.3
7012026-04-15T20:05:55.950Z Downloaded futures-executor v0.3.32
7022026-04-15T20:05:55.950Z Downloaded dtrace-parser v0.3.0
7032026-04-15T20:05:55.954Z Downloaded home v0.5.12
7042026-04-15T20:05:55.954Z Downloaded funty v2.0.0
7052026-04-15T20:05:55.954Z Downloaded hostname v0.4.2
7062026-04-15T20:05:55.959Z Downloaded http-body v1.0.1
7072026-04-15T20:05:55.959Z Downloaded float-cmp v0.10.0
7082026-04-15T20:05:55.959Z Downloaded ctr v0.9.2
7092026-04-15T20:05:55.959Z Downloaded async-bb8-diesel v0.2.1
7102026-04-15T20:05:55.962Z Downloaded foldhash v0.1.5
7112026-04-15T20:05:55.962Z Downloaded chacha20 v0.10.0
7122026-04-15T20:05:55.962Z Downloaded filetime v0.2.27
7132026-04-15T20:05:55.966Z Downloaded diesel-dtrace v0.5.0
7142026-04-15T20:05:55.966Z Downloaded fs_extra v1.3.0
7152026-04-15T20:05:55.966Z Downloaded git-stub-vcs v0.1.0
7162026-04-15T20:05:55.969Z Downloaded git-stub v1.0.0
7172026-04-15T20:05:55.969Z Downloaded find-msvc-tools v0.1.9
7182026-04-15T20:05:55.969Z Downloaded float-ord v0.3.2
7192026-04-15T20:05:55.972Z Downloaded derive_builder v0.20.2
7202026-04-15T20:05:55.975Z Downloaded cookie_store v0.22.1
7212026-04-15T20:05:55.975Z Downloaded hubpack_derive v0.1.1
7222026-04-15T20:05:55.975Z Downloaded hubpack v0.1.2
7232026-04-15T20:05:55.979Z Downloaded futures-io v0.3.32
7242026-04-15T20:05:55.979Z Downloaded hostname v0.3.1
7252026-04-15T20:05:55.979Z Downloaded futures-macro v0.3.32
7262026-04-15T20:05:55.979Z Downloaded indoc v1.0.9
7272026-04-15T20:05:55.983Z Downloaded backon v1.6.0
7282026-04-15T20:05:55.983Z Downloaded group v0.13.0
7292026-04-15T20:05:55.986Z Downloaded colored v3.1.1
7302026-04-15T20:05:55.986Z Downloaded cancel-safe-futures v0.1.5
7312026-04-15T20:05:55.990Z Downloaded console v0.16.2
7322026-04-15T20:05:55.990Z Downloaded bzip2 v0.6.1
7332026-04-15T20:05:55.990Z Downloaded byte-wrapper v0.1.0
7342026-04-15T20:05:55.995Z Downloaded headers-core v0.3.0
7352026-04-15T20:05:55.995Z Downloaded instability v0.3.11
7362026-04-15T20:05:55.995Z Downloaded indent_write v2.2.0
7372026-04-15T20:05:55.995Z Downloaded httpdate v1.0.3
7382026-04-15T20:05:55.998Z Downloaded is_ci v1.2.0
7392026-04-15T20:05:55.998Z Downloaded internet-checksum v0.2.1
7402026-04-15T20:05:55.998Z Downloaded instant v0.1.13
7412026-04-15T20:05:55.998Z Downloaded inout v0.1.4
7422026-04-15T20:05:55.998Z Downloaded ahash v0.8.12
7432026-04-15T20:05:56.003Z Downloaded is-terminal v0.4.17
7442026-04-15T20:05:56.003Z Downloaded fallible-iterator v0.2.0
7452026-04-15T20:05:56.003Z Downloaded daft-derive v0.1.5
7462026-04-15T20:05:56.006Z Downloaded compression-codecs v0.4.37
7472026-04-15T20:05:56.006Z Downloaded clang-sys v1.8.1
7482026-04-15T20:05:56.009Z Downloaded cargo_metadata v0.19.2
7492026-04-15T20:05:56.009Z Downloaded ena v0.14.4
7502026-04-15T20:05:56.014Z Downloaded colored v2.2.0
7512026-04-15T20:05:56.014Z Downloaded ciborium v0.2.2
7522026-04-15T20:05:56.018Z Downloaded http-range v0.1.5
7532026-04-15T20:05:56.018Z Downloaded ff v0.13.1
7542026-04-15T20:05:56.018Z Downloaded daft v0.1.5
7552026-04-15T20:05:56.018Z Downloaded kstat-rs v0.2.4
7562026-04-15T20:05:56.018Z Downloaded fixedbitset v0.5.7
7572026-04-15T20:05:56.022Z Downloaded defmt-macros v1.0.1
7582026-04-15T20:05:56.022Z Downloaded lazy_static v1.5.0
7592026-04-15T20:05:56.022Z Downloaded fs-err v2.11.0
7602026-04-15T20:05:56.026Z Downloaded ar_archive_writer v0.5.1
7612026-04-15T20:05:56.026Z Downloaded buf-list v1.1.2
7622026-04-15T20:05:56.029Z Downloaded der_derive v0.7.3
7632026-04-15T20:05:56.029Z Downloaded csv-core v0.1.13
7642026-04-15T20:05:56.029Z Downloaded ident_case v1.0.1
7652026-04-15T20:05:56.033Z Downloaded blake2 v0.10.6
7662026-04-15T20:05:56.033Z Downloaded impl-trait-for-tuples v0.2.3
7672026-04-15T20:05:56.036Z Downloaded allocator-api2 v0.2.21
7682026-04-15T20:05:56.036Z Downloaded hyper-staticfile v0.10.1
7692026-04-15T20:05:56.039Z Downloaded humantime v2.3.0
7702026-04-15T20:05:56.039Z Downloaded libscf-sys v1.1.0
7712026-04-15T20:05:56.039Z Downloaded lru v0.12.5
7722026-04-15T20:05:56.042Z Downloaded linked-hash-map v0.5.6
7732026-04-15T20:05:56.042Z Downloaded cookie v0.18.1
7742026-04-15T20:05:56.042Z Downloaded lru-cache v0.1.2
7752026-04-15T20:05:56.046Z Downloaded crossbeam-channel v0.5.15
7762026-04-15T20:05:56.046Z Downloaded managed v0.8.0
7772026-04-15T20:05:56.048Z Downloaded console v0.15.11
7782026-04-15T20:05:56.049Z Downloaded glob v0.3.3
7792026-04-15T20:05:56.052Z Downloaded lalrpop-util v0.19.12
7802026-04-15T20:05:56.052Z Downloaded lru-slab v0.1.2
7812026-04-15T20:05:56.052Z Downloaded ed25519-dalek v2.2.0
7822026-04-15T20:05:56.055Z Downloaded des v0.8.1
7832026-04-15T20:05:56.055Z Downloaded darling v0.20.11
7842026-04-15T20:05:56.058Z Downloaded md5 v0.7.0
7852026-04-15T20:05:56.058Z Downloaded globset v0.4.18
7862026-04-15T20:05:56.062Z Downloaded md-5 v0.10.6
7872026-04-15T20:05:56.062Z Downloaded ingot-types v0.1.2
7882026-04-15T20:05:56.065Z Downloaded http-body-util v0.1.3
7892026-04-15T20:05:56.068Z Downloaded crc-any v2.5.0
7902026-04-15T20:05:56.068Z Downloaded bzip2 v0.4.4
7912026-04-15T20:05:56.071Z Downloaded base64 v0.22.1
7922026-04-15T20:05:56.074Z Downloaded maplit v1.0.2
7932026-04-15T20:05:56.074Z Downloaded memoffset v0.9.1
7942026-04-15T20:05:56.077Z Downloaded nonempty v0.12.0
7952026-04-15T20:05:56.077Z Downloaded nibble_vec v0.1.0
7962026-04-15T20:05:56.077Z Downloaded newline-converter v0.3.0
7972026-04-15T20:05:56.077Z Downloaded new_debug_unreachable v1.0.6
7982026-04-15T20:05:56.080Z Downloaded maybe-uninit v2.0.0
7992026-04-15T20:05:56.080Z Downloaded normalize-line-endings v0.3.0
8002026-04-15T20:05:56.080Z Downloaded lzss v0.8.2
8012026-04-15T20:05:56.085Z Downloaded jobserver v0.1.34
8022026-04-15T20:05:56.085Z Downloaded futures-channel v0.3.32
8032026-04-15T20:05:56.085Z Downloaded hmac v0.12.1
8042026-04-15T20:05:56.088Z Downloaded drift v0.1.3
8052026-04-15T20:05:56.088Z Downloaded diff v0.1.13
8062026-04-15T20:05:56.091Z Downloaded num-conv v0.2.0
8072026-04-15T20:05:56.094Z Downloaded num-derive v0.3.3
8082026-04-15T20:05:56.097Z Downloaded num-iter v0.1.45
8092026-04-15T20:05:56.097Z Downloaded crossbeam-utils v0.8.21
8102026-04-15T20:05:56.100Z Downloaded const_format v0.2.35
8112026-04-15T20:05:56.100Z Downloaded libsw v3.5.0
8122026-04-15T20:05:56.103Z Downloaded multimap v0.10.1
8132026-04-15T20:05:56.103Z Downloaded indoc v2.0.7
8142026-04-15T20:05:56.108Z Downloaded mime v0.3.17
8152026-04-15T20:05:56.108Z Downloaded opaque-debug v0.3.1
8162026-04-15T20:05:56.108Z Downloaded num_enum_derive v0.5.11
8172026-04-15T20:05:56.111Z Downloaded newtype-uuid-macros v0.1.0
8182026-04-15T20:05:56.111Z Downloaded lock_api v0.4.14
8192026-04-15T20:05:56.111Z Downloaded match_cfg v0.1.0
8202026-04-15T20:05:56.111Z Downloaded hyper-tls v0.6.0
8212026-04-15T20:05:56.111Z Downloaded derive-where v1.6.0
8222026-04-15T20:05:56.114Z Downloaded ipnetwork v0.21.1
8232026-04-15T20:05:56.114Z Downloaded ingot v0.1.1
8242026-04-15T20:05:56.117Z Downloaded compact_str v0.8.1
8252026-04-15T20:05:56.117Z Downloaded olpc-cjson v0.1.4
8262026-04-15T20:05:56.120Z Downloaded num v0.4.3
8272026-04-15T20:05:56.121Z Downloaded openssl-macros v0.1.1
8282026-04-15T20:05:56.121Z Downloaded keccak v0.1.6
8292026-04-15T20:05:56.124Z Downloaded openssl-probe v0.1.6
8302026-04-15T20:05:56.128Z Downloaded num_threads v0.1.7
8312026-04-15T20:05:56.131Z Downloaded ipnet v2.11.0
8322026-04-15T20:05:56.134Z Downloaded nodrop v0.1.14
8332026-04-15T20:05:56.134Z Downloaded openssl-probe v0.2.1
8342026-04-15T20:05:56.134Z Downloaded half v2.7.1
8352026-04-15T20:05:56.137Z Downloaded const-oid v0.9.6
8362026-04-15T20:05:56.140Z Downloaded libloading v0.8.9
8372026-04-15T20:05:56.143Z Downloaded libefi-sys v0.1.0
8382026-04-15T20:05:56.143Z Downloaded env_logger v0.11.9
8392026-04-15T20:05:56.146Z Downloaded half v1.8.3
8402026-04-15T20:05:56.149Z Downloaded httparse v1.10.1
8412026-04-15T20:05:56.149Z Downloaded getrandom v0.2.17
8422026-04-15T20:05:56.152Z Downloaded parse-size v1.1.0
8432026-04-15T20:05:56.152Z Downloaded iana-time-zone v0.1.65
8442026-04-15T20:05:56.155Z Downloaded pbkdf2 v0.12.2
8452026-04-15T20:05:56.155Z Downloaded path-slash v0.1.5
8462026-04-15T20:05:56.158Z Downloaded hyper-rustls v0.27.7
8472026-04-15T20:05:56.158Z Downloaded oso-derive v0.27.3
8482026-04-15T20:05:56.158Z Downloaded highway v1.3.0
8492026-04-15T20:05:56.164Z Downloaded cc v1.2.56
8502026-04-15T20:05:56.181Z Downloaded peg-runtime v0.8.5
8512026-04-15T20:05:56.185Z Downloaded packed_struct_codegen v0.10.1
8522026-04-15T20:05:56.185Z Downloaded phf_shared v0.13.1
8532026-04-15T20:05:56.185Z Downloaded phf_shared v0.12.1
8542026-04-15T20:05:56.189Z Downloaded dropshot_endpoint v0.17.0
8552026-04-15T20:05:56.189Z Downloaded phf_shared v0.11.3
8562026-04-15T20:05:56.189Z Downloaded num_enum v0.5.11
8572026-04-15T20:05:56.192Z Downloaded newtype_derive v0.1.6
8582026-04-15T20:05:56.192Z Downloaded ingot-macros v0.1.1
8592026-04-15T20:05:56.195Z Downloaded nanorand v0.7.0
8602026-04-15T20:05:56.195Z Downloaded futures v0.3.32
8612026-04-15T20:05:56.198Z Downloaded pin-utils v0.1.0
8622026-04-15T20:05:56.201Z Downloaded oxide-tokio-rt v0.1.3
8632026-04-15T20:05:56.201Z Downloaded pbkdf2 v0.11.0
8642026-04-15T20:05:56.201Z Downloaded derive_more v2.1.1
8652026-04-15T20:05:56.208Z Downloaded chacha20poly1305 v0.10.1
8662026-04-15T20:05:56.211Z Downloaded proc-macro-crate v3.4.0
8672026-04-15T20:05:56.211Z Downloaded proc-macro-crate v1.3.1
8682026-04-15T20:05:56.211Z Downloaded predicates-core v1.0.10
8692026-04-15T20:05:56.215Z Downloaded num_enum v0.7.5
8702026-04-15T20:05:56.218Z Downloaded multer v3.1.0
8712026-04-15T20:05:56.218Z Downloaded base64 v0.21.7
8722026-04-15T20:05:56.221Z Downloaded num-integer v0.1.46
8732026-04-15T20:05:56.221Z Downloaded num-derive v0.4.2
8742026-04-15T20:05:56.221Z Downloaded num-complex v0.4.6
8752026-04-15T20:05:56.224Z Downloaded nu-ansi-term v0.50.3
8762026-04-15T20:05:56.224Z Downloaded native-tls v0.2.18
8772026-04-15T20:05:56.227Z Downloaded mime_guess v2.0.5
8782026-04-15T20:05:56.227Z Downloaded paste v1.0.15
8792026-04-15T20:05:56.231Z Downloaded password-hash v0.5.0
8802026-04-15T20:05:56.231Z Downloaded getrandom v0.4.1
8812026-04-15T20:05:56.234Z Downloaded parking_lot_core v0.8.6
8822026-04-15T20:05:56.234Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-04-15T20:05:56.237Z Downloaded libbz2-rs-sys v0.2.2
8842026-04-15T20:05:56.237Z Downloaded pem v3.0.6
8852026-04-15T20:05:56.237Z Downloaded oxnet v0.1.4
8862026-04-15T20:05:56.240Z Downloaded owo-colors v4.3.0
8872026-04-15T20:05:56.240Z Downloaded password-hash v0.4.2
8882026-04-15T20:05:56.243Z Downloaded progenitor-client v0.11.2
8892026-04-15T20:05:56.243Z Downloaded async-compression v0.4.41
8902026-04-15T20:05:56.246Z Downloaded flume v0.11.1
8912026-04-15T20:05:56.249Z Downloaded darling_core v0.21.3
8922026-04-15T20:05:56.252Z Downloaded psl-types v2.0.11
8932026-04-15T20:05:56.252Z Downloaded progenitor-macro v0.10.0
8942026-04-15T20:05:56.255Z Downloaded progenitor-client v0.10.0
8952026-04-15T20:05:56.255Z Downloaded ignore v0.4.25
8962026-04-15T20:05:56.260Z Downloaded hickory-resolver v0.24.4
8972026-04-15T20:05:56.260Z Downloaded predicates-tree v1.0.13
8982026-04-15T20:05:56.265Z Downloaded elliptic-curve v0.13.8
8992026-04-15T20:05:56.265Z Downloaded headers v0.4.1
9002026-04-15T20:05:56.269Z Downloaded precomputed-hash v0.1.1
9012026-04-15T20:05:56.269Z Downloaded polyval v0.6.2
9022026-04-15T20:05:56.270Z Downloaded pin-project-lite v0.2.17
9032026-04-15T20:05:56.273Z Downloaded radium v0.7.0
9042026-04-15T20:05:56.273Z Downloaded ppv-lite86 v0.2.21
9052026-04-15T20:05:56.273Z Downloaded pin-project-internal v1.1.11
9062026-04-15T20:05:56.276Z Downloaded predicates v3.1.4
9072026-04-15T20:05:56.276Z Downloaded num_enum_derive v0.7.5
9082026-04-15T20:05:56.276Z Downloaded newtype-uuid v1.3.2
9092026-04-15T20:05:56.279Z Downloaded peg-macros v0.8.5
9102026-04-15T20:05:56.279Z Downloaded phf v0.13.1
9112026-04-15T20:05:56.279Z Downloaded memmap2 v0.9.10
9122026-04-15T20:05:56.282Z Downloaded hickory-resolver v0.25.2
9132026-04-15T20:05:56.285Z Downloaded indexmap v1.9.3
9142026-04-15T20:05:56.285Z Downloaded darling_core v0.20.11
9152026-04-15T20:05:56.288Z Downloaded parse-display-derive v0.10.0
9162026-04-15T20:05:56.288Z Downloaded parse-display v0.10.0
9172026-04-15T20:05:56.293Z Downloaded packed_struct v0.10.1
9182026-04-15T20:05:56.293Z Downloaded quick-error v1.2.3
9192026-04-15T20:05:56.293Z Downloaded rand_chacha v0.3.1
9202026-04-15T20:05:56.296Z Downloaded parking_lot v0.12.5
9212026-04-15T20:05:56.296Z Downloaded peg v0.8.5
9222026-04-15T20:05:56.296Z Downloaded phf v0.12.1
9232026-04-15T20:05:56.299Z Downloaded pem-rfc7468 v0.7.0
9242026-04-15T20:05:56.299Z Downloaded aes-gcm v0.10.3
9252026-04-15T20:05:56.302Z Downloaded ref-cast v1.0.25
9262026-04-15T20:05:56.302Z Downloaded parking_lot_core v0.9.12
9272026-04-15T20:05:56.305Z Downloaded linear-map v1.2.0
9282026-04-15T20:05:56.305Z Downloaded libsw-core v0.3.2
9292026-04-15T20:05:56.309Z Downloaded ref-cast-impl v1.0.25
9302026-04-15T20:05:56.309Z Downloaded rand_xorshift v0.4.0
9312026-04-15T20:05:56.309Z Downloaded parking_lot v0.11.2
9322026-04-15T20:05:56.347Z Downloaded pkcs8 v0.10.2
9332026-04-15T20:05:56.347Z Downloaded litrs v1.0.0
9342026-04-15T20:05:56.353Z Downloaded rfc6979 v0.4.0
9352026-04-15T20:05:56.353Z Downloaded num-rational v0.4.2
9362026-04-15T20:05:56.353Z Downloaded fatfs v0.3.6
9372026-04-15T20:05:56.353Z Downloaded dropshot_endpoint v0.16.7
9382026-04-15T20:05:56.353Z Downloaded progenitor-macro v0.11.2
9392026-04-15T20:05:56.353Z Downloaded progenitor-extras v0.1.1
9402026-04-15T20:05:56.353Z Downloaded russh-cryptovec v0.7.3
9412026-04-15T20:05:56.353Z Downloaded pkg-config v0.3.32
9422026-04-15T20:05:56.353Z Downloaded indicatif v0.18.4
9432026-04-15T20:05:56.353Z Downloaded omicron-zone-package v0.12.2
9442026-04-15T20:05:56.353Z Downloaded heapless v0.7.17
9452026-04-15T20:05:56.353Z Downloaded postcard v1.1.3
9462026-04-15T20:05:56.353Z Downloaded pkcs5 v0.7.1
9472026-04-15T20:05:56.353Z Downloaded recursive v0.1.1
9482026-04-15T20:05:56.353Z Downloaded rustc-hash v2.1.1
9492026-04-15T20:05:56.353Z Downloaded progenitor-macro v0.13.0
9502026-04-15T20:05:56.353Z Downloaded rustc_version v0.4.1
9512026-04-15T20:05:56.353Z Downloaded rustc_version v0.1.7
9522026-04-15T20:05:56.353Z Downloaded poly1305 v0.8.0
9532026-04-15T20:05:56.353Z Downloaded pkcs1 v0.7.5
9542026-04-15T20:05:56.353Z Downloaded heapless v0.8.0
9552026-04-15T20:05:56.357Z Downloaded progenitor v0.13.0
9562026-04-15T20:05:56.360Z Downloaded miniz_oxide v0.8.9
9572026-04-15T20:05:56.363Z Downloaded progenitor v0.10.0
9582026-04-15T20:05:56.366Z Downloaded primeorder v0.13.6
9592026-04-15T20:05:56.366Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-04-15T20:05:56.366Z Downloaded psm v0.1.30
9612026-04-15T20:05:56.371Z Downloaded postgres-protocol v0.6.10
9622026-04-15T20:05:56.374Z Downloaded flate2 v1.1.9
9632026-04-15T20:05:56.377Z Downloaded rand_core v0.9.5
9642026-04-15T20:05:56.377Z Downloaded rand_core v0.6.4
9652026-04-15T20:05:56.380Z Downloaded powerfmt v0.2.0
9662026-04-15T20:05:56.384Z Downloaded p256 v0.13.2
9672026-04-15T20:05:56.384Z Downloaded salsa20 v0.10.2
9682026-04-15T20:05:56.388Z Downloaded rand_seeder v0.4.0
9692026-04-15T20:05:56.388Z Downloaded scheduled-thread-pool v0.2.7
9702026-04-15T20:05:56.388Z Downloaded rand_core v0.10.0
9712026-04-15T20:05:56.388Z Downloaded rand_chacha v0.9.0
9722026-04-15T20:05:56.391Z Downloaded rtoolbox v0.0.3
9732026-04-15T20:05:56.397Z Downloaded progenitor-client v0.13.0
9742026-04-15T20:05:56.400Z Downloaded hickory-server v0.25.2
9752026-04-15T20:05:56.400Z Downloaded seq-macro v0.3.6
9762026-04-15T20:05:56.404Z Downloaded scrypt v0.11.0
9772026-04-15T20:05:56.404Z Downloaded expectorate v1.2.0
9782026-04-15T20:05:56.404Z Downloaded crypto-bigint v0.5.5
9792026-04-15T20:05:56.407Z Downloaded r2d2 v0.8.10
9802026-04-15T20:05:56.411Z Downloaded postgres-types v0.2.12
9812026-04-15T20:05:56.416Z Downloaded serde-big-array v0.5.1
9822026-04-15T20:05:56.419Z Downloaded same-file v1.0.6
9832026-04-15T20:05:56.419Z Downloaded scroll_derive v0.13.1
9842026-04-15T20:05:56.419Z Downloaded serde_urlencoded v0.7.1
9852026-04-15T20:05:56.422Z Downloaded serde_spanned v1.0.4
9862026-04-15T20:05:56.422Z Downloaded secrecy v0.10.3
9872026-04-15T20:05:56.422Z Downloaded sapling-renderdag v0.1.0
9882026-04-15T20:05:56.425Z Downloaded scopeguard v1.2.0
9892026-04-15T20:05:56.426Z Downloaded openssl-sys v0.9.111
9902026-04-15T20:05:56.431Z Downloaded jiff-static v0.2.21
9912026-04-15T20:05:56.435Z Downloaded http v1.4.0
9922026-04-15T20:05:56.438Z Downloaded crossterm v0.28.1
9932026-04-15T20:05:56.441Z Downloaded rustls-pemfile v2.2.0
9942026-04-15T20:05:56.441Z Downloaded rustls-native-certs v0.8.3
9952026-04-15T20:05:56.444Z Downloaded quinn-udp v0.5.14
9962026-04-15T20:05:56.444Z Downloaded rustls-pemfile v1.0.4
9972026-04-15T20:05:56.447Z Downloaded proc-macro-error2 v2.0.1
9982026-04-15T20:05:56.447Z Downloaded secrecy v0.8.0
9992026-04-15T20:05:56.450Z Downloaded serde_plain v1.0.2
10002026-04-15T20:05:56.450Z Downloaded pin-project v1.1.11
10012026-04-15T20:05:56.456Z Downloaded hashbrown v0.12.3
10022026-04-15T20:05:56.459Z Downloaded papergrid v0.17.0
10032026-04-15T20:05:56.463Z Downloaded oso v0.27.3
10042026-04-15T20:05:56.466Z Downloaded sigpipe v0.1.3
10052026-04-15T20:05:56.466Z Downloaded siphasher v1.0.2
10062026-04-15T20:05:56.469Z Downloaded shell-words v1.1.1
10072026-04-15T20:05:56.469Z Downloaded progenitor v0.11.2
10082026-04-15T20:05:56.469Z Downloaded diesel_derives v2.3.7
10092026-04-15T20:05:56.472Z Downloaded signal-hook-mio v0.2.5
10102026-04-15T20:05:56.479Z Downloaded sct v0.7.1
10112026-04-15T20:05:56.483Z Downloaded serde_repr v0.1.20
10122026-04-15T20:05:56.491Z Downloaded signal-hook-tokio v0.3.1
10132026-04-15T20:05:56.491Z Downloaded sha1 v0.10.6
10142026-04-15T20:05:56.491Z Downloaded slog-bunyan v2.5.0
10152026-04-15T20:05:56.491Z Downloaded dropshot-api-manager v0.6.0
10162026-04-15T20:05:56.494Z Downloaded sec1 v0.7.3
10172026-04-15T20:05:56.494Z Downloaded schemars_derive v0.8.22
10182026-04-15T20:05:56.494Z Downloaded rusty-fork v0.3.1
10192026-04-15T20:05:56.494Z Downloaded rustversion v1.0.22
10202026-04-15T20:05:56.497Z Downloaded serde_derive_internals v0.29.1
10212026-04-15T20:05:56.497Z Downloaded scroll v0.13.0
10222026-04-15T20:05:56.497Z Downloaded serde_bytes v0.11.19
10232026-04-15T20:05:56.500Z Downloaded russh-keys v0.45.0
10242026-04-15T20:05:56.500Z Downloaded signature v2.2.0
10252026-04-15T20:05:56.503Z Downloaded sqlparser_derive v0.5.0
10262026-04-15T20:05:56.503Z Downloaded prettyplease v0.2.37
10272026-04-15T20:05:56.507Z Downloaded serde_path_to_error v0.1.20
10282026-04-15T20:05:56.511Z Downloaded prefix-trie v0.7.0
10292026-04-15T20:05:56.516Z Downloaded rustls-pki-types v1.14.0
10302026-04-15T20:05:56.525Z Downloaded strip-ansi-escapes v0.2.1
10312026-04-15T20:05:56.528Z Downloaded shlex v1.3.0
10322026-04-15T20:05:56.535Z Downloaded hashbrown v0.13.2
10332026-04-15T20:05:56.538Z Downloaded slog-dtrace v0.3.0
10342026-04-15T20:05:56.541Z Downloaded simd-adler32 v0.3.8
10352026-04-15T20:05:56.541Z Downloaded strum v0.27.2
10362026-04-15T20:05:56.541Z Downloaded structmeta v0.3.0
10372026-04-15T20:05:56.541Z Downloaded resolv-conf v0.7.6
10382026-04-15T20:05:56.545Z Downloaded hyper-util v0.1.20
10392026-04-15T20:05:56.548Z Downloaded ssh-encoding v0.2.0
10402026-04-15T20:05:56.548Z Downloaded progenitor-impl v0.11.2
10412026-04-15T20:05:56.548Z Downloaded ssh-cipher v0.2.0
10422026-04-15T20:05:56.552Z Downloaded serde-hex v0.1.0
10432026-04-15T20:05:56.555Z Downloaded sync-ptr v0.1.4
10442026-04-15T20:05:56.555Z Downloaded slog-envlogger v2.2.0
10452026-04-15T20:05:56.555Z Downloaded progenitor-impl v0.13.0
10462026-04-15T20:05:56.558Z Downloaded tabwriter v1.4.1
10472026-04-15T20:05:56.558Z Downloaded sync_wrapper v1.0.2
10482026-04-15T20:05:56.561Z Downloaded slog-scope v4.4.1
10492026-04-15T20:05:56.566Z Downloaded serde_cbor v0.11.2
10502026-04-15T20:05:56.569Z Downloaded snafu-derive v0.8.9
10512026-04-15T20:05:56.569Z Downloaded rcgen v0.12.1
10522026-04-15T20:05:56.572Z Downloaded testing_table v0.3.0
10532026-04-15T20:05:56.572Z Downloaded termtree v0.5.1
10542026-04-15T20:05:56.572Z Downloaded strum v0.26.3
10552026-04-15T20:05:56.575Z Downloaded structmeta-derive v0.3.0
10562026-04-15T20:05:56.575Z Downloaded sqlformat v0.3.5
10572026-04-15T20:05:56.575Z Downloaded semver v0.1.20
10582026-04-15T20:05:56.578Z Downloaded supports-color v3.0.2
10592026-04-15T20:05:56.583Z Downloaded slog-stdlog v4.1.1
10602026-04-15T20:05:56.586Z Downloaded slog-json v2.6.1
10612026-04-15T20:05:56.586Z Downloaded minimal-lexical v0.2.1
10622026-04-15T20:05:56.589Z Downloaded ryu v1.0.23
10632026-04-15T20:05:56.592Z Downloaded rustls-platform-verifier v0.6.2
10642026-04-15T20:05:56.592Z Downloaded slog-async v2.8.0
10652026-04-15T20:05:56.598Z Downloaded static_assertions v1.1.0
10662026-04-15T20:05:56.598Z Downloaded stacker v0.1.23
10672026-04-15T20:05:56.601Z Downloaded spki v0.7.3
10682026-04-15T20:05:56.601Z Downloaded smf v0.2.3
10692026-04-15T20:05:56.601Z Downloaded slab v0.4.12
10702026-04-15T20:05:56.604Z Downloaded tap v1.0.1
10712026-04-15T20:05:56.604Z Downloaded take_mut v0.2.2
10722026-04-15T20:05:56.604Z Downloaded tabled_derive v0.11.0
10732026-04-15T20:05:56.604Z Downloaded pretty_assertions v1.4.1
10742026-04-15T20:05:56.608Z Downloaded slog-term v2.9.2
10752026-04-15T20:05:56.611Z Downloaded subtle v2.6.1
10762026-04-15T20:05:56.614Z Downloaded progenitor-impl v0.10.0
10772026-04-15T20:05:56.615Z Downloaded tinyvec_macros v0.1.1
10782026-04-15T20:05:56.615Z Downloaded strum_macros v0.24.3
10792026-04-15T20:05:56.618Z Downloaded ron v0.8.1
10802026-04-15T20:05:56.621Z Downloaded libxml v0.3.3
10812026-04-15T20:05:56.624Z Downloaded iddqd v0.3.17
10822026-04-15T20:05:56.628Z Downloaded thiserror-impl-no-std v2.0.2
10832026-04-15T20:05:56.628Z Downloaded time-core v0.1.8
10842026-04-15T20:05:56.632Z Downloaded string_cache v0.8.9
10852026-04-15T20:05:56.638Z Downloaded crossterm v0.29.0
10862026-04-15T20:05:56.643Z Downloaded signal-hook-registry v1.4.8
10872026-04-15T20:05:56.651Z Downloaded rayon-core v1.13.0
10882026-04-15T20:05:56.654Z Downloaded mio v1.1.1
10892026-04-15T20:05:56.658Z Downloaded tagptr v0.2.0
10902026-04-15T20:05:56.661Z Downloaded support-bundle-viewer v0.1.2
10912026-04-15T20:05:56.661Z Downloaded strum_macros v0.26.4
10922026-04-15T20:05:56.664Z Downloaded nom v7.1.3
10932026-04-15T20:05:56.667Z Downloaded itertools v0.10.5
10942026-04-15T20:05:56.670Z Downloaded num-bigint v0.4.6
10952026-04-15T20:05:56.673Z Downloaded thread_local v1.1.9
10962026-04-15T20:05:56.673Z Downloaded thread-id v5.1.0
10972026-04-15T20:05:56.673Z Downloaded stringprep v0.1.5
10982026-04-15T20:05:56.676Z Downloaded tower-layer v0.3.3
10992026-04-15T20:05:56.679Z Downloaded aho-corasick v1.1.4
11002026-04-15T20:05:56.684Z Downloaded smallvec v0.6.14
11012026-04-15T20:05:56.688Z Downloaded signal-hook v0.3.18
11022026-04-15T20:05:56.691Z Downloaded try-lock v0.2.5
11032026-04-15T20:05:56.694Z Downloaded trait-variant v0.1.2
11042026-04-15T20:05:56.697Z Downloaded tokio-dtrace v0.1.1
11052026-04-15T20:05:56.697Z Downloaded hashbrown v0.15.5
11062026-04-15T20:05:56.702Z Downloaded similar v2.7.0
11072026-04-15T20:05:56.705Z Downloaded topological-sort v0.2.2
11082026-04-15T20:05:56.708Z Downloaded tokio-rustls v0.25.0
11092026-04-15T20:05:56.708Z Downloaded tokio-native-tls v0.3.1
11102026-04-15T20:05:56.708Z Downloaded tower-service v0.3.3
11112026-04-15T20:05:56.711Z Downloaded thiserror-no-std v2.0.2
11122026-04-15T20:05:56.711Z Downloaded tokio-macros v2.6.0
11132026-04-15T20:05:56.714Z Downloaded termios v0.3.3
11142026-04-15T20:05:56.714Z Downloaded schemars v0.9.0
11152026-04-15T20:05:56.720Z Downloaded tokio-tungstenite v0.23.1
11162026-04-15T20:05:56.723Z Downloaded time-macros v0.2.27
11172026-04-15T20:05:56.726Z Downloaded tiny-keccak v2.0.2
11182026-04-15T20:05:56.726Z Downloaded tls_codec_derive v0.4.2
11192026-04-15T20:05:56.726Z Downloaded rand v0.8.5
11202026-04-15T20:05:56.729Z Downloaded usdt v0.6.0
11212026-04-15T20:05:56.730Z Downloaded rand v0.10.0
11222026-04-15T20:05:56.733Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11232026-04-15T20:05:56.733Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-04-15T20:05:56.737Z Downloaded socket2 v0.5.10
11252026-04-15T20:05:56.737Z Downloaded strum_macros v0.27.2
11262026-04-15T20:05:56.741Z Downloaded itertools v0.14.0
11272026-04-15T20:05:56.741Z Downloaded unarray v0.1.4
11282026-04-15T20:05:56.744Z Downloaded typify-macro v0.6.1
11292026-04-15T20:05:56.744Z Downloaded itertools v0.12.1
11302026-04-15T20:05:56.747Z Downloaded qorb v0.4.1
11312026-04-15T20:05:56.750Z Downloaded itertools v0.13.0
11322026-04-15T20:05:56.753Z Downloaded num-bigint-dig v0.8.6
11332026-04-15T20:05:56.758Z Downloaded quinn v0.11.9
11342026-04-15T20:05:56.761Z Downloaded publicsuffix v2.3.0
11352026-04-15T20:05:56.761Z Downloaded slog v2.8.2
11362026-04-15T20:05:56.761Z Downloaded tokio-tungstenite v0.21.0
11372026-04-15T20:05:56.764Z Downloaded tls_codec v0.4.2
11382026-04-15T20:05:56.764Z Downloaded spin v0.9.8
11392026-04-15T20:05:56.767Z Downloaded untrusted v0.7.1
11402026-04-15T20:05:56.767Z Downloaded unit-prefix v0.5.2
11412026-04-15T20:05:56.767Z Downloaded utf-8 v0.7.6
11422026-04-15T20:05:56.767Z Downloaded usdt-attr-macro v0.6.0
11432026-04-15T20:05:56.767Z Downloaded unicode-truncate v1.1.0
11442026-04-15T20:05:56.770Z Downloaded samael v0.0.19
11452026-04-15T20:05:56.773Z Downloaded serde_yaml v0.9.34+deprecated
11462026-04-15T20:05:56.776Z Downloaded serde_with_macros v3.17.0
11472026-04-15T20:05:56.776Z Downloaded tokio-rustls v0.26.4
11482026-04-15T20:05:56.776Z Downloaded schemars v0.8.22
11492026-04-15T20:05:56.784Z Downloaded toml_writer v1.0.6+spec-1.1.0
11502026-04-15T20:05:56.787Z Downloaded untrusted v0.9.0
11512026-04-15T20:05:56.787Z Downloaded want v0.3.1
11522026-04-15T20:05:56.787Z Downloaded rsa v0.9.10
11532026-04-15T20:05:56.790Z Downloaded tokio-stream v0.1.18
11542026-04-15T20:05:56.793Z Downloaded universal-hash v0.5.1
11552026-04-15T20:05:56.793Z Downloaded term v1.2.1
11562026-04-15T20:05:56.796Z Downloaded snafu v0.8.9
11572026-04-15T20:05:56.799Z Downloaded h2 v0.4.13
11582026-04-15T20:05:56.802Z Downloaded unicase v2.9.0
11592026-04-15T20:05:56.805Z Downloaded term v0.7.0
11602026-04-15T20:05:56.805Z Downloaded wait-timeout v0.2.1
11612026-04-15T20:05:56.808Z Downloaded void v1.0.2
11622026-04-15T20:05:56.808Z Downloaded usdt-macro v0.6.0
11632026-04-15T20:05:56.809Z Downloaded hyper v1.8.1
11642026-04-15T20:05:56.811Z Downloaded xshell-macros v0.2.7
11652026-04-15T20:05:56.811Z Downloaded xattr v1.6.1
11662026-04-15T20:05:56.814Z Downloaded tui-tree-widget v0.23.1
11672026-04-15T20:05:56.814Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-04-15T20:05:56.817Z Downloaded subprocess v0.2.15
11692026-04-15T20:05:56.818Z Downloaded blake3 v1.8.3
11702026-04-15T20:05:56.822Z Downloaded waitgroup v0.1.2
11712026-04-15T20:05:56.825Z Downloaded typify-macro v0.4.3
11722026-04-15T20:05:56.825Z Downloaded rustls-webpki v0.103.9
11732026-04-15T20:05:56.828Z Downloaded rand v0.9.2
11742026-04-15T20:05:56.828Z Downloaded uzers v0.12.2
11752026-04-15T20:05:56.831Z Downloaded tokio-rustls v0.24.1
11762026-04-15T20:05:56.831Z Downloaded usdt-impl v0.6.0
11772026-04-15T20:05:56.831Z Downloaded tinyvec v1.10.0
11782026-04-15T20:05:56.834Z Downloaded test-strategy v0.4.5
11792026-04-15T20:05:56.837Z Downloaded schemars v1.2.1
11802026-04-15T20:05:56.843Z Downloaded tracing-attributes v0.1.31
11812026-04-15T20:05:56.847Z Downloaded zone_cfg_derive v0.3.1
11822026-04-15T20:05:56.847Z Downloaded libm v0.2.16
11832026-04-15T20:05:56.852Z Downloaded socket2 v0.6.2
11842026-04-15T20:05:56.855Z Downloaded futures-util v0.3.32
11852026-04-15T20:05:56.859Z Downloaded zone v0.3.1
11862026-04-15T20:05:56.862Z Downloaded zeroize_derive v1.4.3
11872026-04-15T20:05:56.862Z Downloaded vsss-rs v3.3.4
11882026-04-15T20:05:56.863Z Downloaded whoami v2.1.0
11892026-04-15T20:05:56.866Z Downloaded twox-hash v2.1.2
11902026-04-15T20:05:56.866Z Downloaded bitvec v1.0.1
11912026-04-15T20:05:56.873Z Downloaded wyz v0.5.1
11922026-04-15T20:05:56.876Z Downloaded unicode-properties v0.1.4
11932026-04-15T20:05:56.876Z Downloaded bindgen v0.71.1
11942026-04-15T20:05:56.879Z Downloaded xshell v0.2.7
11952026-04-15T20:05:56.882Z Downloaded vergen-lib v0.1.6
11962026-04-15T20:05:56.882Z Downloaded vergen-gitcl v1.0.8
11972026-04-15T20:05:56.882Z Downloaded vergen-git2 v1.0.7
11982026-04-15T20:05:56.885Z Downloaded toml v0.7.8
11992026-04-15T20:05:56.885Z Downloaded p521 v0.13.3
12002026-04-15T20:05:56.888Z Downloaded iri-string v0.7.10
12012026-04-15T20:05:56.892Z Downloaded rustyline v14.0.0
12022026-04-15T20:05:56.894Z Downloaded walkdir v2.5.0
12032026-04-15T20:05:56.898Z Downloaded whoami v1.6.1
12042026-04-15T20:05:56.901Z Downloaded aws-lc-rs v1.16.0
12052026-04-15T20:05:56.908Z Downloaded tracing-core v0.1.36
12062026-04-15T20:05:56.912Z Downloaded toml v0.9.12+spec-1.1.0
12072026-04-15T20:05:56.915Z Downloaded tar v0.4.45
12082026-04-15T20:05:56.918Z Downloaded rpassword v7.4.0
12092026-04-15T20:05:56.926Z Downloaded unicode-bidi v0.3.18
12102026-04-15T20:05:56.930Z Downloaded tungstenite v0.21.0
12112026-04-15T20:05:56.930Z Downloaded vergen v9.0.6
12122026-04-15T20:05:56.933Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-04-15T20:05:56.939Z Downloaded toml v1.0.6+spec-1.1.0
12142026-04-15T20:05:56.940Z Downloaded typify v0.4.3
12152026-04-15T20:05:56.946Z Downloaded uuid v1.23.0
12162026-04-15T20:05:56.949Z Downloaded tungstenite v0.23.0
12172026-04-15T20:05:56.949Z Downloaded zstd-safe v7.2.4
12182026-04-15T20:05:56.952Z Downloaded typify v0.6.1
12192026-04-15T20:05:56.955Z Downloaded reedline v0.40.0
12202026-04-15T20:05:56.979Z Downloaded russh v0.45.0
12212026-04-15T20:05:56.984Z Downloaded yasna v0.5.2
12222026-04-15T20:05:56.987Z Downloaded ssh-key v0.6.7
12232026-04-15T20:05:56.991Z Downloaded zeroize v1.8.2
12242026-04-15T20:05:56.994Z Downloaded steno v0.4.1
12252026-04-15T20:05:56.994Z Downloaded zerocopy v0.6.6
12262026-04-15T20:05:56.999Z Downloaded zstd v0.13.3
12272026-04-15T20:05:57.006Z Downloaded tokio-postgres v0.7.16
12282026-04-15T20:05:57.015Z Downloaded chrono v0.4.44
12292026-04-15T20:05:57.023Z Downloaded yansi v1.0.1
12302026-04-15T20:05:57.029Z Downloaded toml_edit v0.19.15
12312026-04-15T20:05:57.038Z Downloaded zip v0.6.6
12322026-04-15T20:05:57.041Z Downloaded hkdf v0.12.4
12332026-04-15T20:05:57.055Z Downloaded zopfli v0.8.3
12342026-04-15T20:05:57.060Z Downloaded bstr v1.12.1
12352026-04-15T20:05:57.065Z Downloaded vte v0.14.1
12362026-04-15T20:05:57.068Z Downloaded regex v1.12.3
12372026-04-15T20:05:57.071Z Downloaded unicode_categories v0.1.1
12382026-04-15T20:05:57.074Z Downloaded reqwest v0.13.2
12392026-04-15T20:05:57.077Z Downloaded zerocopy-derive v0.8.40
12402026-04-15T20:05:57.080Z Downloaded unsafe-libyaml v0.2.11
12412026-04-15T20:05:57.082Z Downloaded p384 v0.13.1
12422026-04-15T20:05:57.085Z Downloaded tower v0.5.3
12432026-04-15T20:05:57.091Z Downloaded salty v0.3.0
12442026-04-15T20:05:57.095Z Downloaded rayon v1.11.0
12452026-04-15T20:05:57.101Z Downloaded typed-path v0.9.3
12462026-04-15T20:05:57.110Z Downloaded unicode-segmentation v1.12.0
12472026-04-15T20:05:57.112Z Downloaded git2 v0.20.4
12482026-04-15T20:05:57.117Z Downloaded moka v0.12.13
12492026-04-15T20:05:57.121Z Downloaded lalrpop v0.19.12
12502026-04-15T20:05:57.130Z Downloaded goblin v0.10.5
12512026-04-15T20:05:57.135Z Downloaded quick-xml v0.37.5
12522026-04-15T20:05:57.143Z Downloaded portable-atomic v1.13.1
12532026-04-15T20:05:57.149Z Downloaded x509-cert v0.2.5
12542026-04-15T20:05:57.155Z Downloaded unicode-normalization v0.1.25
12552026-04-15T20:05:57.155Z Downloaded tokio-util v0.7.18
12562026-04-15T20:05:57.158Z Downloaded tower-http v0.6.8
12572026-04-15T20:05:57.163Z Downloaded petname v2.0.2
12582026-04-15T20:05:57.165Z Downloaded rustls-webpki v0.101.7
12592026-04-15T20:05:57.173Z Downloaded reqwest v0.12.28
12602026-04-15T20:05:57.187Z Downloaded serde_with v3.17.0
12612026-04-15T20:05:57.193Z Downloaded zip v4.6.1
12622026-04-15T20:05:57.196Z Downloaded tough v0.20.0
12632026-04-15T20:05:57.201Z Downloaded proptest v1.10.0
12642026-04-15T20:05:57.206Z Downloaded nix v0.27.1
12652026-04-15T20:05:57.217Z Downloaded rustls-webpki v0.102.8
12662026-04-15T20:05:57.230Z Downloaded curve25519-dalek v4.1.3
12672026-04-15T20:05:57.236Z Downloaded radix_trie v0.2.1
12682026-04-15T20:05:57.249Z Downloaded winnow v0.6.26
12692026-04-15T20:05:57.252Z Downloaded quinn-proto v0.11.13
12702026-04-15T20:05:57.259Z Downloaded openssl v0.10.75
12712026-04-15T20:05:57.263Z Downloaded object v0.30.4
12722026-04-15T20:05:57.273Z Downloaded winnow v0.5.40
12732026-04-15T20:05:57.278Z Downloaded polar-core v0.27.3
12742026-04-15T20:05:57.303Z Downloaded nix v0.28.0
12752026-04-15T20:05:57.313Z Downloaded regex-syntax v0.6.29
12762026-04-15T20:05:57.318Z Downloaded nix v0.29.0
12772026-04-15T20:05:57.327Z Downloaded tabled v0.20.0
12782026-04-15T20:05:57.343Z Downloaded rustls v0.21.12
12792026-04-15T20:05:57.350Z Downloaded smoltcp v0.9.1
12802026-04-15T20:05:57.350Z Downloaded object v0.37.3
12812026-04-15T20:05:57.358Z Downloaded dropshot v0.16.7
12822026-04-15T20:05:57.368Z Downloaded hickory-proto v0.24.4
12832026-04-15T20:05:57.376Z Downloaded zlib-rs v0.6.2
12842026-04-15T20:05:57.380Z Downloaded time v0.3.47
12852026-04-15T20:05:57.386Z Downloaded vcpkg v0.2.15
12862026-04-15T20:05:57.411Z Downloaded webpki-roots v1.0.6
12872026-04-15T20:05:57.448Z Downloaded hickory-proto v0.25.2
12882026-04-15T20:05:57.448Z Downloaded zerocopy v0.8.40
12892026-04-15T20:05:57.448Z Downloaded openapiv3 v2.2.0
12902026-04-15T20:05:57.449Z Downloaded smoltcp v0.11.0
12912026-04-15T20:05:57.460Z Downloaded regex-syntax v0.8.10
12922026-04-15T20:05:57.460Z Downloaded diesel v2.3.7
12932026-04-15T20:05:57.463Z Downloaded rustls v0.23.37
12942026-04-15T20:05:57.466Z Downloaded rustix v0.38.44
12952026-04-15T20:05:57.476Z Downloaded rustls v0.22.4
12962026-04-15T20:05:57.484Z Downloaded regress v0.10.5
12972026-04-15T20:05:57.498Z Downloaded dropshot v0.17.0
12982026-04-15T20:05:57.502Z Downloaded nix v0.31.1
12992026-04-15T20:05:57.530Z Downloaded typify-impl v0.6.1
13002026-04-15T20:05:57.539Z Downloaded typify-impl v0.4.3
13012026-04-15T20:05:57.547Z Downloaded sqlparser v0.61.0
13022026-04-15T20:05:57.594Z Downloaded sled v0.34.7
13032026-04-15T20:05:57.608Z Downloaded ratatui v0.29.0
13042026-04-15T20:05:57.623Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-04-15T20:05:57.631Z Downloaded tracing v0.1.44
13062026-04-15T20:05:57.649Z Downloaded csv v1.4.0
13072026-04-15T20:05:57.662Z Downloaded zerocopy-derive v0.6.6
13082026-04-15T20:05:57.670Z Downloaded regex-automata v0.4.14
13092026-04-15T20:05:57.676Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-04-15T20:05:57.687Z Downloaded chrono-tz v0.10.4
13112026-04-15T20:05:57.698Z Downloaded petgraph v0.6.5
13122026-04-15T20:05:57.710Z Downloaded tokio v1.50.0
13132026-04-15T20:05:57.733Z Downloaded jiff v0.2.21
13142026-04-15T20:05:57.742Z Downloaded petgraph v0.8.3
13152026-04-15T20:05:57.763Z Downloaded libz-sys v1.1.24
13162026-04-15T20:05:57.776Z Downloaded sha3 v0.10.8
13172026-04-15T20:05:57.780Z Downloaded encoding_rs v0.8.35
13182026-04-15T20:05:57.796Z Downloaded ring v0.17.14
13192026-04-15T20:05:57.907Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-04-15T20:05:58.483Z Downloaded aws-lc-sys v0.37.1
13212026-04-15T20:05:58.733Z Compiling libc v0.2.180
13222026-04-15T20:05:58.733Z Compiling serde v1.0.228
13232026-04-15T20:05:58.739Z Compiling shlex v1.3.0
13242026-04-15T20:05:58.739Z Compiling log v0.4.29
13252026-04-15T20:05:58.739Z Compiling find-msvc-tools v0.1.9
13262026-04-15T20:05:58.739Z Compiling smallvec v1.15.1
13272026-04-15T20:05:58.739Z Compiling typenum v1.19.0
13282026-04-15T20:05:58.739Z Compiling subtle v2.6.1
13292026-04-15T20:05:58.739Z Compiling generic-array v0.14.7
13302026-04-15T20:05:58.739Z Compiling scopeguard v1.2.0
13312026-04-15T20:05:58.881Z Compiling const-oid v0.9.6
13322026-04-15T20:05:59.017Z Compiling portable-atomic v1.13.1
13332026-04-15T20:05:59.042Z Compiling syn v2.0.117
13342026-04-15T20:05:59.057Z Compiling zerocopy v0.8.40
13352026-04-15T20:05:59.060Z Compiling critical-section v1.2.0
13362026-04-15T20:05:59.069Z Compiling serde_json v1.0.149
13372026-04-15T20:05:59.122Z Compiling parking_lot_core v0.9.12
13382026-04-15T20:05:59.137Z Compiling lock_api v0.4.14
13392026-04-15T20:05:59.159Z Compiling pin-project-lite v0.2.17
13402026-04-15T20:05:59.276Z Compiling pkg-config v0.3.32
13412026-04-15T20:05:59.280Z Compiling bitflags v2.11.0
13422026-04-15T20:05:59.280Z Compiling libm v0.2.16
13432026-04-15T20:05:59.280Z Compiling num-traits v0.2.19
13442026-04-15T20:05:59.285Z Compiling futures-core v0.3.32
13452026-04-15T20:05:59.327Z Compiling percent-encoding v2.3.2
13462026-04-15T20:05:59.374Z Compiling allocator-api2 v0.2.21
13472026-04-15T20:05:59.405Z Compiling getrandom v0.3.4
13482026-04-15T20:05:59.433Z Compiling cpufeatures v0.2.17
13492026-04-15T20:05:59.479Z Compiling foldhash v0.2.0
13502026-04-15T20:05:59.498Z Compiling futures-sink v0.3.32
13512026-04-15T20:05:59.543Z Compiling futures-io v0.3.32
13522026-04-15T20:05:59.588Z Compiling slab v0.4.12
13532026-04-15T20:05:59.591Z Compiling futures-task v0.3.32
13542026-04-15T20:05:59.652Z Compiling futures-channel v0.3.32
13552026-04-15T20:05:59.691Z Compiling hashbrown v0.16.1
13562026-04-15T20:05:59.724Z Compiling rustversion v1.0.22
13572026-04-15T20:05:59.740Z Compiling form_urlencoded v1.2.2
13582026-04-15T20:05:59.753Z Compiling ident_case v1.0.1
13592026-04-15T20:05:59.788Z Compiling getrandom v0.4.1
13602026-04-15T20:05:59.803Z Compiling dunce v1.0.5
13612026-04-15T20:05:59.818Z Compiling fs_extra v1.3.0
13622026-04-15T20:05:59.861Z Compiling base64ct v1.8.3
13632026-04-15T20:05:59.902Z Compiling getrandom v0.2.17
13642026-04-15T20:05:59.918Z Compiling jobserver v0.1.34
13652026-04-15T20:05:59.921Z Compiling errno v0.3.14
13662026-04-15T20:05:59.990Z Compiling mio v1.1.1
13672026-04-15T20:06:00.032Z Compiling socket2 v0.6.2
13682026-04-15T20:06:00.105Z Compiling rand_core v0.6.4
13692026-04-15T20:06:00.121Z Compiling once_cell v1.21.3
13702026-04-15T20:06:00.137Z Compiling cc v1.2.56
13712026-04-15T20:06:00.165Z Compiling signal-hook-registry v1.4.8
13722026-04-15T20:06:00.181Z Compiling parking_lot v0.12.5
13732026-04-15T20:06:00.265Z Compiling indexmap v2.13.0
13742026-04-15T20:06:00.293Z Compiling pem-rfc7468 v0.7.0
13752026-04-15T20:06:00.343Z Compiling rand_core v0.10.0
13762026-04-15T20:06:00.359Z Compiling flagset v0.4.7
13772026-04-15T20:06:00.372Z Compiling iana-time-zone v0.1.65
13782026-04-15T20:06:00.420Z Compiling rand_core v0.9.5
13792026-04-15T20:06:00.489Z Compiling rustix v1.1.3
13802026-04-15T20:06:00.525Z Compiling rustc_version v0.4.1
13812026-04-15T20:06:00.525Z Compiling regex-syntax v0.8.10
13822026-04-15T20:06:00.544Z Compiling vcpkg v0.2.15
13832026-04-15T20:06:00.607Z Compiling aws-lc-rs v1.16.0
13842026-04-15T20:06:00.622Z Compiling tracing-core v0.1.36
13852026-04-15T20:06:00.641Z Compiling untrusted v0.9.0
13862026-04-15T20:06:00.679Z Compiling uuid v1.23.0
13872026-04-15T20:06:00.754Z Compiling schemars v0.8.22
13882026-04-15T20:06:00.771Z Compiling httparse v1.10.1
13892026-04-15T20:06:00.786Z Compiling base64 v0.22.1
13902026-04-15T20:06:00.851Z Compiling untrusted v0.7.1
13912026-04-15T20:06:00.910Z Compiling openssl-probe v0.2.1
13922026-04-15T20:06:00.937Z Compiling cmake v0.1.57
13932026-04-15T20:06:00.952Z Compiling try-lock v0.2.5
13942026-04-15T20:06:00.991Z Compiling tower-service v0.3.3
13952026-04-15T20:06:01.006Z Compiling tinyvec_macros v0.1.1
13962026-04-15T20:06:01.040Z Compiling rustls v0.23.37
13972026-04-15T20:06:01.077Z Compiling atomic-waker v1.1.2
13982026-04-15T20:06:01.092Z Compiling tower-layer v0.3.3
13992026-04-15T20:06:01.109Z Compiling dyn-clone v1.0.20
14002026-04-15T20:06:01.125Z Compiling tinyvec v1.10.0
14012026-04-15T20:06:01.158Z Compiling want v0.3.1
14022026-04-15T20:06:01.203Z Compiling spin v0.9.8
14032026-04-15T20:06:01.224Z Compiling aho-corasick v1.1.4
14042026-04-15T20:06:01.241Z Compiling pin-utils v0.1.0
14052026-04-15T20:06:01.257Z Compiling openssl v0.10.75
14062026-04-15T20:06:01.285Z Compiling crc32fast v1.5.0
14072026-04-15T20:06:01.287Z Compiling num-conv v0.2.0
14082026-04-15T20:06:01.327Z Compiling httpdate v1.0.3
14092026-04-15T20:06:01.351Z Compiling powerfmt v0.2.0
14102026-04-15T20:06:01.415Z Compiling time-core v0.1.8
14112026-04-15T20:06:01.419Z Compiling foreign-types-shared v0.1.1
14122026-04-15T20:06:01.435Z Compiling wait-timeout v0.2.1
14132026-04-15T20:06:01.450Z Compiling socket2 v0.5.10
14142026-04-15T20:06:01.467Z Compiling siphasher v1.0.2
14152026-04-15T20:06:01.506Z Compiling deranged v0.5.8
14162026-04-15T20:06:01.523Z Compiling foreign-types v0.3.2
14172026-04-15T20:06:01.543Z Compiling crossbeam-utils v0.8.21
14182026-04-15T20:06:01.559Z Compiling time-macros v0.2.27
14192026-04-15T20:06:01.583Z Compiling syn v1.0.109
14202026-04-15T20:06:01.586Z Compiling quick-error v1.2.3
14212026-04-15T20:06:01.600Z Compiling bit-vec v0.8.0
14222026-04-15T20:06:01.629Z Compiling num_threads v0.1.7
14232026-04-15T20:06:01.683Z Compiling native-tls v0.2.18
14242026-04-15T20:06:01.717Z Compiling usdt-impl v0.6.0
14252026-04-15T20:06:01.746Z Compiling simd-adler32 v0.3.8
14262026-04-15T20:06:01.786Z Compiling unicode-normalization v0.1.25
14272026-04-15T20:06:01.868Z Compiling aws-lc-sys v0.37.1
14282026-04-15T20:06:01.894Z Compiling ring v0.17.14
14292026-04-15T20:06:01.910Z Compiling openssl-sys v0.9.111
14302026-04-15T20:06:01.926Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-04-15T20:06:01.992Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-04-15T20:06:01.995Z Compiling bit-set v0.8.0
14332026-04-15T20:06:02.007Z Compiling slog v2.8.2
14342026-04-15T20:06:02.035Z Compiling synstructure v0.13.2
14352026-04-15T20:06:02.051Z Compiling pest_generator v2.8.6
14362026-04-15T20:06:02.199Z Compiling serde_derive_internals v0.29.1
14372026-04-15T20:06:02.253Z Compiling darling_core v0.20.11
14382026-04-15T20:06:02.318Z Compiling tempfile v3.25.0
14392026-04-15T20:06:02.321Z Compiling regex-automata v0.4.14
14402026-04-15T20:06:02.469Z Compiling darling_core v0.21.3
14412026-04-15T20:06:02.583Z Compiling rusty-fork v0.3.1
14422026-04-15T20:06:02.699Z Compiling heapless v0.7.17
14432026-04-15T20:06:02.751Z Compiling time v0.3.47
14442026-04-15T20:06:02.790Z Compiling rand_xorshift v0.4.0
14452026-04-15T20:06:02.824Z Compiling thread-id v5.1.0
14462026-04-15T20:06:02.925Z Compiling sync_wrapper v1.0.2
14472026-04-15T20:06:02.943Z Compiling cookie v0.18.1
14482026-04-15T20:06:02.976Z Compiling anyhow v1.0.102
14492026-04-15T20:06:02.979Z Compiling unarray v0.1.4
14502026-04-15T20:06:03.052Z Compiling signal-hook v0.3.18
14512026-04-15T20:06:03.116Z Compiling zstd-safe v7.2.4
14522026-04-15T20:06:03.131Z Compiling unicode-bidi v0.3.18
14532026-04-15T20:06:03.146Z Compiling adler2 v2.0.1
14542026-04-15T20:06:03.161Z Compiling unicode-properties v0.1.4
14552026-04-15T20:06:03.183Z Compiling paste v1.0.15
14562026-04-15T20:06:03.272Z Compiling miniz_oxide v0.8.9
14572026-04-15T20:06:03.407Z Compiling num-integer v0.1.46
14582026-04-15T20:06:03.537Z Compiling stringprep v0.1.5
14592026-04-15T20:06:03.599Z Compiling vergen-lib v0.1.6
14602026-04-15T20:06:03.694Z Compiling curve25519-dalek v4.1.3
14612026-04-15T20:06:03.756Z Compiling ff v0.13.1
14622026-04-15T20:06:03.777Z Compiling hash32 v0.2.1
14632026-04-15T20:06:03.875Z Compiling serde_derive v1.0.228
14642026-04-15T20:06:03.906Z Compiling zeroize_derive v1.4.3
14652026-04-15T20:06:03.936Z Compiling zerofrom-derive v0.1.6
14662026-04-15T20:06:03.987Z Compiling yoke-derive v0.8.1
14672026-04-15T20:06:04.001Z Compiling zerocopy-derive v0.8.40
14682026-04-15T20:06:04.043Z Compiling zerovec-derive v0.11.2
14692026-04-15T20:06:04.087Z Compiling displaydoc v0.2.5
14702026-04-15T20:06:04.108Z Compiling tokio-macros v2.6.0
14712026-04-15T20:06:04.430Z Compiling futures-macro v0.3.32
14722026-04-15T20:06:04.608Z Compiling zeroize v1.8.2
14732026-04-15T20:06:04.703Z Compiling der_derive v0.7.3
14742026-04-15T20:06:04.884Z Compiling thiserror-impl v2.0.18
14752026-04-15T20:06:04.887Z Compiling rustls-pki-types v1.14.0
14762026-04-15T20:06:05.177Z Compiling tracing-attributes v0.1.31
14772026-04-15T20:06:05.248Z Compiling scroll_derive v0.13.1
14782026-04-15T20:06:05.262Z Compiling pest_derive v2.8.6
14792026-04-15T20:06:05.305Z Compiling futures-util v0.3.32
14802026-04-15T20:06:05.411Z Compiling crypto-common v0.1.7
14812026-04-15T20:06:05.439Z Compiling block-buffer v0.10.4
14822026-04-15T20:06:05.466Z Compiling zerofrom v0.1.6
14832026-04-15T20:06:05.582Z Compiling yoke v0.8.1
14842026-04-15T20:06:05.612Z Compiling digest v0.10.7
14852026-04-15T20:06:05.637Z Compiling block-padding v0.3.3
14862026-04-15T20:06:05.745Z Compiling schemars_derive v0.8.22
14872026-04-15T20:06:05.748Z Compiling der v0.7.10
14882026-04-15T20:06:05.785Z Compiling zerovec v0.11.5
14892026-04-15T20:06:05.818Z Compiling zerotrie v0.2.3
14902026-04-15T20:06:05.885Z Compiling hmac v0.12.1
14912026-04-15T20:06:06.064Z Compiling inout v0.1.4
14922026-04-15T20:06:06.109Z Compiling sha2 v0.10.9
14932026-04-15T20:06:06.145Z Compiling pbkdf2 v0.12.2
14942026-04-15T20:06:06.260Z Compiling tinystr v0.8.2
14952026-04-15T20:06:06.282Z Compiling potential_utf v0.1.4
14962026-04-15T20:06:06.317Z Compiling cipher v0.4.4
14972026-04-15T20:06:06.332Z Compiling thiserror v2.0.18
14982026-04-15T20:06:06.453Z Compiling icu_locale_core v2.1.1
14992026-04-15T20:06:06.473Z Compiling icu_collections v2.1.1
15002026-04-15T20:06:06.489Z Compiling scroll v0.13.0
15012026-04-15T20:06:06.578Z Compiling salsa20 v0.10.2
15022026-04-15T20:06:06.603Z Compiling cbc v0.1.2
15032026-04-15T20:06:06.618Z Compiling spki v0.7.3
15042026-04-15T20:06:06.659Z Compiling aes v0.8.4
15052026-04-15T20:06:06.743Z Compiling scrypt v0.11.0
15062026-04-15T20:06:06.780Z Compiling tracing v0.1.44
15072026-04-15T20:06:06.854Z Compiling darling_macro v0.20.11
15082026-04-15T20:06:06.986Z Compiling goblin v0.10.5
15092026-04-15T20:06:07.019Z Compiling openssl-macros v0.1.1
15102026-04-15T20:06:07.037Z Compiling dtrace-parser v0.3.0
15112026-04-15T20:06:07.071Z Compiling icu_provider v2.1.1
15122026-04-15T20:06:07.074Z Compiling pkcs5 v0.7.1
15132026-04-15T20:06:07.369Z Compiling icu_properties v2.1.2
15142026-04-15T20:06:07.372Z Compiling icu_normalizer v2.1.1
15152026-04-15T20:06:07.404Z Compiling pkcs8 v0.10.2
15162026-04-15T20:06:07.439Z Compiling darling v0.20.11
15172026-04-15T20:06:07.454Z Compiling bytes v1.11.1
15182026-04-15T20:06:07.521Z Compiling chrono v0.4.44
15192026-04-15T20:06:07.536Z Compiling ipnet v2.11.0
15202026-04-15T20:06:07.539Z Compiling derive_builder_core v0.20.2
15212026-04-15T20:06:07.649Z Compiling signature v2.2.0
15222026-04-15T20:06:07.727Z Compiling rustls-native-certs v0.8.3
15232026-04-15T20:06:07.750Z Compiling scroll_derive v0.12.1
15242026-04-15T20:06:07.818Z Compiling thiserror-impl v1.0.69
15252026-04-15T20:06:07.848Z Compiling toml_datetime v0.6.11
15262026-04-15T20:06:07.951Z Compiling tokio v1.50.0
15272026-04-15T20:06:08.033Z Compiling http v1.4.0
15282026-04-15T20:06:08.061Z Compiling serde_tokenstream v0.2.3
15292026-04-15T20:06:08.090Z Compiling erased-serde v0.3.31
15302026-04-15T20:06:08.123Z Compiling serde_spanned v0.6.9
15312026-04-15T20:06:08.284Z Compiling idna_adapter v1.2.1
15322026-04-15T20:06:08.400Z Compiling ppv-lite86 v0.2.21
15332026-04-15T20:06:08.453Z Compiling idna v1.1.0
15342026-04-15T20:06:08.463Z Compiling scroll v0.12.0
15352026-04-15T20:06:08.463Z Compiling derive_builder_macro v0.20.2
15362026-04-15T20:06:08.504Z Compiling md-5 v0.10.6
15372026-04-15T20:06:08.595Z Compiling webpki-roots v1.0.6
15382026-04-15T20:06:08.614Z Compiling darling_macro v0.21.3
15392026-04-15T20:06:08.636Z Compiling zerocopy-derive v0.7.35
15402026-04-15T20:06:08.688Z Compiling http-body v1.0.1
15412026-04-15T20:06:08.735Z Compiling rand_chacha v0.9.0
15422026-04-15T20:06:08.749Z Compiling url v2.5.8
15432026-04-15T20:06:08.763Z Compiling rand_chacha v0.3.1
15442026-04-15T20:06:08.863Z Compiling http-body-util v0.1.3
15452026-04-15T20:06:08.928Z Compiling memoffset v0.9.1
15462026-04-15T20:06:09.002Z Compiling rand v0.9.2
15472026-04-15T20:06:09.019Z Compiling base16ct v0.2.0
15482026-04-15T20:06:09.141Z Compiling litrs v1.0.0
15492026-04-15T20:06:09.174Z Compiling thiserror v1.0.69
15502026-04-15T20:06:09.186Z Compiling num-bigint-dig v0.8.6
15512026-04-15T20:06:09.189Z Compiling iri-string v0.7.10
15522026-04-15T20:06:09.218Z Compiling psl-types v2.0.11
15532026-04-15T20:06:09.220Z Compiling zlib-rs v0.6.2
15542026-04-15T20:06:09.356Z Compiling rustix v0.38.44
15552026-04-15T20:06:09.419Z Compiling smoltcp v0.9.1
15562026-04-15T20:06:09.528Z Compiling ryu v1.0.23
15572026-04-15T20:06:09.582Z Compiling proptest v1.10.0
15582026-04-15T20:06:09.613Z Compiling ref-cast v1.0.25
15592026-04-15T20:06:09.684Z Compiling cfg_aliases v0.2.1
15602026-04-15T20:06:09.689Z Compiling fallible-iterator v0.2.0
15612026-04-15T20:06:09.776Z Compiling dof v0.4.0
15622026-04-15T20:06:09.780Z Compiling nix v0.31.1
15632026-04-15T20:06:09.827Z Compiling document-features v0.2.12
15642026-04-15T20:06:09.858Z Compiling serde_urlencoded v0.7.1
15652026-04-15T20:06:09.970Z Compiling zerocopy v0.7.35
15662026-04-15T20:06:09.993Z Compiling postgres-protocol v0.6.10
15672026-04-15T20:06:10.048Z Compiling publicsuffix v2.3.0
15682026-04-15T20:06:10.129Z Compiling ipnetwork v0.21.1
15692026-04-15T20:06:10.199Z Compiling darling v0.21.3
15702026-04-15T20:06:10.235Z Compiling sec1 v0.7.3
15712026-04-15T20:06:10.292Z Compiling rand v0.8.5
15722026-04-15T20:06:10.308Z Compiling derive_builder v0.20.2
15732026-04-15T20:06:10.446Z Compiling oxnet v0.1.4
15742026-04-15T20:06:10.461Z Compiling goblin v0.8.2
15752026-04-15T20:06:10.560Z Compiling cargo-platform v0.1.9
15762026-04-15T20:06:10.575Z Compiling hubpack_derive v0.1.1
15772026-04-15T20:06:10.627Z Compiling hkdf v0.12.4
15782026-04-15T20:06:10.630Z Compiling crypto-bigint v0.5.5
15792026-04-15T20:06:10.730Z Compiling regex v1.12.3
15802026-04-15T20:06:10.942Z Compiling strum_macros v0.27.2
15812026-04-15T20:06:10.961Z Compiling ref-cast-impl v1.0.25
15822026-04-15T20:06:11.011Z Compiling daft-derive v0.1.5
15832026-04-15T20:06:11.049Z Compiling async-trait v0.1.89
15842026-04-15T20:06:11.152Z Compiling curve25519-dalek-derive v0.1.1
15852026-04-15T20:06:11.166Z Compiling group v0.13.0
15862026-04-15T20:06:11.210Z Compiling num-iter v0.1.45
15872026-04-15T20:06:11.421Z Compiling terminal_size v0.4.3
15882026-04-15T20:06:11.437Z Compiling phf_shared v0.13.1
15892026-04-15T20:06:11.552Z Compiling lazy_static v1.5.0
15902026-04-15T20:06:11.575Z Compiling vergen v9.0.6
15912026-04-15T20:06:11.656Z Compiling fs-err v3.3.0
15922026-04-15T20:06:11.695Z Compiling ahash v0.8.12
15932026-04-15T20:06:11.714Z Compiling tokio-util v0.7.18
15942026-04-15T20:06:11.724Z Compiling tower v0.5.3
15952026-04-15T20:06:11.774Z Compiling tokio-native-tls v0.3.1
15962026-04-15T20:06:11.785Z Compiling libbz2-rs-sys v0.2.2
15972026-04-15T20:06:11.842Z Compiling object v0.37.3
15982026-04-15T20:06:11.869Z Compiling bumpalo v3.20.2
15992026-04-15T20:06:11.898Z Compiling managed v0.8.0
16002026-04-15T20:06:11.919Z Compiling newtype-uuid v1.3.2
16012026-04-15T20:06:11.964Z Compiling foldhash v0.1.5
16022026-04-15T20:06:12.121Z Compiling flate2 v1.1.9
16032026-04-15T20:06:12.136Z Compiling tower-http v0.6.8
16042026-04-15T20:06:12.144Z Compiling winnow v0.5.40
16052026-04-15T20:06:12.144Z Compiling unicode-segmentation v1.12.0
16062026-04-15T20:06:12.181Z Compiling bitflags v1.3.2
16072026-04-15T20:06:12.289Z Compiling clap_builder v4.5.60
16082026-04-15T20:06:12.303Z Compiling bzip2 v0.6.1
16092026-04-15T20:06:12.492Z Compiling h2 v0.4.13
16102026-04-15T20:06:12.522Z Compiling daft v0.1.5
16112026-04-15T20:06:12.552Z Compiling hashbrown v0.15.5
16122026-04-15T20:06:12.569Z Compiling zopfli v0.8.3
16132026-04-15T20:06:12.715Z Compiling dof v0.3.0
16142026-04-15T20:06:12.810Z Compiling phf v0.13.1
16152026-04-15T20:06:12.841Z Compiling elliptic-curve v0.13.8
16162026-04-15T20:06:12.977Z Compiling strum v0.27.2
16172026-04-15T20:06:12.990Z Compiling signal-hook-mio v0.2.5
16182026-04-15T20:06:13.129Z Compiling cargo_metadata v0.19.2
16192026-04-15T20:06:13.130Z Compiling usdt-macro v0.6.0
16202026-04-15T20:06:13.237Z Compiling usdt-attr-macro v0.6.0
16212026-04-15T20:06:13.264Z Compiling cookie_store v0.22.1
16222026-04-15T20:06:13.280Z Compiling hubpack v0.1.2
16232026-04-15T20:06:13.475Z Compiling toml_edit v0.19.15
16242026-04-15T20:06:13.491Z Compiling bzip2 v0.4.4
16252026-04-15T20:06:13.526Z Compiling postgres-types v0.2.12
16262026-04-15T20:06:13.719Z Compiling serde_with_macros v3.17.0
16272026-04-15T20:06:13.745Z Compiling zstd v0.13.3
16282026-04-15T20:06:13.962Z Compiling dtrace-parser v0.2.0
16292026-04-15T20:06:13.985Z Compiling ed25519 v2.2.3
16302026-04-15T20:06:14.002Z Compiling pkcs1 v0.7.5
16312026-04-15T20:06:14.065Z Compiling serde-big-array v0.5.1
16322026-04-15T20:06:14.142Z Compiling hex v0.4.3
16332026-04-15T20:06:14.176Z Compiling rfc6979 v0.4.0
16342026-04-15T20:06:14.231Z Compiling bstr v1.12.1
16352026-04-15T20:06:14.322Z Compiling enum-as-inner v0.6.1
16362026-04-15T20:06:14.431Z Compiling clap_derive v4.5.55
16372026-04-15T20:06:14.447Z Compiling serde_repr v0.1.20
16382026-04-15T20:06:14.565Z Compiling strum_macros v0.26.4
16392026-04-15T20:06:14.764Z Compiling phf_shared v0.11.3
16402026-04-15T20:06:14.874Z Compiling float-cmp v0.10.0
16412026-04-15T20:06:14.916Z Compiling thread-id v4.2.2
16422026-04-15T20:06:14.930Z Compiling memmap2 v0.9.10
16432026-04-15T20:06:14.946Z Compiling env_filter v1.0.0
16442026-04-15T20:06:14.963Z Compiling encoding_rs v0.8.35
16452026-04-15T20:06:14.977Z Compiling normalize-line-endings v0.3.0
16462026-04-15T20:06:15.016Z Compiling predicates-core v1.0.10
16472026-04-15T20:06:15.032Z Compiling new_debug_unreachable v1.0.6
16482026-04-15T20:06:15.050Z Compiling precomputed-hash v0.1.1
16492026-04-15T20:06:15.088Z Compiling mime v0.3.17
16502026-04-15T20:06:15.123Z Compiling difflib v0.4.0
16512026-04-15T20:06:15.160Z Compiling static_assertions v1.1.0
16522026-04-15T20:06:15.175Z Compiling data-encoding v2.10.0
16532026-04-15T20:06:15.223Z Compiling whoami v2.1.0
16542026-04-15T20:06:15.249Z Compiling either v1.15.0
16552026-04-15T20:06:15.285Z Compiling rustc-hash v2.1.1
16562026-04-15T20:06:15.390Z Compiling jiff v0.2.21
16572026-04-15T20:06:15.411Z Compiling fixedbitset v0.5.7
16582026-04-15T20:06:15.436Z Compiling keccak v0.1.6
16592026-04-15T20:06:15.479Z Compiling fixedbitset v0.4.2
16602026-04-15T20:06:15.630Z Compiling hyper v1.8.1
16612026-04-15T20:06:15.727Z Compiling petgraph v0.6.5
16622026-04-15T20:06:15.742Z Compiling petgraph v0.8.3
16632026-04-15T20:06:15.760Z Compiling sha3 v0.10.8
16642026-04-15T20:06:15.762Z Compiling hickory-proto v0.25.2
16652026-04-15T20:06:15.921Z Compiling tokio-postgres v0.7.16
16662026-04-15T20:06:16.252Z Compiling itertools v0.13.0
16672026-04-15T20:06:16.269Z Compiling iddqd v0.3.17
16682026-04-15T20:06:16.284Z Compiling predicates v3.1.4
16692026-04-15T20:06:16.303Z Compiling clap v4.5.60
16702026-04-15T20:06:16.402Z Compiling strum v0.26.3
16712026-04-15T20:06:16.418Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16722026-04-15T20:06:16.545Z Compiling string_cache v0.8.9
16732026-04-15T20:06:16.561Z Compiling env_logger v0.11.9
16742026-04-15T20:06:16.635Z Compiling usdt v0.6.0
16752026-04-15T20:06:16.797Z Compiling hyper-util v0.1.20
16762026-04-15T20:06:16.919Z Compiling usdt-impl v0.5.0
16772026-04-15T20:06:16.938Z Compiling toml_edit v0.22.27
16782026-04-15T20:06:16.969Z Compiling serde_with v3.17.0
16792026-04-15T20:06:17.254Z Compiling toml v0.7.8
16802026-04-15T20:06:17.275Z Compiling crossterm v0.28.1
16812026-04-15T20:06:17.432Z Compiling similar v2.7.0
16822026-04-15T20:06:17.502Z Compiling ecdsa v0.16.9
16832026-04-15T20:06:17.538Z Compiling rsa v0.9.10
16842026-04-15T20:06:17.707Z Compiling ed25519-dalek v2.2.0
16852026-04-15T20:06:18.194Z Compiling hyper-tls v0.6.0
16862026-04-15T20:06:18.314Z Compiling zip v4.6.1
16872026-04-15T20:06:18.330Z Compiling zip v0.6.6
16882026-04-15T20:06:18.556Z Compiling heck v0.4.1
16892026-04-15T20:06:18.603Z Compiling tokio-stream v0.1.18
16902026-04-15T20:06:18.716Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-04-15T20:06:18.731Z Compiling buf-list v1.1.2
16922026-04-15T20:06:18.809Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-04-15T20:06:18.824Z Compiling openapiv3 v2.2.0
16942026-04-15T20:06:18.917Z Compiling x509-cert v0.2.5
16952026-04-15T20:06:19.066Z Compiling sha1 v0.10.6
16962026-04-15T20:06:19.106Z Compiling crossbeam-epoch v0.9.18
16972026-04-15T20:06:19.134Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-04-15T20:06:19.250Z Compiling peg-runtime v0.8.5
16992026-04-15T20:06:19.321Z Compiling lalrpop-util v0.19.12
17002026-04-15T20:06:19.341Z Compiling thread_local v1.1.9
17012026-04-15T20:06:19.357Z Compiling slog-async v2.8.0
17022026-04-15T20:06:19.389Z Compiling futures-executor v0.3.32
17032026-04-15T20:06:19.452Z Compiling crossbeam-channel v0.5.15
17042026-04-15T20:06:19.480Z Compiling is-terminal v0.4.17
17052026-04-15T20:06:19.541Z Compiling filetime v0.2.27
17062026-04-15T20:06:19.566Z Compiling take_mut v0.2.2
17072026-04-15T20:06:19.591Z Compiling term v1.2.1
17082026-04-15T20:06:19.625Z Compiling xattr v1.6.1
17092026-04-15T20:06:19.685Z Compiling futures v0.3.32
17102026-04-15T20:06:19.748Z Compiling tar v0.4.45
17112026-04-15T20:06:19.914Z Compiling slog-term v2.9.2
17122026-04-15T20:06:34.885Z Compiling rustls-webpki v0.103.9
17132026-04-15T20:06:37.653Z Compiling tokio-rustls v0.26.4
17142026-04-15T20:06:37.653Z Compiling rustls-platform-verifier v0.6.2
17152026-04-15T20:06:37.848Z Compiling hyper-rustls v0.27.7
17162026-04-15T20:06:38.046Z Compiling reqwest v0.12.28
17172026-04-15T20:06:38.046Z Compiling reqwest v0.13.2
17182026-04-15T20:06:40.032Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-04-15T20:06:40.274Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-04-15T20:06:43.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.91s
17212026-04-15T20:06:43.229Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-04-15T20:06:43.285ZApr 15 20:06:42.893 INFO Starting download, target: Clickhouse
17232026-04-15T20:06:43.285ZApr 15 20:06:42.893 INFO Starting download, target: Cockroach
17242026-04-15T20:06:43.285ZApr 15 20:06:42.893 INFO Starting download, target: Console
17252026-04-15T20:06:43.285ZApr 15 20:06:42.893 INFO Starting download, target: DendriteStub
17262026-04-15T20:06:43.292ZApr 15 20:06:42.893 INFO Starting download, target: MaghemiteMgd
17272026-04-15T20:06:43.293ZApr 15 20:06:42.894 INFO Starting download, target: TransceiverControl
17282026-04-15T20:06:43.293ZApr 15 20:06:42.894 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-04-15T20:06:43.293ZApr 15 20:06:42.894 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-04-15T20:06:43.293ZApr 15 20:06:42.894 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-04-15T20:06:43.293ZApr 15 20:06:42.894 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-04-15T20:06:43.293ZApr 15 20:06:42.894 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-04-15T20:06:43.293ZApr 15 20:06:42.894 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-04-15T20:06:44.822ZApr 15 20:06:43.413 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-04-15T20:06:44.827ZApr 15 20:06:43.651 INFO Download complete, target: TransceiverControl
17362026-04-15T20:06:44.827ZApr 15 20:06:43.880 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-04-15T20:06:44.827ZApr 15 20:06:44.116 INFO Download complete, target: Console
17382026-04-15T20:06:45.187ZApr 15 20:06:44.789 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-04-15T20:06:45.208ZApr 15 20:06:44.817 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-04-15T20:06:45.466ZApr 15 20:06:45.073 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-04-15T20:06:45.728ZApr 15 20:06:45.337 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-04-15T20:06:45.728ZApr 15 20:06:45.337 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-04-15T20:06:47.476ZApr 15 20:06:47.085 INFO Download complete, target: MaghemiteMgd
17442026-04-15T20:06:47.826ZApr 15 20:06:47.436 INFO Download complete, target: DendriteStub
17452026-04-15T20:06:50.580ZApr 15 20:06:50.189 INFO Checking that binary works, target: Cockroach
17462026-04-15T20:06:50.686ZApr 15 20:06:50.295 INFO Download complete, target: Cockroach
17472026-04-15T20:06:52.170ZApr 15 20:06:51.779 INFO Checking that binary works, target: Clickhouse
17482026-04-15T20:06:52.260ZApr 15 20:06:51.869 INFO Download complete, target: Clickhouse
17492026-04-15T20:06:52.266ZAll prerequisites installed successfully
17502026-04-15T20:06:52.268Z
17512026-04-15T20:06:52.268Zreal 2:47.412082166
17522026-04-15T20:06:52.268Zuser 7:18.432640576
17532026-04-15T20:06:52.269Zsys 1:42.434013662
17542026-04-15T20:06:52.269Ztrap 0.270674722
17552026-04-15T20:06:52.269Ztflt 1.504728245
17562026-04-15T20:06:52.269Zdflt 1.780903007
17572026-04-15T20:06:52.269Zkflt 0.028776938
17582026-04-15T20:06:52.270Zlock 22:22.314295501
17592026-04-15T20:06:52.270Zslp 19:35.813036195
17602026-04-15T20:06:52.270Zlat 24.576884176
17612026-04-15T20:06:52.270Zstop 2:53.288145632
17622026-04-15T20:06:52.270Z+ ptime -m cargo xtask download softnpu
17632026-04-15T20:06:52.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17642026-04-15T20:06:52.805Z Running `target/debug/xtask download softnpu`
17652026-04-15T20:06:53.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17662026-04-15T20:06:53.644Z Running `target/debug/xtask-downloader softnpu`
17672026-04-15T20:06:53.686ZApr 15 20:06:53.295 INFO Starting download, target: Softnpu
17682026-04-15T20:06:53.689ZApr 15 20:06:53.295 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-04-15T20:06:54.279ZApr 15 20:06:53.888 INFO Download complete, target: Softnpu
17702026-04-15T20:06:54.283Z
17712026-04-15T20:06:54.287Zreal 2.010704418
17722026-04-15T20:06:54.287Zuser 1.317825723
17732026-04-15T20:06:54.287Zsys 0.660815260
17742026-04-15T20:06:54.287Ztrap 0.000591904
17752026-04-15T20:06:54.287Ztflt 0.000113492
17762026-04-15T20:06:54.287Zdflt 0.000187128
17772026-04-15T20:06:54.287Zkflt 0.000000000
17782026-04-15T20:06:54.287Zlock 10.964208168
17792026-04-15T20:06:54.287Zslp 0.457441287
17802026-04-15T20:06:54.287Zlat 0.095261064
17812026-04-15T20:06:54.287Zstop 0.000158420
17822026-04-15T20:06:54.287Z+ export CARGO_INCREMENTAL=0
17832026-04-15T20:06:54.287Z+ CARGO_INCREMENTAL=0
17842026-04-15T20:06:54.287Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-04-15T20:06:55.190Z Compiling proc-macro2 v1.0.106
17862026-04-15T20:06:55.190Z Compiling quote v1.0.44
17872026-04-15T20:06:55.190Z Compiling unicode-ident v1.0.24
17882026-04-15T20:06:55.190Z Compiling libc v0.2.180
17892026-04-15T20:06:55.190Z Compiling serde_core v1.0.228
17902026-04-15T20:06:55.192Z Compiling serde v1.0.228
17912026-04-15T20:06:55.192Z Compiling cfg-if v1.0.4
17922026-04-15T20:06:55.193Z Compiling version_check v0.9.5
17932026-04-15T20:06:55.193Z Compiling find-msvc-tools v0.1.9
17942026-04-15T20:06:55.193Z Compiling shlex v1.3.0
17952026-04-15T20:06:55.193Z Compiling typenum v1.19.0
17962026-04-15T20:06:55.349Z Compiling autocfg v1.5.0
17972026-04-15T20:06:55.369Z Compiling zmij v1.0.21
17982026-04-15T20:06:55.479Z Compiling serde_json v1.0.149
17992026-04-15T20:06:55.489Z Compiling portable-atomic v1.13.1
18002026-04-15T20:06:55.504Z Compiling memchr v2.8.0
18012026-04-15T20:06:55.566Z Compiling zerocopy v0.8.40
18022026-04-15T20:06:55.683Z Compiling generic-array v0.14.7
18032026-04-15T20:06:55.686Z Compiling libm v0.2.16
18042026-04-15T20:06:55.716Z Compiling smallvec v1.15.1
18052026-04-15T20:06:55.735Z Compiling icu_normalizer_data v2.1.1
18062026-04-15T20:06:55.838Z Compiling num-traits v0.2.19
18072026-04-15T20:06:55.870Z Compiling parking_lot_core v0.9.12
18082026-04-15T20:06:55.870Z Compiling icu_properties_data v2.1.2
18092026-04-15T20:06:55.901Z Compiling itoa v1.0.17
18102026-04-15T20:06:55.951Z Compiling log v0.4.29
18112026-04-15T20:06:55.982Z Compiling stable_deref_trait v1.2.1
18122026-04-15T20:06:55.997Z Compiling pkg-config v0.3.32
18132026-04-15T20:06:56.076Z Compiling getrandom v0.4.1
18142026-04-15T20:06:56.092Z Compiling subtle v2.6.1
18152026-04-15T20:06:56.187Z Compiling getrandom v0.3.4
18162026-04-15T20:06:56.236Z Compiling scopeguard v1.2.0
18172026-04-15T20:06:56.338Z Compiling jobserver v0.1.34
18182026-04-15T20:06:56.394Z Compiling getrandom v0.2.17
18192026-04-15T20:06:56.444Z Compiling errno v0.3.14
18202026-04-15T20:06:56.464Z Compiling lock_api v0.4.14
18212026-04-15T20:06:56.533Z Compiling writeable v0.6.2
18222026-04-15T20:06:56.551Z Compiling cc v1.2.56
18232026-04-15T20:06:56.588Z Compiling rand_core v0.6.4
18242026-04-15T20:06:56.632Z Compiling litemap v0.8.1
18252026-04-15T20:06:56.639Z Compiling percent-encoding v2.3.2
18262026-04-15T20:06:56.726Z Compiling syn v2.0.117
18272026-04-15T20:06:56.741Z Compiling thiserror v2.0.18
18282026-04-15T20:06:56.779Z Compiling fnv v1.0.7
18292026-04-15T20:06:56.850Z Compiling pin-project-lite v0.2.17
18302026-04-15T20:06:56.910Z Compiling critical-section v1.2.0
18312026-04-15T20:06:56.990Z Compiling schemars v0.8.22
18322026-04-15T20:06:56.990Z Compiling allocator-api2 v0.2.21
18332026-04-15T20:06:56.993Z Compiling equivalent v1.0.2
18342026-04-15T20:06:57.004Z Compiling rustversion v1.0.22
18352026-04-15T20:06:57.022Z Compiling utf8_iter v1.0.4
18362026-04-15T20:06:57.066Z Compiling foldhash v0.2.0
18372026-04-15T20:06:57.075Z Compiling dunce v1.0.5
18382026-04-15T20:06:57.231Z Compiling fs_extra v1.3.0
18392026-04-15T20:06:57.291Z Compiling cmake v0.1.57
18402026-04-15T20:06:57.311Z Compiling form_urlencoded v1.2.2
18412026-04-15T20:06:57.425Z Compiling hashbrown v0.16.1
18422026-04-15T20:06:57.444Z Compiling once_cell v1.21.3
18432026-04-15T20:06:57.462Z Compiling semver v1.0.27
18442026-04-15T20:06:57.597Z Compiling bitflags v2.11.0
18452026-04-15T20:06:57.659Z Compiling const-oid v0.9.6
18462026-04-15T20:06:57.766Z Compiling signal-hook-registry v1.4.8
18472026-04-15T20:06:57.838Z Compiling rustix v1.1.3
18482026-04-15T20:06:57.875Z Compiling ring v0.17.14
18492026-04-15T20:06:57.892Z Compiling aws-lc-sys v0.37.1
18502026-04-15T20:06:57.909Z Compiling socket2 v0.6.2
18512026-04-15T20:06:58.022Z Compiling indexmap v2.13.0
18522026-04-15T20:06:58.074Z Compiling parking_lot v0.12.5
18532026-04-15T20:06:58.090Z Compiling mio v1.1.1
18542026-04-15T20:06:58.108Z Compiling aws-lc-rs v1.16.0
18552026-04-15T20:06:58.146Z Compiling rand_core v0.10.0
18562026-04-15T20:06:58.183Z Compiling thiserror v1.0.69
18572026-04-15T20:06:58.198Z Compiling strsim v0.11.1
18582026-04-15T20:06:58.255Z Compiling futures-core v0.3.32
18592026-04-15T20:06:58.399Z Compiling httparse v1.10.1
18602026-04-15T20:06:58.436Z Compiling byteorder v1.5.0
18612026-04-15T20:06:58.475Z Compiling ucd-trie v0.1.7
18622026-04-15T20:06:58.604Z Compiling ident_case v1.0.1
18632026-04-15T20:06:58.655Z Compiling pest v2.8.6
18642026-04-15T20:06:58.696Z Compiling syn v1.0.109
18652026-04-15T20:06:58.712Z Compiling iana-time-zone v0.1.65
18662026-04-15T20:06:58.729Z Compiling heck v0.5.0
18672026-04-15T20:06:58.732Z Compiling vcpkg v0.2.15
18682026-04-15T20:06:58.777Z Compiling uuid v1.23.0
18692026-04-15T20:06:58.809Z Compiling cpufeatures v0.2.17
18702026-04-15T20:06:58.946Z Compiling regex-syntax v0.8.10
18712026-04-15T20:06:59.105Z Compiling rustc_version v0.4.1
18722026-04-15T20:06:59.259Z Compiling futures-sink v0.3.32
18732026-04-15T20:06:59.286Z Compiling rustls v0.23.37
18742026-04-15T20:06:59.339Z Compiling openssl-sys v0.9.111
18752026-04-15T20:06:59.375Z Compiling futures-channel v0.3.32
18762026-04-15T20:06:59.409Z Compiling slab v0.4.12
18772026-04-15T20:06:59.426Z Compiling futures-task v0.3.32
18782026-04-15T20:06:59.457Z Compiling futures-io v0.3.32
18792026-04-15T20:06:59.567Z Compiling synstructure v0.13.2
18802026-04-15T20:06:59.583Z Compiling serde_derive_internals v0.29.1
18812026-04-15T20:06:59.654Z Compiling plain v0.2.3
18822026-04-15T20:06:59.670Z Compiling dyn-clone v1.0.20
18832026-04-15T20:06:59.688Z Compiling aho-corasick v1.1.4
18842026-04-15T20:06:59.737Z Compiling pest_meta v2.8.6
18852026-04-15T20:06:59.789Z Compiling num-conv v0.2.0
18862026-04-15T20:06:59.843Z Compiling time-core v0.1.8
18872026-04-15T20:06:59.884Z Compiling crossbeam-utils v0.8.21
18882026-04-15T20:07:00.029Z Compiling time-macros v0.2.27
18892026-04-15T20:07:00.047Z Compiling pretty-hex v0.4.1
18902026-04-15T20:07:00.084Z Compiling openssl v0.10.75
18912026-04-15T20:07:00.103Z Compiling base64 v0.22.1
18922026-04-15T20:07:00.327Z Compiling pest_generator v2.8.6
18932026-04-15T20:07:00.358Z Compiling anyhow v1.0.102
18942026-04-15T20:07:00.361Z Compiling base64ct v1.8.3
18952026-04-15T20:07:00.376Z Compiling crc32fast v1.5.0
18962026-04-15T20:07:00.407Z Compiling darling_core v0.21.3
18972026-04-15T20:07:00.461Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18982026-04-15T20:07:00.516Z Compiling flagset v0.4.7
18992026-04-15T20:07:00.600Z Compiling regex-automata v0.4.14
19002026-04-15T20:07:00.664Z Compiling pem-rfc7468 v0.7.0
19012026-04-15T20:07:00.682Z Compiling native-tls v0.2.18
19022026-04-15T20:07:00.685Z Compiling rand_core v0.9.5
19032026-04-15T20:07:00.807Z Compiling serde_derive v1.0.228
19042026-04-15T20:07:00.849Z Compiling zeroize_derive v1.4.3
19052026-04-15T20:07:00.879Z Compiling zerofrom-derive v0.1.6
19062026-04-15T20:07:00.914Z Compiling yoke-derive v0.8.1
19072026-04-15T20:07:00.948Z Compiling zerovec-derive v0.11.2
19082026-04-15T20:07:00.964Z Compiling displaydoc v0.2.5
19092026-04-15T20:07:00.995Z Compiling zerocopy-derive v0.8.40
19102026-04-15T20:07:01.011Z Compiling tokio-macros v2.6.0
19112026-04-15T20:07:01.014Z Compiling futures-macro v0.3.32
19122026-04-15T20:07:01.052Z Compiling thiserror-impl v2.0.18
19132026-04-15T20:07:01.127Z Compiling schemars_derive v0.8.22
19142026-04-15T20:07:01.454Z Compiling zeroize v1.8.2
19152026-04-15T20:07:01.717Z Compiling der_derive v0.7.3
19162026-04-15T20:07:01.772Z Compiling tracing-attributes v0.1.31
19172026-04-15T20:07:01.880Z Compiling thiserror-impl v1.0.69
19182026-04-15T20:07:01.996Z Compiling zerofrom v0.1.6
19192026-04-15T20:07:02.147Z Compiling yoke v0.8.1
19202026-04-15T20:07:02.232Z Compiling crypto-common v0.1.7
19212026-04-15T20:07:02.262Z Compiling block-buffer v0.10.4
19222026-04-15T20:07:02.278Z Compiling pest_derive v2.8.6
19232026-04-15T20:07:02.362Z Compiling zerovec v0.11.5
19242026-04-15T20:07:02.378Z Compiling zerotrie v0.2.3
19252026-04-15T20:07:02.485Z Compiling digest v0.10.7
19262026-04-15T20:07:02.622Z Compiling futures-util v0.3.32
19272026-04-15T20:07:02.718Z Compiling block-padding v0.3.3
19282026-04-15T20:07:02.857Z Compiling inout v0.1.4
19292026-04-15T20:07:02.886Z Compiling hmac v0.12.1
19302026-04-15T20:07:02.889Z Compiling sha2 v0.10.9
19312026-04-15T20:07:02.916Z Compiling tinystr v0.8.2
19322026-04-15T20:07:02.936Z Compiling potential_utf v0.1.4
19332026-04-15T20:07:03.050Z Compiling cipher v0.4.4
19342026-04-15T20:07:03.092Z Compiling icu_collections v2.1.1
19352026-04-15T20:07:03.140Z Compiling icu_locale_core v2.1.1
19362026-04-15T20:07:03.155Z Compiling rustls-pki-types v1.14.0
19372026-04-15T20:07:03.170Z Compiling scroll_derive v0.12.1
19382026-04-15T20:07:03.270Z Compiling scroll_derive v0.13.1
19392026-04-15T20:07:03.825Z Compiling openssl-macros v0.1.1
19402026-04-15T20:07:03.872Z Compiling icu_provider v2.1.1
19412026-04-15T20:07:04.013Z Compiling bytes v1.11.1
19422026-04-15T20:07:04.052Z Compiling chrono v0.4.44
19432026-04-15T20:07:04.099Z Compiling serde_tokenstream v0.2.3
19442026-04-15T20:07:04.121Z Compiling regex v1.12.3
19452026-04-15T20:07:04.154Z Compiling icu_properties v2.1.2
19462026-04-15T20:07:04.231Z Compiling icu_normalizer v2.1.1
19472026-04-15T20:07:04.299Z Compiling der v0.7.10
19482026-04-15T20:07:04.543Z Compiling tokio v1.50.0
19492026-04-15T20:07:04.902Z Compiling http v1.4.0
19502026-04-15T20:07:04.964Z Compiling darling_macro v0.21.3
19512026-04-15T20:07:05.285Z Compiling idna_adapter v1.2.1
19522026-04-15T20:07:05.341Z Compiling ppv-lite86 v0.2.21
19532026-04-15T20:07:05.447Z Compiling idna v1.1.0
19542026-04-15T20:07:05.531Z Compiling zerocopy-derive v0.7.35
19552026-04-15T20:07:05.630Z Compiling slog v2.8.2
19562026-04-15T20:07:05.664Z Compiling tracing-core v0.1.36
19572026-04-15T20:07:05.681Z Compiling untrusted v0.9.0
19582026-04-15T20:07:05.833Z Compiling url v2.5.8
19592026-04-15T20:07:05.850Z Compiling darling v0.21.3
19602026-04-15T20:07:05.864Z Compiling spki v0.7.3
19612026-04-15T20:07:06.059Z Compiling tracing v0.1.44
19622026-04-15T20:07:06.112Z Compiling salsa20 v0.10.2
19632026-04-15T20:07:06.149Z Compiling pbkdf2 v0.12.2
19642026-04-15T20:07:06.489Z Compiling cookie v0.18.1
19652026-04-15T20:07:06.662Z Compiling camino v1.2.2
19662026-04-15T20:07:06.766Z Compiling scrypt v0.11.0
19672026-04-15T20:07:06.847Z Compiling rand_chacha v0.9.0
19682026-04-15T20:07:06.918Z Compiling cbc v0.1.2
19692026-04-15T20:07:06.966Z Compiling aes v0.8.4
19702026-04-15T20:07:07.449Z Compiling usdt-impl v0.5.0
19712026-04-15T20:07:07.495Z Compiling usdt-impl v0.6.0
19722026-04-15T20:07:07.510Z Compiling paste v1.0.15
19732026-04-15T20:07:07.527Z Compiling winnow v0.7.14
19742026-04-15T20:07:07.530Z Compiling either v1.15.0
19752026-04-15T20:07:07.685Z Compiling ref-cast v1.0.25
19762026-04-15T20:07:07.788Z Compiling pkcs5 v0.7.1
19772026-04-15T20:07:07.927Z Compiling rand v0.9.2
19782026-04-15T20:07:07.976Z Compiling http-body v1.0.1
19792026-04-15T20:07:08.152Z Compiling scroll v0.13.0
19802026-04-15T20:07:08.166Z Compiling toml_datetime v0.6.11
19812026-04-15T20:07:08.201Z Compiling serde_spanned v0.6.9
19822026-04-15T20:07:08.253Z Compiling scroll v0.12.0
19832026-04-15T20:07:08.362Z Compiling tokio-util v0.7.18
19842026-04-15T20:07:08.440Z Compiling heapless v0.7.17
19852026-04-15T20:07:08.525Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-04-15T20:07:08.541Z Compiling openssl-probe v0.2.1
19872026-04-15T20:07:08.546Z Compiling zstd-safe v7.2.4
19882026-04-15T20:07:08.656Z Compiling signal-hook v0.3.18
19892026-04-15T20:07:08.723Z Compiling atomic-waker v1.1.2
19902026-04-15T20:07:08.774Z Compiling untrusted v0.7.1
19912026-04-15T20:07:08.887Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-04-15T20:07:08.928Z Compiling goblin v0.8.2
19932026-04-15T20:07:09.029Z Compiling goblin v0.10.5
19942026-04-15T20:07:09.175Z Compiling pkcs8 v0.10.2
19952026-04-15T20:07:09.398Z Compiling zerocopy v0.7.35
19962026-04-15T20:07:09.461Z Compiling ref-cast-impl v1.0.25
19972026-04-15T20:07:09.479Z Compiling darling_core v0.20.11
19982026-04-15T20:07:09.661Z Compiling curve25519-dalek v4.1.3
19992026-04-15T20:07:09.734Z Compiling toml_datetime v0.7.5+spec-1.1.0
20002026-04-15T20:07:09.826Z Compiling memoffset v0.9.1
20012026-04-15T20:07:09.965Z Compiling litrs v1.0.0
20022026-04-15T20:07:10.011Z Compiling tower-service v0.3.3
20032026-04-15T20:07:10.030Z Compiling tower-layer v0.3.3
20042026-04-15T20:07:10.088Z Compiling rustix v0.38.44
20052026-04-15T20:07:10.234Z Compiling try-lock v0.2.5
20062026-04-15T20:07:10.301Z Compiling winnow v0.5.40
20072026-04-15T20:07:10.364Z Compiling fastrand v2.3.0
20082026-04-15T20:07:10.384Z Compiling tinyvec_macros v0.1.1
20092026-04-15T20:07:10.674Z Compiling tinyvec v1.10.0
20102026-04-15T20:07:10.716Z Compiling h2 v0.4.13
20112026-04-15T20:07:10.751Z Compiling document-features v0.2.12
20122026-04-15T20:07:10.981Z Compiling want v0.3.1
20132026-04-15T20:07:11.181Z Compiling dof v0.3.0
20142026-04-15T20:07:11.419Z Compiling darling_macro v0.20.11
20152026-04-15T20:07:11.578Z Compiling toml_edit v0.19.15
20162026-04-15T20:07:11.716Z Compiling dof v0.4.0
20172026-04-15T20:07:11.779Z Compiling dtrace-parser v0.2.0
20182026-04-15T20:07:11.833Z Compiling dtrace-parser v0.3.0
20192026-04-15T20:07:11.941Z Compiling ipnet v2.11.0
20202026-04-15T20:07:12.206Z Compiling daft-derive v0.1.5
20212026-04-15T20:07:12.243Z Compiling async-trait v0.1.89
20222026-04-15T20:07:12.396Z Compiling spin v0.9.8
20232026-04-15T20:07:12.399Z Compiling thread-id v5.1.0
20242026-04-15T20:07:12.437Z Compiling thread-id v4.2.2
20252026-04-15T20:07:12.511Z Compiling num-bigint-dig v0.8.6
20262026-04-15T20:07:12.625Z Compiling httpdate v1.0.3
20272026-04-15T20:07:12.739Z Compiling pin-utils v0.1.0
20282026-04-15T20:07:12.769Z Compiling smoltcp v0.9.1
20292026-04-15T20:07:12.787Z Compiling powerfmt v0.2.0
20302026-04-15T20:07:12.827Z Compiling cfg_aliases v0.2.1
20312026-04-15T20:07:12.918Z Compiling foreign-types-shared v0.1.1
20322026-04-15T20:07:12.934Z Compiling nix v0.31.1
20332026-04-15T20:07:13.023Z Compiling foreign-types v0.3.2
20342026-04-15T20:07:13.062Z Compiling tempfile v3.25.0
20352026-04-15T20:07:13.078Z Compiling deranged v0.5.8
20362026-04-15T20:07:13.159Z Compiling darling v0.20.11
20372026-04-15T20:07:13.314Z Compiling ipnetwork v0.21.1
20382026-04-15T20:07:13.593Z Compiling strum_macros v0.26.4
20392026-04-15T20:07:13.658Z Compiling curve25519-dalek-derive v0.1.1
20402026-04-15T20:07:13.861Z Compiling hyper v1.8.1
20412026-04-15T20:07:13.935Z Compiling socket2 v0.5.10
20422026-04-15T20:07:14.004Z Compiling wait-timeout v0.2.1
20432026-04-15T20:07:14.249Z Compiling utf8parse v0.2.2
20442026-04-15T20:07:14.279Z Compiling simd-adler32 v0.3.8
20452026-04-15T20:07:14.381Z Compiling anstyle v1.0.13
20462026-04-15T20:07:14.463Z Compiling bit-vec v0.8.0
20472026-04-15T20:07:14.529Z Compiling quick-error v1.2.3
20482026-04-15T20:07:14.600Z Compiling num_threads v0.1.7
20492026-04-15T20:07:14.617Z Compiling siphasher v1.0.2
20502026-04-15T20:07:14.668Z Compiling bit-set v0.8.0
20512026-04-15T20:07:14.710Z Compiling time v0.3.47
20522026-04-15T20:07:14.726Z Compiling rusty-fork v0.3.1
20532026-04-15T20:07:14.870Z Compiling anstyle-parse v0.2.7
20542026-04-15T20:07:14.930Z Compiling hyper-util v0.1.20
20552026-04-15T20:07:15.267Z Compiling derive_builder_core v0.20.2
20562026-04-15T20:07:15.315Z Compiling unicode-normalization v0.1.25
20572026-04-15T20:07:15.830Z Compiling rustls-native-certs v0.8.3
20582026-04-15T20:07:16.093Z Compiling signature v2.2.0
20592026-04-15T20:07:16.113Z Compiling hubpack_derive v0.1.1
20602026-04-15T20:07:16.257Z Compiling rand_xorshift v0.4.0
20612026-04-15T20:07:16.502Z Compiling strum_macros v0.27.2
20622026-04-15T20:07:16.527Z Compiling sync_wrapper v1.0.2
20632026-04-15T20:07:16.569Z Compiling fs-err v3.3.0
20642026-04-15T20:07:16.643Z Compiling ahash v0.8.12
20652026-04-15T20:07:16.659Z Compiling anstyle-query v1.1.5
20662026-04-15T20:07:16.748Z Compiling object v0.37.3
20672026-04-15T20:07:16.783Z Compiling adler2 v2.0.1
20682026-04-15T20:07:16.870Z Compiling unicode-bidi v0.3.18
20692026-04-15T20:07:16.885Z Compiling unicode-segmentation v1.12.0
20702026-04-15T20:07:16.931Z Compiling unarray v0.1.4
20712026-04-15T20:07:17.045Z Compiling colorchoice v1.0.4
20722026-04-15T20:07:17.063Z Compiling is_terminal_polyfill v1.70.2
20732026-04-15T20:07:17.142Z Compiling unicode-properties v0.1.4
20742026-04-15T20:07:17.171Z Compiling anstream v0.6.21
20752026-04-15T20:07:17.276Z Compiling proptest v1.10.0
20762026-04-15T20:07:17.297Z Compiling miniz_oxide v0.8.9
20772026-04-15T20:07:17.389Z Compiling stringprep v0.1.5
20782026-04-15T20:07:17.587Z Compiling tower v0.5.3
20792026-04-15T20:07:17.671Z Compiling derive_builder_macro v0.20.2
20802026-04-15T20:07:17.865Z Compiling usdt-macro v0.6.0
20812026-04-15T20:07:17.942Z Compiling usdt-attr-macro v0.6.0
20822026-04-15T20:07:18.413Z Compiling http-body-util v0.1.3
20832026-04-15T20:07:18.606Z Compiling webpki-roots v1.0.6
20842026-04-15T20:07:18.734Z Compiling rand_chacha v0.3.1
20852026-04-15T20:07:18.750Z Compiling erased-serde v0.3.31
20862026-04-15T20:07:18.753Z Compiling md-5 v0.10.6
20872026-04-15T20:07:18.783Z Compiling num-integer v0.1.46
20882026-04-15T20:07:18.923Z Compiling hash32 v0.2.1
20892026-04-15T20:07:19.011Z Compiling vergen-lib v0.1.6
20902026-04-15T20:07:19.026Z Compiling ff v0.13.1
20912026-04-15T20:07:19.070Z Compiling ryu v1.0.23
20922026-04-15T20:07:19.073Z Compiling iri-string v0.7.10
20932026-04-15T20:07:19.124Z Compiling zlib-rs v0.6.2
20942026-04-15T20:07:19.180Z Compiling base16ct v0.2.0
20952026-04-15T20:07:19.219Z Compiling fallible-iterator v0.2.0
20962026-04-15T20:07:19.236Z Compiling psl-types v2.0.11
20972026-04-15T20:07:19.288Z Compiling serde_urlencoded v0.7.1
20982026-04-15T20:07:19.339Z Compiling newtype-uuid v1.3.2
20992026-04-15T20:07:19.764Z Compiling publicsuffix v2.3.0
21002026-04-15T20:07:19.767Z Compiling sec1 v0.7.3
21012026-04-15T20:07:19.767Z Compiling group v0.13.0
21022026-04-15T20:07:19.767Z Compiling postgres-protocol v0.6.10
21032026-04-15T20:07:19.767Z Compiling num-iter v0.1.45
21042026-04-15T20:07:19.767Z Compiling rand v0.8.5
21052026-04-15T20:07:19.768Z Compiling oxnet v0.1.4
21062026-04-15T20:07:19.921Z Compiling derive_builder v0.20.2
21072026-04-15T20:07:20.050Z Compiling tokio-native-tls v0.3.1
21082026-04-15T20:07:20.071Z Compiling heck v0.4.1
21092026-04-15T20:07:20.088Z Compiling phf_shared v0.13.1
21102026-04-15T20:07:20.208Z Compiling tower-http v0.6.8
21112026-04-15T20:07:20.244Z Compiling lazy_static v1.5.0
21122026-04-15T20:07:20.327Z Compiling terminal_size v0.4.3
21132026-04-15T20:07:20.332Z Compiling serde_with_macros v3.17.0
21142026-04-15T20:07:20.360Z Compiling cargo-platform v0.1.9
21152026-04-15T20:07:20.391Z Compiling hkdf v0.12.4
21162026-04-15T20:07:20.408Z Compiling crypto-bigint v0.5.5
21172026-04-15T20:07:20.425Z Compiling clap_derive v4.5.55
21182026-04-15T20:07:20.473Z Compiling enum-as-inner v0.6.1
21192026-04-15T20:07:20.476Z Compiling serde_repr v0.1.20
21202026-04-15T20:07:20.563Z Compiling vergen v9.0.6
21212026-04-15T20:07:20.618Z Compiling bitflags v1.3.2
21222026-04-15T20:07:20.635Z Compiling clap_lex v1.0.0
21232026-04-15T20:07:20.705Z Compiling foldhash v0.1.5
21242026-04-15T20:07:20.721Z Compiling managed v0.8.0
21252026-04-15T20:07:20.904Z Compiling bumpalo v3.20.2
21262026-04-15T20:07:20.953Z Compiling libbz2-rs-sys v0.2.2
21272026-04-15T20:07:21.021Z Compiling hashbrown v0.15.5
21282026-04-15T20:07:21.077Z Compiling clap_builder v4.5.60
21292026-04-15T20:07:21.169Z Compiling flate2 v1.1.9
21302026-04-15T20:07:21.198Z Compiling zopfli v0.8.3
21312026-04-15T20:07:21.361Z Compiling bzip2 v0.6.1
21322026-04-15T20:07:21.392Z Compiling elliptic-curve v0.13.8
21332026-04-15T20:07:21.576Z Compiling cargo_metadata v0.19.2
21342026-04-15T20:07:21.772Z Compiling phf v0.13.1
21352026-04-15T20:07:21.787Z Compiling hyper-tls v0.6.0
21362026-04-15T20:07:21.823Z Compiling zstd v0.13.3
21372026-04-15T20:07:21.889Z Compiling signal-hook-mio v0.2.5
21382026-04-15T20:07:22.023Z Compiling daft v0.1.5
21392026-04-15T20:07:22.040Z Compiling cookie_store v0.22.1
21402026-04-15T20:07:22.054Z Compiling postgres-types v0.2.12
21412026-04-15T20:07:22.092Z Compiling bzip2 v0.4.4
21422026-04-15T20:07:22.309Z Compiling strum v0.27.2
21432026-04-15T20:07:22.402Z Compiling hubpack v0.1.2
21442026-04-15T20:07:22.458Z Compiling ed25519 v2.2.3
21452026-04-15T20:07:22.516Z Compiling phf_shared v0.11.3
21462026-04-15T20:07:22.609Z Compiling crossbeam-epoch v0.9.18
21472026-04-15T20:07:22.644Z Compiling pkcs1 v0.7.5
21482026-04-15T20:07:22.761Z Compiling hex v0.4.3
21492026-04-15T20:07:22.794Z Compiling serde-big-array v0.5.1
21502026-04-15T20:07:22.866Z Compiling rfc6979 v0.4.0
21512026-04-15T20:07:22.952Z Compiling bstr v1.12.1
21522026-04-15T20:07:23.013Z Compiling float-cmp v0.10.0
21532026-04-15T20:07:23.051Z Compiling memmap2 v0.9.10
21542026-04-15T20:07:23.066Z Compiling env_filter v1.0.0
21552026-04-15T20:07:23.116Z Compiling encoding_rs v0.8.35
21562026-04-15T20:07:23.150Z Compiling rustc-hash v2.1.1
21572026-04-15T20:07:23.166Z Compiling mime v0.3.17
21582026-04-15T20:07:23.181Z Compiling difflib v0.4.0
21592026-04-15T20:07:23.185Z Compiling fixedbitset v0.4.2
21602026-04-15T20:07:23.275Z Compiling data-encoding v2.10.0
21612026-04-15T20:07:23.295Z Compiling whoami v2.1.0
21622026-04-15T20:07:23.312Z Compiling jiff v0.2.21
21632026-04-15T20:07:23.345Z Compiling normalize-line-endings v0.3.0
21642026-04-15T20:07:23.411Z Compiling predicates-core v1.0.10
21652026-04-15T20:07:23.427Z Compiling fixedbitset v0.5.7
21662026-04-15T20:07:23.446Z Compiling precomputed-hash v0.1.1
21672026-04-15T20:07:23.553Z Compiling new_debug_unreachable v1.0.6
21682026-04-15T20:07:23.569Z Compiling static_assertions v1.1.0
21692026-04-15T20:07:23.600Z Compiling keccak v0.1.6
21702026-04-15T20:07:23.659Z Compiling toml_write v0.1.2
21712026-04-15T20:07:23.690Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-04-15T20:07:23.706Z Compiling petgraph v0.8.3
21732026-04-15T20:07:23.728Z Compiling string_cache v0.8.9
21742026-04-15T20:07:23.826Z Compiling sha3 v0.10.8
21752026-04-15T20:07:23.841Z Compiling toml_edit v0.22.27
21762026-04-15T20:07:23.892Z Compiling hickory-proto v0.25.2
21772026-04-15T20:07:24.199Z Compiling predicates v3.1.4
21782026-04-15T20:07:24.215Z Compiling tokio-postgres v0.7.16
21792026-04-15T20:07:24.433Z Compiling similar v2.7.0
21802026-04-15T20:07:24.563Z Compiling petgraph v0.6.5
21812026-04-15T20:07:24.783Z Compiling iddqd v0.3.17
21822026-04-15T20:07:25.151Z Compiling env_logger v0.11.9
21832026-04-15T20:07:25.612Z Compiling usdt v0.6.0
21842026-04-15T20:07:25.922Z Compiling zip v4.6.1
21852026-04-15T20:07:26.057Z Compiling serde_with v3.17.0
21862026-04-15T20:07:26.176Z Compiling ecdsa v0.16.9
21872026-04-15T20:07:26.179Z Compiling rsa v0.9.10
21882026-04-15T20:07:26.395Z Compiling ed25519-dalek v2.2.0
21892026-04-15T20:07:26.580Z Compiling clap v4.5.60
21902026-04-15T20:07:26.674Z Compiling crossterm v0.28.1
21912026-04-15T20:07:27.077Z Compiling zip v0.6.6
21922026-04-15T20:07:27.217Z Compiling strum v0.26.3
21932026-04-15T20:07:27.365Z Compiling toml v0.7.8
21942026-04-15T20:07:27.424Z Compiling tokio-stream v0.1.18
21952026-04-15T20:07:27.580Z Compiling buf-list v1.1.2
21962026-04-15T20:07:27.680Z Compiling itertools v0.13.0
21972026-04-15T20:07:27.824Z Compiling x509-cert v0.2.5
21982026-04-15T20:07:27.871Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-04-15T20:07:27.966Z Compiling openapiv3 v2.2.0
22002026-04-15T20:07:28.127Z Compiling sha1 v0.10.6
22012026-04-15T20:07:28.389Z Compiling peg-runtime v0.8.5
22022026-04-15T20:07:28.527Z Compiling lalrpop-util v0.19.12
22032026-04-15T20:07:43.271Z Compiling rustls-webpki v0.103.9
22042026-04-15T20:07:45.266Z Compiling macaddr v1.0.1
22052026-04-15T20:07:45.320Z Compiling structmeta-derive v0.3.0
22062026-04-15T20:07:45.340Z Compiling crucible-workspace-hack v0.1.0
22072026-04-15T20:07:45.545Z Compiling rayon-core v1.13.0
22082026-04-15T20:07:45.562Z Compiling itertools v0.14.0
22092026-04-15T20:07:45.599Z Compiling secrecy v0.10.3
22102026-04-15T20:07:45.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-04-15T20:07:45.776Z Compiling heapless v0.8.0
22122026-04-15T20:07:45.791Z Compiling rustls v0.22.4
22132026-04-15T20:07:46.066Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-15T20:07:46.111Z Compiling crossbeam-deque v0.8.6
22152026-04-15T20:07:46.236Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-04-15T20:07:46.270Z Compiling rustls-webpki v0.102.8
22172026-04-15T20:07:46.299Z Compiling structmeta v0.3.0
22182026-04-15T20:07:46.350Z Compiling futures-executor v0.3.32
22192026-04-15T20:07:46.540Z Compiling hash32 v0.3.1
22202026-04-15T20:07:46.556Z Compiling multer v3.1.0
22212026-04-15T20:07:46.595Z Compiling thread_local v1.1.9
22222026-04-15T20:07:46.701Z Compiling unicode-width v0.2.0
22232026-04-15T20:07:46.723Z Compiling smoltcp v0.11.0
22242026-04-15T20:07:46.739Z Compiling match_cfg v0.1.0
22252026-04-15T20:07:46.775Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-04-15T20:07:46.829Z Compiling slog-async v2.8.0
22272026-04-15T20:07:46.849Z Compiling proc-macro-crate v3.4.0
22282026-04-15T20:07:46.865Z Compiling ingot-macros v0.1.1
22292026-04-15T20:07:46.953Z Compiling tokio-rustls v0.26.4
22302026-04-15T20:07:47.008Z Compiling rustls-platform-verifier v0.6.2
22312026-04-15T20:07:47.054Z Compiling hostname v0.3.1
22322026-04-15T20:07:47.182Z Compiling hyper-rustls v0.27.7
22332026-04-15T20:07:47.198Z Compiling derive-ex v0.1.8
22342026-04-15T20:07:47.236Z Compiling futures v0.3.32
22352026-04-15T20:07:47.256Z Compiling slog-json v2.6.1
22362026-04-15T20:07:47.301Z Compiling crossbeam-channel v0.5.15
22372026-04-15T20:07:47.340Z Compiling half v2.7.1
22382026-04-15T20:07:47.522Z Compiling reqwest v0.13.2
22392026-04-15T20:07:47.542Z Compiling reqwest v0.12.28
22402026-04-15T20:07:47.661Z Compiling newtype-uuid-macros v0.1.0
22412026-04-15T20:07:47.699Z Compiling cobs v0.3.0
22422026-04-15T20:07:48.007Z Compiling thiserror-impl-no-std v2.0.2
22432026-04-15T20:07:48.053Z Compiling universal-hash v0.5.1
22442026-04-15T20:07:48.192Z Compiling async-stream-impl v0.3.6
22452026-04-15T20:07:48.220Z Compiling serde_spanned v1.0.4
22462026-04-15T20:07:48.396Z Compiling is-terminal v0.4.17
22472026-04-15T20:07:48.411Z Compiling dropshot v0.16.7
22482026-04-15T20:07:48.520Z Compiling proc-macro-error-attr v1.0.4
22492026-04-15T20:07:48.553Z Compiling convert_case v0.4.0
22502026-04-15T20:07:48.632Z Compiling take_mut v0.2.2
22512026-04-15T20:07:48.747Z Compiling toml_writer v1.0.6+spec-1.1.0
22522026-04-15T20:07:48.750Z Compiling opaque-debug v0.3.1
22532026-04-15T20:07:48.779Z Compiling term v1.2.1
22542026-04-15T20:07:48.782Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-04-15T20:07:48.814Z Compiling ciborium-io v0.2.2
22562026-04-15T20:07:48.870Z Compiling poly1305 v0.8.0
22572026-04-15T20:07:48.890Z Compiling derive_more v0.99.20
22582026-04-15T20:07:48.926Z Compiling ciborium-ll v0.2.2
22592026-04-15T20:07:49.068Z Compiling thiserror-no-std v2.0.2
22602026-04-15T20:07:49.087Z Compiling toml v0.9.12+spec-1.1.0
22612026-04-15T20:07:49.115Z Compiling slog-term v2.9.2
22622026-04-15T20:07:49.180Z Compiling async-stream v0.3.6
22632026-04-15T20:07:49.210Z Compiling tokio-rustls v0.25.0
22642026-04-15T20:07:49.226Z Compiling test-strategy v0.4.5
22652026-04-15T20:07:49.495Z Compiling ingot-types v0.1.2
22662026-04-15T20:07:49.529Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-04-15T20:07:49.572Z Compiling postcard v1.1.3
22682026-04-15T20:07:49.976Z Compiling ingot v0.1.1
22692026-04-15T20:07:50.349Z Compiling slog-bunyan v2.5.0
22702026-04-15T20:07:50.520Z Compiling num_enum_derive v0.7.5
22712026-04-15T20:07:50.560Z Compiling parse-display-derive v0.10.0
22722026-04-15T20:07:50.585Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22732026-04-15T20:07:50.748Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-04-15T20:07:50.767Z Compiling proc-macro-crate v1.3.1
22752026-04-15T20:07:50.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22762026-04-15T20:07:51.008Z Compiling backon v1.6.0
22772026-04-15T20:07:51.063Z Compiling waitgroup v0.1.2
22782026-04-15T20:07:51.128Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22792026-04-15T20:07:51.241Z Compiling password-hash v0.5.0
22802026-04-15T20:07:51.265Z Compiling dropshot_endpoint v0.16.7
22812026-04-15T20:07:51.284Z Compiling chacha20 v0.9.1
22822026-04-15T20:07:51.367Z Compiling rustls-pemfile v2.2.0
22832026-04-15T20:07:51.383Z Compiling blake2 v0.10.6
22842026-04-15T20:07:51.471Z Compiling aead v0.5.2
22852026-04-15T20:07:51.557Z Compiling foreign-types-macros v0.2.3
22862026-04-15T20:07:51.668Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22872026-04-15T20:07:51.684Z Compiling serde_path_to_error v0.1.20
22882026-04-15T20:07:51.718Z Compiling hostname v0.4.2
22892026-04-15T20:07:51.913Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22902026-04-15T20:07:51.929Z Compiling proc-macro-error v1.0.4
22912026-04-15T20:07:52.060Z Compiling instant v0.1.13
22922026-04-15T20:07:52.090Z Compiling foreign-types-shared v0.3.1
22932026-04-15T20:07:52.134Z Compiling cpufeatures v0.3.0
22942026-04-15T20:07:52.151Z Compiling debug-ignore v1.0.5
22952026-04-15T20:07:52.169Z Compiling typeid v1.0.3
22962026-04-15T20:07:52.204Z Compiling chacha20 v0.10.0
22972026-04-15T20:07:52.207Z Compiling foreign-types v0.5.0
22982026-04-15T20:07:52.237Z Compiling backoff v0.4.0
22992026-04-15T20:07:52.239Z Compiling parse-display v0.10.0
23002026-04-15T20:07:52.284Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23012026-04-15T20:07:52.287Z Compiling argon2 v0.5.3
23022026-04-15T20:07:52.287Z Compiling chacha20poly1305 v0.10.1
23032026-04-15T20:07:52.331Z Compiling num_enum v0.7.5
23042026-04-15T20:07:52.334Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23052026-04-15T20:07:52.361Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23062026-04-15T20:07:52.465Z Compiling num_enum_derive v0.5.11
23072026-04-15T20:07:52.483Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-04-15T20:07:52.514Z Compiling vsss-rs v3.3.4
23092026-04-15T20:07:52.517Z Compiling ciborium v0.2.2
23102026-04-15T20:07:52.929Z Compiling tabwriter v1.4.1
23112026-04-15T20:07:53.068Z Compiling byte-wrapper v0.1.0
23122026-04-15T20:07:53.134Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-04-15T20:07:53.274Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-04-15T20:07:53.292Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23152026-04-15T20:07:53.312Z Compiling regress v0.10.5
23162026-04-15T20:07:53.343Z Compiling cstr-argument v0.1.2
23172026-04-15T20:07:53.418Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-04-15T20:07:53.445Z Compiling erased-serde v0.4.9
23192026-04-15T20:07:53.532Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-04-15T20:07:53.654Z Compiling num_enum v0.5.11
23212026-04-15T20:07:53.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-04-15T20:07:53.814Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-04-15T20:07:53.979Z Compiling rand v0.10.0
23242026-04-15T20:07:53.997Z Compiling rayon v1.11.0
23252026-04-15T20:07:54.014Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-04-15T20:07:54.055Z Compiling colored v3.1.1
23272026-04-15T20:07:54.071Z Compiling indent_write v2.2.0
23282026-04-15T20:07:54.086Z Compiling libefi-sys v0.1.0
23292026-04-15T20:07:54.145Z Compiling zone_cfg_derive v0.3.1
23302026-04-15T20:07:54.238Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-04-15T20:07:54.300Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23322026-04-15T20:07:54.389Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-04-15T20:07:54.416Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-04-15T20:07:54.614Z Compiling camino-tempfile v1.4.1
23352026-04-15T20:07:54.651Z Compiling itertools v0.12.1
23362026-04-15T20:07:54.700Z Compiling usdt-macro v0.5.0
23372026-04-15T20:07:54.738Z Compiling usdt-attr-macro v0.5.0
23382026-04-15T20:07:54.742Z Compiling bitfield-struct v0.6.2
23392026-04-15T20:07:54.776Z Compiling num-derive v0.4.2
23402026-04-15T20:07:54.945Z Compiling blake3 v1.8.3
23412026-04-15T20:07:55.019Z Compiling ordered-float v2.10.1
23422026-04-15T20:07:55.315Z Compiling sigpipe v0.1.3
23432026-04-15T20:07:55.331Z Compiling memmap v0.7.0
23442026-04-15T20:07:55.391Z Compiling swrite v0.1.0
23452026-04-15T20:07:55.414Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-04-15T20:07:55.430Z Compiling glob v0.3.3
23472026-04-15T20:07:55.494Z Compiling usdt v0.5.0
23482026-04-15T20:07:55.522Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-04-15T20:07:55.661Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23502026-04-15T20:07:55.679Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23512026-04-15T20:07:55.863Z Compiling serde-value v0.7.0
23522026-04-15T20:07:56.056Z Compiling zone v0.3.1
23532026-04-15T20:07:56.084Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23542026-04-15T20:07:56.177Z Compiling serde-untagged v0.1.9
23552026-04-15T20:07:56.235Z Compiling toml v0.8.23
23562026-04-15T20:07:56.375Z Compiling smf v0.2.3
23572026-04-15T20:07:56.410Z Compiling filetime v0.2.27
23582026-04-15T20:07:56.426Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-04-15T20:07:56.444Z Compiling arrayref v0.3.9
23602026-04-15T20:07:56.535Z Compiling whoami v1.6.1
23612026-04-15T20:07:56.538Z Compiling arrayvec v0.7.6
23622026-04-15T20:07:56.569Z Compiling xattr v1.6.1
23632026-04-15T20:07:56.586Z Compiling same-file v1.0.6
23642026-04-15T20:07:56.635Z Compiling unicode-xid v0.2.6
23652026-04-15T20:07:56.712Z Compiling constant_time_eq v0.4.2
23662026-04-15T20:07:56.781Z Compiling cargo-util-schemas v0.8.2
23672026-04-15T20:07:56.796Z Compiling tar v0.4.45
23682026-04-15T20:07:56.815Z Compiling walkdir v2.5.0
23692026-04-15T20:07:56.818Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-04-15T20:07:57.009Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-04-15T20:07:57.260Z Compiling tokio-dtrace v0.1.1
23722026-04-15T20:07:57.483Z Compiling console v0.16.2
23732026-04-15T20:07:57.533Z Compiling gethostname v0.5.0
23742026-04-15T20:07:57.561Z Compiling cargo-platform v0.2.0
23752026-04-15T20:07:57.605Z Compiling topological-sort v0.2.2
23762026-04-15T20:07:57.647Z Compiling unit-prefix v0.5.2
23772026-04-15T20:07:57.694Z Compiling oxide-tokio-rt v0.1.3
23782026-04-15T20:07:57.809Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-04-15T20:07:57.855Z Compiling shell-words v1.1.1
23802026-04-15T20:07:58.053Z Compiling cargo_metadata v0.21.0
23812026-04-15T20:07:58.058Z Compiling indicatif v0.18.4
23822026-04-15T20:08:07.291Z Compiling progenitor-client v0.13.0
23832026-04-15T20:08:07.328Z Compiling progenitor-client v0.10.0
23842026-04-15T20:08:07.331Z Compiling omicron-zone-package v0.12.2
23852026-04-15T20:08:07.409Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-04-15T20:08:07.409Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-04-15T20:08:07.441Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-04-15T20:08:07.460Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-04-15T20:08:07.741Z Compiling progenitor-extras v0.1.1
23902026-04-15T20:08:07.793Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-04-15T20:08:07.811Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-04-15T20:08:07.826Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-04-15T20:08:07.963Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-04-15T20:08:08.004Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-04-15T20:08:13.063Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-04-15T20:08:19.926Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-04-15T20:08:22.996Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-04-15T20:08:23.984Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-04-15T20:08:32.686Z Finished `release` profile [optimized] target(s) in 1m 38s
24002026-04-15T20:08:32.840Z Running `target/release/omicron-package -t test target create -p dev`
24012026-04-15T20:08:32.905ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-04-15T20:08:32.907ZCreated new build target 'test' and set it as active
24032026-04-15T20:08:32.911Z
24042026-04-15T20:08:32.911Zreal 1:38.610785032
24052026-04-15T20:08:32.911Zuser 16:20.413960784
24062026-04-15T20:08:32.911Zsys 2:31.497544253
24072026-04-15T20:08:32.911Ztrap 0.449858254
24082026-04-15T20:08:32.911Ztflt 2.671981931
24092026-04-15T20:08:32.911Zdflt 3.489450103
24102026-04-15T20:08:32.911Zkflt 0.001146447
24112026-04-15T20:08:32.911Zlock 51:32.329692058
24122026-04-15T20:08:32.911Zslp 41:45.881789265
24132026-04-15T20:08:32.911Zlat 41.487935498
24142026-04-15T20:08:32.911Zstop 5:20.048512183
24152026-04-15T20:08:32.911Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-04-15T20:08:33.787Z Finished `release` profile [optimized] target(s) in 0.86s
24172026-04-15T20:08:33.858Z Running `target/release/omicron-package -t test package`
24182026-04-15T20:08:33.914ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-04-15T20:08:35.325Z Compiling regress v0.10.5
24202026-04-15T20:08:35.325Z Compiling heck v0.5.0
24212026-04-15T20:08:35.522Z Compiling unsafe-libyaml v0.2.11
24222026-04-15T20:08:35.558Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-04-15T20:08:35.582Z Compiling unicode-width v0.1.14
24242026-04-15T20:08:35.603Z Compiling is-terminal v0.4.17
24252026-04-15T20:08:35.626Z Compiling prettyplease v0.2.37
24262026-04-15T20:08:35.626Z Compiling bytecount v0.6.9
24272026-04-15T20:08:35.629Z Compiling rustls v0.22.4
24282026-04-15T20:08:35.629Z Compiling rustls-webpki v0.102.8
24292026-04-15T20:08:35.629Z Compiling derive-where v1.6.0
24302026-04-15T20:08:35.663Z Compiling thread_local v1.1.9
24312026-04-15T20:08:35.666Z Compiling match_cfg v0.1.0
24322026-04-15T20:08:35.684Z Compiling multer v3.1.0
24332026-04-15T20:08:35.706Z Compiling slog-async v2.8.0
24342026-04-15T20:08:35.725Z Compiling typify-impl v0.6.1
24352026-04-15T20:08:35.728Z Compiling crossbeam-channel v0.5.15
24362026-04-15T20:08:35.768Z Compiling slog-json v2.6.1
24372026-04-15T20:08:35.806Z Compiling hostname v0.3.1
24382026-04-15T20:08:35.827Z Compiling futures-executor v0.3.32
24392026-04-15T20:08:35.907Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-04-15T20:08:35.910Z Compiling serde_spanned v1.0.4
24412026-04-15T20:08:35.910Z Compiling term v1.2.1
24422026-04-15T20:08:35.966Z Compiling take_mut v0.2.2
24432026-04-15T20:08:35.995Z Compiling toml_writer v1.0.6+spec-1.1.0
24442026-04-15T20:08:36.016Z Compiling slog-bunyan v2.5.0
24452026-04-15T20:08:36.103Z Compiling serde_yaml v0.9.34+deprecated
24462026-04-15T20:08:36.146Z Compiling futures v0.3.32
24472026-04-15T20:08:36.219Z Compiling slog-term v2.9.2
24482026-04-15T20:08:36.223Z Compiling toml v0.9.12+spec-1.1.0
24492026-04-15T20:08:36.262Z Compiling dropshot v0.16.7
24502026-04-15T20:08:36.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-04-15T20:08:36.286Z Compiling async-stream v0.3.6
24522026-04-15T20:08:36.328Z Compiling progenitor-client v0.13.0
24532026-04-15T20:08:36.350Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-04-15T20:08:36.438Z Compiling waitgroup v0.1.2
24552026-04-15T20:08:36.441Z Compiling backon v1.6.0
24562026-04-15T20:08:36.460Z Compiling rustls-pemfile v2.2.0
24572026-04-15T20:08:36.504Z Compiling hostname v0.4.2
24582026-04-15T20:08:36.551Z Compiling serde_path_to_error v0.1.20
24592026-04-15T20:08:36.604Z Compiling instant v0.1.13
24602026-04-15T20:08:36.626Z Compiling debug-ignore v1.0.5
24612026-04-15T20:08:36.656Z Compiling progenitor-extras v0.1.1
24622026-04-15T20:08:36.677Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-04-15T20:08:36.701Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-04-15T20:08:36.701Z Compiling backoff v0.4.0
24652026-04-15T20:08:36.745Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-04-15T20:08:36.748Z Compiling parse-display v0.10.0
24672026-04-15T20:08:36.788Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-04-15T20:08:36.902Z Compiling progenitor-client v0.10.0
24692026-04-15T20:08:36.924Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-04-15T20:08:36.947Z Compiling macaddr v1.0.1
24712026-04-15T20:08:36.969Z Compiling console v0.15.11
24722026-04-15T20:08:37.052Z Compiling num-rational v0.4.2
24732026-04-15T20:08:37.222Z Compiling num-complex v0.4.6
24742026-04-15T20:08:37.399Z Compiling slog-dtrace v0.3.0
24752026-04-15T20:08:37.421Z Compiling newline-converter v0.3.0
24762026-04-15T20:08:37.424Z Compiling atomicwrites v0.4.4
24772026-04-15T20:08:37.517Z Compiling async-recursion v1.1.1
24782026-04-15T20:08:37.597Z Compiling num v0.4.3
24792026-04-15T20:08:37.693Z Compiling cancel-safe-futures v0.1.5
24802026-04-15T20:08:37.715Z Compiling float-ord v0.3.2
24812026-04-15T20:08:37.718Z Compiling owo-colors v4.3.0
24822026-04-15T20:08:37.801Z Compiling expectorate v1.2.0
24832026-04-15T20:08:37.804Z Compiling libsw-core v0.3.2
24842026-04-15T20:08:37.863Z Compiling resolv-conf v0.7.6
24852026-04-15T20:08:37.911Z Compiling toml v0.8.23
24862026-04-15T20:08:37.940Z Compiling tokio-rustls v0.25.0
24872026-04-15T20:08:38.038Z Compiling libsw v3.5.0
24882026-04-15T20:08:38.062Z Compiling linear-map v1.2.0
24892026-04-15T20:08:38.181Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-04-15T20:08:38.224Z Compiling linked-hash-map v0.5.6
24912026-04-15T20:08:38.253Z Compiling minimal-lexical v0.2.1
24922026-04-15T20:08:38.321Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-04-15T20:08:38.379Z Compiling unicode-xid v0.2.6
24942026-04-15T20:08:38.470Z Compiling nom v7.1.3
24952026-04-15T20:08:38.491Z Compiling lru-cache v0.1.2
24962026-04-15T20:08:38.511Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-04-15T20:08:38.532Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-04-15T20:08:38.536Z Compiling globset v0.4.18
24992026-04-15T20:08:38.536Z Compiling hickory-proto v0.24.4
25002026-04-15T20:08:38.536Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-04-15T20:08:38.657Z Compiling convert_case v0.10.0
25022026-04-15T20:08:38.953Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-04-15T20:08:39.024Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-04-15T20:08:39.123Z Compiling derive_more-impl v2.1.1
25052026-04-15T20:08:39.841Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25062026-04-15T20:08:39.899Z Compiling pin-project-internal v1.1.11
25072026-04-15T20:08:39.934Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-04-15T20:08:39.998Z Compiling derive_more v2.1.1
25092026-04-15T20:08:40.108Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-04-15T20:08:40.183Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-04-15T20:08:40.347Z Compiling pem v3.0.6
25122026-04-15T20:08:40.498Z Compiling typify-macro v0.6.1
25132026-04-15T20:08:40.917Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-04-15T20:08:41.064Z Compiling hickory-resolver v0.24.4
25152026-04-15T20:08:41.237Z Compiling pin-project v1.1.11
25162026-04-15T20:08:41.286Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-04-15T20:08:41.370Z Compiling snafu-derive v0.8.9
25182026-04-15T20:08:41.500Z Compiling termtree v0.5.1
25192026-04-15T20:08:41.768Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-04-15T20:08:41.996Z Compiling typify v0.6.1
25212026-04-15T20:08:42.135Z Compiling progenitor-impl v0.13.0
25222026-04-15T20:08:42.339Z Compiling qorb v0.4.1
25232026-04-15T20:08:42.639Z Compiling crossterm v0.29.0
25242026-04-15T20:08:43.054Z Compiling snafu v0.8.9
25252026-04-15T20:08:43.127Z Compiling phf_shared v0.12.1
25262026-04-15T20:08:43.419Z Compiling olpc-cjson v0.1.4
25272026-04-15T20:08:43.651Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-04-15T20:08:43.673Z Compiling serde_plain v1.0.2
25292026-04-15T20:08:44.015Z Compiling csv-core v0.1.13
25302026-04-15T20:08:44.198Z Compiling vte v0.14.1
25312026-04-15T20:08:44.321Z Compiling typed-path v0.9.3
25322026-04-15T20:08:44.351Z Compiling progenitor-macro v0.13.0
25332026-04-15T20:08:44.452Z Compiling chrono-tz v0.10.4
25342026-04-15T20:08:44.479Z Compiling highway v1.3.0
25352026-04-15T20:08:44.537Z Compiling strip-ansi-escapes v0.2.1
25362026-04-15T20:08:44.706Z Compiling csv v1.4.0
25372026-04-15T20:08:45.097Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-04-15T20:08:45.209Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25392026-04-15T20:08:45.646Z Compiling tough v0.20.0
25402026-04-15T20:08:45.701Z Compiling phf v0.12.1
25412026-04-15T20:08:45.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-04-15T20:08:46.363Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-04-15T20:08:47.061Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-04-15T20:08:47.291Z Compiling const_format_proc_macros v0.2.34
25452026-04-15T20:08:47.344Z Compiling papergrid v0.11.0
25462026-04-15T20:08:47.620Z Compiling tabled_derive v0.7.0
25472026-04-15T20:08:47.754Z Compiling fd-lock v4.0.4
25482026-04-15T20:08:47.932Z Compiling peg-macros v0.8.5
25492026-04-15T20:08:48.461Z Compiling nu-ansi-term v0.50.3
25502026-04-15T20:08:48.482Z Compiling progenitor v0.13.0
25512026-04-15T20:08:48.534Z Compiling tabled v0.15.0
25522026-04-15T20:08:48.660Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-04-15T20:08:49.186Z Compiling peg v0.8.5
25542026-04-15T20:08:49.292Z Compiling reedline v0.40.0
25552026-04-15T20:08:49.689Z Compiling const_format v0.2.35
25562026-04-15T20:08:50.275Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-04-15T20:08:50.890Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-04-15T20:08:51.109Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-04-15T20:08:51.160Z Compiling bcs v0.1.6
25602026-04-15T20:08:51.232Z Compiling semver v0.1.20
25612026-04-15T20:08:51.527Z Compiling rustc_version v0.1.7
25622026-04-15T20:08:51.581Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-04-15T20:08:51.771Z Compiling newtype_derive v0.1.6
25642026-04-15T20:08:51.859Z Compiling smawk v0.3.2
25652026-04-15T20:08:52.000Z Compiling unicode-linebreak v0.1.5
25662026-04-15T20:08:52.052Z Compiling humantime v2.3.0
25672026-04-15T20:08:52.306Z Compiling textwrap v0.16.2
25682026-04-15T20:08:52.637Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-04-15T20:08:52.772Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-04-15T20:08:53.099Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-04-15T20:08:53.399Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-04-15T20:08:53.902Z Compiling dropshot-api-manager-types v0.6.0
25732026-04-15T20:08:53.952Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-04-15T20:08:54.315Z Compiling base64 v0.21.7
25752026-04-15T20:08:54.386Z Compiling steno v0.4.1
25762026-04-15T20:08:54.523Z Compiling tagptr v0.2.0
25772026-04-15T20:08:54.869Z Compiling utf-8 v0.7.6
25782026-04-15T20:08:55.128Z Compiling moka v0.12.13
25792026-04-15T20:08:55.150Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-04-15T20:08:55.278Z Compiling tungstenite v0.21.0
25812026-04-15T20:08:55.333Z Compiling radium v0.7.0
25822026-04-15T20:08:55.446Z Compiling maybe-uninit v2.0.0
25832026-04-15T20:08:55.654Z Compiling tap v1.0.1
25842026-04-15T20:08:55.805Z Compiling wyz v0.5.1
25852026-04-15T20:08:56.041Z Compiling tokio-tungstenite v0.21.0
25862026-04-15T20:08:56.076Z Compiling zerocopy-derive v0.6.6
25872026-04-15T20:08:56.157Z Compiling crc-catalog v2.4.0
25882026-04-15T20:08:56.285Z Compiling hickory-resolver v0.25.2
25892026-04-15T20:08:56.365Z Compiling display-error-chain v0.2.2
25902026-04-15T20:08:56.428Z Compiling packed_struct v0.10.1
25912026-04-15T20:08:56.533Z Compiling funty v2.0.0
25922026-04-15T20:08:56.556Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25932026-04-15T20:08:56.746Z Compiling crc v3.4.0
25942026-04-15T20:08:56.846Z Compiling zerocopy v0.6.6
25952026-04-15T20:08:56.983Z Compiling bitvec v1.0.1
25962026-04-15T20:08:57.318Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-04-15T20:08:57.361Z Compiling packed_struct_codegen v0.10.1
25982026-04-15T20:08:57.432Z Compiling bitfield-macros v0.19.4
25992026-04-15T20:08:57.508Z Compiling indexmap v1.9.3
26002026-04-15T20:08:57.767Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-04-15T20:08:58.166Z Compiling nodrop v0.1.14
26022026-04-15T20:08:58.300Z Compiling array-init v0.0.4
26032026-04-15T20:08:58.394Z Compiling bitfield v0.19.4
26042026-04-15T20:08:58.702Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26052026-04-15T20:08:58.817Z Compiling smallvec v0.6.14
26062026-04-15T20:08:58.838Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-04-15T20:08:59.091Z Compiling num-derive v0.3.3
26082026-04-15T20:08:59.162Z Compiling proc-macro-error-attr2 v2.0.0
26092026-04-15T20:08:59.498Z Compiling hashbrown v0.12.3
26102026-04-15T20:08:59.582Z Compiling proc-macro-error2 v2.0.1
26112026-04-15T20:08:59.920Z Compiling serde-hex v0.1.0
26122026-04-15T20:08:59.963Z Compiling libscf-sys v1.1.0
26132026-04-15T20:09:00.101Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-04-15T20:09:00.264Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-04-15T20:09:00.507Z Compiling ron v0.8.1
26162026-04-15T20:09:00.565Z Compiling typify-impl v0.4.3
26172026-04-15T20:09:00.697Z Compiling hashbrown v0.13.2
26182026-04-15T20:09:01.304Z Compiling vergen-gitcl v1.0.8
26192026-04-15T20:09:01.534Z Compiling dirs-sys-next v0.1.2
26202026-04-15T20:09:01.623Z Compiling diesel_derives v2.3.7
26212026-04-15T20:09:01.744Z Compiling glob v0.3.3
26222026-04-15T20:09:01.814Z Compiling maplit v1.0.2
26232026-04-15T20:09:01.843Z Compiling crc-any v2.5.0
26242026-04-15T20:09:01.934Z Compiling crunchy v0.2.4
26252026-04-15T20:09:01.987Z Compiling dirs-next v2.0.0
26262026-04-15T20:09:02.093Z Compiling object v0.30.4
26272026-04-15T20:09:02.115Z Compiling clang-sys v1.8.1
26282026-04-15T20:09:02.139Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-04-15T20:09:02.257Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-15T20:09:02.283Z Compiling tabled_derive v0.11.0
26312026-04-15T20:09:02.507Z Compiling papergrid v0.17.0
26322026-04-15T20:09:02.838Z Compiling testing_table v0.3.0
26332026-04-15T20:09:02.863Z Compiling dsl_auto_type v0.2.0
26342026-04-15T20:09:02.892Z Compiling scheduled-thread-pool v0.2.7
26352026-04-15T20:09:02.915Z Compiling diesel_table_macro_syntax v0.3.0
26362026-04-15T20:09:02.986Z Compiling path-slash v0.1.5
26372026-04-15T20:09:03.148Z Compiling tiny-keccak v2.0.2
26382026-04-15T20:09:03.181Z Compiling r2d2 v0.8.10
26392026-04-15T20:09:03.426Z Compiling term v0.7.0
26402026-04-15T20:09:03.471Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-15T20:09:03.495Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-15T20:09:03.513Z Compiling downcast-rs v2.0.2
26432026-04-15T20:09:03.648Z Compiling bit-vec v0.6.3
26442026-04-15T20:09:03.728Z Compiling tabled v0.20.0
26452026-04-15T20:09:03.891Z Compiling xshell-macros v0.2.7
26462026-04-15T20:09:03.912Z Compiling bit-set v0.5.3
26472026-04-15T20:09:03.997Z Compiling typify-macro v0.4.3
26482026-04-15T20:09:04.018Z Compiling ascii-canvas v3.0.0
26492026-04-15T20:09:04.159Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-04-15T20:09:04.280Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-04-15T20:09:04.301Z Compiling xshell v0.2.7
26522026-04-15T20:09:04.362Z Compiling itertools v0.10.5
26532026-04-15T20:09:04.773Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-04-15T20:09:04.911Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-04-15T20:09:05.379Z Compiling ena v0.14.4
26562026-04-15T20:09:05.445Z Compiling libloading v0.8.9
26572026-04-15T20:09:05.490Z Compiling diff v0.1.13
26582026-04-15T20:09:05.612Z Compiling bindgen v0.71.1
26592026-04-15T20:09:05.653Z Compiling regex-syntax v0.6.29
26602026-04-15T20:09:05.684Z Compiling unicase v2.9.0
26612026-04-15T20:09:05.930Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-04-15T20:09:05.989Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26632026-04-15T20:09:07.130Z Compiling lalrpop v0.19.12
26642026-04-15T20:09:07.271Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26652026-04-15T20:09:07.561Z Compiling cexpr v0.6.0
26662026-04-15T20:09:07.873Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26672026-04-15T20:09:08.127Z Compiling diesel v2.3.7
26682026-04-15T20:09:08.149Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-04-15T20:09:08.195Z Compiling crc8 v0.1.1
26702026-04-15T20:09:08.282Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-04-15T20:09:08.332Z Compiling typify v0.4.3
26722026-04-15T20:09:08.352Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-04-15T20:09:08.469Z Compiling headers-core v0.3.0
26742026-04-15T20:09:08.644Z Compiling libxml v0.3.3
26752026-04-15T20:09:08.830Z Compiling headers v0.4.1
26762026-04-15T20:09:08.884Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26772026-04-15T20:09:09.048Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-04-15T20:09:09.259Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-04-15T20:09:09.510Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-04-15T20:09:10.003Z Compiling strum_macros v0.24.3
26812026-04-15T20:09:10.263Z Compiling indoc v1.0.9
26822026-04-15T20:09:10.649Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-04-15T20:09:10.704Z Compiling derive_builder v0.20.2
26842026-04-15T20:09:10.740Z Compiling oso-derive v0.27.3
26852026-04-15T20:09:10.879Z Compiling quick-xml v0.37.5
26862026-04-15T20:09:10.901Z Compiling impl-trait-for-tuples v0.2.3
26872026-04-15T20:09:11.263Z Compiling openssl-probe v0.1.6
26882026-04-15T20:09:11.296Z Compiling half v1.8.3
26892026-04-15T20:09:11.533Z Compiling serde_cbor v0.11.2
26902026-04-15T20:09:11.577Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-04-15T20:09:11.703Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-04-15T20:09:11.744Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26932026-04-15T20:09:12.162Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-04-15T20:09:12.297Z Compiling bb8 v0.8.6
26952026-04-15T20:09:12.367Z Compiling trait-variant v0.1.2
26962026-04-15T20:09:12.423Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-04-15T20:09:12.533Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26982026-04-15T20:09:12.690Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-04-15T20:09:12.905Z Compiling fxhash v0.2.1
27002026-04-15T20:09:12.946Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-15T20:09:12.968Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-15T20:09:12.998Z Compiling samael v0.0.19
27032026-04-15T20:09:13.114Z Compiling progenitor-impl v0.10.0
27042026-04-15T20:09:13.156Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-04-15T20:09:13.243Z Compiling kstat-rs v0.2.4
27062026-04-15T20:09:13.567Z Compiling libz-sys v1.1.24
27072026-04-15T20:09:13.703Z Compiling nonempty v0.12.0
27082026-04-15T20:09:13.733Z Compiling salty v0.3.0
27092026-04-15T20:09:13.996Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-04-15T20:09:14.434Z Compiling progenitor-impl v0.11.2
27112026-04-15T20:09:14.455Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-04-15T20:09:14.576Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27132026-04-15T20:09:14.699Z Compiling darling_core v0.23.0
27142026-04-15T20:09:14.722Z Compiling polar-core v0.27.3
27152026-04-15T20:09:15.287Z Compiling progenitor-macro v0.10.0
27162026-04-15T20:09:16.588Z Compiling nanorand v0.7.0
27172026-04-15T20:09:16.753Z Compiling arc-swap v1.8.2
27182026-04-15T20:09:16.864Z Compiling fs-err v2.11.0
27192026-04-15T20:09:16.958Z Compiling parking_lot_core v0.8.6
27202026-04-15T20:09:17.270Z Compiling slog-scope v4.4.1
27212026-04-15T20:09:17.299Z Compiling darling_macro v0.23.0
27222026-04-15T20:09:17.334Z Compiling mime_guess v2.0.5
27232026-04-15T20:09:17.719Z Compiling flume v0.11.1
27242026-04-15T20:09:17.818Z Compiling progenitor-macro v0.11.2
27252026-04-15T20:09:17.879Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27262026-04-15T20:09:18.158Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27272026-04-15T20:09:19.253Z Compiling progenitor v0.10.0
27282026-04-15T20:09:19.423Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-04-15T20:09:19.935Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-04-15T20:09:20.190Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-04-15T20:09:21.836Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-04-15T20:09:21.870Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-04-15T20:09:22.434Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-04-15T20:09:23.648Z Compiling oso v0.27.3
27352026-04-15T20:09:23.846Z Compiling progenitor-client v0.11.2
27362026-04-15T20:09:24.679Z Compiling git-stub v1.0.0
27372026-04-15T20:09:24.948Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-04-15T20:09:26.790Z Compiling diesel-dtrace v0.5.0
27392026-04-15T20:09:27.136Z Compiling async-bb8-diesel v0.2.1
27402026-04-15T20:09:27.396Z Compiling instability v0.3.11
27412026-04-15T20:09:27.659Z Compiling git-stub-vcs v0.1.0
27422026-04-15T20:09:27.867Z Compiling progenitor v0.11.2
27432026-04-15T20:09:28.046Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-04-15T20:09:28.070Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27452026-04-15T20:09:28.783Z Compiling darling v0.23.0
27462026-04-15T20:09:28.880Z Compiling slog-stdlog v4.1.1
27472026-04-15T20:09:29.496Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-04-15T20:09:29.754Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-04-15T20:09:30.102Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-04-15T20:09:30.492Z Compiling ignore v0.4.25
27512026-04-15T20:09:31.414Z Compiling primeorder v0.13.6
27522026-04-15T20:09:31.729Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-04-15T20:09:31.928Z Compiling castaway v0.2.4
27542026-04-15T20:09:32.092Z Compiling atty v0.2.14
27552026-04-15T20:09:32.245Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-04-15T20:09:32.481Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-04-15T20:09:32.718Z Compiling parse-size v1.1.0
27582026-04-15T20:09:32.795Z Compiling http-range v0.1.5
27592026-04-15T20:09:32.931Z Compiling indoc v2.0.7
27602026-04-15T20:09:32.953Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-04-15T20:09:33.166Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-04-15T20:09:33.260Z Compiling compact_str v0.8.1
27632026-04-15T20:09:34.426Z Compiling p384 v0.13.1
27642026-04-15T20:09:35.511Z Compiling globwalk v0.9.1
27652026-04-15T20:09:35.534Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-04-15T20:09:35.554Z Compiling parking_lot v0.11.2
27672026-04-15T20:09:35.578Z Compiling slog-envlogger v2.2.0
27682026-04-15T20:09:36.194Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-04-15T20:09:36.216Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-04-15T20:09:36.356Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-04-15T20:09:36.468Z Compiling predicates-tree v1.0.13
27722026-04-15T20:09:36.564Z Compiling unicode-truncate v1.1.0
27732026-04-15T20:09:36.665Z Compiling lru v0.12.5
27742026-04-15T20:09:36.753Z Compiling prefix-trie v0.7.0
27752026-04-15T20:09:36.776Z Compiling rand_seeder v0.4.0
27762026-04-15T20:09:36.797Z Compiling vergen-git2 v1.0.7
27772026-04-15T20:09:36.884Z Compiling cassowary v0.3.0
27782026-04-15T20:09:36.930Z Compiling compression-core v0.4.31
27792026-04-15T20:09:37.048Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-04-15T20:09:37.077Z Compiling compression-codecs v0.4.37
27812026-04-15T20:09:37.141Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-04-15T20:09:37.233Z Compiling ratatui v0.29.0
27832026-04-15T20:09:37.256Z Compiling hickory-server v0.25.2
27842026-04-15T20:09:37.437Z Compiling camino-tempfile-ext v0.3.3
27852026-04-15T20:09:37.495Z Compiling hyper-staticfile v0.10.1
27862026-04-15T20:09:38.208Z Compiling sled v0.34.7
27872026-04-15T20:09:38.732Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-04-15T20:09:38.791Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-04-15T20:09:39.397Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-04-15T20:09:39.569Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-04-15T20:09:39.879Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-04-15T20:09:40.187Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-04-15T20:09:40.794Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-04-15T20:09:41.011Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-04-15T20:09:41.323Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-04-15T20:09:41.473Z Compiling toml_datetime v1.0.0+spec-1.1.0
27972026-04-15T20:09:41.576Z Compiling dropshot v0.17.0
27982026-04-15T20:09:41.826Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-04-15T20:09:41.934Z Compiling corncobs v0.1.4
28002026-04-15T20:09:42.056Z Compiling rustls v0.21.12
28012026-04-15T20:09:42.173Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-04-15T20:09:42.312Z Compiling toml v1.0.6+spec-1.1.0
28032026-04-15T20:09:42.315Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-04-15T20:09:42.392Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-04-15T20:09:42.700Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-04-15T20:09:42.890Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-04-15T20:09:43.081Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-04-15T20:09:43.256Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-04-15T20:09:43.576Z Compiling async-compression v0.4.41
28102026-04-15T20:09:44.076Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-04-15T20:09:46.263Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-15T20:09:46.396Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-04-15T20:09:46.436Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-04-15T20:09:46.460Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-04-15T20:09:46.667Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-04-15T20:09:46.690Z Compiling rustls-webpki v0.101.7
28172026-04-15T20:09:46.885Z Compiling sct v0.7.1
28182026-04-15T20:09:47.119Z Compiling nix v0.29.0
28192026-04-15T20:09:47.157Z Compiling secrecy v0.8.0
28202026-04-15T20:09:47.353Z Compiling dropshot_endpoint v0.17.0
28212026-04-15T20:09:47.506Z Compiling void v1.0.2
28222026-04-15T20:09:47.655Z Compiling lzss v0.8.2
28232026-04-15T20:09:47.957Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-15T20:09:48.489Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-04-15T20:09:49.279Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-04-15T20:09:49.449Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-04-15T20:09:50.272Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-04-15T20:09:50.979Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-04-15T20:09:51.084Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-04-15T20:09:51.319Z Compiling tungstenite v0.23.0
28312026-04-15T20:09:51.342Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-04-15T20:09:51.568Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-04-15T20:09:51.792Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-04-15T20:09:51.947Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-04-15T20:09:52.014Z Compiling nix v0.27.1
28362026-04-15T20:09:52.169Z Compiling serde_bytes v0.11.19
28372026-04-15T20:09:52.278Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28382026-04-15T20:09:52.468Z Compiling tokio-tungstenite v0.23.1
28392026-04-15T20:09:52.671Z Compiling git2 v0.20.4
28402026-04-15T20:09:52.865Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-04-15T20:09:53.358Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-04-15T20:09:53.385Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-15T20:09:53.688Z Compiling tokio-rustls v0.24.1
28442026-04-15T20:09:53.977Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-04-15T20:09:55.738Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-15T20:09:55.794Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-04-15T20:09:58.737Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-04-15T20:09:58.839Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-04-15T20:09:58.878Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28502026-04-15T20:09:59.276Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-04-15T20:09:59.456Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-04-15T20:10:00.872Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28532026-04-15T20:10:01.227Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-04-15T20:10:01.390Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28552026-04-15T20:10:02.321Z Compiling rustls-pemfile v1.0.4
28562026-04-15T20:10:02.795Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-04-15T20:10:03.802Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-04-15T20:10:03.990Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-04-15T20:10:04.578Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-04-15T20:10:05.232Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28612026-04-15T20:10:05.890Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28622026-04-15T20:10:06.071Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-04-15T20:10:06.860Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28642026-04-15T20:10:06.898Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-04-15T20:10:07.125Z Compiling signal-hook-tokio v0.3.1
28662026-04-15T20:10:07.298Z Compiling twox-hash v2.1.2
28672026-04-15T20:10:07.322Z Compiling yasna v0.5.2
28682026-04-15T20:10:07.346Z Compiling is_ci v1.2.0
28692026-04-15T20:10:07.557Z Compiling supports-color v3.0.2
28702026-04-15T20:10:07.775Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-04-15T20:10:07.868Z Compiling rcgen v0.12.1
28722026-04-15T20:10:07.913Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28732026-04-15T20:10:07.944Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-04-15T20:10:08.215Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28752026-04-15T20:10:08.888Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28762026-04-15T20:10:09.856Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28772026-04-15T20:10:11.450Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28782026-04-15T20:10:11.626Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28792026-04-15T20:10:12.116Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28802026-04-15T20:10:12.321Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-04-15T20:10:12.452Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-04-15T20:10:12.703Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-04-15T20:10:12.937Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-04-15T20:10:13.158Z Compiling fatfs v0.3.6
28852026-04-15T20:10:13.827Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28862026-04-15T20:10:13.870Z Compiling rtoolbox v0.0.3
28872026-04-15T20:10:14.144Z Compiling subprocess v0.2.15
28882026-04-15T20:10:14.395Z Compiling seq-macro v0.3.6
28892026-04-15T20:10:14.928Z Compiling assert_matches v1.5.0
28902026-04-15T20:10:14.999Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-04-15T20:10:15.038Z Compiling rpassword v7.4.0
28922026-04-15T20:10:15.358Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-04-15T20:10:16.299Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-04-15T20:10:16.359Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-04-15T20:10:16.500Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28962026-04-15T20:10:17.522Z Compiling tui-tree-widget v0.23.1
28972026-04-15T20:10:17.815Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28982026-04-15T20:10:18.740Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-04-15T20:10:19.000Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-04-15T20:10:19.278Z Compiling uzers v0.12.2
29012026-04-15T20:10:19.741Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29022026-04-15T20:10:20.098Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29032026-04-15T20:10:21.222Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29042026-04-15T20:10:22.318Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29052026-04-15T20:10:24.370Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-04-15T20:10:25.448Z Compiling support-bundle-viewer v0.1.2
29072026-04-15T20:10:26.564Z Compiling multimap v0.10.1
29082026-04-15T20:10:35.103Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-04-15T20:10:43.440Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-04-15T20:10:46.188Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-04-15T20:10:46.368Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-04-15T20:16:13.731Z Finished `release` profile [optimized] target(s) in 7m 39s
29132026-04-15T20:16:57.727Z
29142026-04-15T20:16:57.727Zreal 8:24.752656363
29152026-04-15T20:16:57.727Zuser 1:17:22.115559839
29162026-04-15T20:16:57.727Zsys 3:24.805472841
29172026-04-15T20:16:57.730Ztrap 1.767220747
29182026-04-15T20:16:57.731Ztflt 2.117532701
29192026-04-15T20:16:57.731Zdflt 17.219360805
29202026-04-15T20:16:57.731Zkflt 0.096090619
29212026-04-15T20:16:57.731Zlock 6:31:55.896318296
29222026-04-15T20:16:57.731Zslp 2:11:12.563599407
29232026-04-15T20:16:57.731Zlat 2:25.544404188
29242026-04-15T20:16:57.731Zstop 5:13.921518406
29252026-04-15T20:16:57.731Z+ mapfile -t packages
29262026-04-15T20:16:57.731Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-04-15T20:16:58.668Z Finished `release` profile [optimized] target(s) in 0.93s
29282026-04-15T20:16:58.739Z Running `target/release/omicron-package -t test list-outputs`
29292026-04-15T20:16:58.795ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-04-15T20:16:58.798Z+ ptime -m cargo build --locked --release -p xtask
29312026-04-15T20:16:59.328Z Compiling libc v0.2.180
29322026-04-15T20:16:59.328Z Compiling serde v1.0.228
29332026-04-15T20:16:59.331Z Compiling serde_core v1.0.228
29342026-04-15T20:16:59.331Z Compiling rustix v1.1.3
29352026-04-15T20:16:59.331Z Compiling serde_json v1.0.149
29362026-04-15T20:16:59.331Z Compiling bitflags v2.11.0
29372026-04-15T20:16:59.331Z Compiling num-traits v0.2.19
29382026-04-15T20:16:59.331Z Compiling syn v2.0.117
29392026-04-15T20:16:59.449Z Compiling smallvec v1.15.1
29402026-04-15T20:16:59.458Z Compiling hashbrown v0.16.1
29412026-04-15T20:16:59.478Z Compiling usdt-impl v0.5.0
29422026-04-15T20:16:59.526Z Compiling syn v1.0.109
29432026-04-15T20:16:59.539Z Compiling log v0.4.29
29442026-04-15T20:16:59.541Z Compiling getrandom v0.3.4
29452026-04-15T20:16:59.683Z Compiling percent-encoding v2.3.2
29462026-04-15T20:16:59.838Z Compiling form_urlencoded v1.2.2
29472026-04-15T20:16:59.894Z Compiling fs-err v3.3.0
29482026-04-15T20:16:59.897Z Compiling heck v0.4.1
29492026-04-15T20:16:59.927Z Compiling once_cell v1.21.3
29502026-04-15T20:16:59.949Z Compiling anyhow v1.0.102
29512026-04-15T20:17:00.085Z Compiling indexmap v2.13.0
29522026-04-15T20:17:00.131Z Compiling errno v0.3.14
29532026-04-15T20:17:00.131Z Compiling thread-id v4.2.2
29542026-04-15T20:17:00.200Z Compiling memmap v0.7.0
29552026-04-15T20:17:00.445Z Compiling ordered-float v2.10.1
29562026-04-15T20:17:00.999Z Compiling proc-macro-error v1.0.4
29572026-04-15T20:17:01.144Z Compiling terminal_size v0.4.3
29582026-04-15T20:17:01.144Z Compiling tempfile v3.25.0
29592026-04-15T20:17:01.243Z Compiling clap_builder v4.5.60
29602026-04-15T20:17:01.243Z Compiling textwrap v0.16.2
29612026-04-15T20:17:01.263Z Compiling tabled_derive v0.7.0
29622026-04-15T20:17:01.379Z Compiling camino-tempfile v1.4.1
29632026-04-15T20:17:01.900Z Compiling tabled v0.15.0
29642026-04-15T20:17:01.939Z Compiling synstructure v0.13.2
29652026-04-15T20:17:01.939Z Compiling pest_generator v2.8.6
29662026-04-15T20:17:02.322Z Compiling serde_derive v1.0.228
29672026-04-15T20:17:02.322Z Compiling zerofrom-derive v0.1.6
29682026-04-15T20:17:02.326Z Compiling yoke-derive v0.8.1
29692026-04-15T20:17:02.326Z Compiling zerovec-derive v0.11.2
29702026-04-15T20:17:02.326Z Compiling displaydoc v0.2.5
29712026-04-15T20:17:02.326Z Compiling thiserror-impl v1.0.69
29722026-04-15T20:17:02.326Z Compiling zerocopy-derive v0.7.35
29732026-04-15T20:17:02.326Z Compiling scroll_derive v0.12.1
29742026-04-15T20:17:02.326Z Compiling thiserror-impl v2.0.18
29752026-04-15T20:17:02.326Z Compiling clap_derive v4.5.55
29762026-04-15T20:17:02.465Z Compiling pest_derive v2.8.6
29772026-04-15T20:17:03.020Z Compiling scroll v0.12.0
29782026-04-15T20:17:03.197Z Compiling zerocopy v0.7.35
29792026-04-15T20:17:03.324Z Compiling goblin v0.8.2
29802026-04-15T20:17:03.483Z Compiling zerofrom v0.1.6
29812026-04-15T20:17:03.496Z Compiling thiserror v1.0.69
29822026-04-15T20:17:03.608Z Compiling yoke v0.8.1
29832026-04-15T20:17:03.622Z Compiling dtrace-parser v0.2.0
29842026-04-15T20:17:03.633Z Compiling thiserror v2.0.18
29852026-04-15T20:17:03.820Z Compiling zerovec v0.11.5
29862026-04-15T20:17:03.956Z Compiling zerotrie v0.2.3
29872026-04-15T20:17:03.980Z Compiling clap v4.5.60
29882026-04-15T20:17:04.409Z Compiling tinystr v0.8.2
29892026-04-15T20:17:04.426Z Compiling potential_utf v0.1.4
29902026-04-15T20:17:04.626Z Compiling icu_locale_core v2.1.1
29912026-04-15T20:17:04.637Z Compiling icu_collections v2.1.1
29922026-04-15T20:17:05.390Z Compiling icu_provider v2.1.1
29932026-04-15T20:17:05.672Z Compiling toml_datetime v0.6.11
29942026-04-15T20:17:05.746Z Compiling icu_normalizer v2.1.1
29952026-04-15T20:17:05.867Z Compiling icu_properties v2.1.2
29962026-04-15T20:17:05.880Z Compiling serde_spanned v0.6.9
29972026-04-15T20:17:05.928Z Compiling dof v0.3.0
29982026-04-15T20:17:05.938Z Compiling serde_tokenstream v0.2.3
29992026-04-15T20:17:06.002Z Compiling toml_edit v0.22.27
30002026-04-15T20:17:06.024Z Compiling serde-value v0.7.0
30012026-04-15T20:17:06.059Z Compiling cargo-platform v0.2.0
30022026-04-15T20:17:06.076Z Compiling macaddr v1.0.1
30032026-04-15T20:17:06.766Z Compiling usdt-macro v0.5.0
30042026-04-15T20:17:06.786Z Compiling idna_adapter v1.2.1
30052026-04-15T20:17:06.863Z Compiling usdt-attr-macro v0.5.0
30062026-04-15T20:17:06.940Z Compiling idna v1.1.0
30072026-04-15T20:17:07.367Z Compiling url v2.5.8
30082026-04-15T20:17:07.518Z Compiling usdt v0.5.0
30092026-04-15T20:17:07.582Z Compiling toml v0.8.23
30102026-04-15T20:17:08.024Z Compiling cargo-util-schemas v0.8.2
30112026-04-15T20:17:08.061Z Compiling cargo_toml v0.21.0
30122026-04-15T20:17:09.078Z Compiling cargo_metadata v0.21.0
30132026-04-15T20:17:12.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-04-15T20:17:15.192Z Finished `release` profile [optimized] target(s) in 16.38s
30152026-04-15T20:17:15.357Z
30162026-04-15T20:17:15.360Zreal 16.520798015
30172026-04-15T20:17:15.360Zuser 2:22.581544703
30182026-04-15T20:17:15.360Zsys 16.404307587
30192026-04-15T20:17:15.360Ztrap 0.107310299
30202026-04-15T20:17:15.360Ztflt 0.496067366
30212026-04-15T20:17:15.360Zdflt 1.231920665
30222026-04-15T20:17:15.360Zkflt 0.000048064
30232026-04-15T20:17:15.360Zlock 5:24.863531212
30242026-04-15T20:17:15.360Zslp 3:32.894352358
30252026-04-15T20:17:15.360Zlat 6.186837314
30262026-04-15T20:17:15.360Zstop 19.065991963
30272026-04-15T20:17:15.360Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-04-15T20:17:15.360Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-04-15T20:17:15.360Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-04-15T20:17:15.360Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-04-15T20:17:15.360Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30322026-04-15T20:17:16.300Z Compiling regress v0.10.5
30332026-04-15T20:17:16.303Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-04-15T20:17:16.303Z Compiling newtype-uuid-macros v0.1.0
30352026-04-15T20:17:16.303Z Compiling rustls v0.22.4
30362026-04-15T20:17:16.473Z Compiling progenitor-client v0.13.0
30372026-04-15T20:17:16.476Z Compiling rustls-webpki v0.102.8
30382026-04-15T20:17:16.476Z Compiling structmeta-derive v0.3.0
30392026-04-15T20:17:16.476Z Compiling serde_spanned v1.0.4
30402026-04-15T20:17:16.477Z Compiling multer v3.1.0
30412026-04-15T20:17:16.489Z Compiling debug-ignore v1.0.5
30422026-04-15T20:17:16.491Z Compiling match_cfg v0.1.0
30432026-04-15T20:17:16.509Z Compiling toml_writer v1.0.6+spec-1.1.0
30442026-04-15T20:17:16.512Z Compiling slog-json v2.6.1
30452026-04-15T20:17:16.512Z Compiling async-stream-impl v0.3.6
30462026-04-15T20:17:16.512Z Compiling waitgroup v0.1.2
30472026-04-15T20:17:16.512Z Compiling rustls-pemfile v2.2.0
30482026-04-15T20:17:16.745Z Compiling hostname v0.4.2
30492026-04-15T20:17:16.748Z Compiling serde_path_to_error v0.1.20
30502026-04-15T20:17:16.779Z Compiling hostname v0.3.1
30512026-04-15T20:17:16.782Z Compiling itertools v0.14.0
30522026-04-15T20:17:16.782Z Compiling dropshot v0.16.7
30532026-04-15T20:17:16.782Z Compiling dropshot_endpoint v0.16.7
30542026-04-15T20:17:16.796Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-04-15T20:17:16.861Z Compiling toml v0.9.12+spec-1.1.0
30562026-04-15T20:17:16.861Z Compiling macaddr v1.0.1
30572026-04-15T20:17:16.995Z Compiling slog-bunyan v2.5.0
30582026-04-15T20:17:17.027Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-04-15T20:17:17.069Z Compiling instant v0.1.13
30602026-04-15T20:17:17.088Z Compiling progenitor-client v0.10.0
30612026-04-15T20:17:17.105Z Compiling backon v1.6.0
30622026-04-15T20:17:17.126Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-04-15T20:17:17.155Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-04-15T20:17:17.200Z Compiling backoff v0.4.0
30652026-04-15T20:17:17.223Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-04-15T20:17:17.241Z Compiling async-stream v0.3.6
30672026-04-15T20:17:17.258Z Compiling universal-hash v0.5.1
30682026-04-15T20:17:17.323Z Compiling progenitor-extras v0.1.1
30692026-04-15T20:17:17.420Z Compiling opaque-debug v0.3.1
30702026-04-15T20:17:17.435Z Compiling half v2.7.1
30712026-04-15T20:17:17.439Z Compiling crucible-workspace-hack v0.1.0
30722026-04-15T20:17:17.439Z Compiling ciborium-io v0.2.2
30732026-04-15T20:17:17.467Z Compiling convert_case v0.4.0
30742026-04-15T20:17:17.501Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-04-15T20:17:17.519Z Compiling aead v0.5.2
30762026-04-15T20:17:17.555Z Compiling secrecy v0.10.3
30772026-04-15T20:17:17.572Z Compiling unsafe-libyaml v0.2.11
30782026-04-15T20:17:17.593Z Compiling poly1305 v0.8.0
30792026-04-15T20:17:17.661Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-04-15T20:17:17.699Z Compiling ciborium-ll v0.2.2
30812026-04-15T20:17:17.750Z Compiling chacha20 v0.9.1
30822026-04-15T20:17:17.766Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-04-15T20:17:17.821Z Compiling structmeta v0.3.0
30842026-04-15T20:17:17.837Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30852026-04-15T20:17:17.852Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30862026-04-15T20:17:17.884Z Compiling derive_more v0.99.20
30872026-04-15T20:17:17.936Z Compiling ciborium v0.2.2
30882026-04-15T20:17:17.953Z Compiling typify-impl v0.6.1
30892026-04-15T20:17:18.031Z Compiling thiserror-impl-no-std v2.0.2
30902026-04-15T20:17:18.065Z Compiling derive-ex v0.1.8
30912026-04-15T20:17:18.081Z Compiling parse-display-derive v0.10.0
30922026-04-15T20:17:18.096Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-04-15T20:17:18.158Z Compiling serde_yaml v0.9.34+deprecated
30942026-04-15T20:17:18.200Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30952026-04-15T20:17:18.217Z Compiling byte-wrapper v0.1.0
30962026-04-15T20:17:18.327Z Compiling password-hash v0.5.0
30972026-04-15T20:17:18.344Z Compiling blake2 v0.10.6
30982026-04-15T20:17:18.373Z Compiling chacha20poly1305 v0.10.1
30992026-04-15T20:17:18.541Z Compiling indent_write v2.2.0
31002026-04-15T20:17:18.558Z Compiling heapless v0.8.0
31012026-04-15T20:17:18.582Z Compiling ingot-macros v0.1.1
31022026-04-15T20:17:18.629Z Compiling argon2 v0.5.3
31032026-04-15T20:17:18.703Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-04-15T20:17:18.754Z Compiling tokio-rustls v0.25.0
31052026-04-15T20:17:18.924Z Compiling hash32 v0.3.1
31062026-04-15T20:17:19.068Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-04-15T20:17:19.107Z Compiling smoltcp v0.11.0
31082026-04-15T20:17:19.268Z Compiling thiserror-no-std v2.0.2
31092026-04-15T20:17:19.380Z Compiling vsss-rs v3.3.4
31102026-04-15T20:17:19.396Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-04-15T20:17:19.501Z Compiling proc-macro-crate v3.4.0
31122026-04-15T20:17:19.674Z Compiling tabwriter v1.4.1
31132026-04-15T20:17:19.691Z Compiling cobs v0.3.0
31142026-04-15T20:17:19.816Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-04-15T20:17:19.833Z Compiling test-strategy v0.4.5
31162026-04-15T20:17:19.852Z Compiling parse-display v0.10.0
31172026-04-15T20:17:19.855Z Compiling proc-macro-error v1.0.4
31182026-04-15T20:17:19.913Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31192026-04-15T20:17:19.930Z Compiling postcard v1.1.3
31202026-04-15T20:17:20.041Z Compiling proc-macro-crate v1.3.1
31212026-04-15T20:17:20.087Z Compiling num_enum_derive v0.7.5
31222026-04-15T20:17:20.125Z Compiling foreign-types-macros v0.2.3
31232026-04-15T20:17:20.190Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31242026-04-15T20:17:20.208Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31252026-04-15T20:17:20.304Z Compiling foreign-types-shared v0.3.1
31262026-04-15T20:17:20.321Z Compiling rayon-core v1.13.0
31272026-04-15T20:17:20.422Z Compiling cpufeatures v0.3.0
31282026-04-15T20:17:20.444Z Compiling colored v3.1.1
31292026-04-15T20:17:20.493Z Compiling num_enum_derive v0.5.11
31302026-04-15T20:17:20.512Z Compiling chacha20 v0.10.0
31312026-04-15T20:17:20.546Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-04-15T20:17:20.650Z Compiling crossbeam-deque v0.8.6
31332026-04-15T20:17:20.708Z Compiling num-rational v0.4.2
31342026-04-15T20:17:20.744Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-04-15T20:17:20.776Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-04-15T20:17:20.816Z Compiling foreign-types v0.5.0
31372026-04-15T20:17:20.834Z Compiling num-complex v0.4.6
31382026-04-15T20:17:20.877Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31392026-04-15T20:17:20.910Z Compiling cstr-argument v0.1.2
31402026-04-15T20:17:20.927Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-04-15T20:17:21.098Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-04-15T20:17:21.167Z Compiling rand v0.10.0
31432026-04-15T20:17:21.237Z Compiling num_enum v0.7.5
31442026-04-15T20:17:21.253Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-04-15T20:17:21.270Z Compiling num v0.4.3
31462026-04-15T20:17:21.328Z Compiling toml v0.8.23
31472026-04-15T20:17:21.365Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31482026-04-15T20:17:21.382Z Compiling camino-tempfile v1.4.1
31492026-04-15T20:17:21.400Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-04-15T20:17:21.404Z Compiling float-ord v0.3.2
31512026-04-15T20:17:21.404Z Compiling zone_cfg_derive v0.3.1
31522026-04-15T20:17:21.456Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31532026-04-15T20:17:21.508Z Compiling ingot-types v0.1.2
31542026-04-15T20:17:21.559Z Compiling rayon v1.11.0
31552026-04-15T20:17:21.596Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31562026-04-15T20:17:21.617Z Compiling num_enum v0.5.11
31572026-04-15T20:17:21.644Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31582026-04-15T20:17:21.709Z Compiling itertools v0.12.1
31592026-04-15T20:17:21.746Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31602026-04-15T20:17:21.763Z Compiling num-derive v0.4.2
31612026-04-15T20:17:21.799Z Compiling sigpipe v0.1.3
31622026-04-15T20:17:21.878Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31632026-04-15T20:17:21.913Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31642026-04-15T20:17:21.938Z Compiling ingot v0.1.1
31652026-04-15T20:17:21.965Z Compiling glob v0.3.3
31662026-04-15T20:17:22.075Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31672026-04-15T20:17:22.093Z Compiling smf v0.2.3
31682026-04-15T20:17:22.133Z Compiling whoami v1.6.1
31692026-04-15T20:17:22.151Z Compiling prettyplease v0.2.37
31702026-04-15T20:17:22.154Z Compiling gethostname v0.5.0
31712026-04-15T20:17:22.289Z Compiling usdt-macro v0.5.0
31722026-04-15T20:17:22.306Z Compiling usdt-attr-macro v0.5.0
31732026-04-15T20:17:22.344Z Compiling memmap v0.7.0
31742026-04-15T20:17:22.389Z Compiling atomicwrites v0.4.4
31752026-04-15T20:17:22.451Z Compiling derive-where v1.6.0
31762026-04-15T20:17:22.563Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-04-15T20:17:22.592Z Compiling typify-macro v0.6.1
31782026-04-15T20:17:22.609Z Compiling resolv-conf v0.7.6
31792026-04-15T20:17:22.663Z Compiling cancel-safe-futures v0.1.5
31802026-04-15T20:17:22.725Z Compiling owo-colors v4.3.0
31812026-04-15T20:17:22.788Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31822026-04-15T20:17:22.907Z Compiling zone v0.3.1
31832026-04-15T20:17:23.006Z Compiling libsw-core v0.3.2
31842026-04-15T20:17:23.026Z Compiling async-recursion v1.1.1
31852026-04-15T20:17:23.166Z Compiling usdt v0.5.0
31862026-04-15T20:17:23.209Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-04-15T20:17:23.224Z Compiling libsw v3.5.0
31882026-04-15T20:17:23.360Z Compiling libefi-sys v0.1.0
31892026-04-15T20:17:23.395Z Compiling linear-map v1.2.0
31902026-04-15T20:17:23.428Z Compiling console v0.15.11
31912026-04-15T20:17:23.447Z Compiling hickory-proto v0.24.4
31922026-04-15T20:17:23.471Z Compiling newline-converter v0.3.0
31932026-04-15T20:17:23.590Z Compiling bitfield-struct v0.6.2
31942026-04-15T20:17:23.606Z Compiling semver v0.1.20
31952026-04-15T20:17:23.622Z Compiling linked-hash-map v0.5.6
31962026-04-15T20:17:23.654Z Compiling tokio-dtrace v0.1.1
31972026-04-15T20:17:23.732Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31982026-04-15T20:17:23.822Z Compiling rustc_version v0.1.7
31992026-04-15T20:17:23.838Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-04-15T20:17:23.854Z Compiling lru-cache v0.1.2
32012026-04-15T20:17:23.857Z Compiling expectorate v1.2.0
32022026-04-15T20:17:23.917Z Compiling dropshot-api-manager-types v0.6.0
32032026-04-15T20:17:23.934Z Compiling pin-project-internal v1.1.11
32042026-04-15T20:17:23.937Z Compiling slog-dtrace v0.3.0
32052026-04-15T20:17:23.966Z Compiling minimal-lexical v0.2.1
32062026-04-15T20:17:24.009Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-04-15T20:17:24.055Z Compiling oxide-tokio-rt v0.1.3
32082026-04-15T20:17:24.072Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-04-15T20:17:24.089Z Compiling newtype_derive v0.1.6
32102026-04-15T20:17:24.107Z Compiling typify-impl v0.4.3
32112026-04-15T20:17:24.241Z Compiling nom v7.1.3
32122026-04-15T20:17:24.257Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-04-15T20:17:24.275Z Compiling snafu-derive v0.8.9
32142026-04-15T20:17:24.291Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-04-15T20:17:24.311Z Compiling phf_shared v0.12.1
32162026-04-15T20:17:24.314Z Compiling pem v3.0.6
32172026-04-15T20:17:24.381Z Compiling csv-core v0.1.13
32182026-04-15T20:17:24.433Z Compiling typify v0.6.1
32192026-04-15T20:17:24.519Z Compiling same-file v1.0.6
32202026-04-15T20:17:24.535Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-04-15T20:17:24.570Z Compiling progenitor-impl v0.13.0
32222026-04-15T20:17:24.671Z Compiling xshell-macros v0.2.7
32232026-04-15T20:17:24.688Z Compiling chrono-tz v0.10.4
32242026-04-15T20:17:24.716Z Compiling highway v1.3.0
32252026-04-15T20:17:24.834Z Compiling const_format_proc_macros v0.2.34
32262026-04-15T20:17:24.910Z Compiling walkdir v2.5.0
32272026-04-15T20:17:24.930Z Compiling csv v1.4.0
32282026-04-15T20:17:24.957Z Compiling phf v0.12.1
32292026-04-15T20:17:25.090Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32302026-04-15T20:17:25.109Z Compiling xshell v0.2.7
32312026-04-15T20:17:25.111Z Compiling pin-project v1.1.11
32322026-04-15T20:17:25.203Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-04-15T20:17:25.249Z Compiling globset v0.4.18
32342026-04-15T20:17:25.265Z Compiling olpc-cjson v0.1.4
32352026-04-15T20:17:25.457Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32362026-04-15T20:17:25.494Z Compiling primeorder v0.13.6
32372026-04-15T20:17:25.512Z Compiling serde_plain v1.0.2
32382026-04-15T20:17:25.515Z Compiling typed-path v0.9.3
32392026-04-15T20:17:25.642Z Compiling hickory-resolver v0.24.4
32402026-04-15T20:17:25.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-04-15T20:17:25.763Z Compiling const_format v0.2.35
32422026-04-15T20:17:25.831Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-04-15T20:17:25.951Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-04-15T20:17:26.039Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-04-15T20:17:26.106Z Compiling tabled_derive v0.7.0
32462026-04-15T20:17:26.243Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32472026-04-15T20:17:26.278Z Compiling snafu v0.8.9
32482026-04-15T20:17:26.463Z Compiling bcs v0.1.6
32492026-04-15T20:17:26.568Z Compiling tough v0.20.0
32502026-04-15T20:17:26.697Z Compiling qorb v0.4.1
32512026-04-15T20:17:26.716Z Compiling salty v0.3.0
32522026-04-15T20:17:26.719Z Compiling termtree v0.5.1
32532026-04-15T20:17:26.823Z Compiling radium v0.7.0
32542026-04-15T20:17:26.887Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32552026-04-15T20:17:26.918Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-04-15T20:17:26.992Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-04-15T20:17:27.131Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32582026-04-15T20:17:27.147Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-04-15T20:17:27.186Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32602026-04-15T20:17:27.313Z Compiling tabled v0.15.0
32612026-04-15T20:17:27.337Z Compiling progenitor-macro v0.13.0
32622026-04-15T20:17:27.399Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-04-15T20:17:27.509Z Compiling textwrap v0.16.2
32642026-04-15T20:17:27.548Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-04-15T20:17:27.643Z Compiling steno v0.4.1
32662026-04-15T20:17:27.795Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-04-15T20:17:27.941Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682026-04-15T20:17:27.987Z Compiling tagptr v0.2.0
32692026-04-15T20:17:28.033Z Compiling tap v1.0.1
32702026-04-15T20:17:28.111Z Compiling maybe-uninit v2.0.0
32712026-04-15T20:17:28.163Z Compiling base64 v0.21.7
32722026-04-15T20:17:28.181Z Compiling humantime v2.3.0
32732026-04-15T20:17:28.508Z Compiling wyz v0.5.1
32742026-04-15T20:17:28.520Z Compiling moka v0.12.13
32752026-04-15T20:17:28.683Z Compiling typify-macro v0.4.3
32762026-04-15T20:17:28.704Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32772026-04-15T20:17:28.861Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-04-15T20:17:28.964Z Compiling p384 v0.13.1
32792026-04-15T20:17:28.967Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32802026-04-15T20:17:29.035Z Compiling packed_struct v0.10.1
32812026-04-15T20:17:29.136Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-04-15T20:17:29.208Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-04-15T20:17:29.321Z Compiling funty v2.0.0
32842026-04-15T20:17:29.338Z Compiling parking_lot_core v0.8.6
32852026-04-15T20:17:29.497Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-04-15T20:17:29.573Z Compiling hickory-resolver v0.25.2
32872026-04-15T20:17:29.713Z Compiling bitvec v1.0.1
32882026-04-15T20:17:29.745Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32892026-04-15T20:17:29.961Z Compiling polyval v0.6.2
32902026-04-15T20:17:30.105Z Compiling git-stub v1.0.0
32912026-04-15T20:17:30.123Z Compiling packed_struct_codegen v0.10.1
32922026-04-15T20:17:30.207Z Compiling bitfield-macros v0.19.4
32932026-04-15T20:17:30.226Z Compiling zerocopy-derive v0.6.6
32942026-04-15T20:17:30.402Z Compiling proc-macro-error-attr2 v2.0.0
32952026-04-15T20:17:30.457Z Compiling typify v0.4.3
32962026-04-15T20:17:30.581Z Compiling indexmap v1.9.3
32972026-04-15T20:17:30.640Z Compiling crc-catalog v2.4.0
32982026-04-15T20:17:30.674Z Compiling utf-8 v0.7.6
32992026-04-15T20:17:30.677Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-04-15T20:17:30.770Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-04-15T20:17:30.806Z Compiling nodrop v0.1.14
33022026-04-15T20:17:30.846Z Compiling tungstenite v0.21.0
33032026-04-15T20:17:30.877Z Compiling crc v3.4.0
33042026-04-15T20:17:30.894Z Compiling proc-macro-error2 v2.0.1
33052026-04-15T20:17:30.930Z Compiling array-init v0.0.4
33062026-04-15T20:17:31.018Z Compiling bitfield v0.19.4
33072026-04-15T20:17:31.036Z Compiling git-stub-vcs v0.1.0
33082026-04-15T20:17:31.054Z Compiling ghash v0.5.1
33092026-04-15T20:17:31.117Z Compiling smallvec v0.6.14
33102026-04-15T20:17:31.160Z Compiling zerocopy v0.6.6
33112026-04-15T20:17:31.224Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-04-15T20:17:31.275Z Compiling num-derive v0.3.3
33132026-04-15T20:17:31.311Z Compiling ctr v0.9.2
33142026-04-15T20:17:31.354Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-04-15T20:17:31.371Z Compiling compression-core v0.4.31
33162026-04-15T20:17:31.437Z Compiling unicase v2.9.0
33172026-04-15T20:17:31.518Z Compiling hashbrown v0.12.3
33182026-04-15T20:17:31.539Z Compiling compression-codecs v0.4.37
33192026-04-15T20:17:31.552Z Compiling aes-gcm v0.10.3
33202026-04-15T20:17:31.568Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-04-15T20:17:31.604Z Compiling parking_lot v0.11.2
33222026-04-15T20:17:31.625Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33232026-04-15T20:17:31.678Z Compiling mime_guess v2.0.5
33242026-04-15T20:17:31.741Z Compiling tokio-tungstenite v0.21.0
33252026-04-15T20:17:31.770Z Compiling serde-hex v0.1.0
33262026-04-15T20:17:31.797Z Compiling tabled_derive v0.11.0
33272026-04-15T20:17:32.045Z Compiling progenitor-impl v0.10.0
33282026-04-15T20:17:32.070Z Compiling progenitor-impl v0.11.2
33292026-04-15T20:17:32.096Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-04-15T20:17:32.124Z Compiling ron v0.8.1
33312026-04-15T20:17:32.237Z Compiling libscf-sys v1.1.0
33322026-04-15T20:17:32.269Z Compiling papergrid v0.17.0
33332026-04-15T20:17:32.287Z Compiling testing_table v0.3.0
33342026-04-15T20:17:32.403Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-04-15T20:17:32.445Z Compiling hashbrown v0.13.2
33362026-04-15T20:17:32.464Z Compiling progenitor v0.13.0
33372026-04-15T20:17:32.486Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-04-15T20:17:32.644Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33392026-04-15T20:17:32.662Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-04-15T20:17:32.695Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33412026-04-15T20:17:32.753Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-04-15T20:17:32.980Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-04-15T20:17:32.997Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33442026-04-15T20:17:33.067Z Compiling prefix-trie v0.7.0
33452026-04-15T20:17:33.135Z Compiling ssh-encoding v0.2.0
33462026-04-15T20:17:33.223Z Compiling blowfish v0.9.1
33472026-04-15T20:17:33.255Z Compiling fxhash v0.2.1
33482026-04-15T20:17:33.428Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-04-15T20:17:33.444Z Compiling toml_datetime v1.0.0+spec-1.1.0
33502026-04-15T20:17:33.483Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-04-15T20:17:33.506Z Compiling dropshot v0.17.0
33522026-04-15T20:17:33.557Z Compiling corncobs v0.1.4
33532026-04-15T20:17:33.726Z Compiling crc-any v2.5.0
33542026-04-15T20:17:33.742Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-04-15T20:17:33.801Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-04-15T20:17:33.830Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-04-15T20:17:33.848Z Compiling toml v1.0.6+spec-1.1.0
33582026-04-15T20:17:33.998Z Compiling hickory-server v0.25.2
33592026-04-15T20:17:34.016Z Compiling sled v0.34.7
33602026-04-15T20:17:34.033Z Compiling bcrypt-pbkdf v0.10.0
33612026-04-15T20:17:34.036Z Compiling ssh-cipher v0.2.0
33622026-04-15T20:17:34.099Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-04-15T20:17:34.239Z Compiling tabled v0.20.0
33642026-04-15T20:17:34.255Z Compiling object v0.30.4
33652026-04-15T20:17:34.421Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-04-15T20:17:34.646Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33672026-04-15T20:17:34.686Z Compiling progenitor-macro v0.10.0
33682026-04-15T20:17:34.753Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-04-15T20:17:34.771Z Compiling progenitor-macro v0.11.2
33702026-04-15T20:17:35.235Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-04-15T20:17:35.437Z Compiling async-compression v0.4.41
33722026-04-15T20:17:35.801Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33732026-04-15T20:17:35.888Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-04-15T20:17:35.904Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-04-15T20:17:35.937Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-04-15T20:17:36.006Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33772026-04-15T20:17:36.325Z Compiling progenitor-client v0.11.2
33782026-04-15T20:17:36.690Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-04-15T20:17:36.726Z Compiling dropshot_endpoint v0.17.0
33802026-04-15T20:17:36.745Z Compiling password-hash v0.4.2
33812026-04-15T20:17:36.820Z Compiling secrecy v0.8.0
33822026-04-15T20:17:37.006Z Compiling half v1.8.3
33832026-04-15T20:17:37.029Z Compiling http-range v0.1.5
33842026-04-15T20:17:37.172Z Compiling path-slash v0.1.5
33852026-04-15T20:17:37.257Z Compiling serde_cbor v0.11.2
33862026-04-15T20:17:37.324Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33872026-04-15T20:17:37.344Z Compiling pbkdf2 v0.11.0
33882026-04-15T20:17:37.587Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-04-15T20:17:37.894Z Compiling ssh-key v0.6.7
33902026-04-15T20:17:38.238Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33912026-04-15T20:17:38.367Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33922026-04-15T20:17:38.493Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33932026-04-15T20:17:38.643Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33942026-04-15T20:17:38.830Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33952026-04-15T20:17:39.133Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33962026-04-15T20:17:39.307Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-04-15T20:17:39.409Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33982026-04-15T20:17:39.500Z Compiling p521 v0.13.3
33992026-04-15T20:17:39.606Z Compiling p256 v0.13.2
34002026-04-15T20:17:39.673Z Compiling yasna v0.5.2
34012026-04-15T20:17:39.864Z Compiling kstat-rs v0.2.4
34022026-04-15T20:17:39.880Z Compiling headers-core v0.3.0
34032026-04-15T20:17:39.907Z Compiling nanorand v0.7.0
34042026-04-15T20:17:39.935Z Compiling progenitor v0.10.0
34052026-04-15T20:17:40.033Z Compiling atty v0.2.14
34062026-04-15T20:17:40.042Z Compiling russh-cryptovec v0.7.3
34072026-04-15T20:17:40.094Z Compiling progenitor v0.11.2
34082026-04-15T20:17:40.121Z Compiling home v0.5.12
34092026-04-15T20:17:40.144Z Compiling crc8 v0.1.1
34102026-04-15T20:17:40.170Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-04-15T20:17:40.192Z Compiling md5 v0.7.0
34122026-04-15T20:17:40.220Z Compiling rcgen v0.12.1
34132026-04-15T20:17:40.274Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34142026-04-15T20:17:40.286Z Compiling flume v0.11.1
34152026-04-15T20:17:40.307Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34162026-04-15T20:17:40.311Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-04-15T20:17:40.367Z Compiling russh-keys v0.45.0
34182026-04-15T20:17:40.389Z Compiling headers v0.4.1
34192026-04-15T20:17:40.500Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-04-15T20:17:40.517Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34212026-04-15T20:17:40.638Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-04-15T20:17:40.906Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232026-04-15T20:17:40.960Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34242026-04-15T20:17:40.979Z Compiling hyper-staticfile v0.10.1
34252026-04-15T20:17:41.134Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-04-15T20:17:41.188Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-04-15T20:17:41.231Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34282026-04-15T20:17:41.257Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-04-15T20:17:41.400Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34302026-04-15T20:17:41.415Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-04-15T20:17:41.525Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34322026-04-15T20:17:41.543Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34332026-04-15T20:17:41.562Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-04-15T20:17:41.707Z Compiling num-bigint v0.4.6
34352026-04-15T20:17:41.910Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34362026-04-15T20:17:41.952Z Compiling des v0.8.1
34372026-04-15T20:17:41.991Z Compiling subprocess v0.2.15
34382026-04-15T20:17:42.021Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-04-15T20:17:42.041Z Compiling display-error-chain v0.2.2
34402026-04-15T20:17:42.187Z Compiling hex-literal v0.4.1
34412026-04-15T20:17:42.204Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-04-15T20:17:42.310Z Compiling colored v2.2.0
34432026-04-15T20:17:42.324Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-04-15T20:17:42.378Z Compiling internet-checksum v0.2.1
34452026-04-15T20:17:42.483Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-04-15T20:17:42.950Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34472026-04-15T20:17:43.049Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34482026-04-15T20:17:43.103Z Compiling russh v0.45.0
34492026-04-15T20:17:45.516Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-04-15T20:17:46.214Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-04-15T20:17:46.532Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34522026-04-15T20:17:46.729Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34532026-04-15T20:17:54.566Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34542026-04-15T20:17:54.566Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34552026-04-15T20:17:54.566Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-04-15T20:17:54.569Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34572026-04-15T20:17:56.322Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582026-04-15T20:17:56.337Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34592026-04-15T20:18:00.582Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34602026-04-15T20:18:20.604Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34612026-04-15T20:18:39.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34622026-04-15T20:18:40.010Z
34632026-04-15T20:18:40.010Zreal 1:24.582582469
34642026-04-15T20:18:40.010Zuser 8:17.440369530
34652026-04-15T20:18:40.010Zsys 1:40.312123542
34662026-04-15T20:18:40.013Ztrap 0.266810482
34672026-04-15T20:18:40.013Ztflt 0.573684312
34682026-04-15T20:18:40.013Zdflt 1.453737120
34692026-04-15T20:18:40.013Zkflt 0.000254562
34702026-04-15T20:18:40.013Zlock 29:30.209519806
34712026-04-15T20:18:40.013Zslp 19:15.215479004
34722026-04-15T20:18:40.013Zlat 38.817126775
34732026-04-15T20:18:40.013Zstop 2:47.240698010
34742026-04-15T20:18:40.013Z+ mkdir tests
34752026-04-15T20:18:40.017Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34762026-04-15T20:18:40.017Z+ xargs -I '{}' -t cp '{}' tests/
34772026-04-15T20:18:40.047Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-06c5e08f05acc77d tests/
34782026-04-15T20:18:40.076Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-daaa900d42191a25 tests/
34792026-04-15T20:18:40.105Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4983f4e920077a88 tests/
34802026-04-15T20:18:40.137Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-461a26c960e1835b tests/
34812026-04-15T20:18:40.380Z+ 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/*)
34822026-04-15T20:18:40.383Z+ 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-daaa900d42191a25 tests/commtest-4983f4e920077a88 tests/dhcp_server-06c5e08f05acc77d tests/end_to_end_tests-461a26c960e1835b 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
34832026-04-15T20:20:05.727ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34842026-04-15T20:20:05.727Za .github/buildomat/ci-env.sh 1K
34852026-04-15T20:20:05.727Za out/target/test 1K
34862026-04-15T20:20:05.727Za out/npuzone/npuzone 27402K
34872026-04-15T20:20:05.727Za package-manifest.toml 35K
34882026-04-15T20:20:05.727Za smf/sled-agent/non-gimlet/config.toml 6K
34892026-04-15T20:20:05.727Za target/release/omicron-package 45738K
34902026-04-15T20:20:05.727Za target/release/xtask 11433K
34912026-04-15T20:20:05.727Za target/debug/bootstrap 340397K
34922026-04-15T20:20:05.728Za tests/bootstrap-daaa900d42191a25 31310K
34932026-04-15T20:20:05.728Za tests/commtest-4983f4e920077a88 32395K
34942026-04-15T20:20:05.728Za tests/dhcp_server-06c5e08f05acc77d 31310K
34952026-04-15T20:20:05.728Za tests/end_to_end_tests-461a26c960e1835b 382832K
34962026-04-15T20:20:05.728Za out/clickhouse.tar.gz 323240K
34972026-04-15T20:20:05.728Za out/clickhouse_keeper.tar.gz 307196K
34982026-04-15T20:20:05.728Za out/clickhouse_server.tar.gz 323239K
34992026-04-15T20:20:05.728Za out/cockroachdb.tar.gz 165485K
35002026-04-15T20:20:05.728Za out/crucible-pantry-zone.tar.gz 44533K
35012026-04-15T20:20:05.728Za out/crucible-utils.tar 17744K
35022026-04-15T20:20:05.728Za out/crucible-zone.tar.gz 58671K
35032026-04-15T20:20:05.728Za out/external-dns.tar.gz 51761K
35042026-04-15T20:20:05.728Za out/internal-dns.tar.gz 51760K
35052026-04-15T20:20:05.728Za out/mg-ddm-gz.tar 78377K
35062026-04-15T20:20:05.728Za out/nexus.tar.gz 218961K
35072026-04-15T20:20:05.728Za out/ntp.tar.gz 33009K
35082026-04-15T20:20:05.728Za out/omicron-gateway-softnpu.tar.gz 29177K
35092026-04-15T20:20:05.728Za out/omicron-sled-agent.tar 205395K
35102026-04-15T20:20:05.728Za out/overlay.tar.gz 3K
35112026-04-15T20:20:05.728Za out/oximeter.tar.gz 68905K
35122026-04-15T20:20:05.728Za out/oxlog.tar 3782K
35132026-04-15T20:20:05.728Za out/probe.tar.gz 3037K
35142026-04-15T20:20:05.729Za out/propolis-server.tar.gz 38727K
35152026-04-15T20:20:05.729Za out/pumpkind-gz.tar 26647K
35162026-04-15T20:20:05.729Za out/switch-softnpu.tar.gz 385239K
35172026-04-15T20:20:05.733Z
35182026-04-15T20:20:05.733Zreal 1:25.337565233
35192026-04-15T20:20:05.733Zuser 1:22.658026670
35202026-04-15T20:20:05.733Zsys 4.424031492
35212026-04-15T20:20:05.733Ztrap 0.007675475
35222026-04-15T20:20:05.733Ztflt 0.000000000
35232026-04-15T20:20:05.733Zdflt 0.000000000
35242026-04-15T20:20:05.733Zkflt 0.000000000
35252026-04-15T20:20:05.733Zlock 0.000000000
35262026-04-15T20:20:05.733Zslp 1:22.606536734
35272026-04-15T20:20:05.734Zlat 0.974685937
35282026-04-15T20:20:05.734Zstop 0.000270085
35292026-04-15T20:20:05.734Zprocess exited: duration 960853 ms, exit code 0
 
35302026-04-15T20:20:05.750Zfound 1 output files
35312026-04-15T20:20:05.750Zuploading: /work/package.tar.gz (2440054834 bytes)
35322026-04-15T20:20:35.772Zuploaded: /work/package.tar.gz