01M0VX1GRVHPK4MB651TQX0TK5: 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: 01M0VX2MG0N6FXFJVBSMTRRN31

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:31.634Zjob assigned to worker 01M0VX2M3CZWC765B79RWTBRQY [factory aws, i-0a57dc2cc891a26cc] (queued for 51 s)
 
22026-08-25T07:28:38.285Zstarting task 0: "setup"
32026-08-25T07:28:38.292Z++ uname -s
42026-08-25T07:28:38.296Z+ kern=SunOS
52026-08-25T07:28:38.296Z+ build_user=build
62026-08-25T07:28:38.296Z+ build_uid=12345
72026-08-25T07:28:38.296Z+ work_dir=/work
82026-08-25T07:28:38.296Z+ input_dir=/input
92026-08-25T07:28:38.296Z+ [[ 0 == 12345 ]]
102026-08-25T07:28:38.296Z+ case "$kern" in
112026-08-25T07:28:38.296Z+ groupadd -g 12345 build
122026-08-25T07:28:38.307Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:28:40.316Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:28:40.400Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:28:40.403Z+ home_fs=zfs
162026-08-25T07:28:40.403Z+ [[ zfs == autofs ]]
172026-08-25T07:28:40.403Z+ mkdir -p /home/build
182026-08-25T07:28:40.403Z+ chown build:build /home/build /work
192026-08-25T07:28:42.405Z+ chmod 0700 /home/build /work
202026-08-25T07:28:42.410Zprocess exited: duration 4122 ms, exit code 0
 
212026-08-25T07:28:42.417Zstarting task 1: "rust-toolchain"
222026-08-25T07:28:42.421Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T07:28:42.421Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T07:28:42.421Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T07:28:42.421Z * rust toolchain channel = "1.97.1"
262026-08-25T07:28:42.421Z * rust toolchain profile = "default"
272026-08-25T07:28:42.421Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:28:42.424Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:28:42.424Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:28:42.532Zinfo: downloading installer
312026-08-25T07:28:43.887Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:28:43.887Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:28:43.887Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:28:43.887Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:28:43.898Zinfo: profile set to default
362026-08-25T07:28:43.898Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:28:43.901Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:28:44.027Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:28:44.030Zinfo: downloading 6 components
402026-08-25T07:28:57.398Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T07:28:57.398Z
422026-08-25T07:28:57.427Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:28:57.427Z
442026-08-25T07:28:57.427Z
452026-08-25T07:28:57.427ZRust is installed now. Great!
462026-08-25T07:28:57.427Z
472026-08-25T07:28:57.427ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:28:57.427Zenvironment variable. This has not been done automatically.
492026-08-25T07:28:57.427Z
502026-08-25T07:28:57.427ZTo configure your current shell, you need to source
512026-08-25T07:28:57.430Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:28:57.431Z
532026-08-25T07:28:57.431ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:28:57.431Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:28:57.431Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:28:57.431Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:28:57.431Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:28:57.431Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:28:57.431Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:28:57.431Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:28:57.431Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:28:57.531Z+ rustup --version
632026-08-25T07:28:57.539Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:28:57.546Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:28:57.560Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:28:57.568Z+ cargo --version
672026-08-25T07:28:57.572Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:28:57.572Z+ rustc --version
692026-08-25T07:28:57.593Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:28:57.600Zprocess exited: duration 15175 ms, exit code 0
 
712026-08-25T07:28:57.612Zstarting task 2: "authentication"
722026-08-25T07:28:57.632Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T07:28:57.645Zstarting task 3: "clone repository"
742026-08-25T07:28:57.653Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T07:28:57.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T07:28:57.687ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T07:29:11.068Z+ cd /work/oxidecomputer/omicron
782026-08-25T07:29:11.068Z+ git fetch origin 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
792026-08-25T07:29:12.526ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T07:29:12.526Z * branch 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e -> FETCH_HEAD
812026-08-25T07:29:12.558Z+ [[ -n multicast-e2e ]]
822026-08-25T07:29:12.558Z++ git branch --show-current
832026-08-25T07:29:12.558Z+ current=main
842026-08-25T07:29:12.559Z+ [[ main != multicast-e2e ]]
852026-08-25T07:29:12.559Z+ git branch -f multicast-e2e 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
862026-08-25T07:29:12.559Z+ git checkout -f multicast-e2e
872026-08-25T07:29:12.559ZSwitched to branch 'multicast-e2e'
882026-08-25T07:29:12.559Z+ git reset --hard 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
892026-08-25T07:29:12.559ZHEAD is now at 8d0eb63da [merge] merge main
902026-08-25T07:29:12.559Zprocess exited: duration 14280 ms, exit code 0
 
912026-08-25T07:29:12.626Zstarting task 4: "build"
922026-08-25T07:29:12.657Z+ source .github/buildomat/ci-env.sh
932026-08-25T07:29:12.657Z++ export CARGO_TERM_COLOR=always
942026-08-25T07:29:12.657Z++ CARGO_TERM_COLOR=always
952026-08-25T07:29:12.657Z+++ uname -s
962026-08-25T07:29:12.657Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T07:29:12.657Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T07:29:12.670Z+ cargo --version
992026-08-25T07:29:12.670Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T07:29:12.670Z+ rustc --version
1012026-08-25T07:29:12.676Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T07:29:12.676Z+ WORK=/work
1032026-08-25T07:29:12.676Z+ pfexec mkdir -p /work
1042026-08-25T07:29:12.676Z+ pfexec chown build /work
1052026-08-25T07:29:12.676Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-25T07:29:14.641Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-25T07:29:15.030Z Startup: Caching catalogs ... Done
1082026-08-25T07:29:17.240ZPlanning: Solver setup ... Done (2.075s)
1092026-08-25T07:29:17.293ZPlanning: Running solver ... Done (0.061s)
1102026-08-25T07:29:17.336ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-25T07:29:17.380ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-25T07:29:17.386ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-25T07:29:17.387ZPlanning: Package planning ... Done (0.014s)
1142026-08-25T07:29:17.387ZPlanning: Merging actions ... Done (0.001s)
1152026-08-25T07:29:17.620ZPlanning: Checking for conflicting actions ... Done (0.218s)
1162026-08-25T07:29:17.627ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-25T07:29:18.386ZPlanning: Evaluating mediators ... Done (0.785s)
1182026-08-25T07:29:18.397ZPlanning: Planning completed in 3.32 seconds
1192026-08-25T07:29:18.397Z Packages to install: 2
1202026-08-25T07:29:18.397Z Estimated space available: 156.01 GB
1212026-08-25T07:29:18.397ZEstimated space to be consumed: 80.56 MB
1222026-08-25T07:29:18.397Z Create boot environment: No
1232026-08-25T07:29:18.397ZCreate backup boot environment: No
1242026-08-25T07:29:18.397Z Rebuild boot archive: No
1252026-08-25T07:29:18.397Z
1262026-08-25T07:29:18.397ZChanged packages:
1272026-08-25T07:29:18.397Zhelios
1282026-08-25T07:29:18.397Z developer/build-essential
1292026-08-25T07:29:18.397Z None -> 11-3.0
1302026-08-25T07:29:18.397Z library/libxmlsec1
1312026-08-25T07:29:18.397Z None -> 1.2.35-3.0
1322026-08-25T07:29:18.420Z
1332026-08-25T07:29:18.420ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-25T07:29:18.485ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1352026-08-25T07:29:18.565Z Actions: 1/268 actions (Installing new actions)
1362026-08-25T07:29:18.607Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-25T07:29:18.638ZFinalize: Updating package state database ... Done (0.036s)
1382026-08-25T07:29:18.638ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T07:29:18.720ZFinalize: Updating image state ... Done (0.086s)
1402026-08-25T07:29:21.362ZFinalize: Creating fast lookup database ... Done (2.579s)
1412026-08-25T07:29:21.420ZFinalize: Reading search index ... Done (0.012s)
1422026-08-25T07:29:21.431ZFinalize: Updating search index ... Done (0.000s)
1432026-08-25T07:29:21.555ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-25T07:29:21.906ZPlanning: Evaluating mediator changes ... Done
1452026-08-25T07:29:22.007ZPlanning: Checking for conflicting actions ... Done
1462026-08-25T07:29:22.015ZPlanning: Consolidating action changes ... Done
1472026-08-25T07:29:22.167ZPlanning: Evaluating mediators ... Done
1482026-08-25T07:29:22.174ZPlanning: Planning completed in 0.26 seconds
1492026-08-25T07:29:22.189Z Mediators to change: 2
1502026-08-25T07:29:22.189Z Create boot environment: No
1512026-08-25T07:29:22.189ZCreate backup boot environment: No
1522026-08-25T07:29:22.269ZFinalize: Updating package state database ... Done
1532026-08-25T07:29:22.269ZFinalize: Updating package cache ... Done
1542026-08-25T07:29:22.327ZFinalize: Updating image state ... Done
1552026-08-25T07:29:24.276ZFinalize: Creating fast lookup database ... Done
1562026-08-25T07:29:24.334ZFinalize: Reading search index ... Done
1572026-08-25T07:29:24.340ZFinalize: Updating search index ... Done
1582026-08-25T07:29:24.395ZFinalize: Updating package cache ... Done
1592026-08-25T07:29:24.715ZPlanning: Evaluating mediator changes ... Done
1602026-08-25T07:29:24.782ZPlanning: Checking for conflicting actions ... Done
1612026-08-25T07:29:24.788ZPlanning: Consolidating action changes ... Done
1622026-08-25T07:29:24.940ZPlanning: Evaluating mediators ... Done
1632026-08-25T07:29:24.943ZPlanning: Planning completed in 0.26 seconds
1642026-08-25T07:29:24.963Z Mediators to change: 1
1652026-08-25T07:29:24.963Z Create boot environment: No
1662026-08-25T07:29:24.963ZCreate backup boot environment: No
1672026-08-25T07:29:25.009ZFinalize: Updating package state database ... Done
1682026-08-25T07:29:25.009ZFinalize: Updating package cache ... Done
1692026-08-25T07:29:25.067ZFinalize: Updating image state ... Done
1702026-08-25T07:29:27.026ZFinalize: Creating fast lookup database ... Done
1712026-08-25T07:29:27.085ZFinalize: Reading search index ... Done
1722026-08-25T07:29:27.090ZFinalize: Updating search index ... Done
1732026-08-25T07:29:27.156ZFinalize: Updating package cache ... Done
1742026-08-25T07:29:27.466ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-25T07:29:27.466Zapache system 2.4 system
1762026-08-25T07:29:27.466Zclang system 15 system
1772026-08-25T07:29:27.466Zcsh system system illumos
1782026-08-25T07:29:27.466Zctags system system illumos
1792026-08-25T07:29:27.466Zfile vendor vendor darwinsys
1802026-08-25T07:29:27.466Zfile system system illumos
1812026-08-25T07:29:27.466Zgcc vendor 14 vendor
1822026-08-25T07:29:27.466Zgcc system 13 system
1832026-08-25T07:29:27.466Zgcc system 10 system
1842026-08-25T07:29:27.466Zgo system 1.25 system
1852026-08-25T07:29:27.466Zllvm system 15 system
1862026-08-25T07:29:27.466Zmariadb system 11.4 system
1872026-08-25T07:29:27.466Zmta vendor vendor dma
1882026-08-25T07:29:27.466Zopenjdk system 17 system
1892026-08-25T07:29:27.466Zopenjdk system 11 system
1902026-08-25T07:29:27.466Zopenssl vendor 3 vendor
1912026-08-25T07:29:27.466Zperl system 5.40 system
1922026-08-25T07:29:27.466Zpostgresql system 18 system
1932026-08-25T07:29:27.466Zpostgresql system 17 system
1942026-08-25T07:29:27.466Zpython vendor 3 vendor
1952026-08-25T07:29:27.466Zpython system 2 system
1962026-08-25T07:29:27.466Zpython3 vendor 3.13 vendor
1972026-08-25T07:29:27.467Zruby system 3.4 system
1982026-08-25T07:29:27.467Zruby system 3.0 system
1992026-08-25T07:29:27.467Zwords vendor vendor american-english
2002026-08-25T07:29:27.467Zwords system system australian-english
2012026-08-25T07:29:27.467Zwords system system british-english
2022026-08-25T07:29:27.467Zwords system system canadian-english
2032026-08-25T07:29:27.467Zwords system system french
2042026-08-25T07:29:27.467Zwords system system italian
2052026-08-25T07:29:27.467Zwords system system ngerman
2062026-08-25T07:29:27.467Zwords system system ogerman
2072026-08-25T07:29:27.467Zwords system system spanish
2082026-08-25T07:29:27.799ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-25T07:29:27.799Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-25T07:29:28.207ZFMRI IFO
2112026-08-25T07:29:28.207Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-25T07:29:28.207Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-25T07:29:28.207Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-25T07:29:28.207Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-25T07:29:28.207Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-25T07:29:28.207Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-25T07:29:28.207Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-25T07:29:28.207Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-25T07:29:28.207Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-25T07:29:28.543Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-25T07:29:28.872Z Updating crates.io index
2222026-08-25T07:29:28.889Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-25T07:29:29.132Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-25T07:29:29.548Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-25T07:29:30.517Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-25T07:29:31.119Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-25T07:29:34.100Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-25T07:29:34.952Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-25T07:29:35.284Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-25T07:29:35.658Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-25T07:29:37.062Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-25T07:29:37.660Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-25T07:29:38.123Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-25T07:29:38.398Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-25T07:29:38.655Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-25T07:29:38.929Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-25T07:29:39.234Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-25T07:29:39.529Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-25T07:29:39.873Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-25T07:29:40.346Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-25T07:29:40.731Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2422026-08-25T07:29:41.029Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-25T07:29:41.635Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-25T07:29:41.935Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-25T07:29:42.448Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-25T07:29:42.777Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-25T07:29:43.371Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-25T07:29:43.792Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-25T07:29:44.070Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T07:29:44.579Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-25T07:29:44.934Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-25T07:29:45.193Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-25T07:29:45.528Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-25T07:29:45.932Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-25T07:29:46.486Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-25T07:29:47.037Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-25T07:29:47.308Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-25T07:29:47.636Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-25T07:29:47.975Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-25T07:29:48.262Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-25T07:29:48.554Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-25T07:29:48.876Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-25T07:29:49.143Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-25T07:29:49.420Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-25T07:29:52.034Z Downloading crates ...
2662026-08-25T07:29:52.078Z Downloaded anstream v1.0.0
2672026-08-25T07:29:52.082Z Downloaded fastrand v2.3.0
2682026-08-25T07:29:52.090Z Downloaded colorchoice v1.0.4
2692026-08-25T07:29:52.093Z Downloaded crypto-common v0.1.7
2702026-08-25T07:29:52.093Z Downloaded itoa v1.0.17
2712026-08-25T07:29:52.098Z Downloaded errno v0.3.14
2722026-08-25T07:29:52.101Z Downloaded fnv v1.0.7
2732026-08-25T07:29:52.101Z Downloaded is_terminal_polyfill v1.70.2
2742026-08-25T07:29:52.101Z Downloaded cargo-platform v0.3.2
2752026-08-25T07:29:52.105Z Downloaded zmij v1.0.21
2762026-08-25T07:29:52.105Z Downloaded anstyle-query v1.1.5
2772026-08-25T07:29:52.105Z Downloaded cfg-if v1.0.4
2782026-08-25T07:29:52.109Z Downloaded dof v0.3.0
2792026-08-25T07:29:52.109Z Downloaded heck v0.4.1
2802026-08-25T07:29:52.109Z Downloaded memmap v0.7.0
2812026-08-25T07:29:52.113Z Downloaded cpufeatures v0.2.17
2822026-08-25T07:29:52.113Z Downloaded clap_lex v1.0.0
2832026-08-25T07:29:52.113Z Downloaded equivalent v1.0.2
2842026-08-25T07:29:52.113Z Downloaded generic-array v0.14.7
2852026-08-25T07:29:52.116Z Downloaded dtrace-parser v0.2.0
2862026-08-25T07:29:52.117Z Downloaded zerocopy-derive v0.7.35
2872026-08-25T07:29:52.122Z Downloaded winnow v0.7.14
2882026-08-25T07:29:52.127Z Downloaded macaddr v1.0.1
2892026-08-25T07:29:52.135Z Downloaded block-buffer v0.10.4
2902026-08-25T07:29:52.135Z Downloaded heck v0.5.0
2912026-08-25T07:29:52.135Z Downloaded memchr v2.8.0
2922026-08-25T07:29:52.141Z Downloaded proc-macro-error-attr v1.0.4
2932026-08-25T07:29:52.141Z Downloaded version_check v0.9.5
2942026-08-25T07:29:52.146Z Downloaded usdt-attr-macro v0.5.0
2952026-08-25T07:29:52.152Z Downloaded serde_spanned v0.6.9
2962026-08-25T07:29:52.152Z Downloaded unicode-linebreak v0.1.5
2972026-08-25T07:29:52.152Z Downloaded smawk v0.3.2
2982026-08-25T07:29:52.156Z Downloaded tabled_derive v0.7.0
2992026-08-25T07:29:52.157Z Downloaded toml_datetime v0.6.11
3002026-08-25T07:29:52.157Z Downloaded plain v0.2.3
3012026-08-25T07:29:52.157Z Downloaded swrite v0.1.0
3022026-08-25T07:29:52.162Z Downloaded pretty-hex v0.4.1
3032026-08-25T07:29:52.162Z Downloaded digest v0.10.7
3042026-08-25T07:29:52.165Z Downloaded anstyle v1.0.14
3052026-08-25T07:29:52.165Z Downloaded anstyle-parse v1.0.0
3062026-08-25T07:29:52.165Z Downloaded bytecount v0.6.9
3072026-08-25T07:29:52.165Z Downloaded cargo_metadata v0.23.1
3082026-08-25T07:29:52.165Z Downloaded byteorder v1.5.0
3092026-08-25T07:29:52.170Z Downloaded cargo_toml v0.21.0
3102026-08-25T07:29:52.173Z Downloaded fs-err v3.3.0
3112026-08-25T07:29:52.173Z Downloaded scroll_derive v0.12.1
3122026-08-25T07:29:52.177Z Downloaded terminal_size v0.4.3
3132026-08-25T07:29:52.177Z Downloaded usdt-macro v0.5.0
3142026-08-25T07:29:52.182Z Downloaded usdt v0.5.0
3152026-08-25T07:29:52.190Z Downloaded bitflags v2.11.0
3162026-08-25T07:29:52.198Z Downloaded anyhow v1.0.104
3172026-08-25T07:29:52.202Z Downloaded sha2 v0.10.9
3182026-08-25T07:29:52.202Z Downloaded thiserror-impl v2.0.18
3192026-08-25T07:29:52.206Z Downloaded thiserror v1.0.69
3202026-08-25T07:29:52.212Z Downloaded utf8parse v0.2.2
3212026-08-25T07:29:52.215Z Downloaded strsim v0.11.1
3222026-08-25T07:29:52.217Z Downloaded thiserror-impl v1.0.69
3232026-08-25T07:29:52.217Z Downloaded once_cell v1.21.3
3242026-08-25T07:29:52.221Z Downloaded quote v1.0.45
3252026-08-25T07:29:52.221Z Downloaded camino-tempfile v1.4.1
3262026-08-25T07:29:52.225Z Downloaded clap_derive v4.6.1
3272026-08-25T07:29:52.229Z Downloaded autocfg v1.5.0
3282026-08-25T07:29:52.229Z Downloaded proc-macro-error v1.0.4
3292026-08-25T07:29:52.229Z Downloaded toml_write v0.1.2
3302026-08-25T07:29:52.232Z Downloaded scroll v0.12.0
3312026-08-25T07:29:52.232Z Downloaded thread-id v4.2.2
3322026-08-25T07:29:52.241Z Downloaded camino v1.2.5
3332026-08-25T07:29:52.246Z Downloaded usdt-impl v0.5.0
3342026-08-25T07:29:52.246Z Downloaded pest_generator v2.8.6
3352026-08-25T07:29:52.246Z Downloaded serde_tokenstream v0.2.3
3362026-08-25T07:29:52.250Z Downloaded thiserror v2.0.18
3372026-08-25T07:29:52.253Z Downloaded ucd-trie v0.1.7
3382026-08-25T07:29:52.257Z Downloaded toml v0.8.23
3392026-08-25T07:29:52.261Z Downloaded papergrid v0.11.0
3402026-08-25T07:29:52.265Z Downloaded clap v4.6.1
3412026-08-25T07:29:52.270Z Downloaded tempfile v3.27.0
3422026-08-25T07:29:52.274Z Downloaded semver v1.0.28
3432026-08-25T07:29:52.278Z Downloaded getrandom v0.4.3
3442026-08-25T07:29:52.282Z Downloaded proc-macro2 v1.0.106
3452026-08-25T07:29:52.285Z Downloaded serde_derive v1.0.229
3462026-08-25T07:29:52.285Z Downloaded textwrap v0.16.2
3472026-08-25T07:29:52.285Z Downloaded log v0.4.33
3482026-08-25T07:29:52.294Z Downloaded unicode-ident v1.0.24
3492026-08-25T07:29:52.299Z Downloaded pest_meta v2.8.6
3502026-08-25T07:29:52.302Z Downloaded pest_derive v2.8.6
3512026-08-25T07:29:52.307Z Downloaded serde_core v1.0.229
3522026-08-25T07:29:52.335Z Downloaded toml_edit v0.22.27
3532026-08-25T07:29:52.341Z Downloaded serde v1.0.229
3542026-08-25T07:29:52.351Z Downloaded typenum v1.20.1
3552026-08-25T07:29:52.355Z Downloaded indexmap v2.14.0
3562026-08-25T07:29:52.366Z Downloaded hashbrown v0.17.0
3572026-08-25T07:29:52.371Z Downloaded pest v2.8.6
3582026-08-25T07:29:52.387Z Downloaded serde_json v1.0.151
3592026-08-25T07:29:52.390Z Downloaded clap_builder v4.6.0
3602026-08-25T07:29:52.394Z Downloaded zerocopy v0.7.35
3612026-08-25T07:29:52.415Z Downloaded goblin v0.8.2
3622026-08-25T07:29:52.418Z Downloaded tabled v0.15.0
3632026-08-25T07:29:52.441Z Downloaded syn v1.0.109
3642026-08-25T07:29:52.450Z Downloaded unicode-width v0.1.14
3652026-08-25T07:29:52.454Z Downloaded unicode-width v0.2.0
3662026-08-25T07:29:52.458Z Downloaded syn v2.0.117
3672026-08-25T07:29:52.463Z Downloaded syn v3.0.3
3682026-08-25T07:29:52.469Z Downloaded rustix v1.1.4
3692026-08-25T07:29:52.495Z Downloaded libc v0.2.185
3702026-08-25T07:29:52.558Z Compiling proc-macro2 v1.0.106
3712026-08-25T07:29:52.558Z Compiling quote v1.0.45
3722026-08-25T07:29:52.558Z Compiling unicode-ident v1.0.24
3732026-08-25T07:29:52.563Z Compiling serde_core v1.0.229
3742026-08-25T07:29:52.564Z Compiling libc v0.2.185
3752026-08-25T07:29:52.564Z Compiling version_check v0.9.5
3762026-08-25T07:29:52.564Z Compiling memchr v2.8.0
3772026-08-25T07:29:52.564Z Compiling serde v1.0.229
3782026-08-25T07:29:52.564Z Compiling zmij v1.0.21
3792026-08-25T07:29:52.732Z Compiling itoa v1.0.17
3802026-08-25T07:29:52.736Z Compiling ucd-trie v0.1.7
3812026-08-25T07:29:52.747Z Compiling thiserror v1.0.69
3822026-08-25T07:29:52.752Z Compiling byteorder v1.5.0
3832026-08-25T07:29:52.752Z Compiling rustix v1.1.4
3842026-08-25T07:29:52.967Z Compiling serde_json v1.0.151
3852026-08-25T07:29:52.970Z Compiling bitflags v2.11.0
3862026-08-25T07:29:53.156Z Compiling pest v2.8.6
3872026-08-25T07:29:53.211Z Compiling proc-macro-error-attr v1.0.4
3882026-08-25T07:29:53.294Z Compiling usdt-impl v0.5.0
3892026-08-25T07:29:53.403Z Compiling syn v1.0.109
3902026-08-25T07:29:53.409Z Compiling camino v1.2.5
3912026-08-25T07:29:53.459Z Compiling proc-macro-error v1.0.4
3922026-08-25T07:29:53.474Z Compiling hashbrown v0.17.0
3932026-08-25T07:29:53.490Z Compiling log v0.4.33
3942026-08-25T07:29:53.506Z Compiling equivalent v1.0.2
3952026-08-25T07:29:53.555Z Compiling utf8parse v0.2.2
3962026-08-25T07:29:53.575Z Compiling getrandom v0.4.3
3972026-08-25T07:29:53.590Z Compiling plain v0.2.3
3982026-08-25T07:29:53.662Z Compiling anstyle-parse v1.0.0
3992026-08-25T07:29:53.733Z Compiling thiserror v2.0.18
4002026-08-25T07:29:53.768Z Compiling is_terminal_polyfill v1.70.2
4012026-08-25T07:29:53.773Z Compiling anstyle-query v1.1.5
4022026-08-25T07:29:53.820Z Compiling toml_write v0.1.2
4032026-08-25T07:29:53.862Z Compiling anstyle v1.0.14
4042026-08-25T07:29:53.879Z Compiling cfg-if v1.0.4
4052026-08-25T07:29:53.899Z Compiling colorchoice v1.0.4
4062026-08-25T07:29:53.933Z Compiling autocfg v1.5.0
4072026-08-25T07:29:53.945Z Compiling pretty-hex v0.4.1
4082026-08-25T07:29:53.945Z Compiling winnow v0.7.14
4092026-08-25T07:29:53.986Z Compiling unicode-width v0.1.14
4102026-08-25T07:29:54.043Z Compiling errno v0.3.14
4112026-08-25T07:29:54.063Z Compiling thread-id v4.2.2
4122026-08-25T07:29:54.078Z Compiling indexmap v2.14.0
4132026-08-25T07:29:54.114Z Compiling anstream v1.0.0
4142026-08-25T07:29:54.119Z Compiling fnv v1.0.7
4152026-08-25T07:29:54.134Z Compiling anyhow v1.0.104
4162026-08-25T07:29:54.218Z Compiling clap_lex v1.0.0
4172026-08-25T07:29:54.271Z Compiling syn v2.0.117
4182026-08-25T07:29:54.294Z Compiling syn v3.0.3
4192026-08-25T07:29:54.314Z Compiling pest_meta v2.8.6
4202026-08-25T07:29:54.369Z Compiling fs-err v3.3.0
4212026-08-25T07:29:54.392Z Compiling heck v0.4.1
4222026-08-25T07:29:54.463Z Compiling fastrand v2.3.0
4232026-08-25T07:29:54.480Z Compiling heck v0.5.0
4242026-08-25T07:29:54.501Z Compiling strsim v0.11.1
4252026-08-25T07:29:54.519Z Compiling bytecount v0.6.9
4262026-08-25T07:29:54.570Z Compiling once_cell v1.21.3
4272026-08-25T07:29:54.632Z Compiling papergrid v0.11.0
4282026-08-25T07:29:54.731Z Compiling memmap v0.7.0
4292026-08-25T07:29:54.747Z Compiling unicode-linebreak v0.1.5
4302026-08-25T07:29:54.755Z Compiling smawk v0.3.2
4312026-08-25T07:29:54.783Z Compiling unicode-width v0.2.0
4322026-08-25T07:29:54.861Z Compiling swrite v0.1.0
4332026-08-25T07:29:55.053Z Compiling terminal_size v0.4.3
4342026-08-25T07:29:55.076Z Compiling tempfile v3.27.0
4352026-08-25T07:29:55.155Z Compiling cargo-platform v0.3.2
4362026-08-25T07:29:55.208Z Compiling clap_builder v4.6.0
4372026-08-25T07:29:55.224Z Compiling semver v1.0.28
4382026-08-25T07:29:55.269Z Compiling textwrap v0.16.2
4392026-08-25T07:29:55.311Z Compiling camino-tempfile v1.4.1
4402026-08-25T07:29:55.851Z Compiling tabled_derive v0.7.0
4412026-08-25T07:29:55.873Z Compiling serde_derive v1.0.229
4422026-08-25T07:29:56.401Z Compiling pest_generator v2.8.6
4432026-08-25T07:29:56.512Z Compiling tabled v0.15.0
4442026-08-25T07:29:56.894Z Compiling thiserror-impl v1.0.69
4452026-08-25T07:29:56.898Z Compiling zerocopy-derive v0.7.35
4462026-08-25T07:29:56.898Z Compiling scroll_derive v0.12.1
4472026-08-25T07:29:56.898Z Compiling thiserror-impl v2.0.18
4482026-08-25T07:29:56.898Z Compiling clap_derive v4.6.1
4492026-08-25T07:29:56.978Z Compiling pest_derive v2.8.6
4502026-08-25T07:29:57.592Z Compiling scroll v0.12.0
4512026-08-25T07:29:57.615Z Compiling zerocopy v0.7.35
4522026-08-25T07:29:57.812Z Compiling goblin v0.8.2
4532026-08-25T07:29:58.062Z Compiling dtrace-parser v0.2.0
4542026-08-25T07:29:58.245Z Compiling clap v4.6.1
4552026-08-25T07:29:58.261Z Compiling dof v0.3.0
4562026-08-25T07:29:58.272Z Compiling serde_tokenstream v0.2.3
4572026-08-25T07:29:58.287Z Compiling toml_datetime v0.6.11
4582026-08-25T07:29:58.287Z Compiling serde_spanned v0.6.9
4592026-08-25T07:29:58.287Z Compiling cargo_metadata v0.23.1
4602026-08-25T07:29:58.287Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4612026-08-25T07:29:58.287Z Compiling macaddr v1.0.1
4622026-08-25T07:29:58.533Z Compiling toml_edit v0.22.27
4632026-08-25T07:29:58.919Z Compiling usdt-attr-macro v0.5.0
4642026-08-25T07:29:58.919Z Compiling usdt-macro v0.5.0
4652026-08-25T07:29:59.761Z Compiling toml v0.8.23
4662026-08-25T07:30:00.162Z Compiling cargo_toml v0.21.0
4672026-08-25T07:30:00.440Z Compiling usdt v0.5.0
4682026-08-25T07:30:01.415Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692026-08-25T07:30:03.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s
4702026-08-25T07:30:03.656Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4712026-08-25T07:30:04.240Z Downloading crates ...
4722026-08-25T07:30:04.292Z Downloaded anstyle-parse v0.2.7
4732026-08-25T07:30:04.292Z Downloaded adler2 v2.0.1
4742026-08-25T07:30:04.292Z Downloaded bcrypt-pbkdf v0.11.0
4752026-08-25T07:30:04.292Z Downloaded atomicwrites v0.4.4
4762026-08-25T07:30:04.292Z Downloaded arrayref v0.3.9
4772026-08-25T07:30:04.292Z Downloaded async-recursion v1.1.1
4782026-08-25T07:30:04.292Z Downloaded aead v0.5.2
4792026-08-25T07:30:04.292Z Downloaded const-oid v0.10.2
4802026-08-25T07:30:04.292Z Downloaded atty v0.2.14
4812026-08-25T07:30:04.292Z Downloaded embedded-io v0.4.0
4822026-08-25T07:30:04.293Z Downloaded assert_matches v1.5.0
4832026-08-25T07:30:04.293Z Downloaded bit-set v0.8.0
4842026-08-25T07:30:04.293Z Downloaded embedded-io v0.6.1
4852026-08-25T07:30:04.293Z Downloaded flume v0.11.1
4862026-08-25T07:30:04.293Z Downloaded base16ct v1.0.0
4872026-08-25T07:30:04.293Z Downloaded fixedbitset v0.5.7
4882026-08-25T07:30:04.293Z Downloaded arc-swap v1.8.2
4892026-08-25T07:30:04.293Z Downloaded atomic-waker v1.1.2
4902026-08-25T07:30:04.293Z Downloaded hex-literal v1.1.0
4912026-08-25T07:30:04.293Z Downloaded castaway v0.2.4
4922026-08-25T07:30:04.293Z Downloaded env_filter v2.0.0
4932026-08-25T07:30:04.293Z Downloaded getrandom v0.3.4
4942026-08-25T07:30:04.294Z Downloaded array-init v0.0.4
4952026-08-25T07:30:04.294Z Downloaded base16ct v0.2.0
4962026-08-25T07:30:04.294Z Downloaded bitfield-struct v0.6.2
4972026-08-25T07:30:04.294Z Downloaded ena v0.14.4
4982026-08-25T07:30:04.294Z Downloaded bb8 v0.8.6
4992026-08-25T07:30:04.294Z Downloaded elliptic-curve v0.14.1
5002026-08-25T07:30:04.294Z Downloaded float-ord v0.3.2
5012026-08-25T07:30:04.295Z Downloaded http-range v0.1.5
5022026-08-25T07:30:04.295Z Downloaded foreign-types-macros v0.2.3
5032026-08-25T07:30:04.295Z Downloaded async-stream-impl v0.3.6
5042026-08-25T07:30:04.295Z Downloaded futures-macro v0.3.32
5052026-08-25T07:30:04.295Z Downloaded futures-sink v0.3.32
5062026-08-25T07:30:04.390Z Downloaded float-cmp v0.10.0
5072026-08-25T07:30:04.390Z Downloaded async-stream v0.3.6
5082026-08-25T07:30:04.390Z Downloaded funty v2.0.0
5092026-08-25T07:30:04.390Z Downloaded futures-core v0.3.32
5102026-08-25T07:30:04.391Z Downloaded bitfield-macros v0.19.4
5112026-08-25T07:30:04.391Z Downloaded fxhash v0.2.1
5122026-08-25T07:30:04.391Z Downloaded gethostname v0.5.0
5132026-08-25T07:30:04.391Z Downloaded foreign-types v0.3.2
5142026-08-25T07:30:04.391Z Downloaded fd-lock v4.0.4
5152026-08-25T07:30:04.391Z Downloaded ciborium-ll v0.2.2
5162026-08-25T07:30:04.391Z Downloaded foreign-types v0.5.0
5172026-08-25T07:30:04.391Z Downloaded git-stub v1.0.0
5182026-08-25T07:30:04.391Z Downloaded ascii-canvas v3.0.0
5192026-08-25T07:30:04.391Z Downloaded flagset v0.4.7
5202026-08-25T07:30:04.391Z Downloaded fs_extra v1.3.0
5212026-08-25T07:30:04.391Z Downloaded ghash v0.6.0
5222026-08-25T07:30:04.391Z Downloaded ciborium-io v0.2.2
5232026-08-25T07:30:04.391Z Downloaded find-msvc-tools v0.1.9
5242026-08-25T07:30:04.392Z Downloaded foldhash v0.2.0
5252026-08-25T07:30:04.392Z Downloaded futures-executor v0.3.32
5262026-08-25T07:30:04.392Z Downloaded block-padding v0.4.2
5272026-08-25T07:30:04.392Z Downloaded foreign-types-shared v0.1.1
5282026-08-25T07:30:04.392Z Downloaded foreign-types-shared v0.3.1
5292026-08-25T07:30:04.392Z Downloaded bcs v0.1.6
5302026-08-25T07:30:04.392Z Downloaded anstream v0.6.21
5312026-08-25T07:30:04.392Z Downloaded backoff v0.4.0
5322026-08-25T07:30:04.392Z Downloaded bit-vec v0.6.3
5332026-08-25T07:30:04.392Z Downloaded ar_archive_writer v0.5.1
5342026-08-25T07:30:04.392Z Downloaded bit-vec v0.8.0
5352026-08-25T07:30:04.392Z Downloaded cfg_aliases v0.1.1
5362026-08-25T07:30:04.392Z Downloaded form_urlencoded v1.2.2
5372026-08-25T07:30:04.392Z Downloaded futures-task v0.3.32
5382026-08-25T07:30:04.392Z Downloaded hostname v0.3.1
5392026-08-25T07:30:04.392Z Downloaded enum-as-inner v0.6.1
5402026-08-25T07:30:04.392Z Downloaded http-body v1.0.1
5412026-08-25T07:30:04.392Z Downloaded block-buffer v0.12.1
5422026-08-25T07:30:04.392Z Downloaded futures-io v0.3.32
5432026-08-25T07:30:04.393Z Downloaded hash32 v0.2.1
5442026-08-25T07:30:04.393Z Downloaded backtrace-ext v0.2.1
5452026-08-25T07:30:04.393Z Downloaded compression-core v0.4.31
5462026-08-25T07:30:04.393Z Downloaded endian-type v0.1.2
5472026-08-25T07:30:04.393Z Downloaded httpdate v1.0.3
5482026-08-25T07:30:04.393Z Downloaded globwalk v0.9.1
5492026-08-25T07:30:04.393Z Downloaded headers-core v0.3.0
5502026-08-25T07:30:04.393Z Downloaded home v0.5.12
5512026-08-25T07:30:04.393Z Downloaded cfg_aliases v0.2.1
5522026-08-25T07:30:04.393Z Downloaded hubpack_derive v0.1.1
5532026-08-25T07:30:04.393Z Downloaded cobs v0.3.0
5542026-08-25T07:30:04.450Z Downloaded fixedbitset v0.4.2
5552026-08-25T07:30:04.450Z Downloaded foldhash v0.1.5
5562026-08-25T07:30:04.450Z Downloaded env_logger v0.11.11
5572026-08-25T07:30:04.450Z Downloaded filetime v0.2.27
5582026-08-25T07:30:04.450Z Downloaded hmac v0.12.1
5592026-08-25T07:30:04.450Z Downloaded erased-serde v0.3.31
5602026-08-25T07:30:04.450Z Downloaded newline-converter v0.3.0
5612026-08-25T07:30:04.450Z Downloaded nibble_vec v0.1.0
5622026-08-25T07:30:04.450Z Downloaded nodrop v0.1.14
5632026-08-25T07:30:04.450Z Downloaded nonempty v0.12.0
5642026-08-25T07:30:04.450Z Downloaded hash32 v0.3.1
5652026-08-25T07:30:04.450Z Downloaded hex v0.4.3
5662026-08-25T07:30:04.450Z Downloaded olpc-cjson v0.1.4
5672026-08-25T07:30:04.451Z Downloaded oso-derive v0.27.3
5682026-08-25T07:30:04.451Z Downloaded bit-set v0.5.3
5692026-08-25T07:30:04.451Z Downloaded bitfield v0.19.4
5702026-08-25T07:30:04.451Z Downloaded camino-tempfile-ext v0.3.3
5712026-08-25T07:30:04.451Z Downloaded arrayvec v0.7.6
5722026-08-25T07:30:04.451Z Downloaded base64ct v1.8.3
5732026-08-25T07:30:04.451Z Downloaded num_threads v0.1.7
5742026-08-25T07:30:04.451Z Downloaded aead v0.6.1
5752026-08-25T07:30:04.451Z Downloaded openssl-macros v0.1.1
5762026-08-25T07:30:04.451Z Downloaded predicates-core v1.0.10
5772026-08-25T07:30:04.451Z Downloaded predicates-tree v1.0.13
5782026-08-25T07:30:04.451Z Downloaded blowfish v0.10.0
5792026-08-25T07:30:04.451Z Downloaded bitflags v1.3.2
5802026-08-25T07:30:04.451Z Downloaded progenitor-macro v0.14.0
5812026-08-25T07:30:04.451Z Downloaded cmov v0.5.4
5822026-08-25T07:30:04.451Z Downloaded hostname v0.4.2
5832026-08-25T07:30:04.451Z Downloaded ff v0.14.0
5842026-08-25T07:30:04.451Z Downloaded fs-err v2.11.0
5852026-08-25T07:30:04.451Z Downloaded enum_dispatch v0.3.13
5862026-08-25T07:30:04.452Z Downloaded git-stub-vcs v0.1.0
5872026-08-25T07:30:04.452Z Downloaded bs58 v0.5.1
5882026-08-25T07:30:04.452Z Downloaded ff v0.13.1
5892026-08-25T07:30:04.452Z Downloaded group v0.14.0
5902026-08-25T07:30:04.452Z Downloaded async-trait v0.1.89
5912026-08-25T07:30:04.452Z Downloaded glob v0.3.3
5922026-08-25T07:30:04.452Z Downloaded globset v0.4.18
5932026-08-25T07:30:04.452Z Downloaded group v0.13.0
5942026-08-25T07:30:04.452Z Downloaded futures-channel v0.3.32
5952026-08-25T07:30:04.452Z Downloaded percent-encoding v2.3.2
5962026-08-25T07:30:04.452Z Downloaded rustc_version v0.4.1
5972026-08-25T07:30:04.452Z Downloaded potential_utf v0.1.4
5982026-08-25T07:30:04.452Z Downloaded rustc_version v0.1.7
5992026-08-25T07:30:04.452Z Downloaded radium v0.7.0
6002026-08-25T07:30:04.452Z Downloaded rand_xorshift v0.4.0
6012026-08-25T07:30:04.452Z Downloaded hubpack v0.1.2
6022026-08-25T07:30:04.452Z Downloaded cassowary v0.3.0
6032026-08-25T07:30:04.452Z Downloaded highway v1.3.0
6042026-08-25T07:30:04.452Z Downloaded chacha20 v0.9.1
6052026-08-25T07:30:04.453Z Downloaded cipher v0.4.4
6062026-08-25T07:30:04.453Z Downloaded cmake v0.1.57
6072026-08-25T07:30:04.453Z Downloaded compression-codecs v0.4.37
6082026-08-25T07:30:04.453Z Downloaded serde_bytes v0.11.19
6092026-08-25T07:30:04.453Z Downloaded signal-hook-mio v0.2.5
6102026-08-25T07:30:04.453Z Downloaded byte-wrapper v0.1.0
6112026-08-25T07:30:04.453Z Downloaded structmeta v0.3.0
6122026-08-25T07:30:04.453Z Downloaded buf-list v1.1.2
6132026-08-25T07:30:04.453Z Downloaded sync-ptr v0.1.4
6142026-08-25T07:30:04.453Z Downloaded sync_wrapper v1.0.2
6152026-08-25T07:30:04.453Z Downloaded cipher v0.5.2
6162026-08-25T07:30:04.453Z Downloaded num_enum v0.5.11
6172026-08-25T07:30:04.453Z Downloaded rustc-hash v2.1.1
6182026-08-25T07:30:04.453Z Downloaded oxnet v0.1.6
6192026-08-25T07:30:04.453Z Downloaded phf v0.12.1
6202026-08-25T07:30:04.453Z Downloaded phf v0.13.1
6212026-08-25T07:30:04.453Z Downloaded secrecy v0.10.3
6222026-08-25T07:30:04.453Z Downloaded shell-words v1.1.1
6232026-08-25T07:30:04.453Z Downloaded pem v3.0.6
6242026-08-25T07:30:04.453Z Downloaded progenitor v0.13.0
6252026-08-25T07:30:04.454Z Downloaded sqlparser_derive v0.5.0
6262026-08-25T07:30:04.454Z Downloaded structmeta-derive v0.3.0
6272026-08-25T07:30:04.454Z Downloaded supports-unicode v3.0.0
6282026-08-25T07:30:04.454Z Downloaded thiserror-impl-no-std v2.0.2
6292026-08-25T07:30:04.454Z Downloaded strsim v0.10.0
6302026-08-25T07:30:04.454Z Downloaded argon2 v0.5.3
6312026-08-25T07:30:04.542Z Downloaded async-bb8-diesel v0.2.1
6322026-08-25T07:30:04.542Z Downloaded clang-sys v1.8.1
6332026-08-25T07:30:04.542Z Downloaded fallible-iterator v0.2.0
6342026-08-25T07:30:04.542Z Downloaded rand_core v0.9.5
6352026-08-25T07:30:04.542Z Downloaded argon2 v0.6.0-rc.8
6362026-08-25T07:30:04.542Z Downloaded ahash v0.8.12
6372026-08-25T07:30:04.542Z Downloaded backon v1.6.0
6382026-08-25T07:30:04.542Z Downloaded console v0.15.11
6392026-08-25T07:30:04.542Z Downloaded const-oid v0.9.6
6402026-08-25T07:30:04.542Z Downloaded console v0.16.2
6412026-08-25T07:30:04.542Z Downloaded addr2line v0.25.1
6422026-08-25T07:30:04.542Z Downloaded cancel-safe-futures v0.1.5
6432026-08-25T07:30:04.543Z Downloaded hmac v0.13.0
6442026-08-25T07:30:04.543Z Downloaded bzip2 v0.6.1
6452026-08-25T07:30:04.543Z Downloaded fatfs v0.3.6
6462026-08-25T07:30:04.543Z Downloaded password-hash v0.5.0
6472026-08-25T07:30:04.543Z Downloaded topological-sort v0.2.2
6482026-08-25T07:30:04.543Z Downloaded packed_struct v0.10.1
6492026-08-25T07:30:04.543Z Downloaded pbkdf2 v0.13.0
6502026-08-25T07:30:04.543Z Downloaded rpassword v7.5.4
6512026-08-25T07:30:04.543Z Downloaded progenitor-extras v0.2.0
6522026-08-25T07:30:04.543Z Downloaded unit-prefix v0.5.2
6532026-08-25T07:30:04.543Z Downloaded untrusted v0.7.1
6542026-08-25T07:30:04.543Z Downloaded untrusted v0.9.0
6552026-08-25T07:30:04.543Z Downloaded xattr v1.6.1
6562026-08-25T07:30:04.543Z Downloaded httparse v1.10.1
6572026-08-25T07:30:04.543Z Downloaded zerofrom v0.1.6
6582026-08-25T07:30:04.543Z Downloaded getrandom v0.2.17
6592026-08-25T07:30:04.543Z Downloaded serde-hex v0.1.0
6602026-08-25T07:30:04.543Z Downloaded signal-hook-registry v1.4.8
6612026-08-25T07:30:04.544Z Downloaded resolv-conf v0.7.6
6622026-08-25T07:30:04.544Z Downloaded chacha20 v0.10.0
6632026-08-25T07:30:04.544Z Downloaded ciborium v0.2.2
6642026-08-25T07:30:04.544Z Downloaded colored v3.1.1
6652026-08-25T07:30:04.544Z Downloaded blake2 v0.11.0-rc.6
6662026-08-25T07:30:04.544Z Downloaded bzip2 v0.4.4
6672026-08-25T07:30:04.544Z Downloaded cbc v0.2.1
6682026-08-25T07:30:04.544Z Downloaded cexpr v0.6.0
6692026-08-25T07:30:04.544Z Downloaded cpubits v0.1.1
6702026-08-25T07:30:04.544Z Downloaded cpufeatures v0.3.0
6712026-08-25T07:30:04.544Z Downloaded flate2 v1.1.9
6722026-08-25T07:30:04.544Z Downloaded num-complex v0.4.6
6732026-08-25T07:30:04.544Z Downloaded serde_tokenstream v0.3.0
6742026-08-25T07:30:04.544Z Downloaded serde_with_macros v1.5.2
6752026-08-25T07:30:04.544Z Downloaded shlex v1.3.0
6762026-08-25T07:30:04.545Z Downloaded spki v0.8.0
6772026-08-25T07:30:04.545Z Downloaded string_cache v0.8.9
6782026-08-25T07:30:04.545Z Downloaded half v1.8.3
6792026-08-25T07:30:04.545Z Downloaded cstr-argument v0.1.2
6802026-08-25T07:30:04.545Z Downloaded darling_macro v0.21.3
6812026-08-25T07:30:04.545Z Downloaded parking_lot_core v0.9.12
6822026-08-25T07:30:04.561Z Downloaded tinystr v0.8.2
6832026-08-25T07:30:04.561Z Downloaded allocator-api2 v0.2.21
6842026-08-25T07:30:04.561Z Downloaded tokio-native-tls v0.3.1
6852026-08-25T07:30:04.561Z Downloaded derive_builder_macro v0.20.2
6862026-08-25T07:30:04.562Z Downloaded diesel_table_macro_syntax v0.3.0
6872026-08-25T07:30:04.562Z Downloaded dirs-sys-next v0.1.2
6882026-08-25T07:30:04.562Z Downloaded downcast-rs v2.0.2
6892026-08-25T07:30:04.562Z Downloaded half v2.7.1
6902026-08-25T07:30:04.562Z Downloaded dunce v1.0.5
6912026-08-25T07:30:04.562Z Downloaded dyn-clone v1.0.20
6922026-08-25T07:30:04.562Z Downloaded http-body-util v0.1.3
6932026-08-25T07:30:04.562Z Downloaded indoc v1.0.9
6942026-08-25T07:30:04.562Z Downloaded pkcs1 v0.7.5
6952026-08-25T07:30:04.562Z Downloaded whoami v1.6.1
6962026-08-25T07:30:04.562Z Downloaded unicase v2.9.0
6972026-08-25T07:30:04.562Z Downloaded vergen-git2 v9.1.0
6982026-08-25T07:30:04.562Z Downloaded vergen-gitcl v1.0.8
6992026-08-25T07:30:04.562Z Downloaded idna_adapter v1.2.1
7002026-08-25T07:30:04.562Z Downloaded instant v0.1.13
7012026-08-25T07:30:04.562Z Downloaded lazy_static v1.5.0
7022026-08-25T07:30:04.562Z Downloaded lalrpop-util v0.19.12
7032026-08-25T07:30:04.562Z Downloaded colored v2.2.0
7042026-08-25T07:30:04.562Z Downloaded lru v0.12.5
7052026-08-25T07:30:04.562Z Downloaded generic-array v1.4.3
7062026-08-25T07:30:04.562Z Downloaded serde_with_macros v3.21.0
7072026-08-25T07:30:04.562Z Downloaded maybe-uninit v2.0.0
7082026-08-25T07:30:04.563Z Downloaded multimap v0.10.1
7092026-08-25T07:30:04.563Z Downloaded memoffset v0.9.1
7102026-08-25T07:30:04.563Z Downloaded num-conv v0.2.0
7112026-08-25T07:30:04.563Z Downloaded bytes v1.11.1
7122026-08-25T07:30:04.563Z Downloaded delegate v0.13.5
7132026-08-25T07:30:04.563Z Downloaded oso v0.27.3
7142026-08-25T07:30:04.563Z Downloaded oxide-update-engine-types v0.1.2
7152026-08-25T07:30:04.563Z Downloaded derive_builder_core v0.20.2
7162026-08-25T07:30:04.563Z Downloaded num-derive v0.4.2
7172026-08-25T07:30:04.563Z Downloaded opaque-debug v0.3.1
7182026-08-25T07:30:04.563Z Downloaded postcard v1.1.3
7192026-08-25T07:30:04.563Z Downloaded termios v0.3.3
7202026-08-25T07:30:04.563Z Downloaded base64 v0.21.7
7212026-08-25T07:30:04.563Z Downloaded defmt v0.3.100
7222026-08-25T07:30:04.563Z Downloaded openssl-probe v0.2.1
7232026-08-25T07:30:04.563Z Downloaded packed_struct_codegen v0.10.1
7242026-08-25T07:30:04.563Z Downloaded peg-runtime v0.8.5
7252026-08-25T07:30:04.563Z Downloaded psl-types v2.0.11
7262026-08-25T07:30:04.563Z Downloaded futures v0.3.32
7272026-08-25T07:30:04.602Z Downloaded tokio-rustls v0.26.4
7282026-08-25T07:30:04.602Z Downloaded deranged v0.5.8
7292026-08-25T07:30:04.602Z Downloaded pkcs1 v0.8.0-rc.4
7302026-08-25T07:30:04.602Z Downloaded pkcs5 v0.8.1
7312026-08-25T07:30:04.602Z Downloaded vergen v9.1.0
7322026-08-25T07:30:04.602Z Downloaded ingot-types v0.2.0
7332026-08-25T07:30:04.603Z Downloaded progenitor-client v0.14.0
7342026-08-25T07:30:04.603Z Downloaded quick-error v1.2.3
7352026-08-25T07:30:04.603Z Downloaded rfc6979 v0.4.0
7362026-08-25T07:30:04.603Z Downloaded rand_chacha v0.3.1
7372026-08-25T07:30:04.603Z Downloaded sha1 v0.11.0
7382026-08-25T07:30:04.603Z Downloaded rand_pcg v0.10.2
7392026-08-25T07:30:04.603Z Downloaded either v1.15.0
7402026-08-25T07:30:04.639Z Downloaded scheduled-thread-pool v0.2.7
7412026-08-25T07:30:04.639Z Downloaded scroll_derive v0.13.1
7422026-08-25T07:30:04.639Z Downloaded serde_plain v1.0.2
7432026-08-25T07:30:04.639Z Downloaded serde_repr v0.1.20
7442026-08-25T07:30:04.640Z Downloaded ipnetwork v0.21.1
7452026-08-25T07:30:04.640Z Downloaded compact_str v0.8.1
7462026-08-25T07:30:04.640Z Downloaded lock_api v0.4.14
7472026-08-25T07:30:04.640Z Downloaded libsw v3.5.0
7482026-08-25T07:30:04.640Z Downloaded jobserver v0.1.34
7492026-08-25T07:30:04.640Z Downloaded strip-ansi-escapes v0.2.1
7502026-08-25T07:30:04.640Z Downloaded chacha20poly1305 v0.10.1
7512026-08-25T07:30:04.640Z Downloaded schemars v0.8.22
7522026-08-25T07:30:04.640Z Downloaded const_format_proc_macros v0.2.34
7532026-08-25T07:30:04.640Z Downloaded miette-derive v7.6.0
7542026-08-25T07:30:04.640Z Downloaded signature v2.2.0
7552026-08-25T07:30:04.640Z Downloaded libsw-core v0.3.2
7562026-08-25T07:30:04.640Z Downloaded new_debug_unreachable v1.0.6
7572026-08-25T07:30:04.640Z Downloaded oxide-update-engine v0.1.2
7582026-08-25T07:30:04.640Z Downloaded take_mut v0.2.2
7592026-08-25T07:30:04.640Z Downloaded blake2 v0.10.6
7602026-08-25T07:30:04.640Z Downloaded socket2 v0.5.10
7612026-08-25T07:30:04.640Z Downloaded ctutils v0.4.2
7622026-08-25T07:30:04.640Z Downloaded prefix-trie v0.7.0
7632026-08-25T07:30:04.659Z Downloaded toml v1.1.2+spec-1.1.0
7642026-08-25T07:30:04.659Z Downloaded subtle v2.6.1
7652026-08-25T07:30:04.659Z Downloaded time-core v0.1.8
7662026-08-25T07:30:04.659Z Downloaded darling v0.21.3
7672026-08-25T07:30:04.659Z Downloaded parse-display-derive v0.10.0
7682026-08-25T07:30:04.659Z Downloaded pem-rfc7468 v0.7.0
7692026-08-25T07:30:04.659Z Downloaded backtrace v0.3.76
7702026-08-25T07:30:04.659Z Downloaded pin-project-internal v1.1.11
7712026-08-25T07:30:04.659Z Downloaded primeorder v0.14.0
7722026-08-25T07:30:04.659Z Downloaded rayon-core v1.13.0
7732026-08-25T07:30:04.659Z Downloaded polyval v0.7.1
7742026-08-25T07:30:04.659Z Downloaded heapless v0.7.17
7752026-08-25T07:30:04.659Z Downloaded rustversion v1.0.22
7762026-08-25T07:30:04.659Z Downloaded typify v0.6.2
7772026-08-25T07:30:04.659Z Downloaded pkg-config v0.3.32
7782026-08-25T07:30:04.659Z Downloaded unsafe-libyaml v0.2.11
7792026-08-25T07:30:04.659Z Downloaded zerocopy v0.6.6
7802026-08-25T07:30:04.659Z Downloaded unicode-bidi v0.3.18
7812026-08-25T07:30:04.659Z Downloaded rand_seeder v0.4.0
7822026-08-25T07:30:04.659Z Downloaded scroll v0.13.0
7832026-08-25T07:30:04.659Z Downloaded signal-hook-tokio v0.3.1
7842026-08-25T07:30:04.666Z Downloaded slog-dtrace v0.3.0
7852026-08-25T07:30:04.666Z Downloaded smf v0.2.3
7862026-08-25T07:30:04.666Z Downloaded scrypt v0.12.0
7872026-08-25T07:30:04.666Z Downloaded sqlformat v0.3.5
7882026-08-25T07:30:04.666Z Downloaded utf-8 v0.7.6
7892026-08-25T07:30:04.667Z Downloaded crucible-workspace-hack v0.1.0
7902026-08-25T07:30:04.667Z Downloaded chumsky v0.9.3
7912026-08-25T07:30:04.667Z Downloaded darling_macro v0.20.11
7922026-08-25T07:30:04.667Z Downloaded darling_macro v0.23.0
7932026-08-25T07:30:04.667Z Downloaded headers v0.4.1
7942026-08-25T07:30:04.667Z Downloaded heapless v0.8.0
7952026-08-25T07:30:04.667Z Downloaded signal-hook v0.3.18
7962026-08-25T07:30:04.667Z Downloaded zopfli v0.8.3
7972026-08-25T07:30:04.667Z Downloaded serde_yaml v0.9.34+deprecated
7982026-08-25T07:30:04.667Z Downloaded dsl_auto_type v0.2.0
7992026-08-25T07:30:04.720Z Downloaded dtrace-parser v0.3.0
8002026-08-25T07:30:04.720Z Downloaded num_enum_derive v0.7.6
8012026-08-25T07:30:04.720Z Downloaded xshell-macros v0.2.7
8022026-08-25T07:30:04.720Z Downloaded crc-catalog v2.4.0
8032026-08-25T07:30:04.753Z Downloaded quinn v0.11.11
8042026-08-25T07:30:04.753Z Downloaded base64 v0.22.1
8052026-08-25T07:30:04.753Z Downloaded tinyvec v1.10.0
8062026-08-25T07:30:04.753Z Downloaded slog-stdlog v4.1.1
8072026-08-25T07:30:04.753Z Downloaded stringprep v0.1.5
8082026-08-25T07:30:04.754Z Downloaded support-bundle-viewer v0.1.2
8092026-08-25T07:30:04.754Z Downloaded crypto-common v0.2.2
8102026-08-25T07:30:04.754Z Downloaded is_ci v1.2.0
8112026-08-25T07:30:04.754Z Downloaded primeorder v0.13.6
8122026-08-25T07:30:04.754Z Downloaded expectorate v1.2.0
8132026-08-25T07:30:04.754Z Downloaded difflib v0.4.0
8142026-08-25T07:30:04.754Z Downloaded display-error-chain v0.2.2
8152026-08-25T07:30:04.754Z Downloaded async-compression v0.4.41
8162026-08-25T07:30:04.754Z Downloaded bumpalo v3.20.2
8172026-08-25T07:30:04.754Z Downloaded peg-macros v0.8.5
8182026-08-25T07:30:04.754Z Downloaded thiserror-no-std v2.0.2
8192026-08-25T07:30:04.754Z Downloaded drift v0.2.0
8202026-08-25T07:30:04.754Z Downloaded tls_codec_derive v0.4.2
8212026-08-25T07:30:04.754Z Downloaded managed v0.8.0
8222026-08-25T07:30:04.754Z Downloaded md5 v0.8.0
8232026-08-25T07:30:04.755Z Downloaded port-file v0.1.0
8242026-08-25T07:30:04.755Z Downloaded usdt v0.6.0
8252026-08-25T07:30:04.755Z Downloaded icu_provider v2.1.1
8262026-08-25T07:30:04.755Z Downloaded illumos-nvpair-sys v0.2.0
8272026-08-25T07:30:04.755Z Downloaded num-iter v0.1.45
8282026-08-25T07:30:04.755Z Downloaded rsa v0.9.10
8292026-08-25T07:30:04.755Z Downloaded schemars v0.9.0
8302026-08-25T07:30:04.755Z Downloaded inout v0.1.4
8312026-08-25T07:30:04.755Z Downloaded num_enum_derive v0.5.11
8322026-08-25T07:30:04.755Z Downloaded vsss-rs v3.3.4
8332026-08-25T07:30:04.755Z Downloaded hickory-server v0.25.2
8342026-08-25T07:30:04.771Z Downloaded samael v0.0.19
8352026-08-25T07:30:04.771Z Downloaded zerotrie v0.2.3
8362026-08-25T07:30:04.771Z Downloaded const_format v0.2.35
8372026-08-25T07:30:04.771Z Downloaded papergrid v0.18.0
8382026-08-25T07:30:04.771Z Downloaded hyper-staticfile v0.10.1
8392026-08-25T07:30:04.771Z Downloaded precomputed-hash v0.1.1
8402026-08-25T07:30:04.771Z Downloaded xshell v0.2.7
8412026-08-25T07:30:04.771Z Downloaded zerovec-derive v0.11.2
8422026-08-25T07:30:04.771Z Downloaded hickory-resolver v0.24.4
8432026-08-25T07:30:04.771Z Downloaded password-hash v0.6.1
8442026-08-25T07:30:04.771Z Downloaded parse-size v1.1.0
8452026-08-25T07:30:04.771Z Downloaded cc v1.2.56
8462026-08-25T07:30:04.772Z Downloaded tokio-postgres v0.7.16
8472026-08-25T07:30:04.772Z Downloaded darling_core v0.21.3
8482026-08-25T07:30:04.772Z Downloaded keccak v0.2.0
8492026-08-25T07:30:04.772Z Downloaded ctr v0.10.1
8502026-08-25T07:30:04.772Z Downloaded der_derive v0.7.3
8512026-08-25T07:30:04.772Z Downloaded scopeguard v1.2.0
8522026-08-25T07:30:04.772Z Downloaded serde_spanned v1.1.1
8532026-08-25T07:30:04.772Z Downloaded slog-bunyan v2.5.0
8542026-08-25T07:30:04.772Z Downloaded slog-envlogger v2.2.0
8552026-08-25T07:30:04.772Z Downloaded rand v0.10.1
8562026-08-25T07:30:04.772Z Downloaded hashbrown v0.12.3
8572026-08-25T07:30:04.772Z Downloaded hickory-resolver v0.25.2
8582026-08-25T07:30:04.823Z Downloaded http v1.4.2
8592026-08-25T07:30:04.823Z Downloaded ref-cast-impl v1.0.25
8602026-08-25T07:30:04.823Z Downloaded recursive v0.1.1
8612026-08-25T07:30:04.823Z Downloaded ref-cast v1.0.25
8622026-08-25T07:30:04.823Z Downloaded stable_deref_trait v1.2.1
8632026-08-25T07:30:04.823Z Downloaded serde-big-array v0.5.1
8642026-08-25T07:30:04.823Z Downloaded tap v1.0.1
8652026-08-25T07:30:04.823Z Downloaded tower-service v0.3.3
8662026-08-25T07:30:04.823Z Downloaded salsa20 v0.11.0
8672026-08-25T07:30:04.824Z Downloaded schemars v1.2.1
8682026-08-25T07:30:04.844Z Downloaded icu_normalizer v2.1.1
8692026-08-25T07:30:04.844Z Downloaded ignore v0.4.25
8702026-08-25T07:30:04.844Z Downloaded newtype-uuid v1.3.2
8712026-08-25T07:30:04.844Z Downloaded cookie v0.18.1
8722026-08-25T07:30:04.844Z Downloaded internet-checksum v0.2.1
8732026-08-25T07:30:04.844Z Downloaded libloading v0.8.9
8742026-08-25T07:30:04.844Z Downloaded module-lattice v0.2.3
8752026-08-25T07:30:04.844Z Downloaded derive-ex v0.1.8
8762026-08-25T07:30:04.844Z Downloaded primefield v0.14.0
8772026-08-25T07:30:04.844Z Downloaded proc-macro-error2 v2.0.1
8782026-08-25T07:30:04.844Z Downloaded knus v3.4.0
8792026-08-25T07:30:04.844Z Downloaded usdt-macro v0.6.0
8802026-08-25T07:30:04.844Z Downloaded crossbeam-channel v0.5.15
8812026-08-25T07:30:04.844Z Downloaded defmt-parser v1.0.0
8822026-08-25T07:30:04.844Z Downloaded phf_shared v0.13.1
8832026-08-25T07:30:04.844Z Downloaded tracing-core v0.1.36
8842026-08-25T07:30:04.844Z Downloaded poly1305 v0.8.0
8852026-08-25T07:30:04.844Z Downloaded try-lock v0.2.5
8862026-08-25T07:30:04.844Z Downloaded tungstenite v0.21.0
8872026-08-25T07:30:04.844Z Downloaded typify-macro v0.6.2
8882026-08-25T07:30:04.844Z Downloaded wnaf v0.14.0
8892026-08-25T07:30:04.844Z Downloaded schemars_derive v0.8.22
8902026-08-25T07:30:04.844Z Downloaded slog-async v2.8.0
8912026-08-25T07:30:04.844Z Downloaded crc v3.4.0
8922026-08-25T07:30:04.844Z Downloaded aes v0.9.1
8932026-08-25T07:30:04.844Z Downloaded curve25519-dalek-derive v0.1.1
8942026-08-25T07:30:04.844Z Downloaded spki v0.7.3
8952026-08-25T07:30:04.845Z Downloaded native-tls v0.2.18
8962026-08-25T07:30:04.845Z Downloaded synstructure v0.13.2
8972026-08-25T07:30:04.869Z Downloaded socket2 v0.6.3
8982026-08-25T07:30:04.870Z Downloaded term v1.2.1
8992026-08-25T07:30:04.870Z Downloaded libscf-sys v1.2.0
9002026-08-25T07:30:04.870Z Downloaded openssl-sys v0.9.117
9012026-08-25T07:30:04.870Z Downloaded dropshot-api-manager-types v0.8.0
9022026-08-25T07:30:04.870Z Downloaded tokio-tungstenite v0.21.0
9032026-08-25T07:30:04.899Z Downloaded phf_shared v0.12.1
9042026-08-25T07:30:04.899Z Downloaded path-slash v0.1.5
9052026-08-25T07:30:04.899Z Downloaded darling_core v0.13.4
9062026-08-25T07:30:04.899Z Downloaded hashbrown v0.13.2
9072026-08-25T07:30:04.899Z Downloaded x509-cert v0.2.5
9082026-08-25T07:30:04.899Z Downloaded vergen-lib v0.1.6
9092026-08-25T07:30:04.899Z Downloaded wait-timeout v0.2.1
9102026-08-25T07:30:04.899Z Downloaded vte v0.14.1
9112026-08-25T07:30:04.899Z Downloaded daft v0.1.8
9122026-08-25T07:30:04.899Z Downloaded displaydoc v0.2.5
9132026-08-25T07:30:04.899Z Downloaded serde_path_to_error v0.1.20
9142026-08-25T07:30:04.899Z Downloaded strum_macros v0.27.2
9152026-08-25T07:30:04.899Z Downloaded kstat-rs v0.2.5
9162026-08-25T07:30:04.899Z Downloaded thread_local v1.1.9
9172026-08-25T07:30:04.899Z Downloaded lru-slab v0.1.2
9182026-08-25T07:30:04.900Z Downloaded toml_edit v0.23.10+spec-1.0.0
9192026-08-25T07:30:04.926Z Downloaded litrs v1.0.0
9202026-08-25T07:30:04.926Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9212026-08-25T07:30:04.926Z Downloaded num-bigint-dig v0.8.6
9222026-08-25T07:30:04.926Z Downloaded hashbrown v0.14.5
9232026-08-25T07:30:04.926Z Downloaded hashbrown v0.15.5
9242026-08-25T07:30:04.926Z Downloaded unicode-xid v0.2.6
9252026-08-25T07:30:04.926Z Downloaded zstd v0.13.3
9262026-08-25T07:30:04.926Z Downloaded zstd-safe v7.2.4
9272026-08-25T07:30:04.926Z Downloaded hashbrown v0.16.1
9282026-08-25T07:30:04.927Z Downloaded impl-trait-for-tuples v0.2.3
9292026-08-25T07:30:04.927Z Downloaded ingot v0.2.1
9302026-08-25T07:30:04.927Z Downloaded strum v0.26.3
9312026-08-25T07:30:04.927Z Downloaded tagptr v0.2.0
9322026-08-25T07:30:04.927Z Downloaded crossbeam-deque v0.8.6
9332026-08-25T07:30:04.927Z Downloaded csv-core v0.1.13
9342026-08-25T07:30:04.950Z Downloaded sha1 v0.10.6
9352026-08-25T07:30:04.950Z Downloaded diesel_derives v2.3.7
9362026-08-25T07:30:04.951Z Downloaded defmt v1.0.1
9372026-08-25T07:30:04.951Z Downloaded nanorand v0.7.0
9382026-08-25T07:30:04.951Z Downloaded parking_lot v0.11.2
9392026-08-25T07:30:04.951Z Downloaded elliptic-curve v0.13.8
9402026-08-25T07:30:04.951Z Downloaded unicode-truncate v1.1.0
9412026-08-25T07:30:04.951Z Downloaded defmt-macros v1.0.1
9422026-08-25T07:30:04.951Z Downloaded ed25519 v2.2.3
9432026-08-25T07:30:04.951Z Downloaded ed25519 v3.0.0
9442026-08-25T07:30:04.951Z Downloaded rustls-pki-types v1.14.0
9452026-08-25T07:30:04.951Z Downloaded supports-color v3.0.2
9462026-08-25T07:30:04.951Z Downloaded testing_table v0.3.0
9472026-08-25T07:30:04.952Z Downloaded tokio-test v0.4.5
9482026-08-25T07:30:04.952Z Downloaded tower v0.5.3
9492026-08-25T07:30:04.977Z Downloaded oxide-tokio-rt v0.1.4
9502026-08-25T07:30:04.977Z Downloaded num_enum v0.7.6
9512026-08-25T07:30:04.977Z Downloaded usdt-attr-macro v0.6.0
9522026-08-25T07:30:04.977Z Downloaded yoke-derive v0.8.1
9532026-08-25T07:30:04.978Z Downloaded zone v0.3.1
9542026-08-25T07:30:04.978Z Downloaded unicode_categories v0.1.1
9552026-08-25T07:30:04.978Z Downloaded rand_core v0.10.0
9562026-08-25T07:30:05.031Z Downloaded rustls-pemfile v2.2.0
9572026-08-25T07:30:05.031Z Downloaded sec1 v0.7.3
9582026-08-25T07:30:05.031Z Downloaded sec1 v0.8.1
9592026-08-25T07:30:05.031Z Downloaded dof v0.4.0
9602026-08-25T07:30:05.031Z Downloaded zip v4.6.1
9612026-08-25T07:30:05.031Z Downloaded iana-time-zone v0.1.65
9622026-08-25T07:30:05.031Z Downloaded zip v0.6.6
9632026-08-25T07:30:05.031Z Downloaded crc-any v2.5.0
9642026-08-25T07:30:05.031Z Downloaded pin-project v1.1.11
9652026-08-25T07:30:05.031Z Downloaded ssh-encoding v0.3.0
9662026-08-25T07:30:05.031Z Downloaded tls_codec v0.4.2
9672026-08-25T07:30:05.031Z Downloaded linked-hash-map v0.5.6
9682026-08-25T07:30:05.031Z Downloaded progenitor v0.14.0
9692026-08-25T07:30:05.031Z Downloaded is-terminal v0.4.17
9702026-08-25T07:30:05.031Z Downloaded snafu-derive v0.8.9
9712026-08-25T07:30:05.031Z Downloaded r2d2 v0.8.10
9722026-08-25T07:30:05.082Z Downloaded psm v0.1.30
9732026-08-25T07:30:05.082Z Downloaded itertools v0.10.5
9742026-08-25T07:30:05.082Z Downloaded p256 v0.14.0
9752026-08-25T07:30:05.082Z Downloaded slog-json v2.6.1
9762026-08-25T07:30:05.082Z Downloaded toml_edit v0.19.15
9772026-08-25T07:30:05.082Z Downloaded icu_locale_core v2.1.1
9782026-08-25T07:30:05.082Z Downloaded paste v1.0.15
9792026-08-25T07:30:05.083Z Downloaded walkdir v2.5.0
9802026-08-25T07:30:05.083Z Downloaded mime v0.3.17
9812026-08-25T07:30:05.083Z Downloaded num v0.4.3
9822026-08-25T07:30:05.083Z Downloaded oxide-generation-macros v0.2.0
9832026-08-25T07:30:05.083Z Downloaded recursive-proc-macro-impl v0.1.1
9842026-08-25T07:30:05.083Z Downloaded rtoolbox v0.0.3
9852026-08-25T07:30:05.083Z Downloaded phf_shared v0.11.3
9862026-08-25T07:30:05.083Z Downloaded hyper-util v0.1.20
9872026-08-25T07:30:05.083Z Downloaded rustls-platform-verifier v0.6.2
9882026-08-25T07:30:05.083Z Downloaded similar v2.7.0
9892026-08-25T07:30:05.083Z Downloaded indicatif v0.18.4
9902026-08-25T07:30:05.083Z Downloaded writeable v0.6.2
9912026-08-25T07:30:05.083Z Downloaded poly1305 v0.9.0
9922026-08-25T07:30:05.083Z Downloaded postgres-protocol v0.6.10
9932026-08-25T07:30:05.083Z Downloaded corncobs v0.1.4
9942026-08-25T07:30:05.084Z Downloaded time-macros v0.2.27
9952026-08-25T07:30:05.084Z Downloaded git2 v0.20.4
9962026-08-25T07:30:05.084Z Downloaded uzers v0.12.2
9972026-08-25T07:30:05.084Z Downloaded futures-util v0.3.32
9982026-08-25T07:30:05.114Z Downloaded darling_macro v0.13.4
9992026-08-25T07:30:05.114Z Downloaded proc-macro-error-attr2 v2.0.0
10002026-08-25T07:30:05.114Z Downloaded ssh-key v0.7.0-rc.11
10012026-08-25T07:30:05.114Z Downloaded test-strategy v0.4.5
10022026-08-25T07:30:05.114Z Downloaded sha2 v0.11.0
10032026-08-25T07:30:05.114Z Downloaded thread-id v5.1.0
10042026-08-25T07:30:05.114Z Downloaded digest v0.11.3
10052026-08-25T07:30:05.114Z Downloaded supports-hyperlinks v3.2.0
10062026-08-25T07:30:05.114Z Downloaded aes-gcm v0.11.0
10072026-08-25T07:30:05.114Z Downloaded progenitor-impl v0.14.0
10082026-08-25T07:30:05.115Z Downloaded linear-map v1.2.0
10092026-08-25T07:30:05.115Z Downloaded zone_cfg_derive v0.3.1
10102026-08-25T07:30:05.115Z Downloaded tokio-macros v2.7.0
10112026-08-25T07:30:05.115Z Downloaded universal-hash v0.6.1
10122026-08-25T07:30:05.115Z Downloaded toml_parser v1.1.2+spec-1.1.0
10132026-08-25T07:30:05.116Z Downloaded universal-hash v0.5.1
10142026-08-25T07:30:05.116Z Downloaded dirs-next v2.0.0
10152026-08-25T07:30:05.116Z Downloaded document-features v0.2.12
10162026-08-25T07:30:05.116Z Downloaded crossterm v0.28.1
10172026-08-25T07:30:05.116Z Downloaded qorb v0.4.1
10182026-08-25T07:30:05.116Z Downloaded crossbeam-utils v0.8.21
10192026-08-25T07:30:05.116Z Downloaded rand v0.8.6
10202026-08-25T07:30:05.116Z Downloaded crossterm v0.29.0
10212026-08-25T07:30:05.117Z Downloaded mime_guess v2.0.5
10222026-08-25T07:30:05.117Z Downloaded crossbeam-epoch v0.9.18
10232026-08-25T07:30:05.117Z Downloaded predicates v3.1.4
10242026-08-25T07:30:05.117Z Downloaded kem v0.3.0
10252026-08-25T07:30:05.117Z Downloaded lzss v0.8.2
10262026-08-25T07:30:05.117Z Downloaded tower-http v0.6.8
10272026-08-25T07:30:05.117Z Downloaded pem-rfc7468 v1.0.0
10282026-08-25T07:30:05.132Z Downloaded tough v0.22.0
10292026-08-25T07:30:05.132Z Downloaded derive_builder v0.20.2
10302026-08-25T07:30:05.132Z Downloaded hkdf v0.13.0
10312026-08-25T07:30:05.132Z Downloaded memmap2 v0.9.10
10322026-08-25T07:30:05.132Z Downloaded num-traits v0.2.19
10332026-08-25T07:30:05.132Z Downloaded tracing-attributes v0.1.31
10342026-08-25T07:30:05.133Z Downloaded stacker v0.1.23
10352026-08-25T07:30:05.133Z Downloaded static_assertions v1.1.0
10362026-08-25T07:30:05.133Z Downloaded darling v0.20.11
10372026-08-25T07:30:05.133Z Downloaded secrecy v0.8.0
10382026-08-25T07:30:05.133Z Downloaded signature v3.0.0
10392026-08-25T07:30:05.133Z Downloaded hkdf v0.12.4
10402026-08-25T07:30:05.133Z Downloaded ecdsa v0.17.0
10412026-08-25T07:30:05.133Z Downloaded miette v7.6.0
10422026-08-25T07:30:05.133Z Downloaded serde_derive_internals v0.29.1
10432026-08-25T07:30:05.133Z Downloaded hybrid-array v0.4.13
10442026-08-25T07:30:05.133Z Downloaded ingot-macros v0.2.0
10452026-08-25T07:30:05.133Z Downloaded simd-adler32 v0.3.8
10462026-08-25T07:30:05.133Z Downloaded des v0.9.0
10472026-08-25T07:30:05.133Z Downloaded russh-cryptovec v0.62.0
10482026-08-25T07:30:05.133Z Downloaded russh-util v0.52.0
10492026-08-25T07:30:05.133Z Downloaded aho-corasick v1.1.4
10502026-08-25T07:30:05.152Z Downloaded rayon v1.11.0
10512026-08-25T07:30:05.152Z Downloaded itertools v0.12.1
10522026-08-25T07:30:05.152Z Downloaded zerocopy-derive v0.8.55
10532026-08-25T07:30:05.177Z Downloaded crc8 v0.1.1
10542026-08-25T07:30:05.177Z Downloaded tokio-tungstenite v0.23.1
10552026-08-25T07:30:05.177Z Downloaded inout v0.2.2
10562026-08-25T07:30:05.177Z Downloaded serde_urlencoded v0.7.1
10572026-08-25T07:30:05.177Z Downloaded postgres-types v0.2.12
10582026-08-25T07:30:05.177Z Downloaded trait-variant v0.1.2
10592026-08-25T07:30:05.177Z Downloaded crypto-bigint v0.5.5
10602026-08-25T07:30:05.177Z Downloaded der v0.7.10
10612026-08-25T07:30:05.177Z Downloaded slog v2.8.2
10622026-08-25T07:30:05.177Z Downloaded parking_lot v0.12.5
10632026-08-25T07:30:05.177Z Downloaded ron v0.8.1
10642026-08-25T07:30:05.205Z Downloaded yoke v0.8.1
10652026-08-25T07:30:05.205Z Downloaded ident_case v1.0.1
10662026-08-25T07:30:05.205Z Downloaded jiff-static v0.2.34
10672026-08-25T07:30:05.205Z Downloaded daft-derive v0.1.8
10682026-08-25T07:30:05.205Z Downloaded progenitor-client v0.13.0
10692026-08-25T07:30:05.205Z Downloaded sigpipe v0.1.3
10702026-08-25T07:30:05.206Z Downloaded nom v7.1.3
10712026-08-25T07:30:05.206Z Downloaded steno v0.4.1
10722026-08-25T07:30:05.206Z Downloaded h2 v0.4.15
10732026-08-25T07:30:05.206Z Downloaded indoc v2.0.7
10742026-08-25T07:30:05.206Z Downloaded newtype-uuid-macros v0.1.0
10752026-08-25T07:30:05.253Z Downloaded serdect v0.4.3
10762026-08-25T07:30:05.253Z Downloaded sponge-cursor v0.1.0
10772026-08-25T07:30:05.253Z Downloaded whoami v2.1.0
10782026-08-25T07:30:05.253Z Downloaded tinyvec_macros v0.1.1
10792026-08-25T07:30:05.253Z Downloaded waitgroup v0.1.2
10802026-08-25T07:30:05.253Z Downloaded want v0.3.1
10812026-08-25T07:30:05.253Z Downloaded illumos-nvpair v0.3.0
10822026-08-25T07:30:05.253Z Downloaded pkcs8 v0.10.2
10832026-08-25T07:30:05.253Z Downloaded owo-colors v4.3.0
10842026-08-25T07:30:05.253Z Downloaded wyz v0.5.1
10852026-08-25T07:30:05.253Z Downloaded data-encoding v2.10.0
10862026-08-25T07:30:05.253Z Downloaded ecdsa v0.16.9
10872026-08-25T07:30:05.253Z Downloaded parse-display v0.10.0
10882026-08-25T07:30:05.253Z Downloaded openssl-probe v0.1.6
10892026-08-25T07:30:05.253Z Downloaded proc-macro-crate v3.4.0
10902026-08-25T07:30:05.253Z Downloaded semver v0.1.20
10912026-08-25T07:30:05.254Z Downloaded progenitor-macro v0.13.0
10922026-08-25T07:30:05.254Z Downloaded convert_case v0.4.0
10932026-08-25T07:30:05.254Z Downloaded same-file v1.0.6
10942026-08-25T07:30:05.254Z Downloaded slog-term v2.9.2
10952026-08-25T07:30:05.274Z Downloaded ryu v1.0.23
10962026-08-25T07:30:05.274Z Downloaded tiny-keccak v2.0.2
10972026-08-25T07:30:05.275Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-08-25T07:30:05.275Z Downloaded tower-layer v0.3.3
10992026-08-25T07:30:05.275Z Downloaded tui-tree-widget v0.23.1
11002026-08-25T07:30:05.275Z Downloaded vergen-lib v9.1.0
11012026-08-25T07:30:05.275Z Downloaded darling v0.13.4
11022026-08-25T07:30:05.275Z Downloaded ml-kem v0.3.2
11032026-08-25T07:30:05.275Z Downloaded num-rational v0.4.2
11042026-08-25T07:30:05.275Z Downloaded libbz2-rs-sys v0.2.2
11052026-08-25T07:30:05.275Z Downloaded unicode-properties v0.1.4
11062026-08-25T07:30:05.275Z Downloaded omicron-zone-package v0.12.3
11072026-08-25T07:30:05.275Z Downloaded ppv-lite86 v0.2.21
11082026-08-25T07:30:05.275Z Downloaded rustls-webpki v0.103.13
11092026-08-25T07:30:05.275Z Downloaded scuffle v0.1.0
11102026-08-25T07:30:05.276Z Downloaded unicode-normalization v0.1.25
11112026-08-25T07:30:05.276Z Downloaded rustc-demangle v0.1.27
11122026-08-25T07:30:05.276Z Downloaded critical-section v1.2.0
11132026-08-25T07:30:05.276Z Downloaded minimal-lexical v0.2.1
11142026-08-25T07:30:05.276Z Downloaded newtype_derive v0.1.6
11152026-08-25T07:30:05.276Z Downloaded convert_case v0.10.0
11162026-08-25T07:30:05.276Z Downloaded keccak v0.1.6
11172026-08-25T07:30:05.276Z Downloaded smallvec v0.6.14
11182026-08-25T07:30:05.276Z Downloaded icu_normalizer_data v2.1.1
11192026-08-25T07:30:05.276Z Downloaded tungstenite v0.23.0
11202026-08-25T07:30:05.276Z Downloaded powerfmt v0.2.0
11212026-08-25T07:30:05.276Z Downloaded termtree v0.5.1
11222026-08-25T07:30:05.277Z Downloaded winnow v1.0.3
11232026-08-25T07:30:05.295Z Downloaded unarray v0.1.4
11242026-08-25T07:30:05.295Z Downloaded num-bigint v0.4.6
11252026-08-25T07:30:05.295Z Downloaded dropshot_endpoint v0.17.1
11262026-08-25T07:30:05.295Z Downloaded derive-where v1.6.0
11272026-08-25T07:30:05.295Z Downloaded num-integer v0.1.46
11282026-08-25T07:30:05.295Z Downloaded zeroize_derive v1.5.0
11292026-08-25T07:30:05.295Z Downloaded oxide-generation v0.1.3
11302026-08-25T07:30:05.295Z Downloaded instability v0.3.11
11312026-08-25T07:30:05.295Z Downloaded md-5 v0.10.6
11322026-08-25T07:30:05.295Z Downloaded maplit v1.0.2
11332026-08-25T07:30:05.295Z Downloaded nom v8.0.0
11342026-08-25T07:30:05.295Z Downloaded siphasher v1.0.2
11352026-08-25T07:30:05.295Z Downloaded zerovec v0.11.5
11362026-08-25T07:30:05.394Z Downloaded pin-project-lite v0.2.17
11372026-08-25T07:30:05.394Z Downloaded tokio-dtrace v0.1.1
11382026-08-25T07:30:05.394Z Downloaded tabwriter v1.4.1
11392026-08-25T07:30:05.394Z Downloaded crunchy v0.2.4
11402026-08-25T07:30:05.394Z Downloaded serde_cbor v0.11.2
11412026-08-25T07:30:05.394Z Downloaded tokio-stream v0.1.18
11422026-08-25T07:30:05.394Z Downloaded hyper-tls v0.6.0
11432026-08-25T07:30:05.394Z Downloaded tokio-util v0.7.18
11442026-08-25T07:30:05.395Z Downloaded humantime v2.3.0
11452026-08-25T07:30:05.395Z Downloaded proptest v1.11.0
11462026-08-25T07:30:05.474Z Downloaded debug-ignore v1.0.5
11472026-08-25T07:30:05.474Z Downloaded der v0.8.0
11482026-08-25T07:30:05.474Z Downloaded diesel-dtrace v0.5.0
11492026-08-25T07:30:05.475Z Downloaded hyper-rustls v0.27.7
11502026-08-25T07:30:05.475Z Downloaded libefi-sys v0.1.0
11512026-08-25T07:30:05.475Z Downloaded proc-macro-crate v1.3.1
11522026-08-25T07:30:05.475Z Downloaded nu-ansi-term v0.50.3
11532026-08-25T07:30:05.475Z Downloaded rfc6979 v0.6.0
11542026-08-25T07:30:05.475Z Downloaded knus-derive v3.4.0
11552026-08-25T07:30:05.475Z Downloaded strum_macros v0.26.4
11562026-08-25T07:30:05.475Z Downloaded reqwest v0.12.28
11572026-08-25T07:30:05.475Z Downloaded rustls-native-certs v0.8.3
11582026-08-25T07:30:05.475Z Downloaded rusty-fork v0.3.1
11592026-08-25T07:30:05.475Z Downloaded reqwest v0.13.2
11602026-08-25T07:30:05.475Z Downloaded digest-io v0.1.0
11612026-08-25T07:30:05.475Z Downloaded hyper v1.10.1
11622026-08-25T07:30:05.475Z Downloaded slog-scope v4.4.1
11632026-08-25T07:30:05.475Z Downloaded utf8_iter v1.0.4
11642026-08-25T07:30:05.475Z Downloaded litemap v0.8.1
11652026-08-25T07:30:05.475Z Downloaded indent_write v2.2.0
11662026-08-25T07:30:05.475Z Downloaded blake3 v1.8.5
11672026-08-25T07:30:05.475Z Downloaded strum v0.27.2
11682026-08-25T07:30:05.475Z Downloaded constant_time_eq v0.4.2
11692026-08-25T07:30:05.475Z Downloaded zeroize v1.9.0
11702026-08-25T07:30:05.475Z Downloaded p521 v0.14.0
11712026-08-25T07:30:05.475Z Downloaded typed-path v0.9.3
11722026-08-25T07:30:05.475Z Downloaded match_cfg v0.1.0
11732026-08-25T07:30:05.475Z Downloaded p384 v0.14.0
11742026-08-25T07:30:05.476Z Downloaded parking_lot_core v0.8.6
11752026-08-25T07:30:05.476Z Downloaded ssh-cipher v0.3.0
11762026-08-25T07:30:05.476Z Downloaded lru-cache v0.1.2
11772026-08-25T07:30:05.476Z Downloaded void v1.0.2
11782026-08-25T07:30:05.476Z Downloaded sapling-renderdag v0.1.0
11792026-08-25T07:30:05.476Z Downloaded quinn-udp v0.5.14
11802026-08-25T07:30:05.476Z Downloaded snafu v0.8.9
11812026-08-25T07:30:05.476Z Downloaded aws-lc-rs v1.16.3
11822026-08-25T07:30:05.476Z Downloaded bitvec v1.0.1
11832026-08-25T07:30:05.476Z Downloaded phc v0.6.1
11842026-08-25T07:30:05.476Z Downloaded quick-xml v0.37.5
11852026-08-25T07:30:05.476Z Downloaded internal-russh-num-bigint v0.5.0
11862026-08-25T07:30:05.476Z Downloaded usdt-impl v0.6.0
11872026-08-25T07:30:05.476Z Downloaded zerofrom-derive v0.1.6
11882026-08-25T07:30:05.476Z Downloaded normalize-line-endings v0.3.0
11892026-08-25T07:30:05.476Z Downloaded yansi v1.0.1
11902026-08-25T07:30:05.476Z Downloaded icu_properties v2.1.2
11912026-08-25T07:30:05.476Z Downloaded strum_macros v0.24.3
11922026-08-25T07:30:05.476Z Downloaded jiff-core v0.1.0
11932026-08-25T07:30:05.476Z Downloaded diff v0.1.13
11942026-08-25T07:30:05.476Z Downloaded multer v3.1.0
11952026-08-25T07:30:05.476Z Downloaded pkcs8 v0.11.0
11962026-08-25T07:30:05.476Z Downloaded mio v1.2.0
11972026-08-25T07:30:05.476Z Downloaded smallvec v1.15.1
11982026-08-25T07:30:05.477Z Downloaded crc32fast v1.5.0
11992026-08-25T07:30:05.477Z Downloaded ipnet v2.12.0
12002026-08-25T07:30:05.477Z Downloaded rand_chacha v0.9.0
12012026-08-25T07:30:05.477Z Downloaded sha3 v0.12.0
12022026-08-25T07:30:05.565Z Downloaded pretty_assertions v1.4.1
12032026-08-25T07:30:05.565Z Downloaded rcgen v0.12.1
12042026-08-25T07:30:05.565Z Downloaded goblin v0.10.5
12052026-08-25T07:30:05.566Z Downloaded indexmap v1.9.3
12062026-08-25T07:30:05.566Z Downloaded seq-macro v0.3.6
12072026-08-25T07:30:05.566Z Downloaded bindgen v0.71.1
12082026-08-25T07:30:05.566Z Downloaded rand_core v0.6.4
12092026-08-25T07:30:05.566Z Downloaded itertools v0.13.0
12102026-08-25T07:30:05.566Z Downloaded tar v0.4.46
12112026-08-25T07:30:05.566Z Downloaded cookie_store v0.22.1
12122026-08-25T07:30:05.566Z Downloaded spin v0.9.8
12132026-08-25T07:30:05.566Z Downloaded toml_writer v1.1.1+spec-1.1.0
12142026-08-25T07:30:05.566Z Downloaded term v0.7.0
12152026-08-25T07:30:05.566Z Downloaded oxide-update-engine-display v0.1.2
12162026-08-25T07:30:05.566Z Downloaded slab v0.4.12
12172026-08-25T07:30:05.566Z Downloaded publicsuffix v2.3.0
12182026-08-25T07:30:05.566Z Downloaded uuid v1.23.4
12192026-08-25T07:30:05.566Z Downloaded rand v0.9.2
12202026-08-25T07:30:05.566Z Downloaded winnow v0.6.26
12212026-08-25T07:30:05.566Z Downloaded twox-hash v2.1.2
12222026-08-25T07:30:05.567Z Downloaded peg v0.8.5
12232026-08-25T07:30:05.567Z Downloaded yasna v0.5.2
12242026-08-25T07:30:05.567Z Downloaded darling v0.23.0
12252026-08-25T07:30:05.616Z Downloaded portable-atomic v1.13.1
12262026-08-25T07:30:05.616Z Downloaded miniz_oxide v0.8.9
12272026-08-25T07:30:05.616Z Downloaded rsa v0.10.0-rc.18
12282026-08-25T07:30:05.616Z Downloaded iddqd v0.4.2
12292026-08-25T07:30:05.616Z Downloaded prettyplease v0.2.37
12302026-08-25T07:30:05.616Z Downloaded derive_more v2.1.1
12312026-08-25T07:30:05.616Z Downloaded derive_more v0.99.20
12322026-08-25T07:30:05.616Z Downloaded iri-string v0.7.10
12332026-08-25T07:30:05.616Z Downloaded winnow v0.5.40
12342026-08-25T07:30:05.616Z Downloaded progenitor-impl v0.13.0
12352026-08-25T07:30:05.617Z Downloaded subprocess v0.2.15
12362026-08-25T07:30:05.617Z Downloaded time v0.3.47
12372026-08-25T07:30:05.617Z Downloaded toml v0.7.8
12382026-08-25T07:30:05.617Z Downloaded unicode-segmentation v1.12.0
12392026-08-25T07:30:05.617Z Downloaded reedline v0.40.0
12402026-08-25T07:30:05.617Z Downloaded smoltcp v0.9.1
12412026-08-25T07:30:05.617Z Downloaded gimli v0.32.3
12422026-08-25T07:30:05.617Z Downloaded libm v0.2.16
12432026-08-25T07:30:05.617Z Downloaded idna v1.1.0
12442026-08-25T07:30:05.617Z Downloaded vcpkg v0.2.15
12452026-08-25T07:30:05.670Z Downloaded ed25519-dalek v2.2.0
12462026-08-25T07:30:05.670Z Downloaded chrono v0.4.45
12472026-08-25T07:30:05.670Z Downloaded dropshot-api-manager v0.8.0
12482026-08-25T07:30:05.670Z Downloaded icu_collections v2.1.1
12492026-08-25T07:30:05.670Z Downloaded darling_core v0.20.11
12502026-08-25T07:30:05.670Z Downloaded derive_more-impl v2.1.1
12512026-08-25T07:30:05.670Z Downloaded lalrpop v0.19.12
12522026-08-25T07:30:05.670Z Downloaded icu_properties_data v2.1.2
12532026-08-25T07:30:05.670Z Downloaded libxml v0.3.3
12542026-08-25T07:30:05.670Z Downloaded itertools v0.14.0
12552026-08-25T07:30:05.694Z Downloaded darling_core v0.23.0
12562026-08-25T07:30:05.695Z Downloaded petname v2.0.2
12572026-08-25T07:30:05.695Z Downloaded salty v0.3.0
12582026-08-25T07:30:05.695Z Downloaded serde_with v1.14.0
12592026-08-25T07:30:05.695Z Downloaded ed25519-dalek v3.0.0
12602026-08-25T07:30:05.695Z Downloaded url v2.5.8
12612026-08-25T07:30:05.695Z Downloaded curve25519-dalek v4.1.3
12622026-08-25T07:30:05.695Z Downloaded russh v0.62.4
12632026-08-25T07:30:05.695Z Downloaded rustyline v14.0.0
12642026-08-25T07:30:05.695Z Downloaded radix_trie v0.2.1
12652026-08-25T07:30:05.695Z Downloaded rawzip v0.4.4
12662026-08-25T07:30:05.723Z Downloaded regex v1.12.3
12672026-08-25T07:30:05.742Z Downloaded hickory-proto v0.24.4
12682026-08-25T07:30:05.742Z Downloaded zlib-rs v0.6.2
12692026-08-25T07:30:05.742Z Downloaded openssl v0.10.80
12702026-08-25T07:30:05.742Z Downloaded polar-core v0.27.3
12712026-08-25T07:30:05.742Z Downloaded rustix v0.38.44
12722026-08-25T07:30:05.767Z Downloaded moka v0.12.13
12732026-08-25T07:30:05.767Z Downloaded regress v0.11.1
12742026-08-25T07:30:05.805Z Downloaded hickory-proto v0.25.2
12752026-08-25T07:30:05.805Z Downloaded bstr v1.12.1
12762026-08-25T07:30:05.805Z Downloaded serde_with v3.21.0
12772026-08-25T07:30:05.805Z Downloaded tabled v0.21.0
12782026-08-25T07:30:05.866Z Downloaded crypto-primes v0.7.2
12792026-08-25T07:30:05.866Z Downloaded itertools v0.15.0
12802026-08-25T07:30:05.866Z Downloaded nix v0.28.0
12812026-08-25T07:30:05.866Z Downloaded zerocopy v0.8.55
12822026-08-25T07:30:05.866Z Downloaded openapiv3 v2.2.0
12832026-08-25T07:30:05.866Z Downloaded nix v0.31.2
12842026-08-25T07:30:05.889Z Downloaded regex-syntax v0.6.29
12852026-08-25T07:30:05.889Z Downloaded sqlparser v0.61.0
12862026-08-25T07:30:05.889Z Downloaded regress v0.10.5
12872026-08-25T07:30:05.889Z Downloaded quinn-proto v0.11.16
12882026-08-25T07:30:05.889Z Downloaded sled v0.34.7
12892026-08-25T07:30:05.889Z Downloaded curve25519-dalek v5.0.0
12902026-08-25T07:30:05.889Z Downloaded p384 v0.13.1
12912026-08-25T07:30:05.889Z Downloaded regex-syntax v0.8.10
12922026-08-25T07:30:05.889Z Downloaded nix v0.27.1
12932026-08-25T07:30:05.889Z Downloaded object v0.30.4
12942026-08-25T07:30:05.915Z Downloaded diesel v2.3.7
12952026-08-25T07:30:05.915Z Downloaded crypto-bigint v0.7.5
12962026-08-25T07:30:05.915Z Downloaded dropshot v0.17.1
12972026-08-25T07:30:05.933Z Downloaded sha3 v0.11.0
12982026-08-25T07:30:05.933Z Downloaded tracing v0.1.44
12992026-08-25T07:30:05.970Z Downloaded rustls v0.23.41
13002026-08-25T07:30:05.970Z Downloaded regex-automata v0.4.14
13012026-08-25T07:30:06.001Z Downloaded typify-impl v0.6.2
13022026-08-25T07:30:06.001Z Downloaded smoltcp v0.11.0
13032026-08-25T07:30:06.001Z Downloaded object v0.37.3
13042026-08-25T07:30:06.039Z Downloaded ratatui v0.29.0
13052026-08-25T07:30:06.039Z Downloaded petgraph v0.6.5
13062026-08-25T07:30:06.068Z Downloaded zerocopy-derive v0.6.6
13072026-08-25T07:30:06.068Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-08-25T07:30:06.068Z Downloaded libz-sys v1.1.24
13092026-08-25T07:30:06.172Z Downloaded petgraph v0.8.3
13102026-08-25T07:30:06.172Z Downloaded sha3 v0.10.8
13112026-08-25T07:30:06.173Z Downloaded jiff v0.2.34
13122026-08-25T07:30:06.235Z Downloaded chrono-tz v0.10.4
13132026-08-25T07:30:06.235Z Downloaded encoding_rs v0.8.35
13142026-08-25T07:30:06.235Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-08-25T07:30:06.235Z Downloaded tokio v1.52.1
13162026-08-25T07:30:06.235Z Downloaded csv v1.4.0
13172026-08-25T07:30:06.235Z Downloaded ring v0.17.14
13182026-08-25T07:30:06.339Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-08-25T07:30:06.756Z Downloaded aws-lc-sys v0.40.0
13202026-08-25T07:30:07.105Z Compiling serde_core v1.0.229
13212026-08-25T07:30:07.105Z Compiling libc v0.2.185
13222026-08-25T07:30:07.342Z Compiling serde v1.0.229
13232026-08-25T07:30:07.342Z Compiling log v0.4.33
13242026-08-25T07:30:07.342Z Compiling smallvec v1.15.1
13252026-08-25T07:30:07.342Z Compiling shlex v1.3.0
13262026-08-25T07:30:07.342Z Compiling find-msvc-tools v0.1.9
13272026-08-25T07:30:07.342Z Compiling subtle v2.6.1
13282026-08-25T07:30:07.421Z Compiling scopeguard v1.2.0
13292026-08-25T07:30:07.421Z Compiling stable_deref_trait v1.2.1
13302026-08-25T07:30:07.421Z Compiling typenum v1.20.1
13312026-08-25T07:30:07.421Z Compiling zerocopy v0.8.55
13322026-08-25T07:30:07.421Z Compiling portable-atomic v1.13.1
13332026-08-25T07:30:07.421Z Compiling serde_json v1.0.151
13342026-08-25T07:30:07.421Z Compiling syn v2.0.117
13352026-08-25T07:30:07.422Z Compiling syn v3.0.3
13362026-08-25T07:30:07.450Z Compiling lock_api v0.4.14
13372026-08-25T07:30:07.450Z Compiling critical-section v1.2.0
13382026-08-25T07:30:07.450Z Compiling libm v0.2.16
13392026-08-25T07:30:07.450Z Compiling num-traits v0.2.19
13402026-08-25T07:30:07.451Z Compiling getrandom v0.4.3
13412026-08-25T07:30:07.528Z Compiling pkg-config v0.3.32
13422026-08-25T07:30:07.566Z Compiling generic-array v0.14.7
13432026-08-25T07:30:07.566Z Compiling parking_lot_core v0.9.12
13442026-08-25T07:30:07.566Z Compiling const-oid v0.9.6
13452026-08-25T07:30:07.581Z Compiling pin-project-lite v0.2.17
13462026-08-25T07:30:07.678Z Compiling rand_core v0.10.0
13472026-08-25T07:30:07.706Z Compiling percent-encoding v2.3.2
13482026-08-25T07:30:07.827Z Compiling litemap v0.8.1
13492026-08-25T07:30:07.892Z Compiling writeable v0.6.2
13502026-08-25T07:30:07.892Z Compiling futures-core v0.3.32
13512026-08-25T07:30:07.935Z Compiling icu_normalizer_data v2.1.1
13522026-08-25T07:30:07.935Z Compiling icu_properties_data v2.1.2
13532026-08-25T07:30:07.935Z Compiling rustix v1.1.4
13542026-08-25T07:30:07.962Z Compiling getrandom v0.3.4
13552026-08-25T07:30:07.989Z Compiling utf8_iter v1.0.4
13562026-08-25T07:30:08.032Z Compiling futures-sink v0.3.32
13572026-08-25T07:30:08.067Z Compiling form_urlencoded v1.2.2
13582026-08-25T07:30:08.067Z Compiling errno v0.3.14
13592026-08-25T07:30:08.081Z Compiling jobserver v0.1.34
13602026-08-25T07:30:08.112Z Compiling getrandom v0.2.17
13612026-08-25T07:30:08.171Z Compiling signal-hook-registry v1.4.8
13622026-08-25T07:30:08.310Z Compiling mio v1.2.0
13632026-08-25T07:30:08.387Z Compiling rand_core v0.6.4
13642026-08-25T07:30:08.387Z Compiling cc v1.2.56
13652026-08-25T07:30:08.464Z Compiling socket2 v0.6.3
13662026-08-25T07:30:08.464Z Compiling parking_lot v0.12.5
13672026-08-25T07:30:08.464Z Compiling once_cell v1.21.3
13682026-08-25T07:30:08.627Z Compiling futures-channel v0.3.32
13692026-08-25T07:30:08.627Z Compiling slab v0.4.12
13702026-08-25T07:30:08.702Z Compiling futures-io v0.3.32
13712026-08-25T07:30:08.702Z Compiling futures-task v0.3.32
13722026-08-25T07:30:08.702Z Compiling rustversion v1.0.22
13732026-08-25T07:30:08.702Z Compiling iana-time-zone v0.1.65
13742026-08-25T07:30:08.702Z Compiling regex-syntax v0.8.10
13752026-08-25T07:30:08.702Z Compiling base64ct v1.8.3
13762026-08-25T07:30:08.743Z Compiling ident_case v1.0.1
13772026-08-25T07:30:08.743Z Compiling fs_extra v1.3.0
13782026-08-25T07:30:08.843Z Compiling flagset v0.4.7
13792026-08-25T07:30:08.843Z Compiling dunce v1.0.5
13802026-08-25T07:30:08.862Z Compiling base64 v0.22.1
13812026-08-25T07:30:08.862Z Compiling rand_core v0.9.5
13822026-08-25T07:30:08.862Z Compiling syn v1.0.109
13832026-08-25T07:30:08.982Z Compiling vcpkg v0.2.15
13842026-08-25T07:30:08.982Z Compiling dyn-clone v1.0.20
13852026-08-25T07:30:09.133Z Compiling schemars v0.8.22
13862026-08-25T07:30:09.133Z Compiling pem-rfc7468 v0.7.0
13872026-08-25T07:30:09.133Z Compiling tracing-core v0.1.36
13882026-08-25T07:30:09.133Z Compiling simd-adler32 v0.3.8
13892026-08-25T07:30:09.134Z Compiling cmake v0.1.57
13902026-08-25T07:30:09.255Z Compiling cpufeatures v0.2.17
13912026-08-25T07:30:09.255Z Compiling aws-lc-rs v1.16.3
13922026-08-25T07:30:09.255Z Compiling spin v0.9.8
13932026-08-25T07:30:09.321Z Compiling crc32fast v1.5.0
13942026-08-25T07:30:09.321Z Compiling tinyvec_macros v0.1.1
13952026-08-25T07:30:09.322Z Compiling adler2 v2.0.1
13962026-08-25T07:30:09.420Z Compiling cmov v0.5.4
13972026-08-25T07:30:09.420Z Compiling httparse v1.10.1
13982026-08-25T07:30:09.487Z Compiling openssl-probe v0.2.1
13992026-08-25T07:30:09.487Z Compiling miniz_oxide v0.8.9
14002026-08-25T07:30:09.498Z Compiling bitflags v2.11.0
14012026-08-25T07:30:09.600Z Compiling semver v1.0.28
14022026-08-25T07:30:09.641Z Compiling indexmap v2.14.0
14032026-08-25T07:30:09.647Z Compiling uuid v1.23.4
14042026-08-25T07:30:09.793Z Compiling ctutils v0.4.2
14052026-08-25T07:30:09.793Z Compiling tinyvec v1.10.0
14062026-08-25T07:30:09.793Z Compiling aho-corasick v1.1.4
14072026-08-25T07:30:09.850Z Compiling untrusted v0.7.1
14082026-08-25T07:30:09.850Z Compiling try-lock v0.2.5
14092026-08-25T07:30:09.913Z Compiling rustc_version v0.4.1
14102026-08-25T07:30:09.971Z Compiling tower-layer v0.3.3
14112026-08-25T07:30:09.971Z Compiling atomic-waker v1.1.2
14122026-08-25T07:30:09.971Z Compiling tower-service v0.3.3
14132026-08-25T07:30:09.971Z Compiling aws-lc-sys v0.40.0
14142026-08-25T07:30:10.057Z Compiling openssl-sys v0.9.117
14152026-08-25T07:30:10.086Z Compiling radium v0.7.0
14162026-08-25T07:30:10.086Z Compiling want v0.3.1
14172026-08-25T07:30:10.123Z Compiling synstructure v0.13.2
14182026-08-25T07:30:10.209Z Compiling serde_derive_internals v0.29.1
14192026-08-25T07:30:10.226Z Compiling pest_generator v2.8.6
14202026-08-25T07:30:10.226Z Compiling darling_core v0.20.11
14212026-08-25T07:30:10.353Z Compiling wait-timeout v0.2.1
14222026-08-25T07:30:10.424Z Compiling tap v1.0.1
14232026-08-25T07:30:10.537Z Compiling regex-automata v0.4.14
14242026-08-25T07:30:10.593Z Compiling maybe-uninit v2.0.0
14252026-08-25T07:30:10.609Z Compiling tempfile v3.27.0
14262026-08-25T07:30:10.968Z Compiling terminal_size v0.4.3
14272026-08-25T07:30:11.186Z Compiling httpdate v1.0.3
14282026-08-25T07:30:11.186Z Compiling bit-vec v0.8.0
14292026-08-25T07:30:11.186Z Compiling openssl v0.10.80
14302026-08-25T07:30:11.186Z Compiling quick-error v1.2.3
14312026-08-25T07:30:11.186Z Compiling untrusted v0.9.0
14322026-08-25T07:30:11.187Z Compiling serde_derive v1.0.229
14332026-08-25T07:30:11.187Z Compiling foreign-types-shared v0.1.1
14342026-08-25T07:30:11.187Z Compiling rustls v0.23.41
14352026-08-25T07:30:11.187Z Compiling rusty-fork v0.3.1
14362026-08-25T07:30:11.381Z Compiling foreign-types v0.3.2
14372026-08-25T07:30:11.381Z Compiling bit-set v0.8.0
14382026-08-25T07:30:11.381Z Compiling wyz v0.5.1
14392026-08-25T07:30:11.381Z Compiling unicode-normalization v0.1.25
14402026-08-25T07:30:11.381Z Compiling bzip2-sys v0.1.13+1.0.8
14412026-08-25T07:30:11.381Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14422026-08-25T07:30:11.381Z Compiling num-integer v0.1.46
14432026-08-25T07:30:11.434Z Compiling rand_xorshift v0.4.0
14442026-08-25T07:30:11.434Z Compiling ahash v0.8.12
14452026-08-25T07:30:11.434Z Compiling num-bigint-dig v0.8.6
14462026-08-25T07:30:11.434Z Compiling native-tls v0.2.18
14472026-08-25T07:30:11.489Z Compiling paste v1.0.15
14482026-08-25T07:30:11.522Z Compiling powerfmt v0.2.0
14492026-08-25T07:30:11.522Z Compiling packed_struct v0.10.1
14502026-08-25T07:30:11.522Z Compiling funty v2.0.0
14512026-08-25T07:30:11.530Z Compiling num-conv v0.2.0
14522026-08-25T07:30:11.565Z Compiling time-core v0.1.8
14532026-08-25T07:30:11.565Z Compiling unarray v0.1.4
14542026-08-25T07:30:11.642Z Compiling deranged v0.5.8
14552026-08-25T07:30:12.131Z Compiling clap_builder v4.6.0
14562026-08-25T07:30:12.157Z Compiling num-iter v0.1.45
14572026-08-25T07:30:12.157Z Compiling time-macros v0.2.27
14582026-08-25T07:30:12.157Z Compiling slog v2.8.2
14592026-08-25T07:30:12.157Z Compiling lazy_static v1.5.0
14602026-08-25T07:30:12.157Z Compiling sync_wrapper v1.0.2
14612026-08-25T07:30:12.157Z Compiling bitvec v1.0.1
14622026-08-25T07:30:12.157Z Compiling zeroize_derive v1.5.0
14632026-08-25T07:30:12.158Z Compiling zerocopy-derive v0.8.55
14642026-08-25T07:30:12.158Z Compiling zerofrom-derive v0.1.6
14652026-08-25T07:30:12.158Z Compiling yoke-derive v0.8.1
14662026-08-25T07:30:12.158Z Compiling zerovec-derive v0.11.2
14672026-08-25T07:30:12.670Z Compiling displaydoc v0.2.5
14682026-08-25T07:30:12.687Z Compiling tokio-macros v2.7.0
14692026-08-25T07:30:12.687Z Compiling futures-macro v0.3.32
14702026-08-25T07:30:12.687Z Compiling thiserror-impl v2.0.18
14712026-08-25T07:30:12.848Z Compiling der_derive v0.7.3
14722026-08-25T07:30:13.319Z Compiling tracing-attributes v0.1.31
14732026-08-25T07:30:13.494Z Compiling schemars_derive v0.8.22
14742026-08-25T07:30:13.494Z Compiling scroll_derive v0.13.1
14752026-08-25T07:30:13.540Z Compiling zerofrom v0.1.6
14762026-08-25T07:30:13.540Z Compiling pest_derive v2.8.6
14772026-08-25T07:30:13.541Z Compiling darling_macro v0.20.11
14782026-08-25T07:30:13.541Z Compiling thiserror-impl v1.0.69
14792026-08-25T07:30:13.541Z Compiling yoke v0.8.1
14802026-08-25T07:30:13.597Z Compiling futures-util v0.3.32
14812026-08-25T07:30:13.724Z Compiling zerovec v0.11.5
14822026-08-25T07:30:13.893Z Compiling zerotrie v0.2.3
14832026-08-25T07:30:13.935Z Compiling openssl-macros v0.1.1
14842026-08-25T07:30:13.970Z Compiling darling v0.20.11
14852026-08-25T07:30:14.028Z Compiling packed_struct_codegen v0.10.1
14862026-08-25T07:30:14.069Z Compiling thiserror v2.0.18
14872026-08-25T07:30:14.128Z Compiling scroll v0.13.0
14882026-08-25T07:30:14.181Z Compiling tinystr v0.8.2
14892026-08-25T07:30:14.210Z Compiling potential_utf v0.1.4
14902026-08-25T07:30:14.231Z Compiling clap_derive v4.6.1
14912026-08-25T07:30:14.410Z Compiling icu_collections v2.1.1
14922026-08-25T07:30:14.521Z Compiling zeroize v1.9.0
14932026-08-25T07:30:14.521Z Compiling bytes v1.11.1
14942026-08-25T07:30:14.521Z Compiling icu_locale_core v2.1.1
14952026-08-25T07:30:14.592Z Compiling chrono v0.4.45
14962026-08-25T07:30:14.593Z Compiling ipnet v2.12.0
14972026-08-25T07:30:14.647Z Compiling der v0.7.10
14982026-08-25T07:30:14.712Z Compiling tracing v0.1.44
14992026-08-25T07:30:14.747Z Compiling rustls-pki-types v1.14.0
15002026-08-25T07:30:14.958Z Compiling hybrid-array v0.4.13
15012026-08-25T07:30:15.105Z Compiling hex v0.4.3
15022026-08-25T07:30:15.105Z Compiling tokio v1.52.1
15032026-08-25T07:30:15.105Z Compiling icu_provider v2.1.1
15042026-08-25T07:30:15.210Z Compiling http v1.4.2
15052026-08-25T07:30:15.210Z Compiling crypto-common v0.1.7
15062026-08-25T07:30:15.264Z Compiling block-buffer v0.10.4
15072026-08-25T07:30:15.265Z Compiling thiserror v1.0.69
15082026-08-25T07:30:15.265Z Compiling serde_spanned v0.6.9
15092026-08-25T07:30:15.711Z Compiling icu_normalizer v2.1.1
15102026-08-25T07:30:15.711Z Compiling icu_properties v2.1.2
15112026-08-25T07:30:15.712Z Compiling toml_datetime v0.6.11
15122026-08-25T07:30:15.752Z Compiling digest v0.10.7
15132026-08-25T07:30:15.752Z Compiling goblin v0.10.5
15142026-08-25T07:30:15.752Z Compiling spki v0.7.3
15152026-08-25T07:30:15.752Z Compiling sha2 v0.10.9
15162026-08-25T07:30:15.752Z Compiling signature v2.2.0
15172026-08-25T07:30:15.920Z Compiling pkcs8 v0.10.2
15182026-08-25T07:30:16.353Z Compiling http-body v1.0.1
15192026-08-25T07:30:16.354Z Compiling hmac v0.12.1
15202026-08-25T07:30:16.354Z Compiling zerocopy-derive v0.6.6
15212026-08-25T07:30:16.354Z Compiling bitfield-macros v0.19.4
15222026-08-25T07:30:16.354Z Compiling indexmap v1.9.3
15232026-08-25T07:30:16.354Z Compiling zlib-rs v0.6.2
15242026-08-25T07:30:16.354Z Compiling crc-catalog v2.4.0
15252026-08-25T07:30:16.354Z Compiling crossbeam-utils v0.8.21
15262026-08-25T07:30:16.354Z Compiling object v0.37.3
15272026-08-25T07:30:16.491Z Compiling unicode-segmentation v1.12.0
15282026-08-25T07:30:16.491Z Compiling usdt-impl v0.6.0
15292026-08-25T07:30:16.491Z Compiling num_threads v0.1.7
15302026-08-25T07:30:16.491Z Compiling idna_adapter v1.2.1
15312026-08-25T07:30:16.491Z Compiling nodrop v0.1.14
15322026-08-25T07:30:16.492Z Compiling siphasher v1.0.2
15332026-08-25T07:30:16.492Z Compiling idna v1.1.0
15342026-08-25T07:30:16.492Z Compiling ppv-lite86 v0.2.21
15352026-08-25T07:30:16.605Z Compiling array-init v0.0.4
15362026-08-25T07:30:16.657Z Compiling time v0.3.47
15372026-08-25T07:30:16.657Z Compiling crc v3.4.0
15382026-08-25T07:30:16.658Z Compiling bitfield v0.19.4
15392026-08-25T07:30:16.697Z Compiling clap v4.6.1
15402026-08-25T07:30:16.747Z Compiling url v2.5.8
15412026-08-25T07:30:16.777Z Compiling rand_chacha v0.9.0
15422026-08-25T07:30:16.777Z Compiling rand_chacha v0.3.1
15432026-08-25T07:30:16.777Z Compiling zerocopy v0.6.6
15442026-08-25T07:30:16.818Z Compiling pkcs1 v0.7.5
15452026-08-25T07:30:16.847Z Compiling http-body-util v0.1.3
15462026-08-25T07:30:16.945Z Compiling erased-serde v0.3.31
15472026-08-25T07:30:17.038Z Compiling rand v0.9.2
15482026-08-25T07:30:17.068Z Compiling rand v0.8.6
15492026-08-25T07:30:17.083Z Compiling dtrace-parser v0.3.0
15502026-08-25T07:30:17.516Z Compiling derive_builder_core v0.20.2
15512026-08-25T07:30:17.829Z Compiling structmeta-derive v0.3.0
15522026-08-25T07:30:18.214Z Compiling scroll_derive v0.12.1
15532026-08-25T07:30:18.214Z Compiling proptest v1.11.0
15542026-08-25T07:30:18.214Z Compiling smallvec v0.6.14
15552026-08-25T07:30:18.416Z Compiling ipnetwork v0.21.1
15562026-08-25T07:30:18.416Z Compiling dof v0.4.0
15572026-08-25T07:30:18.416Z Compiling daft-derive v0.1.8
15582026-08-25T07:30:18.556Z Compiling heapless v0.7.17
15592026-08-25T07:30:18.556Z Compiling darling_core v0.23.0
15602026-08-25T07:30:18.556Z Compiling thread-id v5.1.0
15612026-08-25T07:30:18.556Z Compiling env_filter v2.0.0
15622026-08-25T07:30:18.889Z Compiling oxnet v0.1.6
15632026-08-25T07:30:18.889Z Compiling cookie v0.18.1
15642026-08-25T07:30:18.889Z Compiling gimli v0.32.3
15652026-08-25T07:30:18.889Z Compiling signal-hook v0.3.18
15662026-08-25T07:30:18.889Z Compiling anyhow v1.0.104
15672026-08-25T07:30:18.889Z Compiling winnow v0.5.40
15682026-08-25T07:30:19.047Z Compiling unicode-properties v0.1.4
15692026-08-25T07:30:19.047Z Compiling zstd-safe v7.2.4
15702026-08-25T07:30:19.047Z Compiling base64 v0.21.7
15712026-08-25T07:30:19.047Z Compiling tokio-util v0.7.18
15722026-08-25T07:30:19.047Z Compiling flate2 v1.1.9
15732026-08-25T07:30:19.112Z Compiling tower v0.5.3
15742026-08-25T07:30:19.112Z Compiling ryu v1.0.23
15752026-08-25T07:30:19.113Z Compiling iri-string v0.7.10
15762026-08-25T07:30:19.162Z Compiling allocator-api2 v0.2.21
15772026-08-25T07:30:19.162Z Compiling hashbrown v0.12.3
15782026-08-25T07:30:19.286Z Compiling unicode-bidi v0.3.18
15792026-08-25T07:30:19.413Z Compiling serde_urlencoded v0.7.1
15802026-08-25T07:30:19.477Z Compiling ron v0.8.1
15812026-08-25T07:30:19.610Z Compiling rsa v0.9.10
15822026-08-25T07:30:20.240Z Compiling h2 v0.4.15
15832026-08-25T07:30:20.241Z Compiling stringprep v0.1.5
15842026-08-25T07:30:20.492Z Compiling tokio-native-tls v0.3.1
15852026-08-25T07:30:20.492Z Compiling toml_edit v0.19.15
15862026-08-25T07:30:20.492Z Compiling structmeta v0.3.0
15872026-08-25T07:30:20.492Z Compiling env_logger v0.11.11
15882026-08-25T07:30:20.492Z Compiling scroll v0.12.0
15892026-08-25T07:30:20.492Z Compiling tower-http v0.6.8
15902026-08-25T07:30:20.492Z Compiling addr2line v0.25.1
15912026-08-25T07:30:20.493Z Compiling derive_builder_macro v0.20.2
15922026-08-25T07:30:20.589Z Compiling newtype-uuid v1.3.2
15932026-08-25T07:30:20.589Z Compiling serde-hex v0.1.0
15942026-08-25T07:30:20.590Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-25T07:30:20.590Z Compiling bzip2 v0.4.4
15962026-08-25T07:30:20.770Z Compiling daft v0.1.8
15972026-08-25T07:30:20.806Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15982026-08-25T07:30:20.806Z Compiling hashbrown v0.13.2
15992026-08-25T07:30:20.824Z Compiling camino v1.2.5
16002026-08-25T07:30:21.014Z Compiling x509-cert v0.2.5
16012026-08-25T07:30:21.225Z Compiling darling_macro v0.23.0
16022026-08-25T07:30:21.225Z Compiling md-5 v0.10.6
16032026-08-25T07:30:21.225Z Compiling crypto-common v0.2.2
16042026-08-25T07:30:21.225Z Compiling block-buffer v0.12.1
16052026-08-25T07:30:21.506Z Compiling block-padding v0.4.2
16062026-08-25T07:30:21.506Z Compiling rustls-native-certs v0.8.3
16072026-08-25T07:30:21.506Z Compiling serde_tokenstream v0.2.3
16082026-08-25T07:30:21.610Z Compiling bstr v1.12.1
16092026-08-25T07:30:21.610Z Compiling async-trait v0.1.89
16102026-08-25T07:30:21.610Z Compiling pin-project-internal v1.1.11
16112026-08-25T07:30:21.774Z Compiling zerocopy-derive v0.7.35
16122026-08-25T07:30:21.774Z Compiling curve25519-dalek v4.1.3
16132026-08-25T07:30:22.387Z Compiling vergen-lib v9.1.0
16142026-08-25T07:30:22.536Z Compiling hash32 v0.2.1
16152026-08-25T07:30:22.536Z Compiling encoding_rs v0.8.35
16162026-08-25T07:30:22.536Z Compiling memoffset v0.9.1
16172026-08-25T07:30:22.536Z Compiling rustix v0.38.44
16182026-08-25T07:30:22.536Z Compiling rustc-demangle v0.1.27
16192026-08-25T07:30:22.626Z Compiling owo-colors v4.3.0
16202026-08-25T07:30:22.626Z Compiling fallible-iterator v0.2.0
16212026-08-25T07:30:22.626Z Compiling cfg_aliases v0.2.1
16222026-08-25T07:30:22.705Z Compiling ref-cast v1.0.25
16232026-08-25T07:30:22.705Z Compiling mime v0.3.17
16242026-08-25T07:30:22.705Z Compiling smoltcp v0.9.1
16252026-08-25T07:30:22.705Z Compiling psl-types v2.0.11
16262026-08-25T07:30:22.705Z Compiling crc-any v2.5.0
16272026-08-25T07:30:23.078Z Compiling hyper v1.10.1
16282026-08-25T07:30:23.141Z Compiling litrs v1.0.0
16292026-08-25T07:30:23.141Z Compiling postgres-protocol v0.6.10
16302026-08-25T07:30:23.141Z Compiling publicsuffix v2.3.0
16312026-08-25T07:30:23.141Z Compiling nix v0.31.2
16322026-08-25T07:30:23.141Z Compiling pin-project v1.1.11
16332026-08-25T07:30:23.141Z Compiling zerocopy v0.7.35
16342026-08-25T07:30:23.141Z Compiling darling v0.23.0
16352026-08-25T07:30:23.360Z Compiling inout v0.2.2
16362026-08-25T07:30:23.360Z Compiling toml v0.7.8
16372026-08-25T07:30:23.360Z Compiling object v0.30.4
16382026-08-25T07:30:23.611Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-25T07:30:23.611Z Compiling derive_builder v0.20.2
16402026-08-25T07:30:23.676Z Compiling document-features v0.2.12
16412026-08-25T07:30:23.676Z Compiling backtrace v0.3.76
16422026-08-25T07:30:23.676Z Compiling zip v0.6.6
16432026-08-25T07:30:23.676Z Compiling goblin v0.8.2
16442026-08-25T07:30:23.676Z Compiling derive-ex v0.1.8
16452026-08-25T07:30:23.723Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16462026-08-25T07:30:23.806Z Compiling phf_shared v0.13.1
16472026-08-25T07:30:23.864Z Compiling convert_case v0.10.0
16482026-08-25T07:30:23.991Z Compiling hyper-util v0.1.20
16492026-08-25T07:30:24.034Z Compiling futures-executor v0.3.32
16502026-08-25T07:30:24.068Z Compiling hubpack_derive v0.1.1
16512026-08-25T07:30:24.068Z Compiling regex v1.12.3
16522026-08-25T07:30:24.192Z Compiling snafu-derive v0.8.9
16532026-08-25T07:30:24.240Z Compiling strum_macros v0.27.2
16542026-08-25T07:30:24.240Z Compiling ref-cast-impl v1.0.25
16552026-08-25T07:30:24.313Z Compiling curve25519-dalek-derive v0.1.1
16562026-08-25T07:30:24.482Z Compiling vergen v9.1.0
16572026-08-25T07:30:24.531Z Compiling cargo-platform v0.3.2
16582026-08-25T07:30:24.574Z Compiling ff v0.13.1
16592026-08-25T07:30:24.708Z Compiling fs-err v3.3.0
16602026-08-25T07:30:24.835Z Compiling bitflags v1.3.2
16612026-08-25T07:30:24.835Z Compiling libbz2-rs-sys v0.2.2
16622026-08-25T07:30:24.835Z Compiling base16ct v0.2.0
16632026-08-25T07:30:24.835Z Compiling foldhash v0.2.0
16642026-08-25T07:30:24.998Z Compiling managed v0.8.0
16652026-08-25T07:30:24.998Z Compiling jiff-core v0.1.0
16662026-08-25T07:30:25.012Z Compiling path-slash v0.1.5
16672026-08-25T07:30:25.012Z Compiling foldhash v0.1.5
16682026-08-25T07:30:25.012Z Compiling is_ci v1.2.0
16692026-08-25T07:30:25.028Z Compiling either v1.15.0
16702026-08-25T07:30:25.044Z Compiling bumpalo v3.20.2
16712026-08-25T07:30:25.147Z Compiling same-file v1.0.6
16722026-08-25T07:30:25.209Z Compiling textwrap v0.16.2
16732026-08-25T07:30:25.209Z Compiling bzip2 v0.6.1
16742026-08-25T07:30:25.293Z Compiling walkdir v2.5.0
16752026-08-25T07:30:25.373Z Compiling test-strategy v0.4.5
16762026-08-25T07:30:25.373Z Compiling hyper-tls v0.6.0
16772026-08-25T07:30:25.373Z Compiling zopfli v0.8.3
16782026-08-25T07:30:25.449Z Compiling supports-color v3.0.2
16792026-08-25T07:30:25.449Z Compiling hashbrown v0.15.5
16802026-08-25T07:30:25.549Z Compiling reqwest v0.12.28
16812026-08-25T07:30:25.559Z Compiling jiff v0.2.34
16822026-08-25T07:30:25.616Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16832026-08-25T07:30:25.833Z Compiling dof v0.3.0
16842026-08-25T07:30:26.043Z Compiling hashbrown v0.16.1
16852026-08-25T07:30:26.799Z Compiling sec1 v0.7.3
16862026-08-25T07:30:26.799Z Compiling snafu v0.8.9
16872026-08-25T07:30:26.916Z Compiling strum v0.27.2
16882026-08-25T07:30:26.916Z Compiling cargo_metadata v0.23.1
16892026-08-25T07:30:26.916Z Compiling group v0.13.0
16902026-08-25T07:30:26.916Z Compiling hubpack v0.1.2
16912026-08-25T07:30:26.916Z Compiling derive_more-impl v2.1.1
16922026-08-25T07:30:26.916Z Compiling futures v0.3.32
16932026-08-25T07:30:26.917Z Compiling phf v0.13.1
16942026-08-25T07:30:26.917Z Compiling cookie_store v0.22.1
16952026-08-25T07:30:26.917Z Compiling signal-hook-mio v0.2.5
16962026-08-25T07:30:26.917Z Compiling backtrace-ext v0.2.1
16972026-08-25T07:30:26.917Z Compiling zstd v0.13.3
16982026-08-25T07:30:26.917Z Compiling cipher v0.5.2
16992026-08-25T07:30:26.917Z Compiling postgres-types v0.2.12
17002026-08-25T07:30:26.917Z Compiling serde_with_macros v3.21.0
17012026-08-25T07:30:27.397Z Compiling globset v0.4.18
17022026-08-25T07:30:27.475Z Compiling usdt-attr-macro v0.6.0
17032026-08-25T07:30:27.475Z Compiling usdt-macro v0.6.0
17042026-08-25T07:30:27.475Z Compiling byte-wrapper v0.1.0
17052026-08-25T07:30:27.475Z Compiling phf_shared v0.11.3
17062026-08-25T07:30:27.582Z Compiling hkdf v0.12.4
17072026-08-25T07:30:27.663Z Compiling ed25519 v2.2.3
17082026-08-25T07:30:27.663Z Compiling dtrace-parser v0.2.0
17092026-08-25T07:30:27.818Z Compiling crypto-bigint v0.5.5
17102026-08-25T07:30:28.175Z Compiling serde-big-array v0.5.1
17112026-08-25T07:30:28.175Z Compiling serde_plain v1.0.2
17122026-08-25T07:30:28.175Z Compiling olpc-cjson v0.1.4
17132026-08-25T07:30:28.274Z Compiling serde_repr v0.1.20
17142026-08-25T07:30:28.274Z Compiling enum-as-inner v0.6.1
17152026-08-25T07:30:28.274Z Compiling async-recursion v1.1.1
17162026-08-25T07:30:28.274Z Compiling strum_macros v0.26.4
17172026-08-25T07:30:28.274Z Compiling miette-derive v7.6.0
17182026-08-25T07:30:28.274Z Compiling float-cmp v0.10.0
17192026-08-25T07:30:28.274Z Compiling pem v3.0.6
17202026-08-25T07:30:28.274Z Compiling thread-id v4.2.2
17212026-08-25T07:30:28.398Z Compiling memmap2 v0.9.10
17222026-08-25T07:30:28.410Z Compiling cpufeatures v0.3.0
17232026-08-25T07:30:28.444Z Compiling typed-path v0.9.3
17242026-08-25T07:30:28.520Z Compiling keccak v0.1.6
17252026-08-25T07:30:28.520Z Compiling precomputed-hash v0.1.1
17262026-08-25T07:30:28.704Z Compiling whoami v2.1.0
17272026-08-25T07:30:28.704Z Compiling winnow v1.0.3
17282026-08-25T07:30:28.705Z Compiling normalize-line-endings v0.3.0
17292026-08-25T07:30:28.752Z Compiling new_debug_unreachable v1.0.6
17302026-08-25T07:30:28.752Z Compiling difflib v0.4.0
17312026-08-25T07:30:28.752Z Compiling supports-unicode v3.0.0
17322026-08-25T07:30:28.752Z Compiling const-oid v0.10.2
17332026-08-25T07:30:28.837Z Compiling fixedbitset v0.4.2
17342026-08-25T07:30:28.899Z Compiling fixedbitset v0.5.7
17352026-08-25T07:30:28.917Z Compiling supports-hyperlinks v3.2.0
17362026-08-25T07:30:28.969Z Compiling predicates-core v1.0.10
17372026-08-25T07:30:29.043Z Compiling static_assertions v1.1.0
17382026-08-25T07:30:29.089Z Compiling data-encoding v2.10.0
17392026-08-25T07:30:29.408Z Compiling petgraph v0.6.5
17402026-08-25T07:30:29.409Z Compiling predicates v3.1.4
17412026-08-25T07:30:29.704Z Compiling petgraph v0.8.3
17422026-08-25T07:30:29.704Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17432026-08-25T07:30:29.704Z Compiling miette v7.6.0
17442026-08-25T07:30:29.704Z Compiling toml_edit v0.22.27
17452026-08-25T07:30:29.704Z Compiling digest v0.11.3
17462026-08-25T07:30:29.704Z Compiling tokio-postgres v0.7.16
17472026-08-25T07:30:29.704Z Compiling hickory-proto v0.25.2
17482026-08-25T07:30:29.704Z Compiling toml_parser v1.1.2+spec-1.1.0
17492026-08-25T07:30:30.011Z Compiling elliptic-curve v0.13.8
17502026-08-25T07:30:30.012Z Compiling sha3 v0.10.8
17512026-08-25T07:30:30.012Z Compiling string_cache v0.8.9
17522026-08-25T07:30:30.012Z Compiling chacha20 v0.10.0
17532026-08-25T07:30:30.012Z Compiling strum v0.26.3
17542026-08-25T07:30:30.067Z Compiling usdt v0.6.0
17552026-08-25T07:30:30.067Z Compiling usdt-impl v0.5.0
17562026-08-25T07:30:30.068Z Compiling serde_with v3.21.0
17572026-08-25T07:30:30.068Z Compiling crossterm v0.28.1
17582026-08-25T07:30:30.169Z Compiling ed25519-dalek v2.2.0
17592026-08-25T07:30:30.479Z Compiling zip v4.6.1
17602026-08-25T07:30:30.479Z Compiling derive_more v2.1.1
17612026-08-25T07:30:30.479Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17622026-08-25T07:30:31.009Z Compiling iddqd v0.4.2
17632026-08-25T07:30:31.009Z Compiling itertools v0.15.0
17642026-08-25T07:30:31.222Z Compiling itertools v0.13.0
17652026-08-25T07:30:31.222Z Compiling similar v2.7.0
17662026-08-25T07:30:31.257Z Compiling crossbeam-epoch v0.9.18
17672026-08-25T07:30:31.257Z Compiling oxide-generation v0.1.3
17682026-08-25T07:30:31.316Z Compiling tokio-stream v0.1.18
17692026-08-25T07:30:31.426Z Compiling buf-list v1.1.2
17702026-08-25T07:30:31.456Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-08-25T07:30:31.503Z Compiling heck v0.4.1
17722026-08-25T07:30:31.723Z Compiling openapiv3 v2.2.0
17732026-08-25T07:30:31.756Z Compiling peg-runtime v0.8.5
17742026-08-25T07:30:31.791Z Compiling lalrpop-util v0.19.12
17752026-08-25T07:30:31.946Z Compiling thread_local v1.1.9
17762026-08-25T07:30:31.946Z Compiling slog-async v2.8.0
17772026-08-25T07:30:32.009Z Compiling crossbeam-channel v0.5.15
17782026-08-25T07:30:32.009Z Compiling is-terminal v0.4.17
17792026-08-25T07:30:32.009Z Compiling filetime v0.2.27
17802026-08-25T07:30:32.009Z Compiling xattr v1.6.1
17812026-08-25T07:30:32.009Z Compiling term v1.2.1
17822026-08-25T07:30:32.097Z Compiling take_mut v0.2.2
17832026-08-25T07:30:32.098Z Compiling camino-tempfile v1.4.1
17842026-08-25T07:30:32.148Z Compiling tar v0.4.46
17852026-08-25T07:30:32.354Z Compiling slog-term v2.9.2
17862026-08-25T07:30:49.658Z Compiling rustls-webpki v0.103.13
17872026-08-25T07:30:52.128Z Compiling tokio-rustls v0.26.4
17882026-08-25T07:30:52.128Z Compiling rustls-platform-verifier v0.6.2
17892026-08-25T07:30:52.128Z Compiling tough v0.22.0
17902026-08-25T07:30:52.282Z Compiling hyper-rustls v0.27.7
17912026-08-25T07:30:52.508Z Compiling reqwest v0.13.2
17922026-08-25T07:30:54.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17932026-08-25T07:30:55.079Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17942026-08-25T07:30:57.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.01s
17952026-08-25T07:30:57.937Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17962026-08-25T07:30:58.072ZAug 25 07:30:57.128 INFO Starting download, target: Clickhouse
17972026-08-25T07:30:58.072ZAug 25 07:30:57.129 INFO Starting download, target: Cockroach
17982026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Starting download, target: Console
17992026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Starting download, target: DendriteStub
18002026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Starting download, target: MaghemiteMgd
18012026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Starting download, target: MaghemiteDdmd
18022026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Starting download, target: TransceiverControl
18032026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18052026-08-25T07:30:58.073ZAug 25 07:30:57.129 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18062026-08-25T07:30:58.074ZAug 25 07:30:57.129 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18072026-08-25T07:30:58.074ZAug 25 07:30:57.129 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18082026-08-25T07:30:58.074ZAug 25 07:30:57.129 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18092026-08-25T07:30:58.074ZAug 25 07:30:57.129 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18102026-08-25T07:31:00.013ZAug 25 07:30:59.159 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-08-25T07:31:00.134ZAug 25 07:30:59.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18122026-08-25T07:31:00.267ZAug 25 07:30:59.406 INFO Download complete, target: Console
18132026-08-25T07:31:06.810ZAug 25 07:31:05.922 INFO Checking that binary works, target: Clickhouse
18142026-08-25T07:31:06.872ZAug 25 07:31:06.010 INFO Download complete, target: Clickhouse
18152026-08-25T07:31:13.023ZAug 25 07:31:12.116 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18162026-08-25T07:31:13.179ZAug 25 07:31:12.324 INFO Download complete, target: TransceiverControl
18172026-08-25T07:32:56.032ZAug 25 07:32:55.120 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18182026-08-25T07:32:57.887ZAug 25 07:32:57.030 INFO Download complete, target: MaghemiteDdmd
18192026-08-25T07:33:10.072ZAug 25 07:33:09.254 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18202026-08-25T07:33:12.814ZAug 25 07:33:12.033 INFO Download complete, target: DendriteStub
18212026-08-25T07:33:31.862ZAug 25 07:33:31.078 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18222026-08-25T07:33:34.643ZAug 25 07:33:33.846 INFO Download complete, target: MaghemiteMgd
18232026-08-25T07:33:53.550ZAug 25 07:33:52.762 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18242026-08-25T07:33:53.550ZAug 25 07:33:52.762 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18252026-08-25T07:33:58.138ZAug 25 07:33:57.354 INFO Checking that binary works, target: Cockroach
18262026-08-25T07:33:58.267ZAug 25 07:33:57.477 INFO Download complete, target: Cockroach
18272026-08-25T07:33:58.276ZAll prerequisites installed successfully
18282026-08-25T07:33:58.276Z
18292026-08-25T07:33:58.276Zreal 4:45.585308329
18302026-08-25T07:33:58.276Zuser 7:24.333872250
18312026-08-25T07:33:58.276Zsys 1:44.643314451
18322026-08-25T07:33:58.277Ztrap 0.297506429
18332026-08-25T07:33:58.277Ztflt 0.854188934
18342026-08-25T07:33:58.277Zdflt 1.562036703
18352026-08-25T07:33:58.277Zkflt 0.028896321
18362026-08-25T07:33:58.277Zlock 1:48:36.786311304
18372026-08-25T07:33:58.277Zslp 25:46.590136703
18382026-08-25T07:33:58.277Zlat 30.583480295
18392026-08-25T07:33:58.277Zstop 3:32.722739301
18402026-08-25T07:33:58.277Z+ ptime -m cargo xtask download softnpu
18412026-08-25T07:33:58.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-08-25T07:33:58.746Z Running `target/debug/xtask download softnpu`
18432026-08-25T07:33:59.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18442026-08-25T07:33:59.576Z Running `target/debug/xtask-downloader softnpu`
18452026-08-25T07:33:59.626ZAug 25 07:33:58.844 INFO Starting download, target: Softnpu
18462026-08-25T07:33:59.629ZAug 25 07:33:58.845 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18472026-08-25T07:34:00.242ZAug 25 07:33:59.461 INFO Download complete, target: Softnpu
18482026-08-25T07:34:00.252Z
18492026-08-25T07:34:00.252Zreal 1.975334347
18502026-08-25T07:34:00.253Zuser 1.363391017
18512026-08-25T07:34:00.253Zsys 0.649491918
18522026-08-25T07:34:00.253Ztrap 0.000527503
18532026-08-25T07:34:00.253Ztflt 0.000135509
18542026-08-25T07:34:00.253Zdflt 0.000285897
18552026-08-25T07:34:00.253Zkflt 0.000000000
18562026-08-25T07:34:00.253Zlock 11.468862959
18572026-08-25T07:34:00.253Zslp 0.460405263
18582026-08-25T07:34:00.253Zlat 0.102121118
18592026-08-25T07:34:00.254Zstop 0.000179808
18602026-08-25T07:34:00.254Z+ export CARGO_INCREMENTAL=0
18612026-08-25T07:34:00.254Z+ CARGO_INCREMENTAL=0
18622026-08-25T07:34:00.254Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18632026-08-25T07:34:01.169Z Compiling proc-macro2 v1.0.106
18642026-08-25T07:34:01.170Z Compiling quote v1.0.45
18652026-08-25T07:34:01.170Z Compiling unicode-ident v1.0.24
18662026-08-25T07:34:01.176Z Compiling serde_core v1.0.229
18672026-08-25T07:34:01.176Z Compiling libc v0.2.185
18682026-08-25T07:34:01.176Z Compiling serde v1.0.229
18692026-08-25T07:34:01.176Z Compiling cfg-if v1.0.4
18702026-08-25T07:34:01.307Z Compiling version_check v0.9.5
18712026-08-25T07:34:01.310Z Compiling autocfg v1.5.0
18722026-08-25T07:34:01.310Z Compiling find-msvc-tools v0.1.9
18732026-08-25T07:34:01.310Z Compiling shlex v1.3.0
18742026-08-25T07:34:01.311Z Compiling memchr v2.8.0
18752026-08-25T07:34:01.311Z Compiling zmij v1.0.21
18762026-08-25T07:34:01.311Z Compiling serde_json v1.0.151
18772026-08-25T07:34:01.485Z Compiling portable-atomic v1.13.1
18782026-08-25T07:34:01.546Z Compiling zerocopy v0.8.55
18792026-08-25T07:34:01.578Z Compiling libm v0.2.16
18802026-08-25T07:34:01.682Z Compiling getrandom v0.4.3
18812026-08-25T07:34:01.686Z Compiling icu_normalizer_data v2.1.1
18822026-08-25T07:34:01.769Z Compiling icu_properties_data v2.1.2
18832026-08-25T07:34:01.775Z Compiling generic-array v0.14.7
18842026-08-25T07:34:01.775Z Compiling parking_lot_core v0.9.12
18852026-08-25T07:34:01.913Z Compiling num-traits v0.2.19
18862026-08-25T07:34:01.928Z Compiling smallvec v1.15.1
18872026-08-25T07:34:01.960Z Compiling itoa v1.0.17
18882026-08-25T07:34:01.963Z Compiling log v0.4.33
18892026-08-25T07:34:01.963Z Compiling subtle v2.6.1
18902026-08-25T07:34:02.039Z Compiling pkg-config v0.3.32
18912026-08-25T07:34:02.087Z Compiling stable_deref_trait v1.2.1
18922026-08-25T07:34:02.173Z Compiling typenum v1.20.1
18932026-08-25T07:34:02.238Z Compiling rustix v1.1.4
18942026-08-25T07:34:02.254Z Compiling getrandom v0.3.4
18952026-08-25T07:34:02.303Z Compiling scopeguard v1.2.0
18962026-08-25T07:34:02.306Z Compiling thiserror v2.0.18
18972026-08-25T07:34:02.409Z Compiling jobserver v0.1.34
18982026-08-25T07:34:02.425Z Compiling errno v0.3.14
18992026-08-25T07:34:02.442Z Compiling lock_api v0.4.14
19002026-08-25T07:34:02.587Z Compiling rand_core v0.10.0
19012026-08-25T07:34:02.617Z Compiling cc v1.2.56
19022026-08-25T07:34:02.649Z Compiling getrandom v0.2.17
19032026-08-25T07:34:02.730Z Compiling syn v2.0.117
19042026-08-25T07:34:02.731Z Compiling syn v3.0.3
19052026-08-25T07:34:02.779Z Compiling heck v0.5.0
19062026-08-25T07:34:02.797Z Compiling critical-section v1.2.0
19072026-08-25T07:34:02.804Z Compiling schemars v0.8.22
19082026-08-25T07:34:02.812Z Compiling equivalent v1.0.2
19092026-08-25T07:34:02.892Z Compiling rand_core v0.6.4
19102026-08-25T07:34:02.991Z Compiling syn v1.0.109
19112026-08-25T07:34:03.023Z Compiling percent-encoding v2.3.2
19122026-08-25T07:34:03.029Z Compiling writeable v0.6.2
19132026-08-25T07:34:03.029Z Compiling litemap v0.8.1
19142026-08-25T07:34:03.079Z Compiling pin-project-lite v0.2.17
19152026-08-25T07:34:03.161Z Compiling rustversion v1.0.22
19162026-08-25T07:34:03.182Z Compiling once_cell v1.21.3
19172026-08-25T07:34:03.284Z Compiling hashbrown v0.17.0
19182026-08-25T07:34:03.349Z Compiling cmake v0.1.57
19192026-08-25T07:34:03.460Z Compiling fs_extra v1.3.0
19202026-08-25T07:34:03.474Z Compiling dunce v1.0.5
19212026-08-25T07:34:03.566Z Compiling semver v1.0.28
19222026-08-25T07:34:03.578Z Compiling bitflags v2.11.0
19232026-08-25T07:34:03.740Z Compiling byteorder v1.5.0
19242026-08-25T07:34:03.810Z Compiling indexmap v2.14.0
19252026-08-25T07:34:03.828Z Compiling utf8_iter v1.0.4
19262026-08-25T07:34:03.846Z Compiling strsim v0.11.1
19272026-08-25T07:34:03.897Z Compiling aws-lc-sys v0.40.0
19282026-08-25T07:34:03.985Z Compiling form_urlencoded v1.2.2
19292026-08-25T07:34:04.013Z Compiling signal-hook-registry v1.4.8
19302026-08-25T07:34:04.071Z Compiling thiserror v1.0.69
19312026-08-25T07:34:04.161Z Compiling parking_lot v0.12.5
19322026-08-25T07:34:04.239Z Compiling socket2 v0.6.3
19332026-08-25T07:34:04.274Z Compiling mio v1.2.0
19342026-08-25T07:34:04.445Z Compiling aws-lc-rs v1.16.3
19352026-08-25T07:34:04.461Z Compiling futures-core v0.3.32
19362026-08-25T07:34:04.479Z Compiling const-oid v0.9.6
19372026-08-25T07:34:04.592Z Compiling fnv v1.0.7
19382026-08-25T07:34:04.711Z Compiling httparse v1.10.1
19392026-08-25T07:34:04.749Z Compiling regex-syntax v0.8.10
19402026-08-25T07:34:04.853Z Compiling crc32fast v1.5.0
19412026-08-25T07:34:05.035Z Compiling iana-time-zone v0.1.65
19422026-08-25T07:34:05.051Z Compiling ucd-trie v0.1.7
19432026-08-25T07:34:05.195Z Compiling vcpkg v0.2.15
19442026-08-25T07:34:05.211Z Compiling ident_case v1.0.1
19452026-08-25T07:34:05.283Z Compiling pest v2.8.6
19462026-08-25T07:34:05.308Z Compiling uuid v1.23.4
19472026-08-25T07:34:05.359Z Compiling rustc_version v0.4.1
19482026-08-25T07:34:05.450Z Compiling synstructure v0.13.2
19492026-08-25T07:34:05.528Z Compiling serde_derive_internals v0.29.1
19502026-08-25T07:34:05.564Z Compiling futures-sink v0.3.32
19512026-08-25T07:34:05.687Z Compiling rustls v0.23.41
19522026-08-25T07:34:05.720Z Compiling openssl-sys v0.9.117
19532026-08-25T07:34:05.738Z Compiling futures-channel v0.3.32
19542026-08-25T07:34:05.763Z Compiling serde_derive v1.0.229
19552026-08-25T07:34:06.014Z Compiling aho-corasick v1.1.4
19562026-08-25T07:34:06.043Z Compiling futures-io v0.3.32
19572026-08-25T07:34:06.070Z Compiling futures-task v0.3.32
19582026-08-25T07:34:06.196Z Compiling dyn-clone v1.0.20
19592026-08-25T07:34:06.212Z Compiling slab v0.4.12
19602026-08-25T07:34:06.323Z Compiling pest_meta v2.8.6
19612026-08-25T07:34:06.340Z Compiling time-core v0.1.8
19622026-08-25T07:34:06.361Z Compiling num-conv v0.2.0
19632026-08-25T07:34:06.374Z Compiling radium v0.7.0
19642026-08-25T07:34:06.377Z Compiling plain v0.2.3
19652026-08-25T07:34:06.481Z Compiling crossbeam-utils v0.8.21
19662026-08-25T07:34:06.515Z Compiling time-macros v0.2.27
19672026-08-25T07:34:06.654Z Compiling base64ct v1.8.3
19682026-08-25T07:34:06.673Z Compiling openssl v0.10.80
19692026-08-25T07:34:06.673Z Compiling maybe-uninit v2.0.0
19702026-08-25T07:34:06.682Z Compiling zeroize_derive v1.5.0
19712026-08-25T07:34:06.741Z Compiling zerofrom-derive v0.1.6
19722026-08-25T07:34:06.755Z Compiling yoke-derive v0.8.1
19732026-08-25T07:34:06.776Z Compiling zerocopy-derive v0.8.55
19742026-08-25T07:34:06.781Z Compiling zerovec-derive v0.11.2
19752026-08-25T07:34:06.806Z Compiling displaydoc v0.2.5
19762026-08-25T07:34:06.887Z Compiling tokio-macros v2.7.0
19772026-08-25T07:34:06.930Z Compiling futures-macro v0.3.32
19782026-08-25T07:34:06.946Z Compiling thiserror-impl v2.0.18
19792026-08-25T07:34:06.963Z Compiling schemars_derive v0.8.22
19802026-08-25T07:34:07.124Z Compiling der_derive v0.7.3
19812026-08-25T07:34:07.312Z Compiling tracing-attributes v0.1.31
19822026-08-25T07:34:07.399Z Compiling thiserror-impl v1.0.69
19832026-08-25T07:34:07.526Z Compiling pest_generator v2.8.6
19842026-08-25T07:34:07.526Z Compiling regex-automata v0.4.14
19852026-08-25T07:34:07.588Z Compiling pretty-hex v0.4.1
19862026-08-25T07:34:07.619Z Compiling base64 v0.22.1
19872026-08-25T07:34:07.730Z Compiling pem-rfc7468 v0.7.0
19882026-08-25T07:34:07.746Z Compiling scroll_derive v0.13.1
19892026-08-25T07:34:07.766Z Compiling futures-util v0.3.32
19902026-08-25T07:34:07.899Z Compiling zerofrom v0.1.6
19912026-08-25T07:34:08.053Z Compiling yoke v0.8.1
19922026-08-25T07:34:08.069Z Compiling scroll_derive v0.12.1
19932026-08-25T07:34:08.167Z Compiling rand_core v0.9.5
19942026-08-25T07:34:08.201Z Compiling pest_derive v2.8.6
19952026-08-25T07:34:08.271Z Compiling zerovec v0.11.5
19962026-08-25T07:34:08.371Z Compiling zerotrie v0.2.3
19972026-08-25T07:34:08.512Z Compiling slog v2.8.2
19982026-08-25T07:34:08.548Z Compiling flagset v0.4.7
19992026-08-25T07:34:08.589Z Compiling openssl-macros v0.1.1
20002026-08-25T07:34:08.676Z Compiling darling_core v0.23.0
20012026-08-25T07:34:08.693Z Compiling bzip2-sys v0.1.13+1.0.8
20022026-08-25T07:34:08.730Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20032026-08-25T07:34:08.749Z Compiling ahash v0.8.12
20042026-08-25T07:34:08.804Z Compiling zeroize v1.9.0
20052026-08-25T07:34:08.877Z Compiling bytes v1.11.1
20062026-08-25T07:34:08.928Z Compiling tinystr v0.8.2
20072026-08-25T07:34:08.959Z Compiling potential_utf v0.1.4
20082026-08-25T07:34:09.138Z Compiling icu_locale_core v2.1.1
20092026-08-25T07:34:09.149Z Compiling icu_collections v2.1.1
20102026-08-25T07:34:09.197Z Compiling chrono v0.4.45
20112026-08-25T07:34:09.215Z Compiling serde_tokenstream v0.2.3
20122026-08-25T07:34:09.475Z Compiling tokio v1.52.1
20132026-08-25T07:34:09.527Z Compiling crypto-common v0.1.7
20142026-08-25T07:34:09.548Z Compiling block-buffer v0.10.4
20152026-08-25T07:34:09.678Z Compiling digest v0.10.7
20162026-08-25T07:34:09.763Z Compiling icu_provider v2.1.1
20172026-08-25T07:34:09.931Z Compiling der v0.7.10
20182026-08-25T07:34:10.059Z Compiling icu_normalizer v2.1.1
20192026-08-25T07:34:10.076Z Compiling icu_properties v2.1.2
20202026-08-25T07:34:10.509Z Compiling num-bigint-dig v0.8.6
20212026-08-25T07:34:10.534Z Compiling native-tls v0.2.18
20222026-08-25T07:34:10.706Z Compiling paste v1.0.15
20232026-08-25T07:34:10.721Z Compiling anyhow v1.0.104
20242026-08-25T07:34:10.761Z Compiling packed_struct v0.10.1
20252026-08-25T07:34:10.804Z Compiling darling_macro v0.23.0
20262026-08-25T07:34:10.977Z Compiling idna_adapter v1.2.1
20272026-08-25T07:34:11.041Z Compiling spki v0.7.3
20282026-08-25T07:34:11.044Z Compiling regex v1.12.3
20292026-08-25T07:34:11.044Z Compiling http v1.4.2
20302026-08-25T07:34:11.088Z Compiling zerocopy-derive v0.7.35
20312026-08-25T07:34:11.145Z Compiling idna v1.1.0
20322026-08-25T07:34:11.308Z Compiling ppv-lite86 v0.2.21
20332026-08-25T07:34:11.448Z Compiling url v2.5.8
20342026-08-25T07:34:11.640Z Compiling rand_chacha v0.9.0
20352026-08-25T07:34:11.668Z Compiling tracing-core v0.1.36
20362026-08-25T07:34:11.686Z Compiling cookie v0.18.1
20372026-08-25T07:34:11.715Z Compiling cpufeatures v0.2.17
20382026-08-25T07:34:11.829Z Compiling camino v1.2.5
20392026-08-25T07:34:11.896Z Compiling rand v0.9.2
20402026-08-25T07:34:11.943Z Compiling darling v0.23.0
20412026-08-25T07:34:12.033Z Compiling serde_spanned v0.6.9
20422026-08-25T07:34:12.049Z Compiling tracing v0.1.44
20432026-08-25T07:34:12.053Z Compiling toml_datetime v0.6.11
20442026-08-25T07:34:12.141Z Compiling packed_struct_codegen v0.10.1
20452026-08-25T07:34:12.183Z Compiling clap_derive v4.6.1
20462026-08-25T07:34:12.234Z Compiling zerocopy-derive v0.6.6
20472026-08-25T07:34:12.360Z Compiling bitfield-macros v0.19.4
20482026-08-25T07:34:12.565Z Compiling indexmap v1.9.3
20492026-08-25T07:34:12.772Z Compiling object v0.37.3
20502026-08-25T07:34:12.814Z Compiling fastrand v2.3.0
20512026-08-25T07:34:12.901Z Compiling simd-adler32 v0.3.8
20522026-08-25T07:34:13.046Z Compiling http-body v1.0.1
20532026-08-25T07:34:13.059Z Compiling pkcs8 v0.10.2
20542026-08-25T07:34:13.164Z Compiling rustls-pki-types v1.14.0
20552026-08-25T07:34:13.317Z Compiling daft-derive v0.1.8
20562026-08-25T07:34:13.331Z Compiling spin v0.9.8
20572026-08-25T07:34:13.486Z Compiling tokio-util v0.7.18
20582026-08-25T07:34:13.507Z Compiling usdt-impl v0.5.0
20592026-08-25T07:34:13.602Z Compiling either v1.15.0
20602026-08-25T07:34:13.795Z Compiling anstyle v1.0.14
20612026-08-25T07:34:13.821Z Compiling ref-cast v1.0.25
20622026-08-25T07:34:13.843Z Compiling adler2 v2.0.1
20632026-08-25T07:34:13.854Z Compiling usdt-impl v0.6.0
20642026-08-25T07:34:13.992Z Compiling cmov v0.5.4
20652026-08-25T07:34:14.029Z Compiling openssl-probe v0.2.1
20662026-08-25T07:34:14.082Z Compiling tinyvec_macros v0.1.1
20672026-08-25T07:34:14.119Z Compiling winnow v0.5.40
20682026-08-25T07:34:14.140Z Compiling utf8parse v0.2.2
20692026-08-25T07:34:14.206Z Compiling ctutils v0.4.2
20702026-08-25T07:34:14.220Z Compiling tinyvec v1.10.0
20712026-08-25T07:34:14.249Z Compiling anstyle-parse v1.0.0
20722026-08-25T07:34:14.265Z Compiling miniz_oxide v0.8.9
20732026-08-25T07:34:14.448Z Compiling tempfile v3.27.0
20742026-08-25T07:34:14.464Z Compiling sha2 v0.10.9
20752026-08-25T07:34:14.563Z Compiling scroll v0.12.0
20762026-08-25T07:34:14.581Z Compiling scroll v0.13.0
20772026-08-25T07:34:14.585Z Compiling terminal_size v0.4.3
20782026-08-25T07:34:14.663Z Compiling async-trait v0.1.89
20792026-08-25T07:34:14.736Z Compiling heapless v0.7.17
20802026-08-25T07:34:14.811Z Compiling tower-layer v0.3.3
20812026-08-25T07:34:14.843Z Compiling try-lock v0.2.5
20822026-08-25T07:34:14.859Z Compiling winnow v0.7.14
20832026-08-25T07:34:14.863Z Compiling tower-service v0.3.3
20842026-08-25T07:34:14.891Z Compiling untrusted v0.7.1
20852026-08-25T07:34:14.941Z Compiling zstd-safe v7.2.4
20862026-08-25T07:34:14.971Z Compiling atomic-waker v1.1.2
20872026-08-25T07:34:15.003Z Compiling is_terminal_polyfill v1.70.2
20882026-08-25T07:34:15.037Z Compiling anstyle-query v1.1.5
20892026-08-25T07:34:15.106Z Compiling unicode-segmentation v1.12.0
20902026-08-25T07:34:15.123Z Compiling rustix v0.38.44
20912026-08-25T07:34:15.141Z Compiling winnow v1.0.3
20922026-08-25T07:34:15.159Z Compiling colorchoice v1.0.4
20932026-08-25T07:34:15.178Z Compiling litrs v1.0.0
20942026-08-25T07:34:15.178Z Compiling signal-hook v0.3.18
20952026-08-25T07:34:15.367Z Compiling anstream v1.0.0
20962026-08-25T07:34:15.447Z Compiling toml_edit v0.19.15
20972026-08-25T07:34:15.538Z Compiling h2 v0.4.15
20982026-08-25T07:34:15.552Z Compiling want v0.3.1
20992026-08-25T07:34:15.648Z Compiling document-features v0.2.12
21002026-08-25T07:34:15.721Z Compiling goblin v0.10.5
21012026-08-25T07:34:15.923Z Compiling goblin v0.8.2
21022026-08-25T07:34:15.959Z Compiling hybrid-array v0.4.13
21032026-08-25T07:34:16.214Z Compiling toml_parser v1.1.2+spec-1.1.0
21042026-08-25T07:34:16.261Z Compiling itertools v0.15.0
21052026-08-25T07:34:16.690Z Compiling zerocopy v0.7.35
21062026-08-25T07:34:16.747Z Compiling ipnet v2.12.0
21072026-08-25T07:34:16.859Z Compiling structmeta-derive v0.3.0
21082026-08-25T07:34:16.874Z Compiling ref-cast-impl v1.0.25
21092026-08-25T07:34:16.957Z Compiling curve25519-dalek v4.1.3
21102026-08-25T07:34:17.542Z Compiling darling_core v0.20.11
21112026-08-25T07:34:17.548Z Compiling wait-timeout v0.2.1
21122026-08-25T07:34:17.548Z Compiling memoffset v0.9.1
21132026-08-25T07:34:17.548Z Compiling tap v1.0.1
21142026-08-25T07:34:17.548Z Compiling quick-error v1.2.3
21152026-08-25T07:34:17.548Z Compiling foreign-types-shared v0.1.1
21162026-08-25T07:34:17.548Z Compiling untrusted v0.9.0
21172026-08-25T07:34:17.548Z Compiling httpdate v1.0.3
21182026-08-25T07:34:17.580Z Compiling bit-vec v0.8.0
21192026-08-25T07:34:17.694Z Compiling powerfmt v0.2.0
21202026-08-25T07:34:17.710Z Compiling foreign-types v0.3.2
21212026-08-25T07:34:17.729Z Compiling rusty-fork v0.3.1
21222026-08-25T07:34:17.763Z Compiling wyz v0.5.1
21232026-08-25T07:34:17.779Z Compiling bit-set v0.8.0
21242026-08-25T07:34:17.845Z Compiling structmeta v0.3.0
21252026-08-25T07:34:17.938Z Compiling deranged v0.5.8
21262026-08-25T07:34:17.974Z Compiling unicode-normalization v0.1.25
21272026-08-25T07:34:18.056Z Compiling ipnetwork v0.21.1
21282026-08-25T07:34:18.073Z Compiling dof v0.3.0
21292026-08-25T07:34:18.192Z Compiling dtrace-parser v0.2.0
21302026-08-25T07:34:18.476Z Compiling dof v0.4.0
21312026-08-25T07:34:18.520Z Compiling rand_chacha v0.3.1
21322026-08-25T07:34:18.672Z Compiling hyper v1.10.1
21332026-08-25T07:34:18.687Z Compiling signature v2.2.0
21342026-08-25T07:34:18.851Z Compiling hex v0.4.3
21352026-08-25T07:34:18.898Z Compiling dtrace-parser v0.3.0
21362026-08-25T07:34:18.923Z Compiling rand_xorshift v0.4.0
21372026-08-25T07:34:19.082Z Compiling darling_macro v0.20.11
21382026-08-25T07:34:19.119Z Compiling pin-project-internal v1.1.11
21392026-08-25T07:34:19.136Z Compiling num-integer v0.1.46
21402026-08-25T07:34:19.366Z Compiling thread-id v5.1.0
21412026-08-25T07:34:19.398Z Compiling thread-id v4.2.2
21422026-08-25T07:34:19.414Z Compiling cfg_aliases v0.2.1
21432026-08-25T07:34:19.459Z Compiling owo-colors v4.3.0
21442026-08-25T07:34:19.478Z Compiling num_threads v0.1.7
21452026-08-25T07:34:19.495Z Compiling smoltcp v0.9.1
21462026-08-25T07:34:19.500Z Compiling clap_lex v1.0.0
21472026-08-25T07:34:19.530Z Compiling unarray v0.1.4
21482026-08-25T07:34:19.608Z Compiling funty v2.0.0
21492026-08-25T07:34:19.651Z Compiling proptest v1.11.0
21502026-08-25T07:34:19.704Z Compiling clap_builder v4.6.0
21512026-08-25T07:34:19.722Z Compiling time v0.3.47
21522026-08-25T07:34:19.739Z Compiling darling v0.20.11
21532026-08-25T07:34:19.763Z Compiling hyper-util v0.1.20
21542026-08-25T07:34:19.780Z Compiling nix v0.31.2
21552026-08-25T07:34:19.936Z Compiling bitvec v1.0.1
21562026-08-25T07:34:19.992Z Compiling num-iter v0.1.45
21572026-08-25T07:34:20.147Z Compiling rand v0.8.6
21582026-08-25T07:34:20.374Z Compiling lazy_static v1.5.0
21592026-08-25T07:34:20.443Z Compiling hmac v0.12.1
21602026-08-25T07:34:20.685Z Compiling curve25519-dalek-derive v0.1.1
21612026-08-25T07:34:20.782Z Compiling sync_wrapper v1.0.2
21622026-08-25T07:34:20.906Z Compiling nodrop v0.1.14
21632026-08-25T07:34:21.156Z Compiling crc-catalog v2.4.0
21642026-08-25T07:34:21.181Z Compiling zlib-rs v0.6.2
21652026-08-25T07:34:21.258Z Compiling siphasher v1.0.2
21662026-08-25T07:34:21.424Z Compiling crc v3.4.0
21672026-08-25T07:34:21.476Z Compiling clap v4.6.1
21682026-08-25T07:34:21.632Z Compiling newtype-uuid v1.3.2
21692026-08-25T07:34:21.929Z Compiling array-init v0.0.4
21702026-08-25T07:34:21.958Z Compiling tower v0.5.3
21712026-08-25T07:34:22.493Z Compiling oxnet v0.1.6
21722026-08-25T07:34:22.575Z Compiling smallvec v0.6.14
21732026-08-25T07:34:22.592Z Compiling derive_builder_core v0.20.2
21742026-08-25T07:34:22.606Z Compiling pkcs1 v0.7.5
21752026-08-25T07:34:22.688Z Compiling http-body-util v0.1.3
21762026-08-25T07:34:22.763Z Compiling bitfield v0.19.4
21772026-08-25T07:34:22.849Z Compiling zerocopy v0.6.6
21782026-08-25T07:34:22.946Z Compiling erased-serde v0.3.31
21792026-08-25T07:34:23.062Z Compiling hubpack_derive v0.1.1
21802026-08-25T07:34:23.079Z Compiling strum_macros v0.27.2
21812026-08-25T07:34:23.092Z Compiling snafu-derive v0.8.9
21822026-08-25T07:34:23.129Z Compiling strum_macros v0.26.4
21832026-08-25T07:34:23.261Z Compiling flate2 v1.1.9
21842026-08-25T07:34:23.354Z Compiling env_filter v2.0.0
21852026-08-25T07:34:23.379Z Compiling fs-err v3.3.0
21862026-08-25T07:34:23.526Z Compiling allocator-api2 v0.2.21
21872026-08-25T07:34:23.570Z Compiling ryu v1.0.23
21882026-08-25T07:34:23.638Z Compiling gimli v0.32.3
21892026-08-25T07:34:23.707Z Compiling hashbrown v0.12.3
21902026-08-25T07:34:23.749Z Compiling unicode-properties v0.1.4
21912026-08-25T07:34:23.879Z Compiling iri-string v0.7.10
21922026-08-25T07:34:23.980Z Compiling base64 v0.21.7
21932026-08-25T07:34:24.084Z Compiling unicode-bidi v0.3.18
21942026-08-25T07:34:24.254Z Compiling ron v0.8.1
21952026-08-25T07:34:24.523Z Compiling stringprep v0.1.5
21962026-08-25T07:34:24.560Z Compiling serde_urlencoded v0.7.1
21972026-08-25T07:34:24.819Z Compiling env_logger v0.11.11
21982026-08-25T07:34:24.890Z Compiling derive_builder_macro v0.20.2
21992026-08-25T07:34:25.020Z Compiling tower-http v0.6.8
22002026-08-25T07:34:25.088Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012026-08-25T07:34:25.136Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22022026-08-25T07:34:25.283Z Compiling addr2line v0.25.1
22032026-08-25T07:34:25.382Z Compiling rsa v0.9.10
22042026-08-25T07:34:25.467Z Compiling daft v0.1.8
22052026-08-25T07:34:25.485Z Compiling serde-hex v0.1.0
22062026-08-25T07:34:25.513Z Compiling tokio-native-tls v0.3.1
22072026-08-25T07:34:25.592Z Compiling hashbrown v0.13.2
22082026-08-25T07:34:25.610Z Compiling bzip2 v0.4.4
22092026-08-25T07:34:25.717Z Compiling usdt-attr-macro v0.6.0
22102026-08-25T07:34:25.790Z Compiling usdt-macro v0.6.0
22112026-08-25T07:34:25.804Z Compiling derive-ex v0.1.8
22122026-08-25T07:34:25.827Z Compiling block-buffer v0.12.1
22132026-08-25T07:34:26.006Z Compiling block-padding v0.4.2
22142026-08-25T07:34:26.023Z Compiling crypto-common v0.2.2
22152026-08-25T07:34:26.168Z Compiling convert_case v0.10.0
22162026-08-25T07:34:26.264Z Compiling rustls-native-certs v0.8.3
22172026-08-25T07:34:26.451Z Compiling x509-cert v0.2.5
22182026-08-25T07:34:26.528Z Compiling md-5 v0.10.6
22192026-08-25T07:34:26.531Z Compiling bstr v1.12.1
22202026-08-25T07:34:26.844Z Compiling vergen-lib v9.1.0
22212026-08-25T07:34:26.862Z Compiling hash32 v0.2.1
22222026-08-25T07:34:27.052Z Compiling encoding_rs v0.8.35
22232026-08-25T07:34:27.085Z Compiling psl-types v2.0.11
22242026-08-25T07:34:27.266Z Compiling fallible-iterator v0.2.0
22252026-08-25T07:34:27.335Z Compiling cpufeatures v0.3.0
22262026-08-25T07:34:27.351Z Compiling crc-any v2.5.0
22272026-08-25T07:34:27.369Z Compiling mime v0.3.17
22282026-08-25T07:34:27.387Z Compiling unicode-width v0.2.0
22292026-08-25T07:34:27.426Z Compiling rustc-demangle v0.1.27
22302026-08-25T07:34:27.604Z Compiling postgres-protocol v0.6.10
22312026-08-25T07:34:27.754Z Compiling backtrace v0.3.76
22322026-08-25T07:34:27.827Z Compiling test-strategy v0.4.5
22332026-08-25T07:34:27.843Z Compiling publicsuffix v2.3.0
22342026-08-25T07:34:28.124Z Compiling derive_more-impl v2.1.1
22352026-08-25T07:34:28.365Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22362026-08-25T07:34:28.555Z Compiling inout v0.2.2
22372026-08-25T07:34:28.623Z Compiling object v0.30.4
22382026-08-25T07:34:28.679Z Compiling zip v0.6.6
22392026-08-25T07:34:28.698Z Compiling hyper-tls v0.6.0
22402026-08-25T07:34:28.733Z Compiling derive_builder v0.20.2
22412026-08-25T07:34:28.768Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-25T07:34:28.864Z Compiling phf_shared v0.13.1
22432026-08-25T07:34:28.880Z Compiling pin-project v1.1.11
22442026-08-25T07:34:29.110Z Compiling toml v0.7.8
22452026-08-25T07:34:29.144Z Compiling heck v0.4.1
22462026-08-25T07:34:29.208Z Compiling serde_with_macros v3.21.0
22472026-08-25T07:34:29.295Z Compiling futures-executor v0.3.32
22482026-08-25T07:34:29.493Z Compiling enum-as-inner v0.6.1
22492026-08-25T07:34:29.514Z Compiling async-recursion v1.1.1
22502026-08-25T07:34:29.543Z Compiling miette-derive v7.6.0
22512026-08-25T07:34:29.653Z Compiling serde_repr v0.1.20
22522026-08-25T07:34:29.700Z Compiling ff v0.13.1
22532026-08-25T07:34:29.722Z Compiling vergen v9.1.0
22542026-08-25T07:34:29.857Z Compiling cargo-platform v0.3.2
22552026-08-25T07:34:29.881Z Compiling managed v0.8.0
22562026-08-25T07:34:30.001Z Compiling base16ct v0.2.0
22572026-08-25T07:34:30.118Z Compiling bitflags v1.3.2
22582026-08-25T07:34:30.134Z Compiling is_ci v1.2.0
22592026-08-25T07:34:30.138Z Compiling libbz2-rs-sys v0.2.2
22602026-08-25T07:34:30.210Z Compiling smawk v0.3.2
22612026-08-25T07:34:30.242Z Compiling path-slash v0.1.5
22622026-08-25T07:34:30.366Z Compiling jiff-core v0.1.0
22632026-08-25T07:34:30.383Z Compiling foldhash v0.2.0
22642026-08-25T07:34:30.400Z Compiling bumpalo v3.20.2
22652026-08-25T07:34:30.517Z Compiling same-file v1.0.6
22662026-08-25T07:34:30.610Z Compiling foldhash v0.1.5
22672026-08-25T07:34:30.618Z Compiling unicode-linebreak v0.1.5
22682026-08-25T07:34:30.629Z Compiling zopfli v0.8.3
22692026-08-25T07:34:30.651Z Compiling walkdir v2.5.0
22702026-08-25T07:34:30.671Z Compiling bzip2 v0.6.1
22712026-08-25T07:34:30.737Z Compiling hashbrown v0.15.5
22722026-08-25T07:34:30.755Z Compiling hashbrown v0.16.1
22732026-08-25T07:34:30.856Z Compiling textwrap v0.16.2
22742026-08-25T07:34:30.935Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22752026-08-25T07:34:31.159Z Compiling jiff v0.2.34
22762026-08-25T07:34:31.265Z Compiling supports-color v3.0.2
22772026-08-25T07:34:31.314Z Compiling sec1 v0.7.3
22782026-08-25T07:34:31.381Z Compiling cargo_metadata v0.23.1
22792026-08-25T07:34:31.415Z Compiling group v0.13.0
22802026-08-25T07:34:31.677Z Compiling futures v0.3.32
22812026-08-25T07:34:31.919Z Compiling phf v0.13.1
22822026-08-25T07:34:32.086Z Compiling snafu v0.8.9
22832026-08-25T07:34:32.104Z Compiling reqwest v0.12.28
22842026-08-25T07:34:32.288Z Compiling cipher v0.5.2
22852026-08-25T07:34:32.461Z Compiling signal-hook-mio v0.2.5
22862026-08-25T07:34:32.492Z Compiling cookie_store v0.22.1
22872026-08-25T07:34:32.568Z Compiling backtrace-ext v0.2.1
22882026-08-25T07:34:32.586Z Compiling zstd v0.13.3
22892026-08-25T07:34:32.589Z Compiling postgres-types v0.2.12
22902026-08-25T07:34:32.616Z Compiling globset v0.4.18
22912026-08-25T07:34:32.741Z Compiling strum v0.27.2
22922026-08-25T07:34:32.873Z Compiling hubpack v0.1.2
22932026-08-25T07:34:32.905Z Compiling phf_shared v0.11.3
22942026-08-25T07:34:32.917Z Compiling hkdf v0.12.4
22952026-08-25T07:34:32.931Z Compiling crossbeam-epoch v0.9.18
22962026-08-25T07:34:33.083Z Compiling byte-wrapper v0.1.0
22972026-08-25T07:34:33.103Z Compiling ed25519 v2.2.3
22982026-08-25T07:34:33.108Z Compiling olpc-cjson v0.1.4
22992026-08-25T07:34:33.254Z Compiling pem v3.0.6
23002026-08-25T07:34:33.337Z Compiling crypto-bigint v0.5.5
23012026-08-25T07:34:33.355Z Compiling serde_plain v1.0.2
23022026-08-25T07:34:33.369Z Compiling serde-big-array v0.5.1
23032026-08-25T07:34:33.466Z Compiling float-cmp v0.10.0
23042026-08-25T07:34:33.516Z Compiling memmap2 v0.9.10
23052026-08-25T07:34:33.532Z Compiling unicode-width v0.1.14
23062026-08-25T07:34:33.552Z Compiling toml_write v0.1.2
23072026-08-25T07:34:33.556Z Compiling typed-path v0.9.3
23082026-08-25T07:34:33.626Z Compiling static_assertions v1.1.0
23092026-08-25T07:34:33.711Z Compiling data-encoding v2.10.0
23102026-08-25T07:34:33.742Z Compiling normalize-line-endings v0.3.0
23112026-08-25T07:34:33.767Z Compiling predicates-core v1.0.10
23122026-08-25T07:34:33.830Z Compiling precomputed-hash v0.1.1
23132026-08-25T07:34:33.849Z Compiling difflib v0.4.0
23142026-08-25T07:34:33.898Z Compiling supports-hyperlinks v3.2.0
23152026-08-25T07:34:33.953Z Compiling supports-unicode v3.0.0
23162026-08-25T07:34:33.964Z Compiling const-oid v0.10.2
23172026-08-25T07:34:33.989Z Compiling whoami v2.1.0
23182026-08-25T07:34:34.063Z Compiling fixedbitset v0.4.2
23192026-08-25T07:34:34.254Z Compiling keccak v0.1.6
23202026-08-25T07:34:34.278Z Compiling fixedbitset v0.5.7
23212026-08-25T07:34:34.304Z Compiling new_debug_unreachable v1.0.6
23222026-08-25T07:34:34.362Z Compiling elliptic-curve v0.13.8
23232026-08-25T07:34:34.390Z Compiling string_cache v0.8.9
23242026-08-25T07:34:34.406Z Compiling sha3 v0.10.8
23252026-08-25T07:34:34.463Z Compiling petgraph v0.6.5
23262026-08-25T07:34:34.567Z Compiling petgraph v0.8.3
23272026-08-25T07:34:34.615Z Compiling tokio-postgres v0.7.16
23282026-08-25T07:34:34.687Z Compiling chacha20 v0.10.0
23292026-08-25T07:34:34.710Z Compiling digest v0.11.3
23302026-08-25T07:34:34.729Z Compiling predicates v3.1.4
23312026-08-25T07:34:34.880Z Compiling miette v7.6.0
23322026-08-25T07:34:34.928Z Compiling hickory-proto v0.25.2
23332026-08-25T07:34:35.047Z Compiling toml_edit v0.22.27
23342026-08-25T07:34:35.114Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-25T07:34:35.238Z Compiling usdt v0.6.0
23362026-08-25T07:34:35.586Z Compiling zip v4.6.1
23372026-08-25T07:34:35.953Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23382026-08-25T07:34:36.456Z Compiling ed25519-dalek v2.2.0
23392026-08-25T07:34:37.202Z Compiling crossterm v0.28.1
23402026-08-25T07:34:37.319Z Compiling iddqd v0.4.2
23412026-08-25T07:34:37.583Z Compiling oxide-generation v0.1.3
23422026-08-25T07:34:37.603Z Compiling serde_with v3.21.0
23432026-08-25T07:34:37.726Z Compiling derive_more v2.1.1
23442026-08-25T07:34:37.852Z Compiling similar v2.7.0
23452026-08-25T07:34:37.890Z Compiling strum v0.26.3
23462026-08-25T07:34:38.036Z Compiling tokio-stream v0.1.18
23472026-08-25T07:34:38.111Z Compiling itertools v0.13.0
23482026-08-25T07:34:38.366Z Compiling buf-list v1.1.2
23492026-08-25T07:34:38.506Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23502026-08-25T07:34:38.687Z Compiling openapiv3 v2.2.0
23512026-08-25T07:34:39.120Z Compiling lalrpop-util v0.19.12
23522026-08-25T07:34:39.150Z Compiling peg-runtime v0.8.5
23532026-08-25T07:34:55.925Z Compiling rustls-webpki v0.103.13
23542026-08-25T07:34:59.720Z Compiling tokio-rustls v0.26.4
23552026-08-25T07:34:59.841Z Compiling rustls-platform-verifier v0.6.2
23562026-08-25T07:35:00.010Z Compiling hyper-rustls v0.27.7
23572026-08-25T07:35:00.062Z Compiling tough v0.22.0
23582026-08-25T07:35:00.291Z Compiling reqwest v0.13.2
23592026-08-25T07:35:00.851Z Compiling macaddr v1.0.1
23602026-08-25T07:35:00.914Z Compiling crucible-workspace-hack v0.1.0
23612026-08-25T07:35:01.018Z Compiling rayon-core v1.13.0
23622026-08-25T07:35:01.023Z Compiling secrecy v0.10.3
23632026-08-25T07:35:01.052Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23642026-08-25T07:35:01.065Z Compiling toml_datetime v0.7.5+spec-1.1.0
23652026-08-25T07:35:01.152Z Compiling heapless v0.8.0
23662026-08-25T07:35:01.169Z Compiling crossbeam-deque v0.8.6
23672026-08-25T07:35:01.218Z Compiling ingot-macros v0.2.0
23682026-08-25T07:35:01.273Z Compiling toml_edit v0.23.10+spec-1.0.0
23692026-08-25T07:35:01.276Z Compiling inout v0.1.4
23702026-08-25T07:35:01.308Z Compiling hash32 v0.3.1
23712026-08-25T07:35:01.404Z Compiling multer v3.1.0
23722026-08-25T07:35:01.482Z Compiling thread_local v1.1.9
23732026-08-25T07:35:01.485Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23742026-08-25T07:35:01.517Z Compiling match_cfg v0.1.0
23752026-08-25T07:35:01.529Z Compiling slog-async v2.8.0
23762026-08-25T07:35:01.601Z Compiling smoltcp v0.11.0
23772026-08-25T07:35:01.617Z Compiling compression-core v0.4.31
23782026-08-25T07:35:01.653Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23792026-08-25T07:35:01.847Z Compiling proc-macro-crate v3.4.0
23802026-08-25T07:35:01.864Z Compiling compression-codecs v0.4.37
23812026-08-25T07:35:01.945Z Compiling hostname v0.3.1
23822026-08-25T07:35:01.970Z Compiling cipher v0.4.4
23832026-08-25T07:35:02.130Z Compiling atomicwrites v0.4.4
23842026-08-25T07:35:02.194Z Compiling slog-json v2.6.1
23852026-08-25T07:35:02.233Z Compiling crossbeam-channel v0.5.15
23862026-08-25T07:35:02.250Z Compiling half v2.7.1
23872026-08-25T07:35:02.269Z Compiling universal-hash v0.5.1
23882026-08-25T07:35:02.309Z Compiling newtype-uuid-macros v0.1.0
23892026-08-25T07:35:02.426Z Compiling cobs v0.3.0
23902026-08-25T07:35:02.442Z Compiling thiserror-impl-no-std v2.0.2
23912026-08-25T07:35:02.471Z Compiling async-stream-impl v0.3.6
23922026-08-25T07:35:02.628Z Compiling serde_spanned v1.1.1
23932026-08-25T07:35:02.709Z Compiling toml_datetime v1.1.1+spec-1.1.0
23942026-08-25T07:35:02.729Z Compiling is-terminal v0.4.17
23952026-08-25T07:35:02.747Z Compiling proc-macro-error-attr v1.0.4
23962026-08-25T07:35:03.207Z Compiling dropshot v0.17.1
23972026-08-25T07:35:03.212Z Compiling opaque-debug v0.3.1
23982026-08-25T07:35:03.212Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23992026-08-25T07:35:03.212Z Compiling term v1.2.1
24002026-08-25T07:35:03.212Z Compiling take_mut v0.2.2
24012026-08-25T07:35:03.212Z Compiling convert_case v0.4.0
24022026-08-25T07:35:03.212Z Compiling ciborium-io v0.2.2
24032026-08-25T07:35:03.212Z Compiling toml_writer v1.1.1+spec-1.1.0
24042026-08-25T07:35:03.212Z Compiling async-stream v0.3.6
24052026-08-25T07:35:03.212Z Compiling ciborium-ll v0.2.2
24062026-08-25T07:35:03.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072026-08-25T07:35:03.374Z Compiling slog-term v2.9.2
24082026-08-25T07:35:03.390Z Compiling derive_more v0.99.20
24092026-08-25T07:35:03.390Z Compiling toml v1.1.2+spec-1.1.0
24102026-08-25T07:35:03.466Z Compiling thiserror-no-std v2.0.2
24112026-08-25T07:35:03.529Z Compiling poly1305 v0.8.0
24122026-08-25T07:35:03.563Z Compiling postcard v1.1.3
24132026-08-25T07:35:03.580Z Compiling slog-bunyan v2.5.0
24142026-08-25T07:35:03.583Z Compiling num_enum_derive v0.7.6
24152026-08-25T07:35:03.614Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24162026-08-25T07:35:03.779Z Compiling chacha20 v0.9.1
24172026-08-25T07:35:03.823Z Compiling ingot-types v0.2.0
24182026-08-25T07:35:03.965Z Compiling async-compression v0.4.41
24192026-08-25T07:35:04.055Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24202026-08-25T07:35:04.174Z Compiling sha1 v0.11.0
24212026-08-25T07:35:04.343Z Compiling ingot v0.2.1
24222026-08-25T07:35:04.367Z Compiling parse-display-derive v0.10.0
24232026-08-25T07:35:04.441Z Compiling proc-macro-crate v1.3.1
24242026-08-25T07:35:04.542Z Compiling waitgroup v0.1.2
24252026-08-25T07:35:04.569Z Compiling rustls-pemfile v2.2.0
24262026-08-25T07:35:04.636Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24272026-08-25T07:35:04.714Z Compiling backon v1.6.0
24282026-08-25T07:35:04.769Z Compiling password-hash v0.5.0
24292026-08-25T07:35:04.790Z Compiling blake2 v0.10.6
24302026-08-25T07:35:04.920Z Compiling aead v0.5.2
24312026-08-25T07:35:04.983Z Compiling dropshot_endpoint v0.17.1
24322026-08-25T07:35:05.075Z Compiling foreign-types-macros v0.2.3
24332026-08-25T07:35:05.140Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-25T07:35:05.302Z Compiling serde_path_to_error v0.1.20
24352026-08-25T07:35:05.469Z Compiling hostname v0.4.2
24362026-08-25T07:35:05.508Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-25T07:35:05.555Z Compiling proc-macro-error v1.0.4
24382026-08-25T07:35:05.659Z Compiling instant v0.1.13
24392026-08-25T07:35:05.662Z Compiling illumos-nvpair-sys v0.2.0
24402026-08-25T07:35:05.691Z Compiling foreign-types-shared v0.3.1
24412026-08-25T07:35:05.728Z Compiling debug-ignore v1.0.5
24422026-08-25T07:35:05.747Z Compiling backoff v0.4.0
24432026-08-25T07:35:05.797Z Compiling foreign-types v0.5.0
24442026-08-25T07:35:05.814Z Compiling argon2 v0.5.3
24452026-08-25T07:35:05.831Z Compiling parse-display v0.10.0
24462026-08-25T07:35:05.838Z Compiling chacha20poly1305 v0.10.1
24472026-08-25T07:35:05.867Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24482026-08-25T07:35:05.899Z Compiling num_enum_derive v0.5.11
24492026-08-25T07:35:05.913Z Compiling num_enum v0.7.6
24502026-08-25T07:35:05.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24512026-08-25T07:35:06.018Z Compiling vsss-rs v3.3.4
24522026-08-25T07:35:06.056Z Compiling ciborium v0.2.2
24532026-08-25T07:35:06.340Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-25T07:35:06.357Z Compiling regress v0.10.5
24552026-08-25T07:35:06.375Z Compiling itertools v0.14.0
24562026-08-25T07:35:06.549Z Compiling tabwriter v1.4.1
24572026-08-25T07:35:06.565Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24582026-08-25T07:35:06.660Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-08-25T07:35:06.798Z Compiling cstr-argument v0.1.2
24602026-08-25T07:35:06.814Z Compiling humantime v2.3.0
24612026-08-25T07:35:06.828Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-25T07:35:06.929Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24632026-08-25T07:35:06.946Z Compiling num_enum v0.5.11
24642026-08-25T07:35:07.012Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24652026-08-25T07:35:07.055Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-25T07:35:07.092Z Compiling rayon v1.11.0
24672026-08-25T07:35:07.141Z Compiling rand v0.10.1
24682026-08-25T07:35:07.175Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24692026-08-25T07:35:07.253Z Compiling colored v3.1.1
24702026-08-25T07:35:07.292Z Compiling indent_write v2.2.0
24712026-08-25T07:35:07.334Z Compiling libefi-sys v0.1.0
24722026-08-25T07:35:07.358Z Compiling zone_cfg_derive v0.3.1
24732026-08-25T07:35:07.408Z Compiling illumos-nvpair v0.3.0
24742026-08-25T07:35:07.469Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24752026-08-25T07:35:07.473Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24762026-08-25T07:35:07.556Z Compiling camino-tempfile v1.4.1
24772026-08-25T07:35:07.572Z Compiling itertools v0.12.1
24782026-08-25T07:35:07.587Z Compiling usdt-macro v0.5.0
24792026-08-25T07:35:07.714Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24802026-08-25T07:35:07.902Z Compiling usdt-attr-macro v0.5.0
24812026-08-25T07:35:07.920Z Compiling bitfield-struct v0.6.2
24822026-08-25T07:35:07.923Z Compiling num-derive v0.4.2
24832026-08-25T07:35:07.968Z Compiling blake3 v1.8.5
24842026-08-25T07:35:07.991Z Compiling sigpipe v0.1.3
24852026-08-25T07:35:08.014Z Compiling memmap v0.7.0
24862026-08-25T07:35:08.096Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24872026-08-25T07:35:08.112Z Compiling glob v0.3.3
24882026-08-25T07:35:08.211Z Compiling swrite v0.1.0
24892026-08-25T07:35:08.225Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24902026-08-25T07:35:08.288Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24912026-08-25T07:35:08.455Z Compiling smf v0.2.3
24922026-08-25T07:35:08.528Z Compiling filetime v0.2.27
24932026-08-25T07:35:08.549Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-25T07:35:08.598Z Compiling arrayref v0.3.9
24952026-08-25T07:35:08.648Z Compiling usdt v0.5.0
24962026-08-25T07:35:08.684Z Compiling xattr v1.6.1
24972026-08-25T07:35:08.746Z Compiling constant_time_eq v0.4.2
24982026-08-25T07:35:08.780Z Compiling whoami v1.6.1
24992026-08-25T07:35:08.822Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25002026-08-25T07:35:08.841Z Compiling arrayvec v0.7.6
25012026-08-25T07:35:08.863Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25022026-08-25T07:35:08.891Z Compiling tokio-dtrace v0.1.1
25032026-08-25T07:35:08.956Z Compiling zone v0.3.1
25042026-08-25T07:35:08.974Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-08-25T07:35:09.028Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25062026-08-25T07:35:09.094Z Compiling tar v0.4.46
25072026-08-25T07:35:09.241Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-08-25T07:35:09.285Z Compiling gethostname v0.5.0
25092026-08-25T07:35:09.291Z Compiling console v0.16.2
25102026-08-25T07:35:09.437Z Compiling unit-prefix v0.5.2
25112026-08-25T07:35:09.492Z Compiling topological-sort v0.2.2
25122026-08-25T07:35:09.509Z Compiling oxide-tokio-rt v0.1.4
25132026-08-25T07:35:09.620Z Compiling toml v0.8.23
25142026-08-25T07:35:09.637Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25152026-08-25T07:35:09.677Z Compiling shell-words v1.1.1
25162026-08-25T07:35:09.859Z Compiling indicatif v0.18.4
25172026-08-25T07:35:18.947Z Compiling progenitor-client v0.14.0
25182026-08-25T07:35:18.947Z Compiling omicron-zone-package v0.12.3
25192026-08-25T07:35:19.200Z Compiling progenitor-extras v0.2.0
25202026-08-25T07:35:19.496Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-08-25T07:35:19.600Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25222026-08-25T07:35:19.630Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25232026-08-25T07:35:19.630Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25242026-08-25T07:35:19.694Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25252026-08-25T07:35:19.740Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25262026-08-25T07:35:19.888Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25272026-08-25T07:35:19.984Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25282026-08-25T07:35:20.498Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-08-25T07:35:24.005Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25302026-08-25T07:35:32.975Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-08-25T07:35:36.271Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25322026-08-25T07:35:37.337Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25332026-08-25T07:35:47.638Z Finished `release` profile [optimized] target(s) in 1m 47s
25342026-08-25T07:35:47.742Z Running `target/release/omicron-package -t test target create -p dev`
25352026-08-25T07:35:47.809ZLogging to: /work/oxidecomputer/omicron/out/LOG
25362026-08-25T07:35:47.813ZCreated new build target 'test' and set it as active
25372026-08-25T07:35:47.813Z
25382026-08-25T07:35:47.813Zreal 1:47.561594714
25392026-08-25T07:35:47.813Zuser 17:48.401714143
25402026-08-25T07:35:47.813Zsys 2:44.323067837
25412026-08-25T07:35:47.813Ztrap 0.496747683
25422026-08-25T07:35:47.813Ztflt 2.522810036
25432026-08-25T07:35:47.813Zdflt 4.482631534
25442026-08-25T07:35:47.813Zkflt 0.001054776
25452026-08-25T07:35:47.813Zlock 58:03.064960801
25462026-08-25T07:35:47.813Zslp 44:52.365994272
25472026-08-25T07:35:47.813Zlat 54.453772810
25482026-08-25T07:35:47.813Zstop 6:33.111386286
25492026-08-25T07:35:47.818Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25502026-08-25T07:35:48.708Z Finished `release` profile [optimized] target(s) in 0.88s
25512026-08-25T07:35:48.780Z Running `target/release/omicron-package -t test package`
25522026-08-25T07:35:48.838ZLogging to: /work/oxidecomputer/omicron/out/LOG
25532026-08-25T07:35:50.344Z Compiling heck v0.5.0
25542026-08-25T07:35:50.344Z Compiling regress v0.11.1
25552026-08-25T07:35:50.543Z Compiling unsafe-libyaml v0.2.11
25562026-08-25T07:35:50.561Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25572026-08-25T07:35:50.590Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25582026-08-25T07:35:50.593Z Compiling derive-where v1.6.0
25592026-08-25T07:35:50.593Z Compiling bytecount v0.6.9
25602026-08-25T07:35:50.649Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25612026-08-25T07:35:50.649Z Compiling atomicwrites v0.4.4
25622026-08-25T07:35:50.689Z Compiling is-terminal v0.4.17
25632026-08-25T07:35:50.689Z Compiling prettyplease v0.2.37
25642026-08-25T07:35:50.692Z Compiling newline-converter v0.3.0
25652026-08-25T07:35:50.710Z Compiling console v0.15.11
25662026-08-25T07:35:50.752Z Compiling slog-dtrace v0.3.0
25672026-08-25T07:35:50.755Z Compiling cancel-safe-futures v0.1.5
25682026-08-25T07:35:50.815Z Compiling resolv-conf v0.7.6
25692026-08-25T07:35:50.815Z Compiling num-rational v0.4.2
25702026-08-25T07:35:50.860Z Compiling num-complex v0.4.6
25712026-08-25T07:35:50.865Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-25T07:35:50.886Z Compiling thread_local v1.1.9
25732026-08-25T07:35:50.965Z Compiling match_cfg v0.1.0
25742026-08-25T07:35:51.056Z Compiling serde_yaml v0.9.34+deprecated
25752026-08-25T07:35:51.073Z Compiling compression-core v0.4.31
25762026-08-25T07:35:51.137Z Compiling expectorate v1.2.0
25772026-08-25T07:35:51.309Z Compiling num v0.4.3
25782026-08-25T07:35:51.342Z Compiling compression-codecs v0.4.37
25792026-08-25T07:35:51.359Z Compiling hostname v0.3.1
25802026-08-25T07:35:51.379Z Compiling multer v3.1.0
25812026-08-25T07:35:51.382Z Compiling slog-async v2.8.0
25822026-08-25T07:35:51.424Z Compiling crossbeam-channel v0.5.15
25832026-08-25T07:35:51.446Z Compiling slog-json v2.6.1
25842026-08-25T07:35:51.472Z Compiling toml_datetime v1.1.1+spec-1.1.0
25852026-08-25T07:35:51.510Z Compiling serde_spanned v1.1.1
25862026-08-25T07:35:51.577Z Compiling take_mut v0.2.2
25872026-08-25T07:35:51.607Z Compiling toml_writer v1.1.1+spec-1.1.0
25882026-08-25T07:35:51.679Z Compiling linear-map v1.2.0
25892026-08-25T07:35:51.700Z Compiling linked-hash-map v0.5.6
25902026-08-25T07:35:51.726Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25912026-08-25T07:35:51.755Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25922026-08-25T07:35:51.779Z Compiling term v1.2.1
25932026-08-25T07:35:51.803Z Compiling oxide-update-engine-types v0.1.2
25942026-08-25T07:35:51.826Z Compiling float-ord v0.3.2
25952026-08-25T07:35:51.851Z Compiling toml v1.1.2+spec-1.1.0
25962026-08-25T07:35:51.892Z Compiling lru-cache v0.1.2
25972026-08-25T07:35:51.916Z Compiling slog-bunyan v2.5.0
25982026-08-25T07:35:51.919Z Compiling async-compression v0.4.41
25992026-08-25T07:35:51.962Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26002026-08-25T07:35:52.048Z Compiling typify-impl v0.6.2
26012026-08-25T07:35:52.069Z Compiling slog-term v2.9.2
26022026-08-25T07:35:52.316Z Compiling async-stream v0.3.6
26032026-08-25T07:35:52.321Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042026-08-25T07:35:52.321Z Compiling dropshot v0.17.1
26052026-08-25T07:35:52.405Z Compiling progenitor-client v0.14.0
26062026-08-25T07:35:52.428Z Compiling sha1 v0.11.0
26072026-08-25T07:35:52.495Z Compiling waitgroup v0.1.2
26082026-08-25T07:35:52.516Z Compiling rustls-pemfile v2.2.0
26092026-08-25T07:35:52.567Z Compiling backon v1.6.0
26102026-08-25T07:35:52.607Z Compiling hostname v0.4.2
26112026-08-25T07:35:52.657Z Compiling serde_path_to_error v0.1.20
26122026-08-25T07:35:52.719Z Compiling instant v0.1.13
26132026-08-25T07:35:52.740Z Compiling minimal-lexical v0.2.1
26142026-08-25T07:35:52.763Z Compiling debug-ignore v1.0.5
26152026-08-25T07:35:52.768Z Compiling progenitor-extras v0.2.0
26162026-08-25T07:35:52.815Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26172026-08-25T07:35:52.856Z Compiling backoff v0.4.0
26182026-08-25T07:35:52.898Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26192026-08-25T07:35:53.016Z Compiling nom v7.1.3
26202026-08-25T07:35:53.040Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26212026-08-25T07:35:53.068Z Compiling oxide-update-engine v0.1.2
26222026-08-25T07:35:53.089Z Compiling parse-display v0.10.0
26232026-08-25T07:35:53.114Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26242026-08-25T07:35:53.137Z Compiling hickory-proto v0.24.4
26252026-08-25T07:35:53.678Z Compiling regress v0.10.5
26262026-08-25T07:35:53.771Z Compiling itertools v0.14.0
26272026-08-25T07:35:54.346Z Compiling macaddr v1.0.1
26282026-08-25T07:35:54.370Z Compiling humantime v2.3.0
26292026-08-25T07:35:54.390Z Compiling unicode-xid v0.2.6
26302026-08-25T07:35:54.590Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26312026-08-25T07:35:54.653Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26322026-08-25T07:35:54.770Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26332026-08-25T07:35:54.949Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26342026-08-25T07:35:54.986Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26352026-08-25T07:35:55.010Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26362026-08-25T07:35:55.071Z Compiling toml v0.8.23
26372026-08-25T07:35:55.235Z Compiling papergrid v0.11.0
26382026-08-25T07:35:55.284Z Compiling tabled_derive v0.7.0
26392026-08-25T07:35:55.527Z Compiling typify-macro v0.6.2
26402026-08-25T07:35:55.647Z Compiling hickory-resolver v0.24.4
26412026-08-25T07:35:55.699Z Compiling termtree v0.5.1
26422026-08-25T07:35:55.722Z Compiling crossterm v0.29.0
26432026-08-25T07:35:55.896Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26442026-08-25T07:35:56.172Z Compiling tabled v0.15.0
26452026-08-25T07:35:56.439Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26462026-08-25T07:35:56.908Z Compiling qorb v0.4.1
26472026-08-25T07:35:57.094Z Compiling typify v0.6.2
26482026-08-25T07:35:57.394Z Compiling progenitor-impl v0.14.0
26492026-08-25T07:35:58.041Z Compiling phf_shared v0.12.1
26502026-08-25T07:35:58.300Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26512026-08-25T07:35:58.555Z Compiling vte v0.14.1
26522026-08-25T07:35:58.817Z Compiling csv-core v0.1.13
26532026-08-25T07:35:58.839Z Compiling highway v1.3.0
26542026-08-25T07:35:59.530Z Compiling progenitor-macro v0.14.0
26552026-08-25T07:35:59.555Z Compiling chrono-tz v0.10.4
26562026-08-25T07:35:59.797Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26572026-08-25T07:36:00.149Z Compiling csv v1.4.0
26582026-08-25T07:36:00.473Z Compiling strip-ansi-escapes v0.2.1
26592026-08-25T07:36:01.020Z Compiling phf v0.12.1
26602026-08-25T07:36:01.083Z Compiling const_format_proc_macros v0.2.34
26612026-08-25T07:36:01.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26622026-08-25T07:36:01.224Z Compiling fd-lock v4.0.4
26632026-08-25T07:36:01.386Z Compiling peg-macros v0.8.5
26642026-08-25T07:36:01.652Z Compiling nu-ansi-term v0.50.3
26652026-08-25T07:36:01.867Z Compiling const_format v0.2.35
26662026-08-25T07:36:01.889Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26672026-08-25T07:36:02.194Z Compiling reedline v0.40.0
26682026-08-25T07:36:02.379Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26692026-08-25T07:36:02.654Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26702026-08-25T07:36:02.677Z Compiling peg v0.8.5
26712026-08-25T07:36:02.779Z Compiling bcs v0.1.6
26722026-08-25T07:36:03.204Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26732026-08-25T07:36:03.584Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26742026-08-25T07:36:03.625Z Compiling progenitor v0.14.0
26752026-08-25T07:36:03.817Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26762026-08-25T07:36:03.859Z Compiling nom v8.0.0
26772026-08-25T07:36:03.946Z Compiling semver v0.1.20
26782026-08-25T07:36:04.189Z Compiling rustc_version v0.1.7
26792026-08-25T07:36:04.275Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26802026-08-25T07:36:04.421Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-08-25T07:36:04.506Z Compiling newtype_derive v0.1.6
26822026-08-25T07:36:04.724Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26832026-08-25T07:36:05.204Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26842026-08-25T07:36:05.486Z Compiling serde_tokenstream v0.3.0
26852026-08-25T07:36:05.814Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26862026-08-25T07:36:05.836Z Compiling oxide-generation-macros v0.2.0
26872026-08-25T07:36:06.073Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26882026-08-25T07:36:06.408Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26892026-08-25T07:36:06.591Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26902026-08-25T07:36:06.610Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26912026-08-25T07:36:06.670Z Compiling steno v0.4.1
26922026-08-25T07:36:06.748Z Compiling dropshot-api-manager-types v0.8.0
26932026-08-25T07:36:06.898Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26942026-08-25T07:36:07.143Z Compiling sha1 v0.10.6
26952026-08-25T07:36:07.343Z Compiling tagptr v0.2.0
26962026-08-25T07:36:07.615Z Compiling utf-8 v0.7.6
26972026-08-25T07:36:07.645Z Compiling moka v0.12.13
26982026-08-25T07:36:07.666Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26992026-08-25T07:36:07.835Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-25T07:36:07.859Z Compiling tungstenite v0.21.0
27012026-08-25T07:36:08.283Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-25T07:36:08.916Z Compiling hickory-resolver v0.25.2
27032026-08-25T07:36:09.590Z Compiling tokio-tungstenite v0.21.0
27042026-08-25T07:36:09.931Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
27052026-08-25T07:36:09.969Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27062026-08-25T07:36:10.847Z Compiling darling_core v0.21.3
27072026-08-25T07:36:12.538Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27082026-08-25T07:36:12.690Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27092026-08-25T07:36:12.829Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-25T07:36:12.948Z Compiling darling_macro v0.21.3
27112026-08-25T07:36:13.453Z Compiling display-error-chain v0.2.2
27122026-08-25T07:36:13.575Z Compiling darling v0.21.3
27132026-08-25T07:36:13.633Z Compiling libscf-sys v1.2.0
27142026-08-25T07:36:13.726Z Compiling vergen-lib v0.1.6
27152026-08-25T07:36:13.806Z Compiling diesel_derives v2.3.7
27162026-08-25T07:36:14.019Z Compiling dsl_auto_type v0.2.0
27172026-08-25T07:36:14.234Z Compiling scheduled-thread-pool v0.2.7
27182026-08-25T07:36:14.555Z Compiling vergen-gitcl v1.0.8
27192026-08-25T07:36:14.693Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-25T07:36:14.781Z Compiling dirs-sys-next v0.1.2
27212026-08-25T07:36:14.805Z Compiling crunchy v0.2.4
27222026-08-25T07:36:14.912Z Compiling maplit v1.0.2
27232026-08-25T07:36:14.936Z Compiling glob v0.3.3
27242026-08-25T07:36:15.028Z Compiling dirs-next v2.0.0
27252026-08-25T07:36:15.147Z Compiling r2d2 v0.8.10
27262026-08-25T07:36:15.203Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27272026-08-25T07:36:15.289Z Compiling clang-sys v1.8.1
27282026-08-25T07:36:15.428Z Compiling papergrid v0.18.0
27292026-08-25T07:36:15.502Z Compiling xshell-macros v0.2.7
27302026-08-25T07:36:15.534Z Compiling tiny-keccak v2.0.2
27312026-08-25T07:36:15.650Z Compiling downcast-rs v2.0.2
27322026-08-25T07:36:15.748Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-25T07:36:15.800Z Compiling term v0.7.0
27342026-08-25T07:36:15.895Z Compiling xshell v0.2.7
27352026-08-25T07:36:15.973Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27362026-08-25T07:36:16.224Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27372026-08-25T07:36:16.227Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-25T07:36:16.296Z Compiling bit-vec v0.6.3
27392026-08-25T07:36:16.494Z Compiling bit-set v0.5.3
27402026-08-25T07:36:16.516Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27412026-08-25T07:36:16.539Z Compiling ascii-canvas v3.0.0
27422026-08-25T07:36:16.681Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27432026-08-25T07:36:16.802Z Compiling tabled v0.21.0
27442026-08-25T07:36:17.012Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27452026-08-25T07:36:17.062Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27462026-08-25T07:36:17.364Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-25T07:36:17.386Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-25T07:36:17.644Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-25T07:36:17.867Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-25T07:36:17.958Z Compiling itertools v0.10.5
27512026-08-25T07:36:18.066Z Compiling ena v0.14.4
27522026-08-25T07:36:18.231Z Compiling libloading v0.8.9
27532026-08-25T07:36:18.261Z Compiling regex-syntax v0.6.29
27542026-08-25T07:36:18.312Z Compiling unicase v2.9.0
27552026-08-25T07:36:18.461Z Compiling bindgen v0.71.1
27562026-08-25T07:36:18.624Z Compiling diff v0.1.13
27572026-08-25T07:36:19.025Z Compiling cexpr v0.6.0
27582026-08-25T07:36:19.158Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-25T07:36:19.265Z Compiling crc8 v0.1.1
27602026-08-25T07:36:19.406Z Compiling rustc-hash v2.1.1
27612026-08-25T07:36:19.599Z Compiling lalrpop v0.19.12
27622026-08-25T07:36:19.693Z Compiling diesel v2.3.7
27632026-08-25T07:36:19.880Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27642026-08-25T07:36:19.926Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27652026-08-25T07:36:20.141Z Compiling headers-core v0.3.0
27662026-08-25T07:36:20.456Z Compiling libxml v0.3.3
27672026-08-25T07:36:20.750Z Compiling headers v0.4.1
27682026-08-25T07:36:20.995Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-25T07:36:21.050Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27702026-08-25T07:36:21.200Z Compiling strum_macros v0.24.3
27712026-08-25T07:36:21.216Z Compiling indoc v1.0.9
27722026-08-25T07:36:21.622Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27732026-08-25T07:36:21.643Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-25T07:36:21.842Z Compiling derive_builder v0.20.2
27752026-08-25T07:36:22.010Z Compiling oso-derive v0.27.3
27762026-08-25T07:36:22.335Z Compiling quick-xml v0.37.5
27772026-08-25T07:36:22.410Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-25T07:36:22.532Z Compiling openssl-probe v0.1.6
27792026-08-25T07:36:22.704Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-25T07:36:22.887Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27812026-08-25T07:36:23.241Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27822026-08-25T07:36:23.392Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27832026-08-25T07:36:23.464Z Compiling bb8 v0.8.6
27842026-08-25T07:36:23.613Z Compiling trait-variant v0.1.2
27852026-08-25T07:36:23.656Z Compiling proc-macro-error-attr2 v2.0.0
27862026-08-25T07:36:23.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27872026-08-25T07:36:24.009Z Compiling half v1.8.3
27882026-08-25T07:36:24.064Z Compiling proc-macro-error2 v2.0.1
27892026-08-25T07:36:24.179Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27902026-08-25T07:36:24.202Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27912026-08-25T07:36:24.407Z Compiling serde_cbor v0.11.2
27922026-08-25T07:36:24.495Z Compiling hashbrown v0.14.5
27932026-08-25T07:36:24.508Z Compiling rfc6979 v0.4.0
27942026-08-25T07:36:24.658Z Compiling salty v0.3.0
27952026-08-25T07:36:24.681Z Compiling ecdsa v0.16.9
27962026-08-25T07:36:24.961Z Compiling samael v0.0.19
27972026-08-25T07:36:24.982Z Compiling chumsky v0.9.3
27982026-08-25T07:36:25.032Z Compiling knus-derive v3.4.0
27992026-08-25T07:36:25.107Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28002026-08-25T07:36:25.356Z Compiling progenitor-impl v0.13.0
28012026-08-25T07:36:25.398Z Compiling primeorder v0.13.6
28022026-08-25T07:36:25.423Z Compiling nonempty v0.12.0
28032026-08-25T07:36:25.689Z Compiling p384 v0.13.1
28042026-08-25T07:36:26.224Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28052026-08-25T07:36:26.245Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-25T07:36:26.375Z Compiling knus v3.4.0
28072026-08-25T07:36:26.494Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28082026-08-25T07:36:26.573Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28092026-08-25T07:36:26.962Z Compiling polar-core v0.27.3
28102026-08-25T07:36:27.274Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28112026-08-25T07:36:27.502Z Compiling progenitor-macro v0.13.0
28122026-08-25T07:36:27.893Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28132026-08-25T07:36:29.270Z Compiling progenitor-client v0.13.0
28142026-08-25T07:36:29.951Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28152026-08-25T07:36:29.977Z Compiling fxhash v0.2.1
28162026-08-25T07:36:30.255Z Compiling libz-sys v1.1.24
28172026-08-25T07:36:30.426Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28182026-08-25T07:36:30.687Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28192026-08-25T07:36:31.184Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28202026-08-25T07:36:31.402Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28212026-08-25T07:36:31.589Z Compiling progenitor v0.13.0
28222026-08-25T07:36:31.781Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28232026-08-25T07:36:32.123Z Compiling kstat-rs v0.2.5
28242026-08-25T07:36:32.826Z Compiling mime_guess v2.0.5
28252026-08-25T07:36:33.045Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28262026-08-25T07:36:34.150Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28272026-08-25T07:36:34.308Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28282026-08-25T07:36:34.447Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28292026-08-25T07:36:34.550Z Compiling nanorand v0.7.0
28302026-08-25T07:36:34.907Z Compiling libgit2-sys v0.18.3+1.9.2
28312026-08-25T07:36:34.931Z Compiling parking_lot_core v0.8.6
28322026-08-25T07:36:35.240Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28332026-08-25T07:36:35.550Z Compiling flume v0.11.1
28342026-08-25T07:36:35.572Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28352026-08-25T07:36:35.935Z Compiling oso v0.27.3
28362026-08-25T07:36:37.330Z Compiling async-bb8-diesel v0.2.1
28372026-08-25T07:36:37.800Z Compiling diesel-dtrace v0.5.0
28382026-08-25T07:36:38.157Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28392026-08-25T07:36:38.281Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28402026-08-25T07:36:38.857Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28412026-08-25T07:36:39.319Z Compiling git-stub v1.0.0
28422026-08-25T07:36:39.434Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28432026-08-25T07:36:39.670Z Compiling corncobs v0.1.4
28442026-08-25T07:36:39.692Z Compiling http-range v0.1.5
28452026-08-25T07:36:39.850Z Compiling strsim v0.10.0
28462026-08-25T07:36:40.035Z Compiling instability v0.3.11
28472026-08-25T07:36:40.165Z Compiling darling_core v0.13.4
28482026-08-25T07:36:40.297Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28492026-08-25T07:36:40.431Z Compiling git-stub-vcs v0.1.0
28502026-08-25T07:36:40.792Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28512026-08-25T07:36:41.841Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28522026-08-25T07:36:42.448Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-25T07:36:42.520Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-25T07:36:42.593Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-25T07:36:42.864Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28562026-08-25T07:36:43.070Z Compiling ignore v0.4.25
28572026-08-25T07:36:45.356Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28582026-08-25T07:36:45.807Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28592026-08-25T07:36:46.070Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28602026-08-25T07:36:46.210Z Compiling anstyle-parse v0.2.7
28612026-08-25T07:36:46.467Z Compiling secrecy v0.8.0
28622026-08-25T07:36:46.663Z Compiling vergen-git2 v9.1.0
28632026-08-25T07:36:46.785Z Compiling castaway v0.2.4
28642026-08-25T07:36:46.889Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28652026-08-25T07:36:46.913Z Compiling indoc v2.0.7
28662026-08-25T07:36:47.002Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28672026-08-25T07:36:47.194Z Compiling compact_str v0.8.1
28682026-08-25T07:36:47.671Z Compiling anstream v0.6.21
28692026-08-25T07:36:47.934Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28702026-08-25T07:36:48.072Z Compiling globwalk v0.9.1
28712026-08-25T07:36:48.199Z Compiling parking_lot v0.11.2
28722026-08-25T07:36:48.290Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28732026-08-25T07:36:48.394Z Compiling hyper-staticfile v0.10.1
28742026-08-25T07:36:48.695Z Compiling darling_macro v0.13.4
28752026-08-25T07:36:48.960Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28762026-08-25T07:36:49.015Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28772026-08-25T07:36:49.085Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28782026-08-25T07:36:49.201Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28792026-08-25T07:36:49.481Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28802026-08-25T07:36:49.517Z Compiling predicates-tree v1.0.13
28812026-08-25T07:36:49.715Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28822026-08-25T07:36:49.931Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28832026-08-25T07:36:49.954Z Compiling unicode-truncate v1.1.0
28842026-08-25T07:36:50.172Z Compiling sha2 v0.11.0
28852026-08-25T07:36:50.541Z Compiling digest-io v0.1.0
28862026-08-25T07:36:50.564Z Compiling lru v0.12.5
28872026-08-25T07:36:50.693Z Compiling rand_seeder v0.4.0
28882026-08-25T07:36:50.714Z Compiling prefix-trie v0.7.0
28892026-08-25T07:36:50.800Z Compiling cassowary v0.3.0
28902026-08-25T07:36:50.943Z Compiling rawzip v0.4.4
28912026-08-25T07:36:51.167Z Compiling hickory-server v0.25.2
28922026-08-25T07:36:51.206Z Compiling ratatui v0.29.0
28932026-08-25T07:36:51.310Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28942026-08-25T07:36:51.515Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28952026-08-25T07:36:51.771Z Compiling camino-tempfile-ext v0.3.3
28962026-08-25T07:36:51.977Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28972026-08-25T07:36:52.253Z Compiling darling v0.13.4
28982026-08-25T07:36:52.365Z Compiling sled v0.34.7
28992026-08-25T07:36:52.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29002026-08-25T07:36:52.744Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29012026-08-25T07:36:54.768Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29022026-08-25T07:36:55.235Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29032026-08-25T07:36:55.450Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29042026-08-25T07:36:56.162Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29052026-08-25T07:36:57.794Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29062026-08-25T07:36:59.146Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29072026-08-25T07:36:59.238Z Compiling serde_with_macros v1.5.2
29082026-08-25T07:36:59.480Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29092026-08-25T07:36:59.746Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29102026-08-25T07:37:00.050Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29112026-08-25T07:37:00.268Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-25T07:37:00.487Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-08-25T07:37:00.658Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29142026-08-25T07:37:00.713Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29152026-08-25T07:37:00.811Z Compiling git2 v0.20.4
29162026-08-25T07:37:00.876Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29172026-08-25T07:37:00.942Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29182026-08-25T07:37:01.153Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29192026-08-25T07:37:01.180Z Compiling arc-swap v1.8.2
29202026-08-25T07:37:01.378Z Compiling void v1.0.2
29212026-08-25T07:37:01.531Z Compiling lzss v0.8.2
29222026-08-25T07:37:01.556Z Compiling slog-scope v4.4.1
29232026-08-25T07:37:01.788Z Compiling serde_with v1.14.0
29242026-08-25T07:37:01.812Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29252026-08-25T07:37:01.857Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29262026-08-25T07:37:01.945Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29272026-08-25T07:37:02.996Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29282026-08-25T07:37:03.289Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29292026-08-25T07:37:03.592Z Compiling scuffle v0.1.0
29302026-08-25T07:37:03.698Z Compiling tungstenite v0.23.0
29312026-08-25T07:37:03.892Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29322026-08-25T07:37:04.219Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29332026-08-25T07:37:05.636Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-25T07:37:05.926Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29352026-08-25T07:37:06.150Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-25T07:37:06.370Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29372026-08-25T07:37:06.602Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29382026-08-25T07:37:06.848Z Compiling nix v0.27.1
29392026-08-25T07:37:07.076Z Compiling twox-hash v2.1.2
29402026-08-25T07:37:07.189Z Compiling libsw-core v0.3.2
29412026-08-25T07:37:07.407Z Compiling atty v0.2.14
29422026-08-25T07:37:07.561Z Compiling serde_bytes v0.11.19
29432026-08-25T07:37:07.590Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29442026-08-25T07:37:07.593Z Compiling libsw v3.5.0
29452026-08-25T07:37:07.829Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29462026-08-25T07:37:07.924Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29472026-08-25T07:37:07.982Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29482026-08-25T07:37:08.100Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29492026-08-25T07:37:08.704Z Compiling tokio-tungstenite v0.23.1
29502026-08-25T07:37:08.732Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29512026-08-25T07:37:09.078Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29522026-08-25T07:37:09.280Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29532026-08-25T07:37:10.616Z Compiling slog-stdlog v4.1.1
29542026-08-25T07:37:11.012Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-25T07:37:12.100Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29562026-08-25T07:37:12.555Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29572026-08-25T07:37:13.014Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29582026-08-25T07:37:13.906Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29592026-08-25T07:37:14.139Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29602026-08-25T07:37:14.394Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29612026-08-25T07:37:16.062Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29622026-08-25T07:37:16.749Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29632026-08-25T07:37:17.003Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29642026-08-25T07:37:17.455Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
29652026-08-25T07:37:17.606Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29662026-08-25T07:37:18.750Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29672026-08-25T07:37:21.020Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29682026-08-25T07:37:21.442Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29692026-08-25T07:37:21.783Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29702026-08-25T07:37:23.074Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29712026-08-25T07:37:23.959Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29722026-08-25T07:37:24.180Z Compiling fatfs v0.3.6
29732026-08-25T07:37:24.315Z Compiling signal-hook-tokio v0.3.1
29742026-08-25T07:37:24.510Z Compiling yasna v0.5.2
29752026-08-25T07:37:25.150Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29762026-08-25T07:37:25.436Z Compiling assert_matches v1.5.0
29772026-08-25T07:37:25.544Z Compiling seq-macro v0.3.6
29782026-08-25T07:37:26.046Z Compiling rcgen v0.12.1
29792026-08-25T07:37:26.094Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29802026-08-25T07:37:26.478Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29812026-08-25T07:37:26.908Z Compiling slog-envlogger v2.2.0
29822026-08-25T07:37:28.147Z Compiling oxide-update-engine-display v0.1.2
29832026-08-25T07:37:28.431Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29842026-08-25T07:37:28.889Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29852026-08-25T07:37:29.098Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29862026-08-25T07:37:29.321Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29872026-08-25T07:37:29.546Z Compiling port-file v0.1.0
29882026-08-25T07:37:29.871Z Compiling subprocess v0.2.15
29892026-08-25T07:37:30.083Z Compiling rtoolbox v0.0.3
29902026-08-25T07:37:30.362Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29912026-08-25T07:37:30.536Z Compiling rpassword v7.5.4
29922026-08-25T07:37:30.839Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29932026-08-25T07:37:31.987Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29942026-08-25T07:37:32.011Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29952026-08-25T07:37:32.161Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29962026-08-25T07:37:32.716Z Compiling tui-tree-widget v0.23.1
29972026-08-25T07:37:33.005Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29982026-08-25T07:37:34.232Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29992026-08-25T07:37:35.700Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30002026-08-25T07:37:36.671Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30012026-08-25T07:37:36.697Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30022026-08-25T07:37:36.913Z Compiling uzers v0.12.2
30032026-08-25T07:37:37.810Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30042026-08-25T07:37:38.369Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30052026-08-25T07:37:38.597Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30062026-08-25T07:37:39.754Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30072026-08-25T07:37:40.378Z Compiling support-bundle-viewer v0.1.2
30082026-08-25T07:37:40.592Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30092026-08-25T07:37:42.259Z Compiling multimap v0.10.1
30102026-08-25T07:37:50.242Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30112026-08-25T07:37:52.403Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-08-25T07:37:57.433Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30132026-08-25T07:38:00.247Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-08-25T07:38:03.191Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-08-25T07:46:33.364Z Finished `release` profile [optimized] target(s) in 10m 44s
30162026-08-25T07:46:33.367Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30172026-08-25T07:46:33.367Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30182026-08-25T07:47:26.110Z
30192026-08-25T07:47:26.110Zreal 11:38.265603184
30202026-08-25T07:47:26.113Zuser 1:23:27.378182847
30212026-08-25T07:47:26.113Zsys 3:37.416564860
30222026-08-25T07:47:26.113Ztrap 1.823511544
30232026-08-25T07:47:26.113Ztflt 2.125777619
30242026-08-25T07:47:26.113Zdflt 20.289981768
30252026-08-25T07:47:26.113Zkflt 0.007634163
30262026-08-25T07:47:26.113Zlock 8:57:58.046846300
30272026-08-25T07:47:26.113Zslp 2:23:55.540827651
30282026-08-25T07:47:26.113Zlat 2:31.867015134
30292026-08-25T07:47:26.113Zstop 5:24.519023368
30302026-08-25T07:47:26.114Z+ mapfile -t packages
30312026-08-25T07:47:26.114Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30322026-08-25T07:47:27.066Z Finished `release` profile [optimized] target(s) in 0.94s
30332026-08-25T07:47:27.138Z Running `target/release/omicron-package -t test list-outputs`
30342026-08-25T07:47:27.200ZLogging to: /work/oxidecomputer/omicron/out/LOG
30352026-08-25T07:47:27.203Z+ ptime -m cargo build --locked --release -p xtask
30362026-08-25T07:47:27.687Z Compiling libc v0.2.185
30372026-08-25T07:47:27.687Z Compiling serde_core v1.0.229
30382026-08-25T07:47:27.690Z Compiling serde v1.0.229
30392026-08-25T07:47:27.690Z Compiling rustix v1.1.4
30402026-08-25T07:47:27.690Z Compiling bitflags v2.11.0
30412026-08-25T07:47:27.690Z Compiling serde_json v1.0.151
30422026-08-25T07:47:27.836Z Compiling usdt-impl v0.5.0
30432026-08-25T07:47:27.857Z Compiling syn v2.0.117
30442026-08-25T07:47:27.857Z Compiling syn v3.0.3
30452026-08-25T07:47:27.877Z Compiling syn v1.0.109
30462026-08-25T07:47:27.891Z Compiling getrandom v0.4.3
30472026-08-25T07:47:27.894Z Compiling log v0.4.33
30482026-08-25T07:47:27.914Z Compiling indexmap v2.14.0
30492026-08-25T07:47:28.040Z Compiling fs-err v3.3.0
30502026-08-25T07:47:28.118Z Compiling anyhow v1.0.104
30512026-08-25T07:47:28.178Z Compiling heck v0.4.1
30522026-08-25T07:47:28.248Z Compiling once_cell v1.21.3
30532026-08-25T07:47:28.557Z Compiling thread-id v4.2.2
30542026-08-25T07:47:28.580Z Compiling errno v0.3.14
30552026-08-25T07:47:28.584Z Compiling memmap v0.7.0
30562026-08-25T07:47:29.253Z Compiling serde_derive v1.0.229
30572026-08-25T07:47:29.328Z Compiling proc-macro-error v1.0.4
30582026-08-25T07:47:29.565Z Compiling terminal_size v0.4.3
30592026-08-25T07:47:29.565Z Compiling tempfile v3.27.0
30602026-08-25T07:47:29.594Z Compiling tabled_derive v0.7.0
30612026-08-25T07:47:29.669Z Compiling clap_builder v4.6.0
30622026-08-25T07:47:29.670Z Compiling textwrap v0.16.2
30632026-08-25T07:47:29.994Z Compiling camino v1.2.5
30642026-08-25T07:47:29.994Z Compiling semver v1.0.28
30652026-08-25T07:47:30.023Z Compiling cargo-platform v0.3.2
30662026-08-25T07:47:30.051Z Compiling pest_generator v2.8.6
30672026-08-25T07:47:30.287Z Compiling tabled v0.15.0
30682026-08-25T07:47:30.298Z Compiling camino-tempfile v1.4.1
30692026-08-25T07:47:30.596Z Compiling thiserror-impl v1.0.69
30702026-08-25T07:47:30.604Z Compiling zerocopy-derive v0.7.35
30712026-08-25T07:47:30.605Z Compiling pest_derive v2.8.6
30722026-08-25T07:47:30.605Z Compiling scroll_derive v0.12.1
30732026-08-25T07:47:30.605Z Compiling thiserror-impl v2.0.18
30742026-08-25T07:47:30.605Z Compiling clap_derive v4.6.1
30752026-08-25T07:47:31.421Z Compiling scroll v0.12.0
30762026-08-25T07:47:31.465Z Compiling zerocopy v0.7.35
30772026-08-25T07:47:31.687Z Compiling goblin v0.8.2
30782026-08-25T07:47:31.772Z Compiling thiserror v1.0.69
30792026-08-25T07:47:31.847Z Compiling toml_datetime v0.6.11
30802026-08-25T07:47:31.899Z Compiling dtrace-parser v0.2.0
30812026-08-25T07:47:31.921Z Compiling serde_spanned v0.6.9
30822026-08-25T07:47:31.945Z Compiling serde_tokenstream v0.2.3
30832026-08-25T07:47:32.037Z Compiling dof v0.3.0
30842026-08-25T07:47:32.087Z Compiling toml_edit v0.22.27
30852026-08-25T07:47:32.130Z Compiling thiserror v2.0.18
30862026-08-25T07:47:32.139Z Compiling clap v4.6.1
30872026-08-25T07:47:32.226Z Compiling cargo_metadata v0.23.1
30882026-08-25T07:47:32.240Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30892026-08-25T07:47:32.252Z Compiling macaddr v1.0.1
30902026-08-25T07:47:32.913Z Compiling usdt-attr-macro v0.5.0
30912026-08-25T07:47:33.459Z Compiling usdt-macro v0.5.0
30922026-08-25T07:47:33.714Z Compiling toml v0.8.23
30932026-08-25T07:47:34.183Z Compiling cargo_toml v0.21.0
30942026-08-25T07:47:35.395Z Compiling usdt v0.5.0
30952026-08-25T07:47:38.802Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30962026-08-25T07:47:41.989Z Finished `release` profile [optimized] target(s) in 14.77s
30972026-08-25T07:47:42.130Z
30982026-08-25T07:47:42.130Zreal 14.889520020
30992026-08-25T07:47:42.130Zuser 2:06.782127438
31002026-08-25T07:47:42.130Zsys 13.492178399
31012026-08-25T07:47:42.137Ztrap 0.078516312
31022026-08-25T07:47:42.137Ztflt 0.343454589
31032026-08-25T07:47:42.137Zdflt 0.900323986
31042026-08-25T07:47:42.137Zkflt 0.000027247
31052026-08-25T07:47:42.137Zlock 5:05.523078656
31062026-08-25T07:47:42.137Zslp 3:07.676203415
31072026-08-25T07:47:42.137Zlat 5.045993499
31082026-08-25T07:47:42.137Zstop 16.514891916
31092026-08-25T07:47:42.137Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31102026-08-25T07:47:42.137Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31112026-08-25T07:47:42.137Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31122026-08-25T07:47:42.137Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31132026-08-25T07:47:42.137Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31142026-08-25T07:47:43.083Z Compiling progenitor-client v0.14.0
31152026-08-25T07:47:43.083Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31162026-08-25T07:47:43.086Z Compiling newtype-uuid-macros v0.1.0
31172026-08-25T07:47:43.086Z Compiling match_cfg v0.1.0
31182026-08-25T07:47:43.086Z Compiling slog-json v2.6.1
31192026-08-25T07:47:43.086Z Compiling sha1 v0.11.0
31202026-08-25T07:47:43.086Z Compiling multer v3.1.0
31212026-08-25T07:47:43.233Z Compiling compression-core v0.4.31
31222026-08-25T07:47:43.236Z Compiling debug-ignore v1.0.5
31232026-08-25T07:47:43.236Z Compiling async-stream-impl v0.3.6
31242026-08-25T07:47:43.236Z Compiling serde_spanned v1.1.1
31252026-08-25T07:47:43.236Z Compiling toml_datetime v1.1.1+spec-1.1.0
31262026-08-25T07:47:43.236Z Compiling dropshot v0.17.1
31272026-08-25T07:47:43.250Z Compiling toml_writer v1.1.1+spec-1.1.0
31282026-08-25T07:47:43.290Z Compiling rustls-pemfile v2.2.0
31292026-08-25T07:47:43.305Z Compiling waitgroup v0.1.2
31302026-08-25T07:47:43.469Z Compiling toml v1.1.2+spec-1.1.0
31312026-08-25T07:47:43.472Z Compiling dropshot_endpoint v0.17.1
31322026-08-25T07:47:43.521Z Compiling hostname v0.3.1
31332026-08-25T07:47:43.524Z Compiling compression-codecs v0.4.37
31342026-08-25T07:47:43.525Z Compiling hostname v0.4.2
31352026-08-25T07:47:43.525Z Compiling serde_path_to_error v0.1.20
31362026-08-25T07:47:43.606Z Compiling atomicwrites v0.4.4
31372026-08-25T07:47:43.642Z Compiling slog-bunyan v2.5.0
31382026-08-25T07:47:43.645Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31392026-08-25T07:47:43.645Z Compiling macaddr v1.0.1
31402026-08-25T07:47:43.694Z Compiling instant v0.1.13
31412026-08-25T07:47:43.698Z Compiling regress v0.10.5
31422026-08-25T07:47:43.711Z Compiling async-compression v0.4.41
31432026-08-25T07:47:43.791Z Compiling parse-display-derive v0.10.0
31442026-08-25T07:47:43.803Z Compiling backon v1.6.0
31452026-08-25T07:47:43.806Z Compiling backoff v0.4.0
31462026-08-25T07:47:43.838Z Compiling itertools v0.14.0
31472026-08-25T07:47:43.838Z Compiling humantime v2.3.0
31482026-08-25T07:47:43.876Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31492026-08-25T07:47:43.914Z Compiling half v2.7.1
31502026-08-25T07:47:43.968Z Compiling crucible-workspace-hack v0.1.0
31512026-08-25T07:47:43.985Z Compiling async-stream v0.3.6
31522026-08-25T07:47:44.001Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31532026-08-25T07:47:44.038Z Compiling progenitor-extras v0.2.0
31542026-08-25T07:47:44.056Z Compiling ciborium-io v0.2.2
31552026-08-25T07:47:44.060Z Compiling convert_case v0.4.0
31562026-08-25T07:47:44.088Z Compiling regress v0.11.1
31572026-08-25T07:47:44.104Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31582026-08-25T07:47:44.121Z Compiling secrecy v0.10.3
31592026-08-25T07:47:44.184Z Compiling ciborium-ll v0.2.2
31602026-08-25T07:47:44.187Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-25T07:47:44.221Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31622026-08-25T07:47:44.256Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31632026-08-25T07:47:44.291Z Compiling inout v0.1.4
31642026-08-25T07:47:44.308Z Compiling thiserror-impl-no-std v2.0.2
31652026-08-25T07:47:44.327Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31662026-08-25T07:47:44.359Z Compiling ciborium v0.2.2
31672026-08-25T07:47:44.425Z Compiling universal-hash v0.5.1
31682026-08-25T07:47:44.459Z Compiling derive_more v0.99.20
31692026-08-25T07:47:44.505Z Compiling cipher v0.4.4
31702026-08-25T07:47:44.523Z Compiling unsafe-libyaml v0.2.11
31712026-08-25T07:47:44.584Z Compiling opaque-debug v0.3.1
31722026-08-25T07:47:44.601Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-25T07:47:44.617Z Compiling blake2 v0.10.6
31742026-08-25T07:47:44.671Z Compiling poly1305 v0.8.0
31752026-08-25T07:47:44.711Z Compiling aead v0.5.2
31762026-08-25T07:47:44.779Z Compiling chacha20 v0.9.1
31772026-08-25T07:47:44.796Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31782026-08-25T07:47:44.944Z Compiling password-hash v0.5.0
31792026-08-25T07:47:44.961Z Compiling indent_write v2.2.0
31802026-08-25T07:47:45.041Z Compiling chacha20poly1305 v0.10.1
31812026-08-25T07:47:45.071Z Compiling toml_datetime v0.7.5+spec-1.1.0
31822026-08-25T07:47:45.121Z Compiling serde_yaml v0.9.34+deprecated
31832026-08-25T07:47:45.167Z Compiling num-derive v0.4.2
31842026-08-25T07:47:45.211Z Compiling argon2 v0.5.3
31852026-08-25T07:47:45.232Z Compiling heapless v0.8.0
31862026-08-25T07:47:45.340Z Compiling toml_edit v0.23.10+spec-1.0.0
31872026-08-25T07:47:45.370Z Compiling ingot-macros v0.2.0
31882026-08-25T07:47:45.377Z Compiling tabwriter v1.4.1
31892026-08-25T07:47:45.447Z Compiling hash32 v0.3.1
31902026-08-25T07:47:45.554Z Compiling parse-display v0.10.0
31912026-08-25T07:47:45.564Z Compiling thiserror-no-std v2.0.2
31922026-08-25T07:47:45.626Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31932026-08-25T07:47:45.640Z Compiling smoltcp v0.11.0
31942026-08-25T07:47:45.672Z Compiling vsss-rs v3.3.4
31952026-08-25T07:47:45.777Z Compiling typify-impl v0.6.2
31962026-08-25T07:47:45.874Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31972026-08-25T07:47:45.905Z Compiling proc-macro-crate v3.4.0
31982026-08-25T07:47:46.134Z Compiling cobs v0.3.0
31992026-08-25T07:47:46.148Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32002026-08-25T07:47:46.353Z Compiling colored v3.1.1
32012026-08-25T07:47:46.371Z Compiling illumos-nvpair-sys v0.2.0
32022026-08-25T07:47:46.449Z Compiling postcard v1.1.3
32032026-08-25T07:47:46.478Z Compiling num_enum_derive v0.7.6
32042026-08-25T07:47:46.495Z Compiling proc-macro-error v1.0.4
32052026-08-25T07:47:46.591Z Compiling rand v0.10.1
32062026-08-25T07:47:46.618Z Compiling proc-macro-crate v1.3.1
32072026-08-25T07:47:46.718Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32082026-08-25T07:47:46.738Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32092026-08-25T07:47:46.816Z Compiling foreign-types-macros v0.2.3
32102026-08-25T07:47:46.836Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-25T07:47:46.860Z Compiling rayon-core v1.13.0
32122026-08-25T07:47:46.921Z Compiling foreign-types-shared v0.3.1
32132026-08-25T07:47:47.070Z Compiling num_enum_derive v0.5.11
32142026-08-25T07:47:47.131Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-25T07:47:47.153Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-25T07:47:47.189Z Compiling crossbeam-deque v0.8.6
32172026-08-25T07:47:47.204Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32182026-08-25T07:47:47.246Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32192026-08-25T07:47:47.301Z Compiling cstr-argument v0.1.2
32202026-08-25T07:47:47.395Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32212026-08-25T07:47:47.450Z Compiling foreign-types v0.5.0
32222026-08-25T07:47:47.470Z Compiling illumos-nvpair v0.3.0
32232026-08-25T07:47:47.485Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32242026-08-25T07:47:47.562Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32252026-08-25T07:47:47.584Z Compiling num_enum v0.7.6
32262026-08-25T07:47:47.628Z Compiling zone_cfg_derive v0.3.1
32272026-08-25T07:47:47.685Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32282026-08-25T07:47:47.733Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32292026-08-25T07:47:47.752Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32302026-08-25T07:47:47.752Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32312026-08-25T07:47:47.789Z Compiling itertools v0.12.1
32322026-08-25T07:47:47.826Z Compiling rayon v1.11.0
32332026-08-25T07:47:47.840Z Compiling sigpipe v0.1.3
32342026-08-25T07:47:47.887Z Compiling glob v0.3.3
32352026-08-25T07:47:47.956Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-25T07:47:47.976Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32372026-08-25T07:47:47.997Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32382026-08-25T07:47:48.095Z Compiling smf v0.2.3
32392026-08-25T07:47:48.200Z Compiling whoami v1.6.1
32402026-08-25T07:47:48.211Z Compiling num_enum v0.5.11
32412026-08-25T07:47:48.231Z Compiling cpubits v0.1.1
32422026-08-25T07:47:48.239Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32432026-08-25T07:47:48.272Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32442026-08-25T07:47:48.291Z Compiling ingot-types v0.2.0
32452026-08-25T07:47:48.319Z Compiling gethostname v0.5.0
32462026-08-25T07:47:48.324Z Compiling derive-where v1.6.0
32472026-08-25T07:47:48.343Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32482026-08-25T07:47:48.362Z Compiling usdt-attr-macro v0.5.0
32492026-08-25T07:47:48.403Z Compiling usdt-macro v0.5.0
32502026-08-25T07:47:48.419Z Compiling num-rational v0.4.2
32512026-08-25T07:47:48.447Z Compiling num-complex v0.4.6
32522026-08-25T07:47:48.508Z Compiling memmap v0.7.0
32532026-08-25T07:47:48.668Z Compiling ingot v0.2.1
32542026-08-25T07:47:48.719Z Compiling toml v0.8.23
32552026-08-25T07:47:48.735Z Compiling pem-rfc7468 v1.0.0
32562026-08-25T07:47:48.872Z Compiling num v0.4.3
32572026-08-25T07:47:48.891Z Compiling float-ord v0.3.2
32582026-08-25T07:47:48.969Z Compiling zone v0.3.1
32592026-08-25T07:47:49.043Z Compiling cancel-safe-futures v0.1.5
32602026-08-25T07:47:49.043Z Compiling resolv-conf v0.7.6
32612026-08-25T07:47:49.068Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32622026-08-25T07:47:49.068Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32632026-08-25T07:47:49.206Z Compiling hmac v0.13.0
32642026-08-25T07:47:49.224Z Compiling usdt v0.5.0
32652026-08-25T07:47:49.298Z Compiling universal-hash v0.6.1
32662026-08-25T07:47:49.417Z Compiling sha1 v0.10.6
32672026-08-25T07:47:49.439Z Compiling libefi-sys v0.1.0
32682026-08-25T07:47:49.471Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32692026-08-25T07:47:49.496Z Compiling prettyplease v0.2.37
32702026-08-25T07:47:49.517Z Compiling linear-map v1.2.0
32712026-08-25T07:47:49.583Z Compiling polyval v0.7.1
32722026-08-25T07:47:49.663Z Compiling der v0.8.0
32732026-08-25T07:47:49.694Z Compiling hickory-proto v0.24.4
32742026-08-25T07:47:49.714Z Compiling newline-converter v0.3.0
32752026-08-25T07:47:49.737Z Compiling console v0.15.11
32762026-08-25T07:47:49.744Z Compiling bitfield-struct v0.6.2
32772026-08-25T07:47:49.744Z Compiling linked-hash-map v0.5.6
32782026-08-25T07:47:49.805Z Compiling oxide-update-engine-types v0.1.2
32792026-08-25T07:47:49.851Z Compiling ghash v0.6.0
32802026-08-25T07:47:49.969Z Compiling lru-cache v0.1.2
32812026-08-25T07:47:50.018Z Compiling pbkdf2 v0.13.0
32822026-08-25T07:47:50.078Z Compiling expectorate v1.2.0
32832026-08-25T07:47:50.096Z Compiling aes v0.9.1
32842026-08-25T07:47:50.120Z Compiling crypto-bigint v0.7.5
32852026-08-25T07:47:50.164Z Compiling ctr v0.10.1
32862026-08-25T07:47:50.267Z Compiling aead v0.6.1
32872026-08-25T07:47:50.346Z Compiling sha2 v0.11.0
32882026-08-25T07:47:50.373Z Compiling typify-macro v0.6.2
32892026-08-25T07:47:50.405Z Compiling nom v8.0.0
32902026-08-25T07:47:50.469Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32912026-08-25T07:47:50.486Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32922026-08-25T07:47:50.688Z Compiling semver v0.1.20
32932026-08-25T07:47:50.805Z Compiling oxide-update-engine v0.1.2
32942026-08-25T07:47:50.946Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32952026-08-25T07:47:50.950Z Compiling rustc_version v0.1.7
32962026-08-25T07:47:51.011Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32972026-08-25T07:47:51.030Z Compiling spki v0.8.0
32982026-08-25T07:47:51.030Z Compiling aes-gcm v0.11.0
32992026-08-25T07:47:51.063Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33002026-08-25T07:47:51.207Z Compiling tokio-dtrace v0.1.1
33012026-08-25T07:47:51.229Z Compiling dropshot-api-manager-types v0.8.0
33022026-08-25T07:47:51.276Z Compiling salsa20 v0.11.0
33032026-08-25T07:47:51.293Z Compiling slog-dtrace v0.3.0
33042026-08-25T07:47:51.313Z Compiling minimal-lexical v0.2.1
33052026-08-25T07:47:51.332Z Compiling xshell-macros v0.2.7
33062026-08-25T07:47:51.463Z Compiling scrypt v0.12.0
33072026-08-25T07:47:51.485Z Compiling oxide-tokio-rt v0.1.4
33082026-08-25T07:47:51.503Z Compiling newtype_derive v0.1.6
33092026-08-25T07:47:51.573Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33102026-08-25T07:47:51.593Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33112026-08-25T07:47:51.608Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33122026-08-25T07:47:51.629Z Compiling nom v7.1.3
33132026-08-25T07:47:51.719Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33142026-08-25T07:47:51.739Z Compiling xshell v0.2.7
33152026-08-25T07:47:51.788Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33162026-08-25T07:47:51.813Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33172026-08-25T07:47:51.945Z Compiling hickory-resolver v0.24.4
33182026-08-25T07:47:51.966Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33192026-08-25T07:47:52.158Z Compiling phf_shared v0.12.1
33202026-08-25T07:47:52.221Z Compiling typify v0.6.2
33212026-08-25T07:47:52.267Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-08-25T07:47:52.357Z Compiling progenitor-impl v0.14.0
33232026-08-25T07:47:52.374Z Compiling rfc6979 v0.4.0
33242026-08-25T07:47:52.455Z Compiling cbc v0.2.1
33252026-08-25T07:47:52.534Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-25T07:47:52.552Z Compiling csv-core v0.1.13
33272026-08-25T07:47:52.575Z Compiling highway v1.3.0
33282026-08-25T07:47:52.642Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33292026-08-25T07:47:52.776Z Compiling unicode-xid v0.2.6
33302026-08-25T07:47:52.832Z Compiling chrono-tz v0.10.4
33312026-08-25T07:47:52.925Z Compiling const_format_proc_macros v0.2.34
33322026-08-25T07:47:52.942Z Compiling csv v1.4.0
33332026-08-25T07:47:52.960Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33342026-08-25T07:47:52.978Z Compiling proc-macro-error2 v2.0.1
33352026-08-25T07:47:53.016Z Compiling qorb v0.4.1
33362026-08-25T07:47:53.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33372026-08-25T07:47:53.080Z Compiling pkcs5 v0.8.1
33382026-08-25T07:47:53.172Z Compiling ecdsa v0.16.9
33392026-08-25T07:47:53.330Z Compiling phf v0.12.1
33402026-08-25T07:47:53.411Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33412026-08-25T07:47:53.525Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33422026-08-25T07:47:53.556Z Compiling primeorder v0.13.6
33432026-08-25T07:47:53.602Z Compiling hashbrown v0.14.5
33442026-08-25T07:47:53.647Z Compiling serde_tokenstream v0.3.0
33452026-08-25T07:47:53.754Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33462026-08-25T07:47:53.799Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-08-25T07:47:53.845Z Compiling salty v0.3.0
33482026-08-25T07:47:53.862Z Compiling const_format v0.2.35
33492026-08-25T07:47:53.948Z Compiling p384 v0.13.1
33502026-08-25T07:47:53.998Z Compiling oxide-generation-macros v0.2.0
33512026-08-25T07:47:54.141Z Compiling chumsky v0.9.3
33522026-08-25T07:47:54.238Z Compiling pkcs8 v0.11.0
33532026-08-25T07:47:54.390Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33542026-08-25T07:47:54.575Z Compiling knus-derive v3.4.0
33552026-08-25T07:47:54.591Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33562026-08-25T07:47:54.722Z Compiling tabled_derive v0.7.0
33572026-08-25T07:47:54.855Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33582026-08-25T07:47:55.034Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33592026-08-25T07:47:55.125Z Compiling bcs v0.1.6
33602026-08-25T07:47:55.144Z Compiling progenitor-macro v0.14.0
33612026-08-25T07:47:55.269Z Compiling ff v0.14.0
33622026-08-25T07:47:55.331Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33632026-08-25T07:47:55.444Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33642026-08-25T07:47:55.461Z Compiling termtree v0.5.1
33652026-08-25T07:47:55.478Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33662026-08-25T07:47:55.640Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33672026-08-25T07:47:55.658Z Compiling steno v0.4.1
33682026-08-25T07:47:55.734Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33692026-08-25T07:47:55.759Z Compiling tabled v0.15.0
33702026-08-25T07:47:55.801Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33712026-08-25T07:47:55.900Z Compiling tagptr v0.2.0
33722026-08-25T07:47:55.973Z Compiling group v0.14.0
33732026-08-25T07:47:56.048Z Compiling moka v0.12.13
33742026-08-25T07:47:56.082Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33752026-08-25T07:47:56.146Z Compiling knus v3.4.0
33762026-08-25T07:47:56.174Z Compiling signature v3.0.0
33772026-08-25T07:47:56.198Z Compiling base16ct v1.0.0
33782026-08-25T07:47:56.405Z Compiling sec1 v0.8.1
33792026-08-25T07:47:56.422Z Compiling hkdf v0.13.0
33802026-08-25T07:47:56.443Z Compiling libscf-sys v1.2.0
33812026-08-25T07:47:56.467Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33822026-08-25T07:47:56.606Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33832026-08-25T07:47:56.622Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33842026-08-25T07:47:56.747Z Compiling elliptic-curve v0.14.1
33852026-08-25T07:47:56.773Z Compiling hickory-resolver v0.25.2
33862026-08-25T07:47:56.847Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33872026-08-25T07:47:56.877Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33882026-08-25T07:47:57.087Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33892026-08-25T07:47:57.090Z Compiling utf-8 v0.7.6
33902026-08-25T07:47:57.186Z Compiling corncobs v0.1.4
33912026-08-25T07:47:57.307Z Compiling parking_lot_core v0.8.6
33922026-08-25T07:47:57.337Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33932026-08-25T07:47:57.384Z Compiling tungstenite v0.21.0
33942026-08-25T07:47:57.548Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33952026-08-25T07:47:57.613Z Compiling wnaf v0.14.0
33962026-08-25T07:47:57.685Z Compiling primefield v0.14.0
33972026-08-25T07:47:57.761Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33982026-08-25T07:47:57.832Z Compiling rfc6979 v0.6.0
33992026-08-25T07:47:57.894Z Compiling papergrid v0.18.0
34002026-08-25T07:47:57.931Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34012026-08-25T07:47:57.949Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34022026-08-25T07:47:58.024Z Compiling git-stub v1.0.0
34032026-08-25T07:47:58.131Z Compiling secrecy v0.8.0
34042026-08-25T07:47:58.173Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34052026-08-25T07:47:58.243Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-08-25T07:47:58.308Z Compiling git-stub-vcs v0.1.0
34072026-08-25T07:47:58.325Z Compiling ecdsa v0.17.0
34082026-08-25T07:47:58.482Z Compiling tokio-tungstenite v0.21.0
34092026-08-25T07:47:58.508Z Compiling primeorder v0.14.0
34102026-08-25T07:47:58.683Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34112026-08-25T07:47:58.813Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34122026-08-25T07:47:58.831Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34132026-08-25T07:47:58.944Z Compiling tabled v0.21.0
34142026-08-25T07:47:58.961Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34152026-08-25T07:47:58.982Z Compiling curve25519-dalek v5.0.0
34162026-08-25T07:47:58.985Z Compiling unicase v2.9.0
34172026-08-25T07:47:59.036Z Compiling parking_lot v0.11.2
34182026-08-25T07:47:59.154Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-25T07:47:59.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34202026-08-25T07:47:59.211Z Compiling mime_guess v2.0.5
34212026-08-25T07:47:59.283Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34222026-08-25T07:47:59.416Z Compiling ssh-encoding v0.3.0
34232026-08-25T07:47:59.547Z Compiling progenitor-impl v0.13.0
34242026-08-25T07:47:59.594Z Compiling prefix-trie v0.7.0
34252026-08-25T07:47:59.666Z Compiling fxhash v0.2.1
34262026-08-25T07:47:59.701Z Compiling keccak v0.2.0
34272026-08-25T07:47:59.783Z Compiling crc8 v0.1.1
34282026-08-25T07:47:59.843Z Compiling sled v0.34.7
34292026-08-25T07:47:59.943Z Compiling ed25519 v3.0.0
34302026-08-25T07:47:59.959Z Compiling hickory-server v0.25.2
34312026-08-25T07:48:00.022Z Compiling crypto-primes v0.7.2
34322026-08-25T07:48:00.359Z Compiling progenitor v0.14.0
34332026-08-25T07:48:00.378Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34342026-08-25T07:48:00.398Z Compiling pkcs1 v0.8.0-rc.4
34352026-08-25T07:48:00.551Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34362026-08-25T07:48:00.655Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34372026-08-25T07:48:00.815Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34382026-08-25T07:48:01.087Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34392026-08-25T07:48:01.146Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34402026-08-25T07:48:01.203Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34412026-08-25T07:48:01.349Z Compiling poly1305 v0.9.0
34422026-08-25T07:48:01.540Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34432026-08-25T07:48:01.765Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34442026-08-25T07:48:01.850Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34452026-08-25T07:48:01.853Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34462026-08-25T07:48:01.921Z Compiling progenitor-client v0.13.0
34472026-08-25T07:48:02.144Z Compiling blowfish v0.10.0
34482026-08-25T07:48:02.252Z Compiling progenitor-macro v0.13.0
34492026-08-25T07:48:02.280Z Compiling blake2 v0.11.0-rc.6
34502026-08-25T07:48:02.297Z Compiling half v1.8.3
34512026-08-25T07:48:02.433Z Compiling http-range v0.1.5
34522026-08-25T07:48:02.464Z Compiling bcrypt-pbkdf v0.11.0
34532026-08-25T07:48:02.648Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34542026-08-25T07:48:02.796Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34552026-08-25T07:48:02.906Z Compiling argon2 v0.6.0-rc.8
34562026-08-25T07:48:03.231Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34572026-08-25T07:48:03.250Z Compiling serde_cbor v0.11.2
34582026-08-25T07:48:03.269Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34592026-08-25T07:48:03.507Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34602026-08-25T07:48:03.602Z Compiling ssh-cipher v0.3.0
34612026-08-25T07:48:04.012Z Compiling rsa v0.10.0-rc.18
34622026-08-25T07:48:04.031Z Compiling ed25519-dalek v3.0.0
34632026-08-25T07:48:04.214Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34642026-08-25T07:48:04.319Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34652026-08-25T07:48:04.619Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34662026-08-25T07:48:04.695Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34672026-08-25T07:48:04.860Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34682026-08-25T07:48:04.910Z Compiling sha3 v0.11.0
34692026-08-25T07:48:04.930Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34702026-08-25T07:48:05.151Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34712026-08-25T07:48:05.179Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34722026-08-25T07:48:05.306Z Compiling p521 v0.14.0
34732026-08-25T07:48:05.329Z Compiling p384 v0.14.0
34742026-08-25T07:48:05.349Z Compiling p256 v0.14.0
34752026-08-25T07:48:05.561Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34762026-08-25T07:48:05.579Z Compiling scuffle v0.1.0
34772026-08-25T07:48:06.079Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34782026-08-25T07:48:06.205Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34792026-08-25T07:48:06.495Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34802026-08-25T07:48:06.558Z Compiling yasna v0.5.2
34812026-08-25T07:48:06.656Z Compiling kstat-rs v0.2.5
34822026-08-25T07:48:06.763Z Compiling headers-core v0.3.0
34832026-08-25T07:48:06.914Z Compiling kem v0.3.0
34842026-08-25T07:48:06.984Z Compiling module-lattice v0.2.3
34852026-08-25T07:48:07.034Z Compiling nanorand v0.7.0
34862026-08-25T07:48:07.049Z Compiling sponge-cursor v0.1.0
34872026-08-25T07:48:07.067Z Compiling rcgen v0.12.1
34882026-08-25T07:48:07.217Z Compiling ml-kem v0.3.2
34892026-08-25T07:48:07.263Z Compiling flume v0.11.1
34902026-08-25T07:48:07.281Z Compiling sha3 v0.12.0
34912026-08-25T07:48:07.349Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34922026-08-25T07:48:07.367Z Compiling progenitor v0.13.0
34932026-08-25T07:48:07.431Z Compiling headers v0.4.1
34942026-08-25T07:48:07.499Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34952026-08-25T07:48:07.545Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34962026-08-25T07:48:07.592Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34972026-08-25T07:48:07.609Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34982026-08-25T07:48:07.703Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34992026-08-25T07:48:07.867Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35002026-08-25T07:48:07.957Z Compiling hyper-staticfile v0.10.1
35012026-08-25T07:48:07.974Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35022026-08-25T07:48:08.054Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35032026-08-25T07:48:08.154Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35042026-08-25T07:48:08.186Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
35052026-08-25T07:48:08.320Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35062026-08-25T07:48:08.401Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35072026-08-25T07:48:08.447Z Compiling ssh-key v0.7.0-rc.11
35082026-08-25T07:48:08.478Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35092026-08-25T07:48:08.551Z Compiling russh-cryptovec v0.62.0
35102026-08-25T07:48:08.601Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35112026-08-25T07:48:08.666Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35122026-08-25T07:48:08.726Z Compiling internal-russh-num-bigint v0.5.0
35132026-08-25T07:48:08.778Z Compiling port-file v0.1.0
35142026-08-25T07:48:08.798Z Compiling num-bigint v0.4.6
35152026-08-25T07:48:08.814Z Compiling generic-array v1.4.3
35162026-08-25T07:48:08.831Z Compiling russh-util v0.52.0
35172026-08-25T07:48:08.848Z Compiling enum_dispatch v0.3.13
35182026-08-25T07:48:09.012Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35192026-08-25T07:48:09.038Z Compiling delegate v0.13.5
35202026-08-25T07:48:09.198Z Compiling subprocess v0.2.15
35212026-08-25T07:48:09.312Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35222026-08-25T07:48:09.451Z Compiling display-error-chain v0.2.2
35232026-08-25T07:48:09.480Z Compiling hex-literal v1.1.0
35242026-08-25T07:48:09.619Z Compiling md5 v0.8.0
35252026-08-25T07:48:09.663Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35262026-08-25T07:48:09.768Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35272026-08-25T07:48:09.872Z Compiling colored v2.2.0
35282026-08-25T07:48:09.919Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35292026-08-25T07:48:10.019Z Compiling socket2 v0.5.10
35302026-08-25T07:48:10.045Z Compiling russh v0.62.4
35312026-08-25T07:48:10.079Z Compiling internet-checksum v0.2.1
35322026-08-25T07:48:10.187Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35332026-08-25T07:48:10.250Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35342026-08-25T07:48:11.379Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35352026-08-25T07:48:12.972Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35362026-08-25T07:48:13.680Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35372026-08-25T07:48:14.224Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35382026-08-25T07:48:15.648Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35392026-08-25T07:48:15.898Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35402026-08-25T07:48:24.981Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35412026-08-25T07:48:24.982Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35422026-08-25T07:48:24.985Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35432026-08-25T07:48:24.985Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35442026-08-25T07:48:24.985Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35452026-08-25T07:48:26.781Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35462026-08-25T07:48:26.873Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35472026-08-25T07:48:30.973Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35482026-08-25T07:49:14.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35492026-08-25T07:49:14.279Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35502026-08-25T07:49:14.279Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35512026-08-25T07:49:14.279Z
35522026-08-25T07:49:14.279Zreal 1:29.733840820
35532026-08-25T07:49:14.279Zuser 8:44.480302891
35542026-08-25T07:49:14.280Zsys 1:42.139095709
35552026-08-25T07:49:14.280Ztrap 0.249628693
35562026-08-25T07:49:14.280Ztflt 0.293870631
35572026-08-25T07:49:14.280Zdflt 1.819061665
35582026-08-25T07:49:14.280Zkflt 0.000210976
35592026-08-25T07:49:14.280Zlock 30:58.657123913
35602026-08-25T07:49:14.280Zslp 19:51.523376207
35612026-08-25T07:49:14.280Zlat 40.075114787
35622026-08-25T07:49:14.280Zstop 2:53.954677521
35632026-08-25T07:49:14.280Z+ mkdir tests
35642026-08-25T07:49:14.280Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35652026-08-25T07:49:14.280Z+ xargs -I '{}' -t cp '{}' tests/
35662026-08-25T07:49:14.280Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9c4ac4535e73927a tests/
35672026-08-25T07:49:14.280Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-52985dba06057c89 tests/
35682026-08-25T07:49:14.280Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33efa6528eeaa9ef tests/
35692026-08-25T07:49:14.280Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-afe64764df7810c0 tests/
35702026-08-25T07:49:14.280Z+ 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)
35712026-08-25T07:49:14.280Z+ 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-52985dba06057c89 tests/commtest-33efa6528eeaa9ef tests/dhcp_server-9c4ac4535e73927a tests/end_to_end_tests-afe64764df7810c0 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
35722026-08-25T07:50:41.714ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35732026-08-25T07:50:41.715Za .github/buildomat/ci-env.sh 1K
35742026-08-25T07:50:41.715Za out/target/test 1K
35752026-08-25T07:50:41.715Za out/npuzone/npuzone 31102K
35762026-08-25T07:50:41.715Za package-manifest.toml 35K
35772026-08-25T07:50:41.715Za smf/sled-agent/non-gimlet/config.toml 6K
35782026-08-25T07:50:41.715Za target/release/omicron-package 49452K
35792026-08-25T07:50:41.715Za target/release/xtask 11732K
35802026-08-25T07:50:41.715Za target/debug/bootstrap 440677K
35812026-08-25T07:50:41.716Za tests/bootstrap-52985dba06057c89 34430K
35822026-08-25T07:50:41.716Za tests/commtest-33efa6528eeaa9ef 34431K
35832026-08-25T07:50:41.716Za tests/dhcp_server-9c4ac4535e73927a 34430K
35842026-08-25T07:50:41.716Za tests/end_to_end_tests-afe64764df7810c0 504140K
35852026-08-25T07:50:41.716Za tools/opte_version 1K
35862026-08-25T07:50:41.716Za tools/opte_version_override 2K
35872026-08-25T07:50:41.716Za out/clickhouse.tar.gz 325998K
35882026-08-25T07:50:41.716Za out/clickhouse_keeper.tar.gz 309979K
35892026-08-25T07:50:41.717Za out/clickhouse_server.tar.gz 325995K
35902026-08-25T07:50:41.717Za out/cockroachdb.tar.gz 166882K
35912026-08-25T07:50:41.717Za out/crucible-pantry-zone.tar.gz 39992K
35922026-08-25T07:50:41.717Za out/crucible-utils.tar 18900K
35932026-08-25T07:50:41.717Za out/crucible-zone.tar.gz 54804K
35942026-08-25T07:50:41.717Za out/external-dns.tar.gz 44425K
35952026-08-25T07:50:41.717Za out/internal-dns.tar.gz 44424K
35962026-08-25T07:50:41.717Za out/mg-ddm-gz.tar 114773K
35972026-08-25T07:50:41.717Za out/nexus.tar.gz 355498K
35982026-08-25T07:50:41.717Za out/ntp.tar.gz 31588K
35992026-08-25T07:50:41.717Za out/omicron-gateway-softnpu.tar.gz 29020K
36002026-08-25T07:50:41.717Za out/omicron-sled-agent.tar 240762K
36012026-08-25T07:50:41.718Za out/overlay.tar.gz 4K
36022026-08-25T07:50:41.718Za out/oximeter.tar.gz 68431K
36032026-08-25T07:50:41.718Za out/oxlog.tar 4089K
36042026-08-25T07:50:41.718Za out/probe.tar.gz 1396K
36052026-08-25T07:50:41.718Za out/propolis-server.tar.gz 37940K
36062026-08-25T07:50:41.718Za out/pumpkind-gz.tar 26647K
36072026-08-25T07:50:41.718Za out/switch-softnpu.tar.gz 520299K
36082026-08-25T07:50:41.726Z
36092026-08-25T07:50:41.727Zreal 1:29.286607731
36102026-08-25T07:50:41.727Zuser 1:26.410262680
36112026-08-25T07:50:41.727Zsys 4.884790492
36122026-08-25T07:50:41.727Ztrap 0.006492448
36132026-08-25T07:50:41.727Ztflt 0.000000000
36142026-08-25T07:50:41.727Zdflt 0.000000000
36152026-08-25T07:50:41.727Zkflt 0.000000000
36162026-08-25T07:50:41.727Zlock 0.000000000
36172026-08-25T07:50:41.728Zslp 1:26.229676180
36182026-08-25T07:50:41.728Zlat 1.037261338
36192026-08-25T07:50:41.728Zstop 0.000191268
36202026-08-25T07:50:41.728Zprocess exited: duration 1289079 ms, exit code 0
 
36212026-08-25T07:50:41.741Zfound 1 output files
36222026-08-25T07:50:41.745Zuploading: /work/package.tar.gz (2753151269 bytes)
36232026-08-25T07:52:27.524Zuploaded: /work/package.tar.gz