01M15V7JBTNKGJRGEHTPRYKMKE: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M15V82QDA298K1ACMCKYE1Z0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T04:08:50.869Zjob assigned to worker 01M15V85YWF5GH15RSYFHBG1PS [factory aws, i-0f6337dc127467944] (queued for 45 s)
 
22026-08-29T04:08:58.561Zstarting task 0: "setup"
32026-08-29T04:08:58.565Z++ uname -s
42026-08-29T04:08:58.569Z+ kern=SunOS
52026-08-29T04:08:58.569Z+ build_user=build
62026-08-29T04:08:58.569Z+ build_uid=12345
72026-08-29T04:08:58.569Z+ work_dir=/work
82026-08-29T04:08:58.569Z+ input_dir=/input
92026-08-29T04:08:58.569Z+ [[ 0 == 12345 ]]
102026-08-29T04:08:58.569Z+ case "$kern" in
112026-08-29T04:08:58.569Z+ groupadd -g 12345 build
122026-08-29T04:08:58.572Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T04:09:00.578Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T04:09:00.675Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T04:09:00.678Z+ home_fs=zfs
162026-08-29T04:09:00.679Z+ [[ zfs == autofs ]]
172026-08-29T04:09:00.679Z+ mkdir -p /home/build
182026-08-29T04:09:00.682Z+ chown build:build /home/build /work
192026-08-29T04:09:02.681Z+ chmod 0700 /home/build /work
202026-08-29T04:09:02.685Zprocess exited: duration 4127 ms, exit code 0
 
212026-08-29T04:09:02.691Zstarting task 1: "rust-toolchain"
222026-08-29T04:09:02.698Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T04:09:02.698Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-29T04:09:02.698Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-29T04:09:02.698Z * rust toolchain channel = "1.97.1"
262026-08-29T04:09:02.698Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T04:09:02.698Z * rust toolchain profile = "default"
282026-08-29T04:09:02.701Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T04:09:02.701Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T04:09:02.790Zinfo: downloading installer
312026-08-29T04:09:04.101Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T04:09:04.101Zwarn: /home/build/.rustup/settings.toml
332026-08-29T04:09:04.101Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T04:09:04.101Zwarn: instead of the one inferred from the default host triple.
352026-08-29T04:09:04.112Zinfo: profile set to default
362026-08-29T04:09:04.113Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T04:09:04.118Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T04:09:04.247Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T04:09:04.251Zinfo: downloading 6 components
402026-08-29T04:09:18.734Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T04:09:18.734Z
422026-08-29T04:09:18.763Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T04:09:18.764Z
442026-08-29T04:09:18.764Z
452026-08-29T04:09:18.764ZRust is installed now. Great!
462026-08-29T04:09:18.764Z
472026-08-29T04:09:18.764ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T04:09:18.764Zenvironment variable. This has not been done automatically.
492026-08-29T04:09:18.764Z
502026-08-29T04:09:18.764ZTo configure your current shell, you need to source
512026-08-29T04:09:18.764Zthe corresponding env file under $HOME/.cargo.
522026-08-29T04:09:18.764Z
532026-08-29T04:09:18.764ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T04:09:18.764Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T04:09:18.764Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T04:09:18.764Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T04:09:18.764Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T04:09:18.764Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T04:09:18.764Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T04:09:18.768Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T04:09:18.768Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T04:09:18.911Z+ rustup --version
632026-08-29T04:09:18.916Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T04:09:18.916Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T04:09:18.916Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T04:09:18.916Z+ cargo --version
672026-08-29T04:09:18.916Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T04:09:18.916Z+ rustc --version
692026-08-29T04:09:18.927Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T04:09:18.931Zprocess exited: duration 16238 ms, exit code 0
 
712026-08-29T04:09:18.939Zstarting task 2: "authentication"
722026-08-29T04:09:18.958Zprocess exited: duration 19 ms, exit code 0
 
732026-08-29T04:09:18.969Zstarting task 3: "clone repository"
742026-08-29T04:09:18.972Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T04:09:18.973Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T04:09:19.005ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T04:09:31.477Z+ cd /work/oxidecomputer/omicron
782026-08-29T04:09:31.477Z+ git fetch origin 89aef0a67f380506ea016c0207fbb8df51b2d21d
792026-08-29T04:09:31.833ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T04:09:31.833Z * branch 89aef0a67f380506ea016c0207fbb8df51b2d21d -> FETCH_HEAD
812026-08-29T04:09:31.847Z+ [[ -n bump-console-46f3fd84 ]]
822026-08-29T04:09:31.851Z++ git branch --show-current
832026-08-29T04:09:31.854Z+ current=main
842026-08-29T04:09:31.854Z+ [[ main != bump-console-46f3fd84 ]]
852026-08-29T04:09:31.854Z+ git branch -f bump-console-46f3fd84 89aef0a67f380506ea016c0207fbb8df51b2d21d
862026-08-29T04:09:31.857Z+ git checkout -f bump-console-46f3fd84
872026-08-29T04:09:32.111ZSwitched to branch 'bump-console-46f3fd84'
882026-08-29T04:09:32.114Z+ git reset --hard 89aef0a67f380506ea016c0207fbb8df51b2d21d
892026-08-29T04:09:32.366ZHEAD is now at 89aef0a67 Bump web console
902026-08-29T04:09:32.369Zprocess exited: duration 13402 ms, exit code 0
 
912026-08-29T04:09:32.379Zstarting task 4: "build"
922026-08-29T04:09:32.382Z+ source .github/buildomat/ci-env.sh
932026-08-29T04:09:32.382Z++ export CARGO_TERM_COLOR=always
942026-08-29T04:09:32.382Z++ CARGO_TERM_COLOR=always
952026-08-29T04:09:32.385Z+++ uname -s
962026-08-29T04:09:32.386Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T04:09:32.386Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T04:09:32.389Z+ cargo --version
992026-08-29T04:09:32.397Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T04:09:32.400Z+ rustc --version
1012026-08-29T04:09:32.420Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T04:09:32.424Z+ WORK=/work
1032026-08-29T04:09:32.424Z+ pfexec mkdir -p /work
1042026-08-29T04:09:32.427Z+ pfexec chown build /work
1052026-08-29T04:09:32.430Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-29T04:09:34.594Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-29T04:09:34.997Z Startup: Caching catalogs ... Done
1082026-08-29T04:09:37.301ZPlanning: Solver setup ... Done (2.175s)
1092026-08-29T04:09:37.364ZPlanning: Running solver ... Done (0.064s)
1102026-08-29T04:09:37.418ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-29T04:09:37.430ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-29T04:09:37.450ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-29T04:09:37.465ZPlanning: Package planning ... Done (0.015s)
1142026-08-29T04:09:37.469ZPlanning: Merging actions ... Done (0.001s)
1152026-08-29T04:09:37.691ZPlanning: Checking for conflicting actions ... Done (0.225s)
1162026-08-29T04:09:37.694ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-29T04:09:38.581ZPlanning: Evaluating mediators ... Done (0.889s)
1182026-08-29T04:09:38.584ZPlanning: Planning completed in 3.54 seconds
1192026-08-29T04:09:38.591Z Packages to install: 2
1202026-08-29T04:09:38.592Z Estimated space available: 156.01 GB
1212026-08-29T04:09:38.592ZEstimated space to be consumed: 83.65 MB
1222026-08-29T04:09:38.592Z Create boot environment: No
1232026-08-29T04:09:38.592ZCreate backup boot environment: No
1242026-08-29T04:09:38.592Z Rebuild boot archive: No
1252026-08-29T04:09:38.592Z
1262026-08-29T04:09:38.596ZChanged packages:
1272026-08-29T04:09:38.596Zhelios
1282026-08-29T04:09:38.596Z developer/build-essential
1292026-08-29T04:09:38.596Z None -> 11-3.0
1302026-08-29T04:09:38.596Z library/libxmlsec1
1312026-08-29T04:09:38.596Z None -> 1.2.35-3.0
1322026-08-29T04:09:38.615Z
1332026-08-29T04:09:38.616ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-29T04:09:38.684ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-29T04:09:38.754Z Actions: 1/268 actions (Installing new actions)
1362026-08-29T04:09:38.798Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-29T04:09:38.866ZFinalize: Updating package state database ... Done (0.039s)
1382026-08-29T04:09:38.866ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-29T04:09:38.924ZFinalize: Updating image state ... Done (0.091s)
1402026-08-29T04:09:41.591ZFinalize: Creating fast lookup database ... Done (2.613s)
1412026-08-29T04:09:41.663ZFinalize: Reading search index ... Done (0.012s)
1422026-08-29T04:09:41.666ZFinalize: Updating search index ... Done (0.000s)
1432026-08-29T04:09:41.784ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-29T04:09:42.132ZPlanning: Evaluating mediator changes ... Done
1452026-08-29T04:09:42.236ZPlanning: Checking for conflicting actions ... Done
1462026-08-29T04:09:42.239ZPlanning: Consolidating action changes ... Done
1472026-08-29T04:09:42.391ZPlanning: Evaluating mediators ... Done
1482026-08-29T04:09:42.395ZPlanning: Planning completed in 0.26 seconds
1492026-08-29T04:09:42.414Z Mediators to change: 2
1502026-08-29T04:09:42.414Z Create boot environment: No
1512026-08-29T04:09:42.414ZCreate backup boot environment: No
1522026-08-29T04:09:42.456ZFinalize: Updating package state database ... Done
1532026-08-29T04:09:42.456ZFinalize: Updating package cache ... Done
1542026-08-29T04:09:42.509ZFinalize: Updating image state ... Done
1552026-08-29T04:09:44.436ZFinalize: Creating fast lookup database ... Done
1562026-08-29T04:09:44.494ZFinalize: Reading search index ... Done
1572026-08-29T04:09:44.499ZFinalize: Updating search index ... Done
1582026-08-29T04:09:44.567ZFinalize: Updating package cache ... Done
1592026-08-29T04:09:44.853ZPlanning: Evaluating mediator changes ... Done
1602026-08-29T04:09:44.956ZPlanning: Checking for conflicting actions ... Done
1612026-08-29T04:09:44.959ZPlanning: Consolidating action changes ... Done
1622026-08-29T04:09:45.112ZPlanning: Evaluating mediators ... Done
1632026-08-29T04:09:45.115ZPlanning: Planning completed in 0.26 seconds
1642026-08-29T04:09:45.136Z Mediators to change: 1
1652026-08-29T04:09:45.136Z Create boot environment: No
1662026-08-29T04:09:45.136ZCreate backup boot environment: No
1672026-08-29T04:09:45.177ZFinalize: Updating package state database ... Done
1682026-08-29T04:09:45.177ZFinalize: Updating package cache ... Done
1692026-08-29T04:09:45.232ZFinalize: Updating image state ... Done
1702026-08-29T04:09:47.149ZFinalize: Creating fast lookup database ... Done
1712026-08-29T04:09:47.207ZFinalize: Reading search index ... Done
1722026-08-29T04:09:47.210ZFinalize: Updating search index ... Done
1732026-08-29T04:09:47.283ZFinalize: Updating package cache ... Done
1742026-08-29T04:09:47.597ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-29T04:09:47.597Zapache system 2.4 system
1762026-08-29T04:09:47.597Zclang system 15 system
1772026-08-29T04:09:47.597Zcsh system system illumos
1782026-08-29T04:09:47.597Zctags system system illumos
1792026-08-29T04:09:47.598Zfile vendor vendor darwinsys
1802026-08-29T04:09:47.598Zfile system system illumos
1812026-08-29T04:09:47.598Zgcc vendor 14 vendor
1822026-08-29T04:09:47.598Zgcc system 13 system
1832026-08-29T04:09:47.598Zgcc system 10 system
1842026-08-29T04:09:47.598Zgo system 1.25 system
1852026-08-29T04:09:47.598Zllvm system 15 system
1862026-08-29T04:09:47.599Zmariadb system 11.4 system
1872026-08-29T04:09:47.599Zmta vendor vendor dma
1882026-08-29T04:09:47.599Zopenjdk system 17 system
1892026-08-29T04:09:47.599Zopenjdk system 11 system
1902026-08-29T04:09:47.599Zopenssl vendor 3 vendor
1912026-08-29T04:09:47.599Zperl system 5.40 system
1922026-08-29T04:09:47.599Zpostgresql system 18 system
1932026-08-29T04:09:47.599Zpostgresql system 17 system
1942026-08-29T04:09:47.599Zpython vendor 3 vendor
1952026-08-29T04:09:47.599Zpython system 2 system
1962026-08-29T04:09:47.599Zpython3 vendor 3.13 vendor
1972026-08-29T04:09:47.599Zruby system 3.4 system
1982026-08-29T04:09:47.599Zruby system 3.0 system
1992026-08-29T04:09:47.599Zwords vendor vendor american-english
2002026-08-29T04:09:47.599Zwords system system australian-english
2012026-08-29T04:09:47.599Zwords system system british-english
2022026-08-29T04:09:47.599Zwords system system canadian-english
2032026-08-29T04:09:47.600Zwords system system french
2042026-08-29T04:09:47.600Zwords system system italian
2052026-08-29T04:09:47.600Zwords system system ngerman
2062026-08-29T04:09:47.600Zwords system system ogerman
2072026-08-29T04:09:47.600Zwords system system spanish
2082026-08-29T04:09:47.853ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-29T04:09:47.853Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-29T04:09:48.348ZFMRI IFO
2112026-08-29T04:09:48.348Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-29T04:09:48.348Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-29T04:09:48.348Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-29T04:09:48.348Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-29T04:09:48.348Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-29T04:09:48.348Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-29T04:09:48.348Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-29T04:09:48.348Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-29T04:09:48.348Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-29T04:09:48.687Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-29T04:09:49.070Z Updating crates.io index
2222026-08-29T04:09:49.073Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-29T04:09:49.344Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-29T04:09:49.729Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-29T04:09:50.017Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-29T04:09:51.054Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-29T04:09:51.864Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-29T04:09:53.809Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-29T04:09:54.700Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-29T04:09:55.005Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-29T04:09:55.360Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-29T04:09:57.236Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-29T04:09:57.540Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-29T04:09:57.940Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-29T04:09:58.234Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-29T04:09:58.500Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-29T04:09:58.793Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-29T04:09:59.097Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-29T04:09:59.409Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-29T04:09:59.703Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-29T04:10:00.067Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-29T04:10:00.573Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-29T04:10:00.855Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-29T04:10:01.414Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-29T04:10:02.033Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-29T04:10:02.319Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-29T04:10:02.782Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-29T04:10:03.104Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-29T04:10:03.539Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-29T04:10:03.890Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-29T04:10:04.161Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-29T04:10:04.480Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-29T04:10:04.875Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-29T04:10:05.420Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-29T04:10:05.723Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-29T04:10:06.001Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-29T04:10:06.316Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-29T04:10:06.947Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-29T04:10:07.265Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-29T04:10:07.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-29T04:10:07.836Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-29T04:10:08.117Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2632026-08-29T04:10:08.525Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-29T04:10:11.283Z Downloading crates ...
2652026-08-29T04:10:11.341Z Downloaded block-buffer v0.10.4
2662026-08-29T04:10:11.344Z Downloaded anyhow v1.0.104
2672026-08-29T04:10:11.344Z Downloaded errno v0.3.14
2682026-08-29T04:10:11.345Z Downloaded heck v0.4.1
2692026-08-29T04:10:11.348Z Downloaded unicode-linebreak v0.1.5
2702026-08-29T04:10:11.351Z Downloaded serde_spanned v0.6.9
2712026-08-29T04:10:11.351Z Downloaded clap_derive v4.6.1
2722026-08-29T04:10:11.351Z Downloaded anstream v1.0.0
2732026-08-29T04:10:11.355Z Downloaded usdt-macro v0.5.0
2742026-08-29T04:10:11.359Z Downloaded cargo-platform v0.3.2
2752026-08-29T04:10:11.359Z Downloaded colorchoice v1.0.4
2762026-08-29T04:10:11.359Z Downloaded thiserror v2.0.18
2772026-08-29T04:10:11.363Z Downloaded proc-macro-error v1.0.4
2782026-08-29T04:10:11.363Z Downloaded zerocopy v0.7.35
2792026-08-29T04:10:11.370Z Downloaded zmij v1.0.21
2802026-08-29T04:10:11.373Z Downloaded zerocopy-derive v0.7.35
2812026-08-29T04:10:11.373Z Downloaded fnv v1.0.7
2822026-08-29T04:10:11.376Z Downloaded macaddr v1.0.1
2832026-08-29T04:10:11.376Z Downloaded bytecount v0.6.9
2842026-08-29T04:10:11.379Z Downloaded cpufeatures v0.2.17
2852026-08-29T04:10:11.382Z Downloaded crypto-common v0.1.7
2862026-08-29T04:10:11.382Z Downloaded equivalent v1.0.2
2872026-08-29T04:10:11.382Z Downloaded heck v0.5.0
2882026-08-29T04:10:11.386Z Downloaded generic-array v0.14.7
2892026-08-29T04:10:11.388Z Downloaded byteorder v1.5.0
2902026-08-29T04:10:11.391Z Downloaded typenum v1.20.1
2912026-08-29T04:10:11.396Z Downloaded cargo_toml v0.21.0
2922026-08-29T04:10:11.399Z Downloaded anstyle-query v1.1.5
2932026-08-29T04:10:11.402Z Downloaded fastrand v2.3.0
2942026-08-29T04:10:11.406Z Downloaded clap_lex v1.0.0
2952026-08-29T04:10:11.406Z Downloaded dof v0.3.0
2962026-08-29T04:10:11.410Z Downloaded getrandom v0.4.3
2972026-08-29T04:10:11.415Z Downloaded memmap v0.7.0
2982026-08-29T04:10:11.418Z Downloaded itoa v1.0.17
2992026-08-29T04:10:11.421Z Downloaded toml_datetime v0.6.11
3002026-08-29T04:10:11.422Z Downloaded is_terminal_polyfill v1.70.2
3012026-08-29T04:10:11.422Z Downloaded dtrace-parser v0.2.0
3022026-08-29T04:10:11.428Z Downloaded plain v0.2.3
3032026-08-29T04:10:11.431Z Downloaded usdt-attr-macro v0.5.0
3042026-08-29T04:10:11.431Z Downloaded smawk v0.3.2
3052026-08-29T04:10:11.431Z Downloaded swrite v0.1.0
3062026-08-29T04:10:11.436Z Downloaded autocfg v1.5.0
3072026-08-29T04:10:11.439Z Downloaded terminal_size v0.4.3
3082026-08-29T04:10:11.444Z Downloaded cfg-if v1.0.4
3092026-08-29T04:10:11.448Z Downloaded thread-id v4.2.2
3102026-08-29T04:10:11.448Z Downloaded anstyle v1.0.14
3112026-08-29T04:10:11.448Z Downloaded digest v0.10.7
3122026-08-29T04:10:11.454Z Downloaded bitflags v2.11.0
3132026-08-29T04:10:11.457Z Downloaded clap v4.6.1
3142026-08-29T04:10:11.460Z Downloaded version_check v0.9.5
3152026-08-29T04:10:11.460Z Downloaded tabled_derive v0.7.0
3162026-08-29T04:10:11.460Z Downloaded pretty-hex v0.4.1
3172026-08-29T04:10:11.460Z Downloaded strsim v0.11.1
3182026-08-29T04:10:11.464Z Downloaded utf8parse v0.2.2
3192026-08-29T04:10:11.465Z Downloaded scroll_derive v0.12.1
3202026-08-29T04:10:11.467Z Downloaded toml_write v0.1.2
3212026-08-29T04:10:11.472Z Downloaded usdt v0.5.0
3222026-08-29T04:10:11.472Z Downloaded proc-macro-error-attr v1.0.4
3232026-08-29T04:10:11.475Z Downloaded anstyle-parse v1.0.0
3242026-08-29T04:10:11.478Z Downloaded thiserror-impl v1.0.69
3252026-08-29T04:10:11.478Z Downloaded usdt-impl v0.5.0
3262026-08-29T04:10:11.481Z Downloaded once_cell v1.21.3
3272026-08-29T04:10:11.485Z Downloaded fs-err v3.3.0
3282026-08-29T04:10:11.487Z Downloaded quote v1.0.45
3292026-08-29T04:10:11.488Z Downloaded camino-tempfile v1.4.1
3302026-08-29T04:10:11.488Z Downloaded thiserror v1.0.69
3312026-08-29T04:10:11.494Z Downloaded log v0.4.33
3322026-08-29T04:10:11.497Z Downloaded pest_generator v2.8.6
3332026-08-29T04:10:11.497Z Downloaded cargo_metadata v0.23.1
3342026-08-29T04:10:11.500Z Downloaded serde_tokenstream v0.2.3
3352026-08-29T04:10:11.508Z Downloaded ucd-trie v0.1.7
3362026-08-29T04:10:11.512Z Downloaded camino v1.2.5
3372026-08-29T04:10:11.512Z Downloaded tempfile v3.27.0
3382026-08-29T04:10:11.515Z Downloaded scroll v0.12.0
3392026-08-29T04:10:11.524Z Downloaded toml v0.8.23
3402026-08-29T04:10:11.533Z Downloaded thiserror-impl v2.0.18
3412026-08-29T04:10:11.536Z Downloaded pest_derive v2.8.6
3422026-08-29T04:10:11.536Z Downloaded proc-macro2 v1.0.106
3432026-08-29T04:10:11.539Z Downloaded semver v1.0.28
3442026-08-29T04:10:11.542Z Downloaded sha2 v0.10.9
3452026-08-29T04:10:11.545Z Downloaded papergrid v0.11.0
3462026-08-29T04:10:11.551Z Downloaded serde_core v1.0.228
3472026-08-29T04:10:11.554Z Downloaded unicode-ident v1.0.24
3482026-08-29T04:10:11.554Z Downloaded textwrap v0.16.2
3492026-08-29T04:10:11.564Z Downloaded pest_meta v2.8.6
3502026-08-29T04:10:11.568Z Downloaded serde_derive v1.0.228
3512026-08-29T04:10:11.573Z Downloaded goblin v0.8.2
3522026-08-29T04:10:11.576Z Downloaded indexmap v2.14.0
3532026-08-29T04:10:11.579Z Downloaded serde v1.0.228
3542026-08-29T04:10:11.583Z Downloaded winnow v0.7.14
3552026-08-29T04:10:11.586Z Downloaded memchr v2.8.0
3562026-08-29T04:10:11.589Z Downloaded toml_edit v0.22.27
3572026-08-29T04:10:11.593Z Downloaded tabled v0.15.0
3582026-08-29T04:10:11.604Z Downloaded pest v2.8.6
3592026-08-29T04:10:11.619Z Downloaded serde_json v1.0.151
3602026-08-29T04:10:11.624Z Downloaded clap_builder v4.6.0
3612026-08-29T04:10:11.629Z Downloaded hashbrown v0.17.0
3622026-08-29T04:10:11.653Z Downloaded syn v1.0.109
3632026-08-29T04:10:11.661Z Downloaded unicode-width v0.2.0
3642026-08-29T04:10:11.664Z Downloaded unicode-width v0.1.14
3652026-08-29T04:10:11.667Z Downloaded syn v2.0.117
3662026-08-29T04:10:11.682Z Downloaded rustix v1.1.4
3672026-08-29T04:10:11.706Z Downloaded libc v0.2.185
3682026-08-29T04:10:11.768Z Compiling proc-macro2 v1.0.106
3692026-08-29T04:10:11.768Z Compiling unicode-ident v1.0.24
3702026-08-29T04:10:11.768Z Compiling quote v1.0.45
3712026-08-29T04:10:11.771Z Compiling serde_core v1.0.228
3722026-08-29T04:10:11.771Z Compiling libc v0.2.185
3732026-08-29T04:10:11.771Z Compiling version_check v0.9.5
3742026-08-29T04:10:11.771Z Compiling memchr v2.8.0
3752026-08-29T04:10:11.771Z Compiling serde v1.0.228
3762026-08-29T04:10:11.771Z Compiling zmij v1.0.21
3772026-08-29T04:10:11.771Z Compiling itoa v1.0.17
3782026-08-29T04:10:11.771Z Compiling thiserror v1.0.69
3792026-08-29T04:10:11.771Z Compiling ucd-trie v0.1.7
3802026-08-29T04:10:11.771Z Compiling byteorder v1.5.0
3812026-08-29T04:10:11.942Z Compiling rustix v1.1.4
3822026-08-29T04:10:12.157Z Compiling bitflags v2.11.0
3832026-08-29T04:10:12.293Z Compiling serde_json v1.0.151
3842026-08-29T04:10:12.404Z Compiling pest v2.8.6
3852026-08-29T04:10:12.407Z Compiling camino v1.2.5
3862026-08-29T04:10:12.455Z Compiling usdt-impl v0.5.0
3872026-08-29T04:10:12.458Z Compiling proc-macro-error-attr v1.0.4
3882026-08-29T04:10:12.492Z Compiling syn v1.0.109
3892026-08-29T04:10:12.543Z Compiling proc-macro-error v1.0.4
3902026-08-29T04:10:12.673Z Compiling hashbrown v0.17.0
3912026-08-29T04:10:12.692Z Compiling equivalent v1.0.2
3922026-08-29T04:10:12.711Z Compiling log v0.4.33
3932026-08-29T04:10:12.728Z Compiling utf8parse v0.2.2
3942026-08-29T04:10:12.836Z Compiling plain v0.2.3
3952026-08-29T04:10:12.857Z Compiling getrandom v0.4.3
3962026-08-29T04:10:12.914Z Compiling anstyle-parse v1.0.0
3972026-08-29T04:10:12.917Z Compiling colorchoice v1.0.4
3982026-08-29T04:10:12.933Z Compiling is_terminal_polyfill v1.70.2
3992026-08-29T04:10:12.986Z Compiling anstyle-query v1.1.5
4002026-08-29T04:10:13.004Z Compiling errno v0.3.14
4012026-08-29T04:10:13.007Z Compiling thread-id v4.2.2
4022026-08-29T04:10:13.008Z Compiling thiserror v2.0.18
4032026-08-29T04:10:13.009Z Compiling autocfg v1.5.0
4042026-08-29T04:10:13.093Z Compiling anstyle v1.0.14
4052026-08-29T04:10:13.115Z Compiling winnow v0.7.14
4062026-08-29T04:10:13.115Z Compiling toml_write v0.1.2
4072026-08-29T04:10:13.152Z Compiling cfg-if v1.0.4
4082026-08-29T04:10:13.155Z Compiling pretty-hex v0.4.1
4092026-08-29T04:10:13.257Z Compiling indexmap v2.14.0
4102026-08-29T04:10:13.334Z Compiling anstream v1.0.0
4112026-08-29T04:10:13.376Z Compiling heck v0.5.0
4122026-08-29T04:10:13.396Z Compiling bytecount v0.6.9
4132026-08-29T04:10:13.400Z Compiling strsim v0.11.1
4142026-08-29T04:10:13.437Z Compiling syn v2.0.117
4152026-08-29T04:10:13.499Z Compiling once_cell v1.21.3
4162026-08-29T04:10:13.534Z Compiling pest_meta v2.8.6
4172026-08-29T04:10:13.574Z Compiling fs-err v3.3.0
4182026-08-29T04:10:13.632Z Compiling fastrand v2.3.0
4192026-08-29T04:10:13.662Z Compiling unicode-width v0.1.14
4202026-08-29T04:10:13.712Z Compiling anyhow v1.0.104
4212026-08-29T04:10:13.737Z Compiling fnv v1.0.7
4222026-08-29T04:10:13.756Z Compiling heck v0.4.1
4232026-08-29T04:10:13.786Z Compiling clap_lex v1.0.0
4242026-08-29T04:10:13.862Z Compiling memmap v0.7.0
4252026-08-29T04:10:13.909Z Compiling papergrid v0.11.0
4262026-08-29T04:10:13.927Z Compiling unicode-linebreak v0.1.5
4272026-08-29T04:10:13.931Z Compiling unicode-width v0.2.0
4282026-08-29T04:10:13.965Z Compiling smawk v0.3.2
4292026-08-29T04:10:14.002Z Compiling swrite v0.1.0
4302026-08-29T04:10:14.042Z Compiling terminal_size v0.4.3
4312026-08-29T04:10:14.081Z Compiling tempfile v3.27.0
4322026-08-29T04:10:14.190Z Compiling clap_builder v4.6.0
4332026-08-29T04:10:14.209Z Compiling cargo-platform v0.3.2
4342026-08-29T04:10:14.246Z Compiling semver v1.0.28
4352026-08-29T04:10:14.288Z Compiling textwrap v0.16.2
4362026-08-29T04:10:14.436Z Compiling camino-tempfile v1.4.1
4372026-08-29T04:10:14.944Z Compiling tabled_derive v0.7.0
4382026-08-29T04:10:15.617Z Compiling pest_generator v2.8.6
4392026-08-29T04:10:15.687Z Compiling tabled v0.15.0
4402026-08-29T04:10:16.067Z Compiling serde_derive v1.0.228
4412026-08-29T04:10:16.067Z Compiling thiserror-impl v1.0.69
4422026-08-29T04:10:16.086Z Compiling zerocopy-derive v0.7.35
4432026-08-29T04:10:16.086Z Compiling scroll_derive v0.12.1
4442026-08-29T04:10:16.086Z Compiling thiserror-impl v2.0.18
4452026-08-29T04:10:16.087Z Compiling clap_derive v4.6.1
4462026-08-29T04:10:16.163Z Compiling pest_derive v2.8.6
4472026-08-29T04:10:16.774Z Compiling scroll v0.12.0
4482026-08-29T04:10:16.821Z Compiling zerocopy v0.7.35
4492026-08-29T04:10:16.988Z Compiling goblin v0.8.2
4502026-08-29T04:10:17.111Z Compiling dtrace-parser v0.2.0
4512026-08-29T04:10:17.439Z Compiling clap v4.6.1
4522026-08-29T04:10:18.440Z Compiling toml_datetime v0.6.11
4532026-08-29T04:10:18.440Z Compiling serde_spanned v0.6.9
4542026-08-29T04:10:18.440Z Compiling macaddr v1.0.1
4552026-08-29T04:10:18.443Z Compiling cargo_metadata v0.23.1
4562026-08-29T04:10:18.443Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-29T04:10:18.457Z Compiling dof v0.3.0
4582026-08-29T04:10:18.460Z Compiling serde_tokenstream v0.2.3
4592026-08-29T04:10:18.723Z Compiling toml_edit v0.22.27
4602026-08-29T04:10:19.194Z Compiling usdt-attr-macro v0.5.0
4612026-08-29T04:10:19.212Z Compiling usdt-macro v0.5.0
4622026-08-29T04:10:19.797Z Compiling usdt v0.5.0
4632026-08-29T04:10:19.999Z Compiling toml v0.8.23
4642026-08-29T04:10:20.325Z Compiling cargo_toml v0.21.0
4652026-08-29T04:10:21.587Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-29T04:10:23.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s
4672026-08-29T04:10:23.840Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-29T04:10:24.353Z Downloading crates ...
4692026-08-29T04:10:24.392Z Downloaded backtrace-ext v0.2.1
4702026-08-29T04:10:24.398Z Downloaded async-trait v0.1.89
4712026-08-29T04:10:24.403Z Downloaded block-padding v0.4.2
4722026-08-29T04:10:24.407Z Downloaded console v0.15.11
4732026-08-29T04:10:24.407Z Downloaded addr2line v0.25.1
4742026-08-29T04:10:24.413Z Downloaded backoff v0.4.0
4752026-08-29T04:10:24.423Z Downloaded futures-macro v0.3.32
4762026-08-29T04:10:24.427Z Downloaded base16ct v1.0.0
4772026-08-29T04:10:24.433Z Downloaded normalize-line-endings v0.3.0
4782026-08-29T04:10:24.433Z Downloaded aws-lc-rs v1.16.3
4792026-08-29T04:10:24.440Z Downloaded foreign-types-shared v0.3.1
4802026-08-29T04:10:24.440Z Downloaded backtrace v0.3.76
4812026-08-29T04:10:24.440Z Downloaded adler2 v2.0.1
4822026-08-29T04:10:24.440Z Downloaded enum-as-inner v0.6.1
4832026-08-29T04:10:24.440Z Downloaded bit-set v0.5.3
4842026-08-29T04:10:24.443Z Downloaded aead v0.5.2
4852026-08-29T04:10:24.443Z Downloaded anstream v0.6.21
4862026-08-29T04:10:24.443Z Downloaded arrayvec v0.7.6
4872026-08-29T04:10:24.459Z Downloaded git-stub v1.0.0
4882026-08-29T04:10:24.460Z Downloaded flagset v0.4.7
4892026-08-29T04:10:24.465Z Downloaded globwalk v0.9.1
4902026-08-29T04:10:24.465Z Downloaded bitfield-struct v0.6.2
4912026-08-29T04:10:24.465Z Downloaded fallible-iterator v0.2.0
4922026-08-29T04:10:24.466Z Downloaded fixedbitset v0.4.2
4932026-08-29T04:10:24.467Z Downloaded aho-corasick v1.1.4
4942026-08-29T04:10:24.467Z Downloaded arrayref v0.3.9
4952026-08-29T04:10:24.467Z Downloaded atomicwrites v0.4.4
4962026-08-29T04:10:24.467Z Downloaded ciborium-io v0.2.2
4972026-08-29T04:10:24.467Z Downloaded bitfield v0.19.4
4982026-08-29T04:10:24.467Z Downloaded ff v0.13.1
4992026-08-29T04:10:24.467Z Downloaded ghash v0.6.0
5002026-08-29T04:10:24.467Z Downloaded bzip2 v0.4.4
5012026-08-29T04:10:24.467Z Downloaded assert_matches v1.5.0
5022026-08-29T04:10:24.467Z Downloaded hex-literal v1.1.0
5032026-08-29T04:10:24.467Z Downloaded futures-executor v0.3.32
5042026-08-29T04:10:24.467Z Downloaded gethostname v0.5.0
5052026-08-29T04:10:24.472Z Downloaded bit-vec v0.6.3
5062026-08-29T04:10:24.472Z Downloaded fs-err v2.11.0
5072026-08-29T04:10:24.473Z Downloaded group v0.14.0
5082026-08-29T04:10:24.473Z Downloaded futures-sink v0.3.32
5092026-08-29T04:10:24.473Z Downloaded env_logger v0.11.11
5102026-08-29T04:10:24.473Z Downloaded atty v0.2.14
5112026-08-29T04:10:24.473Z Downloaded async-recursion v1.1.1
5122026-08-29T04:10:24.477Z Downloaded bb8 v0.8.6
5132026-08-29T04:10:24.477Z Downloaded blowfish v0.10.0
5142026-08-29T04:10:24.477Z Downloaded camino-tempfile-ext v0.3.3
5152026-08-29T04:10:24.480Z Downloaded endian-type v0.1.2
5162026-08-29T04:10:24.481Z Downloaded fd-lock v4.0.4
5172026-08-29T04:10:24.481Z Downloaded bit-vec v0.8.0
5182026-08-29T04:10:24.481Z Downloaded async-stream-impl v0.3.6
5192026-08-29T04:10:24.481Z Downloaded nibble_vec v0.1.0
5202026-08-29T04:10:24.481Z Downloaded funty v2.0.0
5212026-08-29T04:10:24.489Z Downloaded futures-task v0.3.32
5222026-08-29T04:10:24.489Z Downloaded foreign-types v0.3.2
5232026-08-29T04:10:24.489Z Downloaded bcrypt-pbkdf v0.11.0
5242026-08-29T04:10:24.489Z Downloaded enum_dispatch v0.3.13
5252026-08-29T04:10:24.499Z Downloaded env_filter v2.0.0
5262026-08-29T04:10:24.499Z Downloaded array-init v0.0.4
5272026-08-29T04:10:24.510Z Downloaded fxhash v0.2.1
5282026-08-29T04:10:24.510Z Downloaded ciborium-ll v0.2.2
5292026-08-29T04:10:24.511Z Downloaded atomic-waker v1.1.2
5302026-08-29T04:10:24.511Z Downloaded const-oid v0.10.2
5312026-08-29T04:10:24.511Z Downloaded base16ct v0.2.0
5322026-08-29T04:10:24.515Z Downloaded float-cmp v0.10.0
5332026-08-29T04:10:24.515Z Downloaded httpdate v1.0.3
5342026-08-29T04:10:24.515Z Downloaded cassowary v0.3.0
5352026-08-29T04:10:24.515Z Downloaded cobs v0.3.0
5362026-08-29T04:10:24.516Z Downloaded foreign-types-macros v0.2.3
5372026-08-29T04:10:24.516Z Downloaded block-buffer v0.12.1
5382026-08-29T04:10:24.516Z Downloaded compression-core v0.4.31
5392026-08-29T04:10:24.516Z Downloaded float-ord v0.3.2
5402026-08-29T04:10:24.516Z Downloaded form_urlencoded v1.2.2
5412026-08-29T04:10:24.516Z Downloaded futures-io v0.3.32
5422026-08-29T04:10:24.516Z Downloaded hash32 v0.2.1
5432026-08-29T04:10:24.521Z Downloaded bitfield-macros v0.19.4
5442026-08-29T04:10:24.521Z Downloaded futures v0.3.32
5452026-08-29T04:10:24.526Z Downloaded ascii-canvas v3.0.0
5462026-08-29T04:10:24.542Z Downloaded foreign-types v0.5.0
5472026-08-29T04:10:24.543Z Downloaded foreign-types-shared v0.1.1
5482026-08-29T04:10:24.543Z Downloaded home v0.5.12
5492026-08-29T04:10:24.543Z Downloaded http-body v1.0.1
5502026-08-29T04:10:24.547Z Downloaded async-stream v0.3.6
5512026-08-29T04:10:24.548Z Downloaded hex v0.4.3
5522026-08-29T04:10:24.548Z Downloaded num_threads v0.1.7
5532026-08-29T04:10:24.548Z Downloaded cfg_aliases v0.1.1
5542026-08-29T04:10:24.548Z Downloaded byte-wrapper v0.1.0
5552026-08-29T04:10:24.548Z Downloaded cmov v0.5.4
5562026-08-29T04:10:24.548Z Downloaded bit-set v0.8.0
5572026-08-29T04:10:24.548Z Downloaded cipher v0.4.4
5582026-08-29T04:10:24.548Z Downloaded fs_extra v1.3.0
5592026-08-29T04:10:24.548Z Downloaded getrandom v0.2.17
5602026-08-29T04:10:24.548Z Downloaded ff v0.14.0
5612026-08-29T04:10:24.569Z Downloaded cbc v0.2.1
5622026-08-29T04:10:24.569Z Downloaded bcs v0.1.6
5632026-08-29T04:10:24.569Z Downloaded cmake v0.1.57
5642026-08-29T04:10:24.569Z Downloaded argon2 v0.5.3
5652026-08-29T04:10:24.569Z Downloaded aead v0.6.1
5662026-08-29T04:10:24.569Z Downloaded cipher v0.5.2
5672026-08-29T04:10:24.584Z Downloaded futures-core v0.3.32
5682026-08-29T04:10:24.584Z Downloaded hostname v0.4.2
5692026-08-29T04:10:24.585Z Downloaded hubpack v0.1.2
5702026-08-29T04:10:24.585Z Downloaded hubpack_derive v0.1.1
5712026-08-29T04:10:24.585Z Downloaded hash32 v0.3.1
5722026-08-29T04:10:24.585Z Downloaded headers-core v0.3.0
5732026-08-29T04:10:24.585Z Downloaded oxide-generation-macros v0.2.0
5742026-08-29T04:10:24.585Z Downloaded proc-macro-crate v3.4.0
5752026-08-29T04:10:24.585Z Downloaded http-range v0.1.5
5762026-08-29T04:10:24.585Z Downloaded rfc6979 v0.4.0
5772026-08-29T04:10:24.585Z Downloaded password-hash v0.6.1
5782026-08-29T04:10:24.585Z Downloaded predicates-core v1.0.10
5792026-08-29T04:10:24.585Z Downloaded fatfs v0.3.6
5802026-08-29T04:10:24.597Z Downloaded erased-serde v0.3.31
5812026-08-29T04:10:24.597Z Downloaded phf_shared v0.13.1
5822026-08-29T04:10:24.597Z Downloaded foldhash v0.2.0
5832026-08-29T04:10:24.597Z Downloaded progenitor-macro v0.14.0
5842026-08-29T04:10:24.597Z Downloaded hostname v0.3.1
5852026-08-29T04:10:24.597Z Downloaded secrecy v0.10.3
5862026-08-29T04:10:24.597Z Downloaded rfc6979 v0.6.0
5872026-08-29T04:10:24.597Z Downloaded proc-macro-crate v1.3.1
5882026-08-29T04:10:24.598Z Downloaded openssl-macros v0.1.1
5892026-08-29T04:10:24.598Z Downloaded castaway v0.2.4
5902026-08-29T04:10:24.598Z Downloaded compression-codecs v0.4.37
5912026-08-29T04:10:24.598Z Downloaded sapling-renderdag v0.1.0
5922026-08-29T04:10:24.617Z Downloaded anstyle-parse v0.2.7
5932026-08-29T04:10:24.617Z Downloaded bs58 v0.5.1
5942026-08-29T04:10:24.617Z Downloaded rustc-hash v2.1.1
5952026-08-29T04:10:24.617Z Downloaded base64ct v1.8.3
5962026-08-29T04:10:24.618Z Downloaded scheduled-thread-pool v0.2.7
5972026-08-29T04:10:24.619Z Downloaded half v2.7.1
5982026-08-29T04:10:24.619Z Downloaded cfg_aliases v0.2.1
5992026-08-29T04:10:24.619Z Downloaded bitflags v1.3.2
6002026-08-29T04:10:24.619Z Downloaded heapless v0.7.17
6012026-08-29T04:10:24.619Z Downloaded filetime v0.2.27
6022026-08-29T04:10:24.619Z Downloaded git-stub-vcs v0.1.0
6032026-08-29T04:10:24.619Z Downloaded find-msvc-tools v0.1.9
6042026-08-29T04:10:24.638Z Downloaded sha1 v0.10.6
6052026-08-29T04:10:24.638Z Downloaded serde_spanned v1.1.1
6062026-08-29T04:10:24.638Z Downloaded signature v2.2.0
6072026-08-29T04:10:24.638Z Downloaded slog-envlogger v2.2.0
6082026-08-29T04:10:24.638Z Downloaded fixedbitset v0.5.7
6092026-08-29T04:10:24.638Z Downloaded humantime v2.3.0
6102026-08-29T04:10:24.638Z Downloaded flate2 v1.1.9
6112026-08-29T04:10:24.638Z Downloaded ahash v0.8.12
6122026-08-29T04:10:24.638Z Downloaded buf-list v1.1.2
6132026-08-29T04:10:24.638Z Downloaded cexpr v0.6.0
6142026-08-29T04:10:24.638Z Downloaded colored v2.2.0
6152026-08-29T04:10:24.638Z Downloaded siphasher v1.0.2
6162026-08-29T04:10:24.638Z Downloaded arc-swap v1.8.2
6172026-08-29T04:10:24.644Z Downloaded chacha20 v0.9.1
6182026-08-29T04:10:24.645Z Downloaded backon v1.6.0
6192026-08-29T04:10:24.645Z Downloaded supports-unicode v3.0.0
6202026-08-29T04:10:24.645Z Downloaded testing_table v0.3.0
6212026-08-29T04:10:24.645Z Downloaded globset v0.4.18
6222026-08-29T04:10:24.645Z Downloaded oxide-update-engine-display v0.1.2
6232026-08-29T04:10:24.645Z Downloaded progenitor-client v0.13.0
6242026-08-29T04:10:24.645Z Downloaded num-integer v0.1.46
6252026-08-29T04:10:24.645Z Downloaded glob v0.3.3
6262026-08-29T04:10:24.646Z Downloaded highway v1.3.0
6272026-08-29T04:10:24.646Z Downloaded polyval v0.7.1
6282026-08-29T04:10:24.646Z Downloaded password-hash v0.5.0
6292026-08-29T04:10:24.646Z Downloaded port-file v0.1.0
6302026-08-29T04:10:24.652Z Downloaded sqlparser_derive v0.5.0
6312026-08-29T04:10:24.652Z Downloaded tabwriter v1.4.1
6322026-08-29T04:10:24.652Z Downloaded rustls-pemfile v2.2.0
6332026-08-29T04:10:24.652Z Downloaded tokio-macros v2.7.0
6342026-08-29T04:10:24.652Z Downloaded tagptr v0.2.0
6352026-08-29T04:10:24.652Z Downloaded untrusted v0.7.1
6362026-08-29T04:10:24.680Z Downloaded pem v3.0.6
6372026-08-29T04:10:24.680Z Downloaded getrandom v0.3.4
6382026-08-29T04:10:24.680Z Downloaded unarray v0.1.4
6392026-08-29T04:10:24.694Z Downloaded num_enum v0.5.11
6402026-08-29T04:10:24.694Z Downloaded async-bb8-diesel v0.2.1
6412026-08-29T04:10:24.694Z Downloaded blake2 v0.11.0-rc.6
6422026-08-29T04:10:24.694Z Downloaded http-body-util v0.1.3
6432026-08-29T04:10:24.694Z Downloaded chacha20 v0.10.0
6442026-08-29T04:10:24.694Z Downloaded console v0.16.2
6452026-08-29T04:10:24.694Z Downloaded psm v0.1.30
6462026-08-29T04:10:24.694Z Downloaded rand_core v0.10.0
6472026-08-29T04:10:24.694Z Downloaded rustc_version v0.1.7
6482026-08-29T04:10:24.694Z Downloaded bzip2 v0.6.1
6492026-08-29T04:10:24.694Z Downloaded rand_core v0.9.5
6502026-08-29T04:10:24.694Z Downloaded clang-sys v1.8.1
6512026-08-29T04:10:24.694Z Downloaded tower-layer v0.3.3
6522026-08-29T04:10:24.694Z Downloaded trait-variant v0.1.2
6532026-08-29T04:10:24.694Z Downloaded utf-8 v0.7.6
6542026-08-29T04:10:24.694Z Downloaded ciborium v0.2.2
6552026-08-29T04:10:24.694Z Downloaded want v0.3.1
6562026-08-29T04:10:24.694Z Downloaded blake2 v0.10.6
6572026-08-29T04:10:24.694Z Downloaded cancel-safe-futures v0.1.5
6582026-08-29T04:10:24.694Z Downloaded colored v3.1.1
6592026-08-29T04:10:24.695Z Downloaded futures-channel v0.3.32
6602026-08-29T04:10:24.695Z Downloaded hybrid-array v0.4.13
6612026-08-29T04:10:24.695Z Downloaded serde-hex v0.1.0
6622026-08-29T04:10:24.695Z Downloaded elliptic-curve v0.14.1
6632026-08-29T04:10:24.695Z Downloaded group v0.13.0
6642026-08-29T04:10:24.695Z Downloaded allocator-api2 v0.2.21
6652026-08-29T04:10:24.695Z Downloaded argon2 v0.6.0-rc.8
6662026-08-29T04:10:24.707Z Downloaded zeroize_derive v1.5.0
6672026-08-29T04:10:24.707Z Downloaded xshell-macros v0.2.7
6682026-08-29T04:10:24.707Z Downloaded convert_case v0.4.0
6692026-08-29T04:10:24.707Z Downloaded hickory-resolver v0.24.4
6702026-08-29T04:10:24.707Z Downloaded yoke-derive v0.8.1
6712026-08-29T04:10:24.707Z Downloaded serde_path_to_error v0.1.20
6722026-08-29T04:10:24.707Z Downloaded serde_with_macros v1.5.2
6732026-08-29T04:10:24.707Z Downloaded slog-term v2.9.2
6742026-08-29T04:10:24.707Z Downloaded zone_cfg_derive v0.3.1
6752026-08-29T04:10:24.707Z Downloaded defmt-parser v1.0.0
6762026-08-29T04:10:24.707Z Downloaded strum_macros v0.24.3
6772026-08-29T04:10:24.707Z Downloaded dirs-sys-next v0.1.2
6782026-08-29T04:10:24.707Z Downloaded dof v0.4.0
6792026-08-29T04:10:24.708Z Downloaded crunchy v0.2.4
6802026-08-29T04:10:24.708Z Downloaded curve25519-dalek-derive v0.1.1
6812026-08-29T04:10:24.708Z Downloaded darling_macro v0.20.11
6822026-08-29T04:10:24.708Z Downloaded darling_macro v0.21.3
6832026-08-29T04:10:24.709Z Downloaded difflib v0.4.0
6842026-08-29T04:10:24.715Z Downloaded foldhash v0.1.5
6852026-08-29T04:10:24.732Z Downloaded smallvec v0.6.14
6862026-08-29T04:10:24.732Z Downloaded parking_lot_core v0.9.12
6872026-08-29T04:10:24.732Z Downloaded poly1305 v0.9.0
6882026-08-29T04:10:24.732Z Downloaded hmac v0.12.1
6892026-08-29T04:10:24.732Z Downloaded hmac v0.13.0
6902026-08-29T04:10:24.732Z Downloaded pkcs1 v0.7.5
6912026-08-29T04:10:24.732Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6922026-08-29T04:10:24.732Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6932026-08-29T04:10:24.732Z Downloaded unicase v2.9.0
6942026-08-29T04:10:24.732Z Downloaded ssh-encoding v0.3.0
6952026-08-29T04:10:24.732Z Downloaded strum_macros v0.26.4
6962026-08-29T04:10:24.732Z Downloaded ssh-cipher v0.3.0
6972026-08-29T04:10:24.732Z Downloaded synstructure v0.13.2
6982026-08-29T04:10:24.740Z Downloaded downcast-rs v2.0.2
6992026-08-29T04:10:24.740Z Downloaded indent_write v2.2.0
7002026-08-29T04:10:24.740Z Downloaded pkcs1 v0.8.0-rc.4
7012026-08-29T04:10:24.740Z Downloaded const-oid v0.9.6
7022026-08-29T04:10:24.789Z Downloaded compact_str v0.8.1
7032026-08-29T04:10:24.789Z Downloaded wyz v0.5.1
7042026-08-29T04:10:24.790Z Downloaded dtrace-parser v0.3.0
7052026-08-29T04:10:24.790Z Downloaded idna_adapter v1.2.1
7062026-08-29T04:10:24.815Z Downloaded libscf-sys v1.2.0
7072026-08-29T04:10:24.815Z Downloaded memoffset v0.9.1
7082026-08-29T04:10:24.815Z Downloaded flume v0.11.1
7092026-08-29T04:10:24.816Z Downloaded generic-array v1.4.3
7102026-08-29T04:10:24.816Z Downloaded vergen-lib v0.1.6
7112026-08-29T04:10:24.816Z Downloaded hyper-rustls v0.27.7
7122026-08-29T04:10:24.816Z Downloaded half v1.8.3
7132026-08-29T04:10:24.816Z Downloaded vergen-lib v9.1.0
7142026-08-29T04:10:24.816Z Downloaded cc v1.2.56
7152026-08-29T04:10:24.816Z Downloaded corncobs v0.1.4
7162026-08-29T04:10:24.816Z Downloaded ctr v0.10.1
7172026-08-29T04:10:24.816Z Downloaded tls_codec v0.4.2
7182026-08-29T04:10:24.816Z Downloaded diesel-dtrace v0.5.0
7192026-08-29T04:10:24.816Z Downloaded num-iter v0.1.45
7202026-08-29T04:10:24.816Z Downloaded zstd-safe v7.2.4
7212026-08-29T04:10:24.816Z Downloaded critical-section v1.2.0
7222026-08-29T04:10:24.816Z Downloaded openssl-probe v0.2.1
7232026-08-29T04:10:24.816Z Downloaded parse-size v1.1.0
7242026-08-29T04:10:24.816Z Downloaded omicron-zone-package v0.12.3
7252026-08-29T04:10:24.816Z Downloaded daft v0.1.8
7262026-08-29T04:10:24.816Z Downloaded either v1.15.0
7272026-08-29T04:10:24.816Z Downloaded httparse v1.10.1
7282026-08-29T04:10:24.816Z Downloaded twox-hash v2.1.2
7292026-08-29T04:10:24.816Z Downloaded rand_pcg v0.10.2
7302026-08-29T04:10:24.816Z Downloaded lzss v0.8.2
7312026-08-29T04:10:24.816Z Downloaded chacha20poly1305 v0.10.1
7322026-08-29T04:10:24.816Z Downloaded multimap v0.10.1
7332026-08-29T04:10:24.817Z Downloaded chumsky v0.9.3
7342026-08-29T04:10:24.817Z Downloaded potential_utf v0.1.4
7352026-08-29T04:10:24.824Z Downloaded ryu v1.0.23
7362026-08-29T04:10:24.825Z Downloaded impl-trait-for-tuples v0.2.3
7372026-08-29T04:10:24.825Z Downloaded quick-error v1.2.3
7382026-08-29T04:10:24.825Z Downloaded num_enum_derive v0.5.11
7392026-08-29T04:10:24.825Z Downloaded knus-derive v3.4.0
7402026-08-29T04:10:24.825Z Downloaded predicates-tree v1.0.13
7412026-08-29T04:10:24.825Z Downloaded serde_urlencoded v0.7.1
7422026-08-29T04:10:24.825Z Downloaded http v1.4.2
7432026-08-29T04:10:24.825Z Downloaded strum v0.26.3
7442026-08-29T04:10:24.846Z Downloaded socket2 v0.5.10
7452026-08-29T04:10:24.847Z Downloaded crossbeam-utils v0.8.21
7462026-08-29T04:10:24.848Z Downloaded lock_api v0.4.14
7472026-08-29T04:10:24.848Z Downloaded percent-encoding v2.3.2
7482026-08-29T04:10:25.074Z Downloaded socket2 v0.6.3
7492026-08-29T04:10:25.074Z Downloaded der_derive v0.7.3
7502026-08-29T04:10:25.074Z Downloaded mime_guess v2.0.5
7512026-08-29T04:10:25.074Z Downloaded structmeta-derive v0.3.0
7522026-08-29T04:10:25.076Z Downloaded thiserror-impl-no-std v2.0.2
7532026-08-29T04:10:25.076Z Downloaded managed v0.8.0
7542026-08-29T04:10:25.076Z Downloaded try-lock v0.2.5
7552026-08-29T04:10:25.076Z Downloaded universal-hash v0.6.1
7562026-08-29T04:10:25.076Z Downloaded oxide-update-engine v0.1.2
7572026-08-29T04:10:25.076Z Downloaded papergrid v0.18.0
7582026-08-29T04:10:25.076Z Downloaded paste v1.0.15
7592026-08-29T04:10:25.076Z Downloaded supports-hyperlinks v3.2.0
7602026-08-29T04:10:25.076Z Downloaded signal-hook-mio v0.2.5
7612026-08-29T04:10:25.076Z Downloaded sync-ptr v0.1.4
7622026-08-29T04:10:25.076Z Downloaded tower-service v0.3.3
7632026-08-29T04:10:25.077Z Downloaded unsafe-libyaml v0.2.11
7642026-08-29T04:10:25.077Z Downloaded ecdsa v0.17.0
7652026-08-29T04:10:25.077Z Downloaded unicode-truncate v1.1.0
7662026-08-29T04:10:25.077Z Downloaded heapless v0.8.0
7672026-08-29T04:10:25.077Z Downloaded ar_archive_writer v0.5.1
7682026-08-29T04:10:25.077Z Downloaded base64 v0.22.1
7692026-08-29T04:10:25.077Z Downloaded base64 v0.21.7
7702026-08-29T04:10:25.077Z Downloaded predicates v3.1.4
7712026-08-29T04:10:25.077Z Downloaded pkcs8 v0.10.2
7722026-08-29T04:10:25.077Z Downloaded derive_builder v0.20.2
7732026-08-29T04:10:25.077Z Downloaded tiny-keccak v2.0.2
7742026-08-29T04:10:25.077Z Downloaded ipnetwork v0.21.1
7752026-08-29T04:10:25.077Z Downloaded usdt-attr-macro v0.6.0
7762026-08-29T04:10:25.077Z Downloaded jobserver v0.1.34
7772026-08-29T04:10:25.077Z Downloaded slog-json v2.6.1
7782026-08-29T04:10:25.077Z Downloaded hashbrown v0.12.3
7792026-08-29T04:10:25.077Z Downloaded serde_derive_internals v0.29.1
7802026-08-29T04:10:25.078Z Downloaded slog-stdlog v4.1.1
7812026-08-29T04:10:25.078Z Downloaded rayon-core v1.13.0
7822026-08-29T04:10:25.078Z Downloaded scuffle v0.1.0
7832026-08-29T04:10:25.078Z Downloaded debug-ignore v1.0.5
7842026-08-29T04:10:25.078Z Downloaded crc-any v2.5.0
7852026-08-29T04:10:25.078Z Downloaded dropshot-api-manager-types v0.8.0
7862026-08-29T04:10:25.078Z Downloaded libsw v3.5.0
7872026-08-29T04:10:25.078Z Downloaded slog-scope v4.4.1
7882026-08-29T04:10:25.079Z Downloaded pem-rfc7468 v1.0.0
7892026-08-29T04:10:25.079Z Downloaded sec1 v0.7.3
7902026-08-29T04:10:25.079Z Downloaded oxnet v0.1.6
7912026-08-29T04:10:25.079Z Downloaded owo-colors v4.3.0
7922026-08-29T04:10:25.079Z Downloaded poly1305 v0.8.0
7932026-08-29T04:10:25.079Z Downloaded rand_seeder v0.4.0
7942026-08-29T04:10:25.079Z Downloaded utf8_iter v1.0.4
7952026-08-29T04:10:25.079Z Downloaded zerofrom-derive v0.1.6
7962026-08-29T04:10:25.079Z Downloaded headers v0.4.1
7972026-08-29T04:10:25.079Z Downloaded hyper-tls v0.6.0
7982026-08-29T04:10:25.079Z Downloaded inout v0.1.4
7992026-08-29T04:10:25.079Z Downloaded thiserror-no-std v2.0.2
8002026-08-29T04:10:25.079Z Downloaded digest-io v0.1.0
8012026-08-29T04:10:25.079Z Downloaded document-features v0.2.12
8022026-08-29T04:10:25.079Z Downloaded tokio-rustls v0.26.4
8032026-08-29T04:10:25.079Z Downloaded elliptic-curve v0.13.8
8042026-08-29T04:10:25.079Z Downloaded dyn-clone v1.0.20
8052026-08-29T04:10:25.079Z Downloaded indexmap v1.9.3
8062026-08-29T04:10:25.079Z Downloaded nanorand v0.7.0
8072026-08-29T04:10:25.079Z Downloaded keccak v0.1.6
8082026-08-29T04:10:25.079Z Downloaded progenitor-macro v0.13.0
8092026-08-29T04:10:25.079Z Downloaded sec1 v0.8.1
8102026-08-29T04:10:25.079Z Downloaded stacker v0.1.23
8112026-08-29T04:10:25.079Z Downloaded async-compression v0.4.41
8122026-08-29T04:10:25.080Z Downloaded bytes v1.11.1
8132026-08-29T04:10:25.080Z Downloaded vergen-gitcl v1.0.8
8142026-08-29T04:10:25.080Z Downloaded schemars_derive v0.8.22
8152026-08-29T04:10:25.080Z Downloaded signal-hook-registry v1.4.8
8162026-08-29T04:10:25.080Z Downloaded stringprep v0.1.5
8172026-08-29T04:10:25.080Z Downloaded is-terminal v0.4.17
8182026-08-29T04:10:25.080Z Downloaded is_ci v1.2.0
8192026-08-29T04:10:25.080Z Downloaded num_enum_derive v0.7.6
8202026-08-29T04:10:25.080Z Downloaded lru-slab v0.1.2
8212026-08-29T04:10:25.080Z Downloaded maplit v1.0.2
8222026-08-29T04:10:25.080Z Downloaded similar v2.7.0
8232026-08-29T04:10:25.080Z Downloaded sha2 v0.11.0
8242026-08-29T04:10:25.080Z Downloaded tokio-native-tls v0.3.1
8252026-08-29T04:10:25.080Z Downloaded smallvec v1.15.1
8262026-08-29T04:10:25.080Z Downloaded packed_struct_codegen v0.10.1
8272026-08-29T04:10:25.080Z Downloaded expectorate v1.2.0
8282026-08-29T04:10:25.080Z Downloaded tokio-dtrace v0.1.1
8292026-08-29T04:10:25.080Z Downloaded quinn v0.11.11
8302026-08-29T04:10:25.080Z Downloaded zerotrie v0.2.3
8312026-08-29T04:10:25.080Z Downloaded p384 v0.14.0
8322026-08-29T04:10:25.080Z Downloaded delegate v0.13.5
8332026-08-29T04:10:25.080Z Downloaded deranged v0.5.8
8342026-08-29T04:10:25.080Z Downloaded phf_shared v0.11.3
8352026-08-29T04:10:25.080Z Downloaded whoami v2.1.0
8362026-08-29T04:10:25.080Z Downloaded powerfmt v0.2.0
8372026-08-29T04:10:25.080Z Downloaded hyper-staticfile v0.10.1
8382026-08-29T04:10:25.080Z Downloaded hashbrown v0.13.2
8392026-08-29T04:10:25.081Z Downloaded csv-core v0.1.13
8402026-08-29T04:10:25.081Z Downloaded rand v0.10.1
8412026-08-29T04:10:25.081Z Downloaded unicode_categories v0.1.1
8422026-08-29T04:10:25.088Z Downloaded indicatif v0.18.4
8432026-08-29T04:10:25.088Z Downloaded psl-types v2.0.11
8442026-08-29T04:10:25.088Z Downloaded semver v0.1.20
8452026-08-29T04:10:25.088Z Downloaded bumpalo v3.20.2
8462026-08-29T04:10:25.088Z Downloaded hickory-server v0.25.2
8472026-08-29T04:10:25.088Z Downloaded rand_chacha v0.3.1
8482026-08-29T04:10:25.088Z Downloaded libefi-sys v0.1.0
8492026-08-29T04:10:25.088Z Downloaded oxide-update-engine-types v0.1.2
8502026-08-29T04:10:25.088Z Downloaded salsa20 v0.11.0
8512026-08-29T04:10:25.088Z Downloaded zstd v0.13.3
8522026-08-29T04:10:25.088Z Downloaded crc32fast v1.5.0
8532026-08-29T04:10:25.088Z Downloaded serde_plain v1.0.2
8542026-08-29T04:10:25.088Z Downloaded recursive-proc-macro-impl v0.1.1
8552026-08-29T04:10:25.088Z Downloaded russh-cryptovec v0.62.0
8562026-08-29T04:10:25.088Z Downloaded same-file v1.0.6
8572026-08-29T04:10:25.088Z Downloaded sha1 v0.11.0
8582026-08-29T04:10:25.088Z Downloaded strsim v0.10.0
8592026-08-29T04:10:25.089Z Downloaded structmeta v0.3.0
8602026-08-29T04:10:25.089Z Downloaded miette-derive v7.6.0
8612026-08-29T04:10:25.089Z Downloaded module-lattice v0.2.3
8622026-08-29T04:10:25.089Z Downloaded num_enum v0.7.6
8632026-08-29T04:10:25.089Z Downloaded strum v0.27.2
8642026-08-29T04:10:25.089Z Downloaded stable_deref_trait v1.2.1
8652026-08-29T04:10:25.089Z Downloaded knus v3.4.0
8662026-08-29T04:10:25.089Z Downloaded darling_core v0.20.11
8672026-08-29T04:10:25.089Z Downloaded indoc v2.0.7
8682026-08-29T04:10:25.089Z Downloaded num-complex v0.4.6
8692026-08-29T04:10:25.089Z Downloaded slog v2.8.2
8702026-08-29T04:10:25.089Z Downloaded pem-rfc7468 v0.7.0
8712026-08-29T04:10:25.089Z Downloaded darling v0.21.3
8722026-08-29T04:10:25.089Z Downloaded pin-project-lite v0.2.17
8732026-08-29T04:10:25.089Z Downloaded newtype-uuid-macros v0.1.0
8742026-08-29T04:10:25.089Z Downloaded aes v0.9.1
8752026-08-29T04:10:25.089Z Downloaded unicode-bidi v0.3.18
8762026-08-29T04:10:25.089Z Downloaded proc-macro-error2 v2.0.1
8772026-08-29T04:10:25.089Z Downloaded progenitor-extras v0.2.0
8782026-08-29T04:10:25.089Z Downloaded wnaf v0.14.0
8792026-08-29T04:10:25.089Z Downloaded hickory-resolver v0.25.2
8802026-08-29T04:10:25.090Z Downloaded hashbrown v0.16.1
8812026-08-29T04:10:25.090Z Downloaded packed_struct v0.10.1
8822026-08-29T04:10:25.091Z Downloaded tinyvec v1.10.0
8832026-08-29T04:10:25.091Z Downloaded icu_normalizer v2.1.1
8842026-08-29T04:10:25.091Z Downloaded oxide-tokio-rt v0.1.4
8852026-08-29T04:10:25.091Z Downloaded rcgen v0.12.1
8862026-08-29T04:10:25.091Z Downloaded darling v0.23.0
8872026-08-29T04:10:25.091Z Downloaded ml-kem v0.3.2
8882026-08-29T04:10:25.091Z Downloaded zone v0.3.1
8892026-08-29T04:10:25.091Z Downloaded crc-catalog v2.4.0
8902026-08-29T04:10:25.091Z Downloaded crc8 v0.1.1
8912026-08-29T04:10:25.091Z Downloaded rustls-native-certs v0.8.3
8922026-08-29T04:10:25.091Z Downloaded inout v0.2.2
8932026-08-29T04:10:25.091Z Downloaded icu_normalizer_data v2.1.1
8942026-08-29T04:10:25.091Z Downloaded crossbeam-epoch v0.9.18
8952026-08-29T04:10:25.091Z Downloaded darling_macro v0.23.0
8962026-08-29T04:10:25.091Z Downloaded radium v0.7.0
8972026-08-29T04:10:25.091Z Downloaded serde_yaml v0.9.34+deprecated
8982026-08-29T04:10:25.119Z Downloaded kem v0.3.0
8992026-08-29T04:10:25.119Z Downloaded md-5 v0.10.6
9002026-08-29T04:10:25.119Z Downloaded lru v0.12.5
9012026-08-29T04:10:25.119Z Downloaded minimal-lexical v0.2.1
9022026-08-29T04:10:25.119Z Downloaded schemars v0.8.22
9032026-08-29T04:10:25.135Z Downloaded tinystr v0.8.2
9042026-08-29T04:10:25.135Z Downloaded tokio-tungstenite v0.23.1
9052026-08-29T04:10:25.135Z Downloaded scroll v0.13.0
9062026-08-29T04:10:25.135Z Downloaded spki v0.7.3
9072026-08-29T04:10:25.135Z Downloaded slab v0.4.12
9082026-08-29T04:10:25.135Z Downloaded bindgen v0.71.1
9092026-08-29T04:10:25.135Z Downloaded num-bigint-dig v0.8.6
9102026-08-29T04:10:25.135Z Downloaded whoami v1.6.1
9112026-08-29T04:10:25.135Z Downloaded newtype_derive v0.1.6
9122026-08-29T04:10:25.135Z Downloaded parse-display v0.10.0
9132026-08-29T04:10:25.135Z Downloaded toml v1.1.2+spec-1.1.0
9142026-08-29T04:10:25.135Z Downloaded strum_macros v0.27.2
9152026-08-29T04:10:25.135Z Downloaded proc-macro-error-attr2 v2.0.0
9162026-08-29T04:10:25.135Z Downloaded prefix-trie v0.7.0
9172026-08-29T04:10:25.135Z Downloaded derive_more v2.1.1
9182026-08-29T04:10:25.143Z Downloaded defmt-macros v1.0.1
9192026-08-29T04:10:25.143Z Downloaded ignore v0.4.25
9202026-08-29T04:10:25.143Z Downloaded writeable v0.6.2
9212026-08-29T04:10:25.143Z Downloaded ed25519-dalek v3.0.0
9222026-08-29T04:10:25.143Z Downloaded rustyline v14.0.0
9232026-08-29T04:10:25.143Z Downloaded litemap v0.8.1
9242026-08-29T04:10:25.143Z Downloaded simd-adler32 v0.3.8
9252026-08-29T04:10:25.143Z Downloaded qorb v0.4.1
9262026-08-29T04:10:25.148Z Downloaded nodrop v0.1.14
9272026-08-29T04:10:25.148Z Downloaded recursive v0.1.1
9282026-08-29T04:10:25.148Z Downloaded vte v0.14.1
9292026-08-29T04:10:25.148Z Downloaded parking_lot v0.11.2
9302026-08-29T04:10:25.148Z Downloaded uzers v0.12.2
9312026-08-29T04:10:25.153Z Downloaded russh-util v0.52.0
9322026-08-29T04:10:25.153Z Downloaded rustls-platform-verifier v0.6.2
9332026-08-29T04:10:25.161Z Downloaded scroll_derive v0.13.1
9342026-08-29T04:10:25.161Z Downloaded signature v3.0.0
9352026-08-29T04:10:25.161Z Downloaded supports-color v3.0.2
9362026-08-29T04:10:25.176Z Downloaded derive_more v0.99.20
9372026-08-29T04:10:25.189Z Downloaded num-traits v0.2.19
9382026-08-29T04:10:25.189Z Downloaded sponge-cursor v0.1.0
9392026-08-29T04:10:25.189Z Downloaded ingot v0.2.1
9402026-08-29T04:10:25.189Z Downloaded digest v0.11.3
9412026-08-29T04:10:25.189Z Downloaded smf v0.2.3
9422026-08-29T04:10:25.189Z Downloaded ed25519 v3.0.0
9432026-08-29T04:10:25.195Z Downloaded universal-hash v0.5.1
9442026-08-29T04:10:25.195Z Downloaded unit-prefix v0.5.2
9452026-08-29T04:10:25.195Z Downloaded mime v0.3.17
9462026-08-29T04:10:25.195Z Downloaded multer v3.1.0
9472026-08-29T04:10:25.195Z Downloaded newtype-uuid v1.3.2
9482026-08-29T04:10:25.195Z Downloaded parse-display-derive v0.10.0
9492026-08-29T04:10:25.195Z Downloaded parking_lot_core v0.8.6
9502026-08-29T04:10:25.195Z Downloaded pin-project-internal v1.1.11
9512026-08-29T04:10:25.195Z Downloaded crc v3.4.0
9522026-08-29T04:10:25.203Z Downloaded icu_provider v2.1.1
9532026-08-29T04:10:25.203Z Downloaded progenitor v0.13.0
9542026-08-29T04:10:25.208Z Downloaded slog-async v2.8.0
9552026-08-29T04:10:25.216Z Downloaded des v0.9.0
9562026-08-29T04:10:25.222Z Downloaded postgres-protocol v0.6.10
9572026-08-29T04:10:25.222Z Downloaded serde_cbor v0.11.2
9582026-08-29T04:10:25.222Z Downloaded signal-hook v0.3.18
9592026-08-29T04:10:25.222Z Downloaded dsl_auto_type v0.2.0
9602026-08-29T04:10:25.230Z Downloaded pretty_assertions v1.4.1
9612026-08-29T04:10:25.230Z Downloaded ident_case v1.0.1
9622026-08-29T04:10:25.230Z Downloaded maybe-uninit v2.0.0
9632026-08-29T04:10:25.231Z Downloaded string_cache v0.8.9
9642026-08-29T04:10:25.239Z Downloaded itertools v0.10.5
9652026-08-29T04:10:25.239Z Downloaded scrypt v0.12.0
9662026-08-29T04:10:25.239Z Downloaded kstat-rs v0.2.5
9672026-08-29T04:10:25.239Z Downloaded rsa v0.10.0-rc.18
9682026-08-29T04:10:25.249Z Downloaded rsa v0.9.10
9692026-08-29T04:10:25.249Z Downloaded progenitor v0.14.0
9702026-08-29T04:10:25.249Z Downloaded rustversion v1.0.22
9712026-08-29T04:10:25.249Z Downloaded openssl-probe v0.1.6
9722026-08-29T04:10:25.255Z Downloaded instant v0.1.13
9732026-08-29T04:10:25.255Z Downloaded internet-checksum v0.2.1
9742026-08-29T04:10:25.259Z Downloaded rustc_version v0.4.1
9752026-08-29T04:10:25.266Z Downloaded ed25519-dalek v2.2.0
9762026-08-29T04:10:25.305Z Downloaded ctutils v0.4.2
9772026-08-29T04:10:25.305Z Downloaded prettyplease v0.2.37
9782026-08-29T04:10:25.316Z Downloaded tls_codec_derive v0.4.2
9792026-08-29T04:10:25.316Z Downloaded tokio-tungstenite v0.21.0
9802026-08-29T04:10:25.317Z Downloaded toml_writer v1.1.1+spec-1.1.0
9812026-08-29T04:10:25.317Z Downloaded darling_core v0.13.4
9822026-08-29T04:10:25.317Z Downloaded rand_chacha v0.9.0
9832026-08-29T04:10:25.317Z Downloaded secrecy v0.8.0
9842026-08-29T04:10:25.317Z Downloaded serde_repr v0.1.20
9852026-08-29T04:10:25.317Z Downloaded sigpipe v0.1.3
9862026-08-29T04:10:25.317Z Downloaded strip-ansi-escapes v0.2.1
9872026-08-29T04:10:25.317Z Downloaded termtree v0.5.1
9882026-08-29T04:10:25.317Z Downloaded linked-hash-map v0.5.6
9892026-08-29T04:10:25.317Z Downloaded subprocess v0.2.15
9902026-08-29T04:10:25.317Z Downloaded toml_edit v0.19.15
9912026-08-29T04:10:25.317Z Downloaded toml v0.7.8
9922026-08-29T04:10:25.317Z Downloaded yoke v0.8.1
9932026-08-29T04:10:25.318Z Downloaded keccak v0.2.0
9942026-08-29T04:10:25.318Z Downloaded zerofrom v0.1.6
9952026-08-29T04:10:25.318Z Downloaded take_mut v0.2.2
9962026-08-29T04:10:25.318Z Downloaded time-core v0.1.8
9972026-08-29T04:10:25.318Z Downloaded typify-macro v0.6.2
9982026-08-29T04:10:25.318Z Downloaded term v0.7.0
9992026-08-29T04:10:25.318Z Downloaded postcard v1.1.3
10002026-08-29T04:10:25.346Z Downloaded tungstenite v0.23.0
10012026-08-29T04:10:25.346Z Downloaded vergen v9.1.0
10022026-08-29T04:10:25.346Z Downloaded crucible-workspace-hack v0.1.0
10032026-08-29T04:10:25.346Z Downloaded darling_macro v0.13.4
10042026-08-29T04:10:25.346Z Downloaded vsss-rs v3.3.4
10052026-08-29T04:10:25.346Z Downloaded wait-timeout v0.2.1
10062026-08-29T04:10:25.355Z Downloaded phc v0.6.1
10072026-08-29T04:10:25.355Z Downloaded primeorder v0.13.6
10082026-08-29T04:10:25.355Z Downloaded tungstenite v0.21.0
10092026-08-29T04:10:25.355Z Downloaded derive-ex v0.1.8
10102026-08-29T04:10:25.355Z Downloaded hashbrown v0.14.5
10112026-08-29T04:10:25.356Z Downloaded oso v0.27.3
10122026-08-29T04:10:25.356Z Downloaded md5 v0.8.0
10132026-08-29T04:10:25.356Z Downloaded const_format v0.2.35
10142026-08-29T04:10:25.356Z Downloaded hashbrown v0.15.5
10152026-08-29T04:10:25.356Z Downloaded lazy_static v1.5.0
10162026-08-29T04:10:25.356Z Downloaded rand_core v0.6.4
10172026-08-29T04:10:25.356Z Downloaded rpassword v7.5.4
10182026-08-29T04:10:25.356Z Downloaded reedline v0.40.0
10192026-08-29T04:10:25.356Z Downloaded ron v0.8.1
10202026-08-29T04:10:25.356Z Downloaded spki v0.8.0
10212026-08-29T04:10:25.369Z Downloaded tokio-util v0.7.18
10222026-08-29T04:10:25.369Z Downloaded cookie v0.18.1
10232026-08-29T04:10:25.369Z Downloaded new_debug_unreachable v1.0.6
10242026-08-29T04:10:25.369Z Downloaded drift v0.2.0
10252026-08-29T04:10:25.379Z Downloaded r2d2 v0.8.10
10262026-08-29T04:10:25.379Z Downloaded olpc-cjson v0.1.4
10272026-08-29T04:10:25.379Z Downloaded oso-derive v0.27.3
10282026-08-29T04:10:25.379Z Downloaded aes-gcm v0.11.0
10292026-08-29T04:10:25.379Z Downloaded ssh-key v0.7.0-rc.11
10302026-08-29T04:10:25.394Z Downloaded topological-sort v0.2.2
10312026-08-29T04:10:25.394Z Downloaded yasna v0.5.2
10322026-08-29T04:10:25.394Z Downloaded libbz2-rs-sys v0.2.2
10332026-08-29T04:10:25.394Z Downloaded rtoolbox v0.0.3
10342026-08-29T04:10:25.395Z Downloaded rand_xorshift v0.4.0
10352026-08-29T04:10:25.395Z Downloaded shell-words v1.1.1
10362026-08-29T04:10:25.395Z Downloaded typed-path v0.9.3
10372026-08-29T04:10:25.399Z Downloaded typify v0.6.2
10382026-08-29T04:10:25.400Z Downloaded unicode-xid v0.2.6
10392026-08-29T04:10:25.400Z Downloaded uuid v1.23.4
10402026-08-29T04:10:25.400Z Downloaded untrusted v0.9.0
10412026-08-29T04:10:25.400Z Downloaded zip v0.6.6
10422026-08-29T04:10:25.400Z Downloaded tracing-core v0.1.36
10432026-08-29T04:10:25.412Z Downloaded waitgroup v0.1.2
10442026-08-29T04:10:25.412Z Downloaded phf v0.12.1
10452026-08-29T04:10:25.412Z Downloaded xshell v0.2.7
10462026-08-29T04:10:25.412Z Downloaded darling v0.20.11
10472026-08-29T04:10:25.421Z Downloaded iana-time-zone v0.1.65
10482026-08-29T04:10:25.421Z Downloaded diesel_derives v2.3.7
10492026-08-29T04:10:25.421Z Downloaded url v2.5.8
10502026-08-29T04:10:25.421Z Downloaded num-rational v0.4.2
10512026-08-29T04:10:25.421Z Downloaded displaydoc v0.2.5
10522026-08-29T04:10:25.421Z Downloaded ed25519 v2.2.3
10532026-08-29T04:10:25.421Z Downloaded defmt v0.3.100
10542026-08-29T04:10:25.421Z Downloaded ena v0.14.4
10552026-08-29T04:10:25.421Z Downloaded jiff-static v0.2.34
10562026-08-29T04:10:25.433Z Downloaded dunce v1.0.5
10572026-08-29T04:10:25.433Z Downloaded diesel_table_macro_syntax v0.3.0
10582026-08-29T04:10:25.433Z Downloaded hkdf v0.13.0
10592026-08-29T04:10:25.434Z Downloaded num-bigint v0.4.6
10602026-08-29T04:10:25.434Z Downloaded pkcs8 v0.11.0
10612026-08-29T04:10:25.434Z Downloaded icu_properties v2.1.2
10622026-08-29T04:10:25.434Z Downloaded serdect v0.4.3
10632026-08-29T04:10:25.440Z Downloaded phf v0.13.1
10642026-08-29T04:10:25.441Z Downloaded nonempty v0.12.0
10652026-08-29T04:10:25.441Z Downloaded nu-ansi-term v0.50.3
10662026-08-29T04:10:25.441Z Downloaded pbkdf2 v0.13.0
10672026-08-29T04:10:25.441Z Downloaded tokio-stream v0.1.18
10682026-08-29T04:10:25.442Z Downloaded pkg-config v0.3.32
10692026-08-29T04:10:25.442Z Downloaded dropshot_endpoint v0.17.1
10702026-08-29T04:10:25.455Z Downloaded zerocopy v0.6.6
10712026-08-29T04:10:25.455Z Downloaded futures-util v0.3.32
10722026-08-29T04:10:25.473Z Downloaded serde_bytes v0.11.19
10732026-08-29T04:10:25.473Z Downloaded snafu-derive v0.8.9
10742026-08-29T04:10:25.473Z Downloaded snafu v0.8.9
10752026-08-29T04:10:25.473Z Downloaded ref-cast-impl v1.0.25
10762026-08-29T04:10:25.473Z Downloaded signal-hook-tokio v0.3.1
10772026-08-29T04:10:25.473Z Downloaded slog-bunyan v2.5.0
10782026-08-29T04:10:25.473Z Downloaded tar v0.4.46
10792026-08-29T04:10:25.483Z Downloaded hyper v1.10.1
10802026-08-29T04:10:25.483Z Downloaded time-macros v0.2.27
10812026-08-29T04:10:25.483Z Downloaded tower-http v0.6.8
10822026-08-29T04:10:25.483Z Downloaded termios v0.3.3
10832026-08-29T04:10:25.483Z Downloaded rusty-fork v0.3.1
10842026-08-29T04:10:25.484Z Downloaded usdt-macro v0.6.0
10852026-08-29T04:10:25.484Z Downloaded cstr-argument v0.1.2
10862026-08-29T04:10:25.484Z Downloaded usdt-impl v0.6.0
10872026-08-29T04:10:25.484Z Downloaded thread-id v5.1.0
10882026-08-29T04:10:25.484Z Downloaded serde_tokenstream v0.3.0
10892026-08-29T04:10:25.491Z Downloaded zip v4.6.1
10902026-08-29T04:10:25.492Z Downloaded const_format_proc_macros v0.2.34
10912026-08-29T04:10:25.492Z Downloaded git2 v0.20.4
10922026-08-29T04:10:25.492Z Downloaded embedded-io v0.6.1
10932026-08-29T04:10:25.492Z Downloaded ipnet v2.12.0
10942026-08-29T04:10:25.492Z Downloaded linear-map v1.2.0
10952026-08-29T04:10:25.496Z Downloaded usdt v0.6.0
10962026-08-29T04:10:25.496Z Downloaded precomputed-hash v0.1.1
10972026-08-29T04:10:25.496Z Downloaded ref-cast v1.0.25
10982026-08-29T04:10:25.496Z Downloaded portable-atomic v1.13.1
10992026-08-29T04:10:25.504Z Downloaded der v0.7.10
11002026-08-29T04:10:25.508Z Downloaded rand v0.9.2
11012026-08-29T04:10:25.508Z Downloaded seq-macro v0.3.6
11022026-08-29T04:10:25.508Z Downloaded rustls-webpki v0.103.13
11032026-08-29T04:10:25.512Z Downloaded blake3 v1.8.5
11042026-08-29T04:10:25.519Z Downloaded daft-derive v0.1.8
11052026-08-29T04:10:25.528Z Downloaded libsw-core v0.3.2
11062026-08-29T04:10:25.528Z Downloaded peg-macros v0.8.5
11072026-08-29T04:10:25.528Z Downloaded tap v1.0.1
11082026-08-29T04:10:25.528Z Downloaded libxml v0.3.3
11092026-08-29T04:10:25.528Z Downloaded cpufeatures v0.3.0
11102026-08-29T04:10:25.528Z Downloaded oxide-generation v0.1.3
11112026-08-29T04:10:25.528Z Downloaded postgres-types v0.2.12
11122026-08-29T04:10:25.539Z Downloaded primefield v0.14.0
11132026-08-29T04:10:25.540Z Downloaded derive_builder_macro v0.20.2
11142026-08-29T04:10:25.540Z Downloaded dirs-next v2.0.0
11152026-08-29T04:10:25.540Z Downloaded newline-converter v0.3.0
11162026-08-29T04:10:25.540Z Downloaded lalrpop-util v0.19.12
11172026-08-29T04:10:25.540Z Downloaded num-derive v0.4.2
11182026-08-29T04:10:25.541Z Downloaded crossterm v0.28.1
11192026-08-29T04:10:25.555Z Downloaded miniz_oxide v0.8.9
11202026-08-29T04:10:25.555Z Downloaded progenitor-impl v0.13.0
11212026-08-29T04:10:25.555Z Downloaded scopeguard v1.2.0
11222026-08-29T04:10:25.555Z Downloaded vergen-git2 v9.1.0
11232026-08-29T04:10:25.555Z Downloaded slog-dtrace v0.3.0
11242026-08-29T04:10:25.555Z Downloaded darling_core v0.21.3
11252026-08-29T04:10:25.565Z Downloaded tokio-postgres v0.7.16
11262026-08-29T04:10:25.565Z Downloaded opaque-debug v0.3.1
11272026-08-29T04:10:25.565Z Downloaded tui-tree-widget v0.23.1
11282026-08-29T04:10:25.565Z Downloaded derive-where v1.6.0
11292026-08-29T04:10:25.565Z Downloaded crossbeam-channel v0.5.15
11302026-08-29T04:10:25.574Z Downloaded lru-cache v0.1.2
11312026-08-29T04:10:25.574Z Downloaded crypto-common v0.2.2
11322026-08-29T04:10:25.574Z Downloaded match_cfg v0.1.0
11332026-08-29T04:10:25.574Z Downloaded data-encoding v2.10.0
11342026-08-29T04:10:25.580Z Downloaded peg-runtime v0.8.5
11352026-08-29T04:10:25.580Z Downloaded tinyvec_macros v0.1.1
11362026-08-29T04:10:25.580Z Downloaded void v1.0.2
11372026-08-29T04:10:25.580Z Downloaded indoc v1.0.9
11382026-08-29T04:10:25.580Z Downloaded tokio-test v0.4.5
11392026-08-29T04:10:25.580Z Downloaded peg v0.8.5
11402026-08-29T04:10:25.586Z Downloaded ecdsa v0.16.9
11412026-08-29T04:10:25.586Z Downloaded native-tls v0.2.18
11422026-08-29T04:10:25.586Z Downloaded ppv-lite86 v0.2.21
11432026-08-29T04:10:25.587Z Downloaded libloading v0.8.9
11442026-08-29T04:10:25.587Z Downloaded display-error-chain v0.2.2
11452026-08-29T04:10:25.587Z Downloaded p256 v0.14.0
11462026-08-29T04:10:25.591Z Downloaded phf_shared v0.12.1
11472026-08-29T04:10:25.591Z Downloaded sync_wrapper v1.0.2
11482026-08-29T04:10:25.592Z Downloaded embedded-io v0.4.0
11492026-08-29T04:10:25.592Z Downloaded bitvec v1.0.1
11502026-08-29T04:10:25.595Z Downloaded rustc-demangle v0.1.27
11512026-08-29T04:10:25.598Z Downloaded shlex v1.3.0
11522026-08-29T04:10:25.598Z Downloaded walkdir v2.5.0
11532026-08-29T04:10:25.598Z Downloaded memmap2 v0.9.10
11542026-08-29T04:10:25.605Z Downloaded hyper-util v0.1.20
11552026-08-29T04:10:25.605Z Downloaded xattr v1.6.1
11562026-08-29T04:10:25.688Z Downloaded num-conv v0.2.0
11572026-08-29T04:10:25.688Z Downloaded quinn-udp v0.5.14
11582026-08-29T04:10:25.688Z Downloaded h2 v0.4.15
11592026-08-29T04:10:25.688Z Downloaded hkdf v0.12.4
11602026-08-29T04:10:25.688Z Downloaded internal-russh-num-bigint v0.5.0
11612026-08-29T04:10:25.688Z Downloaded itertools v0.15.0
11622026-08-29T04:10:25.688Z Downloaded crypto-bigint v0.5.5
11632026-08-29T04:10:25.689Z Downloaded nom v8.0.0
11642026-08-29T04:10:25.689Z Downloaded instability v0.3.11
11652026-08-29T04:10:25.689Z Downloaded illumos-nvpair v0.3.0
11662026-08-29T04:10:25.689Z Downloaded path-slash v0.1.5
11672026-08-29T04:10:25.689Z Downloaded toml_parser v1.1.2+spec-1.1.0
11682026-08-29T04:10:25.689Z Downloaded ingot-types v0.2.0
11692026-08-29T04:10:25.689Z Downloaded zerovec-derive v0.11.2
11702026-08-29T04:10:25.689Z Downloaded cookie_store v0.22.1
11712026-08-29T04:10:25.689Z Downloaded darling v0.13.4
11722026-08-29T04:10:25.689Z Downloaded primeorder v0.14.0
11732026-08-29T04:10:25.689Z Downloaded yansi v1.0.1
11742026-08-29T04:10:25.689Z Downloaded x509-cert v0.2.5
11752026-08-29T04:10:25.689Z Downloaded cpubits v0.1.1
11762026-08-29T04:10:25.689Z Downloaded illumos-nvpair-sys v0.2.0
11772026-08-29T04:10:25.689Z Downloaded diff v0.1.13
11782026-08-29T04:10:25.689Z Downloaded subtle v2.6.1
11792026-08-29T04:10:25.690Z Downloaded zopfli v0.8.3
11802026-08-29T04:10:25.690Z Downloaded serde-big-array v0.5.1
11812026-08-29T04:10:25.690Z Downloaded derive_more-impl v2.1.1
11822026-08-29T04:10:25.690Z Downloaded winnow v0.6.26
11832026-08-29T04:10:25.690Z Downloaded sha3 v0.12.0
11842026-08-29T04:10:25.691Z Downloaded icu_locale_core v2.1.1
11852026-08-29T04:10:25.691Z Downloaded serde_with v1.14.0
11862026-08-29T04:10:25.691Z Downloaded crossbeam-deque v0.8.6
11872026-08-29T04:10:25.691Z Downloaded pkcs5 v0.8.1
11882026-08-29T04:10:25.691Z Downloaded zeroize v1.9.0
11892026-08-29T04:10:25.691Z Downloaded quick-xml v0.37.5
11902026-08-29T04:10:25.691Z Downloaded convert_case v0.10.0
11912026-08-29T04:10:25.691Z Downloaded winnow v0.5.40
11922026-08-29T04:10:25.702Z Downloaded defmt v1.0.1
11932026-08-29T04:10:25.702Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-08-29T04:10:25.702Z Downloaded rustls-pki-types v1.14.0
11952026-08-29T04:10:25.702Z Downloaded num v0.4.3
11962026-08-29T04:10:25.702Z Downloaded resolv-conf v0.7.6
11972026-08-29T04:10:25.706Z Downloaded static_assertions v1.1.0
11982026-08-29T04:10:25.706Z Downloaded tough v0.22.0
11992026-08-29T04:10:25.706Z Downloaded test-strategy v0.4.5
12002026-08-29T04:10:25.706Z Downloaded constant_time_eq v0.4.2
12012026-08-29T04:10:25.706Z Downloaded samael v0.0.19
12022026-08-29T04:10:25.711Z Downloaded litrs v1.0.0
12032026-08-29T04:10:25.711Z Downloaded tracing-attributes v0.1.31
12042026-08-29T04:10:25.715Z Downloaded sqlformat v0.3.5
12052026-08-29T04:10:25.715Z Downloaded thread_local v1.1.9
12062026-08-29T04:10:25.715Z Downloaded progenitor-client v0.14.0
12072026-08-29T04:10:25.715Z Downloaded spin v0.9.8
12082026-08-29T04:10:25.720Z Downloaded crypto-primes v0.7.2
12092026-08-29T04:10:25.725Z Downloaded mio v1.2.0
12102026-08-29T04:10:25.729Z Downloaded unicode-properties v0.1.4
12112026-08-29T04:10:25.733Z Downloaded term v1.2.1
12122026-08-29T04:10:25.739Z Downloaded support-bundle-viewer v0.1.2
12132026-08-29T04:10:25.739Z Downloaded schemars v0.9.0
12142026-08-29T04:10:25.744Z Downloaded chrono v0.4.45
12152026-08-29T04:10:25.752Z Downloaded parking_lot v0.12.5
12162026-08-29T04:10:25.752Z Downloaded ingot-macros v0.2.0
12172026-08-29T04:10:25.760Z Downloaded icu_collections v2.1.1
12182026-08-29T04:10:25.760Z Downloaded derive_builder_core v0.20.2
12192026-08-29T04:10:25.767Z Downloaded serde_with_macros v3.21.0
12202026-08-29T04:10:25.777Z Downloaded progenitor-impl v0.14.0
12212026-08-29T04:10:25.777Z Downloaded p521 v0.14.0
12222026-08-29T04:10:25.781Z Downloaded unicode-normalization v0.1.25
12232026-08-29T04:10:25.788Z Downloaded schemars v1.2.1
12242026-08-29T04:10:25.797Z Downloaded darling_core v0.23.0
12252026-08-29T04:10:25.803Z Downloaded zerocopy-derive v0.8.55
12262026-08-29T04:10:25.803Z Downloaded der v0.8.0
12272026-08-29T04:10:25.807Z Downloaded rand v0.8.6
12282026-08-29T04:10:25.807Z Downloaded tabled v0.21.0
12292026-08-29T04:10:25.815Z Downloaded vcpkg v0.2.15
12302026-08-29T04:10:25.839Z Downloaded pin-project v1.1.11
12312026-08-29T04:10:25.848Z Downloaded idna v1.1.0
12322026-08-29T04:10:25.852Z Downloaded iri-string v0.7.10
12332026-08-29T04:10:25.852Z Downloaded quinn-proto v0.11.16
12342026-08-29T04:10:25.858Z Downloaded openssl-sys v0.9.117
12352026-08-29T04:10:25.858Z Downloaded steno v0.4.1
12362026-08-29T04:10:25.862Z Downloaded publicsuffix v2.3.0
12372026-08-29T04:10:25.863Z Downloaded tower v0.5.3
12382026-08-29T04:10:25.867Z Downloaded rawzip v0.4.4
12392026-08-29T04:10:25.873Z Downloaded nom v7.1.3
12402026-08-29T04:10:25.877Z Downloaded winnow v1.0.3
12412026-08-29T04:10:25.882Z Downloaded regex v1.12.3
12422026-08-29T04:10:25.882Z Downloaded goblin v0.10.5
12432026-08-29T04:10:25.885Z Downloaded rayon v1.11.0
12442026-08-29T04:10:25.903Z Downloaded p384 v0.13.1
12452026-08-29T04:10:25.909Z Downloaded gimli v0.32.3
12462026-08-29T04:10:25.912Z Downloaded miette v7.6.0
12472026-08-29T04:10:25.912Z Downloaded openssl v0.10.80
12482026-08-29T04:10:25.926Z Downloaded bstr v1.12.1
12492026-08-29T04:10:25.937Z Downloaded unicode-segmentation v1.12.0
12502026-08-29T04:10:25.944Z Downloaded petname v2.0.2
12512026-08-29T04:10:25.948Z Downloaded lalrpop v0.19.12
12522026-08-29T04:10:25.951Z Downloaded iddqd v0.4.2
12532026-08-29T04:10:25.957Z Downloaded itertools v0.12.1
12542026-08-29T04:10:25.960Z Downloaded itertools v0.14.0
12552026-08-29T04:10:25.966Z Downloaded nix v0.27.1
12562026-08-29T04:10:25.972Z Downloaded regex-syntax v0.6.29
12572026-08-29T04:10:25.985Z Downloaded crossterm v0.29.0
12582026-08-29T04:10:25.985Z Downloaded regress v0.10.5
12592026-08-29T04:10:25.991Z Downloaded dropshot-api-manager v0.8.0
12602026-08-29T04:10:25.992Z Downloaded jiff-core v0.1.0
12612026-08-29T04:10:25.992Z Downloaded object v0.30.4
12622026-08-29T04:10:25.997Z Downloaded zerovec v0.11.5
12632026-08-29T04:10:25.997Z Downloaded reqwest v0.13.2
12642026-08-29T04:10:26.003Z Downloaded zlib-rs v0.6.2
12652026-08-29T04:10:26.008Z Downloaded itertools v0.13.0
12662026-08-29T04:10:26.008Z Downloaded reqwest v0.12.28
12672026-08-29T04:10:26.015Z Downloaded time v0.3.47
12682026-08-29T04:10:26.018Z Downloaded libm v0.2.16
12692026-08-29T04:10:26.021Z Downloaded nix v0.28.0
12702026-08-29T04:10:26.029Z Downloaded nix v0.31.2
12712026-08-29T04:10:26.035Z Downloaded icu_properties_data v2.1.2
12722026-08-29T04:10:26.041Z Downloaded proptest v1.11.0
12732026-08-29T04:10:26.057Z Downloaded moka v0.12.13
12742026-08-29T04:10:26.060Z Downloaded polar-core v0.27.3
12752026-08-29T04:10:26.066Z Downloaded zerocopy v0.8.55
12762026-08-29T04:10:26.076Z Downloaded salty v0.3.0
12772026-08-29T04:10:26.083Z Downloaded rustix v0.38.44
12782026-08-29T04:10:26.091Z Downloaded smoltcp v0.9.1
12792026-08-29T04:10:26.107Z Downloaded syn v3.0.3
12802026-08-29T04:10:26.110Z Downloaded regress v0.11.1
12812026-08-29T04:10:26.118Z Downloaded crypto-bigint v0.7.5
12822026-08-29T04:10:26.124Z Downloaded curve25519-dalek v5.0.0
12832026-08-29T04:10:26.128Z Downloaded russh v0.62.4
12842026-08-29T04:10:26.147Z Downloaded radix_trie v0.2.1
12852026-08-29T04:10:26.150Z Downloaded hickory-proto v0.24.4
12862026-08-29T04:10:26.150Z Downloaded serde_with v3.21.0
12872026-08-29T04:10:26.150Z Downloaded regex-syntax v0.8.10
12882026-08-29T04:10:26.155Z Downloaded rustls v0.23.41
12892026-08-29T04:10:26.161Z Downloaded hickory-proto v0.25.2
12902026-08-29T04:10:26.177Z Downloaded sha3 v0.11.0
12912026-08-29T04:10:26.186Z Downloaded curve25519-dalek v4.1.3
12922026-08-29T04:10:26.191Z Downloaded smoltcp v0.11.0
12932026-08-29T04:10:26.196Z Downloaded zerocopy-derive v0.6.6
12942026-08-29T04:10:26.202Z Downloaded object v0.37.3
12952026-08-29T04:10:26.214Z Downloaded diesel v2.3.7
12962026-08-29T04:10:26.230Z Downloaded dropshot v0.17.1
12972026-08-29T04:10:26.243Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-08-29T04:10:26.250Z Downloaded regex-automata v0.4.14
12992026-08-29T04:10:26.259Z Downloaded sqlparser v0.61.0
13002026-08-29T04:10:26.281Z Downloaded openapiv3 v2.2.0
13012026-08-29T04:10:26.303Z Downloaded sled v0.34.7
13022026-08-29T04:10:26.308Z Downloaded jiff v0.2.34
13032026-08-29T04:10:26.316Z Downloaded chrono-tz v0.10.4
13042026-08-29T04:10:26.328Z Downloaded ratatui v0.29.0
13052026-08-29T04:10:26.339Z Downloaded typify-impl v0.6.2
13062026-08-29T04:10:26.347Z Downloaded tracing v0.1.44
13072026-08-29T04:10:26.363Z Downloaded sha3 v0.10.8
13082026-08-29T04:10:26.367Z Downloaded petgraph v0.6.5
13092026-08-29T04:10:26.381Z Downloaded tokio v1.52.1
13102026-08-29T04:10:26.424Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-08-29T04:10:26.433Z Downloaded petgraph v0.8.3
13122026-08-29T04:10:26.442Z Downloaded ring v0.17.14
13132026-08-29T04:10:26.468Z Downloaded csv v1.4.0
13142026-08-29T04:10:26.481Z Downloaded libz-sys v1.1.24
13152026-08-29T04:10:26.530Z Downloaded encoding_rs v0.8.35
13162026-08-29T04:10:26.569Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-08-29T04:10:26.934Z Downloaded aws-lc-sys v0.40.0
13182026-08-29T04:10:27.205Z Compiling serde_core v1.0.228
13192026-08-29T04:10:27.206Z Compiling libc v0.2.185
13202026-08-29T04:10:27.206Z Compiling serde v1.0.228
13212026-08-29T04:10:27.217Z Compiling log v0.4.33
13222026-08-29T04:10:27.217Z Compiling smallvec v1.15.1
13232026-08-29T04:10:27.217Z Compiling shlex v1.3.0
13242026-08-29T04:10:27.217Z Compiling find-msvc-tools v0.1.9
13252026-08-29T04:10:27.337Z Compiling subtle v2.6.1
13262026-08-29T04:10:27.382Z Compiling scopeguard v1.2.0
13272026-08-29T04:10:27.387Z Compiling stable_deref_trait v1.2.1
13282026-08-29T04:10:27.388Z Compiling typenum v1.20.1
13292026-08-29T04:10:27.388Z Compiling zerocopy v0.8.55
13302026-08-29T04:10:27.388Z Compiling portable-atomic v1.13.1
13312026-08-29T04:10:27.423Z Compiling serde_json v1.0.151
13322026-08-29T04:10:27.451Z Compiling syn v2.0.117
13332026-08-29T04:10:27.469Z Compiling critical-section v1.2.0
13342026-08-29T04:10:27.535Z Compiling lock_api v0.4.14
13352026-08-29T04:10:27.558Z Compiling libm v0.2.16
13362026-08-29T04:10:27.574Z Compiling num-traits v0.2.19
13372026-08-29T04:10:27.587Z Compiling pkg-config v0.3.32
13382026-08-29T04:10:27.630Z Compiling generic-array v0.14.7
13392026-08-29T04:10:27.645Z Compiling parking_lot_core v0.9.12
13402026-08-29T04:10:27.661Z Compiling const-oid v0.9.6
13412026-08-29T04:10:27.678Z Compiling getrandom v0.4.3
13422026-08-29T04:10:27.769Z Compiling pin-project-lite v0.2.17
13432026-08-29T04:10:27.773Z Compiling rand_core v0.10.0
13442026-08-29T04:10:27.826Z Compiling futures-core v0.3.32
13452026-08-29T04:10:27.913Z Compiling litemap v0.8.1
13462026-08-29T04:10:27.938Z Compiling percent-encoding v2.3.2
13472026-08-29T04:10:27.980Z Compiling writeable v0.6.2
13482026-08-29T04:10:27.990Z Compiling icu_properties_data v2.1.2
13492026-08-29T04:10:28.002Z Compiling icu_normalizer_data v2.1.1
13502026-08-29T04:10:28.002Z Compiling rustix v1.1.4
13512026-08-29T04:10:28.025Z Compiling getrandom v0.3.4
13522026-08-29T04:10:28.091Z Compiling futures-sink v0.3.32
13532026-08-29T04:10:28.107Z Compiling slab v0.4.12
13542026-08-29T04:10:28.136Z Compiling futures-task v0.3.32
13552026-08-29T04:10:28.197Z Compiling futures-channel v0.3.32
13562026-08-29T04:10:28.219Z Compiling utf8_iter v1.0.4
13572026-08-29T04:10:28.250Z Compiling futures-io v0.3.32
13582026-08-29T04:10:28.283Z Compiling errno v0.3.14
13592026-08-29T04:10:28.320Z Compiling jobserver v0.1.34
13602026-08-29T04:10:28.349Z Compiling getrandom v0.2.17
13612026-08-29T04:10:28.417Z Compiling mio v1.2.0
13622026-08-29T04:10:28.473Z Compiling signal-hook-registry v1.4.8
13632026-08-29T04:10:28.509Z Compiling socket2 v0.6.3
13642026-08-29T04:10:28.526Z Compiling form_urlencoded v1.2.2
13652026-08-29T04:10:28.538Z Compiling rand_core v0.6.4
13662026-08-29T04:10:28.544Z Compiling rustversion v1.0.22
13672026-08-29T04:10:28.630Z Compiling cc v1.2.56
13682026-08-29T04:10:28.659Z Compiling once_cell v1.21.3
13692026-08-29T04:10:28.691Z Compiling parking_lot v0.12.5
13702026-08-29T04:10:28.707Z Compiling base64ct v1.8.3
13712026-08-29T04:10:28.719Z Compiling iana-time-zone v0.1.65
13722026-08-29T04:10:28.739Z Compiling flagset v0.4.7
13732026-08-29T04:10:28.764Z Compiling ident_case v1.0.1
13742026-08-29T04:10:28.835Z Compiling fs_extra v1.3.0
13752026-08-29T04:10:28.896Z Compiling regex-syntax v0.8.10
13762026-08-29T04:10:28.896Z Compiling dunce v1.0.5
13772026-08-29T04:10:28.925Z Compiling base64 v0.22.1
13782026-08-29T04:10:28.929Z Compiling vcpkg v0.2.15
13792026-08-29T04:10:28.969Z Compiling pem-rfc7468 v0.7.0
13802026-08-29T04:10:28.974Z Compiling rand_core v0.9.5
13812026-08-29T04:10:29.021Z Compiling syn v1.0.109
13822026-08-29T04:10:29.025Z Compiling tracing-core v0.1.36
13832026-08-29T04:10:29.049Z Compiling dyn-clone v1.0.20
13842026-08-29T04:10:29.101Z Compiling aws-lc-rs v1.16.3
13852026-08-29T04:10:29.138Z Compiling simd-adler32 v0.3.8
13862026-08-29T04:10:29.162Z Compiling schemars v0.8.22
13872026-08-29T04:10:29.204Z Compiling cpufeatures v0.2.17
13882026-08-29T04:10:29.297Z Compiling spin v0.9.8
13892026-08-29T04:10:29.297Z Compiling tinyvec_macros v0.1.1
13902026-08-29T04:10:29.328Z Compiling openssl-probe v0.2.1
13912026-08-29T04:10:29.359Z Compiling crc32fast v1.5.0
13922026-08-29T04:10:29.448Z Compiling cmov v0.5.4
13932026-08-29T04:10:29.461Z Compiling cmake v0.1.57
13942026-08-29T04:10:29.461Z Compiling adler2 v2.0.1
13952026-08-29T04:10:29.468Z Compiling httparse v1.10.1
13962026-08-29T04:10:29.468Z Compiling tinyvec v1.10.0
13972026-08-29T04:10:29.541Z Compiling aho-corasick v1.1.4
13982026-08-29T04:10:29.557Z Compiling tower-service v0.3.3
13992026-08-29T04:10:29.637Z Compiling bitflags v2.11.0
14002026-08-29T04:10:29.671Z Compiling semver v1.0.28
14012026-08-29T04:10:29.685Z Compiling indexmap v2.14.0
14022026-08-29T04:10:29.685Z Compiling uuid v1.23.4
14032026-08-29T04:10:29.747Z Compiling ctutils v0.4.2
14042026-08-29T04:10:29.778Z Compiling miniz_oxide v0.8.9
14052026-08-29T04:10:29.799Z Compiling try-lock v0.2.5
14062026-08-29T04:10:29.891Z Compiling rustc_version v0.4.1
14072026-08-29T04:10:29.907Z Compiling unicode-segmentation v1.12.0
14082026-08-29T04:10:29.940Z Compiling untrusted v0.7.1
14092026-08-29T04:10:29.981Z Compiling radium v0.7.0
14102026-08-29T04:10:30.022Z Compiling atomic-waker v1.1.2
14112026-08-29T04:10:30.030Z Compiling tower-layer v0.3.3
14122026-08-29T04:10:30.172Z Compiling want v0.3.1
14132026-08-29T04:10:30.244Z Compiling httpdate v1.0.3
14142026-08-29T04:10:30.325Z Compiling tap v1.0.1
14152026-08-29T04:10:30.336Z Compiling aws-lc-sys v0.40.0
14162026-08-29T04:10:30.336Z Compiling openssl-sys v0.9.117
14172026-08-29T04:10:30.361Z Compiling untrusted v0.9.0
14182026-08-29T04:10:30.386Z Compiling openssl v0.10.80
14192026-08-29T04:10:30.400Z Compiling rustls v0.23.41
14202026-08-29T04:10:30.418Z Compiling foreign-types-shared v0.1.1
14212026-08-29T04:10:30.422Z Compiling maybe-uninit v2.0.0
14222026-08-29T04:10:30.452Z Compiling regex-automata v0.4.14
14232026-08-29T04:10:30.464Z Compiling wyz v0.5.1
14242026-08-29T04:10:30.496Z Compiling synstructure v0.13.2
14252026-08-29T04:10:30.508Z Compiling serde_derive_internals v0.29.1
14262026-08-29T04:10:30.524Z Compiling pest_generator v2.8.6
14272026-08-29T04:10:30.608Z Compiling darling_core v0.20.11
14282026-08-29T04:10:30.651Z Compiling foreign-types v0.3.2
14292026-08-29T04:10:30.688Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-08-29T04:10:30.742Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-08-29T04:10:30.864Z Compiling tempfile v3.27.0
14322026-08-29T04:10:31.007Z Compiling terminal_size v0.4.3
14332026-08-29T04:10:31.038Z Compiling unicode-normalization v0.1.25
14342026-08-29T04:10:31.100Z Compiling num-integer v0.1.46
14352026-08-29T04:10:31.139Z Compiling wait-timeout v0.2.1
14362026-08-29T04:10:31.185Z Compiling socket2 v0.5.10
14372026-08-29T04:10:31.203Z Compiling ahash v0.8.12
14382026-08-29T04:10:31.277Z Compiling funty v2.0.0
14392026-08-29T04:10:31.307Z Compiling native-tls v0.2.18
14402026-08-29T04:10:31.473Z Compiling quick-error v1.2.3
14412026-08-29T04:10:31.495Z Compiling powerfmt v0.2.0
14422026-08-29T04:10:31.495Z Compiling packed_struct v0.10.1
14432026-08-29T04:10:31.495Z Compiling time-core v0.1.8
14442026-08-29T04:10:31.495Z Compiling num-bigint-dig v0.8.6
14452026-08-29T04:10:31.510Z Compiling bit-vec v0.8.0
14462026-08-29T04:10:31.514Z Compiling num-conv v0.2.0
14472026-08-29T04:10:31.558Z Compiling rusty-fork v0.3.1
14482026-08-29T04:10:31.610Z Compiling deranged v0.5.8
14492026-08-29T04:10:31.636Z Compiling clap_builder v4.6.0
14502026-08-29T04:10:31.652Z Compiling bitvec v1.0.1
14512026-08-29T04:10:31.658Z Compiling num-iter v0.1.45
14522026-08-29T04:10:31.687Z Compiling time-macros v0.2.27
14532026-08-29T04:10:31.739Z Compiling bit-set v0.8.0
14542026-08-29T04:10:31.799Z Compiling lazy_static v1.5.0
14552026-08-29T04:10:31.866Z Compiling rand_xorshift v0.4.0
14562026-08-29T04:10:31.906Z Compiling sync_wrapper v1.0.2
14572026-08-29T04:10:31.910Z Compiling indexmap v1.9.3
14582026-08-29T04:10:31.943Z Compiling siphasher v1.0.2
14592026-08-29T04:10:31.952Z Compiling unarray v0.1.4
14602026-08-29T04:10:32.044Z Compiling usdt-impl v0.6.0
14612026-08-29T04:10:32.058Z Compiling object v0.37.3
14622026-08-29T04:10:32.073Z Compiling zlib-rs v0.6.2
14632026-08-29T04:10:32.115Z Compiling nodrop v0.1.14
14642026-08-29T04:10:32.155Z Compiling crossbeam-utils v0.8.21
14652026-08-29T04:10:32.225Z Compiling num_threads v0.1.7
14662026-08-29T04:10:32.267Z Compiling serde_derive v1.0.228
14672026-08-29T04:10:32.299Z Compiling zeroize_derive v1.5.0
14682026-08-29T04:10:32.383Z Compiling zerocopy-derive v0.8.55
14692026-08-29T04:10:32.389Z Compiling zerofrom-derive v0.1.6
14702026-08-29T04:10:32.494Z Compiling yoke-derive v0.8.1
14712026-08-29T04:10:32.677Z Compiling zerovec-derive v0.11.2
14722026-08-29T04:10:32.734Z Compiling displaydoc v0.2.5
14732026-08-29T04:10:32.790Z Compiling tokio-macros v2.7.0
14742026-08-29T04:10:32.967Z Compiling futures-macro v0.3.32
14752026-08-29T04:10:33.024Z Compiling der_derive v0.7.3
14762026-08-29T04:10:33.197Z Compiling thiserror-impl v2.0.18
14772026-08-29T04:10:33.567Z Compiling tracing-attributes v0.1.31
14782026-08-29T04:10:33.574Z Compiling schemars_derive v0.8.22
14792026-08-29T04:10:33.589Z Compiling scroll_derive v0.13.1
14802026-08-29T04:10:33.754Z Compiling pest_derive v2.8.6
14812026-08-29T04:10:33.867Z Compiling darling_macro v0.20.11
14822026-08-29T04:10:33.871Z Compiling futures-util v0.3.32
14832026-08-29T04:10:33.894Z Compiling zerofrom v0.1.6
14842026-08-29T04:10:34.043Z Compiling yoke v0.8.1
14852026-08-29T04:10:34.075Z Compiling thiserror-impl v1.0.69
14862026-08-29T04:10:34.234Z Compiling zerovec v0.11.5
14872026-08-29T04:10:34.252Z Compiling zerotrie v0.2.3
14882026-08-29T04:10:34.405Z Compiling openssl-macros v0.1.1
14892026-08-29T04:10:34.438Z Compiling scroll v0.13.0
14902026-08-29T04:10:34.578Z Compiling darling v0.20.11
14912026-08-29T04:10:34.628Z Compiling thiserror v2.0.18
14922026-08-29T04:10:34.679Z Compiling goblin v0.10.5
14932026-08-29T04:10:34.729Z Compiling tinystr v0.8.2
14942026-08-29T04:10:34.761Z Compiling potential_utf v0.1.4
14952026-08-29T04:10:34.796Z Compiling packed_struct_codegen v0.10.1
14962026-08-29T04:10:34.810Z Compiling clap_derive v4.6.1
14972026-08-29T04:10:34.853Z Compiling zerocopy-derive v0.6.6
14982026-08-29T04:10:34.913Z Compiling icu_locale_core v2.1.1
14992026-08-29T04:10:34.942Z Compiling icu_collections v2.1.1
15002026-08-29T04:10:34.966Z Compiling tracing v0.1.44
15012026-08-29T04:10:34.982Z Compiling bitfield-macros v0.19.4
15022026-08-29T04:10:35.284Z Compiling paste v1.0.15
15032026-08-29T04:10:35.399Z Compiling crc-catalog v2.4.0
15042026-08-29T04:10:35.415Z Compiling thiserror v1.0.69
15052026-08-29T04:10:35.449Z Compiling crc v3.4.0
15062026-08-29T04:10:35.499Z Compiling flate2 v1.1.9
15072026-08-29T04:10:35.508Z Compiling dtrace-parser v0.3.0
15082026-08-29T04:10:35.566Z Compiling icu_provider v2.1.1
15092026-08-29T04:10:35.721Z Compiling bitfield v0.19.4
15102026-08-29T04:10:35.733Z Compiling zerocopy v0.6.6
15112026-08-29T04:10:35.761Z Compiling derive_builder_core v0.20.2
15122026-08-29T04:10:35.822Z Compiling zeroize v1.9.0
15132026-08-29T04:10:35.893Z Compiling bytes v1.11.1
15142026-08-29T04:10:35.909Z Compiling icu_properties v2.1.2
15152026-08-29T04:10:35.909Z Compiling icu_normalizer v2.1.1
15162026-08-29T04:10:35.930Z Compiling chrono v0.4.45
15172026-08-29T04:10:36.065Z Compiling der v0.7.10
15182026-08-29T04:10:36.082Z Compiling rustls-pki-types v1.14.0
15192026-08-29T04:10:36.249Z Compiling hybrid-array v0.4.13
15202026-08-29T04:10:36.283Z Compiling ipnet v2.12.0
15212026-08-29T04:10:36.494Z Compiling tokio v1.52.1
15222026-08-29T04:10:36.521Z Compiling http v1.4.2
15232026-08-29T04:10:36.565Z Compiling crypto-common v0.1.7
15242026-08-29T04:10:36.624Z Compiling block-buffer v0.10.4
15252026-08-29T04:10:36.682Z Compiling hex v0.4.3
15262026-08-29T04:10:36.694Z Compiling serde_spanned v0.6.9
15272026-08-29T04:10:36.726Z Compiling toml_datetime v0.6.11
15282026-08-29T04:10:36.795Z Compiling idna_adapter v1.2.1
15292026-08-29T04:10:36.821Z Compiling digest v0.10.7
15302026-08-29T04:10:36.836Z Compiling clap v4.6.1
15312026-08-29T04:10:36.925Z Compiling ppv-lite86 v0.2.21
15322026-08-29T04:10:36.935Z Compiling idna v1.1.0
15332026-08-29T04:10:36.945Z Compiling spki v0.7.3
15342026-08-29T04:10:37.032Z Compiling sha2 v0.10.9
15352026-08-29T04:10:37.054Z Compiling signature v2.2.0
15362026-08-29T04:10:37.083Z Compiling hmac v0.12.1
15372026-08-29T04:10:37.178Z Compiling http-body v1.0.1
15382026-08-29T04:10:37.260Z Compiling url v2.5.8
15392026-08-29T04:10:37.280Z Compiling rand_chacha v0.9.0
15402026-08-29T04:10:37.281Z Compiling pkcs8 v0.10.2
15412026-08-29T04:10:37.281Z Compiling rand_chacha v0.3.1
15422026-08-29T04:10:37.338Z Compiling http-body-util v0.1.3
15432026-08-29T04:10:37.381Z Compiling time v0.3.47
15442026-08-29T04:10:37.485Z Compiling dof v0.4.0
15452026-08-29T04:10:37.504Z Compiling pkcs1 v0.7.5
15462026-08-29T04:10:37.607Z Compiling rand v0.9.2
15472026-08-29T04:10:37.607Z Compiling rand v0.8.6
15482026-08-29T04:10:37.951Z Compiling structmeta-derive v0.3.0
15492026-08-29T04:10:37.977Z Compiling scroll_derive v0.12.1
15502026-08-29T04:10:38.047Z Compiling array-init v0.0.4
15512026-08-29T04:10:38.127Z Compiling smallvec v0.6.14
15522026-08-29T04:10:38.138Z Compiling darling_core v0.23.0
15532026-08-29T04:10:38.399Z Compiling proptest v1.11.0
15542026-08-29T04:10:38.413Z Compiling heapless v0.7.17
15552026-08-29T04:10:38.465Z Compiling slog v2.8.2
15562026-08-29T04:10:38.479Z Compiling thread-id v5.1.0
15572026-08-29T04:10:38.578Z Compiling env_filter v2.0.0
15582026-08-29T04:10:38.672Z Compiling ipnetwork v0.21.1
15592026-08-29T04:10:38.687Z Compiling syn v3.0.3
15602026-08-29T04:10:38.691Z Compiling cookie v0.18.1
15612026-08-29T04:10:38.716Z Compiling winnow v0.5.40
15622026-08-29T04:10:38.725Z Compiling unicode-bidi v0.3.18
15632026-08-29T04:10:38.899Z Compiling signal-hook v0.3.18
15642026-08-29T04:10:38.903Z Compiling anyhow v1.0.104
15652026-08-29T04:10:38.978Z Compiling iri-string v0.7.10
15662026-08-29T04:10:39.043Z Compiling allocator-api2 v0.2.21
15672026-08-29T04:10:39.074Z Compiling zstd-safe v7.2.4
15682026-08-29T04:10:39.096Z Compiling base64 v0.21.7
15692026-08-29T04:10:39.112Z Compiling hashbrown v0.12.3
15702026-08-29T04:10:39.115Z Compiling ryu v1.0.23
15712026-08-29T04:10:39.189Z Compiling unicode-properties v0.1.4
15722026-08-29T04:10:39.253Z Compiling gimli v0.32.3
15732026-08-29T04:10:39.321Z Compiling serde_urlencoded v0.7.1
15742026-08-29T04:10:39.339Z Compiling ron v0.8.1
15752026-08-29T04:10:39.389Z Compiling rsa v0.9.10
15762026-08-29T04:10:39.421Z Compiling stringprep v0.1.5
15772026-08-29T04:10:39.460Z Compiling structmeta v0.3.0
15782026-08-29T04:10:39.616Z Compiling oxnet v0.1.6
15792026-08-29T04:10:39.685Z Compiling env_logger v0.11.11
15802026-08-29T04:10:39.790Z Compiling scroll v0.12.0
15812026-08-29T04:10:39.991Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15822026-08-29T04:10:40.062Z Compiling toml_edit v0.19.15
15832026-08-29T04:10:40.062Z Compiling serde-hex v0.1.0
15842026-08-29T04:10:40.306Z Compiling bzip2 v0.4.4
15852026-08-29T04:10:40.517Z Compiling tokio-util v0.7.18
15862026-08-29T04:10:40.550Z Compiling tower v0.5.3
15872026-08-29T04:10:40.566Z Compiling tokio-native-tls v0.3.1
15882026-08-29T04:10:40.721Z Compiling hashbrown v0.13.2
15892026-08-29T04:10:40.727Z Compiling darling_macro v0.23.0
15902026-08-29T04:10:40.768Z Compiling x509-cert v0.2.5
15912026-08-29T04:10:41.051Z Compiling tower-http v0.6.8
15922026-08-29T04:10:41.233Z Compiling h2 v0.4.15
15932026-08-29T04:10:41.249Z Compiling addr2line v0.25.1
15942026-08-29T04:10:41.263Z Compiling newtype-uuid v1.3.2
15952026-08-29T04:10:41.469Z Compiling md-5 v0.10.6
15962026-08-29T04:10:41.571Z Compiling crypto-common v0.2.2
15972026-08-29T04:10:41.593Z Compiling block-padding v0.4.2
15982026-08-29T04:10:41.614Z Compiling block-buffer v0.12.1
15992026-08-29T04:10:41.655Z Compiling derive_builder_macro v0.20.2
16002026-08-29T04:10:41.782Z Compiling rustls-native-certs v0.8.3
16012026-08-29T04:10:42.013Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-29T04:10:42.017Z Compiling erased-serde v0.3.31
16032026-08-29T04:10:42.049Z Compiling serde_tokenstream v0.2.3
16042026-08-29T04:10:42.150Z Compiling camino v1.2.5
16052026-08-29T04:10:42.167Z Compiling daft-derive v0.1.8
16062026-08-29T04:10:42.414Z Compiling bstr v1.12.1
16072026-08-29T04:10:42.431Z Compiling zerocopy-derive v0.7.35
16082026-08-29T04:10:42.446Z Compiling async-trait v0.1.89
16092026-08-29T04:10:42.463Z Compiling pin-project-internal v1.1.11
16102026-08-29T04:10:42.509Z Compiling curve25519-dalek v4.1.3
16112026-08-29T04:10:42.585Z Compiling heck v0.4.1
16122026-08-29T04:10:42.667Z Compiling vergen-lib v9.1.0
16132026-08-29T04:10:42.753Z Compiling hash32 v0.2.1
16142026-08-29T04:10:42.878Z Compiling memoffset v0.9.1
16152026-08-29T04:10:42.997Z Compiling encoding_rs v0.8.35
16162026-08-29T04:10:43.059Z Compiling mime v0.3.17
16172026-08-29T04:10:43.059Z Compiling psl-types v2.0.11
16182026-08-29T04:10:43.059Z Compiling owo-colors v4.3.0
16192026-08-29T04:10:43.059Z Compiling crc-any v2.5.0
16202026-08-29T04:10:43.067Z Compiling fallible-iterator v0.2.0
16212026-08-29T04:10:43.105Z Compiling ref-cast v1.0.25
16222026-08-29T04:10:43.109Z Compiling cfg_aliases v0.2.1
16232026-08-29T04:10:43.180Z Compiling rustix v0.38.44
16242026-08-29T04:10:43.209Z Compiling litrs v1.0.0
16252026-08-29T04:10:43.241Z Compiling smoltcp v0.9.1
16262026-08-29T04:10:43.326Z Compiling rustc-demangle v0.1.27
16272026-08-29T04:10:43.348Z Compiling zerocopy v0.7.35
16282026-08-29T04:10:43.409Z Compiling postgres-protocol v0.6.10
16292026-08-29T04:10:43.478Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-29T04:10:43.500Z Compiling nix v0.31.2
16312026-08-29T04:10:43.542Z Compiling publicsuffix v2.3.0
16322026-08-29T04:10:43.636Z Compiling backtrace v0.3.76
16332026-08-29T04:10:43.650Z Compiling pin-project v1.1.11
16342026-08-29T04:10:43.735Z Compiling daft v0.1.8
16352026-08-29T04:10:43.777Z Compiling document-features v0.2.12
16362026-08-29T04:10:43.826Z Compiling snafu-derive v0.8.9
16372026-08-29T04:10:43.901Z Compiling derive_builder v0.20.2
16382026-08-29T04:10:43.952Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-29T04:10:44.072Z Compiling inout v0.2.2
16402026-08-29T04:10:44.076Z Compiling toml v0.7.8
16412026-08-29T04:10:44.076Z Compiling darling v0.23.0
16422026-08-29T04:10:44.076Z Compiling object v0.30.4
16432026-08-29T04:10:44.150Z Compiling zip v0.6.6
16442026-08-29T04:10:44.200Z Compiling goblin v0.8.2
16452026-08-29T04:10:44.268Z Compiling derive-ex v0.1.8
16462026-08-29T04:10:44.530Z Compiling hyper v1.10.1
16472026-08-29T04:10:44.625Z Compiling futures-executor v0.3.32
16482026-08-29T04:10:44.650Z Compiling hubpack_derive v0.1.1
16492026-08-29T04:10:44.757Z Compiling regex v1.12.3
16502026-08-29T04:10:44.774Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-29T04:10:44.789Z Compiling ref-cast-impl v1.0.25
16522026-08-29T04:10:44.806Z Compiling strum_macros v0.27.2
16532026-08-29T04:10:44.835Z Compiling phf_shared v0.13.1
16542026-08-29T04:10:45.023Z Compiling convert_case v0.10.0
16552026-08-29T04:10:45.115Z Compiling vergen v9.1.0
16562026-08-29T04:10:45.151Z Compiling cargo-platform v0.3.2
16572026-08-29T04:10:45.198Z Compiling ff v0.13.1
16582026-08-29T04:10:45.236Z Compiling fs-err v3.3.0
16592026-08-29T04:10:45.309Z Compiling jiff-core v0.1.0
16602026-08-29T04:10:45.359Z Compiling is_ci v1.2.0
16612026-08-29T04:10:45.383Z Compiling foldhash v0.1.5
16622026-08-29T04:10:45.437Z Compiling bumpalo v3.20.2
16632026-08-29T04:10:45.459Z Compiling managed v0.8.0
16642026-08-29T04:10:45.473Z Compiling same-file v1.0.6
16652026-08-29T04:10:45.522Z Compiling foldhash v0.2.0
16662026-08-29T04:10:45.538Z Compiling libbz2-rs-sys v0.2.2
16672026-08-29T04:10:45.572Z Compiling base16ct v0.2.0
16682026-08-29T04:10:45.666Z Compiling hyper-util v0.1.20
16692026-08-29T04:10:45.707Z Compiling path-slash v0.1.5
16702026-08-29T04:10:45.719Z Compiling bitflags v1.3.2
16712026-08-29T04:10:45.773Z Compiling sec1 v0.7.3
16722026-08-29T04:10:45.784Z Compiling hashbrown v0.16.1
16732026-08-29T04:10:45.819Z Compiling snafu v0.8.9
16742026-08-29T04:10:45.847Z Compiling zopfli v0.8.3
16752026-08-29T04:10:45.997Z Compiling test-strategy v0.4.5
16762026-08-29T04:10:46.096Z Compiling jiff v0.2.34
16772026-08-29T04:10:46.201Z Compiling bzip2 v0.6.1
16782026-08-29T04:10:46.210Z Compiling walkdir v2.5.0
16792026-08-29T04:10:46.232Z Compiling textwrap v0.16.2
16802026-08-29T04:10:46.386Z Compiling hashbrown v0.15.5
16812026-08-29T04:10:46.436Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-29T04:10:46.541Z Compiling dof v0.3.0
16832026-08-29T04:10:46.542Z Compiling supports-color v3.0.2
16842026-08-29T04:10:46.740Z Compiling group v0.13.0
16852026-08-29T04:10:46.754Z Compiling cargo_metadata v0.23.1
16862026-08-29T04:10:46.845Z Compiling strum v0.27.2
16872026-08-29T04:10:46.862Z Compiling derive_more-impl v2.1.1
16882026-08-29T04:10:46.953Z Compiling hubpack v0.1.2
16892026-08-29T04:10:46.970Z Compiling phf v0.13.1
16902026-08-29T04:10:46.996Z Compiling futures v0.3.32
16912026-08-29T04:10:47.017Z Compiling signal-hook-mio v0.2.5
16922026-08-29T04:10:47.091Z Compiling hyper-tls v0.6.0
16932026-08-29T04:10:47.171Z Compiling cookie_store v0.22.1
16942026-08-29T04:10:47.189Z Compiling zstd v0.13.3
16952026-08-29T04:10:47.318Z Compiling reqwest v0.12.28
16962026-08-29T04:10:47.402Z Compiling serde_with_macros v3.21.0
16972026-08-29T04:10:47.471Z Compiling cipher v0.5.2
16982026-08-29T04:10:47.502Z Compiling backtrace-ext v0.2.1
16992026-08-29T04:10:47.623Z Compiling postgres-types v0.2.12
17002026-08-29T04:10:47.754Z Compiling globset v0.4.18
17012026-08-29T04:10:47.793Z Compiling usdt-macro v0.6.0
17022026-08-29T04:10:47.943Z Compiling usdt-attr-macro v0.6.0
17032026-08-29T04:10:47.955Z Compiling byte-wrapper v0.1.0
17042026-08-29T04:10:48.101Z Compiling ed25519 v2.2.3
17052026-08-29T04:10:48.175Z Compiling hkdf v0.12.4
17062026-08-29T04:10:48.218Z Compiling crypto-bigint v0.5.5
17072026-08-29T04:10:48.264Z Compiling olpc-cjson v0.1.4
17082026-08-29T04:10:48.363Z Compiling serde_plain v1.0.2
17092026-08-29T04:10:48.453Z Compiling serde-big-array v0.5.1
17102026-08-29T04:10:48.464Z Compiling dtrace-parser v0.2.0
17112026-08-29T04:10:48.486Z Compiling miette-derive v7.6.0
17122026-08-29T04:10:48.590Z Compiling serde_repr v0.1.20
17132026-08-29T04:10:48.606Z Compiling async-recursion v1.1.1
17142026-08-29T04:10:48.619Z Compiling strum_macros v0.26.4
17152026-08-29T04:10:48.637Z Compiling enum-as-inner v0.6.1
17162026-08-29T04:10:48.737Z Compiling phf_shared v0.11.3
17172026-08-29T04:10:48.805Z Compiling float-cmp v0.10.0
17182026-08-29T04:10:48.958Z Compiling pem v3.0.6
17192026-08-29T04:10:48.978Z Compiling thread-id v4.2.2
17202026-08-29T04:10:49.064Z Compiling memmap2 v0.9.10
17212026-08-29T04:10:49.102Z Compiling whoami v2.1.0
17222026-08-29T04:10:49.172Z Compiling difflib v0.4.0
17232026-08-29T04:10:49.180Z Compiling precomputed-hash v0.1.1
17242026-08-29T04:10:49.238Z Compiling static_assertions v1.1.0
17252026-08-29T04:10:49.283Z Compiling fixedbitset v0.5.7
17262026-08-29T04:10:49.297Z Compiling supports-unicode v3.0.0
17272026-08-29T04:10:49.310Z Compiling const-oid v0.10.2
17282026-08-29T04:10:49.323Z Compiling new_debug_unreachable v1.0.6
17292026-08-29T04:10:49.344Z Compiling winnow v1.0.3
17302026-08-29T04:10:49.421Z Compiling predicates-core v1.0.10
17312026-08-29T04:10:49.473Z Compiling either v1.15.0
17322026-08-29T04:10:49.489Z Compiling supports-hyperlinks v3.2.0
17332026-08-29T04:10:49.510Z Compiling data-encoding v2.10.0
17342026-08-29T04:10:49.543Z Compiling fixedbitset v0.4.2
17352026-08-29T04:10:49.614Z Compiling cpufeatures v0.3.0
17362026-08-29T04:10:49.638Z Compiling typed-path v0.9.3
17372026-08-29T04:10:49.665Z Compiling keccak v0.1.6
17382026-08-29T04:10:49.694Z Compiling normalize-line-endings v0.3.0
17392026-08-29T04:10:49.707Z Compiling miette v7.6.0
17402026-08-29T04:10:49.724Z Compiling petgraph v0.6.5
17412026-08-29T04:10:49.738Z Compiling chacha20 v0.10.0
17422026-08-29T04:10:49.761Z Compiling predicates v3.1.4
17432026-08-29T04:10:49.776Z Compiling itertools v0.13.0
17442026-08-29T04:10:49.792Z Compiling petgraph v0.8.3
17452026-08-29T04:10:49.809Z Compiling digest v0.11.3
17462026-08-29T04:10:50.056Z Compiling hickory-proto v0.25.2
17472026-08-29T04:10:50.133Z Compiling sha3 v0.10.8
17482026-08-29T04:10:50.229Z Compiling string_cache v0.8.9
17492026-08-29T04:10:50.536Z Compiling toml_parser v1.1.2+spec-1.1.0
17502026-08-29T04:10:50.556Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17512026-08-29T04:10:50.557Z Compiling toml_edit v0.22.27
17522026-08-29T04:10:50.557Z Compiling strum v0.26.3
17532026-08-29T04:10:50.557Z Compiling tokio-postgres v0.7.16
17542026-08-29T04:10:50.557Z Compiling elliptic-curve v0.13.8
17552026-08-29T04:10:50.637Z Compiling usdt v0.6.0
17562026-08-29T04:10:50.687Z Compiling usdt-impl v0.5.0
17572026-08-29T04:10:50.884Z Compiling serde_with v3.21.0
17582026-08-29T04:10:50.906Z Compiling crossterm v0.28.1
17592026-08-29T04:10:50.928Z Compiling zip v4.6.1
17602026-08-29T04:10:50.960Z Compiling ed25519-dalek v2.2.0
17612026-08-29T04:10:51.040Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17622026-08-29T04:10:51.055Z Compiling derive_more v2.1.1
17632026-08-29T04:10:55.653Z Compiling iddqd v0.4.2
17642026-08-29T04:10:55.705Z Compiling similar v2.7.0
17652026-08-29T04:10:55.705Z Compiling tokio-stream v0.1.18
17662026-08-29T04:10:55.705Z Compiling crossbeam-epoch v0.9.18
17672026-08-29T04:10:55.705Z Compiling buf-list v1.1.2
17682026-08-29T04:10:55.706Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-29T04:10:55.706Z Compiling openapiv3 v2.2.0
17702026-08-29T04:10:55.706Z Compiling peg-runtime v0.8.5
17712026-08-29T04:10:55.706Z Compiling lalrpop-util v0.19.12
17722026-08-29T04:10:55.706Z Compiling thread_local v1.1.9
17732026-08-29T04:10:55.706Z Compiling slog-async v2.8.0
17742026-08-29T04:10:55.706Z Compiling crossbeam-channel v0.5.15
17752026-08-29T04:10:55.706Z Compiling filetime v0.2.27
17762026-08-29T04:10:55.706Z Compiling is-terminal v0.4.17
17772026-08-29T04:10:55.706Z Compiling term v1.2.1
17782026-08-29T04:10:55.706Z Compiling xattr v1.6.1
17792026-08-29T04:10:55.706Z Compiling take_mut v0.2.2
17802026-08-29T04:10:55.706Z Compiling camino-tempfile v1.4.1
17812026-08-29T04:10:55.706Z Compiling tar v0.4.46
17822026-08-29T04:10:55.706Z Compiling slog-term v2.9.2
17832026-08-29T04:11:10.287Z Compiling rustls-webpki v0.103.13
17842026-08-29T04:11:12.996Z Compiling tokio-rustls v0.26.4
17852026-08-29T04:11:12.996Z Compiling rustls-platform-verifier v0.6.2
17862026-08-29T04:11:12.996Z Compiling tough v0.22.0
17872026-08-29T04:11:13.189Z Compiling hyper-rustls v0.27.7
17882026-08-29T04:11:13.384Z Compiling reqwest v0.13.2
17892026-08-29T04:11:15.549Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-08-29T04:11:15.789Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-08-29T04:11:18.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.82s
17922026-08-29T04:11:18.863Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17932026-08-29T04:11:18.921ZAug 29 04:11:17.758 INFO Starting download, target: Clickhouse
17942026-08-29T04:11:18.922ZAug 29 04:11:17.759 INFO Starting download, target: Cockroach
17952026-08-29T04:11:18.922ZAug 29 04:11:17.759 INFO Starting download, target: Console
17962026-08-29T04:11:18.922ZAug 29 04:11:17.759 INFO Starting download, target: DendriteStub
17972026-08-29T04:11:18.927ZAug 29 04:11:17.759 INFO Starting download, target: MaghemiteMgd
17982026-08-29T04:11:18.927ZAug 29 04:11:17.759 INFO Starting download, target: MaghemiteDdmd
17992026-08-29T04:11:18.927ZAug 29 04:11:17.759 INFO Starting download, target: TransceiverControl
18002026-08-29T04:11:18.927ZAug 29 04:11:17.760 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18012026-08-29T04:11:18.927ZAug 29 04:11:17.760 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18022026-08-29T04:11:18.927ZAug 29 04:11:17.760 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18032026-08-29T04:11:18.927ZAug 29 04:11:17.760 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18042026-08-29T04:11:18.927ZAug 29 04:11:17.760 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18052026-08-29T04:11:18.928ZAug 29 04:11:17.760 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18062026-08-29T04:11:18.928ZAug 29 04:11:17.760 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18072026-08-29T04:11:20.699ZAug 29 04:11:19.536 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18082026-08-29T04:11:20.934ZAug 29 04:11:19.772 INFO Download complete, target: Console
18092026-08-29T04:11:21.574ZAug 29 04:11:20.412 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18102026-08-29T04:11:27.268ZAug 29 04:11:26.104 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18112026-08-29T04:11:27.540ZAug 29 04:11:26.311 INFO Download complete, target: TransceiverControl
18122026-08-29T04:11:27.974ZAug 29 04:11:26.795 INFO Checking that binary works, target: Clickhouse
18132026-08-29T04:11:28.076ZAug 29 04:11:26.897 INFO Download complete, target: Clickhouse
18142026-08-29T04:11:30.113ZAug 29 04:11:28.932 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18152026-08-29T04:11:30.907ZAug 29 04:11:29.732 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18162026-08-29T04:11:31.113ZAug 29 04:11:29.930 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18172026-08-29T04:11:31.456ZAug 29 04:11:30.288 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18182026-08-29T04:11:31.456ZAug 29 04:11:30.289 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18192026-08-29T04:11:31.903ZAug 29 04:11:30.727 INFO Download complete, target: MaghemiteDdmd
18202026-08-29T04:11:33.310ZAug 29 04:11:32.143 INFO Download complete, target: DendriteStub
18212026-08-29T04:11:33.604ZAug 29 04:11:32.434 INFO Download complete, target: MaghemiteMgd
18222026-08-29T04:11:35.974ZAug 29 04:11:34.812 INFO Checking that binary works, target: Cockroach
18232026-08-29T04:11:36.096ZAug 29 04:11:34.931 INFO Download complete, target: Cockroach
18242026-08-29T04:11:36.100ZAll prerequisites installed successfully
18252026-08-29T04:11:36.100Z
18262026-08-29T04:11:36.100Zreal 2:03.667294495
18272026-08-29T04:11:36.100Zuser 7:24.108423225
18282026-08-29T04:11:36.100Zsys 1:47.016670218
18292026-08-29T04:11:36.100Ztrap 0.301560250
18302026-08-29T04:11:36.100Ztflt 0.914940830
18312026-08-29T04:11:36.100Zdflt 1.649291870
18322026-08-29T04:11:36.101Zkflt 0.022581893
18332026-08-29T04:11:36.101Zlock 32:52.439338821
18342026-08-29T04:11:36.101Zslp 20:34.709436732
18352026-08-29T04:11:36.101Zlat 28.609962376
18362026-08-29T04:11:36.102Zstop 3:37.673663781
18372026-08-29T04:11:36.102Z+ ptime -m cargo xtask download softnpu
18382026-08-29T04:11:36.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18392026-08-29T04:11:36.575Z Running `target/debug/xtask download softnpu`
18402026-08-29T04:11:37.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18412026-08-29T04:11:37.420Z Running `target/debug/xtask-downloader softnpu`
18422026-08-29T04:11:37.466ZAug 29 04:11:36.302 INFO Starting download, target: Softnpu
18432026-08-29T04:11:37.466ZAug 29 04:11:36.302 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18442026-08-29T04:11:38.041ZAug 29 04:11:36.878 INFO Download complete, target: Softnpu
18452026-08-29T04:11:38.045Z
18462026-08-29T04:11:38.045Zreal 1.938512872
18472026-08-29T04:11:38.045Zuser 1.315403694
18482026-08-29T04:11:38.045Zsys 0.633661185
18492026-08-29T04:11:38.045Ztrap 0.000504550
18502026-08-29T04:11:38.045Ztflt 0.000114750
18512026-08-29T04:11:38.045Zdflt 0.000058180
18522026-08-29T04:11:38.045Zkflt 0.000000000
18532026-08-29T04:11:38.046Zlock 10.669456625
18542026-08-29T04:11:38.046Zslp 0.440969347
18552026-08-29T04:11:38.046Zlat 0.094122231
18562026-08-29T04:11:38.046Zstop 0.000168650
18572026-08-29T04:11:38.046Z+ export CARGO_INCREMENTAL=0
18582026-08-29T04:11:38.046Z+ CARGO_INCREMENTAL=0
18592026-08-29T04:11:38.046Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18602026-08-29T04:11:38.969Z Compiling proc-macro2 v1.0.106
18612026-08-29T04:11:38.969Z Compiling quote v1.0.45
18622026-08-29T04:11:38.969Z Compiling unicode-ident v1.0.24
18632026-08-29T04:11:38.976Z Compiling serde_core v1.0.228
18642026-08-29T04:11:38.976Z Compiling libc v0.2.185
18652026-08-29T04:11:38.976Z Compiling serde v1.0.228
18662026-08-29T04:11:38.976Z Compiling cfg-if v1.0.4
18672026-08-29T04:11:39.123Z Compiling version_check v0.9.5
18682026-08-29T04:11:39.141Z Compiling autocfg v1.5.0
18692026-08-29T04:11:39.141Z Compiling find-msvc-tools v0.1.9
18702026-08-29T04:11:39.141Z Compiling shlex v1.3.0
18712026-08-29T04:11:39.141Z Compiling memchr v2.8.0
18722026-08-29T04:11:39.141Z Compiling zmij v1.0.21
18732026-08-29T04:11:39.141Z Compiling serde_json v1.0.151
18742026-08-29T04:11:39.276Z Compiling portable-atomic v1.13.1
18752026-08-29T04:11:39.390Z Compiling zerocopy v0.8.55
18762026-08-29T04:11:39.427Z Compiling libm v0.2.16
18772026-08-29T04:11:39.427Z Compiling getrandom v0.4.3
18782026-08-29T04:11:39.474Z Compiling smallvec v1.15.1
18792026-08-29T04:11:39.508Z Compiling generic-array v0.14.7
18802026-08-29T04:11:39.508Z Compiling icu_properties_data v2.1.2
18812026-08-29T04:11:39.587Z Compiling icu_normalizer_data v2.1.1
18822026-08-29T04:11:39.607Z Compiling num-traits v0.2.19
18832026-08-29T04:11:39.745Z Compiling parking_lot_core v0.9.12
18842026-08-29T04:11:39.766Z Compiling itoa v1.0.17
18852026-08-29T04:11:39.807Z Compiling log v0.4.33
18862026-08-29T04:11:39.830Z Compiling subtle v2.6.1
18872026-08-29T04:11:39.859Z Compiling pkg-config v0.3.32
18882026-08-29T04:11:39.891Z Compiling stable_deref_trait v1.2.1
18892026-08-29T04:11:39.891Z Compiling rustix v1.1.4
18902026-08-29T04:11:40.010Z Compiling typenum v1.20.1
18912026-08-29T04:11:40.020Z Compiling getrandom v0.3.4
18922026-08-29T04:11:40.042Z Compiling scopeguard v1.2.0
18932026-08-29T04:11:40.105Z Compiling thiserror v2.0.18
18942026-08-29T04:11:40.175Z Compiling lock_api v0.4.14
18952026-08-29T04:11:40.184Z Compiling rand_core v0.10.0
18962026-08-29T04:11:40.282Z Compiling jobserver v0.1.34
18972026-08-29T04:11:40.331Z Compiling errno v0.3.14
18982026-08-29T04:11:40.464Z Compiling critical-section v1.2.0
18992026-08-29T04:11:40.499Z Compiling syn v2.0.117
19002026-08-29T04:11:40.520Z Compiling getrandom v0.2.17
19012026-08-29T04:11:40.546Z Compiling cc v1.2.56
19022026-08-29T04:11:40.546Z Compiling equivalent v1.0.2
19032026-08-29T04:11:40.557Z Compiling schemars v0.8.22
19042026-08-29T04:11:40.581Z Compiling percent-encoding v2.3.2
19052026-08-29T04:11:40.608Z Compiling litemap v0.8.1
19062026-08-29T04:11:40.619Z Compiling writeable v0.6.2
19072026-08-29T04:11:40.648Z Compiling syn v1.0.109
19082026-08-29T04:11:40.655Z Compiling rand_core v0.6.4
19092026-08-29T04:11:40.712Z Compiling pin-project-lite v0.2.17
19102026-08-29T04:11:40.874Z Compiling rustversion v1.0.22
19112026-08-29T04:11:40.933Z Compiling once_cell v1.21.3
19122026-08-29T04:11:41.016Z Compiling heck v0.5.0
19132026-08-29T04:11:41.036Z Compiling hashbrown v0.17.0
19142026-08-29T04:11:41.064Z Compiling dunce v1.0.5
19152026-08-29T04:11:41.108Z Compiling fs_extra v1.3.0
19162026-08-29T04:11:41.139Z Compiling byteorder v1.5.0
19172026-08-29T04:11:41.188Z Compiling utf8_iter v1.0.4
19182026-08-29T04:11:41.197Z Compiling form_urlencoded v1.2.2
19192026-08-29T04:11:41.313Z Compiling cmake v0.1.57
19202026-08-29T04:11:41.352Z Compiling strsim v0.11.1
19212026-08-29T04:11:41.382Z Compiling signal-hook-registry v1.4.8
19222026-08-29T04:11:41.539Z Compiling bitflags v2.11.0
19232026-08-29T04:11:41.635Z Compiling semver v1.0.28
19242026-08-29T04:11:41.745Z Compiling indexmap v2.14.0
19252026-08-29T04:11:41.771Z Compiling thiserror v1.0.69
19262026-08-29T04:11:41.819Z Compiling parking_lot v0.12.5
19272026-08-29T04:11:41.892Z Compiling socket2 v0.6.3
19282026-08-29T04:11:41.906Z Compiling aws-lc-sys v0.40.0
19292026-08-29T04:11:41.952Z Compiling mio v1.2.0
19302026-08-29T04:11:42.021Z Compiling futures-core v0.3.32
19312026-08-29T04:11:42.143Z Compiling aws-lc-rs v1.16.3
19322026-08-29T04:11:42.144Z Compiling const-oid v0.9.6
19332026-08-29T04:11:42.213Z Compiling httparse v1.10.1
19342026-08-29T04:11:42.232Z Compiling iana-time-zone v0.1.65
19352026-08-29T04:11:42.455Z Compiling regex-syntax v0.8.10
19362026-08-29T04:11:42.550Z Compiling crc32fast v1.5.0
19372026-08-29T04:11:42.726Z Compiling fnv v1.0.7
19382026-08-29T04:11:42.752Z Compiling ucd-trie v0.1.7
19392026-08-29T04:11:42.782Z Compiling uuid v1.23.4
19402026-08-29T04:11:42.813Z Compiling ident_case v1.0.1
19412026-08-29T04:11:42.865Z Compiling vcpkg v0.2.15
19422026-08-29T04:11:42.909Z Compiling pest v2.8.6
19432026-08-29T04:11:43.061Z Compiling rustc_version v0.4.1
19442026-08-29T04:11:43.158Z Compiling futures-sink v0.3.32
19452026-08-29T04:11:43.174Z Compiling dyn-clone v1.0.20
19462026-08-29T04:11:43.300Z Compiling rustls v0.23.41
19472026-08-29T04:11:43.372Z Compiling synstructure v0.13.2
19482026-08-29T04:11:43.420Z Compiling serde_derive_internals v0.29.1
19492026-08-29T04:11:43.426Z Compiling futures-channel v0.3.32
19502026-08-29T04:11:43.426Z Compiling openssl-sys v0.9.117
19512026-08-29T04:11:43.654Z Compiling aho-corasick v1.1.4
19522026-08-29T04:11:43.689Z Compiling futures-task v0.3.32
19532026-08-29T04:11:43.764Z Compiling slab v0.4.12
19542026-08-29T04:11:43.764Z Compiling futures-io v0.3.32
19552026-08-29T04:11:43.954Z Compiling radium v0.7.0
19562026-08-29T04:11:43.989Z Compiling pest_meta v2.8.6
19572026-08-29T04:11:44.005Z Compiling plain v0.2.3
19582026-08-29T04:11:44.032Z Compiling num-conv v0.2.0
19592026-08-29T04:11:44.098Z Compiling time-core v0.1.8
19602026-08-29T04:11:44.176Z Compiling crossbeam-utils v0.8.21
19612026-08-29T04:11:44.192Z Compiling base64ct v1.8.3
19622026-08-29T04:11:44.209Z Compiling pretty-hex v0.4.1
19632026-08-29T04:11:44.247Z Compiling base64 v0.22.1
19642026-08-29T04:11:44.251Z Compiling maybe-uninit v2.0.0
19652026-08-29T04:11:44.279Z Compiling time-macros v0.2.27
19662026-08-29T04:11:44.353Z Compiling openssl v0.10.80
19672026-08-29T04:11:44.362Z Compiling slog v2.8.2
19682026-08-29T04:11:44.379Z Compiling flagset v0.4.7
19692026-08-29T04:11:44.469Z Compiling regex-automata v0.4.14
19702026-08-29T04:11:44.508Z Compiling pem-rfc7468 v0.7.0
19712026-08-29T04:11:44.543Z Compiling unicode-segmentation v1.12.0
19722026-08-29T04:11:44.609Z Compiling pest_generator v2.8.6
19732026-08-29T04:11:44.612Z Compiling rand_core v0.9.5
19742026-08-29T04:11:44.646Z Compiling darling_core v0.23.0
19752026-08-29T04:11:44.682Z Compiling serde_derive v1.0.228
19762026-08-29T04:11:44.701Z Compiling zeroize_derive v1.5.0
19772026-08-29T04:11:44.790Z Compiling zerofrom-derive v0.1.6
19782026-08-29T04:11:44.804Z Compiling yoke-derive v0.8.1
19792026-08-29T04:11:44.819Z Compiling zerocopy-derive v0.8.55
19802026-08-29T04:11:44.857Z Compiling zerovec-derive v0.11.2
19812026-08-29T04:11:44.945Z Compiling displaydoc v0.2.5
19822026-08-29T04:11:45.015Z Compiling tokio-macros v2.7.0
19832026-08-29T04:11:45.041Z Compiling futures-macro v0.3.32
19842026-08-29T04:11:45.063Z Compiling thiserror-impl v2.0.18
19852026-08-29T04:11:45.242Z Compiling schemars_derive v0.8.22
19862026-08-29T04:11:45.270Z Compiling der_derive v0.7.3
19872026-08-29T04:11:45.287Z Compiling tracing-attributes v0.1.31
19882026-08-29T04:11:45.290Z Compiling thiserror-impl v1.0.69
19892026-08-29T04:11:45.329Z Compiling pest_derive v2.8.6
19902026-08-29T04:11:45.626Z Compiling scroll_derive v0.13.1
19912026-08-29T04:11:45.711Z Compiling scroll_derive v0.12.1
19922026-08-29T04:11:45.755Z Compiling openssl-macros v0.1.1
19932026-08-29T04:11:45.809Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-08-29T04:11:45.825Z Compiling futures-util v0.3.32
19952026-08-29T04:11:45.881Z Compiling zerofrom v0.1.6
19962026-08-29T04:11:46.034Z Compiling yoke v0.8.1
19972026-08-29T04:11:46.197Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19982026-08-29T04:11:46.229Z Compiling zerovec v0.11.5
19992026-08-29T04:11:46.253Z Compiling zerotrie v0.2.3
20002026-08-29T04:11:46.443Z Compiling syn v3.0.3
20012026-08-29T04:11:46.516Z Compiling ahash v0.8.12
20022026-08-29T04:11:46.567Z Compiling anyhow v1.0.104
20032026-08-29T04:11:46.583Z Compiling num-bigint-dig v0.8.6
20042026-08-29T04:11:46.694Z Compiling paste v1.0.15
20052026-08-29T04:11:46.739Z Compiling native-tls v0.2.18
20062026-08-29T04:11:46.812Z Compiling packed_struct v0.10.1
20072026-08-29T04:11:46.828Z Compiling tinystr v0.8.2
20082026-08-29T04:11:46.885Z Compiling potential_utf v0.1.4
20092026-08-29T04:11:46.990Z Compiling darling_macro v0.23.0
20102026-08-29T04:11:47.120Z Compiling icu_locale_core v2.1.1
20112026-08-29T04:11:47.133Z Compiling icu_collections v2.1.1
20122026-08-29T04:11:47.133Z Compiling regex v1.12.3
20132026-08-29T04:11:47.137Z Compiling zerocopy-derive v0.7.35
20142026-08-29T04:11:47.751Z Compiling icu_provider v2.1.1
20152026-08-29T04:11:47.819Z Compiling tracing-core v0.1.36
20162026-08-29T04:11:47.934Z Compiling zeroize v1.9.0
20172026-08-29T04:11:47.959Z Compiling bytes v1.11.1
20182026-08-29T04:11:48.038Z Compiling icu_normalizer v2.1.1
20192026-08-29T04:11:48.059Z Compiling icu_properties v2.1.2
20202026-08-29T04:11:48.215Z Compiling chrono v0.4.45
20212026-08-29T04:11:48.623Z Compiling tokio v1.52.1
20222026-08-29T04:11:48.761Z Compiling crypto-common v0.1.7
20232026-08-29T04:11:48.777Z Compiling block-buffer v0.10.4
20242026-08-29T04:11:48.954Z Compiling idna_adapter v1.2.1
20252026-08-29T04:11:49.005Z Compiling digest v0.10.7
20262026-08-29T04:11:49.109Z Compiling idna v1.1.0
20272026-08-29T04:11:49.249Z Compiling ppv-lite86 v0.2.21
20282026-08-29T04:11:49.306Z Compiling serde_tokenstream v0.2.3
20292026-08-29T04:11:49.412Z Compiling der v0.7.10
20302026-08-29T04:11:49.443Z Compiling http v1.4.2
20312026-08-29T04:11:49.557Z Compiling url v2.5.8
20322026-08-29T04:11:49.620Z Compiling cookie v0.18.1
20332026-08-29T04:11:49.625Z Compiling camino v1.2.5
20342026-08-29T04:11:49.823Z Compiling cpufeatures v0.2.17
20352026-08-29T04:11:49.915Z Compiling fastrand v2.3.0
20362026-08-29T04:11:49.940Z Compiling rand_chacha v0.9.0
20372026-08-29T04:11:49.954Z Compiling tracing v0.1.44
20382026-08-29T04:11:50.317Z Compiling spki v0.7.3
20392026-08-29T04:11:50.367Z Compiling serde_spanned v0.6.9
20402026-08-29T04:11:50.530Z Compiling toml_datetime v0.6.11
20412026-08-29T04:11:50.542Z Compiling darling v0.23.0
20422026-08-29T04:11:50.587Z Compiling bitfield-macros v0.19.4
20432026-08-29T04:11:50.637Z Compiling clap_derive v4.6.1
20442026-08-29T04:11:50.654Z Compiling zerocopy-derive v0.6.6
20452026-08-29T04:11:50.687Z Compiling packed_struct_codegen v0.10.1
20462026-08-29T04:11:51.016Z Compiling indexmap v1.9.3
20472026-08-29T04:11:51.178Z Compiling simd-adler32 v0.3.8
20482026-08-29T04:11:51.274Z Compiling object v0.37.3
20492026-08-29T04:11:51.426Z Compiling pkcs8 v0.10.2
20502026-08-29T04:11:51.431Z Compiling http-body v1.0.1
20512026-08-29T04:11:51.457Z Compiling rand v0.9.2
20522026-08-29T04:11:51.522Z Compiling daft-derive v0.1.8
20532026-08-29T04:11:51.599Z Compiling rustls-pki-types v1.14.0
20542026-08-29T04:11:51.689Z Compiling spin v0.9.8
20552026-08-29T04:11:51.731Z Compiling usdt-impl v0.5.0
20562026-08-29T04:11:51.741Z Compiling winnow v0.5.40
20572026-08-29T04:11:51.920Z Compiling anstyle v1.0.14
20582026-08-29T04:11:51.970Z Compiling ref-cast v1.0.25
20592026-08-29T04:11:52.014Z Compiling utf8parse v0.2.2
20602026-08-29T04:11:52.047Z Compiling either v1.15.0
20612026-08-29T04:11:52.063Z Compiling adler2 v2.0.1
20622026-08-29T04:11:52.144Z Compiling openssl-probe v0.2.1
20632026-08-29T04:11:52.165Z Compiling usdt-impl v0.6.0
20642026-08-29T04:11:52.218Z Compiling cmov v0.5.4
20652026-08-29T04:11:52.231Z Compiling tinyvec_macros v0.1.1
20662026-08-29T04:11:52.318Z Compiling tinyvec v1.10.0
20672026-08-29T04:11:52.331Z Compiling miniz_oxide v0.8.9
20682026-08-29T04:11:52.346Z Compiling anstyle-parse v1.0.0
20692026-08-29T04:11:52.422Z Compiling ctutils v0.4.2
20702026-08-29T04:11:52.530Z Compiling sha2 v0.10.9
20712026-08-29T04:11:52.679Z Compiling tokio-util v0.7.18
20722026-08-29T04:11:52.770Z Compiling tempfile v3.27.0
20732026-08-29T04:11:52.885Z Compiling scroll v0.13.0
20742026-08-29T04:11:52.901Z Compiling scroll v0.12.0
20752026-08-29T04:11:52.907Z Compiling terminal_size v0.4.3
20762026-08-29T04:11:53.072Z Compiling toml_edit v0.19.15
20772026-08-29T04:11:53.136Z Compiling async-trait v0.1.89
20782026-08-29T04:11:53.179Z Compiling heapless v0.7.17
20792026-08-29T04:11:53.268Z Compiling tower-layer v0.3.3
20802026-08-29T04:11:53.305Z Compiling tower-service v0.3.3
20812026-08-29T04:11:53.423Z Compiling atomic-waker v1.1.2
20822026-08-29T04:11:53.443Z Compiling rustix v0.38.44
20832026-08-29T04:11:53.457Z Compiling colorchoice v1.0.4
20842026-08-29T04:11:53.560Z Compiling is_terminal_polyfill v1.70.2
20852026-08-29T04:11:53.568Z Compiling winnow v0.7.14
20862026-08-29T04:11:53.590Z Compiling try-lock v0.2.5
20872026-08-29T04:11:53.606Z Compiling winnow v1.0.3
20882026-08-29T04:11:53.665Z Compiling untrusted v0.7.1
20892026-08-29T04:11:53.678Z Compiling signal-hook v0.3.18
20902026-08-29T04:11:53.773Z Compiling zstd-safe v7.2.4
20912026-08-29T04:11:53.888Z Compiling litrs v1.0.0
20922026-08-29T04:11:53.998Z Compiling anstyle-query v1.1.5
20932026-08-29T04:11:54.034Z Compiling want v0.3.1
20942026-08-29T04:11:54.171Z Compiling h2 v0.4.15
20952026-08-29T04:11:54.181Z Compiling anstream v1.0.0
20962026-08-29T04:11:54.366Z Compiling document-features v0.2.12
20972026-08-29T04:11:54.518Z Compiling toml_parser v1.1.2+spec-1.1.0
20982026-08-29T04:11:54.644Z Compiling goblin v0.8.2
20992026-08-29T04:11:54.693Z Compiling goblin v0.10.5
21002026-08-29T04:11:54.903Z Compiling hybrid-array v0.4.13
21012026-08-29T04:11:54.982Z Compiling ipnetwork v0.21.1
21022026-08-29T04:11:55.051Z Compiling zerocopy v0.7.35
21032026-08-29T04:11:55.079Z Compiling ipnet v2.12.0
21042026-08-29T04:11:55.267Z Compiling heck v0.4.1
21052026-08-29T04:11:55.337Z Compiling ref-cast-impl v1.0.25
21062026-08-29T04:11:55.433Z Compiling structmeta-derive v0.3.0
21072026-08-29T04:11:55.474Z Compiling curve25519-dalek v4.1.3
21082026-08-29T04:11:55.489Z Compiling darling_core v0.20.11
21092026-08-29T04:11:55.588Z Compiling memoffset v0.9.1
21102026-08-29T04:11:55.614Z Compiling foreign-types-shared v0.1.1
21112026-08-29T04:11:55.748Z Compiling httpdate v1.0.3
21122026-08-29T04:11:55.816Z Compiling powerfmt v0.2.0
21132026-08-29T04:11:55.929Z Compiling tap v1.0.1
21142026-08-29T04:11:55.984Z Compiling untrusted v0.9.0
21152026-08-29T04:11:56.054Z Compiling wyz v0.5.1
21162026-08-29T04:11:56.108Z Compiling deranged v0.5.8
21172026-08-29T04:11:56.134Z Compiling foreign-types v0.3.2
21182026-08-29T04:11:56.246Z Compiling unicode-normalization v0.1.25
21192026-08-29T04:11:56.415Z Compiling dtrace-parser v0.2.0
21202026-08-29T04:11:56.445Z Compiling structmeta v0.3.0
21212026-08-29T04:11:56.453Z Compiling rand_chacha v0.3.1
21222026-08-29T04:11:56.482Z Compiling signature v2.2.0
21232026-08-29T04:11:56.515Z Compiling hex v0.4.3
21242026-08-29T04:11:56.673Z Compiling dtrace-parser v0.3.0
21252026-08-29T04:11:56.742Z Compiling pin-project-internal v1.1.11
21262026-08-29T04:11:56.857Z Compiling num-integer v0.1.46
21272026-08-29T04:11:56.873Z Compiling thread-id v4.2.2
21282026-08-29T04:11:56.996Z Compiling dof v0.3.0
21292026-08-29T04:11:57.048Z Compiling socket2 v0.5.10
21302026-08-29T04:11:57.138Z Compiling thread-id v5.1.0
21312026-08-29T04:11:57.187Z Compiling wait-timeout v0.2.1
21322026-08-29T04:11:57.264Z Compiling hyper v1.10.1
21332026-08-29T04:11:57.294Z Compiling bit-vec v0.8.0
21342026-08-29T04:11:57.459Z Compiling dof v0.4.0
21352026-08-29T04:11:57.473Z Compiling owo-colors v4.3.0
21362026-08-29T04:11:57.497Z Compiling darling_macro v0.20.11
21372026-08-29T04:11:57.621Z Compiling quick-error v1.2.3
21382026-08-29T04:11:57.719Z Compiling clap_lex v1.0.0
21392026-08-29T04:11:57.738Z Compiling funty v2.0.0
21402026-08-29T04:11:57.777Z Compiling smoltcp v0.9.1
21412026-08-29T04:11:57.795Z Compiling num_threads v0.1.7
21422026-08-29T04:11:57.813Z Compiling cfg_aliases v0.2.1
21432026-08-29T04:11:57.904Z Compiling clap_builder v4.6.0
21442026-08-29T04:11:57.911Z Compiling nix v0.31.2
21452026-08-29T04:11:57.933Z Compiling time v0.3.47
21462026-08-29T04:11:57.952Z Compiling rusty-fork v0.3.1
21472026-08-29T04:11:57.967Z Compiling bit-set v0.8.0
21482026-08-29T04:11:58.000Z Compiling darling v0.20.11
21492026-08-29T04:11:58.104Z Compiling bitvec v1.0.1
21502026-08-29T04:11:58.116Z Compiling num-iter v0.1.45
21512026-08-29T04:11:58.276Z Compiling rand v0.8.6
21522026-08-29T04:11:58.360Z Compiling hyper-util v0.1.20
21532026-08-29T04:11:58.498Z Compiling lazy_static v1.5.0
21542026-08-29T04:11:58.603Z Compiling hmac v0.12.1
21552026-08-29T04:11:58.617Z Compiling erased-serde v0.3.31
21562026-08-29T04:11:58.831Z Compiling rand_xorshift v0.4.0
21572026-08-29T04:11:58.850Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-29T04:11:58.948Z Compiling sync_wrapper v1.0.2
21592026-08-29T04:11:59.218Z Compiling zlib-rs v0.6.2
21602026-08-29T04:11:59.376Z Compiling siphasher v1.0.2
21612026-08-29T04:11:59.453Z Compiling crc-catalog v2.4.0
21622026-08-29T04:11:59.554Z Compiling unarray v0.1.4
21632026-08-29T04:11:59.587Z Compiling nodrop v0.1.14
21642026-08-29T04:11:59.680Z Compiling array-init v0.0.4
21652026-08-29T04:12:00.367Z Compiling proptest v1.11.0
21662026-08-29T04:12:00.414Z Compiling crc v3.4.0
21672026-08-29T04:12:00.414Z Compiling clap v4.6.1
21682026-08-29T04:12:00.415Z Compiling tower v0.5.3
21692026-08-29T04:12:00.844Z Compiling smallvec v0.6.14
21702026-08-29T04:12:00.998Z Compiling derive_builder_core v0.20.2
21712026-08-29T04:12:01.014Z Compiling snafu-derive v0.8.9
21722026-08-29T04:12:01.105Z Compiling pkcs1 v0.7.5
21732026-08-29T04:12:01.244Z Compiling flate2 v1.1.9
21742026-08-29T04:12:01.367Z Compiling http-body-util v0.1.3
21752026-08-29T04:12:01.437Z Compiling zerocopy v0.6.6
21762026-08-29T04:12:01.499Z Compiling bitfield v0.19.4
21772026-08-29T04:12:01.688Z Compiling strum_macros v0.26.4
21782026-08-29T04:12:01.699Z Compiling strum_macros v0.27.2
21792026-08-29T04:12:01.805Z Compiling hubpack_derive v0.1.1
21802026-08-29T04:12:01.876Z Compiling env_filter v2.0.0
21812026-08-29T04:12:01.892Z Compiling fs-err v3.3.0
21822026-08-29T04:12:02.111Z Compiling gimli v0.32.3
21832026-08-29T04:12:02.286Z Compiling allocator-api2 v0.2.21
21842026-08-29T04:12:02.302Z Compiling base64 v0.21.7
21852026-08-29T04:12:02.572Z Compiling unicode-properties v0.1.4
21862026-08-29T04:12:02.627Z Compiling unicode-bidi v0.3.18
21872026-08-29T04:12:02.648Z Compiling ryu v1.0.23
21882026-08-29T04:12:02.663Z Compiling iri-string v0.7.10
21892026-08-29T04:12:02.797Z Compiling hashbrown v0.12.3
21902026-08-29T04:12:02.822Z Compiling serde_urlencoded v0.7.1
21912026-08-29T04:12:02.881Z Compiling ron v0.8.1
21922026-08-29T04:12:03.073Z Compiling stringprep v0.1.5
21932026-08-29T04:12:03.482Z Compiling env_logger v0.11.11
21942026-08-29T04:12:03.520Z Compiling derive_builder_macro v0.20.2
21952026-08-29T04:12:03.669Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21962026-08-29T04:12:03.726Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21972026-08-29T04:12:03.812Z Compiling addr2line v0.25.1
21982026-08-29T04:12:03.922Z Compiling tower-http v0.6.8
21992026-08-29T04:12:04.023Z Compiling newtype-uuid v1.3.2
22002026-08-29T04:12:04.048Z Compiling rsa v0.9.10
22012026-08-29T04:12:04.052Z Compiling oxnet v0.1.6
22022026-08-29T04:12:04.110Z Compiling serde-hex v0.1.0
22032026-08-29T04:12:04.180Z Compiling hashbrown v0.13.2
22042026-08-29T04:12:04.226Z Compiling tokio-native-tls v0.3.1
22052026-08-29T04:12:04.337Z Compiling bzip2 v0.4.4
22062026-08-29T04:12:04.353Z Compiling usdt-attr-macro v0.6.0
22072026-08-29T04:12:04.371Z Compiling usdt-macro v0.6.0
22082026-08-29T04:12:04.429Z Compiling derive-ex v0.1.8
22092026-08-29T04:12:04.462Z Compiling crypto-common v0.2.2
22102026-08-29T04:12:04.516Z Compiling block-buffer v0.12.1
22112026-08-29T04:12:04.688Z Compiling block-padding v0.4.2
22122026-08-29T04:12:04.936Z Compiling rustls-native-certs v0.8.3
22132026-08-29T04:12:05.146Z Compiling x509-cert v0.2.5
22142026-08-29T04:12:05.268Z Compiling md-5 v0.10.6
22152026-08-29T04:12:05.412Z Compiling bstr v1.12.1
22162026-08-29T04:12:05.431Z Compiling convert_case v0.10.0
22172026-08-29T04:12:05.633Z Compiling vergen-lib v9.1.0
22182026-08-29T04:12:05.656Z Compiling hash32 v0.2.1
22192026-08-29T04:12:05.752Z Compiling encoding_rs v0.8.35
22202026-08-29T04:12:05.850Z Compiling cpufeatures v0.3.0
22212026-08-29T04:12:05.908Z Compiling unicode-width v0.2.0
22222026-08-29T04:12:05.925Z Compiling fallible-iterator v0.2.0
22232026-08-29T04:12:06.003Z Compiling mime v0.3.17
22242026-08-29T04:12:06.019Z Compiling crc-any v2.5.0
22252026-08-29T04:12:06.176Z Compiling psl-types v2.0.11
22262026-08-29T04:12:06.276Z Compiling rustc-demangle v0.1.27
22272026-08-29T04:12:06.282Z Compiling postgres-protocol v0.6.10
22282026-08-29T04:12:06.314Z Compiling publicsuffix v2.3.0
22292026-08-29T04:12:06.528Z Compiling test-strategy v0.4.5
22302026-08-29T04:12:06.621Z Compiling backtrace v0.3.76
22312026-08-29T04:12:06.701Z Compiling derive_more-impl v2.1.1
22322026-08-29T04:12:06.938Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-29T04:12:07.453Z Compiling inout v0.2.2
22342026-08-29T04:12:07.561Z Compiling object v0.30.4
22352026-08-29T04:12:07.584Z Compiling zip v0.6.6
22362026-08-29T04:12:07.600Z Compiling hyper-tls v0.6.0
22372026-08-29T04:12:07.622Z Compiling daft v0.1.8
22382026-08-29T04:12:07.638Z Compiling derive_builder v0.20.2
22392026-08-29T04:12:07.680Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-29T04:12:07.784Z Compiling phf_shared v0.13.1
22412026-08-29T04:12:07.875Z Compiling pin-project v1.1.11
22422026-08-29T04:12:07.926Z Compiling toml v0.7.8
22432026-08-29T04:12:08.029Z Compiling serde_with_macros v3.21.0
22442026-08-29T04:12:08.040Z Compiling futures-executor v0.3.32
22452026-08-29T04:12:08.111Z Compiling miette-derive v7.6.0
22462026-08-29T04:12:08.245Z Compiling async-recursion v1.1.1
22472026-08-29T04:12:08.281Z Compiling serde_repr v0.1.20
22482026-08-29T04:12:08.297Z Compiling enum-as-inner v0.6.1
22492026-08-29T04:12:08.373Z Compiling ff v0.13.1
22502026-08-29T04:12:08.471Z Compiling vergen v9.1.0
22512026-08-29T04:12:08.488Z Compiling cargo-platform v0.3.2
22522026-08-29T04:12:08.680Z Compiling jiff-core v0.1.0
22532026-08-29T04:12:08.753Z Compiling managed v0.8.0
22542026-08-29T04:12:08.843Z Compiling path-slash v0.1.5
22552026-08-29T04:12:08.858Z Compiling bumpalo v3.20.2
22562026-08-29T04:12:08.872Z Compiling foldhash v0.1.5
22572026-08-29T04:12:08.988Z Compiling bitflags v1.3.2
22582026-08-29T04:12:09.003Z Compiling libbz2-rs-sys v0.2.2
22592026-08-29T04:12:09.057Z Compiling is_ci v1.2.0
22602026-08-29T04:12:09.073Z Compiling same-file v1.0.6
22612026-08-29T04:12:09.088Z Compiling foldhash v0.2.0
22622026-08-29T04:12:09.104Z Compiling unicode-linebreak v0.1.5
22632026-08-29T04:12:09.129Z Compiling base16ct v0.2.0
22642026-08-29T04:12:09.316Z Compiling smawk v0.3.2
22652026-08-29T04:12:09.333Z Compiling sec1 v0.7.3
22662026-08-29T04:12:09.333Z Compiling hashbrown v0.16.1
22672026-08-29T04:12:09.364Z Compiling walkdir v2.5.0
22682026-08-29T04:12:09.447Z Compiling textwrap v0.16.2
22692026-08-29T04:12:09.475Z Compiling jiff v0.2.34
22702026-08-29T04:12:09.593Z Compiling bzip2 v0.6.1
22712026-08-29T04:12:09.637Z Compiling supports-color v3.0.2
22722026-08-29T04:12:09.658Z Compiling zopfli v0.8.3
22732026-08-29T04:12:09.830Z Compiling hashbrown v0.15.5
22742026-08-29T04:12:09.899Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22752026-08-29T04:12:10.105Z Compiling cargo_metadata v0.23.1
22762026-08-29T04:12:10.207Z Compiling group v0.13.0
22772026-08-29T04:12:10.433Z Compiling futures v0.3.32
22782026-08-29T04:12:10.777Z Compiling phf v0.13.1
22792026-08-29T04:12:10.858Z Compiling snafu v0.8.9
22802026-08-29T04:12:11.007Z Compiling reqwest v0.12.28
22812026-08-29T04:12:11.073Z Compiling cipher v0.5.2
22822026-08-29T04:12:11.210Z Compiling signal-hook-mio v0.2.5
22832026-08-29T04:12:11.346Z Compiling cookie_store v0.22.1
22842026-08-29T04:12:11.362Z Compiling zstd v0.13.3
22852026-08-29T04:12:11.381Z Compiling backtrace-ext v0.2.1
22862026-08-29T04:12:11.402Z Compiling postgres-types v0.2.12
22872026-08-29T04:12:11.568Z Compiling globset v0.4.18
22882026-08-29T04:12:11.589Z Compiling strum v0.27.2
22892026-08-29T04:12:11.607Z Compiling hubpack v0.1.2
22902026-08-29T04:12:11.735Z Compiling phf_shared v0.11.3
22912026-08-29T04:12:11.750Z Compiling hkdf v0.12.4
22922026-08-29T04:12:11.776Z Compiling crossbeam-epoch v0.9.18
22932026-08-29T04:12:11.866Z Compiling byte-wrapper v0.1.0
22942026-08-29T04:12:11.920Z Compiling olpc-cjson v0.1.4
22952026-08-29T04:12:11.933Z Compiling ed25519 v2.2.3
22962026-08-29T04:12:12.195Z Compiling crypto-bigint v0.5.5
22972026-08-29T04:12:12.201Z Compiling serde_plain v1.0.2
22982026-08-29T04:12:12.223Z Compiling serde-big-array v0.5.1
22992026-08-29T04:12:12.270Z Compiling pem v3.0.6
23002026-08-29T04:12:12.406Z Compiling float-cmp v0.10.0
23012026-08-29T04:12:12.447Z Compiling memmap2 v0.9.10
23022026-08-29T04:12:12.455Z Compiling predicates-core v1.0.10
23032026-08-29T04:12:12.597Z Compiling fixedbitset v0.5.7
23042026-08-29T04:12:12.614Z Compiling unicode-width v0.1.14
23052026-08-29T04:12:12.641Z Compiling keccak v0.1.6
23062026-08-29T04:12:12.686Z Compiling new_debug_unreachable v1.0.6
23072026-08-29T04:12:12.724Z Compiling difflib v0.4.0
23082026-08-29T04:12:12.854Z Compiling static_assertions v1.1.0
23092026-08-29T04:12:12.871Z Compiling data-encoding v2.10.0
23102026-08-29T04:12:12.895Z Compiling supports-unicode v3.0.0
23112026-08-29T04:12:12.911Z Compiling fixedbitset v0.4.2
23122026-08-29T04:12:12.915Z Compiling toml_write v0.1.2
23132026-08-29T04:12:12.942Z Compiling const-oid v0.10.2
23142026-08-29T04:12:12.945Z Compiling normalize-line-endings v0.3.0
23152026-08-29T04:12:13.052Z Compiling precomputed-hash v0.1.1
23162026-08-29T04:12:13.072Z Compiling supports-hyperlinks v3.2.0
23172026-08-29T04:12:13.139Z Compiling whoami v2.1.0
23182026-08-29T04:12:13.156Z Compiling typed-path v0.9.3
23192026-08-29T04:12:13.159Z Compiling string_cache v0.8.9
23202026-08-29T04:12:13.202Z Compiling miette v7.6.0
23212026-08-29T04:12:13.231Z Compiling hickory-proto v0.25.2
23222026-08-29T04:12:13.308Z Compiling elliptic-curve v0.13.8
23232026-08-29T04:12:13.347Z Compiling digest v0.11.3
23242026-08-29T04:12:13.426Z Compiling tokio-postgres v0.7.16
23252026-08-29T04:12:13.480Z Compiling toml_edit v0.22.27
23262026-08-29T04:12:13.503Z Compiling petgraph v0.6.5
23272026-08-29T04:12:13.570Z Compiling predicates v3.1.4
23282026-08-29T04:12:13.674Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23292026-08-29T04:12:14.143Z Compiling chacha20 v0.10.0
23302026-08-29T04:12:14.222Z Compiling petgraph v0.8.3
23312026-08-29T04:12:14.303Z Compiling sha3 v0.10.8
23322026-08-29T04:12:14.596Z Compiling usdt v0.6.0
23332026-08-29T04:12:14.997Z Compiling ed25519-dalek v2.2.0
23342026-08-29T04:12:15.065Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23352026-08-29T04:12:15.887Z Compiling zip v4.6.1
23362026-08-29T04:12:15.902Z Compiling crossterm v0.28.1
23372026-08-29T04:12:16.185Z Compiling iddqd v0.4.2
23382026-08-29T04:12:16.358Z Compiling serde_with v3.21.0
23392026-08-29T04:12:16.415Z Compiling derive_more v2.1.1
23402026-08-29T04:12:16.486Z Compiling similar v2.7.0
23412026-08-29T04:12:16.541Z Compiling strum v0.26.3
23422026-08-29T04:12:16.693Z Compiling tokio-stream v0.1.18
23432026-08-29T04:12:16.718Z Compiling buf-list v1.1.2
23442026-08-29T04:12:16.847Z Compiling itertools v0.13.0
23452026-08-29T04:12:16.978Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23462026-08-29T04:12:17.011Z Compiling openapiv3 v2.2.0
23472026-08-29T04:12:17.592Z Compiling peg-runtime v0.8.5
23482026-08-29T04:12:17.673Z Compiling lalrpop-util v0.19.12
23492026-08-29T04:12:31.913Z Compiling rustls-webpki v0.103.13
23502026-08-29T04:12:35.446Z Compiling tokio-rustls v0.26.4
23512026-08-29T04:12:35.740Z Compiling hyper-rustls v0.27.7
23522026-08-29T04:12:36.026Z Compiling rustls-platform-verifier v0.6.2
23532026-08-29T04:12:36.060Z Compiling tough v0.22.0
23542026-08-29T04:12:36.257Z Compiling reqwest v0.13.2
23552026-08-29T04:12:39.303Z Compiling macaddr v1.0.1
23562026-08-29T04:12:39.378Z Compiling crucible-workspace-hack v0.1.0
23572026-08-29T04:12:39.476Z Compiling rayon-core v1.13.0
23582026-08-29T04:12:39.561Z Compiling itertools v0.15.0
23592026-08-29T04:12:39.579Z Compiling secrecy v0.10.3
23602026-08-29T04:12:39.612Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612026-08-29T04:12:39.632Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-08-29T04:12:39.649Z Compiling heapless v0.8.0
23632026-08-29T04:12:39.702Z Compiling toml_datetime v0.7.5+spec-1.1.0
23642026-08-29T04:12:39.850Z Compiling crossbeam-deque v0.8.6
23652026-08-29T04:12:39.890Z Compiling toml_edit v0.23.10+spec-1.0.0
23662026-08-29T04:12:39.905Z Compiling inout v0.1.4
23672026-08-29T04:12:39.957Z Compiling hash32 v0.3.1
23682026-08-29T04:12:40.028Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692026-08-29T04:12:40.101Z Compiling multer v3.1.0
23702026-08-29T04:12:40.104Z Compiling thread_local v1.1.9
23712026-08-29T04:12:40.132Z Compiling smoltcp v0.11.0
23722026-08-29T04:12:40.146Z Compiling match_cfg v0.1.0
23732026-08-29T04:12:40.149Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23742026-08-29T04:12:40.196Z Compiling slog-async v2.8.0
23752026-08-29T04:12:40.238Z Compiling compression-core v0.4.31
23762026-08-29T04:12:40.431Z Compiling compression-codecs v0.4.37
23772026-08-29T04:12:40.449Z Compiling proc-macro-crate v3.4.0
23782026-08-29T04:12:40.485Z Compiling hostname v0.3.1
23792026-08-29T04:12:40.550Z Compiling cipher v0.4.4
23802026-08-29T04:12:40.599Z Compiling atomicwrites v0.4.4
23812026-08-29T04:12:40.618Z Compiling slog-json v2.6.1
23822026-08-29T04:12:40.657Z Compiling crossbeam-channel v0.5.15
23832026-08-29T04:12:40.805Z Compiling newtype-uuid-macros v0.1.0
23842026-08-29T04:12:40.823Z Compiling half v2.7.1
23852026-08-29T04:12:40.842Z Compiling universal-hash v0.5.1
23862026-08-29T04:12:40.894Z Compiling serde_tokenstream v0.3.0
23872026-08-29T04:12:40.894Z Compiling ingot-macros v0.2.0
23882026-08-29T04:12:40.926Z Compiling cobs v0.3.0
23892026-08-29T04:12:40.930Z Compiling async-stream-impl v0.3.6
23902026-08-29T04:12:41.009Z Compiling thiserror-impl-no-std v2.0.2
23912026-08-29T04:12:41.041Z Compiling toml_datetime v1.1.1+spec-1.1.0
23922026-08-29T04:12:41.189Z Compiling serde_spanned v1.1.1
23932026-08-29T04:12:41.218Z Compiling is-terminal v0.4.17
23942026-08-29T04:12:41.234Z Compiling dropshot v0.17.1
23952026-08-29T04:12:41.346Z Compiling proc-macro-error-attr v1.0.4
23962026-08-29T04:12:41.360Z Compiling toml_writer v1.1.1+spec-1.1.0
23972026-08-29T04:12:41.398Z Compiling convert_case v0.4.0
23982026-08-29T04:12:41.465Z Compiling term v1.2.1
23992026-08-29T04:12:41.533Z Compiling take_mut v0.2.2
24002026-08-29T04:12:41.574Z Compiling opaque-debug v0.3.1
24012026-08-29T04:12:41.588Z Compiling ciborium-io v0.2.2
24022026-08-29T04:12:41.591Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24032026-08-29T04:12:41.650Z Compiling poly1305 v0.8.0
24042026-08-29T04:12:41.683Z Compiling ciborium-ll v0.2.2
24052026-08-29T04:12:41.708Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24062026-08-29T04:12:41.724Z Compiling derive_more v0.99.20
24072026-08-29T04:12:41.850Z Compiling slog-term v2.9.2
24082026-08-29T04:12:41.973Z Compiling async-stream v0.3.6
24092026-08-29T04:12:42.061Z Compiling thiserror-no-std v2.0.2
24102026-08-29T04:12:42.061Z Compiling toml v1.1.2+spec-1.1.0
24112026-08-29T04:12:42.153Z Compiling oxide-generation-macros v0.2.0
24122026-08-29T04:12:42.180Z Compiling postcard v1.1.3
24132026-08-29T04:12:42.215Z Compiling num_enum_derive v0.7.6
24142026-08-29T04:12:42.314Z Compiling slog-bunyan v2.5.0
24152026-08-29T04:12:42.330Z Compiling chacha20 v0.9.1
24162026-08-29T04:12:42.579Z Compiling async-compression v0.4.41
24172026-08-29T04:12:42.631Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24182026-08-29T04:12:42.868Z Compiling sha1 v0.11.0
24192026-08-29T04:12:42.871Z Compiling oxide-generation v0.1.3
24202026-08-29T04:12:43.057Z Compiling parse-display-derive v0.10.0
24212026-08-29T04:12:43.120Z Compiling proc-macro-crate v1.3.1
24222026-08-29T04:12:43.172Z Compiling waitgroup v0.1.2
24232026-08-29T04:12:43.311Z Compiling rustls-pemfile v2.2.0
24242026-08-29T04:12:43.329Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24252026-08-29T04:12:43.349Z Compiling backon v1.6.0
24262026-08-29T04:12:43.481Z Compiling dropshot_endpoint v0.17.1
24272026-08-29T04:12:43.587Z Compiling ingot-types v0.2.0
24282026-08-29T04:12:43.618Z Compiling blake2 v0.10.6
24292026-08-29T04:12:43.633Z Compiling aead v0.5.2
24302026-08-29T04:12:43.708Z Compiling password-hash v0.5.0
24312026-08-29T04:12:43.769Z Compiling foreign-types-macros v0.2.3
24322026-08-29T04:12:43.851Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24332026-08-29T04:12:43.947Z Compiling serde_path_to_error v0.1.20
24342026-08-29T04:12:43.990Z Compiling hostname v0.4.2
24352026-08-29T04:12:44.072Z Compiling ingot v0.2.1
24362026-08-29T04:12:44.143Z Compiling proc-macro-error v1.0.4
24372026-08-29T04:12:44.172Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24382026-08-29T04:12:44.274Z Compiling instant v0.1.13
24392026-08-29T04:12:44.366Z Compiling debug-ignore v1.0.5
24402026-08-29T04:12:44.369Z Compiling foreign-types-shared v0.3.1
24412026-08-29T04:12:44.423Z Compiling illumos-nvpair-sys v0.2.0
24422026-08-29T04:12:44.423Z Compiling backoff v0.4.0
24432026-08-29T04:12:44.476Z Compiling foreign-types v0.5.0
24442026-08-29T04:12:44.499Z Compiling argon2 v0.5.3
24452026-08-29T04:12:44.516Z Compiling chacha20poly1305 v0.10.1
24462026-08-29T04:12:44.533Z Compiling parse-display v0.10.0
24472026-08-29T04:12:44.566Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-29T04:12:44.583Z Compiling num_enum_derive v0.5.11
24492026-08-29T04:12:44.639Z Compiling num_enum v0.7.6
24502026-08-29T04:12:44.663Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24512026-08-29T04:12:44.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-29T04:12:44.696Z Compiling vsss-rs v3.3.4
24532026-08-29T04:12:44.783Z Compiling ciborium v0.2.2
24542026-08-29T04:12:45.115Z Compiling regress v0.10.5
24552026-08-29T04:12:45.184Z Compiling itertools v0.14.0
24562026-08-29T04:12:45.232Z Compiling tabwriter v1.4.1
24572026-08-29T04:12:45.352Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24582026-08-29T04:12:45.382Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-29T04:12:45.445Z Compiling cstr-argument v0.1.2
24602026-08-29T04:12:45.491Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24612026-08-29T04:12:45.535Z Compiling humantime v2.3.0
24622026-08-29T04:12:45.620Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24632026-08-29T04:12:45.636Z Compiling num_enum v0.5.11
24642026-08-29T04:12:45.674Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-29T04:12:45.815Z Compiling rayon v1.11.0
24662026-08-29T04:12:45.838Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-29T04:12:45.930Z Compiling rand v0.10.1
24682026-08-29T04:12:45.946Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-29T04:12:45.993Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-29T04:12:45.997Z Compiling colored v3.1.1
24712026-08-29T04:12:46.029Z Compiling libefi-sys v0.1.0
24722026-08-29T04:12:46.046Z Compiling indent_write v2.2.0
24732026-08-29T04:12:46.064Z Compiling zone_cfg_derive v0.3.1
24742026-08-29T04:12:46.209Z Compiling illumos-nvpair v0.3.0
24752026-08-29T04:12:46.224Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-29T04:12:46.228Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-29T04:12:46.282Z Compiling camino-tempfile v1.4.1
24782026-08-29T04:12:46.298Z Compiling itertools v0.12.1
24792026-08-29T04:12:46.430Z Compiling usdt-attr-macro v0.5.0
24802026-08-29T04:12:46.447Z Compiling usdt-macro v0.5.0
24812026-08-29T04:12:46.517Z Compiling bitfield-struct v0.6.2
24822026-08-29T04:12:46.727Z Compiling num-derive v0.4.2
24832026-08-29T04:12:46.747Z Compiling blake3 v1.8.5
24842026-08-29T04:12:46.747Z Compiling memmap v0.7.0
24852026-08-29T04:12:46.778Z Compiling sigpipe v0.1.3
24862026-08-29T04:12:46.778Z Compiling swrite v0.1.0
24872026-08-29T04:12:46.819Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24882026-08-29T04:12:46.895Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24892026-08-29T04:12:46.923Z Compiling glob v0.3.3
24902026-08-29T04:12:47.163Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-08-29T04:12:47.178Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24922026-08-29T04:12:47.215Z Compiling usdt v0.5.0
24932026-08-29T04:12:47.426Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24942026-08-29T04:12:47.485Z Compiling smf v0.2.3
24952026-08-29T04:12:47.514Z Compiling filetime v0.2.27
24962026-08-29T04:12:47.546Z Compiling arrayref v0.3.9
24972026-08-29T04:12:47.637Z Compiling xattr v1.6.1
24982026-08-29T04:12:47.654Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24992026-08-29T04:12:47.657Z Compiling zone v0.3.1
25002026-08-29T04:12:47.693Z Compiling constant_time_eq v0.4.2
25012026-08-29T04:12:47.760Z Compiling whoami v1.6.1
25022026-08-29T04:12:47.799Z Compiling arrayvec v0.7.6
25032026-08-29T04:12:47.821Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-08-29T04:12:47.861Z Compiling tar v0.4.46
25052026-08-29T04:12:47.877Z Compiling tokio-dtrace v0.1.1
25062026-08-29T04:12:47.881Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25072026-08-29T04:12:47.915Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-08-29T04:12:47.928Z Compiling gethostname v0.5.0
25092026-08-29T04:12:48.064Z Compiling console v0.16.2
25102026-08-29T04:12:48.156Z Compiling unit-prefix v0.5.2
25112026-08-29T04:12:48.230Z Compiling topological-sort v0.2.2
25122026-08-29T04:12:48.246Z Compiling oxide-tokio-rt v0.1.4
25132026-08-29T04:12:48.350Z Compiling toml v0.8.23
25142026-08-29T04:12:48.420Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25152026-08-29T04:12:48.596Z Compiling indicatif v0.18.4
25162026-08-29T04:12:48.616Z Compiling shell-words v1.1.1
25172026-08-29T04:12:48.838Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25182026-08-29T04:12:57.931Z Compiling progenitor-client v0.14.0
25192026-08-29T04:12:57.931Z Compiling omicron-zone-package v0.12.3
25202026-08-29T04:12:58.190Z Compiling progenitor-extras v0.2.0
25212026-08-29T04:12:58.496Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-29T04:12:58.981Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-29T04:12:58.981Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-29T04:12:58.981Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-29T04:12:58.981Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25262026-08-29T04:12:58.981Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25272026-08-29T04:12:58.987Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25282026-08-29T04:12:59.084Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25292026-08-29T04:12:59.513Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-29T04:13:03.028Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-29T04:13:12.295Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-29T04:13:15.630Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-29T04:13:16.721Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-29T04:13:27.246Z Finished `release` profile [optimized] target(s) in 1m 49s
25352026-08-29T04:13:27.393Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-29T04:13:27.455ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-29T04:13:27.458ZCreated new build target 'test' and set it as active
25382026-08-29T04:13:27.458Z
25392026-08-29T04:13:27.458Zreal 1:49.410183687
25402026-08-29T04:13:27.458Zuser 17:57.819760136
25412026-08-29T04:13:27.458Zsys 2:48.859835661
25422026-08-29T04:13:27.458Ztrap 0.517875660
25432026-08-29T04:13:27.458Ztflt 2.446047459
25442026-08-29T04:13:27.458Zdflt 5.204162394
25452026-08-29T04:13:27.458Zkflt 0.000503240
25462026-08-29T04:13:27.458Zlock 58:54.653278274
25472026-08-29T04:13:27.459Zslp 45:58.972909264
25482026-08-29T04:13:27.459Zlat 51.867160980
25492026-08-29T04:13:27.459Zstop 6:11.341640832
25502026-08-29T04:13:27.459Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-29T04:13:28.343Z Finished `release` profile [optimized] target(s) in 0.87s
25522026-08-29T04:13:28.420Z Running `target/release/omicron-package -t test package`
25532026-08-29T04:13:28.476ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-29T04:13:29.930Z Compiling heck v0.5.0
25552026-08-29T04:13:29.930Z Compiling regress v0.11.1
25562026-08-29T04:13:30.172Z Compiling unsafe-libyaml v0.2.11
25572026-08-29T04:13:30.172Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-29T04:13:30.226Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-29T04:13:30.226Z Compiling derive-where v1.6.0
25602026-08-29T04:13:30.226Z Compiling bytecount v0.6.9
25612026-08-29T04:13:30.267Z Compiling atomicwrites v0.4.4
25622026-08-29T04:13:30.311Z Compiling is-terminal v0.4.17
25632026-08-29T04:13:30.315Z Compiling prettyplease v0.2.37
25642026-08-29T04:13:30.315Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25652026-08-29T04:13:30.315Z Compiling newline-converter v0.3.0
25662026-08-29T04:13:30.329Z Compiling console v0.15.11
25672026-08-29T04:13:30.416Z Compiling slog-dtrace v0.3.0
25682026-08-29T04:13:30.440Z Compiling cancel-safe-futures v0.1.5
25692026-08-29T04:13:30.464Z Compiling num-rational v0.4.2
25702026-08-29T04:13:30.467Z Compiling num-complex v0.4.6
25712026-08-29T04:13:30.504Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-29T04:13:30.508Z Compiling thread_local v1.1.9
25732026-08-29T04:13:30.508Z Compiling resolv-conf v0.7.6
25742026-08-29T04:13:30.693Z Compiling serde_yaml v0.9.34+deprecated
25752026-08-29T04:13:30.739Z Compiling match_cfg v0.1.0
25762026-08-29T04:13:30.814Z Compiling expectorate v1.2.0
25772026-08-29T04:13:30.836Z Compiling compression-core v0.4.31
25782026-08-29T04:13:30.858Z Compiling hostname v0.3.1
25792026-08-29T04:13:30.963Z Compiling num v0.4.3
25802026-08-29T04:13:30.986Z Compiling compression-codecs v0.4.37
25812026-08-29T04:13:31.015Z Compiling multer v3.1.0
25822026-08-29T04:13:31.058Z Compiling slog-async v2.8.0
25832026-08-29T04:13:31.080Z Compiling crossbeam-channel v0.5.15
25842026-08-29T04:13:31.108Z Compiling slog-json v2.6.1
25852026-08-29T04:13:31.124Z Compiling serde_spanned v1.1.1
25862026-08-29T04:13:31.144Z Compiling toml_datetime v1.1.1+spec-1.1.0
25872026-08-29T04:13:31.245Z Compiling term v1.2.1
25882026-08-29T04:13:31.306Z Compiling take_mut v0.2.2
25892026-08-29T04:13:31.335Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-29T04:13:31.413Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-29T04:13:31.435Z Compiling float-ord v0.3.2
25922026-08-29T04:13:31.459Z Compiling linear-map v1.2.0
25932026-08-29T04:13:31.462Z Compiling oxide-update-engine-types v0.1.2
25942026-08-29T04:13:31.501Z Compiling toml_writer v1.1.1+spec-1.1.0
25952026-08-29T04:13:31.504Z Compiling slog-bunyan v2.5.0
25962026-08-29T04:13:31.565Z Compiling async-compression v0.4.41
25972026-08-29T04:13:31.591Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25982026-08-29T04:13:31.612Z Compiling slog-term v2.9.2
25992026-08-29T04:13:31.711Z Compiling typify-impl v0.6.2
26002026-08-29T04:13:31.732Z Compiling toml v1.1.2+spec-1.1.0
26012026-08-29T04:13:31.787Z Compiling async-stream v0.3.6
26022026-08-29T04:13:31.956Z Compiling dropshot v0.17.1
26032026-08-29T04:13:31.986Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042026-08-29T04:13:32.020Z Compiling progenitor-client v0.14.0
26052026-08-29T04:13:32.041Z Compiling sha1 v0.11.0
26062026-08-29T04:13:32.114Z Compiling oxide-generation v0.1.3
26072026-08-29T04:13:32.142Z Compiling waitgroup v0.1.2
26082026-08-29T04:13:32.166Z Compiling rustls-pemfile v2.2.0
26092026-08-29T04:13:32.217Z Compiling backon v1.6.0
26102026-08-29T04:13:32.309Z Compiling hostname v0.4.2
26112026-08-29T04:13:32.329Z Compiling serde_path_to_error v0.1.20
26122026-08-29T04:13:32.351Z Compiling instant v0.1.13
26132026-08-29T04:13:32.385Z Compiling debug-ignore v1.0.5
26142026-08-29T04:13:32.431Z Compiling linked-hash-map v0.5.6
26152026-08-29T04:13:32.453Z Compiling minimal-lexical v0.2.1
26162026-08-29T04:13:32.481Z Compiling backoff v0.4.0
26172026-08-29T04:13:32.505Z Compiling progenitor-extras v0.2.0
26182026-08-29T04:13:32.527Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-29T04:13:32.677Z Compiling nom v7.1.3
26202026-08-29T04:13:32.699Z Compiling oxide-update-engine v0.1.2
26212026-08-29T04:13:32.744Z Compiling lru-cache v0.1.2
26222026-08-29T04:13:32.765Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26232026-08-29T04:13:32.797Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-29T04:13:32.819Z Compiling parse-display v0.10.0
26252026-08-29T04:13:32.882Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26262026-08-29T04:13:33.040Z Compiling regress v0.10.5
26272026-08-29T04:13:33.110Z Compiling itertools v0.14.0
26282026-08-29T04:13:33.446Z Compiling macaddr v1.0.1
26292026-08-29T04:13:33.537Z Compiling unicode-xid v0.2.6
26302026-08-29T04:13:33.704Z Compiling humantime v2.3.0
26312026-08-29T04:13:33.749Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26322026-08-29T04:13:33.829Z Compiling hickory-proto v0.24.4
26332026-08-29T04:13:34.046Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26342026-08-29T04:13:34.118Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26352026-08-29T04:13:34.169Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-29T04:13:34.423Z Compiling toml v0.8.23
26372026-08-29T04:13:34.480Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26382026-08-29T04:13:34.609Z Compiling papergrid v0.11.0
26392026-08-29T04:13:34.927Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26402026-08-29T04:13:35.024Z Compiling tabled_derive v0.7.0
26412026-08-29T04:13:35.113Z Compiling termtree v0.5.1
26422026-08-29T04:13:35.186Z Compiling typify-macro v0.6.2
26432026-08-29T04:13:35.210Z Compiling crossterm v0.29.0
26442026-08-29T04:13:35.308Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26452026-08-29T04:13:35.913Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26462026-08-29T04:13:36.152Z Compiling tabled v0.15.0
26472026-08-29T04:13:36.254Z Compiling phf_shared v0.12.1
26482026-08-29T04:13:36.476Z Compiling hickory-resolver v0.24.4
26492026-08-29T04:13:36.529Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26502026-08-29T04:13:36.751Z Compiling typify v0.6.2
26512026-08-29T04:13:37.042Z Compiling progenitor-impl v0.14.0
26522026-08-29T04:13:37.520Z Compiling csv-core v0.1.13
26532026-08-29T04:13:37.543Z Compiling vte v0.14.1
26542026-08-29T04:13:37.809Z Compiling qorb v0.4.1
26552026-08-29T04:13:37.989Z Compiling highway v1.3.0
26562026-08-29T04:13:38.070Z Compiling chrono-tz v0.10.4
26572026-08-29T04:13:38.317Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582026-08-29T04:13:38.693Z Compiling strip-ansi-escapes v0.2.1
26592026-08-29T04:13:39.185Z Compiling progenitor-macro v0.14.0
26602026-08-29T04:13:39.880Z Compiling csv v1.4.0
26612026-08-29T04:13:40.170Z Compiling phf v0.12.1
26622026-08-29T04:13:40.374Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26632026-08-29T04:13:40.735Z Compiling const_format_proc_macros v0.2.34
26642026-08-29T04:13:40.802Z Compiling fd-lock v4.0.4
26652026-08-29T04:13:40.834Z Compiling peg-macros v0.8.5
26662026-08-29T04:13:40.861Z Compiling nu-ansi-term v0.50.3
26672026-08-29T04:13:41.031Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26682026-08-29T04:13:41.518Z Compiling const_format v0.2.35
26692026-08-29T04:13:41.927Z Compiling reedline v0.40.0
26702026-08-29T04:13:42.085Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-29T04:13:42.111Z Compiling peg v0.8.5
26722026-08-29T04:13:42.212Z Compiling bcs v0.1.6
26732026-08-29T04:13:42.642Z Compiling nom v8.0.0
26742026-08-29T04:13:43.013Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26752026-08-29T04:13:43.161Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26762026-08-29T04:13:43.322Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26772026-08-29T04:13:43.344Z Compiling progenitor v0.14.0
26782026-08-29T04:13:43.530Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26792026-08-29T04:13:44.202Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26802026-08-29T04:13:44.248Z Compiling semver v0.1.20
26812026-08-29T04:13:44.364Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26822026-08-29T04:13:44.539Z Compiling rustc_version v0.1.7
26832026-08-29T04:13:44.624Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26842026-08-29T04:13:44.777Z Compiling newtype_derive v0.1.6
26852026-08-29T04:13:44.844Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-29T04:13:44.951Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-29T04:13:45.077Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-29T04:13:45.359Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26892026-08-29T04:13:45.889Z Compiling steno v0.4.1
26902026-08-29T04:13:46.373Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26912026-08-29T04:13:46.423Z Compiling dropshot-api-manager-types v0.8.0
26922026-08-29T04:13:46.690Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26932026-08-29T04:13:46.764Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26942026-08-29T04:13:46.951Z Compiling sha1 v0.10.6
26952026-08-29T04:13:47.025Z Compiling utf-8 v0.7.6
26962026-08-29T04:13:47.273Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26972026-08-29T04:13:47.421Z Compiling tagptr v0.2.0
26982026-08-29T04:13:47.453Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26992026-08-29T04:13:47.625Z Compiling moka v0.12.13
27002026-08-29T04:13:47.646Z Compiling tungstenite v0.21.0
27012026-08-29T04:13:47.902Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-29T04:13:48.897Z Compiling hickory-resolver v0.25.2
27032026-08-29T04:13:49.334Z Compiling tokio-tungstenite v0.21.0
27042026-08-29T04:13:49.734Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27052026-08-29T04:13:49.770Z Compiling darling_core v0.21.3
27062026-08-29T04:13:50.552Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-29T04:13:51.908Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-29T04:13:52.050Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27092026-08-29T04:13:52.143Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-29T04:13:52.290Z Compiling darling_macro v0.21.3
27112026-08-29T04:13:52.945Z Compiling display-error-chain v0.2.2
27122026-08-29T04:13:53.132Z Compiling darling v0.21.3
27132026-08-29T04:13:53.254Z Compiling vergen-lib v0.1.6
27142026-08-29T04:13:53.398Z Compiling diesel_derives v2.3.7
27152026-08-29T04:13:53.512Z Compiling dsl_auto_type v0.2.0
27162026-08-29T04:13:53.808Z Compiling scheduled-thread-pool v0.2.7
27172026-08-29T04:13:54.054Z Compiling vergen-gitcl v1.0.8
27182026-08-29T04:13:54.280Z Compiling diesel_table_macro_syntax v0.3.0
27192026-08-29T04:13:54.377Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-08-29T04:13:54.509Z Compiling dirs-sys-next v0.1.2
27212026-08-29T04:13:54.530Z Compiling crunchy v0.2.4
27222026-08-29T04:13:54.607Z Compiling glob v0.3.3
27232026-08-29T04:13:54.792Z Compiling maplit v1.0.2
27242026-08-29T04:13:54.850Z Compiling dirs-next v2.0.0
27252026-08-29T04:13:54.947Z Compiling r2d2 v0.8.10
27262026-08-29T04:13:54.971Z Compiling clang-sys v1.8.1
27272026-08-29T04:13:55.246Z Compiling libscf-sys v1.2.0
27282026-08-29T04:13:55.295Z Compiling downcast-rs v2.0.2
27292026-08-29T04:13:55.339Z Compiling xshell-macros v0.2.7
27302026-08-29T04:13:55.386Z Compiling tiny-keccak v2.0.2
27312026-08-29T04:13:55.485Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27322026-08-29T04:13:55.550Z Compiling term v0.7.0
27332026-08-29T04:13:55.729Z Compiling xshell v0.2.7
27342026-08-29T04:13:55.763Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27352026-08-29T04:13:55.980Z Compiling papergrid v0.18.0
27362026-08-29T04:13:56.052Z Compiling bit-vec v0.6.3
27372026-08-29T04:13:56.075Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27382026-08-29T04:13:56.300Z Compiling bit-set v0.5.3
27392026-08-29T04:13:56.327Z Compiling ascii-canvas v3.0.0
27402026-08-29T04:13:56.599Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27412026-08-29T04:13:56.634Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27422026-08-29T04:13:56.749Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27432026-08-29T04:13:56.905Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27442026-08-29T04:13:56.977Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27452026-08-29T04:13:57.204Z Compiling tabled v0.21.0
27462026-08-29T04:13:57.246Z Compiling itertools v0.15.0
27472026-08-29T04:13:57.296Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27482026-08-29T04:13:57.478Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27492026-08-29T04:13:57.929Z Compiling itertools v0.10.5
27502026-08-29T04:13:57.952Z Compiling ena v0.14.4
27512026-08-29T04:13:58.197Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27522026-08-29T04:13:58.223Z Compiling libloading v0.8.9
27532026-08-29T04:13:58.450Z Compiling diff v0.1.13
27542026-08-29T04:13:58.454Z Compiling regex-syntax v0.6.29
27552026-08-29T04:13:58.722Z Compiling bindgen v0.71.1
27562026-08-29T04:13:58.896Z Compiling unicase v2.9.0
27572026-08-29T04:13:58.994Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27582026-08-29T04:13:59.198Z Compiling cexpr v0.6.0
27592026-08-29T04:13:59.228Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27602026-08-29T04:13:59.458Z Compiling rustc-hash v2.1.1
27612026-08-29T04:13:59.624Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27622026-08-29T04:13:59.628Z Compiling diesel v2.3.7
27632026-08-29T04:13:59.702Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27642026-08-29T04:13:59.843Z Compiling lalrpop v0.19.12
27652026-08-29T04:13:59.867Z Compiling headers-core v0.3.0
27662026-08-29T04:14:00.040Z Compiling libxml v0.3.3
27672026-08-29T04:14:00.092Z Compiling crc8 v0.1.1
27682026-08-29T04:14:00.239Z Compiling headers v0.4.1
27692026-08-29T04:14:00.340Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27702026-08-29T04:14:00.362Z Compiling strum_macros v0.24.3
27712026-08-29T04:14:00.824Z Compiling indoc v1.0.9
27722026-08-29T04:14:01.601Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27732026-08-29T04:14:01.624Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27742026-08-29T04:14:01.863Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27752026-08-29T04:14:01.886Z Compiling derive_builder v0.20.2
27762026-08-29T04:14:02.012Z Compiling quick-xml v0.37.5
27772026-08-29T04:14:02.035Z Compiling oso-derive v0.27.3
27782026-08-29T04:14:02.063Z Compiling impl-trait-for-tuples v0.2.3
27792026-08-29T04:14:02.581Z Compiling openssl-probe v0.1.6
27802026-08-29T04:14:02.703Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27812026-08-29T04:14:02.884Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27822026-08-29T04:14:03.186Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27832026-08-29T04:14:03.266Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27842026-08-29T04:14:03.349Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27852026-08-29T04:14:03.409Z Compiling bb8 v0.8.6
27862026-08-29T04:14:03.570Z Compiling trait-variant v0.1.2
27872026-08-29T04:14:03.648Z Compiling proc-macro-error-attr2 v2.0.0
27882026-08-29T04:14:03.801Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27892026-08-29T04:14:04.044Z Compiling half v1.8.3
27902026-08-29T04:14:04.092Z Compiling proc-macro-error2 v2.0.1
27912026-08-29T04:14:04.152Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27922026-08-29T04:14:04.403Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27932026-08-29T04:14:04.427Z Compiling serde_cbor v0.11.2
27942026-08-29T04:14:04.548Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27952026-08-29T04:14:04.710Z Compiling hashbrown v0.14.5
27962026-08-29T04:14:04.772Z Compiling rfc6979 v0.4.0
27972026-08-29T04:14:04.936Z Compiling salty v0.3.0
27982026-08-29T04:14:05.099Z Compiling ecdsa v0.16.9
27992026-08-29T04:14:05.234Z Compiling samael v0.0.19
28002026-08-29T04:14:05.264Z Compiling chumsky v0.9.3
28012026-08-29T04:14:05.414Z Compiling knus-derive v3.4.0
28022026-08-29T04:14:05.483Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28032026-08-29T04:14:05.544Z Compiling primeorder v0.13.6
28042026-08-29T04:14:05.669Z Compiling nonempty v0.12.0
28052026-08-29T04:14:05.846Z Compiling p384 v0.13.1
28062026-08-29T04:14:06.398Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28072026-08-29T04:14:06.578Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28082026-08-29T04:14:06.786Z Compiling knus v3.4.0
28092026-08-29T04:14:06.884Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28102026-08-29T04:14:07.294Z Compiling fxhash v0.2.1
28112026-08-29T04:14:07.317Z Compiling polar-core v0.27.3
28122026-08-29T04:14:07.680Z Compiling libz-sys v1.1.24
28132026-08-29T04:14:07.739Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-08-29T04:14:07.764Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28152026-08-29T04:14:07.791Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28162026-08-29T04:14:07.975Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28172026-08-29T04:14:08.856Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28182026-08-29T04:14:08.985Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28192026-08-29T04:14:09.575Z Compiling kstat-rs v0.2.5
28202026-08-29T04:14:10.056Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28212026-08-29T04:14:10.256Z Compiling mime_guess v2.0.5
28222026-08-29T04:14:11.078Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28232026-08-29T04:14:11.511Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28242026-08-29T04:14:12.049Z Compiling nanorand v0.7.0
28252026-08-29T04:14:12.417Z Compiling libgit2-sys v0.18.3+1.9.2
28262026-08-29T04:14:12.489Z Compiling parking_lot_core v0.8.6
28272026-08-29T04:14:12.582Z Compiling flume v0.11.1
28282026-08-29T04:14:12.639Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28292026-08-29T04:14:12.871Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28302026-08-29T04:14:13.130Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28312026-08-29T04:14:13.826Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28322026-08-29T04:14:13.902Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28332026-08-29T04:14:13.963Z Compiling git-stub v1.0.0
28342026-08-29T04:14:14.160Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28352026-08-29T04:14:14.243Z Compiling http-range v0.1.5
28362026-08-29T04:14:14.373Z Compiling instability v0.3.11
28372026-08-29T04:14:14.410Z Compiling corncobs v0.1.4
28382026-08-29T04:14:14.593Z Compiling strsim v0.10.0
28392026-08-29T04:14:14.647Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28402026-08-29T04:14:14.699Z Compiling git-stub-vcs v0.1.0
28412026-08-29T04:14:14.908Z Compiling darling_core v0.13.4
28422026-08-29T04:14:15.054Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28432026-08-29T04:14:16.132Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28442026-08-29T04:14:16.205Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28452026-08-29T04:14:16.419Z Compiling oso v0.27.3
28462026-08-29T04:14:16.555Z Compiling progenitor-impl v0.13.0
28472026-08-29T04:14:18.699Z Compiling async-bb8-diesel v0.2.1
28482026-08-29T04:14:19.160Z Compiling diesel-dtrace v0.5.0
28492026-08-29T04:14:19.494Z Compiling ignore v0.4.25
28502026-08-29T04:14:19.657Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28512026-08-29T04:14:19.930Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28522026-08-29T04:14:20.516Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-29T04:14:20.692Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-29T04:14:20.863Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-29T04:14:21.420Z Compiling anstyle-parse v0.2.7
28562026-08-29T04:14:21.656Z Compiling secrecy v0.8.0
28572026-08-29T04:14:21.863Z Compiling castaway v0.2.4
28582026-08-29T04:14:22.032Z Compiling vergen-git2 v9.1.0
28592026-08-29T04:14:22.274Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28602026-08-29T04:14:22.505Z Compiling indoc v2.0.7
28612026-08-29T04:14:22.959Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28622026-08-29T04:14:23.198Z Compiling compact_str v0.8.1
28632026-08-29T04:14:24.040Z Compiling anstream v0.6.21
28642026-08-29T04:14:24.291Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28652026-08-29T04:14:24.467Z Compiling globwalk v0.9.1
28662026-08-29T04:14:24.580Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28672026-08-29T04:14:25.041Z Compiling progenitor-macro v0.13.0
28682026-08-29T04:14:25.146Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28692026-08-29T04:14:25.340Z Compiling darling_macro v0.13.4
28702026-08-29T04:14:25.859Z Compiling parking_lot v0.11.2
28712026-08-29T04:14:26.740Z Compiling hyper-staticfile v0.10.1
28722026-08-29T04:14:26.762Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28732026-08-29T04:14:27.334Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742026-08-29T04:14:27.441Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28752026-08-29T04:14:27.821Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28762026-08-29T04:14:27.862Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-29T04:14:28.164Z Compiling predicates-tree v1.0.13
28782026-08-29T04:14:28.507Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28792026-08-29T04:14:28.588Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28802026-08-29T04:14:28.748Z Compiling unicode-truncate v1.1.0
28812026-08-29T04:14:28.786Z Compiling lru v0.12.5
28822026-08-29T04:14:28.920Z Compiling digest-io v0.1.0
28832026-08-29T04:14:28.964Z Compiling sha2 v0.11.0
28842026-08-29T04:14:28.987Z Compiling progenitor-client v0.13.0
28852026-08-29T04:14:29.016Z Compiling prefix-trie v0.7.0
28862026-08-29T04:14:29.109Z Compiling rand_seeder v0.4.0
28872026-08-29T04:14:29.159Z Compiling cassowary v0.3.0
28882026-08-29T04:14:29.366Z Compiling rawzip v0.4.4
28892026-08-29T04:14:29.504Z Compiling ratatui v0.29.0
28902026-08-29T04:14:29.527Z Compiling progenitor v0.13.0
28912026-08-29T04:14:29.672Z Compiling hickory-server v0.25.2
28922026-08-29T04:14:29.781Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28932026-08-29T04:14:29.932Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28942026-08-29T04:14:30.461Z Compiling camino-tempfile-ext v0.3.3
28952026-08-29T04:14:30.572Z Compiling sled v0.34.7
28962026-08-29T04:14:30.705Z Compiling darling v0.13.4
28972026-08-29T04:14:30.822Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28982026-08-29T04:14:31.038Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28992026-08-29T04:14:33.333Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29002026-08-29T04:14:34.671Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29012026-08-29T04:14:35.743Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-29T04:14:35.966Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29032026-08-29T04:14:37.115Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29042026-08-29T04:14:37.410Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29052026-08-29T04:14:37.718Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29062026-08-29T04:14:37.847Z Compiling serde_with_macros v1.5.2
29072026-08-29T04:14:37.877Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29082026-08-29T04:14:38.333Z Compiling git2 v0.20.4
29092026-08-29T04:14:38.660Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29102026-08-29T04:14:39.131Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29112026-08-29T04:14:39.363Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29122026-08-29T04:14:39.386Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-08-29T04:14:39.635Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29142026-08-29T04:14:39.927Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29152026-08-29T04:14:40.038Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29162026-08-29T04:14:40.183Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29172026-08-29T04:14:40.275Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29182026-08-29T04:14:40.417Z Compiling arc-swap v1.8.2
29192026-08-29T04:14:40.517Z Compiling void v1.0.2
29202026-08-29T04:14:40.669Z Compiling lzss v0.8.2
29212026-08-29T04:14:40.808Z Compiling slog-scope v4.4.1
29222026-08-29T04:14:41.181Z Compiling serde_with v1.14.0
29232026-08-29T04:14:41.228Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29242026-08-29T04:14:41.431Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29252026-08-29T04:14:41.708Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29262026-08-29T04:14:42.241Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29272026-08-29T04:14:42.389Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29282026-08-29T04:14:42.506Z Compiling scuffle v0.1.0
29292026-08-29T04:14:43.061Z Compiling tungstenite v0.23.0
29302026-08-29T04:14:43.097Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-29T04:14:43.166Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29322026-08-29T04:14:44.364Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29332026-08-29T04:14:44.594Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-29T04:14:44.616Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29352026-08-29T04:14:44.826Z Compiling nix v0.27.1
29362026-08-29T04:14:44.869Z Compiling twox-hash v2.1.2
29372026-08-29T04:14:45.079Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29382026-08-29T04:14:45.186Z Compiling libsw-core v0.3.2
29392026-08-29T04:14:45.341Z Compiling serde_bytes v0.11.19
29402026-08-29T04:14:45.378Z Compiling atty v0.2.14
29412026-08-29T04:14:45.412Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29422026-08-29T04:14:45.543Z Compiling libsw v3.5.0
29432026-08-29T04:14:45.676Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29442026-08-29T04:14:45.817Z Compiling tokio-tungstenite v0.23.1
29452026-08-29T04:14:45.837Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29462026-08-29T04:14:45.984Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29472026-08-29T04:14:46.162Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29482026-08-29T04:14:46.395Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29492026-08-29T04:14:47.742Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29502026-08-29T04:14:48.108Z Compiling slog-stdlog v4.1.1
29512026-08-29T04:14:48.496Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522026-08-29T04:14:48.636Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29532026-08-29T04:14:49.727Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29542026-08-29T04:14:50.177Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29552026-08-29T04:14:51.149Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29562026-08-29T04:14:52.996Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29572026-08-29T04:14:53.669Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29582026-08-29T04:14:55.346Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29592026-08-29T04:14:55.355Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29602026-08-29T04:14:56.094Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29612026-08-29T04:14:56.343Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29622026-08-29T04:14:56.662Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29632026-08-29T04:14:57.041Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29642026-08-29T04:14:58.396Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29652026-08-29T04:15:00.480Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29662026-08-29T04:15:00.891Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29672026-08-29T04:15:01.106Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29682026-08-29T04:15:01.249Z Compiling signal-hook-tokio v0.3.1
29692026-08-29T04:15:01.451Z Compiling fatfs v0.3.6
29702026-08-29T04:15:01.656Z Compiling yasna v0.5.2
29712026-08-29T04:15:02.058Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29722026-08-29T04:15:02.357Z Compiling seq-macro v0.3.6
29732026-08-29T04:15:02.701Z Compiling assert_matches v1.5.0
29742026-08-29T04:15:02.812Z Compiling rcgen v0.12.1
29752026-08-29T04:15:02.844Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29762026-08-29T04:15:03.754Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29772026-08-29T04:15:03.842Z Compiling slog-envlogger v2.2.0
29782026-08-29T04:15:04.226Z Compiling oxide-update-engine-display v0.1.2
29792026-08-29T04:15:04.970Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29802026-08-29T04:15:05.172Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29812026-08-29T04:15:05.674Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29822026-08-29T04:15:05.912Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29832026-08-29T04:15:06.134Z Compiling port-file v0.1.0
29842026-08-29T04:15:06.487Z Compiling rtoolbox v0.0.3
29852026-08-29T04:15:06.694Z Compiling subprocess v0.2.15
29862026-08-29T04:15:06.743Z Compiling rpassword v7.5.4
29872026-08-29T04:15:07.253Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29882026-08-29T04:15:07.475Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29892026-08-29T04:15:08.981Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29902026-08-29T04:15:09.159Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29912026-08-29T04:15:11.060Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29922026-08-29T04:15:11.219Z Compiling tui-tree-widget v0.23.1
29932026-08-29T04:15:11.359Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29942026-08-29T04:15:11.518Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29952026-08-29T04:15:12.856Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29962026-08-29T04:15:15.021Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29972026-08-29T04:15:15.254Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29982026-08-29T04:15:15.333Z Compiling uzers v0.12.2
29992026-08-29T04:15:15.975Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30002026-08-29T04:15:16.542Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30012026-08-29T04:15:16.827Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30022026-08-29T04:15:17.815Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30032026-08-29T04:15:19.343Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-08-29T04:15:19.446Z Compiling support-bundle-viewer v0.1.2
30052026-08-29T04:15:21.155Z Compiling multimap v0.10.1
30062026-08-29T04:15:30.389Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30072026-08-29T04:15:31.802Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30082026-08-29T04:15:35.084Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30092026-08-29T04:15:39.921Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30102026-08-29T04:15:41.162Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-08-29T04:24:15.258Z Finished `release` profile [optimized] target(s) in 10m 46s
30122026-08-29T04:24:15.262Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30132026-08-29T04:24:15.262Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30142026-08-29T04:25:08.412Z
30152026-08-29T04:25:08.416Zreal 11:40.926320837
30162026-08-29T04:25:08.416Zuser 1:23:06.415802104
30172026-08-29T04:25:08.416Zsys 3:39.633580718
30182026-08-29T04:25:08.416Ztrap 1.857105874
30192026-08-29T04:25:08.416Ztflt 2.017087394
30202026-08-29T04:25:08.416Zdflt 19.662754379
30212026-08-29T04:25:08.416Zkflt 0.005131683
30222026-08-29T04:25:08.416Zlock 8:31:54.700728292
30232026-08-29T04:25:08.416Zslp 2:21:58.269473529
30242026-08-29T04:25:08.416Zlat 2:38.703166760
30252026-08-29T04:25:08.416Zstop 5:28.196056477
30262026-08-29T04:25:08.416Z+ mapfile -t packages
30272026-08-29T04:25:08.416Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30282026-08-29T04:25:09.376Z Finished `release` profile [optimized] target(s) in 0.95s
30292026-08-29T04:25:09.445Z Running `target/release/omicron-package -t test list-outputs`
30302026-08-29T04:25:09.504ZLogging to: /work/oxidecomputer/omicron/out/LOG
30312026-08-29T04:25:09.507Z+ ptime -m cargo build --locked --release -p xtask
30322026-08-29T04:25:09.982Z Compiling libc v0.2.185
30332026-08-29T04:25:09.982Z Compiling serde_core v1.0.228
30342026-08-29T04:25:09.982Z Compiling serde v1.0.228
30352026-08-29T04:25:09.985Z Compiling rustix v1.1.4
30362026-08-29T04:25:09.985Z Compiling serde_json v1.0.151
30372026-08-29T04:25:10.086Z Compiling bitflags v2.11.0
30382026-08-29T04:25:10.142Z Compiling usdt-impl v0.5.0
30392026-08-29T04:25:10.145Z Compiling syn v2.0.117
30402026-08-29T04:25:10.162Z Compiling syn v1.0.109
30412026-08-29T04:25:10.175Z Compiling getrandom v0.4.3
30422026-08-29T04:25:10.178Z Compiling log v0.4.33
30432026-08-29T04:25:10.187Z Compiling indexmap v2.14.0
30442026-08-29T04:25:10.211Z Compiling fs-err v3.3.0
30452026-08-29T04:25:10.408Z Compiling once_cell v1.21.3
30462026-08-29T04:25:10.422Z Compiling anyhow v1.0.104
30472026-08-29T04:25:10.486Z Compiling heck v0.4.1
30482026-08-29T04:25:10.848Z Compiling thread-id v4.2.2
30492026-08-29T04:25:10.857Z Compiling errno v0.3.14
30502026-08-29T04:25:10.860Z Compiling memmap v0.7.0
30512026-08-29T04:25:11.611Z Compiling proc-macro-error v1.0.4
30522026-08-29T04:25:11.841Z Compiling terminal_size v0.4.3
30532026-08-29T04:25:11.841Z Compiling tempfile v3.27.0
30542026-08-29T04:25:11.876Z Compiling tabled_derive v0.7.0
30552026-08-29T04:25:11.943Z Compiling clap_builder v4.6.0
30562026-08-29T04:25:11.943Z Compiling textwrap v0.16.2
30572026-08-29T04:25:12.194Z Compiling camino v1.2.5
30582026-08-29T04:25:12.194Z Compiling cargo-platform v0.3.2
30592026-08-29T04:25:12.197Z Compiling semver v1.0.28
30602026-08-29T04:25:12.302Z Compiling pest_generator v2.8.6
30612026-08-29T04:25:12.541Z Compiling camino-tempfile v1.4.1
30622026-08-29T04:25:12.575Z Compiling tabled v0.15.0
30632026-08-29T04:25:12.845Z Compiling serde_derive v1.0.228
30642026-08-29T04:25:12.849Z Compiling thiserror-impl v1.0.69
30652026-08-29T04:25:12.849Z Compiling zerocopy-derive v0.7.35
30662026-08-29T04:25:12.849Z Compiling scroll_derive v0.12.1
30672026-08-29T04:25:12.849Z Compiling thiserror-impl v2.0.18
30682026-08-29T04:25:12.849Z Compiling clap_derive v4.6.1
30692026-08-29T04:25:12.849Z Compiling pest_derive v2.8.6
30702026-08-29T04:25:13.581Z Compiling scroll v0.12.0
30712026-08-29T04:25:13.726Z Compiling zerocopy v0.7.35
30722026-08-29T04:25:13.841Z Compiling goblin v0.8.2
30732026-08-29T04:25:14.041Z Compiling thiserror v1.0.69
30742026-08-29T04:25:14.161Z Compiling dtrace-parser v0.2.0
30752026-08-29T04:25:14.259Z Compiling thiserror v2.0.18
30762026-08-29T04:25:14.322Z Compiling clap v4.6.1
30772026-08-29T04:25:16.009Z Compiling dof v0.3.0
30782026-08-29T04:25:16.021Z Compiling serde_spanned v0.6.9
30792026-08-29T04:25:16.052Z Compiling toml_datetime v0.6.11
30802026-08-29T04:25:16.063Z Compiling serde_tokenstream v0.2.3
30812026-08-29T04:25:16.067Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30822026-08-29T04:25:16.076Z Compiling macaddr v1.0.1
30832026-08-29T04:25:16.080Z Compiling cargo_metadata v0.23.1
30842026-08-29T04:25:16.247Z Compiling toml_edit v0.22.27
30852026-08-29T04:25:16.802Z Compiling usdt-attr-macro v0.5.0
30862026-08-29T04:25:16.802Z Compiling usdt-macro v0.5.0
30872026-08-29T04:25:17.463Z Compiling usdt v0.5.0
30882026-08-29T04:25:17.784Z Compiling toml v0.8.23
30892026-08-29T04:25:18.220Z Compiling cargo_toml v0.21.0
30902026-08-29T04:25:22.640Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30912026-08-29T04:25:25.846Z Finished `release` profile [optimized] target(s) in 16.32s
30922026-08-29T04:25:25.951Z
30932026-08-29T04:25:25.951Zreal 16.408103901
30942026-08-29T04:25:25.955Zuser 2:05.707806631
30952026-08-29T04:25:25.955Zsys 13.588225418
30962026-08-29T04:25:25.955Ztrap 0.064137753
30972026-08-29T04:25:25.955Ztflt 0.392119825
30982026-08-29T04:25:25.955Zdflt 1.516250477
30992026-08-29T04:25:25.955Zkflt 0.000014810
31002026-08-29T04:25:25.955Zlock 4:48.118517583
31012026-08-29T04:25:25.955Zslp 2:43.340145609
31022026-08-29T04:25:25.955Zlat 3.890902231
31032026-08-29T04:25:25.955Zstop 16.241016765
31042026-08-29T04:25:25.955Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31052026-08-29T04:25:25.955Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31062026-08-29T04:25:25.955Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31072026-08-29T04:25:25.955Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31082026-08-29T04:25:25.955Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31092026-08-29T04:25:26.907Z Compiling progenitor-client v0.14.0
31102026-08-29T04:25:26.911Z Compiling match_cfg v0.1.0
31112026-08-29T04:25:26.911Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31122026-08-29T04:25:26.911Z Compiling slog-json v2.6.1
31132026-08-29T04:25:26.911Z Compiling newtype-uuid-macros v0.1.0
31142026-08-29T04:25:26.911Z Compiling sha1 v0.11.0
31152026-08-29T04:25:26.911Z Compiling multer v3.1.0
31162026-08-29T04:25:26.911Z Compiling compression-core v0.4.31
31172026-08-29T04:25:27.053Z Compiling debug-ignore v1.0.5
31182026-08-29T04:25:27.057Z Compiling async-stream-impl v0.3.6
31192026-08-29T04:25:27.057Z Compiling serde_spanned v1.1.1
31202026-08-29T04:25:27.057Z Compiling toml_datetime v1.1.1+spec-1.1.0
31212026-08-29T04:25:27.073Z Compiling dropshot v0.17.1
31222026-08-29T04:25:27.076Z Compiling toml_writer v1.1.1+spec-1.1.0
31232026-08-29T04:25:27.076Z Compiling waitgroup v0.1.2
31242026-08-29T04:25:27.076Z Compiling rustls-pemfile v2.2.0
31252026-08-29T04:25:27.313Z Compiling dropshot_endpoint v0.17.1
31262026-08-29T04:25:27.367Z Compiling hostname v0.4.2
31272026-08-29T04:25:27.370Z Compiling serde_path_to_error v0.1.20
31282026-08-29T04:25:27.370Z Compiling atomicwrites v0.4.4
31292026-08-29T04:25:27.437Z Compiling hostname v0.3.1
31302026-08-29T04:25:27.441Z Compiling toml v1.1.2+spec-1.1.0
31312026-08-29T04:25:27.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31322026-08-29T04:25:27.441Z Compiling macaddr v1.0.1
31332026-08-29T04:25:27.441Z Compiling serde_tokenstream v0.3.0
31342026-08-29T04:25:27.512Z Compiling compression-codecs v0.4.37
31352026-08-29T04:25:27.532Z Compiling oxide-generation v0.1.3
31362026-08-29T04:25:27.536Z Compiling instant v0.1.13
31372026-08-29T04:25:27.536Z Compiling parse-display-derive v0.10.0
31382026-08-29T04:25:27.638Z Compiling slog-bunyan v2.5.0
31392026-08-29T04:25:27.679Z Compiling regress v0.10.5
31402026-08-29T04:25:27.722Z Compiling async-compression v0.4.41
31412026-08-29T04:25:27.743Z Compiling backon v1.6.0
31422026-08-29T04:25:27.766Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31432026-08-29T04:25:27.792Z Compiling backoff v0.4.0
31442026-08-29T04:25:27.811Z Compiling oxide-generation-macros v0.2.0
31452026-08-29T04:25:27.811Z Compiling itertools v0.14.0
31462026-08-29T04:25:27.814Z Compiling humantime v2.3.0
31472026-08-29T04:25:27.861Z Compiling async-stream v0.3.6
31482026-08-29T04:25:27.880Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31492026-08-29T04:25:27.911Z Compiling progenitor-extras v0.2.0
31502026-08-29T04:25:27.966Z Compiling half v2.7.1
31512026-08-29T04:25:28.037Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31522026-08-29T04:25:28.056Z Compiling crucible-workspace-hack v0.1.0
31532026-08-29T04:25:28.075Z Compiling ciborium-io v0.2.2
31542026-08-29T04:25:28.078Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31552026-08-29T04:25:28.078Z Compiling convert_case v0.4.0
31562026-08-29T04:25:28.130Z Compiling secrecy v0.10.3
31572026-08-29T04:25:28.175Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31582026-08-29T04:25:28.194Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31592026-08-29T04:25:28.210Z Compiling inout v0.1.4
31602026-08-29T04:25:28.229Z Compiling ciborium-ll v0.2.2
31612026-08-29T04:25:28.303Z Compiling regress v0.11.1
31622026-08-29T04:25:28.321Z Compiling thiserror-impl-no-std v2.0.2
31632026-08-29T04:25:28.340Z Compiling universal-hash v0.5.1
31642026-08-29T04:25:28.377Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31652026-08-29T04:25:28.404Z Compiling ciborium v0.2.2
31662026-08-29T04:25:28.474Z Compiling cipher v0.4.4
31672026-08-29T04:25:28.510Z Compiling opaque-debug v0.3.1
31682026-08-29T04:25:28.529Z Compiling derive_more v0.99.20
31692026-08-29T04:25:28.549Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-08-29T04:25:28.553Z Compiling blake2 v0.10.6
31712026-08-29T04:25:28.605Z Compiling poly1305 v0.8.0
31722026-08-29T04:25:28.623Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-29T04:25:28.765Z Compiling chacha20 v0.9.1
31742026-08-29T04:25:28.795Z Compiling aead v0.5.2
31752026-08-29T04:25:28.812Z Compiling password-hash v0.5.0
31762026-08-29T04:25:28.929Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31772026-08-29T04:25:29.025Z Compiling indent_write v2.2.0
31782026-08-29T04:25:29.042Z Compiling chacha20poly1305 v0.10.1
31792026-08-29T04:25:29.076Z Compiling toml_datetime v0.7.5+spec-1.1.0
31802026-08-29T04:25:29.099Z Compiling unsafe-libyaml v0.2.11
31812026-08-29T04:25:29.196Z Compiling argon2 v0.5.3
31822026-08-29T04:25:29.199Z Compiling itertools v0.15.0
31832026-08-29T04:25:29.199Z Compiling num-derive v0.4.2
31842026-08-29T04:25:29.253Z Compiling heapless v0.8.0
31852026-08-29T04:25:29.278Z Compiling toml_edit v0.23.10+spec-1.0.0
31862026-08-29T04:25:29.327Z Compiling parse-display v0.10.0
31872026-08-29T04:25:29.362Z Compiling tabwriter v1.4.1
31882026-08-29T04:25:29.380Z Compiling hash32 v0.3.1
31892026-08-29T04:25:29.563Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31902026-08-29T04:25:29.613Z Compiling thiserror-no-std v2.0.2
31912026-08-29T04:25:29.632Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31922026-08-29T04:25:29.659Z Compiling serde_yaml v0.9.34+deprecated
31932026-08-29T04:25:29.728Z Compiling vsss-rs v3.3.4
31942026-08-29T04:25:29.789Z Compiling smoltcp v0.11.0
31952026-08-29T04:25:29.895Z Compiling proc-macro-crate v3.4.0
31962026-08-29T04:25:29.930Z Compiling cobs v0.3.0
31972026-08-29T04:25:30.154Z Compiling typify-impl v0.6.2
31982026-08-29T04:25:30.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31992026-08-29T04:25:30.215Z Compiling illumos-nvpair-sys v0.2.0
32002026-08-29T04:25:30.301Z Compiling colored v3.1.1
32012026-08-29T04:25:30.456Z Compiling postcard v1.1.3
32022026-08-29T04:25:30.474Z Compiling proc-macro-error v1.0.4
32032026-08-29T04:25:30.494Z Compiling num_enum_derive v0.7.6
32042026-08-29T04:25:30.497Z Compiling rand v0.10.1
32052026-08-29T04:25:30.637Z Compiling ingot-macros v0.2.0
32062026-08-29T04:25:30.689Z Compiling proc-macro-crate v1.3.1
32072026-08-29T04:25:30.710Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32082026-08-29T04:25:30.816Z Compiling foreign-types-macros v0.2.3
32092026-08-29T04:25:30.834Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32102026-08-29T04:25:30.883Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32112026-08-29T04:25:31.012Z Compiling rayon-core v1.13.0
32122026-08-29T04:25:31.028Z Compiling foreign-types-shared v0.3.1
32132026-08-29T04:25:31.160Z Compiling num_enum_derive v0.5.11
32142026-08-29T04:25:31.209Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-29T04:25:31.230Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-29T04:25:31.279Z Compiling crossbeam-deque v0.8.6
32172026-08-29T04:25:31.314Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32182026-08-29T04:25:31.317Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32192026-08-29T04:25:31.350Z Compiling cstr-argument v0.1.2
32202026-08-29T04:25:31.381Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32212026-08-29T04:25:31.459Z Compiling foreign-types v0.5.0
32222026-08-29T04:25:31.543Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32232026-08-29T04:25:31.563Z Compiling illumos-nvpair v0.3.0
32242026-08-29T04:25:31.632Z Compiling num_enum v0.7.6
32252026-08-29T04:25:31.649Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-29T04:25:31.669Z Compiling zone_cfg_derive v0.3.1
32272026-08-29T04:25:31.781Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32282026-08-29T04:25:31.809Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-29T04:25:31.832Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32302026-08-29T04:25:31.835Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32312026-08-29T04:25:31.866Z Compiling itertools v0.12.1
32322026-08-29T04:25:31.906Z Compiling sigpipe v0.1.3
32332026-08-29T04:25:31.988Z Compiling rayon v1.11.0
32342026-08-29T04:25:32.013Z Compiling glob v0.3.3
32352026-08-29T04:25:32.016Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-29T04:25:32.030Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32372026-08-29T04:25:32.078Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32382026-08-29T04:25:32.227Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32392026-08-29T04:25:32.245Z Compiling smf v0.2.3
32402026-08-29T04:25:32.291Z Compiling cpubits v0.1.1
32412026-08-29T04:25:32.308Z Compiling num_enum v0.5.11
32422026-08-29T04:25:32.325Z Compiling whoami v1.6.1
32432026-08-29T04:25:32.361Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32442026-08-29T04:25:32.386Z Compiling gethostname v0.5.0
32452026-08-29T04:25:32.402Z Compiling num-rational v0.4.2
32462026-08-29T04:25:32.431Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32472026-08-29T04:25:32.452Z Compiling num-complex v0.4.6
32482026-08-29T04:25:32.493Z Compiling derive-where v1.6.0
32492026-08-29T04:25:32.523Z Compiling toml v0.8.23
32502026-08-29T04:25:32.540Z Compiling usdt-attr-macro v0.5.0
32512026-08-29T04:25:32.768Z Compiling usdt-macro v0.5.0
32522026-08-29T04:25:32.786Z Compiling pem-rfc7468 v1.0.0
32532026-08-29T04:25:32.865Z Compiling num v0.4.3
32542026-08-29T04:25:32.915Z Compiling memmap v0.7.0
32552026-08-29T04:25:32.961Z Compiling float-ord v0.3.2
32562026-08-29T04:25:33.014Z Compiling cancel-safe-futures v0.1.5
32572026-08-29T04:25:33.112Z Compiling zone v0.3.1
32582026-08-29T04:25:33.128Z Compiling hmac v0.13.0
32592026-08-29T04:25:33.145Z Compiling universal-hash v0.6.1
32602026-08-29T04:25:33.145Z Compiling resolv-conf v0.7.6
32612026-08-29T04:25:33.177Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32622026-08-29T04:25:33.314Z Compiling sha1 v0.10.6
32632026-08-29T04:25:33.351Z Compiling libefi-sys v0.1.0
32642026-08-29T04:25:33.427Z Compiling linear-map v1.2.0
32652026-08-29T04:25:33.493Z Compiling prettyplease v0.2.37
32662026-08-29T04:25:33.545Z Compiling polyval v0.7.1
32672026-08-29T04:25:33.585Z Compiling ingot-types v0.2.0
32682026-08-29T04:25:33.585Z Compiling usdt v0.5.0
32692026-08-29T04:25:33.588Z Compiling der v0.8.0
32702026-08-29T04:25:33.638Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-08-29T04:25:33.641Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-08-29T04:25:33.656Z Compiling newline-converter v0.3.0
32732026-08-29T04:25:33.762Z Compiling console v0.15.11
32742026-08-29T04:25:33.811Z Compiling bitfield-struct v0.6.2
32752026-08-29T04:25:33.862Z Compiling ghash v0.6.0
32762026-08-29T04:25:33.930Z Compiling oxide-update-engine-types v0.1.2
32772026-08-29T04:25:33.966Z Compiling pbkdf2 v0.13.0
32782026-08-29T04:25:34.053Z Compiling ingot v0.2.1
32792026-08-29T04:25:34.081Z Compiling aes v0.9.1
32802026-08-29T04:25:34.126Z Compiling crypto-bigint v0.7.5
32812026-08-29T04:25:34.169Z Compiling expectorate v1.2.0
32822026-08-29T04:25:34.335Z Compiling hickory-proto v0.24.4
32832026-08-29T04:25:34.367Z Compiling ctr v0.10.1
32842026-08-29T04:25:34.432Z Compiling aead v0.6.1
32852026-08-29T04:25:34.489Z Compiling sha2 v0.11.0
32862026-08-29T04:25:34.567Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32872026-08-29T04:25:34.611Z Compiling nom v8.0.0
32882026-08-29T04:25:34.632Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32892026-08-29T04:25:34.749Z Compiling linked-hash-map v0.5.6
32902026-08-29T04:25:34.810Z Compiling typify-macro v0.6.2
32912026-08-29T04:25:34.900Z Compiling semver v0.1.20
32922026-08-29T04:25:34.929Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32932026-08-29T04:25:34.968Z Compiling lru-cache v0.1.2
32942026-08-29T04:25:35.011Z Compiling oxide-update-engine v0.1.2
32952026-08-29T04:25:35.117Z Compiling rustc_version v0.1.7
32962026-08-29T04:25:35.135Z Compiling spki v0.8.0
32972026-08-29T04:25:35.219Z Compiling aes-gcm v0.11.0
32982026-08-29T04:25:35.238Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32992026-08-29T04:25:35.238Z Compiling tokio-dtrace v0.1.1
33002026-08-29T04:25:35.357Z Compiling dropshot-api-manager-types v0.8.0
33012026-08-29T04:25:35.384Z Compiling salsa20 v0.11.0
33022026-08-29T04:25:35.400Z Compiling slog-dtrace v0.3.0
33032026-08-29T04:25:35.454Z Compiling minimal-lexical v0.2.1
33042026-08-29T04:25:35.486Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33052026-08-29T04:25:35.550Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33062026-08-29T04:25:35.568Z Compiling xshell-macros v0.2.7
33072026-08-29T04:25:35.584Z Compiling scrypt v0.12.0
33082026-08-29T04:25:35.603Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33092026-08-29T04:25:35.696Z Compiling nom v7.1.3
33102026-08-29T04:25:35.720Z Compiling oxide-tokio-rt v0.1.4
33112026-08-29T04:25:35.742Z Compiling newtype_derive v0.1.6
33122026-08-29T04:25:35.910Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33132026-08-29T04:25:35.973Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33142026-08-29T04:25:35.999Z Compiling xshell v0.2.7
33152026-08-29T04:25:36.048Z Compiling phf_shared v0.12.1
33162026-08-29T04:25:36.052Z Compiling rfc6979 v0.4.0
33172026-08-29T04:25:36.219Z Compiling cbc v0.2.1
33182026-08-29T04:25:36.267Z Compiling proc-macro-error-attr2 v2.0.0
33192026-08-29T04:25:36.335Z Compiling csv-core v0.1.13
33202026-08-29T04:25:36.412Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33212026-08-29T04:25:36.512Z Compiling highway v1.3.0
33222026-08-29T04:25:36.535Z Compiling hickory-resolver v0.24.4
33232026-08-29T04:25:36.568Z Compiling chrono-tz v0.10.4
33242026-08-29T04:25:36.633Z Compiling unicode-xid v0.2.6
33252026-08-29T04:25:36.699Z Compiling typify v0.6.2
33262026-08-29T04:25:36.719Z Compiling csv v1.4.0
33272026-08-29T04:25:36.723Z Compiling proc-macro-error2 v2.0.1
33282026-08-29T04:25:36.801Z Compiling const_format_proc_macros v0.2.34
33292026-08-29T04:25:36.826Z Compiling progenitor-impl v0.14.0
33302026-08-29T04:25:36.929Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-29T04:25:36.984Z Compiling pkcs5 v0.8.1
33322026-08-29T04:25:37.003Z Compiling phf v0.12.1
33332026-08-29T04:25:37.097Z Compiling ecdsa v0.16.9
33342026-08-29T04:25:37.138Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33352026-08-29T04:25:37.199Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33362026-08-29T04:25:37.297Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33372026-08-29T04:25:37.362Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33382026-08-29T04:25:37.542Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33392026-08-29T04:25:37.559Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-08-29T04:25:37.579Z Compiling qorb v0.4.1
33412026-08-29T04:25:37.618Z Compiling primeorder v0.13.6
33422026-08-29T04:25:37.657Z Compiling hashbrown v0.14.5
33432026-08-29T04:25:37.675Z Compiling salty v0.3.0
33442026-08-29T04:25:37.721Z Compiling const_format v0.2.35
33452026-08-29T04:25:37.895Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33462026-08-29T04:25:37.919Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-08-29T04:25:37.969Z Compiling p384 v0.13.1
33482026-08-29T04:25:38.059Z Compiling pkcs8 v0.11.0
33492026-08-29T04:25:38.269Z Compiling chumsky v0.9.3
33502026-08-29T04:25:38.471Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33512026-08-29T04:25:38.574Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33522026-08-29T04:25:38.579Z Compiling knus-derive v3.4.0
33532026-08-29T04:25:38.717Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33542026-08-29T04:25:38.801Z Compiling tabled_derive v0.7.0
33552026-08-29T04:25:39.362Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33562026-08-29T04:25:39.472Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33572026-08-29T04:25:39.545Z Compiling progenitor-macro v0.14.0
33582026-08-29T04:25:39.567Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-08-29T04:25:39.583Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33602026-08-29T04:25:39.665Z Compiling bcs v0.1.6
33612026-08-29T04:25:39.693Z Compiling ff v0.14.0
33622026-08-29T04:25:39.712Z Compiling termtree v0.5.1
33632026-08-29T04:25:39.737Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-08-29T04:25:39.871Z Compiling steno v0.4.1
33652026-08-29T04:25:39.908Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33662026-08-29T04:25:39.911Z Compiling tabled v0.15.0
33672026-08-29T04:25:39.981Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33682026-08-29T04:25:40.017Z Compiling group v0.14.0
33692026-08-29T04:25:40.046Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33702026-08-29T04:25:40.163Z Compiling knus v3.4.0
33712026-08-29T04:25:40.233Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33722026-08-29T04:25:40.249Z Compiling signature v3.0.0
33732026-08-29T04:25:40.337Z Compiling base16ct v1.0.0
33742026-08-29T04:25:40.411Z Compiling tagptr v0.2.0
33752026-08-29T04:25:40.492Z Compiling sec1 v0.8.1
33762026-08-29T04:25:40.556Z Compiling moka v0.12.13
33772026-08-29T04:25:40.575Z Compiling hkdf v0.13.0
33782026-08-29T04:25:40.589Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33792026-08-29T04:25:40.771Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33802026-08-29T04:25:40.800Z Compiling elliptic-curve v0.14.1
33812026-08-29T04:25:40.850Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33822026-08-29T04:25:40.866Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-29T04:25:41.080Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33842026-08-29T04:25:41.103Z Compiling parking_lot_core v0.8.6
33852026-08-29T04:25:41.216Z Compiling corncobs v0.1.4
33862026-08-29T04:25:41.336Z Compiling hickory-resolver v0.25.2
33872026-08-29T04:25:41.378Z Compiling utf-8 v0.7.6
33882026-08-29T04:25:41.401Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33892026-08-29T04:25:41.477Z Compiling wnaf v0.14.0
33902026-08-29T04:25:41.598Z Compiling tungstenite v0.21.0
33912026-08-29T04:25:41.700Z Compiling primefield v0.14.0
33922026-08-29T04:25:41.718Z Compiling rfc6979 v0.6.0
33932026-08-29T04:25:41.781Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33942026-08-29T04:25:41.835Z Compiling libscf-sys v1.2.0
33952026-08-29T04:25:41.899Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-29T04:25:41.916Z Compiling git-stub v1.0.0
33972026-08-29T04:25:41.967Z Compiling secrecy v0.8.0
33982026-08-29T04:25:42.010Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-08-29T04:25:42.139Z Compiling tokio-tungstenite v0.21.0
34002026-08-29T04:25:42.214Z Compiling git-stub-vcs v0.1.0
34012026-08-29T04:25:42.258Z Compiling primeorder v0.14.0
34022026-08-29T04:25:42.350Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34032026-08-29T04:25:42.447Z Compiling ecdsa v0.17.0
34042026-08-29T04:25:42.498Z Compiling papergrid v0.18.0
34052026-08-29T04:25:42.613Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34062026-08-29T04:25:42.695Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34072026-08-29T04:25:42.713Z Compiling curve25519-dalek v5.0.0
34082026-08-29T04:25:42.792Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34092026-08-29T04:25:42.810Z Compiling unicase v2.9.0
34102026-08-29T04:25:42.827Z Compiling parking_lot v0.11.2
34112026-08-29T04:25:42.942Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34122026-08-29T04:25:43.048Z Compiling mime_guess v2.0.5
34132026-08-29T04:25:43.091Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34142026-08-29T04:25:43.176Z Compiling ssh-encoding v0.3.0
34152026-08-29T04:25:43.234Z Compiling prefix-trie v0.7.0
34162026-08-29T04:25:43.260Z Compiling fxhash v0.2.1
34172026-08-29T04:25:43.294Z Compiling keccak v0.2.0
34182026-08-29T04:25:43.339Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-29T04:25:43.426Z Compiling sled v0.34.7
34202026-08-29T04:25:43.490Z Compiling tabled v0.21.0
34212026-08-29T04:25:43.508Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34222026-08-29T04:25:43.526Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34232026-08-29T04:25:43.565Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34242026-08-29T04:25:43.676Z Compiling hickory-server v0.25.2
34252026-08-29T04:25:43.700Z Compiling ed25519 v3.0.0
34262026-08-29T04:25:43.703Z Compiling crypto-primes v0.7.2
34272026-08-29T04:25:44.228Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-08-29T04:25:44.437Z Compiling pkcs1 v0.8.0-rc.4
34292026-08-29T04:25:44.573Z Compiling poly1305 v0.9.0
34302026-08-29T04:25:44.756Z Compiling progenitor v0.14.0
34312026-08-29T04:25:44.786Z Compiling blowfish v0.10.0
34322026-08-29T04:25:44.865Z Compiling blake2 v0.11.0-rc.6
34332026-08-29T04:25:44.922Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34342026-08-29T04:25:44.941Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34352026-08-29T04:25:44.956Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34362026-08-29T04:25:45.073Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34372026-08-29T04:25:45.130Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-29T04:25:45.446Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34392026-08-29T04:25:45.490Z Compiling http-range v0.1.5
34402026-08-29T04:25:45.511Z Compiling half v1.8.3
34412026-08-29T04:25:45.578Z Compiling crc8 v0.1.1
34422026-08-29T04:25:45.714Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34432026-08-29T04:25:45.732Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34442026-08-29T04:25:45.810Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34452026-08-29T04:25:45.837Z Compiling serde_cbor v0.11.2
34462026-08-29T04:25:45.927Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34472026-08-29T04:25:45.995Z Compiling argon2 v0.6.0-rc.8
34482026-08-29T04:25:46.135Z Compiling bcrypt-pbkdf v0.11.0
34492026-08-29T04:25:46.324Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34502026-08-29T04:25:46.467Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34512026-08-29T04:25:46.485Z Compiling ssh-cipher v0.3.0
34522026-08-29T04:25:46.611Z Compiling rsa v0.10.0-rc.18
34532026-08-29T04:25:46.977Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34542026-08-29T04:25:47.106Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34552026-08-29T04:25:47.288Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34562026-08-29T04:25:47.383Z Compiling ed25519-dalek v3.0.0
34572026-08-29T04:25:47.638Z Compiling sha3 v0.11.0
34582026-08-29T04:25:47.773Z Compiling p256 v0.14.0
34592026-08-29T04:25:48.059Z Compiling p521 v0.14.0
34602026-08-29T04:25:48.117Z Compiling p384 v0.14.0
34612026-08-29T04:25:48.256Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34622026-08-29T04:25:48.469Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34632026-08-29T04:25:48.587Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34642026-08-29T04:25:48.782Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34652026-08-29T04:25:49.107Z Compiling scuffle v0.1.0
34662026-08-29T04:25:49.125Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34672026-08-29T04:25:49.142Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34682026-08-29T04:25:49.334Z Compiling yasna v0.5.2
34692026-08-29T04:25:49.511Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34702026-08-29T04:25:49.603Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34712026-08-29T04:25:49.708Z Compiling kstat-rs v0.2.5
34722026-08-29T04:25:49.738Z Compiling headers-core v0.3.0
34732026-08-29T04:25:49.889Z Compiling kem v0.3.0
34742026-08-29T04:25:49.992Z Compiling module-lattice v0.2.3
34752026-08-29T04:25:50.028Z Compiling nanorand v0.7.0
34762026-08-29T04:25:50.044Z Compiling sponge-cursor v0.1.0
34772026-08-29T04:25:50.060Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34782026-08-29T04:25:50.102Z Compiling headers v0.4.1
34792026-08-29T04:25:50.221Z Compiling ml-kem v0.3.2
34802026-08-29T04:25:50.285Z Compiling flume v0.11.1
34812026-08-29T04:25:50.350Z Compiling sha3 v0.12.0
34822026-08-29T04:25:50.382Z Compiling rcgen v0.12.1
34832026-08-29T04:25:50.530Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34842026-08-29T04:25:50.647Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34852026-08-29T04:25:50.682Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34862026-08-29T04:25:50.894Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34872026-08-29T04:25:50.974Z Compiling hyper-staticfile v0.10.1
34882026-08-29T04:25:51.026Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34892026-08-29T04:25:51.200Z Compiling ssh-key v0.7.0-rc.11
34902026-08-29T04:25:51.220Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34912026-08-29T04:25:51.292Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34922026-08-29T04:25:51.348Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34932026-08-29T04:25:51.436Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34942026-08-29T04:25:51.457Z Compiling russh-cryptovec v0.62.0
34952026-08-29T04:25:51.494Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34962026-08-29T04:25:51.511Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34972026-08-29T04:25:51.531Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34982026-08-29T04:25:51.552Z Compiling internal-russh-num-bigint v0.5.0
34992026-08-29T04:25:51.571Z Compiling port-file v0.1.0
35002026-08-29T04:25:51.632Z Compiling num-bigint v0.4.6
35012026-08-29T04:25:51.711Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35022026-08-29T04:25:51.731Z Compiling generic-array v1.4.3
35032026-08-29T04:25:51.842Z Compiling russh-util v0.52.0
35042026-08-29T04:25:51.860Z Compiling enum_dispatch v0.3.13
35052026-08-29T04:25:51.901Z Compiling delegate v0.13.5
35062026-08-29T04:25:51.920Z Compiling subprocess v0.2.15
35072026-08-29T04:25:52.023Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35082026-08-29T04:25:52.157Z Compiling md5 v0.8.0
35092026-08-29T04:25:52.239Z Compiling hex-literal v1.1.0
35102026-08-29T04:25:52.314Z Compiling display-error-chain v0.2.2
35112026-08-29T04:25:52.379Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35122026-08-29T04:25:52.464Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35132026-08-29T04:25:52.480Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35142026-08-29T04:25:52.499Z Compiling colored v2.2.0
35152026-08-29T04:25:52.690Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35162026-08-29T04:25:52.789Z Compiling internet-checksum v0.2.1
35172026-08-29T04:25:52.893Z Compiling russh v0.62.4
35182026-08-29T04:25:53.273Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35192026-08-29T04:25:53.386Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35202026-08-29T04:25:54.368Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35212026-08-29T04:25:54.368Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35222026-08-29T04:25:57.049Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35232026-08-29T04:25:57.731Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35242026-08-29T04:25:58.227Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35252026-08-29T04:25:59.545Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35262026-08-29T04:25:59.665Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35272026-08-29T04:26:08.677Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35282026-08-29T04:26:08.677Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35292026-08-29T04:26:08.681Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35302026-08-29T04:26:08.681Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35312026-08-29T04:26:08.681Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35322026-08-29T04:26:10.495Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35332026-08-29T04:26:10.566Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35342026-08-29T04:26:14.764Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35352026-08-29T04:26:55.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35362026-08-29T04:26:55.870Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35372026-08-29T04:26:55.871Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35382026-08-29T04:26:56.095Z
35392026-08-29T04:26:56.095Zreal 1:30.077312497
35402026-08-29T04:26:56.095Zuser 8:28.882851035
35412026-08-29T04:26:56.095Zsys 1:40.506178601
35422026-08-29T04:26:56.095Ztrap 0.247220172
35432026-08-29T04:26:56.095Ztflt 0.381118500
35442026-08-29T04:26:56.095Zdflt 1.892511888
35452026-08-29T04:26:56.098Zkflt 0.000239310
35462026-08-29T04:26:56.098Zlock 31:12.716468110
35472026-08-29T04:26:56.098Zslp 19:01.997802178
35482026-08-29T04:26:56.098Zlat 38.820573181
35492026-08-29T04:26:56.098Zstop 3:02.140198433
35502026-08-29T04:26:56.098Z+ mkdir tests
35512026-08-29T04:26:56.101Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35522026-08-29T04:26:56.101Z+ xargs -I '{}' -t cp '{}' tests/
35532026-08-29T04:26:56.123Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/
35542026-08-29T04:26:56.159Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/
35552026-08-29T04:26:56.186Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/
35562026-08-29T04:26:56.218Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/
35572026-08-29T04:26:56.616Z+ 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/* tools/opte_version tools/opte_version_override)
35582026-08-29T04:26:56.619Z+ 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-0144be0f1f486767 tests/commtest-967955464f559dda tests/dhcp_server-26dd07e52df3a016 tests/end_to_end_tests-8d60c10a3fab2411 tools/opte_version tools/opte_version_override 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
35592026-08-29T04:28:26.651ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35602026-08-29T04:28:26.651Za .github/buildomat/ci-env.sh 1K
35612026-08-29T04:28:26.651Za out/target/test 1K
35622026-08-29T04:28:26.651Za out/npuzone/npuzone 27402K
35632026-08-29T04:28:26.651Za package-manifest.toml 35K
35642026-08-29T04:28:26.651Za smf/sled-agent/non-gimlet/config.toml 6K
35652026-08-29T04:28:26.651Za target/release/omicron-package 49543K
35662026-08-29T04:28:26.651Za target/release/xtask 11727K
35672026-08-29T04:28:26.651Za target/debug/bootstrap 439412K
35682026-08-29T04:28:26.651Za tests/bootstrap-0144be0f1f486767 34430K
35692026-08-29T04:28:26.653Za tests/commtest-967955464f559dda 34431K
35702026-08-29T04:28:26.653Za tests/dhcp_server-26dd07e52df3a016 34431K
35712026-08-29T04:28:26.653Za tests/end_to_end_tests-8d60c10a3fab2411 502967K
35722026-08-29T04:28:26.653Za tools/opte_version 1K
35732026-08-29T04:28:26.653Za tools/opte_version_override 2K
35742026-08-29T04:28:26.653Za out/clickhouse.tar.gz 331095K
35752026-08-29T04:28:26.653Za out/clickhouse_keeper.tar.gz 315082K
35762026-08-29T04:28:26.653Za out/clickhouse_server.tar.gz 331092K
35772026-08-29T04:28:26.653Za out/cockroachdb.tar.gz 170296K
35782026-08-29T04:28:26.653Za out/crucible-pantry-zone.tar.gz 41927K
35792026-08-29T04:28:26.653Za out/crucible-utils.tar 18900K
35802026-08-29T04:28:26.653Za out/crucible-zone.tar.gz 56740K
35812026-08-29T04:28:26.653Za out/external-dns.tar.gz 46830K
35822026-08-29T04:28:26.653Za out/internal-dns.tar.gz 46829K
35832026-08-29T04:28:26.653Za out/mg-ddm-gz.tar 100917K
35842026-08-29T04:28:26.653Za out/nexus.tar.gz 365287K
35852026-08-29T04:28:26.653Za out/ntp.tar.gz 35293K
35862026-08-29T04:28:26.653Za out/omicron-gateway-softnpu.tar.gz 29489K
35872026-08-29T04:28:26.653Za out/omicron-sled-agent.tar 244399K
35882026-08-29T04:28:26.653Za out/overlay.tar.gz 4K
35892026-08-29T04:28:26.653Za out/oximeter.tar.gz 73723K
35902026-08-29T04:28:26.653Za out/oxlog.tar 4088K
35912026-08-29T04:28:26.654Za out/probe.tar.gz 3037K
35922026-08-29T04:28:26.654Za out/propolis-server.tar.gz 34642K
35932026-08-29T04:28:26.654Za out/pumpkind-gz.tar 26647K
35942026-08-29T04:28:26.654Za out/switch-softnpu.tar.gz 507042K
35952026-08-29T04:28:26.657Z
35962026-08-29T04:28:26.657Zreal 1:30.031664316
35972026-08-29T04:28:26.658Zuser 1:26.967240116
35982026-08-29T04:28:26.658Zsys 5.062912628
35992026-08-29T04:28:26.658Ztrap 0.007481868
36002026-08-29T04:28:26.658Ztflt 0.000000000
36012026-08-29T04:28:26.658Zdflt 0.000000000
36022026-08-29T04:28:26.658Zkflt 0.000000000
36032026-08-29T04:28:26.658Zlock 0.000000000
36042026-08-29T04:28:26.658Zslp 1:26.876811512
36052026-08-29T04:28:26.658Zlat 1.144353215
36062026-08-29T04:28:26.658Zstop 0.000145260
36072026-08-29T04:28:26.658Zprocess exited: duration 1134274 ms, exit code 0
 
36082026-08-29T04:28:26.672Zfound 1 output files
36092026-08-29T04:28:26.672Zuploading: /work/package.tar.gz (2783373670 bytes)
36102026-08-29T04:28:59.671Zuploaded: /work/package.tar.gz