01M113TJCGQRW4N4N8H4CXR56C: 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: 01M113V219ZCE740EJ422HBEXP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T08:03:04.171Zjob assigned to worker 01M113V8TKX6DYCHF2V99TMD7K [factory aws, i-066131607a2ce1a81] (queued for 1 m 0 s)
 
22026-08-27T08:03:11.504Zstarting task 0: "setup"
32026-08-27T08:03:11.510Z++ uname -s
42026-08-27T08:03:11.514Z+ kern=SunOS
52026-08-27T08:03:11.514Z+ build_user=build
62026-08-27T08:03:11.514Z+ build_uid=12345
72026-08-27T08:03:11.514Z+ work_dir=/work
82026-08-27T08:03:11.514Z+ input_dir=/input
92026-08-27T08:03:11.514Z+ [[ 0 == 12345 ]]
102026-08-27T08:03:11.514Z+ case "$kern" in
112026-08-27T08:03:11.514Z+ groupadd -g 12345 build
122026-08-27T08:03:11.517Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T08:03:13.522Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T08:03:13.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T08:03:13.613Z+ home_fs=zfs
162026-08-27T08:03:13.613Z+ [[ zfs == autofs ]]
172026-08-27T08:03:13.613Z+ mkdir -p /home/build
182026-08-27T08:03:13.613Z+ chown build:build /home/build /work
192026-08-27T08:03:15.614Z+ chmod 0700 /home/build /work
202026-08-27T08:03:15.617Zprocess exited: duration 4113 ms, exit code 0
 
212026-08-27T08:03:15.624Zstarting task 1: "rust-toolchain"
222026-08-27T08:03:15.629Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T08:03:15.629Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T08:03:15.629Z * rust toolchain channel = "1.97.1"
252026-08-27T08:03:15.629Z * rust toolchain profile = "default"
262026-08-27T08:03:15.629Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T08:03:15.629Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T08:03:15.632Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T08:03:15.632Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T08:03:15.742Zinfo: downloading installer
312026-08-27T08:03:16.997Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T08:03:16.997Zwarn: /home/build/.rustup/settings.toml
332026-08-27T08:03:16.997Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T08:03:16.997Zwarn: instead of the one inferred from the default host triple.
352026-08-27T08:03:17.009Zinfo: profile set to default
362026-08-27T08:03:17.009Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T08:03:17.013Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T08:03:17.140Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T08:03:17.143Zinfo: downloading 6 components
402026-08-27T08:03:31.302Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T08:03:31.302Z
422026-08-27T08:03:31.337Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T08:03:31.337Z
442026-08-27T08:03:31.337Z
452026-08-27T08:03:31.337ZRust is installed now. Great!
462026-08-27T08:03:31.337Z
472026-08-27T08:03:31.337ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T08:03:31.337Zenvironment variable. This has not been done automatically.
492026-08-27T08:03:31.337Z
502026-08-27T08:03:31.337ZTo configure your current shell, you need to source
512026-08-27T08:03:31.337Zthe corresponding env file under $HOME/.cargo.
522026-08-27T08:03:31.337Z
532026-08-27T08:03:31.337ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T08:03:31.340Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T08:03:31.340Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T08:03:31.340Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T08:03:31.340Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T08:03:31.340Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T08:03:31.340Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T08:03:31.340Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T08:03:31.341Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T08:03:31.432Z+ rustup --version
632026-08-27T08:03:31.437Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T08:03:31.441Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T08:03:31.458Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T08:03:31.461Z+ cargo --version
672026-08-27T08:03:31.469Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T08:03:31.472Z+ rustc --version
692026-08-27T08:03:31.492Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T08:03:31.495Zprocess exited: duration 15871 ms, exit code 0
 
712026-08-27T08:03:31.501Zstarting task 2: "authentication"
722026-08-27T08:03:31.519Zprocess exited: duration 17 ms, exit code 0
 
732026-08-27T08:03:31.526Zstarting task 3: "clone repository"
742026-08-27T08:03:31.529Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T08:03:31.532Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T08:03:31.564ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T08:03:44.707Z+ cd /work/oxidecomputer/omicron
782026-08-27T08:03:44.707Z+ git fetch origin 10ce875afc8cc83e819c5cb0457ad3f665aa077a
792026-08-27T08:03:45.226ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T08:03:45.226Z * branch 10ce875afc8cc83e819c5cb0457ad3f665aa077a -> FETCH_HEAD
812026-08-27T08:03:45.238Z+ [[ -n '' ]]
822026-08-27T08:03:45.238Z+ git reset --hard 10ce875afc8cc83e819c5cb0457ad3f665aa077a
832026-08-27T08:03:45.503ZHEAD is now at 10ce875af fmt
842026-08-27T08:03:45.506Zprocess exited: duration 13980 ms, exit code 0
 
852026-08-27T08:03:45.512Zstarting task 4: "build"
862026-08-27T08:03:45.516Z+ source .github/buildomat/ci-env.sh
872026-08-27T08:03:45.519Z++ export CARGO_TERM_COLOR=always
882026-08-27T08:03:45.519Z++ CARGO_TERM_COLOR=always
892026-08-27T08:03:45.519Z+++ uname -s
902026-08-27T08:03:45.519Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-27T08:03:45.519Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-27T08:03:45.522Z+ cargo --version
932026-08-27T08:03:45.532Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-27T08:03:45.535Z+ rustc --version
952026-08-27T08:03:45.553Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-27T08:03:45.556Z+ WORK=/work
972026-08-27T08:03:45.556Z+ pfexec mkdir -p /work
982026-08-27T08:03:45.559Z+ pfexec chown build /work
992026-08-27T08:03:45.561Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-27T08:03:47.558Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-27T08:03:47.944Z Startup: Caching catalogs ... Done
1022026-08-27T08:03:50.102ZPlanning: Solver setup ... Done (2.043s)
1032026-08-27T08:03:50.163ZPlanning: Running solver ... Done (0.061s)
1042026-08-27T08:03:50.215ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-27T08:03:50.225ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-27T08:03:50.240ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-27T08:03:50.253ZPlanning: Package planning ... Done (0.014s)
1082026-08-27T08:03:50.258ZPlanning: Merging actions ... Done (0.001s)
1092026-08-27T08:03:50.479ZPlanning: Checking for conflicting actions ... Done (0.222s)
1102026-08-27T08:03:50.481ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-27T08:03:51.352ZPlanning: Evaluating mediators ... Done (0.869s)
1122026-08-27T08:03:51.355ZPlanning: Planning completed in 3.37 seconds
1132026-08-27T08:03:51.358Z Packages to install: 2
1142026-08-27T08:03:51.358Z Estimated space available: 156.01 GB
1152026-08-27T08:03:51.358ZEstimated space to be consumed: 80.56 MB
1162026-08-27T08:03:51.358Z Create boot environment: No
1172026-08-27T08:03:51.358ZCreate backup boot environment: No
1182026-08-27T08:03:51.358Z Rebuild boot archive: No
1192026-08-27T08:03:51.358Z
1202026-08-27T08:03:51.358ZChanged packages:
1212026-08-27T08:03:51.358Zhelios
1222026-08-27T08:03:51.358Z developer/build-essential
1232026-08-27T08:03:51.358Z None -> 11-3.0
1242026-08-27T08:03:51.358Z library/libxmlsec1
1252026-08-27T08:03:51.358Z None -> 1.2.35-3.0
1262026-08-27T08:03:51.382Z
1272026-08-27T08:03:51.382ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-27T08:03:51.450ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1292026-08-27T08:03:51.512Z Actions: 1/268 actions (Installing new actions)
1302026-08-27T08:03:51.551Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-27T08:03:51.587ZFinalize: Updating package state database ... Done (0.036s)
1322026-08-27T08:03:51.587ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-27T08:03:51.674ZFinalize: Updating image state ... Done (0.086s)
1342026-08-27T08:03:54.309ZFinalize: Creating fast lookup database ... Done (2.580s)
1352026-08-27T08:03:54.375ZFinalize: Reading search index ... Done (0.012s)
1362026-08-27T08:03:54.378ZFinalize: Updating search index ... Done (0.000s)
1372026-08-27T08:03:54.483ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-27T08:03:54.857ZPlanning: Evaluating mediator changes ... Done
1392026-08-27T08:03:54.963ZPlanning: Checking for conflicting actions ... Done
1402026-08-27T08:03:54.966ZPlanning: Consolidating action changes ... Done
1412026-08-27T08:03:55.118ZPlanning: Evaluating mediators ... Done
1422026-08-27T08:03:55.121ZPlanning: Planning completed in 0.26 seconds
1432026-08-27T08:03:55.141Z Mediators to change: 2
1442026-08-27T08:03:55.141Z Create boot environment: No
1452026-08-27T08:03:55.141ZCreate backup boot environment: No
1462026-08-27T08:03:55.181ZFinalize: Updating package state database ... Done
1472026-08-27T08:03:55.181ZFinalize: Updating package cache ... Done
1482026-08-27T08:03:55.240ZFinalize: Updating image state ... Done
1492026-08-27T08:03:57.176ZFinalize: Creating fast lookup database ... Done
1502026-08-27T08:03:57.236ZFinalize: Reading search index ... Done
1512026-08-27T08:03:57.239ZFinalize: Updating search index ... Done
1522026-08-27T08:03:57.296ZFinalize: Updating package cache ... Done
1532026-08-27T08:03:57.578ZPlanning: Evaluating mediator changes ... Done
1542026-08-27T08:03:57.684ZPlanning: Checking for conflicting actions ... Done
1552026-08-27T08:03:57.687ZPlanning: Consolidating action changes ... Done
1562026-08-27T08:03:57.841ZPlanning: Evaluating mediators ... Done
1572026-08-27T08:03:57.844ZPlanning: Planning completed in 0.26 seconds
1582026-08-27T08:03:57.864Z Mediators to change: 1
1592026-08-27T08:03:57.864Z Create boot environment: No
1602026-08-27T08:03:57.864ZCreate backup boot environment: No
1612026-08-27T08:03:57.910ZFinalize: Updating package state database ... Done
1622026-08-27T08:03:57.910ZFinalize: Updating package cache ... Done
1632026-08-27T08:03:57.962ZFinalize: Updating image state ... Done
1642026-08-27T08:03:59.903ZFinalize: Creating fast lookup database ... Done
1652026-08-27T08:03:59.963ZFinalize: Reading search index ... Done
1662026-08-27T08:03:59.966ZFinalize: Updating search index ... Done
1672026-08-27T08:04:00.023ZFinalize: Updating package cache ... Done
1682026-08-27T08:04:00.334ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-27T08:04:00.334Zapache system 2.4 system
1702026-08-27T08:04:00.335Zclang system 15 system
1712026-08-27T08:04:00.335Zcsh system system illumos
1722026-08-27T08:04:00.335Zctags system system illumos
1732026-08-27T08:04:00.335Zfile vendor vendor darwinsys
1742026-08-27T08:04:00.335Zfile system system illumos
1752026-08-27T08:04:00.335Zgcc vendor 14 vendor
1762026-08-27T08:04:00.335Zgcc system 13 system
1772026-08-27T08:04:00.335Zgcc system 10 system
1782026-08-27T08:04:00.335Zgo system 1.25 system
1792026-08-27T08:04:00.335Zllvm system 15 system
1802026-08-27T08:04:00.335Zmariadb system 11.4 system
1812026-08-27T08:04:00.335Zmta vendor vendor dma
1822026-08-27T08:04:00.335Zopenjdk system 17 system
1832026-08-27T08:04:00.335Zopenjdk system 11 system
1842026-08-27T08:04:00.335Zopenssl vendor 3 vendor
1852026-08-27T08:04:00.335Zperl system 5.40 system
1862026-08-27T08:04:00.335Zpostgresql system 18 system
1872026-08-27T08:04:00.335Zpostgresql system 17 system
1882026-08-27T08:04:00.335Zpython vendor 3 vendor
1892026-08-27T08:04:00.335Zpython system 2 system
1902026-08-27T08:04:00.335Zpython3 vendor 3.13 vendor
1912026-08-27T08:04:00.335Zruby system 3.4 system
1922026-08-27T08:04:00.335Zruby system 3.0 system
1932026-08-27T08:04:00.335Zwords vendor vendor american-english
1942026-08-27T08:04:00.335Zwords system system australian-english
1952026-08-27T08:04:00.335Zwords system system british-english
1962026-08-27T08:04:00.335Zwords system system canadian-english
1972026-08-27T08:04:00.335Zwords system system french
1982026-08-27T08:04:00.335Zwords system system italian
1992026-08-27T08:04:00.335Zwords system system ngerman
2002026-08-27T08:04:00.335Zwords system system ogerman
2012026-08-27T08:04:00.335Zwords system system spanish
2022026-08-27T08:04:00.589ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-27T08:04:00.589Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-27T08:04:01.074ZFMRI IFO
2052026-08-27T08:04:01.074Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-27T08:04:01.074Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-27T08:04:01.074Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-27T08:04:01.074Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-27T08:04:01.074Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-27T08:04:01.075Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-27T08:04:01.075Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-27T08:04:01.075Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-27T08:04:01.075Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-27T08:04:01.414Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-27T08:04:01.801Z Updating crates.io index
2162026-08-27T08:04:01.804Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-27T08:04:02.095Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-27T08:04:02.467Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2192026-08-27T08:04:02.744Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-08-27T08:04:03.787Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2212026-08-27T08:04:04.431Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-08-27T08:04:06.159Z Updating git repository `https://github.com/oxidecomputer/opte`
2232026-08-27T08:04:07.041Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-08-27T08:04:07.332Z Updating git repository `https://github.com/oxidecomputer/lldp`
2252026-08-27T08:04:07.765Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-08-27T08:04:09.095Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-08-27T08:04:09.396Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2282026-08-27T08:04:09.830Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-08-27T08:04:10.142Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-08-27T08:04:10.455Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2312026-08-27T08:04:10.742Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2322026-08-27T08:04:11.058Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-08-27T08:04:11.353Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-08-27T08:04:11.751Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-27T08:04:12.279Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-08-27T08:04:12.682Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-27T08:04:13.186Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-27T08:04:13.496Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-27T08:04:14.098Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-27T08:04:14.430Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-27T08:04:14.701Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-27T08:04:15.156Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-27T08:04:15.444Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-27T08:04:15.917Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-27T08:04:16.307Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-27T08:04:16.621Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-27T08:04:16.962Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-27T08:04:17.386Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-27T08:04:17.977Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-27T08:04:18.269Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-27T08:04:18.578Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-27T08:04:18.918Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-27T08:04:19.260Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-27T08:04:19.589Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-27T08:04:19.877Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-27T08:04:20.223Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-27T08:04:20.558Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-27T08:04:20.856Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-27T08:04:24.043Z Downloading crates ...
2602026-08-27T08:04:24.089Z Downloaded anstream v1.0.0
2612026-08-27T08:04:24.094Z Downloaded dof v0.3.0
2622026-08-27T08:04:24.099Z Downloaded itoa v1.0.17
2632026-08-27T08:04:24.103Z Downloaded anyhow v1.0.104
2642026-08-27T08:04:24.107Z Downloaded pretty-hex v0.4.1
2652026-08-27T08:04:24.119Z Downloaded fnv v1.0.7
2662026-08-27T08:04:24.120Z Downloaded colorchoice v1.0.4
2672026-08-27T08:04:24.120Z Downloaded cfg-if v1.0.4
2682026-08-27T08:04:24.125Z Downloaded errno v0.3.14
2692026-08-27T08:04:24.125Z Downloaded macaddr v1.0.1
2702026-08-27T08:04:24.129Z Downloaded heck v0.5.0
2712026-08-27T08:04:24.129Z Downloaded is_terminal_polyfill v1.70.2
2722026-08-27T08:04:24.129Z Downloaded cargo-platform v0.3.2
2732026-08-27T08:04:24.129Z Downloaded proc-macro-error-attr v1.0.4
2742026-08-27T08:04:24.130Z Downloaded zerocopy v0.7.35
2752026-08-27T08:04:24.135Z Downloaded clap_lex v1.0.0
2762026-08-27T08:04:24.139Z Downloaded autocfg v1.5.0
2772026-08-27T08:04:24.139Z Downloaded camino-tempfile v1.4.1
2782026-08-27T08:04:24.139Z Downloaded bytecount v0.6.9
2792026-08-27T08:04:24.139Z Downloaded dtrace-parser v0.2.0
2802026-08-27T08:04:24.142Z Downloaded anstyle-parse v1.0.0
2812026-08-27T08:04:24.142Z Downloaded fs-err v3.3.0
2822026-08-27T08:04:24.142Z Downloaded cargo_toml v0.21.0
2832026-08-27T08:04:24.146Z Downloaded crypto-common v0.1.7
2842026-08-27T08:04:24.146Z Downloaded cpufeatures v0.2.17
2852026-08-27T08:04:24.146Z Downloaded cargo_metadata v0.23.1
2862026-08-27T08:04:24.151Z Downloaded serde_tokenstream v0.2.3
2872026-08-27T08:04:24.151Z Downloaded block-buffer v0.10.4
2882026-08-27T08:04:24.154Z Downloaded fastrand v2.3.0
2892026-08-27T08:04:24.157Z Downloaded ucd-trie v0.1.7
2902026-08-27T08:04:24.160Z Downloaded once_cell v1.21.3
2912026-08-27T08:04:24.163Z Downloaded heck v0.4.1
2922026-08-27T08:04:24.163Z Downloaded generic-array v0.14.7
2932026-08-27T08:04:24.163Z Downloaded scroll_derive v0.12.1
2942026-08-27T08:04:24.166Z Downloaded anstyle-query v1.1.5
2952026-08-27T08:04:24.173Z Downloaded equivalent v1.0.2
2962026-08-27T08:04:24.176Z Downloaded utf8parse v0.2.2
2972026-08-27T08:04:24.176Z Downloaded terminal_size v0.4.3
2982026-08-27T08:04:24.176Z Downloaded version_check v0.9.5
2992026-08-27T08:04:24.179Z Downloaded serde_spanned v0.6.9
3002026-08-27T08:04:24.183Z Downloaded smawk v0.3.2
3012026-08-27T08:04:24.183Z Downloaded usdt-attr-macro v0.5.0
3022026-08-27T08:04:24.186Z Downloaded swrite v0.1.0
3032026-08-27T08:04:24.186Z Downloaded tabled_derive v0.7.0
3042026-08-27T08:04:24.189Z Downloaded plain v0.2.3
3052026-08-27T08:04:24.190Z Downloaded usdt v0.5.0
3062026-08-27T08:04:24.190Z Downloaded toml_datetime v0.6.11
3072026-08-27T08:04:24.193Z Downloaded byteorder v1.5.0
3082026-08-27T08:04:24.193Z Downloaded digest v0.10.7
3092026-08-27T08:04:24.197Z Downloaded thread-id v4.2.2
3102026-08-27T08:04:24.201Z Downloaded toml_write v0.1.2
3112026-08-27T08:04:24.202Z Downloaded usdt-macro v0.5.0
3122026-08-27T08:04:24.202Z Downloaded strsim v0.11.1
3132026-08-27T08:04:24.208Z Downloaded textwrap v0.16.2
3142026-08-27T08:04:24.212Z Downloaded getrandom v0.4.3
3152026-08-27T08:04:24.215Z Downloaded anstyle v1.0.14
3162026-08-27T08:04:24.218Z Downloaded thiserror v2.0.18
3172026-08-27T08:04:24.221Z Downloaded memmap v0.7.0
3182026-08-27T08:04:24.221Z Downloaded thiserror v1.0.69
3192026-08-27T08:04:24.225Z Downloaded usdt-impl v0.5.0
3202026-08-27T08:04:24.230Z Downloaded unicode-linebreak v0.1.5
3212026-08-27T08:04:24.231Z Downloaded sha2 v0.10.9
3222026-08-27T08:04:24.234Z Downloaded thiserror-impl v1.0.69
3232026-08-27T08:04:24.237Z Downloaded proc-macro-error v1.0.4
3242026-08-27T08:04:24.240Z Downloaded scroll v0.12.0
3252026-08-27T08:04:24.240Z Downloaded thiserror-impl v2.0.18
3262026-08-27T08:04:24.240Z Downloaded zmij v1.0.21
3272026-08-27T08:04:24.247Z Downloaded papergrid v0.11.0
3282026-08-27T08:04:24.252Z Downloaded camino v1.2.5
3292026-08-27T08:04:24.255Z Downloaded bitflags v2.11.0
3302026-08-27T08:04:24.255Z Downloaded clap_derive v4.6.1
3312026-08-27T08:04:24.259Z Downloaded pest_generator v2.8.6
3322026-08-27T08:04:24.259Z Downloaded quote v1.0.45
3332026-08-27T08:04:24.262Z Downloaded tempfile v3.27.0
3342026-08-27T08:04:24.262Z Downloaded toml v0.8.23
3352026-08-27T08:04:24.267Z Downloaded unicode-ident v1.0.24
3362026-08-27T08:04:24.270Z Downloaded semver v1.0.28
3372026-08-27T08:04:24.273Z Downloaded serde_core v1.0.228
3382026-08-27T08:04:24.273Z Downloaded log v0.4.33
3392026-08-27T08:04:24.274Z Downloaded goblin v0.8.2
3402026-08-27T08:04:24.277Z Downloaded proc-macro2 v1.0.106
3412026-08-27T08:04:24.284Z Downloaded serde_derive v1.0.228
3422026-08-27T08:04:24.289Z Downloaded clap v4.6.1
3432026-08-27T08:04:24.292Z Downloaded zerocopy-derive v0.7.35
3442026-08-27T08:04:24.297Z Downloaded pest_meta v2.8.6
3452026-08-27T08:04:24.297Z Downloaded pest_derive v2.8.6
3462026-08-27T08:04:24.300Z Downloaded toml_edit v0.22.27
3472026-08-27T08:04:24.300Z Downloaded memchr v2.8.0
3482026-08-27T08:04:24.312Z Downloaded serde v1.0.228
3492026-08-27T08:04:24.321Z Downloaded typenum v1.20.1
3502026-08-27T08:04:24.324Z Downloaded indexmap v2.14.0
3512026-08-27T08:04:24.341Z Downloaded pest v2.8.6
3522026-08-27T08:04:24.352Z Downloaded hashbrown v0.17.0
3532026-08-27T08:04:24.357Z Downloaded clap_builder v4.6.0
3542026-08-27T08:04:24.362Z Downloaded serde_json v1.0.151
3552026-08-27T08:04:24.374Z Downloaded winnow v0.7.14
3562026-08-27T08:04:24.384Z Downloaded tabled v0.15.0
3572026-08-27T08:04:24.389Z Downloaded syn v1.0.109
3582026-08-27T08:04:24.397Z Downloaded syn v2.0.117
3592026-08-27T08:04:24.400Z Downloaded unicode-width v0.1.14
3602026-08-27T08:04:24.403Z Downloaded unicode-width v0.2.0
3612026-08-27T08:04:24.424Z Downloaded rustix v1.1.4
3622026-08-27T08:04:24.438Z Downloaded libc v0.2.185
3632026-08-27T08:04:24.501Z Compiling proc-macro2 v1.0.106
3642026-08-27T08:04:24.501Z Compiling unicode-ident v1.0.24
3652026-08-27T08:04:24.505Z Compiling quote v1.0.45
3662026-08-27T08:04:24.505Z Compiling serde_core v1.0.228
3672026-08-27T08:04:24.505Z Compiling libc v0.2.185
3682026-08-27T08:04:24.505Z Compiling version_check v0.9.5
3692026-08-27T08:04:24.505Z Compiling memchr v2.8.0
3702026-08-27T08:04:24.505Z Compiling serde v1.0.228
3712026-08-27T08:04:24.505Z Compiling zmij v1.0.21
3722026-08-27T08:04:24.678Z Compiling ucd-trie v0.1.7
3732026-08-27T08:04:24.681Z Compiling itoa v1.0.17
3742026-08-27T08:04:24.690Z Compiling thiserror v1.0.69
3752026-08-27T08:04:24.693Z Compiling rustix v1.1.4
3762026-08-27T08:04:24.693Z Compiling byteorder v1.5.0
3772026-08-27T08:04:25.008Z Compiling bitflags v2.11.0
3782026-08-27T08:04:25.045Z Compiling serde_json v1.0.151
3792026-08-27T08:04:25.121Z Compiling proc-macro-error-attr v1.0.4
3802026-08-27T08:04:25.156Z Compiling usdt-impl v0.5.0
3812026-08-27T08:04:25.245Z Compiling pest v2.8.6
3822026-08-27T08:04:25.248Z Compiling camino v1.2.5
3832026-08-27T08:04:25.332Z Compiling syn v1.0.109
3842026-08-27T08:04:25.351Z Compiling proc-macro-error v1.0.4
3852026-08-27T08:04:25.436Z Compiling hashbrown v0.17.0
3862026-08-27T08:04:25.487Z Compiling equivalent v1.0.2
3872026-08-27T08:04:25.502Z Compiling log v0.4.33
3882026-08-27T08:04:25.519Z Compiling utf8parse v0.2.2
3892026-08-27T08:04:25.536Z Compiling plain v0.2.3
3902026-08-27T08:04:25.588Z Compiling getrandom v0.4.3
3912026-08-27T08:04:25.624Z Compiling is_terminal_polyfill v1.70.2
3922026-08-27T08:04:25.699Z Compiling anstyle-parse v1.0.0
3932026-08-27T08:04:25.702Z Compiling cfg-if v1.0.4
3942026-08-27T08:04:25.757Z Compiling pretty-hex v0.4.1
3952026-08-27T08:04:25.795Z Compiling colorchoice v1.0.4
3962026-08-27T08:04:25.795Z Compiling thiserror v2.0.18
3972026-08-27T08:04:25.831Z Compiling winnow v0.7.14
3982026-08-27T08:04:25.831Z Compiling anstyle-query v1.1.5
3992026-08-27T08:04:25.866Z Compiling toml_write v0.1.2
4002026-08-27T08:04:25.869Z Compiling autocfg v1.5.0
4012026-08-27T08:04:25.917Z Compiling errno v0.3.14
4022026-08-27T08:04:25.920Z Compiling thread-id v4.2.2
4032026-08-27T08:04:25.954Z Compiling anstyle v1.0.14
4042026-08-27T08:04:25.989Z Compiling indexmap v2.14.0
4052026-08-27T08:04:26.026Z Compiling unicode-width v0.1.14
4062026-08-27T08:04:26.093Z Compiling bytecount v0.6.9
4072026-08-27T08:04:26.127Z Compiling once_cell v1.21.3
4082026-08-27T08:04:26.144Z Compiling fastrand v2.3.0
4092026-08-27T08:04:26.189Z Compiling syn v2.0.117
4102026-08-27T08:04:26.242Z Compiling anstream v1.0.0
4112026-08-27T08:04:26.302Z Compiling heck v0.5.0
4122026-08-27T08:04:26.330Z Compiling anyhow v1.0.104
4132026-08-27T08:04:26.348Z Compiling fs-err v3.3.0
4142026-08-27T08:04:26.384Z Compiling fnv v1.0.7
4152026-08-27T08:04:26.430Z Compiling pest_meta v2.8.6
4162026-08-27T08:04:26.490Z Compiling heck v0.4.1
4172026-08-27T08:04:26.522Z Compiling strsim v0.11.1
4182026-08-27T08:04:26.557Z Compiling clap_lex v1.0.0
4192026-08-27T08:04:26.593Z Compiling papergrid v0.11.0
4202026-08-27T08:04:26.657Z Compiling memmap v0.7.0
4212026-08-27T08:04:26.673Z Compiling smawk v0.3.2
4222026-08-27T08:04:26.707Z Compiling unicode-width v0.2.0
4232026-08-27T08:04:26.712Z Compiling unicode-linebreak v0.1.5
4242026-08-27T08:04:26.805Z Compiling swrite v0.1.0
4252026-08-27T08:04:26.935Z Compiling terminal_size v0.4.3
4262026-08-27T08:04:26.935Z Compiling tempfile v3.27.0
4272026-08-27T08:04:27.011Z Compiling semver v1.0.28
4282026-08-27T08:04:27.065Z Compiling clap_builder v4.6.0
4292026-08-27T08:04:27.095Z Compiling cargo-platform v0.3.2
4302026-08-27T08:04:27.115Z Compiling textwrap v0.16.2
4312026-08-27T08:04:27.306Z Compiling camino-tempfile v1.4.1
4322026-08-27T08:04:27.744Z Compiling tabled_derive v0.7.0
4332026-08-27T08:04:28.309Z Compiling pest_generator v2.8.6
4342026-08-27T08:04:28.368Z Compiling tabled v0.15.0
4352026-08-27T08:04:28.811Z Compiling serde_derive v1.0.228
4362026-08-27T08:04:28.811Z Compiling thiserror-impl v1.0.69
4372026-08-27T08:04:28.820Z Compiling zerocopy-derive v0.7.35
4382026-08-27T08:04:28.820Z Compiling scroll_derive v0.12.1
4392026-08-27T08:04:28.820Z Compiling thiserror-impl v2.0.18
4402026-08-27T08:04:28.820Z Compiling clap_derive v4.6.1
4412026-08-27T08:04:28.913Z Compiling pest_derive v2.8.6
4422026-08-27T08:04:29.402Z Compiling scroll v0.12.0
4432026-08-27T08:04:29.541Z Compiling zerocopy v0.7.35
4442026-08-27T08:04:29.617Z Compiling goblin v0.8.2
4452026-08-27T08:04:29.914Z Compiling dtrace-parser v0.2.0
4462026-08-27T08:04:30.102Z Compiling clap v4.6.1
4472026-08-27T08:04:31.230Z Compiling toml_datetime v0.6.11
4482026-08-27T08:04:31.230Z Compiling serde_spanned v0.6.9
4492026-08-27T08:04:31.233Z Compiling cargo_metadata v0.23.1
4502026-08-27T08:04:31.233Z Compiling macaddr v1.0.1
4512026-08-27T08:04:31.233Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4522026-08-27T08:04:31.248Z Compiling dof v0.3.0
4532026-08-27T08:04:31.251Z Compiling serde_tokenstream v0.2.3
4542026-08-27T08:04:31.442Z Compiling toml_edit v0.22.27
4552026-08-27T08:04:32.008Z Compiling usdt-attr-macro v0.5.0
4562026-08-27T08:04:32.011Z Compiling usdt-macro v0.5.0
4572026-08-27T08:04:32.591Z Compiling usdt v0.5.0
4582026-08-27T08:04:32.696Z Compiling toml v0.8.23
4592026-08-27T08:04:33.014Z Compiling cargo_toml v0.21.0
4602026-08-27T08:04:34.282Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-08-27T08:04:36.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.08s
4622026-08-27T08:04:36.535Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-08-27T08:04:37.051Z Downloading crates ...
4642026-08-27T08:04:37.099Z Downloaded aead v0.5.2
4652026-08-27T08:04:37.103Z Downloaded arrayref v0.3.9
4662026-08-27T08:04:37.107Z Downloaded async-recursion v1.1.1
4672026-08-27T08:04:37.114Z Downloaded adler2 v2.0.1
4682026-08-27T08:04:37.122Z Downloaded assert_matches v1.5.0
4692026-08-27T08:04:37.125Z Downloaded atomicwrites v0.4.4
4702026-08-27T08:04:37.125Z Downloaded base16ct v0.2.0
4712026-08-27T08:04:37.129Z Downloaded backtrace-ext v0.2.1
4722026-08-27T08:04:37.132Z Downloaded base16ct v1.0.0
4732026-08-27T08:04:37.135Z Downloaded ghash v0.6.0
4742026-08-27T08:04:37.135Z Downloaded fd-lock v4.0.4
4752026-08-27T08:04:37.142Z Downloaded bitfield-macros v0.19.4
4762026-08-27T08:04:37.145Z Downloaded async-stream-impl v0.3.6
4772026-08-27T08:04:37.148Z Downloaded bcrypt-pbkdf v0.11.0
4782026-08-27T08:04:37.153Z Downloaded async-stream v0.3.6
4792026-08-27T08:04:37.156Z Downloaded castaway v0.2.4
4802026-08-27T08:04:37.159Z Downloaded globset v0.4.18
4812026-08-27T08:04:37.159Z Downloaded argon2 v0.5.3
4822026-08-27T08:04:37.162Z Downloaded form_urlencoded v1.2.2
4832026-08-27T08:04:37.162Z Downloaded bit-vec v0.6.3
4842026-08-27T08:04:37.165Z Downloaded atomic-waker v1.1.2
4852026-08-27T08:04:37.166Z Downloaded fixedbitset v0.4.2
4862026-08-27T08:04:37.166Z Downloaded flagset v0.4.7
4872026-08-27T08:04:37.166Z Downloaded foreign-types v0.3.2
4882026-08-27T08:04:37.166Z Downloaded foreign-types-macros v0.2.3
4892026-08-27T08:04:37.169Z Downloaded funty v2.0.0
4902026-08-27T08:04:37.169Z Downloaded futures-sink v0.3.32
4912026-08-27T08:04:37.169Z Downloaded float-ord v0.3.2
4922026-08-27T08:04:37.169Z Downloaded ascii-canvas v3.0.0
4932026-08-27T08:04:37.169Z Downloaded array-init v0.0.4
4942026-08-27T08:04:37.169Z Downloaded bit-set v0.8.0
4952026-08-27T08:04:37.172Z Downloaded bb8 v0.8.6
4962026-08-27T08:04:37.172Z Downloaded futures-io v0.3.32
4972026-08-27T08:04:37.172Z Downloaded env_logger v0.11.11
4982026-08-27T08:04:37.175Z Downloaded float-cmp v0.10.0
4992026-08-27T08:04:37.175Z Downloaded foreign-types-shared v0.1.1
5002026-08-27T08:04:37.175Z Downloaded atty v0.2.14
5012026-08-27T08:04:37.178Z Downloaded bitfield-struct v0.6.2
5022026-08-27T08:04:37.178Z Downloaded fallible-iterator v0.2.0
5032026-08-27T08:04:37.181Z Downloaded fs_extra v1.3.0
5042026-08-27T08:04:37.181Z Downloaded erased-serde v0.3.31
5052026-08-27T08:04:37.181Z Downloaded filetime v0.2.27
5062026-08-27T08:04:37.184Z Downloaded flume v0.11.1
5072026-08-27T08:04:37.184Z Downloaded const-oid v0.10.2
5082026-08-27T08:04:37.187Z Downloaded foreign-types v0.5.0
5092026-08-27T08:04:37.187Z Downloaded hex v0.4.3
5102026-08-27T08:04:37.187Z Downloaded compression-core v0.4.31
5112026-08-27T08:04:37.187Z Downloaded futures-core v0.3.32
5122026-08-27T08:04:37.192Z Downloaded futures-task v0.3.32
5132026-08-27T08:04:37.192Z Downloaded gethostname v0.5.0
5142026-08-27T08:04:37.192Z Downloaded futures-macro v0.3.32
5152026-08-27T08:04:37.195Z Downloaded ciborium-ll v0.2.2
5162026-08-27T08:04:37.195Z Downloaded foreign-types-shared v0.3.1
5172026-08-27T08:04:37.195Z Downloaded globwalk v0.9.1
5182026-08-27T08:04:37.195Z Downloaded hash32 v0.2.1
5192026-08-27T08:04:37.195Z Downloaded hash32 v0.3.1
5202026-08-27T08:04:37.199Z Downloaded headers-core v0.3.0
5212026-08-27T08:04:37.199Z Downloaded http-body v1.0.1
5222026-08-27T08:04:37.199Z Downloaded env_filter v2.0.0
5232026-08-27T08:04:37.199Z Downloaded cfg_aliases v0.1.1
5242026-08-27T08:04:37.199Z Downloaded normalize-line-endings v0.3.0
5252026-08-27T08:04:37.203Z Downloaded foldhash v0.2.0
5262026-08-27T08:04:37.203Z Downloaded find-msvc-tools v0.1.9
5272026-08-27T08:04:37.203Z Downloaded cfg_aliases v0.2.1
5282026-08-27T08:04:37.206Z Downloaded foldhash v0.1.5
5292026-08-27T08:04:37.206Z Downloaded ff v0.13.1
5302026-08-27T08:04:37.206Z Downloaded ciborium-io v0.2.2
5312026-08-27T08:04:37.206Z Downloaded cobs v0.3.0
5322026-08-27T08:04:37.209Z Downloaded git-stub v1.0.0
5332026-08-27T08:04:37.209Z Downloaded futures-channel v0.3.32
5342026-08-27T08:04:37.213Z Downloaded git-stub-vcs v0.1.0
5352026-08-27T08:04:37.213Z Downloaded bit-set v0.5.3
5362026-08-27T08:04:37.216Z Downloaded fxhash v0.2.1
5372026-08-27T08:04:37.216Z Downloaded hex-literal v1.1.0
5382026-08-27T08:04:37.219Z Downloaded cassowary v0.3.0
5392026-08-27T08:04:37.219Z Downloaded backoff v0.4.0
5402026-08-27T08:04:37.219Z Downloaded arrayvec v0.7.6
5412026-08-27T08:04:37.222Z Downloaded hostname v0.4.2
5422026-08-27T08:04:37.225Z Downloaded aead v0.6.1
5432026-08-27T08:04:37.225Z Downloaded bitflags v1.3.2
5442026-08-27T08:04:37.225Z Downloaded chacha20 v0.9.1
5452026-08-27T08:04:37.229Z Downloaded bit-vec v0.8.0
5462026-08-27T08:04:37.231Z Downloaded httpdate v1.0.3
5472026-08-27T08:04:37.234Z Downloaded home v0.5.12
5482026-08-27T08:04:37.234Z Downloaded hostname v0.3.1
5492026-08-27T08:04:37.237Z Downloaded http-range v0.1.5
5502026-08-27T08:04:37.237Z Downloaded block-buffer v0.12.1
5512026-08-27T08:04:37.243Z Downloaded block-padding v0.4.2
5522026-08-27T08:04:37.246Z Downloaded nodrop v0.1.14
5532026-08-27T08:04:37.246Z Downloaded openssl-macros v0.1.1
5542026-08-27T08:04:37.250Z Downloaded addr2line v0.25.1
5552026-08-27T08:04:37.250Z Downloaded glob v0.3.3
5562026-08-27T08:04:37.257Z Downloaded group v0.14.0
5572026-08-27T08:04:37.257Z Downloaded fixedbitset v0.5.7
5582026-08-27T08:04:37.257Z Downloaded futures-executor v0.3.32
5592026-08-27T08:04:37.266Z Downloaded hubpack_derive v0.1.1
5602026-08-27T08:04:37.266Z Downloaded num_threads v0.1.7
5612026-08-27T08:04:37.269Z Downloaded oxide-generation-macros v0.2.0
5622026-08-27T08:04:37.269Z Downloaded highway v1.3.0
5632026-08-27T08:04:37.269Z Downloaded ff v0.14.0
5642026-08-27T08:04:37.269Z Downloaded anstream v0.6.21
5652026-08-27T08:04:37.273Z Downloaded async-trait v0.1.89
5662026-08-27T08:04:37.273Z Downloaded bitfield v0.19.4
5672026-08-27T08:04:37.273Z Downloaded powerfmt v0.2.0
5682026-08-27T08:04:37.279Z Downloaded cbc v0.2.1
5692026-08-27T08:04:37.282Z Downloaded cexpr v0.6.0
5702026-08-27T08:04:37.282Z Downloaded psl-types v2.0.11
5712026-08-27T08:04:37.282Z Downloaded recursive v0.1.1
5722026-08-27T08:04:37.282Z Downloaded recursive-proc-macro-impl v0.1.1
5732026-08-27T08:04:37.282Z Downloaded byte-wrapper v0.1.0
5742026-08-27T08:04:37.283Z Downloaded camino-tempfile-ext v0.3.3
5752026-08-27T08:04:37.283Z Downloaded cmov v0.5.4
5762026-08-27T08:04:37.283Z Downloaded rand_xorshift v0.4.0
5772026-08-27T08:04:37.286Z Downloaded path-slash v0.1.5
5782026-08-27T08:04:37.289Z Downloaded percent-encoding v2.3.2
5792026-08-27T08:04:37.292Z Downloaded proc-macro-crate v1.3.1
5802026-08-27T08:04:37.292Z Downloaded proc-macro-crate v3.4.0
5812026-08-27T08:04:37.299Z Downloaded base64ct v1.8.3
5822026-08-27T08:04:37.302Z Downloaded hubpack v0.1.2
5832026-08-27T08:04:37.303Z Downloaded cipher v0.5.2
5842026-08-27T08:04:37.303Z Downloaded compression-codecs v0.4.37
5852026-08-27T08:04:37.307Z Downloaded http-body-util v0.1.3
5862026-08-27T08:04:37.307Z Downloaded backon v1.6.0
5872026-08-27T08:04:37.311Z Downloaded fs-err v2.11.0
5882026-08-27T08:04:37.311Z Downloaded hyper-tls v0.6.0
5892026-08-27T08:04:37.311Z Downloaded blake2 v0.10.6
5902026-08-27T08:04:37.314Z Downloaded cipher v0.4.4
5912026-08-27T08:04:37.316Z Downloaded bs58 v0.5.1
5922026-08-27T08:04:37.319Z Downloaded buf-list v1.1.2
5932026-08-27T08:04:37.319Z Downloaded group v0.13.0
5942026-08-27T08:04:37.322Z Downloaded hyper-staticfile v0.10.1
5952026-08-27T08:04:37.322Z Downloaded scopeguard v1.2.0
5962026-08-27T08:04:37.322Z Downloaded scroll_derive v0.13.1
5972026-08-27T08:04:37.325Z Downloaded signal-hook-tokio v0.3.1
5982026-08-27T08:04:37.328Z Downloaded rustc-hash v2.1.1
5992026-08-27T08:04:37.328Z Downloaded getrandom v0.2.17
6002026-08-27T08:04:37.331Z Downloaded allocator-api2 v0.2.21
6012026-08-27T08:04:37.335Z Downloaded password-hash v0.5.0
6022026-08-27T08:04:37.335Z Downloaded anstyle-parse v0.2.7
6032026-08-27T08:04:37.338Z Downloaded sponge-cursor v0.1.0
6042026-08-27T08:04:37.338Z Downloaded sha1 v0.10.6
6052026-08-27T08:04:37.341Z Downloaded futures v0.3.32
6062026-08-27T08:04:37.344Z Downloaded hyper-rustls v0.27.7
6072026-08-27T08:04:37.348Z Downloaded generic-array v1.4.3
6082026-08-27T08:04:37.348Z Downloaded getrandom v0.3.4
6092026-08-27T08:04:37.351Z Downloaded pem v3.0.6
6102026-08-27T08:04:37.351Z Downloaded phf v0.13.1
6112026-08-27T08:04:37.351Z Downloaded subtle v2.6.1
6122026-08-27T08:04:37.351Z Downloaded stable_deref_trait v1.2.1
6132026-08-27T08:04:37.351Z Downloaded take_mut v0.2.2
6142026-08-27T08:04:37.351Z Downloaded tap v1.0.1
6152026-08-27T08:04:37.351Z Downloaded pkcs8 v0.10.2
6162026-08-27T08:04:37.354Z Downloaded fatfs v0.3.6
6172026-08-27T08:04:37.354Z Downloaded phf_shared v0.11.3
6182026-08-27T08:04:37.354Z Downloaded argon2 v0.6.0-rc.8
6192026-08-27T08:04:37.357Z Downloaded num-complex v0.4.6
6202026-08-27T08:04:37.357Z Downloaded num_enum v0.5.11
6212026-08-27T08:04:37.363Z Downloaded psm v0.1.30
6222026-08-27T08:04:37.366Z Downloaded async-bb8-diesel v0.2.1
6232026-08-27T08:04:37.366Z Downloaded colored v2.2.0
6242026-08-27T08:04:37.366Z Downloaded rand_seeder v0.4.0
6252026-08-27T08:04:37.371Z Downloaded blowfish v0.10.0
6262026-08-27T08:04:37.375Z Downloaded console v0.16.2
6272026-08-27T08:04:37.375Z Downloaded unarray v0.1.4
6282026-08-27T08:04:37.375Z Downloaded utf-8 v0.7.6
6292026-08-27T08:04:37.376Z Downloaded phf v0.12.1
6302026-08-27T08:04:37.380Z Downloaded rand_core v0.9.5
6312026-08-27T08:04:37.380Z Downloaded scroll v0.13.0
6322026-08-27T08:04:37.385Z Downloaded scrypt v0.12.0
6332026-08-27T08:04:37.390Z Downloaded iana-time-zone v0.1.65
6342026-08-27T08:04:37.393Z Downloaded usdt v0.6.0
6352026-08-27T08:04:37.393Z Downloaded httparse v1.10.1
6362026-08-27T08:04:37.393Z Downloaded want v0.3.1
6372026-08-27T08:04:37.397Z Downloaded bzip2 v0.6.1
6382026-08-27T08:04:37.397Z Downloaded half v1.8.3
6392026-08-27T08:04:37.397Z Downloaded humantime v2.3.0
6402026-08-27T08:04:37.397Z Downloaded hybrid-array v0.4.13
6412026-08-27T08:04:37.401Z Downloaded sec1 v0.7.3
6422026-08-27T08:04:37.413Z Downloaded ahash v0.8.12
6432026-08-27T08:04:37.413Z Downloaded yoke-derive v0.8.1
6442026-08-27T08:04:37.413Z Downloaded bzip2 v0.4.4
6452026-08-27T08:04:37.413Z Downloaded cancel-safe-futures v0.1.5
6462026-08-27T08:04:37.413Z Downloaded colored v3.1.1
6472026-08-27T08:04:37.413Z Downloaded console v0.15.11
6482026-08-27T08:04:37.413Z Downloaded blake2 v0.11.0-rc.6
6492026-08-27T08:04:37.413Z Downloaded const-oid v0.9.6
6502026-08-27T08:04:37.416Z Downloaded convert_case v0.4.0
6512026-08-27T08:04:37.416Z Downloaded spki v0.8.0
6522026-08-27T08:04:37.416Z Downloaded slog-dtrace v0.3.0
6532026-08-27T08:04:37.416Z Downloaded cmake v0.1.57
6542026-08-27T08:04:37.416Z Downloaded string_cache v0.8.9
6552026-08-27T08:04:37.416Z Downloaded structmeta v0.3.0
6562026-08-27T08:04:37.416Z Downloaded synstructure v0.13.2
6572026-08-27T08:04:37.417Z Downloaded tls_codec v0.4.2
6582026-08-27T08:04:37.420Z Downloaded darling_macro v0.21.3
6592026-08-27T08:04:37.420Z Downloaded darling_macro v0.23.0
6602026-08-27T08:04:37.420Z Downloaded pkcs1 v0.8.0-rc.4
6612026-08-27T08:04:37.423Z Downloaded pkcs8 v0.11.0
6622026-08-27T08:04:37.423Z Downloaded difflib v0.4.0
6632026-08-27T08:04:37.423Z Downloaded hmac v0.13.0
6642026-08-27T08:04:37.423Z Downloaded tiny-keccak v2.0.2
6652026-08-27T08:04:37.426Z Downloaded tls_codec_derive v0.4.2
6662026-08-27T08:04:37.431Z Downloaded slog-term v2.9.2
6672026-08-27T08:04:37.435Z Downloaded smallvec v0.6.14
6682026-08-27T08:04:37.438Z Downloaded strum_macros v0.24.3
6692026-08-27T08:04:37.438Z Downloaded thread_local v1.1.9
6702026-08-27T08:04:37.441Z Downloaded tui-tree-widget v0.23.1
6712026-08-27T08:04:37.444Z Downloaded crunchy v0.2.4
6722026-08-27T08:04:37.444Z Downloaded cstr-argument v0.1.2
6732026-08-27T08:04:37.444Z Downloaded darling_macro v0.20.11
6742026-08-27T08:04:37.444Z Downloaded dirs-sys-next v0.1.2
6752026-08-27T08:04:37.444Z Downloaded display-error-chain v0.2.2
6762026-08-27T08:04:37.448Z Downloaded embedded-io v0.6.1
6772026-08-27T08:04:37.448Z Downloaded illumos-nvpair v0.3.0
6782026-08-27T08:04:37.452Z Downloaded instant v0.1.13
6792026-08-27T08:04:37.452Z Downloaded dtrace-parser v0.3.0
6802026-08-27T08:04:37.455Z Downloaded instability v0.3.11
6812026-08-27T08:04:37.455Z Downloaded bcs v0.1.6
6822026-08-27T08:04:37.458Z Downloaded serde_with_macros v1.5.2
6832026-08-27T08:04:37.461Z Downloaded chacha20 v0.10.0
6842026-08-27T08:04:37.461Z Downloaded clang-sys v1.8.1
6852026-08-27T08:04:37.465Z Downloaded ciborium v0.2.2
6862026-08-27T08:04:37.468Z Downloaded parking_lot v0.11.2
6872026-08-27T08:04:37.471Z Downloaded progenitor-extras v0.2.0
6882026-08-27T08:04:37.471Z Downloaded half v2.7.1
6892026-08-27T08:04:37.474Z Downloaded tokio-tungstenite v0.23.1
6902026-08-27T08:04:37.474Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6912026-08-27T08:04:37.477Z Downloaded hmac v0.12.1
6922026-08-27T08:04:37.477Z Downloaded toml_writer v1.1.1+spec-1.1.0
6932026-08-27T08:04:37.477Z Downloaded whoami v1.6.1
6942026-08-27T08:04:37.480Z Downloaded lazy_static v1.5.0
6952026-08-27T08:04:37.480Z Downloaded md-5 v0.10.6
6962026-08-27T08:04:37.487Z Downloaded linked-hash-map v0.5.6
6972026-08-27T08:04:37.490Z Downloaded lru v0.12.5
6982026-08-27T08:04:37.493Z Downloaded flate2 v1.1.9
6992026-08-27T08:04:37.493Z Downloaded heapless v0.8.0
7002026-08-27T08:04:37.496Z Downloaded bytes v1.11.1
7012026-08-27T08:04:37.499Z Downloaded arc-swap v1.8.2
7022026-08-27T08:04:37.499Z Downloaded vsss-rs v3.3.4
7032026-08-27T08:04:37.502Z Downloaded num_enum_derive v0.5.11
7042026-08-27T08:04:37.502Z Downloaded openssl-probe v0.1.6
7052026-08-27T08:04:37.502Z Downloaded parse-size v1.1.0
7062026-08-27T08:04:37.506Z Downloaded elliptic-curve v0.14.1
7072026-08-27T08:04:37.507Z Downloaded password-hash v0.6.1
7082026-08-27T08:04:37.509Z Downloaded progenitor-impl v0.13.0
7092026-08-27T08:04:37.514Z Downloaded base64 v0.22.1
7102026-08-27T08:04:37.517Z Downloaded wyz v0.5.1
7112026-08-27T08:04:37.524Z Downloaded tokio-stream v0.1.18
7122026-08-27T08:04:37.524Z Downloaded num-iter v0.1.45
7132026-08-27T08:04:37.527Z Downloaded unicode-properties v0.1.4
7142026-08-27T08:04:37.527Z Downloaded ed25519 v2.2.3
7152026-08-27T08:04:37.527Z Downloaded indoc v2.0.7
7162026-08-27T08:04:37.527Z Downloaded supports-hyperlinks v3.2.0
7172026-08-27T08:04:37.530Z Downloaded critical-section v1.2.0
7182026-08-27T08:04:37.530Z Downloaded quick-error v1.2.3
7192026-08-27T08:04:37.530Z Downloaded radium v0.7.0
7202026-08-27T08:04:37.533Z Downloaded progenitor-macro v0.14.0
7212026-08-27T08:04:37.533Z Downloaded rand_pcg v0.10.2
7222026-08-27T08:04:37.536Z Downloaded signal-hook v0.3.18
7232026-08-27T08:04:37.540Z Downloaded der_derive v0.7.3
7242026-08-27T08:04:37.546Z Downloaded heapless v0.7.17
7252026-08-27T08:04:37.549Z Downloaded proc-macro-error-attr2 v2.0.0
7262026-08-27T08:04:37.552Z Downloaded libsw v3.5.0
7272026-08-27T08:04:37.555Z Downloaded russh-util v0.52.0
7282026-08-27T08:04:37.555Z Downloaded russh-cryptovec v0.62.0
7292026-08-27T08:04:37.558Z Downloaded omicron-zone-package v0.12.3
7302026-08-27T08:04:37.573Z Downloaded hickory-resolver v0.25.2
7312026-08-27T08:04:37.573Z Downloaded oso v0.27.3
7322026-08-27T08:04:37.573Z Downloaded sapling-renderdag v0.1.0
7332026-08-27T08:04:37.573Z Downloaded scheduled-thread-pool v0.2.7
7342026-08-27T08:04:37.573Z Downloaded zerocopy v0.6.6
7352026-08-27T08:04:37.573Z Downloaded module-lattice v0.2.3
7362026-08-27T08:04:37.573Z Downloaded slog v2.8.2
7372026-08-27T08:04:37.573Z Downloaded chacha20poly1305 v0.10.1
7382026-08-27T08:04:37.573Z Downloaded papergrid v0.18.0
7392026-08-27T08:04:37.573Z Downloaded socket2 v0.5.10
7402026-08-27T08:04:37.576Z Downloaded expectorate v1.2.0
7412026-08-27T08:04:37.577Z Downloaded tracing-attributes v0.1.31
7422026-08-27T08:04:37.577Z Downloaded darling v0.20.11
7432026-08-27T08:04:37.590Z Downloaded enum_dispatch v0.3.13
7442026-08-27T08:04:37.590Z Downloaded vergen-lib v0.1.6
7452026-08-27T08:04:37.590Z Downloaded oxide-generation v0.1.3
7462026-08-27T08:04:37.590Z Downloaded semver v0.1.20
7472026-08-27T08:04:37.596Z Downloaded tower-layer v0.3.3
7482026-08-27T08:04:37.596Z Downloaded serde_bytes v0.11.19
7492026-08-27T08:04:37.597Z Downloaded tower-service v0.3.3
7502026-08-27T08:04:37.597Z Downloaded serde_urlencoded v0.7.1
7512026-08-27T08:04:37.597Z Downloaded compact_str v0.8.1
7522026-08-27T08:04:37.597Z Downloaded paste v1.0.15
7532026-08-27T08:04:37.597Z Downloaded phc v0.6.1
7542026-08-27T08:04:37.597Z Downloaded num_enum_derive v0.7.6
7552026-08-27T08:04:37.597Z Downloaded backtrace v0.3.76
7562026-08-27T08:04:37.597Z Downloaded rustls-platform-verifier v0.6.2
7572026-08-27T08:04:37.601Z Downloaded knus-derive v3.4.0
7582026-08-27T08:04:37.601Z Downloaded shell-words v1.1.1
7592026-08-27T08:04:37.601Z Downloaded tungstenite v0.21.0
7602026-08-27T08:04:37.604Z Downloaded nanorand v0.7.0
7612026-08-27T08:04:37.609Z Downloaded structmeta-derive v0.3.0
7622026-08-27T08:04:37.612Z Downloaded ingot v0.2.1
7632026-08-27T08:04:37.613Z Downloaded pkg-config v0.3.32
7642026-08-27T08:04:37.613Z Downloaded rand_core v0.10.0
7652026-08-27T08:04:37.613Z Downloaded universal-hash v0.6.1
7662026-08-27T08:04:37.613Z Downloaded untrusted v0.7.1
7672026-08-27T08:04:37.616Z Downloaded xshell-macros v0.2.7
7682026-08-27T08:04:37.617Z Downloaded supports-unicode v3.0.0
7692026-08-27T08:04:37.617Z Downloaded testing_table v0.3.0
7702026-08-27T08:04:37.617Z Downloaded rustls-pemfile v2.2.0
7712026-08-27T08:04:37.620Z Downloaded tokio-macros v2.7.0
7722026-08-27T08:04:37.620Z Downloaded unicode-truncate v1.1.0
7732026-08-27T08:04:37.624Z Downloaded headers v0.4.1
7742026-08-27T08:04:37.624Z Downloaded wait-timeout v0.2.1
7752026-08-27T08:04:37.627Z Downloaded similar v2.7.0
7762026-08-27T08:04:37.633Z Downloaded corncobs v0.1.4
7772026-08-27T08:04:37.634Z Downloaded rustls-native-certs v0.8.3
7782026-08-27T08:04:37.638Z Downloaded zone v0.3.1
7792026-08-27T08:04:37.639Z Downloaded derive_builder v0.20.2
7802026-08-27T08:04:37.639Z Downloaded shlex v1.3.0
7812026-08-27T08:04:37.643Z Downloaded port-file v0.1.0
7822026-08-27T08:04:37.643Z Downloaded parking_lot_core v0.8.6
7832026-08-27T08:04:37.646Z Downloaded pin-project-internal v1.1.11
7842026-08-27T08:04:37.646Z Downloaded proc-macro-error2 v2.0.1
7852026-08-27T08:04:37.646Z Downloaded r2d2 v0.8.10
7862026-08-27T08:04:37.649Z Downloaded darling_macro v0.13.4
7872026-08-27T08:04:37.650Z Downloaded signal-hook-mio v0.2.5
7882026-08-27T08:04:37.650Z Downloaded smf v0.2.3
7892026-08-27T08:04:37.654Z Downloaded strum_macros v0.27.2
7902026-08-27T08:04:37.654Z Downloaded base64 v0.21.7
7912026-08-27T08:04:37.680Z Downloaded cc v1.2.56
7922026-08-27T08:04:37.680Z Downloaded bumpalo v3.20.2
7932026-08-27T08:04:37.680Z Downloaded oxide-update-engine-types v0.1.2
7942026-08-27T08:04:37.697Z Downloaded digest-io v0.1.0
7952026-08-27T08:04:37.697Z Downloaded prettyplease v0.2.37
7962026-08-27T08:04:37.697Z Downloaded dyn-clone v1.0.20
7972026-08-27T08:04:37.697Z Downloaded pkcs5 v0.8.1
7982026-08-27T08:04:37.697Z Downloaded ecdsa v0.17.0
7992026-08-27T08:04:37.697Z Downloaded unsafe-libyaml v0.2.11
8002026-08-27T08:04:37.697Z Downloaded publicsuffix v2.3.0
8012026-08-27T08:04:37.697Z Downloaded rustls-webpki v0.103.13
8022026-08-27T08:04:37.698Z Downloaded scuffle v0.1.0
8032026-08-27T08:04:37.698Z Downloaded curve25519-dalek-derive v0.1.1
8042026-08-27T08:04:37.698Z Downloaded lock_api v0.4.14
8052026-08-27T08:04:37.698Z Downloaded dropshot-api-manager-types v0.8.0
8062026-08-27T08:04:37.698Z Downloaded ignore v0.4.25
8072026-08-27T08:04:37.698Z Downloaded ident_case v1.0.1
8082026-08-27T08:04:37.698Z Downloaded inout v0.1.4
8092026-08-27T08:04:37.698Z Downloaded ssh-encoding v0.3.0
8102026-08-27T08:04:37.698Z Downloaded mime v0.3.17
8112026-08-27T08:04:37.698Z Downloaded dof v0.4.0
8122026-08-27T08:04:37.705Z Downloaded new_debug_unreachable v1.0.6
8132026-08-27T08:04:37.705Z Downloaded futures-util v0.3.32
8142026-08-27T08:04:37.705Z Downloaded hickory-resolver v0.24.4
8152026-08-27T08:04:37.705Z Downloaded libbz2-rs-sys v0.2.2
8162026-08-27T08:04:37.706Z Downloaded ar_archive_writer v0.5.1
8172026-08-27T08:04:37.706Z Downloaded http v1.4.2
8182026-08-27T08:04:37.706Z Downloaded hashbrown v0.12.3
8192026-08-27T08:04:37.724Z Downloaded hashbrown v0.13.2
8202026-08-27T08:04:37.724Z Downloaded hyper-util v0.1.20
8212026-08-27T08:04:37.725Z Downloaded native-tls v0.2.18
8222026-08-27T08:04:37.728Z Downloaded tokio-native-tls v0.3.1
8232026-08-27T08:04:37.728Z Downloaded unicase v2.9.0
8242026-08-27T08:04:37.728Z Downloaded opaque-debug v0.3.1
8252026-08-27T08:04:37.728Z Downloaded writeable v0.6.2
8262026-08-27T08:04:37.728Z Downloaded zeroize_derive v1.5.0
8272026-08-27T08:04:37.728Z Downloaded maybe-uninit v2.0.0
8282026-08-27T08:04:37.729Z Downloaded num-conv v0.2.0
8292026-08-27T08:04:37.729Z Downloaded cpubits v0.1.1
8302026-08-27T08:04:37.729Z Downloaded ctr v0.10.1
8312026-08-27T08:04:37.729Z Downloaded newtype_derive v0.1.6
8322026-08-27T08:04:37.729Z Downloaded olpc-cjson v0.1.4
8332026-08-27T08:04:37.729Z Downloaded schemars v0.8.22
8342026-08-27T08:04:37.729Z Downloaded parse-display v0.10.0
8352026-08-27T08:04:37.729Z Downloaded precomputed-hash v0.1.1
8362026-08-27T08:04:37.729Z Downloaded tar v0.4.46
8372026-08-27T08:04:37.729Z Downloaded crc-any v2.5.0
8382026-08-27T08:04:37.734Z Downloaded phf_shared v0.12.1
8392026-08-27T08:04:37.734Z Downloaded owo-colors v4.3.0
8402026-08-27T08:04:37.734Z Downloaded delegate v0.13.5
8412026-08-27T08:04:37.734Z Downloaded postcard v1.1.3
8422026-08-27T08:04:37.757Z Downloaded zstd v0.13.3
8432026-08-27T08:04:37.757Z Downloaded async-compression v0.4.41
8442026-08-27T08:04:37.757Z Downloaded serde-big-array v0.5.1
8452026-08-27T08:04:37.765Z Downloaded p384 v0.14.0
8462026-08-27T08:04:37.765Z Downloaded constant_time_eq v0.4.2
8472026-08-27T08:04:37.765Z Downloaded samael v0.0.19
8482026-08-27T08:04:37.765Z Downloaded icu_normalizer_data v2.1.1
8492026-08-27T08:04:37.765Z Downloaded rpassword v7.5.4
8502026-08-27T08:04:37.765Z Downloaded daft v0.1.8
8512026-08-27T08:04:37.766Z Downloaded serde_cbor v0.11.2
8522026-08-27T08:04:37.766Z Downloaded chumsky v0.9.3
8532026-08-27T08:04:37.766Z Downloaded lalrpop-util v0.19.12
8542026-08-27T08:04:37.766Z Downloaded ipnetwork v0.21.1
8552026-08-27T08:04:37.783Z Downloaded sqlparser_derive v0.5.0
8562026-08-27T08:04:37.784Z Downloaded ena v0.14.4
8572026-08-27T08:04:37.784Z Downloaded signature v3.0.0
8582026-08-27T08:04:37.784Z Downloaded sha1 v0.11.0
8592026-08-27T08:04:37.788Z Downloaded zip v0.6.6
8602026-08-27T08:04:37.789Z Downloaded tinyvec_macros v0.1.1
8612026-08-27T08:04:37.791Z Downloaded term v1.2.1
8622026-08-27T08:04:37.792Z Downloaded crossbeam-utils v0.8.21
8632026-08-27T08:04:37.798Z Downloaded serde_yaml v0.9.34+deprecated
8642026-08-27T08:04:37.798Z Downloaded snafu-derive v0.8.9
8652026-08-27T08:04:37.798Z Downloaded toml_parser v1.1.2+spec-1.1.0
8662026-08-27T08:04:37.798Z Downloaded keccak v0.2.0
8672026-08-27T08:04:37.799Z Downloaded predicates v3.1.4
8682026-08-27T08:04:37.801Z Downloaded progenitor-client v0.13.0
8692026-08-27T08:04:37.802Z Downloaded managed v0.8.0
8702026-08-27T08:04:37.802Z Downloaded strum v0.26.3
8712026-08-27T08:04:37.802Z Downloaded strum v0.27.2
8722026-08-27T08:04:37.802Z Downloaded termtree v0.5.1
8732026-08-27T08:04:37.802Z Downloaded waitgroup v0.1.2
8742026-08-27T08:04:37.805Z Downloaded zerofrom-derive v0.1.6
8752026-08-27T08:04:37.805Z Downloaded crc-catalog v2.4.0
8762026-08-27T08:04:37.805Z Downloaded utf8_iter v1.0.4
8772026-08-27T08:04:37.805Z Downloaded defmt-parser v1.0.0
8782026-08-27T08:04:37.810Z Downloaded pem-rfc7468 v0.7.0
8792026-08-27T08:04:37.813Z Downloaded tinyvec v1.10.0
8802026-08-27T08:04:37.813Z Downloaded toml v1.1.2+spec-1.1.0
8812026-08-27T08:04:37.817Z Downloaded derive-ex v0.1.8
8822026-08-27T08:04:37.817Z Downloaded darling_core v0.20.11
8832026-08-27T08:04:37.821Z Downloaded postgres-protocol v0.6.10
8842026-08-27T08:04:37.821Z Downloaded primeorder v0.14.0
8852026-08-27T08:04:37.826Z Downloaded progenitor v0.13.0
8862026-08-27T08:04:37.826Z Downloaded sec1 v0.8.1
8872026-08-27T08:04:37.826Z Downloaded vergen-gitcl v1.0.8
8882026-08-27T08:04:37.827Z Downloaded crucible-workspace-hack v0.1.0
8892026-08-27T08:04:37.827Z Downloaded debug-ignore v1.0.5
8902026-08-27T08:04:37.827Z Downloaded rand_chacha v0.3.1
8912026-08-27T08:04:37.829Z Downloaded internet-checksum v0.2.1
8922026-08-27T08:04:37.832Z Downloaded rsa v0.10.0-rc.18
8932026-08-27T08:04:37.835Z Downloaded crc32fast v1.5.0
8942026-08-27T08:04:37.838Z Downloaded downcast-rs v2.0.2
8952026-08-27T08:04:37.838Z Downloaded ipnet v2.12.0
8962026-08-27T08:04:37.863Z Downloaded litrs v1.0.0
8972026-08-27T08:04:37.866Z Downloaded serde_plain v1.0.2
8982026-08-27T08:04:37.866Z Downloaded ssh-cipher v0.3.0
8992026-08-27T08:04:37.866Z Downloaded strum_macros v0.26.4
9002026-08-27T08:04:37.866Z Downloaded indoc v1.0.9
9012026-08-27T08:04:37.866Z Downloaded jiff-static v0.2.34
9022026-08-27T08:04:37.867Z Downloaded md5 v0.8.0
9032026-08-27T08:04:37.867Z Downloaded newtype-uuid-macros v0.1.0
9042026-08-27T08:04:37.867Z Downloaded hickory-server v0.25.2
9052026-08-27T08:04:37.876Z Downloaded nonempty v0.12.0
9062026-08-27T08:04:37.876Z Downloaded slab v0.4.12
9072026-08-27T08:04:37.876Z Downloaded walkdir v2.5.0
9082026-08-27T08:04:37.876Z Downloaded slog-async v2.8.0
9092026-08-27T08:04:37.883Z Downloaded progenitor v0.14.0
9102026-08-27T08:04:37.898Z Downloaded ml-kem v0.3.2
9112026-08-27T08:04:37.898Z Downloaded ref-cast v1.0.25
9122026-08-27T08:04:37.898Z Downloaded oso-derive v0.27.3
9132026-08-27T08:04:37.898Z Downloaded termios v0.3.3
9142026-08-27T08:04:37.898Z Downloaded tinystr v0.8.2
9152026-08-27T08:04:37.898Z Downloaded try-lock v0.2.5
9162026-08-27T08:04:37.906Z Downloaded progenitor-client v0.14.0
9172026-08-27T08:04:37.906Z Downloaded snafu v0.8.9
9182026-08-27T08:04:37.906Z Downloaded vergen-lib v9.1.0
9192026-08-27T08:04:37.906Z Downloaded zerovec-derive v0.11.2
9202026-08-27T08:04:37.907Z Downloaded derive_more v0.99.20
9212026-08-27T08:04:37.907Z Downloaded crossbeam-channel v0.5.15
9222026-08-27T08:04:37.907Z Downloaded derive_more v2.1.1
9232026-08-27T08:04:37.912Z Downloaded same-file v1.0.6
9242026-08-27T08:04:37.912Z Downloaded serde_spanned v1.1.1
9252026-08-27T08:04:37.912Z Downloaded pkcs1 v0.7.5
9262026-08-27T08:04:37.916Z Downloaded poly1305 v0.9.0
9272026-08-27T08:04:37.916Z Downloaded secrecy v0.10.3
9282026-08-27T08:04:37.916Z Downloaded thread-id v5.1.0
9292026-08-27T08:04:37.916Z Downloaded rfc6979 v0.6.0
9302026-08-27T08:04:37.916Z Downloaded icu_provider v2.1.1
9312026-08-27T08:04:37.916Z Downloaded rand v0.10.1
9322026-08-27T08:04:37.923Z Downloaded digest v0.11.3
9332026-08-27T08:04:37.926Z Downloaded impl-trait-for-tuples v0.2.3
9342026-08-27T08:04:37.926Z Downloaded secrecy v0.8.0
9352026-08-27T08:04:37.929Z Downloaded tabwriter v1.4.1
9362026-08-27T08:04:37.929Z Downloaded time-core v0.1.8
9372026-08-27T08:04:37.929Z Downloaded trait-variant v0.1.2
9382026-08-27T08:04:37.932Z Downloaded siphasher v1.0.2
9392026-08-27T08:04:37.939Z Downloaded libloading v0.8.9
9402026-08-27T08:04:37.943Z Downloaded hashbrown v0.15.5
9412026-08-27T08:04:37.950Z Downloaded oxnet v0.1.6
9422026-08-27T08:04:37.969Z Downloaded topological-sort v0.2.2
9432026-08-27T08:04:37.969Z Downloaded unit-prefix v0.5.2
9442026-08-27T08:04:37.969Z Downloaded zerofrom v0.1.6
9452026-08-27T08:04:37.969Z Downloaded typify-macro v0.6.2
9462026-08-27T08:04:37.969Z Downloaded minimal-lexical v0.2.1
9472026-08-27T08:04:37.969Z Downloaded defmt v0.3.100
9482026-08-27T08:04:37.969Z Downloaded num-integer v0.1.46
9492026-08-27T08:04:37.969Z Downloaded hashbrown v0.16.1
9502026-08-27T08:04:37.974Z Downloaded pin-project-lite v0.2.17
9512026-08-27T08:04:37.991Z Downloaded peg-macros v0.8.5
9522026-08-27T08:04:37.991Z Downloaded polyval v0.7.1
9532026-08-27T08:04:37.991Z Downloaded primeorder v0.13.6
9542026-08-27T08:04:37.991Z Downloaded dirs-next v2.0.0
9552026-08-27T08:04:37.998Z Downloaded yasna v0.5.2
9562026-08-27T08:04:37.998Z Downloaded aes v0.9.1
9572026-08-27T08:04:37.998Z Downloaded cookie v0.18.1
9582026-08-27T08:04:37.998Z Downloaded num-traits v0.2.19
9592026-08-27T08:04:37.998Z Downloaded parking_lot_core v0.9.12
9602026-08-27T08:04:37.998Z Downloaded steno v0.4.1
9612026-08-27T08:04:37.998Z Downloaded hashbrown v0.14.5
9622026-08-27T08:04:37.998Z Downloaded idna_adapter v1.2.1
9632026-08-27T08:04:37.999Z Downloaded illumos-nvpair-sys v0.2.0
9642026-08-27T08:04:37.999Z Downloaded lru-cache v0.1.2
9652026-08-27T08:04:37.999Z Downloaded maplit v1.0.2
9662026-08-27T08:04:37.999Z Downloaded newline-converter v0.3.0
9672026-08-27T08:04:38.005Z Downloaded num-bigint-dig v0.8.6
9682026-08-27T08:04:38.005Z Downloaded rustc-demangle v0.1.27
9692026-08-27T08:04:38.005Z Downloaded rustversion v1.0.22
9702026-08-27T08:04:38.005Z Downloaded unicode-segmentation v1.12.0
9712026-08-27T08:04:38.005Z Downloaded either v1.15.0
9722026-08-27T08:04:38.005Z Downloaded darling v0.23.0
9732026-08-27T08:04:38.008Z Downloaded rcgen v0.12.1
9742026-08-27T08:04:38.008Z Downloaded icu_locale_core v2.1.1
9752026-08-27T08:04:38.011Z Downloaded simd-adler32 v0.3.8
9762026-08-27T08:04:38.016Z Downloaded static_assertions v1.1.0
9772026-08-27T08:04:38.016Z Downloaded support-bundle-viewer v0.1.2
9782026-08-27T08:04:38.016Z Downloaded openssl-probe v0.2.1
9792026-08-27T08:04:38.016Z Downloaded serde_tokenstream v0.3.0
9802026-08-27T08:04:38.033Z Downloaded ryu v1.0.23
9812026-08-27T08:04:38.037Z Downloaded memmap2 v0.9.10
9822026-08-27T08:04:38.037Z Downloaded linear-map v1.2.0
9832026-08-27T08:04:38.040Z Downloaded usdt-impl v0.6.0
9842026-08-27T08:04:38.044Z Downloaded vergen-git2 v9.1.0
9852026-08-27T08:04:38.044Z Downloaded convert_case v0.10.0
9862026-08-27T08:04:38.044Z Downloaded serde_repr v0.1.20
9872026-08-27T08:04:38.047Z Downloaded signature v2.2.0
9882026-08-27T08:04:38.047Z Downloaded toml v0.7.8
9892026-08-27T08:04:38.047Z Downloaded tungstenite v0.23.0
9902026-08-27T08:04:38.065Z Downloaded sync-ptr v0.1.4
9912026-08-27T08:04:38.065Z Downloaded parking_lot v0.12.5
9922026-08-27T08:04:38.066Z Downloaded x509-cert v0.2.5
9932026-08-27T08:04:38.066Z Downloaded crypto-bigint v0.5.5
9942026-08-27T08:04:38.066Z Downloaded const_format_proc_macros v0.2.34
9952026-08-27T08:04:38.066Z Downloaded postgres-types v0.2.12
9962026-08-27T08:04:38.066Z Downloaded zip v4.6.1
9972026-08-27T08:04:38.073Z Downloaded darling_core v0.23.0
9982026-08-27T08:04:38.073Z Downloaded tokio-test v0.4.5
9992026-08-27T08:04:38.073Z Downloaded usdt-attr-macro v0.6.0
10002026-08-27T08:04:38.076Z Downloaded void v1.0.2
10012026-08-27T08:04:38.076Z Downloaded uuid v1.23.4
10022026-08-27T08:04:38.077Z Downloaded xattr v1.6.1
10032026-08-27T08:04:38.081Z Downloaded zone_cfg_derive v0.3.1
10042026-08-27T08:04:38.081Z Downloaded reqwest v0.12.28
10052026-08-27T08:04:38.084Z Downloaded reedline v0.40.0
10062026-08-27T08:04:38.087Z Downloaded reqwest v0.13.2
10072026-08-27T08:04:38.094Z Downloaded tower-http v0.6.8
10082026-08-27T08:04:38.098Z Downloaded tokio-tungstenite v0.21.0
10092026-08-27T08:04:38.098Z Downloaded drift v0.2.0
10102026-08-27T08:04:38.101Z Downloaded num-rational v0.4.2
10112026-08-27T08:04:38.105Z Downloaded document-features v0.2.12
10122026-08-27T08:04:38.105Z Downloaded kstat-rs v0.2.5
10132026-08-27T08:04:38.105Z Downloaded oxide-update-engine-display v0.1.2
10142026-08-27T08:04:38.111Z Downloaded peg-runtime v0.8.5
10152026-08-27T08:04:38.111Z Downloaded pem-rfc7468 v1.0.0
10162026-08-27T08:04:38.112Z Downloaded potential_utf v0.1.4
10172026-08-27T08:04:38.116Z Downloaded slog-scope v4.4.1
10182026-08-27T08:04:38.117Z Downloaded hyper v1.10.1
10192026-08-27T08:04:38.117Z Downloaded h2 v0.4.15
10202026-08-27T08:04:38.121Z Downloaded hkdf v0.13.0
10212026-08-27T08:04:38.121Z Downloaded hkdf v0.12.4
10222026-08-27T08:04:38.121Z Downloaded memoffset v0.9.1
10232026-08-27T08:04:38.150Z Downloaded stringprep v0.1.5
10242026-08-27T08:04:38.159Z Downloaded ed25519 v3.0.0
10252026-08-27T08:04:38.159Z Downloaded ref-cast-impl v1.0.25
10262026-08-27T08:04:38.159Z Downloaded sigpipe v0.1.3
10272026-08-27T08:04:38.159Z Downloaded strip-ansi-escapes v0.2.1
10282026-08-27T08:04:38.165Z Downloaded darling v0.21.3
10292026-08-27T08:04:38.165Z Downloaded typed-path v0.9.3
10302026-08-27T08:04:38.165Z Downloaded miette v7.6.0
10312026-08-27T08:04:38.169Z Downloaded deranged v0.5.8
10322026-08-27T08:04:38.169Z Downloaded zeroize v1.9.0
10332026-08-27T08:04:38.169Z Downloaded des v0.9.0
10342026-08-27T08:04:38.169Z Downloaded num-bigint v0.4.6
10352026-08-27T08:04:38.173Z Downloaded wnaf v0.14.0
10362026-08-27T08:04:38.178Z Downloaded dropshot-api-manager v0.8.0
10372026-08-27T08:04:38.178Z Downloaded elliptic-curve v0.13.8
10382026-08-27T08:04:38.181Z Downloaded thiserror-no-std v2.0.2
10392026-08-27T08:04:38.184Z Downloaded knus v3.4.0
10402026-08-27T08:04:38.188Z Downloaded num_enum v0.7.6
10412026-08-27T08:04:38.191Z Downloaded predicates-core v1.0.10
10422026-08-27T08:04:38.191Z Downloaded ecdsa v0.16.9
10432026-08-27T08:04:38.191Z Downloaded pbkdf2 v0.13.0
10442026-08-27T08:04:38.194Z Downloaded nibble_vec v0.1.0
10452026-08-27T08:04:38.194Z Downloaded endian-type v0.1.2
10462026-08-27T08:04:38.197Z Downloaded enum-as-inner v0.6.1
10472026-08-27T08:04:38.197Z Downloaded ppv-lite86 v0.2.21
10482026-08-27T08:04:38.201Z Downloaded diesel-dtrace v0.5.0
10492026-08-27T08:04:38.204Z Downloaded jiff-core v0.1.0
10502026-08-27T08:04:38.210Z Downloaded parse-display-derive v0.10.0
10512026-08-27T08:04:38.215Z Downloaded predicates-tree v1.0.13
10522026-08-27T08:04:38.216Z Downloaded rusty-fork v0.3.1
10532026-08-27T08:04:38.216Z Downloaded rustc_version v0.1.7
10542026-08-27T08:04:38.220Z Downloaded slog-bunyan v2.5.0
10552026-08-27T08:04:38.220Z Downloaded multer v3.1.0
10562026-08-27T08:04:38.220Z Downloaded unicode_categories v0.1.1
10572026-08-27T08:04:38.220Z Downloaded kem v0.3.0
10582026-08-27T08:04:38.224Z Downloaded derive-where v1.6.0
10592026-08-27T08:04:38.224Z Downloaded num-derive v0.4.2
10602026-08-27T08:04:38.224Z Downloaded twox-hash v2.1.2
10612026-08-27T08:04:38.227Z Downloaded dropshot_endpoint v0.17.1
10622026-08-27T08:04:38.227Z Downloaded strsim v0.10.0
10632026-08-27T08:04:38.229Z Downloaded subprocess v0.2.15
10642026-08-27T08:04:38.232Z Downloaded aes-gcm v0.11.0
10652026-08-27T08:04:38.235Z Downloaded dunce v1.0.5
10662026-08-27T08:04:38.240Z Downloaded nom v8.0.0
10672026-08-27T08:04:38.244Z Downloaded der v0.7.10
10682026-08-27T08:04:38.247Z Downloaded quinn-udp v0.5.14
10692026-08-27T08:04:38.250Z Downloaded uzers v0.12.2
10702026-08-27T08:04:38.250Z Downloaded defmt v1.0.1
10712026-08-27T08:04:38.253Z Downloaded daft-derive v0.1.8
10722026-08-27T08:04:38.255Z Downloaded sqlformat v0.3.5
10732026-08-27T08:04:38.255Z Downloaded rand_chacha v0.9.0
10742026-08-27T08:04:38.260Z Downloaded ed25519-dalek v2.2.0
10752026-08-27T08:04:38.263Z Downloaded socket2 v0.6.3
10762026-08-27T08:04:38.263Z Downloaded universal-hash v0.5.1
10772026-08-27T08:04:38.265Z Downloaded slog-stdlog v4.1.1
10782026-08-27T08:04:38.268Z Downloaded libsw-core v0.3.2
10792026-08-27T08:04:38.268Z Downloaded stacker v0.1.23
10802026-08-27T08:04:38.271Z Downloaded nom v7.1.3
10812026-08-27T08:04:38.274Z Downloaded untrusted v0.9.0
10822026-08-27T08:04:38.278Z Downloaded tokio-rustls v0.26.4
10832026-08-27T08:04:38.281Z Downloaded p521 v0.14.0
10842026-08-27T08:04:38.285Z Downloaded salsa20 v0.11.0
10852026-08-27T08:04:38.285Z Downloaded zerocopy-derive v0.8.55
10862026-08-27T08:04:38.290Z Downloaded rustc_version v0.4.1
10872026-08-27T08:04:38.293Z Downloaded serde-hex v0.1.0
10882026-08-27T08:04:38.293Z Downloaded rtoolbox v0.0.3
10892026-08-27T08:04:38.293Z Downloaded tagptr v0.2.0
10902026-08-27T08:04:38.296Z Downloaded match_cfg v0.1.0
10912026-08-27T08:04:38.296Z Downloaded url v2.5.8
10922026-08-27T08:04:38.299Z Downloaded itertools v0.12.1
10932026-08-27T08:04:38.302Z Downloaded smallvec v1.15.1
10942026-08-27T08:04:38.305Z Downloaded zstd-safe v7.2.4
10952026-08-27T08:04:38.305Z Downloaded data-encoding v2.10.0
10962026-08-27T08:04:38.311Z Downloaded embedded-io v0.4.0
10972026-08-27T08:04:38.317Z Downloaded yoke v0.8.1
10982026-08-27T08:04:38.317Z Downloaded ingot-macros v0.2.0
10992026-08-27T08:04:38.317Z Downloaded litemap v0.8.1
11002026-08-27T08:04:38.317Z Downloaded oxide-update-engine v0.1.2
11012026-08-27T08:04:38.323Z Downloaded packed_struct v0.10.1
11022026-08-27T08:04:38.323Z Downloaded csv-core v0.1.13
11032026-08-27T08:04:38.323Z Downloaded derive_builder_core v0.20.2
11042026-08-27T08:04:38.323Z Downloaded typify v0.6.2
11052026-08-27T08:04:38.329Z Downloaded is-terminal v0.4.17
11062026-08-27T08:04:38.329Z Downloaded aho-corasick v1.1.4
11072026-08-27T08:04:38.329Z Downloaded cookie_store v0.22.1
11082026-08-27T08:04:38.332Z Downloaded miette-derive v7.6.0
11092026-08-27T08:04:38.332Z Downloaded defmt-macros v1.0.1
11102026-08-27T08:04:38.336Z Downloaded ed25519-dalek v3.0.0
11112026-08-27T08:04:38.340Z Downloaded diesel_derives v2.3.7
11122026-08-27T08:04:38.343Z Downloaded p256 v0.14.0
11132026-08-27T08:04:38.346Z Downloaded ron v0.8.1
11142026-08-27T08:04:38.350Z Downloaded is_ci v1.2.0
11152026-08-27T08:04:38.350Z Downloaded serde_with_macros v3.21.0
11162026-08-27T08:04:38.354Z Downloaded spki v0.7.3
11172026-08-27T08:04:38.354Z Downloaded dsl_auto_type v0.2.0
11182026-08-27T08:04:38.354Z Downloaded phf_shared v0.13.1
11192026-08-27T08:04:38.354Z Downloaded schemars v0.9.0
11202026-08-27T08:04:38.362Z Downloaded sync_wrapper v1.0.2
11212026-08-27T08:04:38.366Z Downloaded unicode-xid v0.2.6
11222026-08-27T08:04:38.366Z Downloaded lru-slab v0.1.2
11232026-08-27T08:04:38.370Z Downloaded term v0.7.0
11242026-08-27T08:04:38.389Z Downloaded lzss v0.8.2
11252026-08-27T08:04:38.392Z Downloaded usdt-macro v0.6.0
11262026-08-27T08:04:38.392Z Downloaded derive_builder_macro v0.20.2
11272026-08-27T08:04:38.396Z Downloaded num v0.4.3
11282026-08-27T08:04:38.396Z Downloaded nu-ansi-term v0.50.3
11292026-08-27T08:04:38.400Z Downloaded crossbeam-epoch v0.9.18
11302026-08-27T08:04:38.400Z Downloaded darling v0.13.4
11312026-08-27T08:04:38.400Z Downloaded supports-color v3.0.2
11322026-08-27T08:04:38.403Z Downloaded git2 v0.20.4
11332026-08-27T08:04:38.408Z Downloaded mime_guess v2.0.5
11342026-08-27T08:04:38.414Z Downloaded miniz_oxide v0.8.9
11352026-08-27T08:04:38.414Z Downloaded pretty_assertions v1.4.1
11362026-08-27T08:04:38.414Z Downloaded zerotrie v0.2.3
11372026-08-27T08:04:38.417Z Downloaded resolv-conf v0.7.6
11382026-08-27T08:04:38.418Z Downloaded zopfli v0.8.3
11392026-08-27T08:04:38.418Z Downloaded primefield v0.14.0
11402026-08-27T08:04:38.418Z Downloaded serde_path_to_error v0.1.20
11412026-08-27T08:04:38.418Z Downloaded inout v0.2.2
11422026-08-27T08:04:38.418Z Downloaded progenitor-macro v0.13.0
11432026-08-27T08:04:38.420Z Downloaded serdect v0.4.3
11442026-08-27T08:04:38.420Z Downloaded seq-macro v0.3.6
11452026-08-27T08:04:38.420Z Downloaded indent_write v2.2.0
11462026-08-27T08:04:38.420Z Downloaded crc v3.4.0
11472026-08-27T08:04:38.424Z Downloaded diesel_table_macro_syntax v0.3.0
11482026-08-27T08:04:38.424Z Downloaded serde_with v1.14.0
11492026-08-27T08:04:38.426Z Downloaded slog-json v2.6.1
11502026-08-27T08:04:38.427Z Downloaded crypto-common v0.2.2
11512026-08-27T08:04:38.427Z Downloaded indexmap v1.9.3
11522026-08-27T08:04:38.430Z Downloaded icu_properties v2.1.2
11532026-08-27T08:04:38.430Z Downloaded serde_derive_internals v0.29.1
11542026-08-27T08:04:38.433Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-08-27T08:04:38.433Z Downloaded internal-russh-num-bigint v0.5.0
11562026-08-27T08:04:38.436Z Downloaded rfc6979 v0.4.0
11572026-08-27T08:04:38.436Z Downloaded slog-envlogger v2.2.0
11582026-08-27T08:04:38.437Z Downloaded thiserror-impl-no-std v2.0.2
11592026-08-27T08:04:38.439Z Downloaded multimap v0.10.1
11602026-08-27T08:04:38.440Z Downloaded keccak v0.1.6
11612026-08-27T08:04:38.440Z Downloaded libscf-sys v1.2.0
11622026-08-27T08:04:38.440Z Downloaded crc8 v0.1.1
11632026-08-27T08:04:38.440Z Downloaded rustyline v14.0.0
11642026-08-27T08:04:38.443Z Downloaded whoami v2.1.0
11652026-08-27T08:04:38.443Z Downloaded jobserver v0.1.34
11662026-08-27T08:04:38.446Z Downloaded rayon v1.11.0
11672026-08-27T08:04:38.449Z Downloaded rawzip v0.4.4
11682026-08-27T08:04:38.458Z Downloaded ingot-types v0.2.0
11692026-08-27T08:04:38.461Z Downloaded tokio-dtrace v0.1.1
11702026-08-27T08:04:38.467Z Downloaded rand v0.9.2
11712026-08-27T08:04:38.471Z Downloaded test-strategy v0.4.5
11722026-08-27T08:04:38.474Z Downloaded libxml v0.3.3
11732026-08-27T08:04:38.477Z Downloaded crossbeam-deque v0.8.6
11742026-08-27T08:04:38.477Z Downloaded vergen v9.1.0
11752026-08-27T08:04:38.477Z Downloaded libefi-sys v0.1.0
11762026-08-27T08:04:38.480Z Downloaded packed_struct_codegen v0.10.1
11772026-08-27T08:04:38.480Z Downloaded crossterm v0.28.1
11782026-08-27T08:04:38.483Z Downloaded icu_collections v2.1.1
11792026-08-27T08:04:38.486Z Downloaded tracing-core v0.1.36
11802026-08-27T08:04:38.490Z Downloaded der v0.8.0
11812026-08-27T08:04:38.492Z Downloaded cpufeatures v0.3.0
11822026-08-27T08:04:38.493Z Downloaded darling_core v0.21.3
11832026-08-27T08:04:38.502Z Downloaded icu_normalizer v2.1.1
11842026-08-27T08:04:38.505Z Downloaded indicatif v0.18.4
11852026-08-27T08:04:38.508Z Downloaded prefix-trie v0.7.0
11862026-08-27T08:04:38.511Z Downloaded tokio-util v0.7.18
11872026-08-27T08:04:38.520Z Downloaded poly1305 v0.8.0
11882026-08-27T08:04:38.523Z Downloaded newtype-uuid v1.3.2
11892026-08-27T08:04:38.523Z Downloaded rustls-pki-types v1.14.0
11902026-08-27T08:04:38.523Z Downloaded signal-hook-registry v1.4.8
11912026-08-27T08:04:38.523Z Downloaded rand_core v0.6.4
11922026-08-27T08:04:38.529Z Downloaded rsa v0.9.10
11932026-08-27T08:04:38.532Z Downloaded peg v0.8.5
11942026-08-27T08:04:38.535Z Downloaded darling_core v0.13.4
11952026-08-27T08:04:38.538Z Downloaded crossterm v0.29.0
11962026-08-27T08:04:38.542Z Downloaded progenitor-impl v0.14.0
11972026-08-27T08:04:38.545Z Downloaded displaydoc v0.2.5
11982026-08-27T08:04:38.548Z Downloaded schemars_derive v0.8.22
11992026-08-27T08:04:38.548Z Downloaded bindgen v0.71.1
12002026-08-27T08:04:38.551Z Downloaded ctutils v0.4.2
12012026-08-27T08:04:38.551Z Downloaded spin v0.9.8
12022026-08-27T08:04:38.554Z Downloaded icu_properties_data v2.1.2
12032026-08-27T08:04:38.557Z Downloaded crypto-primes v0.7.2
12042026-08-27T08:04:38.560Z Downloaded diff v0.1.13
12052026-08-27T08:04:38.563Z Downloaded sha2 v0.11.0
12062026-08-27T08:04:38.566Z Downloaded xshell v0.2.7
12072026-08-27T08:04:38.566Z Downloaded oxide-tokio-rt v0.1.4
12082026-08-27T08:04:38.566Z Downloaded aws-lc-rs v1.16.3
12092026-08-27T08:04:38.570Z Downloaded vcpkg v0.2.15
12102026-08-27T08:04:38.594Z Downloaded winnow v0.5.40
12112026-08-27T08:04:38.599Z Downloaded zerovec v0.11.5
12122026-08-27T08:04:38.602Z Downloaded quinn v0.11.11
12132026-08-27T08:04:38.606Z Downloaded rayon-core v1.13.0
12142026-08-27T08:04:38.606Z Downloaded vte v0.14.1
12152026-08-27T08:04:38.610Z Downloaded toml_edit v0.19.15
12162026-08-27T08:04:38.615Z Downloaded blake3 v1.8.5
12172026-08-27T08:04:38.620Z Downloaded yansi v1.0.1
12182026-08-27T08:04:38.624Z Downloaded unicode-bidi v0.3.18
12192026-08-27T08:04:38.624Z Downloaded bitvec v1.0.1
12202026-08-27T08:04:38.631Z Downloaded itertools v0.15.0
12212026-08-27T08:04:38.635Z Downloaded portable-atomic v1.13.1
12222026-08-27T08:04:38.639Z Downloaded time-macros v0.2.27
12232026-08-27T08:04:38.643Z Downloaded iddqd v0.4.2
12242026-08-27T08:04:38.647Z Downloaded itertools v0.10.5
12252026-08-27T08:04:38.650Z Downloaded tokio-postgres v0.7.16
12262026-08-27T08:04:38.653Z Downloaded const_format v0.2.35
12272026-08-27T08:04:38.656Z Downloaded pin-project v1.1.11
12282026-08-27T08:04:38.660Z Downloaded sha3 v0.12.0
12292026-08-27T08:04:38.664Z Downloaded chrono v0.4.45
12302026-08-27T08:04:38.667Z Downloaded gimli v0.32.3
12312026-08-27T08:04:38.671Z Downloaded goblin v0.10.5
12322026-08-27T08:04:38.675Z Downloaded zlib-rs v0.6.2
12332026-08-27T08:04:38.679Z Downloaded toml_edit v0.23.10+spec-1.0.0
12342026-08-27T08:04:38.685Z Downloaded qorb v0.4.1
12352026-08-27T08:04:38.689Z Downloaded mio v1.2.0
12362026-08-27T08:04:38.689Z Downloaded rand v0.8.6
12372026-08-27T08:04:38.696Z Downloaded tower v0.5.3
12382026-08-27T08:04:38.701Z Downloaded zerocopy v0.8.55
12392026-08-27T08:04:38.712Z Downloaded derive_more-impl v2.1.1
12402026-08-27T08:04:38.716Z Downloaded itertools v0.13.0
12412026-08-27T08:04:38.719Z Downloaded iri-string v0.7.10
12422026-08-27T08:04:38.724Z Downloaded salty v0.3.0
12432026-08-27T08:04:38.739Z Downloaded lalrpop v0.19.12
12442026-08-27T08:04:38.745Z Downloaded openssl-sys v0.9.117
12452026-08-27T08:04:38.748Z Downloaded russh v0.62.4
12462026-08-27T08:04:38.752Z Downloaded schemars v1.2.1
12472026-08-27T08:04:38.762Z Downloaded p384 v0.13.1
12482026-08-27T08:04:38.766Z Downloaded libm v0.2.16
12492026-08-27T08:04:38.769Z Downloaded nix v0.27.1
12502026-08-27T08:04:38.775Z Downloaded itertools v0.14.0
12512026-08-27T08:04:38.779Z Downloaded winnow v0.6.26
12522026-08-27T08:04:38.793Z Downloaded ssh-key v0.7.0-rc.11
12532026-08-27T08:04:38.798Z Downloaded unicode-normalization v0.1.25
12542026-08-27T08:04:38.801Z Downloaded idna v1.1.0
12552026-08-27T08:04:38.804Z Downloaded proptest v1.11.0
12562026-08-27T08:04:38.808Z Downloaded moka v0.12.13
12572026-08-27T08:04:38.812Z Downloaded winnow v1.0.3
12582026-08-27T08:04:38.819Z Downloaded regex v1.12.3
12592026-08-27T08:04:38.822Z Downloaded quinn-proto v0.11.16
12602026-08-27T08:04:38.825Z Downloaded smoltcp v0.9.1
12612026-08-27T08:04:38.862Z Downloaded hickory-proto v0.24.4
12622026-08-27T08:04:38.873Z Downloaded quick-xml v0.37.5
12632026-08-27T08:04:38.879Z Downloaded rustls v0.23.41
12642026-08-27T08:04:38.882Z Downloaded tough v0.22.0
12652026-08-27T08:04:38.893Z Downloaded object v0.30.4
12662026-08-27T08:04:38.898Z Downloaded crypto-bigint v0.7.5
12672026-08-27T08:04:38.907Z Downloaded hickory-proto v0.25.2
12682026-08-27T08:04:38.915Z Downloaded time v0.3.47
12692026-08-27T08:04:38.922Z Downloaded tabled v0.21.0
12702026-08-27T08:04:38.934Z Downloaded regex-syntax v0.6.29
12712026-08-27T08:04:38.937Z Downloaded serde_with v3.21.0
12722026-08-27T08:04:38.943Z Downloaded curve25519-dalek v4.1.3
12732026-08-27T08:04:38.949Z Downloaded openapiv3 v2.2.0
12742026-08-27T08:04:38.963Z Downloaded smoltcp v0.11.0
12752026-08-27T08:04:38.985Z Downloaded diesel v2.3.7
12762026-08-27T08:04:38.989Z Downloaded bstr v1.12.1
12772026-08-27T08:04:38.989Z Downloaded polar-core v0.27.3
12782026-08-27T08:04:38.989Z Downloaded radix_trie v0.2.1
12792026-08-27T08:04:38.989Z Downloaded regress v0.10.5
12802026-08-27T08:04:38.993Z Downloaded syn v3.0.3
12812026-08-27T08:04:39.042Z Downloaded ratatui v0.29.0
12822026-08-27T08:04:39.053Z Downloaded petname v2.0.2
12832026-08-27T08:04:39.056Z Downloaded sqlparser v0.61.0
12842026-08-27T08:04:39.082Z Downloaded regex-automata v0.4.14
12852026-08-27T08:04:39.112Z Downloaded regress v0.11.1
12862026-08-27T08:04:39.141Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-08-27T08:04:39.151Z Downloaded object v0.37.3
12882026-08-27T08:04:39.162Z Downloaded csv v1.4.0
12892026-08-27T08:04:39.174Z Downloaded petgraph v0.8.3
12902026-08-27T08:04:39.187Z Downloaded libz-sys v1.1.24
12912026-08-27T08:04:39.201Z Downloaded regex-syntax v0.8.10
12922026-08-27T08:04:39.204Z Downloaded rustix v0.38.44
12932026-08-27T08:04:39.216Z Downloaded openssl v0.10.80
12942026-08-27T08:04:39.220Z Downloaded nix v0.31.2
12952026-08-27T08:04:39.229Z Downloaded nix v0.28.0
12962026-08-27T08:04:39.233Z Downloaded curve25519-dalek v5.0.0
12972026-08-27T08:04:39.238Z Downloaded dropshot v0.17.1
12982026-08-27T08:04:39.250Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-08-27T08:04:39.283Z Downloaded sha3 v0.11.0
13002026-08-27T08:04:39.286Z Downloaded sled v0.34.7
13012026-08-27T08:04:39.291Z Downloaded tracing v0.1.44
13022026-08-27T08:04:39.330Z Downloaded typify-impl v0.6.2
13032026-08-27T08:04:39.340Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-08-27T08:04:39.353Z Downloaded zerocopy-derive v0.6.6
13052026-08-27T08:04:39.413Z Downloaded jiff v0.2.34
13062026-08-27T08:04:39.438Z Downloaded chrono-tz v0.10.4
13072026-08-27T08:04:39.449Z Downloaded petgraph v0.6.5
13082026-08-27T08:04:39.488Z Downloaded sha3 v0.10.8
13092026-08-27T08:04:39.520Z Downloaded tokio v1.52.1
13102026-08-27T08:04:39.633Z Downloaded encoding_rs v0.8.35
13112026-08-27T08:04:39.651Z Downloaded ring v0.17.14
13122026-08-27T08:04:40.285Z Downloaded aws-lc-sys v0.40.0
13132026-08-27T08:04:40.535Z Compiling serde_core v1.0.228
13142026-08-27T08:04:40.535Z Compiling libc v0.2.185
13152026-08-27T08:04:40.538Z Compiling serde v1.0.228
13162026-08-27T08:04:40.538Z Compiling log v0.4.33
13172026-08-27T08:04:40.538Z Compiling smallvec v1.15.1
13182026-08-27T08:04:40.538Z Compiling shlex v1.3.0
13192026-08-27T08:04:40.539Z Compiling find-msvc-tools v0.1.9
13202026-08-27T08:04:40.539Z Compiling subtle v2.6.1
13212026-08-27T08:04:40.679Z Compiling scopeguard v1.2.0
13222026-08-27T08:04:40.683Z Compiling stable_deref_trait v1.2.1
13232026-08-27T08:04:40.683Z Compiling typenum v1.20.1
13242026-08-27T08:04:40.683Z Compiling zerocopy v0.8.55
13252026-08-27T08:04:40.683Z Compiling portable-atomic v1.13.1
13262026-08-27T08:04:40.726Z Compiling serde_json v1.0.151
13272026-08-27T08:04:40.738Z Compiling syn v2.0.117
13282026-08-27T08:04:40.752Z Compiling critical-section v1.2.0
13292026-08-27T08:04:40.844Z Compiling libm v0.2.16
13302026-08-27T08:04:40.884Z Compiling lock_api v0.4.14
13312026-08-27T08:04:40.936Z Compiling num-traits v0.2.19
13322026-08-27T08:04:40.957Z Compiling pkg-config v0.3.32
13332026-08-27T08:04:40.960Z Compiling generic-array v0.14.7
13342026-08-27T08:04:40.986Z Compiling parking_lot_core v0.9.12
13352026-08-27T08:04:41.046Z Compiling pin-project-lite v0.2.17
13362026-08-27T08:04:41.073Z Compiling const-oid v0.9.6
13372026-08-27T08:04:41.120Z Compiling getrandom v0.4.3
13382026-08-27T08:04:41.136Z Compiling rand_core v0.10.0
13392026-08-27T08:04:41.163Z Compiling futures-core v0.3.32
13402026-08-27T08:04:41.183Z Compiling percent-encoding v2.3.2
13412026-08-27T08:04:41.265Z Compiling writeable v0.6.2
13422026-08-27T08:04:41.298Z Compiling litemap v0.8.1
13432026-08-27T08:04:41.328Z Compiling icu_normalizer_data v2.1.1
13442026-08-27T08:04:41.328Z Compiling icu_properties_data v2.1.2
13452026-08-27T08:04:41.370Z Compiling getrandom v0.3.4
13462026-08-27T08:04:41.375Z Compiling rustix v1.1.4
13472026-08-27T08:04:41.417Z Compiling futures-sink v0.3.32
13482026-08-27T08:04:41.487Z Compiling futures-io v0.3.32
13492026-08-27T08:04:41.518Z Compiling futures-channel v0.3.32
13502026-08-27T08:04:41.535Z Compiling utf8_iter v1.0.4
13512026-08-27T08:04:41.539Z Compiling futures-task v0.3.32
13522026-08-27T08:04:41.561Z Compiling slab v0.4.12
13532026-08-27T08:04:41.657Z Compiling errno v0.3.14
13542026-08-27T08:04:41.695Z Compiling jobserver v0.1.34
13552026-08-27T08:04:41.709Z Compiling getrandom v0.2.17
13562026-08-27T08:04:41.764Z Compiling mio v1.2.0
13572026-08-27T08:04:41.793Z Compiling signal-hook-registry v1.4.8
13582026-08-27T08:04:41.796Z Compiling socket2 v0.6.3
13592026-08-27T08:04:41.808Z Compiling form_urlencoded v1.2.2
13602026-08-27T08:04:41.852Z Compiling once_cell v1.21.3
13612026-08-27T08:04:41.855Z Compiling rustversion v1.0.22
13622026-08-27T08:04:41.955Z Compiling cc v1.2.56
13632026-08-27T08:04:41.969Z Compiling rand_core v0.6.4
13642026-08-27T08:04:42.006Z Compiling parking_lot v0.12.5
13652026-08-27T08:04:42.034Z Compiling iana-time-zone v0.1.65
13662026-08-27T08:04:42.049Z Compiling base64ct v1.8.3
13672026-08-27T08:04:42.093Z Compiling dunce v1.0.5
13682026-08-27T08:04:42.098Z Compiling fs_extra v1.3.0
13692026-08-27T08:04:42.137Z Compiling ident_case v1.0.1
13702026-08-27T08:04:42.204Z Compiling flagset v0.4.7
13712026-08-27T08:04:42.248Z Compiling regex-syntax v0.8.10
13722026-08-27T08:04:42.248Z Compiling base64 v0.22.1
13732026-08-27T08:04:42.275Z Compiling rand_core v0.9.5
13742026-08-27T08:04:42.290Z Compiling pem-rfc7468 v0.7.0
13752026-08-27T08:04:42.304Z Compiling syn v1.0.109
13762026-08-27T08:04:42.358Z Compiling vcpkg v0.2.15
13772026-08-27T08:04:42.361Z Compiling tracing-core v0.1.36
13782026-08-27T08:04:42.386Z Compiling dyn-clone v1.0.20
13792026-08-27T08:04:42.404Z Compiling cpufeatures v0.2.17
13802026-08-27T08:04:42.419Z Compiling schemars v0.8.22
13812026-08-27T08:04:42.451Z Compiling simd-adler32 v0.3.8
13822026-08-27T08:04:42.495Z Compiling aws-lc-rs v1.16.3
13832026-08-27T08:04:42.543Z Compiling spin v0.9.8
13842026-08-27T08:04:42.574Z Compiling tinyvec_macros v0.1.1
13852026-08-27T08:04:42.616Z Compiling cmov v0.5.4
13862026-08-27T08:04:42.643Z Compiling openssl-probe v0.2.1
13872026-08-27T08:04:42.692Z Compiling httparse v1.10.1
13882026-08-27T08:04:42.708Z Compiling crc32fast v1.5.0
13892026-08-27T08:04:42.748Z Compiling cmake v0.1.57
13902026-08-27T08:04:42.768Z Compiling adler2 v2.0.1
13912026-08-27T08:04:42.795Z Compiling tinyvec v1.10.0
13922026-08-27T08:04:42.813Z Compiling ctutils v0.4.2
13932026-08-27T08:04:42.833Z Compiling aho-corasick v1.1.4
13942026-08-27T08:04:42.857Z Compiling untrusted v0.7.1
13952026-08-27T08:04:42.915Z Compiling miniz_oxide v0.8.9
13962026-08-27T08:04:42.950Z Compiling bitflags v2.11.0
13972026-08-27T08:04:42.997Z Compiling semver v1.0.28
13982026-08-27T08:04:43.011Z Compiling indexmap v2.14.0
13992026-08-27T08:04:43.062Z Compiling uuid v1.23.4
14002026-08-27T08:04:43.154Z Compiling radium v0.7.0
14012026-08-27T08:04:43.169Z Compiling tower-layer v0.3.3
14022026-08-27T08:04:43.185Z Compiling atomic-waker v1.1.2
14032026-08-27T08:04:43.190Z Compiling try-lock v0.2.5
14042026-08-27T08:04:43.200Z Compiling tower-service v0.3.3
14052026-08-27T08:04:43.321Z Compiling rustc_version v0.4.1
14062026-08-27T08:04:43.321Z Compiling want v0.3.1
14072026-08-27T08:04:43.378Z Compiling openssl v0.10.80
14082026-08-27T08:04:43.446Z Compiling rustls v0.23.41
14092026-08-27T08:04:43.503Z Compiling untrusted v0.9.0
14102026-08-27T08:04:43.554Z Compiling foreign-types-shared v0.1.1
14112026-08-27T08:04:43.600Z Compiling maybe-uninit v2.0.0
14122026-08-27T08:04:43.645Z Compiling aws-lc-sys v0.40.0
14132026-08-27T08:04:43.660Z Compiling openssl-sys v0.9.117
14142026-08-27T08:04:43.660Z Compiling httpdate v1.0.3
14152026-08-27T08:04:43.663Z Compiling tap v1.0.1
14162026-08-27T08:04:43.706Z Compiling foreign-types v0.3.2
14172026-08-27T08:04:43.709Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14182026-08-27T08:04:43.709Z Compiling bzip2-sys v0.1.13+1.0.8
14192026-08-27T08:04:43.749Z Compiling synstructure v0.13.2
14202026-08-27T08:04:43.790Z Compiling serde_derive_internals v0.29.1
14212026-08-27T08:04:43.805Z Compiling pest_generator v2.8.6
14222026-08-27T08:04:43.823Z Compiling regex-automata v0.4.14
14232026-08-27T08:04:43.894Z Compiling darling_core v0.20.11
14242026-08-27T08:04:43.983Z Compiling wyz v0.5.1
14252026-08-27T08:04:44.160Z Compiling terminal_size v0.4.3
14262026-08-27T08:04:44.176Z Compiling tempfile v3.27.0
14272026-08-27T08:04:44.190Z Compiling unicode-normalization v0.1.25
14282026-08-27T08:04:44.235Z Compiling num-integer v0.1.46
14292026-08-27T08:04:44.314Z Compiling wait-timeout v0.2.1
14302026-08-27T08:04:44.369Z Compiling ahash v0.8.12
14312026-08-27T08:04:44.383Z Compiling num-bigint-dig v0.8.6
14322026-08-27T08:04:44.560Z Compiling num-conv v0.2.0
14332026-08-27T08:04:44.575Z Compiling bit-vec v0.8.0
14342026-08-27T08:04:44.590Z Compiling packed_struct v0.10.1
14352026-08-27T08:04:44.594Z Compiling powerfmt v0.2.0
14362026-08-27T08:04:44.622Z Compiling native-tls v0.2.18
14372026-08-27T08:04:44.626Z Compiling time-core v0.1.8
14382026-08-27T08:04:44.651Z Compiling quick-error v1.2.3
14392026-08-27T08:04:44.682Z Compiling funty v2.0.0
14402026-08-27T08:04:44.724Z Compiling clap_builder v4.6.0
14412026-08-27T08:04:44.758Z Compiling rusty-fork v0.3.1
14422026-08-27T08:04:44.772Z Compiling bit-set v0.8.0
14432026-08-27T08:04:44.775Z Compiling deranged v0.5.8
14442026-08-27T08:04:44.802Z Compiling time-macros v0.2.27
14452026-08-27T08:04:44.827Z Compiling num-iter v0.1.45
14462026-08-27T08:04:44.918Z Compiling lazy_static v1.5.0
14472026-08-27T08:04:44.945Z Compiling rand_xorshift v0.4.0
14482026-08-27T08:04:44.959Z Compiling sync_wrapper v1.0.2
14492026-08-27T08:04:44.980Z Compiling indexmap v1.9.3
14502026-08-27T08:04:45.065Z Compiling bitvec v1.0.1
14512026-08-27T08:04:45.101Z Compiling unarray v0.1.4
14522026-08-27T08:04:45.137Z Compiling paste v1.0.15
14532026-08-27T08:04:45.141Z Compiling crc-catalog v2.4.0
14542026-08-27T08:04:45.183Z Compiling unicode-segmentation v1.12.0
14552026-08-27T08:04:45.225Z Compiling usdt-impl v0.6.0
14562026-08-27T08:04:45.249Z Compiling nodrop v0.1.14
14572026-08-27T08:04:45.321Z Compiling object v0.37.3
14582026-08-27T08:04:45.350Z Compiling crossbeam-utils v0.8.21
14592026-08-27T08:04:45.422Z Compiling siphasher v1.0.2
14602026-08-27T08:04:45.452Z Compiling num_threads v0.1.7
14612026-08-27T08:04:45.513Z Compiling serde_derive v1.0.228
14622026-08-27T08:04:45.562Z Compiling zeroize_derive v1.5.0
14632026-08-27T08:04:45.589Z Compiling zerofrom-derive v0.1.6
14642026-08-27T08:04:45.612Z Compiling zerocopy-derive v0.8.55
14652026-08-27T08:04:45.631Z Compiling yoke-derive v0.8.1
14662026-08-27T08:04:45.661Z Compiling zerovec-derive v0.11.2
14672026-08-27T08:04:45.856Z Compiling displaydoc v0.2.5
14682026-08-27T08:04:45.870Z Compiling tokio-macros v2.7.0
14692026-08-27T08:04:45.960Z Compiling futures-macro v0.3.32
14702026-08-27T08:04:46.244Z Compiling der_derive v0.7.3
14712026-08-27T08:04:46.288Z Compiling thiserror-impl v2.0.18
14722026-08-27T08:04:46.581Z Compiling tracing-attributes v0.1.31
14732026-08-27T08:04:46.645Z Compiling schemars_derive v0.8.22
14742026-08-27T08:04:46.660Z Compiling pest_derive v2.8.6
14752026-08-27T08:04:46.795Z Compiling scroll_derive v0.13.1
14762026-08-27T08:04:46.819Z Compiling darling_macro v0.20.11
14772026-08-27T08:04:46.836Z Compiling futures-util v0.3.32
14782026-08-27T08:04:46.862Z Compiling openssl-macros v0.1.1
14792026-08-27T08:04:47.043Z Compiling zerofrom v0.1.6
14802026-08-27T08:04:47.146Z Compiling thiserror-impl v1.0.69
14812026-08-27T08:04:47.185Z Compiling yoke v0.8.1
14822026-08-27T08:04:47.277Z Compiling packed_struct_codegen v0.10.1
14832026-08-27T08:04:47.354Z Compiling darling v0.20.11
14842026-08-27T08:04:47.397Z Compiling zerovec v0.11.5
14852026-08-27T08:04:47.448Z Compiling zerotrie v0.2.3
14862026-08-27T08:04:47.633Z Compiling scroll v0.13.0
14872026-08-27T08:04:47.708Z Compiling thiserror v2.0.18
14882026-08-27T08:04:47.785Z Compiling zerocopy-derive v0.6.6
14892026-08-27T08:04:47.832Z Compiling clap_derive v4.6.1
14902026-08-27T08:04:47.905Z Compiling tinystr v0.8.2
14912026-08-27T08:04:47.925Z Compiling potential_utf v0.1.4
14922026-08-27T08:04:47.952Z Compiling tracing v0.1.44
14932026-08-27T08:04:47.955Z Compiling goblin v0.10.5
14942026-08-27T08:04:47.979Z Compiling bitfield-macros v0.19.4
14952026-08-27T08:04:48.072Z Compiling icu_locale_core v2.1.1
14962026-08-27T08:04:48.103Z Compiling icu_collections v2.1.1
14972026-08-27T08:04:48.127Z Compiling zlib-rs v0.6.2
14982026-08-27T08:04:48.229Z Compiling dtrace-parser v0.3.0
14992026-08-27T08:04:48.398Z Compiling derive_builder_core v0.20.2
15002026-08-27T08:04:48.468Z Compiling thiserror v1.0.69
15012026-08-27T08:04:48.586Z Compiling time v0.3.47
15022026-08-27T08:04:48.639Z Compiling zerocopy v0.6.6
15032026-08-27T08:04:48.714Z Compiling icu_provider v2.1.1
15042026-08-27T08:04:48.730Z Compiling bitfield v0.19.4
15052026-08-27T08:04:48.979Z Compiling icu_normalizer v2.1.1
15062026-08-27T08:04:48.993Z Compiling icu_properties v2.1.2
15072026-08-27T08:04:49.027Z Compiling zeroize v1.9.0
15082026-08-27T08:04:49.043Z Compiling bytes v1.11.1
15092026-08-27T08:04:49.057Z Compiling chrono v0.4.45
15102026-08-27T08:04:49.105Z Compiling ipnet v2.12.0
15112026-08-27T08:04:49.264Z Compiling der v0.7.10
15122026-08-27T08:04:49.276Z Compiling rustls-pki-types v1.14.0
15132026-08-27T08:04:49.525Z Compiling tokio v1.52.1
15142026-08-27T08:04:49.623Z Compiling http v1.4.2
15152026-08-27T08:04:49.645Z Compiling hybrid-array v0.4.13
15162026-08-27T08:04:49.669Z Compiling hex v0.4.3
15172026-08-27T08:04:49.744Z Compiling crypto-common v0.1.7
15182026-08-27T08:04:49.794Z Compiling block-buffer v0.10.4
15192026-08-27T08:04:49.906Z Compiling idna_adapter v1.2.1
15202026-08-27T08:04:49.948Z Compiling digest v0.10.7
15212026-08-27T08:04:49.978Z Compiling toml_datetime v0.6.11
15222026-08-27T08:04:50.117Z Compiling idna v1.1.0
15232026-08-27T08:04:50.160Z Compiling ppv-lite86 v0.2.21
15242026-08-27T08:04:50.223Z Compiling spki v0.7.3
15252026-08-27T08:04:50.237Z Compiling sha2 v0.10.9
15262026-08-27T08:04:50.300Z Compiling signature v2.2.0
15272026-08-27T08:04:50.366Z Compiling http-body v1.0.1
15282026-08-27T08:04:50.386Z Compiling hmac v0.12.1
15292026-08-27T08:04:50.454Z Compiling url v2.5.8
15302026-08-27T08:04:50.471Z Compiling rand_chacha v0.9.0
15312026-08-27T08:04:50.486Z Compiling pkcs8 v0.10.2
15322026-08-27T08:04:50.502Z Compiling rand_chacha v0.3.1
15332026-08-27T08:04:50.517Z Compiling serde_spanned v0.6.9
15342026-08-27T08:04:50.533Z Compiling http-body-util v0.1.3
15352026-08-27T08:04:50.563Z Compiling clap v4.6.1
15362026-08-27T08:04:50.655Z Compiling pkcs1 v0.7.5
15372026-08-27T08:04:50.767Z Compiling rand v0.9.2
15382026-08-27T08:04:50.799Z Compiling rand v0.8.6
15392026-08-27T08:04:50.803Z Compiling dof v0.4.0
15402026-08-27T08:04:50.880Z Compiling scroll_derive v0.12.1
15412026-08-27T08:04:50.940Z Compiling structmeta-derive v0.3.0
15422026-08-27T08:04:51.192Z Compiling flate2 v1.1.9
15432026-08-27T08:04:51.318Z Compiling array-init v0.0.4
15442026-08-27T08:04:51.357Z Compiling proptest v1.11.0
15452026-08-27T08:04:51.415Z Compiling crc v3.4.0
15462026-08-27T08:04:51.590Z Compiling smallvec v0.6.14
15472026-08-27T08:04:51.611Z Compiling darling_core v0.23.0
15482026-08-27T08:04:51.624Z Compiling heapless v0.7.17
15492026-08-27T08:04:51.637Z Compiling slog v2.8.2
15502026-08-27T08:04:51.650Z Compiling thread-id v5.1.0
15512026-08-27T08:04:51.677Z Compiling env_filter v2.0.0
15522026-08-27T08:04:51.742Z Compiling syn v3.0.3
15532026-08-27T08:04:51.811Z Compiling cookie v0.18.1
15542026-08-27T08:04:51.843Z Compiling unicode-properties v0.1.4
15552026-08-27T08:04:51.884Z Compiling ipnetwork v0.21.1
15562026-08-27T08:04:51.950Z Compiling allocator-api2 v0.2.21
15572026-08-27T08:04:51.993Z Compiling ryu v1.0.23
15582026-08-27T08:04:52.023Z Compiling base64 v0.21.7
15592026-08-27T08:04:52.026Z Compiling zstd-safe v7.2.4
15602026-08-27T08:04:52.050Z Compiling iri-string v0.7.10
15612026-08-27T08:04:52.072Z Compiling gimli v0.32.3
15622026-08-27T08:04:52.085Z Compiling anyhow v1.0.104
15632026-08-27T08:04:52.186Z Compiling winnow v0.5.40
15642026-08-27T08:04:52.252Z Compiling unicode-bidi v0.3.18
15652026-08-27T08:04:52.275Z Compiling hashbrown v0.12.3
15662026-08-27T08:04:52.303Z Compiling signal-hook v0.3.18
15672026-08-27T08:04:52.318Z Compiling ron v0.8.1
15682026-08-27T08:04:52.377Z Compiling oxnet v0.1.6
15692026-08-27T08:04:52.410Z Compiling serde_urlencoded v0.7.1
15702026-08-27T08:04:52.510Z Compiling structmeta v0.3.0
15712026-08-27T08:04:52.649Z Compiling rsa v0.9.10
15722026-08-27T08:04:52.670Z Compiling stringprep v0.1.5
15732026-08-27T08:04:52.851Z Compiling env_logger v0.11.11
15742026-08-27T08:04:52.875Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15752026-08-27T08:04:52.933Z Compiling serde-hex v0.1.0
15762026-08-27T08:04:53.136Z Compiling camino v1.2.5
15772026-08-27T08:04:53.220Z Compiling scroll v0.12.0
15782026-08-27T08:04:53.252Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15792026-08-27T08:04:53.444Z Compiling tokio-util v0.7.18
15802026-08-27T08:04:53.508Z Compiling tower v0.5.3
15812026-08-27T08:04:53.541Z Compiling toml_edit v0.19.15
15822026-08-27T08:04:53.579Z Compiling tokio-native-tls v0.3.1
15832026-08-27T08:04:53.767Z Compiling newtype-uuid v1.3.2
15842026-08-27T08:04:54.014Z Compiling tower-http v0.6.8
15852026-08-27T08:04:54.030Z Compiling addr2line v0.25.1
15862026-08-27T08:04:54.139Z Compiling h2 v0.4.15
15872026-08-27T08:04:54.157Z Compiling hashbrown v0.13.2
15882026-08-27T08:04:54.173Z Compiling darling_macro v0.23.0
15892026-08-27T08:04:54.368Z Compiling block-buffer v0.12.1
15902026-08-27T08:04:54.433Z Compiling block-padding v0.4.2
15912026-08-27T08:04:54.509Z Compiling crypto-common v0.2.2
15922026-08-27T08:04:54.595Z Compiling x509-cert v0.2.5
15932026-08-27T08:04:54.622Z Compiling md-5 v0.10.6
15942026-08-27T08:04:54.657Z Compiling rustls-native-certs v0.8.3
15952026-08-27T08:04:54.699Z Compiling derive_builder_macro v0.20.2
15962026-08-27T08:04:54.807Z Compiling erased-serde v0.3.31
15972026-08-27T08:04:54.968Z Compiling serde_tokenstream v0.2.3
15982026-08-27T08:04:55.198Z Compiling daft-derive v0.1.8
15992026-08-27T08:04:55.222Z Compiling bzip2 v0.4.4
16002026-08-27T08:04:55.261Z Compiling bstr v1.12.1
16012026-08-27T08:04:55.326Z Compiling async-trait v0.1.89
16022026-08-27T08:04:55.366Z Compiling zerocopy-derive v0.7.35
16032026-08-27T08:04:55.453Z Compiling pin-project-internal v1.1.11
16042026-08-27T08:04:55.470Z Compiling curve25519-dalek v4.1.3
16052026-08-27T08:04:55.711Z Compiling vergen-lib v9.1.0
16062026-08-27T08:04:55.827Z Compiling hash32 v0.2.1
16072026-08-27T08:04:55.917Z Compiling memoffset v0.9.1
16082026-08-27T08:04:55.944Z Compiling encoding_rs v0.8.35
16092026-08-27T08:04:55.957Z Compiling smoltcp v0.9.1
16102026-08-27T08:04:56.038Z Compiling cfg_aliases v0.2.1
16112026-08-27T08:04:56.126Z Compiling ref-cast v1.0.25
16122026-08-27T08:04:56.140Z Compiling litrs v1.0.0
16132026-08-27T08:04:56.228Z Compiling owo-colors v4.3.0
16142026-08-27T08:04:56.287Z Compiling rustix v0.38.44
16152026-08-27T08:04:56.290Z Compiling psl-types v2.0.11
16162026-08-27T08:04:56.319Z Compiling crc-any v2.5.0
16172026-08-27T08:04:56.334Z Compiling rustc-demangle v0.1.27
16182026-08-27T08:04:56.399Z Compiling fallible-iterator v0.2.0
16192026-08-27T08:04:56.450Z Compiling mime v0.3.17
16202026-08-27T08:04:56.522Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-08-27T08:04:56.573Z Compiling backtrace v0.3.76
16222026-08-27T08:04:56.634Z Compiling pin-project v1.1.11
16232026-08-27T08:04:56.638Z Compiling publicsuffix v2.3.0
16242026-08-27T08:04:56.679Z Compiling document-features v0.2.12
16252026-08-27T08:04:56.710Z Compiling postgres-protocol v0.6.10
16262026-08-27T08:04:56.735Z Compiling zerocopy v0.7.35
16272026-08-27T08:04:56.750Z Compiling nix v0.31.2
16282026-08-27T08:04:56.794Z Compiling daft v0.1.8
16292026-08-27T08:04:56.870Z Compiling zip v0.6.6
16302026-08-27T08:04:57.100Z Compiling derive_builder v0.20.2
16312026-08-27T08:04:57.133Z Compiling toml v0.7.8
16322026-08-27T08:04:57.157Z Compiling darling v0.23.0
16332026-08-27T08:04:57.249Z Compiling object v0.30.4
16342026-08-27T08:04:57.262Z Compiling inout v0.2.2
16352026-08-27T08:04:57.278Z Compiling goblin v0.8.2
16362026-08-27T08:04:57.293Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16372026-08-27T08:04:57.350Z Compiling hyper v1.10.1
16382026-08-27T08:04:57.464Z Compiling derive-ex v0.1.8
16392026-08-27T08:04:57.555Z Compiling futures-executor v0.3.32
16402026-08-27T08:04:57.580Z Compiling hubpack_derive v0.1.1
16412026-08-27T08:04:57.611Z Compiling regex v1.12.3
16422026-08-27T08:04:57.755Z Compiling phf_shared v0.13.1
16432026-08-27T08:04:57.776Z Compiling snafu-derive v0.8.9
16442026-08-27T08:04:57.826Z Compiling ref-cast-impl v1.0.25
16452026-08-27T08:04:57.840Z Compiling curve25519-dalek-derive v0.1.1
16462026-08-27T08:04:57.854Z Compiling strum_macros v0.27.2
16472026-08-27T08:04:57.882Z Compiling convert_case v0.10.0
16482026-08-27T08:04:58.020Z Compiling vergen v9.1.0
16492026-08-27T08:04:58.053Z Compiling cargo-platform v0.3.2
16502026-08-27T08:04:58.066Z Compiling ff v0.13.1
16512026-08-27T08:04:58.210Z Compiling fs-err v3.3.0
16522026-08-27T08:04:58.226Z Compiling foldhash v0.2.0
16532026-08-27T08:04:58.226Z Compiling base16ct v0.2.0
16542026-08-27T08:04:58.340Z Compiling either v1.15.0
16552026-08-27T08:04:58.387Z Compiling is_ci v1.2.0
16562026-08-27T08:04:58.401Z Compiling bumpalo v3.20.2
16572026-08-27T08:04:58.417Z Compiling bitflags v1.3.2
16582026-08-27T08:04:58.433Z Compiling foldhash v0.1.5
16592026-08-27T08:04:58.471Z Compiling hyper-util v0.1.20
16602026-08-27T08:04:58.502Z Compiling managed v0.8.0
16612026-08-27T08:04:58.517Z Compiling libbz2-rs-sys v0.2.2
16622026-08-27T08:04:58.541Z Compiling jiff-core v0.1.0
16632026-08-27T08:04:58.565Z Compiling path-slash v0.1.5
16642026-08-27T08:04:58.627Z Compiling same-file v1.0.6
16652026-08-27T08:04:58.669Z Compiling zopfli v0.8.3
16662026-08-27T08:04:58.739Z Compiling walkdir v2.5.0
16672026-08-27T08:04:58.806Z Compiling hashbrown v0.15.5
16682026-08-27T08:04:58.989Z Compiling bzip2 v0.6.1
16692026-08-27T08:04:59.181Z Compiling test-strategy v0.4.5
16702026-08-27T08:04:59.213Z Compiling supports-color v3.0.2
16712026-08-27T08:04:59.216Z Compiling textwrap v0.16.2
16722026-08-27T08:04:59.339Z Compiling jiff v0.2.34
16732026-08-27T08:04:59.490Z Compiling hashbrown v0.16.1
16742026-08-27T08:04:59.529Z Compiling dof v0.3.0
16752026-08-27T08:04:59.543Z Compiling sec1 v0.7.3
16762026-08-27T08:04:59.637Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16772026-08-27T08:04:59.697Z Compiling cargo_metadata v0.23.1
16782026-08-27T08:04:59.728Z Compiling snafu v0.8.9
16792026-08-27T08:04:59.849Z Compiling hyper-tls v0.6.0
16802026-08-27T08:04:59.873Z Compiling strum v0.27.2
16812026-08-27T08:05:00.071Z Compiling reqwest v0.12.28
16822026-08-27T08:05:00.118Z Compiling derive_more-impl v2.1.1
16832026-08-27T08:05:00.147Z Compiling group v0.13.0
16842026-08-27T08:05:00.162Z Compiling hubpack v0.1.2
16852026-08-27T08:05:00.212Z Compiling phf v0.13.1
16862026-08-27T08:05:00.284Z Compiling futures v0.3.32
16872026-08-27T08:05:00.314Z Compiling signal-hook-mio v0.2.5
16882026-08-27T08:05:00.380Z Compiling cookie_store v0.22.1
16892026-08-27T08:05:00.394Z Compiling zstd v0.13.3
16902026-08-27T08:05:00.409Z Compiling cipher v0.5.2
16912026-08-27T08:05:00.448Z Compiling serde_with_macros v3.21.0
16922026-08-27T08:05:00.703Z Compiling postgres-types v0.2.12
16932026-08-27T08:05:00.723Z Compiling backtrace-ext v0.2.1
16942026-08-27T08:05:00.860Z Compiling globset v0.4.18
16952026-08-27T08:05:00.911Z Compiling usdt-macro v0.6.0
16962026-08-27T08:05:01.074Z Compiling usdt-attr-macro v0.6.0
16972026-08-27T08:05:01.094Z Compiling byte-wrapper v0.1.0
16982026-08-27T08:05:01.175Z Compiling ed25519 v2.2.3
16992026-08-27T08:05:01.313Z Compiling hkdf v0.12.4
17002026-08-27T08:05:01.313Z Compiling crypto-bigint v0.5.5
17012026-08-27T08:05:01.453Z Compiling olpc-cjson v0.1.4
17022026-08-27T08:05:01.511Z Compiling serde-big-array v0.5.1
17032026-08-27T08:05:01.570Z Compiling serde_plain v1.0.2
17042026-08-27T08:05:01.600Z Compiling dtrace-parser v0.2.0
17052026-08-27T08:05:01.634Z Compiling phf_shared v0.11.3
17062026-08-27T08:05:01.653Z Compiling serde_repr v0.1.20
17072026-08-27T08:05:01.675Z Compiling miette-derive v7.6.0
17082026-08-27T08:05:01.722Z Compiling enum-as-inner v0.6.1
17092026-08-27T08:05:01.789Z Compiling strum_macros v0.26.4
17102026-08-27T08:05:01.836Z Compiling async-recursion v1.1.1
17112026-08-27T08:05:01.909Z Compiling float-cmp v0.10.0
17122026-08-27T08:05:01.946Z Compiling pem v3.0.6
17132026-08-27T08:05:02.066Z Compiling thread-id v4.2.2
17142026-08-27T08:05:02.080Z Compiling memmap2 v0.9.10
17152026-08-27T08:05:02.105Z Compiling winnow v1.0.3
17162026-08-27T08:05:02.171Z Compiling static_assertions v1.1.0
17172026-08-27T08:05:02.216Z Compiling supports-unicode v3.0.0
17182026-08-27T08:05:02.247Z Compiling difflib v0.4.0
17192026-08-27T08:05:02.265Z Compiling typed-path v0.9.3
17202026-08-27T08:05:02.292Z Compiling new_debug_unreachable v1.0.6
17212026-08-27T08:05:02.316Z Compiling cpufeatures v0.3.0
17222026-08-27T08:05:02.364Z Compiling data-encoding v2.10.0
17232026-08-27T08:05:02.378Z Compiling whoami v2.1.0
17242026-08-27T08:05:02.393Z Compiling normalize-line-endings v0.3.0
17252026-08-27T08:05:02.407Z Compiling precomputed-hash v0.1.1
17262026-08-27T08:05:02.495Z Compiling fixedbitset v0.4.2
17272026-08-27T08:05:02.508Z Compiling supports-hyperlinks v3.2.0
17282026-08-27T08:05:02.522Z Compiling keccak v0.1.6
17292026-08-27T08:05:02.540Z Compiling fixedbitset v0.5.7
17302026-08-27T08:05:02.683Z Compiling const-oid v0.10.2
17312026-08-27T08:05:02.727Z Compiling predicates-core v1.0.10
17322026-08-27T08:05:02.773Z Compiling petgraph v0.8.3
17332026-08-27T08:05:02.822Z Compiling sha3 v0.10.8
17342026-08-27T08:05:02.858Z Compiling predicates v3.1.4
17352026-08-27T08:05:02.876Z Compiling miette v7.6.0
17362026-08-27T08:05:02.903Z Compiling digest v0.11.3
17372026-08-27T08:05:02.918Z Compiling hickory-proto v0.25.2
17382026-08-27T08:05:03.017Z Compiling petgraph v0.6.5
17392026-08-27T08:05:03.090Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-08-27T08:05:03.152Z Compiling tokio-postgres v0.7.16
17412026-08-27T08:05:03.204Z Compiling string_cache v0.8.9
17422026-08-27T08:05:03.267Z Compiling chacha20 v0.10.0
17432026-08-27T08:05:03.286Z Compiling elliptic-curve v0.13.8
17442026-08-27T08:05:03.456Z Compiling toml_edit v0.22.27
17452026-08-27T08:05:03.491Z Compiling usdt v0.6.0
17462026-08-27T08:05:03.505Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17472026-08-27T08:05:03.522Z Compiling usdt-impl v0.5.0
17482026-08-27T08:05:03.609Z Compiling strum v0.26.3
17492026-08-27T08:05:03.666Z Compiling serde_with v3.21.0
17502026-08-27T08:05:03.707Z Compiling zip v4.6.1
17512026-08-27T08:05:03.739Z Compiling crossterm v0.28.1
17522026-08-27T08:05:03.765Z Compiling ed25519-dalek v2.2.0
17532026-08-27T08:05:03.778Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17542026-08-27T08:05:03.870Z Compiling derive_more v2.1.1
17552026-08-27T08:05:04.114Z Compiling iddqd v0.4.2
17562026-08-27T08:05:04.452Z Compiling itertools v0.15.0
17572026-08-27T08:05:04.517Z Compiling itertools v0.13.0
17582026-08-27T08:05:04.670Z Compiling similar v2.7.0
17592026-08-27T08:05:04.715Z Compiling crossbeam-epoch v0.9.18
17602026-08-27T08:05:04.729Z Compiling tokio-stream v0.1.18
17612026-08-27T08:05:05.018Z Compiling buf-list v1.1.2
17622026-08-27T08:05:05.101Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-27T08:05:05.244Z Compiling openapiv3 v2.2.0
17642026-08-27T08:05:05.352Z Compiling heck v0.4.1
17652026-08-27T08:05:05.370Z Compiling lalrpop-util v0.19.12
17662026-08-27T08:05:05.431Z Compiling peg-runtime v0.8.5
17672026-08-27T08:05:05.450Z Compiling thread_local v1.1.9
17682026-08-27T08:05:05.474Z Compiling slog-async v2.8.0
17692026-08-27T08:05:05.534Z Compiling crossbeam-channel v0.5.15
17702026-08-27T08:05:05.587Z Compiling filetime v0.2.27
17712026-08-27T08:05:05.601Z Compiling is-terminal v0.4.17
17722026-08-27T08:05:05.616Z Compiling xattr v1.6.1
17732026-08-27T08:05:05.712Z Compiling term v1.2.1
17742026-08-27T08:05:05.726Z Compiling take_mut v0.2.2
17752026-08-27T08:05:05.733Z Compiling camino-tempfile v1.4.1
17762026-08-27T08:05:05.759Z Compiling tar v0.4.46
17772026-08-27T08:05:05.985Z Compiling slog-term v2.9.2
17782026-08-27T08:05:23.067Z Compiling rustls-webpki v0.103.13
17792026-08-27T08:05:25.753Z Compiling tokio-rustls v0.26.4
17802026-08-27T08:05:25.753Z Compiling rustls-platform-verifier v0.6.2
17812026-08-27T08:05:25.753Z Compiling tough v0.22.0
17822026-08-27T08:05:25.954Z Compiling hyper-rustls v0.27.7
17832026-08-27T08:05:26.141Z Compiling reqwest v0.13.2
17842026-08-27T08:05:28.262Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-27T08:05:28.499Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-27T08:05:31.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.79s
17872026-08-27T08:05:31.535Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-27T08:05:31.590ZAug 27 08:05:31.433 INFO Starting download, target: Console
17892026-08-27T08:05:31.590ZAug 27 08:05:31.434 INFO Starting download, target: DendriteStub
17902026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Starting download, target: Clickhouse
17912026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Starting download, target: Cockroach
17922026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Starting download, target: MaghemiteMgd
17932026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Starting download, target: MaghemiteDdmd
17942026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Starting download, target: TransceiverControl
17952026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-27T08:05:31.593ZAug 27 08:05:31.434 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-27T08:05:31.594ZAug 27 08:05:31.434 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-27T08:05:31.594ZAug 27 08:05:31.434 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-27T08:05:31.594ZAug 27 08:05:31.434 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-27T08:05:33.806ZAug 27 08:05:33.650 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-27T08:05:34.050ZAug 27 08:05:33.893 INFO Download complete, target: Console
18042026-08-27T08:05:34.063ZAug 27 08:05:33.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18052026-08-27T08:05:34.785ZAug 27 08:05:34.623 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18062026-08-27T08:05:35.015ZAug 27 08:05:34.841 INFO Download complete, target: TransceiverControl
18072026-08-27T08:05:39.013ZAug 27 08:05:38.853 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18082026-08-27T08:05:39.438ZAug 27 08:05:39.276 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-08-27T08:05:40.355ZAug 27 08:05:40.192 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18102026-08-27T08:05:40.846ZAug 27 08:05:40.670 INFO Checking that binary works, target: Clickhouse
18112026-08-27T08:05:40.864ZAug 27 08:05:40.693 INFO Download complete, target: MaghemiteDdmd
18122026-08-27T08:05:41.019ZAug 27 08:05:40.842 INFO Download complete, target: Clickhouse
18132026-08-27T08:05:41.196ZAug 27 08:05:41.029 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18142026-08-27T08:05:41.196ZAug 27 08:05:41.030 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18152026-08-27T08:05:42.024ZAug 27 08:05:41.867 INFO Download complete, target: DendriteStub
18162026-08-27T08:05:42.857ZAug 27 08:05:42.701 INFO Download complete, target: MaghemiteMgd
18172026-08-27T08:05:45.760ZAug 27 08:05:45.604 INFO Checking that binary works, target: Cockroach
18182026-08-27T08:05:45.884ZAug 27 08:05:45.728 INFO Download complete, target: Cockroach
18192026-08-27T08:05:45.890ZAll prerequisites installed successfully
18202026-08-27T08:05:45.893Z
18212026-08-27T08:05:45.893Zreal 2:00.325381733
18222026-08-27T08:05:45.893Zuser 7:23.002565503
18232026-08-27T08:05:45.893Zsys 1:45.055702408
18242026-08-27T08:05:45.893Ztrap 0.305156289
18252026-08-27T08:05:45.893Ztflt 0.906952886
18262026-08-27T08:05:45.893Zdflt 1.635320204
18272026-08-27T08:05:45.894Zkflt 0.022997773
18282026-08-27T08:05:45.894Zlock 30:53.752761886
18292026-08-27T08:05:45.894Zslp 20:27.575699143
18302026-08-27T08:05:45.894Zlat 28.258681114
18312026-08-27T08:05:45.894Zstop 3:26.711153779
18322026-08-27T08:05:45.894Z+ ptime -m cargo xtask download softnpu
18332026-08-27T08:05:46.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18342026-08-27T08:05:46.376Z Running `target/debug/xtask download softnpu`
18352026-08-27T08:05:47.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18362026-08-27T08:05:47.247Z Running `target/debug/xtask-downloader softnpu`
18372026-08-27T08:05:47.253ZAug 27 08:05:47.095 INFO Starting download, target: Softnpu
18382026-08-27T08:05:47.256ZAug 27 08:05:47.095 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18392026-08-27T08:05:48.485ZAug 27 08:05:48.329 INFO Download complete, target: Softnpu
18402026-08-27T08:05:48.496Z
18412026-08-27T08:05:48.496Zreal 2.592105002
18422026-08-27T08:05:48.496Zuser 1.321878579
18432026-08-27T08:05:48.496Zsys 0.618489620
18442026-08-27T08:05:48.496Ztrap 0.000637950
18452026-08-27T08:05:48.496Ztflt 0.000492480
18462026-08-27T08:05:48.496Zdflt 0.000432710
18472026-08-27T08:05:48.496Zkflt 0.000000000
18482026-08-27T08:05:48.496Zlock 22.902982164
18492026-08-27T08:05:48.496Zslp 1.083416362
18502026-08-27T08:05:48.496Zlat 0.081875545
18512026-08-27T08:05:48.496Zstop 0.000199780
18522026-08-27T08:05:48.496Z+ export CARGO_INCREMENTAL=0
18532026-08-27T08:05:48.496Z+ CARGO_INCREMENTAL=0
18542026-08-27T08:05:48.496Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18552026-08-27T08:05:49.399Z Compiling proc-macro2 v1.0.106
18562026-08-27T08:05:49.399Z Compiling quote v1.0.45
18572026-08-27T08:05:49.400Z Compiling unicode-ident v1.0.24
18582026-08-27T08:05:49.400Z Compiling serde_core v1.0.228
18592026-08-27T08:05:49.405Z Compiling libc v0.2.185
18602026-08-27T08:05:49.405Z Compiling serde v1.0.228
18612026-08-27T08:05:49.405Z Compiling cfg-if v1.0.4
18622026-08-27T08:05:49.406Z Compiling version_check v0.9.5
18632026-08-27T08:05:49.406Z Compiling autocfg v1.5.0
18642026-08-27T08:05:49.406Z Compiling find-msvc-tools v0.1.9
18652026-08-27T08:05:49.553Z Compiling shlex v1.3.0
18662026-08-27T08:05:49.558Z Compiling memchr v2.8.0
18672026-08-27T08:05:49.558Z Compiling zmij v1.0.21
18682026-08-27T08:05:49.580Z Compiling serde_json v1.0.151
18692026-08-27T08:05:49.715Z Compiling portable-atomic v1.13.1
18702026-08-27T08:05:49.743Z Compiling zerocopy v0.8.55
18712026-08-27T08:05:49.888Z Compiling libm v0.2.16
18722026-08-27T08:05:49.891Z Compiling getrandom v0.4.3
18732026-08-27T08:05:49.928Z Compiling icu_normalizer_data v2.1.1
18742026-08-27T08:05:49.940Z Compiling generic-array v0.14.7
18752026-08-27T08:05:50.028Z Compiling smallvec v1.15.1
18762026-08-27T08:05:50.051Z Compiling icu_properties_data v2.1.2
18772026-08-27T08:05:50.067Z Compiling parking_lot_core v0.9.12
18782026-08-27T08:05:50.084Z Compiling num-traits v0.2.19
18792026-08-27T08:05:50.181Z Compiling itoa v1.0.17
18802026-08-27T08:05:50.199Z Compiling log v0.4.33
18812026-08-27T08:05:50.249Z Compiling subtle v2.6.1
18822026-08-27T08:05:50.254Z Compiling pkg-config v0.3.32
18832026-08-27T08:05:50.296Z Compiling stable_deref_trait v1.2.1
18842026-08-27T08:05:50.342Z Compiling typenum v1.20.1
18852026-08-27T08:05:50.346Z Compiling rustix v1.1.4
18862026-08-27T08:05:50.442Z Compiling getrandom v0.3.4
18872026-08-27T08:05:50.454Z Compiling scopeguard v1.2.0
18882026-08-27T08:05:50.535Z Compiling thiserror v2.0.18
18892026-08-27T08:05:50.634Z Compiling lock_api v0.4.14
18902026-08-27T08:05:50.647Z Compiling rand_core v0.10.0
18912026-08-27T08:05:50.683Z Compiling jobserver v0.1.34
18922026-08-27T08:05:50.760Z Compiling errno v0.3.14
18932026-08-27T08:05:50.870Z Compiling heck v0.5.0
18942026-08-27T08:05:50.910Z Compiling cc v1.2.56
18952026-08-27T08:05:50.944Z Compiling syn v2.0.117
18962026-08-27T08:05:51.008Z Compiling critical-section v1.2.0
18972026-08-27T08:05:51.014Z Compiling getrandom v0.2.17
18982026-08-27T08:05:51.026Z Compiling schemars v0.8.22
18992026-08-27T08:05:51.047Z Compiling writeable v0.6.2
19002026-08-27T08:05:51.081Z Compiling litemap v0.8.1
19012026-08-27T08:05:51.108Z Compiling percent-encoding v2.3.2
19022026-08-27T08:05:51.131Z Compiling equivalent v1.0.2
19032026-08-27T08:05:51.224Z Compiling rand_core v0.6.4
19042026-08-27T08:05:51.227Z Compiling syn v1.0.109
19052026-08-27T08:05:51.257Z Compiling pin-project-lite v0.2.17
19062026-08-27T08:05:51.319Z Compiling rustversion v1.0.22
19072026-08-27T08:05:51.351Z Compiling once_cell v1.21.3
19082026-08-27T08:05:51.481Z Compiling hashbrown v0.17.0
19092026-08-27T08:05:51.525Z Compiling fs_extra v1.3.0
19102026-08-27T08:05:51.528Z Compiling dunce v1.0.5
19112026-08-27T08:05:51.573Z Compiling utf8_iter v1.0.4
19122026-08-27T08:05:51.650Z Compiling byteorder v1.5.0
19132026-08-27T08:05:51.671Z Compiling form_urlencoded v1.2.2
19142026-08-27T08:05:51.706Z Compiling cmake v0.1.57
19152026-08-27T08:05:51.839Z Compiling semver v1.0.28
19162026-08-27T08:05:51.901Z Compiling bitflags v2.11.0
19172026-08-27T08:05:51.989Z Compiling strsim v0.11.1
19182026-08-27T08:05:52.110Z Compiling indexmap v2.14.0
19192026-08-27T08:05:52.117Z Compiling signal-hook-registry v1.4.8
19202026-08-27T08:05:52.215Z Compiling thiserror v1.0.69
19212026-08-27T08:05:52.256Z Compiling socket2 v0.6.3
19222026-08-27T08:05:52.277Z Compiling aws-lc-sys v0.40.0
19232026-08-27T08:05:52.299Z Compiling parking_lot v0.12.5
19242026-08-27T08:05:52.340Z Compiling mio v1.2.0
19252026-08-27T08:05:52.522Z Compiling aws-lc-rs v1.16.3
19262026-08-27T08:05:52.552Z Compiling const-oid v0.9.6
19272026-08-27T08:05:52.569Z Compiling futures-core v0.3.32
19282026-08-27T08:05:52.709Z Compiling httparse v1.10.1
19292026-08-27T08:05:52.746Z Compiling iana-time-zone v0.1.65
19302026-08-27T08:05:52.881Z Compiling ucd-trie v0.1.7
19312026-08-27T08:05:53.075Z Compiling fnv v1.0.7
19322026-08-27T08:05:53.111Z Compiling crc32fast v1.5.0
19332026-08-27T08:05:53.131Z Compiling regex-syntax v0.8.10
19342026-08-27T08:05:53.135Z Compiling pest v2.8.6
19352026-08-27T08:05:53.219Z Compiling uuid v1.23.4
19362026-08-27T08:05:53.254Z Compiling vcpkg v0.2.15
19372026-08-27T08:05:53.258Z Compiling ident_case v1.0.1
19382026-08-27T08:05:53.489Z Compiling rustc_version v0.4.1
19392026-08-27T08:05:53.578Z Compiling futures-sink v0.3.32
19402026-08-27T08:05:53.607Z Compiling rustls v0.23.41
19412026-08-27T08:05:53.674Z Compiling dyn-clone v1.0.20
19422026-08-27T08:05:53.773Z Compiling synstructure v0.13.2
19432026-08-27T08:05:53.788Z Compiling serde_derive_internals v0.29.1
19442026-08-27T08:05:53.807Z Compiling futures-channel v0.3.32
19452026-08-27T08:05:53.838Z Compiling openssl-sys v0.9.117
19462026-08-27T08:05:54.061Z Compiling aho-corasick v1.1.4
19472026-08-27T08:05:54.076Z Compiling slab v0.4.12
19482026-08-27T08:05:54.115Z Compiling futures-task v0.3.32
19492026-08-27T08:05:54.218Z Compiling pest_meta v2.8.6
19502026-08-27T08:05:54.254Z Compiling futures-io v0.3.32
19512026-08-27T08:05:54.412Z Compiling time-core v0.1.8
19522026-08-27T08:05:54.426Z Compiling plain v0.2.3
19532026-08-27T08:05:54.455Z Compiling radium v0.7.0
19542026-08-27T08:05:54.476Z Compiling num-conv v0.2.0
19552026-08-27T08:05:54.567Z Compiling crossbeam-utils v0.8.21
19562026-08-27T08:05:54.575Z Compiling base64ct v1.8.3
19572026-08-27T08:05:54.612Z Compiling pretty-hex v0.4.1
19582026-08-27T08:05:54.631Z Compiling time-macros v0.2.27
19592026-08-27T08:05:54.644Z Compiling openssl v0.10.80
19602026-08-27T08:05:54.725Z Compiling base64 v0.22.1
19612026-08-27T08:05:54.749Z Compiling maybe-uninit v2.0.0
19622026-08-27T08:05:54.761Z Compiling slog v2.8.2
19632026-08-27T08:05:54.779Z Compiling flagset v0.4.7
19642026-08-27T08:05:54.859Z Compiling pest_generator v2.8.6
19652026-08-27T08:05:54.891Z Compiling regex-automata v0.4.14
19662026-08-27T08:05:54.905Z Compiling pem-rfc7468 v0.7.0
19672026-08-27T08:05:54.982Z Compiling rand_core v0.9.5
19682026-08-27T08:05:55.004Z Compiling serde_derive v1.0.228
19692026-08-27T08:05:55.039Z Compiling zeroize_derive v1.5.0
19702026-08-27T08:05:55.046Z Compiling zerofrom-derive v0.1.6
19712026-08-27T08:05:55.091Z Compiling yoke-derive v0.8.1
19722026-08-27T08:05:55.123Z Compiling zerocopy-derive v0.8.55
19732026-08-27T08:05:55.209Z Compiling zerovec-derive v0.11.2
19742026-08-27T08:05:55.218Z Compiling displaydoc v0.2.5
19752026-08-27T08:05:55.226Z Compiling tokio-macros v2.7.0
19762026-08-27T08:05:55.248Z Compiling futures-macro v0.3.32
19772026-08-27T08:05:55.411Z Compiling thiserror-impl v2.0.18
19782026-08-27T08:05:55.433Z Compiling schemars_derive v0.8.22
19792026-08-27T08:05:55.453Z Compiling der_derive v0.7.3
19802026-08-27T08:05:55.475Z Compiling tracing-attributes v0.1.31
19812026-08-27T08:05:55.575Z Compiling thiserror-impl v1.0.69
19822026-08-27T08:05:55.674Z Compiling pest_derive v2.8.6
19832026-08-27T08:05:55.694Z Compiling scroll_derive v0.13.1
19842026-08-27T08:05:55.973Z Compiling scroll_derive v0.12.1
19852026-08-27T08:05:55.988Z Compiling openssl-macros v0.1.1
19862026-08-27T08:05:56.055Z Compiling futures-util v0.3.32
19872026-08-27T08:05:56.164Z Compiling darling_core v0.23.0
19882026-08-27T08:05:56.226Z Compiling zerofrom v0.1.6
19892026-08-27T08:05:56.387Z Compiling yoke v0.8.1
19902026-08-27T08:05:56.440Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-08-27T08:05:56.510Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19922026-08-27T08:05:56.602Z Compiling zerovec v0.11.5
19932026-08-27T08:05:56.627Z Compiling zerotrie v0.2.3
19942026-08-27T08:05:56.760Z Compiling syn v3.0.3
19952026-08-27T08:05:56.841Z Compiling ahash v0.8.12
19962026-08-27T08:05:56.870Z Compiling packed_struct v0.10.1
19972026-08-27T08:05:56.907Z Compiling anyhow v1.0.104
19982026-08-27T08:05:56.988Z Compiling paste v1.0.15
19992026-08-27T08:05:57.069Z Compiling num-bigint-dig v0.8.6
20002026-08-27T08:05:57.124Z Compiling native-tls v0.2.18
20012026-08-27T08:05:57.198Z Compiling tinystr v0.8.2
20022026-08-27T08:05:57.228Z Compiling potential_utf v0.1.4
20032026-08-27T08:05:57.277Z Compiling regex v1.12.3
20042026-08-27T08:05:57.330Z Compiling zerocopy-derive v0.7.35
20052026-08-27T08:05:57.418Z Compiling icu_locale_core v2.1.1
20062026-08-27T08:05:57.434Z Compiling icu_collections v2.1.1
20072026-08-27T08:05:58.107Z Compiling icu_provider v2.1.1
20082026-08-27T08:05:58.153Z Compiling zeroize v1.9.0
20092026-08-27T08:05:58.265Z Compiling bytes v1.11.1
20102026-08-27T08:05:58.363Z Compiling chrono v0.4.45
20112026-08-27T08:05:58.379Z Compiling icu_normalizer v2.1.1
20122026-08-27T08:05:58.406Z Compiling icu_properties v2.1.2
20132026-08-27T08:05:58.746Z Compiling serde_tokenstream v0.2.3
20142026-08-27T08:05:58.873Z Compiling tokio v1.52.1
20152026-08-27T08:05:58.886Z Compiling crypto-common v0.1.7
20162026-08-27T08:05:59.039Z Compiling block-buffer v0.10.4
20172026-08-27T08:05:59.142Z Compiling der v0.7.10
20182026-08-27T08:05:59.180Z Compiling digest v0.10.7
20192026-08-27T08:05:59.423Z Compiling idna_adapter v1.2.1
20202026-08-27T08:05:59.474Z Compiling ppv-lite86 v0.2.21
20212026-08-27T08:05:59.549Z Compiling idna v1.1.0
20222026-08-27T08:05:59.577Z Compiling http v1.4.2
20232026-08-27T08:05:59.770Z Compiling darling_macro v0.23.0
20242026-08-27T08:05:59.846Z Compiling tracing-core v0.1.36
20252026-08-27T08:05:59.919Z Compiling url v2.5.8
20262026-08-27T08:06:00.028Z Compiling spki v0.7.3
20272026-08-27T08:06:00.212Z Compiling cookie v0.18.1
20282026-08-27T08:06:00.249Z Compiling fastrand v2.3.0
20292026-08-27T08:06:00.261Z Compiling cpufeatures v0.2.17
20302026-08-27T08:06:00.279Z Compiling camino v1.2.5
20312026-08-27T08:06:00.420Z Compiling darling v0.23.0
20322026-08-27T08:06:00.485Z Compiling tracing v0.1.44
20332026-08-27T08:06:00.614Z Compiling rand_chacha v0.9.0
20342026-08-27T08:06:00.630Z Compiling toml_datetime v0.6.11
20352026-08-27T08:06:00.681Z Compiling serde_spanned v0.6.9
20362026-08-27T08:06:00.891Z Compiling packed_struct_codegen v0.10.1
20372026-08-27T08:06:00.895Z Compiling bitfield-macros v0.19.4
20382026-08-27T08:06:00.932Z Compiling clap_derive v4.6.1
20392026-08-27T08:06:00.937Z Compiling zerocopy-derive v0.6.6
20402026-08-27T08:06:01.305Z Compiling indexmap v1.9.3
20412026-08-27T08:06:01.498Z Compiling object v0.37.3
20422026-08-27T08:06:01.596Z Compiling simd-adler32 v0.3.8
20432026-08-27T08:06:01.700Z Compiling rand v0.9.2
20442026-08-27T08:06:01.715Z Compiling http-body v1.0.1
20452026-08-27T08:06:01.782Z Compiling pkcs8 v0.10.2
20462026-08-27T08:06:01.799Z Compiling daft-derive v0.1.8
20472026-08-27T08:06:01.803Z Compiling rustls-pki-types v1.14.0
20482026-08-27T08:06:01.953Z Compiling spin v0.9.8
20492026-08-27T08:06:01.993Z Compiling usdt-impl v0.5.0
20502026-08-27T08:06:02.046Z Compiling usdt-impl v0.6.0
20512026-08-27T08:06:02.180Z Compiling ref-cast v1.0.25
20522026-08-27T08:06:02.229Z Compiling winnow v0.5.40
20532026-08-27T08:06:02.276Z Compiling either v1.15.0
20542026-08-27T08:06:02.291Z Compiling cmov v0.5.4
20552026-08-27T08:06:02.393Z Compiling openssl-probe v0.2.1
20562026-08-27T08:06:02.487Z Compiling utf8parse v0.2.2
20572026-08-27T08:06:02.522Z Compiling anstyle v1.0.14
20582026-08-27T08:06:02.540Z Compiling adler2 v2.0.1
20592026-08-27T08:06:02.574Z Compiling tinyvec_macros v0.1.1
20602026-08-27T08:06:02.585Z Compiling ctutils v0.4.2
20612026-08-27T08:06:02.616Z Compiling anstyle-parse v1.0.0
20622026-08-27T08:06:02.656Z Compiling tinyvec v1.10.0
20632026-08-27T08:06:02.691Z Compiling miniz_oxide v0.8.9
20642026-08-27T08:06:02.758Z Compiling sha2 v0.10.9
20652026-08-27T08:06:02.850Z Compiling tempfile v3.27.0
20662026-08-27T08:06:02.901Z Compiling tokio-util v0.7.18
20672026-08-27T08:06:03.088Z Compiling scroll v0.12.0
20682026-08-27T08:06:03.118Z Compiling scroll v0.13.0
20692026-08-27T08:06:03.229Z Compiling terminal_size v0.4.3
20702026-08-27T08:06:03.366Z Compiling async-trait v0.1.89
20712026-08-27T08:06:03.366Z Compiling heapless v0.7.17
20722026-08-27T08:06:03.469Z Compiling signal-hook v0.3.18
20732026-08-27T08:06:03.511Z Compiling toml_edit v0.19.15
20742026-08-27T08:06:03.623Z Compiling atomic-waker v1.1.2
20752026-08-27T08:06:03.660Z Compiling unicode-segmentation v1.12.0
20762026-08-27T08:06:03.694Z Compiling zstd-safe v7.2.4
20772026-08-27T08:06:03.761Z Compiling litrs v1.0.0
20782026-08-27T08:06:03.853Z Compiling rustix v0.38.44
20792026-08-27T08:06:03.874Z Compiling is_terminal_polyfill v1.70.2
20802026-08-27T08:06:03.912Z Compiling winnow v0.7.14
20812026-08-27T08:06:03.992Z Compiling tower-service v0.3.3
20822026-08-27T08:06:04.017Z Compiling try-lock v0.2.5
20832026-08-27T08:06:04.044Z Compiling winnow v1.0.3
20842026-08-27T08:06:04.105Z Compiling anstyle-query v1.1.5
20852026-08-27T08:06:04.146Z Compiling tower-layer v0.3.3
20862026-08-27T08:06:04.188Z Compiling untrusted v0.7.1
20872026-08-27T08:06:04.240Z Compiling colorchoice v1.0.4
20882026-08-27T08:06:04.274Z Compiling document-features v0.2.12
20892026-08-27T08:06:04.297Z Compiling want v0.3.1
20902026-08-27T08:06:04.324Z Compiling h2 v0.4.15
20912026-08-27T08:06:04.374Z Compiling anstream v1.0.0
20922026-08-27T08:06:04.823Z Compiling goblin v0.10.5
20932026-08-27T08:06:04.839Z Compiling goblin v0.8.2
20942026-08-27T08:06:04.983Z Compiling toml_parser v1.1.2+spec-1.1.0
20952026-08-27T08:06:05.107Z Compiling hybrid-array v0.4.13
20962026-08-27T08:06:05.281Z Compiling itertools v0.15.0
20972026-08-27T08:06:05.399Z Compiling ipnetwork v0.21.1
20982026-08-27T08:06:05.507Z Compiling ipnet v2.12.0
20992026-08-27T08:06:05.561Z Compiling zerocopy v0.7.35
21002026-08-27T08:06:05.745Z Compiling ref-cast-impl v1.0.25
21012026-08-27T08:06:05.763Z Compiling structmeta-derive v0.3.0
21022026-08-27T08:06:05.812Z Compiling curve25519-dalek v4.1.3
21032026-08-27T08:06:05.974Z Compiling darling_core v0.20.11
21042026-08-27T08:06:06.006Z Compiling memoffset v0.9.1
21052026-08-27T08:06:06.047Z Compiling powerfmt v0.2.0
21062026-08-27T08:06:06.073Z Compiling untrusted v0.9.0
21072026-08-27T08:06:06.320Z Compiling httpdate v1.0.3
21082026-08-27T08:06:06.337Z Compiling foreign-types-shared v0.1.1
21092026-08-27T08:06:06.441Z Compiling tap v1.0.1
21102026-08-27T08:06:06.509Z Compiling foreign-types v0.3.2
21112026-08-27T08:06:06.527Z Compiling deranged v0.5.8
21122026-08-27T08:06:06.552Z Compiling wyz v0.5.1
21132026-08-27T08:06:06.755Z Compiling structmeta v0.3.0
21142026-08-27T08:06:06.771Z Compiling unicode-normalization v0.1.25
21152026-08-27T08:06:06.884Z Compiling dtrace-parser v0.2.0
21162026-08-27T08:06:06.931Z Compiling rand_chacha v0.3.1
21172026-08-27T08:06:06.950Z Compiling signature v2.2.0
21182026-08-27T08:06:07.114Z Compiling dof v0.3.0
21192026-08-27T08:06:07.224Z Compiling hex v0.4.3
21202026-08-27T08:06:07.252Z Compiling dtrace-parser v0.3.0
21212026-08-27T08:06:07.313Z Compiling pin-project-internal v1.1.11
21222026-08-27T08:06:07.354Z Compiling num-integer v0.1.46
21232026-08-27T08:06:07.480Z Compiling hyper v1.10.1
21242026-08-27T08:06:07.669Z Compiling dof v0.4.0
21252026-08-27T08:06:07.685Z Compiling thread-id v4.2.2
21262026-08-27T08:06:07.722Z Compiling thread-id v5.1.0
21272026-08-27T08:06:07.766Z Compiling wait-timeout v0.2.1
21282026-08-27T08:06:07.783Z Compiling clap_lex v1.0.0
21292026-08-27T08:06:07.815Z Compiling funty v2.0.0
21302026-08-27T08:06:07.838Z Compiling quick-error v1.2.3
21312026-08-27T08:06:07.955Z Compiling bit-vec v0.8.0
21322026-08-27T08:06:07.973Z Compiling darling_macro v0.20.11
21332026-08-27T08:06:08.146Z Compiling cfg_aliases v0.2.1
21342026-08-27T08:06:08.162Z Compiling smoltcp v0.9.1
21352026-08-27T08:06:08.176Z Compiling owo-colors v4.3.0
21362026-08-27T08:06:08.224Z Compiling num_threads v0.1.7
21372026-08-27T08:06:08.315Z Compiling nix v0.31.2
21382026-08-27T08:06:08.335Z Compiling bit-set v0.8.0
21392026-08-27T08:06:08.351Z Compiling bitvec v1.0.1
21402026-08-27T08:06:08.369Z Compiling time v0.3.47
21412026-08-27T08:06:08.372Z Compiling clap_builder v4.6.0
21422026-08-27T08:06:08.485Z Compiling darling v0.20.11
21432026-08-27T08:06:08.489Z Compiling rusty-fork v0.3.1
21442026-08-27T08:06:08.518Z Compiling num-iter v0.1.45
21452026-08-27T08:06:08.607Z Compiling hyper-util v0.1.20
21462026-08-27T08:06:08.727Z Compiling rand v0.8.6
21472026-08-27T08:06:08.804Z Compiling lazy_static v1.5.0
21482026-08-27T08:06:08.937Z Compiling hmac v0.12.1
21492026-08-27T08:06:08.953Z Compiling erased-serde v0.3.31
21502026-08-27T08:06:09.103Z Compiling rand_xorshift v0.4.0
21512026-08-27T08:06:09.260Z Compiling curve25519-dalek-derive v0.1.1
21522026-08-27T08:06:09.310Z Compiling sync_wrapper v1.0.2
21532026-08-27T08:06:09.432Z Compiling siphasher v1.0.2
21542026-08-27T08:06:09.554Z Compiling zlib-rs v0.6.2
21552026-08-27T08:06:09.629Z Compiling nodrop v0.1.14
21562026-08-27T08:06:09.644Z Compiling unarray v0.1.4
21572026-08-27T08:06:09.720Z Compiling crc-catalog v2.4.0
21582026-08-27T08:06:09.795Z Compiling proptest v1.11.0
21592026-08-27T08:06:09.828Z Compiling crc v3.4.0
21602026-08-27T08:06:09.868Z Compiling clap v4.6.1
21612026-08-27T08:06:10.330Z Compiling array-init v0.0.4
21622026-08-27T08:06:10.703Z Compiling tower v0.5.3
21632026-08-27T08:06:11.312Z Compiling smallvec v0.6.14
21642026-08-27T08:06:11.364Z Compiling derive_builder_core v0.20.2
21652026-08-27T08:06:11.421Z Compiling pkcs1 v0.7.5
21662026-08-27T08:06:11.511Z Compiling http-body-util v0.1.3
21672026-08-27T08:06:11.544Z Compiling zerocopy v0.6.6
21682026-08-27T08:06:11.576Z Compiling flate2 v1.1.9
21692026-08-27T08:06:11.627Z Compiling bitfield v0.19.4
21702026-08-27T08:06:11.835Z Compiling hubpack_derive v0.1.1
21712026-08-27T08:06:11.854Z Compiling strum_macros v0.26.4
21722026-08-27T08:06:11.901Z Compiling strum_macros v0.27.2
21732026-08-27T08:06:11.943Z Compiling snafu-derive v0.8.9
21742026-08-27T08:06:12.047Z Compiling env_filter v2.0.0
21752026-08-27T08:06:12.160Z Compiling fs-err v3.3.0
21762026-08-27T08:06:12.320Z Compiling allocator-api2 v0.2.21
21772026-08-27T08:06:12.346Z Compiling ryu v1.0.23
21782026-08-27T08:06:12.375Z Compiling gimli v0.32.3
21792026-08-27T08:06:12.451Z Compiling hashbrown v0.12.3
21802026-08-27T08:06:12.672Z Compiling unicode-properties v0.1.4
21812026-08-27T08:06:12.688Z Compiling iri-string v0.7.10
21822026-08-27T08:06:12.838Z Compiling base64 v0.21.7
21832026-08-27T08:06:12.948Z Compiling unicode-bidi v0.3.18
21842026-08-27T08:06:13.111Z Compiling ron v0.8.1
21852026-08-27T08:06:13.380Z Compiling stringprep v0.1.5
21862026-08-27T08:06:13.643Z Compiling serde_urlencoded v0.7.1
21872026-08-27T08:06:13.798Z Compiling env_logger v0.11.11
21882026-08-27T08:06:13.858Z Compiling tower-http v0.6.8
21892026-08-27T08:06:13.905Z Compiling derive_builder_macro v0.20.2
21902026-08-27T08:06:13.964Z Compiling rsa v0.9.10
21912026-08-27T08:06:14.062Z Compiling addr2line v0.25.1
21922026-08-27T08:06:14.141Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21932026-08-27T08:06:14.202Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21942026-08-27T08:06:14.258Z Compiling newtype-uuid v1.3.2
21952026-08-27T08:06:14.282Z Compiling oxnet v0.1.6
21962026-08-27T08:06:14.408Z Compiling serde-hex v0.1.0
21972026-08-27T08:06:14.412Z Compiling hashbrown v0.13.2
21982026-08-27T08:06:14.447Z Compiling tokio-native-tls v0.3.1
21992026-08-27T08:06:14.509Z Compiling bzip2 v0.4.4
22002026-08-27T08:06:14.574Z Compiling usdt-macro v0.6.0
22012026-08-27T08:06:14.590Z Compiling usdt-attr-macro v0.6.0
22022026-08-27T08:06:14.629Z Compiling derive-ex v0.1.8
22032026-08-27T08:06:14.649Z Compiling crypto-common v0.2.2
22042026-08-27T08:06:14.705Z Compiling block-padding v0.4.2
22052026-08-27T08:06:14.730Z Compiling block-buffer v0.12.1
22062026-08-27T08:06:14.918Z Compiling convert_case v0.10.0
22072026-08-27T08:06:15.188Z Compiling rustls-native-certs v0.8.3
22082026-08-27T08:06:15.380Z Compiling x509-cert v0.2.5
22092026-08-27T08:06:15.446Z Compiling md-5 v0.10.6
22102026-08-27T08:06:15.671Z Compiling bstr v1.12.1
22112026-08-27T08:06:15.742Z Compiling vergen-lib v9.1.0
22122026-08-27T08:06:15.807Z Compiling hash32 v0.2.1
22132026-08-27T08:06:15.861Z Compiling encoding_rs v0.8.35
22142026-08-27T08:06:16.107Z Compiling fallible-iterator v0.2.0
22152026-08-27T08:06:16.164Z Compiling crc-any v2.5.0
22162026-08-27T08:06:16.192Z Compiling psl-types v2.0.11
22172026-08-27T08:06:16.281Z Compiling cpufeatures v0.3.0
22182026-08-27T08:06:16.341Z Compiling mime v0.3.17
22192026-08-27T08:06:16.373Z Compiling unicode-width v0.2.0
22202026-08-27T08:06:16.448Z Compiling rustc-demangle v0.1.27
22212026-08-27T08:06:16.467Z Compiling postgres-protocol v0.6.10
22222026-08-27T08:06:16.520Z Compiling publicsuffix v2.3.0
22232026-08-27T08:06:16.719Z Compiling test-strategy v0.4.5
22242026-08-27T08:06:16.979Z Compiling backtrace v0.3.76
22252026-08-27T08:06:17.251Z Compiling derive_more-impl v2.1.1
22262026-08-27T08:06:17.350Z Compiling object v0.30.4
22272026-08-27T08:06:17.537Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22282026-08-27T08:06:17.610Z Compiling inout v0.2.2
22292026-08-27T08:06:17.627Z Compiling zip v0.6.6
22302026-08-27T08:06:17.678Z Compiling hyper-tls v0.6.0
22312026-08-27T08:06:17.789Z Compiling daft v0.1.8
22322026-08-27T08:06:17.877Z Compiling derive_builder v0.20.2
22332026-08-27T08:06:17.924Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22342026-08-27T08:06:18.004Z Compiling phf_shared v0.13.1
22352026-08-27T08:06:18.097Z Compiling pin-project v1.1.11
22362026-08-27T08:06:18.206Z Compiling toml v0.7.8
22372026-08-27T08:06:18.235Z Compiling heck v0.4.1
22382026-08-27T08:06:18.270Z Compiling serde_with_macros v3.21.0
22392026-08-27T08:06:18.332Z Compiling futures-executor v0.3.32
22402026-08-27T08:06:18.477Z Compiling enum-as-inner v0.6.1
22412026-08-27T08:06:18.477Z Compiling serde_repr v0.1.20
22422026-08-27T08:06:18.580Z Compiling miette-derive v7.6.0
22432026-08-27T08:06:18.596Z Compiling async-recursion v1.1.1
22442026-08-27T08:06:18.747Z Compiling ff v0.13.1
22452026-08-27T08:06:18.762Z Compiling vergen v9.1.0
22462026-08-27T08:06:18.840Z Compiling cargo-platform v0.3.2
22472026-08-27T08:06:18.904Z Compiling bitflags v1.3.2
22482026-08-27T08:06:18.968Z Compiling managed v0.8.0
22492026-08-27T08:06:18.990Z Compiling bumpalo v3.20.2
22502026-08-27T08:06:19.104Z Compiling foldhash v0.2.0
22512026-08-27T08:06:19.205Z Compiling libbz2-rs-sys v0.2.2
22522026-08-27T08:06:19.248Z Compiling is_ci v1.2.0
22532026-08-27T08:06:19.252Z Compiling smawk v0.3.2
22542026-08-27T08:06:19.279Z Compiling base16ct v0.2.0
22552026-08-27T08:06:19.331Z Compiling foldhash v0.1.5
22562026-08-27T08:06:19.460Z Compiling unicode-linebreak v0.1.5
22572026-08-27T08:06:19.507Z Compiling same-file v1.0.6
22582026-08-27T08:06:19.521Z Compiling path-slash v0.1.5
22592026-08-27T08:06:19.633Z Compiling jiff-core v0.1.0
22602026-08-27T08:06:19.668Z Compiling textwrap v0.16.2
22612026-08-27T08:06:19.673Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22622026-08-27T08:06:19.750Z Compiling walkdir v2.5.0
22632026-08-27T08:06:19.792Z Compiling bzip2 v0.6.1
22642026-08-27T08:06:20.011Z Compiling hashbrown v0.15.5
22652026-08-27T08:06:20.038Z Compiling sec1 v0.7.3
22662026-08-27T08:06:20.057Z Compiling supports-color v3.0.2
22672026-08-27T08:06:20.073Z Compiling hashbrown v0.16.1
22682026-08-27T08:06:20.088Z Compiling zopfli v0.8.3
22692026-08-27T08:06:20.311Z Compiling cargo_metadata v0.23.1
22702026-08-27T08:06:20.352Z Compiling group v0.13.0
22712026-08-27T08:06:20.549Z Compiling jiff v0.2.34
22722026-08-27T08:06:20.696Z Compiling futures v0.3.32
22732026-08-27T08:06:20.976Z Compiling phf v0.13.1
22742026-08-27T08:06:21.139Z Compiling snafu v0.8.9
22752026-08-27T08:06:21.174Z Compiling reqwest v0.12.28
22762026-08-27T08:06:21.341Z Compiling cipher v0.5.2
22772026-08-27T08:06:21.494Z Compiling signal-hook-mio v0.2.5
22782026-08-27T08:06:21.509Z Compiling cookie_store v0.22.1
22792026-08-27T08:06:21.530Z Compiling backtrace-ext v0.2.1
22802026-08-27T08:06:21.584Z Compiling zstd v0.13.3
22812026-08-27T08:06:21.602Z Compiling postgres-types v0.2.12
22822026-08-27T08:06:21.627Z Compiling globset v0.4.18
22832026-08-27T08:06:21.706Z Compiling strum v0.27.2
22842026-08-27T08:06:21.871Z Compiling hubpack v0.1.2
22852026-08-27T08:06:21.930Z Compiling phf_shared v0.11.3
22862026-08-27T08:06:21.963Z Compiling hkdf v0.12.4
22872026-08-27T08:06:21.979Z Compiling crossbeam-epoch v0.9.18
22882026-08-27T08:06:22.130Z Compiling byte-wrapper v0.1.0
22892026-08-27T08:06:22.147Z Compiling olpc-cjson v0.1.4
22902026-08-27T08:06:22.151Z Compiling ed25519 v2.2.3
22912026-08-27T08:06:22.337Z Compiling crypto-bigint v0.5.5
22922026-08-27T08:06:22.355Z Compiling serde_plain v1.0.2
22932026-08-27T08:06:22.422Z Compiling serde-big-array v0.5.1
22942026-08-27T08:06:22.447Z Compiling pem v3.0.6
22952026-08-27T08:06:22.537Z Compiling float-cmp v0.10.0
22962026-08-27T08:06:22.570Z Compiling memmap2 v0.9.10
22972026-08-27T08:06:22.588Z Compiling toml_write v0.1.2
22982026-08-27T08:06:22.743Z Compiling static_assertions v1.1.0
22992026-08-27T08:06:22.788Z Compiling whoami v2.1.0
23002026-08-27T08:06:22.804Z Compiling data-encoding v2.10.0
23012026-08-27T08:06:22.852Z Compiling predicates-core v1.0.10
23022026-08-27T08:06:22.880Z Compiling precomputed-hash v0.1.1
23032026-08-27T08:06:22.940Z Compiling fixedbitset v0.5.7
23042026-08-27T08:06:22.981Z Compiling typed-path v0.9.3
23052026-08-27T08:06:23.041Z Compiling const-oid v0.10.2
23062026-08-27T08:06:23.062Z Compiling keccak v0.1.6
23072026-08-27T08:06:23.128Z Compiling normalize-line-endings v0.3.0
23082026-08-27T08:06:23.231Z Compiling unicode-width v0.1.14
23092026-08-27T08:06:23.247Z Compiling supports-hyperlinks v3.2.0
23102026-08-27T08:06:23.280Z Compiling fixedbitset v0.4.2
23112026-08-27T08:06:23.284Z Compiling difflib v0.4.0
23122026-08-27T08:06:23.341Z Compiling supports-unicode v3.0.0
23132026-08-27T08:06:23.419Z Compiling new_debug_unreachable v1.0.6
23142026-08-27T08:06:23.434Z Compiling chacha20 v0.10.0
23152026-08-27T08:06:23.502Z Compiling string_cache v0.8.9
23162026-08-27T08:06:23.534Z Compiling predicates v3.1.4
23172026-08-27T08:06:23.538Z Compiling miette v7.6.0
23182026-08-27T08:06:23.729Z Compiling petgraph v0.6.5
23192026-08-27T08:06:23.744Z Compiling elliptic-curve v0.13.8
23202026-08-27T08:06:23.747Z Compiling sha3 v0.10.8
23212026-08-27T08:06:23.747Z Compiling digest v0.11.3
23222026-08-27T08:06:24.001Z Compiling petgraph v0.8.3
23232026-08-27T08:06:24.059Z Compiling hickory-proto v0.25.2
23242026-08-27T08:06:24.075Z Compiling tokio-postgres v0.7.16
23252026-08-27T08:06:24.128Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23262026-08-27T08:06:24.342Z Compiling zip v4.6.1
23272026-08-27T08:06:24.374Z Compiling toml_edit v0.22.27
23282026-08-27T08:06:24.530Z Compiling usdt v0.6.0
23292026-08-27T08:06:24.900Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23302026-08-27T08:06:25.083Z Compiling ed25519-dalek v2.2.0
23312026-08-27T08:06:26.040Z Compiling crossterm v0.28.1
23322026-08-27T08:06:26.309Z Compiling iddqd v0.4.2
23332026-08-27T08:06:26.612Z Compiling serde_with v3.21.0
23342026-08-27T08:06:26.705Z Compiling derive_more v2.1.1
23352026-08-27T08:06:26.770Z Compiling similar v2.7.0
23362026-08-27T08:06:26.825Z Compiling strum v0.26.3
23372026-08-27T08:06:26.969Z Compiling tokio-stream v0.1.18
23382026-08-27T08:06:26.984Z Compiling buf-list v1.1.2
23392026-08-27T08:06:27.127Z Compiling itertools v0.13.0
23402026-08-27T08:06:27.219Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-27T08:06:27.256Z Compiling openapiv3 v2.2.0
23422026-08-27T08:06:27.869Z Compiling lalrpop-util v0.19.12
23432026-08-27T08:06:28.374Z Compiling peg-runtime v0.8.5
23442026-08-27T08:06:42.437Z Compiling rustls-webpki v0.103.13
23452026-08-27T08:06:45.946Z Compiling tokio-rustls v0.26.4
23462026-08-27T08:06:46.027Z Compiling rustls-platform-verifier v0.6.2
23472026-08-27T08:06:46.105Z Compiling tough v0.22.0
23482026-08-27T08:06:46.235Z Compiling hyper-rustls v0.27.7
23492026-08-27T08:06:46.553Z Compiling reqwest v0.13.2
23502026-08-27T08:06:49.823Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23512026-08-27T08:06:49.898Z Compiling macaddr v1.0.1
23522026-08-27T08:06:49.928Z Compiling rayon-core v1.13.0
23532026-08-27T08:06:49.969Z Compiling crucible-workspace-hack v0.1.0
23542026-08-27T08:06:49.989Z Compiling secrecy v0.10.3
23552026-08-27T08:06:50.022Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562026-08-27T08:06:50.038Z Compiling heapless v0.8.0
23572026-08-27T08:06:50.152Z Compiling toml_datetime v0.7.5+spec-1.1.0
23582026-08-27T08:06:50.183Z Compiling crossbeam-deque v0.8.6
23592026-08-27T08:06:50.204Z Compiling ingot-macros v0.2.0
23602026-08-27T08:06:50.236Z Compiling inout v0.1.4
23612026-08-27T08:06:50.306Z Compiling hash32 v0.3.1
23622026-08-27T08:06:50.322Z Compiling toml_edit v0.23.10+spec-1.0.0
23632026-08-27T08:06:50.427Z Compiling multer v3.1.0
23642026-08-27T08:06:50.444Z Compiling thread_local v1.1.9
23652026-08-27T08:06:50.448Z Compiling match_cfg v0.1.0
23662026-08-27T08:06:50.448Z Compiling compression-core v0.4.31
23672026-08-27T08:06:50.507Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23682026-08-27T08:06:50.511Z Compiling slog-async v2.8.0
23692026-08-27T08:06:50.553Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702026-08-27T08:06:50.588Z Compiling smoltcp v0.11.0
23712026-08-27T08:06:50.664Z Compiling compression-codecs v0.4.37
23722026-08-27T08:06:50.738Z Compiling hostname v0.3.1
23732026-08-27T08:06:50.822Z Compiling cipher v0.4.4
23742026-08-27T08:06:50.871Z Compiling atomicwrites v0.4.4
23752026-08-27T08:06:50.908Z Compiling proc-macro-crate v3.4.0
23762026-08-27T08:06:50.924Z Compiling slog-json v2.6.1
23772026-08-27T08:06:51.038Z Compiling crossbeam-channel v0.5.15
23782026-08-27T08:06:51.110Z Compiling half v2.7.1
23792026-08-27T08:06:51.125Z Compiling universal-hash v0.5.1
23802026-08-27T08:06:51.173Z Compiling newtype-uuid-macros v0.1.0
23812026-08-27T08:06:51.216Z Compiling serde_tokenstream v0.3.0
23822026-08-27T08:06:51.268Z Compiling cobs v0.3.0
23832026-08-27T08:06:51.302Z Compiling thiserror-impl-no-std v2.0.2
23842026-08-27T08:06:51.328Z Compiling async-stream-impl v0.3.6
23852026-08-27T08:06:51.344Z Compiling serde_spanned v1.1.1
23862026-08-27T08:06:51.365Z Compiling toml_datetime v1.1.1+spec-1.1.0
23872026-08-27T08:06:51.491Z Compiling is-terminal v0.4.17
23882026-08-27T08:06:51.513Z Compiling proc-macro-error-attr v1.0.4
23892026-08-27T08:06:51.539Z Compiling dropshot v0.17.1
23902026-08-27T08:06:51.572Z Compiling take_mut v0.2.2
23912026-08-27T08:06:51.612Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23922026-08-27T08:06:51.706Z Compiling term v1.2.1
23932026-08-27T08:06:51.725Z Compiling toml_writer v1.1.1+spec-1.1.0
23942026-08-27T08:06:51.740Z Compiling ciborium-io v0.2.2
23952026-08-27T08:06:51.757Z Compiling opaque-debug v0.3.1
23962026-08-27T08:06:51.812Z Compiling convert_case v0.4.0
23972026-08-27T08:06:51.850Z Compiling poly1305 v0.8.0
23982026-08-27T08:06:51.865Z Compiling ciborium-ll v0.2.2
23992026-08-27T08:06:51.916Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24002026-08-27T08:06:51.932Z Compiling async-stream v0.3.6
24012026-08-27T08:06:51.947Z Compiling toml v1.1.2+spec-1.1.0
24022026-08-27T08:06:52.061Z Compiling slog-term v2.9.2
24032026-08-27T08:06:52.130Z Compiling derive_more v0.99.20
24042026-08-27T08:06:52.167Z Compiling oxide-generation-macros v0.2.0
24052026-08-27T08:06:52.337Z Compiling thiserror-no-std v2.0.2
24062026-08-27T08:06:52.370Z Compiling postcard v1.1.3
24072026-08-27T08:06:52.451Z Compiling num_enum_derive v0.7.6
24082026-08-27T08:06:52.561Z Compiling slog-bunyan v2.5.0
24092026-08-27T08:06:52.768Z Compiling chacha20 v0.9.1
24102026-08-27T08:06:52.822Z Compiling ingot-types v0.2.0
24112026-08-27T08:06:52.873Z Compiling async-compression v0.4.41
24122026-08-27T08:06:52.918Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24132026-08-27T08:06:53.043Z Compiling sha1 v0.11.0
24142026-08-27T08:06:53.303Z Compiling ingot v0.2.1
24152026-08-27T08:06:53.331Z Compiling oxide-generation v0.1.3
24162026-08-27T08:06:53.347Z Compiling parse-display-derive v0.10.0
24172026-08-27T08:06:53.366Z Compiling proc-macro-crate v1.3.1
24182026-08-27T08:06:53.404Z Compiling waitgroup v0.1.2
24192026-08-27T08:06:53.497Z Compiling rustls-pemfile v2.2.0
24202026-08-27T08:06:53.513Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-27T08:06:53.580Z Compiling backon v1.6.0
24222026-08-27T08:06:53.728Z Compiling blake2 v0.10.6
24232026-08-27T08:06:53.800Z Compiling aead v0.5.2
24242026-08-27T08:06:53.856Z Compiling dropshot_endpoint v0.17.1
24252026-08-27T08:06:54.012Z Compiling password-hash v0.5.0
24262026-08-27T08:06:54.058Z Compiling foreign-types-macros v0.2.3
24272026-08-27T08:06:54.153Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-27T08:06:54.193Z Compiling serde_path_to_error v0.1.20
24292026-08-27T08:06:54.254Z Compiling hostname v0.4.2
24302026-08-27T08:06:54.319Z Compiling proc-macro-error v1.0.4
24312026-08-27T08:06:54.436Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24322026-08-27T08:06:54.529Z Compiling instant v0.1.13
24332026-08-27T08:06:54.563Z Compiling illumos-nvpair-sys v0.2.0
24342026-08-27T08:06:54.581Z Compiling debug-ignore v1.0.5
24352026-08-27T08:06:54.653Z Compiling foreign-types-shared v0.3.1
24362026-08-27T08:06:54.674Z Compiling backoff v0.4.0
24372026-08-27T08:06:54.720Z Compiling argon2 v0.5.3
24382026-08-27T08:06:54.738Z Compiling foreign-types v0.5.0
24392026-08-27T08:06:54.800Z Compiling chacha20poly1305 v0.10.1
24402026-08-27T08:06:54.818Z Compiling parse-display v0.10.0
24412026-08-27T08:06:54.818Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-27T08:06:54.849Z Compiling num_enum_derive v0.5.11
24432026-08-27T08:06:54.852Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24442026-08-27T08:06:54.934Z Compiling num_enum v0.7.6
24452026-08-27T08:06:54.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462026-08-27T08:06:54.981Z Compiling vsss-rs v3.3.4
24472026-08-27T08:06:55.078Z Compiling ciborium v0.2.2
24482026-08-27T08:06:55.411Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24492026-08-27T08:06:55.486Z Compiling regress v0.10.5
24502026-08-27T08:06:55.559Z Compiling itertools v0.14.0
24512026-08-27T08:06:55.584Z Compiling tabwriter v1.4.1
24522026-08-27T08:06:55.600Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24532026-08-27T08:06:55.672Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-27T08:06:55.710Z Compiling cstr-argument v0.1.2
24552026-08-27T08:06:55.742Z Compiling humantime v2.3.0
24562026-08-27T08:06:55.815Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24572026-08-27T08:06:55.898Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582026-08-27T08:06:55.972Z Compiling num_enum v0.5.11
24592026-08-27T08:06:56.001Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24602026-08-27T08:06:56.053Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24612026-08-27T08:06:56.121Z Compiling rayon v1.11.0
24622026-08-27T08:06:56.139Z Compiling rand v0.10.1
24632026-08-27T08:06:56.203Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24642026-08-27T08:06:56.218Z Compiling colored v3.1.1
24652026-08-27T08:06:56.236Z Compiling indent_write v2.2.0
24662026-08-27T08:06:56.255Z Compiling libefi-sys v0.1.0
24672026-08-27T08:06:56.305Z Compiling illumos-nvpair v0.3.0
24682026-08-27T08:06:56.361Z Compiling zone_cfg_derive v0.3.1
24692026-08-27T08:06:56.409Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24702026-08-27T08:06:56.576Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-27T08:06:56.592Z Compiling camino-tempfile v1.4.1
24722026-08-27T08:06:56.609Z Compiling itertools v0.12.1
24732026-08-27T08:06:56.818Z Compiling usdt-attr-macro v0.5.0
24742026-08-27T08:06:56.848Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24752026-08-27T08:06:56.936Z Compiling usdt-macro v0.5.0
24762026-08-27T08:06:56.971Z Compiling bitfield-struct v0.6.2
24772026-08-27T08:06:56.994Z Compiling num-derive v0.4.2
24782026-08-27T08:06:57.011Z Compiling blake3 v1.8.5
24792026-08-27T08:06:57.121Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24802026-08-27T08:06:57.192Z Compiling sigpipe v0.1.3
24812026-08-27T08:06:57.220Z Compiling memmap v0.7.0
24822026-08-27T08:06:57.243Z Compiling glob v0.3.3
24832026-08-27T08:06:57.302Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24842026-08-27T08:06:57.318Z Compiling swrite v0.1.0
24852026-08-27T08:06:57.445Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24862026-08-27T08:06:57.598Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24872026-08-27T08:06:57.613Z Compiling smf v0.2.3
24882026-08-27T08:06:57.662Z Compiling usdt v0.5.0
24892026-08-27T08:06:57.754Z Compiling filetime v0.2.27
24902026-08-27T08:06:57.769Z Compiling whoami v1.6.1
24912026-08-27T08:06:57.875Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24922026-08-27T08:06:57.913Z Compiling arrayvec v0.7.6
24932026-08-27T08:06:57.929Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-27T08:06:57.980Z Compiling zone v0.3.1
24952026-08-27T08:06:57.995Z Compiling constant_time_eq v0.4.2
24962026-08-27T08:06:58.021Z Compiling xattr v1.6.1
24972026-08-27T08:06:58.103Z Compiling arrayref v0.3.9
24982026-08-27T08:06:58.154Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24992026-08-27T08:06:58.192Z Compiling tar v0.4.46
25002026-08-27T08:06:58.207Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25012026-08-27T08:06:58.231Z Compiling tokio-dtrace v0.1.1
25022026-08-27T08:06:58.246Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25032026-08-27T08:06:58.284Z Compiling gethostname v0.5.0
25042026-08-27T08:06:58.300Z Compiling console v0.16.2
25052026-08-27T08:06:58.502Z Compiling topological-sort v0.2.2
25062026-08-27T08:06:58.544Z Compiling unit-prefix v0.5.2
25072026-08-27T08:06:58.584Z Compiling oxide-tokio-rt v0.1.4
25082026-08-27T08:06:58.719Z Compiling indicatif v0.18.4
25092026-08-27T08:06:58.754Z Compiling toml v0.8.23
25102026-08-27T08:06:58.880Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25112026-08-27T08:06:58.993Z Compiling shell-words v1.1.1
25122026-08-27T08:07:07.983Z Compiling progenitor-client v0.14.0
25132026-08-27T08:07:07.983Z Compiling omicron-zone-package v0.12.3
25142026-08-27T08:07:08.214Z Compiling progenitor-extras v0.2.0
25152026-08-27T08:07:08.507Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25162026-08-27T08:07:08.531Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25172026-08-27T08:07:08.627Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25182026-08-27T08:07:08.668Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25192026-08-27T08:07:08.704Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25202026-08-27T08:07:08.743Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25212026-08-27T08:07:08.799Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25222026-08-27T08:07:08.930Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25232026-08-27T08:07:09.448Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-08-27T08:07:12.985Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25252026-08-27T08:07:22.133Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-08-27T08:07:25.422Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-08-27T08:07:26.510Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25282026-08-27T08:07:36.970Z Finished `release` profile [optimized] target(s) in 1m 48s
25292026-08-27T08:07:37.122Z Running `target/release/omicron-package -t test target create -p dev`
25302026-08-27T08:07:37.185ZLogging to: /work/oxidecomputer/omicron/out/LOG
25312026-08-27T08:07:37.189ZCreated new build target 'test' and set it as active
25322026-08-27T08:07:37.189Z
25332026-08-27T08:07:37.189Zreal 1:48.695239678
25342026-08-27T08:07:37.189Zuser 17:54.988476689
25352026-08-27T08:07:37.189Zsys 2:48.956878307
25362026-08-27T08:07:37.189Ztrap 0.500223024
25372026-08-27T08:07:37.189Ztflt 2.575012835
25382026-08-27T08:07:37.189Zdflt 4.648038502
25392026-08-27T08:07:37.189Zkflt 0.000596230
25402026-08-27T08:07:37.189Zlock 58:49.586995939
25412026-08-27T08:07:37.189Zslp 45:36.740276793
25422026-08-27T08:07:37.190Zlat 53.508754177
25432026-08-27T08:07:37.190Zstop 6:30.722123799
25442026-08-27T08:07:37.190Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25452026-08-27T08:07:38.088Z Finished `release` profile [optimized] target(s) in 0.88s
25462026-08-27T08:07:38.165Z Running `target/release/omicron-package -t test package`
25472026-08-27T08:07:38.222ZLogging to: /work/oxidecomputer/omicron/out/LOG
25482026-08-27T08:07:39.673Z Compiling heck v0.5.0
25492026-08-27T08:07:39.673Z Compiling regress v0.11.1
25502026-08-27T08:07:39.906Z Compiling unsafe-libyaml v0.2.11
25512026-08-27T08:07:39.925Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25522026-08-27T08:07:39.957Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25532026-08-27T08:07:39.957Z Compiling derive-where v1.6.0
25542026-08-27T08:07:39.961Z Compiling bytecount v0.6.9
25552026-08-27T08:07:39.998Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25562026-08-27T08:07:40.038Z Compiling atomicwrites v0.4.4
25572026-08-27T08:07:40.038Z Compiling is-terminal v0.4.17
25582026-08-27T08:07:40.042Z Compiling prettyplease v0.2.37
25592026-08-27T08:07:40.042Z Compiling newline-converter v0.3.0
25602026-08-27T08:07:40.060Z Compiling console v0.15.11
25612026-08-27T08:07:40.081Z Compiling slog-dtrace v0.3.0
25622026-08-27T08:07:40.101Z Compiling resolv-conf v0.7.6
25632026-08-27T08:07:40.189Z Compiling cancel-safe-futures v0.1.5
25642026-08-27T08:07:40.193Z Compiling num-rational v0.4.2
25652026-08-27T08:07:40.237Z Compiling num-complex v0.4.6
25662026-08-27T08:07:40.240Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25672026-08-27T08:07:40.240Z Compiling thread_local v1.1.9
25682026-08-27T08:07:40.358Z Compiling match_cfg v0.1.0
25692026-08-27T08:07:40.450Z Compiling serde_yaml v0.9.34+deprecated
25702026-08-27T08:07:40.527Z Compiling expectorate v1.2.0
25712026-08-27T08:07:40.554Z Compiling compression-core v0.4.31
25722026-08-27T08:07:40.718Z Compiling compression-codecs v0.4.37
25732026-08-27T08:07:40.740Z Compiling num v0.4.3
25742026-08-27T08:07:40.744Z Compiling hostname v0.3.1
25752026-08-27T08:07:40.787Z Compiling multer v3.1.0
25762026-08-27T08:07:40.810Z Compiling slog-async v2.8.0
25772026-08-27T08:07:40.848Z Compiling crossbeam-channel v0.5.15
25782026-08-27T08:07:40.870Z Compiling slog-json v2.6.1
25792026-08-27T08:07:40.890Z Compiling toml_datetime v1.1.1+spec-1.1.0
25802026-08-27T08:07:40.928Z Compiling serde_spanned v1.1.1
25812026-08-27T08:07:40.964Z Compiling term v1.2.1
25822026-08-27T08:07:40.992Z Compiling toml_writer v1.1.1+spec-1.1.0
25832026-08-27T08:07:41.102Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25842026-08-27T08:07:41.123Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-27T08:07:41.144Z Compiling oxide-update-engine-types v0.1.2
25862026-08-27T08:07:41.176Z Compiling linked-hash-map v0.5.6
25872026-08-27T08:07:41.204Z Compiling linear-map v1.2.0
25882026-08-27T08:07:41.225Z Compiling take_mut v0.2.2
25892026-08-27T08:07:41.246Z Compiling float-ord v0.3.2
25902026-08-27T08:07:41.249Z Compiling toml v1.1.2+spec-1.1.0
25912026-08-27T08:07:41.288Z Compiling slog-term v2.9.2
25922026-08-27T08:07:41.327Z Compiling slog-bunyan v2.5.0
25932026-08-27T08:07:41.362Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25942026-08-27T08:07:41.388Z Compiling lru-cache v0.1.2
25952026-08-27T08:07:41.453Z Compiling typify-impl v0.6.2
25962026-08-27T08:07:41.475Z Compiling async-compression v0.4.41
25972026-08-27T08:07:41.555Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25982026-08-27T08:07:41.762Z Compiling dropshot v0.17.1
25992026-08-27T08:07:41.795Z Compiling async-stream v0.3.6
26002026-08-27T08:07:41.817Z Compiling progenitor-client v0.14.0
26012026-08-27T08:07:41.839Z Compiling sha1 v0.11.0
26022026-08-27T08:07:41.843Z Compiling oxide-generation v0.1.3
26032026-08-27T08:07:41.933Z Compiling waitgroup v0.1.2
26042026-08-27T08:07:41.955Z Compiling rustls-pemfile v2.2.0
26052026-08-27T08:07:41.986Z Compiling backon v1.6.0
26062026-08-27T08:07:42.105Z Compiling hostname v0.4.2
26072026-08-27T08:07:42.125Z Compiling serde_path_to_error v0.1.20
26082026-08-27T08:07:42.146Z Compiling instant v0.1.13
26092026-08-27T08:07:42.175Z Compiling minimal-lexical v0.2.1
26102026-08-27T08:07:42.179Z Compiling debug-ignore v1.0.5
26112026-08-27T08:07:42.217Z Compiling progenitor-extras v0.2.0
26122026-08-27T08:07:42.260Z Compiling backoff v0.4.0
26132026-08-27T08:07:42.282Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26142026-08-27T08:07:42.326Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26152026-08-27T08:07:42.369Z Compiling oxide-update-engine v0.1.2
26162026-08-27T08:07:42.503Z Compiling nom v7.1.3
26172026-08-27T08:07:42.507Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26182026-08-27T08:07:42.548Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26192026-08-27T08:07:42.551Z Compiling parse-display v0.10.0
26202026-08-27T08:07:42.551Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26212026-08-27T08:07:42.616Z Compiling hickory-proto v0.24.4
26222026-08-27T08:07:42.965Z Compiling itertools v0.14.0
26232026-08-27T08:07:43.257Z Compiling regress v0.10.5
26242026-08-27T08:07:43.681Z Compiling macaddr v1.0.1
26252026-08-27T08:07:43.824Z Compiling unicode-xid v0.2.6
26262026-08-27T08:07:43.891Z Compiling humantime v2.3.0
26272026-08-27T08:07:43.973Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26282026-08-27T08:07:44.160Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26292026-08-27T08:07:44.163Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26302026-08-27T08:07:44.241Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26312026-08-27T08:07:44.481Z Compiling toml v0.8.23
26322026-08-27T08:07:44.523Z Compiling papergrid v0.11.0
26332026-08-27T08:07:44.607Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26342026-08-27T08:07:44.907Z Compiling tabled_derive v0.7.0
26352026-08-27T08:07:44.929Z Compiling typify-macro v0.6.2
26362026-08-27T08:07:44.953Z Compiling termtree v0.5.1
26372026-08-27T08:07:45.022Z Compiling crossterm v0.29.0
26382026-08-27T08:07:45.160Z Compiling hickory-resolver v0.24.4
26392026-08-27T08:07:45.277Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26402026-08-27T08:07:45.800Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26412026-08-27T08:07:45.833Z Compiling tabled v0.15.0
26422026-08-27T08:07:46.371Z Compiling phf_shared v0.12.1
26432026-08-27T08:07:46.516Z Compiling typify v0.6.2
26442026-08-27T08:07:46.660Z Compiling progenitor-impl v0.14.0
26452026-08-27T08:07:47.245Z Compiling qorb v0.4.1
26462026-08-27T08:07:47.324Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26472026-08-27T08:07:47.854Z Compiling csv-core v0.1.13
26482026-08-27T08:07:47.880Z Compiling vte v0.14.1
26492026-08-27T08:07:48.141Z Compiling chrono-tz v0.10.4
26502026-08-27T08:07:48.281Z Compiling highway v1.3.0
26512026-08-27T08:07:48.386Z Compiling strip-ansi-escapes v0.2.1
26522026-08-27T08:07:48.817Z Compiling progenitor-macro v0.14.0
26532026-08-27T08:07:48.927Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26542026-08-27T08:07:49.750Z Compiling csv v1.4.0
26552026-08-27T08:07:50.074Z Compiling phf v0.12.1
26562026-08-27T08:07:50.275Z Compiling const_format_proc_macros v0.2.34
26572026-08-27T08:07:50.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582026-08-27T08:07:50.690Z Compiling fd-lock v4.0.4
26592026-08-27T08:07:50.716Z Compiling peg-macros v0.8.5
26602026-08-27T08:07:50.870Z Compiling nu-ansi-term v0.50.3
26612026-08-27T08:07:51.058Z Compiling const_format v0.2.35
26622026-08-27T08:07:51.162Z Compiling reedline v0.40.0
26632026-08-27T08:07:51.417Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26642026-08-27T08:07:51.634Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26652026-08-27T08:07:51.990Z Compiling peg v0.8.5
26662026-08-27T08:07:52.093Z Compiling bcs v0.1.6
26672026-08-27T08:07:52.387Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26682026-08-27T08:07:52.539Z Compiling nom v8.0.0
26692026-08-27T08:07:52.720Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26702026-08-27T08:07:52.977Z Compiling progenitor v0.14.0
26712026-08-27T08:07:53.170Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26722026-08-27T08:07:53.202Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26732026-08-27T08:07:53.419Z Compiling semver v0.1.20
26742026-08-27T08:07:53.719Z Compiling rustc_version v0.1.7
26752026-08-27T08:07:53.878Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26762026-08-27T08:07:53.960Z Compiling newtype_derive v0.1.6
26772026-08-27T08:07:54.179Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26782026-08-27T08:07:54.432Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26792026-08-27T08:07:54.607Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26802026-08-27T08:07:54.806Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26812026-08-27T08:07:54.995Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26822026-08-27T08:07:55.241Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26832026-08-27T08:07:55.765Z Compiling steno v0.4.1
26842026-08-27T08:07:55.870Z Compiling dropshot-api-manager-types v0.8.0
26852026-08-27T08:07:55.893Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26862026-08-27T08:07:55.939Z Compiling sha1 v0.10.6
26872026-08-27T08:07:56.248Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26882026-08-27T08:07:56.455Z Compiling tagptr v0.2.0
26892026-08-27T08:07:56.521Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26902026-08-27T08:07:56.542Z Compiling utf-8 v0.7.6
26912026-08-27T08:07:56.649Z Compiling moka v0.12.13
26922026-08-27T08:07:56.795Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26932026-08-27T08:07:56.973Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26942026-08-27T08:07:57.231Z Compiling tungstenite v0.21.0
26952026-08-27T08:07:57.600Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26962026-08-27T08:07:57.948Z Compiling hickory-resolver v0.25.2
26972026-08-27T08:07:59.001Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26982026-08-27T08:07:59.286Z Compiling tokio-tungstenite v0.21.0
26992026-08-27T08:07:59.667Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27002026-08-27T08:08:00.170Z Compiling darling_core v0.21.3
27012026-08-27T08:08:01.699Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27022026-08-27T08:08:01.839Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27032026-08-27T08:08:01.959Z Compiling display-error-chain v0.2.2
27042026-08-27T08:08:02.137Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27052026-08-27T08:08:02.412Z Compiling darling_macro v0.21.3
27062026-08-27T08:08:02.931Z Compiling darling v0.21.3
27072026-08-27T08:08:03.046Z Compiling libscf-sys v1.2.0
27082026-08-27T08:08:03.215Z Compiling vergen-lib v0.1.6
27092026-08-27T08:08:03.239Z Compiling diesel_derives v2.3.7
27102026-08-27T08:08:03.498Z Compiling dsl_auto_type v0.2.0
27112026-08-27T08:08:03.683Z Compiling scheduled-thread-pool v0.2.7
27122026-08-27T08:08:04.023Z Compiling vergen-gitcl v1.0.8
27132026-08-27T08:08:04.242Z Compiling diesel_table_macro_syntax v0.3.0
27142026-08-27T08:08:04.267Z Compiling dirs-sys-next v0.1.2
27152026-08-27T08:08:04.270Z Compiling maplit v1.0.2
27162026-08-27T08:08:04.404Z Compiling crunchy v0.2.4
27172026-08-27T08:08:04.464Z Compiling glob v0.3.3
27182026-08-27T08:08:04.534Z Compiling dirs-next v2.0.0
27192026-08-27T08:08:04.605Z Compiling r2d2 v0.8.10
27202026-08-27T08:08:04.682Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27212026-08-27T08:08:04.736Z Compiling papergrid v0.18.0
27222026-08-27T08:08:04.817Z Compiling clang-sys v1.8.1
27232026-08-27T08:08:04.896Z Compiling downcast-rs v2.0.2
27242026-08-27T08:08:04.960Z Compiling xshell-macros v0.2.7
27252026-08-27T08:08:05.031Z Compiling tiny-keccak v2.0.2
27262026-08-27T08:08:05.357Z Compiling xshell v0.2.7
27272026-08-27T08:08:05.402Z Compiling term v0.7.0
27282026-08-27T08:08:05.428Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27292026-08-27T08:08:05.511Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27302026-08-27T08:08:05.675Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27312026-08-27T08:08:05.755Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27322026-08-27T08:08:05.912Z Compiling tabled v0.21.0
27332026-08-27T08:08:06.083Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27342026-08-27T08:08:06.306Z Compiling bit-vec v0.6.3
27352026-08-27T08:08:06.485Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27362026-08-27T08:08:06.549Z Compiling bit-set v0.5.3
27372026-08-27T08:08:06.598Z Compiling ascii-canvas v3.0.0
27382026-08-27T08:08:06.744Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-27T08:08:06.854Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27402026-08-27T08:08:06.895Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27412026-08-27T08:08:07.033Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27422026-08-27T08:08:07.212Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27432026-08-27T08:08:07.444Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27442026-08-27T08:08:07.482Z Compiling itertools v0.10.5
27452026-08-27T08:08:07.625Z Compiling ena v0.14.4
27462026-08-27T08:08:07.772Z Compiling libloading v0.8.9
27472026-08-27T08:08:07.872Z Compiling diff v0.1.13
27482026-08-27T08:08:08.027Z Compiling bindgen v0.71.1
27492026-08-27T08:08:08.050Z Compiling regex-syntax v0.6.29
27502026-08-27T08:08:08.147Z Compiling unicase v2.9.0
27512026-08-27T08:08:08.577Z Compiling cexpr v0.6.0
27522026-08-27T08:08:08.581Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27532026-08-27T08:08:08.827Z Compiling rustc-hash v2.1.1
27542026-08-27T08:08:08.992Z Compiling crc8 v0.1.1
27552026-08-27T08:08:09.188Z Compiling diesel v2.3.7
27562026-08-27T08:08:09.219Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27572026-08-27T08:08:09.420Z Compiling lalrpop v0.19.12
27582026-08-27T08:08:09.655Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27592026-08-27T08:08:10.162Z Compiling headers-core v0.3.0
27602026-08-27T08:08:10.320Z Compiling libxml v0.3.3
27612026-08-27T08:08:10.323Z Compiling headers v0.4.1
27622026-08-27T08:08:10.394Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27632026-08-27T08:08:10.635Z Compiling strum_macros v0.24.3
27642026-08-27T08:08:10.658Z Compiling indoc v1.0.9
27652026-08-27T08:08:10.974Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27662026-08-27T08:08:11.106Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27672026-08-27T08:08:11.202Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27682026-08-27T08:08:11.287Z Compiling derive_builder v0.20.2
27692026-08-27T08:08:11.402Z Compiling oso-derive v0.27.3
27702026-08-27T08:08:11.461Z Compiling quick-xml v0.37.5
27712026-08-27T08:08:11.517Z Compiling impl-trait-for-tuples v0.2.3
27722026-08-27T08:08:11.875Z Compiling openssl-probe v0.1.6
27732026-08-27T08:08:11.943Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27742026-08-27T08:08:11.967Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27752026-08-27T08:08:12.165Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27762026-08-27T08:08:12.641Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27772026-08-27T08:08:12.677Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27782026-08-27T08:08:12.780Z Compiling bb8 v0.8.6
27792026-08-27T08:08:12.899Z Compiling trait-variant v0.1.2
27802026-08-27T08:08:12.987Z Compiling proc-macro-error-attr2 v2.0.0
27812026-08-27T08:08:13.158Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27822026-08-27T08:08:13.394Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27832026-08-27T08:08:13.415Z Compiling half v1.8.3
27842026-08-27T08:08:13.440Z Compiling proc-macro-error2 v2.0.1
27852026-08-27T08:08:13.464Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27862026-08-27T08:08:13.775Z Compiling serde_cbor v0.11.2
27872026-08-27T08:08:13.874Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27882026-08-27T08:08:13.878Z Compiling hashbrown v0.14.5
27892026-08-27T08:08:14.095Z Compiling rfc6979 v0.4.0
27902026-08-27T08:08:14.166Z Compiling salty v0.3.0
27912026-08-27T08:08:14.267Z Compiling ecdsa v0.16.9
27922026-08-27T08:08:14.469Z Compiling chumsky v0.9.3
27932026-08-27T08:08:14.610Z Compiling samael v0.0.19
27942026-08-27T08:08:14.692Z Compiling knus-derive v3.4.0
27952026-08-27T08:08:14.748Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27962026-08-27T08:08:14.854Z Compiling progenitor-impl v0.13.0
27972026-08-27T08:08:14.876Z Compiling primeorder v0.13.6
27982026-08-27T08:08:15.163Z Compiling nonempty v0.12.0
27992026-08-27T08:08:15.396Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28002026-08-27T08:08:15.749Z Compiling p384 v0.13.1
28012026-08-27T08:08:16.057Z Compiling knus v3.4.0
28022026-08-27T08:08:16.894Z Compiling polar-core v0.27.3
28032026-08-27T08:08:16.933Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28042026-08-27T08:08:17.019Z Compiling progenitor-macro v0.13.0
28052026-08-27T08:08:17.068Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28062026-08-27T08:08:17.280Z Compiling progenitor-client v0.13.0
28072026-08-27T08:08:17.980Z Compiling fxhash v0.2.1
28082026-08-27T08:08:18.118Z Compiling libz-sys v1.1.24
28092026-08-27T08:08:18.156Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-08-27T08:08:18.363Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28112026-08-27T08:08:18.595Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28122026-08-27T08:08:19.049Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28132026-08-27T08:08:19.070Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28142026-08-27T08:08:19.455Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28152026-08-27T08:08:20.002Z Compiling kstat-rs v0.2.5
28162026-08-27T08:08:20.701Z Compiling mime_guess v2.0.5
28172026-08-27T08:08:21.110Z Compiling progenitor v0.13.0
28182026-08-27T08:08:21.230Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28192026-08-27T08:08:22.164Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28202026-08-27T08:08:22.595Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28212026-08-27T08:08:22.839Z Compiling nanorand v0.7.0
28222026-08-27T08:08:23.116Z Compiling libgit2-sys v0.18.3+1.9.2
28232026-08-27T08:08:23.210Z Compiling parking_lot_core v0.8.6
28242026-08-27T08:08:23.526Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28252026-08-27T08:08:23.577Z Compiling flume v0.11.1
28262026-08-27T08:08:23.962Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28272026-08-27T08:08:24.124Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28282026-08-27T08:08:24.785Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28292026-08-27T08:08:24.837Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28302026-08-27T08:08:25.304Z Compiling git-stub v1.0.0
28312026-08-27T08:08:25.399Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28322026-08-27T08:08:25.599Z Compiling strsim v0.10.0
28332026-08-27T08:08:25.669Z Compiling corncobs v0.1.4
28342026-08-27T08:08:25.908Z Compiling oso v0.27.3
28352026-08-27T08:08:25.929Z Compiling instability v0.3.11
28362026-08-27T08:08:26.023Z Compiling http-range v0.1.5
28372026-08-27T08:08:26.186Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28382026-08-27T08:08:26.357Z Compiling darling_core v0.13.4
28392026-08-27T08:08:26.485Z Compiling git-stub-vcs v0.1.0
28402026-08-27T08:08:26.887Z Compiling async-bb8-diesel v0.2.1
28412026-08-27T08:08:27.344Z Compiling diesel-dtrace v0.5.0
28422026-08-27T08:08:27.676Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28432026-08-27T08:08:29.957Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28442026-08-27T08:08:30.490Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28452026-08-27T08:08:30.731Z Compiling ignore v0.4.25
28462026-08-27T08:08:31.902Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28472026-08-27T08:08:32.147Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28482026-08-27T08:08:32.224Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28492026-08-27T08:08:32.527Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28502026-08-27T08:08:32.786Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28512026-08-27T08:08:33.165Z Compiling anstyle-parse v0.2.7
28522026-08-27T08:08:33.431Z Compiling secrecy v0.8.0
28532026-08-27T08:08:33.629Z Compiling castaway v0.2.4
28542026-08-27T08:08:33.788Z Compiling vergen-git2 v9.1.0
28552026-08-27T08:08:33.841Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28562026-08-27T08:08:33.909Z Compiling indoc v2.0.7
28572026-08-27T08:08:34.048Z Compiling compact_str v0.8.1
28582026-08-27T08:08:34.140Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28592026-08-27T08:08:34.359Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28602026-08-27T08:08:35.658Z Compiling anstream v0.6.21
28612026-08-27T08:08:35.877Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28622026-08-27T08:08:36.213Z Compiling globwalk v0.9.1
28632026-08-27T08:08:36.414Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28642026-08-27T08:08:36.513Z Compiling parking_lot v0.11.2
28652026-08-27T08:08:36.858Z Compiling hyper-staticfile v0.10.1
28662026-08-27T08:08:37.091Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28672026-08-27T08:08:37.402Z Compiling darling_macro v0.13.4
28682026-08-27T08:08:37.428Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28692026-08-27T08:08:37.907Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28702026-08-27T08:08:37.931Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28712026-08-27T08:08:38.017Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28722026-08-27T08:08:38.410Z Compiling predicates-tree v1.0.13
28732026-08-27T08:08:38.554Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28742026-08-27T08:08:38.669Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28752026-08-27T08:08:38.696Z Compiling unicode-truncate v1.1.0
28762026-08-27T08:08:38.780Z Compiling lru v0.12.5
28772026-08-27T08:08:38.822Z Compiling digest-io v0.1.0
28782026-08-27T08:08:38.905Z Compiling sha2 v0.11.0
28792026-08-27T08:08:39.001Z Compiling prefix-trie v0.7.0
28802026-08-27T08:08:39.021Z Compiling rand_seeder v0.4.0
28812026-08-27T08:08:39.276Z Compiling rawzip v0.4.4
28822026-08-27T08:08:39.452Z Compiling cassowary v0.3.0
28832026-08-27T08:08:39.486Z Compiling hickory-server v0.25.2
28842026-08-27T08:08:39.775Z Compiling ratatui v0.29.0
28852026-08-27T08:08:39.905Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28862026-08-27T08:08:40.145Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28872026-08-27T08:08:40.379Z Compiling camino-tempfile-ext v0.3.3
28882026-08-27T08:08:40.451Z Compiling darling v0.13.4
28892026-08-27T08:08:40.480Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28902026-08-27T08:08:40.576Z Compiling sled v0.34.7
28912026-08-27T08:08:41.028Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28922026-08-27T08:08:41.065Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28932026-08-27T08:08:43.421Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28942026-08-27T08:08:43.506Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28952026-08-27T08:08:43.720Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28962026-08-27T08:08:44.507Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28972026-08-27T08:08:46.489Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28982026-08-27T08:08:47.093Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28992026-08-27T08:08:48.120Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29002026-08-27T08:08:48.444Z Compiling serde_with_macros v1.5.2
29012026-08-27T08:08:48.695Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29022026-08-27T08:08:48.921Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29032026-08-27T08:08:49.149Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29042026-08-27T08:08:49.259Z Compiling git2 v0.20.4
29052026-08-27T08:08:49.280Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29062026-08-27T08:08:49.379Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29072026-08-27T08:08:49.614Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29082026-08-27T08:08:49.649Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29092026-08-27T08:08:49.855Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29102026-08-27T08:08:49.891Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29112026-08-27T08:08:50.081Z Compiling arc-swap v1.8.2
29122026-08-27T08:08:50.114Z Compiling void v1.0.2
29132026-08-27T08:08:50.265Z Compiling lzss v0.8.2
29142026-08-27T08:08:50.390Z Compiling slog-scope v4.4.1
29152026-08-27T08:08:50.497Z Compiling serde_with v1.14.0
29162026-08-27T08:08:50.582Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29172026-08-27T08:08:50.797Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29182026-08-27T08:08:51.736Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29192026-08-27T08:08:51.760Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29202026-08-27T08:08:51.968Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29212026-08-27T08:08:52.242Z Compiling scuffle v0.1.0
29222026-08-27T08:08:52.327Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-27T08:08:52.461Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29242026-08-27T08:08:52.733Z Compiling tungstenite v0.23.0
29252026-08-27T08:08:54.318Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-27T08:08:54.451Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29272026-08-27T08:08:54.992Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29282026-08-27T08:08:55.110Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29292026-08-27T08:08:55.219Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29302026-08-27T08:08:55.347Z Compiling nix v0.27.1
29312026-08-27T08:08:55.416Z Compiling twox-hash v2.1.2
29322026-08-27T08:08:55.484Z Compiling libsw-core v0.3.2
29332026-08-27T08:08:55.719Z Compiling atty v0.2.14
29342026-08-27T08:08:55.876Z Compiling serde_bytes v0.11.19
29352026-08-27T08:08:55.947Z Compiling libsw v3.5.0
29362026-08-27T08:08:56.167Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29372026-08-27T08:08:56.255Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29382026-08-27T08:08:56.294Z Compiling tokio-tungstenite v0.23.1
29392026-08-27T08:08:56.509Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29402026-08-27T08:08:56.536Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29412026-08-27T08:08:56.673Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29422026-08-27T08:08:57.877Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29432026-08-27T08:08:58.050Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29442026-08-27T08:08:58.583Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-08-27T08:08:59.913Z Compiling slog-stdlog v4.1.1
29462026-08-27T08:09:00.306Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29472026-08-27T08:09:00.580Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29482026-08-27T08:09:00.739Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29492026-08-27T08:09:01.197Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29502026-08-27T08:09:02.876Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29512026-08-27T08:09:02.941Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29522026-08-27T08:09:03.261Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29532026-08-27T08:09:04.910Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29542026-08-27T08:09:05.622Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29552026-08-27T08:09:05.880Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29562026-08-27T08:09:06.289Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29572026-08-27T08:09:06.467Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29582026-08-27T08:09:07.204Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29592026-08-27T08:09:08.387Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29602026-08-27T08:09:10.294Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29612026-08-27T08:09:10.622Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29622026-08-27T08:09:11.618Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29632026-08-27T08:09:11.680Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29642026-08-27T08:09:11.847Z Compiling signal-hook-tokio v0.3.1
29652026-08-27T08:09:12.040Z Compiling fatfs v0.3.6
29662026-08-27T08:09:12.532Z Compiling yasna v0.5.2
29672026-08-27T08:09:13.320Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29682026-08-27T08:09:13.971Z Compiling seq-macro v0.3.6
29692026-08-27T08:09:14.098Z Compiling assert_matches v1.5.0
29702026-08-27T08:09:14.207Z Compiling rcgen v0.12.1
29712026-08-27T08:09:14.480Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29722026-08-27T08:09:15.608Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29732026-08-27T08:09:15.632Z Compiling slog-envlogger v2.2.0
29742026-08-27T08:09:16.183Z Compiling oxide-update-engine-display v0.1.2
29752026-08-27T08:09:16.775Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29762026-08-27T08:09:17.104Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29772026-08-27T08:09:17.141Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29782026-08-27T08:09:17.374Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29792026-08-27T08:09:17.600Z Compiling port-file v0.1.0
29802026-08-27T08:09:17.923Z Compiling rtoolbox v0.0.3
29812026-08-27T08:09:18.199Z Compiling subprocess v0.2.15
29822026-08-27T08:09:18.691Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29832026-08-27T08:09:18.719Z Compiling rpassword v7.5.4
29842026-08-27T08:09:19.362Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29852026-08-27T08:09:20.347Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29862026-08-27T08:09:20.893Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29872026-08-27T08:09:21.032Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29882026-08-27T08:09:22.238Z Compiling tui-tree-widget v0.23.1
29892026-08-27T08:09:22.529Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29902026-08-27T08:09:22.597Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29912026-08-27T08:09:24.320Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29922026-08-27T08:09:26.470Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29932026-08-27T08:09:26.574Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29942026-08-27T08:09:26.702Z Compiling uzers v0.12.2
29952026-08-27T08:09:26.797Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29962026-08-27T08:09:27.083Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-08-27T08:09:28.175Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29982026-08-27T08:09:28.260Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29992026-08-27T08:09:28.884Z Compiling support-bundle-viewer v0.1.2
30002026-08-27T08:09:29.231Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-08-27T08:09:30.781Z Compiling multimap v0.10.1
30022026-08-27T08:09:39.305Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30032026-08-27T08:09:40.901Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30042026-08-27T08:09:45.196Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30052026-08-27T08:09:49.482Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30062026-08-27T08:09:51.966Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-08-27T08:18:07.309Z Finished `release` profile [optimized] target(s) in 10m 28s
30082026-08-27T08:18:07.312Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30092026-08-27T08:18:07.312Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30102026-08-27T08:19:01.764Z
30112026-08-27T08:19:01.764Zreal 11:24.549821376
30122026-08-27T08:19:01.764Zuser 1:23:03.284544062
30132026-08-27T08:19:01.767Zsys 3:40.253661389
30142026-08-27T08:19:01.767Ztrap 1.854587265
30152026-08-27T08:19:01.767Ztflt 2.059518196
30162026-08-27T08:19:01.767Zdflt 19.781769856
30172026-08-27T08:19:01.767Zkflt 0.121531009
30182026-08-27T08:19:01.767Zlock 8:33:39.624064312
30192026-08-27T08:19:01.767Zslp 2:24:16.028605051
30202026-08-27T08:19:01.767Zlat 2:37.733942072
30212026-08-27T08:19:01.767Zstop 5:29.291912615
30222026-08-27T08:19:01.767Z+ mapfile -t packages
30232026-08-27T08:19:01.767Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30242026-08-27T08:19:02.721Z Finished `release` profile [optimized] target(s) in 0.94s
30252026-08-27T08:19:02.793Z Running `target/release/omicron-package -t test list-outputs`
30262026-08-27T08:19:02.853ZLogging to: /work/oxidecomputer/omicron/out/LOG
30272026-08-27T08:19:02.857Z+ ptime -m cargo build --locked --release -p xtask
30282026-08-27T08:19:03.338Z Compiling libc v0.2.185
30292026-08-27T08:19:03.338Z Compiling serde_core v1.0.228
30302026-08-27T08:19:03.341Z Compiling serde v1.0.228
30312026-08-27T08:19:03.341Z Compiling rustix v1.1.4
30322026-08-27T08:19:03.341Z Compiling serde_json v1.0.151
30332026-08-27T08:19:03.462Z Compiling bitflags v2.11.0
30342026-08-27T08:19:03.483Z Compiling usdt-impl v0.5.0
30352026-08-27T08:19:03.505Z Compiling syn v2.0.117
30362026-08-27T08:19:03.517Z Compiling syn v1.0.109
30372026-08-27T08:19:03.528Z Compiling log v0.4.33
30382026-08-27T08:19:03.531Z Compiling getrandom v0.4.3
30392026-08-27T08:19:03.549Z Compiling indexmap v2.14.0
30402026-08-27T08:19:03.563Z Compiling fs-err v3.3.0
30412026-08-27T08:19:03.779Z Compiling anyhow v1.0.104
30422026-08-27T08:19:03.782Z Compiling heck v0.4.1
30432026-08-27T08:19:03.825Z Compiling once_cell v1.21.3
30442026-08-27T08:19:04.182Z Compiling thread-id v4.2.2
30452026-08-27T08:19:04.208Z Compiling errno v0.3.14
30462026-08-27T08:19:04.211Z Compiling memmap v0.7.0
30472026-08-27T08:19:04.965Z Compiling proc-macro-error v1.0.4
30482026-08-27T08:19:05.218Z Compiling terminal_size v0.4.3
30492026-08-27T08:19:05.218Z Compiling tempfile v3.27.0
30502026-08-27T08:19:05.240Z Compiling tabled_derive v0.7.0
30512026-08-27T08:19:05.316Z Compiling clap_builder v4.6.0
30522026-08-27T08:19:05.316Z Compiling textwrap v0.16.2
30532026-08-27T08:19:05.587Z Compiling camino v1.2.5
30542026-08-27T08:19:05.611Z Compiling cargo-platform v0.3.2
30552026-08-27T08:19:05.637Z Compiling pest_generator v2.8.6
30562026-08-27T08:19:05.666Z Compiling semver v1.0.28
30572026-08-27T08:19:05.932Z Compiling tabled v0.15.0
30582026-08-27T08:19:06.007Z Compiling camino-tempfile v1.4.1
30592026-08-27T08:19:06.161Z Compiling serde_derive v1.0.228
30602026-08-27T08:19:06.161Z Compiling thiserror-impl v1.0.69
30612026-08-27T08:19:06.164Z Compiling zerocopy-derive v0.7.35
30622026-08-27T08:19:06.164Z Compiling scroll_derive v0.12.1
30632026-08-27T08:19:06.164Z Compiling thiserror-impl v2.0.18
30642026-08-27T08:19:06.164Z Compiling clap_derive v4.6.1
30652026-08-27T08:19:06.216Z Compiling pest_derive v2.8.6
30662026-08-27T08:19:06.855Z Compiling scroll v0.12.0
30672026-08-27T08:19:07.008Z Compiling zerocopy v0.7.35
30682026-08-27T08:19:07.111Z Compiling goblin v0.8.2
30692026-08-27T08:19:07.230Z Compiling thiserror v1.0.69
30702026-08-27T08:19:07.344Z Compiling dtrace-parser v0.2.0
30712026-08-27T08:19:07.391Z Compiling thiserror v2.0.18
30722026-08-27T08:19:07.624Z Compiling clap v4.6.1
30732026-08-27T08:19:09.308Z Compiling dof v0.3.0
30742026-08-27T08:19:09.308Z Compiling serde_spanned v0.6.9
30752026-08-27T08:19:09.331Z Compiling toml_datetime v0.6.11
30762026-08-27T08:19:09.386Z Compiling serde_tokenstream v0.2.3
30772026-08-27T08:19:09.457Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30782026-08-27T08:19:09.493Z Compiling cargo_metadata v0.23.1
30792026-08-27T08:19:09.688Z Compiling toml_edit v0.22.27
30802026-08-27T08:19:09.709Z Compiling macaddr v1.0.1
30812026-08-27T08:19:10.103Z Compiling usdt-macro v0.5.0
30822026-08-27T08:19:10.106Z Compiling usdt-attr-macro v0.5.0
30832026-08-27T08:19:10.771Z Compiling usdt v0.5.0
30842026-08-27T08:19:11.239Z Compiling toml v0.8.23
30852026-08-27T08:19:11.682Z Compiling cargo_toml v0.21.0
30862026-08-27T08:19:16.075Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30872026-08-27T08:19:19.272Z Finished `release` profile [optimized] target(s) in 16.40s
30882026-08-27T08:19:19.380Z
30892026-08-27T08:19:19.387Zreal 16.487893998
30902026-08-27T08:19:19.387Zuser 2:05.090161867
30912026-08-27T08:19:19.387Zsys 13.522732061
30922026-08-27T08:19:19.387Ztrap 0.057622433
30932026-08-27T08:19:19.387Ztflt 0.468705069
30942026-08-27T08:19:19.387Zdflt 1.409359787
30952026-08-27T08:19:19.387Zkflt 0.000021900
30962026-08-27T08:19:19.387Zlock 4:43.123451306
30972026-08-27T08:19:19.387Zslp 2:42.295762249
30982026-08-27T08:19:19.387Zlat 3.411102317
30992026-08-27T08:19:19.388Zstop 15.230166222
31002026-08-27T08:19:19.388Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31012026-08-27T08:19:19.388Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31022026-08-27T08:19:19.388Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31032026-08-27T08:19:19.388Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31042026-08-27T08:19:19.388Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31052026-08-27T08:19:20.336Z Compiling match_cfg v0.1.0
31062026-08-27T08:19:20.336Z Compiling progenitor-client v0.14.0
31072026-08-27T08:19:20.339Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31082026-08-27T08:19:20.339Z Compiling slog-json v2.6.1
31092026-08-27T08:19:20.339Z Compiling newtype-uuid-macros v0.1.0
31102026-08-27T08:19:20.339Z Compiling sha1 v0.11.0
31112026-08-27T08:19:20.339Z Compiling multer v3.1.0
31122026-08-27T08:19:20.339Z Compiling compression-core v0.4.31
31132026-08-27T08:19:20.486Z Compiling debug-ignore v1.0.5
31142026-08-27T08:19:20.489Z Compiling async-stream-impl v0.3.6
31152026-08-27T08:19:20.489Z Compiling toml_datetime v1.1.1+spec-1.1.0
31162026-08-27T08:19:20.489Z Compiling serde_spanned v1.1.1
31172026-08-27T08:19:20.489Z Compiling dropshot v0.17.1
31182026-08-27T08:19:20.500Z Compiling toml_writer v1.1.1+spec-1.1.0
31192026-08-27T08:19:20.533Z Compiling waitgroup v0.1.2
31202026-08-27T08:19:20.564Z Compiling rustls-pemfile v2.2.0
31212026-08-27T08:19:20.628Z Compiling dropshot_endpoint v0.17.1
31222026-08-27T08:19:20.708Z Compiling toml v1.1.2+spec-1.1.0
31232026-08-27T08:19:20.757Z Compiling hostname v0.4.2
31242026-08-27T08:19:20.796Z Compiling hostname v0.3.1
31252026-08-27T08:19:20.813Z Compiling compression-codecs v0.4.37
31262026-08-27T08:19:20.816Z Compiling serde_path_to_error v0.1.20
31272026-08-27T08:19:20.833Z Compiling atomicwrites v0.4.4
31282026-08-27T08:19:20.867Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31292026-08-27T08:19:20.870Z Compiling macaddr v1.0.1
31302026-08-27T08:19:20.871Z Compiling serde_tokenstream v0.3.0
31312026-08-27T08:19:20.926Z Compiling slog-bunyan v2.5.0
31322026-08-27T08:19:20.929Z Compiling oxide-generation v0.1.3
31332026-08-27T08:19:20.976Z Compiling instant v0.1.13
31342026-08-27T08:19:20.993Z Compiling async-compression v0.4.41
31352026-08-27T08:19:21.062Z Compiling regress v0.10.5
31362026-08-27T08:19:21.079Z Compiling parse-display-derive v0.10.0
31372026-08-27T08:19:21.104Z Compiling backon v1.6.0
31382026-08-27T08:19:21.126Z Compiling backoff v0.4.0
31392026-08-27T08:19:21.148Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31402026-08-27T08:19:21.166Z Compiling itertools v0.14.0
31412026-08-27T08:19:21.207Z Compiling humantime v2.3.0
31422026-08-27T08:19:21.226Z Compiling oxide-generation-macros v0.2.0
31432026-08-27T08:19:21.245Z Compiling async-stream v0.3.6
31442026-08-27T08:19:21.291Z Compiling progenitor-extras v0.2.0
31452026-08-27T08:19:21.310Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31462026-08-27T08:19:21.335Z Compiling half v2.7.1
31472026-08-27T08:19:21.353Z Compiling crucible-workspace-hack v0.1.0
31482026-08-27T08:19:21.369Z Compiling ciborium-io v0.2.2
31492026-08-27T08:19:21.438Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31502026-08-27T08:19:21.460Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31512026-08-27T08:19:21.480Z Compiling convert_case v0.4.0
31522026-08-27T08:19:21.497Z Compiling regress v0.11.1
31532026-08-27T08:19:21.500Z Compiling secrecy v0.10.3
31542026-08-27T08:19:21.533Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31552026-08-27T08:19:21.577Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31562026-08-27T08:19:21.613Z Compiling ciborium-ll v0.2.2
31572026-08-27T08:19:21.655Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31582026-08-27T08:19:21.674Z Compiling inout v0.1.4
31592026-08-27T08:19:21.694Z Compiling thiserror-impl-no-std v2.0.2
31602026-08-27T08:19:21.720Z Compiling universal-hash v0.5.1
31612026-08-27T08:19:21.850Z Compiling ciborium v0.2.2
31622026-08-27T08:19:21.870Z Compiling cipher v0.4.4
31632026-08-27T08:19:21.888Z Compiling derive_more v0.99.20
31642026-08-27T08:19:21.888Z Compiling opaque-debug v0.3.1
31652026-08-27T08:19:21.925Z Compiling unsafe-libyaml v0.2.11
31662026-08-27T08:19:21.943Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-08-27T08:19:21.979Z Compiling poly1305 v0.8.0
31682026-08-27T08:19:22.023Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31692026-08-27T08:19:22.041Z Compiling blake2 v0.10.6
31702026-08-27T08:19:22.155Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31712026-08-27T08:19:22.177Z Compiling chacha20 v0.9.1
31722026-08-27T08:19:22.285Z Compiling aead v0.5.2
31732026-08-27T08:19:22.349Z Compiling password-hash v0.5.0
31742026-08-27T08:19:22.448Z Compiling indent_write v2.2.0
31752026-08-27T08:19:22.494Z Compiling serde_yaml v0.9.34+deprecated
31762026-08-27T08:19:22.497Z Compiling chacha20poly1305 v0.10.1
31772026-08-27T08:19:22.524Z Compiling toml_datetime v0.7.5+spec-1.1.0
31782026-08-27T08:19:22.614Z Compiling num-derive v0.4.2
31792026-08-27T08:19:22.632Z Compiling argon2 v0.5.3
31802026-08-27T08:19:22.696Z Compiling heapless v0.8.0
31812026-08-27T08:19:22.714Z Compiling toml_edit v0.23.10+spec-1.0.0
31822026-08-27T08:19:22.734Z Compiling ingot-macros v0.2.0
31832026-08-27T08:19:22.785Z Compiling tabwriter v1.4.1
31842026-08-27T08:19:22.804Z Compiling hash32 v0.3.1
31852026-08-27T08:19:22.832Z Compiling parse-display v0.10.0
31862026-08-27T08:19:22.917Z Compiling thiserror-no-std v2.0.2
31872026-08-27T08:19:22.989Z Compiling smoltcp v0.11.0
31882026-08-27T08:19:23.014Z Compiling vsss-rs v3.3.4
31892026-08-27T08:19:23.033Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31902026-08-27T08:19:23.158Z Compiling typify-impl v0.6.2
31912026-08-27T08:19:23.249Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31922026-08-27T08:19:23.324Z Compiling proc-macro-crate v3.4.0
31932026-08-27T08:19:23.525Z Compiling cobs v0.3.0
31942026-08-27T08:19:23.591Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31952026-08-27T08:19:23.754Z Compiling illumos-nvpair-sys v0.2.0
31962026-08-27T08:19:23.793Z Compiling colored v3.1.1
31972026-08-27T08:19:23.853Z Compiling postcard v1.1.3
31982026-08-27T08:19:23.870Z Compiling proc-macro-error v1.0.4
31992026-08-27T08:19:23.911Z Compiling num_enum_derive v0.7.6
32002026-08-27T08:19:23.986Z Compiling rand v0.10.1
32012026-08-27T08:19:24.002Z Compiling proc-macro-crate v1.3.1
32022026-08-27T08:19:24.095Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32032026-08-27T08:19:24.187Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32042026-08-27T08:19:24.215Z Compiling foreign-types-macros v0.2.3
32052026-08-27T08:19:24.235Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32062026-08-27T08:19:24.237Z Compiling rayon-core v1.13.0
32072026-08-27T08:19:24.268Z Compiling foreign-types-shared v0.3.1
32082026-08-27T08:19:24.444Z Compiling num_enum_derive v0.5.11
32092026-08-27T08:19:24.538Z Compiling crossbeam-deque v0.8.6
32102026-08-27T08:19:24.555Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32112026-08-27T08:19:24.577Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32122026-08-27T08:19:24.608Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32132026-08-27T08:19:24.643Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32142026-08-27T08:19:24.659Z Compiling cstr-argument v0.1.2
32152026-08-27T08:19:24.769Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32162026-08-27T08:19:24.842Z Compiling illumos-nvpair v0.3.0
32172026-08-27T08:19:24.861Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32182026-08-27T08:19:24.880Z Compiling foreign-types v0.5.0
32192026-08-27T08:19:24.984Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32202026-08-27T08:19:25.030Z Compiling zone_cfg_derive v0.3.1
32212026-08-27T08:19:25.047Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32222026-08-27T08:19:25.050Z Compiling num_enum v0.7.6
32232026-08-27T08:19:25.104Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32242026-08-27T08:19:25.121Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32252026-08-27T08:19:25.156Z Compiling itertools v0.12.1
32262026-08-27T08:19:25.203Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32272026-08-27T08:19:25.220Z Compiling rayon v1.11.0
32282026-08-27T08:19:25.252Z Compiling sigpipe v0.1.3
32292026-08-27T08:19:25.270Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32302026-08-27T08:19:25.293Z Compiling glob v0.3.3
32312026-08-27T08:19:25.345Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-27T08:19:25.365Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32332026-08-27T08:19:25.440Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32342026-08-27T08:19:25.536Z Compiling smf v0.2.3
32352026-08-27T08:19:25.580Z Compiling num_enum v0.5.11
32362026-08-27T08:19:25.611Z Compiling cpubits v0.1.1
32372026-08-27T08:19:25.634Z Compiling whoami v1.6.1
32382026-08-27T08:19:25.668Z Compiling ingot-types v0.2.0
32392026-08-27T08:19:25.710Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32402026-08-27T08:19:25.728Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32412026-08-27T08:19:25.732Z Compiling gethostname v0.5.0
32422026-08-27T08:19:25.766Z Compiling derive-where v1.6.0
32432026-08-27T08:19:25.769Z Compiling usdt-attr-macro v0.5.0
32442026-08-27T08:19:25.796Z Compiling usdt-macro v0.5.0
32452026-08-27T08:19:25.891Z Compiling num-rational v0.4.2
32462026-08-27T08:19:26.020Z Compiling num-complex v0.4.6
32472026-08-27T08:19:26.092Z Compiling ingot v0.2.1
32482026-08-27T08:19:26.122Z Compiling memmap v0.7.0
32492026-08-27T08:19:26.145Z Compiling toml v0.8.23
32502026-08-27T08:19:26.192Z Compiling pem-rfc7468 v1.0.0
32512026-08-27T08:19:26.334Z Compiling zone v0.3.1
32522026-08-27T08:19:26.454Z Compiling num v0.4.3
32532026-08-27T08:19:26.457Z Compiling float-ord v0.3.2
32542026-08-27T08:19:26.524Z Compiling resolv-conf v0.7.6
32552026-08-27T08:19:26.553Z Compiling cancel-safe-futures v0.1.5
32562026-08-27T08:19:26.571Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32572026-08-27T08:19:26.613Z Compiling hmac v0.13.0
32582026-08-27T08:19:26.686Z Compiling universal-hash v0.6.1
32592026-08-27T08:19:26.703Z Compiling usdt v0.5.0
32602026-08-27T08:19:26.818Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-08-27T08:19:26.838Z Compiling sha1 v0.10.6
32622026-08-27T08:19:26.857Z Compiling prettyplease v0.2.37
32632026-08-27T08:19:26.898Z Compiling libefi-sys v0.1.0
32642026-08-27T08:19:27.013Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32652026-08-27T08:19:27.064Z Compiling linear-map v1.2.0
32662026-08-27T08:19:27.111Z Compiling polyval v0.7.1
32672026-08-27T08:19:27.147Z Compiling der v0.8.0
32682026-08-27T08:19:27.150Z Compiling hickory-proto v0.24.4
32692026-08-27T08:19:27.202Z Compiling newline-converter v0.3.0
32702026-08-27T08:19:27.202Z Compiling oxide-update-engine-types v0.1.2
32712026-08-27T08:19:27.202Z Compiling console v0.15.11
32722026-08-27T08:19:27.253Z Compiling bitfield-struct v0.6.2
32732026-08-27T08:19:27.283Z Compiling linked-hash-map v0.5.6
32742026-08-27T08:19:27.366Z Compiling ghash v0.6.0
32752026-08-27T08:19:27.506Z Compiling lru-cache v0.1.2
32762026-08-27T08:19:27.587Z Compiling expectorate v1.2.0
32772026-08-27T08:19:27.624Z Compiling pbkdf2 v0.13.0
32782026-08-27T08:19:27.644Z Compiling aes v0.9.1
32792026-08-27T08:19:27.670Z Compiling crypto-bigint v0.7.5
32802026-08-27T08:19:27.777Z Compiling ctr v0.10.1
32812026-08-27T08:19:27.796Z Compiling typify-macro v0.6.2
32822026-08-27T08:19:27.796Z Compiling aead v0.6.1
32832026-08-27T08:19:27.858Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32842026-08-27T08:19:27.946Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32852026-08-27T08:19:28.011Z Compiling sha2 v0.11.0
32862026-08-27T08:19:28.028Z Compiling nom v8.0.0
32872026-08-27T08:19:28.061Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32882026-08-27T08:19:28.161Z Compiling semver v0.1.20
32892026-08-27T08:19:28.179Z Compiling spki v0.8.0
32902026-08-27T08:19:28.269Z Compiling oxide-update-engine v0.1.2
32912026-08-27T08:19:28.452Z Compiling rustc_version v0.1.7
32922026-08-27T08:19:28.476Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32932026-08-27T08:19:28.493Z Compiling aes-gcm v0.11.0
32942026-08-27T08:19:28.496Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32952026-08-27T08:19:28.717Z Compiling tokio-dtrace v0.1.1
32962026-08-27T08:19:28.738Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32972026-08-27T08:19:28.738Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32982026-08-27T08:19:28.791Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-08-27T08:19:28.806Z Compiling dropshot-api-manager-types v0.8.0
33002026-08-27T08:19:28.896Z Compiling salsa20 v0.11.0
33012026-08-27T08:19:28.951Z Compiling slog-dtrace v0.3.0
33022026-08-27T08:19:29.023Z Compiling xshell-macros v0.2.7
33032026-08-27T08:19:29.041Z Compiling minimal-lexical v0.2.1
33042026-08-27T08:19:29.078Z Compiling scrypt v0.12.0
33052026-08-27T08:19:29.155Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33062026-08-27T08:19:29.243Z Compiling oxide-tokio-rt v0.1.4
33072026-08-27T08:19:29.281Z Compiling nom v7.1.3
33082026-08-27T08:19:29.332Z Compiling newtype_derive v0.1.6
33092026-08-27T08:19:29.413Z Compiling hickory-resolver v0.24.4
33102026-08-27T08:19:29.462Z Compiling xshell v0.2.7
33112026-08-27T08:19:29.563Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33122026-08-27T08:19:29.586Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33132026-08-27T08:19:29.663Z Compiling typify v0.6.2
33142026-08-27T08:19:29.812Z Compiling progenitor-impl v0.14.0
33152026-08-27T08:19:29.830Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33162026-08-27T08:19:29.850Z Compiling phf_shared v0.12.1
33172026-08-27T08:19:29.883Z Compiling rfc6979 v0.4.0
33182026-08-27T08:19:29.988Z Compiling cbc v0.2.1
33192026-08-27T08:19:30.044Z Compiling proc-macro-error-attr2 v2.0.0
33202026-08-27T08:19:30.061Z Compiling csv-core v0.1.13
33212026-08-27T08:19:30.185Z Compiling unicode-xid v0.2.6
33222026-08-27T08:19:30.204Z Compiling chrono-tz v0.10.4
33232026-08-27T08:19:30.228Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33242026-08-27T08:19:30.340Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33252026-08-27T08:19:30.340Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33262026-08-27T08:19:30.396Z Compiling highway v1.3.0
33272026-08-27T08:19:30.434Z Compiling const_format_proc_macros v0.2.34
33282026-08-27T08:19:30.454Z Compiling qorb v0.4.1
33292026-08-27T08:19:30.472Z Compiling csv v1.4.0
33302026-08-27T08:19:30.491Z Compiling pkcs5 v0.8.1
33312026-08-27T08:19:30.494Z Compiling proc-macro-error2 v2.0.1
33322026-08-27T08:19:30.558Z Compiling phf v0.12.1
33332026-08-27T08:19:30.675Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33342026-08-27T08:19:30.734Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33352026-08-27T08:19:30.792Z Compiling ecdsa v0.16.9
33362026-08-27T08:19:31.056Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33372026-08-27T08:19:31.077Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33382026-08-27T08:19:31.080Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33392026-08-27T08:19:31.240Z Compiling primeorder v0.13.6
33402026-08-27T08:19:31.316Z Compiling hashbrown v0.14.5
33412026-08-27T08:19:31.340Z Compiling salty v0.3.0
33422026-08-27T08:19:31.359Z Compiling const_format v0.2.35
33432026-08-27T08:19:31.530Z Compiling p384 v0.13.1
33442026-08-27T08:19:31.548Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33452026-08-27T08:19:31.648Z Compiling knus-derive v3.4.0
33462026-08-27T08:19:31.713Z Compiling pkcs8 v0.11.0
33472026-08-27T08:19:31.819Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33482026-08-27T08:19:31.926Z Compiling chumsky v0.9.3
33492026-08-27T08:19:32.129Z Compiling tabled_derive v0.7.0
33502026-08-27T08:19:32.146Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33512026-08-27T08:19:32.320Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33522026-08-27T08:19:32.390Z Compiling bcs v0.1.6
33532026-08-27T08:19:32.518Z Compiling progenitor-macro v0.14.0
33542026-08-27T08:19:32.623Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33552026-08-27T08:19:32.641Z Compiling ff v0.14.0
33562026-08-27T08:19:32.745Z Compiling termtree v0.5.1
33572026-08-27T08:19:32.825Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33582026-08-27T08:19:32.930Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33592026-08-27T08:19:33.065Z Compiling steno v0.4.1
33602026-08-27T08:19:33.084Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33612026-08-27T08:19:33.176Z Compiling tabled v0.15.0
33622026-08-27T08:19:33.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33632026-08-27T08:19:33.198Z Compiling knus v3.4.0
33642026-08-27T08:19:33.229Z Compiling tagptr v0.2.0
33652026-08-27T08:19:33.260Z Compiling group v0.14.0
33662026-08-27T08:19:33.316Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33672026-08-27T08:19:33.402Z Compiling moka v0.12.13
33682026-08-27T08:19:33.457Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33692026-08-27T08:19:33.476Z Compiling signature v3.0.0
33702026-08-27T08:19:33.704Z Compiling base16ct v1.0.0
33712026-08-27T08:19:33.763Z Compiling hkdf v0.13.0
33722026-08-27T08:19:33.801Z Compiling libscf-sys v1.2.0
33732026-08-27T08:19:33.913Z Compiling sec1 v0.8.1
33742026-08-27T08:19:33.955Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33752026-08-27T08:19:33.973Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33762026-08-27T08:19:33.976Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33772026-08-27T08:19:34.163Z Compiling hickory-resolver v0.25.2
33782026-08-27T08:19:34.224Z Compiling elliptic-curve v0.14.1
33792026-08-27T08:19:34.242Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33802026-08-27T08:19:34.258Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33812026-08-27T08:19:34.484Z Compiling utf-8 v0.7.6
33822026-08-27T08:19:34.542Z Compiling parking_lot_core v0.8.6
33832026-08-27T08:19:34.605Z Compiling corncobs v0.1.4
33842026-08-27T08:19:34.685Z Compiling tungstenite v0.21.0
33852026-08-27T08:19:34.831Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33862026-08-27T08:19:34.897Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33872026-08-27T08:19:34.928Z Compiling wnaf v0.14.0
33882026-08-27T08:19:35.114Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33892026-08-27T08:19:35.154Z Compiling primefield v0.14.0
33902026-08-27T08:19:35.247Z Compiling rfc6979 v0.6.0
33912026-08-27T08:19:35.264Z Compiling papergrid v0.18.0
33922026-08-27T08:19:35.295Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33932026-08-27T08:19:35.422Z Compiling git-stub v1.0.0
33942026-08-27T08:19:35.441Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33952026-08-27T08:19:35.570Z Compiling secrecy v0.8.0
33962026-08-27T08:19:35.601Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33972026-08-27T08:19:35.624Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33982026-08-27T08:19:35.734Z Compiling git-stub-vcs v0.1.0
33992026-08-27T08:19:35.753Z Compiling ecdsa v0.17.0
34002026-08-27T08:19:35.879Z Compiling primeorder v0.14.0
34012026-08-27T08:19:35.900Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34022026-08-27T08:19:36.106Z Compiling tokio-tungstenite v0.21.0
34032026-08-27T08:19:36.201Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34042026-08-27T08:19:36.266Z Compiling tabled v0.21.0
34052026-08-27T08:19:36.340Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34062026-08-27T08:19:36.361Z Compiling curve25519-dalek v5.0.0
34072026-08-27T08:19:36.384Z Compiling unicase v2.9.0
34082026-08-27T08:19:36.455Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34092026-08-27T08:19:36.482Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34102026-08-27T08:19:36.517Z Compiling parking_lot v0.11.2
34112026-08-27T08:19:36.541Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34122026-08-27T08:19:36.622Z Compiling mime_guess v2.0.5
34132026-08-27T08:19:36.639Z Compiling ssh-encoding v0.3.0
34142026-08-27T08:19:36.891Z Compiling progenitor-impl v0.13.0
34152026-08-27T08:19:36.934Z Compiling prefix-trie v0.7.0
34162026-08-27T08:19:36.994Z Compiling fxhash v0.2.1
34172026-08-27T08:19:37.016Z Compiling keccak v0.2.0
34182026-08-27T08:19:37.035Z Compiling crc8 v0.1.1
34192026-08-27T08:19:37.165Z Compiling sled v0.34.7
34202026-08-27T08:19:37.185Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34212026-08-27T08:19:37.236Z Compiling ed25519 v3.0.0
34222026-08-27T08:19:37.261Z Compiling crypto-primes v0.7.2
34232026-08-27T08:19:37.372Z Compiling hickory-server v0.25.2
34242026-08-27T08:19:37.726Z Compiling progenitor v0.14.0
34252026-08-27T08:19:37.755Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34262026-08-27T08:19:37.776Z Compiling pkcs1 v0.8.0-rc.4
34272026-08-27T08:19:37.845Z Compiling poly1305 v0.9.0
34282026-08-27T08:19:37.911Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34292026-08-27T08:19:38.202Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34302026-08-27T08:19:38.322Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34312026-08-27T08:19:38.398Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34322026-08-27T08:19:38.445Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34332026-08-27T08:19:38.628Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34342026-08-27T08:19:38.844Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34352026-08-27T08:19:38.863Z Compiling progenitor-client v0.13.0
34362026-08-27T08:19:38.867Z Compiling blowfish v0.10.0
34372026-08-27T08:19:38.982Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-27T08:19:39.131Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34392026-08-27T08:19:39.148Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34402026-08-27T08:19:39.239Z Compiling blake2 v0.11.0-rc.6
34412026-08-27T08:19:39.297Z Compiling http-range v0.1.5
34422026-08-27T08:19:39.315Z Compiling half v1.8.3
34432026-08-27T08:19:39.521Z Compiling argon2 v0.6.0-rc.8
34442026-08-27T08:19:39.592Z Compiling serde_cbor v0.11.2
34452026-08-27T08:19:39.610Z Compiling progenitor-macro v0.13.0
34462026-08-27T08:19:39.628Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34472026-08-27T08:19:39.745Z Compiling bcrypt-pbkdf v0.11.0
34482026-08-27T08:19:40.081Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34492026-08-27T08:19:40.213Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34502026-08-27T08:19:40.636Z Compiling rsa v0.10.0-rc.18
34512026-08-27T08:19:40.656Z Compiling ssh-cipher v0.3.0
34522026-08-27T08:19:40.688Z Compiling ed25519-dalek v3.0.0
34532026-08-27T08:19:40.884Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34542026-08-27T08:19:41.275Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552026-08-27T08:19:41.541Z Compiling sha3 v0.11.0
34562026-08-27T08:19:41.792Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34572026-08-27T08:19:41.838Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34582026-08-27T08:19:42.037Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34592026-08-27T08:19:42.101Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34602026-08-27T08:19:42.154Z Compiling p256 v0.14.0
34612026-08-27T08:19:42.214Z Compiling p521 v0.14.0
34622026-08-27T08:19:42.319Z Compiling p384 v0.14.0
34632026-08-27T08:19:42.500Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34642026-08-27T08:19:42.517Z Compiling scuffle v0.1.0
34652026-08-27T08:19:42.641Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34662026-08-27T08:19:42.950Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34672026-08-27T08:19:43.327Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34682026-08-27T08:19:43.510Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34692026-08-27T08:19:43.568Z Compiling yasna v0.5.2
34702026-08-27T08:19:43.881Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34712026-08-27T08:19:44.013Z Compiling kstat-rs v0.2.5
34722026-08-27T08:19:44.030Z Compiling headers-core v0.3.0
34732026-08-27T08:19:44.182Z Compiling kem v0.3.0
34742026-08-27T08:19:44.268Z Compiling module-lattice v0.2.3
34752026-08-27T08:19:44.295Z Compiling nanorand v0.7.0
34762026-08-27T08:19:44.332Z Compiling sponge-cursor v0.1.0
34772026-08-27T08:19:44.349Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34782026-08-27T08:19:44.352Z Compiling headers v0.4.1
34792026-08-27T08:19:44.497Z Compiling sha3 v0.12.0
34802026-08-27T08:19:44.544Z Compiling flume v0.11.1
34812026-08-27T08:19:44.561Z Compiling ml-kem v0.3.2
34822026-08-27T08:19:44.591Z Compiling rcgen v0.12.1
34832026-08-27T08:19:44.612Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34842026-08-27T08:19:44.632Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34852026-08-27T08:19:44.725Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34862026-08-27T08:19:44.824Z Compiling progenitor v0.13.0
34872026-08-27T08:19:44.865Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34882026-08-27T08:19:44.912Z Compiling hyper-staticfile v0.10.1
34892026-08-27T08:19:45.012Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34902026-08-27T08:19:45.081Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34912026-08-27T08:19:45.140Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34922026-08-27T08:19:45.199Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34932026-08-27T08:19:45.385Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34942026-08-27T08:19:45.455Z Compiling ssh-key v0.7.0-rc.11
34952026-08-27T08:19:45.489Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34962026-08-27T08:19:45.506Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34972026-08-27T08:19:45.526Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34982026-08-27T08:19:45.548Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34992026-08-27T08:19:45.607Z Compiling russh-cryptovec v0.62.0
35002026-08-27T08:19:45.666Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35012026-08-27T08:19:45.689Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35022026-08-27T08:19:45.779Z Compiling internal-russh-num-bigint v0.5.0
35032026-08-27T08:19:45.812Z Compiling port-file v0.1.0
35042026-08-27T08:19:45.862Z Compiling num-bigint v0.4.6
35052026-08-27T08:19:45.886Z Compiling generic-array v1.4.3
35062026-08-27T08:19:45.904Z Compiling russh-util v0.52.0
35072026-08-27T08:19:46.010Z Compiling enum_dispatch v0.3.13
35082026-08-27T08:19:46.102Z Compiling delegate v0.13.5
35092026-08-27T08:19:46.121Z Compiling subprocess v0.2.15
35102026-08-27T08:19:46.291Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35112026-08-27T08:19:46.397Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35122026-08-27T08:19:46.521Z Compiling display-error-chain v0.2.2
35132026-08-27T08:19:46.690Z Compiling md5 v0.8.0
35142026-08-27T08:19:46.855Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35152026-08-27T08:19:46.885Z Compiling hex-literal v1.1.0
35162026-08-27T08:19:46.888Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-27T08:19:47.014Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35182026-08-27T08:19:47.033Z Compiling colored v2.2.0
35192026-08-27T08:19:47.036Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35202026-08-27T08:19:47.110Z Compiling russh v0.62.4
35212026-08-27T08:19:47.161Z Compiling socket2 v0.5.10
35222026-08-27T08:19:47.315Z Compiling internet-checksum v0.2.1
35232026-08-27T08:19:47.484Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35242026-08-27T08:19:47.614Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35252026-08-27T08:19:50.283Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35262026-08-27T08:19:50.991Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35272026-08-27T08:19:51.534Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35282026-08-27T08:19:52.872Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35292026-08-27T08:19:53.056Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35302026-08-27T08:20:02.005Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35312026-08-27T08:20:02.005Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35322026-08-27T08:20:02.008Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35332026-08-27T08:20:02.008Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35342026-08-27T08:20:02.008Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35352026-08-27T08:20:03.803Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35362026-08-27T08:20:03.859Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35372026-08-27T08:20:08.043Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35382026-08-27T08:20:49.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35392026-08-27T08:20:54.014Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35402026-08-27T08:20:54.014Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35412026-08-27T08:20:54.015Z
35422026-08-27T08:20:54.015Zreal 1:30.402184559
35432026-08-27T08:20:54.015Zuser 8:42.485249797
35442026-08-27T08:20:54.015Zsys 1:43.534694698
35452026-08-27T08:20:54.015Ztrap 0.247171393
35462026-08-27T08:20:54.015Ztflt 0.293738114
35472026-08-27T08:20:54.015Zdflt 1.769919606
35482026-08-27T08:20:54.015Zkflt 0.000481030
35492026-08-27T08:20:54.015Zlock 31:00.551726817
35502026-08-27T08:20:54.015Zslp 19:53.611741575
35512026-08-27T08:20:54.015Zlat 39.912994187
35522026-08-27T08:20:54.016Zstop 2:52.835487316
35532026-08-27T08:20:54.016Z+ mkdir tests
35542026-08-27T08:20:54.016Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35552026-08-27T08:20:54.016Z+ xargs -I '{}' -t cp '{}' tests/
35562026-08-27T08:20:54.016Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35572026-08-27T08:20:54.016Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35582026-08-27T08:20:54.016Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35592026-08-27T08:20:54.016Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35602026-08-27T08:20:54.016Z+ 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)
35612026-08-27T08:20:54.016Z+ 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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
35622026-08-27T08:22:19.877ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35632026-08-27T08:22:19.877Za .github/buildomat/ci-env.sh 1K
35642026-08-27T08:22:19.877Za out/target/test 1K
35652026-08-27T08:22:19.877Za out/npuzone/npuzone 27402K
35662026-08-27T08:22:19.877Za package-manifest.toml 35K
35672026-08-27T08:22:19.877Za smf/sled-agent/non-gimlet/config.toml 6K
35682026-08-27T08:22:19.878Za target/release/omicron-package 49468K
35692026-08-27T08:22:19.878Za target/release/xtask 11727K
35702026-08-27T08:22:19.878Za target/debug/bootstrap 440079K
35712026-08-27T08:22:19.878Za tests/bootstrap-f2310e202f420246 34430K
35722026-08-27T08:22:19.878Za tests/commtest-dbb802d24e5b6927 34431K
35732026-08-27T08:22:19.878Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35742026-08-27T08:22:19.878Za tests/end_to_end_tests-b5ca3a6470910f92 503668K
35752026-08-27T08:22:19.878Za tools/opte_version 1K
35762026-08-27T08:22:19.878Za tools/opte_version_override 2K
35772026-08-27T08:22:19.878Za out/clickhouse.tar.gz 330970K
35782026-08-27T08:22:19.878Za out/clickhouse_keeper.tar.gz 314976K
35792026-08-27T08:22:19.878Za out/clickhouse_server.tar.gz 330967K
35802026-08-27T08:22:19.878Za out/cockroachdb.tar.gz 170214K
35812026-08-27T08:22:19.878Za out/crucible-pantry-zone.tar.gz 41902K
35822026-08-27T08:22:19.878Za out/crucible-utils.tar 18900K
35832026-08-27T08:22:19.878Za out/crucible-zone.tar.gz 56715K
35842026-08-27T08:22:19.878Za out/external-dns.tar.gz 46755K
35852026-08-27T08:22:19.878Za out/internal-dns.tar.gz 46755K
35862026-08-27T08:22:19.878Za out/mg-ddm-gz.tar 100917K
35872026-08-27T08:22:19.878Za out/nexus.tar.gz 364198K
35882026-08-27T08:22:19.878Za out/ntp.tar.gz 35241K
35892026-08-27T08:22:19.878Za out/omicron-gateway-softnpu.tar.gz 28999K
35902026-08-27T08:22:19.878Za out/omicron-sled-agent.tar 243674K
35912026-08-27T08:22:19.878Za out/overlay.tar.gz 4K
35922026-08-27T08:22:19.878Za out/oximeter.tar.gz 72052K
35932026-08-27T08:22:19.878Za out/oxlog.tar 4088K
35942026-08-27T08:22:19.878Za out/probe.tar.gz 3037K
35952026-08-27T08:22:19.878Za out/propolis-server.tar.gz 34642K
35962026-08-27T08:22:19.878Za out/pumpkind-gz.tar 26647K
35972026-08-27T08:22:19.878Za out/switch-softnpu.tar.gz 504508K
35982026-08-27T08:22:19.882Z
35992026-08-27T08:22:19.882Zreal 1:29.529185826
36002026-08-27T08:22:19.882Zuser 1:26.562296946
36012026-08-27T08:22:19.882Zsys 4.978837123
36022026-08-27T08:22:19.882Ztrap 0.006483014
36032026-08-27T08:22:19.882Ztflt 0.000000000
36042026-08-27T08:22:19.882Zdflt 0.000000000
36052026-08-27T08:22:19.882Zkflt 0.000000000
36062026-08-27T08:22:19.882Zlock 0.000000000
36072026-08-27T08:22:19.882Zslp 1:26.439097094
36082026-08-27T08:22:19.882Zlat 1.067090713
36092026-08-27T08:22:19.882Zstop 0.000174470
36102026-08-27T08:22:19.882Zprocess exited: duration 1114367 ms, exit code 0
 
36112026-08-27T08:22:19.889Zfound 1 output files
36122026-08-27T08:22:19.899Zuploading: /work/package.tar.gz (2776726849 bytes)
36132026-08-27T08:22:53.735Zuploaded: /work/package.tar.gz