01KP77J1VQBV92A10NB0XH2EKY: 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: 01KP77JKRFMB62BP1QE3RGBSEE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T00:11:06.298Zjob assigned to worker 01KP77JSVEVFCS4E3JQ1KE5AY9 [factory aws, i-08efb1d1a8ec2496d] (queued for 58 s)
 
22026-04-15T00:11:14.226Zstarting task 0: "setup"
32026-04-15T00:11:14.230Z++ uname -s
42026-04-15T00:11:14.234Z+ kern=SunOS
52026-04-15T00:11:14.234Z+ build_user=build
62026-04-15T00:11:14.234Z+ build_uid=12345
72026-04-15T00:11:14.234Z+ work_dir=/work
82026-04-15T00:11:14.234Z+ input_dir=/input
92026-04-15T00:11:14.234Z+ [[ 0 == 12345 ]]
102026-04-15T00:11:14.235Z+ case "$kern" in
112026-04-15T00:11:14.235Z+ groupadd -g 12345 build
122026-04-15T00:11:14.238Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T00:11:16.245Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T00:11:16.302Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T00:11:16.306Z+ home_fs=zfs
162026-04-15T00:11:16.306Z+ [[ zfs == autofs ]]
172026-04-15T00:11:16.306Z+ mkdir -p /home/build
182026-04-15T00:11:16.306Z+ chown build:build /home/build /work
192026-04-15T00:11:18.310Z+ chmod 0700 /home/build /work
202026-04-15T00:11:18.313Zprocess exited: duration 4089 ms, exit code 0
 
212026-04-15T00:11:18.320Zstarting task 1: "rust-toolchain"
222026-04-15T00:11:18.327Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-15T00:11:18.327Z * rust toolchain channel = "1.94.0"
242026-04-15T00:11:18.327Z * rust toolchain profile = "default"
252026-04-15T00:11:18.327Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-15T00:11:18.327Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-15T00:11:18.327Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-15T00:11:18.330Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T00:11:18.330Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-15T00:11:18.461Zinfo: downloading installer
312026-04-15T00:11:20.100Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T00:11:20.100Zwarn: /opt/ooce/bin
332026-04-15T00:11:20.100Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T00:11:20.100Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T00:11:20.100Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T00:11:20.100Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T00:11:20.100Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T00:11:20.100Zerror: cannot install while Rust is installed
392026-04-15T00:11:20.100Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T00:11:20.100Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T00:11:20.100Zwarn: /home/build/.rustup/settings.toml
422026-04-15T00:11:20.100Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T00:11:20.100Zwarn: instead of the one inferred from the default host triple.
442026-04-15T00:11:20.129Zinfo: profile set to default
452026-04-15T00:11:20.129Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T00:11:20.132Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-15T00:11:20.284Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-15T00:11:20.287Zinfo: downloading 6 components
492026-04-15T00:11:35.735Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-15T00:11:35.735Z
512026-04-15T00:11:35.751Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-15T00:11:35.751Z
532026-04-15T00:11:35.751Z
542026-04-15T00:11:35.751ZRust is installed now. Great!
552026-04-15T00:11:35.751Z
562026-04-15T00:11:35.752ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T00:11:35.752Zenvironment variable. This has not been done automatically.
582026-04-15T00:11:35.752Z
592026-04-15T00:11:35.752ZTo configure your current shell, you need to source
602026-04-15T00:11:35.752Zthe corresponding env file under $HOME/.cargo.
612026-04-15T00:11:35.752Z
622026-04-15T00:11:35.752ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T00:11:35.752Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T00:11:35.752Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T00:11:35.753Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T00:11:35.753Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T00:11:35.753Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T00:11:35.753Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T00:11:35.753Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T00:11:35.753Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T00:11:35.843Z+ rustup --version
722026-04-15T00:11:35.852Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T00:11:35.852Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T00:11:35.869Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-15T00:11:35.875Z+ cargo --version
762026-04-15T00:11:35.885Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-15T00:11:35.885Z+ rustc --version
782026-04-15T00:11:35.899Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-15T00:11:35.905Zprocess exited: duration 17580 ms, exit code 0
 
802026-04-15T00:11:35.915Zstarting task 2: "authentication"
812026-04-15T00:11:35.944Zprocess exited: duration 24 ms, exit code 0
 
822026-04-15T00:11:35.956Zstarting task 3: "clone repository"
832026-04-15T00:11:35.968Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-15T00:11:35.980Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-15T00:11:36.124ZCloning into '/work/oxidecomputer/omicron'...
862026-04-15T00:11:47.065Z+ cd /work/oxidecomputer/omicron
872026-04-15T00:11:47.065Z+ git fetch origin c661f55daddb1632d248f761268397ef20f6680b
882026-04-15T00:11:47.354ZFrom https://github.com/oxidecomputer/omicron
892026-04-15T00:11:47.354Z * branch c661f55daddb1632d248f761268397ef20f6680b -> FETCH_HEAD
902026-04-15T00:11:47.374Z+ [[ -n adamlouis/rackupdate-status ]]
912026-04-15T00:11:47.385Z++ git branch --show-current
922026-04-15T00:11:47.385Z+ current=main
932026-04-15T00:11:47.386Z+ [[ main != adamlouis/rackupdate-status ]]
942026-04-15T00:11:47.386Z+ git branch -f adamlouis/rackupdate-status c661f55daddb1632d248f761268397ef20f6680b
952026-04-15T00:11:47.386Z+ git checkout -f adamlouis/rackupdate-status
962026-04-15T00:11:47.608ZSwitched to branch 'adamlouis/rackupdate-status'
972026-04-15T00:11:47.615Z+ git reset --hard c661f55daddb1632d248f761268397ef20f6680b
982026-04-15T00:11:47.667ZHEAD is now at c661f55da format
992026-04-15T00:11:47.674Zprocess exited: duration 11710 ms, exit code 0
 
1002026-04-15T00:11:47.701Zstarting task 4: "build"
1012026-04-15T00:11:47.705Z+ source .github/buildomat/ci-env.sh
1022026-04-15T00:11:47.705Z++ export CARGO_TERM_COLOR=always
1032026-04-15T00:11:47.705Z++ CARGO_TERM_COLOR=always
1042026-04-15T00:11:47.705Z+ cargo --version
1052026-04-15T00:11:47.716Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-15T00:11:47.725Z+ rustc --version
1072026-04-15T00:11:47.747Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-15T00:11:47.757Z+ WORK=/work
1092026-04-15T00:11:47.757Z+ pfexec mkdir -p /work
1102026-04-15T00:11:47.757Z+ pfexec chown build /work
1112026-04-15T00:11:47.757Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-15T00:11:57.269Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-15T00:12:04.366Z Startup: Caching catalogs ... Done
1142026-04-15T00:12:09.509ZPlanning: Solver setup ... Done (3.813s)
1152026-04-15T00:12:09.536ZPlanning: Running solver ... Done (0.026s)
1162026-04-15T00:12:09.654ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-15T00:12:09.668ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-15T00:12:09.774ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-15T00:12:10.109ZPlanning: Package planning ... Done (0.333s)
1202026-04-15T00:12:10.138ZPlanning: Merging actions ... Done (0.029s)
1212026-04-15T00:12:10.485ZPlanning: Checking for conflicting actions ... Done (0.349s)
1222026-04-15T00:12:10.493ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-15T00:12:14.049ZPlanning: Evaluating mediators ... Done (3.524s)
1242026-04-15T00:12:14.063ZPlanning: Planning completed in 9.50 seconds
1252026-04-15T00:12:14.833Z Packages to install: 4
1262026-04-15T00:12:14.833Z Mediators to change: 2
1272026-04-15T00:12:14.833Z Services to change: 1
1282026-04-15T00:12:14.833Z Estimated space available: 155.34 GB
1292026-04-15T00:12:14.833ZEstimated space to be consumed: 1.85 GB
1302026-04-15T00:12:14.833Z Create boot environment: No
1312026-04-15T00:12:14.833ZCreate backup boot environment: No
1322026-04-15T00:12:14.833Z Rebuild boot archive: No
1332026-04-15T00:12:14.833Z
1342026-04-15T00:12:14.841ZChanged mediators:
1352026-04-15T00:12:14.841Z mediator clang:
1362026-04-15T00:12:14.841Z version: None -> 15 (system default)
1372026-04-15T00:12:14.841Z
1382026-04-15T00:12:14.841Z mediator llvm:
1392026-04-15T00:12:14.841Z version: 14 (system default) -> 15 (system default)
1402026-04-15T00:12:14.841Z
1412026-04-15T00:12:14.841ZChanged packages:
1422026-04-15T00:12:14.841Zhelios-dev
1432026-04-15T00:12:14.841Z developer/build-essential
1442026-04-15T00:12:14.841Z None -> 11-2.0
1452026-04-15T00:12:14.841Z library/libxmlsec1
1462026-04-15T00:12:14.841Z None -> 1.2.35-2.0
1472026-04-15T00:12:14.841Z ooce/developer/clang-15
1482026-04-15T00:12:14.842Z None -> 15.0.7-2.0
1492026-04-15T00:12:14.842Z ooce/developer/llvm-15
1502026-04-15T00:12:14.842Z None -> 15.0.7-2.0
1512026-04-15T00:12:14.842Z
1522026-04-15T00:12:14.842ZServices:
1532026-04-15T00:12:14.842Z restart_fmri:
1542026-04-15T00:12:14.842Z svc:/system/update-man-index:default
1552026-04-15T00:12:14.946Z
1562026-04-15T00:12:14.946ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-15T00:12:20.138ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (23.9M/s)
1582026-04-15T00:12:25.332ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (20.6M/s)
1592026-04-15T00:12:27.340ZDownload: Completed 212.60 MB in 12.41 seconds (17.1M/s)
1602026-04-15T00:12:27.867Z Actions: 1/3689 actions (Installing new actions)
1612026-04-15T00:12:31.918Z Actions: Completed 3689 actions in 4.05 seconds.
1622026-04-15T00:12:32.193Z Done (0.271s)
1632026-04-15T00:12:32.193Z Done (0.000s)
1642026-04-15T00:12:32.797Z Done (0.604s)
1652026-04-15T00:12:37.227Z Done (4.085s)
1662026-04-15T00:12:37.325Z Done (0.039s)
1672026-04-15T00:12:37.329Z Done (0.000s)
1682026-04-15T00:12:37.452Z Done (0.000s)
1692026-04-15T00:12:38.285ZPlanning: Evaluating mediator changes ... Done
1702026-04-15T00:12:38.392ZPlanning: Checking for conflicting actions ... Done
1712026-04-15T00:12:38.396ZPlanning: Consolidating action changes ... Done
1722026-04-15T00:12:38.550ZPlanning: Evaluating mediators ... Done
1732026-04-15T00:12:38.554ZPlanning: Planning completed in 0.27 seconds
1742026-04-15T00:12:38.583Z Mediators to change: 2
1752026-04-15T00:12:38.583Z Create boot environment: No
1762026-04-15T00:12:38.583ZCreate backup boot environment: No
1772026-04-15T00:12:38.618Z Done
1782026-04-15T00:12:38.618Z Done
1792026-04-15T00:12:39.215Z Done
1802026-04-15T00:12:41.731Z Done
1812026-04-15T00:12:41.806Z Done
1822026-04-15T00:12:41.810Z Done
1832026-04-15T00:12:41.999Z Done
1842026-04-15T00:12:42.392ZPlanning: Evaluating mediator changes ... Done
1852026-04-15T00:12:42.396ZPlanning: Merging actions ... Done
1862026-04-15T00:12:42.532ZPlanning: Checking for conflicting actions ... Done
1872026-04-15T00:12:42.536ZPlanning: Consolidating action changes ... Done
1882026-04-15T00:12:42.670ZPlanning: Evaluating mediators ... Done
1892026-04-15T00:12:42.699ZPlanning: Planning completed in 0.45 seconds
1902026-04-15T00:12:42.723Z Packages to change: 1
1912026-04-15T00:12:42.723Z Mediators to change: 1
1922026-04-15T00:12:42.723Z Services to change: 1
1932026-04-15T00:12:42.723Z Create boot environment: No
1942026-04-15T00:12:42.723ZCreate backup boot environment: Yes
1952026-04-15T00:12:44.596Z Actions: 1/6 actions (Updating modified actions)
1962026-04-15T00:12:44.632Z Actions: Completed 6 actions in 0.04 seconds.
1972026-04-15T00:12:44.635Z Done
1982026-04-15T00:12:44.635Z Done
1992026-04-15T00:12:44.773Z Done
2002026-04-15T00:12:47.345Z Done
2012026-04-15T00:12:47.422Z Done
2022026-04-15T00:12:47.425Z Done
2032026-04-15T00:12:47.604Z Done
2042026-04-15T00:12:47.890ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-15T00:12:47.890Zclang system 15 system
2062026-04-15T00:12:47.890Zcsh system system illumos
2072026-04-15T00:12:47.890Zctags system system illumos
2082026-04-15T00:12:47.890Zfile system system illumos
2092026-04-15T00:12:47.890Zgcc vendor 12 vendor
2102026-04-15T00:12:47.890Zgcc system 14 system
2112026-04-15T00:12:47.890Zgcc system 10 system
2122026-04-15T00:12:47.890Zgo system 1.20 system
2132026-04-15T00:12:47.890Zgo system 1.19 system
2142026-04-15T00:12:47.890Zllvm system 15 system
2152026-04-15T00:12:47.891Zllvm system 14 system
2162026-04-15T00:12:47.891Zmariadb system 10.6 system
2172026-04-15T00:12:47.891Zmta vendor vendor dma
2182026-04-15T00:12:47.891Zopenjdk system 17 system
2192026-04-15T00:12:47.891Zopenjdk system 11 system
2202026-04-15T00:12:47.891Zopenjdk system 1.8 system
2212026-04-15T00:12:47.891Zopenssl vendor 3 vendor
2222026-04-15T00:12:47.891Zperl system 5.36 system
2232026-04-15T00:12:47.891Zpostgresql system 15 system
2242026-04-15T00:12:47.891Zpostgresql system 13 system
2252026-04-15T00:12:47.891Zpython vendor 3 vendor
2262026-04-15T00:12:47.891Zpython system 2 system
2272026-04-15T00:12:47.891Zpython3 system 3.11 system
2282026-04-15T00:12:47.891Zruby system 3.0 system
2292026-04-15T00:12:47.891Zwords vendor vendor american-english
2302026-04-15T00:12:47.891Zwords system system australian-english
2312026-04-15T00:12:47.891Zwords system system british-english
2322026-04-15T00:12:47.891Zwords system system canadian-english
2332026-04-15T00:12:47.891Zwords system system french
2342026-04-15T00:12:47.891Zwords system system italian
2352026-04-15T00:12:47.891Zwords system system ngerman
2362026-04-15T00:12:47.891Zwords system system ogerman
2372026-04-15T00:12:47.891Zwords system system spanish
2382026-04-15T00:12:48.122ZPUBLISHER TYPE STATUS P LOCATION
2392026-04-15T00:12:48.122Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-04-15T00:12:52.517ZFMRI IFO
2412026-04-15T00:12:52.517Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-04-15T00:12:52.517Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-04-15T00:12:52.517Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-04-15T00:12:52.517Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-04-15T00:12:52.517Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-04-15T00:12:52.517Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-04-15T00:12:52.517Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-04-15T00:12:52.517Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-04-15T00:12:52.517Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-04-15T00:12:52.518Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-04-15T00:12:52.518Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-04-15T00:12:52.518Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-04-15T00:12:52.518Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-04-15T00:12:52.518Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-04-15T00:12:52.518Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-04-15T00:12:52.518Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-04-15T00:12:53.620Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-04-15T00:12:53.888Z Updating crates.io index
2592026-04-15T00:12:53.898Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-04-15T00:12:54.150Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-04-15T00:12:55.007Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-04-15T00:12:55.569Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-04-15T00:12:56.503Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-04-15T00:12:57.405Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-15T00:12:58.788Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-15T00:13:00.457Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-15T00:13:00.799Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-15T00:13:01.242Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-15T00:13:01.951Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-15T00:13:02.404Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-15T00:13:02.886Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-15T00:13:03.180Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-15T00:13:04.232Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-15T00:13:04.711Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-15T00:13:05.063Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-15T00:13:05.386Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-15T00:13:05.877Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-15T00:13:06.104Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-15T00:13:06.323Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-15T00:13:06.559Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-15T00:13:06.977Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-15T00:13:07.500Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-15T00:13:08.138Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-15T00:13:08.464Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-15T00:13:08.765Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-15T00:13:09.034Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-15T00:13:10.208Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-04-15T00:13:11.004Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-15T00:13:11.659Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-15T00:13:11.901Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-15T00:13:12.268Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-15T00:13:12.615Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-15T00:13:12.972Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-15T00:13:13.522Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-15T00:13:13.768Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-15T00:13:13.997Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-15T00:13:14.349Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-15T00:13:26.239Z Downloading crates ...
2992026-04-15T00:13:26.309Z Downloaded zerovec-derive v0.11.2
3002026-04-15T00:13:26.320Z Downloaded tabled v0.15.0
3012026-04-15T00:13:26.329Z Downloaded ucd-trie v0.1.7
3022026-04-15T00:13:26.332Z Downloaded typeid v1.0.3
3032026-04-15T00:13:26.332Z Downloaded toml_edit v0.22.27
3042026-04-15T00:13:26.335Z Downloaded unicode-linebreak v0.1.5
3052026-04-15T00:13:26.335Z Downloaded utf8parse v0.2.2
3062026-04-15T00:13:26.335Z Downloaded utf8_iter v1.0.4
3072026-04-15T00:13:26.335Z Downloaded toml_datetime v0.6.11
3082026-04-15T00:13:26.339Z Downloaded thread-id v4.2.2
3092026-04-15T00:13:26.339Z Downloaded potential_utf v0.1.4
3102026-04-15T00:13:26.339Z Downloaded anstream v0.6.21
3112026-04-15T00:13:26.339Z Downloaded zerofrom-derive v0.1.6
3122026-04-15T00:13:26.343Z Downloaded thiserror-impl v1.0.69
3132026-04-15T00:13:26.343Z Downloaded yoke-derive v0.8.1
3142026-04-15T00:13:26.343Z Downloaded unicode-xid v0.2.6
3152026-04-15T00:13:26.346Z Downloaded itoa v1.0.17
3162026-04-15T00:13:26.346Z Downloaded cargo-platform v0.2.0
3172026-04-15T00:13:26.346Z Downloaded anstyle-query v1.1.5
3182026-04-15T00:13:26.349Z Downloaded thiserror-impl v2.0.18
3192026-04-15T00:13:26.349Z Downloaded thiserror v2.0.18
3202026-04-15T00:13:26.352Z Downloaded toml v0.8.23
3212026-04-15T00:13:26.356Z Downloaded usdt v0.5.0
3222026-04-15T00:13:26.356Z Downloaded icu_provider v2.1.1
3232026-04-15T00:13:26.356Z Downloaded zerofrom v0.1.6
3242026-04-15T00:13:26.356Z Downloaded form_urlencoded v1.2.2
3252026-04-15T00:13:26.362Z Downloaded toml_write v0.1.2
3262026-04-15T00:13:26.362Z Downloaded usdt-macro v0.5.0
3272026-04-15T00:13:26.362Z Downloaded serde_spanned v0.6.9
3282026-04-15T00:13:26.362Z Downloaded usdt-attr-macro v0.5.0
3292026-04-15T00:13:26.362Z Downloaded equivalent v1.0.2
3302026-04-15T00:13:26.363Z Downloaded erased-serde v0.4.9
3312026-04-15T00:13:26.366Z Downloaded zmij v1.0.21
3322026-04-15T00:13:26.366Z Downloaded icu_normalizer v2.1.1
3332026-04-15T00:13:26.366Z Downloaded usdt-impl v0.5.0
3342026-04-15T00:13:26.366Z Downloaded tinystr v0.8.2
3352026-04-15T00:13:26.366Z Downloaded generic-array v0.14.7
3362026-04-15T00:13:26.370Z Downloaded anstyle-parse v0.2.7
3372026-04-15T00:13:26.370Z Downloaded thiserror v1.0.69
3382026-04-15T00:13:26.373Z Downloaded cpufeatures v0.2.17
3392026-04-15T00:13:26.373Z Downloaded colorchoice v1.0.4
3402026-04-15T00:13:26.377Z Downloaded yoke v0.8.1
3412026-04-15T00:13:26.377Z Downloaded heck v0.5.0
3422026-04-15T00:13:26.377Z Downloaded dof v0.3.0
3432026-04-15T00:13:26.383Z Downloaded cfg-if v1.0.4
3442026-04-15T00:13:26.383Z Downloaded clap_lex v1.0.0
3452026-04-15T00:13:26.383Z Downloaded writeable v0.6.2
3462026-04-15T00:13:26.389Z Downloaded heck v0.4.1
3472026-04-15T00:13:26.389Z Downloaded dtrace-parser v0.2.0
3482026-04-15T00:13:26.389Z Downloaded version_check v0.9.5
3492026-04-15T00:13:26.389Z Downloaded smawk v0.3.2
3502026-04-15T00:13:26.393Z Downloaded errno v0.3.14
3512026-04-15T00:13:26.393Z Downloaded plain v0.2.3
3522026-04-15T00:13:26.393Z Downloaded block-buffer v0.10.4
3532026-04-15T00:13:26.393Z Downloaded zerocopy-derive v0.7.35
3542026-04-15T00:13:26.397Z Downloaded fs-err v3.3.0
3552026-04-15T00:13:26.397Z Downloaded fnv v1.0.7
3562026-04-15T00:13:26.397Z Downloaded unicode-ident v1.0.24
3572026-04-15T00:13:26.401Z Downloaded textwrap v0.16.2
3582026-04-15T00:13:26.405Z Downloaded serde_tokenstream v0.2.3
3592026-04-15T00:13:26.405Z Downloaded anstyle v1.0.13
3602026-04-15T00:13:26.405Z Downloaded zerotrie v0.2.3
3612026-04-15T00:13:26.410Z Downloaded scroll_derive v0.12.1
3622026-04-15T00:13:26.410Z Downloaded once_cell v1.21.3
3632026-04-15T00:13:26.410Z Downloaded crypto-common v0.1.7
3642026-04-15T00:13:26.410Z Downloaded typenum v1.19.0
3652026-04-15T00:13:26.415Z Downloaded fastrand v2.3.0
3662026-04-15T00:13:26.415Z Downloaded icu_normalizer_data v2.1.1
3672026-04-15T00:13:26.415Z Downloaded icu_locale_core v2.1.1
3682026-04-15T00:13:26.419Z Downloaded macaddr v1.0.1
3692026-04-15T00:13:26.419Z Downloaded cargo_metadata v0.21.0
3702026-04-15T00:13:26.423Z Downloaded swrite v0.1.0
3712026-04-15T00:13:26.426Z Downloaded serde-value v0.7.0
3722026-04-15T00:13:26.426Z Downloaded ordered-float v2.10.1
3732026-04-15T00:13:26.426Z Downloaded memmap v0.7.0
3742026-04-15T00:13:26.429Z Downloaded percent-encoding v2.3.2
3752026-04-15T00:13:26.433Z Downloaded strsim v0.11.1
3762026-04-15T00:13:26.433Z Downloaded proc-macro-error-attr v1.0.4
3772026-04-15T00:13:26.433Z Downloaded terminal_size v0.4.3
3782026-04-15T00:13:26.436Z Downloaded stable_deref_trait v1.2.1
3792026-04-15T00:13:26.440Z Downloaded url v2.5.8
3802026-04-15T00:13:26.440Z Downloaded zerovec v0.11.5
3812026-04-15T00:13:26.443Z Downloaded winnow v0.7.14
3822026-04-15T00:13:26.448Z Downloaded serde-untagged v0.1.9
3832026-04-15T00:13:26.451Z Downloaded pretty-hex v0.4.1
3842026-04-15T00:13:26.451Z Downloaded idna_adapter v1.2.1
3852026-04-15T00:13:26.451Z Downloaded digest v0.10.7
3862026-04-15T00:13:26.451Z Downloaded tabled_derive v0.7.0
3872026-04-15T00:13:26.451Z Downloaded autocfg v1.5.0
3882026-04-15T00:13:26.455Z Downloaded zerocopy v0.7.35
3892026-04-15T00:13:26.460Z Downloaded sha2 v0.10.9
3902026-04-15T00:13:26.464Z Downloaded semver v1.0.27
3912026-04-15T00:13:26.464Z Downloaded unicode-width v0.2.0
3922026-04-15T00:13:26.468Z Downloaded unicode-width v0.1.14
3932026-04-15T00:13:26.471Z Downloaded is_terminal_polyfill v1.70.2
3942026-04-15T00:13:26.471Z Downloaded byteorder v1.5.0
3952026-04-15T00:13:26.471Z Downloaded bytecount v0.6.9
3962026-04-15T00:13:26.475Z Downloaded quote v1.0.44
3972026-04-15T00:13:26.475Z Downloaded camino-tempfile v1.4.1
3982026-04-15T00:13:26.475Z Downloaded displaydoc v0.2.5
3992026-04-15T00:13:26.478Z Downloaded clap v4.5.60
4002026-04-15T00:13:26.483Z Downloaded clap_derive v4.5.55
4012026-04-15T00:13:26.486Z Downloaded anyhow v1.0.102
4022026-04-15T00:13:26.490Z Downloaded camino v1.2.2
4032026-04-15T00:13:26.495Z Downloaded scroll v0.12.0
4042026-04-15T00:13:26.499Z Downloaded tempfile v3.25.0
4052026-04-15T00:13:26.502Z Downloaded icu_properties v2.1.2
4062026-04-15T00:13:26.505Z Downloaded synstructure v0.13.2
4072026-04-15T00:13:26.505Z Downloaded bitflags v2.11.0
4082026-04-15T00:13:26.508Z Downloaded proc-macro-error v1.0.4
4092026-04-15T00:13:26.512Z Downloaded smallvec v1.15.1
4102026-04-15T00:13:26.515Z Downloaded litemap v0.8.1
4112026-04-15T00:13:26.518Z Downloaded cargo_toml v0.21.0
4122026-04-15T00:13:26.522Z Downloaded pest_generator v2.8.6
4132026-04-15T00:13:26.525Z Downloaded pest_derive v2.8.6
4142026-04-15T00:13:26.525Z Downloaded cargo-util-schemas v0.8.2
4152026-04-15T00:13:26.537Z Downloaded papergrid v0.11.0
4162026-04-15T00:13:26.540Z Downloaded log v0.4.29
4172026-04-15T00:13:26.544Z Downloaded serde_derive v1.0.228
4182026-04-15T00:13:26.561Z Downloaded getrandom v0.4.1
4192026-04-15T00:13:26.566Z Downloaded serde_core v1.0.228
4202026-04-15T00:13:26.570Z Downloaded icu_collections v2.1.1
4212026-04-15T00:13:26.575Z Downloaded proc-macro2 v1.0.106
4222026-04-15T00:13:26.578Z Downloaded num-traits v0.2.19
4232026-04-15T00:13:26.578Z Downloaded serde v1.0.228
4242026-04-15T00:13:26.582Z Downloaded pest_meta v2.8.6
4252026-04-15T00:13:26.585Z Downloaded indexmap v2.13.0
4262026-04-15T00:13:26.596Z Downloaded memchr v2.8.0
4272026-04-15T00:13:26.599Z Downloaded icu_properties_data v2.1.2
4282026-04-15T00:13:26.604Z Downloaded idna v1.1.0
4292026-04-15T00:13:26.619Z Downloaded hashbrown v0.16.1
4302026-04-15T00:13:26.622Z Downloaded pest v2.8.6
4312026-04-15T00:13:26.633Z Downloaded serde_json v1.0.149
4322026-04-15T00:13:26.638Z Downloaded clap_builder v4.5.60
4332026-04-15T00:13:26.643Z Downloaded goblin v0.8.2
4342026-04-15T00:13:26.660Z Downloaded syn v1.0.109
4352026-04-15T00:13:26.667Z Downloaded syn v2.0.117
4362026-04-15T00:13:26.686Z Downloaded rustix v1.1.3
4372026-04-15T00:13:26.715Z Downloaded libc v0.2.180
4382026-04-15T00:13:26.780Z Compiling proc-macro2 v1.0.106
4392026-04-15T00:13:26.780Z Compiling unicode-ident v1.0.24
4402026-04-15T00:13:26.780Z Compiling quote v1.0.44
4412026-04-15T00:13:26.784Z Compiling serde_core v1.0.228
4422026-04-15T00:13:26.784Z Compiling libc v0.2.180
4432026-04-15T00:13:26.784Z Compiling version_check v0.9.5
4442026-04-15T00:13:26.784Z Compiling serde v1.0.228
4452026-04-15T00:13:26.962Z Compiling memchr v2.8.0
4462026-04-15T00:13:26.965Z Compiling stable_deref_trait v1.2.1
4472026-04-15T00:13:26.965Z Compiling zmij v1.0.21
4482026-04-15T00:13:26.966Z Compiling ucd-trie v0.1.7
4492026-04-15T00:13:26.966Z Compiling autocfg v1.5.0
4502026-04-15T00:13:26.977Z Compiling itoa v1.0.17
4512026-04-15T00:13:26.981Z Compiling thiserror v1.0.69
4522026-04-15T00:13:26.981Z Compiling writeable v0.6.2
4532026-04-15T00:13:27.219Z Compiling litemap v0.8.1
4542026-04-15T00:13:27.322Z Compiling icu_properties_data v2.1.2
4552026-04-15T00:13:27.444Z Compiling pest v2.8.6
4562026-04-15T00:13:27.470Z Compiling icu_normalizer_data v2.1.1
4572026-04-15T00:13:27.485Z Compiling rustix v1.1.3
4582026-04-15T00:13:27.501Z Compiling byteorder v1.5.0
4592026-04-15T00:13:27.603Z Compiling bitflags v2.11.0
4602026-04-15T00:13:27.655Z Compiling serde_json v1.0.149
4612026-04-15T00:13:27.735Z Compiling num-traits v0.2.19
4622026-04-15T00:13:27.847Z Compiling typeid v1.0.3
4632026-04-15T00:13:28.139Z Compiling smallvec v1.15.1
4642026-04-15T00:13:28.192Z Compiling equivalent v1.0.2
4652026-04-15T00:13:28.279Z Compiling hashbrown v0.16.1
4662026-04-15T00:13:28.420Z Compiling usdt-impl v0.5.0
4672026-04-15T00:13:28.462Z Compiling proc-macro-error-attr v1.0.4
4682026-04-15T00:13:28.479Z Compiling syn v1.0.109
4692026-04-15T00:13:28.483Z Compiling toml_write v0.1.2
4702026-04-15T00:13:28.499Z Compiling erased-serde v0.4.9
4712026-04-15T00:13:28.517Z Compiling pest_meta v2.8.6
4722026-04-15T00:13:28.572Z Compiling winnow v0.7.14
4732026-04-15T00:13:28.590Z Compiling proc-macro-error v1.0.4
4742026-04-15T00:13:28.758Z Compiling getrandom v0.4.1
4752026-04-15T00:13:28.788Z Compiling log v0.4.29
4762026-04-15T00:13:28.806Z Compiling utf8_iter v1.0.4
4772026-04-15T00:13:28.825Z Compiling indexmap v2.13.0
4782026-04-15T00:13:28.859Z Compiling utf8parse v0.2.2
4792026-04-15T00:13:28.879Z Compiling percent-encoding v2.3.2
4802026-04-15T00:13:28.896Z Compiling errno v0.3.14
4812026-04-15T00:13:28.900Z Compiling thread-id v4.2.2
4822026-04-15T00:13:28.949Z Compiling plain v0.2.3
4832026-04-15T00:13:28.994Z Compiling camino v1.2.2
4842026-04-15T00:13:28.998Z Compiling thiserror v2.0.18
4852026-04-15T00:13:28.998Z Compiling anstyle-parse v0.2.7
4862026-04-15T00:13:29.070Z Compiling form_urlencoded v1.2.2
4872026-04-15T00:13:29.154Z Compiling colorchoice v1.0.4
4882026-04-15T00:13:29.209Z Compiling syn v2.0.117
4892026-04-15T00:13:29.271Z Compiling ordered-float v2.10.1
4902026-04-15T00:13:29.289Z Compiling pretty-hex v0.4.1
4912026-04-15T00:13:29.293Z Compiling cfg-if v1.0.4
4922026-04-15T00:13:29.349Z Compiling is_terminal_polyfill v1.70.2
4932026-04-15T00:13:29.386Z Compiling anstyle v1.0.13
4942026-04-15T00:13:29.423Z Compiling anstyle-query v1.1.5
4952026-04-15T00:13:29.500Z Compiling fs-err v3.3.0
4962026-04-15T00:13:29.554Z Compiling heck v0.5.0
4972026-04-15T00:13:29.570Z Compiling anstream v0.6.21
4982026-04-15T00:13:29.611Z Compiling bytecount v0.6.9
4992026-04-15T00:13:29.630Z Compiling fnv v1.0.7
5002026-04-15T00:13:29.648Z Compiling strsim v0.11.1
5012026-04-15T00:13:29.651Z Compiling clap_lex v1.0.0
5022026-04-15T00:13:29.718Z Compiling heck v0.4.1
5032026-04-15T00:13:29.749Z Compiling fastrand v2.3.0
5042026-04-15T00:13:29.773Z Compiling unicode-xid v0.2.6
5052026-04-15T00:13:29.792Z Compiling unicode-width v0.1.14
5062026-04-15T00:13:29.821Z Compiling anyhow v1.0.102
5072026-04-15T00:13:29.951Z Compiling terminal_size v0.4.3
5082026-04-15T00:13:29.971Z Compiling once_cell v1.21.3
5092026-04-15T00:13:30.023Z Compiling memmap v0.7.0
5102026-04-15T00:13:30.087Z Compiling papergrid v0.11.0
5112026-04-15T00:13:30.090Z Compiling clap_builder v4.5.60
5122026-04-15T00:13:30.185Z Compiling semver v1.0.27
5132026-04-15T00:13:30.251Z Compiling tempfile v3.25.0
5142026-04-15T00:13:30.269Z Compiling unicode-width v0.2.0
5152026-04-15T00:13:30.291Z Compiling smawk v0.3.2
5162026-04-15T00:13:30.417Z Compiling unicode-linebreak v0.1.5
5172026-04-15T00:13:30.558Z Compiling serde-untagged v0.1.9
5182026-04-15T00:13:30.586Z Compiling camino-tempfile v1.4.1
5192026-04-15T00:13:30.603Z Compiling swrite v0.1.0
5202026-04-15T00:13:30.655Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-15T00:13:30.685Z Compiling textwrap v0.16.2
5222026-04-15T00:13:31.005Z Compiling tabled_derive v0.7.0
5232026-04-15T00:13:31.635Z Compiling tabled v0.15.0
5242026-04-15T00:13:31.774Z Compiling synstructure v0.13.2
5252026-04-15T00:13:31.775Z Compiling pest_generator v2.8.6
5262026-04-15T00:13:32.282Z Compiling serde_derive v1.0.228
5272026-04-15T00:13:32.282Z Compiling zerofrom-derive v0.1.6
5282026-04-15T00:13:32.282Z Compiling yoke-derive v0.8.1
5292026-04-15T00:13:32.286Z Compiling zerovec-derive v0.11.2
5302026-04-15T00:13:32.286Z Compiling displaydoc v0.2.5
5312026-04-15T00:13:32.286Z Compiling thiserror-impl v1.0.69
5322026-04-15T00:13:32.286Z Compiling zerocopy-derive v0.7.35
5332026-04-15T00:13:32.286Z Compiling scroll_derive v0.12.1
5342026-04-15T00:13:32.286Z Compiling thiserror-impl v2.0.18
5352026-04-15T00:13:32.287Z Compiling clap_derive v4.5.55
5362026-04-15T00:13:32.408Z Compiling pest_derive v2.8.6
5372026-04-15T00:13:32.897Z Compiling scroll v0.12.0
5382026-04-15T00:13:33.130Z Compiling goblin v0.8.2
5392026-04-15T00:13:33.148Z Compiling zerocopy v0.7.35
5402026-04-15T00:13:33.452Z Compiling zerofrom v0.1.6
5412026-04-15T00:13:33.509Z Compiling dtrace-parser v0.2.0
5422026-04-15T00:13:33.632Z Compiling yoke v0.8.1
5432026-04-15T00:13:33.705Z Compiling clap v4.5.60
5442026-04-15T00:13:33.780Z Compiling zerovec v0.11.5
5452026-04-15T00:13:33.780Z Compiling zerotrie v0.2.3
5462026-04-15T00:13:34.204Z Compiling tinystr v0.8.2
5472026-04-15T00:13:34.205Z Compiling potential_utf v0.1.4
5482026-04-15T00:13:34.318Z Compiling icu_collections v2.1.1
5492026-04-15T00:13:34.372Z Compiling icu_locale_core v2.1.1
5502026-04-15T00:13:34.892Z Compiling icu_provider v2.1.1
5512026-04-15T00:13:34.924Z Compiling dof v0.3.0
5522026-04-15T00:13:34.924Z Compiling serde_tokenstream v0.2.3
5532026-04-15T00:13:34.941Z Compiling toml_datetime v0.6.11
5542026-04-15T00:13:34.944Z Compiling serde_spanned v0.6.9
5552026-04-15T00:13:34.944Z Compiling serde-value v0.7.0
5562026-04-15T00:13:34.959Z Compiling cargo-platform v0.2.0
5572026-04-15T00:13:34.962Z Compiling macaddr v1.0.1
5582026-04-15T00:13:35.111Z Compiling icu_properties v2.1.2
5592026-04-15T00:13:35.111Z Compiling icu_normalizer v2.1.1
5602026-04-15T00:13:35.147Z Compiling toml_edit v0.22.27
5612026-04-15T00:13:35.625Z Compiling usdt-attr-macro v0.5.0
5622026-04-15T00:13:35.629Z Compiling usdt-macro v0.5.0
5632026-04-15T00:13:35.930Z Compiling idna_adapter v1.2.1
5642026-04-15T00:13:36.049Z Compiling idna v1.1.0
5652026-04-15T00:13:36.197Z Compiling usdt v0.5.0
5662026-04-15T00:13:36.302Z Compiling url v2.5.8
5672026-04-15T00:13:36.394Z Compiling toml v0.8.23
5682026-04-15T00:13:36.726Z Compiling cargo-util-schemas v0.8.2
5692026-04-15T00:13:36.726Z Compiling cargo_toml v0.21.0
5702026-04-15T00:13:37.499Z Compiling cargo_metadata v0.21.0
5712026-04-15T00:13:38.423Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-15T00:13:40.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.09s
5732026-04-15T00:13:40.778Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-15T00:13:41.328Z Downloading crates ...
5752026-04-15T00:13:41.432Z Downloaded crc32fast v1.5.0
5762026-04-15T00:13:41.443Z Downloaded crc8 v0.1.1
5772026-04-15T00:13:41.447Z Downloaded aho-corasick v1.1.4
5782026-04-15T00:13:41.451Z Downloaded csv-core v0.1.13
5792026-04-15T00:13:41.455Z Downloaded crossbeam-utils v0.8.21
5802026-04-15T00:13:41.455Z Downloaded downcast-rs v2.0.2
5812026-04-15T00:13:41.455Z Downloaded diesel_table_macro_syntax v0.3.0
5822026-04-15T00:13:41.455Z Downloaded defmt-macros v1.0.1
5832026-04-15T00:13:41.458Z Downloaded document-features v0.2.12
5842026-04-15T00:13:41.458Z Downloaded endian-type v0.1.2
5852026-04-15T00:13:41.458Z Downloaded dtrace-parser v0.3.0
5862026-04-15T00:13:41.462Z Downloaded fd-lock v4.0.4
5872026-04-15T00:13:41.462Z Downloaded dirs-next v2.0.0
5882026-04-15T00:13:41.462Z Downloaded darling_macro v0.23.0
5892026-04-15T00:13:41.465Z Downloaded env_logger v0.11.9
5902026-04-15T00:13:41.465Z Downloaded byte-wrapper v0.1.0
5912026-04-15T00:13:41.469Z Downloaded float-ord v0.3.2
5922026-04-15T00:13:41.473Z Downloaded foreign-types-macros v0.2.3
5932026-04-15T00:13:41.477Z Downloaded flagset v0.4.7
5942026-04-15T00:13:41.480Z Downloaded fallible-iterator v0.2.0
5952026-04-15T00:13:41.483Z Downloaded derive_builder_core v0.20.2
5962026-04-15T00:13:41.486Z Downloaded embedded-io v0.6.1
5972026-04-15T00:13:41.486Z Downloaded ecdsa v0.16.9
5982026-04-15T00:13:41.490Z Downloaded fs_extra v1.3.0
5992026-04-15T00:13:41.490Z Downloaded foldhash v0.2.0
6002026-04-15T00:13:41.490Z Downloaded darling v0.23.0
6012026-04-15T00:13:41.493Z Downloaded darling v0.20.11
6022026-04-15T00:13:41.496Z Downloaded derive-where v1.6.0
6032026-04-15T00:13:41.501Z Downloaded defmt-parser v1.0.0
6042026-04-15T00:13:41.501Z Downloaded der_derive v0.7.3
6052026-04-15T00:13:41.507Z Downloaded funty v2.0.0
6062026-04-15T00:13:41.517Z Downloaded enum-as-inner v0.6.1
6072026-04-15T00:13:41.520Z Downloaded fixedbitset v0.4.2
6082026-04-15T00:13:41.520Z Downloaded filetime v0.2.27
6092026-04-15T00:13:41.520Z Downloaded dunce v1.0.5
6102026-04-15T00:13:41.520Z Downloaded daft v0.1.5
6112026-04-15T00:13:41.524Z Downloaded ctr v0.9.2
6122026-04-15T00:13:41.524Z Downloaded cstr-argument v0.1.2
6132026-04-15T00:13:41.524Z Downloaded crucible-workspace-hack v0.1.0
6142026-04-15T00:13:41.524Z Downloaded display-error-chain v0.2.2
6152026-04-15T00:13:41.528Z Downloaded fxhash v0.2.1
6162026-04-15T00:13:41.528Z Downloaded futures-task v0.3.32
6172026-04-15T00:13:41.531Z Downloaded dropshot-api-manager-types v0.6.0
6182026-04-15T00:13:41.531Z Downloaded crossbeam-channel v0.5.15
6192026-04-15T00:13:41.535Z Downloaded crypto-bigint v0.5.5
6202026-04-15T00:13:41.539Z Downloaded difflib v0.4.0
6212026-04-15T00:13:41.543Z Downloaded futures-executor v0.3.32
6222026-04-15T00:13:41.543Z Downloaded foreign-types v0.5.0
6232026-04-15T00:13:41.543Z Downloaded dsl_auto_type v0.2.0
6242026-04-15T00:13:41.543Z Downloaded diff v0.1.13
6252026-04-15T00:13:41.546Z Downloaded ena v0.14.4
6262026-04-15T00:13:41.546Z Downloaded dyn-clone v1.0.20
6272026-04-15T00:13:41.546Z Downloaded darling_macro v0.21.3
6282026-04-15T00:13:41.553Z Downloaded float-cmp v0.10.0
6292026-04-15T00:13:41.557Z Downloaded dof v0.4.0
6302026-04-15T00:13:41.557Z Downloaded derive-ex v0.1.8
6312026-04-15T00:13:41.557Z Downloaded crossbeam-deque v0.8.6
6322026-04-15T00:13:41.561Z Downloaded colored v2.2.0
6332026-04-15T00:13:41.580Z Downloaded blake2 v0.10.6
6342026-04-15T00:13:41.584Z Downloaded curve25519-dalek-derive v0.1.1
6352026-04-15T00:13:41.584Z Downloaded env_filter v1.0.0
6362026-04-15T00:13:41.585Z Downloaded bzip2 v0.4.4
6372026-04-15T00:13:41.585Z Downloaded crunchy v0.2.4
6382026-04-15T00:13:41.585Z Downloaded derive_builder_macro v0.20.2
6392026-04-15T00:13:41.588Z Downloaded globset v0.4.18
6402026-04-15T00:13:41.588Z Downloaded foreign-types v0.3.2
6412026-04-15T00:13:41.593Z Downloaded foreign-types-shared v0.3.1
6422026-04-15T00:13:41.598Z Downloaded debug-ignore v1.0.5
6432026-04-15T00:13:41.598Z Downloaded dropshot_endpoint v0.16.7
6442026-04-15T00:13:41.602Z Downloaded defmt v1.0.1
6452026-04-15T00:13:41.602Z Downloaded critical-section v1.2.0
6462026-04-15T00:13:41.605Z Downloaded headers-core v0.3.0
6472026-04-15T00:13:41.605Z Downloaded futures-io v0.3.32
6482026-04-15T00:13:41.612Z Downloaded dirs-sys-next v0.1.2
6492026-04-15T00:13:41.615Z Downloaded futures-macro v0.3.32
6502026-04-15T00:13:41.615Z Downloaded gethostname v0.5.0
6512026-04-15T00:13:41.615Z Downloaded embedded-io v0.4.0
6522026-04-15T00:13:41.621Z Downloaded data-encoding v2.10.0
6532026-04-15T00:13:41.621Z Downloaded fixedbitset v0.5.7
6542026-04-15T00:13:41.624Z Downloaded daft-derive v0.1.5
6552026-04-15T00:13:41.627Z Downloaded futures-sink v0.3.32
6562026-04-15T00:13:41.631Z Downloaded home v0.5.12
6572026-04-15T00:13:41.634Z Downloaded hash32 v0.3.1
6582026-04-15T00:13:41.638Z Downloaded find-msvc-tools v0.1.9
6592026-04-15T00:13:41.638Z Downloaded drift v0.1.3
6602026-04-15T00:13:41.642Z Downloaded derive_builder v0.20.2
6612026-04-15T00:13:41.646Z Downloaded darling_macro v0.20.11
6622026-04-15T00:13:41.650Z Downloaded git-stub v1.0.0
6632026-04-15T00:13:41.654Z Downloaded hex-literal v0.4.1
6642026-04-15T00:13:41.658Z Downloaded der v0.7.10
6652026-04-15T00:13:41.661Z Downloaded futures-core v0.3.32
6662026-04-15T00:13:41.665Z Downloaded erased-serde v0.3.31
6672026-04-15T00:13:41.669Z Downloaded hex v0.4.3
6682026-04-15T00:13:41.672Z Downloaded hostname v0.3.1
6692026-04-15T00:13:41.672Z Downloaded des v0.8.1
6702026-04-15T00:13:41.676Z Downloaded half v1.8.3
6712026-04-15T00:13:41.679Z Downloaded ed25519 v2.2.3
6722026-04-15T00:13:41.679Z Downloaded diesel-dtrace v0.5.0
6732026-04-15T00:13:41.679Z Downloaded ff v0.13.1
6742026-04-15T00:13:41.682Z Downloaded darling v0.21.3
6752026-04-15T00:13:41.682Z Downloaded deranged v0.5.8
6762026-04-15T00:13:41.687Z Downloaded ghash v0.5.1
6772026-04-15T00:13:41.691Z Downloaded hash32 v0.2.1
6782026-04-15T00:13:41.697Z Downloaded fatfs v0.3.6
6792026-04-15T00:13:41.700Z Downloaded git-stub-vcs v0.1.0
6802026-04-15T00:13:41.705Z Downloaded highway v1.3.0
6812026-04-15T00:13:41.708Z Downloaded hostname v0.4.2
6822026-04-15T00:13:41.712Z Downloaded base64ct v1.8.3
6832026-04-15T00:13:41.715Z Downloaded arrayvec v0.7.6
6842026-04-15T00:13:41.721Z Downloaded ident_case v1.0.1
6852026-04-15T00:13:41.724Z Downloaded foldhash v0.1.5
6862026-04-15T00:13:41.742Z Downloaded crossbeam-epoch v0.9.18
6872026-04-15T00:13:41.747Z Downloaded http-range v0.1.5
6882026-04-15T00:13:41.750Z Downloaded inout v0.1.4
6892026-04-15T00:13:41.750Z Downloaded internet-checksum v0.2.1
6902026-04-15T00:13:41.755Z Downloaded elliptic-curve v0.13.8
6912026-04-15T00:13:41.760Z Downloaded hyper-tls v0.6.0
6922026-04-15T00:13:41.760Z Downloaded hyper-staticfile v0.10.1
6932026-04-15T00:13:41.763Z Downloaded group v0.13.0
6942026-04-15T00:13:41.764Z Downloaded indent_write v2.2.0
6952026-04-15T00:13:41.764Z Downloaded http-body v1.0.1
6962026-04-15T00:13:41.767Z Downloaded indoc v1.0.9
6972026-04-15T00:13:41.767Z Downloaded getrandom v0.2.17
6982026-04-15T00:13:41.767Z Downloaded derive_more v2.1.1
6992026-04-15T00:13:41.775Z Downloaded glob v0.3.3
7002026-04-15T00:13:41.779Z Downloaded hubpack v0.1.2
7012026-04-15T00:13:41.779Z Downloaded httpdate v1.0.3
7022026-04-15T00:13:41.779Z Downloaded ascii-canvas v3.0.0
7032026-04-15T00:13:41.784Z Downloaded hubpack_derive v0.1.1
7042026-04-15T00:13:41.788Z Downloaded lazy_static v1.5.0
7052026-04-15T00:13:41.788Z Downloaded is_ci v1.2.0
7062026-04-15T00:13:41.788Z Downloaded instability v0.3.11
7072026-04-15T00:13:41.794Z Downloaded indoc v2.0.7
7082026-04-15T00:13:41.798Z Downloaded flate2 v1.1.9
7092026-04-15T00:13:41.807Z Downloaded defmt v0.3.100
7102026-04-15T00:13:41.811Z Downloaded cpufeatures v0.3.0
7112026-04-15T00:13:41.814Z Downloaded array-init v0.0.4
7122026-04-15T00:13:41.817Z Downloaded kstat-rs v0.2.4
7132026-04-15T00:13:41.817Z Downloaded instant v0.1.13
7142026-04-15T00:13:41.818Z Downloaded futures-channel v0.3.32
7152026-04-15T00:13:41.821Z Downloaded getrandom v0.3.4
7162026-04-15T00:13:41.825Z Downloaded derive_more v0.99.20
7172026-04-15T00:13:41.829Z Downloaded is-terminal v0.4.17
7182026-04-15T00:13:41.829Z Downloaded ipnetwork v0.21.1
7192026-04-15T00:13:41.829Z Downloaded impl-trait-for-tuples v0.2.3
7202026-04-15T00:13:41.833Z Downloaded keccak v0.1.6
7212026-04-15T00:13:41.833Z Downloaded derive_more-impl v2.1.1
7222026-04-15T00:13:41.837Z Downloaded ciborium-ll v0.2.2
7232026-04-15T00:13:41.837Z Downloaded ciborium-io v0.2.2
7242026-04-15T00:13:41.841Z Downloaded http-body-util v0.1.3
7252026-04-15T00:13:41.849Z Downloaded lalrpop-util v0.19.12
7262026-04-15T00:13:41.849Z Downloaded libscf-sys v1.1.0
7272026-04-15T00:13:41.859Z Downloaded iana-time-zone v0.1.65
7282026-04-15T00:13:41.862Z Downloaded adler2 v2.0.1
7292026-04-15T00:13:41.862Z Downloaded httparse v1.10.1
7302026-04-15T00:13:41.866Z Downloaded half v2.7.1
7312026-04-15T00:13:41.866Z Downloaded globwalk v0.9.1
7322026-04-15T00:13:41.866Z Downloaded linked-hash-map v0.5.6
7332026-04-15T00:13:41.873Z Downloaded ipnet v2.11.0
7342026-04-15T00:13:41.873Z Downloaded bitfield-struct v0.6.2
7352026-04-15T00:13:41.873Z Downloaded hmac v0.12.1
7362026-04-15T00:13:41.873Z Downloaded async-stream v0.3.6
7372026-04-15T00:13:41.877Z Downloaded base16ct v0.2.0
7382026-04-15T00:13:41.877Z Downloaded darling_core v0.21.3
7392026-04-15T00:13:41.877Z Downloaded darling_core v0.20.11
7402026-04-15T00:13:41.881Z Downloaded castaway v0.2.4
7412026-04-15T00:13:41.881Z Downloaded ingot v0.1.1
7422026-04-15T00:13:41.885Z Downloaded ingot-types v0.1.2
7432026-04-15T00:13:41.889Z Downloaded maybe-uninit v2.0.0
7442026-04-15T00:13:41.894Z Downloaded hyper-rustls v0.27.7
7452026-04-15T00:13:41.900Z Downloaded jobserver v0.1.34
7462026-04-15T00:13:41.900Z Downloaded foreign-types-shared v0.1.1
7472026-04-15T00:13:41.900Z Downloaded ed25519-dalek v2.2.0
7482026-04-15T00:13:41.903Z Downloaded convert_case v0.4.0
7492026-04-15T00:13:41.903Z Downloaded futures v0.3.32
7502026-04-15T00:13:41.903Z Downloaded libsw v3.5.0
7512026-04-15T00:13:41.906Z Downloaded libefi-sys v0.1.0
7522026-04-15T00:13:41.906Z Downloaded cargo-platform v0.1.9
7532026-04-15T00:13:41.910Z Downloaded md5 v0.7.0
7542026-04-15T00:13:41.910Z Downloaded lru v0.12.5
7552026-04-15T00:13:41.914Z Downloaded md-5 v0.10.6
7562026-04-15T00:13:41.918Z Downloaded flume v0.11.1
7572026-04-15T00:13:41.924Z Downloaded ingot-macros v0.1.1
7582026-04-15T00:13:41.927Z Downloaded async-stream-impl v0.3.6
7592026-04-15T00:13:41.927Z Downloaded libloading v0.8.9
7602026-04-15T00:13:41.927Z Downloaded either v1.15.0
7612026-04-15T00:13:41.927Z Downloaded ignore v0.4.25
7622026-04-15T00:13:41.932Z Downloaded bcrypt-pbkdf v0.10.0
7632026-04-15T00:13:41.936Z Downloaded heapless v0.7.17
7642026-04-15T00:13:41.940Z Downloaded headers v0.4.1
7652026-04-15T00:13:41.943Z Downloaded crc-catalog v2.4.0
7662026-04-15T00:13:41.943Z Downloaded cobs v0.3.0
7672026-04-15T00:13:41.943Z Downloaded block-padding v0.3.3
7682026-04-15T00:13:41.946Z Downloaded base16ct v1.0.0
7692026-04-15T00:13:41.946Z Downloaded atomicwrites v0.4.4
7702026-04-15T00:13:41.947Z Downloaded atomic-waker v1.1.2
7712026-04-15T00:13:41.947Z Downloaded async-recursion v1.1.1
7722026-04-15T00:13:41.950Z Downloaded crc v3.4.0
7732026-04-15T00:13:41.957Z Downloaded normalize-line-endings v0.3.0
7742026-04-15T00:13:41.960Z Downloaded nonempty v0.12.0
7752026-04-15T00:13:41.961Z Downloaded new_debug_unreachable v1.0.6
7762026-04-15T00:13:41.961Z Downloaded multimap v0.10.1
7772026-04-15T00:13:41.961Z Downloaded lru-cache v0.1.2
7782026-04-15T00:13:41.965Z Downloaded cfg_aliases v0.1.1
7792026-04-15T00:13:41.965Z Downloaded bit-set v0.8.0
7802026-04-15T00:13:41.969Z Downloaded indexmap v1.9.3
7812026-04-15T00:13:41.969Z Downloaded lru-slab v0.1.2
7822026-04-15T00:13:41.969Z Downloaded bitfield-macros v0.19.4
7832026-04-15T00:13:41.975Z Downloaded cfg_aliases v0.2.1
7842026-04-15T00:13:41.978Z Downloaded num-iter v0.1.45
7852026-04-15T00:13:41.981Z Downloaded indicatif v0.18.4
7862026-04-15T00:13:41.981Z Downloaded lock_api v0.4.14
7872026-04-15T00:13:41.985Z Downloaded corncobs v0.1.4
7882026-04-15T00:13:41.988Z Downloaded cmake v0.1.57
7892026-04-15T00:13:41.988Z Downloaded blowfish v0.9.1
7902026-04-15T00:13:41.988Z Downloaded bitflags v1.3.2
7912026-04-15T00:13:41.992Z Downloaded linear-map v1.2.0
7922026-04-15T00:13:41.992Z Downloaded bitfield v0.19.4
7932026-04-15T00:13:41.995Z Downloaded bcs v0.1.6
7942026-04-15T00:13:41.995Z Downloaded bb8 v0.8.6
7952026-04-15T00:13:41.995Z Downloaded num_threads v0.1.7
7962026-04-15T00:13:42.000Z Downloaded lzss v0.8.2
7972026-04-15T00:13:42.008Z Downloaded hickory-resolver v0.24.4
7982026-04-15T00:13:42.011Z Downloaded convert_case v0.10.0
7992026-04-15T00:13:42.014Z Downloaded newline-converter v0.3.0
8002026-04-15T00:13:42.015Z Downloaded cipher v0.4.4
8012026-04-15T00:13:42.015Z Downloaded cargo_metadata v0.19.2
8022026-04-15T00:13:42.015Z Downloaded bit-vec v0.8.0
8032026-04-15T00:13:42.018Z Downloaded maplit v1.0.2
8042026-04-15T00:13:42.018Z Downloaded managed v0.8.0
8052026-04-15T00:13:42.018Z Downloaded buf-list v1.1.2
8062026-04-15T00:13:42.021Z Downloaded libbz2-rs-sys v0.2.2
8072026-04-15T00:13:42.022Z Downloaded diesel_derives v2.3.7
8082026-04-15T00:13:42.025Z Downloaded litrs v1.0.0
8092026-04-15T00:13:42.029Z Downloaded expectorate v1.2.0
8102026-04-15T00:13:42.029Z Downloaded match_cfg v0.1.0
8112026-04-15T00:13:42.033Z Downloaded num-conv v0.2.0
8122026-04-15T00:13:42.033Z Downloaded newtype_derive v0.1.6
8132026-04-15T00:13:42.037Z Downloaded openssl-probe v0.2.1
8142026-04-15T00:13:42.043Z Downloaded nu-ansi-term v0.50.3
8152026-04-15T00:13:42.049Z Downloaded num-derive v0.3.3
8162026-04-15T00:13:42.049Z Downloaded num-complex v0.4.6
8172026-04-15T00:13:42.053Z Downloaded olpc-cjson v0.1.4
8182026-04-15T00:13:42.053Z Downloaded openssl-probe v0.1.6
8192026-04-15T00:13:42.053Z Downloaded fs-err v2.11.0
8202026-04-15T00:13:42.057Z Downloaded camino-tempfile-ext v0.3.3
8212026-04-15T00:13:42.057Z Downloaded backoff v0.4.0
8222026-04-15T00:13:42.062Z Downloaded oso-derive v0.27.3
8232026-04-15T00:13:42.062Z Downloaded openssl-macros v0.1.1
8242026-04-15T00:13:42.063Z Downloaded const_format_proc_macros v0.2.34
8252026-04-15T00:13:42.063Z Downloaded packed_struct_codegen v0.10.1
8262026-04-15T00:13:42.063Z Downloaded multer v3.1.0
8272026-04-15T00:13:42.067Z Downloaded mime_guess v2.0.5
8282026-04-15T00:13:42.067Z Downloaded dropshot-api-manager v0.6.0
8292026-04-15T00:13:42.067Z Downloaded heapless v0.8.0
8302026-04-15T00:13:42.071Z Downloaded num-rational v0.4.2
8312026-04-15T00:13:42.071Z Downloaded num-integer v0.1.46
8322026-04-15T00:13:42.077Z Downloaded hickory-resolver v0.25.2
8332026-04-15T00:13:42.084Z Downloaded hashbrown v0.12.3
8342026-04-15T00:13:42.088Z Downloaded hashbrown v0.13.2
8352026-04-15T00:13:42.092Z Downloaded pbkdf2 v0.12.2
8362026-04-15T00:13:42.092Z Downloaded pbkdf2 v0.11.0
8372026-04-15T00:13:42.092Z Downloaded path-slash v0.1.5
8382026-04-15T00:13:42.096Z Downloaded newtype-uuid v1.3.2
8392026-04-15T00:13:42.099Z Downloaded crossterm v0.28.1
8402026-04-15T00:13:42.103Z Downloaded nibble_vec v0.1.0
8412026-04-15T00:13:42.103Z Downloaded cexpr v0.6.0
8422026-04-15T00:13:42.106Z Downloaded arrayref v0.3.9
8432026-04-15T00:13:42.114Z Downloaded owo-colors v4.3.0
8442026-04-15T00:13:42.119Z Downloaded oxide-tokio-rt v0.1.3
8452026-04-15T00:13:42.123Z Downloaded num_enum_derive v0.5.11
8462026-04-15T00:13:42.130Z Downloaded packed_struct v0.10.1
8472026-04-15T00:13:42.133Z Downloaded num_enum v0.7.5
8482026-04-15T00:13:42.133Z Downloaded predicates-core v1.0.10
8492026-04-15T00:13:42.137Z Downloaded assert_matches v1.5.0
8502026-04-15T00:13:42.141Z Downloaded aead v0.5.2
8512026-04-15T00:13:42.145Z Downloaded atty v0.2.14
8522026-04-15T00:13:42.145Z Downloaded cbc v0.1.2
8532026-04-15T00:13:42.148Z Downloaded predicates-tree v1.0.13
8542026-04-15T00:13:42.153Z Downloaded precomputed-hash v0.1.1
8552026-04-15T00:13:42.153Z Downloaded proc-macro-crate v3.4.0
8562026-04-15T00:13:42.157Z Downloaded omicron-zone-package v0.12.2
8572026-04-15T00:13:42.160Z Downloaded http v1.4.0
8582026-04-15T00:13:42.160Z Downloaded mime v0.3.17
8592026-04-15T00:13:42.164Z Downloaded constant_time_eq v0.4.2
8602026-04-15T00:13:42.164Z Downloaded argon2 v0.5.3
8612026-04-15T00:13:42.164Z Downloaded darling_core v0.23.0
8622026-04-15T00:13:42.167Z Downloaded newtype-uuid-macros v0.1.0
8632026-04-15T00:13:42.171Z Downloaded crossterm v0.29.0
8642026-04-15T00:13:42.175Z Downloaded pem-rfc7468 v0.7.0
8652026-04-15T00:13:42.178Z Downloaded phf v0.12.1
8662026-04-15T00:13:42.178Z Downloaded peg v0.8.5
8672026-04-15T00:13:42.182Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-04-15T00:13:42.182Z Downloaded progenitor-client v0.11.2
8692026-04-15T00:13:42.182Z Downloaded num-derive v0.4.2
8702026-04-15T00:13:42.185Z Downloaded progenitor-client v0.10.0
8712026-04-15T00:13:42.185Z Downloaded proc-macro-crate v1.3.1
8722026-04-15T00:13:42.185Z Downloaded powerfmt v0.2.0
8732026-04-15T00:13:42.185Z Downloaded paste v1.0.15
8742026-04-15T00:13:42.189Z Downloaded bit-set v0.5.3
8752026-04-15T00:13:42.192Z Downloaded jiff-static v0.2.21
8762026-04-15T00:13:42.196Z Downloaded phf v0.13.1
8772026-04-15T00:13:42.202Z Downloaded pkcs8 v0.10.2
8782026-04-15T00:13:42.206Z Downloaded progenitor-macro v0.11.2
8792026-04-15T00:13:42.206Z Downloaded psl-types v2.0.11
8802026-04-15T00:13:42.209Z Downloaded progenitor-macro v0.10.0
8812026-04-15T00:13:42.209Z Downloaded colored v3.1.1
8822026-04-15T00:13:42.209Z Downloaded chacha20 v0.10.0
8832026-04-15T00:13:42.213Z Downloaded bit-vec v0.6.3
8842026-04-15T00:13:42.213Z Downloaded ppv-lite86 v0.2.21
8852026-04-15T00:13:42.217Z Downloaded cookie v0.18.1
8862026-04-15T00:13:42.220Z Downloaded cancel-safe-futures v0.1.5
8872026-04-15T00:13:42.220Z Downloaded pkg-config v0.3.32
8882026-04-15T00:13:42.224Z Downloaded parking_lot v0.11.2
8892026-04-15T00:13:42.224Z Downloaded predicates v3.1.4
8902026-04-15T00:13:42.228Z Downloaded quick-error v1.2.3
8912026-04-15T00:13:42.228Z Downloaded cookie_store v0.22.1
8922026-04-15T00:13:42.232Z Downloaded console v0.16.2
8932026-04-15T00:13:42.232Z Downloaded console v0.15.11
8942026-04-15T00:13:42.232Z Downloaded backon v1.6.0
8952026-04-15T00:13:42.235Z Downloaded ahash v0.8.12
8962026-04-15T00:13:42.238Z Downloaded phf_shared v0.12.1
8972026-04-15T00:13:42.238Z Downloaded clang-sys v1.8.1
8982026-04-15T00:13:42.238Z Downloaded async-bb8-diesel v0.2.1
8992026-04-15T00:13:42.242Z Downloaded radium v0.7.0
9002026-04-15T00:13:42.242Z Downloaded primeorder v0.13.6
9012026-04-15T00:13:42.246Z Downloaded hickory-server v0.25.2
9022026-04-15T00:13:42.250Z Downloaded memoffset v0.9.1
9032026-04-15T00:13:42.250Z Downloaded pkcs1 v0.7.5
9042026-04-15T00:13:42.254Z Downloaded cassowary v0.3.0
9052026-04-15T00:13:42.257Z Downloaded humantime v2.3.0
9062026-04-15T00:13:42.261Z Downloaded rand_chacha v0.3.1
9072026-04-15T00:13:42.261Z Downloaded progenitor-extras v0.1.1
9082026-04-15T00:13:42.264Z Downloaded num v0.4.3
9092026-04-15T00:13:42.264Z Downloaded num_enum_derive v0.7.5
9102026-04-15T00:13:42.268Z Downloaded parse-size v1.1.0
9112026-04-15T00:13:42.268Z Downloaded native-tls v0.2.18
9122026-04-15T00:13:42.268Z Downloaded nanorand v0.7.0
9132026-04-15T00:13:42.268Z Downloaded oso v0.27.3
9142026-04-15T00:13:42.272Z Downloaded libsw-core v0.3.2
9152026-04-15T00:13:42.276Z Downloaded progenitor-macro v0.13.0
9162026-04-15T00:13:42.276Z Downloaded num_enum v0.5.11
9172026-04-15T00:13:42.279Z Downloaded ref-cast-impl v1.0.25
9182026-04-15T00:13:42.279Z Downloaded ciborium v0.2.2
9192026-04-15T00:13:42.282Z Downloaded rand_xorshift v0.4.0
9202026-04-15T00:13:42.283Z Downloaded async-trait v0.1.89
9212026-04-15T00:13:42.286Z Downloaded cargo_toml v0.22.3
9222026-04-15T00:13:42.286Z Downloaded bzip2 v0.6.1
9232026-04-15T00:13:42.290Z Downloaded pin-utils v0.1.0
9242026-04-15T00:13:42.290Z Downloaded phf_shared v0.11.3
9252026-04-15T00:13:42.290Z Downloaded psm v0.1.30
9262026-04-15T00:13:42.290Z Downloaded pkcs5 v0.7.1
9272026-04-15T00:13:42.293Z Downloaded oxnet v0.1.4
9282026-04-15T00:13:42.306Z Downloaded peg-macros v0.8.5
9292026-04-15T00:13:42.306Z Downloaded postgres-types v0.2.12
9302026-04-15T00:13:42.310Z Downloaded postcard v1.1.3
9312026-04-15T00:13:42.310Z Downloaded chacha20 v0.9.1
9322026-04-15T00:13:42.310Z Downloaded const-oid v0.9.6
9332026-04-15T00:13:42.310Z Downloaded itertools v0.10.5
9342026-04-15T00:13:42.310Z Downloaded rand_core v0.10.0
9352026-04-15T00:13:42.310Z Downloaded nodrop v0.1.14
9362026-04-15T00:13:42.314Z Downloaded opaque-debug v0.3.1
9372026-04-15T00:13:42.314Z Downloaded ref-cast v1.0.25
9382026-04-15T00:13:42.318Z Downloaded base64 v0.22.1
9392026-04-15T00:13:42.318Z Downloaded poly1305 v0.8.0
9402026-04-15T00:13:42.321Z Downloaded rtoolbox v0.0.3
9412026-04-15T00:13:42.321Z Downloaded hyper-util v0.1.20
9422026-04-15T00:13:42.324Z Downloaded miniz_oxide v0.8.9
9432026-04-15T00:13:42.328Z Downloaded proc-macro-error2 v2.0.1
9442026-04-15T00:13:42.328Z Downloaded allocator-api2 v0.2.21
9452026-04-15T00:13:42.331Z Downloaded memmap2 v0.9.10
9462026-04-15T00:13:42.331Z Downloaded crc-any v2.5.0
9472026-04-15T00:13:42.335Z Downloaded polyval v0.6.2
9482026-04-15T00:13:42.335Z Downloaded pin-project-internal v1.1.11
9492026-04-15T00:13:42.335Z Downloaded password-hash v0.4.2
9502026-04-15T00:13:42.338Z Downloaded parking_lot_core v0.8.6
9512026-04-15T00:13:42.338Z Downloaded parking_lot v0.12.5
9522026-04-15T00:13:42.342Z Downloaded rustc_version v0.4.1
9532026-04-15T00:13:42.346Z Downloaded russh-cryptovec v0.7.3
9542026-04-15T00:13:42.351Z Downloaded p256 v0.13.2
9552026-04-15T00:13:42.354Z Downloaded const_format v0.2.35
9562026-04-15T00:13:42.357Z Downloaded arc-swap v1.8.2
9572026-04-15T00:13:42.357Z Downloaded compact_str v0.8.1
9582026-04-15T00:13:42.361Z Downloaded cc v1.2.56
9592026-04-15T00:13:42.364Z Downloaded salsa20 v0.10.2
9602026-04-15T00:13:42.367Z Downloaded bytes v1.11.1
9612026-04-15T00:13:42.371Z Downloaded hashbrown v0.15.5
9622026-04-15T00:13:42.374Z Downloaded minimal-lexical v0.2.1
9632026-04-15T00:13:42.378Z Downloaded papergrid v0.17.0
9642026-04-15T00:13:42.381Z Downloaded bumpalo v3.20.2
9652026-04-15T00:13:42.381Z Downloaded chacha20poly1305 v0.10.1
9662026-04-15T00:13:42.385Z Downloaded peg-runtime v0.8.5
9672026-04-15T00:13:42.392Z Downloaded pin-project-lite v0.2.17
9682026-04-15T00:13:42.395Z Downloaded prefix-trie v0.7.0
9692026-04-15T00:13:42.399Z Downloaded num-bigint v0.4.6
9702026-04-15T00:13:42.402Z Downloaded resolv-conf v0.7.6
9712026-04-15T00:13:42.409Z Downloaded progenitor-impl v0.10.0
9722026-04-15T00:13:42.413Z Downloaded base64 v0.21.7
9732026-04-15T00:13:42.416Z Downloaded progenitor-impl v0.13.0
9742026-04-15T00:13:42.419Z Downloaded rand_seeder v0.4.0
9752026-04-15T00:13:42.423Z Downloaded scheduled-thread-pool v0.2.7
9762026-04-15T00:13:42.423Z Downloaded semver v0.1.20
9772026-04-15T00:13:42.423Z Downloaded ar_archive_writer v0.5.1
9782026-04-15T00:13:42.427Z Downloaded serde_urlencoded v0.7.1
9792026-04-15T00:13:42.434Z Downloaded iddqd v0.3.17
9802026-04-15T00:13:42.438Z Downloaded openssl-sys v0.9.111
9812026-04-15T00:13:42.442Z Downloaded aes-gcm v0.10.3
9822026-04-15T00:13:42.445Z Downloaded serde_spanned v1.0.4
9832026-04-15T00:13:42.445Z Downloaded seq-macro v0.3.6
9842026-04-15T00:13:42.456Z Downloaded scrypt v0.11.0
9852026-04-15T00:13:42.456Z Downloaded nom v7.1.3
9862026-04-15T00:13:42.456Z Downloaded signature v2.2.0
9872026-04-15T00:13:42.456Z Downloaded dropshot v0.16.7
9882026-04-15T00:13:42.472Z Downloaded sigpipe v0.1.3
9892026-04-15T00:13:42.475Z Downloaded prettyplease v0.2.37
9902026-04-15T00:13:42.475Z Downloaded iri-string v0.7.10
9912026-04-15T00:13:42.479Z Downloaded libxml v0.3.3
9922026-04-15T00:13:42.484Z Downloaded serde-big-array v0.5.1
9932026-04-15T00:13:42.488Z Downloaded pretty_assertions v1.4.1
9942026-04-15T00:13:42.488Z Downloaded futures-util v0.3.32
9952026-04-15T00:13:42.493Z Downloaded slog-envlogger v2.2.0
9962026-04-15T00:13:42.496Z Downloaded signal-hook-tokio v0.3.1
9972026-04-15T00:13:42.496Z Downloaded progenitor-impl v0.11.2
9982026-04-15T00:13:42.500Z Downloaded secrecy v0.10.3
9992026-04-15T00:13:42.500Z Downloaded secrecy v0.8.0
10002026-04-15T00:13:42.500Z Downloaded serde_bytes v0.11.19
10012026-04-15T00:13:42.500Z Downloaded rustc-hash v2.1.1
10022026-04-15T00:13:42.503Z Downloaded recursive v0.1.1
10032026-04-15T00:13:42.503Z Downloaded aes v0.8.4
10042026-04-15T00:13:42.503Z Downloaded rustls-pemfile v1.0.4
10052026-04-15T00:13:42.507Z Downloaded postgres-protocol v0.6.10
10062026-04-15T00:13:42.507Z Downloaded num-bigint-dig v0.8.6
10072026-04-15T00:13:42.511Z Downloaded rustls-native-certs v0.8.3
10082026-04-15T00:13:42.515Z Downloaded rand_core v0.9.5
10092026-04-15T00:13:42.515Z Downloaded siphasher v1.0.2
10102026-04-15T00:13:42.515Z Downloaded serde_plain v1.0.2
10112026-04-15T00:13:42.515Z Downloaded scopeguard v1.2.0
10122026-04-15T00:13:42.519Z Downloaded hyper v1.8.1
10132026-04-15T00:13:42.522Z Downloaded r2d2 v0.8.10
10142026-04-15T00:13:42.522Z Downloaded progenitor v0.13.0
10152026-04-15T00:13:42.527Z Downloaded sec1 v0.7.3
10162026-04-15T00:13:42.527Z Downloaded sqlparser_derive v0.5.0
10172026-04-15T00:13:42.530Z Downloaded simd-adler32 v0.3.8
10182026-04-15T00:13:42.530Z Downloaded h2 v0.4.13
10192026-04-15T00:13:42.533Z Downloaded rand_chacha v0.9.0
10202026-04-15T00:13:42.537Z Downloaded rustversion v1.0.22
10212026-04-15T00:13:42.537Z Downloaded shell-words v1.1.1
10222026-04-15T00:13:42.537Z Downloaded rustls-pemfile v2.2.0
10232026-04-15T00:13:42.540Z Downloaded progenitor-client v0.13.0
10242026-04-15T00:13:42.540Z Downloaded sqlformat v0.3.5
10252026-04-15T00:13:42.543Z Downloaded ssh-cipher v0.2.0
10262026-04-15T00:13:42.543Z Downloaded itertools v0.12.1
10272026-04-15T00:13:42.547Z Downloaded parking_lot_core v0.9.12
10282026-04-15T00:13:42.547Z Downloaded shlex v1.3.0
10292026-04-15T00:13:42.550Z Downloaded itertools v0.14.0
10302026-04-15T00:13:42.555Z Downloaded hkdf v0.12.4
10312026-04-15T00:13:42.555Z Downloaded serde-hex v0.1.0
10322026-04-15T00:13:42.558Z Downloaded rand_core v0.6.4
10332026-04-15T00:13:42.558Z Downloaded strum v0.27.2
10342026-04-15T00:13:42.558Z Downloaded subtle v2.6.1
10352026-04-15T00:13:42.558Z Downloaded serde_repr v0.1.20
10362026-04-15T00:13:42.558Z Downloaded strum v0.26.3
10372026-04-15T00:13:42.562Z Downloaded structmeta v0.3.0
10382026-04-15T00:13:42.562Z Downloaded strip-ansi-escapes v0.2.1
10392026-04-15T00:13:42.562Z Downloaded slog-async v2.8.0
10402026-04-15T00:13:42.562Z Downloaded progenitor v0.11.2
10412026-04-15T00:13:42.566Z Downloaded slog-json v2.6.1
10422026-04-15T00:13:42.566Z Downloaded sct v0.7.1
10432026-04-15T00:13:42.571Z Downloaded smallvec v0.6.14
10442026-04-15T00:13:42.574Z Downloaded serde_derive_internals v0.29.1
10452026-04-15T00:13:42.577Z Downloaded slog-dtrace v0.3.0
10462026-04-15T00:13:42.581Z Downloaded sync_wrapper v1.0.2
10472026-04-15T00:13:42.581Z Downloaded slog-scope v4.4.1
10482026-04-15T00:13:42.581Z Downloaded supports-color v3.0.2
10492026-04-15T00:13:42.581Z Downloaded scroll v0.13.0
10502026-04-15T00:13:42.584Z Downloaded tabled_derive v0.11.0
10512026-04-15T00:13:42.584Z Downloaded snafu-derive v0.8.9
10522026-04-15T00:13:42.584Z Downloaded smf v0.2.3
10532026-04-15T00:13:42.584Z Downloaded russh-keys v0.45.0
10542026-04-15T00:13:42.589Z Downloaded itertools v0.13.0
10552026-04-15T00:13:42.593Z Downloaded serde_path_to_error v0.1.20
10562026-04-15T00:13:42.596Z Downloaded tabwriter v1.4.1
10572026-04-15T00:13:42.600Z Downloaded termtree v0.5.1
10582026-04-15T00:13:42.600Z Downloaded tap v1.0.1
10592026-04-15T00:13:42.600Z Downloaded tagptr v0.2.0
10602026-04-15T00:13:42.603Z Downloaded rayon-core v1.13.0
10612026-04-15T00:13:42.603Z Downloaded qorb v0.4.1
10622026-04-15T00:13:42.607Z Downloaded strum_macros v0.27.2
10632026-04-15T00:13:42.607Z Downloaded take_mut v0.2.2
10642026-04-15T00:13:42.611Z Downloaded signal-hook-registry v1.4.8
10652026-04-15T00:13:42.611Z Downloaded p521 v0.13.3
10662026-04-15T00:13:42.618Z Downloaded strum_macros v0.26.4
10672026-04-15T00:13:42.622Z Downloaded thread-id v5.1.0
10682026-04-15T00:13:42.622Z Downloaded ryu v1.0.23
10692026-04-15T00:13:42.622Z Downloaded stringprep v0.1.5
10702026-04-15T00:13:42.622Z Downloaded rustls-platform-verifier v0.6.2
10712026-04-15T00:13:42.622Z Downloaded static_assertions v1.1.0
10722026-04-15T00:13:42.625Z Downloaded stacker v0.1.23
10732026-04-15T00:13:42.625Z Downloaded structmeta-derive v0.3.0
10742026-04-15T00:13:42.625Z Downloaded testing_table v0.3.0
10752026-04-15T00:13:42.625Z Downloaded spki v0.7.3
10762026-04-15T00:13:42.630Z Downloaded thiserror-impl-no-std v2.0.2
10772026-04-15T00:13:42.633Z Downloaded ron v0.8.1
10782026-04-15T00:13:42.637Z Downloaded rcgen v0.12.1
10792026-04-15T00:13:42.637Z Downloaded rand v0.8.5
10802026-04-15T00:13:42.641Z Downloaded quinn v0.11.9
10812026-04-15T00:13:42.645Z Downloaded time-core v0.1.8
10822026-04-15T00:13:42.645Z Downloaded string_cache v0.8.9
10832026-04-15T00:13:42.645Z Downloaded tinyvec_macros v0.1.1
10842026-04-15T00:13:42.645Z Downloaded sync-ptr v0.1.4
10852026-04-15T00:13:42.645Z Downloaded support-bundle-viewer v0.1.2
10862026-04-15T00:13:42.648Z Downloaded spin v0.9.8
10872026-04-15T00:13:42.648Z Downloaded blake3 v1.8.3
10882026-04-15T00:13:42.652Z Downloaded similar v2.7.0
10892026-04-15T00:13:42.656Z Downloaded signal-hook v0.3.18
10902026-04-15T00:13:42.659Z Downloaded mio v1.1.1
10912026-04-15T00:13:42.664Z Downloaded time-macros v0.2.27
10922026-04-15T00:13:42.667Z Downloaded tokio-macros v2.6.0
10932026-04-15T00:13:42.667Z Downloaded tiny-keccak v2.0.2
10942026-04-15T00:13:42.671Z Downloaded schemars v0.9.0
10952026-04-15T00:13:42.676Z Downloaded aws-lc-rs v1.16.0
10962026-04-15T00:13:42.682Z Downloaded tower-layer v0.3.3
10972026-04-15T00:13:42.686Z Downloaded thread_local v1.1.9
10982026-04-15T00:13:42.686Z Downloaded publicsuffix v2.3.0
10992026-04-15T00:13:42.686Z Downloaded serde_yaml v0.9.34+deprecated
11002026-04-15T00:13:42.690Z Downloaded trait-variant v0.1.2
11012026-04-15T00:13:42.690Z Downloaded bitvec v1.0.1
11022026-04-15T00:13:42.696Z Downloaded unarray v0.1.4
11032026-04-15T00:13:42.700Z Downloaded tokio-rustls v0.25.0
11042026-04-15T00:13:42.700Z Downloaded tokio-dtrace v0.1.1
11052026-04-15T00:13:42.700Z Downloaded termios v0.3.3
11062026-04-15T00:13:42.703Z Downloaded socket2 v0.6.2
11072026-04-15T00:13:42.703Z Downloaded slog v2.8.2
11082026-04-15T00:13:42.707Z Downloaded typify-macro v0.4.3
11092026-04-15T00:13:42.707Z Downloaded topological-sort v0.2.2
11102026-04-15T00:13:42.707Z Downloaded chrono v0.4.44
11112026-04-15T00:13:42.710Z Downloaded tokio-rustls v0.24.1
11122026-04-15T00:13:42.713Z Downloaded rustls-webpki v0.103.9
11132026-04-15T00:13:42.717Z Downloaded rand v0.10.0
11142026-04-15T00:13:42.717Z Downloaded rand v0.9.2
11152026-04-15T00:13:42.720Z Downloaded rsa v0.9.10
11162026-04-15T00:13:42.724Z Downloaded utf-8 v0.7.6
11172026-04-15T00:13:42.724Z Downloaded unit-prefix v0.5.2
11182026-04-15T00:13:42.724Z Downloaded tokio-rustls v0.26.4
11192026-04-15T00:13:42.727Z Downloaded schemars v0.8.22
11202026-04-15T00:13:42.731Z Downloaded tokio-stream v0.1.18
11212026-04-15T00:13:42.735Z Downloaded libm v0.2.16
11222026-04-15T00:13:42.739Z Downloaded bindgen v0.71.1
11232026-04-15T00:13:42.743Z Downloaded tracing-attributes v0.1.31
11242026-04-15T00:13:42.747Z Downloaded goblin v0.10.5
11252026-04-15T00:13:42.750Z Downloaded wait-timeout v0.2.1
11262026-04-15T00:13:42.753Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-04-15T00:13:42.754Z Downloaded untrusted v0.9.0
11282026-04-15T00:13:42.754Z Downloaded toml_writer v1.0.6+spec-1.1.0
11292026-04-15T00:13:42.754Z Downloaded tokio-tungstenite v0.23.1
11302026-04-15T00:13:42.759Z Downloaded tokio-tungstenite v0.21.0
11312026-04-15T00:13:42.759Z Downloaded tls_codec v0.4.2
11322026-04-15T00:13:42.759Z Downloaded waitgroup v0.1.2
11332026-04-15T00:13:42.762Z Downloaded test-strategy v0.4.5
11342026-04-15T00:13:42.762Z Downloaded usdt-impl v0.6.0
11352026-04-15T00:13:42.762Z Downloaded tls_codec_derive v0.4.2
11362026-04-15T00:13:42.766Z Downloaded samael v0.0.19
11372026-04-15T00:13:42.769Z Downloaded tinyvec v1.10.0
11382026-04-15T00:13:42.769Z Downloaded vergen-lib v0.1.6
11392026-04-15T00:13:42.769Z Downloaded uzers v0.12.2
11402026-04-15T00:13:42.773Z Downloaded thiserror-no-std v2.0.2
11412026-04-15T00:13:42.776Z Downloaded want v0.3.1
11422026-04-15T00:13:42.776Z Downloaded unicode-properties v0.1.4
11432026-04-15T00:13:42.776Z Downloaded vergen-gitcl v1.0.8
11442026-04-15T00:13:42.779Z Downloaded usdt-attr-macro v0.6.0
11452026-04-15T00:13:42.779Z Downloaded term v1.2.1
11462026-04-15T00:13:42.783Z Downloaded tui-tree-widget v0.23.1
11472026-04-15T00:13:42.783Z Downloaded typify v0.4.3
11482026-04-15T00:13:42.786Z Downloaded strum_macros v0.24.3
11492026-04-15T00:13:42.791Z Downloaded subprocess v0.2.15
11502026-04-15T00:13:42.794Z Downloaded snafu v0.8.9
11512026-04-15T00:13:42.797Z Downloaded whoami v1.6.1
11522026-04-15T00:13:42.801Z Downloaded try-lock v0.2.5
11532026-04-15T00:13:42.801Z Downloaded zeroize_derive v1.4.3
11542026-04-15T00:13:42.804Z Downloaded tower-service v0.3.3
11552026-04-15T00:13:42.804Z Downloaded xattr v1.6.1
11562026-04-15T00:13:42.804Z Downloaded usdt v0.6.0
11572026-04-15T00:13:42.808Z Downloaded whoami v2.1.0
11582026-04-15T00:13:42.808Z Downloaded universal-hash v0.5.1
11592026-04-15T00:13:42.808Z Downloaded socket2 v0.5.10
11602026-04-15T00:13:42.815Z Downloaded wyz v0.5.1
11612026-04-15T00:13:42.822Z Downloaded term v0.7.0
11622026-04-15T00:13:42.825Z Downloaded xz2 v0.1.7
11632026-04-15T00:13:42.830Z Downloaded xshell-macros v0.2.7
11642026-04-15T00:13:42.834Z Downloaded void v1.0.2
11652026-04-15T00:13:42.834Z Downloaded untrusted v0.7.1
11662026-04-15T00:13:42.845Z Downloaded zone_cfg_derive v0.3.1
11672026-04-15T00:13:42.849Z Downloaded parse-display v0.10.0
11682026-04-15T00:13:42.852Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-04-15T00:13:42.857Z Downloaded zone v0.3.1
11702026-04-15T00:13:42.861Z Downloaded openssl v0.10.75
11712026-04-15T00:13:42.864Z Downloaded zstd-safe v7.2.4
11722026-04-15T00:13:42.868Z Downloaded vergen-git2 v1.0.7
11732026-04-15T00:13:42.868Z Downloaded phf_shared v0.13.1
11742026-04-15T00:13:42.868Z Downloaded russh v0.45.0
11752026-04-15T00:13:42.872Z Downloaded vsss-rs v3.3.4
11762026-04-15T00:13:42.877Z Downloaded tower v0.5.3
11772026-04-15T00:13:42.881Z Downloaded yasna v0.5.2
11782026-04-15T00:13:42.881Z Downloaded toml v0.9.12+spec-1.1.0
11792026-04-15T00:13:42.891Z Downloaded rustc_version v0.1.7
11802026-04-15T00:13:42.894Z Downloaded slog-bunyan v2.5.0
11812026-04-15T00:13:42.894Z Downloaded recursive-proc-macro-impl v0.1.1
11822026-04-15T00:13:42.901Z Downloaded vergen v9.0.6
11832026-04-15T00:13:42.904Z Downloaded scroll_derive v0.13.1
11842026-04-15T00:13:42.908Z Downloaded signal-hook-mio v0.2.5
11852026-04-15T00:13:42.908Z Downloaded ssh-encoding v0.2.0
11862026-04-15T00:13:42.908Z Downloaded unicase v2.9.0
11872026-04-15T00:13:42.908Z Downloaded same-file v1.0.6
11882026-04-15T00:13:42.911Z Downloaded tar v0.4.45
11892026-04-15T00:13:42.911Z Downloaded rustyline v14.0.0
11902026-04-15T00:13:42.915Z Downloaded sapling-renderdag v0.1.0
11912026-04-15T00:13:42.926Z Downloaded rfc6979 v0.4.0
11922026-04-15T00:13:42.929Z Downloaded pem v3.0.6
11932026-04-15T00:13:42.933Z Downloaded tungstenite v0.21.0
11942026-04-15T00:13:42.939Z Downloaded git2 v0.20.4
11952026-04-15T00:13:42.944Z Downloaded xshell v0.2.7
11962026-04-15T00:13:42.948Z Downloaded unsafe-libyaml v0.2.11
11972026-04-15T00:13:42.951Z Downloaded lalrpop v0.19.12
11982026-04-15T00:13:42.955Z Downloaded usdt-macro v0.6.0
11992026-04-15T00:13:42.959Z Downloaded typify-macro v0.6.1
12002026-04-15T00:13:42.959Z Downloaded ron v0.12.0
12012026-04-15T00:13:42.962Z Downloaded unicode-truncate v1.1.0
12022026-04-15T00:13:42.962Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-04-15T00:13:42.966Z Downloaded password-hash v0.5.0
12042026-04-15T00:13:42.966Z Downloaded parse-display-derive v0.10.0
12052026-04-15T00:13:42.966Z Downloaded rusty-fork v0.3.1
12062026-04-15T00:13:42.969Z Downloaded unicode-bidi v0.3.18
12072026-04-15T00:13:42.969Z Downloaded unicode_categories v0.1.1
12082026-04-15T00:13:42.972Z Downloaded slog-stdlog v4.1.1
12092026-04-15T00:13:42.972Z Downloaded reedline v0.40.0
12102026-04-15T00:13:42.976Z Downloaded rpassword v7.4.0
12112026-04-15T00:13:42.976Z Downloaded sha1 v0.10.6
12122026-04-15T00:13:42.979Z Downloaded vte v0.14.1
12132026-04-15T00:13:42.987Z Downloaded tokio-native-tls v0.3.1
12142026-04-15T00:13:42.991Z Downloaded yansi v1.0.1
12152026-04-15T00:13:42.991Z Downloaded quinn-udp v0.5.14
12162026-04-15T00:13:42.994Z Downloaded schemars_derive v0.8.22
12172026-04-15T00:13:42.994Z Downloaded tracing-core v0.1.36
12182026-04-15T00:13:42.998Z Downloaded tungstenite v0.23.0
12192026-04-15T00:13:43.001Z Downloaded zerocopy v0.6.6
12202026-04-15T00:13:43.001Z Downloaded walkdir v2.5.0
12212026-04-15T00:13:43.001Z Downloaded typify v0.6.1
12222026-04-15T00:13:43.005Z Downloaded p384 v0.13.1
12232026-04-15T00:13:43.008Z Downloaded zeroize v1.8.2
12242026-04-15T00:13:43.012Z Downloaded progenitor v0.10.0
12252026-04-15T00:13:43.015Z Downloaded rustls-webpki v0.101.7
12262026-04-15T00:13:43.021Z Downloaded zerocopy-derive v0.8.40
12272026-04-15T00:13:43.027Z Downloaded steno v0.4.1
12282026-04-15T00:13:43.030Z Downloaded ssh-key v0.6.7
12292026-04-15T00:13:43.033Z Downloaded reqwest v0.12.28
12302026-04-15T00:13:43.037Z Downloaded zopfli v0.8.3
12312026-04-15T00:13:43.037Z Downloaded diesel v2.3.7
12322026-04-15T00:13:43.049Z Downloaded typed-path v0.9.3
12332026-04-15T00:13:43.052Z Downloaded slog-term v2.9.2
12342026-04-15T00:13:43.057Z Downloaded unicode-segmentation v1.12.0
12352026-04-15T00:13:43.057Z Downloaded twox-hash v2.1.2
12362026-04-15T00:13:43.061Z Downloaded slab v0.4.12
12372026-04-15T00:13:43.061Z Downloaded zstd v0.13.3
12382026-04-15T00:13:43.061Z Downloaded bstr v1.12.1
12392026-04-15T00:13:43.064Z Downloaded toml_edit v0.19.15
12402026-04-15T00:13:43.073Z Downloaded tower-http v0.6.8
12412026-04-15T00:13:43.077Z Downloaded quick-xml v0.37.5
12422026-04-15T00:13:43.080Z Downloaded pin-project v1.1.11
12432026-04-15T00:13:43.086Z Downloaded uuid v1.21.0
12442026-04-15T00:13:43.089Z Downloaded rustls-webpki v0.102.8
12452026-04-15T00:13:43.098Z Downloaded zip v0.6.6
12462026-04-15T00:13:43.102Z Downloaded unicode-normalization v0.1.25
12472026-04-15T00:13:43.105Z Downloaded rayon v1.11.0
12482026-04-15T00:13:43.108Z Downloaded moka v0.12.13
12492026-04-15T00:13:43.113Z Downloaded proptest v1.10.0
12502026-04-15T00:13:43.117Z Downloaded regex v1.12.3
12512026-04-15T00:13:43.120Z Downloaded tokio-postgres v0.7.16
12522026-04-15T00:13:43.124Z Downloaded curve25519-dalek v4.1.3
12532026-04-15T00:13:43.127Z Downloaded serde_with v3.17.0
12542026-04-15T00:13:43.134Z Downloaded reqwest v0.13.2
12552026-04-15T00:13:43.137Z Downloaded toml v0.7.8
12562026-04-15T00:13:43.141Z Downloaded serde_with_macros v3.17.0
12572026-04-15T00:13:43.141Z Downloaded serde_cbor v0.11.2
12582026-04-15T00:13:43.146Z Downloaded polar-core v0.27.3
12592026-04-15T00:13:43.149Z Downloaded schemars v1.2.1
12602026-04-15T00:13:43.154Z Downloaded tabled v0.20.0
12612026-04-15T00:13:43.164Z Downloaded x509-cert v0.2.5
12622026-04-15T00:13:43.167Z Downloaded winnow v0.6.26
12632026-04-15T00:13:43.172Z Downloaded zip v4.6.1
12642026-04-15T00:13:43.175Z Downloaded winnow v0.5.40
12652026-04-15T00:13:43.180Z Downloaded tough v0.20.0
12662026-04-15T00:13:43.185Z Downloaded object v0.30.4
12672026-04-15T00:13:43.190Z Downloaded rustls v0.21.12
12682026-04-15T00:13:43.195Z Downloaded tokio-util v0.7.18
12692026-04-15T00:13:43.200Z Downloaded petname v2.0.2
12702026-04-15T00:13:43.204Z Downloaded nix v0.27.1
12712026-04-15T00:13:43.208Z Downloaded rustls-pki-types v1.14.0
12722026-04-15T00:13:43.226Z Downloaded openapiv3 v2.2.0
12732026-04-15T00:13:43.235Z Downloaded zlib-rs v0.6.2
12742026-04-15T00:13:43.239Z Downloaded hickory-proto v0.24.4
12752026-04-15T00:13:43.252Z Downloaded smoltcp v0.11.0
12762026-04-15T00:13:43.259Z Downloaded quinn-proto v0.11.13
12772026-04-15T00:13:43.264Z Downloaded salty v0.3.0
12782026-04-15T00:13:43.268Z Downloaded radix_trie v0.2.1
12792026-04-15T00:13:43.272Z Downloaded nix v0.28.0
12802026-04-15T00:13:43.279Z Downloaded webpki-roots v1.0.6
12812026-04-15T00:13:43.282Z Downloaded portable-atomic v1.13.1
12822026-04-15T00:13:43.300Z Downloaded rustix v0.38.44
12832026-04-15T00:13:43.314Z Downloaded zerocopy v0.8.40
12842026-04-15T00:13:43.319Z Downloaded nix v0.29.0
12852026-04-15T00:13:43.326Z Downloaded object v0.37.3
12862026-04-15T00:13:43.334Z Downloaded smoltcp v0.9.1
12872026-04-15T00:13:43.339Z Downloaded time v0.3.47
12882026-04-15T00:13:43.347Z Downloaded regex-syntax v0.6.29
12892026-04-15T00:13:43.351Z Downloaded nix v0.31.1
12902026-04-15T00:13:43.358Z Downloaded hickory-proto v0.25.2
12912026-04-15T00:13:43.367Z Downloaded vcpkg v0.2.15
12922026-04-15T00:13:43.391Z Downloaded sled v0.34.7
12932026-04-15T00:13:43.398Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-04-15T00:13:43.420Z Downloaded rustls v0.22.4
12952026-04-15T00:13:43.428Z Downloaded rustls v0.23.37
12962026-04-15T00:13:43.435Z Downloaded regress v0.10.5
12972026-04-15T00:13:43.441Z Downloaded regex-syntax v0.8.10
12982026-04-15T00:13:43.447Z Downloaded chrono-tz v0.10.4
12992026-04-15T00:13:43.458Z Downloaded tracing v0.1.44
13002026-04-15T00:13:43.480Z Downloaded zerocopy-derive v0.6.6
13012026-04-15T00:13:43.485Z Downloaded petgraph v0.8.3
13022026-04-15T00:13:43.525Z Downloaded sha3 v0.10.8
13032026-04-15T00:13:43.529Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-04-15T00:13:43.536Z Downloaded sqlparser v0.61.0
13052026-04-15T00:13:43.552Z Downloaded ratatui v0.29.0
13062026-04-15T00:13:43.564Z Downloaded typify-impl v0.6.1
13072026-04-15T00:13:43.573Z Downloaded typify-impl v0.4.3
13082026-04-15T00:13:43.623Z Downloaded regex-automata v0.4.14
13092026-04-15T00:13:43.643Z Downloaded jiff v0.2.21
13102026-04-15T00:13:43.668Z Downloaded petgraph v0.6.5
13112026-04-15T00:13:43.679Z Downloaded lzma-sys v0.1.20
13122026-04-15T00:13:43.704Z Downloaded libz-sys v1.1.24
13132026-04-15T00:13:43.716Z Downloaded csv v1.4.0
13142026-04-15T00:13:43.743Z Downloaded tokio v1.49.0
13152026-04-15T00:13:43.828Z Downloaded encoding_rs v0.8.35
13162026-04-15T00:13:43.858Z Downloaded ring v0.17.14
13172026-04-15T00:13:43.883Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-04-15T00:13:44.158Z Downloaded aws-lc-sys v0.37.1
13192026-04-15T00:13:44.410Z Compiling libc v0.2.180
13202026-04-15T00:13:44.410Z Compiling serde v1.0.228
13212026-04-15T00:13:44.414Z Compiling log v0.4.29
13222026-04-15T00:13:44.414Z Compiling find-msvc-tools v0.1.9
13232026-04-15T00:13:44.414Z Compiling shlex v1.3.0
13242026-04-15T00:13:44.414Z Compiling smallvec v1.15.1
13252026-04-15T00:13:44.414Z Compiling typenum v1.19.0
13262026-04-15T00:13:44.414Z Compiling subtle v2.6.1
13272026-04-15T00:13:44.414Z Compiling generic-array v0.14.7
13282026-04-15T00:13:44.414Z Compiling scopeguard v1.2.0
13292026-04-15T00:13:44.549Z Compiling portable-atomic v1.13.1
13302026-04-15T00:13:44.584Z Compiling const-oid v0.9.6
13312026-04-15T00:13:44.598Z Compiling critical-section v1.2.0
13322026-04-15T00:13:44.612Z Compiling syn v2.0.117
13332026-04-15T00:13:44.627Z Compiling zerocopy v0.8.40
13342026-04-15T00:13:44.668Z Compiling serde_json v1.0.149
13352026-04-15T00:13:44.711Z Compiling lock_api v0.4.14
13362026-04-15T00:13:44.767Z Compiling parking_lot_core v0.9.12
13372026-04-15T00:13:44.770Z Compiling pin-project-lite v0.2.17
13382026-04-15T00:13:44.803Z Compiling pkg-config v0.3.32
13392026-04-15T00:13:44.838Z Compiling bitflags v2.11.0
13402026-04-15T00:13:44.852Z Compiling libm v0.2.16
13412026-04-15T00:13:44.856Z Compiling num-traits v0.2.19
13422026-04-15T00:13:44.881Z Compiling futures-core v0.3.32
13432026-04-15T00:13:44.896Z Compiling percent-encoding v2.3.2
13442026-04-15T00:13:45.008Z Compiling allocator-api2 v0.2.21
13452026-04-15T00:13:45.039Z Compiling foldhash v0.2.0
13462026-04-15T00:13:45.072Z Compiling futures-sink v0.3.32
13472026-04-15T00:13:45.102Z Compiling cpufeatures v0.2.17
13482026-04-15T00:13:45.105Z Compiling futures-task v0.3.32
13492026-04-15T00:13:45.116Z Compiling futures-io v0.3.32
13502026-04-15T00:13:45.194Z Compiling futures-channel v0.3.32
13512026-04-15T00:13:45.210Z Compiling getrandom v0.4.1
13522026-04-15T00:13:45.213Z Compiling slab v0.4.12
13532026-04-15T00:13:45.271Z Compiling rand_core v0.10.0
13542026-04-15T00:13:45.288Z Compiling rustversion v1.0.22
13552026-04-15T00:13:45.292Z Compiling getrandom v0.3.4
13562026-04-15T00:13:45.319Z Compiling hashbrown v0.16.1
13572026-04-15T00:13:45.351Z Compiling form_urlencoded v1.2.2
13582026-04-15T00:13:45.375Z Compiling ident_case v1.0.1
13592026-04-15T00:13:45.400Z Compiling base64ct v1.8.3
13602026-04-15T00:13:45.420Z Compiling getrandom v0.2.17
13612026-04-15T00:13:45.433Z Compiling jobserver v0.1.34
13622026-04-15T00:13:45.450Z Compiling errno v0.3.14
13632026-04-15T00:13:45.514Z Compiling mio v1.1.1
13642026-04-15T00:13:45.541Z Compiling socket2 v0.6.2
13652026-04-15T00:13:45.579Z Compiling rand_core v0.6.4
13662026-04-15T00:13:45.613Z Compiling signal-hook-registry v1.4.8
13672026-04-15T00:13:45.661Z Compiling cc v1.2.56
13682026-04-15T00:13:45.707Z Compiling parking_lot v0.12.5
13692026-04-15T00:13:45.730Z Compiling once_cell v1.21.3
13702026-04-15T00:13:45.828Z Compiling dunce v1.0.5
13712026-04-15T00:13:45.844Z Compiling indexmap v2.13.0
13722026-04-15T00:13:45.865Z Compiling fs_extra v1.3.0
13732026-04-15T00:13:45.880Z Compiling pem-rfc7468 v0.7.0
13742026-04-15T00:13:45.906Z Compiling flagset v0.4.7
13752026-04-15T00:13:45.923Z Compiling iana-time-zone v0.1.65
13762026-04-15T00:13:45.940Z Compiling rustix v1.1.3
13772026-04-15T00:13:45.958Z Compiling uuid v1.21.0
13782026-04-15T00:13:45.974Z Compiling rustc_version v0.4.1
13792026-04-15T00:13:46.068Z Compiling regex-syntax v0.8.10
13802026-04-15T00:13:46.095Z Compiling aws-lc-rs v1.16.0
13812026-04-15T00:13:46.109Z Compiling vcpkg v0.2.15
13822026-04-15T00:13:46.142Z Compiling tracing-core v0.1.36
13832026-04-15T00:13:46.158Z Compiling crossbeam-utils v0.8.21
13842026-04-15T00:13:46.198Z Compiling rand_core v0.9.5
13852026-04-15T00:13:46.291Z Compiling untrusted v0.7.1
13862026-04-15T00:13:46.327Z Compiling syn v1.0.109
13872026-04-15T00:13:46.359Z Compiling openssl-probe v0.2.1
13882026-04-15T00:13:46.390Z Compiling cmake v0.1.57
13892026-04-15T00:13:46.407Z Compiling schemars v0.8.22
13902026-04-15T00:13:46.433Z Compiling base64 v0.22.1
13912026-04-15T00:13:46.492Z Compiling untrusted v0.9.0
13922026-04-15T00:13:46.496Z Compiling httparse v1.10.1
13932026-04-15T00:13:46.554Z Compiling dyn-clone v1.0.20
13942026-04-15T00:13:46.643Z Compiling rustls v0.23.37
13952026-04-15T00:13:46.647Z Compiling try-lock v0.2.5
13962026-04-15T00:13:46.673Z Compiling tower-service v0.3.3
13972026-04-15T00:13:46.707Z Compiling atomic-waker v1.1.2
13982026-04-15T00:13:46.720Z Compiling tower-layer v0.3.3
13992026-04-15T00:13:46.720Z Compiling tinyvec_macros v0.1.1
14002026-04-15T00:13:46.779Z Compiling want v0.3.1
14012026-04-15T00:13:46.782Z Compiling spin v0.9.8
14022026-04-15T00:13:46.809Z Compiling tinyvec v1.10.0
14032026-04-15T00:13:46.826Z Compiling aho-corasick v1.1.4
14042026-04-15T00:13:46.830Z Compiling foreign-types-shared v0.1.1
14052026-04-15T00:13:46.856Z Compiling num-conv v0.2.0
14062026-04-15T00:13:46.860Z Compiling time-core v0.1.8
14072026-04-15T00:13:46.886Z Compiling openssl v0.10.75
14082026-04-15T00:13:46.916Z Compiling crc32fast v1.5.0
14092026-04-15T00:13:46.938Z Compiling httpdate v1.0.3
14102026-04-15T00:13:46.971Z Compiling pin-utils v0.1.0
14112026-04-15T00:13:47.001Z Compiling powerfmt v0.2.0
14122026-04-15T00:13:47.016Z Compiling foreign-types v0.3.2
14132026-04-15T00:13:47.033Z Compiling time-macros v0.2.27
14142026-04-15T00:13:47.049Z Compiling wait-timeout v0.2.1
14152026-04-15T00:13:47.063Z Compiling either v1.15.0
14162026-04-15T00:13:47.103Z Compiling num_threads v0.1.7
14172026-04-15T00:13:47.142Z Compiling bit-vec v0.8.0
14182026-04-15T00:13:47.181Z Compiling deranged v0.5.8
14192026-04-15T00:13:47.197Z Compiling native-tls v0.2.18
14202026-04-15T00:13:47.230Z Compiling simd-adler32 v0.3.8
14212026-04-15T00:13:47.234Z Compiling siphasher v1.0.2
14222026-04-15T00:13:47.259Z Compiling aws-lc-sys v0.37.1
14232026-04-15T00:13:47.273Z Compiling ring v0.17.14
14242026-04-15T00:13:47.273Z Compiling openssl-sys v0.9.111
14252026-04-15T00:13:47.305Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-04-15T00:13:47.336Z Compiling usdt-impl v0.6.0
14272026-04-15T00:13:47.395Z Compiling quick-error v1.2.3
14282026-04-15T00:13:47.429Z Compiling synstructure v0.13.2
14292026-04-15T00:13:47.452Z Compiling pest_generator v2.8.6
14302026-04-15T00:13:47.560Z Compiling serde_derive_internals v0.29.1
14312026-04-15T00:13:47.575Z Compiling darling_core v0.20.11
14322026-04-15T00:13:47.625Z Compiling tempfile v3.25.0
14332026-04-15T00:13:47.819Z Compiling regex-automata v0.4.14
14342026-04-15T00:13:48.025Z Compiling rusty-fork v0.3.1
14352026-04-15T00:13:48.168Z Compiling darling_core v0.21.3
14362026-04-15T00:13:48.188Z Compiling time v0.3.47
14372026-04-15T00:13:48.218Z Compiling bit-set v0.8.0
14382026-04-15T00:13:48.361Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-04-15T00:13:48.395Z Compiling unicode-normalization v0.1.25
14402026-04-15T00:13:48.461Z Compiling crossbeam-epoch v0.9.18
14412026-04-15T00:13:48.513Z Compiling slog v2.8.2
14422026-04-15T00:13:48.553Z Compiling rand_xorshift v0.4.0
14432026-04-15T00:13:48.601Z Compiling heapless v0.7.17
14442026-04-15T00:13:48.668Z Compiling thread-id v5.1.0
14452026-04-15T00:13:48.718Z Compiling sync_wrapper v1.0.2
14462026-04-15T00:13:48.724Z Compiling cookie v0.18.1
14472026-04-15T00:13:48.768Z Compiling unicode-properties v0.1.4
14482026-04-15T00:13:48.807Z Compiling paste v1.0.15
14492026-04-15T00:13:48.844Z Compiling zstd-safe v7.2.4
14502026-04-15T00:13:48.870Z Compiling unarray v0.1.4
14512026-04-15T00:13:48.890Z Compiling anyhow v1.0.102
14522026-04-15T00:13:48.957Z Compiling rayon-core v1.13.0
14532026-04-15T00:13:48.997Z Compiling unicode-bidi v0.3.18
14542026-04-15T00:13:49.012Z Compiling signal-hook v0.3.18
14552026-04-15T00:13:49.067Z Compiling unicode-segmentation v1.12.0
14562026-04-15T00:13:49.106Z Compiling adler2 v2.0.1
14572026-04-15T00:13:49.231Z Compiling miniz_oxide v0.8.9
14582026-04-15T00:13:49.294Z Compiling serde_derive v1.0.228
14592026-04-15T00:13:49.308Z Compiling zeroize_derive v1.4.3
14602026-04-15T00:13:49.341Z Compiling zerofrom-derive v0.1.6
14612026-04-15T00:13:49.491Z Compiling yoke-derive v0.8.1
14622026-04-15T00:13:49.509Z Compiling zerocopy-derive v0.8.40
14632026-04-15T00:13:49.509Z Compiling zerovec-derive v0.11.2
14642026-04-15T00:13:49.568Z Compiling displaydoc v0.2.5
14652026-04-15T00:13:49.840Z Compiling tokio-macros v2.6.0
14662026-04-15T00:13:49.893Z Compiling futures-macro v0.3.32
14672026-04-15T00:13:49.944Z Compiling der_derive v0.7.3
14682026-04-15T00:13:49.986Z Compiling zeroize v1.8.2
14692026-04-15T00:13:50.359Z Compiling thiserror-impl v2.0.18
14702026-04-15T00:13:50.638Z Compiling rustls-pki-types v1.14.0
14712026-04-15T00:13:50.713Z Compiling tracing-attributes v0.1.31
14722026-04-15T00:13:50.741Z Compiling crypto-common v0.1.7
14732026-04-15T00:13:50.763Z Compiling block-buffer v0.10.4
14742026-04-15T00:13:50.819Z Compiling futures-util v0.3.32
14752026-04-15T00:13:50.841Z Compiling zerofrom v0.1.6
14762026-04-15T00:13:50.844Z Compiling block-padding v0.3.3
14772026-04-15T00:13:50.871Z Compiling scroll_derive v0.13.1
14782026-04-15T00:13:50.917Z Compiling digest v0.10.7
14792026-04-15T00:13:50.961Z Compiling yoke v0.8.1
14802026-04-15T00:13:50.995Z Compiling inout v0.1.4
14812026-04-15T00:13:51.006Z Compiling der v0.7.10
14822026-04-15T00:13:51.038Z Compiling schemars_derive v0.8.22
14832026-04-15T00:13:51.139Z Compiling zerovec v0.11.5
14842026-04-15T00:13:51.169Z Compiling zerotrie v0.2.3
14852026-04-15T00:13:51.184Z Compiling hmac v0.12.1
14862026-04-15T00:13:51.198Z Compiling sha2 v0.10.9
14872026-04-15T00:13:51.359Z Compiling cipher v0.4.4
14882026-04-15T00:13:51.491Z Compiling pbkdf2 v0.12.2
14892026-04-15T00:13:51.628Z Compiling tinystr v0.8.2
14902026-04-15T00:13:51.654Z Compiling potential_utf v0.1.4
14912026-04-15T00:13:51.676Z Compiling salsa20 v0.10.2
14922026-04-15T00:13:51.742Z Compiling aes v0.8.4
14932026-04-15T00:13:51.771Z Compiling thiserror v2.0.18
14942026-04-15T00:13:51.837Z Compiling icu_locale_core v2.1.1
14952026-04-15T00:13:51.841Z Compiling icu_collections v2.1.1
14962026-04-15T00:13:51.853Z Compiling scrypt v0.11.0
14972026-04-15T00:13:51.930Z Compiling spki v0.7.3
14982026-04-15T00:13:52.119Z Compiling cbc v0.1.2
14992026-04-15T00:13:52.134Z Compiling tracing v0.1.44
15002026-04-15T00:13:52.138Z Compiling pest_derive v2.8.6
15012026-04-15T00:13:52.165Z Compiling scroll v0.13.0
15022026-04-15T00:13:52.265Z Compiling pkcs5 v0.7.1
15032026-04-15T00:13:52.292Z Compiling darling_macro v0.20.11
15042026-04-15T00:13:52.344Z Compiling thiserror-impl v1.0.69
15052026-04-15T00:13:52.383Z Compiling openssl-macros v0.1.1
15062026-04-15T00:13:52.421Z Compiling goblin v0.10.5
15072026-04-15T00:13:52.472Z Compiling icu_provider v2.1.1
15082026-04-15T00:13:52.600Z Compiling signature v2.2.0
15092026-04-15T00:13:52.657Z Compiling pkcs8 v0.10.2
15102026-04-15T00:13:52.758Z Compiling icu_normalizer v2.1.1
15112026-04-15T00:13:52.775Z Compiling icu_properties v2.1.2
15122026-04-15T00:13:52.824Z Compiling dtrace-parser v0.3.0
15132026-04-15T00:13:52.829Z Compiling rustls-native-certs v0.8.3
15142026-04-15T00:13:52.857Z Compiling bytes v1.11.1
15152026-04-15T00:13:52.857Z Compiling chrono v0.4.44
15162026-04-15T00:13:52.887Z Compiling ipnet v2.11.0
15172026-04-15T00:13:52.943Z Compiling darling v0.20.11
15182026-04-15T00:13:53.060Z Compiling derive_builder_core v0.20.2
15192026-04-15T00:13:53.156Z Compiling scroll_derive v0.12.1
15202026-04-15T00:13:53.201Z Compiling toml_datetime v0.6.11
15212026-04-15T00:13:53.323Z Compiling serde_spanned v0.6.9
15222026-04-15T00:13:53.421Z Compiling tokio v1.49.0
15232026-04-15T00:13:53.483Z Compiling http v1.4.0
15242026-04-15T00:13:53.486Z Compiling erased-serde v0.3.31
15252026-04-15T00:13:53.512Z Compiling serde_tokenstream v0.2.3
15262026-04-15T00:13:53.607Z Compiling md-5 v0.10.6
15272026-04-15T00:13:53.750Z Compiling idna_adapter v1.2.1
15282026-04-15T00:13:53.787Z Compiling thiserror v1.0.69
15292026-04-15T00:13:53.852Z Compiling webpki-roots v1.0.6
15302026-04-15T00:13:53.867Z Compiling idna v1.1.0
15312026-04-15T00:13:53.899Z Compiling scroll v0.12.0
15322026-04-15T00:13:53.914Z Compiling darling_macro v0.21.3
15332026-04-15T00:13:53.915Z Compiling stringprep v0.1.5
15342026-04-15T00:13:53.949Z Compiling ppv-lite86 v0.2.21
15352026-04-15T00:13:53.990Z Compiling derive_builder_macro v0.20.2
15362026-04-15T00:13:54.005Z Compiling zerocopy-derive v0.7.35
15372026-04-15T00:13:54.134Z Compiling http-body v1.0.1
15382026-04-15T00:13:54.185Z Compiling url v2.5.8
15392026-04-15T00:13:54.300Z Compiling rand_chacha v0.9.0
15402026-04-15T00:13:54.303Z Compiling http-body-util v0.1.3
15412026-04-15T00:13:54.330Z Compiling rand_chacha v0.3.1
15422026-04-15T00:13:54.414Z Compiling crossbeam-deque v0.8.6
15432026-04-15T00:13:54.455Z Compiling num-integer v0.1.46
15442026-04-15T00:13:54.491Z Compiling vergen-lib v0.1.6
15452026-04-15T00:13:54.552Z Compiling rand v0.9.2
15462026-04-15T00:13:54.572Z Compiling curve25519-dalek v4.1.3
15472026-04-15T00:13:54.618Z Compiling ff v0.13.1
15482026-04-15T00:13:54.771Z Compiling hash32 v0.2.1
15492026-04-15T00:13:54.796Z Compiling memoffset v0.9.1
15502026-04-15T00:13:54.905Z Compiling num-bigint-dig v0.8.6
15512026-04-15T00:13:54.931Z Compiling smoltcp v0.9.1
15522026-04-15T00:13:54.984Z Compiling iri-string v0.7.10
15532026-04-15T00:13:55.013Z Compiling fallible-iterator v0.2.0
15542026-04-15T00:13:55.030Z Compiling ref-cast v1.0.25
15552026-04-15T00:13:55.046Z Compiling cfg_aliases v0.2.1
15562026-04-15T00:13:55.064Z Compiling rustix v0.38.44
15572026-04-15T00:13:55.118Z Compiling proptest v1.10.0
15582026-04-15T00:13:55.135Z Compiling base16ct v0.2.0
15592026-04-15T00:13:55.184Z Compiling dof v0.4.0
15602026-04-15T00:13:55.289Z Compiling ryu v1.0.23
15612026-04-15T00:13:55.326Z Compiling litrs v1.0.0
15622026-04-15T00:13:55.345Z Compiling zlib-rs v0.6.2
15632026-04-15T00:13:55.361Z Compiling psl-types v2.0.11
15642026-04-15T00:13:55.443Z Compiling serde_urlencoded v0.7.1
15652026-04-15T00:13:55.488Z Compiling ipnetwork v0.21.1
15662026-04-15T00:13:55.503Z Compiling publicsuffix v2.3.0
15672026-04-15T00:13:55.536Z Compiling postgres-protocol v0.6.10
15682026-04-15T00:13:55.574Z Compiling sec1 v0.7.3
15692026-04-15T00:13:55.709Z Compiling nix v0.31.1
15702026-04-15T00:13:55.801Z Compiling oxnet v0.1.4
15712026-04-15T00:13:55.877Z Compiling document-features v0.2.12
15722026-04-15T00:13:56.041Z Compiling zerocopy v0.7.35
15732026-04-15T00:13:56.056Z Compiling group v0.13.0
15742026-04-15T00:13:56.114Z Compiling num-iter v0.1.45
15752026-04-15T00:13:56.217Z Compiling rand v0.8.5
15762026-04-15T00:13:56.232Z Compiling derive_builder v0.20.2
15772026-04-15T00:13:56.257Z Compiling proc-macro-error v1.0.4
15782026-04-15T00:13:56.264Z Compiling darling v0.21.3
15792026-04-15T00:13:56.384Z Compiling goblin v0.8.2
15802026-04-15T00:13:56.398Z Compiling cargo-platform v0.1.9
15812026-04-15T00:13:56.490Z Compiling hkdf v0.12.4
15822026-04-15T00:13:56.513Z Compiling hubpack_derive v0.1.1
15832026-04-15T00:13:56.516Z Compiling crypto-bigint v0.5.5
15842026-04-15T00:13:56.516Z Compiling regex v1.12.3
15852026-04-15T00:13:56.672Z Compiling heck v0.4.1
15862026-04-15T00:13:56.686Z Compiling strum_macros v0.27.2
15872026-04-15T00:13:56.755Z Compiling ref-cast-impl v1.0.25
15882026-04-15T00:13:56.770Z Compiling curve25519-dalek-derive v0.1.1
15892026-04-15T00:13:56.808Z Compiling async-trait v0.1.89
15902026-04-15T00:13:56.911Z Compiling daft-derive v0.1.5
15912026-04-15T00:13:57.007Z Compiling terminal_size v0.4.3
15922026-04-15T00:13:57.062Z Compiling phf_shared v0.13.1
15932026-04-15T00:13:57.157Z Compiling tokio-util v0.7.18
15942026-04-15T00:13:57.161Z Compiling tower v0.5.3
15952026-04-15T00:13:57.290Z Compiling tokio-native-tls v0.3.1
15962026-04-15T00:13:57.325Z Compiling lazy_static v1.5.0
15972026-04-15T00:13:57.347Z Compiling vergen v9.0.6
15982026-04-15T00:13:57.435Z Compiling newtype-uuid v1.3.2
15992026-04-15T00:13:57.466Z Compiling fs-err v3.3.0
16002026-04-15T00:13:57.482Z Compiling ahash v0.8.12
16012026-04-15T00:13:57.533Z Compiling object v0.37.3
16022026-04-15T00:13:57.619Z Compiling tower-http v0.6.8
16032026-04-15T00:13:57.685Z Compiling libbz2-rs-sys v0.2.2
16042026-04-15T00:13:57.700Z Compiling winnow v0.5.40
16052026-04-15T00:13:57.716Z Compiling foldhash v0.1.5
16062026-04-15T00:13:57.746Z Compiling managed v0.8.0
16072026-04-15T00:13:57.833Z Compiling bumpalo v3.20.2
16082026-04-15T00:13:57.857Z Compiling bitflags v1.3.2
16092026-04-15T00:13:57.874Z Compiling h2 v0.4.13
16102026-04-15T00:13:57.906Z Compiling hashbrown v0.15.5
16112026-04-15T00:13:58.036Z Compiling zopfli v0.8.3
16122026-04-15T00:13:58.103Z Compiling console v0.16.2
16132026-04-15T00:13:58.119Z Compiling bzip2 v0.6.1
16142026-04-15T00:13:58.281Z Compiling flate2 v1.1.9
16152026-04-15T00:13:58.369Z Compiling daft v0.1.5
16162026-04-15T00:13:58.523Z Compiling clap_builder v4.5.60
16172026-04-15T00:13:58.634Z Compiling elliptic-curve v0.13.8
16182026-04-15T00:13:58.684Z Compiling dof v0.3.0
16192026-04-15T00:13:58.732Z Compiling phf v0.13.1
16202026-04-15T00:13:58.755Z Compiling signal-hook-mio v0.2.5
16212026-04-15T00:13:58.770Z Compiling strum v0.27.2
16222026-04-15T00:13:58.797Z Compiling hubpack v0.1.2
16232026-04-15T00:13:58.832Z Compiling zone_cfg_derive v0.3.1
16242026-04-15T00:13:58.886Z Compiling cookie_store v0.22.1
16252026-04-15T00:13:58.930Z Compiling usdt-macro v0.6.0
16262026-04-15T00:13:59.038Z Compiling toml_edit v0.19.15
16272026-04-15T00:13:59.063Z Compiling usdt-attr-macro v0.6.0
16282026-04-15T00:13:59.163Z Compiling cargo_metadata v0.19.2
16292026-04-15T00:13:59.200Z Compiling rayon v1.11.0
16302026-04-15T00:13:59.298Z Compiling serde_with_macros v3.17.0
16312026-04-15T00:13:59.424Z Compiling zstd v0.13.3
16322026-04-15T00:13:59.571Z Compiling postgres-types v0.2.12
16332026-04-15T00:13:59.619Z Compiling bzip2 v0.4.4
16342026-04-15T00:13:59.722Z Compiling dtrace-parser v0.2.0
16352026-04-15T00:13:59.848Z Compiling ed25519 v2.2.3
16362026-04-15T00:13:59.892Z Compiling pkcs1 v0.7.5
16372026-04-15T00:13:59.978Z Compiling serde-big-array v0.5.1
16382026-04-15T00:14:00.142Z Compiling hex v0.4.3
16392026-04-15T00:14:00.176Z Compiling rfc6979 v0.4.0
16402026-04-15T00:14:00.321Z Compiling bstr v1.12.1
16412026-04-15T00:14:00.336Z Compiling strum_macros v0.26.4
16422026-04-15T00:14:00.431Z Compiling serde_repr v0.1.20
16432026-04-15T00:14:00.478Z Compiling clap_derive v4.5.55
16442026-04-15T00:14:00.515Z Compiling enum-as-inner v0.6.1
16452026-04-15T00:14:00.544Z Compiling phf_shared v0.11.3
16462026-04-15T00:14:00.747Z Compiling itertools v0.12.1
16472026-04-15T00:14:00.770Z Compiling float-cmp v0.10.0
16482026-04-15T00:14:00.860Z Compiling thread-id v4.2.2
16492026-04-15T00:14:00.950Z Compiling hyper v1.8.1
16502026-04-15T00:14:00.977Z Compiling memmap2 v0.9.10
16512026-04-15T00:14:00.999Z Compiling env_filter v1.0.0
16522026-04-15T00:14:01.015Z Compiling encoding_rs v0.8.35
16532026-04-15T00:14:01.038Z Compiling new_debug_unreachable v1.0.6
16542026-04-15T00:14:01.058Z Compiling predicates-core v1.0.10
16552026-04-15T00:14:01.126Z Compiling normalize-line-endings v0.3.0
16562026-04-15T00:14:01.211Z Compiling rustc-hash v2.1.1
16572026-04-15T00:14:01.238Z Compiling keccak v0.1.6
16582026-04-15T00:14:01.262Z Compiling difflib v0.4.0
16592026-04-15T00:14:01.320Z Compiling unit-prefix v0.5.2
16602026-04-15T00:14:01.355Z Compiling mime v0.3.17
16612026-04-15T00:14:01.485Z Compiling whoami v2.1.0
16622026-04-15T00:14:01.561Z Compiling jiff v0.2.21
16632026-04-15T00:14:01.587Z Compiling static_assertions v1.1.0
16642026-04-15T00:14:01.641Z Compiling precomputed-hash v0.1.1
16652026-04-15T00:14:01.675Z Compiling fixedbitset v0.4.2
16662026-04-15T00:14:01.706Z Compiling data-encoding v2.10.0
16672026-04-15T00:14:01.745Z Compiling fixedbitset v0.5.7
16682026-04-15T00:14:01.858Z Compiling toml_edit v0.22.27
16692026-04-15T00:14:01.892Z Compiling zone v0.3.1
16702026-04-15T00:14:01.920Z Compiling petgraph v0.6.5
16712026-04-15T00:14:01.941Z Compiling string_cache v0.8.9
16722026-04-15T00:14:01.983Z Compiling petgraph v0.8.3
16732026-04-15T00:14:02.079Z Compiling hyper-util v0.1.20
16742026-04-15T00:14:02.091Z Compiling hickory-proto v0.25.2
16752026-04-15T00:14:02.154Z Compiling strum v0.26.3
16762026-04-15T00:14:02.187Z Compiling tokio-postgres v0.7.16
16772026-04-15T00:14:02.291Z Compiling clap v4.5.60
16782026-04-15T00:14:02.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-04-15T00:14:02.388Z Compiling predicates v3.1.4
16802026-04-15T00:14:02.417Z Compiling indicatif v0.18.4
16812026-04-15T00:14:02.612Z Compiling sha3 v0.10.8
16822026-04-15T00:14:02.628Z Compiling iddqd v0.3.17
16832026-04-15T00:14:02.632Z Compiling env_logger v0.11.9
16842026-04-15T00:14:03.024Z Compiling usdt v0.6.0
16852026-04-15T00:14:03.104Z Compiling usdt-impl v0.5.0
16862026-04-15T00:14:03.120Z Compiling similar v2.7.0
16872026-04-15T00:14:03.317Z Compiling crossterm v0.28.1
16882026-04-15T00:14:03.359Z Compiling serde_with v3.17.0
16892026-04-15T00:14:03.480Z Compiling hyper-tls v0.6.0
16902026-04-15T00:14:03.711Z Compiling toml v0.7.8
16912026-04-15T00:14:03.743Z Compiling ecdsa v0.16.9
16922026-04-15T00:14:03.800Z Compiling rsa v0.9.10
16932026-04-15T00:14:03.879Z Compiling ed25519-dalek v2.2.0
16942026-04-15T00:14:04.023Z Compiling zip v0.6.6
16952026-04-15T00:14:04.347Z Compiling zip v4.6.1
16962026-04-15T00:14:04.561Z Compiling tokio-stream v0.1.18
16972026-04-15T00:14:04.639Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-04-15T00:14:04.656Z Compiling buf-list v1.1.2
16992026-04-15T00:14:04.673Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-04-15T00:14:04.710Z Compiling openapiv3 v2.2.0
17012026-04-15T00:14:04.861Z Compiling x509-cert v0.2.5
17022026-04-15T00:14:04.965Z Compiling sha1 v0.10.6
17032026-04-15T00:14:05.002Z Compiling itertools v0.13.0
17042026-04-15T00:14:05.055Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-04-15T00:14:05.145Z Compiling lalrpop-util v0.19.12
17062026-04-15T00:14:05.173Z Compiling peg-runtime v0.8.5
17072026-04-15T00:14:05.211Z Compiling thread_local v1.1.9
17082026-04-15T00:14:05.289Z Compiling slog-async v2.8.0
17092026-04-15T00:14:05.329Z Compiling futures-executor v0.3.32
17102026-04-15T00:14:05.356Z Compiling crossbeam-channel v0.5.15
17112026-04-15T00:14:05.372Z Compiling is-terminal v0.4.17
17122026-04-15T00:14:05.473Z Compiling filetime v0.2.27
17132026-04-15T00:14:05.488Z Compiling take_mut v0.2.2
17142026-04-15T00:14:05.504Z Compiling xattr v1.6.1
17152026-04-15T00:14:05.608Z Compiling term v1.2.1
17162026-04-15T00:14:05.625Z Compiling tar v0.4.45
17172026-04-15T00:14:05.629Z Compiling futures v0.3.32
17182026-04-15T00:14:05.932Z Compiling slog-term v2.9.2
17192026-04-15T00:14:20.880Z Compiling rustls-webpki v0.103.9
17202026-04-15T00:14:23.666Z Compiling tokio-rustls v0.26.4
17212026-04-15T00:14:23.666Z Compiling rustls-platform-verifier v0.6.2
17222026-04-15T00:14:23.868Z Compiling hyper-rustls v0.27.7
17232026-04-15T00:14:24.062Z Compiling reqwest v0.12.28
17242026-04-15T00:14:24.062Z Compiling reqwest v0.13.2
17252026-04-15T00:14:26.044Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-04-15T00:14:26.280Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-04-15T00:14:29.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.19s
17282026-04-15T00:14:29.195Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-04-15T00:14:29.254ZApr 15 00:14:28.864 INFO Starting download, target: Cockroach
17302026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Starting download, target: Clickhouse
17312026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Starting download, target: Console
17322026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Starting download, target: DendriteStub
17332026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Starting download, target: MaghemiteMgd
17342026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Starting download, target: TransceiverControl
17352026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-04-15T00:14:29.254ZApr 15 00:14:28.865 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-04-15T00:14:29.784ZApr 15 00:14:29.392 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-04-15T00:14:29.989ZApr 15 00:14:29.605 INFO Download complete, target: TransceiverControl
17432026-04-15T00:14:30.267ZApr 15 00:14:29.883 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-04-15T00:14:30.505ZApr 15 00:14:30.120 INFO Download complete, target: Console
17452026-04-15T00:14:31.281ZApr 15 00:14:30.896 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-04-15T00:14:31.298ZApr 15 00:14:30.914 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-04-15T00:14:31.849ZApr 15 00:14:31.465 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-04-15T00:14:31.849ZApr 15 00:14:31.465 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-04-15T00:14:32.314ZApr 15 00:14:31.930 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-04-15T00:14:33.855ZApr 15 00:14:33.470 INFO Download complete, target: DendriteStub
17512026-04-15T00:14:33.855ZApr 15 00:14:33.470 INFO Download complete, target: MaghemiteMgd
17522026-04-15T00:14:36.575ZApr 15 00:14:36.189 INFO Checking that binary works, target: Cockroach
17532026-04-15T00:14:36.701ZApr 15 00:14:36.317 INFO Download complete, target: Cockroach
17542026-04-15T00:14:39.101ZApr 15 00:14:38.716 INFO Checking that binary works, target: Clickhouse
17552026-04-15T00:14:39.294ZApr 15 00:14:38.908 INFO Download complete, target: Clickhouse
17562026-04-15T00:14:39.300ZAll prerequisites installed successfully
17572026-04-15T00:14:39.304Z
17582026-04-15T00:14:39.304Zreal 2:51.532275195
17592026-04-15T00:14:39.304Zuser 7:18.259383319
17602026-04-15T00:14:39.304Zsys 1:44.366274027
17612026-04-15T00:14:39.304Ztrap 0.239633150
17622026-04-15T00:14:39.304Ztflt 3.024409034
17632026-04-15T00:14:39.304Zdflt 4.822279579
17642026-04-15T00:14:39.304Zkflt 0.107353275
17652026-04-15T00:14:39.304Zlock 22:51.494189096
17662026-04-15T00:14:39.304Zslp 20:21.555423083
17672026-04-15T00:14:39.304Zlat 23.335599790
17682026-04-15T00:14:39.304Zstop 2:57.310509115
17692026-04-15T00:14:39.304Z+ ptime -m cargo xtask download softnpu
17702026-04-15T00:14:39.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17712026-04-15T00:14:39.850Z Running `target/debug/xtask download softnpu`
17722026-04-15T00:14:40.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17732026-04-15T00:14:40.691Z Running `target/debug/xtask-downloader softnpu`
17742026-04-15T00:14:40.732ZApr 15 00:14:40.346 INFO Starting download, target: Softnpu
17752026-04-15T00:14:40.735ZApr 15 00:14:40.346 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-04-15T00:14:41.413ZApr 15 00:14:41.019 INFO Download complete, target: Softnpu
17772026-04-15T00:14:41.422Z
17782026-04-15T00:14:41.422Zreal 2.101934397
17792026-04-15T00:14:41.422Zuser 1.296211991
17802026-04-15T00:14:41.422Zsys 0.639901868
17812026-04-15T00:14:41.422Ztrap 0.000810690
17822026-04-15T00:14:41.422Ztflt 0.000135602
17832026-04-15T00:14:41.422Zdflt 0.000075677
17842026-04-15T00:14:41.422Zkflt 0.000000000
17852026-04-15T00:14:41.423Zlock 12.713592475
17862026-04-15T00:14:41.423Zslp 0.482186723
17872026-04-15T00:14:41.423Zlat 0.079517312
17882026-04-15T00:14:41.423Zstop 0.000285744
17892026-04-15T00:14:41.423Z+ export CARGO_INCREMENTAL=0
17902026-04-15T00:14:41.423Z+ CARGO_INCREMENTAL=0
17912026-04-15T00:14:41.423Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-04-15T00:14:42.300Z Compiling proc-macro2 v1.0.106
17932026-04-15T00:14:42.300Z Compiling quote v1.0.44
17942026-04-15T00:14:42.300Z Compiling unicode-ident v1.0.24
17952026-04-15T00:14:42.309Z Compiling libc v0.2.180
17962026-04-15T00:14:42.309Z Compiling serde_core v1.0.228
17972026-04-15T00:14:42.309Z Compiling serde v1.0.228
17982026-04-15T00:14:42.309Z Compiling cfg-if v1.0.4
17992026-04-15T00:14:42.309Z Compiling version_check v0.9.5
18002026-04-15T00:14:42.310Z Compiling find-msvc-tools v0.1.9
18012026-04-15T00:14:42.310Z Compiling shlex v1.3.0
18022026-04-15T00:14:42.310Z Compiling typenum v1.19.0
18032026-04-15T00:14:42.310Z Compiling autocfg v1.5.0
18042026-04-15T00:14:42.310Z Compiling zmij v1.0.21
18052026-04-15T00:14:42.310Z Compiling portable-atomic v1.13.1
18062026-04-15T00:14:42.310Z Compiling serde_json v1.0.149
18072026-04-15T00:14:42.628Z Compiling memchr v2.8.0
18082026-04-15T00:14:42.694Z Compiling zerocopy v0.8.40
18092026-04-15T00:14:42.767Z Compiling libm v0.2.16
18102026-04-15T00:14:42.866Z Compiling generic-array v0.14.7
18112026-04-15T00:14:42.882Z Compiling smallvec v1.15.1
18122026-04-15T00:14:42.912Z Compiling parking_lot_core v0.9.12
18132026-04-15T00:14:43.002Z Compiling num-traits v0.2.19
18142026-04-15T00:14:43.034Z Compiling icu_normalizer_data v2.1.1
18152026-04-15T00:14:43.037Z Compiling icu_properties_data v2.1.2
18162026-04-15T00:14:43.068Z Compiling itoa v1.0.17
18172026-04-15T00:14:43.071Z Compiling getrandom v0.4.1
18182026-04-15T00:14:43.100Z Compiling log v0.4.29
18192026-04-15T00:14:43.164Z Compiling stable_deref_trait v1.2.1
18202026-04-15T00:14:43.164Z Compiling pkg-config v0.3.32
18212026-04-15T00:14:43.241Z Compiling subtle v2.6.1
18222026-04-15T00:14:43.380Z Compiling scopeguard v1.2.0
18232026-04-15T00:14:43.429Z Compiling jobserver v0.1.34
18242026-04-15T00:14:43.432Z Compiling getrandom v0.2.17
18252026-04-15T00:14:43.441Z Compiling errno v0.3.14
18262026-04-15T00:14:43.517Z Compiling lock_api v0.4.14
18272026-04-15T00:14:43.650Z Compiling cc v1.2.56
18282026-04-15T00:14:43.666Z Compiling rand_core v0.6.4
18292026-04-15T00:14:43.736Z Compiling writeable v0.6.2
18302026-04-15T00:14:43.764Z Compiling litemap v0.8.1
18312026-04-15T00:14:43.780Z Compiling percent-encoding v2.3.2
18322026-04-15T00:14:43.784Z Compiling fnv v1.0.7
18332026-04-15T00:14:43.812Z Compiling thiserror v2.0.18
18342026-04-15T00:14:43.844Z Compiling syn v2.0.117
18352026-04-15T00:14:43.952Z Compiling pin-project-lite v0.2.17
18362026-04-15T00:14:43.983Z Compiling getrandom v0.3.4
18372026-04-15T00:14:44.099Z Compiling critical-section v1.2.0
18382026-04-15T00:14:44.102Z Compiling equivalent v1.0.2
18392026-04-15T00:14:44.116Z Compiling allocator-api2 v0.2.21
18402026-04-15T00:14:44.193Z Compiling rustversion v1.0.22
18412026-04-15T00:14:44.197Z Compiling schemars v0.8.22
18422026-04-15T00:14:44.246Z Compiling fs_extra v1.3.0
18432026-04-15T00:14:44.254Z Compiling utf8_iter v1.0.4
18442026-04-15T00:14:44.277Z Compiling dunce v1.0.5
18452026-04-15T00:14:44.388Z Compiling cmake v0.1.57
18462026-04-15T00:14:44.425Z Compiling foldhash v0.2.0
18472026-04-15T00:14:44.451Z Compiling rand_core v0.10.0
18482026-04-15T00:14:44.455Z Compiling form_urlencoded v1.2.2
18492026-04-15T00:14:44.493Z Compiling once_cell v1.21.3
18502026-04-15T00:14:44.610Z Compiling hashbrown v0.16.1
18512026-04-15T00:14:44.631Z Compiling semver v1.0.27
18522026-04-15T00:14:44.760Z Compiling const-oid v0.9.6
18532026-04-15T00:14:44.829Z Compiling bitflags v2.11.0
18542026-04-15T00:14:44.846Z Compiling signal-hook-registry v1.4.8
18552026-04-15T00:14:44.978Z Compiling ring v0.17.14
18562026-04-15T00:14:44.982Z Compiling aws-lc-sys v0.37.1
18572026-04-15T00:14:44.996Z Compiling rustix v1.1.3
18582026-04-15T00:14:45.030Z Compiling parking_lot v0.12.5
18592026-04-15T00:14:45.106Z Compiling socket2 v0.6.2
18602026-04-15T00:14:45.206Z Compiling indexmap v2.13.0
18612026-04-15T00:14:45.222Z Compiling mio v1.1.1
18622026-04-15T00:14:45.241Z Compiling aws-lc-rs v1.16.0
18632026-04-15T00:14:45.258Z Compiling thiserror v1.0.69
18642026-04-15T00:14:45.307Z Compiling futures-core v0.3.32
18652026-04-15T00:14:45.343Z Compiling strsim v0.11.1
18662026-04-15T00:14:45.493Z Compiling syn v1.0.109
18672026-04-15T00:14:45.537Z Compiling httparse v1.10.1
18682026-04-15T00:14:45.561Z Compiling byteorder v1.5.0
18692026-04-15T00:14:45.634Z Compiling ucd-trie v0.1.7
18702026-04-15T00:14:45.771Z Compiling heck v0.5.0
18712026-04-15T00:14:45.785Z Compiling iana-time-zone v0.1.65
18722026-04-15T00:14:45.805Z Compiling pest v2.8.6
18732026-04-15T00:14:45.860Z Compiling vcpkg v0.2.15
18742026-04-15T00:14:45.876Z Compiling ident_case v1.0.1
18752026-04-15T00:14:45.908Z Compiling uuid v1.21.0
18762026-04-15T00:14:45.940Z Compiling cpufeatures v0.2.17
18772026-04-15T00:14:46.072Z Compiling crossbeam-utils v0.8.21
18782026-04-15T00:14:46.134Z Compiling regex-syntax v0.8.10
18792026-04-15T00:14:46.218Z Compiling rustc_version v0.4.1
18802026-04-15T00:14:46.313Z Compiling rustls v0.23.37
18812026-04-15T00:14:46.395Z Compiling futures-sink v0.3.32
18822026-04-15T00:14:46.456Z Compiling slab v0.4.12
18832026-04-15T00:14:46.472Z Compiling futures-io v0.3.32
18842026-04-15T00:14:46.476Z Compiling openssl-sys v0.9.111
18852026-04-15T00:14:46.510Z Compiling futures-channel v0.3.32
18862026-04-15T00:14:46.542Z Compiling futures-task v0.3.32
18872026-04-15T00:14:46.650Z Compiling synstructure v0.13.2
18882026-04-15T00:14:46.668Z Compiling serde_derive_internals v0.29.1
18892026-04-15T00:14:46.688Z Compiling dyn-clone v1.0.20
18902026-04-15T00:14:46.705Z Compiling plain v0.2.3
18912026-04-15T00:14:46.742Z Compiling aho-corasick v1.1.4
18922026-04-15T00:14:46.790Z Compiling num-conv v0.2.0
18932026-04-15T00:14:46.858Z Compiling time-core v0.1.8
18942026-04-15T00:14:46.914Z Compiling pest_meta v2.8.6
18952026-04-15T00:14:47.054Z Compiling time-macros v0.2.27
18962026-04-15T00:14:47.199Z Compiling openssl v0.10.75
18972026-04-15T00:14:47.216Z Compiling pretty-hex v0.4.1
18982026-04-15T00:14:47.284Z Compiling base64 v0.22.1
18992026-04-15T00:14:47.425Z Compiling either v1.15.0
19002026-04-15T00:14:47.453Z Compiling anyhow v1.0.102
19012026-04-15T00:14:47.468Z Compiling base64ct v1.8.3
19022026-04-15T00:14:47.493Z Compiling crc32fast v1.5.0
19032026-04-15T00:14:47.555Z Compiling pest_generator v2.8.6
19042026-04-15T00:14:47.578Z Compiling darling_core v0.21.3
19052026-04-15T00:14:47.633Z Compiling regex-automata v0.4.14
19062026-04-15T00:14:47.650Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19072026-04-15T00:14:47.772Z Compiling pem-rfc7468 v0.7.0
19082026-04-15T00:14:47.772Z Compiling flagset v0.4.7
19092026-04-15T00:14:47.802Z Compiling native-tls v0.2.18
19102026-04-15T00:14:47.806Z Compiling rand_core v0.9.5
19112026-04-15T00:14:47.911Z Compiling serde_derive v1.0.228
19122026-04-15T00:14:47.931Z Compiling zeroize_derive v1.4.3
19132026-04-15T00:14:48.036Z Compiling zerofrom-derive v0.1.6
19142026-04-15T00:14:48.055Z Compiling yoke-derive v0.8.1
19152026-04-15T00:14:48.059Z Compiling zerovec-derive v0.11.2
19162026-04-15T00:14:48.059Z Compiling displaydoc v0.2.5
19172026-04-15T00:14:48.059Z Compiling zerocopy-derive v0.8.40
19182026-04-15T00:14:48.172Z Compiling tokio-macros v2.6.0
19192026-04-15T00:14:48.195Z Compiling futures-macro v0.3.32
19202026-04-15T00:14:48.210Z Compiling thiserror-impl v2.0.18
19212026-04-15T00:14:48.246Z Compiling schemars_derive v0.8.22
19222026-04-15T00:14:48.533Z Compiling zeroize v1.8.2
19232026-04-15T00:14:48.853Z Compiling tracing-attributes v0.1.31
19242026-04-15T00:14:48.974Z Compiling der_derive v0.7.3
19252026-04-15T00:14:48.994Z Compiling thiserror-impl v1.0.69
19262026-04-15T00:14:49.142Z Compiling pest_derive v2.8.6
19272026-04-15T00:14:49.158Z Compiling zerofrom v0.1.6
19282026-04-15T00:14:49.312Z Compiling yoke v0.8.1
19292026-04-15T00:14:49.341Z Compiling crypto-common v0.1.7
19302026-04-15T00:14:49.394Z Compiling block-buffer v0.10.4
19312026-04-15T00:14:49.511Z Compiling zerovec v0.11.5
19322026-04-15T00:14:49.515Z Compiling zerotrie v0.2.3
19332026-04-15T00:14:49.577Z Compiling digest v0.10.7
19342026-04-15T00:14:49.594Z Compiling futures-util v0.3.32
19352026-04-15T00:14:49.842Z Compiling block-padding v0.3.3
19362026-04-15T00:14:49.926Z Compiling hmac v0.12.1
19372026-04-15T00:14:49.973Z Compiling inout v0.1.4
19382026-04-15T00:14:50.002Z Compiling sha2 v0.10.9
19392026-04-15T00:14:50.055Z Compiling tinystr v0.8.2
19402026-04-15T00:14:50.088Z Compiling potential_utf v0.1.4
19412026-04-15T00:14:50.103Z Compiling cipher v0.4.4
19422026-04-15T00:14:50.118Z Compiling rustls-pki-types v1.14.0
19432026-04-15T00:14:50.141Z Compiling scroll_derive v0.13.1
19442026-04-15T00:14:50.252Z Compiling icu_locale_core v2.1.1
19452026-04-15T00:14:50.283Z Compiling icu_collections v2.1.1
19462026-04-15T00:14:50.354Z Compiling scroll_derive v0.12.1
19472026-04-15T00:14:50.923Z Compiling openssl-macros v0.1.1
19482026-04-15T00:14:50.959Z Compiling icu_provider v2.1.1
19492026-04-15T00:14:51.020Z Compiling bytes v1.11.1
19502026-04-15T00:14:51.075Z Compiling chrono v0.4.44
19512026-04-15T00:14:51.099Z Compiling serde_tokenstream v0.2.3
19522026-04-15T00:14:51.187Z Compiling der v0.7.10
19532026-04-15T00:14:51.309Z Compiling icu_normalizer v2.1.1
19542026-04-15T00:14:51.354Z Compiling icu_properties v2.1.2
19552026-04-15T00:14:51.437Z Compiling regex v1.12.3
19562026-04-15T00:14:51.657Z Compiling tokio v1.49.0
19572026-04-15T00:14:51.914Z Compiling http v1.4.0
19582026-04-15T00:14:51.967Z Compiling darling_macro v0.21.3
19592026-04-15T00:14:52.317Z Compiling idna_adapter v1.2.1
19602026-04-15T00:14:52.373Z Compiling ppv-lite86 v0.2.21
19612026-04-15T00:14:52.477Z Compiling idna v1.1.0
19622026-04-15T00:14:52.513Z Compiling zerocopy-derive v0.7.35
19632026-04-15T00:14:52.546Z Compiling slog v2.8.2
19642026-04-15T00:14:52.688Z Compiling tracing-core v0.1.36
19652026-04-15T00:14:52.750Z Compiling untrusted v0.9.0
19662026-04-15T00:14:52.783Z Compiling rayon-core v1.13.0
19672026-04-15T00:14:52.852Z Compiling url v2.5.8
19682026-04-15T00:14:52.988Z Compiling darling v0.21.3
19692026-04-15T00:14:53.053Z Compiling spki v0.7.3
19702026-04-15T00:14:53.084Z Compiling tracing v0.1.44
19712026-04-15T00:14:53.159Z Compiling salsa20 v0.10.2
19722026-04-15T00:14:53.279Z Compiling pbkdf2 v0.12.2
19732026-04-15T00:14:53.711Z Compiling cookie v0.18.1
19742026-04-15T00:14:53.762Z Compiling camino v1.2.2
19752026-04-15T00:14:53.952Z Compiling scrypt v0.11.0
19762026-04-15T00:14:53.972Z Compiling rand_chacha v0.9.0
19772026-04-15T00:14:54.059Z Compiling cbc v0.1.2
19782026-04-15T00:14:54.076Z Compiling aes v0.8.4
19792026-04-15T00:14:54.562Z Compiling usdt-impl v0.5.0
19802026-04-15T00:14:54.580Z Compiling winnow v0.7.14
19812026-04-15T00:14:54.596Z Compiling ref-cast v1.0.25
19822026-04-15T00:14:54.614Z Compiling usdt-impl v0.6.0
19832026-04-15T00:14:54.637Z Compiling paste v1.0.15
19842026-04-15T00:14:54.845Z Compiling pkcs5 v0.7.1
19852026-04-15T00:14:54.965Z Compiling rand v0.9.2
19862026-04-15T00:14:55.001Z Compiling http-body v1.0.1
19872026-04-15T00:14:55.205Z Compiling serde_spanned v0.6.9
19882026-04-15T00:14:55.306Z Compiling toml_datetime v0.6.11
19892026-04-15T00:14:55.322Z Compiling scroll v0.12.0
19902026-04-15T00:14:55.356Z Compiling scroll v0.13.0
19912026-04-15T00:14:55.387Z Compiling heapless v0.7.17
19922026-04-15T00:14:55.484Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-04-15T00:14:55.534Z Compiling untrusted v0.7.1
19942026-04-15T00:14:55.563Z Compiling tokio-util v0.7.18
19952026-04-15T00:14:55.635Z Compiling signal-hook v0.3.18
19962026-04-15T00:14:55.651Z Compiling openssl-probe v0.2.1
19972026-04-15T00:14:55.673Z Compiling atomic-waker v1.1.2
19982026-04-15T00:14:55.754Z Compiling zstd-safe v7.2.4
19992026-04-15T00:14:55.870Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-04-15T00:14:55.964Z Compiling goblin v0.10.5
20012026-04-15T00:14:55.979Z Compiling goblin v0.8.2
20022026-04-15T00:14:56.153Z Compiling pkcs8 v0.10.2
20032026-04-15T00:14:56.481Z Compiling zerocopy v0.7.35
20042026-04-15T00:14:56.528Z Compiling ref-cast-impl v1.0.25
20052026-04-15T00:14:56.553Z Compiling darling_core v0.20.11
20062026-04-15T00:14:56.659Z Compiling curve25519-dalek v4.1.3
20072026-04-15T00:14:56.941Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-04-15T00:14:56.984Z Compiling memoffset v0.9.1
20092026-04-15T00:14:57.008Z Compiling tower-service v0.3.3
20102026-04-15T00:14:57.127Z Compiling tower-layer v0.3.3
20112026-04-15T00:14:57.205Z Compiling winnow v0.5.40
20122026-04-15T00:14:57.301Z Compiling rustix v0.38.44
20132026-04-15T00:14:57.370Z Compiling fastrand v2.3.0
20142026-04-15T00:14:57.633Z Compiling try-lock v0.2.5
20152026-04-15T00:14:57.762Z Compiling tinyvec_macros v0.1.1
20162026-04-15T00:14:57.777Z Compiling litrs v1.0.0
20172026-04-15T00:14:57.861Z Compiling tinyvec v1.10.0
20182026-04-15T00:14:57.912Z Compiling want v0.3.1
20192026-04-15T00:14:57.981Z Compiling h2 v0.4.13
20202026-04-15T00:14:58.218Z Compiling dof v0.3.0
20212026-04-15T00:14:58.236Z Compiling document-features v0.2.12
20222026-04-15T00:14:58.521Z Compiling darling_macro v0.20.11
20232026-04-15T00:14:58.609Z Compiling toml_edit v0.19.15
20242026-04-15T00:14:58.711Z Compiling dof v0.4.0
20252026-04-15T00:14:58.844Z Compiling dtrace-parser v0.2.0
20262026-04-15T00:14:58.946Z Compiling dtrace-parser v0.3.0
20272026-04-15T00:14:59.083Z Compiling ipnet v2.11.0
20282026-04-15T00:14:59.337Z Compiling async-trait v0.1.89
20292026-04-15T00:14:59.353Z Compiling daft-derive v0.1.5
20302026-04-15T00:14:59.481Z Compiling spin v0.9.8
20312026-04-15T00:14:59.534Z Compiling thread-id v5.1.0
20322026-04-15T00:14:59.550Z Compiling thread-id v4.2.2
20332026-04-15T00:14:59.635Z Compiling proc-macro-error-attr v1.0.4
20342026-04-15T00:14:59.653Z Compiling smoltcp v0.9.1
20352026-04-15T00:14:59.688Z Compiling powerfmt v0.2.0
20362026-04-15T00:14:59.705Z Compiling num-bigint-dig v0.8.6
20372026-04-15T00:14:59.747Z Compiling foreign-types-shared v0.1.1
20382026-04-15T00:14:59.854Z Compiling pin-utils v0.1.0
20392026-04-15T00:14:59.871Z Compiling cfg_aliases v0.2.1
20402026-04-15T00:14:59.897Z Compiling httpdate v1.0.3
20412026-04-15T00:14:59.974Z Compiling nix v0.31.1
20422026-04-15T00:15:00.010Z Compiling deranged v0.5.8
20432026-04-15T00:15:00.030Z Compiling foreign-types v0.3.2
20442026-04-15T00:15:00.185Z Compiling tempfile v3.25.0
20452026-04-15T00:15:00.338Z Compiling darling v0.20.11
20462026-04-15T00:15:00.555Z Compiling ipnetwork v0.21.1
20472026-04-15T00:15:00.715Z Compiling curve25519-dalek-derive v0.1.1
20482026-04-15T00:15:00.747Z Compiling strum_macros v0.26.4
20492026-04-15T00:15:00.926Z Compiling hyper v1.8.1
20502026-04-15T00:15:00.996Z Compiling wait-timeout v0.2.1
20512026-04-15T00:15:01.045Z Compiling proc-macro-error v1.0.4
20522026-04-15T00:15:01.174Z Compiling num_threads v0.1.7
20532026-04-15T00:15:01.269Z Compiling quick-error v1.2.3
20542026-04-15T00:15:01.286Z Compiling siphasher v1.0.2
20552026-04-15T00:15:01.303Z Compiling simd-adler32 v0.3.8
20562026-04-15T00:15:01.341Z Compiling utf8parse v0.2.2
20572026-04-15T00:15:01.398Z Compiling unicode-segmentation v1.12.0
20582026-04-15T00:15:01.651Z Compiling bit-vec v0.8.0
20592026-04-15T00:15:01.655Z Compiling anstyle v1.0.13
20602026-04-15T00:15:01.771Z Compiling time v0.3.47
20612026-04-15T00:15:01.905Z Compiling bit-set v0.8.0
20622026-04-15T00:15:01.905Z Compiling anstyle-parse v0.2.7
20632026-04-15T00:15:02.085Z Compiling hyper-util v0.1.20
20642026-04-15T00:15:02.114Z Compiling rusty-fork v0.3.1
20652026-04-15T00:15:02.432Z Compiling crossbeam-epoch v0.9.18
20662026-04-15T00:15:02.613Z Compiling derive_builder_core v0.20.2
20672026-04-15T00:15:02.792Z Compiling unicode-normalization v0.1.25
20682026-04-15T00:15:03.275Z Compiling rustls-native-certs v0.8.3
20692026-04-15T00:15:03.402Z Compiling signature v2.2.0
20702026-04-15T00:15:03.438Z Compiling hubpack_derive v0.1.1
20712026-04-15T00:15:03.539Z Compiling rand_xorshift v0.4.0
20722026-04-15T00:15:03.613Z Compiling strum_macros v0.27.2
20732026-04-15T00:15:03.699Z Compiling sync_wrapper v1.0.2
20742026-04-15T00:15:03.759Z Compiling fs-err v3.3.0
20752026-04-15T00:15:03.823Z Compiling ahash v0.8.12
20762026-04-15T00:15:03.874Z Compiling unarray v0.1.4
20772026-04-15T00:15:03.899Z Compiling unicode-properties v0.1.4
20782026-04-15T00:15:03.974Z Compiling colorchoice v1.0.4
20792026-04-15T00:15:03.993Z Compiling object v0.37.3
20802026-04-15T00:15:03.993Z Compiling unicode-bidi v0.3.18
20812026-04-15T00:15:04.025Z Compiling is_terminal_polyfill v1.70.2
20822026-04-15T00:15:04.048Z Compiling anstyle-query v1.1.5
20832026-04-15T00:15:04.109Z Compiling adler2 v2.0.1
20842026-04-15T00:15:04.141Z Compiling anstream v0.6.21
20852026-04-15T00:15:04.176Z Compiling proptest v1.10.0
20862026-04-15T00:15:04.254Z Compiling miniz_oxide v0.8.9
20872026-04-15T00:15:04.443Z Compiling stringprep v0.1.5
20882026-04-15T00:15:04.665Z Compiling tower v0.5.3
20892026-04-15T00:15:04.797Z Compiling derive_builder_macro v0.20.2
20902026-04-15T00:15:04.830Z Compiling crossbeam-deque v0.8.6
20912026-04-15T00:15:05.052Z Compiling heck v0.4.1
20922026-04-15T00:15:05.099Z Compiling usdt-attr-macro v0.6.0
20932026-04-15T00:15:05.120Z Compiling usdt-macro v0.6.0
20942026-04-15T00:15:05.422Z Compiling http-body-util v0.1.3
20952026-04-15T00:15:05.609Z Compiling webpki-roots v1.0.6
20962026-04-15T00:15:05.812Z Compiling rand_chacha v0.3.1
20972026-04-15T00:15:05.830Z Compiling erased-serde v0.3.31
20982026-04-15T00:15:05.833Z Compiling md-5 v0.10.6
20992026-04-15T00:15:05.945Z Compiling num-integer v0.1.46
21002026-04-15T00:15:06.008Z Compiling hash32 v0.2.1
21012026-04-15T00:15:06.081Z Compiling vergen-lib v0.1.6
21022026-04-15T00:15:06.098Z Compiling ff v0.13.1
21032026-04-15T00:15:06.150Z Compiling iri-string v0.7.10
21042026-04-15T00:15:06.195Z Compiling zlib-rs v0.6.2
21052026-04-15T00:15:06.240Z Compiling base16ct v0.2.0
21062026-04-15T00:15:06.256Z Compiling fallible-iterator v0.2.0
21072026-04-15T00:15:06.272Z Compiling ryu v1.0.23
21082026-04-15T00:15:06.326Z Compiling psl-types v2.0.11
21092026-04-15T00:15:06.397Z Compiling sec1 v0.7.3
21102026-04-15T00:15:06.431Z Compiling serde_urlencoded v0.7.1
21112026-04-15T00:15:06.485Z Compiling publicsuffix v2.3.0
21122026-04-15T00:15:06.513Z Compiling group v0.13.0
21132026-04-15T00:15:06.581Z Compiling postgres-protocol v0.6.10
21142026-04-15T00:15:06.625Z Compiling num-iter v0.1.45
21152026-04-15T00:15:06.662Z Compiling newtype-uuid v1.3.2
21162026-04-15T00:15:06.761Z Compiling rand v0.8.5
21172026-04-15T00:15:07.059Z Compiling oxnet v0.1.4
21182026-04-15T00:15:07.127Z Compiling derive_builder v0.20.2
21192026-04-15T00:15:07.147Z Compiling zone_cfg_derive v0.3.1
21202026-04-15T00:15:07.150Z Compiling tokio-native-tls v0.3.1
21212026-04-15T00:15:07.273Z Compiling phf_shared v0.13.1
21222026-04-15T00:15:07.327Z Compiling tower-http v0.6.8
21232026-04-15T00:15:07.397Z Compiling lazy_static v1.5.0
21242026-04-15T00:15:07.445Z Compiling terminal_size v0.4.3
21252026-04-15T00:15:07.511Z Compiling serde_with_macros v3.17.0
21262026-04-15T00:15:07.547Z Compiling cargo-platform v0.1.9
21272026-04-15T00:15:07.562Z Compiling hkdf v0.12.4
21282026-04-15T00:15:07.594Z Compiling crypto-bigint v0.5.5
21292026-04-15T00:15:07.627Z Compiling serde_repr v0.1.20
21302026-04-15T00:15:07.652Z Compiling enum-as-inner v0.6.1
21312026-04-15T00:15:07.704Z Compiling clap_derive v4.5.55
21322026-04-15T00:15:07.761Z Compiling vergen v9.0.6
21332026-04-15T00:15:07.778Z Compiling bitflags v1.3.2
21342026-04-15T00:15:07.795Z Compiling bumpalo v3.20.2
21352026-04-15T00:15:07.938Z Compiling managed v0.8.0
21362026-04-15T00:15:07.971Z Compiling libbz2-rs-sys v0.2.2
21372026-04-15T00:15:08.060Z Compiling clap_lex v1.0.0
21382026-04-15T00:15:08.194Z Compiling foldhash v0.1.5
21392026-04-15T00:15:08.209Z Compiling unicode-width v0.2.0
21402026-04-15T00:15:08.255Z Compiling flate2 v1.1.9
21412026-04-15T00:15:08.305Z Compiling clap_builder v4.5.60
21422026-04-15T00:15:08.378Z Compiling bzip2 v0.6.1
21432026-04-15T00:15:08.513Z Compiling elliptic-curve v0.13.8
21442026-04-15T00:15:08.529Z Compiling console v0.16.2
21452026-04-15T00:15:08.548Z Compiling hashbrown v0.15.5
21462026-04-15T00:15:08.595Z Compiling zopfli v0.8.3
21472026-04-15T00:15:08.687Z Compiling cargo_metadata v0.19.2
21482026-04-15T00:15:09.035Z Compiling phf v0.13.1
21492026-04-15T00:15:09.094Z Compiling daft v0.1.5
21502026-04-15T00:15:09.110Z Compiling hyper-tls v0.6.0
21512026-04-15T00:15:09.133Z Compiling signal-hook-mio v0.2.5
21522026-04-15T00:15:09.155Z Compiling zstd v0.13.3
21532026-04-15T00:15:09.310Z Compiling rayon v1.11.0
21542026-04-15T00:15:09.346Z Compiling cookie_store v0.22.1
21552026-04-15T00:15:09.378Z Compiling postgres-types v0.2.12
21562026-04-15T00:15:09.419Z Compiling bzip2 v0.4.4
21572026-04-15T00:15:09.575Z Compiling strum v0.27.2
21582026-04-15T00:15:09.744Z Compiling hubpack v0.1.2
21592026-04-15T00:15:09.760Z Compiling ed25519 v2.2.3
21602026-04-15T00:15:09.842Z Compiling phf_shared v0.11.3
21612026-04-15T00:15:09.923Z Compiling pkcs1 v0.7.5
21622026-04-15T00:15:10.023Z Compiling serde-big-array v0.5.1
21632026-04-15T00:15:10.055Z Compiling hex v0.4.3
21642026-04-15T00:15:10.181Z Compiling rfc6979 v0.4.0
21652026-04-15T00:15:10.223Z Compiling bstr v1.12.1
21662026-04-15T00:15:10.344Z Compiling itertools v0.12.1
21672026-04-15T00:15:10.348Z Compiling float-cmp v0.10.0
21682026-04-15T00:15:10.361Z Compiling memmap2 v0.9.10
21692026-04-15T00:15:10.365Z Compiling env_filter v1.0.0
21702026-04-15T00:15:10.449Z Compiling encoding_rs v0.8.35
21712026-04-15T00:15:10.505Z Compiling fixedbitset v0.5.7
21722026-04-15T00:15:10.592Z Compiling difflib v0.4.0
21732026-04-15T00:15:10.650Z Compiling rustc-hash v2.1.1
21742026-04-15T00:15:10.795Z Compiling jiff v0.2.21
21752026-04-15T00:15:10.811Z Compiling fixedbitset v0.4.2
21762026-04-15T00:15:10.829Z Compiling precomputed-hash v0.1.1
21772026-04-15T00:15:10.903Z Compiling whoami v2.1.0
21782026-04-15T00:15:10.934Z Compiling data-encoding v2.10.0
21792026-04-15T00:15:10.949Z Compiling keccak v0.1.6
21802026-04-15T00:15:11.026Z Compiling mime v0.3.17
21812026-04-15T00:15:11.042Z Compiling new_debug_unreachable v1.0.6
21822026-04-15T00:15:11.057Z Compiling unit-prefix v0.5.2
21832026-04-15T00:15:11.060Z Compiling predicates-core v1.0.10
21842026-04-15T00:15:11.125Z Compiling toml_write v0.1.2
21852026-04-15T00:15:11.168Z Compiling normalize-line-endings v0.3.0
21862026-04-15T00:15:11.261Z Compiling static_assertions v1.1.0
21872026-04-15T00:15:11.265Z Compiling hickory-proto v0.25.2
21882026-04-15T00:15:11.294Z Compiling predicates v3.1.4
21892026-04-15T00:15:11.311Z Compiling toml_edit v0.22.27
21902026-04-15T00:15:11.315Z Compiling indicatif v0.18.4
21912026-04-15T00:15:11.352Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21922026-04-15T00:15:11.454Z Compiling zone v0.3.1
21932026-04-15T00:15:11.487Z Compiling tokio-postgres v0.7.16
21942026-04-15T00:15:11.551Z Compiling string_cache v0.8.9
21952026-04-15T00:15:11.757Z Compiling sha3 v0.10.8
21962026-04-15T00:15:11.897Z Compiling petgraph v0.6.5
21972026-04-15T00:15:12.043Z Compiling iddqd v0.3.17
21982026-04-15T00:15:12.084Z Compiling petgraph v0.8.3
21992026-04-15T00:15:12.416Z Compiling similar v2.7.0
22002026-04-15T00:15:13.170Z Compiling env_logger v0.11.9
22012026-04-15T00:15:13.186Z Compiling usdt v0.6.0
22022026-04-15T00:15:13.399Z Compiling zip v4.6.1
22032026-04-15T00:15:13.680Z Compiling serde_with v3.17.0
22042026-04-15T00:15:13.827Z Compiling ecdsa v0.16.9
22052026-04-15T00:15:13.843Z Compiling rsa v0.9.10
22062026-04-15T00:15:14.222Z Compiling ed25519-dalek v2.2.0
22072026-04-15T00:15:14.487Z Compiling clap v4.5.60
22082026-04-15T00:15:14.523Z Compiling crossterm v0.28.1
22092026-04-15T00:15:14.554Z Compiling zip v0.6.6
22102026-04-15T00:15:14.631Z Compiling strum v0.26.3
22112026-04-15T00:15:14.775Z Compiling toml v0.7.8
22122026-04-15T00:15:14.791Z Compiling tokio-stream v0.1.18
22132026-04-15T00:15:14.957Z Compiling buf-list v1.1.2
22142026-04-15T00:15:15.251Z Compiling x509-cert v0.2.5
22152026-04-15T00:15:15.333Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-04-15T00:15:15.374Z Compiling openapiv3 v2.2.0
22172026-04-15T00:15:15.525Z Compiling sha1 v0.10.6
22182026-04-15T00:15:15.726Z Compiling itertools v0.13.0
22192026-04-15T00:15:15.776Z Compiling lalrpop-util v0.19.12
22202026-04-15T00:15:16.036Z Compiling peg-runtime v0.8.5
22212026-04-15T00:15:30.390Z Compiling rustls-webpki v0.103.9
22222026-04-15T00:15:33.838Z Compiling macaddr v1.0.1
22232026-04-15T00:15:33.932Z Compiling tokio-rustls v0.26.4
22242026-04-15T00:15:34.019Z Compiling rustls-platform-verifier v0.6.2
22252026-04-15T00:15:34.140Z Compiling structmeta-derive v0.3.0
22262026-04-15T00:15:34.219Z Compiling hyper-rustls v0.27.7
22272026-04-15T00:15:34.259Z Compiling crucible-workspace-hack v0.1.0
22282026-04-15T00:15:34.436Z Compiling secrecy v0.10.3
22292026-04-15T00:15:34.455Z Compiling reqwest v0.13.2
22302026-04-15T00:15:34.483Z Compiling reqwest v0.12.28
22312026-04-15T00:15:34.549Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-04-15T00:15:34.554Z Compiling itertools v0.14.0
22332026-04-15T00:15:34.625Z Compiling heapless v0.8.0
22342026-04-15T00:15:34.762Z Compiling rustls v0.22.4
22352026-04-15T00:15:34.950Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22362026-04-15T00:15:35.081Z Compiling toml_edit v0.23.10+spec-1.0.0
22372026-04-15T00:15:35.119Z Compiling rustls-webpki v0.102.8
22382026-04-15T00:15:35.135Z Compiling futures-executor v0.3.32
22392026-04-15T00:15:35.149Z Compiling structmeta v0.3.0
22402026-04-15T00:15:35.252Z Compiling hash32 v0.3.1
22412026-04-15T00:15:35.268Z Compiling multer v3.1.0
22422026-04-15T00:15:35.385Z Compiling thread_local v1.1.9
22432026-04-15T00:15:35.402Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22442026-04-15T00:15:35.439Z Compiling smoltcp v0.11.0
22452026-04-15T00:15:35.477Z Compiling match_cfg v0.1.0
22462026-04-15T00:15:35.570Z Compiling slog-async v2.8.0
22472026-04-15T00:15:35.627Z Compiling proc-macro-crate v3.4.0
22482026-04-15T00:15:35.679Z Compiling hostname v0.3.1
22492026-04-15T00:15:35.794Z Compiling derive-ex v0.1.8
22502026-04-15T00:15:35.812Z Compiling ingot-macros v0.1.1
22512026-04-15T00:15:35.887Z Compiling futures v0.3.32
22522026-04-15T00:15:35.932Z Compiling slog-json v2.6.1
22532026-04-15T00:15:35.989Z Compiling crossbeam-channel v0.5.15
22542026-04-15T00:15:36.006Z Compiling half v2.7.1
22552026-04-15T00:15:36.069Z Compiling newtype-uuid-macros v0.1.0
22562026-04-15T00:15:36.277Z Compiling cobs v0.3.0
22572026-04-15T00:15:36.374Z Compiling universal-hash v0.5.1
22582026-04-15T00:15:36.389Z Compiling thiserror-impl-no-std v2.0.2
22592026-04-15T00:15:36.571Z Compiling async-stream-impl v0.3.6
22602026-04-15T00:15:36.640Z Compiling serde_spanned v1.0.4
22612026-04-15T00:15:36.701Z Compiling is-terminal v0.4.17
22622026-04-15T00:15:36.823Z Compiling dropshot v0.16.7
22632026-04-15T00:15:36.837Z Compiling opaque-debug v0.3.1
22642026-04-15T00:15:36.837Z Compiling take_mut v0.2.2
22652026-04-15T00:15:36.932Z Compiling term v1.2.1
22662026-04-15T00:15:36.962Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22672026-04-15T00:15:36.994Z Compiling convert_case v0.4.0
22682026-04-15T00:15:37.040Z Compiling ciborium-io v0.2.2
22692026-04-15T00:15:37.160Z Compiling toml_writer v1.0.6+spec-1.1.0
22702026-04-15T00:15:37.175Z Compiling async-stream v0.3.6
22712026-04-15T00:15:37.213Z Compiling ciborium-ll v0.2.2
22722026-04-15T00:15:37.322Z Compiling derive_more v0.99.20
22732026-04-15T00:15:37.338Z Compiling test-strategy v0.4.5
22742026-04-15T00:15:37.392Z Compiling toml v0.9.12+spec-1.1.0
22752026-04-15T00:15:37.416Z Compiling thiserror-no-std v2.0.2
22762026-04-15T00:15:37.437Z Compiling slog-term v2.9.2
22772026-04-15T00:15:37.550Z Compiling poly1305 v0.8.0
22782026-04-15T00:15:37.565Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792026-04-15T00:15:37.692Z Compiling postcard v1.1.3
22802026-04-15T00:15:37.836Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22812026-04-15T00:15:38.097Z Compiling tokio-rustls v0.25.0
22822026-04-15T00:15:38.193Z Compiling slog-bunyan v2.5.0
22832026-04-15T00:15:38.374Z Compiling num_enum_derive v0.7.5
22842026-04-15T00:15:38.487Z Compiling ingot-types v0.1.2
22852026-04-15T00:15:38.546Z Compiling parse-display-derive v0.10.0
22862026-04-15T00:15:38.572Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22872026-04-15T00:15:38.644Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22882026-04-15T00:15:38.678Z Compiling proc-macro-crate v1.3.1
22892026-04-15T00:15:38.739Z Compiling backon v1.6.0
22902026-04-15T00:15:38.791Z Compiling waitgroup v0.1.2
22912026-04-15T00:15:38.895Z Compiling ingot v0.1.1
22922026-04-15T00:15:38.953Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22932026-04-15T00:15:38.969Z Compiling password-hash v0.5.0
22942026-04-15T00:15:39.011Z Compiling dropshot_endpoint v0.16.7
22952026-04-15T00:15:39.028Z Compiling chacha20 v0.9.1
22962026-04-15T00:15:39.305Z Compiling rustls-pemfile v2.2.0
22972026-04-15T00:15:39.322Z Compiling blake2 v0.10.6
22982026-04-15T00:15:39.343Z Compiling aead v0.5.2
22992026-04-15T00:15:39.471Z Compiling foreign-types-macros v0.2.3
23002026-04-15T00:15:39.554Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23012026-04-15T00:15:39.574Z Compiling serde_path_to_error v0.1.20
23022026-04-15T00:15:39.601Z Compiling hostname v0.4.2
23032026-04-15T00:15:39.801Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23042026-04-15T00:15:39.847Z Compiling instant v0.1.13
23052026-04-15T00:15:39.936Z Compiling cpufeatures v0.3.0
23062026-04-15T00:15:39.983Z Compiling foreign-types-shared v0.3.1
23072026-04-15T00:15:39.999Z Compiling debug-ignore v1.0.5
23082026-04-15T00:15:40.017Z Compiling typeid v1.0.3
23092026-04-15T00:15:40.049Z Compiling parse-display v0.10.0
23102026-04-15T00:15:40.054Z Compiling chacha20 v0.10.0
23112026-04-15T00:15:40.079Z Compiling backoff v0.4.0
23122026-04-15T00:15:40.097Z Compiling argon2 v0.5.3
23132026-04-15T00:15:40.100Z Compiling foreign-types v0.5.0
23142026-04-15T00:15:40.129Z Compiling chacha20poly1305 v0.10.1
23152026-04-15T00:15:40.145Z Compiling num_enum v0.7.5
23162026-04-15T00:15:40.162Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23172026-04-15T00:15:40.215Z Compiling num_enum_derive v0.5.11
23182026-04-15T00:15:40.296Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-04-15T00:15:40.315Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-04-15T00:15:40.348Z Compiling vsss-rs v3.3.4
23212026-04-15T00:15:40.375Z Compiling ciborium v0.2.2
23222026-04-15T00:15:40.524Z Compiling toml v0.8.23
23232026-04-15T00:15:40.742Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23242026-04-15T00:15:40.941Z Compiling tabwriter v1.4.1
23252026-04-15T00:15:41.116Z Compiling byte-wrapper v0.1.0
23262026-04-15T00:15:41.132Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23272026-04-15T00:15:41.172Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-04-15T00:15:41.234Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-04-15T00:15:41.340Z Compiling regress v0.10.5
23302026-04-15T00:15:41.456Z Compiling cstr-argument v0.1.2
23312026-04-15T00:15:41.592Z Compiling erased-serde v0.4.9
23322026-04-15T00:15:41.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-04-15T00:15:41.658Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-04-15T00:15:41.699Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-04-15T00:15:41.841Z Compiling num_enum v0.5.11
23362026-04-15T00:15:41.872Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-04-15T00:15:41.950Z Compiling rand v0.10.0
23382026-04-15T00:15:41.984Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-04-15T00:15:42.054Z Compiling libefi-sys v0.1.0
23402026-04-15T00:15:42.071Z Compiling indent_write v2.2.0
23412026-04-15T00:15:42.111Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23422026-04-15T00:15:42.128Z Compiling colored v3.1.1
23432026-04-15T00:15:42.234Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-04-15T00:15:42.250Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-04-15T00:15:42.306Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-04-15T00:15:42.373Z Compiling camino-tempfile v1.4.1
23472026-04-15T00:15:42.465Z Compiling usdt-macro v0.5.0
23482026-04-15T00:15:42.650Z Compiling usdt-attr-macro v0.5.0
23492026-04-15T00:15:42.752Z Compiling bitfield-struct v0.6.2
23502026-04-15T00:15:42.778Z Compiling num-derive v0.4.2
23512026-04-15T00:15:42.802Z Compiling blake3 v1.8.3
23522026-04-15T00:15:42.818Z Compiling ordered-float v2.10.1
23532026-04-15T00:15:42.835Z Compiling sigpipe v0.1.3
23542026-04-15T00:15:42.951Z Compiling memmap v0.7.0
23552026-04-15T00:15:42.968Z Compiling glob v0.3.3
23562026-04-15T00:15:43.117Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-04-15T00:15:43.172Z Compiling swrite v0.1.0
23582026-04-15T00:15:43.208Z Compiling serde-value v0.7.0
23592026-04-15T00:15:43.304Z Compiling serde-untagged v0.1.9
23602026-04-15T00:15:43.362Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23612026-04-15T00:15:43.391Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-04-15T00:15:43.406Z Compiling usdt v0.5.0
23632026-04-15T00:15:43.659Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-04-15T00:15:43.673Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23652026-04-15T00:15:43.722Z Compiling smf v0.2.3
23662026-04-15T00:15:43.900Z Compiling filetime v0.2.27
23672026-04-15T00:15:43.918Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-04-15T00:15:43.934Z Compiling xattr v1.6.1
23692026-04-15T00:15:44.018Z Compiling same-file v1.0.6
23702026-04-15T00:15:44.079Z Compiling unicode-xid v0.2.6
23712026-04-15T00:15:44.136Z Compiling constant_time_eq v0.4.2
23722026-04-15T00:15:44.151Z Compiling whoami v1.6.1
23732026-04-15T00:15:44.213Z Compiling arrayvec v0.7.6
23742026-04-15T00:15:44.228Z Compiling arrayref v0.3.9
23752026-04-15T00:15:44.248Z Compiling cargo-util-schemas v0.8.2
23762026-04-15T00:15:44.264Z Compiling walkdir v2.5.0
23772026-04-15T00:15:44.268Z Compiling tar v0.4.45
23782026-04-15T00:15:44.323Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-04-15T00:15:44.344Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-04-15T00:15:44.361Z Compiling tokio-dtrace v0.1.1
23812026-04-15T00:15:44.606Z Compiling gethostname v0.5.0
23822026-04-15T00:15:44.623Z Compiling cargo-platform v0.2.0
23832026-04-15T00:15:44.707Z Compiling topological-sort v0.2.2
23842026-04-15T00:15:44.763Z Compiling oxide-tokio-rt v0.1.3
23852026-04-15T00:15:44.883Z Compiling shell-words v1.1.1
23862026-04-15T00:15:44.899Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-04-15T00:15:45.596Z Compiling cargo_metadata v0.21.0
23882026-04-15T00:15:54.360Z Compiling progenitor-client v0.13.0
23892026-04-15T00:15:54.422Z Compiling progenitor-client v0.10.0
23902026-04-15T00:15:54.422Z Compiling omicron-zone-package v0.12.2
23912026-04-15T00:15:54.517Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922026-04-15T00:15:54.536Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-04-15T00:15:54.552Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-04-15T00:15:54.847Z Compiling progenitor-extras v0.1.1
23952026-04-15T00:15:54.865Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23962026-04-15T00:15:54.917Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-04-15T00:15:54.933Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-04-15T00:15:55.111Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-04-15T00:15:55.267Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-04-15T00:15:55.371Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24012026-04-15T00:16:00.185Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-04-15T00:16:06.926Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-04-15T00:16:10.250Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-04-15T00:16:11.239Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-04-15T00:16:19.603Z Finished `release` profile [optimized] target(s) in 1m 38s
24062026-04-15T00:16:19.756Z Running `target/release/omicron-package -t test target create -p dev`
24072026-04-15T00:16:19.881ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-04-15T00:16:19.885ZCreated new build target 'test' and set it as active
24092026-04-15T00:16:19.885Z
24102026-04-15T00:16:19.885Zreal 1:38.399679012
24112026-04-15T00:16:19.885Zuser 16:30.206294698
24122026-04-15T00:16:19.885Zsys 2:31.698723147
24132026-04-15T00:16:19.885Ztrap 0.456922577
24142026-04-15T00:16:19.885Ztflt 2.840593684
24152026-04-15T00:16:19.885Zdflt 3.622791216
24162026-04-15T00:16:19.885Zkflt 0.000805188
24172026-04-15T00:16:19.885Zlock 51:35.309161562
24182026-04-15T00:16:19.885Zslp 41:42.842926858
24192026-04-15T00:16:19.885Zlat 42.263172555
24202026-04-15T00:16:19.885Zstop 5:28.689239482
24212026-04-15T00:16:19.885Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-04-15T00:16:20.710Z Finished `release` profile [optimized] target(s) in 0.87s
24232026-04-15T00:16:20.781Z Running `target/release/omicron-package -t test package`
24242026-04-15T00:16:20.840ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-04-15T00:16:22.262Z Compiling regress v0.10.5
24262026-04-15T00:16:22.262Z Compiling heck v0.5.0
24272026-04-15T00:16:22.266Z Compiling unsafe-libyaml v0.2.11
24282026-04-15T00:16:22.502Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-04-15T00:16:22.524Z Compiling prettyplease v0.2.37
24302026-04-15T00:16:22.528Z Compiling unicode-width v0.1.14
24312026-04-15T00:16:22.566Z Compiling is-terminal v0.4.17
24322026-04-15T00:16:22.570Z Compiling serde_spanned v1.0.4
24332026-04-15T00:16:22.570Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-04-15T00:16:22.626Z Compiling bytecount v0.6.9
24352026-04-15T00:16:22.629Z Compiling rustls v0.22.4
24362026-04-15T00:16:22.630Z Compiling rustls-webpki v0.102.8
24372026-04-15T00:16:22.630Z Compiling derive-where v1.6.0
24382026-04-15T00:16:22.630Z Compiling thread_local v1.1.9
24392026-04-15T00:16:22.666Z Compiling typify-impl v0.6.1
24402026-04-15T00:16:22.670Z Compiling match_cfg v0.1.0
24412026-04-15T00:16:22.771Z Compiling multer v3.1.0
24422026-04-15T00:16:22.771Z Compiling slog-async v2.8.0
24432026-04-15T00:16:22.835Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-04-15T00:16:22.839Z Compiling toml v0.9.12+spec-1.1.0
24452026-04-15T00:16:22.839Z Compiling hostname v0.3.1
24462026-04-15T00:16:22.839Z Compiling slog-json v2.6.1
24472026-04-15T00:16:22.900Z Compiling crossbeam-channel v0.5.15
24482026-04-15T00:16:22.919Z Compiling futures-executor v0.3.32
24492026-04-15T00:16:22.923Z Compiling take_mut v0.2.2
24502026-04-15T00:16:22.940Z Compiling term v1.2.1
24512026-04-15T00:16:23.023Z Compiling serde_yaml v0.9.34+deprecated
24522026-04-15T00:16:23.130Z Compiling slog-bunyan v2.5.0
24532026-04-15T00:16:23.151Z Compiling dropshot v0.16.7
24542026-04-15T00:16:23.214Z Compiling futures v0.3.32
24552026-04-15T00:16:23.254Z Compiling slog-term v2.9.2
24562026-04-15T00:16:23.285Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-04-15T00:16:23.321Z Compiling async-stream v0.3.6
24582026-04-15T00:16:23.393Z Compiling progenitor-client v0.13.0
24592026-04-15T00:16:23.441Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-04-15T00:16:23.464Z Compiling waitgroup v0.1.2
24612026-04-15T00:16:23.488Z Compiling backon v1.6.0
24622026-04-15T00:16:23.511Z Compiling rustls-pemfile v2.2.0
24632026-04-15T00:16:23.628Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-04-15T00:16:23.647Z Compiling serde_path_to_error v0.1.20
24652026-04-15T00:16:23.713Z Compiling hostname v0.4.2
24662026-04-15T00:16:23.717Z Compiling instant v0.1.13
24672026-04-15T00:16:23.755Z Compiling debug-ignore v1.0.5
24682026-04-15T00:16:23.775Z Compiling progenitor-extras v0.1.1
24692026-04-15T00:16:23.779Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24702026-04-15T00:16:23.829Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24712026-04-15T00:16:23.863Z Compiling backoff v0.4.0
24722026-04-15T00:16:23.867Z Compiling parse-display v0.10.0
24732026-04-15T00:16:23.905Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-04-15T00:16:23.905Z Compiling progenitor-client v0.10.0
24752026-04-15T00:16:24.014Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24762026-04-15T00:16:24.036Z Compiling macaddr v1.0.1
24772026-04-15T00:16:24.059Z Compiling num-rational v0.4.2
24782026-04-15T00:16:24.106Z Compiling console v0.15.11
24792026-04-15T00:16:24.147Z Compiling num-complex v0.4.6
24802026-04-15T00:16:24.286Z Compiling slog-dtrace v0.3.0
24812026-04-15T00:16:24.331Z Compiling newline-converter v0.3.0
24822026-04-15T00:16:24.351Z Compiling atomicwrites v0.4.4
24832026-04-15T00:16:24.422Z Compiling async-recursion v1.1.1
24842026-04-15T00:16:24.487Z Compiling owo-colors v4.3.0
24852026-04-15T00:16:24.507Z Compiling float-ord v0.3.2
24862026-04-15T00:16:24.593Z Compiling num v0.4.3
24872026-04-15T00:16:24.655Z Compiling cancel-safe-futures v0.1.5
24882026-04-15T00:16:24.676Z Compiling expectorate v1.2.0
24892026-04-15T00:16:24.738Z Compiling libsw-core v0.3.2
24902026-04-15T00:16:24.742Z Compiling resolv-conf v0.7.6
24912026-04-15T00:16:24.820Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-04-15T00:16:24.841Z Compiling toml v0.8.23
24932026-04-15T00:16:24.926Z Compiling tokio-rustls v0.25.0
24942026-04-15T00:16:24.951Z Compiling libsw v3.5.0
24952026-04-15T00:16:25.015Z Compiling linear-map v1.2.0
24962026-04-15T00:16:25.077Z Compiling minimal-lexical v0.2.1
24972026-04-15T00:16:25.097Z Compiling linked-hash-map v0.5.6
24982026-04-15T00:16:25.256Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-04-15T00:16:25.338Z Compiling lru-cache v0.1.2
25002026-04-15T00:16:25.359Z Compiling nom v7.1.3
25012026-04-15T00:16:25.378Z Compiling unicode-xid v0.2.6
25022026-04-15T00:16:25.402Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-04-15T00:16:25.402Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-04-15T00:16:25.448Z Compiling globset v0.4.18
25052026-04-15T00:16:25.451Z Compiling hickory-proto v0.24.4
25062026-04-15T00:16:25.506Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-04-15T00:16:25.530Z Compiling convert_case v0.10.0
25082026-04-15T00:16:25.821Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25092026-04-15T00:16:25.950Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-04-15T00:16:26.015Z Compiling derive_more-impl v2.1.1
25112026-04-15T00:16:26.768Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-04-15T00:16:26.803Z Compiling pin-project-internal v1.1.11
25132026-04-15T00:16:26.901Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-04-15T00:16:26.925Z Compiling derive_more v2.1.1
25152026-04-15T00:16:27.038Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25162026-04-15T00:16:27.159Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-04-15T00:16:27.321Z Compiling papergrid v0.11.0
25182026-04-15T00:16:27.344Z Compiling typify-macro v0.6.1
25192026-04-15T00:16:27.835Z Compiling pin-project v1.1.11
25202026-04-15T00:16:27.967Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25212026-04-15T00:16:28.209Z Compiling hickory-resolver v0.24.4
25222026-04-15T00:16:28.249Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-04-15T00:16:28.461Z Compiling pem v3.0.6
25242026-04-15T00:16:28.897Z Compiling typify v0.6.1
25252026-04-15T00:16:29.025Z Compiling progenitor-impl v0.13.0
25262026-04-15T00:16:29.257Z Compiling tabled_derive v0.7.0
25272026-04-15T00:16:29.279Z Compiling snafu-derive v0.8.9
25282026-04-15T00:16:29.778Z Compiling qorb v0.4.1
25292026-04-15T00:16:30.089Z Compiling termtree v0.5.1
25302026-04-15T00:16:30.146Z Compiling tabled v0.15.0
25312026-04-15T00:16:30.299Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25322026-04-15T00:16:30.957Z Compiling snafu v0.8.9
25332026-04-15T00:16:31.178Z Compiling progenitor-macro v0.13.0
25342026-04-15T00:16:31.384Z Compiling crossterm v0.29.0
25352026-04-15T00:16:31.449Z Compiling olpc-cjson v0.1.4
25362026-04-15T00:16:31.540Z Compiling phf_shared v0.12.1
25372026-04-15T00:16:31.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25382026-04-15T00:16:31.792Z Compiling serde_plain v1.0.2
25392026-04-15T00:16:32.102Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-04-15T00:16:32.219Z Compiling csv-core v0.1.13
25412026-04-15T00:16:32.642Z Compiling vte v0.14.1
25422026-04-15T00:16:32.674Z Compiling highway v1.3.0
25432026-04-15T00:16:33.406Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-04-15T00:16:33.782Z Compiling typed-path v0.9.3
25452026-04-15T00:16:34.008Z Compiling chrono-tz v0.10.4
25462026-04-15T00:16:34.251Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25472026-04-15T00:16:34.310Z Compiling strip-ansi-escapes v0.2.1
25482026-04-15T00:16:34.605Z Compiling csv v1.4.0
25492026-04-15T00:16:34.626Z Compiling phf v0.12.1
25502026-04-15T00:16:34.823Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-04-15T00:16:34.868Z Compiling tough v0.20.0
25522026-04-15T00:16:35.251Z Compiling progenitor v0.13.0
25532026-04-15T00:16:35.435Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25542026-04-15T00:16:35.618Z Compiling const_format_proc_macros v0.2.34
25552026-04-15T00:16:35.753Z Compiling fd-lock v4.0.4
25562026-04-15T00:16:35.924Z Compiling peg-macros v0.8.5
25572026-04-15T00:16:35.944Z Compiling nu-ansi-term v0.50.3
25582026-04-15T00:16:36.489Z Compiling const_format v0.2.35
25592026-04-15T00:16:36.518Z Compiling reedline v0.40.0
25602026-04-15T00:16:36.567Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25612026-04-15T00:16:36.786Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25622026-04-15T00:16:37.185Z Compiling peg v0.8.5
25632026-04-15T00:16:37.290Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-04-15T00:16:37.978Z Compiling bcs v0.1.6
25652026-04-15T00:16:38.380Z Compiling semver v0.1.20
25662026-04-15T00:16:38.409Z Compiling base64 v0.21.7
25672026-04-15T00:16:38.514Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25682026-04-15T00:16:38.667Z Compiling rustc_version v0.1.7
25692026-04-15T00:16:38.773Z Compiling smawk v0.3.2
25702026-04-15T00:16:38.903Z Compiling newtype_derive v0.1.6
25712026-04-15T00:16:38.936Z Compiling unicode-linebreak v0.1.5
25722026-04-15T00:16:38.973Z Compiling humantime v2.3.0
25732026-04-15T00:16:39.192Z Compiling textwrap v0.16.2
25742026-04-15T00:16:39.252Z Compiling dropshot-api-manager-types v0.6.0
25752026-04-15T00:16:39.401Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-04-15T00:16:39.459Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-04-15T00:16:39.706Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25782026-04-15T00:16:39.878Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25792026-04-15T00:16:40.244Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-04-15T00:16:40.280Z Compiling steno v0.4.1
25812026-04-15T00:16:40.321Z Compiling utf-8 v0.7.6
25822026-04-15T00:16:40.557Z Compiling tagptr v0.2.0
25832026-04-15T00:16:40.664Z Compiling tungstenite v0.21.0
25842026-04-15T00:16:40.743Z Compiling moka v0.12.13
25852026-04-15T00:16:40.801Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-04-15T00:16:40.973Z Compiling radium v0.7.0
25872026-04-15T00:16:41.287Z Compiling tokio-tungstenite v0.21.0
25882026-04-15T00:16:41.716Z Compiling typify-impl v0.4.3
25892026-04-15T00:16:41.923Z Compiling hickory-resolver v0.25.2
25902026-04-15T00:16:41.976Z Compiling maybe-uninit v2.0.0
25912026-04-15T00:16:42.015Z Compiling tap v1.0.1
25922026-04-15T00:16:42.173Z Compiling wyz v0.5.1
25932026-04-15T00:16:42.417Z Compiling zerocopy-derive v0.6.6
25942026-04-15T00:16:42.612Z Compiling display-error-chain v0.2.2
25952026-04-15T00:16:42.788Z Compiling crc-catalog v2.4.0
25962026-04-15T00:16:42.830Z Compiling funty v2.0.0
25972026-04-15T00:16:42.916Z Compiling packed_struct v0.10.1
25982026-04-15T00:16:43.194Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25992026-04-15T00:16:43.247Z Compiling bitvec v1.0.1
26002026-04-15T00:16:43.779Z Compiling zerocopy v0.6.6
26012026-04-15T00:16:44.160Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-04-15T00:16:44.249Z Compiling crc v3.4.0
26032026-04-15T00:16:44.588Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26042026-04-15T00:16:45.146Z Compiling typify-macro v0.4.3
26052026-04-15T00:16:45.246Z Compiling packed_struct_codegen v0.10.1
26062026-04-15T00:16:45.731Z Compiling bitfield-macros v0.19.4
26072026-04-15T00:16:46.315Z Compiling indexmap v1.9.3
26082026-04-15T00:16:46.457Z Compiling nodrop v0.1.14
26092026-04-15T00:16:46.589Z Compiling array-init v0.0.4
26102026-04-15T00:16:46.592Z Compiling bitfield v0.19.4
26112026-04-15T00:16:46.670Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-04-15T00:16:46.936Z Compiling smallvec v0.6.14
26132026-04-15T00:16:46.990Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26142026-04-15T00:16:47.229Z Compiling num-derive v0.3.3
26152026-04-15T00:16:48.089Z Compiling proc-macro-error-attr2 v2.0.0
26162026-04-15T00:16:48.350Z Compiling hashbrown v0.12.3
26172026-04-15T00:16:48.371Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-04-15T00:16:48.446Z Compiling libscf-sys v1.1.0
26192026-04-15T00:16:48.509Z Compiling proc-macro-error2 v2.0.1
26202026-04-15T00:16:48.531Z Compiling serde-hex v0.1.0
26212026-04-15T00:16:48.602Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-04-15T00:16:48.650Z Compiling ron v0.8.1
26232026-04-15T00:16:48.804Z Compiling hashbrown v0.13.2
26242026-04-15T00:16:48.827Z Compiling vergen-gitcl v1.0.8
26252026-04-15T00:16:48.846Z Compiling dirs-sys-next v0.1.2
26262026-04-15T00:16:49.060Z Compiling crunchy v0.2.4
26272026-04-15T00:16:49.126Z Compiling crc-any v2.5.0
26282026-04-15T00:16:49.148Z Compiling glob v0.3.3
26292026-04-15T00:16:49.342Z Compiling diesel_derives v2.3.7
26302026-04-15T00:16:49.409Z Compiling maplit v1.0.2
26312026-04-15T00:16:49.463Z Compiling object v0.30.4
26322026-04-15T00:16:49.506Z Compiling clang-sys v1.8.1
26332026-04-15T00:16:49.532Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-04-15T00:16:49.636Z Compiling dirs-next v2.0.0
26352026-04-15T00:16:49.656Z Compiling tabled_derive v0.11.0
26362026-04-15T00:16:49.785Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-04-15T00:16:49.813Z Compiling typify v0.4.3
26382026-04-15T00:16:49.882Z Compiling papergrid v0.17.0
26392026-04-15T00:16:49.950Z Compiling testing_table v0.3.0
26402026-04-15T00:16:50.229Z Compiling dsl_auto_type v0.2.0
26412026-04-15T00:16:50.380Z Compiling scheduled-thread-pool v0.2.7
26422026-04-15T00:16:50.475Z Compiling diesel_table_macro_syntax v0.3.0
26432026-04-15T00:16:50.606Z Compiling tiny-keccak v2.0.2
26442026-04-15T00:16:50.633Z Compiling path-slash v0.1.5
26452026-04-15T00:16:50.708Z Compiling r2d2 v0.8.10
26462026-04-15T00:16:50.761Z Compiling term v0.7.0
26472026-04-15T00:16:51.003Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-04-15T00:16:51.007Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26492026-04-15T00:16:51.007Z Compiling bit-vec v0.6.3
26502026-04-15T00:16:51.067Z Compiling tabled v0.20.0
26512026-04-15T00:16:51.248Z Compiling xshell-macros v0.2.7
26522026-04-15T00:16:51.285Z Compiling downcast-rs v2.0.2
26532026-04-15T00:16:51.307Z Compiling bit-set v0.5.3
26542026-04-15T00:16:51.347Z Compiling ascii-canvas v3.0.0
26552026-04-15T00:16:51.425Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-04-15T00:16:51.500Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26572026-04-15T00:16:51.622Z Compiling itertools v0.10.5
26582026-04-15T00:16:51.647Z Compiling ena v0.14.4
26592026-04-15T00:16:51.667Z Compiling xshell v0.2.7
26602026-04-15T00:16:51.900Z Compiling libloading v0.8.9
26612026-04-15T00:16:51.972Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-04-15T00:16:52.132Z Compiling unicase v2.9.0
26632026-04-15T00:16:52.424Z Compiling diff v0.1.13
26642026-04-15T00:16:52.454Z Compiling bindgen v0.71.1
26652026-04-15T00:16:52.696Z Compiling regex-syntax v0.6.29
26662026-04-15T00:16:52.738Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-04-15T00:16:53.010Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26682026-04-15T00:16:54.102Z Compiling lalrpop v0.19.12
26692026-04-15T00:16:54.577Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-04-15T00:16:55.440Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-04-15T00:16:55.516Z Compiling diesel v2.3.7
26722026-04-15T00:16:55.592Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26732026-04-15T00:16:55.778Z Compiling cexpr v0.6.0
26742026-04-15T00:16:55.914Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26752026-04-15T00:16:56.910Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762026-04-15T00:16:56.940Z Compiling crc8 v0.1.1
26772026-04-15T00:16:56.940Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-04-15T00:16:56.940Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-04-15T00:16:56.940Z Compiling headers-core v0.3.0
26802026-04-15T00:16:56.941Z Compiling libxml v0.3.3
26812026-04-15T00:16:56.941Z Compiling headers v0.4.1
26822026-04-15T00:16:56.968Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-04-15T00:16:57.036Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-04-15T00:16:57.263Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-04-15T00:16:57.732Z Compiling strum_macros v0.24.3
26862026-04-15T00:16:58.178Z Compiling indoc v1.0.9
26872026-04-15T00:16:58.451Z Compiling progenitor-impl v0.10.0
26882026-04-15T00:16:58.614Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-04-15T00:16:58.847Z Compiling derive_builder v0.20.2
26902026-04-15T00:16:58.867Z Compiling oso-derive v0.27.3
26912026-04-15T00:16:58.873Z Compiling quick-xml v0.37.5
26922026-04-15T00:16:58.929Z Compiling impl-trait-for-tuples v0.2.3
26932026-04-15T00:16:59.022Z Compiling openssl-probe v0.1.6
26942026-04-15T00:16:59.041Z Compiling half v1.8.3
26952026-04-15T00:16:59.318Z Compiling serde_cbor v0.11.2
26962026-04-15T00:16:59.405Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-04-15T00:17:00.113Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-04-15T00:17:00.140Z Compiling arc-swap v1.8.2
26992026-04-15T00:17:00.201Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27002026-04-15T00:17:00.322Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-04-15T00:17:00.565Z Compiling slog-scope v4.4.1
27022026-04-15T00:17:00.572Z Compiling bb8 v0.8.6
27032026-04-15T00:17:00.610Z Compiling progenitor-macro v0.10.0
27042026-04-15T00:17:00.906Z Compiling samael v0.0.19
27052026-04-15T00:17:00.937Z Compiling trait-variant v0.1.2
27062026-04-15T00:17:00.984Z Compiling slog-stdlog v4.1.1
27072026-04-15T00:17:01.491Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27082026-04-15T00:17:01.516Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27092026-04-15T00:17:01.542Z Compiling polar-core v0.27.3
27102026-04-15T00:17:01.577Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27112026-04-15T00:17:01.626Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27122026-04-15T00:17:01.860Z Compiling fxhash v0.2.1
27132026-04-15T00:17:01.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27142026-04-15T00:17:02.077Z Compiling slog-envlogger v2.2.0
27152026-04-15T00:17:02.088Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27162026-04-15T00:17:02.190Z Compiling kstat-rs v0.2.4
27172026-04-15T00:17:02.465Z Compiling libz-sys v1.1.24
27182026-04-15T00:17:02.668Z Compiling salty v0.3.0
27192026-04-15T00:17:02.938Z Compiling nonempty v0.12.0
27202026-04-15T00:17:03.094Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-04-15T00:17:03.255Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-04-15T00:17:03.480Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27232026-04-15T00:17:03.521Z Compiling progenitor-impl v0.11.2
27242026-04-15T00:17:03.745Z Compiling darling_core v0.23.0
27252026-04-15T00:17:04.650Z Compiling progenitor v0.10.0
27262026-04-15T00:17:04.849Z Compiling nanorand v0.7.0
27272026-04-15T00:17:05.213Z Compiling fs-err v2.11.0
27282026-04-15T00:17:05.459Z Compiling parking_lot_core v0.8.6
27292026-04-15T00:17:05.600Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-04-15T00:17:05.621Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-04-15T00:17:05.734Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-04-15T00:17:06.103Z Compiling mime_guess v2.0.5
27332026-04-15T00:17:06.645Z Compiling darling_macro v0.23.0
27342026-04-15T00:17:07.235Z Compiling progenitor-macro v0.11.2
27352026-04-15T00:17:07.686Z Compiling flume v0.11.1
27362026-04-15T00:17:07.739Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-04-15T00:17:08.090Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27382026-04-15T00:17:09.650Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27392026-04-15T00:17:11.006Z Compiling oso v0.27.3
27402026-04-15T00:17:12.274Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-04-15T00:17:12.853Z Compiling diesel-dtrace v0.5.0
27422026-04-15T00:17:13.198Z Compiling async-bb8-diesel v0.2.1
27432026-04-15T00:17:13.234Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-04-15T00:17:13.260Z Compiling progenitor-client v0.11.2
27452026-04-15T00:17:13.692Z Compiling git-stub v1.0.0
27462026-04-15T00:17:13.778Z Compiling libgit2-sys v0.18.3+1.9.2
27472026-04-15T00:17:13.816Z Compiling instability v0.3.11
27482026-04-15T00:17:13.963Z Compiling git-stub-vcs v0.1.0
27492026-04-15T00:17:14.123Z Compiling progenitor v0.11.2
27502026-04-15T00:17:14.251Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-04-15T00:17:14.321Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27522026-04-15T00:17:15.424Z Compiling darling v0.23.0
27532026-04-15T00:17:15.717Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27542026-04-15T00:17:15.855Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-04-15T00:17:16.634Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-04-15T00:17:17.026Z Compiling ignore v0.4.25
27572026-04-15T00:17:17.484Z Compiling primeorder v0.13.6
27582026-04-15T00:17:17.793Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-04-15T00:17:18.510Z Compiling castaway v0.2.4
27602026-04-15T00:17:18.612Z Compiling atty v0.2.14
27612026-04-15T00:17:18.668Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-04-15T00:17:18.761Z Compiling parse-size v1.1.0
27632026-04-15T00:17:18.896Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-04-15T00:17:18.992Z Compiling indoc v2.0.7
27652026-04-15T00:17:22.968Z Compiling http-range v0.1.5
27662026-04-15T00:17:23.026Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27672026-04-15T00:17:23.026Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-04-15T00:17:23.027Z Compiling compact_str v0.8.1
27692026-04-15T00:17:23.027Z Compiling p384 v0.13.1
27702026-04-15T00:17:23.027Z Compiling globwalk v0.9.1
27712026-04-15T00:17:23.027Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-04-15T00:17:23.027Z Compiling parking_lot v0.11.2
27732026-04-15T00:17:23.027Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-04-15T00:17:23.027Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-04-15T00:17:23.131Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-04-15T00:17:23.147Z Compiling predicates-tree v1.0.13
27772026-04-15T00:17:23.239Z Compiling unicode-truncate v1.1.0
27782026-04-15T00:17:23.438Z Compiling lru v0.12.5
27792026-04-15T00:17:23.469Z Compiling prefix-trie v0.7.0
27802026-04-15T00:17:23.513Z Compiling vergen-git2 v1.0.7
27812026-04-15T00:17:23.667Z Compiling cassowary v0.3.0
27822026-04-15T00:17:23.793Z Compiling camino-tempfile-ext v0.3.3
27832026-04-15T00:17:23.948Z Compiling ratatui v0.29.0
27842026-04-15T00:17:24.257Z Compiling hickory-server v0.25.2
27852026-04-15T00:17:24.495Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-04-15T00:17:24.652Z Compiling sled v0.34.7
27872026-04-15T00:17:25.251Z Compiling hyper-staticfile v0.10.1
27882026-04-15T00:17:26.241Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27892026-04-15T00:17:26.462Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-04-15T00:17:26.735Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-04-15T00:17:26.919Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-04-15T00:17:27.282Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-04-15T00:17:27.514Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27942026-04-15T00:17:28.352Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27952026-04-15T00:17:28.793Z Compiling rand_seeder v0.4.0
27962026-04-15T00:17:28.902Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-04-15T00:17:29.055Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-04-15T00:17:29.230Z Compiling lzma-sys v0.1.20
27992026-04-15T00:17:29.308Z Compiling corncobs v0.1.4
28002026-04-15T00:17:29.329Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-04-15T00:17:29.361Z Compiling rustls v0.21.12
28022026-04-15T00:17:29.545Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-04-15T00:17:29.569Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-04-15T00:17:29.678Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28052026-04-15T00:17:29.698Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-15T00:17:29.721Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28072026-04-15T00:17:30.005Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-04-15T00:17:30.034Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-04-15T00:17:30.258Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-04-15T00:17:30.280Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-04-15T00:17:30.395Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-15T00:17:31.397Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-04-15T00:17:32.656Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-04-15T00:17:32.875Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-04-15T00:17:33.095Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162026-04-15T00:17:33.313Z Compiling cargo_toml v0.22.3
28172026-04-15T00:17:33.360Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28182026-04-15T00:17:33.421Z Compiling sct v0.7.1
28192026-04-15T00:17:33.692Z Compiling rustls-webpki v0.101.7
28202026-04-15T00:17:34.944Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28212026-04-15T00:17:34.975Z Compiling nix v0.29.0
28222026-04-15T00:17:35.085Z Compiling secrecy v0.8.0
28232026-04-15T00:17:35.288Z Compiling void v1.0.2
28242026-04-15T00:17:35.397Z Compiling lzss v0.8.2
28252026-04-15T00:17:35.434Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28262026-04-15T00:17:35.568Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28272026-04-15T00:17:35.697Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-15T00:17:35.719Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292026-04-15T00:17:36.073Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28302026-04-15T00:17:36.253Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-04-15T00:17:36.428Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-04-15T00:17:36.676Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-04-15T00:17:37.150Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-04-15T00:17:37.392Z Compiling tungstenite v0.23.0
28352026-04-15T00:17:38.150Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-04-15T00:17:38.380Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-04-15T00:17:38.434Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-04-15T00:17:38.456Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28392026-04-15T00:17:38.602Z Compiling nix v0.27.1
28402026-04-15T00:17:38.664Z Compiling serde_bytes v0.11.19
28412026-04-15T00:17:38.808Z Compiling tokio-tungstenite v0.23.1
28422026-04-15T00:17:38.956Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-15T00:17:39.184Z Compiling tokio-rustls v0.24.1
28442026-04-15T00:17:39.285Z Compiling git2 v0.20.4
28452026-04-15T00:17:39.469Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28462026-04-15T00:17:39.727Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-04-15T00:17:39.767Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-04-15T00:17:40.718Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-04-15T00:17:42.046Z Compiling xz2 v0.1.7
28502026-04-15T00:17:42.090Z Compiling ron v0.12.0
28512026-04-15T00:17:42.287Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-04-15T00:17:42.878Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-04-15T00:17:43.774Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-04-15T00:17:44.871Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-04-15T00:17:45.356Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28562026-04-15T00:17:45.869Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28572026-04-15T00:17:45.945Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28582026-04-15T00:17:46.521Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28592026-04-15T00:17:46.909Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28602026-04-15T00:17:47.438Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28612026-04-15T00:17:48.291Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-04-15T00:17:48.771Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-04-15T00:17:49.261Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-04-15T00:17:50.291Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28652026-04-15T00:17:50.508Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-04-15T00:17:50.648Z Compiling rustls-pemfile v1.0.4
28672026-04-15T00:17:51.063Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28682026-04-15T00:17:52.490Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-04-15T00:17:52.669Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28702026-04-15T00:17:52.905Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-04-15T00:17:52.999Z Compiling signal-hook-tokio v0.3.1
28722026-04-15T00:17:53.184Z Compiling twox-hash v2.1.2
28732026-04-15T00:17:53.457Z Compiling yasna v0.5.2
28742026-04-15T00:17:53.711Z Compiling is_ci v1.2.0
28752026-04-15T00:17:53.734Z Compiling base16ct v1.0.0
28762026-04-15T00:17:53.803Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-04-15T00:17:53.854Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-04-15T00:17:54.017Z Compiling rcgen v0.12.1
28792026-04-15T00:17:54.470Z Compiling supports-color v3.0.2
28802026-04-15T00:17:54.617Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28812026-04-15T00:17:54.779Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28822026-04-15T00:17:54.971Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28832026-04-15T00:17:56.171Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-04-15T00:17:56.667Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-04-15T00:17:57.091Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28862026-04-15T00:17:57.853Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28872026-04-15T00:17:58.482Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28882026-04-15T00:17:58.523Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28892026-04-15T00:17:58.737Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-04-15T00:17:58.968Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28912026-04-15T00:17:59.210Z Compiling fatfs v0.3.6
28922026-04-15T00:17:59.892Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-04-15T00:18:00.424Z Compiling rtoolbox v0.0.3
28942026-04-15T00:18:00.697Z Compiling subprocess v0.2.15
28952026-04-15T00:18:01.752Z Compiling assert_matches v1.5.0
28962026-04-15T00:18:01.865Z Compiling seq-macro v0.3.6
28972026-04-15T00:18:02.349Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982026-04-15T00:18:02.890Z Compiling rpassword v7.4.0
28992026-04-15T00:18:03.173Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-04-15T00:18:03.537Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-04-15T00:18:03.593Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-04-15T00:18:03.690Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29032026-04-15T00:18:04.263Z Compiling tui-tree-widget v0.23.1
29042026-04-15T00:18:04.546Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-04-15T00:18:05.013Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-04-15T00:18:05.534Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-04-15T00:18:06.092Z Compiling uzers v0.12.2
29082026-04-15T00:18:07.384Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-04-15T00:18:07.530Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-04-15T00:18:08.662Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-04-15T00:18:12.069Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-04-15T00:18:12.184Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-04-15T00:18:14.341Z Compiling support-bundle-viewer v0.1.2
29142026-04-15T00:18:14.930Z Compiling multimap v0.10.1
29152026-04-15T00:18:19.599Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29162026-04-15T00:18:32.500Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29172026-04-15T00:18:33.394Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29182026-04-15T00:18:34.951Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29192026-04-15T00:24:29.838Z Finished `release` profile [optimized] target(s) in 8m 08s
29202026-04-15T00:25:14.332Z
29212026-04-15T00:25:14.335Zreal 8:54.419126898
29222026-04-15T00:25:14.335Zuser 1:17:12.419470806
29232026-04-15T00:25:14.335Zsys 3:23.221920246
29242026-04-15T00:25:14.335Ztrap 1.726478289
29252026-04-15T00:25:14.335Ztflt 2.330241652
29262026-04-15T00:25:14.335Zdflt 15.790261601
29272026-04-15T00:25:14.335Zkflt 0.001877412
29282026-04-15T00:25:14.335Zlock 6:45:53.459565060
29292026-04-15T00:25:14.335Zslp 2:14:12.317406665
29302026-04-15T00:25:14.335Zlat 2:27.948272786
29312026-04-15T00:25:14.335Zstop 5:07.076096198
29322026-04-15T00:25:14.335Z+ mapfile -t packages
29332026-04-15T00:25:14.335Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29342026-04-15T00:25:15.288Z Finished `release` profile [optimized] target(s) in 0.94s
29352026-04-15T00:25:15.370Z Running `target/release/omicron-package -t test list-outputs`
29362026-04-15T00:25:15.416ZLogging to: /work/oxidecomputer/omicron/out/LOG
29372026-04-15T00:25:15.426Z+ ptime -m cargo build --locked --release -p xtask
29382026-04-15T00:25:15.950Z Compiling libc v0.2.180
29392026-04-15T00:25:15.950Z Compiling serde v1.0.228
29402026-04-15T00:25:15.950Z Compiling serde_core v1.0.228
29412026-04-15T00:25:15.960Z Compiling rustix v1.1.3
29422026-04-15T00:25:15.961Z Compiling bitflags v2.11.0
29432026-04-15T00:25:15.961Z Compiling serde_json v1.0.149
29442026-04-15T00:25:16.085Z Compiling num-traits v0.2.19
29452026-04-15T00:25:16.097Z Compiling syn v2.0.117
29462026-04-15T00:25:16.115Z Compiling hashbrown v0.16.1
29472026-04-15T00:25:16.124Z Compiling smallvec v1.15.1
29482026-04-15T00:25:16.137Z Compiling usdt-impl v0.5.0
29492026-04-15T00:25:16.149Z Compiling syn v1.0.109
29502026-04-15T00:25:16.159Z Compiling percent-encoding v2.3.2
29512026-04-15T00:25:16.163Z Compiling log v0.4.29
29522026-04-15T00:25:16.320Z Compiling getrandom v0.4.1
29532026-04-15T00:25:16.397Z Compiling form_urlencoded v1.2.2
29542026-04-15T00:25:16.528Z Compiling fs-err v3.3.0
29552026-04-15T00:25:16.548Z Compiling anyhow v1.0.102
29562026-04-15T00:25:16.563Z Compiling heck v0.4.1
29572026-04-15T00:25:16.563Z Compiling once_cell v1.21.3
29582026-04-15T00:25:16.705Z Compiling indexmap v2.13.0
29592026-04-15T00:25:16.778Z Compiling errno v0.3.14
29602026-04-15T00:25:16.782Z Compiling thread-id v4.2.2
29612026-04-15T00:25:16.823Z Compiling memmap v0.7.0
29622026-04-15T00:25:17.080Z Compiling ordered-float v2.10.1
29632026-04-15T00:25:17.616Z Compiling proc-macro-error v1.0.4
29642026-04-15T00:25:17.774Z Compiling terminal_size v0.4.3
29652026-04-15T00:25:17.774Z Compiling tempfile v3.25.0
29662026-04-15T00:25:17.861Z Compiling tabled_derive v0.7.0
29672026-04-15T00:25:17.892Z Compiling clap_builder v4.5.60
29682026-04-15T00:25:17.892Z Compiling textwrap v0.16.2
29692026-04-15T00:25:18.007Z Compiling camino-tempfile v1.4.1
29702026-04-15T00:25:18.532Z Compiling tabled v0.15.0
29712026-04-15T00:25:18.583Z Compiling synstructure v0.13.2
29722026-04-15T00:25:18.583Z Compiling pest_generator v2.8.6
29732026-04-15T00:25:18.965Z Compiling serde_derive v1.0.228
29742026-04-15T00:25:18.966Z Compiling zerofrom-derive v0.1.6
29752026-04-15T00:25:18.966Z Compiling yoke-derive v0.8.1
29762026-04-15T00:25:18.970Z Compiling zerovec-derive v0.11.2
29772026-04-15T00:25:18.971Z Compiling displaydoc v0.2.5
29782026-04-15T00:25:18.971Z Compiling thiserror-impl v1.0.69
29792026-04-15T00:25:18.971Z Compiling zerocopy-derive v0.7.35
29802026-04-15T00:25:18.971Z Compiling scroll_derive v0.12.1
29812026-04-15T00:25:18.971Z Compiling thiserror-impl v2.0.18
29822026-04-15T00:25:18.971Z Compiling clap_derive v4.5.55
29832026-04-15T00:25:19.101Z Compiling pest_derive v2.8.6
29842026-04-15T00:25:19.665Z Compiling scroll v0.12.0
29852026-04-15T00:25:19.803Z Compiling zerocopy v0.7.35
29862026-04-15T00:25:20.061Z Compiling goblin v0.8.2
29872026-04-15T00:25:20.065Z Compiling zerofrom v0.1.6
29882026-04-15T00:25:20.115Z Compiling thiserror v1.0.69
29892026-04-15T00:25:20.171Z Compiling yoke v0.8.1
29902026-04-15T00:25:20.184Z Compiling thiserror v2.0.18
29912026-04-15T00:25:20.269Z Compiling dtrace-parser v0.2.0
29922026-04-15T00:25:20.364Z Compiling zerovec v0.11.5
29932026-04-15T00:25:20.376Z Compiling zerotrie v0.2.3
29942026-04-15T00:25:20.607Z Compiling clap v4.5.60
29952026-04-15T00:25:20.983Z Compiling tinystr v0.8.2
29962026-04-15T00:25:21.212Z Compiling icu_locale_core v2.1.1
29972026-04-15T00:25:21.925Z Compiling potential_utf v0.1.4
29982026-04-15T00:25:22.128Z Compiling icu_collections v2.1.1
29992026-04-15T00:25:22.249Z Compiling icu_provider v2.1.1
30002026-04-15T00:25:22.666Z Compiling icu_properties v2.1.2
30012026-04-15T00:25:22.740Z Compiling icu_normalizer v2.1.1
30022026-04-15T00:25:22.793Z Compiling toml_datetime v0.6.11
30032026-04-15T00:25:22.806Z Compiling serde_spanned v0.6.9
30042026-04-15T00:25:22.860Z Compiling dof v0.3.0
30052026-04-15T00:25:23.003Z Compiling serde-value v0.7.0
30062026-04-15T00:25:23.017Z Compiling cargo-platform v0.2.0
30072026-04-15T00:25:23.017Z Compiling macaddr v1.0.1
30082026-04-15T00:25:23.034Z Compiling toml_edit v0.22.27
30092026-04-15T00:25:23.065Z Compiling serde_tokenstream v0.2.3
30102026-04-15T00:25:23.675Z Compiling idna_adapter v1.2.1
30112026-04-15T00:25:23.796Z Compiling idna v1.1.0
30122026-04-15T00:25:23.819Z Compiling usdt-attr-macro v0.5.0
30132026-04-15T00:25:23.831Z Compiling usdt-macro v0.5.0
30142026-04-15T00:25:24.107Z Compiling url v2.5.8
30152026-04-15T00:25:24.398Z Compiling usdt v0.5.0
30162026-04-15T00:25:24.541Z Compiling toml v0.8.23
30172026-04-15T00:25:28.137Z Compiling cargo-util-schemas v0.8.2
30182026-04-15T00:25:28.137Z Compiling cargo_toml v0.21.0
30192026-04-15T00:25:28.137Z Compiling cargo_metadata v0.21.0
30202026-04-15T00:25:29.070Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-04-15T00:25:32.042Z Finished `release` profile [optimized] target(s) in 16.61s
30222026-04-15T00:25:32.168Z
30232026-04-15T00:25:32.168Zreal 16.716030661
30242026-04-15T00:25:32.168Zuser 2:21.847834263
30252026-04-15T00:25:32.168Zsys 16.433955854
30262026-04-15T00:25:32.169Ztrap 0.078603318
30272026-04-15T00:25:32.172Ztflt 0.666326462
30282026-04-15T00:25:32.172Zdflt 1.564163650
30292026-04-15T00:25:32.172Zkflt 0.000057371
30302026-04-15T00:25:32.173Zlock 5:14.315324129
30312026-04-15T00:25:32.173Zslp 3:21.470587937
30322026-04-15T00:25:32.173Zlat 5.900072830
30332026-04-15T00:25:32.173Zstop 18.532441676
30342026-04-15T00:25:32.173Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-04-15T00:25:32.173Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30362026-04-15T00:25:32.173Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-04-15T00:25:32.173Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30382026-04-15T00:25:32.173Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30392026-04-15T00:25:33.094Z Compiling regress v0.10.5
30402026-04-15T00:25:33.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-04-15T00:25:33.099Z Compiling serde_spanned v1.0.4
30422026-04-15T00:25:33.099Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-04-15T00:25:33.267Z Compiling newtype-uuid-macros v0.1.0
30442026-04-15T00:25:33.278Z Compiling progenitor-client v0.13.0
30452026-04-15T00:25:33.282Z Compiling structmeta-derive v0.3.0
30462026-04-15T00:25:33.282Z Compiling rustls v0.22.4
30472026-04-15T00:25:33.282Z Compiling rustls-webpki v0.102.8
30482026-04-15T00:25:33.282Z Compiling multer v3.1.0
30492026-04-15T00:25:33.294Z Compiling debug-ignore v1.0.5
30502026-04-15T00:25:33.367Z Compiling match_cfg v0.1.0
30512026-04-15T00:25:33.381Z Compiling slog-json v2.6.1
30522026-04-15T00:25:33.386Z Compiling async-stream-impl v0.3.6
30532026-04-15T00:25:33.411Z Compiling dropshot v0.16.7
30542026-04-15T00:25:33.428Z Compiling toml v0.9.12+spec-1.1.0
30552026-04-15T00:25:33.459Z Compiling hostname v0.3.1
30562026-04-15T00:25:33.463Z Compiling itertools v0.14.0
30572026-04-15T00:25:33.493Z Compiling waitgroup v0.1.2
30582026-04-15T00:25:33.500Z Compiling rustls-pemfile v2.2.0
30592026-04-15T00:25:33.579Z Compiling slog-bunyan v2.5.0
30602026-04-15T00:25:33.613Z Compiling dropshot_endpoint v0.16.7
30612026-04-15T00:25:33.617Z Compiling hostname v0.4.2
30622026-04-15T00:25:33.617Z Compiling serde_path_to_error v0.1.20
30632026-04-15T00:25:33.677Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30642026-04-15T00:25:33.713Z Compiling macaddr v1.0.1
30652026-04-15T00:25:33.741Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-04-15T00:25:33.777Z Compiling progenitor-client v0.10.0
30672026-04-15T00:25:33.795Z Compiling instant v0.1.13
30682026-04-15T00:25:33.878Z Compiling backon v1.6.0
30692026-04-15T00:25:33.921Z Compiling backoff v0.4.0
30702026-04-15T00:25:33.961Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30712026-04-15T00:25:34.016Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30722026-04-15T00:25:34.035Z Compiling async-stream v0.3.6
30732026-04-15T00:25:34.075Z Compiling progenitor-extras v0.1.1
30742026-04-15T00:25:34.102Z Compiling crucible-workspace-hack v0.1.0
30752026-04-15T00:25:34.118Z Compiling toml v0.8.23
30762026-04-15T00:25:34.136Z Compiling universal-hash v0.5.1
30772026-04-15T00:25:34.154Z Compiling opaque-debug v0.3.1
30782026-04-15T00:25:34.172Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30792026-04-15T00:25:34.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-04-15T00:25:34.226Z Compiling unsafe-libyaml v0.2.11
30812026-04-15T00:25:34.244Z Compiling half v2.7.1
30822026-04-15T00:25:34.295Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-04-15T00:25:34.349Z Compiling ciborium-io v0.2.2
30842026-04-15T00:25:34.364Z Compiling convert_case v0.4.0
30852026-04-15T00:25:34.398Z Compiling structmeta v0.3.0
30862026-04-15T00:25:34.414Z Compiling aead v0.5.2
30872026-04-15T00:25:34.431Z Compiling secrecy v0.10.3
30882026-04-15T00:25:34.456Z Compiling poly1305 v0.8.0
30892026-04-15T00:25:34.574Z Compiling ciborium-ll v0.2.2
30902026-04-15T00:25:34.591Z Compiling chacha20 v0.9.1
30912026-04-15T00:25:34.608Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30922026-04-15T00:25:34.640Z Compiling derive-ex v0.1.8
30932026-04-15T00:25:34.644Z Compiling parse-display-derive v0.10.0
30942026-04-15T00:25:34.750Z Compiling typify-impl v0.6.1
30952026-04-15T00:25:34.766Z Compiling serde_yaml v0.9.34+deprecated
30962026-04-15T00:25:34.783Z Compiling derive_more v0.99.20
30972026-04-15T00:25:34.783Z Compiling ciborium v0.2.2
30982026-04-15T00:25:34.783Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-04-15T00:25:34.830Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31002026-04-15T00:25:34.871Z Compiling thiserror-impl-no-std v2.0.2
31012026-04-15T00:25:34.930Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31022026-04-15T00:25:35.001Z Compiling byte-wrapper v0.1.0
31032026-04-15T00:25:35.125Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31042026-04-15T00:25:35.185Z Compiling password-hash v0.5.0
31052026-04-15T00:25:35.202Z Compiling blake2 v0.10.6
31062026-04-15T00:25:35.242Z Compiling chacha20poly1305 v0.10.1
31072026-04-15T00:25:35.363Z Compiling indent_write v2.2.0
31082026-04-15T00:25:35.385Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-04-15T00:25:35.416Z Compiling heapless v0.8.0
31102026-04-15T00:25:35.433Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-04-15T00:25:35.527Z Compiling argon2 v0.5.3
31122026-04-15T00:25:35.652Z Compiling tokio-rustls v0.25.0
31132026-04-15T00:25:35.725Z Compiling ingot-macros v0.1.1
31142026-04-15T00:25:35.818Z Compiling tabwriter v1.4.1
31152026-04-15T00:25:35.955Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31162026-04-15T00:25:36.078Z Compiling proc-macro-crate v3.4.0
31172026-04-15T00:25:36.126Z Compiling thiserror-no-std v2.0.2
31182026-04-15T00:25:36.237Z Compiling vsss-rs v3.3.4
31192026-04-15T00:25:36.256Z Compiling hash32 v0.3.1
31202026-04-15T00:25:36.284Z Compiling smoltcp v0.11.0
31212026-04-15T00:25:36.390Z Compiling test-strategy v0.4.5
31222026-04-15T00:25:36.417Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-04-15T00:25:36.456Z Compiling parse-display v0.10.0
31242026-04-15T00:25:36.523Z Compiling cobs v0.3.0
31252026-04-15T00:25:36.659Z Compiling foreign-types-macros v0.2.3
31262026-04-15T00:25:36.675Z Compiling num_enum_derive v0.7.5
31272026-04-15T00:25:36.714Z Compiling foreign-types-shared v0.3.1
31282026-04-15T00:25:36.758Z Compiling cpufeatures v0.3.0
31292026-04-15T00:25:36.775Z Compiling colored v3.1.1
31302026-04-15T00:25:36.792Z Compiling postcard v1.1.3
31312026-04-15T00:25:36.832Z Compiling chacha20 v0.10.0
31322026-04-15T00:25:36.855Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31332026-04-15T00:25:37.168Z Compiling proc-macro-crate v1.3.1
31342026-04-15T00:25:37.172Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-04-15T00:25:37.199Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31362026-04-15T00:25:37.223Z Compiling cstr-argument v0.1.2
31372026-04-15T00:25:37.270Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-04-15T00:25:37.294Z Compiling foreign-types v0.5.0
31392026-04-15T00:25:37.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-04-15T00:25:37.395Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-04-15T00:25:37.410Z Compiling rand v0.10.0
31422026-04-15T00:25:37.519Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31432026-04-15T00:25:37.526Z Compiling num-rational v0.4.2
31442026-04-15T00:25:37.555Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31452026-04-15T00:25:37.590Z Compiling num-complex v0.4.6
31462026-04-15T00:25:37.612Z Compiling num_enum_derive v0.5.11
31472026-04-15T00:25:37.650Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-04-15T00:25:37.679Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31492026-04-15T00:25:37.696Z Compiling prettyplease v0.2.37
31502026-04-15T00:25:37.783Z Compiling num_enum v0.7.5
31512026-04-15T00:25:37.808Z Compiling camino-tempfile v1.4.1
31522026-04-15T00:25:37.824Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31532026-04-15T00:25:37.925Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31542026-04-15T00:25:37.956Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31552026-04-15T00:25:37.978Z Compiling num v0.4.3
31562026-04-15T00:25:38.020Z Compiling float-ord v0.3.2
31572026-04-15T00:25:38.150Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-04-15T00:25:38.166Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31592026-04-15T00:25:38.170Z Compiling smf v0.2.3
31602026-04-15T00:25:38.197Z Compiling num-derive v0.4.2
31612026-04-15T00:25:38.201Z Compiling sigpipe v0.1.3
31622026-04-15T00:25:38.294Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31632026-04-15T00:25:38.324Z Compiling glob v0.3.3
31642026-04-15T00:25:38.341Z Compiling whoami v1.6.1
31652026-04-15T00:25:38.405Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31662026-04-15T00:25:38.539Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-04-15T00:25:38.554Z Compiling gethostname v0.5.0
31682026-04-15T00:25:38.645Z Compiling usdt-macro v0.5.0
31692026-04-15T00:25:38.663Z Compiling ingot-types v0.1.2
31702026-04-15T00:25:38.663Z Compiling usdt-attr-macro v0.5.0
31712026-04-15T00:25:38.697Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31722026-04-15T00:25:38.703Z Compiling memmap v0.7.0
31732026-04-15T00:25:38.734Z Compiling num_enum v0.5.11
31742026-04-15T00:25:38.734Z Compiling atomicwrites v0.4.4
31752026-04-15T00:25:38.735Z Compiling derive-where v1.6.0
31762026-04-15T00:25:38.784Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-04-15T00:25:38.879Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31782026-04-15T00:25:38.929Z Compiling resolv-conf v0.7.6
31792026-04-15T00:25:38.947Z Compiling cancel-safe-futures v0.1.5
31802026-04-15T00:25:38.982Z Compiling owo-colors v4.3.0
31812026-04-15T00:25:39.103Z Compiling ingot v0.1.1
31822026-04-15T00:25:39.167Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31832026-04-15T00:25:39.211Z Compiling libsw-core v0.3.2
31842026-04-15T00:25:39.227Z Compiling async-recursion v1.1.1
31852026-04-15T00:25:39.302Z Compiling typify-macro v0.6.1
31862026-04-15T00:25:39.307Z Compiling typify-impl v0.4.3
31872026-04-15T00:25:39.410Z Compiling libsw v3.5.0
31882026-04-15T00:25:39.441Z Compiling libefi-sys v0.1.0
31892026-04-15T00:25:39.457Z Compiling linear-map v1.2.0
31902026-04-15T00:25:39.532Z Compiling usdt v0.5.0
31912026-04-15T00:25:39.574Z Compiling hickory-proto v0.24.4
31922026-04-15T00:25:39.598Z Compiling newline-converter v0.3.0
31932026-04-15T00:25:39.633Z Compiling console v0.15.11
31942026-04-15T00:25:39.670Z Compiling bitfield-struct v0.6.2
31952026-04-15T00:25:39.685Z Compiling linked-hash-map v0.5.6
31962026-04-15T00:25:39.702Z Compiling semver v0.1.20
31972026-04-15T00:25:39.740Z Compiling tokio-dtrace v0.1.1
31982026-04-15T00:25:39.898Z Compiling rustc_version v0.1.7
31992026-04-15T00:25:39.951Z Compiling lru-cache v0.1.2
32002026-04-15T00:25:40.018Z Compiling expectorate v1.2.0
32012026-04-15T00:25:40.043Z Compiling dropshot-api-manager-types v0.6.0
32022026-04-15T00:25:40.060Z Compiling pin-project-internal v1.1.11
32032026-04-15T00:25:40.105Z Compiling slog-dtrace v0.3.0
32042026-04-15T00:25:40.123Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-04-15T00:25:40.158Z Compiling minimal-lexical v0.2.1
32062026-04-15T00:25:40.175Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-04-15T00:25:40.199Z Compiling newtype_derive v0.1.6
32082026-04-15T00:25:40.249Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-04-15T00:25:40.277Z Compiling oxide-tokio-rt v0.1.3
32102026-04-15T00:25:40.353Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-04-15T00:25:40.389Z Compiling nom v7.1.3
32122026-04-15T00:25:40.405Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-04-15T00:25:40.427Z Compiling phf_shared v0.12.1
32142026-04-15T00:25:40.490Z Compiling pem v3.0.6
32152026-04-15T00:25:40.554Z Compiling snafu-derive v0.8.9
32162026-04-15T00:25:40.640Z Compiling csv-core v0.1.13
32172026-04-15T00:25:40.645Z Compiling base64 v0.21.7
32182026-04-15T00:25:40.750Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-04-15T00:25:40.883Z Compiling xshell-macros v0.2.7
32202026-04-15T00:25:40.938Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-04-15T00:25:40.993Z Compiling chrono-tz v0.10.4
32222026-04-15T00:25:41.013Z Compiling highway v1.3.0
32232026-04-15T00:25:41.139Z Compiling same-file v1.0.6
32242026-04-15T00:25:41.168Z Compiling const_format_proc_macros v0.2.34
32252026-04-15T00:25:41.190Z Compiling typify v0.6.1
32262026-04-15T00:25:41.234Z Compiling csv v1.4.0
32272026-04-15T00:25:41.310Z Compiling progenitor-impl v0.13.0
32282026-04-15T00:25:41.327Z Compiling pin-project v1.1.11
32292026-04-15T00:25:41.345Z Compiling xshell v0.2.7
32302026-04-15T00:25:41.346Z Compiling walkdir v2.5.0
32312026-04-15T00:25:41.379Z Compiling phf v0.12.1
32322026-04-15T00:25:41.478Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-04-15T00:25:41.560Z Compiling globset v0.4.18
32342026-04-15T00:25:41.708Z Compiling olpc-cjson v0.1.4
32352026-04-15T00:25:41.802Z Compiling hickory-resolver v0.24.4
32362026-04-15T00:25:41.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-04-15T00:25:41.823Z Compiling primeorder v0.13.6
32382026-04-15T00:25:41.887Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32392026-04-15T00:25:41.904Z Compiling serde_plain v1.0.2
32402026-04-15T00:25:42.038Z Compiling typed-path v0.9.3
32412026-04-15T00:25:42.113Z Compiling const_format v0.2.35
32422026-04-15T00:25:42.129Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-04-15T00:25:42.296Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32442026-04-15T00:25:42.378Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-04-15T00:25:42.398Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-04-15T00:25:42.415Z Compiling tabled_derive v0.7.0
32472026-04-15T00:25:42.458Z Compiling bcs v0.1.6
32482026-04-15T00:25:42.566Z Compiling snafu v0.8.9
32492026-04-15T00:25:42.803Z Compiling utf-8 v0.7.6
32502026-04-15T00:25:42.894Z Compiling qorb v0.4.1
32512026-04-15T00:25:42.957Z Compiling tough v0.20.0
32522026-04-15T00:25:42.987Z Compiling radium v0.7.0
32532026-04-15T00:25:43.005Z Compiling salty v0.3.0
32542026-04-15T00:25:43.022Z Compiling termtree v0.5.1
32552026-04-15T00:25:43.203Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-04-15T00:25:43.321Z Compiling textwrap v0.16.2
32572026-04-15T00:25:43.332Z Compiling tungstenite v0.21.0
32582026-04-15T00:25:43.338Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-04-15T00:25:43.428Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32602026-04-15T00:25:43.445Z Compiling tabled v0.15.0
32612026-04-15T00:25:43.591Z Compiling steno v0.4.1
32622026-04-15T00:25:43.629Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32632026-04-15T00:25:43.644Z Compiling tagptr v0.2.0
32642026-04-15T00:25:43.724Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32652026-04-15T00:25:43.783Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32662026-04-15T00:25:43.812Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-04-15T00:25:43.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32682026-04-15T00:25:43.972Z Compiling typify-macro v0.4.3
32692026-04-15T00:25:44.026Z Compiling progenitor-macro v0.13.0
32702026-04-15T00:25:44.070Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32712026-04-15T00:25:44.207Z Compiling humantime v2.3.0
32722026-04-15T00:25:44.323Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32732026-04-15T00:25:44.362Z Compiling maybe-uninit v2.0.0
32742026-04-15T00:25:44.398Z Compiling tap v1.0.1
32752026-04-15T00:25:44.510Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-04-15T00:25:44.539Z Compiling wyz v0.5.1
32772026-04-15T00:25:44.736Z Compiling tokio-tungstenite v0.21.0
32782026-04-15T00:25:44.755Z Compiling moka v0.12.13
32792026-04-15T00:25:44.772Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-04-15T00:25:45.192Z Compiling p384 v0.13.1
32812026-04-15T00:25:45.397Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-04-15T00:25:45.579Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-04-15T00:25:45.596Z Compiling funty v2.0.0
32842026-04-15T00:25:45.626Z Compiling packed_struct v0.10.1
32852026-04-15T00:25:45.696Z Compiling parking_lot_core v0.8.6
32862026-04-15T00:25:45.773Z Compiling typify v0.4.3
32872026-04-15T00:25:45.791Z Compiling hickory-resolver v0.25.2
32882026-04-15T00:25:45.840Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-04-15T00:25:45.919Z Compiling progenitor-impl v0.10.0
32902026-04-15T00:25:45.959Z Compiling bitvec v1.0.1
32912026-04-15T00:25:45.976Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-04-15T00:25:45.995Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-04-15T00:25:46.175Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-04-15T00:25:46.225Z Compiling polyval v0.6.2
32952026-04-15T00:25:46.241Z Compiling git-stub v1.0.0
32962026-04-15T00:25:46.497Z Compiling packed_struct_codegen v0.10.1
32972026-04-15T00:25:46.544Z Compiling zerocopy-derive v0.6.6
32982026-04-15T00:25:46.560Z Compiling bitfield-macros v0.19.4
32992026-04-15T00:25:46.851Z Compiling proc-macro-error-attr2 v2.0.0
33002026-04-15T00:25:46.993Z Compiling indexmap v1.9.3
33012026-04-15T00:25:47.046Z Compiling crc-catalog v2.4.0
33022026-04-15T00:25:47.171Z Compiling nodrop v0.1.14
33032026-04-15T00:25:47.225Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-04-15T00:25:47.295Z Compiling array-init v0.0.4
33052026-04-15T00:25:47.321Z Compiling proc-macro-error2 v2.0.1
33062026-04-15T00:25:47.331Z Compiling bitfield v0.19.4
33072026-04-15T00:25:47.469Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-04-15T00:25:47.500Z Compiling zerocopy v0.6.6
33092026-04-15T00:25:47.512Z Compiling crc v3.4.0
33102026-04-15T00:25:47.534Z Compiling git-stub-vcs v0.1.0
33112026-04-15T00:25:47.534Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33122026-04-15T00:25:47.657Z Compiling ghash v0.5.1
33132026-04-15T00:25:47.662Z Compiling smallvec v0.6.14
33142026-04-15T00:25:47.722Z Compiling num-derive v0.3.3
33152026-04-15T00:25:47.741Z Compiling ctr v0.9.2
33162026-04-15T00:25:47.747Z Compiling arc-swap v1.8.2
33172026-04-15T00:25:47.840Z Compiling lzma-sys v0.1.20
33182026-04-15T00:25:47.858Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-04-15T00:25:47.894Z Compiling unicase v2.9.0
33202026-04-15T00:25:47.917Z Compiling hashbrown v0.12.3
33212026-04-15T00:25:47.967Z Compiling aes-gcm v0.10.3
33222026-04-15T00:25:48.020Z Compiling slog-scope v4.4.1
33232026-04-15T00:25:48.103Z Compiling parking_lot v0.11.2
33242026-04-15T00:25:48.115Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33252026-04-15T00:25:48.132Z Compiling mime_guess v2.0.5
33262026-04-15T00:25:48.186Z Compiling serde-hex v0.1.0
33272026-04-15T00:25:48.305Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-04-15T00:25:48.322Z Compiling tabled_derive v0.11.0
33292026-04-15T00:25:48.529Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-04-15T00:25:48.546Z Compiling progenitor-impl v0.11.2
33312026-04-15T00:25:48.607Z Compiling progenitor-macro v0.10.0
33322026-04-15T00:25:48.625Z Compiling ron v0.8.1
33332026-04-15T00:25:48.673Z Compiling libscf-sys v1.1.0
33342026-04-15T00:25:48.718Z Compiling papergrid v0.17.0
33352026-04-15T00:25:48.744Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33362026-04-15T00:25:48.843Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-04-15T00:25:48.843Z Compiling cargo_toml v0.22.3
33382026-04-15T00:25:48.981Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-04-15T00:25:48.997Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-15T00:25:49.095Z Compiling hashbrown v0.13.2
33412026-04-15T00:25:49.173Z Compiling progenitor v0.13.0
33422026-04-15T00:25:49.247Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-04-15T00:25:49.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33442026-04-15T00:25:49.545Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-04-15T00:25:49.590Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33462026-04-15T00:25:49.616Z Compiling testing_table v0.3.0
33472026-04-15T00:25:49.634Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33482026-04-15T00:25:49.804Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33492026-04-15T00:25:49.950Z Compiling prefix-trie v0.7.0
33502026-04-15T00:25:50.019Z Compiling blowfish v0.9.1
33512026-04-15T00:25:50.059Z Compiling ssh-encoding v0.2.0
33522026-04-15T00:25:50.105Z Compiling fxhash v0.2.1
33532026-04-15T00:25:50.273Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-15T00:25:50.297Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-04-15T00:25:50.314Z Compiling corncobs v0.1.4
33562026-04-15T00:25:50.352Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-04-15T00:25:50.371Z Compiling crc-any v2.5.0
33582026-04-15T00:25:50.455Z Compiling hickory-server v0.25.2
33592026-04-15T00:25:50.587Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-04-15T00:25:50.655Z Compiling ssh-cipher v0.2.0
33612026-04-15T00:25:50.687Z Compiling sled v0.34.7
33622026-04-15T00:25:50.704Z Compiling bcrypt-pbkdf v0.10.0
33632026-04-15T00:25:50.708Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-04-15T00:25:50.911Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33652026-04-15T00:25:51.051Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-04-15T00:25:51.071Z Compiling tabled v0.20.0
33672026-04-15T00:25:51.202Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682026-04-15T00:25:51.313Z Compiling object v0.30.4
33692026-04-15T00:25:51.328Z Compiling progenitor-macro v0.11.2
33702026-04-15T00:25:51.752Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33712026-04-15T00:25:52.276Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-04-15T00:25:52.291Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-04-15T00:25:52.598Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-04-15T00:25:52.666Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33752026-04-15T00:25:52.726Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33762026-04-15T00:25:53.000Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-04-15T00:25:53.327Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-04-15T00:25:53.423Z Compiling slog-stdlog v4.1.1
33792026-04-15T00:25:53.681Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33802026-04-15T00:25:53.697Z Compiling progenitor-client v0.11.2
33812026-04-15T00:25:53.729Z Compiling progenitor v0.10.0
33822026-04-15T00:25:53.773Z Compiling password-hash v0.4.2
33832026-04-15T00:25:53.789Z Compiling secrecy v0.8.0
33842026-04-15T00:25:53.910Z Compiling http-range v0.1.5
33852026-04-15T00:25:53.974Z Compiling half v1.8.3
33862026-04-15T00:25:54.056Z Compiling path-slash v0.1.5
33872026-04-15T00:25:54.198Z Compiling serde_cbor v0.11.2
33882026-04-15T00:25:54.221Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-04-15T00:25:54.274Z Compiling pbkdf2 v0.11.0
33902026-04-15T00:25:54.494Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33912026-04-15T00:25:54.512Z Compiling ron v0.12.0
33922026-04-15T00:25:54.525Z Compiling slog-envlogger v2.2.0
33932026-04-15T00:25:54.544Z Compiling xz2 v0.1.7
33942026-04-15T00:25:54.785Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33952026-04-15T00:25:54.836Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33962026-04-15T00:25:54.892Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-04-15T00:25:55.122Z Compiling ssh-key v0.6.7
33982026-04-15T00:25:55.443Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-04-15T00:25:55.574Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34002026-04-15T00:25:55.727Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34012026-04-15T00:25:55.897Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-04-15T00:25:56.041Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-04-15T00:25:56.155Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-04-15T00:25:56.231Z Compiling p256 v0.13.2
34052026-04-15T00:25:56.383Z Compiling progenitor v0.11.2
34062026-04-15T00:25:56.416Z Compiling p521 v0.13.3
34072026-04-15T00:25:56.612Z Compiling yasna v0.5.2
34082026-04-15T00:25:56.635Z Compiling kstat-rs v0.2.4
34092026-04-15T00:25:56.635Z Compiling headers-core v0.3.0
34102026-04-15T00:25:56.649Z Compiling nanorand v0.7.0
34112026-04-15T00:25:56.726Z Compiling atty v0.2.14
34122026-04-15T00:25:56.770Z Compiling russh-cryptovec v0.7.3
34132026-04-15T00:25:56.775Z Compiling home v0.5.12
34142026-04-15T00:25:56.792Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34152026-04-15T00:25:56.824Z Compiling base16ct v1.0.0
34162026-04-15T00:25:56.841Z Compiling md5 v0.7.0
34172026-04-15T00:25:56.875Z Compiling crc8 v0.1.1
34182026-04-15T00:25:56.915Z Compiling flume v0.11.1
34192026-04-15T00:25:56.959Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34202026-04-15T00:25:56.975Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-04-15T00:25:56.999Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-04-15T00:25:57.018Z Compiling rcgen v0.12.1
34232026-04-15T00:25:57.034Z Compiling headers v0.4.1
34242026-04-15T00:25:57.132Z Compiling russh-keys v0.45.0
34252026-04-15T00:25:57.255Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-04-15T00:25:57.279Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272026-04-15T00:25:57.379Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-04-15T00:25:58.178Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34292026-04-15T00:25:58.203Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-04-15T00:25:58.203Z Compiling hyper-staticfile v0.10.1
34312026-04-15T00:25:58.203Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-04-15T00:25:58.203Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34332026-04-15T00:25:58.203Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-04-15T00:25:58.203Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-04-15T00:25:58.231Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-04-15T00:25:58.256Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34372026-04-15T00:25:58.299Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-04-15T00:25:58.349Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-04-15T00:25:58.533Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-04-15T00:25:58.657Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34412026-04-15T00:25:58.739Z Compiling num-bigint v0.4.6
34422026-04-15T00:25:58.805Z Compiling des v0.8.1
34432026-04-15T00:25:58.809Z Compiling subprocess v0.2.15
34442026-04-15T00:25:58.845Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-15T00:25:58.979Z Compiling hex-literal v0.4.1
34462026-04-15T00:25:59.025Z Compiling display-error-chain v0.2.2
34472026-04-15T00:25:59.116Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-04-15T00:25:59.142Z Compiling colored v2.2.0
34492026-04-15T00:25:59.193Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-04-15T00:25:59.213Z Compiling socket2 v0.5.10
34512026-04-15T00:25:59.260Z Compiling internet-checksum v0.2.1
34522026-04-15T00:25:59.290Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-04-15T00:25:59.602Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34542026-04-15T00:25:59.650Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34552026-04-15T00:25:59.867Z Compiling russh v0.45.0
34562026-04-15T00:26:02.223Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-04-15T00:26:02.905Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-04-15T00:26:03.234Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-04-15T00:26:03.434Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-04-15T00:26:10.927Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-04-15T00:26:10.927Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-04-15T00:26:10.931Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-04-15T00:26:10.931Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-04-15T00:26:12.595Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-04-15T00:26:12.708Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-04-15T00:26:16.786Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-04-15T00:26:36.394Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-04-15T00:26:54.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34692026-04-15T00:26:54.453Z
34702026-04-15T00:26:54.453Zreal 1:22.210815044
34712026-04-15T00:26:54.453Zuser 8:13.947080453
34722026-04-15T00:26:54.453Zsys 1:39.073086200
34732026-04-15T00:26:54.453Ztrap 0.255947076
34742026-04-15T00:26:54.453Ztflt 0.544229406
34752026-04-15T00:26:54.453Zdflt 1.509201248
34762026-04-15T00:26:54.454Zkflt 0.000157258
34772026-04-15T00:26:54.454Zlock 28:09.508852842
34782026-04-15T00:26:54.454Zslp 19:13.045603814
34792026-04-15T00:26:54.457Zlat 40.557322307
34802026-04-15T00:26:54.457Zstop 2:36.900951983
34812026-04-15T00:26:54.457Z+ mkdir tests
34822026-04-15T00:26:54.461Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-04-15T00:26:54.461Z+ xargs -I '{}' -t cp '{}' tests/
34842026-04-15T00:26:54.577Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-dd62d5f27c16b217 tests/
34852026-04-15T00:26:54.607Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-96025564fdcbc0be tests/
34862026-04-15T00:26:54.636Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-38fc98e62670483d tests/
34872026-04-15T00:26:54.666Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-863326776330a3e1 tests/
34882026-04-15T00:26:54.902Z+ 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/*)
34892026-04-15T00:26:54.906Z+ 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-96025564fdcbc0be tests/commtest-38fc98e62670483d tests/dhcp_server-dd62d5f27c16b217 tests/end_to_end_tests-863326776330a3e1 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
34902026-04-15T00:28:17.062ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-04-15T00:28:17.062Za .github/buildomat/ci-env.sh 1K
34922026-04-15T00:28:17.062Za out/target/test 1K
34932026-04-15T00:28:17.062Za out/npuzone/npuzone 27402K
34942026-04-15T00:28:17.062Za package-manifest.toml 35K
34952026-04-15T00:28:17.062Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-04-15T00:28:17.062Za target/release/omicron-package 45878K
34972026-04-15T00:28:17.062Za target/release/xtask 11439K
34982026-04-15T00:28:17.062Za target/debug/bootstrap 338880K
34992026-04-15T00:28:17.062Za tests/bootstrap-96025564fdcbc0be 31310K
35002026-04-15T00:28:17.062Za tests/commtest-38fc98e62670483d 32395K
35012026-04-15T00:28:17.062Za tests/dhcp_server-dd62d5f27c16b217 31310K
35022026-04-15T00:28:17.062Za tests/end_to_end_tests-863326776330a3e1 381101K
35032026-04-15T00:28:17.062Za out/clickhouse.tar.gz 309559K
35042026-04-15T00:28:17.062Za out/clickhouse_keeper.tar.gz 294987K
35052026-04-15T00:28:17.062Za out/clickhouse_server.tar.gz 309558K
35062026-04-15T00:28:17.062Za out/cockroachdb.tar.gz 157698K
35072026-04-15T00:28:17.063Za out/crucible-pantry-zone.tar.gz 40488K
35082026-04-15T00:28:17.063Za out/crucible-utils.tar 17744K
35092026-04-15T00:28:17.063Za out/crucible-zone.tar.gz 54626K
35102026-04-15T00:28:17.063Za out/external-dns.tar.gz 44321K
35112026-04-15T00:28:17.063Za out/internal-dns.tar.gz 44321K
35122026-04-15T00:28:17.063Za out/mg-ddm-gz.tar 78377K
35132026-04-15T00:28:17.063Za out/nexus.tar.gz 216480K
35142026-04-15T00:28:17.063Za out/ntp.tar.gz 26953K
35152026-04-15T00:28:17.063Za out/omicron-gateway-softnpu.tar.gz 28465K
35162026-04-15T00:28:17.063Za out/omicron-sled-agent.tar 195305K
35172026-04-15T00:28:17.063Za out/overlay.tar.gz 3K
35182026-04-15T00:28:17.063Za out/oximeter.tar.gz 59798K
35192026-04-15T00:28:17.063Za out/oxlog.tar 3782K
35202026-04-15T00:28:17.063Za out/probe.tar.gz 3037K
35212026-04-15T00:28:17.063Za out/propolis-server.tar.gz 33249K
35222026-04-15T00:28:17.063Za out/pumpkind-gz.tar 26647K
35232026-04-15T00:28:17.063Za out/switch-softnpu.tar.gz 374592K
35242026-04-15T00:28:17.067Z
35252026-04-15T00:28:17.067Zreal 1:22.149175600
35262026-04-15T00:28:17.067Zuser 1:19.615032474
35272026-04-15T00:28:17.067Zsys 4.206716350
35282026-04-15T00:28:17.067Ztrap 0.008039868
35292026-04-15T00:28:17.067Ztflt 0.000000000
35302026-04-15T00:28:17.067Zdflt 0.000000000
35312026-04-15T00:28:17.067Zkflt 0.000000000
35322026-04-15T00:28:17.067Zlock 0.000000000
35332026-04-15T00:28:17.067Zslp 1:19.523368245
35342026-04-15T00:28:17.067Zlat 0.941037740
35352026-04-15T00:28:17.067Zstop 0.000215786
35362026-04-15T00:28:17.067Zprocess exited: duration 989251 ms, exit code 0
 
35372026-04-15T00:28:17.083Zfound 1 output files
35382026-04-15T00:28:17.089Zuploading: /work/package.tar.gz (2330383406 bytes)
35392026-04-15T00:28:42.468Zuploaded: /work/package.tar.gz