01M0C0NXSA14GHYQP2B6CWQETV: 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: 01M0C0PH3BZPJT2ZZS2Y00ZS78

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T03:24:00.702Zjob assigned to worker 01M0C0PVPJ26D96F92BSEJ31Z6 [factory aws, i-0ae2ca0df3a08f175] (queued for 53 s)
 
22026-08-19T03:24:07.545Zstarting task 0: "setup"
32026-08-19T03:24:07.549Z++ uname -s
42026-08-19T03:24:07.553Z+ kern=SunOS
52026-08-19T03:24:07.553Z+ build_user=build
62026-08-19T03:24:07.553Z+ build_uid=12345
72026-08-19T03:24:07.553Z+ work_dir=/work
82026-08-19T03:24:07.553Z+ input_dir=/input
92026-08-19T03:24:07.553Z+ [[ 0 == 12345 ]]
102026-08-19T03:24:07.553Z+ case "$kern" in
112026-08-19T03:24:07.553Z+ groupadd -g 12345 build
122026-08-19T03:24:07.553Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T03:24:09.559Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T03:24:09.646Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T03:24:09.652Z+ home_fs=zfs
162026-08-19T03:24:09.652Z+ [[ zfs == autofs ]]
172026-08-19T03:24:09.652Z+ mkdir -p /home/build
182026-08-19T03:24:09.666Z+ chown build:build /home/build /work
192026-08-19T03:24:11.654Z+ chmod 0700 /home/build /work
202026-08-19T03:24:11.707Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-19T03:24:11.748Zstarting task 1: "rust-toolchain"
222026-08-19T03:24:11.757Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T03:24:11.757Z * rust toolchain channel = "1.97.1"
242026-08-19T03:24:11.757Z * rust toolchain profile = "default"
252026-08-19T03:24:11.757Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-19T03:24:11.757Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T03:24:11.757Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T03:24:11.757Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T03:24:11.757Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T03:24:11.861Zinfo: downloading installer
312026-08-19T03:24:13.445Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T03:24:13.445Zwarn: /home/build/.rustup/settings.toml
332026-08-19T03:24:13.445Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T03:24:13.445Zwarn: instead of the one inferred from the default host triple.
352026-08-19T03:24:13.592Zinfo: profile set to default
362026-08-19T03:24:13.593Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T03:24:13.593Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T03:24:13.593Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T03:24:13.593Zinfo: downloading 6 components
402026-08-19T03:24:27.814Z
412026-08-19T03:24:27.814Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-19T03:24:27.844Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T03:24:27.844Z
442026-08-19T03:24:27.845Z
452026-08-19T03:24:27.845ZRust is installed now. Great!
462026-08-19T03:24:27.845Z
472026-08-19T03:24:27.845ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T03:24:27.845Zenvironment variable. This has not been done automatically.
492026-08-19T03:24:27.845Z
502026-08-19T03:24:27.845ZTo configure your current shell, you need to source
512026-08-19T03:24:27.845Zthe corresponding env file under $HOME/.cargo.
522026-08-19T03:24:27.845Z
532026-08-19T03:24:27.845ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T03:24:27.845Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T03:24:27.845Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T03:24:27.845Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T03:24:27.845Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T03:24:27.845Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T03:24:27.845Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T03:24:27.849Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T03:24:27.849Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T03:24:27.946Z+ rustup --version
632026-08-19T03:24:27.952Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T03:24:27.956Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T03:24:27.973Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T03:24:27.976Z+ cargo --version
672026-08-19T03:24:27.984Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T03:24:27.988Z+ rustc --version
692026-08-19T03:24:28.006Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T03:24:28.009Zprocess exited: duration 16262 ms, exit code 0
 
712026-08-19T03:24:28.015Zstarting task 2: "authentication"
722026-08-19T03:24:28.033Zprocess exited: duration 18 ms, exit code 0
 
732026-08-19T03:24:28.040Zstarting task 3: "clone repository"
742026-08-19T03:24:28.044Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T03:24:28.047Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T03:24:28.078ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T03:24:41.009Z+ cd /work/oxidecomputer/omicron
782026-08-19T03:24:41.009Z+ git fetch origin 2e55f4ddac2fe51fc37e9a70e0619a013509750f
792026-08-19T03:24:41.386ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T03:24:41.386Z * branch 2e55f4ddac2fe51fc37e9a70e0619a013509750f -> FETCH_HEAD
812026-08-19T03:24:41.401Z+ [[ -n ben/opte-setup-for-ipv6 ]]
822026-08-19T03:24:41.404Z++ git branch --show-current
832026-08-19T03:24:41.404Z+ current=main
842026-08-19T03:24:41.404Z+ [[ main != ben/opte-setup-for-ipv6 ]]
852026-08-19T03:24:41.404Z+ git branch -f ben/opte-setup-for-ipv6 2e55f4ddac2fe51fc37e9a70e0619a013509750f
862026-08-19T03:24:41.407Z+ git checkout -f ben/opte-setup-for-ipv6
872026-08-19T03:24:41.662ZSwitched to branch 'ben/opte-setup-for-ipv6'
882026-08-19T03:24:41.665Z+ git reset --hard 2e55f4ddac2fe51fc37e9a70e0619a013509750f
892026-08-19T03:24:41.914ZHEAD is now at 2e55f4dda Support IPv6 addresses in the OPTE zone setup service
902026-08-19T03:24:41.917Zprocess exited: duration 13875 ms, exit code 0
 
912026-08-19T03:24:41.923Zstarting task 4: "build"
922026-08-19T03:24:41.928Z+ source .github/buildomat/ci-env.sh
932026-08-19T03:24:41.928Z++ export CARGO_TERM_COLOR=always
942026-08-19T03:24:41.928Z++ CARGO_TERM_COLOR=always
952026-08-19T03:24:41.931Z+++ uname -s
962026-08-19T03:24:41.931Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-19T03:24:41.931Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-19T03:24:41.934Z+ cargo --version
992026-08-19T03:24:41.942Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-19T03:24:41.945Z+ rustc --version
1012026-08-19T03:24:41.966Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-19T03:24:41.970Z+ WORK=/work
1032026-08-19T03:24:41.970Z+ pfexec mkdir -p /work
1042026-08-19T03:24:41.973Z+ pfexec chown build /work
1052026-08-19T03:24:41.976Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-19T03:24:43.886Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-19T03:24:44.200Z Startup: Caching catalogs ... Done
1082026-08-19T03:24:45.971ZPlanning: Solver setup ... Done (1.668s)
1092026-08-19T03:24:46.024ZPlanning: Running solver ... Done (0.054s)
1102026-08-19T03:24:46.066ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-19T03:24:46.079ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-19T03:24:46.094ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-19T03:24:46.108ZPlanning: Package planning ... Done (0.014s)
1142026-08-19T03:24:46.111ZPlanning: Merging actions ... Done (0.001s)
1152026-08-19T03:24:46.270ZPlanning: Checking for conflicting actions ... Done (0.160s)
1162026-08-19T03:24:46.273ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-19T03:24:47.173ZPlanning: Evaluating mediators ... Done (0.870s)
1182026-08-19T03:24:47.194ZPlanning: Planning completed in 2.91 seconds
1192026-08-19T03:24:47.195Z Packages to install: 2
1202026-08-19T03:24:47.196Z Estimated space available: 156.01 GB
1212026-08-19T03:24:47.196ZEstimated space to be consumed: 69.36 MB
1222026-08-19T03:24:47.196Z Create boot environment: No
1232026-08-19T03:24:47.196ZCreate backup boot environment: No
1242026-08-19T03:24:47.196Z Rebuild boot archive: No
1252026-08-19T03:24:47.196Z
1262026-08-19T03:24:47.196ZChanged packages:
1272026-08-19T03:24:47.196Zhelios
1282026-08-19T03:24:47.196Z developer/build-essential
1292026-08-19T03:24:47.196Z None -> 11-3.0
1302026-08-19T03:24:47.196Z library/libxmlsec1
1312026-08-19T03:24:47.196Z None -> 1.2.35-3.0
1322026-08-19T03:24:47.205Z
1332026-08-19T03:24:47.205ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-19T03:24:47.267ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1352026-08-19T03:24:47.346Z Actions: 1/268 actions (Installing new actions)
1362026-08-19T03:24:47.381Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-19T03:24:47.411ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-19T03:24:47.411ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-19T03:24:47.485ZFinalize: Updating image state ... Done (0.073s)
1402026-08-19T03:24:50.092ZFinalize: Creating fast lookup database ... Done (2.543s)
1412026-08-19T03:24:50.155ZFinalize: Reading search index ... Done (0.014s)
1422026-08-19T03:24:50.165ZFinalize: Updating search index ... Done (0.000s)
1432026-08-19T03:24:50.221ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-19T03:24:50.577ZPlanning: Evaluating mediator changes ... Done
1452026-08-19T03:24:50.681ZPlanning: Checking for conflicting actions ... Done
1462026-08-19T03:24:50.685ZPlanning: Consolidating action changes ... Done
1472026-08-19T03:24:50.839ZPlanning: Evaluating mediators ... Done
1482026-08-19T03:24:50.845ZPlanning: Planning completed in 0.26 seconds
1492026-08-19T03:24:50.861Z Mediators to change: 2
1502026-08-19T03:24:50.861Z Create boot environment: No
1512026-08-19T03:24:50.861ZCreate backup boot environment: No
1522026-08-19T03:24:50.915ZFinalize: Updating package state database ... Done
1532026-08-19T03:24:50.915ZFinalize: Updating package cache ... Done
1542026-08-19T03:24:50.962ZFinalize: Updating image state ... Done
1552026-08-19T03:24:52.889ZFinalize: Creating fast lookup database ... Done
1562026-08-19T03:24:52.951ZFinalize: Reading search index ... Done
1572026-08-19T03:24:52.956ZFinalize: Updating search index ... Done
1582026-08-19T03:24:53.054ZFinalize: Updating package cache ... Done
1592026-08-19T03:24:53.337ZPlanning: Evaluating mediator changes ... Done
1602026-08-19T03:24:53.444ZPlanning: Checking for conflicting actions ... Done
1612026-08-19T03:24:53.448ZPlanning: Consolidating action changes ... Done
1622026-08-19T03:24:53.608ZPlanning: Evaluating mediators ... Done
1632026-08-19T03:24:53.612ZPlanning: Planning completed in 0.26 seconds
1642026-08-19T03:24:53.625Z Mediators to change: 1
1652026-08-19T03:24:53.625Z Create boot environment: No
1662026-08-19T03:24:53.625ZCreate backup boot environment: No
1672026-08-19T03:24:53.685ZFinalize: Updating package state database ... Done
1682026-08-19T03:24:53.685ZFinalize: Updating package cache ... Done
1692026-08-19T03:24:53.731ZFinalize: Updating image state ... Done
1702026-08-19T03:24:55.655ZFinalize: Creating fast lookup database ... Done
1712026-08-19T03:24:55.712ZFinalize: Reading search index ... Done
1722026-08-19T03:24:55.715ZFinalize: Updating search index ... Done
1732026-08-19T03:24:55.859ZFinalize: Updating package cache ... Done
1742026-08-19T03:24:56.167ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-19T03:24:56.167Zapache system 2.4 system
1762026-08-19T03:24:56.167Zclang system 15 system
1772026-08-19T03:24:56.167Zcsh system system illumos
1782026-08-19T03:24:56.168Zctags system system illumos
1792026-08-19T03:24:56.168Zfile vendor vendor darwinsys
1802026-08-19T03:24:56.169Zfile system system illumos
1812026-08-19T03:24:56.169Zgcc vendor 14 vendor
1822026-08-19T03:24:56.169Zgcc system 13 system
1832026-08-19T03:24:56.169Zgcc system 10 system
1842026-08-19T03:24:56.169Zgo system 1.25 system
1852026-08-19T03:24:56.169Zllvm system 15 system
1862026-08-19T03:24:56.169Zmariadb system 11.4 system
1872026-08-19T03:24:56.169Zmta vendor vendor dma
1882026-08-19T03:24:56.169Zopenjdk system 17 system
1892026-08-19T03:24:56.169Zopenjdk system 11 system
1902026-08-19T03:24:56.169Zopenssl vendor 3 vendor
1912026-08-19T03:24:56.169Zperl system 5.40 system
1922026-08-19T03:24:56.169Zpostgresql system 18 system
1932026-08-19T03:24:56.169Zpostgresql system 17 system
1942026-08-19T03:24:56.169Zpython vendor 3 vendor
1952026-08-19T03:24:56.169Zpython system 2 system
1962026-08-19T03:24:56.169Zpython3 vendor 3.13 vendor
1972026-08-19T03:24:56.169Zruby system 3.4 system
1982026-08-19T03:24:56.169Zruby system 3.0 system
1992026-08-19T03:24:56.170Zwords vendor vendor american-english
2002026-08-19T03:24:56.170Zwords system system australian-english
2012026-08-19T03:24:56.170Zwords system system british-english
2022026-08-19T03:24:56.170Zwords system system canadian-english
2032026-08-19T03:24:56.170Zwords system system french
2042026-08-19T03:24:56.170Zwords system system italian
2052026-08-19T03:24:56.170Zwords system system ngerman
2062026-08-19T03:24:56.170Zwords system system ogerman
2072026-08-19T03:24:56.170Zwords system system spanish
2082026-08-19T03:24:56.421ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-19T03:24:56.421Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-19T03:24:56.861ZFMRI IFO
2112026-08-19T03:24:56.861Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-19T03:24:56.861Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-19T03:24:56.861Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-19T03:24:56.861Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-19T03:24:56.861Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-19T03:24:56.861Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-19T03:24:56.861Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-19T03:24:56.862Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-19T03:24:56.862Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-19T03:24:57.179Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-19T03:24:57.506Z Updating crates.io index
2222026-08-19T03:24:57.510Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-19T03:24:57.781Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-19T03:24:58.163Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-19T03:24:59.291Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-19T03:24:59.860Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-19T03:25:01.427Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-19T03:25:02.291Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-19T03:25:02.611Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-19T03:25:03.242Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-19T03:25:04.453Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-19T03:25:05.015Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-19T03:25:05.389Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-19T03:25:05.710Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-19T03:25:05.975Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-19T03:25:06.225Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-19T03:25:06.488Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-19T03:25:06.743Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-19T03:25:07.055Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-19T03:25:07.494Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-19T03:25:07.949Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-19T03:25:08.307Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-19T03:25:08.758Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-19T03:25:09.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-19T03:25:09.616Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-19T03:25:09.956Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-19T03:25:10.213Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-19T03:25:10.664Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-19T03:25:10.936Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-19T03:25:11.383Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-19T03:25:12.075Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-19T03:25:12.348Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-19T03:25:12.655Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-19T03:25:13.015Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-19T03:25:13.543Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-19T03:25:13.829Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-19T03:25:14.117Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-19T03:25:14.440Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-19T03:25:14.798Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-19T03:25:15.055Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-19T03:25:15.319Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-19T03:25:15.646Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-19T03:25:15.898Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-19T03:25:18.305Z Downloading crates ...
2652026-08-19T03:25:18.355Z Downloaded block-buffer v0.10.4
2662026-08-19T03:25:18.367Z Downloaded fs-err v3.3.0
2672026-08-19T03:25:18.371Z Downloaded log v0.4.29
2682026-08-19T03:25:18.371Z Downloaded autocfg v1.5.0
2692026-08-19T03:25:18.375Z Downloaded usdt-macro v0.5.0
2702026-08-19T03:25:18.380Z Downloaded goblin v0.8.2
2712026-08-19T03:25:18.384Z Downloaded anstyle-query v1.1.5
2722026-08-19T03:25:18.388Z Downloaded macaddr v1.0.1
2732026-08-19T03:25:18.392Z Downloaded thiserror v2.0.18
2742026-08-19T03:25:18.396Z Downloaded byteorder v1.5.0
2752026-08-19T03:25:18.396Z Downloaded zmij v1.0.21
2762026-08-19T03:25:18.396Z Downloaded zerocopy v0.7.35
2772026-08-19T03:25:18.403Z Downloaded cargo-platform v0.3.2
2782026-08-19T03:25:18.407Z Downloaded equivalent v1.0.2
2792026-08-19T03:25:18.407Z Downloaded fastrand v2.3.0
2802026-08-19T03:25:18.407Z Downloaded itoa v1.0.17
2812026-08-19T03:25:18.407Z Downloaded cargo_metadata v0.23.1
2822026-08-19T03:25:18.407Z Downloaded quote v1.0.45
2832026-08-19T03:25:18.411Z Downloaded colorchoice v1.0.4
2842026-08-19T03:25:18.413Z Downloaded anyhow v1.0.102
2852026-08-19T03:25:18.413Z Downloaded bytecount v0.6.9
2862026-08-19T03:25:18.413Z Downloaded camino v1.2.2
2872026-08-19T03:25:18.417Z Downloaded dtrace-parser v0.2.0
2882026-08-19T03:25:18.417Z Downloaded dof v0.3.0
2892026-08-19T03:25:18.417Z Downloaded fnv v1.0.7
2902026-08-19T03:25:18.417Z Downloaded crypto-common v0.1.7
2912026-08-19T03:25:18.417Z Downloaded cpufeatures v0.2.17
2922026-08-19T03:25:18.417Z Downloaded is_terminal_polyfill v1.70.2
2932026-08-19T03:25:18.417Z Downloaded memmap v0.7.0
2942026-08-19T03:25:18.417Z Downloaded cfg-if v1.0.4
2952026-08-19T03:25:18.421Z Downloaded anstream v1.0.0
2962026-08-19T03:25:18.421Z Downloaded heck v0.5.0
2972026-08-19T03:25:18.428Z Downloaded anstyle v1.0.14
2982026-08-19T03:25:18.431Z Downloaded digest v0.10.7
2992026-08-19T03:25:18.431Z Downloaded errno v0.3.14
3002026-08-19T03:25:18.431Z Downloaded scroll_derive v0.12.1
3012026-08-19T03:25:18.435Z Downloaded proc-macro-error-attr v1.0.4
3022026-08-19T03:25:18.438Z Downloaded utf8parse v0.2.2
3032026-08-19T03:25:18.438Z Downloaded terminal_size v0.4.3
3042026-08-19T03:25:18.438Z Downloaded clap_lex v1.0.0
3052026-08-19T03:25:18.442Z Downloaded plain v0.2.3
3062026-08-19T03:25:18.442Z Downloaded version_check v0.9.5
3072026-08-19T03:25:18.446Z Downloaded toml_datetime v0.6.11
3082026-08-19T03:25:18.449Z Downloaded cargo_toml v0.21.0
3092026-08-19T03:25:18.449Z Downloaded pest_generator v2.8.6
3102026-08-19T03:25:18.455Z Downloaded generic-array v0.14.7
3112026-08-19T03:25:18.458Z Downloaded serde_spanned v0.6.9
3122026-08-19T03:25:18.459Z Downloaded heck v0.4.1
3132026-08-19T03:25:18.462Z Downloaded unicode-linebreak v0.1.5
3142026-08-19T03:25:18.462Z Downloaded strsim v0.11.1
3152026-08-19T03:25:18.466Z Downloaded thread-id v4.2.2
3162026-08-19T03:25:18.469Z Downloaded toml_write v0.1.2
3172026-08-19T03:25:18.473Z Downloaded usdt-attr-macro v0.5.0
3182026-08-19T03:25:18.473Z Downloaded pretty-hex v0.4.1
3192026-08-19T03:25:18.477Z Downloaded papergrid v0.11.0
3202026-08-19T03:25:18.481Z Downloaded pest_meta v2.8.6
3212026-08-19T03:25:18.481Z Downloaded camino-tempfile v1.4.1
3222026-08-19T03:25:18.481Z Downloaded clap v4.6.1
3232026-08-19T03:25:18.485Z Downloaded proc-macro-error v1.0.4
3242026-08-19T03:25:18.490Z Downloaded usdt v0.5.0
3252026-08-19T03:25:18.490Z Downloaded anstyle-parse v1.0.0
3262026-08-19T03:25:18.493Z Downloaded once_cell v1.21.3
3272026-08-19T03:25:18.493Z Downloaded swrite v0.1.0
3282026-08-19T03:25:18.498Z Downloaded thiserror v1.0.69
3292026-08-19T03:25:18.501Z Downloaded smawk v0.3.2
3302026-08-19T03:25:18.505Z Downloaded sha2 v0.10.9
3312026-08-19T03:25:18.505Z Downloaded tabled_derive v0.7.0
3322026-08-19T03:25:18.505Z Downloaded thiserror-impl v1.0.69
3332026-08-19T03:25:18.514Z Downloaded semver v1.0.28
3342026-08-19T03:25:18.517Z Downloaded scroll v0.12.0
3352026-08-19T03:25:18.517Z Downloaded thiserror-impl v2.0.18
3362026-08-19T03:25:18.518Z Downloaded bitflags v2.11.0
3372026-08-19T03:25:18.521Z Downloaded getrandom v0.4.1
3382026-08-19T03:25:18.524Z Downloaded serde_tokenstream v0.2.3
3392026-08-19T03:25:18.528Z Downloaded usdt-impl v0.5.0
3402026-08-19T03:25:18.532Z Downloaded toml v0.8.23
3412026-08-19T03:25:18.532Z Downloaded clap_derive v4.6.1
3422026-08-19T03:25:18.535Z Downloaded pest_derive v2.8.6
3432026-08-19T03:25:18.545Z Downloaded unicode-ident v1.0.24
3442026-08-19T03:25:18.548Z Downloaded tempfile v3.25.0
3452026-08-19T03:25:18.548Z Downloaded zerocopy-derive v0.7.35
3462026-08-19T03:25:18.552Z Downloaded proc-macro2 v1.0.106
3472026-08-19T03:25:18.556Z Downloaded ucd-trie v0.1.7
3482026-08-19T03:25:18.575Z Downloaded serde_core v1.0.228
3492026-08-19T03:25:18.579Z Downloaded serde_derive v1.0.228
3502026-08-19T03:25:18.586Z Downloaded memchr v2.8.0
3512026-08-19T03:25:18.590Z Downloaded toml_edit v0.22.27
3522026-08-19T03:25:18.593Z Downloaded serde v1.0.228
3532026-08-19T03:25:18.597Z Downloaded textwrap v0.16.2
3542026-08-19T03:25:18.597Z Downloaded indexmap v2.14.0
3552026-08-19T03:25:18.610Z Downloaded typenum v1.20.1
3562026-08-19T03:25:18.621Z Downloaded pest v2.8.6
3572026-08-19T03:25:18.636Z Downloaded clap_builder v4.6.0
3582026-08-19T03:25:18.640Z Downloaded serde_json v1.0.151
3592026-08-19T03:25:18.648Z Downloaded hashbrown v0.17.0
3602026-08-19T03:25:18.654Z Downloaded winnow v0.7.14
3612026-08-19T03:25:18.668Z Downloaded tabled v0.15.0
3622026-08-19T03:25:18.676Z Downloaded syn v1.0.109
3632026-08-19T03:25:18.691Z Downloaded unicode-width v0.1.14
3642026-08-19T03:25:18.695Z Downloaded unicode-width v0.2.0
3652026-08-19T03:25:18.695Z Downloaded syn v2.0.117
3662026-08-19T03:25:18.708Z Downloaded rustix v1.1.3
3672026-08-19T03:25:18.732Z Downloaded libc v0.2.185
3682026-08-19T03:25:18.792Z Compiling proc-macro2 v1.0.106
3692026-08-19T03:25:18.792Z Compiling unicode-ident v1.0.24
3702026-08-19T03:25:18.793Z Compiling quote v1.0.45
3712026-08-19T03:25:18.796Z Compiling serde_core v1.0.228
3722026-08-19T03:25:18.796Z Compiling libc v0.2.185
3732026-08-19T03:25:18.796Z Compiling version_check v0.9.5
3742026-08-19T03:25:18.796Z Compiling memchr v2.8.0
3752026-08-19T03:25:18.977Z Compiling serde v1.0.228
3762026-08-19T03:25:18.981Z Compiling zmij v1.0.21
3772026-08-19T03:25:18.981Z Compiling ucd-trie v0.1.7
3782026-08-19T03:25:18.981Z Compiling thiserror v1.0.69
3792026-08-19T03:25:18.984Z Compiling itoa v1.0.17
3802026-08-19T03:25:18.991Z Compiling byteorder v1.5.0
3812026-08-19T03:25:19.000Z Compiling rustix v1.1.3
3822026-08-19T03:25:19.203Z Compiling bitflags v2.11.0
3832026-08-19T03:25:19.311Z Compiling serde_json v1.0.151
3842026-08-19T03:25:19.357Z Compiling usdt-impl v0.5.0
3852026-08-19T03:25:19.419Z Compiling proc-macro-error-attr v1.0.4
3862026-08-19T03:25:19.454Z Compiling syn v1.0.109
3872026-08-19T03:25:19.495Z Compiling camino v1.2.2
3882026-08-19T03:25:19.515Z Compiling pest v2.8.6
3892026-08-19T03:25:19.569Z Compiling proc-macro-error v1.0.4
3902026-08-19T03:25:19.691Z Compiling plain v0.2.3
3912026-08-19T03:25:19.712Z Compiling log v0.4.29
3922026-08-19T03:25:19.747Z Compiling equivalent v1.0.2
3932026-08-19T03:25:19.816Z Compiling getrandom v0.4.1
3942026-08-19T03:25:19.820Z Compiling hashbrown v0.17.0
3952026-08-19T03:25:19.820Z Compiling utf8parse v0.2.2
3962026-08-19T03:25:19.892Z Compiling autocfg v1.5.0
3972026-08-19T03:25:19.959Z Compiling anstyle-query v1.1.5
3982026-08-19T03:25:19.995Z Compiling anstyle-parse v1.0.0
3992026-08-19T03:25:19.998Z Compiling toml_write v0.1.2
4002026-08-19T03:25:19.998Z Compiling pretty-hex v0.4.1
4012026-08-19T03:25:20.050Z Compiling thiserror v2.0.18
4022026-08-19T03:25:20.066Z Compiling cfg-if v1.0.4
4032026-08-19T03:25:20.119Z Compiling colorchoice v1.0.4
4042026-08-19T03:25:20.136Z Compiling is_terminal_polyfill v1.70.2
4052026-08-19T03:25:20.187Z Compiling winnow v0.7.14
4062026-08-19T03:25:20.210Z Compiling anstyle v1.0.14
4072026-08-19T03:25:20.230Z Compiling errno v0.3.14
4082026-08-19T03:25:20.247Z Compiling thread-id v4.2.2
4092026-08-19T03:25:20.285Z Compiling strsim v0.11.1
4102026-08-19T03:25:20.334Z Compiling indexmap v2.14.0
4112026-08-19T03:25:20.401Z Compiling anstream v1.0.0
4122026-08-19T03:25:20.420Z Compiling fs-err v3.3.0
4132026-08-19T03:25:20.420Z Compiling fnv v1.0.7
4142026-08-19T03:25:20.454Z Compiling syn v2.0.117
4152026-08-19T03:25:20.537Z Compiling fastrand v2.3.0
4162026-08-19T03:25:20.542Z Compiling clap_lex v1.0.0
4172026-08-19T03:25:20.592Z Compiling pest_meta v2.8.6
4182026-08-19T03:25:20.644Z Compiling anyhow v1.0.102
4192026-08-19T03:25:20.661Z Compiling once_cell v1.21.3
4202026-08-19T03:25:20.713Z Compiling heck v0.4.1
4212026-08-19T03:25:20.731Z Compiling bytecount v0.6.9
4222026-08-19T03:25:20.839Z Compiling unicode-width v0.1.14
4232026-08-19T03:25:20.858Z Compiling heck v0.5.0
4242026-08-19T03:25:20.892Z Compiling memmap v0.7.0
4252026-08-19T03:25:20.930Z Compiling smawk v0.3.2
4262026-08-19T03:25:20.985Z Compiling unicode-width v0.2.0
4272026-08-19T03:25:21.050Z Compiling unicode-linebreak v0.1.5
4282026-08-19T03:25:21.061Z Compiling swrite v0.1.0
4292026-08-19T03:25:21.094Z Compiling papergrid v0.11.0
4302026-08-19T03:25:21.246Z Compiling terminal_size v0.4.3
4312026-08-19T03:25:21.250Z Compiling tempfile v3.25.0
4322026-08-19T03:25:21.376Z Compiling clap_builder v4.6.0
4332026-08-19T03:25:21.405Z Compiling textwrap v0.16.2
4342026-08-19T03:25:21.557Z Compiling semver v1.0.28
4352026-08-19T03:25:21.573Z Compiling cargo-platform v0.3.2
4362026-08-19T03:25:21.792Z Compiling camino-tempfile v1.4.1
4372026-08-19T03:25:21.981Z Compiling tabled_derive v0.7.0
4382026-08-19T03:25:22.735Z Compiling pest_generator v2.8.6
4392026-08-19T03:25:22.789Z Compiling tabled v0.15.0
4402026-08-19T03:25:23.221Z Compiling serde_derive v1.0.228
4412026-08-19T03:25:23.221Z Compiling thiserror-impl v1.0.69
4422026-08-19T03:25:23.267Z Compiling zerocopy-derive v0.7.35
4432026-08-19T03:25:23.267Z Compiling scroll_derive v0.12.1
4442026-08-19T03:25:23.267Z Compiling thiserror-impl v2.0.18
4452026-08-19T03:25:23.267Z Compiling clap_derive v4.6.1
4462026-08-19T03:25:23.330Z Compiling pest_derive v2.8.6
4472026-08-19T03:25:23.821Z Compiling scroll v0.12.0
4482026-08-19T03:25:23.886Z Compiling zerocopy v0.7.35
4492026-08-19T03:25:24.048Z Compiling goblin v0.8.2
4502026-08-19T03:25:24.263Z Compiling dtrace-parser v0.2.0
4512026-08-19T03:26:26.091Z Compiling clap v4.6.1
4522026-08-19T03:26:26.464Z Compiling serde_spanned v0.6.9
4532026-08-19T03:26:26.464Z Compiling toml_datetime v0.6.11
4542026-08-19T03:26:26.464Z Compiling cargo_metadata v0.23.1
4552026-08-19T03:26:26.464Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-19T03:26:26.465Z Compiling macaddr v1.0.1
4572026-08-19T03:26:26.465Z Compiling dof v0.3.0
4582026-08-19T03:26:26.465Z Compiling serde_tokenstream v0.2.3
4592026-08-19T03:26:26.465Z Compiling toml_edit v0.22.27
4602026-08-19T03:26:26.465Z Compiling usdt-macro v0.5.0
4612026-08-19T03:26:26.465Z Compiling usdt-attr-macro v0.5.0
4622026-08-19T03:26:26.465Z Compiling usdt v0.5.0
4632026-08-19T03:26:26.465Z Compiling toml v0.8.23
4642026-08-19T03:26:26.465Z Compiling cargo_toml v0.21.0
4652026-08-19T03:26:26.643Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-19T03:26:26.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s
4672026-08-19T03:26:26.643Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-19T03:26:26.644Z Downloading crates ...
4692026-08-19T03:26:26.644Z Downloaded bb8 v0.8.6
4702026-08-19T03:26:26.644Z Downloaded ascii-canvas v3.0.0
4712026-08-19T03:26:26.644Z Downloaded ahash v0.8.12
4722026-08-19T03:26:26.644Z Downloaded bit-set v0.8.0
4732026-08-19T03:26:26.644Z Downloaded adler2 v2.0.1
4742026-08-19T03:26:26.644Z Downloaded castaway v0.2.4
4752026-08-19T03:26:26.644Z Downloaded aead v0.6.1
4762026-08-19T03:26:26.644Z Downloaded ciborium-io v0.2.2
4772026-08-19T03:26:26.644Z Downloaded convert_case v0.4.0
4782026-08-19T03:26:26.644Z Downloaded filetime v0.2.27
4792026-08-19T03:26:26.644Z Downloaded bitfield v0.19.4
4802026-08-19T03:26:26.644Z Downloaded fd-lock v4.0.4
4812026-08-19T03:26:26.644Z Downloaded bitflags v1.3.2
4822026-08-19T03:26:26.644Z Downloaded chacha20 v0.9.1
4832026-08-19T03:26:26.644Z Downloaded cipher v0.4.4
4842026-08-19T03:26:26.644Z Downloaded cmake v0.1.57
4852026-08-19T03:26:26.644Z Downloaded expectorate v1.2.0
4862026-08-19T03:26:26.644Z Downloaded ff v0.14.0
4872026-08-19T03:26:26.644Z Downloaded argon2 v0.5.3
4882026-08-19T03:26:26.644Z Downloaded find-msvc-tools v0.1.9
4892026-08-19T03:26:26.644Z Downloaded flagset v0.4.7
4902026-08-19T03:26:26.644Z Downloaded anstream v0.6.21
4912026-08-19T03:26:26.644Z Downloaded fixedbitset v0.4.2
4922026-08-19T03:26:26.644Z Downloaded bit-set v0.5.3
4932026-08-19T03:26:26.644Z Downloaded bitfield-macros v0.19.4
4942026-08-19T03:26:26.644Z Downloaded futures-io v0.3.32
4952026-08-19T03:26:26.645Z Downloaded array-init v0.0.4
4962026-08-19T03:26:26.645Z Downloaded assert_matches v1.5.0
4972026-08-19T03:26:26.645Z Downloaded bcrypt-pbkdf v0.11.0
4982026-08-19T03:26:26.645Z Downloaded env_logger v0.11.9
4992026-08-19T03:26:26.645Z Downloaded fallible-iterator v0.2.0
5002026-08-19T03:26:26.645Z Downloaded backon v1.6.0
5012026-08-19T03:26:26.645Z Downloaded bzip2 v0.4.4
5022026-08-19T03:26:26.645Z Downloaded anstyle-parse v0.2.7
5032026-08-19T03:26:26.645Z Downloaded aead v0.5.2
5042026-08-19T03:26:26.645Z Downloaded base16ct v0.2.0
5052026-08-19T03:26:26.645Z Downloaded colored v2.2.0
5062026-08-19T03:26:26.645Z Downloaded console v0.16.2
5072026-08-19T03:26:26.645Z Downloaded allocator-api2 v0.2.21
5082026-08-19T03:26:26.645Z Downloaded git-stub v1.0.0
5092026-08-19T03:26:26.645Z Downloaded async-trait v0.1.89
5102026-08-19T03:26:26.645Z Downloaded arc-swap v1.8.2
5112026-08-19T03:26:26.645Z Downloaded blake2 v0.11.0-rc.6
5122026-08-19T03:26:26.645Z Downloaded fixedbitset v0.5.7
5132026-08-19T03:26:26.645Z Downloaded foreign-types v0.5.0
5142026-08-19T03:26:26.645Z Downloaded futures-sink v0.3.32
5152026-08-19T03:26:26.645Z Downloaded bitfield-struct v0.6.2
5162026-08-19T03:26:26.645Z Downloaded foreign-types-macros v0.2.3
5172026-08-19T03:26:26.645Z Downloaded home v0.5.12
5182026-08-19T03:26:26.645Z Downloaded erased-serde v0.3.31
5192026-08-19T03:26:26.645Z Downloaded foreign-types-shared v0.3.1
5202026-08-19T03:26:26.646Z Downloaded atty v0.2.14
5212026-08-19T03:26:26.646Z Downloaded ff v0.13.1
5222026-08-19T03:26:26.646Z Downloaded fs_extra v1.3.0
5232026-08-19T03:26:26.646Z Downloaded async-recursion v1.1.1
5242026-08-19T03:26:26.646Z Downloaded ciborium-ll v0.2.2
5252026-08-19T03:26:26.646Z Downloaded atomic-waker v1.1.2
5262026-08-19T03:26:26.646Z Downloaded base16ct v1.0.0
5272026-08-19T03:26:26.646Z Downloaded foreign-types-shared v0.1.1
5282026-08-19T03:26:26.646Z Downloaded form_urlencoded v1.2.2
5292026-08-19T03:26:26.646Z Downloaded arrayref v0.3.9
5302026-08-19T03:26:26.646Z Downloaded atomicwrites v0.4.4
5312026-08-19T03:26:26.646Z Downloaded futures v0.3.32
5322026-08-19T03:26:26.646Z Downloaded async-stream v0.3.6
5332026-08-19T03:26:26.646Z Downloaded fatfs v0.3.6
5342026-08-19T03:26:26.646Z Downloaded futures-task v0.3.32
5352026-08-19T03:26:26.646Z Downloaded hash32 v0.3.1
5362026-08-19T03:26:26.646Z Downloaded block-padding v0.4.2
5372026-08-19T03:26:26.646Z Downloaded generic-array v1.4.3
5382026-08-19T03:26:26.646Z Downloaded globset v0.4.18
5392026-08-19T03:26:26.646Z Downloaded globwalk v0.9.1
5402026-08-19T03:26:26.646Z Downloaded hubpack_derive v0.1.1
5412026-08-19T03:26:26.646Z Downloaded async-stream-impl v0.3.6
5422026-08-19T03:26:26.646Z Downloaded float-ord v0.3.2
5432026-08-19T03:26:26.646Z Downloaded block-buffer v0.12.1
5442026-08-19T03:26:26.646Z Downloaded float-cmp v0.10.0
5452026-08-19T03:26:26.646Z Downloaded foreign-types v0.3.2
5462026-08-19T03:26:26.647Z Downloaded futures-macro v0.3.32
5472026-08-19T03:26:26.647Z Downloaded hex-literal v1.1.0
5482026-08-19T03:26:26.647Z Downloaded http-range v0.1.5
5492026-08-19T03:26:26.647Z Downloaded httpdate v1.0.3
5502026-08-19T03:26:26.647Z Downloaded hubpack v0.1.2
5512026-08-19T03:26:26.647Z Downloaded futures-core v0.3.32
5522026-08-19T03:26:26.647Z Downloaded gethostname v0.5.0
5532026-08-19T03:26:26.647Z Downloaded ghash v0.6.0
5542026-08-19T03:26:26.647Z Downloaded hex v0.4.3
5552026-08-19T03:26:26.647Z Downloaded hostname v0.4.2
5562026-08-19T03:26:26.647Z Downloaded cobs v0.3.0
5572026-08-19T03:26:26.647Z Downloaded funty v2.0.0
5582026-08-19T03:26:26.647Z Downloaded headers-core v0.3.0
5592026-08-19T03:26:26.647Z Downloaded hyper-tls v0.6.0
5602026-08-19T03:26:26.647Z Downloaded cfg_aliases v0.2.1
5612026-08-19T03:26:26.647Z Downloaded hash32 v0.2.1
5622026-08-19T03:26:26.647Z Downloaded cfg_aliases v0.1.1
5632026-08-19T03:26:26.647Z Downloaded glob v0.3.3
5642026-08-19T03:26:26.647Z Downloaded compression-core v0.4.31
5652026-08-19T03:26:26.771Z Downloaded num-conv v0.2.0
5662026-08-19T03:26:26.771Z Downloaded fs-err v2.11.0
5672026-08-19T03:26:26.771Z Downloaded buf-list v1.1.2
5682026-08-19T03:26:26.771Z Downloaded bit-vec v0.8.0
5692026-08-19T03:26:26.771Z Downloaded num v0.4.3
5702026-08-19T03:26:26.771Z Downloaded http-body v1.0.1
5712026-08-19T03:26:26.771Z Downloaded num_enum_derive v0.5.11
5722026-08-19T03:26:26.771Z Downloaded fxhash v0.2.1
5732026-08-19T03:26:26.771Z Downloaded openssl-probe v0.2.1
5742026-08-19T03:26:26.771Z Downloaded password-hash v0.6.1
5752026-08-19T03:26:26.771Z Downloaded phf_shared v0.13.1
5762026-08-19T03:26:26.771Z Downloaded hostname v0.3.1
5772026-08-19T03:26:26.771Z Downloaded rand_pcg v0.10.2
5782026-08-19T03:26:26.772Z Downloaded rand_xorshift v0.4.0
5792026-08-19T03:26:26.772Z Downloaded proc-macro-crate v1.3.1
5802026-08-19T03:26:26.772Z Downloaded predicates-tree v1.0.13
5812026-08-19T03:26:26.772Z Downloaded flate2 v1.1.9
5822026-08-19T03:26:26.772Z Downloaded powerfmt v0.2.0
5832026-08-19T03:26:26.772Z Downloaded predicates-core v1.0.10
5842026-08-19T03:26:26.772Z Downloaded rfc6979 v0.6.0
5852026-08-19T03:26:26.772Z Downloaded psl-types v2.0.11
5862026-08-19T03:26:26.772Z Downloaded scopeguard v1.2.0
5872026-08-19T03:26:26.772Z Downloaded serde_bytes v0.11.19
5882026-08-19T03:26:26.772Z Downloaded cexpr v0.6.0
5892026-08-19T03:26:26.772Z Downloaded rustc_version v0.4.1
5902026-08-19T03:26:26.772Z Downloaded scheduled-thread-pool v0.2.7
5912026-08-19T03:26:26.772Z Downloaded base64ct v1.8.3
5922026-08-19T03:26:26.772Z Downloaded bit-vec v0.6.3
5932026-08-19T03:26:26.772Z Downloaded cbc v0.2.1
5942026-08-19T03:26:26.772Z Downloaded sapling-renderdag v0.1.0
5952026-08-19T03:26:26.772Z Downloaded signal-hook-tokio v0.3.1
5962026-08-19T03:26:26.772Z Downloaded arrayvec v0.7.6
5972026-08-19T03:26:26.772Z Downloaded const_format_proc_macros v0.2.34
5982026-08-19T03:26:26.772Z Downloaded group v0.13.0
5992026-08-19T03:26:26.772Z Downloaded bcs v0.1.6
6002026-08-19T03:26:26.772Z Downloaded env_filter v1.0.0
6012026-08-19T03:26:26.773Z Downloaded futures-executor v0.3.32
6022026-08-19T03:26:26.773Z Downloaded cmov v0.5.4
6032026-08-19T03:26:26.773Z Downloaded constant_time_eq v0.4.2
6042026-08-19T03:26:26.773Z Downloaded group v0.14.0
6052026-08-19T03:26:26.773Z Downloaded camino-tempfile-ext v0.3.3
6062026-08-19T03:26:26.773Z Downloaded blowfish v0.10.0
6072026-08-19T03:26:26.773Z Downloaded cassowary v0.3.0
6082026-08-19T03:26:26.773Z Downloaded seq-macro v0.3.6
6092026-08-19T03:26:26.773Z Downloaded structmeta v0.3.0
6102026-08-19T03:26:26.773Z Downloaded ar_archive_writer v0.5.1
6112026-08-19T03:26:26.773Z Downloaded byte-wrapper v0.1.0
6122026-08-19T03:26:26.773Z Downloaded structmeta-derive v0.3.0
6132026-08-19T03:26:26.773Z Downloaded strsim v0.10.0
6142026-08-19T03:26:26.773Z Downloaded testing_table v0.3.0
6152026-08-19T03:26:26.773Z Downloaded termtree v0.5.1
6162026-08-19T03:26:26.773Z Downloaded compression-codecs v0.4.37
6172026-08-19T03:26:26.773Z Downloaded cipher v0.5.2
6182026-08-19T03:26:26.773Z Downloaded thiserror-impl-no-std v2.0.2
6192026-08-19T03:26:26.773Z Downloaded async-bb8-diesel v0.2.1
6202026-08-19T03:26:26.773Z Downloaded blake2 v0.10.6
6212026-08-19T03:26:26.773Z Downloaded async-compression v0.4.41
6222026-08-19T03:26:26.773Z Downloaded backoff v0.4.0
6232026-08-19T03:26:26.773Z Downloaded sqlparser_derive v0.5.0
6242026-08-19T03:26:26.773Z Downloaded foldhash v0.2.0
6252026-08-19T03:26:26.773Z Downloaded humantime v2.3.0
6262026-08-19T03:26:26.774Z Downloaded http-body-util v0.1.3
6272026-08-19T03:26:26.774Z Downloaded subtle v2.6.1
6282026-08-19T03:26:26.774Z Downloaded password-hash v0.5.0
6292026-08-19T03:26:26.774Z Downloaded parking_lot_core v0.8.6
6302026-08-19T03:26:26.774Z Downloaded foldhash v0.1.5
6312026-08-19T03:26:26.774Z Downloaded paste v1.0.15
6322026-08-19T03:26:26.774Z Downloaded rand_core v0.10.0
6332026-08-19T03:26:26.774Z Downloaded primeorder v0.13.6
6342026-08-19T03:26:26.774Z Downloaded poly1305 v0.8.0
6352026-08-19T03:26:26.774Z Downloaded usdt-macro v0.6.0
6362026-08-19T03:26:26.774Z Downloaded usdt v0.6.0
6372026-08-19T03:26:26.774Z Downloaded pin-project-lite v0.2.17
6382026-08-19T03:26:26.774Z Downloaded unarray v0.1.4
6392026-08-19T03:26:26.774Z Downloaded xshell-macros v0.2.7
6402026-08-19T03:26:26.774Z Downloaded owo-colors v4.3.0
6412026-08-19T03:26:26.774Z Downloaded bs58 v0.5.1
6422026-08-19T03:26:26.774Z Downloaded scroll v0.13.0
6432026-08-19T03:26:26.774Z Downloaded rpassword v7.5.4
6442026-08-19T03:26:26.774Z Downloaded want v0.3.1
6452026-08-19T03:26:26.774Z Downloaded bzip2 v0.6.1
6462026-08-19T03:26:26.774Z Downloaded colored v3.1.1
6472026-08-19T03:26:26.774Z Downloaded getrandom v0.2.17
6482026-08-19T03:26:26.774Z Downloaded half v1.8.3
6492026-08-19T03:26:26.774Z Downloaded git-stub-vcs v0.1.0
6502026-08-19T03:26:26.774Z Downloaded hmac v0.12.1
6512026-08-19T03:26:26.774Z Downloaded yoke-derive v0.8.1
6522026-08-19T03:26:26.775Z Downloaded zeroize_derive v1.5.0
6532026-08-19T03:26:26.775Z Downloaded chacha20 v0.10.0
6542026-08-19T03:26:26.775Z Downloaded zone_cfg_derive v0.3.1
6552026-08-19T03:26:26.775Z Downloaded simd-adler32 v0.3.8
6562026-08-19T03:26:26.775Z Downloaded snafu-derive v0.8.9
6572026-08-19T03:26:26.775Z Downloaded support-bundle-viewer v0.1.2
6582026-08-19T03:26:26.775Z Downloaded ciborium v0.2.2
6592026-08-19T03:26:26.775Z Downloaded slab v0.4.12
6602026-08-19T03:26:26.775Z Downloaded argon2 v0.6.0-rc.8
6612026-08-19T03:26:26.775Z Downloaded clang-sys v1.8.1
6622026-08-19T03:26:26.775Z Downloaded crunchy v0.2.4
6632026-08-19T03:26:26.775Z Downloaded darling_macro v0.20.11
6642026-08-19T03:26:26.775Z Downloaded debug-ignore v1.0.5
6652026-08-19T03:26:26.873Z Downloaded document-features v0.2.12
6662026-08-19T03:26:26.874Z Downloaded serdect v0.4.3
6672026-08-19T03:26:26.874Z Downloaded curve25519-dalek-derive v0.1.1
6682026-08-19T03:26:26.874Z Downloaded defmt-parser v1.0.0
6692026-08-19T03:26:26.874Z Downloaded futures-channel v0.3.32
6702026-08-19T03:26:26.874Z Downloaded dirs-sys-next v0.1.2
6712026-08-19T03:26:26.874Z Downloaded display-error-chain v0.2.2
6722026-08-19T03:26:26.874Z Downloaded smf v0.2.3
6732026-08-19T03:26:26.874Z Downloaded num-rational v0.4.2
6742026-08-19T03:26:26.874Z Downloaded hyper-staticfile v0.10.1
6752026-08-19T03:26:26.874Z Downloaded iana-time-zone v0.1.65
6762026-08-19T03:26:26.874Z Downloaded primeorder v0.14.0
6772026-08-19T03:26:26.874Z Downloaded rand_seeder v0.4.0
6782026-08-19T03:26:26.874Z Downloaded hyper-rustls v0.27.7
6792026-08-19T03:26:26.874Z Downloaded httparse v1.10.1
6802026-08-19T03:26:26.874Z Downloaded vergen-lib v9.1.0
6812026-08-19T03:26:26.874Z Downloaded vergen-lib v0.1.6
6822026-08-19T03:26:26.874Z Downloaded wyz v0.5.1
6832026-08-19T03:26:26.874Z Downloaded ident_case v1.0.1
6842026-08-19T03:26:26.874Z Downloaded thiserror-no-std v2.0.2
6852026-08-19T03:26:26.874Z Downloaded tui-tree-widget v0.23.1
6862026-08-19T03:26:26.874Z Downloaded instant v0.1.13
6872026-08-19T03:26:26.874Z Downloaded md-5 v0.10.6
6882026-08-19T03:26:26.874Z Downloaded unicase v2.9.0
6892026-08-19T03:26:26.874Z Downloaded dyn-clone v1.0.20
6902026-08-19T03:26:26.874Z Downloaded embedded-io v0.4.0
6912026-08-19T03:26:26.874Z Downloaded illumos-nvpair v0.3.0
6922026-08-19T03:26:26.875Z Downloaded is-terminal v0.4.17
6932026-08-19T03:26:26.875Z Downloaded lalrpop-util v0.19.12
6942026-08-19T03:26:26.875Z Downloaded lazy_static v1.5.0
6952026-08-19T03:26:26.875Z Downloaded pkcs8 v0.11.0
6962026-08-19T03:26:26.875Z Downloaded postcard v1.1.3
6972026-08-19T03:26:26.875Z Downloaded const-oid v0.10.2
6982026-08-19T03:26:26.875Z Downloaded phf v0.12.1
6992026-08-19T03:26:26.875Z Downloaded console v0.15.11
7002026-08-19T03:26:26.875Z Downloaded const-oid v0.9.6
7012026-08-19T03:26:26.875Z Downloaded new_debug_unreachable v1.0.6
7022026-08-19T03:26:26.875Z Downloaded hmac v0.13.0
7032026-08-19T03:26:26.875Z Downloaded newline-converter v0.3.0
7042026-08-19T03:26:26.875Z Downloaded olpc-cjson v0.1.4
7052026-08-19T03:26:26.875Z Downloaded cancel-safe-futures v0.1.5
7062026-08-19T03:26:26.875Z Downloaded maybe-uninit v2.0.0
7072026-08-19T03:26:26.875Z Downloaded heapless v0.8.0
7082026-08-19T03:26:26.875Z Downloaded hybrid-array v0.4.13
7092026-08-19T03:26:26.875Z Downloaded slog-stdlog v4.1.1
7102026-08-19T03:26:26.875Z Downloaded corncobs v0.1.4
7112026-08-19T03:26:26.875Z Downloaded displaydoc v0.2.5
7122026-08-19T03:26:26.875Z Downloaded path-slash v0.1.5
7132026-08-19T03:26:26.875Z Downloaded peg-runtime v0.8.5
7142026-08-19T03:26:26.875Z Downloaded critical-section v1.2.0
7152026-08-19T03:26:26.875Z Downloaded openssl-macros v0.1.1
7162026-08-19T03:26:26.875Z Downloaded ctr v0.10.1
7172026-08-19T03:26:26.875Z Downloaded shlex v1.3.0
7182026-08-19T03:26:26.875Z Downloaded radium v0.7.0
7192026-08-19T03:26:26.875Z Downloaded oso-derive v0.27.3
7202026-08-19T03:26:26.876Z Downloaded packed_struct_codegen v0.10.1
7212026-08-19T03:26:26.876Z Downloaded deranged v0.5.8
7222026-08-19T03:26:26.876Z Downloaded flume v0.11.1
7232026-08-19T03:26:26.876Z Downloaded proc-macro-error-attr2 v2.0.0
7242026-08-19T03:26:26.876Z Downloaded salsa20 v0.11.0
7252026-08-19T03:26:26.876Z Downloaded sha2 v0.11.0
7262026-08-19T03:26:26.876Z Downloaded getrandom v0.3.4
7272026-08-19T03:26:26.876Z Downloaded half v2.7.1
7282026-08-19T03:26:26.876Z Downloaded highway v1.3.0
7292026-08-19T03:26:26.876Z Downloaded tokio-rustls v0.26.4
7302026-08-19T03:26:26.876Z Downloaded oxide-update-engine-types v0.1.2
7312026-08-19T03:26:26.876Z Downloaded recursive v0.1.1
7322026-08-19T03:26:26.876Z Downloaded ref-cast-impl v1.0.25
7332026-08-19T03:26:26.876Z Downloaded keccak v0.2.0
7342026-08-19T03:26:26.876Z Downloaded libsw-core v0.3.2
7352026-08-19T03:26:26.876Z Downloaded lzss v0.8.2
7362026-08-19T03:26:26.876Z Downloaded rfc6979 v0.4.0
7372026-08-19T03:26:26.876Z Downloaded rtoolbox v0.0.3
7382026-08-19T03:26:26.876Z Downloaded secrecy v0.10.3
7392026-08-19T03:26:26.876Z Downloaded serde_spanned v1.1.1
7402026-08-19T03:26:26.876Z Downloaded serde_urlencoded v0.7.1
7412026-08-19T03:26:26.876Z Downloaded libsw v3.5.0
7422026-08-19T03:26:26.876Z Downloaded serde_cbor v0.11.2
7432026-08-19T03:26:26.876Z Downloaded compact_str v0.8.1
7442026-08-19T03:26:26.876Z Downloaded headers v0.4.1
7452026-08-19T03:26:26.877Z Downloaded strum v0.26.3
7462026-08-19T03:26:26.877Z Downloaded chacha20poly1305 v0.10.1
7472026-08-19T03:26:26.877Z Downloaded signature v3.0.0
7482026-08-19T03:26:26.877Z Downloaded socket2 v0.5.10
7492026-08-19T03:26:26.877Z Downloaded der_derive v0.7.3
7502026-08-19T03:26:26.877Z Downloaded pem v3.0.6
7512026-08-19T03:26:26.877Z Downloaded predicates v3.1.4
7522026-08-19T03:26:26.877Z Downloaded polyval v0.7.1
7532026-08-19T03:26:26.877Z Downloaded base64 v0.21.7
7542026-08-19T03:26:26.877Z Downloaded base64 v0.22.1
7552026-08-19T03:26:26.877Z Downloaded num_enum v0.7.6
7562026-08-19T03:26:26.877Z Downloaded rand_core v0.6.4
7572026-08-19T03:26:26.877Z Downloaded num-integer v0.1.46
7582026-08-19T03:26:26.877Z Downloaded slog-envlogger v2.2.0
7592026-08-19T03:26:26.877Z Downloaded tagptr v0.2.0
7602026-08-19T03:26:26.877Z Downloaded take_mut v0.2.2
7612026-08-19T03:26:26.877Z Downloaded darling v0.20.11
7622026-08-19T03:26:26.877Z Downloaded des v0.9.0
7632026-08-19T03:26:26.877Z Downloaded universal-hash v0.5.1
7642026-08-19T03:26:26.877Z Downloaded usdt-attr-macro v0.6.0
7652026-08-19T03:26:27.199Z Downloaded oxnet v0.1.6
7662026-08-19T03:26:27.199Z Downloaded packed_struct v0.10.1
7672026-08-19T03:26:27.199Z Downloaded phf v0.13.1
7682026-08-19T03:26:27.199Z Downloaded pkcs8 v0.10.2
7692026-08-19T03:26:27.199Z Downloaded sync_wrapper v1.0.2
7702026-08-19T03:26:27.199Z Downloaded crc-catalog v2.4.0
7712026-08-19T03:26:27.199Z Downloaded crypto-common v0.2.2
7722026-08-19T03:26:27.199Z Downloaded test-strategy v0.4.5
7732026-08-19T03:26:27.199Z Downloaded const_format v0.2.35
7742026-08-19T03:26:27.199Z Downloaded icu_locale_core v2.1.1
7752026-08-19T03:26:27.199Z Downloaded p384 v0.14.0
7762026-08-19T03:26:27.199Z Downloaded unsafe-libyaml v0.2.11
7772026-08-19T03:26:27.200Z Downloaded toml v0.7.8
7782026-08-19T03:26:27.200Z Downloaded tracing-attributes v0.1.31
7792026-08-19T03:26:27.200Z Downloaded unicode-bidi v0.3.18
7802026-08-19T03:26:27.200Z Downloaded zerofrom-derive v0.1.6
7812026-08-19T03:26:27.200Z Downloaded ingot v0.2.1
7822026-08-19T03:26:27.200Z Downloaded ingot-macros v0.2.0
7832026-08-19T03:26:27.200Z Downloaded crc v3.4.0
7842026-08-19T03:26:27.200Z Downloaded rustc-hash v2.1.1
7852026-08-19T03:26:27.200Z Downloaded darling_macro v0.21.3
7862026-08-19T03:26:27.200Z Downloaded serde_derive_internals v0.29.1
7872026-08-19T03:26:27.200Z Downloaded litrs v1.0.0
7882026-08-19T03:26:27.200Z Downloaded native-tls v0.2.18
7892026-08-19T03:26:27.200Z Downloaded zopfli v0.8.3
7902026-08-19T03:26:27.200Z Downloaded sponge-cursor v0.1.0
7912026-08-19T03:26:27.200Z Downloaded bytes v1.11.1
7922026-08-19T03:26:27.200Z Downloaded dsl_auto_type v0.2.0
7932026-08-19T03:26:27.200Z Downloaded socket2 v0.6.3
7942026-08-19T03:26:27.201Z Downloaded difflib v0.4.0
7952026-08-19T03:26:27.201Z Downloaded pin-project-internal v1.1.11
7962026-08-19T03:26:27.201Z Downloaded tiny-keccak v2.0.2
7972026-08-19T03:26:27.201Z Downloaded embedded-io v0.6.1
7982026-08-19T03:26:27.201Z Downloaded cc v1.2.56
7992026-08-19T03:26:27.201Z Downloaded slog-json v2.6.1
8002026-08-19T03:26:27.201Z Downloaded crc-any v2.5.0
8012026-08-19T03:26:27.201Z Downloaded crossbeam-utils v0.8.21
8022026-08-19T03:26:27.201Z Downloaded rand_chacha v0.9.0
8032026-08-19T03:26:27.201Z Downloaded strum_macros v0.27.2
8042026-08-19T03:26:27.201Z Downloaded tls_codec_derive v0.4.2
8052026-08-19T03:26:27.201Z Downloaded ssh-encoding v0.3.0
8062026-08-19T03:26:27.201Z Downloaded toml_writer v1.1.1+spec-1.1.0
8072026-08-19T03:26:27.201Z Downloaded dof v0.4.0
8082026-08-19T03:26:27.201Z Downloaded is_ci v1.2.0
8092026-08-19T03:26:27.201Z Downloaded xshell v0.2.7
8102026-08-19T03:26:27.201Z Downloaded yoke v0.8.1
8112026-08-19T03:26:27.201Z Downloaded postgres-types v0.2.12
8122026-08-19T03:26:27.201Z Downloaded keccak v0.1.6
8132026-08-19T03:26:27.201Z Downloaded kem v0.3.0
8142026-08-19T03:26:27.201Z Downloaded kstat-rs v0.2.5
8152026-08-19T03:26:27.201Z Downloaded newtype-uuid-macros v0.1.0
8162026-08-19T03:26:27.202Z Downloaded primefield v0.14.0
8172026-08-19T03:26:27.202Z Downloaded whoami v1.6.1
8182026-08-19T03:26:27.202Z Downloaded whoami v2.1.0
8192026-08-19T03:26:27.202Z Downloaded elliptic-curve v0.14.1
8202026-08-19T03:26:27.202Z Downloaded tar v0.4.46
8212026-08-19T03:26:27.202Z Downloaded icu_properties v2.1.2
8222026-08-19T03:26:27.202Z Downloaded vergen-git2 v9.1.0
8232026-08-19T03:26:27.202Z Downloaded zstd v0.13.3
8242026-08-19T03:26:27.202Z Downloaded hickory-resolver v0.25.2
8252026-08-19T03:26:27.202Z Downloaded papergrid v0.18.0
8262026-08-19T03:26:27.202Z Downloaded indexmap v1.9.3
8272026-08-19T03:26:27.202Z Downloaded zip v0.6.6
8282026-08-19T03:26:27.202Z Downloaded rustls-pki-types v1.14.0
8292026-08-19T03:26:27.202Z Downloaded nonempty v0.12.0
8302026-08-19T03:26:27.202Z Downloaded progenitor-client v0.14.0
8312026-08-19T03:26:27.202Z Downloaded progenitor-macro v0.13.0
8322026-08-19T03:26:27.202Z Downloaded bumpalo v3.20.2
8332026-08-19T03:26:27.202Z Downloaded ctutils v0.4.2
8342026-08-19T03:26:27.202Z Downloaded defmt-macros v1.0.1
8352026-08-19T03:26:27.202Z Downloaded rusty-fork v0.3.1
8362026-08-19T03:26:27.203Z Downloaded hickory-resolver v0.24.4
8372026-08-19T03:26:27.203Z Downloaded http v1.4.2
8382026-08-19T03:26:27.203Z Downloaded hickory-server v0.25.2
8392026-08-19T03:26:27.203Z Downloaded diesel-dtrace v0.5.0
8402026-08-19T03:26:27.203Z Downloaded steno v0.4.1
8412026-08-19T03:26:27.203Z Downloaded sha1 v0.10.6
8422026-08-19T03:26:27.203Z Downloaded darling_core v0.20.11
8432026-08-19T03:26:27.203Z Downloaded defmt v1.0.1
8442026-08-19T03:26:27.203Z Downloaded shell-words v1.1.1
8452026-08-19T03:26:27.203Z Downloaded toml_parser v1.1.2+spec-1.1.0
8462026-08-19T03:26:27.203Z Downloaded progenitor-impl v0.13.0
8472026-08-19T03:26:27.203Z Downloaded unicode-properties v0.1.4
8482026-08-19T03:26:27.203Z Downloaded multer v3.1.0
8492026-08-19T03:26:27.203Z Downloaded tokio-native-tls v0.3.1
8502026-08-19T03:26:27.203Z Downloaded tokio-tungstenite v0.23.1
8512026-08-19T03:26:27.203Z Downloaded twox-hash v2.1.2
8522026-08-19T03:26:27.203Z Downloaded ingot-types v0.2.0
8532026-08-19T03:26:27.203Z Downloaded jobserver v0.1.34
8542026-08-19T03:26:27.203Z Downloaded lock_api v0.4.14
8552026-08-19T03:26:27.203Z Downloaded lru v0.12.5
8562026-08-19T03:26:27.203Z Downloaded siphasher v1.0.2
8572026-08-19T03:26:27.204Z Downloaded supports-color v3.0.2
8582026-08-19T03:26:27.204Z Downloaded tabwriter v1.4.1
8592026-08-19T03:26:27.204Z Downloaded wait-timeout v0.2.1
8602026-08-19T03:26:27.204Z Downloaded unicode-truncate v1.1.0
8612026-08-19T03:26:27.204Z Downloaded num_enum v0.5.11
8622026-08-19T03:26:27.204Z Downloaded icu_collections v2.1.1
8632026-08-19T03:26:27.204Z Downloaded hashbrown v0.13.2
8642026-08-19T03:26:27.204Z Downloaded hyper-util v0.1.20
8652026-08-19T03:26:27.373Z Downloaded rsa v0.9.10
8662026-08-19T03:26:27.373Z Downloaded num-complex v0.4.6
8672026-08-19T03:26:27.373Z Downloaded tower-layer v0.3.3
8682026-08-19T03:26:27.373Z Downloaded zerofrom v0.1.6
8692026-08-19T03:26:27.373Z Downloaded zstd-safe v7.2.4
8702026-08-19T03:26:27.373Z Downloaded progenitor-extras v0.2.0
8712026-08-19T03:26:27.373Z Downloaded phc v0.6.1
8722026-08-19T03:26:27.373Z Downloaded ppv-lite86 v0.2.21
8732026-08-19T03:26:27.373Z Downloaded progenitor-client v0.13.0
8742026-08-19T03:26:27.373Z Downloaded sigpipe v0.1.3
8752026-08-19T03:26:27.373Z Downloaded universal-hash v0.6.1
8762026-08-19T03:26:27.373Z Downloaded untrusted v0.7.1
8772026-08-19T03:26:27.373Z Downloaded heapless v0.7.17
8782026-08-19T03:26:27.373Z Downloaded crc8 v0.1.1
8792026-08-19T03:26:27.373Z Downloaded cstr-argument v0.1.2
8802026-08-19T03:26:27.374Z Downloaded dunce v1.0.5
8812026-08-19T03:26:27.374Z Downloaded signal-hook v0.3.18
8822026-08-19T03:26:27.374Z Downloaded derive_builder v0.20.2
8832026-08-19T03:26:27.374Z Downloaded peg-macros v0.8.5
8842026-08-19T03:26:27.374Z Downloaded miniz_oxide v0.8.9
8852026-08-19T03:26:27.374Z Downloaded slog v2.8.2
8862026-08-19T03:26:27.374Z Downloaded port-file v0.1.0
8872026-08-19T03:26:27.374Z Downloaded derive_builder_macro v0.20.2
8882026-08-19T03:26:27.374Z Downloaded serde-hex v0.1.0
8892026-08-19T03:26:27.374Z Downloaded ed25519 v2.2.3
8902026-08-19T03:26:27.374Z Downloaded jiff-static v0.2.34
8912026-08-19T03:26:27.374Z Downloaded instability v0.3.11
8922026-08-19T03:26:27.374Z Downloaded mime v0.3.17
8932026-08-19T03:26:27.374Z Downloaded schemars_derive v0.8.22
8942026-08-19T03:26:27.374Z Downloaded sec1 v0.8.1
8952026-08-19T03:26:27.374Z Downloaded internet-checksum v0.2.1
8962026-08-19T03:26:27.374Z Downloaded maplit v1.0.2
8972026-08-19T03:26:27.374Z Downloaded progenitor-impl v0.14.0
8982026-08-19T03:26:27.374Z Downloaded tracing-core v0.1.36
8992026-08-19T03:26:27.374Z Downloaded tungstenite v0.23.0
9002026-08-19T03:26:27.374Z Downloaded tinystr v0.8.2
9012026-08-19T03:26:27.374Z Downloaded linked-hash-map v0.5.6
9022026-08-19T03:26:27.374Z Downloaded multimap v0.10.1
9032026-08-19T03:26:27.374Z Downloaded nodrop v0.1.14
9042026-08-19T03:26:27.374Z Downloaded ssh-cipher v0.3.0
9052026-08-19T03:26:27.375Z Downloaded stringprep v0.1.5
9062026-08-19T03:26:27.375Z Downloaded termios v0.3.3
9072026-08-19T03:26:27.375Z Downloaded tokio-test v0.4.5
9082026-08-19T03:26:27.375Z Downloaded memmap2 v0.9.10
9092026-08-19T03:26:27.375Z Downloaded opaque-debug v0.3.1
9102026-08-19T03:26:27.375Z Downloaded tokio-postgres v0.7.16
9112026-08-19T03:26:27.375Z Downloaded rand v0.10.1
9122026-08-19T03:26:27.375Z Downloaded schemars v0.8.22
9132026-08-19T03:26:27.375Z Downloaded precomputed-hash v0.1.1
9142026-08-19T03:26:27.375Z Downloaded xattr v1.6.1
9152026-08-19T03:26:27.375Z Downloaded hashbrown v0.12.3
9162026-08-19T03:26:27.375Z Downloaded potential_utf v0.1.4
9172026-08-19T03:26:27.375Z Downloaded ref-cast v1.0.25
9182026-08-19T03:26:27.375Z Downloaded parking_lot v0.11.2
9192026-08-19T03:26:27.375Z Downloaded zerocopy-derive v0.8.40
9202026-08-19T03:26:27.375Z Downloaded zeroize v1.9.0
9212026-08-19T03:26:27.375Z Downloaded secrecy v0.8.0
9222026-08-19T03:26:27.375Z Downloaded icu_provider v2.1.1
9232026-08-19T03:26:27.375Z Downloaded snafu v0.8.9
9242026-08-19T03:26:27.375Z Downloaded ena v0.14.4
9252026-08-19T03:26:27.375Z Downloaded signature v2.2.0
9262026-08-19T03:26:27.375Z Downloaded derive_builder_core v0.20.2
9272026-08-19T03:26:27.375Z Downloaded aes v0.9.1
9282026-08-19T03:26:27.375Z Downloaded thread-id v5.1.0
9292026-08-19T03:26:27.375Z Downloaded daft-derive v0.1.7
9302026-08-19T03:26:27.376Z Downloaded elliptic-curve v0.13.8
9312026-08-19T03:26:27.376Z Downloaded impl-trait-for-tuples v0.2.3
9322026-08-19T03:26:27.376Z Downloaded ecdsa v0.16.9
9332026-08-19T03:26:27.376Z Downloaded indoc v2.0.7
9342026-08-19T03:26:27.376Z Downloaded spin v0.9.8
9352026-08-19T03:26:27.376Z Downloaded qorb v0.4.1
9362026-08-19T03:26:27.376Z Downloaded utf8_iter v1.0.4
9372026-08-19T03:26:27.376Z Downloaded derive_more-impl v2.1.1
9382026-08-19T03:26:27.376Z Downloaded ed25519-dalek v3.0.0
9392026-08-19T03:26:27.376Z Downloaded vte v0.14.1
9402026-08-19T03:26:27.376Z Downloaded topological-sort v0.2.2
9412026-08-19T03:26:27.376Z Downloaded wnaf v0.14.0
9422026-08-19T03:26:27.376Z Downloaded defmt v0.3.100
9432026-08-19T03:26:27.376Z Downloaded utf-8 v0.7.6
9442026-08-19T03:26:27.376Z Downloaded diesel_table_macro_syntax v0.3.0
9452026-08-19T03:26:27.376Z Downloaded dirs-next v2.0.0
9462026-08-19T03:26:27.376Z Downloaded num_enum_derive v0.7.6
9472026-08-19T03:26:27.376Z Downloaded tokio-stream v0.1.18
9482026-08-19T03:26:27.376Z Downloaded pbkdf2 v0.13.0
9492026-08-19T03:26:27.376Z Downloaded omicron-zone-package v0.12.3
9502026-08-19T03:26:27.376Z Downloaded typed-path v0.9.3
9512026-08-19T03:26:27.376Z Downloaded indoc v1.0.9
9522026-08-19T03:26:27.376Z Downloaded lru-slab v0.1.2
9532026-08-19T03:26:27.376Z Downloaded memoffset v0.9.1
9542026-08-19T03:26:27.376Z Downloaded num_threads v0.1.7
9552026-08-19T03:26:27.377Z Downloaded oxide-update-engine-display v0.1.2
9562026-08-19T03:26:27.377Z Downloaded pem-rfc7468 v1.0.0
9572026-08-19T03:26:27.377Z Downloaded psm v0.1.30
9582026-08-19T03:26:27.377Z Downloaded resolv-conf v0.7.6
9592026-08-19T03:26:27.377Z Downloaded oso v0.27.3
9602026-08-19T03:26:27.377Z Downloaded rustversion v1.0.22
9612026-08-19T03:26:27.377Z Downloaded sec1 v0.7.3
9622026-08-19T03:26:27.377Z Downloaded num-bigint v0.4.6
9632026-08-19T03:26:27.377Z Downloaded ecdsa v0.17.0
9642026-08-19T03:26:27.377Z Downloaded slog-async v2.8.0
9652026-08-19T03:26:27.466Z Downloaded string_cache v0.8.9
9662026-08-19T03:26:27.467Z Downloaded strum_macros v0.26.4
9672026-08-19T03:26:27.467Z Downloaded derive_more v2.1.1
9682026-08-19T03:26:27.467Z Downloaded sqlformat v0.3.5
9692026-08-19T03:26:27.467Z Downloaded recursive-proc-macro-impl v0.1.1
9702026-08-19T03:26:27.467Z Downloaded rustc_version v0.1.7
9712026-08-19T03:26:27.467Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9722026-08-19T03:26:27.467Z Downloaded csv-core v0.1.13
9732026-08-19T03:26:27.467Z Downloaded time-macros v0.2.27
9742026-08-19T03:26:27.467Z Downloaded unicode-xid v0.2.6
9752026-08-19T03:26:27.467Z Downloaded usdt-impl v0.6.0
9762026-08-19T03:26:27.467Z Downloaded similar v2.7.0
9772026-08-19T03:26:27.467Z Downloaded tokio-macros v2.7.0
9782026-08-19T03:26:27.467Z Downloaded crossbeam-deque v0.8.6
9792026-08-19T03:26:27.467Z Downloaded data-encoding v2.10.0
9802026-08-19T03:26:27.467Z Downloaded walkdir v2.5.0
9812026-08-19T03:26:27.467Z Downloaded daft v0.1.7
9822026-08-19T03:26:27.467Z Downloaded serde_plain v1.0.2
9832026-08-19T03:26:27.467Z Downloaded pretty_assertions v1.4.1
9842026-08-19T03:26:27.468Z Downloaded futures-util v0.3.32
9852026-08-19T03:26:27.468Z Downloaded hashbrown v0.15.5
9862026-08-19T03:26:27.468Z Downloaded uuid v1.23.4
9872026-08-19T03:26:27.468Z Downloaded schemars v0.9.0
9882026-08-19T03:26:27.468Z Downloaded tower-http v0.6.8
9892026-08-19T03:26:27.468Z Downloaded hashbrown v0.16.1
9902026-08-19T03:26:27.468Z Downloaded waitgroup v0.1.2
9912026-08-19T03:26:27.468Z Downloaded ipnet v2.11.0
9922026-08-19T03:26:27.468Z Downloaded dtrace-parser v0.3.0
9932026-08-19T03:26:27.468Z Downloaded inout v0.1.4
9942026-08-19T03:26:27.469Z Downloaded oxide-tokio-rt v0.1.4
9952026-08-19T03:26:27.469Z Downloaded pem-rfc7468 v0.7.0
9962026-08-19T03:26:27.469Z Downloaded either v1.15.0
9972026-08-19T03:26:27.469Z Downloaded libloading v0.8.9
9982026-08-19T03:26:27.469Z Downloaded aes-gcm v0.11.0
9992026-08-19T03:26:27.469Z Downloaded openssl-sys v0.9.117
10002026-08-19T03:26:27.469Z Downloaded parking_lot v0.12.5
10012026-08-19T03:26:27.469Z Downloaded quinn-udp v0.5.14
10022026-08-19T03:26:27.469Z Downloaded oxide-update-engine v0.1.2
10032026-08-19T03:26:27.469Z Downloaded libefi-sys v0.1.0
10042026-08-19T03:26:27.469Z Downloaded match_cfg v0.1.0
10052026-08-19T03:26:27.470Z Downloaded r2d2 v0.8.10
10062026-08-19T03:26:27.470Z Downloaded num-iter v0.1.45
10072026-08-19T03:26:27.470Z Downloaded scrypt v0.12.0
10082026-08-19T03:26:27.470Z Downloaded darling_core v0.13.4
10092026-08-19T03:26:27.470Z Downloaded nanorand v0.7.0
10102026-08-19T03:26:27.470Z Downloaded crc32fast v1.5.0
10112026-08-19T03:26:27.470Z Downloaded phf_shared v0.11.3
10122026-08-19T03:26:27.470Z Downloaded signal-hook-registry v1.4.8
10132026-08-19T03:26:27.470Z Downloaded spki v0.7.3
10142026-08-19T03:26:27.470Z Downloaded pkg-config v0.3.32
10152026-08-19T03:26:27.470Z Downloaded minimal-lexical v0.2.1
10162026-08-19T03:26:27.470Z Downloaded url v2.5.8
10172026-08-19T03:26:27.470Z Downloaded hkdf v0.13.0
10182026-08-19T03:26:27.470Z Downloaded rustyline v14.0.0
10192026-08-19T03:26:27.470Z Downloaded cookie v0.18.1
10202026-08-19T03:26:27.471Z Downloaded slog-term v2.9.2
10212026-08-19T03:26:27.471Z Downloaded semver v0.1.20
10222026-08-19T03:26:27.471Z Downloaded serde-big-array v0.5.1
10232026-08-19T03:26:27.471Z Downloaded time-core v0.1.8
10242026-08-19T03:26:27.471Z Downloaded convert_case v0.10.0
10252026-08-19T03:26:27.471Z Downloaded writeable v0.6.2
10262026-08-19T03:26:27.471Z Downloaded thread_local v1.1.9
10272026-08-19T03:26:27.471Z Downloaded hyper v1.10.1
10282026-08-19T03:26:27.471Z Downloaded pkcs1 v0.7.5
10292026-08-19T03:26:27.471Z Downloaded strip-ansi-escapes v0.2.1
10302026-08-19T03:26:27.471Z Downloaded signal-hook-mio v0.2.5
10312026-08-19T03:26:27.471Z Downloaded downcast-rs v2.0.2
10322026-08-19T03:26:27.471Z Downloaded digest v0.11.3
10332026-08-19T03:26:27.471Z Downloaded enum-as-inner v0.6.1
10342026-08-19T03:26:27.471Z Downloaded zerotrie v0.2.3
10352026-08-19T03:26:27.471Z Downloaded darling_core v0.21.3
10362026-08-19T03:26:27.471Z Downloaded rustls-platform-verifier v0.6.2
10372026-08-19T03:26:27.471Z Downloaded enum_dispatch v0.3.13
10382026-08-19T03:26:27.471Z Downloaded darling_macro v0.23.0
10392026-08-19T03:26:27.471Z Downloaded md5 v0.8.0
10402026-08-19T03:26:27.471Z Downloaded rustls-webpki v0.103.13
10412026-08-19T03:26:27.471Z Downloaded illumos-nvpair-sys v0.2.0
10422026-08-19T03:26:27.472Z Downloaded mio v1.2.0
10432026-08-19T03:26:27.472Z Downloaded poly1305 v0.9.0
10442026-08-19T03:26:27.472Z Downloaded num-derive v0.4.2
10452026-08-19T03:26:27.472Z Downloaded nu-ansi-term v0.50.3
10462026-08-19T03:26:27.472Z Downloaded parse-display-derive v0.10.0
10472026-08-19T03:26:27.472Z Downloaded term v1.2.1
10482026-08-19T03:26:27.472Z Downloaded aws-lc-rs v1.16.3
10492026-08-19T03:26:27.472Z Downloaded module-lattice v0.2.3
10502026-08-19T03:26:27.472Z Downloaded russh-util v0.52.0
10512026-08-19T03:26:27.472Z Downloaded samael v0.0.19
10522026-08-19T03:26:27.472Z Downloaded derive_more v0.99.20
10532026-08-19T03:26:27.472Z Downloaded serde_with_macros v3.21.0
10542026-08-19T03:26:27.472Z Downloaded postgres-protocol v0.6.10
10552026-08-19T03:26:27.472Z Downloaded static_assertions v1.1.0
10562026-08-19T03:26:27.472Z Downloaded quick-error v1.2.3
10572026-08-19T03:26:27.472Z Downloaded tap v1.0.1
10582026-08-19T03:26:27.472Z Downloaded scroll_derive v0.13.1
10592026-08-19T03:26:27.472Z Downloaded hkdf v0.12.4
10602026-08-19T03:26:27.472Z Downloaded p256 v0.14.0
10612026-08-19T03:26:27.472Z Downloaded tokio-util v0.7.18
10622026-08-19T03:26:27.472Z Downloaded term v0.7.0
10632026-08-19T03:26:27.472Z Downloaded vergen v9.1.0
10642026-08-19T03:26:27.472Z Downloaded typify-macro v0.6.2
10652026-08-19T03:26:27.505Z Downloaded dropshot-api-manager-types v0.7.2
10662026-08-19T03:26:27.506Z Downloaded reqwest v0.12.28
10672026-08-19T03:26:27.506Z Downloaded cookie_store v0.22.1
10682026-08-19T03:26:27.506Z Downloaded vsss-rs v3.3.4
10692026-08-19T03:26:27.506Z Downloaded tokio-dtrace v0.1.1
10702026-08-19T03:26:27.506Z Downloaded tokio-tungstenite v0.21.0
10712026-08-19T03:26:27.506Z Downloaded crucible-workspace-hack v0.1.0
10722026-08-19T03:26:27.506Z Downloaded inout v0.2.2
10732026-08-19T03:26:27.506Z Downloaded parse-size v1.1.0
10742026-08-19T03:26:27.506Z Downloaded rayon-core v1.13.0
10752026-08-19T03:26:27.506Z Downloaded libscf-sys v1.2.0
10762026-08-19T03:26:27.506Z Downloaded serde_repr v0.1.20
10772026-08-19T03:26:27.506Z Downloaded itertools v0.13.0
10782026-08-19T03:26:27.506Z Downloaded newtype-uuid v1.3.2
10792026-08-19T03:26:27.506Z Downloaded zerovec-derive v0.11.2
10802026-08-19T03:26:27.506Z Downloaded slog-bunyan v2.5.0
10812026-08-19T03:26:27.506Z Downloaded internal-russh-num-bigint v0.5.0
10822026-08-19T03:26:27.506Z Downloaded try-lock v0.2.5
10832026-08-19T03:26:27.506Z Downloaded darling_macro v0.13.4
10842026-08-19T03:26:27.506Z Downloaded linear-map v1.2.0
10852026-08-19T03:26:27.506Z Downloaded git2 v0.20.4
10862026-08-19T03:26:27.506Z Downloaded slog-dtrace v0.3.0
10872026-08-19T03:26:27.506Z Downloaded endian-type v0.1.2
10882026-08-19T03:26:27.507Z Downloaded newtype_derive v0.1.6
10892026-08-19T03:26:27.507Z Downloaded percent-encoding v2.3.2
10902026-08-19T03:26:27.507Z Downloaded progenitor v0.13.0
10912026-08-19T03:26:27.507Z Downloaded stable_deref_trait v1.2.1
10922026-08-19T03:26:27.507Z Downloaded h2 v0.4.15
10932026-08-19T03:26:27.507Z Downloaded dropshot_endpoint v0.17.1
10942026-08-19T03:26:27.507Z Downloaded uzers v0.12.2
10952026-08-19T03:26:27.507Z Downloaded void v1.0.2
10962026-08-19T03:26:27.507Z Downloaded zerovec v0.11.5
10972026-08-19T03:26:27.507Z Downloaded typify v0.6.2
10982026-08-19T03:26:27.507Z Downloaded russh-cryptovec v0.62.0
10992026-08-19T03:26:27.507Z Downloaded tower v0.5.3
11002026-08-19T03:26:27.507Z Downloaded itertools v0.14.0
11012026-08-19T03:26:27.507Z Downloaded trait-variant v0.1.2
11022026-08-19T03:26:27.507Z Downloaded nibble_vec v0.1.0
11032026-08-19T03:26:27.507Z Downloaded parse-display v0.10.0
11042026-08-19T03:26:27.507Z Downloaded winnow v0.6.26
11052026-08-19T03:26:27.507Z Downloaded der v0.7.10
11062026-08-19T03:26:27.507Z Downloaded icu_normalizer v2.1.1
11072026-08-19T03:26:27.507Z Downloaded unit-prefix v0.5.2
11082026-08-19T03:26:27.507Z Downloaded crossbeam-channel v0.5.15
11092026-08-19T03:26:27.507Z Downloaded darling v0.23.0
11102026-08-19T03:26:27.507Z Downloaded smallvec v1.15.1
11112026-08-19T03:26:27.508Z Downloaded derive-ex v0.1.8
11122026-08-19T03:26:27.508Z Downloaded cpubits v0.1.1
11132026-08-19T03:26:27.508Z Downloaded aho-corasick v1.1.4
11142026-08-19T03:26:27.508Z Downloaded icu_normalizer_data v2.1.1
11152026-08-19T03:26:27.508Z Downloaded stacker v0.1.23
11162026-08-19T03:26:27.508Z Downloaded zone v0.3.1
11172026-08-19T03:26:27.508Z Downloaded quick-xml v0.37.5
11182026-08-19T03:26:27.508Z Downloaded x509-cert v0.2.5
11192026-08-19T03:26:27.508Z Downloaded tinyvec_macros v0.1.1
11202026-08-19T03:26:27.508Z Downloaded serde_path_to_error v0.1.20
11212026-08-19T03:26:27.508Z Downloaded serde_with_macros v1.5.2
11222026-08-19T03:26:27.508Z Downloaded nom v8.0.0
11232026-08-19T03:26:27.508Z Downloaded smallvec v0.6.14
11242026-08-19T03:26:27.508Z Downloaded libbz2-rs-sys v0.2.2
11252026-08-19T03:26:27.508Z Downloaded parking_lot_core v0.9.12
11262026-08-19T03:26:27.508Z Downloaded pkcs1 v0.8.0-rc.4
11272026-08-19T03:26:27.508Z Downloaded vergen-gitcl v1.0.8
11282026-08-19T03:26:27.508Z Downloaded indent_write v2.2.0
11292026-08-19T03:26:27.508Z Downloaded tls_codec v0.4.2
11302026-08-19T03:26:27.508Z Downloaded tower-service v0.3.3
11312026-08-19T03:26:27.508Z Downloaded normalize-line-endings v0.3.0
11322026-08-19T03:26:27.508Z Downloaded openssl-probe v0.1.6
11332026-08-19T03:26:27.508Z Downloaded idna_adapter v1.2.1
11342026-08-19T03:26:27.508Z Downloaded sync-ptr v0.1.4
11352026-08-19T03:26:27.508Z Downloaded num-traits v0.2.19
11362026-08-19T03:26:27.508Z Downloaded ssh-key v0.7.0-rc.11
11372026-08-19T03:26:27.509Z Downloaded serde_with v1.14.0
11382026-08-19T03:26:27.509Z Downloaded toml_edit v0.19.15
11392026-08-19T03:26:27.509Z Downloaded pkcs5 v0.8.1
11402026-08-19T03:26:27.509Z Downloaded strum_macros v0.24.3
11412026-08-19T03:26:27.509Z Downloaded ryu v1.0.23
11422026-08-19T03:26:27.509Z Downloaded managed v0.8.0
11432026-08-19T03:26:27.509Z Downloaded progenitor v0.14.0
11442026-08-19T03:26:27.509Z Downloaded rand_chacha v0.3.1
11452026-08-19T03:26:27.509Z Downloaded same-file v1.0.6
11462026-08-19T03:26:27.509Z Downloaded lru-cache v0.1.2
11472026-08-19T03:26:27.509Z Downloaded progenitor-macro v0.14.0
11482026-08-19T03:26:27.509Z Downloaded ed25519 v3.0.0
11492026-08-19T03:26:27.509Z Downloaded subprocess v0.2.15
11502026-08-19T03:26:27.509Z Downloaded darling_core v0.23.0
11512026-08-19T03:26:27.509Z Downloaded yansi v1.0.1
11522026-08-19T03:26:27.509Z Downloaded cpufeatures v0.3.0
11532026-08-19T03:26:27.509Z Downloaded darling v0.13.4
11542026-08-19T03:26:27.509Z Downloaded peg v0.8.5
11552026-08-19T03:26:27.509Z Downloaded zerocopy v0.6.6
11562026-08-19T03:26:27.509Z Downloaded digest-io v0.1.0
11572026-08-19T03:26:27.509Z Downloaded rand_core v0.9.5
11582026-08-19T03:26:27.509Z Downloaded strum v0.27.2
11592026-08-19T03:26:27.509Z Downloaded derive-where v1.6.0
11602026-08-19T03:26:27.509Z Downloaded sha1 v0.11.0
11612026-08-19T03:26:27.509Z Downloaded scuffle v0.1.0
11622026-08-19T03:26:27.510Z Downloaded blake3 v1.8.5
11632026-08-19T03:26:27.510Z Downloaded untrusted v0.9.0
11642026-08-19T03:26:27.510Z Downloaded rsa v0.10.0-rc.18
11652026-08-19T03:26:27.544Z Downloaded quinn v0.11.11
11662026-08-19T03:26:27.544Z Downloaded diff v0.1.13
11672026-08-19T03:26:27.544Z Downloaded delegate v0.13.5
11682026-08-19T03:26:27.544Z Downloaded dropshot-api-manager v0.7.2
11692026-08-19T03:26:27.544Z Downloaded phf_shared v0.12.1
11702026-08-19T03:26:27.544Z Downloaded ron v0.8.1
11712026-08-19T03:26:27.544Z Downloaded iri-string v0.7.10
11722026-08-19T03:26:27.545Z Downloaded rustls-native-certs v0.8.3
11732026-08-19T03:26:27.545Z Downloaded darling v0.21.3
11742026-08-19T03:26:27.545Z Downloaded slog-scope v4.4.1
11752026-08-19T03:26:27.545Z Downloaded litemap v0.8.1
11762026-08-19T03:26:27.545Z Downloaded tungstenite v0.21.0
11772026-08-19T03:26:27.545Z Downloaded synstructure v0.13.2
11782026-08-19T03:26:27.545Z Downloaded regex v1.12.3
11792026-08-19T03:26:27.545Z Downloaded unicode_categories v0.1.1
11802026-08-19T03:26:27.545Z Downloaded crossterm v0.29.0
11812026-08-19T03:26:27.545Z Downloaded drift v0.2.0
11822026-08-19T03:26:27.545Z Downloaded rustls-pemfile v2.2.0
11832026-08-19T03:26:27.545Z Downloaded pin-project v1.1.11
11842026-08-19T03:26:27.545Z Downloaded bitvec v1.0.1
11852026-08-19T03:26:27.546Z Downloaded ipnetwork v0.21.1
11862026-08-19T03:26:27.546Z Downloaded prefix-trie v0.7.0
11872026-08-19T03:26:27.546Z Downloaded ignore v0.4.25
11882026-08-19T03:26:27.546Z Downloaded mime_guess v2.0.5
11892026-08-19T03:26:27.546Z Downloaded libxml v0.3.3
11902026-08-19T03:26:27.546Z Downloaded tinyvec v1.10.0
11912026-08-19T03:26:27.546Z Downloaded yasna v0.5.2
11922026-08-19T03:26:27.546Z Downloaded icu_properties_data v2.1.2
11932026-08-19T03:26:27.546Z Downloaded serde_yaml v0.9.34+deprecated
11942026-08-19T03:26:27.547Z Downloaded bindgen v0.71.1
11952026-08-19T03:26:27.547Z Downloaded crypto-primes v0.7.2
11962026-08-19T03:26:27.547Z Downloaded rcgen v0.12.1
11972026-08-19T03:26:27.547Z Downloaded publicsuffix v2.3.0
11982026-08-19T03:26:27.547Z Downloaded num-bigint-dig v0.8.6
11992026-08-19T03:26:27.548Z Downloaded crossbeam-epoch v0.9.18
12002026-08-19T03:26:27.548Z Downloaded indicatif v0.18.4
12012026-08-19T03:26:27.548Z Downloaded proptest v1.11.0
12022026-08-19T03:26:27.548Z Downloaded serde_with v3.21.0
12032026-08-19T03:26:27.548Z Downloaded ml-kem v0.3.2
12042026-08-19T03:26:27.548Z Downloaded proc-macro-error2 v2.0.1
12052026-08-19T03:26:27.548Z Downloaded spki v0.8.0
12062026-08-19T03:26:27.548Z Downloaded chrono v0.4.45
12072026-08-19T03:26:27.548Z Downloaded rand v0.9.2
12082026-08-19T03:26:27.549Z Downloaded schemars v1.2.1
12092026-08-19T03:26:27.549Z Downloaded toml v1.1.2+spec-1.1.0
12102026-08-19T03:26:27.549Z Downloaded radix_trie v0.2.1
12112026-08-19T03:26:27.549Z Downloaded object v0.30.4
12122026-08-19T03:26:27.549Z Downloaded rawzip v0.4.4
12132026-08-19T03:26:27.549Z Downloaded prettyplease v0.2.37
12142026-08-19T03:26:27.549Z Downloaded reqwest v0.13.2
12152026-08-19T03:26:27.550Z Downloaded ed25519-dalek v2.2.0
12162026-08-19T03:26:27.550Z Downloaded vcpkg v0.2.15
12172026-08-19T03:26:27.550Z Downloaded itertools v0.12.1
12182026-08-19T03:26:27.550Z Downloaded rand v0.8.6
12192026-08-19T03:26:27.550Z Downloaded iddqd v0.4.2
12202026-08-19T03:26:27.551Z Downloaded winnow v1.0.3
12212026-08-19T03:26:27.551Z Downloaded zip v4.6.1
12222026-08-19T03:26:27.551Z Downloaded reedline v0.40.0
12232026-08-19T03:26:27.551Z Downloaded p521 v0.14.0
12242026-08-19T03:26:27.551Z Downloaded winnow v0.5.40
12252026-08-19T03:26:27.551Z Downloaded goblin v0.10.5
12262026-08-19T03:26:27.551Z Downloaded unicode-normalization v0.1.25
12272026-08-19T03:26:27.551Z Downloaded jiff-core v0.1.0
12282026-08-19T03:26:27.551Z Downloaded crypto-bigint v0.5.5
12292026-08-19T03:26:27.551Z Downloaded time v0.3.47
12302026-08-19T03:26:27.552Z Downloaded regex-syntax v0.6.29
12312026-08-19T03:26:27.552Z Downloaded petname v2.0.2
12322026-08-19T03:26:27.552Z Downloaded libm v0.2.16
12332026-08-19T03:26:27.552Z Downloaded p384 v0.13.1
12342026-08-19T03:26:27.552Z Downloaded diesel_derives v2.3.7
12352026-08-19T03:26:27.552Z Downloaded russh v0.62.4
12362026-08-19T03:26:27.552Z Downloaded nom v7.1.3
12372026-08-19T03:26:27.552Z Downloaded crossterm v0.28.1
12382026-08-19T03:26:27.552Z Downloaded tough v0.22.0
12392026-08-19T03:26:27.552Z Downloaded itertools v0.15.0
12402026-08-19T03:26:27.552Z Downloaded idna v1.1.0
12412026-08-19T03:26:27.552Z Downloaded itertools v0.10.5
12422026-08-19T03:26:27.552Z Downloaded portable-atomic v1.13.1
12432026-08-19T03:26:27.553Z Downloaded bstr v1.12.1
12442026-08-19T03:26:27.553Z Downloaded salty v0.3.0
12452026-08-19T03:26:27.553Z Downloaded unicode-segmentation v1.12.0
12462026-08-19T03:26:27.553Z Downloaded der v0.8.0
12472026-08-19T03:26:27.553Z Downloaded moka v0.12.13
12482026-08-19T03:26:27.553Z Downloaded sha3 v0.12.0
12492026-08-19T03:26:27.553Z Downloaded tabled v0.21.0
12502026-08-19T03:26:27.553Z Downloaded smoltcp v0.9.1
12512026-08-19T03:26:27.553Z Downloaded nix v0.28.0
12522026-08-19T03:26:27.553Z Downloaded quinn-proto v0.11.16
12532026-08-19T03:26:27.553Z Downloaded openapiv3 v2.2.0
12542026-08-19T03:26:27.553Z Downloaded lalrpop v0.19.12
12552026-08-19T03:26:27.554Z Downloaded zerocopy v0.8.40
12562026-08-19T03:26:27.554Z Downloaded curve25519-dalek v4.1.3
12572026-08-19T03:26:27.554Z Downloaded polar-core v0.27.3
12582026-08-19T03:26:27.554Z Downloaded rayon v1.11.0
12592026-08-19T03:26:27.554Z Downloaded regress v0.10.5
12602026-08-19T03:26:27.554Z Downloaded zlib-rs v0.6.2
12612026-08-19T03:26:27.554Z Downloaded hickory-proto v0.24.4
12622026-08-19T03:26:27.554Z Downloaded rustix v0.38.44
12632026-08-19T03:26:27.554Z Downloaded rustls v0.23.41
12642026-08-19T03:26:27.554Z Downloaded hickory-proto v0.25.2
12652026-08-19T03:26:27.576Z Downloaded nix v0.27.1
12662026-08-19T03:26:27.576Z Downloaded sqlparser v0.61.0
12672026-08-19T03:26:27.576Z Downloaded curve25519-dalek v5.0.0
12682026-08-19T03:26:27.576Z Downloaded sled v0.34.7
12692026-08-19T03:26:27.576Z Downloaded crypto-bigint v0.7.5
12702026-08-19T03:26:27.576Z Downloaded dropshot v0.17.1
12712026-08-19T03:26:27.576Z Downloaded diesel v2.3.7
12722026-08-19T03:26:27.576Z Downloaded openssl v0.10.80
12732026-08-19T03:26:27.576Z Downloaded tracing v0.1.44
12742026-08-19T03:26:27.576Z Downloaded nix v0.31.2
12752026-08-19T03:26:27.577Z Downloaded object v0.37.3
12762026-08-19T03:26:27.577Z Downloaded regex-syntax v0.8.10
12772026-08-19T03:26:27.577Z Downloaded smoltcp v0.11.0
12782026-08-19T03:26:27.577Z Downloaded bzip2-sys v0.1.13+1.0.8
12792026-08-19T03:26:27.577Z Downloaded zerocopy-derive v0.6.6
12802026-08-19T03:26:27.577Z Downloaded regress v0.11.1
12812026-08-19T03:26:27.577Z Downloaded typify-impl v0.6.2
12822026-08-19T03:26:27.577Z Downloaded regex-automata v0.4.14
12832026-08-19T03:26:27.577Z Downloaded ratatui v0.29.0
12842026-08-19T03:26:27.577Z Downloaded sha3 v0.11.0
12852026-08-19T03:26:27.577Z Downloaded chrono-tz v0.10.4
12862026-08-19T03:26:27.577Z Downloaded petgraph v0.6.5
12872026-08-19T03:26:27.577Z Downloaded petgraph v0.8.3
12882026-08-19T03:26:27.577Z Downloaded sha3 v0.10.8
12892026-08-19T03:26:27.577Z Downloaded jiff v0.2.34
12902026-08-19T03:26:27.578Z Downloaded libz-sys v1.1.24
12912026-08-19T03:26:27.578Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12922026-08-19T03:26:27.578Z Downloaded tokio v1.52.1
12932026-08-19T03:26:27.578Z Downloaded csv v1.4.0
12942026-08-19T03:26:27.578Z Downloaded encoding_rs v0.8.35
12952026-08-19T03:26:27.578Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-08-19T03:26:27.578Z Downloaded ring v0.17.14
12972026-08-19T03:26:27.578Z Downloaded aws-lc-sys v0.40.0
12982026-08-19T03:26:27.743Z Compiling libc v0.2.185
12992026-08-19T03:26:27.743Z Compiling serde_core v1.0.228
13002026-08-19T03:26:27.754Z Compiling serde v1.0.228
13012026-08-19T03:26:27.754Z Compiling log v0.4.29
13022026-08-19T03:26:27.755Z Compiling smallvec v1.15.1
13032026-08-19T03:26:27.755Z Compiling find-msvc-tools v0.1.9
13042026-08-19T03:26:27.755Z Compiling shlex v1.3.0
13052026-08-19T03:26:27.755Z Compiling subtle v2.6.1
13062026-08-19T03:26:27.992Z Compiling scopeguard v1.2.0
13072026-08-19T03:26:28.028Z Compiling typenum v1.20.1
13082026-08-19T03:26:28.029Z Compiling stable_deref_trait v1.2.1
13092026-08-19T03:26:28.029Z Compiling zerocopy v0.8.40
13102026-08-19T03:26:28.029Z Compiling portable-atomic v1.13.1
13112026-08-19T03:26:28.048Z Compiling serde_json v1.0.151
13122026-08-19T03:26:28.048Z Compiling syn v2.0.117
13132026-08-19T03:26:28.066Z Compiling critical-section v1.2.0
13142026-08-19T03:26:28.097Z Compiling lock_api v0.4.14
13152026-08-19T03:26:28.102Z Compiling libm v0.2.16
13162026-08-19T03:26:28.126Z Compiling num-traits v0.2.19
13172026-08-19T03:26:28.126Z Compiling pkg-config v0.3.32
13182026-08-19T03:26:28.169Z Compiling generic-array v0.14.7
13192026-08-19T03:26:28.183Z Compiling pin-project-lite v0.2.17
13202026-08-19T03:26:28.199Z Compiling parking_lot_core v0.9.12
13212026-08-19T03:26:28.240Z Compiling getrandom v0.4.1
13222026-08-19T03:26:28.261Z Compiling const-oid v0.9.6
13232026-08-19T03:26:28.308Z Compiling rand_core v0.10.0
13242026-08-19T03:26:28.324Z Compiling writeable v0.6.2
13252026-08-19T03:26:28.366Z Compiling litemap v0.8.1
13262026-08-19T03:26:28.468Z Compiling percent-encoding v2.3.2
13272026-08-19T03:26:28.481Z Compiling futures-core v0.3.32
13282026-08-19T03:26:28.536Z Compiling icu_normalizer_data v2.1.1
13292026-08-19T03:26:28.536Z Compiling icu_properties_data v2.1.2
13302026-08-19T03:26:28.568Z Compiling getrandom v0.3.4
13312026-08-19T03:26:28.575Z Compiling futures-sink v0.3.32
13322026-08-19T03:26:28.599Z Compiling futures-task v0.3.32
13332026-08-19T03:26:28.659Z Compiling slab v0.4.12
13342026-08-19T03:26:28.675Z Compiling futures-channel v0.3.32
13352026-08-19T03:26:28.688Z Compiling futures-io v0.3.32
13362026-08-19T03:26:28.705Z Compiling utf8_iter v1.0.4
13372026-08-19T03:26:28.720Z Compiling rustix v1.1.3
13382026-08-19T03:26:28.790Z Compiling jobserver v0.1.34
13392026-08-19T03:26:28.806Z Compiling errno v0.3.14
13402026-08-19T03:26:28.821Z Compiling getrandom v0.2.17
13412026-08-19T03:26:28.880Z Compiling mio v1.2.0
13422026-08-19T03:26:28.915Z Compiling socket2 v0.6.3
13432026-08-19T03:26:28.920Z Compiling form_urlencoded v1.2.2
13442026-08-19T03:26:28.970Z Compiling rand_core v0.6.4
13452026-08-19T03:26:29.029Z Compiling cc v1.2.56
13462026-08-19T03:26:29.085Z Compiling once_cell v1.21.3
13472026-08-19T03:26:29.095Z Compiling signal-hook-registry v1.4.8
13482026-08-19T03:26:29.114Z Compiling parking_lot v0.12.5
13492026-08-19T03:26:29.147Z Compiling rustversion v1.0.22
13502026-08-19T03:26:29.162Z Compiling base64ct v1.8.3
13512026-08-19T03:26:29.176Z Compiling iana-time-zone v0.1.65
13522026-08-19T03:26:29.193Z Compiling dunce v1.0.5
13532026-08-19T03:26:29.279Z Compiling ident_case v1.0.1
13542026-08-19T03:26:29.316Z Compiling fs_extra v1.3.0
13552026-08-19T03:26:29.326Z Compiling regex-syntax v0.8.10
13562026-08-19T03:26:29.339Z Compiling flagset v0.4.7
13572026-08-19T03:26:29.358Z Compiling base64 v0.22.1
13582026-08-19T03:26:29.375Z Compiling pem-rfc7468 v0.7.0
13592026-08-19T03:26:29.395Z Compiling rand_core v0.9.5
13602026-08-19T03:26:29.428Z Compiling vcpkg v0.2.15
13612026-08-19T03:26:29.447Z Compiling syn v1.0.109
13622026-08-19T03:26:29.468Z Compiling tracing-core v0.1.36
13632026-08-19T03:26:29.484Z Compiling schemars v0.8.22
13642026-08-19T03:26:29.516Z Compiling dyn-clone v1.0.20
13652026-08-19T03:26:29.601Z Compiling cpufeatures v0.2.17
13662026-08-19T03:26:29.633Z Compiling aws-lc-rs v1.16.3
13672026-08-19T03:26:29.665Z Compiling spin v0.9.8
13682026-08-19T03:26:29.685Z Compiling openssl-probe v0.2.1
13692026-08-19T03:26:29.703Z Compiling crc32fast v1.5.0
13702026-08-19T03:26:29.706Z Compiling cmov v0.5.4
13712026-08-19T03:26:29.706Z Compiling httparse v1.10.1
13722026-08-19T03:26:29.746Z Compiling cmake v0.1.57
13732026-08-19T03:26:29.898Z Compiling tinyvec_macros v0.1.1
13742026-08-19T03:26:29.909Z Compiling ctutils v0.4.2
13752026-08-19T03:26:29.924Z Compiling aho-corasick v1.1.4
13762026-08-19T03:26:29.943Z Compiling radium v0.7.0
13772026-08-19T03:26:29.946Z Compiling try-lock v0.2.5
13782026-08-19T03:26:29.979Z Compiling bitflags v2.11.0
13792026-08-19T03:26:30.026Z Compiling semver v1.0.28
13802026-08-19T03:26:30.108Z Compiling indexmap v2.14.0
13812026-08-19T03:26:30.126Z Compiling uuid v1.23.4
13822026-08-19T03:26:30.189Z Compiling tinyvec v1.10.0
13832026-08-19T03:26:30.189Z Compiling atomic-waker v1.1.2
13842026-08-19T03:26:30.235Z Compiling tower-layer v0.3.3
13852026-08-19T03:26:30.239Z Compiling untrusted v0.7.1
13862026-08-19T03:26:30.275Z Compiling rustc_version v0.4.1
13872026-08-19T03:26:30.292Z Compiling tower-service v0.3.3
13882026-08-19T03:26:30.385Z Compiling want v0.3.1
13892026-08-19T03:26:30.412Z Compiling simd-adler32 v0.3.8
13902026-08-19T03:26:30.412Z Compiling maybe-uninit v2.0.0
13912026-08-19T03:26:30.552Z Compiling rustls v0.23.41
13922026-08-19T03:26:30.568Z Compiling untrusted v0.9.0
13932026-08-19T03:26:30.588Z Compiling foreign-types-shared v0.1.1
13942026-08-19T03:26:30.603Z Compiling aws-lc-sys v0.40.0
13952026-08-19T03:26:30.608Z Compiling openssl-sys v0.9.117
13962026-08-19T03:26:30.674Z Compiling tap v1.0.1
13972026-08-19T03:26:30.698Z Compiling openssl v0.10.80
13982026-08-19T03:26:30.698Z Compiling httpdate v1.0.3
13992026-08-19T03:26:30.722Z Compiling foreign-types v0.3.2
14002026-08-19T03:26:30.830Z Compiling regex-automata v0.4.14
14012026-08-19T03:26:30.830Z Compiling wyz v0.5.1
14022026-08-19T03:26:30.860Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-08-19T03:26:30.860Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-08-19T03:26:30.893Z Compiling unicode-normalization v0.1.25
14052026-08-19T03:26:30.986Z Compiling synstructure v0.13.2
14062026-08-19T03:26:31.026Z Compiling serde_derive_internals v0.29.1
14072026-08-19T03:26:31.047Z Compiling pest_generator v2.8.6
14082026-08-19T03:26:31.128Z Compiling darling_core v0.20.11
14092026-08-19T03:26:31.184Z Compiling num-integer v0.1.46
14102026-08-19T03:26:31.253Z Compiling tempfile v3.25.0
14112026-08-19T03:26:31.322Z Compiling terminal_size v0.4.3
14122026-08-19T03:26:31.405Z Compiling wait-timeout v0.2.1
14132026-08-19T03:26:31.474Z Compiling socket2 v0.5.10
14142026-08-19T03:26:31.533Z Compiling ahash v0.8.12
14152026-08-19T03:26:31.541Z Compiling adler2 v2.0.1
14162026-08-19T03:26:31.617Z Compiling funty v2.0.0
14172026-08-19T03:26:31.636Z Compiling quick-error v1.2.3
14182026-08-19T03:26:31.692Z Compiling native-tls v0.2.18
14192026-08-19T03:26:31.727Z Compiling num-bigint-dig v0.8.6
14202026-08-19T03:26:31.731Z Compiling num-conv v0.2.0
14212026-08-19T03:26:31.756Z Compiling powerfmt v0.2.0
14222026-08-19T03:26:31.779Z Compiling packed_struct v0.10.1
14232026-08-19T03:26:31.799Z Compiling bit-vec v0.8.0
14242026-08-19T03:26:31.805Z Compiling time-core v0.1.8
14252026-08-19T03:26:31.917Z Compiling deranged v0.5.8
14262026-08-19T03:26:31.934Z Compiling rusty-fork v0.3.1
14272026-08-19T03:26:31.979Z Compiling bitvec v1.0.1
14282026-08-19T03:26:31.982Z Compiling time-macros v0.2.27
14292026-08-19T03:26:32.008Z Compiling bit-set v0.8.0
14302026-08-19T03:26:32.010Z Compiling miniz_oxide v0.8.9
14312026-08-19T03:26:32.010Z Compiling clap_builder v4.6.0
14322026-08-19T03:26:32.010Z Compiling num-iter v0.1.45
14332026-08-19T03:26:32.228Z Compiling lazy_static v1.5.0
14342026-08-19T03:26:32.250Z Compiling rand_xorshift v0.4.0
14352026-08-19T03:26:32.273Z Compiling anstyle-parse v0.2.7
14362026-08-19T03:26:32.292Z Compiling sync_wrapper v1.0.2
14372026-08-19T03:26:32.335Z Compiling indexmap v1.9.3
14382026-08-19T03:26:32.416Z Compiling usdt-impl v0.6.0
14392026-08-19T03:26:32.428Z Compiling num_threads v0.1.7
14402026-08-19T03:26:32.482Z Compiling siphasher v1.0.2
14412026-08-19T03:26:32.539Z Compiling paste v1.0.15
14422026-08-19T03:26:32.555Z Compiling nodrop v0.1.14
14432026-08-19T03:26:32.650Z Compiling crossbeam-utils v0.8.21
14442026-08-19T03:26:32.663Z Compiling crc-catalog v2.4.0
14452026-08-19T03:26:32.679Z Compiling unarray v0.1.4
14462026-08-19T03:26:32.695Z Compiling unicode-segmentation v1.12.0
14472026-08-19T03:26:32.728Z Compiling serde_derive v1.0.228
14482026-08-19T03:26:32.771Z Compiling zeroize_derive v1.5.0
14492026-08-19T03:26:32.808Z Compiling zerocopy-derive v0.8.40
14502026-08-19T03:26:32.832Z Compiling zerofrom-derive v0.1.6
14512026-08-19T03:26:32.963Z Compiling yoke-derive v0.8.1
14522026-08-19T03:26:32.967Z Compiling zerovec-derive v0.11.2
14532026-08-19T03:26:33.085Z Compiling displaydoc v0.2.5
14542026-08-19T03:26:33.106Z Compiling tokio-macros v2.7.0
14552026-08-19T03:26:33.115Z Compiling futures-macro v0.3.32
14562026-08-19T03:27:15.453Z Compiling zeroize v1.9.0
14572026-08-19T03:27:16.395Z Compiling thiserror-impl v2.0.18
14582026-08-19T03:27:16.395Z Compiling der_derive v0.7.3
14592026-08-19T03:27:16.396Z Compiling tracing-attributes v0.1.31
14602026-08-19T03:27:16.396Z Compiling rustls-pki-types v1.14.0
14612026-08-19T03:27:16.396Z Compiling schemars_derive v0.8.22
14622026-08-19T03:27:16.396Z Compiling futures-util v0.3.32
14632026-08-19T03:27:16.396Z Compiling hybrid-array v0.4.13
14642026-08-19T03:27:16.396Z Compiling scroll_derive v0.13.1
14652026-08-19T03:27:16.396Z Compiling zerofrom v0.1.6
14662026-08-19T03:27:16.396Z Compiling block-buffer v0.10.4
14672026-08-19T03:27:16.396Z Compiling crypto-common v0.1.7
14682026-08-19T03:27:16.396Z Compiling yoke v0.8.1
14692026-08-19T03:27:16.396Z Compiling digest v0.10.7
14702026-08-19T03:27:16.396Z Compiling der v0.7.10
14712026-08-19T03:27:16.396Z Compiling pest_derive v2.8.6
14722026-08-19T03:27:16.396Z Compiling zerovec v0.11.5
14732026-08-19T03:27:16.396Z Compiling zerotrie v0.2.3
14742026-08-19T03:27:16.396Z Compiling thiserror v2.0.18
14752026-08-19T03:27:16.396Z Compiling sha2 v0.10.9
14762026-08-19T03:27:16.396Z Compiling signature v2.2.0
14772026-08-19T03:27:16.396Z Compiling darling_macro v0.20.11
14782026-08-19T03:27:16.397Z Compiling scroll v0.13.0
14792026-08-19T03:27:16.397Z Compiling openssl-macros v0.1.1
14802026-08-19T03:27:16.397Z Compiling tinystr v0.8.2
14812026-08-19T03:27:16.397Z Compiling potential_utf v0.1.4
14822026-08-19T03:27:16.397Z Compiling thiserror-impl v1.0.69
14832026-08-19T03:27:16.397Z Compiling hmac v0.12.1
14842026-08-19T03:27:16.397Z Compiling tracing v0.1.44
14852026-08-19T03:27:16.397Z Compiling icu_collections v2.1.1
14862026-08-19T03:27:16.397Z Compiling icu_locale_core v2.1.1
14872026-08-19T03:27:16.397Z Compiling goblin v0.10.5
14882026-08-19T03:27:16.397Z Compiling packed_struct_codegen v0.10.1
14892026-08-19T03:27:16.397Z Compiling spki v0.7.3
14902026-08-19T03:27:16.397Z Compiling clap_derive v4.6.1
14912026-08-19T03:27:16.397Z Compiling pkcs8 v0.10.2
14922026-08-19T03:27:16.397Z Compiling darling v0.20.11
14932026-08-19T03:27:16.397Z Compiling bitfield-macros v0.19.4
14942026-08-19T03:27:16.397Z Compiling zerocopy-derive v0.6.6
14952026-08-19T03:27:16.398Z Compiling zlib-rs v0.6.2
14962026-08-19T03:27:16.398Z Compiling pkcs1 v0.7.5
14972026-08-19T03:27:16.398Z Compiling bytes v1.11.1
14982026-08-19T03:27:16.398Z Compiling icu_provider v2.1.1
14992026-08-19T03:27:16.398Z Compiling chrono v0.4.45
15002026-08-19T03:27:16.398Z Compiling ipnet v2.11.0
15012026-08-19T03:27:16.398Z Compiling hex v0.4.3
15022026-08-19T03:27:16.398Z Compiling thiserror v1.0.69
15032026-08-19T03:27:16.398Z Compiling serde_spanned v0.6.9
15042026-08-19T03:27:16.398Z Compiling toml_datetime v0.6.11
15052026-08-19T03:27:16.398Z Compiling icu_properties v2.1.2
15062026-08-19T03:27:16.398Z Compiling icu_normalizer v2.1.1
15072026-08-19T03:27:16.398Z Compiling zerocopy v0.6.6
15082026-08-19T03:27:16.398Z Compiling bitfield v0.19.4
15092026-08-19T03:27:16.398Z Compiling tokio v1.52.1
15102026-08-19T03:27:16.398Z Compiling http v1.4.2
15112026-08-19T03:27:16.398Z Compiling derive_builder_core v0.20.2
15122026-08-19T03:27:16.398Z Compiling dtrace-parser v0.3.0
15132026-08-19T03:27:16.398Z Compiling time v0.3.47
15142026-08-19T03:27:16.398Z Compiling ppv-lite86 v0.2.21
15152026-08-19T03:27:16.399Z Compiling clap v4.6.1
15162026-08-19T03:27:17.301Z Compiling idna_adapter v1.2.1
15172026-08-19T03:27:17.302Z Compiling rand_chacha v0.9.0
15182026-08-19T03:27:17.302Z Compiling http-body v1.0.1
15192026-08-19T03:27:17.302Z Compiling idna v1.1.0
15202026-08-19T03:27:17.302Z Compiling rand_chacha v0.3.1
15212026-08-19T03:27:17.302Z Compiling rand v0.9.2
15222026-08-19T03:27:17.302Z Compiling http-body-util v0.1.3
15232026-08-19T03:27:17.302Z Compiling crc v3.4.0
15242026-08-19T03:27:17.302Z Compiling structmeta-derive v0.3.0
15252026-08-19T03:27:17.302Z Compiling url v2.5.8
15262026-08-19T03:27:17.302Z Compiling rand v0.8.6
15272026-08-19T03:27:17.302Z Compiling scroll_derive v0.12.1
15282026-08-19T03:27:17.302Z Compiling dof v0.4.0
15292026-08-19T03:27:17.302Z Compiling array-init v0.0.4
15302026-08-19T03:27:17.302Z Compiling proptest v1.11.0
15312026-08-19T03:27:17.302Z Compiling anstream v0.6.21
15322026-08-19T03:27:17.302Z Compiling smallvec v0.6.14
15332026-08-19T03:27:17.302Z Compiling darling_core v0.23.0
15342026-08-19T03:27:17.302Z Compiling flate2 v1.1.9
15352026-08-19T03:27:17.302Z Compiling heapless v0.7.17
15362026-08-19T03:27:17.302Z Compiling slog v2.8.2
15372026-08-19T03:27:17.302Z Compiling thread-id v5.1.0
15382026-08-19T03:27:17.303Z Compiling env_filter v1.0.0
15392026-08-19T03:27:17.303Z Compiling cookie v0.18.1
15402026-08-19T03:27:17.303Z Compiling unicode-properties v0.1.4
15412026-08-19T03:27:17.303Z Compiling allocator-api2 v0.2.21
15422026-08-19T03:27:17.303Z Compiling iri-string v0.7.10
15432026-08-19T03:27:17.303Z Compiling winnow v0.5.40
15442026-08-19T03:27:17.303Z Compiling zstd-safe v7.2.4
15452026-08-19T03:27:17.303Z Compiling signal-hook v0.3.18
15462026-08-19T03:27:17.303Z Compiling hashbrown v0.12.3
15472026-08-19T03:27:17.303Z Compiling base64 v0.21.7
15482026-08-19T03:27:17.303Z Compiling anyhow v1.0.102
15492026-08-19T03:27:17.303Z Compiling ipnetwork v0.21.1
15502026-08-19T03:27:17.303Z Compiling unicode-bidi v0.3.18
15512026-08-19T03:27:17.303Z Compiling ryu v1.0.23
15522026-08-19T03:27:17.303Z Compiling ron v0.8.1
15532026-08-19T03:27:17.303Z Compiling serde_urlencoded v0.7.1
15542026-08-19T03:27:17.303Z Compiling oxnet v0.1.6
15552026-08-19T03:27:17.303Z Compiling rsa v0.9.10
15562026-08-19T03:27:17.303Z Compiling stringprep v0.1.5
15572026-08-19T03:27:17.303Z Compiling env_logger v0.11.9
15582026-08-19T03:27:17.303Z Compiling structmeta v0.3.0
15592026-08-19T03:27:17.303Z Compiling serde-hex v0.1.0
15602026-08-19T03:27:17.303Z Compiling scroll v0.12.0
15612026-08-19T03:27:17.303Z Compiling camino v1.2.2
15622026-08-19T03:27:17.303Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15632026-08-19T03:27:17.303Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15642026-08-19T03:27:17.303Z Compiling derive_builder_macro v0.20.2
15652026-08-19T03:27:17.303Z Compiling toml_edit v0.19.15
15662026-08-19T03:27:17.303Z Compiling hashbrown v0.13.2
15672026-08-19T03:27:17.304Z Compiling bzip2 v0.4.4
15682026-08-19T03:27:17.304Z Compiling erased-serde v0.3.31
15692026-08-19T03:27:17.304Z Compiling tokio-util v0.7.18
15702026-08-19T03:27:17.304Z Compiling tower v0.5.3
15712026-08-19T03:27:17.304Z Compiling newtype-uuid v1.3.2
15722026-08-19T03:27:17.304Z Compiling tokio-native-tls v0.3.1
15732026-08-19T03:27:17.304Z Compiling serde_tokenstream v0.2.3
15742026-08-19T03:27:17.304Z Compiling x509-cert v0.2.5
15752026-08-19T03:27:17.304Z Compiling block-buffer v0.12.1
15762026-08-19T03:27:17.304Z Compiling block-padding v0.4.2
15772026-08-19T03:27:17.304Z Compiling crypto-common v0.2.2
15782026-08-19T03:27:17.304Z Compiling darling_macro v0.23.0
15792026-08-19T03:27:17.304Z Compiling tower-http v0.6.8
15802026-08-19T03:27:17.304Z Compiling md-5 v0.10.6
15812026-08-19T03:27:17.304Z Compiling rustls-native-certs v0.8.3
15822026-08-19T03:27:17.304Z Compiling bstr v1.12.1
15832026-08-19T03:27:17.304Z Compiling h2 v0.4.15
15842026-08-19T03:27:17.304Z Compiling heck v0.4.1
15852026-08-19T03:27:17.304Z Compiling pin-project-internal v1.1.11
15862026-08-19T03:27:17.304Z Compiling daft-derive v0.1.7
15872026-08-19T03:27:17.304Z Compiling async-trait v0.1.89
15882026-08-19T03:27:17.304Z Compiling zerocopy-derive v0.7.35
15892026-08-19T03:27:17.304Z Compiling curve25519-dalek v4.1.3
15902026-08-19T03:27:17.304Z Compiling vergen-lib v9.1.0
15912026-08-19T03:27:17.304Z Compiling hash32 v0.2.1
15922026-08-19T03:27:17.305Z Compiling memoffset v0.9.1
15932026-08-19T03:27:17.305Z Compiling encoding_rs v0.8.35
15942026-08-19T03:27:17.305Z Compiling psl-types v2.0.11
15952026-08-19T03:27:17.305Z Compiling fallible-iterator v0.2.0
15962026-08-19T03:27:17.305Z Compiling crc-any v2.5.0
15972026-08-19T03:27:17.305Z Compiling mime v0.3.17
15982026-08-19T03:27:17.305Z Compiling ref-cast v1.0.25
15992026-08-19T03:27:17.305Z Compiling rustix v0.38.44
16002026-08-19T03:27:17.305Z Compiling smoltcp v0.9.1
16012026-08-19T03:27:17.305Z Compiling litrs v1.0.0
16022026-08-19T03:27:17.305Z Compiling cfg_aliases v0.2.1
16032026-08-19T03:27:17.305Z Compiling postgres-protocol v0.6.10
16042026-08-19T03:27:17.305Z Compiling pin-project v1.1.11
16052026-08-19T03:27:17.305Z Compiling zerocopy v0.7.35
16062026-08-19T03:27:17.305Z Compiling publicsuffix v2.3.0
16072026-08-19T03:27:17.305Z Compiling nix v0.31.2
16082026-08-19T03:27:17.305Z Compiling daft v0.1.7
16092026-08-19T03:27:17.305Z Compiling snafu-derive v0.8.9
16102026-08-19T03:27:17.305Z Compiling toml v0.7.8
16112026-08-19T03:27:17.305Z Compiling darling v0.23.0
16122026-08-19T03:27:17.305Z Compiling inout v0.2.2
16132026-08-19T03:27:17.305Z Compiling object v0.30.4
16142026-08-19T03:27:17.305Z Compiling derive_builder v0.20.2
16152026-08-19T03:27:17.305Z Compiling document-features v0.2.12
16162026-08-19T03:27:17.696Z Compiling zip v0.6.6
16172026-08-19T03:27:17.696Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-19T03:27:17.696Z Compiling goblin v0.8.2
16192026-08-19T03:27:17.697Z Compiling derive-ex v0.1.8
16202026-08-19T03:27:17.697Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-08-19T03:27:17.697Z Compiling futures-executor v0.3.32
16222026-08-19T03:27:17.697Z Compiling hubpack_derive v0.1.1
16232026-08-19T03:27:17.697Z Compiling regex v1.12.3
16242026-08-19T03:27:17.697Z Compiling ref-cast-impl v1.0.25
16252026-08-19T03:27:17.697Z Compiling strum_macros v0.27.2
16262026-08-19T03:27:17.697Z Compiling curve25519-dalek-derive v0.1.1
16272026-08-19T03:27:17.697Z Compiling phf_shared v0.13.1
16282026-08-19T03:27:17.697Z Compiling vergen v9.1.0
16292026-08-19T03:27:17.697Z Compiling cargo-platform v0.3.2
16302026-08-19T03:27:17.697Z Compiling ff v0.13.1
16312026-08-19T03:27:17.697Z Compiling fs-err v3.3.0
16322026-08-19T03:27:17.697Z Compiling jiff-core v0.1.0
16332026-08-19T03:27:17.697Z Compiling hyper v1.10.1
16342026-08-19T03:27:17.697Z Compiling base16ct v0.2.0
16352026-08-19T03:27:17.697Z Compiling object v0.37.3
16362026-08-19T03:27:17.697Z Compiling bitflags v1.3.2
16372026-08-19T03:27:17.697Z Compiling foldhash v0.1.5
16382026-08-19T03:27:17.697Z Compiling foldhash v0.2.0
16392026-08-19T03:27:17.697Z Compiling managed v0.8.0
16402026-08-19T03:27:17.697Z Compiling same-file v1.0.6
16412026-08-19T03:27:17.697Z Compiling libbz2-rs-sys v0.2.2
16422026-08-19T03:27:17.698Z Compiling path-slash v0.1.5
16432026-08-19T03:27:17.698Z Compiling bumpalo v3.20.2
16442026-08-19T03:27:17.698Z Compiling snafu v0.8.9
16452026-08-19T03:27:17.698Z Compiling walkdir v2.5.0
16462026-08-19T03:27:17.698Z Compiling test-strategy v0.4.5
16472026-08-19T03:27:17.698Z Compiling hashbrown v0.16.1
16482026-08-19T03:27:17.698Z Compiling zopfli v0.8.3
16492026-08-19T03:27:17.698Z Compiling bzip2 v0.6.1
16502026-08-19T03:27:17.698Z Compiling jiff v0.2.34
16512026-08-19T03:27:17.698Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16522026-08-19T03:27:17.698Z Compiling hashbrown v0.15.5
16532026-08-19T03:27:17.698Z Compiling hyper-util v0.1.20
16542026-08-19T03:27:17.698Z Compiling dof v0.3.0
16552026-08-19T03:27:17.698Z Compiling sec1 v0.7.3
16562026-08-19T03:27:17.698Z Compiling strum v0.27.2
16572026-08-19T03:27:17.698Z Compiling cargo_metadata v0.23.1
16582026-08-19T03:27:17.698Z Compiling group v0.13.0
16592026-08-19T03:27:17.698Z Compiling phf v0.13.1
16602026-08-19T03:27:17.698Z Compiling hubpack v0.1.2
16612026-08-19T03:27:17.698Z Compiling signal-hook-mio v0.2.5
16622026-08-19T03:27:17.698Z Compiling futures v0.3.32
16632026-08-19T03:27:17.698Z Compiling cookie_store v0.22.1
16642026-08-19T03:27:17.698Z Compiling zstd v0.13.3
16652026-08-19T03:27:17.698Z Compiling cipher v0.5.2
16662026-08-19T03:27:17.698Z Compiling serde_with_macros v3.21.0
16672026-08-19T03:27:17.699Z Compiling postgres-types v0.2.12
16682026-08-19T03:27:17.699Z Compiling globset v0.4.18
16692026-08-19T03:27:17.699Z Compiling usdt-attr-macro v0.6.0
16702026-08-19T03:27:17.699Z Compiling usdt-macro v0.6.0
16712026-08-19T03:27:17.699Z Compiling byte-wrapper v0.1.0
16722026-08-19T03:27:17.699Z Compiling dtrace-parser v0.2.0
16732026-08-19T03:27:17.699Z Compiling serde_plain v1.0.2
16742026-08-19T03:27:17.699Z Compiling serde-big-array v0.5.1
16752026-08-19T03:27:17.699Z Compiling hyper-tls v0.6.0
16762026-08-19T03:27:17.699Z Compiling olpc-cjson v0.1.4
16772026-08-19T03:27:17.699Z Compiling ed25519 v2.2.3
16782026-08-19T03:27:17.699Z Compiling reqwest v0.12.28
16792026-08-19T03:27:17.699Z Compiling hkdf v0.12.4
16802026-08-19T03:27:17.699Z Compiling crypto-bigint v0.5.5
16812026-08-19T03:27:17.699Z Compiling serde_repr v0.1.20
16822026-08-19T03:27:17.699Z Compiling strum_macros v0.26.4
16832026-08-19T03:27:17.699Z Compiling async-recursion v1.1.1
16842026-08-19T03:27:17.699Z Compiling enum-as-inner v0.6.1
16852026-08-19T03:27:17.699Z Compiling phf_shared v0.11.3
16862026-08-19T03:27:17.699Z Compiling float-cmp v0.10.0
16872026-08-19T03:27:17.699Z Compiling pem v3.0.6
16882026-08-19T03:27:17.699Z Compiling memmap2 v0.9.10
16892026-08-19T03:27:17.699Z Compiling thread-id v4.2.2
16902026-08-19T03:27:17.699Z Compiling keccak v0.1.6
16912026-08-19T03:27:17.699Z Compiling const-oid v0.10.2
16922026-08-19T03:27:17.699Z Compiling data-encoding v2.10.0
16932026-08-19T03:27:17.700Z Compiling normalize-line-endings v0.3.0
16942026-08-19T03:27:17.700Z Compiling difflib v0.4.0
16952026-08-19T03:27:17.700Z Compiling precomputed-hash v0.1.1
16962026-08-19T03:27:17.700Z Compiling static_assertions v1.1.0
16972026-08-19T03:27:17.700Z Compiling cpufeatures v0.3.0
16982026-08-19T03:27:17.700Z Compiling fixedbitset v0.4.2
16992026-08-19T03:27:17.700Z Compiling fixedbitset v0.5.7
17002026-08-19T03:27:17.700Z Compiling whoami v2.1.0
17012026-08-19T03:27:17.700Z Compiling winnow v1.0.3
17022026-08-19T03:27:17.700Z Compiling predicates-core v1.0.10
17032026-08-19T03:27:17.700Z Compiling typed-path v0.9.3
17042026-08-19T03:27:17.700Z Compiling either v1.15.0
17052026-08-19T03:27:17.700Z Compiling new_debug_unreachable v1.0.6
17062026-08-19T03:27:17.700Z Compiling tokio-postgres v0.7.16
17072026-08-19T03:27:17.700Z Compiling string_cache v0.8.9
17082026-08-19T03:27:17.700Z Compiling itertools v0.13.0
17092026-08-19T03:27:17.700Z Compiling toml_edit v0.22.27
17102026-08-19T03:27:17.700Z Compiling petgraph v0.8.3
17112026-08-19T03:27:17.700Z Compiling elliptic-curve v0.13.8
17122026-08-19T03:27:17.700Z Compiling predicates v3.1.4
17132026-08-19T03:27:17.700Z Compiling petgraph v0.6.5
17142026-08-19T03:27:17.700Z Compiling hickory-proto v0.25.2
17152026-08-19T03:27:17.700Z Compiling chacha20 v0.10.0
17162026-08-19T03:27:17.768Z Compiling strum v0.26.3
17172026-08-19T03:27:17.768Z Compiling toml_parser v1.1.2+spec-1.1.0
17182026-08-19T03:27:17.768Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17192026-08-19T03:27:17.768Z Compiling digest v0.11.3
17202026-08-19T03:27:17.768Z Compiling sha3 v0.10.8
17212026-08-19T03:27:17.768Z Compiling usdt v0.6.0
17222026-08-19T03:27:17.768Z Compiling usdt-impl v0.5.0
17232026-08-19T03:27:17.768Z Compiling zip v4.6.1
17242026-08-19T03:27:17.768Z Compiling serde_with v3.21.0
17252026-08-19T03:27:17.768Z Compiling crossterm v0.28.1
17262026-08-19T03:27:17.768Z Compiling ed25519-dalek v2.2.0
17272026-08-19T03:27:17.768Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17282026-08-19T03:27:17.768Z Compiling iddqd v0.4.2
17292026-08-19T03:27:17.768Z Compiling similar v2.7.0
17302026-08-19T03:27:17.769Z Compiling tokio-stream v0.1.18
17312026-08-19T03:27:17.769Z Compiling crossbeam-epoch v0.9.18
17322026-08-19T03:27:17.769Z Compiling buf-list v1.1.2
17332026-08-19T03:27:17.769Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17342026-08-19T03:27:17.769Z Compiling openapiv3 v2.2.0
17352026-08-19T03:27:17.769Z Compiling peg-runtime v0.8.5
17362026-08-19T03:27:17.769Z Compiling lalrpop-util v0.19.12
17372026-08-19T03:27:17.769Z Compiling thread_local v1.1.9
17382026-08-19T03:27:17.769Z Compiling slog-async v2.8.0
17392026-08-19T03:27:17.769Z Compiling crossbeam-channel v0.5.15
17402026-08-19T03:27:17.769Z Compiling is-terminal v0.4.17
17412026-08-19T03:27:17.769Z Compiling filetime v0.2.27
17422026-08-19T03:27:17.769Z Compiling take_mut v0.2.2
17432026-08-19T03:27:17.769Z Compiling term v1.2.1
17442026-08-19T03:27:17.769Z Compiling xattr v1.6.1
17452026-08-19T03:27:17.769Z Compiling camino-tempfile v1.4.1
17462026-08-19T03:27:17.769Z Compiling tar v0.4.46
17472026-08-19T03:27:17.769Z Compiling slog-term v2.9.2
17482026-08-19T03:27:17.769Z Compiling rustls-webpki v0.103.13
17492026-08-19T03:27:17.769Z Compiling tokio-rustls v0.26.4
17502026-08-19T03:27:17.769Z Compiling rustls-platform-verifier v0.6.2
17512026-08-19T03:27:17.769Z Compiling tough v0.22.0
17522026-08-19T03:27:17.769Z Compiling hyper-rustls v0.27.7
17532026-08-19T03:27:17.769Z Compiling reqwest v0.13.2
17542026-08-19T03:27:17.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17552026-08-19T03:27:17.770Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17562026-08-19T03:27:17.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
17572026-08-19T03:27:17.988Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17582026-08-19T03:27:17.988ZAug 19 03:27:17.156 INFO Starting download, target: Clickhouse
17592026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Starting download, target: Cockroach
17602026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Starting download, target: Console
17612026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Starting download, target: DendriteStub
17622026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Starting download, target: MaghemiteMgd
17632026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Starting download, target: MaghemiteDdmd
17642026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Starting download, target: TransceiverControl
17652026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17662026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17672026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17682026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17692026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17702026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17712026-08-19T03:27:17.988ZAug 19 03:27:17.157 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17722026-08-19T03:27:20.107ZAug 19 03:27:19.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17732026-08-19T03:27:21.071ZAug 19 03:27:19.503 INFO Download complete, target: Console
17742026-08-19T03:27:21.105ZAug 19 03:27:19.928 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-08-19T03:27:22.507ZAug 19 03:27:20.891 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-08-19T03:27:22.677ZAug 19 03:27:21.104 INFO Download complete, target: TransceiverControl
17772026-08-19T03:27:27.178ZAug 19 03:27:26.346 INFO Checking that binary works, target: Clickhouse
17782026-08-19T03:27:27.220ZAug 19 03:27:26.439 INFO Download complete, target: Clickhouse
17792026-08-19T03:27:28.396ZAug 19 03:27:27.162 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17802026-08-19T03:27:29.725ZAug 19 03:27:28.355 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-08-19T03:27:29.765ZAug 19 03:27:28.368 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-08-19T03:27:29.765ZAug 19 03:27:28.889 INFO Download complete, target: MaghemiteDdmd
17832026-08-19T03:27:30.779ZAug 19 03:27:30.012 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-08-19T03:27:30.779ZAug 19 03:27:30.012 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-08-19T03:27:31.910ZAug 19 03:27:31.160 INFO Download complete, target: DendriteStub
17862026-08-19T03:27:31.916ZAug 19 03:27:31.161 INFO Download complete, target: MaghemiteMgd
17872026-08-19T03:27:36.960ZAug 19 03:27:34.464 INFO Checking that binary works, target: Cockroach
17882026-08-19T03:27:37.028ZAug 19 03:27:34.585 INFO Download complete, target: Cockroach
17892026-08-19T03:27:37.028ZAll prerequisites installed successfully
17902026-08-19T03:27:37.028Z
17912026-08-19T03:27:37.028Zreal 2:53.358745893
17922026-08-19T03:27:37.028Zuser 7:08.232045785
17932026-08-19T03:27:37.028Zsys 1:43.461967548
17942026-08-19T03:27:37.028Ztrap 0.287176943
17952026-08-19T03:27:37.028Ztflt 0.871349099
17962026-08-19T03:27:37.028Zdflt 1.509807948
17972026-08-19T03:27:37.028Zkflt 0.024622912
17982026-08-19T03:27:37.028Zlock 33:59.184802543
17992026-08-19T03:27:37.028Zslp 21:26.035320385
18002026-08-19T03:27:37.028Zlat 27.015861952
18012026-08-19T03:27:37.028Zstop 3:37.321380512
18022026-08-19T03:27:37.028Z+ ptime -m cargo xtask download softnpu
18032026-08-19T03:27:37.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18042026-08-19T03:27:37.028Z Running `target/debug/xtask download softnpu`
18052026-08-19T03:27:37.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18062026-08-19T03:27:37.028Z Running `target/debug/xtask-downloader softnpu`
18072026-08-19T03:27:37.028ZAug 19 03:27:35.928 INFO Starting download, target: Softnpu
18082026-08-19T03:27:37.028ZAug 19 03:27:35.928 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18092026-08-19T03:28:58.998ZAug 19 03:28:35.986 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/e4c3130538b192988737161f4a4dc97272f02b9c/npuzone), target: Softnpu
18102026-08-19T03:28:58.999ZAug 19 03:28:35.986 INFO Downloading out/npuzone/npuzone (attempt 2/3), target: Softnpu
18112026-08-19T03:29:05.758ZAug 19 03:29:04.973 INFO Download complete, target: Softnpu
18122026-08-19T03:29:05.795Z
18132026-08-19T03:29:05.795Zreal 1:30.380036433
18142026-08-19T03:29:05.795Zuser 1.322209479
18152026-08-19T03:29:05.795Zsys 0.656741569
18162026-08-19T03:29:05.795Ztrap 0.000885720
18172026-08-19T03:29:05.796Ztflt 0.000069660
18182026-08-19T03:29:05.796Zdflt 0.000201870
18192026-08-19T03:29:05.796Zkflt 0.000000000
18202026-08-19T03:29:05.796Zlock 25:43.658833394
18212026-08-19T03:29:05.796Zslp 1:28.834687072
18222026-08-19T03:29:05.796Zlat 0.181338668
18232026-08-19T03:29:05.796Zstop 0.000188160
18242026-08-19T03:29:05.796Z+ export CARGO_INCREMENTAL=0
18252026-08-19T03:29:05.796Z+ CARGO_INCREMENTAL=0
18262026-08-19T03:29:05.796Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18272026-08-19T03:29:06.622Z Compiling proc-macro2 v1.0.106
18282026-08-19T03:29:06.622Z Compiling quote v1.0.45
18292026-08-19T03:29:06.689Z Compiling unicode-ident v1.0.24
18302026-08-19T03:29:06.689Z Compiling libc v0.2.185
18312026-08-19T03:29:06.689Z Compiling serde_core v1.0.228
18322026-08-19T03:29:06.689Z Compiling serde v1.0.228
18332026-08-19T03:29:06.689Z Compiling cfg-if v1.0.4
18342026-08-19T03:29:06.689Z Compiling version_check v0.9.5
18352026-08-19T03:29:06.690Z Compiling autocfg v1.5.0
18362026-08-19T03:29:06.876Z Compiling find-msvc-tools v0.1.9
18372026-08-19T03:29:06.883Z Compiling shlex v1.3.0
18382026-08-19T03:29:06.883Z Compiling memchr v2.8.0
18392026-08-19T03:29:06.884Z Compiling zmij v1.0.21
18402026-08-19T03:29:06.884Z Compiling portable-atomic v1.13.1
18412026-08-19T03:29:06.884Z Compiling serde_json v1.0.151
18422026-08-19T03:29:07.267Z Compiling zerocopy v0.8.40
18432026-08-19T03:29:07.343Z Compiling libm v0.2.16
18442026-08-19T03:29:07.343Z Compiling getrandom v0.4.1
18452026-08-19T03:29:07.343Z Compiling parking_lot_core v0.9.12
18462026-08-19T03:29:07.343Z Compiling icu_normalizer_data v2.1.1
18472026-08-19T03:29:07.343Z Compiling icu_properties_data v2.1.2
18482026-08-19T03:29:07.343Z Compiling generic-array v0.14.7
18492026-08-19T03:29:07.343Z Compiling smallvec v1.15.1
18502026-08-19T03:29:07.344Z Compiling num-traits v0.2.19
18512026-08-19T03:29:07.344Z Compiling itoa v1.0.17
18522026-08-19T03:29:07.479Z Compiling log v0.4.29
18532026-08-19T03:29:07.500Z Compiling subtle v2.6.1
18542026-08-19T03:29:07.500Z Compiling pkg-config v0.3.32
18552026-08-19T03:29:07.500Z Compiling stable_deref_trait v1.2.1
18562026-08-19T03:29:07.530Z Compiling typenum v1.20.1
18572026-08-19T03:29:07.673Z Compiling getrandom v0.3.4
18582026-08-19T03:29:07.673Z Compiling scopeguard v1.2.0
18592026-08-19T03:29:07.673Z Compiling thiserror v2.0.18
18602026-08-19T03:29:07.673Z Compiling rustix v1.1.3
18612026-08-19T03:29:07.799Z Compiling lock_api v0.4.14
18622026-08-19T03:29:07.823Z Compiling critical-section v1.2.0
18632026-08-19T03:29:07.908Z Compiling jobserver v0.1.34
18642026-08-19T03:29:07.953Z Compiling errno v0.3.14
18652026-08-19T03:29:08.243Z Compiling rand_core v0.10.0
18662026-08-19T03:29:08.318Z Compiling getrandom v0.2.17
18672026-08-19T03:29:08.319Z Compiling syn v2.0.117
18682026-08-19T03:29:08.319Z Compiling cc v1.2.56
18692026-08-19T03:29:08.319Z Compiling once_cell v1.21.3
18702026-08-19T03:29:08.319Z Compiling rand_core v0.6.4
18712026-08-19T03:29:08.319Z Compiling syn v1.0.109
18722026-08-19T03:29:08.389Z Compiling pin-project-lite v0.2.17
18732026-08-19T03:29:08.408Z Compiling schemars v0.8.22
18742026-08-19T03:29:08.408Z Compiling percent-encoding v2.3.2
18752026-08-19T03:29:08.408Z Compiling litemap v0.8.1
18762026-08-19T03:29:08.408Z Compiling writeable v0.6.2
18772026-08-19T03:29:08.408Z Compiling equivalent v1.0.2
18782026-08-19T03:29:08.555Z Compiling rustversion v1.0.22
18792026-08-19T03:29:08.584Z Compiling dunce v1.0.5
18802026-08-19T03:29:08.585Z Compiling fs_extra v1.3.0
18812026-08-19T03:29:08.654Z Compiling heck v0.5.0
18822026-08-19T03:29:08.672Z Compiling byteorder v1.5.0
18832026-08-19T03:29:08.672Z Compiling hashbrown v0.17.0
18842026-08-19T03:29:08.841Z Compiling strsim v0.11.1
18852026-08-19T03:29:08.854Z Compiling signal-hook-registry v1.4.8
18862026-08-19T03:29:08.854Z Compiling cmake v0.1.57
18872026-08-19T03:29:08.953Z Compiling thiserror v1.0.69
18882026-08-19T03:29:09.013Z Compiling utf8_iter v1.0.4
18892026-08-19T03:29:09.173Z Compiling semver v1.0.28
18902026-08-19T03:29:09.215Z Compiling bitflags v2.11.0
18912026-08-19T03:29:09.230Z Compiling indexmap v2.14.0
18922026-08-19T03:29:09.230Z Compiling parking_lot v0.12.5
18932026-08-19T03:29:09.405Z Compiling form_urlencoded v1.2.2
18942026-08-19T03:29:09.454Z Compiling socket2 v0.6.3
18952026-08-19T03:29:09.454Z Compiling mio v1.2.0
18962026-08-19T03:29:09.479Z Compiling aws-lc-sys v0.40.0
18972026-08-19T03:29:09.543Z Compiling futures-core v0.3.32
18982026-08-19T03:29:09.563Z Compiling aws-lc-rs v1.16.3
18992026-08-19T03:29:09.706Z Compiling const-oid v0.9.6
19002026-08-19T03:29:09.854Z Compiling httparse v1.10.1
19012026-08-19T03:29:09.988Z Compiling fnv v1.0.7
19022026-08-19T03:29:10.072Z Compiling regex-syntax v0.8.10
19032026-08-19T03:29:10.113Z Compiling ucd-trie v0.1.7
19042026-08-19T03:29:10.120Z Compiling crc32fast v1.5.0
19052026-08-19T03:29:10.247Z Compiling vcpkg v0.2.15
19062026-08-19T03:29:10.277Z Compiling pest v2.8.6
19072026-08-19T03:29:10.439Z Compiling iana-time-zone v0.1.65
19082026-08-19T03:29:10.455Z Compiling ident_case v1.0.1
19092026-08-19T03:29:10.455Z Compiling uuid v1.23.4
19102026-08-19T03:29:10.544Z Compiling rustc_version v0.4.1
19112026-08-19T03:29:10.598Z Compiling futures-sink v0.3.32
19122026-08-19T03:29:10.625Z Compiling rustls v0.23.41
19132026-08-19T03:29:10.738Z Compiling futures-channel v0.3.32
19142026-08-19T03:29:10.831Z Compiling aho-corasick v1.1.4
19152026-08-19T03:29:10.855Z Compiling openssl-sys v0.9.117
19162026-08-19T03:29:10.863Z Compiling synstructure v0.13.2
19172026-08-19T03:29:10.906Z Compiling serde_derive_internals v0.29.1
19182026-08-19T03:29:10.992Z Compiling futures-io v0.3.32
19192026-08-19T03:29:11.040Z Compiling futures-task v0.3.32
19202026-08-19T03:29:11.178Z Compiling slab v0.4.12
19212026-08-19T03:29:11.319Z Compiling plain v0.2.3
19222026-08-19T03:29:11.348Z Compiling num-conv v0.2.0
19232026-08-19T03:29:11.416Z Compiling pest_meta v2.8.6
19242026-08-19T03:29:11.417Z Compiling time-core v0.1.8
19252026-08-19T03:29:11.432Z Compiling dyn-clone v1.0.20
19262026-08-19T03:29:11.450Z Compiling radium v0.7.0
19272026-08-19T03:29:11.517Z Compiling crossbeam-utils v0.8.21
19282026-08-19T03:29:11.571Z Compiling time-macros v0.2.27
19292026-08-19T03:29:11.644Z Compiling base64ct v1.8.3
19302026-08-19T03:29:11.743Z Compiling pretty-hex v0.4.1
19312026-08-19T03:29:11.794Z Compiling regex-automata v0.4.14
19322026-08-19T03:29:11.795Z Compiling openssl v0.10.80
19332026-08-19T03:29:11.795Z Compiling maybe-uninit v2.0.0
19342026-08-19T03:29:11.795Z Compiling winnow v0.5.40
19352026-08-19T03:29:11.834Z Compiling base64 v0.22.1
19362026-08-19T03:29:11.950Z Compiling pem-rfc7468 v0.7.0
19372026-08-19T03:29:12.003Z Compiling pest_generator v2.8.6
19382026-08-19T03:29:12.187Z Compiling flagset v0.4.7
19392026-08-19T03:29:12.259Z Compiling serde_derive v1.0.228
19402026-08-19T03:29:12.259Z Compiling zeroize_derive v1.5.0
19412026-08-19T03:29:12.259Z Compiling zerofrom-derive v0.1.6
19422026-08-19T03:29:12.306Z Compiling yoke-derive v0.8.1
19432026-08-19T03:29:12.306Z Compiling zerocopy-derive v0.8.40
19442026-08-19T03:29:12.306Z Compiling zerovec-derive v0.11.2
19452026-08-19T03:29:12.307Z Compiling displaydoc v0.2.5
19462026-08-19T03:29:12.307Z Compiling tokio-macros v2.7.0
19472026-08-19T03:29:12.358Z Compiling futures-macro v0.3.32
19482026-08-19T03:29:12.563Z Compiling thiserror-impl v2.0.18
19492026-08-19T03:29:13.619Z Compiling schemars_derive v0.8.22
19502026-08-19T03:29:13.619Z Compiling der_derive v0.7.3
19512026-08-19T03:29:13.619Z Compiling zeroize v1.9.0
19522026-08-19T03:29:13.620Z Compiling tracing-attributes v0.1.31
19532026-08-19T03:29:13.620Z Compiling thiserror-impl v1.0.69
19542026-08-19T03:29:13.620Z Compiling pest_derive v2.8.6
19552026-08-19T03:29:13.620Z Compiling futures-util v0.3.32
19562026-08-19T03:29:13.620Z Compiling scroll_derive v0.12.1
19572026-08-19T03:29:13.620Z Compiling zerofrom v0.1.6
19582026-08-19T03:29:13.620Z Compiling yoke v0.8.1
19592026-08-19T03:29:14.802Z Compiling crypto-common v0.1.7
19602026-08-19T03:29:15.079Z Compiling block-buffer v0.10.4
19612026-08-19T03:29:15.079Z Compiling zerovec v0.11.5
19622026-08-19T03:29:15.079Z Compiling zerotrie v0.2.3
19632026-08-19T03:29:15.079Z Compiling digest v0.10.7
19642026-08-19T03:29:15.079Z Compiling scroll_derive v0.13.1
19652026-08-19T03:29:15.079Z Compiling der v0.7.10
19662026-08-19T03:29:15.079Z Compiling openssl-macros v0.1.1
19672026-08-19T03:29:15.079Z Compiling darling_core v0.23.0
19682026-08-19T03:29:15.079Z Compiling rand_core v0.9.5
19692026-08-19T03:29:15.079Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19702026-08-19T03:29:15.079Z Compiling tinystr v0.8.2
19712026-08-19T03:29:15.079Z Compiling potential_utf v0.1.4
19722026-08-19T03:29:15.079Z Compiling icu_locale_core v2.1.1
19732026-08-19T03:29:15.079Z Compiling icu_collections v2.1.1
19742026-08-19T03:29:15.079Z Compiling bzip2-sys v0.1.13+1.0.8
19752026-08-19T03:29:15.079Z Compiling ahash v0.8.12
19762026-08-19T03:29:15.105Z Compiling packed_struct v0.10.1
19772026-08-19T03:29:15.105Z Compiling num-bigint-dig v0.8.6
19782026-08-19T03:29:15.105Z Compiling anyhow v1.0.102
19792026-08-19T03:29:15.105Z Compiling native-tls v0.2.18
19802026-08-19T03:29:15.247Z Compiling spki v0.7.3
19812026-08-19T03:29:15.359Z Compiling regex v1.12.3
19822026-08-19T03:29:15.359Z Compiling icu_provider v2.1.1
19832026-08-19T03:29:15.405Z Compiling bytes v1.11.1
19842026-08-19T03:29:15.406Z Compiling chrono v0.4.45
19852026-08-19T03:29:15.416Z Compiling toml_datetime v0.6.11
19862026-08-19T03:29:15.416Z Compiling serde_spanned v0.6.9
19872026-08-19T03:29:15.460Z Compiling serde_tokenstream v0.2.3
19882026-08-19T03:29:15.845Z Compiling zerocopy-derive v0.7.35
19892026-08-19T03:29:16.009Z Compiling icu_normalizer v2.1.1
19902026-08-19T03:29:16.009Z Compiling icu_properties v2.1.2
19912026-08-19T03:29:16.009Z Compiling toml_edit v0.19.15
19922026-08-19T03:29:16.009Z Compiling tokio v1.52.1
19932026-08-19T03:29:16.010Z Compiling http v1.4.2
19942026-08-19T03:29:16.323Z Compiling darling_macro v0.23.0
19952026-08-19T03:29:16.700Z Compiling idna_adapter v1.2.1
19962026-08-19T03:29:16.745Z Compiling ppv-lite86 v0.2.21
19972026-08-19T03:29:16.771Z Compiling idna v1.1.0
19982026-08-19T03:29:16.952Z Compiling slog v2.8.2
19992026-08-19T03:29:17.013Z Compiling tracing-core v0.1.36
20002026-08-19T03:29:17.581Z Compiling cookie v0.18.1
20012026-08-19T03:29:17.640Z Compiling camino v1.2.2
20022026-08-19T03:29:17.641Z Compiling cpufeatures v0.2.17
20032026-08-19T03:29:17.641Z Compiling utf8parse v0.2.2
20042026-08-19T03:29:17.641Z Compiling url v2.5.8
20052026-08-19T03:29:17.641Z Compiling rand_chacha v0.9.0
20062026-08-19T03:29:17.641Z Compiling tracing v0.1.44
20072026-08-19T03:29:17.641Z Compiling darling v0.23.0
20082026-08-19T03:29:17.641Z Compiling zerocopy-derive v0.6.6
20092026-08-19T03:29:17.641Z Compiling clap_derive v4.6.1
20102026-08-19T03:29:17.641Z Compiling bitfield-macros v0.19.4
20112026-08-19T03:29:17.752Z Compiling packed_struct_codegen v0.10.1
20122026-08-19T03:29:17.958Z Compiling indexmap v1.9.3
20132026-08-19T03:29:17.977Z Compiling anstyle v1.0.14
20142026-08-19T03:29:18.016Z Compiling paste v1.0.15
20152026-08-19T03:29:18.184Z Compiling rand v0.9.2
20162026-08-19T03:29:18.244Z Compiling http-body v1.0.1
20172026-08-19T03:29:18.369Z Compiling pkcs8 v0.10.2
20182026-08-19T03:29:18.388Z Compiling rustls-pki-types v1.14.0
20192026-08-19T03:29:18.543Z Compiling spin v0.9.8
20202026-08-19T03:29:18.553Z Compiling usdt-impl v0.5.0
20212026-08-19T03:29:18.564Z Compiling tinyvec_macros v0.1.1
20222026-08-19T03:29:18.639Z Compiling usdt-impl v0.6.0
20232026-08-19T03:29:18.890Z Compiling ref-cast v1.0.25
20242026-08-19T03:29:18.913Z Compiling either v1.15.0
20252026-08-19T03:29:18.913Z Compiling colorchoice v1.0.4
20262026-08-19T03:29:18.913Z Compiling anstyle-query v1.1.5
20272026-08-19T03:29:18.913Z Compiling is_terminal_polyfill v1.70.2
20282026-08-19T03:29:18.913Z Compiling fastrand v2.3.0
20292026-08-19T03:29:18.913Z Compiling cmov v0.5.4
20302026-08-19T03:29:18.913Z Compiling unicode-segmentation v1.12.0
20312026-08-19T03:29:19.016Z Compiling openssl-probe v0.2.1
20322026-08-19T03:29:19.051Z Compiling tinyvec v1.10.0
20332026-08-19T03:29:19.150Z Compiling ctutils v0.4.2
20342026-08-19T03:29:19.203Z Compiling sha2 v0.10.9
20352026-08-19T03:29:19.335Z Compiling scroll v0.13.0
20362026-08-19T03:29:19.408Z Compiling scroll v0.12.0
20372026-08-19T03:29:19.417Z Compiling async-trait v0.1.89
20382026-08-19T03:29:19.418Z Compiling heapless v0.7.17
20392026-08-19T03:29:19.556Z Compiling tokio-util v0.7.18
20402026-08-19T03:29:19.616Z Compiling zstd-safe v7.2.4
20412026-08-19T03:29:19.679Z Compiling atomic-waker v1.1.2
20422026-08-19T03:29:19.708Z Compiling signal-hook v0.3.18
20432026-08-19T03:29:19.708Z Compiling tower-layer v0.3.3
20442026-08-19T03:29:19.708Z Compiling untrusted v0.7.1
20452026-08-19T03:29:19.801Z Compiling rustix v0.38.44
20462026-08-19T03:29:19.859Z Compiling tower-service v0.3.3
20472026-08-19T03:29:19.868Z Compiling litrs v1.0.0
20482026-08-19T03:29:19.893Z Compiling try-lock v0.2.5
20492026-08-19T03:29:20.046Z Compiling want v0.3.1
20502026-08-19T03:29:20.074Z Compiling tempfile v3.25.0
20512026-08-19T03:29:20.266Z Compiling h2 v0.4.15
20522026-08-19T03:29:20.294Z Compiling goblin v0.8.2
20532026-08-19T03:29:20.370Z Compiling goblin v0.10.5
20542026-08-19T03:29:20.405Z Compiling document-features v0.2.12
20552026-08-19T03:29:20.415Z Compiling hybrid-array v0.4.13
20562026-08-19T03:29:20.474Z Compiling heck v0.4.1
20572026-08-19T03:29:20.668Z Compiling anstyle-parse v1.0.0
20582026-08-19T03:29:20.844Z Compiling zerocopy v0.7.35
20592026-08-19T03:29:20.867Z Compiling ipnet v2.11.0
20602026-08-19T03:29:20.881Z Compiling ref-cast-impl v1.0.25
20612026-08-19T03:29:20.881Z Compiling daft-derive v0.1.7
20622026-08-19T03:29:21.302Z Compiling structmeta-derive v0.3.0
20632026-08-19T03:29:21.320Z Compiling darling_core v0.20.11
20642026-08-19T03:29:21.320Z Compiling curve25519-dalek v4.1.3
20652026-08-19T03:29:21.349Z Compiling memoffset v0.9.1
20662026-08-19T03:29:21.765Z Compiling powerfmt v0.2.0
20672026-08-19T03:29:21.798Z Compiling simd-adler32 v0.3.8
20682026-08-19T03:29:21.798Z Compiling tap v1.0.1
20692026-08-19T03:29:21.834Z Compiling httpdate v1.0.3
20702026-08-19T03:29:21.968Z Compiling untrusted v0.9.0
20712026-08-19T03:29:21.968Z Compiling foreign-types-shared v0.1.1
20722026-08-19T03:29:22.021Z Compiling foreign-types v0.3.2
20732026-08-19T03:29:22.021Z Compiling wyz v0.5.1
20742026-08-19T03:29:22.174Z Compiling deranged v0.5.8
20752026-08-19T03:29:22.217Z Compiling structmeta v0.3.0
20762026-08-19T03:29:22.218Z Compiling anstream v1.0.0
20772026-08-19T03:29:22.263Z Compiling unicode-normalization v0.1.25
20782026-08-19T03:29:22.522Z Compiling dtrace-parser v0.2.0
20792026-08-19T03:29:22.556Z Compiling rand_chacha v0.3.1
20802026-08-19T03:29:22.711Z Compiling dof v0.3.0
20812026-08-19T03:29:23.052Z Compiling hex v0.4.3
20822026-08-19T03:29:23.151Z Compiling signature v2.2.0
20832026-08-19T03:29:23.151Z Compiling dof v0.4.0
20842026-08-19T03:29:23.151Z Compiling dtrace-parser v0.3.0
20852026-08-19T03:29:23.277Z Compiling terminal_size v0.4.3
20862026-08-19T03:29:23.277Z Compiling pin-project-internal v1.1.11
20872026-08-19T03:29:23.293Z Compiling darling_macro v0.20.11
20882026-08-19T03:29:23.294Z Compiling num-integer v0.1.46
20892026-08-19T03:29:23.431Z Compiling hyper v1.10.1
20902026-08-19T03:29:23.465Z Compiling socket2 v0.5.10
20912026-08-19T03:29:23.537Z Compiling thread-id v5.1.0
20922026-08-19T03:29:23.641Z Compiling thread-id v4.2.2
20932026-08-19T03:29:23.707Z Compiling wait-timeout v0.2.1
20942026-08-19T03:29:23.752Z Compiling num_threads v0.1.7
20952026-08-19T03:29:23.752Z Compiling quick-error v1.2.3
20962026-08-19T03:29:23.798Z Compiling bit-vec v0.8.0
20972026-08-19T03:29:23.815Z Compiling clap_lex v1.0.0
20982026-08-19T03:29:23.988Z Compiling smoltcp v0.9.1
20992026-08-19T03:29:24.017Z Compiling funty v2.0.0
21002026-08-19T03:29:24.017Z Compiling cfg_aliases v0.2.1
21012026-08-19T03:29:24.055Z Compiling adler2 v2.0.1
21022026-08-19T03:29:24.126Z Compiling time v0.3.47
21032026-08-19T03:29:24.150Z Compiling clap_builder v4.6.0
21042026-08-19T03:29:24.150Z Compiling nix v0.31.2
21052026-08-19T03:29:24.150Z Compiling bit-set v0.8.0
21062026-08-19T03:29:24.207Z Compiling miniz_oxide v0.8.9
21072026-08-19T03:29:24.207Z Compiling rusty-fork v0.3.1
21082026-08-19T03:29:24.324Z Compiling darling v0.20.11
21092026-08-19T03:29:24.426Z Compiling bitvec v1.0.1
21102026-08-19T03:29:24.515Z Compiling hyper-util v0.1.20
21112026-08-19T03:29:24.544Z Compiling num-iter v0.1.45
21122026-08-19T03:29:24.733Z Compiling rand v0.8.6
21132026-08-19T03:29:25.029Z Compiling ipnetwork v0.21.1
21142026-08-19T03:29:25.056Z Compiling lazy_static v1.5.0
21152026-08-19T03:29:25.056Z Compiling anstyle-parse v0.2.7
21162026-08-19T03:29:25.338Z Compiling rand_xorshift v0.4.0
21172026-08-19T03:29:25.498Z Compiling hmac v0.12.1
21182026-08-19T03:29:25.531Z Compiling curve25519-dalek-derive v0.1.1
21192026-08-19T03:29:25.556Z Compiling sync_wrapper v1.0.2
21202026-08-19T03:29:25.931Z Compiling siphasher v1.0.2
21212026-08-19T03:29:26.119Z Compiling zlib-rs v0.6.2
21222026-08-19T03:29:26.192Z Compiling crc-catalog v2.4.0
21232026-08-19T03:29:26.218Z Compiling nodrop v0.1.14
21242026-08-19T03:29:26.258Z Compiling unarray v0.1.4
21252026-08-19T03:29:26.449Z Compiling array-init v0.0.4
21262026-08-19T03:29:26.493Z Compiling proptest v1.11.0
21272026-08-19T03:29:26.493Z Compiling crc v3.4.0
21282026-08-19T03:29:26.848Z Compiling clap v4.6.1
21292026-08-19T03:29:26.978Z Compiling tower v0.5.3
21302026-08-19T03:29:27.474Z Compiling anstream v0.6.21
21312026-08-19T03:29:27.824Z Compiling smallvec v0.6.14
21322026-08-19T03:29:27.850Z Compiling derive_builder_core v0.20.2
21332026-08-19T03:29:27.850Z Compiling snafu-derive v0.8.9
21342026-08-19T03:29:28.017Z Compiling pkcs1 v0.7.5
21352026-08-19T03:29:28.096Z Compiling flate2 v1.1.9
21362026-08-19T03:29:28.238Z Compiling http-body-util v0.1.3
21372026-08-19T03:29:28.306Z Compiling zerocopy v0.6.6
21382026-08-19T03:29:28.342Z Compiling bitfield v0.19.4
21392026-08-19T03:29:28.415Z Compiling strum_macros v0.27.2
21402026-08-19T03:29:28.489Z Compiling strum_macros v0.26.4
21412026-08-19T03:29:28.583Z Compiling hubpack_derive v0.1.1
21422026-08-19T03:29:28.604Z Compiling env_filter v1.0.0
21432026-08-19T03:29:28.604Z Compiling fs-err v3.3.0
21442026-08-19T03:29:28.694Z Compiling hashbrown v0.12.3
21452026-08-19T03:29:28.786Z Compiling iri-string v0.7.10
21462026-08-19T03:29:28.824Z Compiling base64 v0.21.7
21472026-08-19T03:29:28.836Z Compiling unicode-properties v0.1.4
21482026-08-19T03:29:29.127Z Compiling unicode-bidi v0.3.18
21492026-08-19T03:29:29.392Z Compiling allocator-api2 v0.2.21
21502026-08-19T03:29:29.443Z Compiling ryu v1.0.23
21512026-08-19T03:29:29.443Z Compiling object v0.37.3
21522026-08-19T03:29:29.520Z Compiling serde_urlencoded v0.7.1
21532026-08-19T03:29:29.520Z Compiling stringprep v0.1.5
21542026-08-19T03:29:29.773Z Compiling ron v0.8.1
21552026-08-19T03:29:29.791Z Compiling env_logger v0.11.9
21562026-08-19T03:29:29.942Z Compiling tower-http v0.6.8
21572026-08-19T03:29:29.961Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21582026-08-19T03:29:30.008Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21592026-08-19T03:29:30.048Z Compiling derive_builder_macro v0.20.2
21602026-08-19T03:29:33.046Z Compiling newtype-uuid v1.3.2
21612026-08-19T03:29:33.138Z Compiling rsa v0.9.10
21622026-08-19T03:29:33.138Z Compiling oxnet v0.1.6
21632026-08-19T03:29:33.138Z Compiling serde-hex v0.1.0
21642026-08-19T03:29:33.138Z Compiling hashbrown v0.13.2
21652026-08-19T03:29:33.138Z Compiling tokio-native-tls v0.3.1
21662026-08-19T03:29:33.138Z Compiling bzip2 v0.4.4
21672026-08-19T03:29:33.138Z Compiling usdt-macro v0.6.0
21682026-08-19T03:29:33.138Z Compiling usdt-attr-macro v0.6.0
21692026-08-19T03:29:33.139Z Compiling derive-ex v0.1.8
21702026-08-19T03:29:33.139Z Compiling crypto-common v0.2.2
21712026-08-19T03:29:33.139Z Compiling block-buffer v0.12.1
21722026-08-19T03:29:33.139Z Compiling block-padding v0.4.2
21732026-08-19T03:29:33.139Z Compiling rustls-native-certs v0.8.3
21742026-08-19T03:29:33.139Z Compiling x509-cert v0.2.5
21752026-08-19T03:29:33.139Z Compiling erased-serde v0.3.31
21762026-08-19T03:29:33.139Z Compiling md-5 v0.10.6
21772026-08-19T03:29:33.139Z Compiling bstr v1.12.1
21782026-08-19T03:29:33.139Z Compiling vergen-lib v9.1.0
21792026-08-19T03:29:33.139Z Compiling hash32 v0.2.1
21802026-08-19T03:29:33.139Z Compiling encoding_rs v0.8.35
21812026-08-19T03:29:33.139Z Compiling mime v0.3.17
21822026-08-19T03:29:33.139Z Compiling cpufeatures v0.3.0
21832026-08-19T03:29:33.139Z Compiling crc-any v2.5.0
21842026-08-19T03:29:33.139Z Compiling psl-types v2.0.11
21852026-08-19T03:29:33.139Z Compiling fallible-iterator v0.2.0
21862026-08-19T03:29:33.139Z Compiling publicsuffix v2.3.0
21872026-08-19T03:29:33.139Z Compiling test-strategy v0.4.5
21882026-08-19T03:29:33.139Z Compiling postgres-protocol v0.6.10
21892026-08-19T03:29:33.602Z Compiling inout v0.2.2
21902026-08-19T03:29:33.602Z Compiling object v0.30.4
21912026-08-19T03:29:33.602Z Compiling zip v0.6.6
21922026-08-19T03:29:33.602Z Compiling derive_builder v0.20.2
21932026-08-19T03:29:33.602Z Compiling hyper-tls v0.6.0
21942026-08-19T03:29:33.603Z Compiling daft v0.1.7
21952026-08-19T03:29:33.603Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21962026-08-19T03:29:33.603Z Compiling phf_shared v0.13.1
21972026-08-19T03:29:33.603Z Compiling pin-project v1.1.11
21982026-08-19T03:29:33.656Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21992026-08-19T03:29:33.656Z Compiling serde_with_macros v3.21.0
22002026-08-19T03:29:33.656Z Compiling toml v0.7.8
22012026-08-19T03:29:33.656Z Compiling futures-executor v0.3.32
22022026-08-19T03:29:33.656Z Compiling enum-as-inner v0.6.1
22032026-08-19T03:29:33.656Z Compiling serde_repr v0.1.20
22042026-08-19T03:29:33.657Z Compiling async-recursion v1.1.1
22052026-08-19T03:29:33.657Z Compiling vergen v9.1.0
22062026-08-19T03:29:33.859Z Compiling ff v0.13.1
22072026-08-19T03:29:33.886Z Compiling cargo-platform v0.3.2
22082026-08-19T03:29:33.886Z Compiling bitflags v1.3.2
22092026-08-19T03:29:33.886Z Compiling foldhash v0.2.0
22102026-08-19T03:29:34.672Z Compiling foldhash v0.1.5
22112026-08-19T03:29:34.933Z Compiling managed v0.8.0
22122026-08-19T03:29:34.933Z Compiling bumpalo v3.20.2
22132026-08-19T03:29:34.933Z Compiling path-slash v0.1.5
22142026-08-19T03:29:34.933Z Compiling jiff-core v0.1.0
22152026-08-19T03:29:34.933Z Compiling base16ct v0.2.0
22162026-08-19T03:29:34.933Z Compiling libbz2-rs-sys v0.2.2
22172026-08-19T03:29:34.933Z Compiling same-file v1.0.6
22182026-08-19T03:29:34.933Z Compiling walkdir v2.5.0
22192026-08-19T03:29:34.933Z Compiling sec1 v0.7.3
22202026-08-19T03:29:34.933Z Compiling zopfli v0.8.3
22212026-08-19T03:29:34.992Z Compiling bzip2 v0.6.1
22222026-08-19T03:29:34.993Z Compiling hashbrown v0.15.5
22232026-08-19T03:29:34.993Z Compiling hashbrown v0.16.1
22242026-08-19T03:29:35.031Z Compiling jiff v0.2.34
22252026-08-19T03:29:35.056Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22262026-08-19T03:29:35.122Z Compiling cargo_metadata v0.23.1
22272026-08-19T03:29:35.251Z Compiling group v0.13.0
22282026-08-19T03:29:35.477Z Compiling futures v0.3.32
22292026-08-19T03:29:35.666Z Compiling snafu v0.8.9
22302026-08-19T03:29:35.950Z Compiling phf v0.13.1
22312026-08-19T03:29:36.236Z Compiling reqwest v0.12.28
22322026-08-19T03:29:36.263Z Compiling cipher v0.5.2
22332026-08-19T03:29:36.263Z Compiling signal-hook-mio v0.2.5
22342026-08-19T03:29:36.263Z Compiling cookie_store v0.22.1
22352026-08-19T03:29:36.312Z Compiling postgres-types v0.2.12
22362026-08-19T03:29:36.575Z Compiling zstd v0.13.3
22372026-08-19T03:29:36.597Z Compiling globset v0.4.18
22382026-08-19T03:29:36.597Z Compiling strum v0.27.2
22392026-08-19T03:29:36.626Z Compiling hubpack v0.1.2
22402026-08-19T03:29:36.832Z Compiling phf_shared v0.11.3
22412026-08-19T03:29:36.845Z Compiling hkdf v0.12.4
22422026-08-19T03:29:36.845Z Compiling crossbeam-epoch v0.9.18
22432026-08-19T03:29:36.866Z Compiling byte-wrapper v0.1.0
22442026-08-19T03:29:36.866Z Compiling ed25519 v2.2.3
22452026-08-19T03:29:36.885Z Compiling olpc-cjson v0.1.4
22462026-08-19T03:29:37.203Z Compiling serde-big-array v0.5.1
22472026-08-19T03:29:37.218Z Compiling serde_plain v1.0.2
22482026-08-19T03:29:37.218Z Compiling pem v3.0.6
22492026-08-19T03:29:37.285Z Compiling crypto-bigint v0.5.5
22502026-08-19T03:29:37.400Z Compiling float-cmp v0.10.0
22512026-08-19T03:29:37.446Z Compiling memmap2 v0.9.10
22522026-08-19T03:29:37.651Z Compiling normalize-line-endings v0.3.0
22532026-08-19T03:29:37.755Z Compiling precomputed-hash v0.1.1
22542026-08-19T03:29:37.755Z Compiling data-encoding v2.10.0
22552026-08-19T03:29:37.755Z Compiling keccak v0.1.6
22562026-08-19T03:29:37.755Z Compiling winnow v0.7.14
22572026-08-19T03:29:37.755Z Compiling const-oid v0.10.2
22582026-08-19T03:29:37.795Z Compiling new_debug_unreachable v1.0.6
22592026-08-19T03:29:37.886Z Compiling predicates-core v1.0.10
22602026-08-19T03:29:37.906Z Compiling whoami v2.1.0
22612026-08-19T03:29:37.924Z Compiling toml_write v0.1.2
22622026-08-19T03:29:38.123Z Compiling typed-path v0.9.3
22632026-08-19T03:29:38.151Z Compiling fixedbitset v0.4.2
22642026-08-19T03:29:38.208Z Compiling difflib v0.4.0
22652026-08-19T03:29:38.230Z Compiling static_assertions v1.1.0
22662026-08-19T03:29:38.240Z Compiling fixedbitset v0.5.7
22672026-08-19T03:29:38.284Z Compiling winnow v1.0.3
22682026-08-19T03:29:38.299Z Compiling petgraph v0.6.5
22692026-08-19T03:29:38.364Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22702026-08-19T03:29:38.409Z Compiling chacha20 v0.10.0
22712026-08-19T03:29:38.433Z Compiling elliptic-curve v0.13.8
22722026-08-19T03:29:38.498Z Compiling petgraph v0.8.3
22732026-08-19T03:29:38.558Z Compiling predicates v3.1.4
22742026-08-19T03:29:38.837Z Compiling tokio-postgres v0.7.16
22752026-08-19T03:29:38.994Z Compiling toml_edit v0.22.27
22762026-08-19T03:29:39.078Z Compiling hickory-proto v0.25.2
22772026-08-19T03:29:39.107Z Compiling digest v0.11.3
22782026-08-19T03:29:39.243Z Compiling toml_parser v1.1.2+spec-1.1.0
22792026-08-19T03:29:39.312Z Compiling string_cache v0.8.9
22802026-08-19T03:29:39.382Z Compiling sha3 v0.10.8
22812026-08-19T03:29:39.762Z Compiling usdt v0.6.0
22822026-08-19T03:29:39.947Z Compiling zip v4.6.1
22832026-08-19T03:29:40.527Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22842026-08-19T03:29:40.623Z Compiling ed25519-dalek v2.2.0
22852026-08-19T03:29:41.177Z Compiling crossterm v0.28.1
22862026-08-19T03:29:41.415Z Compiling iddqd v0.4.2
22872026-08-19T03:29:41.684Z Compiling serde_with v3.21.0
22882026-08-19T03:29:41.708Z Compiling similar v2.7.0
22892026-08-19T03:29:41.708Z Compiling strum v0.26.3
22902026-08-19T03:29:42.210Z Compiling tokio-stream v0.1.18
22912026-08-19T03:29:42.323Z Compiling buf-list v1.1.2
22922026-08-19T03:29:42.461Z Compiling itertools v0.13.0
22932026-08-19T03:29:42.469Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22942026-08-19T03:29:42.796Z Compiling openapiv3 v2.2.0
22952026-08-19T03:29:43.428Z Compiling peg-runtime v0.8.5
22962026-08-19T03:29:43.816Z Compiling lalrpop-util v0.19.12
22972026-08-19T03:30:00.736Z Compiling rustls-webpki v0.103.13
22982026-08-19T03:30:03.517Z Compiling proc-macro-crate v1.3.1
22992026-08-19T03:30:03.577Z Compiling macaddr v1.0.1
23002026-08-19T03:30:04.880Z Compiling rayon-core v1.13.0
23012026-08-19T03:30:04.903Z Compiling crucible-workspace-hack v0.1.0
23022026-08-19T03:30:04.903Z Compiling itertools v0.15.0
23032026-08-19T03:30:04.903Z Compiling secrecy v0.10.3
23042026-08-19T03:30:04.903Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052026-08-19T03:30:04.903Z Compiling heapless v0.8.0
23062026-08-19T03:30:04.903Z Compiling crossbeam-deque v0.8.6
23072026-08-19T03:30:04.903Z Compiling inout v0.1.4
23082026-08-19T03:30:04.903Z Compiling hash32 v0.3.1
23092026-08-19T03:30:04.903Z Compiling tokio-rustls v0.26.4
23102026-08-19T03:30:04.903Z Compiling rustls-platform-verifier v0.6.2
23112026-08-19T03:30:04.903Z Compiling tough v0.22.0
23122026-08-19T03:30:04.903Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23132026-08-19T03:30:04.903Z Compiling multer v3.1.0
23142026-08-19T03:30:04.903Z Compiling thread_local v1.1.9
23152026-08-19T03:30:04.903Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-08-19T03:30:04.903Z Compiling hyper-rustls v0.27.7
23172026-08-19T03:30:04.903Z Compiling unicode-width v0.2.0
23182026-08-19T03:30:04.903Z Compiling slog-async v2.8.0
23192026-08-19T03:30:04.903Z Compiling smoltcp v0.11.0
23202026-08-19T03:30:04.903Z Compiling match_cfg v0.1.0
23212026-08-19T03:30:04.904Z Compiling compression-core v0.4.31
23222026-08-19T03:30:04.904Z Compiling reqwest v0.13.2
23232026-08-19T03:30:04.904Z Compiling hostname v0.3.1
23242026-08-19T03:30:04.904Z Compiling compression-codecs v0.4.37
23252026-08-19T03:30:04.904Z Compiling cipher v0.4.4
23262026-08-19T03:30:04.904Z Compiling atomicwrites v0.4.4
23272026-08-19T03:30:04.904Z Compiling slog-json v2.6.1
23282026-08-19T03:30:04.904Z Compiling crossbeam-channel v0.5.15
23292026-08-19T03:30:05.727Z Compiling half v2.7.1
23302026-08-19T03:30:05.748Z Compiling ingot-macros v0.2.0
23312026-08-19T03:30:05.748Z Compiling newtype-uuid-macros v0.1.0
23322026-08-19T03:30:05.749Z Compiling cobs v0.3.0
23332026-08-19T03:30:05.749Z Compiling universal-hash v0.5.1
23342026-08-19T03:30:05.749Z Compiling async-stream-impl v0.3.6
23352026-08-19T03:30:05.749Z Compiling thiserror-impl-no-std v2.0.2
23362026-08-19T03:30:05.749Z Compiling serde_spanned v1.1.1
23372026-08-19T03:30:05.749Z Compiling toml_datetime v1.1.1+spec-1.1.0
23382026-08-19T03:30:05.749Z Compiling is-terminal v0.4.17
23392026-08-19T03:30:05.749Z Compiling dropshot v0.17.1
23402026-08-19T03:30:05.749Z Compiling proc-macro-error-attr v1.0.4
23412026-08-19T03:30:05.764Z Compiling term v1.2.1
23422026-08-19T03:30:05.889Z Compiling opaque-debug v0.3.1
23432026-08-19T03:30:05.927Z Compiling ciborium-io v0.2.2
23442026-08-19T03:30:05.928Z Compiling convert_case v0.4.0
23452026-08-19T03:30:05.928Z Compiling toml_writer v1.1.1+spec-1.1.0
23462026-08-19T03:30:05.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23472026-08-19T03:30:05.962Z Compiling take_mut v0.2.2
23482026-08-19T03:30:05.986Z Compiling ciborium-ll v0.2.2
23492026-08-19T03:30:06.107Z Compiling slog-term v2.9.2
23502026-08-19T03:30:06.146Z Compiling toml v1.1.2+spec-1.1.0
23512026-08-19T03:30:06.180Z Compiling derive_more v0.99.20
23522026-08-19T03:30:07.171Z Compiling poly1305 v0.8.0
23532026-08-19T03:30:07.226Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542026-08-19T03:30:07.226Z Compiling thiserror-no-std v2.0.2
23552026-08-19T03:30:07.226Z Compiling async-stream v0.3.6
23562026-08-19T03:30:07.226Z Compiling postcard v1.1.3
23572026-08-19T03:30:07.226Z Compiling slog-bunyan v2.5.0
23582026-08-19T03:30:07.226Z Compiling chacha20 v0.9.1
23592026-08-19T03:30:07.226Z Compiling async-compression v0.4.41
23602026-08-19T03:30:07.363Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23612026-08-19T03:30:07.384Z Compiling num_enum_derive v0.7.6
23622026-08-19T03:30:07.827Z Compiling sha1 v0.11.0
23632026-08-19T03:30:07.862Z Compiling parse-display-derive v0.10.0
23642026-08-19T03:30:07.862Z Compiling ingot-types v0.2.0
23652026-08-19T03:30:07.863Z Compiling waitgroup v0.1.2
23662026-08-19T03:30:07.978Z Compiling backon v1.6.0
23672026-08-19T03:30:08.072Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23682026-08-19T03:30:08.092Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23692026-08-19T03:30:08.198Z Compiling ingot v0.2.1
23702026-08-19T03:30:08.250Z Compiling rustls-pemfile v2.2.0
23712026-08-19T03:30:08.311Z Compiling dropshot_endpoint v0.17.1
23722026-08-19T03:30:08.338Z Compiling password-hash v0.5.0
23732026-08-19T03:30:08.441Z Compiling blake2 v0.10.6
23742026-08-19T03:30:08.464Z Compiling aead v0.5.2
23752026-08-19T03:30:08.464Z Compiling foreign-types-macros v0.2.3
23762026-08-19T03:30:08.492Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23772026-08-19T03:30:08.549Z Compiling serde_path_to_error v0.1.20
23782026-08-19T03:30:08.622Z Compiling hostname v0.4.2
23792026-08-19T03:30:08.797Z Compiling proc-macro-error v1.0.4
23802026-08-19T03:30:09.029Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23812026-08-19T03:30:09.041Z Compiling instant v0.1.13
23822026-08-19T03:30:09.041Z Compiling foreign-types-shared v0.3.1
23832026-08-19T03:30:09.041Z Compiling debug-ignore v1.0.5
23842026-08-19T03:30:09.041Z Compiling foreign-types v0.5.0
23852026-08-19T03:30:09.057Z Compiling parse-display v0.10.0
23862026-08-19T03:30:09.077Z Compiling backoff v0.4.0
23872026-08-19T03:30:09.092Z Compiling argon2 v0.5.3
23882026-08-19T03:30:09.169Z Compiling chacha20poly1305 v0.10.1
23892026-08-19T03:30:09.184Z Compiling num_enum v0.7.6
23902026-08-19T03:30:09.184Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23912026-08-19T03:30:09.184Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23922026-08-19T03:30:09.282Z Compiling vsss-rs v3.3.4
23932026-08-19T03:30:09.305Z Compiling ciborium v0.2.2
23942026-08-19T03:30:09.424Z Compiling tabwriter v1.4.1
23952026-08-19T03:30:09.609Z Compiling num_enum_derive v0.5.11
23962026-08-19T03:30:09.622Z Compiling regress v0.10.5
23972026-08-19T03:30:09.703Z Compiling itertools v0.14.0
23982026-08-19T03:30:09.903Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23992026-08-19T03:30:09.907Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24002026-08-19T03:30:09.907Z Compiling cstr-argument v0.1.2
24012026-08-19T03:30:09.907Z Compiling humantime v2.3.0
24022026-08-19T03:30:10.082Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24032026-08-19T03:30:10.098Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24042026-08-19T03:30:10.208Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24052026-08-19T03:30:12.564Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24062026-08-19T03:30:12.620Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24072026-08-19T03:30:12.621Z Compiling rayon v1.11.0
24082026-08-19T03:30:12.621Z Compiling rand v0.10.1
24092026-08-19T03:30:12.621Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24102026-08-19T03:30:12.621Z Compiling indent_write v2.2.0
24112026-08-19T03:30:12.621Z Compiling colored v3.1.1
24122026-08-19T03:30:12.621Z Compiling num_enum v0.5.11
24132026-08-19T03:30:12.621Z Compiling libefi-sys v0.1.0
24142026-08-19T03:30:12.621Z Compiling zone_cfg_derive v0.3.1
24152026-08-19T03:30:12.621Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24162026-08-19T03:30:12.621Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24172026-08-19T03:30:12.621Z Compiling camino-tempfile v1.4.1
24182026-08-19T03:30:12.621Z Compiling itertools v0.12.1
24192026-08-19T03:30:12.621Z Compiling usdt-attr-macro v0.5.0
24202026-08-19T03:30:12.621Z Compiling usdt-macro v0.5.0
24212026-08-19T03:30:12.621Z Compiling num-derive v0.4.2
24222026-08-19T03:30:12.621Z Compiling bitfield-struct v0.6.2
24232026-08-19T03:30:12.621Z Compiling blake3 v1.8.5
24242026-08-19T03:30:12.621Z Compiling sigpipe v0.1.3
24252026-08-19T03:30:12.621Z Compiling memmap v0.7.0
24262026-08-19T03:30:12.621Z Compiling glob v0.3.3
24272026-08-19T03:30:12.621Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24282026-08-19T03:30:12.621Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-19T03:30:12.621Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24302026-08-19T03:30:12.621Z Compiling swrite v0.1.0
24312026-08-19T03:30:12.621Z Compiling usdt v0.5.0
24322026-08-19T03:30:12.622Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24332026-08-19T03:30:12.622Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24342026-08-19T03:30:12.622Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24352026-08-19T03:30:12.622Z Compiling smf v0.2.3
24362026-08-19T03:30:12.622Z Compiling filetime v0.2.27
24372026-08-19T03:30:12.622Z Compiling xattr v1.6.1
24382026-08-19T03:30:12.622Z Compiling zone v0.3.1
24392026-08-19T03:30:12.622Z Compiling arrayvec v0.7.6
24402026-08-19T03:30:12.622Z Compiling whoami v1.6.1
24412026-08-19T03:30:12.622Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422026-08-19T03:30:12.622Z Compiling constant_time_eq v0.4.2
24432026-08-19T03:30:12.622Z Compiling arrayref v0.3.9
24442026-08-19T03:30:12.622Z Compiling tar v0.4.46
24452026-08-19T03:30:12.622Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24462026-08-19T03:30:12.622Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472026-08-19T03:30:12.622Z Compiling tokio-dtrace v0.1.1
24482026-08-19T03:30:12.622Z Compiling console v0.16.2
24492026-08-19T03:30:12.622Z Compiling gethostname v0.5.0
24502026-08-19T03:30:14.179Z Compiling unit-prefix v0.5.2
24512026-08-19T03:30:14.179Z Compiling topological-sort v0.2.2
24522026-08-19T03:30:14.222Z Compiling oxide-tokio-rt v0.1.4
24532026-08-19T03:30:14.222Z Compiling toml v0.8.23
24542026-08-19T03:30:14.222Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24552026-08-19T03:30:14.223Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24562026-08-19T03:30:14.223Z Compiling indicatif v0.18.4
24572026-08-19T03:30:14.223Z Compiling shell-words v1.1.1
24582026-08-19T03:30:24.882Z Compiling progenitor-client v0.14.0
24592026-08-19T03:30:24.882Z Compiling omicron-zone-package v0.12.3
24602026-08-19T03:30:24.944Z Compiling progenitor-extras v0.2.0
24612026-08-19T03:30:24.944Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24622026-08-19T03:30:24.944Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-08-19T03:30:24.944Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24642026-08-19T03:30:24.944Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24652026-08-19T03:30:24.944Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24662026-08-19T03:30:24.944Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24672026-08-19T03:30:24.944Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24682026-08-19T03:30:24.944Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24692026-08-19T03:30:24.944Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24702026-08-19T03:30:27.707Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-08-19T03:30:37.266Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24722026-08-19T03:30:39.875Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24732026-08-19T03:30:40.779Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24742026-08-19T03:30:49.462Z Finished `release` profile [optimized] target(s) in 1m 43s
24752026-08-19T03:30:49.755Z Running `target/release/omicron-package -t test target create -p dev`
24762026-08-19T03:30:49.790ZLogging to: /work/oxidecomputer/omicron/out/LOG
24772026-08-19T03:30:49.790ZCreated new build target 'test' and set it as active
24782026-08-19T03:30:49.790Z
24792026-08-19T03:30:49.790Zreal 1:43.897837348
24802026-08-19T03:30:49.790Zuser 17:16.959863689
24812026-08-19T03:30:49.790Zsys 2:40.825332266
24822026-08-19T03:30:49.790Ztrap 0.465346041
24832026-08-19T03:30:49.790Ztflt 2.331694304
24842026-08-19T03:30:49.790Zdflt 4.621590447
24852026-08-19T03:30:49.790Zkflt 0.001851770
24862026-08-19T03:30:49.790Zlock 56:22.211975550
24872026-08-19T03:30:49.790Zslp 44:13.828970951
24882026-08-19T03:30:49.790Zlat 49.514172324
24892026-08-19T03:30:49.790Zstop 5:47.002710793
24902026-08-19T03:30:49.790Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24912026-08-19T03:30:51.742Z Finished `release` profile [optimized] target(s) in 0.86s
24922026-08-19T03:30:51.783Z Running `target/release/omicron-package -t test package`
24932026-08-19T03:30:51.783ZLogging to: /work/oxidecomputer/omicron/out/LOG
24942026-08-19T03:30:52.661Z Compiling heck v0.5.0
24952026-08-19T03:30:52.661Z Compiling regress v0.11.1
24962026-08-19T03:30:52.699Z Compiling unsafe-libyaml v0.2.11
24972026-08-19T03:30:52.699Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24982026-08-19T03:30:52.699Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24992026-08-19T03:30:52.699Z Compiling derive-where v1.6.0
25002026-08-19T03:30:52.699Z Compiling bytecount v0.6.9
25012026-08-19T03:30:52.699Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-08-19T03:30:52.700Z Compiling atomicwrites v0.4.4
25032026-08-19T03:30:52.700Z Compiling is-terminal v0.4.17
25042026-08-19T03:30:52.700Z Compiling prettyplease v0.2.37
25052026-08-19T03:30:52.700Z Compiling console v0.15.11
25062026-08-19T03:30:52.700Z Compiling newline-converter v0.3.0
25072026-08-19T03:30:52.700Z Compiling slog-dtrace v0.3.0
25082026-08-19T03:30:52.700Z Compiling resolv-conf v0.7.6
25092026-08-19T03:30:52.722Z Compiling num-rational v0.4.2
25102026-08-19T03:30:52.722Z Compiling num-complex v0.4.6
25112026-08-19T03:30:52.723Z Compiling thread_local v1.1.9
25122026-08-19T03:30:52.723Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25132026-08-19T03:30:52.723Z Compiling compression-core v0.4.31
25142026-08-19T03:30:52.867Z Compiling unicode-width v0.1.14
25152026-08-19T03:30:52.887Z Compiling serde_yaml v0.9.34+deprecated
25162026-08-19T03:30:52.894Z Compiling expectorate v1.2.0
25172026-08-19T03:30:53.035Z Compiling match_cfg v0.1.0
25182026-08-19T03:30:53.075Z Compiling cancel-safe-futures v0.1.5
25192026-08-19T03:30:53.116Z Compiling hostname v0.3.1
25202026-08-19T03:30:53.152Z Compiling num v0.4.3
25212026-08-19T03:30:53.856Z Compiling compression-codecs v0.4.37
25222026-08-19T03:30:53.856Z Compiling multer v3.1.0
25232026-08-19T03:30:53.886Z Compiling slog-async v2.8.0
25242026-08-19T03:30:53.887Z Compiling crossbeam-channel v0.5.15
25252026-08-19T03:30:53.887Z Compiling slog-json v2.6.1
25262026-08-19T03:30:53.887Z Compiling toml_datetime v1.1.1+spec-1.1.0
25272026-08-19T03:30:53.887Z Compiling serde_spanned v1.1.1
25282026-08-19T03:30:53.887Z Compiling linked-hash-map v0.5.6
25292026-08-19T03:30:53.887Z Compiling term v1.2.1
25302026-08-19T03:30:53.887Z Compiling toml_writer v1.1.1+spec-1.1.0
25312026-08-19T03:30:53.887Z Compiling take_mut v0.2.2
25322026-08-19T03:30:53.887Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25332026-08-19T03:30:53.887Z Compiling float-ord v0.3.2
25342026-08-19T03:30:53.887Z Compiling oxide-update-engine-types v0.1.2
25352026-08-19T03:30:53.887Z Compiling lru-cache v0.1.2
25362026-08-19T03:30:53.887Z Compiling slog-bunyan v2.5.0
25372026-08-19T03:30:53.887Z Compiling slog-term v2.9.2
25382026-08-19T03:30:53.887Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25392026-08-19T03:30:53.887Z Compiling toml v1.1.2+spec-1.1.0
25402026-08-19T03:30:53.887Z Compiling async-compression v0.4.41
25412026-08-19T03:30:53.887Z Compiling typify-impl v0.6.2
25422026-08-19T03:30:54.080Z Compiling dropshot v0.17.1
25432026-08-19T03:30:54.126Z Compiling async-stream v0.3.6
25442026-08-19T03:30:54.133Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25452026-08-19T03:30:54.133Z Compiling sha1 v0.11.0
25462026-08-19T03:30:54.187Z Compiling progenitor-client v0.14.0
25472026-08-19T03:30:54.230Z Compiling waitgroup v0.1.2
25482026-08-19T03:30:54.299Z Compiling rustls-pemfile v2.2.0
25492026-08-19T03:30:54.612Z Compiling backon v1.6.0
25502026-08-19T03:30:54.612Z Compiling serde_path_to_error v0.1.20
25512026-08-19T03:30:54.656Z Compiling hostname v0.4.2
25522026-08-19T03:30:54.656Z Compiling instant v0.1.13
25532026-08-19T03:30:54.656Z Compiling debug-ignore v1.0.5
25542026-08-19T03:30:54.656Z Compiling linear-map v1.2.0
25552026-08-19T03:30:54.656Z Compiling minimal-lexical v0.2.1
25562026-08-19T03:30:54.656Z Compiling backoff v0.4.0
25572026-08-19T03:30:54.656Z Compiling progenitor-extras v0.2.0
25582026-08-19T03:30:54.692Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25592026-08-19T03:30:55.023Z Compiling nom v7.1.3
25602026-08-19T03:30:56.095Z Compiling oxide-update-engine v0.1.2
25612026-08-19T03:30:56.095Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25622026-08-19T03:30:56.095Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25632026-08-19T03:30:56.095Z Compiling parse-display v0.10.0
25642026-08-19T03:30:56.095Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25652026-08-19T03:30:56.096Z Compiling hickory-proto v0.24.4
25662026-08-19T03:30:56.152Z Compiling regress v0.10.5
25672026-08-19T03:30:56.152Z Compiling itertools v0.14.0
25682026-08-19T03:30:56.152Z Compiling macaddr v1.0.1
25692026-08-19T03:30:56.925Z Compiling humantime v2.3.0
25702026-08-19T03:30:56.932Z Compiling unicode-xid v0.2.6
25712026-08-19T03:30:56.933Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25722026-08-19T03:30:56.933Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25732026-08-19T03:30:56.933Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25742026-08-19T03:30:56.933Z Compiling convert_case v0.10.0
25752026-08-19T03:30:56.933Z Compiling owo-colors v4.3.0
25762026-08-19T03:30:56.933Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25772026-08-19T03:30:56.933Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25782026-08-19T03:30:57.052Z Compiling derive_more-impl v2.1.1
25792026-08-19T03:30:57.052Z Compiling toml v0.8.23
25802026-08-19T03:30:57.385Z Compiling typify-macro v0.6.2
25812026-08-19T03:30:57.414Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25822026-08-19T03:30:57.511Z Compiling hickory-resolver v0.24.4
25832026-08-19T03:30:57.572Z Compiling papergrid v0.11.0
25842026-08-19T03:30:57.596Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25852026-08-19T03:30:57.962Z Compiling derive_more v2.1.1
25862026-08-19T03:30:57.979Z Compiling tabled_derive v0.7.0
25872026-08-19T03:30:58.099Z Compiling termtree v0.5.1
25882026-08-19T03:30:58.315Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25892026-08-19T03:30:58.827Z Compiling crossterm v0.29.0
25902026-08-19T03:30:58.853Z Compiling phf_shared v0.12.1
25912026-08-19T03:30:58.876Z Compiling qorb v0.4.1
25922026-08-19T03:31:01.921Z Compiling tabled v0.15.0
25932026-08-19T03:31:03.429Z Compiling typify v0.6.2
25942026-08-19T03:31:03.429Z Compiling progenitor-impl v0.14.0
25952026-08-19T03:31:03.429Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25962026-08-19T03:31:03.429Z Compiling csv-core v0.1.13
25972026-08-19T03:31:03.429Z Compiling vte v0.14.1
25982026-08-19T03:31:03.429Z Compiling highway v1.3.0
25992026-08-19T03:31:03.429Z Compiling progenitor-macro v0.14.0
26002026-08-19T03:31:03.429Z Compiling chrono-tz v0.10.4
26012026-08-19T03:31:03.923Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26022026-08-19T03:31:03.923Z Compiling strip-ansi-escapes v0.2.1
26032026-08-19T03:31:03.976Z Compiling csv v1.4.0
26042026-08-19T03:31:03.976Z Compiling phf v0.12.1
26052026-08-19T03:31:03.976Z Compiling const_format_proc_macros v0.2.34
26062026-08-19T03:31:03.977Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26072026-08-19T03:31:03.977Z Compiling fd-lock v4.0.4
26082026-08-19T03:31:03.977Z Compiling peg-macros v0.8.5
26092026-08-19T03:31:03.977Z Compiling nu-ansi-term v0.50.3
26102026-08-19T03:31:03.977Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26112026-08-19T03:31:03.977Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26122026-08-19T03:31:03.977Z Compiling reedline v0.40.0
26132026-08-19T03:31:04.258Z Compiling const_format v0.2.35
26142026-08-19T03:31:05.279Z Compiling peg v0.8.5
26152026-08-19T03:31:05.319Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26162026-08-19T03:31:05.319Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26172026-08-19T03:31:05.319Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26182026-08-19T03:31:05.579Z Compiling progenitor v0.14.0
26192026-08-19T03:31:06.007Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26202026-08-19T03:31:06.014Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26212026-08-19T03:31:06.014Z Compiling bcs v0.1.6
26222026-08-19T03:31:06.853Z Compiling nom v8.0.0
26232026-08-19T03:31:07.370Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26242026-08-19T03:31:07.399Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26252026-08-19T03:31:07.443Z Compiling semver v0.1.20
26262026-08-19T03:31:07.755Z Compiling rustc_version v0.1.7
26272026-08-19T03:31:07.988Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26282026-08-19T03:31:08.003Z Compiling newtype_derive v0.1.6
26292026-08-19T03:31:08.128Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26302026-08-19T03:31:08.179Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26312026-08-19T03:31:08.199Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26322026-08-19T03:31:08.254Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26332026-08-19T03:31:08.307Z Compiling unicode-linebreak v0.1.5
26342026-08-19T03:31:08.467Z Compiling smawk v0.3.2
26352026-08-19T03:31:10.564Z Compiling textwrap v0.16.2
26362026-08-19T03:31:10.602Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26372026-08-19T03:31:10.603Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26382026-08-19T03:31:10.603Z Compiling steno v0.4.1
26392026-08-19T03:31:10.603Z Compiling dropshot-api-manager-types v0.7.2
26402026-08-19T03:31:10.603Z Compiling sha1 v0.10.6
26412026-08-19T03:31:11.909Z Compiling tagptr v0.2.0
26422026-08-19T03:31:11.957Z Compiling utf-8 v0.7.6
26432026-08-19T03:31:11.957Z Compiling moka v0.12.13
26442026-08-19T03:31:11.957Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26452026-08-19T03:31:11.957Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26462026-08-19T03:31:11.957Z Compiling tungstenite v0.21.0
26472026-08-19T03:31:11.957Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26482026-08-19T03:31:11.957Z Compiling darling_core v0.21.3
26492026-08-19T03:31:12.296Z Compiling hickory-resolver v0.25.2
26502026-08-19T03:31:13.548Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26512026-08-19T03:31:13.723Z Compiling tokio-tungstenite v0.21.0
26522026-08-19T03:31:14.072Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26532026-08-19T03:31:14.103Z Compiling darling_macro v0.21.3
26542026-08-19T03:31:14.114Z Compiling display-error-chain v0.2.2
26552026-08-19T03:31:14.136Z Compiling libscf-sys v1.2.0
26562026-08-19T03:31:14.513Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26572026-08-19T03:31:14.531Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26582026-08-19T03:31:14.534Z Compiling vergen-lib v0.1.6
26592026-08-19T03:31:14.534Z Compiling diesel_derives v2.3.7
26602026-08-19T03:31:14.584Z Compiling darling v0.21.3
26612026-08-19T03:31:15.642Z Compiling scheduled-thread-pool v0.2.7
26622026-08-19T03:31:15.710Z Compiling vergen-gitcl v1.0.8
26632026-08-19T03:31:15.710Z Compiling dsl_auto_type v0.2.0
26642026-08-19T03:31:15.710Z Compiling diesel_table_macro_syntax v0.3.0
26652026-08-19T03:31:15.710Z Compiling dirs-sys-next v0.1.2
26662026-08-19T03:31:15.710Z Compiling maplit v1.0.2
26672026-08-19T03:31:15.710Z Compiling crunchy v0.2.4
26682026-08-19T03:31:15.710Z Compiling glob v0.3.3
26692026-08-19T03:31:15.710Z Compiling dirs-next v2.0.0
26702026-08-19T03:31:15.710Z Compiling r2d2 v0.8.10
26712026-08-19T03:31:15.710Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26722026-08-19T03:31:15.710Z Compiling clang-sys v1.8.1
26732026-08-19T03:31:15.710Z Compiling papergrid v0.18.0
26742026-08-19T03:31:15.710Z Compiling tiny-keccak v2.0.2
26752026-08-19T03:31:16.557Z Compiling downcast-rs v2.0.2
26762026-08-19T03:31:16.601Z Compiling term v0.7.0
26772026-08-19T03:31:16.601Z Compiling itertools v0.15.0
26782026-08-19T03:31:16.601Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26792026-08-19T03:31:16.601Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26802026-08-19T03:31:16.957Z Compiling tabled v0.21.0
26812026-08-19T03:31:17.268Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26822026-08-19T03:31:17.422Z Compiling bit-vec v0.6.3
26832026-08-19T03:31:17.621Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26842026-08-19T03:31:17.672Z Compiling bit-set v0.5.3
26852026-08-19T03:31:17.695Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26862026-08-19T03:31:17.849Z Compiling ascii-canvas v3.0.0
26872026-08-19T03:31:18.218Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26882026-08-19T03:31:18.249Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26892026-08-19T03:31:18.249Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26902026-08-19T03:31:19.218Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26912026-08-19T03:31:19.255Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26922026-08-19T03:31:19.256Z Compiling itertools v0.10.5
26932026-08-19T03:31:19.256Z Compiling ena v0.14.4
26942026-08-19T03:31:19.256Z Compiling libloading v0.8.9
26952026-08-19T03:31:19.256Z Compiling diff v0.1.13
26962026-08-19T03:31:19.538Z Compiling regex-syntax v0.6.29
26972026-08-19T03:31:19.572Z Compiling unicase v2.9.0
26982026-08-19T03:31:19.572Z Compiling xshell-macros v0.2.7
26992026-08-19T03:31:19.825Z Compiling bindgen v0.71.1
27002026-08-19T03:31:19.845Z Compiling diesel v2.3.7
27012026-08-19T03:31:19.892Z Compiling xshell v0.2.7
27022026-08-19T03:31:23.977Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27032026-08-19T03:31:23.991Z Compiling lalrpop v0.19.12
27042026-08-19T03:31:23.991Z Compiling cexpr v0.6.0
27052026-08-19T03:31:23.991Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27062026-08-19T03:31:23.991Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27072026-08-19T03:31:23.991Z Compiling crc8 v0.1.1
27082026-08-19T03:31:23.991Z Compiling rustc-hash v2.1.1
27092026-08-19T03:31:23.991Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27102026-08-19T03:31:23.991Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27112026-08-19T03:31:23.991Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27122026-08-19T03:31:23.991Z Compiling headers-core v0.3.0
27132026-08-19T03:31:23.991Z Compiling libxml v0.3.3
27142026-08-19T03:31:25.844Z Compiling headers v0.4.1
27152026-08-19T03:31:25.844Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27162026-08-19T03:31:25.844Z Compiling strum_macros v0.24.3
27172026-08-19T03:31:25.844Z Compiling indoc v1.0.9
27182026-08-19T03:31:25.844Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27192026-08-19T03:31:25.844Z Compiling derive_builder v0.20.2
27202026-08-19T03:31:25.844Z Compiling oso-derive v0.27.3
27212026-08-19T03:31:25.844Z Compiling quick-xml v0.37.5
27222026-08-19T03:31:25.844Z Compiling impl-trait-for-tuples v0.2.3
27232026-08-19T03:31:25.844Z Compiling openssl-probe v0.1.6
27242026-08-19T03:31:26.417Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27252026-08-19T03:31:26.417Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27262026-08-19T03:31:26.417Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27272026-08-19T03:31:26.417Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27282026-08-19T03:31:26.417Z Compiling bb8 v0.8.6
27292026-08-19T03:31:26.417Z Compiling trait-variant v0.1.2
27302026-08-19T03:31:26.417Z Compiling half v1.8.3
27312026-08-19T03:31:26.417Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27322026-08-19T03:31:26.417Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-08-19T03:31:26.417Z Compiling serde_cbor v0.11.2
27342026-08-19T03:31:26.417Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27352026-08-19T03:31:26.417Z Compiling progenitor-impl v0.13.0
27362026-08-19T03:31:26.417Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27372026-08-19T03:31:26.510Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27382026-08-19T03:31:26.511Z Compiling nonempty v0.12.0
27392026-08-19T03:31:26.511Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27402026-08-19T03:31:26.511Z Compiling samael v0.0.19
27412026-08-19T03:31:26.511Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27422026-08-19T03:31:26.511Z Compiling progenitor-client v0.13.0
27432026-08-19T03:31:27.436Z Compiling fxhash v0.2.1
27442026-08-19T03:31:27.480Z Compiling libz-sys v1.1.24
27452026-08-19T03:31:27.481Z Compiling salty v0.3.0
27462026-08-19T03:31:27.481Z Compiling progenitor-macro v0.13.0
27472026-08-19T03:31:27.786Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27482026-08-19T03:31:27.786Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27492026-08-19T03:31:27.853Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27502026-08-19T03:31:28.006Z Compiling kstat-rs v0.2.5
27512026-08-19T03:31:28.226Z Compiling polar-core v0.27.3
27522026-08-19T03:31:28.726Z Compiling mime_guess v2.0.5
27532026-08-19T03:31:29.222Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27542026-08-19T03:31:29.906Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27552026-08-19T03:31:30.656Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27562026-08-19T03:31:30.873Z Compiling rfc6979 v0.4.0
27572026-08-19T03:31:31.137Z Compiling nanorand v0.7.0
27582026-08-19T03:31:31.284Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27592026-08-19T03:31:31.441Z Compiling libgit2-sys v0.18.3+1.9.2
27602026-08-19T03:31:31.506Z Compiling parking_lot_core v0.8.6
27612026-08-19T03:31:31.540Z Compiling progenitor v0.13.0
27622026-08-19T03:31:31.774Z Compiling flume v0.11.1
27632026-08-19T03:31:31.848Z Compiling ecdsa v0.16.9
27642026-08-19T03:31:31.969Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27652026-08-19T03:31:32.352Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27662026-08-19T03:31:32.484Z Compiling primeorder v0.13.6
27672026-08-19T03:31:32.867Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27682026-08-19T03:31:32.910Z Compiling git-stub v1.0.0
27692026-08-19T03:31:33.155Z Compiling http-range v0.1.5
27702026-08-19T03:31:33.478Z Compiling instability v0.3.11
27712026-08-19T03:31:33.505Z Compiling strsim v0.10.0
27722026-08-19T03:31:33.702Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27732026-08-19T03:31:33.846Z Compiling darling_core v0.13.4
27742026-08-19T03:31:33.956Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27752026-08-19T03:31:35.218Z Compiling git-stub-vcs v0.1.0
27762026-08-19T03:31:35.500Z Compiling p384 v0.13.1
27772026-08-19T03:31:36.062Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27782026-08-19T03:31:36.421Z Compiling ignore v0.4.25
27792026-08-19T03:31:36.452Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27802026-08-19T03:31:36.715Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27812026-08-19T03:31:38.184Z Compiling oso v0.27.3
27822026-08-19T03:31:40.890Z Compiling async-bb8-diesel v0.2.1
27832026-08-19T03:31:41.029Z Compiling diesel-dtrace v0.5.0
27842026-08-19T03:31:41.029Z Compiling castaway v0.2.4
27852026-08-19T03:31:41.029Z Compiling vergen-git2 v9.1.0
27862026-08-19T03:31:41.029Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27872026-08-19T03:31:41.029Z Compiling indoc v2.0.7
27882026-08-19T03:31:41.029Z Compiling compact_str v0.8.1
27892026-08-19T03:31:41.029Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27902026-08-19T03:31:51.547Z Compiling globwalk v0.9.1
27912026-08-19T03:31:57.535Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27922026-08-19T03:31:57.535Z Compiling hyper-staticfile v0.10.1
27932026-08-19T03:31:57.535Z Compiling parking_lot v0.11.2
27942026-08-19T03:31:57.535Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27952026-08-19T03:31:57.535Z Compiling darling_macro v0.13.4
27962026-08-19T03:31:57.535Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27972026-08-19T03:32:01.118Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-19T03:32:04.249Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27992026-08-19T03:32:04.249Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-08-19T03:32:04.249Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28012026-08-19T03:32:06.218Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28022026-08-19T03:32:06.218Z Compiling predicates-tree v1.0.13
28032026-08-19T03:32:06.219Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28042026-08-19T03:32:06.219Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28052026-08-19T03:32:06.219Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28062026-08-19T03:32:06.219Z Compiling unicode-truncate v1.1.0
28072026-08-19T03:32:06.219Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-08-19T03:32:06.219Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28092026-08-19T03:32:06.219Z Compiling digest-io v0.1.0
28102026-08-19T03:32:06.219Z Compiling sha2 v0.11.0
28112026-08-19T03:32:06.219Z Compiling lru v0.12.5
28122026-08-19T03:32:06.219Z Compiling prefix-trie v0.7.0
28132026-08-19T03:32:06.219Z Compiling rand_seeder v0.4.0
28142026-08-19T03:32:06.219Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-08-19T03:32:06.219Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28162026-08-19T03:32:06.219Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28172026-08-19T03:32:06.219Z Compiling cassowary v0.3.0
28182026-08-19T03:32:06.219Z Compiling illumos-nvpair-sys v0.2.0
28192026-08-19T03:32:06.219Z Compiling rawzip v0.4.4
28202026-08-19T03:32:06.219Z Compiling corncobs v0.1.4
28212026-08-19T03:32:06.219Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28222026-08-19T03:32:06.219Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28232026-08-19T03:32:06.219Z Compiling ratatui v0.29.0
28242026-08-19T03:32:06.219Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28252026-08-19T03:32:06.219Z Compiling hickory-server v0.25.2
28262026-08-19T03:32:06.219Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28272026-08-19T03:32:06.219Z Compiling camino-tempfile-ext v0.3.3
28282026-08-19T03:32:06.219Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28292026-08-19T03:32:06.219Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28302026-08-19T03:32:06.219Z Compiling darling v0.13.4
28312026-08-19T03:32:06.219Z Compiling sled v0.34.7
28322026-08-19T03:32:06.219Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28332026-08-19T03:32:06.219Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28342026-08-19T03:32:06.219Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28352026-08-19T03:32:06.219Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28362026-08-19T03:32:06.220Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28372026-08-19T03:32:06.220Z Compiling secrecy v0.8.0
28382026-08-19T03:32:06.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28392026-08-19T03:32:06.220Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28402026-08-19T03:32:06.220Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28412026-08-19T03:32:06.220Z Compiling serde_with_macros v1.5.2
28422026-08-19T03:32:06.220Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28432026-08-19T03:32:06.220Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28442026-08-19T03:32:06.220Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28452026-08-19T03:32:06.220Z Compiling git2 v0.20.4
28462026-08-19T03:32:06.220Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28472026-08-19T03:32:06.220Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28482026-08-19T03:32:06.220Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28492026-08-19T03:32:06.220Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28502026-08-19T03:32:06.220Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28512026-08-19T03:32:06.220Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28522026-08-19T03:32:06.220Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28532026-08-19T03:32:06.220Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28542026-08-19T03:32:06.220Z Compiling arc-swap v1.8.2
28552026-08-19T03:32:06.220Z Compiling void v1.0.2
28562026-08-19T03:32:06.220Z Compiling slog-scope v4.4.1
28572026-08-19T03:32:06.220Z Compiling lzss v0.8.2
28582026-08-19T03:32:06.220Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28592026-08-19T03:32:06.220Z Compiling illumos-nvpair v0.3.0
28602026-08-19T03:32:06.220Z Compiling serde_with v1.14.0
28612026-08-19T03:32:06.220Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28622026-08-19T03:32:06.220Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28632026-08-19T03:32:06.221Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28642026-08-19T03:32:06.221Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-08-19T03:32:06.221Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28662026-08-19T03:32:06.221Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28672026-08-19T03:32:06.429Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-08-19T03:32:06.429Z Compiling scuffle v0.1.0
28692026-08-19T03:32:06.429Z Compiling tungstenite v0.23.0
28702026-08-19T03:32:06.429Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28712026-08-19T03:32:06.429Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28722026-08-19T03:32:07.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28732026-08-19T03:32:07.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28742026-08-19T03:32:07.440Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28752026-08-19T03:32:07.590Z Compiling nix v0.27.1
28762026-08-19T03:32:07.657Z Compiling twox-hash v2.1.2
28772026-08-19T03:32:07.678Z Compiling libsw-core v0.3.2
28782026-08-19T03:32:07.758Z Compiling serde_bytes v0.11.19
28792026-08-19T03:32:07.864Z Compiling atty v0.2.14
28802026-08-19T03:32:07.934Z Compiling libsw v3.5.0
28812026-08-19T03:32:08.064Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28822026-08-19T03:32:08.084Z Compiling tokio-tungstenite v0.23.1
28832026-08-19T03:32:08.160Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28842026-08-19T03:32:08.182Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28852026-08-19T03:32:08.273Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28862026-08-19T03:32:08.465Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28872026-08-19T03:32:08.734Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28882026-08-19T03:32:09.757Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28892026-08-19T03:32:11.230Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28902026-08-19T03:32:11.821Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28912026-08-19T03:32:11.928Z Compiling slog-stdlog v4.1.1
28922026-08-19T03:32:12.280Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28932026-08-19T03:32:12.336Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28942026-08-19T03:32:12.454Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28952026-08-19T03:32:12.553Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-08-19T03:32:12.777Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-08-19T03:32:12.872Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28982026-08-19T03:32:14.078Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28992026-08-19T03:32:14.505Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29002026-08-19T03:32:14.867Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29012026-08-19T03:32:15.091Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29022026-08-19T03:32:17.487Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29032026-08-19T03:32:18.174Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29042026-08-19T03:32:19.128Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29052026-08-19T03:32:19.846Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29062026-08-19T03:32:20.100Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29072026-08-19T03:32:20.390Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29082026-08-19T03:32:21.287Z Compiling signal-hook-tokio v0.3.1
29092026-08-19T03:32:21.488Z Compiling fatfs v0.3.6
29102026-08-19T03:32:21.815Z Compiling yasna v0.5.2
29112026-08-19T03:32:22.808Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29122026-08-19T03:32:22.822Z Compiling assert_matches v1.5.0
29132026-08-19T03:32:22.930Z Compiling is_ci v1.2.0
29142026-08-19T03:32:23.289Z Compiling seq-macro v0.3.6
29152026-08-19T03:32:23.327Z Compiling supports-color v3.0.2
29162026-08-19T03:32:23.383Z Compiling rcgen v0.12.1
29172026-08-19T03:32:23.433Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29182026-08-19T03:32:23.639Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29192026-08-19T03:32:26.570Z Compiling slog-envlogger v2.2.0
29202026-08-19T03:32:26.623Z Compiling oxide-update-engine-display v0.1.2
29212026-08-19T03:32:27.380Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29222026-08-19T03:32:27.577Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29232026-08-19T03:32:27.609Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29242026-08-19T03:32:27.711Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29252026-08-19T03:32:27.872Z Compiling port-file v0.1.0
29262026-08-19T03:32:27.929Z Compiling subprocess v0.2.15
29272026-08-19T03:32:27.947Z Compiling rtoolbox v0.0.3
29282026-08-19T03:32:28.207Z Compiling rpassword v7.5.4
29292026-08-19T03:32:28.287Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29302026-08-19T03:32:28.833Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29312026-08-19T03:32:30.042Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29322026-08-19T03:32:30.179Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29332026-08-19T03:32:31.247Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-08-19T03:32:32.454Z Compiling tui-tree-widget v0.23.1
29352026-08-19T03:32:32.737Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362026-08-19T03:32:33.306Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29372026-08-19T03:32:33.496Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29382026-08-19T03:32:33.668Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29392026-08-19T03:32:34.163Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29402026-08-19T03:32:34.388Z Compiling uzers v0.12.2
29412026-08-19T03:32:35.882Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29422026-08-19T03:32:36.012Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29432026-08-19T03:32:37.018Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29442026-08-19T03:32:38.164Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29452026-08-19T03:32:38.304Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29462026-08-19T03:32:39.993Z Compiling support-bundle-viewer v0.1.2
29472026-08-19T03:32:40.526Z Compiling multimap v0.10.1
29482026-08-19T03:32:50.256Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29492026-08-19T03:32:50.720Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29502026-08-19T03:32:56.577Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29512026-08-19T03:33:00.389Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29522026-08-19T03:33:01.049Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29532026-08-19T03:43:53.402Z Finished `release` profile [optimized] target(s) in 13m 02s
29542026-08-19T03:44:44.721Z
29552026-08-19T03:44:44.721Zreal 13:55.065019749
29562026-08-19T03:44:44.721Zuser 1:23:55.459157686
29572026-08-19T03:44:44.725Zsys 3:36.777604586
29582026-08-19T03:44:44.725Ztrap 1.787553495
29592026-08-19T03:44:44.725Ztflt 2.180046806
29602026-08-19T03:44:44.725Zdflt 19.168922958
29612026-08-19T03:44:44.725Zkflt 0.005430822
29622026-08-19T03:44:44.725Zlock 10:09:15.017730638
29632026-08-19T03:44:44.725Zslp 2:32:10.650575952
29642026-08-19T03:44:44.725Zlat 2:32.589911826
29652026-08-19T03:44:44.725Zstop 5:26.849800208
29662026-08-19T03:44:44.725Z+ mapfile -t packages
29672026-08-19T03:44:44.725Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29682026-08-19T03:44:45.656Z Finished `release` profile [optimized] target(s) in 0.92s
29692026-08-19T03:44:45.729Z Running `target/release/omicron-package -t test list-outputs`
29702026-08-19T03:44:45.788ZLogging to: /work/oxidecomputer/omicron/out/LOG
29712026-08-19T03:44:45.791Z+ ptime -m cargo build --locked --release -p xtask
29722026-08-19T03:44:46.273Z Compiling libc v0.2.185
29732026-08-19T03:44:46.273Z Compiling serde_core v1.0.228
29742026-08-19T03:44:46.273Z Compiling serde v1.0.228
29752026-08-19T03:44:46.276Z Compiling rustix v1.1.3
29762026-08-19T03:44:46.276Z Compiling bitflags v2.11.0
29772026-08-19T03:44:46.276Z Compiling serde_json v1.0.151
29782026-08-19T03:44:46.428Z Compiling usdt-impl v0.5.0
29792026-08-19T03:44:46.432Z Compiling syn v2.0.117
29802026-08-19T03:44:46.451Z Compiling syn v1.0.109
29812026-08-19T03:44:46.463Z Compiling getrandom v0.4.1
29822026-08-19T03:44:46.474Z Compiling log v0.4.29
29832026-08-19T03:44:46.485Z Compiling indexmap v2.14.0
29842026-08-19T03:44:46.501Z Compiling fs-err v3.3.0
29852026-08-19T03:44:46.614Z Compiling heck v0.4.1
29862026-08-19T03:44:46.731Z Compiling once_cell v1.21.3
29872026-08-19T03:44:46.798Z Compiling anyhow v1.0.102
29882026-08-19T03:44:47.083Z Compiling errno v0.3.14
29892026-08-19T03:44:47.086Z Compiling thread-id v4.2.2
29902026-08-19T03:44:47.086Z Compiling memmap v0.7.0
29912026-08-19T03:44:47.852Z Compiling proc-macro-error v1.0.4
29922026-08-19T03:44:48.071Z Compiling terminal_size v0.4.3
29932026-08-19T03:44:48.072Z Compiling tempfile v3.25.0
29942026-08-19T03:44:48.108Z Compiling tabled_derive v0.7.0
29952026-08-19T03:44:48.168Z Compiling clap_builder v4.6.0
29962026-08-19T03:44:48.168Z Compiling textwrap v0.16.2
29972026-08-19T03:44:48.522Z Compiling camino v1.2.2
29982026-08-19T03:44:48.526Z Compiling cargo-platform v0.3.2
29992026-08-19T03:44:48.526Z Compiling semver v1.0.28
30002026-08-19T03:44:48.587Z Compiling pest_generator v2.8.6
30012026-08-19T03:44:48.778Z Compiling tabled v0.15.0
30022026-08-19T03:44:48.844Z Compiling camino-tempfile v1.4.1
30032026-08-19T03:44:49.080Z Compiling serde_derive v1.0.228
30042026-08-19T03:44:49.080Z Compiling thiserror-impl v1.0.69
30052026-08-19T03:44:49.083Z Compiling zerocopy-derive v0.7.35
30062026-08-19T03:44:49.083Z Compiling scroll_derive v0.12.1
30072026-08-19T03:44:49.083Z Compiling thiserror-impl v2.0.18
30082026-08-19T03:44:49.083Z Compiling clap_derive v4.6.1
30092026-08-19T03:44:49.145Z Compiling pest_derive v2.8.6
30102026-08-19T03:44:49.766Z Compiling scroll v0.12.0
30112026-08-19T03:44:49.938Z Compiling zerocopy v0.7.35
30122026-08-19T03:44:50.052Z Compiling goblin v0.8.2
30132026-08-19T03:44:50.207Z Compiling thiserror v1.0.69
30142026-08-19T03:44:50.321Z Compiling dtrace-parser v0.2.0
30152026-08-19T03:44:50.511Z Compiling thiserror v2.0.18
30162026-08-19T03:44:50.610Z Compiling clap v4.6.1
30172026-08-19T03:44:52.193Z Compiling dof v0.3.0
30182026-08-19T03:44:52.228Z Compiling serde_spanned v0.6.9
30192026-08-19T03:44:52.257Z Compiling toml_datetime v0.6.11
30202026-08-19T03:44:52.297Z Compiling serde_tokenstream v0.2.3
30212026-08-19T03:44:52.308Z Compiling macaddr v1.0.1
30222026-08-19T03:44:52.355Z Compiling cargo_metadata v0.23.1
30232026-08-19T03:44:52.398Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30242026-08-19T03:44:52.594Z Compiling toml_edit v0.22.27
30252026-08-19T03:44:52.985Z Compiling usdt-macro v0.5.0
30262026-08-19T03:44:52.988Z Compiling usdt-attr-macro v0.5.0
30272026-08-19T03:44:53.643Z Compiling usdt v0.5.0
30282026-08-19T03:44:54.087Z Compiling toml v0.8.23
30292026-08-19T03:44:54.514Z Compiling cargo_toml v0.21.0
30302026-08-19T03:44:58.882Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-08-19T03:45:02.094Z Finished `release` profile [optimized] target(s) in 16.29s
30322026-08-19T03:45:02.198Z
30332026-08-19T03:45:02.198Zreal 16.374560314
30342026-08-19T03:45:02.198Zuser 2:04.806066825
30352026-08-19T03:45:02.198Zsys 13.350099808
30362026-08-19T03:45:02.201Ztrap 0.068711012
30372026-08-19T03:45:02.201Ztflt 0.390995324
30382026-08-19T03:45:02.202Zdflt 1.598544654
30392026-08-19T03:45:02.202Zkflt 0.000033500
30402026-08-19T03:45:02.202Zlock 4:43.658253793
30412026-08-19T03:45:02.202Zslp 2:40.082593010
30422026-08-19T03:45:02.202Zlat 4.212086092
30432026-08-19T03:45:02.202Zstop 15.720131562
30442026-08-19T03:45:02.202Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-08-19T03:45:02.202Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-08-19T03:45:02.202Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-08-19T03:45:02.202Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-08-19T03:45:02.202Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-08-19T03:45:03.126Z Compiling match_cfg v0.1.0
30502026-08-19T03:45:03.126Z Compiling progenitor-client v0.14.0
30512026-08-19T03:45:03.126Z Compiling slog-json v2.6.1
30522026-08-19T03:45:03.129Z Compiling newtype-uuid-macros v0.1.0
30532026-08-19T03:45:03.129Z Compiling sha1 v0.11.0
30542026-08-19T03:45:03.129Z Compiling multer v3.1.0
30552026-08-19T03:45:03.129Z Compiling debug-ignore v1.0.5
30562026-08-19T03:45:03.294Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30572026-08-19T03:45:03.335Z Compiling compression-core v0.4.31
30582026-08-19T03:45:03.338Z Compiling async-stream-impl v0.3.6
30592026-08-19T03:45:03.338Z Compiling toml_datetime v1.1.1+spec-1.1.0
30602026-08-19T03:45:03.338Z Compiling serde_spanned v1.1.1
30612026-08-19T03:45:03.338Z Compiling dropshot v0.17.1
30622026-08-19T03:45:03.338Z Compiling toml_writer v1.1.1+spec-1.1.0
30632026-08-19T03:45:03.338Z Compiling hostname v0.3.1
30642026-08-19T03:45:03.338Z Compiling waitgroup v0.1.2
30652026-08-19T03:45:03.338Z Compiling rustls-pemfile v2.2.0
30662026-08-19T03:45:03.441Z Compiling dropshot_endpoint v0.17.1
30672026-08-19T03:45:03.585Z Compiling serde_path_to_error v0.1.20
30682026-08-19T03:45:03.603Z Compiling hostname v0.4.2
30692026-08-19T03:45:03.606Z Compiling atomicwrites v0.4.4
30702026-08-19T03:45:03.606Z Compiling macaddr v1.0.1
30712026-08-19T03:45:03.654Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-19T03:45:03.669Z Compiling compression-codecs v0.4.37
30732026-08-19T03:45:03.722Z Compiling toml v1.1.2+spec-1.1.0
30742026-08-19T03:45:03.738Z Compiling instant v0.1.13
30752026-08-19T03:45:03.780Z Compiling slog-bunyan v2.5.0
30762026-08-19T03:45:03.803Z Compiling regress v0.10.5
30772026-08-19T03:45:03.822Z Compiling parse-display-derive v0.10.0
30782026-08-19T03:45:03.837Z Compiling backon v1.6.0
30792026-08-19T03:45:03.854Z Compiling backoff v0.4.0
30802026-08-19T03:45:03.890Z Compiling async-compression v0.4.41
30812026-08-19T03:45:03.893Z Compiling itertools v0.14.0
30822026-08-19T03:45:03.945Z Compiling humantime v2.3.0
30832026-08-19T03:45:03.967Z Compiling half v2.7.1
30842026-08-19T03:45:03.997Z Compiling ciborium-io v0.2.2
30852026-08-19T03:45:04.023Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-08-19T03:45:04.056Z Compiling progenitor-extras v0.2.0
30872026-08-19T03:45:04.099Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30882026-08-19T03:45:04.115Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30892026-08-19T03:45:04.133Z Compiling crucible-workspace-hack v0.1.0
30902026-08-19T03:45:04.138Z Compiling regress v0.11.1
30912026-08-19T03:45:04.164Z Compiling async-stream v0.3.6
30922026-08-19T03:45:04.164Z Compiling convert_case v0.4.0
30932026-08-19T03:45:04.225Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-08-19T03:45:04.245Z Compiling ciborium-ll v0.2.2
30952026-08-19T03:45:04.266Z Compiling secrecy v0.10.3
30962026-08-19T03:45:04.283Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30972026-08-19T03:45:04.324Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30982026-08-19T03:45:04.358Z Compiling inout v0.1.4
30992026-08-19T03:45:04.440Z Compiling ciborium v0.2.2
31002026-08-19T03:45:04.462Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31012026-08-19T03:45:04.480Z Compiling unsafe-libyaml v0.2.11
31022026-08-19T03:45:04.495Z Compiling cipher v0.4.4
31032026-08-19T03:45:04.512Z Compiling proc-macro-crate v1.3.1
31042026-08-19T03:45:04.538Z Compiling thiserror-impl-no-std v2.0.2
31052026-08-19T03:45:04.568Z Compiling derive_more v0.99.20
31062026-08-19T03:45:04.646Z Compiling universal-hash v0.5.1
31072026-08-19T03:45:04.665Z Compiling opaque-debug v0.3.1
31082026-08-19T03:45:04.755Z Compiling chacha20 v0.9.1
31092026-08-19T03:45:04.772Z Compiling poly1305 v0.8.0
31102026-08-19T03:45:04.775Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31112026-08-19T03:45:04.807Z Compiling blake2 v0.10.6
31122026-08-19T03:45:04.960Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31132026-08-19T03:45:05.028Z Compiling serde_yaml v0.9.34+deprecated
31142026-08-19T03:45:05.084Z Compiling aead v0.5.2
31152026-08-19T03:45:05.089Z Compiling password-hash v0.5.0
31162026-08-19T03:45:05.141Z Compiling indent_write v2.2.0
31172026-08-19T03:45:05.215Z Compiling chacha20poly1305 v0.10.1
31182026-08-19T03:45:05.249Z Compiling itertools v0.15.0
31192026-08-19T03:45:05.283Z Compiling num_enum_derive v0.7.6
31202026-08-19T03:45:05.318Z Compiling argon2 v0.5.3
31212026-08-19T03:45:05.389Z Compiling num-derive v0.4.2
31222026-08-19T03:45:05.406Z Compiling heapless v0.8.0
31232026-08-19T03:45:05.493Z Compiling tabwriter v1.4.1
31242026-08-19T03:45:05.516Z Compiling hash32 v0.3.1
31252026-08-19T03:45:05.605Z Compiling parse-display v0.10.0
31262026-08-19T03:45:05.699Z Compiling typify-impl v0.6.2
31272026-08-19T03:45:05.725Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31282026-08-19T03:45:05.772Z Compiling thiserror-no-std v2.0.2
31292026-08-19T03:45:05.884Z Compiling vsss-rs v3.3.4
31302026-08-19T03:45:05.927Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-08-19T03:45:05.944Z Compiling smoltcp v0.11.0
31322026-08-19T03:45:06.191Z Compiling cobs v0.3.0
31332026-08-19T03:45:06.358Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31342026-08-19T03:45:06.381Z Compiling colored v3.1.1
31352026-08-19T03:45:06.424Z Compiling postcard v1.1.3
31362026-08-19T03:45:06.479Z Compiling num_enum v0.7.6
31372026-08-19T03:45:06.522Z Compiling proc-macro-error v1.0.4
31382026-08-19T03:45:06.541Z Compiling rand v0.10.1
31392026-08-19T03:45:06.597Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31402026-08-19T03:45:06.626Z Compiling foreign-types-macros v0.2.3
31412026-08-19T03:45:06.671Z Compiling ingot-macros v0.2.0
31422026-08-19T03:45:06.769Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31432026-08-19T03:45:06.796Z Compiling foreign-types-shared v0.3.1
31442026-08-19T03:45:06.863Z Compiling rayon-core v1.13.0
31452026-08-19T03:45:06.952Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31462026-08-19T03:45:06.975Z Compiling num_enum_derive v0.5.11
31472026-08-19T03:45:07.052Z Compiling crossbeam-deque v0.8.6
31482026-08-19T03:45:07.068Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-08-19T03:45:07.085Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31502026-08-19T03:45:07.089Z Compiling cstr-argument v0.1.2
31512026-08-19T03:45:07.133Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31522026-08-19T03:45:07.248Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-08-19T03:45:07.272Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542026-08-19T03:45:07.290Z Compiling foreign-types v0.5.0
31552026-08-19T03:45:07.383Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31562026-08-19T03:45:07.411Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31572026-08-19T03:45:07.414Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31582026-08-19T03:45:07.461Z Compiling cpubits v0.1.1
31592026-08-19T03:45:07.537Z Compiling zone_cfg_derive v0.3.1
31602026-08-19T03:45:07.554Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-08-19T03:45:07.569Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31622026-08-19T03:45:07.605Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-19T03:45:07.623Z Compiling itertools v0.12.1
31642026-08-19T03:45:07.696Z Compiling sigpipe v0.1.3
31652026-08-19T03:45:07.733Z Compiling rayon v1.11.0
31662026-08-19T03:45:07.794Z Compiling glob v0.3.3
31672026-08-19T03:45:07.813Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-08-19T03:45:07.832Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31692026-08-19T03:45:07.982Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31702026-08-19T03:45:08.001Z Compiling smf v0.2.3
31712026-08-19T03:45:08.057Z Compiling whoami v1.6.1
31722026-08-19T03:45:08.092Z Compiling usdt-attr-macro v0.5.0
31732026-08-19T03:45:08.108Z Compiling num_enum v0.5.11
31742026-08-19T03:45:08.210Z Compiling gethostname v0.5.0
31752026-08-19T03:45:08.227Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31762026-08-19T03:45:08.253Z Compiling usdt-macro v0.5.0
31772026-08-19T03:45:08.338Z Compiling num-rational v0.4.2
31782026-08-19T03:45:08.357Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31792026-08-19T03:45:08.373Z Compiling pem-rfc7468 v1.0.0
31802026-08-19T03:45:08.388Z Compiling num-complex v0.4.6
31812026-08-19T03:45:08.407Z Compiling derive-where v1.6.0
31822026-08-19T03:45:08.563Z Compiling memmap v0.7.0
31832026-08-19T03:45:08.689Z Compiling float-ord v0.3.2
31842026-08-19T03:45:08.767Z Compiling zone v0.3.1
31852026-08-19T03:45:08.800Z Compiling num v0.4.3
31862026-08-19T03:45:08.822Z Compiling toml v0.8.23
31872026-08-19T03:45:08.839Z Compiling hmac v0.13.0
31882026-08-19T03:45:08.876Z Compiling universal-hash v0.6.1
31892026-08-19T03:45:08.900Z Compiling resolv-conf v0.7.6
31902026-08-19T03:45:08.947Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31912026-08-19T03:45:08.964Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31922026-08-19T03:45:09.039Z Compiling cancel-safe-futures v0.1.5
31932026-08-19T03:45:09.055Z Compiling polyval v0.7.1
31942026-08-19T03:45:09.071Z Compiling usdt v0.5.0
31952026-08-19T03:45:09.129Z Compiling der v0.8.0
31962026-08-19T03:45:09.233Z Compiling prettyplease v0.2.37
31972026-08-19T03:45:09.260Z Compiling ghash v0.6.0
31982026-08-19T03:45:09.321Z Compiling pbkdf2 v0.13.0
31992026-08-19T03:45:09.370Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32002026-08-19T03:45:09.417Z Compiling crypto-bigint v0.7.5
32012026-08-19T03:45:09.466Z Compiling aes v0.9.1
32022026-08-19T03:45:09.502Z Compiling console v0.15.11
32032026-08-19T03:45:09.505Z Compiling hickory-proto v0.24.4
32042026-08-19T03:45:09.539Z Compiling newline-converter v0.3.0
32052026-08-19T03:45:09.542Z Compiling ctr v0.10.1
32062026-08-19T03:45:09.572Z Compiling ingot-types v0.2.0
32072026-08-19T03:45:09.635Z Compiling aead v0.6.1
32082026-08-19T03:45:09.687Z Compiling sha2 v0.11.0
32092026-08-19T03:45:09.765Z Compiling oxide-update-engine-types v0.1.2
32102026-08-19T03:45:09.786Z Compiling linear-map v1.2.0
32112026-08-19T03:45:09.826Z Compiling libefi-sys v0.1.0
32122026-08-19T03:45:09.966Z Compiling ingot v0.2.1
32132026-08-19T03:45:10.006Z Compiling linked-hash-map v0.5.6
32142026-08-19T03:45:10.008Z Compiling aes-gcm v0.11.0
32152026-08-19T03:45:10.068Z Compiling spki v0.8.0
32162026-08-19T03:45:10.110Z Compiling expectorate v1.2.0
32172026-08-19T03:45:10.223Z Compiling lru-cache v0.1.2
32182026-08-19T03:45:10.307Z Compiling salsa20 v0.11.0
32192026-08-19T03:45:10.323Z Compiling bitfield-struct v0.6.2
32202026-08-19T03:45:10.339Z Compiling typify-macro v0.6.2
32212026-08-19T03:45:10.382Z Compiling nom v8.0.0
32222026-08-19T03:45:10.398Z Compiling semver v0.1.20
32232026-08-19T03:45:10.475Z Compiling scrypt v0.12.0
32242026-08-19T03:45:10.719Z Compiling rustc_version v0.1.7
32252026-08-19T03:45:10.792Z Compiling oxide-update-engine v0.1.2
32262026-08-19T03:45:10.809Z Compiling tokio-dtrace v0.1.1
32272026-08-19T03:45:10.988Z Compiling cbc v0.2.1
32282026-08-19T03:45:11.007Z Compiling slog-dtrace v0.3.0
32292026-08-19T03:45:11.024Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-08-19T03:45:11.027Z Compiling minimal-lexical v0.2.1
32312026-08-19T03:45:11.170Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-08-19T03:45:11.188Z Compiling pkcs5 v0.8.1
32332026-08-19T03:45:11.270Z Compiling oxide-tokio-rt v0.1.4
32342026-08-19T03:45:11.306Z Compiling nom v7.1.3
32352026-08-19T03:45:11.350Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-08-19T03:45:11.368Z Compiling newtype_derive v0.1.6
32372026-08-19T03:45:11.386Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32382026-08-19T03:45:11.390Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-08-19T03:45:11.467Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-08-19T03:45:11.526Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32412026-08-19T03:45:11.593Z Compiling phf_shared v0.12.1
32422026-08-19T03:45:11.609Z Compiling dropshot-api-manager-types v0.7.2
32432026-08-19T03:45:11.627Z Compiling csv-core v0.1.13
32442026-08-19T03:45:11.653Z Compiling unicode-xid v0.2.6
32452026-08-19T03:45:11.754Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32462026-08-19T03:45:11.775Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32472026-08-19T03:45:11.798Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32482026-08-19T03:45:11.816Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32492026-08-19T03:45:11.911Z Compiling hickory-resolver v0.24.4
32502026-08-19T03:45:11.951Z Compiling highway v1.3.0
32512026-08-19T03:45:11.967Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32522026-08-19T03:45:12.061Z Compiling chrono-tz v0.10.4
32532026-08-19T03:45:12.115Z Compiling xshell-macros v0.2.7
32542026-08-19T03:45:12.134Z Compiling const_format_proc_macros v0.2.34
32552026-08-19T03:45:12.198Z Compiling typify v0.6.2
32562026-08-19T03:45:12.295Z Compiling csv v1.4.0
32572026-08-19T03:45:12.343Z Compiling progenitor-impl v0.14.0
32582026-08-19T03:45:12.361Z Compiling phf v0.12.1
32592026-08-19T03:45:12.542Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602026-08-19T03:45:12.542Z Compiling xshell v0.2.7
32612026-08-19T03:45:12.741Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32622026-08-19T03:45:12.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-08-19T03:45:12.833Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32642026-08-19T03:45:12.878Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-08-19T03:45:13.006Z Compiling qorb v0.4.1
32662026-08-19T03:45:13.010Z Compiling pkcs8 v0.11.0
32672026-08-19T03:45:13.094Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32682026-08-19T03:45:13.319Z Compiling ff v0.14.0
32692026-08-19T03:45:13.350Z Compiling owo-colors v4.3.0
32702026-08-19T03:45:13.436Z Compiling const_format v0.2.35
32712026-08-19T03:45:13.492Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-08-19T03:45:13.620Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32732026-08-19T03:45:13.668Z Compiling tabled_derive v0.7.0
32742026-08-19T03:45:13.712Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32752026-08-19T03:45:13.856Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32762026-08-19T03:45:14.073Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32772026-08-19T03:45:14.216Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32782026-08-19T03:45:14.353Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32792026-08-19T03:45:14.510Z Compiling bcs v0.1.6
32802026-08-19T03:45:14.695Z Compiling termtree v0.5.1
32812026-08-19T03:45:14.792Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-08-19T03:45:14.811Z Compiling tagptr v0.2.0
32832026-08-19T03:45:14.828Z Compiling salty v0.3.0
32842026-08-19T03:45:14.859Z Compiling textwrap v0.16.2
32852026-08-19T03:45:14.883Z Compiling tabled v0.15.0
32862026-08-19T03:45:14.991Z Compiling moka v0.12.13
32872026-08-19T03:45:15.049Z Compiling progenitor-macro v0.14.0
32882026-08-19T03:45:15.084Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-08-19T03:45:15.140Z Compiling steno v0.4.1
32902026-08-19T03:45:15.328Z Compiling group v0.14.0
32912026-08-19T03:45:15.348Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32922026-08-19T03:45:15.352Z Compiling sha1 v0.10.6
32932026-08-19T03:45:15.515Z Compiling signature v3.0.0
32942026-08-19T03:45:15.538Z Compiling base16ct v1.0.0
32952026-08-19T03:45:15.618Z Compiling hkdf v0.13.0
32962026-08-19T03:45:15.644Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-08-19T03:45:15.726Z Compiling hickory-resolver v0.25.2
32982026-08-19T03:45:15.749Z Compiling sec1 v0.8.1
32992026-08-19T03:45:15.793Z Compiling libscf-sys v1.2.0
33002026-08-19T03:45:15.810Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33012026-08-19T03:45:15.869Z Compiling rfc6979 v0.4.0
33022026-08-19T03:45:15.968Z Compiling elliptic-curve v0.14.1
33032026-08-19T03:45:15.986Z Compiling ecdsa v0.16.9
33042026-08-19T03:45:16.006Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33052026-08-19T03:45:16.027Z Compiling primeorder v0.13.6
33062026-08-19T03:45:16.078Z Compiling utf-8 v0.7.6
33072026-08-19T03:45:16.312Z Compiling parking_lot_core v0.8.6
33082026-08-19T03:45:16.369Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33092026-08-19T03:45:16.373Z Compiling tungstenite v0.21.0
33102026-08-19T03:45:16.470Z Compiling p384 v0.13.1
33112026-08-19T03:45:16.606Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33122026-08-19T03:45:16.637Z Compiling wnaf v0.14.0
33132026-08-19T03:45:16.655Z Compiling primefield v0.14.0
33142026-08-19T03:45:16.860Z Compiling rfc6979 v0.6.0
33152026-08-19T03:45:16.910Z Compiling papergrid v0.18.0
33162026-08-19T03:45:17.018Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33172026-08-19T03:45:17.041Z Compiling git-stub v1.0.0
33182026-08-19T03:45:17.058Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33192026-08-19T03:45:17.284Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-08-19T03:45:17.304Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33212026-08-19T03:45:17.360Z Compiling git-stub-vcs v0.1.0
33222026-08-19T03:45:17.381Z Compiling ecdsa v0.17.0
33232026-08-19T03:45:17.551Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33242026-08-19T03:45:17.566Z Compiling tokio-tungstenite v0.21.0
33252026-08-19T03:45:17.653Z Compiling primeorder v0.14.0
33262026-08-19T03:45:17.766Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-08-19T03:45:17.770Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33282026-08-19T03:45:17.875Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33292026-08-19T03:45:17.917Z Compiling tabled v0.21.0
33302026-08-19T03:45:17.935Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33312026-08-19T03:45:17.981Z Compiling curve25519-dalek v5.0.0
33322026-08-19T03:45:18.008Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33332026-08-19T03:45:18.075Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-08-19T03:45:18.092Z Compiling unicase v2.9.0
33352026-08-19T03:45:18.159Z Compiling illumos-nvpair-sys v0.2.0
33362026-08-19T03:45:18.244Z Compiling corncobs v0.1.4
33372026-08-19T03:45:18.325Z Compiling mime_guess v2.0.5
33382026-08-19T03:45:18.352Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33392026-08-19T03:45:18.403Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-08-19T03:45:18.468Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-08-19T03:45:18.482Z Compiling parking_lot v0.11.2
33422026-08-19T03:45:18.512Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33432026-08-19T03:45:18.663Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33442026-08-19T03:45:18.785Z Compiling progenitor-impl v0.13.0
33452026-08-19T03:45:18.828Z Compiling ssh-encoding v0.3.0
33462026-08-19T03:45:18.832Z Compiling prefix-trie v0.7.0
33472026-08-19T03:45:18.887Z Compiling fxhash v0.2.1
33482026-08-19T03:45:18.905Z Compiling secrecy v0.8.0
33492026-08-19T03:45:18.923Z Compiling keccak v0.2.0
33502026-08-19T03:45:19.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33512026-08-19T03:45:19.059Z Compiling crc8 v0.1.1
33522026-08-19T03:45:19.165Z Compiling sled v0.34.7
33532026-08-19T03:45:19.198Z Compiling hickory-server v0.25.2
33542026-08-19T03:45:19.301Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33552026-08-19T03:45:19.437Z Compiling ed25519 v3.0.0
33562026-08-19T03:45:19.462Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33572026-08-19T03:45:19.501Z Compiling crypto-primes v0.7.2
33582026-08-19T03:45:19.624Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-08-19T03:45:20.210Z Compiling pkcs1 v0.8.0-rc.4
33602026-08-19T03:45:20.268Z Compiling progenitor v0.14.0
33612026-08-19T03:45:20.285Z Compiling poly1305 v0.9.0
33622026-08-19T03:45:20.451Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33632026-08-19T03:45:20.478Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33642026-08-19T03:45:20.497Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33652026-08-19T03:45:20.516Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33662026-08-19T03:45:20.535Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33672026-08-19T03:45:20.560Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-08-19T03:45:20.623Z Compiling progenitor-client v0.13.0
33692026-08-19T03:45:20.973Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33702026-08-19T03:45:21.041Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33712026-08-19T03:45:21.126Z Compiling blowfish v0.10.0
33722026-08-19T03:45:21.130Z Compiling blake2 v0.11.0-rc.6
33732026-08-19T03:45:21.280Z Compiling http-range v0.1.5
33742026-08-19T03:45:21.313Z Compiling half v1.8.3
33752026-08-19T03:45:21.399Z Compiling bcrypt-pbkdf v0.11.0
33762026-08-19T03:45:21.417Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33772026-08-19T03:45:21.444Z Compiling argon2 v0.6.0-rc.8
33782026-08-19T03:45:21.502Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33792026-08-19T03:45:21.522Z Compiling progenitor-macro v0.13.0
33802026-08-19T03:45:21.615Z Compiling serde_cbor v0.11.2
33812026-08-19T03:45:21.762Z Compiling ssh-cipher v0.3.0
33822026-08-19T03:45:22.235Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-08-19T03:45:22.382Z Compiling rsa v0.10.0-rc.18
33842026-08-19T03:45:22.580Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33852026-08-19T03:45:22.680Z Compiling ed25519-dalek v3.0.0
33862026-08-19T03:45:23.007Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-08-19T03:45:23.101Z Compiling illumos-nvpair v0.3.0
33882026-08-19T03:45:23.314Z Compiling sha3 v0.11.0
33892026-08-19T03:45:23.383Z Compiling p256 v0.14.0
33902026-08-19T03:45:23.478Z Compiling p521 v0.14.0
33912026-08-19T03:45:23.494Z Compiling p384 v0.14.0
33922026-08-19T03:45:23.741Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33932026-08-19T03:45:23.793Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33942026-08-19T03:45:24.019Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33952026-08-19T03:45:24.048Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-08-19T03:45:24.524Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33972026-08-19T03:45:24.573Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33982026-08-19T03:45:24.876Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33992026-08-19T03:45:24.932Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-08-19T03:45:24.970Z Compiling scuffle v0.1.0
34012026-08-19T03:45:25.378Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-08-19T03:45:25.491Z Compiling yasna v0.5.2
34032026-08-19T03:45:25.577Z Compiling kstat-rs v0.2.5
34042026-08-19T03:45:25.823Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052026-08-19T03:45:25.841Z Compiling headers-core v0.3.0
34062026-08-19T03:45:25.905Z Compiling kem v0.3.0
34072026-08-19T03:45:25.930Z Compiling module-lattice v0.2.3
34082026-08-19T03:45:25.953Z Compiling nanorand v0.7.0
34092026-08-19T03:45:26.004Z Compiling sponge-cursor v0.1.0
34102026-08-19T03:45:26.083Z Compiling headers v0.4.1
34112026-08-19T03:45:26.189Z Compiling ml-kem v0.3.2
34122026-08-19T03:45:26.220Z Compiling flume v0.11.1
34132026-08-19T03:45:26.237Z Compiling sha3 v0.12.0
34142026-08-19T03:45:26.237Z Compiling rcgen v0.12.1
34152026-08-19T03:45:26.275Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-08-19T03:45:26.292Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-08-19T03:45:26.422Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-08-19T03:45:26.573Z Compiling ssh-key v0.7.0-rc.11
34192026-08-19T03:45:26.621Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34202026-08-19T03:45:26.817Z Compiling progenitor v0.13.0
34212026-08-19T03:45:26.840Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34222026-08-19T03:45:26.900Z Compiling hyper-staticfile v0.10.1
34232026-08-19T03:45:26.924Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34242026-08-19T03:45:26.938Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34252026-08-19T03:45:27.008Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34262026-08-19T03:45:27.139Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34272026-08-19T03:45:27.162Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-08-19T03:45:27.179Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34292026-08-19T03:45:27.194Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34302026-08-19T03:45:27.283Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34312026-08-19T03:45:27.323Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34322026-08-19T03:45:27.385Z Compiling russh-cryptovec v0.62.0
34332026-08-19T03:45:27.428Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34342026-08-19T03:45:27.541Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352026-08-19T03:45:27.565Z Compiling internal-russh-num-bigint v0.5.0
34362026-08-19T03:45:27.632Z Compiling port-file v0.1.0
34372026-08-19T03:45:27.652Z Compiling num-bigint v0.4.6
34382026-08-19T03:45:27.673Z Compiling generic-array v1.4.3
34392026-08-19T03:45:27.690Z Compiling russh-util v0.52.0
34402026-08-19T03:45:27.712Z Compiling enum_dispatch v0.3.13
34412026-08-19T03:45:27.872Z Compiling delegate v0.13.5
34422026-08-19T03:45:27.906Z Compiling subprocess v0.2.15
34432026-08-19T03:45:28.011Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-08-19T03:45:28.183Z Compiling hex-literal v1.1.0
34452026-08-19T03:45:28.314Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34462026-08-19T03:45:28.345Z Compiling display-error-chain v0.2.2
34472026-08-19T03:45:28.450Z Compiling md5 v0.8.0
34482026-08-19T03:45:28.507Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-08-19T03:45:28.707Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34502026-08-19T03:45:28.717Z Compiling colored v2.2.0
34512026-08-19T03:45:28.745Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34522026-08-19T03:45:28.786Z Compiling internet-checksum v0.2.1
34532026-08-19T03:45:28.856Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34542026-08-19T03:45:28.884Z Compiling russh v0.62.4
34552026-08-19T03:45:29.584Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-08-19T03:45:29.707Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-08-19T03:45:32.288Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34582026-08-19T03:45:33.007Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34592026-08-19T03:45:33.528Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-08-19T03:45:35.095Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34612026-08-19T03:45:44.122Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-08-19T03:45:44.122Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34632026-08-19T03:45:44.122Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-08-19T03:45:44.125Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-08-19T03:45:45.931Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-08-19T03:45:45.960Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34672026-08-19T03:45:50.166Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34682026-08-19T03:46:31.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34692026-08-19T03:46:31.436Z
34702026-08-19T03:46:31.436Zreal 1:29.170805244
34712026-08-19T03:46:31.436Zuser 8:25.975328203
34722026-08-19T03:46:31.439Zsys 1:39.289998720
34732026-08-19T03:46:31.439Ztrap 0.240212556
34742026-08-19T03:46:31.439Ztflt 0.286841971
34752026-08-19T03:46:31.439Zdflt 2.035778373
34762026-08-19T03:46:31.439Zkflt 0.006119646
34772026-08-19T03:46:31.439Zlock 31:12.901841751
34782026-08-19T03:46:31.439Zslp 19:04.020064902
34792026-08-19T03:46:31.439Zlat 38.153479942
34802026-08-19T03:46:31.440Zstop 2:56.919264803
34812026-08-19T03:46:31.440Z+ mkdir tests
34822026-08-19T03:46:31.443Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-08-19T03:46:31.443Z+ xargs -I '{}' -t cp '{}' tests/
34842026-08-19T03:46:31.463Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-65ee1cb2f4c53fc4 tests/
34852026-08-19T03:46:31.486Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-db3d81af3fad6e16 tests/
34862026-08-19T03:46:31.508Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f4e34f6ea9421c57 tests/
34872026-08-19T03:46:31.531Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b46f0488f17115f7 tests/
34882026-08-19T03:46:31.844Z+ 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)
34892026-08-19T03:46:31.847Z+ 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-db3d81af3fad6e16 tests/commtest-f4e34f6ea9421c57 tests/dhcp_server-65ee1cb2f4c53fc4 tests/end_to_end_tests-b46f0488f17115f7 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
34902026-08-19T03:48:01.025ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-08-19T03:48:01.025Za .github/buildomat/ci-env.sh 1K
34922026-08-19T03:48:01.025Za out/target/test 1K
34932026-08-19T03:48:01.025Za out/npuzone/npuzone 27402K
34942026-08-19T03:48:01.025Za package-manifest.toml 35K
34952026-08-19T03:48:01.025Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-08-19T03:48:01.025Za target/release/omicron-package 48113K
34972026-08-19T03:48:01.025Za target/release/xtask 11722K
34982026-08-19T03:48:01.025Za target/debug/bootstrap 436030K
34992026-08-19T03:48:01.025Za tests/bootstrap-db3d81af3fad6e16 34516K
35002026-08-19T03:48:01.025Za tests/commtest-f4e34f6ea9421c57 34517K
35012026-08-19T03:48:01.025Za tests/dhcp_server-65ee1cb2f4c53fc4 34516K
35022026-08-19T03:48:01.025Za tests/end_to_end_tests-b46f0488f17115f7 499254K
35032026-08-19T03:48:01.025Za tools/opte_version 1K
35042026-08-19T03:48:01.025Za tools/opte_version_override 2K
35052026-08-19T03:48:01.025Za out/clickhouse.tar.gz 328774K
35062026-08-19T03:48:01.025Za out/clickhouse_keeper.tar.gz 312754K
35072026-08-19T03:48:01.025Za out/clickhouse_server.tar.gz 328771K
35082026-08-19T03:48:01.025Za out/cockroachdb.tar.gz 169609K
35092026-08-19T03:48:01.025Za out/crucible-pantry-zone.tar.gz 41351K
35102026-08-19T03:48:01.025Za out/crucible-utils.tar 18900K
35112026-08-19T03:48:01.025Za out/crucible-zone.tar.gz 56163K
35122026-08-19T03:48:01.025Za out/external-dns.tar.gz 53990K
35132026-08-19T03:48:01.025Za out/internal-dns.tar.gz 53989K
35142026-08-19T03:48:01.025Za out/mg-ddm-gz.tar 100917K
35152026-08-19T03:48:01.025Za out/nexus.tar.gz 353359K
35162026-08-19T03:48:01.025Za out/ntp.tar.gz 34730K
35172026-08-19T03:48:01.026Za out/omicron-gateway-softnpu.tar.gz 29753K
35182026-08-19T03:48:01.026Za out/omicron-sled-agent.tar 237703K
35192026-08-19T03:48:01.026Za out/overlay.tar.gz 4K
35202026-08-19T03:48:01.026Za out/oximeter.tar.gz 70114K
35212026-08-19T03:48:01.026Za out/oxlog.tar 4066K
35222026-08-19T03:48:01.026Za out/probe.tar.gz 3037K
35232026-08-19T03:48:01.026Za out/propolis-server.tar.gz 34642K
35242026-08-19T03:48:01.026Za out/pumpkind-gz.tar 26647K
35252026-08-19T03:48:01.026Za out/switch-softnpu.tar.gz 496697K
35262026-08-19T03:48:01.029Z
35272026-08-19T03:48:01.029Zreal 1:29.177597572
35282026-08-19T03:48:01.029Zuser 1:26.203249494
35292026-08-19T03:48:01.029Zsys 4.961318302
35302026-08-19T03:48:01.029Ztrap 0.006177737
35312026-08-19T03:48:01.029Ztflt 0.000000000
35322026-08-19T03:48:01.029Zdflt 0.000000000
35332026-08-19T03:48:01.029Zkflt 0.000000000
35342026-08-19T03:48:01.029Zlock 0.000000000
35352026-08-19T03:48:01.030Zslp 1:26.089830755
35362026-08-19T03:48:01.030Zlat 1.089557082
35372026-08-19T03:48:01.030Zstop 0.000251140
35382026-08-19T03:48:01.030Zprocess exited: duration 1399094 ms, exit code 0
 
35392026-08-19T03:48:01.044Zfound 1 output files
35402026-08-19T03:48:01.044Zuploading: /work/package.tar.gz (2758608026 bytes)
35412026-08-19T03:48:37.873Zuploaded: /work/package.tar.gz