01M0EHE92P5YW66V51PQS2ACWT: 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: 01M0EHF0YQF7MEAFZ76GA9F6WM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:55:28.128Zjob assigned to worker 01M0EHF9PJTFMJ5XAV4KJRFE83 [factory aws, i-0862f3e9290ca912c] (queued for 52 s)
 
22026-08-20T02:55:35.126Zstarting task 0: "setup"
32026-08-20T02:55:35.130Z++ uname -s
42026-08-20T02:55:35.133Z+ kern=SunOS
52026-08-20T02:55:35.133Z+ build_user=build
62026-08-20T02:55:35.133Z+ build_uid=12345
72026-08-20T02:55:35.133Z+ work_dir=/work
82026-08-20T02:55:35.133Z+ input_dir=/input
92026-08-20T02:55:35.133Z+ [[ 0 == 12345 ]]
102026-08-20T02:55:35.133Z+ case "$kern" in
112026-08-20T02:55:35.133Z+ groupadd -g 12345 build
122026-08-20T02:55:35.136Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:55:37.141Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:55:37.243Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:55:37.249Z+ home_fs=zfs
162026-08-20T02:55:37.249Z+ [[ zfs == autofs ]]
172026-08-20T02:55:37.249Z+ mkdir -p /home/build
182026-08-20T02:55:37.249Z+ chown build:build /home/build /work
192026-08-20T02:55:39.248Z+ chmod 0700 /home/build /work
202026-08-20T02:55:39.252Zprocess exited: duration 4128 ms, exit code 0
 
212026-08-20T02:55:39.258Zstarting task 1: "rust-toolchain"
222026-08-20T02:55:39.263Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T02:55:39.263Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T02:55:39.263Z * rust toolchain channel = "1.97.1"
252026-08-20T02:55:39.263Z * rust toolchain profile = "default"
262026-08-20T02:55:39.263Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T02:55:39.263Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:55:39.265Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:55:39.266Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T02:55:39.363Zinfo: downloading installer
312026-08-20T02:55:40.735Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:55:40.735Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:55:40.735Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:55:40.735Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:55:40.747Zinfo: profile set to default
362026-08-20T02:55:40.748Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:55:40.751Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T02:55:40.883Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:55:40.886Zinfo: downloading 6 components
402026-08-20T02:55:54.903Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T02:55:54.903Z
422026-08-20T02:55:54.933Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:55:54.933Z
442026-08-20T02:55:54.933Z
452026-08-20T02:55:54.934ZRust is installed now. Great!
462026-08-20T02:55:54.935Z
472026-08-20T02:55:54.935ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:55:54.935Zenvironment variable. This has not been done automatically.
492026-08-20T02:55:54.935Z
502026-08-20T02:55:54.935ZTo configure your current shell, you need to source
512026-08-20T02:55:54.935Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:55:54.935Z
532026-08-20T02:55:54.935ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:55:54.935Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:55:54.935Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:55:54.935Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:55:54.935Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:55:54.935Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:55:54.935Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:55:54.939Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:55:54.939Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:55:55.041Z+ rustup --version
632026-08-20T02:55:55.051Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:55:55.052Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:55:55.065Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:55:55.068Z+ cargo --version
672026-08-20T02:55:55.075Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:55:55.078Z+ rustc --version
692026-08-20T02:55:55.099Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:55:55.102Zprocess exited: duration 15844 ms, exit code 0
 
712026-08-20T02:55:55.108Zstarting task 2: "authentication"
722026-08-20T02:55:55.128Zprocess exited: duration 18 ms, exit code 0
 
732026-08-20T02:55:55.134Zstarting task 3: "clone repository"
742026-08-20T02:55:55.138Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T02:55:55.143Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T02:55:55.172ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T02:56:07.435Z+ cd /work/oxidecomputer/omicron
782026-08-20T02:56:07.435Z+ git fetch origin b18d02a9e9f33fb489d592304e163dcaef9c1635
792026-08-20T02:56:07.802ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T02:56:07.802Z * branch b18d02a9e9f33fb489d592304e163dcaef9c1635 -> FETCH_HEAD
812026-08-20T02:56:07.807Z+ [[ -n '' ]]
822026-08-20T02:56:07.808Z+ git reset --hard b18d02a9e9f33fb489d592304e163dcaef9c1635
832026-08-20T02:56:08.038ZHEAD is now at b18d02a9e rebase on main
842026-08-20T02:56:08.048Zprocess exited: duration 12905 ms, exit code 0
 
852026-08-20T02:56:08.054Zstarting task 4: "build"
862026-08-20T02:56:08.060Z+ source .github/buildomat/ci-env.sh
872026-08-20T02:56:08.060Z++ export CARGO_TERM_COLOR=always
882026-08-20T02:56:08.060Z++ CARGO_TERM_COLOR=always
892026-08-20T02:56:08.065Z+++ uname -s
902026-08-20T02:56:08.065Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-20T02:56:08.065Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-20T02:56:08.065Z+ cargo --version
932026-08-20T02:56:08.075Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-20T02:56:08.078Z+ rustc --version
952026-08-20T02:56:08.098Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-20T02:56:08.103Z+ WORK=/work
972026-08-20T02:56:08.103Z+ pfexec mkdir -p /work
982026-08-20T02:56:08.103Z+ pfexec chown build /work
992026-08-20T02:56:08.108Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-20T02:56:10.528Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-20T02:56:10.863Z Startup: Caching catalogs ... Done
1022026-08-20T02:56:12.777ZPlanning: Solver setup ... Done (1.808s)
1032026-08-20T02:56:12.833ZPlanning: Running solver ... Done (0.056s)
1042026-08-20T02:56:12.875ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-20T02:56:12.887ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-20T02:56:12.904ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-20T02:56:12.917ZPlanning: Package planning ... Done (0.014s)
1082026-08-20T02:56:12.921ZPlanning: Merging actions ... Done (0.001s)
1092026-08-20T02:56:13.087ZPlanning: Checking for conflicting actions ... Done (0.168s)
1102026-08-20T02:56:13.092ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-20T02:56:13.956ZPlanning: Evaluating mediators ... Done (0.868s)
1122026-08-20T02:56:13.959ZPlanning: Planning completed in 3.06 seconds
1132026-08-20T02:56:13.967Z Packages to install: 2
1142026-08-20T02:56:13.967Z Estimated space available: 156.02 GB
1152026-08-20T02:56:13.971ZEstimated space to be consumed: 72.15 MB
1162026-08-20T02:56:13.971Z Create boot environment: No
1172026-08-20T02:56:13.971ZCreate backup boot environment: No
1182026-08-20T02:56:13.971Z Rebuild boot archive: No
1192026-08-20T02:56:13.971Z
1202026-08-20T02:56:13.972ZChanged packages:
1212026-08-20T02:56:13.972Zhelios
1222026-08-20T02:56:13.972Z developer/build-essential
1232026-08-20T02:56:13.972Z None -> 11-3.0
1242026-08-20T02:56:13.972Z library/libxmlsec1
1252026-08-20T02:56:13.973Z None -> 1.2.35-3.0
1262026-08-20T02:56:13.992Z
1272026-08-20T02:56:13.992ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-20T02:56:14.061ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1292026-08-20T02:56:14.152Z Actions: 1/268 actions (Installing new actions)
1302026-08-20T02:56:14.192Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-20T02:56:14.224ZFinalize: Updating package state database ... Done (0.032s)
1322026-08-20T02:56:14.229ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-20T02:56:14.304ZFinalize: Updating image state ... Done (0.079s)
1342026-08-20T02:56:16.926ZFinalize: Creating fast lookup database ... Done (2.574s)
1352026-08-20T02:56:16.996ZFinalize: Reading search index ... Done (0.011s)
1362026-08-20T02:56:16.999ZFinalize: Updating search index ... Done (0.000s)
1372026-08-20T02:56:17.085ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-20T02:56:17.450ZPlanning: Evaluating mediator changes ... Done
1392026-08-20T02:56:17.616ZPlanning: Checking for conflicting actions ... Done
1402026-08-20T02:56:17.621ZPlanning: Consolidating action changes ... Done
1412026-08-20T02:56:17.704ZPlanning: Evaluating mediators ... Done
1422026-08-20T02:56:17.710ZPlanning: Planning completed in 0.26 seconds
1432026-08-20T02:56:17.727Z Mediators to change: 2
1442026-08-20T02:56:17.734Z Create boot environment: No
1452026-08-20T02:56:17.734ZCreate backup boot environment: No
1462026-08-20T02:56:17.768ZFinalize: Updating package state database ... Done
1472026-08-20T02:56:17.768ZFinalize: Updating package cache ... Done
1482026-08-20T02:56:17.818ZFinalize: Updating image state ... Done
1492026-08-20T02:56:19.753ZFinalize: Creating fast lookup database ... Done
1502026-08-20T02:56:19.814ZFinalize: Reading search index ... Done
1512026-08-20T02:56:19.818ZFinalize: Updating search index ... Done
1522026-08-20T02:56:19.866ZFinalize: Updating package cache ... Done
1532026-08-20T02:56:20.152ZPlanning: Evaluating mediator changes ... Done
1542026-08-20T02:56:20.257ZPlanning: Checking for conflicting actions ... Done
1552026-08-20T02:56:20.263ZPlanning: Consolidating action changes ... Done
1562026-08-20T02:56:20.421ZPlanning: Evaluating mediators ... Done
1572026-08-20T02:56:20.428ZPlanning: Planning completed in 0.26 seconds
1582026-08-20T02:56:20.438Z Mediators to change: 1
1592026-08-20T02:56:20.438Z Create boot environment: No
1602026-08-20T02:56:20.441ZCreate backup boot environment: No
1612026-08-20T02:56:20.483ZFinalize: Updating package state database ... Done
1622026-08-20T02:56:20.484ZFinalize: Updating package cache ... Done
1632026-08-20T02:56:20.527ZFinalize: Updating image state ... Done
1642026-08-20T02:56:22.438ZFinalize: Creating fast lookup database ... Done
1652026-08-20T02:56:22.508ZFinalize: Reading search index ... Done
1662026-08-20T02:56:22.534ZFinalize: Updating search index ... Done
1672026-08-20T02:56:22.600ZFinalize: Updating package cache ... Done
1682026-08-20T02:56:22.913ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-20T02:56:22.913Zapache system 2.4 system
1702026-08-20T02:56:22.913Zclang system 15 system
1712026-08-20T02:56:22.913Zcsh system system illumos
1722026-08-20T02:56:22.913Zctags system system illumos
1732026-08-20T02:56:22.913Zfile vendor vendor darwinsys
1742026-08-20T02:56:22.913Zfile system system illumos
1752026-08-20T02:56:22.914Zgcc vendor 14 vendor
1762026-08-20T02:56:22.914Zgcc system 13 system
1772026-08-20T02:56:22.914Zgcc system 10 system
1782026-08-20T02:56:22.914Zgo system 1.25 system
1792026-08-20T02:56:22.914Zllvm system 15 system
1802026-08-20T02:56:22.914Zmariadb system 11.4 system
1812026-08-20T02:56:22.914Zmta vendor vendor dma
1822026-08-20T02:56:22.914Zopenjdk system 17 system
1832026-08-20T02:56:22.914Zopenjdk system 11 system
1842026-08-20T02:56:22.914Zopenssl vendor 3 vendor
1852026-08-20T02:56:22.914Zperl system 5.40 system
1862026-08-20T02:56:22.914Zpostgresql system 18 system
1872026-08-20T02:56:22.914Zpostgresql system 17 system
1882026-08-20T02:56:22.914Zpython vendor 3 vendor
1892026-08-20T02:56:22.914Zpython system 2 system
1902026-08-20T02:56:22.914Zpython3 vendor 3.13 vendor
1912026-08-20T02:56:22.914Zruby system 3.4 system
1922026-08-20T02:56:22.914Zruby system 3.0 system
1932026-08-20T02:56:22.914Zwords vendor vendor american-english
1942026-08-20T02:56:22.914Zwords system system australian-english
1952026-08-20T02:56:22.914Zwords system system british-english
1962026-08-20T02:56:22.914Zwords system system canadian-english
1972026-08-20T02:56:22.914Zwords system system french
1982026-08-20T02:56:22.915Zwords system system italian
1992026-08-20T02:56:22.915Zwords system system ngerman
2002026-08-20T02:56:22.915Zwords system system ogerman
2012026-08-20T02:56:22.915Zwords system system spanish
2022026-08-20T02:56:23.170ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-20T02:56:23.171Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-20T02:56:23.667ZFMRI IFO
2052026-08-20T02:56:23.667Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-20T02:56:23.667Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-20T02:56:23.667Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-20T02:56:23.667Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-20T02:56:23.667Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-20T02:56:23.667Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-20T02:56:23.667Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-20T02:56:23.667Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-20T02:56:23.667Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-20T02:56:23.956Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-20T02:56:24.291Z Updating crates.io index
2162026-08-20T02:56:24.299Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-20T02:56:24.576Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-20T02:56:24.963Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-20T02:56:25.978Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-20T02:56:26.433Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-20T02:56:28.443Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-20T02:56:29.314Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-20T02:56:29.621Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-20T02:56:29.989Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-20T02:56:31.821Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-20T02:56:32.260Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-20T02:56:32.586Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-20T02:56:32.804Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-20T02:56:33.122Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-20T02:56:33.365Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-20T02:56:34.020Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-20T02:56:34.229Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-20T02:56:34.337Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-20T02:56:34.638Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-20T02:56:34.940Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-20T02:56:35.384Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2372026-08-20T02:56:35.694Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-08-20T02:56:36.253Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2392026-08-20T02:56:36.609Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-08-20T02:56:37.116Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-08-20T02:56:37.502Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-08-20T02:56:37.655Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-20T02:56:38.126Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-08-20T02:56:38.389Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-08-20T02:56:38.647Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-08-20T02:56:39.107Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-08-20T02:56:44.216Z Updating git repository `https://github.com/oxidecomputer/tough`
2482026-08-20T02:56:44.576Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-08-20T02:56:44.659Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-08-20T02:56:44.659Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-08-20T02:56:44.659Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-08-20T02:56:44.659Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-08-20T02:56:44.660Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-08-20T02:56:44.660Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-08-20T02:56:44.660Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-08-20T02:56:44.661Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-08-20T02:56:44.661Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-20T02:56:45.655Z Downloading crates ...
2592026-08-20T02:56:45.862Z Downloaded heck v0.4.1
2602026-08-20T02:56:45.879Z Downloaded equivalent v1.0.2
2612026-08-20T02:56:45.879Z Downloaded errno v0.3.14
2622026-08-20T02:56:45.879Z Downloaded bytecount v0.6.9
2632026-08-20T02:56:45.879Z Downloaded heck v0.5.0
2642026-08-20T02:56:45.879Z Downloaded crypto-common v0.1.7
2652026-08-20T02:56:45.879Z Downloaded fnv v1.0.7
2662026-08-20T02:56:45.879Z Downloaded dtrace-parser v0.2.0
2672026-08-20T02:56:45.879Z Downloaded generic-array v0.14.7
2682026-08-20T02:56:45.879Z Downloaded clap_derive v4.6.1
2692026-08-20T02:56:45.879Z Downloaded colorchoice v1.0.4
2702026-08-20T02:56:45.879Z Downloaded fastrand v2.3.0
2712026-08-20T02:56:45.879Z Downloaded anstream v1.0.0
2722026-08-20T02:56:45.879Z Downloaded is_terminal_polyfill v1.70.2
2732026-08-20T02:56:45.879Z Downloaded cpufeatures v0.2.17
2742026-08-20T02:56:45.880Z Downloaded zerocopy v0.7.35
2752026-08-20T02:56:45.880Z Downloaded zmij v1.0.21
2762026-08-20T02:56:45.880Z Downloaded itoa v1.0.17
2772026-08-20T02:56:45.880Z Downloaded digest v0.10.7
2782026-08-20T02:56:45.880Z Downloaded fs-err v3.3.0
2792026-08-20T02:56:45.880Z Downloaded zerocopy-derive v0.7.35
2802026-08-20T02:56:45.880Z Downloaded byteorder v1.5.0
2812026-08-20T02:56:45.880Z Downloaded getrandom v0.3.4
2822026-08-20T02:56:45.880Z Downloaded clap v4.6.1
2832026-08-20T02:56:45.881Z Downloaded toml v0.8.23
2842026-08-20T02:56:45.881Z Downloaded dof v0.3.0
2852026-08-20T02:56:45.881Z Downloaded toml_write v0.1.2
2862026-08-20T02:56:45.881Z Downloaded tabled_derive v0.7.0
2872026-08-20T02:56:45.881Z Downloaded pretty-hex v0.4.1
2882026-08-20T02:56:45.881Z Downloaded scroll_derive v0.12.1
2892026-08-20T02:56:45.881Z Downloaded thread-id v4.2.2
2902026-08-20T02:56:45.881Z Downloaded cfg-if v1.0.4
2912026-08-20T02:56:45.881Z Downloaded anstyle-query v1.1.5
2922026-08-20T02:56:45.881Z Downloaded usdt-impl v0.5.0
2932026-08-20T02:56:45.881Z Downloaded block-buffer v0.10.4
2942026-08-20T02:56:45.881Z Downloaded version_check v0.9.5
2952026-08-20T02:56:45.881Z Downloaded clap_lex v1.0.0
2962026-08-20T02:56:45.881Z Downloaded macaddr v1.0.1
2972026-08-20T02:56:45.881Z Downloaded memmap v0.7.0
2982026-08-20T02:56:45.881Z Downloaded cargo-platform v0.3.2
2992026-08-20T02:56:45.881Z Downloaded strsim v0.11.1
3002026-08-20T02:56:45.882Z Downloaded utf8parse v0.2.2
3012026-08-20T02:56:45.882Z Downloaded plain v0.2.3
3022026-08-20T02:56:45.882Z Downloaded serde_spanned v0.6.9
3032026-08-20T02:56:45.882Z Downloaded toml_datetime v0.6.11
3042026-08-20T02:56:45.882Z Downloaded indexmap v2.14.0
3052026-08-20T02:56:45.882Z Downloaded serde_tokenstream v0.2.3
3062026-08-20T02:56:45.882Z Downloaded swrite v0.1.0
3072026-08-20T02:56:45.882Z Downloaded terminal_size v0.4.3
3082026-08-20T02:56:45.882Z Downloaded unicode-linebreak v0.1.5
3092026-08-20T02:56:45.882Z Downloaded usdt v0.5.0
3102026-08-20T02:56:45.887Z Downloaded usdt-macro v0.5.0
3112026-08-20T02:56:45.887Z Downloaded usdt-attr-macro v0.5.0
3122026-08-20T02:56:45.887Z Downloaded smawk v0.3.2
3132026-08-20T02:56:45.887Z Downloaded camino-tempfile v1.4.1
3142026-08-20T02:56:45.887Z Downloaded thiserror-impl v1.0.69
3152026-08-20T02:56:45.887Z Downloaded anstyle-parse v1.0.0
3162026-08-20T02:56:45.887Z Downloaded pest_generator v2.8.6
3172026-08-20T02:56:45.893Z Downloaded sha2 v0.10.9
3182026-08-20T02:56:45.897Z Downloaded thiserror v2.0.18
3192026-08-20T02:56:45.901Z Downloaded proc-macro-error-attr v1.0.4
3202026-08-20T02:56:45.901Z Downloaded quote v1.0.45
3212026-08-20T02:56:45.901Z Downloaded thiserror-impl v2.0.18
3222026-08-20T02:56:45.901Z Downloaded proc-macro-error v1.0.4
3232026-08-20T02:56:45.904Z Downloaded anstyle v1.0.14
3242026-08-20T02:56:45.904Z Downloaded autocfg v1.5.0
3252026-08-20T02:56:45.904Z Downloaded camino v1.2.5
3262026-08-20T02:56:45.904Z Downloaded log v0.4.33
3272026-08-20T02:56:45.906Z Downloaded cargo_toml v0.21.0
3282026-08-20T02:56:45.911Z Downloaded scroll v0.12.0
3292026-08-20T02:56:45.918Z Downloaded tempfile v3.27.0
3302026-08-20T02:56:45.921Z Downloaded pest_derive v2.8.6
3312026-08-20T02:56:45.925Z Downloaded thiserror v1.0.69
3322026-08-20T02:56:45.927Z Downloaded once_cell v1.21.3
3332026-08-20T02:56:45.930Z Downloaded cargo_metadata v0.23.1
3342026-08-20T02:56:45.930Z Downloaded bitflags v2.11.0
3352026-08-20T02:56:45.932Z Downloaded ucd-trie v0.1.7
3362026-08-20T02:56:45.935Z Downloaded proc-macro2 v1.0.106
3372026-08-20T02:56:45.959Z Downloaded textwrap v0.16.2
3382026-08-20T02:56:45.963Z Downloaded unicode-ident v1.0.24
3392026-08-20T02:56:45.963Z Downloaded papergrid v0.11.0
3402026-08-20T02:56:45.966Z Downloaded serde_core v1.0.228
3412026-08-20T02:56:45.966Z Downloaded toml_edit v0.22.27
3422026-08-20T02:56:45.969Z Downloaded semver v1.0.28
3432026-08-20T02:56:45.969Z Downloaded hashbrown v0.17.0
3442026-08-20T02:56:45.971Z Downloaded serde_derive v1.0.228
3452026-08-20T02:56:45.974Z Downloaded anyhow v1.0.104
3462026-08-20T02:56:45.974Z Downloaded pest_meta v2.8.6
3472026-08-20T02:56:45.978Z Downloaded clap_builder v4.6.0
3482026-08-20T02:56:45.987Z Downloaded memchr v2.8.0
3492026-08-20T02:56:45.991Z Downloaded goblin v0.8.2
3502026-08-20T02:56:46.004Z Downloaded serde v1.0.228
3512026-08-20T02:56:46.008Z Downloaded typenum v1.20.1
3522026-08-20T02:56:46.027Z Downloaded pest v2.8.6
3532026-08-20T02:56:46.029Z Downloaded serde_json v1.0.151
3542026-08-20T02:56:46.057Z Downloaded winnow v0.7.14
3552026-08-20T02:56:46.062Z Downloaded tabled v0.15.0
3562026-08-20T02:56:46.070Z Downloaded unicode-width v0.2.0
3572026-08-20T02:56:46.077Z Downloaded unicode-width v0.1.14
3582026-08-20T02:56:46.083Z Downloaded syn v1.0.109
3592026-08-20T02:56:46.092Z Downloaded syn v2.0.117
3602026-08-20T02:56:46.106Z Downloaded rustix v1.1.4
3612026-08-20T02:56:46.135Z Downloaded libc v0.2.185
3622026-08-20T02:56:46.196Z Compiling proc-macro2 v1.0.106
3632026-08-20T02:56:46.196Z Compiling unicode-ident v1.0.24
3642026-08-20T02:56:46.196Z Compiling quote v1.0.45
3652026-08-20T02:56:46.199Z Compiling serde_core v1.0.228
3662026-08-20T02:56:46.199Z Compiling libc v0.2.185
3672026-08-20T02:56:46.199Z Compiling version_check v0.9.5
3682026-08-20T02:56:46.199Z Compiling memchr v2.8.0
3692026-08-20T02:56:46.374Z Compiling serde v1.0.228
3702026-08-20T02:56:46.379Z Compiling zmij v1.0.21
3712026-08-20T02:56:46.379Z Compiling thiserror v1.0.69
3722026-08-20T02:56:46.379Z Compiling itoa v1.0.17
3732026-08-20T02:56:46.379Z Compiling ucd-trie v0.1.7
3742026-08-20T02:56:46.379Z Compiling byteorder v1.5.0
3752026-08-20T02:56:46.379Z Compiling rustix v1.1.4
3762026-08-20T02:56:46.603Z Compiling bitflags v2.11.0
3772026-08-20T02:56:46.705Z Compiling serde_json v1.0.151
3782026-08-20T02:56:46.740Z Compiling usdt-impl v0.5.0
3792026-08-20T02:56:46.798Z Compiling proc-macro-error-attr v1.0.4
3802026-08-20T02:56:46.944Z Compiling pest v2.8.6
3812026-08-20T02:56:46.946Z Compiling syn v1.0.109
3822026-08-20T02:56:46.946Z Compiling camino v1.2.5
3832026-08-20T02:56:47.002Z Compiling proc-macro-error v1.0.4
3842026-08-20T02:56:47.163Z Compiling log v0.4.33
3852026-08-20T02:56:47.166Z Compiling hashbrown v0.17.0
3862026-08-20T02:56:47.200Z Compiling getrandom v0.3.4
3872026-08-20T02:56:47.203Z Compiling plain v0.2.3
3882026-08-20T02:56:47.252Z Compiling utf8parse v0.2.2
3892026-08-20T02:56:47.255Z Compiling equivalent v1.0.2
3902026-08-20T02:56:47.357Z Compiling anstyle-parse v1.0.0
3912026-08-20T02:56:47.396Z Compiling is_terminal_polyfill v1.70.2
3922026-08-20T02:56:47.399Z Compiling pretty-hex v0.4.1
3932026-08-20T02:56:47.399Z Compiling winnow v0.7.14
3942026-08-20T02:56:47.399Z Compiling toml_write v0.1.2
3952026-08-20T02:56:47.464Z Compiling autocfg v1.5.0
3962026-08-20T02:56:47.467Z Compiling colorchoice v1.0.4
3972026-08-20T02:56:47.467Z Compiling cfg-if v1.0.4
3982026-08-20T02:56:47.518Z Compiling errno v0.3.14
3992026-08-20T02:56:47.590Z Compiling thread-id v4.2.2
4002026-08-20T02:56:47.607Z Compiling anstyle v1.0.14
4012026-08-20T02:56:47.626Z Compiling thiserror v2.0.18
4022026-08-20T02:56:47.645Z Compiling anstyle-query v1.1.5
4032026-08-20T02:56:47.681Z Compiling once_cell v1.21.3
4042026-08-20T02:56:47.748Z Compiling indexmap v2.14.0
4052026-08-20T02:56:47.814Z Compiling clap_lex v1.0.0
4062026-08-20T02:56:47.816Z Compiling anstream v1.0.0
4072026-08-20T02:56:47.816Z Compiling heck v0.5.0
4082026-08-20T02:56:47.865Z Compiling strsim v0.11.1
4092026-08-20T02:56:47.989Z Compiling syn v2.0.117
4102026-08-20T02:56:47.993Z Compiling fs-err v3.3.0
4112026-08-20T02:56:48.042Z Compiling pest_meta v2.8.6
4122026-08-20T02:56:48.084Z Compiling fnv v1.0.7
4132026-08-20T02:56:48.146Z Compiling unicode-width v0.1.14
4142026-08-20T02:56:48.208Z Compiling bytecount v0.6.9
4152026-08-20T02:56:48.208Z Compiling anyhow v1.0.104
4162026-08-20T02:56:48.217Z Compiling heck v0.4.1
4172026-08-20T02:56:48.275Z Compiling fastrand v2.3.0
4182026-08-20T02:56:48.301Z Compiling memmap v0.7.0
4192026-08-20T02:56:48.387Z Compiling unicode-linebreak v0.1.5
4202026-08-20T02:56:48.418Z Compiling papergrid v0.11.0
4212026-08-20T02:56:48.460Z Compiling unicode-width v0.2.0
4222026-08-20T02:56:48.460Z Compiling smawk v0.3.2
4232026-08-20T02:56:48.526Z Compiling swrite v0.1.0
4242026-08-20T02:56:48.679Z Compiling terminal_size v0.4.3
4252026-08-20T02:56:48.702Z Compiling tempfile v3.27.0
4262026-08-20T02:56:48.702Z Compiling semver v1.0.28
4272026-08-20T02:56:48.860Z Compiling clap_builder v4.6.0
4282026-08-20T02:56:48.905Z Compiling cargo-platform v0.3.2
4292026-08-20T02:56:48.905Z Compiling textwrap v0.16.2
4302026-08-20T02:56:49.120Z Compiling camino-tempfile v1.4.1
4312026-08-20T02:56:49.544Z Compiling tabled_derive v0.7.0
4322026-08-20T02:56:50.164Z Compiling pest_generator v2.8.6
4332026-08-20T02:56:50.181Z Compiling tabled v0.15.0
4342026-08-20T02:56:50.657Z Compiling serde_derive v1.0.228
4352026-08-20T02:56:50.657Z Compiling thiserror-impl v1.0.69
4362026-08-20T02:56:50.661Z Compiling zerocopy-derive v0.7.35
4372026-08-20T02:56:50.661Z Compiling scroll_derive v0.12.1
4382026-08-20T02:56:50.661Z Compiling thiserror-impl v2.0.18
4392026-08-20T02:56:50.661Z Compiling clap_derive v4.6.1
4402026-08-20T02:56:50.759Z Compiling pest_derive v2.8.6
4412026-08-20T02:56:51.282Z Compiling scroll v0.12.0
4422026-08-20T02:56:51.387Z Compiling zerocopy v0.7.35
4432026-08-20T02:56:51.487Z Compiling goblin v0.8.2
4442026-08-20T02:56:51.659Z Compiling dtrace-parser v0.2.0
4452026-08-20T02:56:52.038Z Compiling clap v4.6.1
4462026-08-20T02:56:53.063Z Compiling dof v0.3.0
4472026-08-20T02:56:53.063Z Compiling serde_tokenstream v0.2.3
4482026-08-20T02:56:53.094Z Compiling toml_datetime v0.6.11
4492026-08-20T02:56:53.095Z Compiling serde_spanned v0.6.9
4502026-08-20T02:56:53.095Z Compiling cargo_metadata v0.23.1
4512026-08-20T02:56:53.095Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4522026-08-20T02:56:53.095Z Compiling macaddr v1.0.1
4532026-08-20T02:56:53.270Z Compiling toml_edit v0.22.27
4542026-08-20T02:56:53.724Z Compiling usdt-attr-macro v0.5.0
4552026-08-20T02:56:53.732Z Compiling usdt-macro v0.5.0
4562026-08-20T02:56:54.309Z Compiling usdt v0.5.0
4572026-08-20T02:56:54.526Z Compiling toml v0.8.23
4582026-08-20T02:56:54.843Z Compiling cargo_toml v0.21.0
4592026-08-20T02:56:56.104Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-08-20T02:56:58.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.38s
4612026-08-20T02:56:58.379Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-08-20T02:56:58.886Z Downloading crates ...
4632026-08-20T02:56:58.936Z Downloaded addr2line v0.25.1
4642026-08-20T02:56:58.942Z Downloaded aead v0.5.2
4652026-08-20T02:56:58.942Z Downloaded adler2 v2.0.1
4662026-08-20T02:56:58.945Z Downloaded ascii-canvas v3.0.0
4672026-08-20T02:56:58.946Z Downloaded array-init v0.0.4
4682026-08-20T02:56:58.946Z Downloaded async-stream v0.3.6
4692026-08-20T02:56:58.951Z Downloaded async-bb8-diesel v0.2.1
4702026-08-20T02:56:58.951Z Downloaded ahash v0.8.12
4712026-08-20T02:56:58.955Z Downloaded base64ct v1.8.3
4722026-08-20T02:56:58.955Z Downloaded anstream v0.6.21
4732026-08-20T02:56:58.955Z Downloaded anstyle-parse v0.2.7
4742026-08-20T02:56:58.964Z Downloaded cfg_aliases v0.1.1
4752026-08-20T02:56:58.964Z Downloaded bb8 v0.8.6
4762026-08-20T02:56:58.964Z Downloaded bit-vec v0.6.3
4772026-08-20T02:56:58.965Z Downloaded bitfield-macros v0.19.4
4782026-08-20T02:56:58.965Z Downloaded async-recursion v1.1.1
4792026-08-20T02:56:58.965Z Downloaded bit-set v0.8.0
4802026-08-20T02:56:58.965Z Downloaded foreign-types v0.3.2
4812026-08-20T02:56:58.967Z Downloaded bcrypt-pbkdf v0.11.0
4822026-08-20T02:56:58.971Z Downloaded aes-gcm v0.11.0
4832026-08-20T02:56:58.978Z Downloaded const-oid v0.10.2
4842026-08-20T02:56:58.978Z Downloaded hex-literal v1.1.0
4852026-08-20T02:56:58.978Z Downloaded endian-type v0.1.2
4862026-08-20T02:56:58.978Z Downloaded git-stub v1.0.0
4872026-08-20T02:56:58.978Z Downloaded base64 v0.22.1
4882026-08-20T02:56:58.985Z Downloaded enum-as-inner v0.6.1
4892026-08-20T02:56:58.985Z Downloaded backon v1.6.0
4902026-08-20T02:56:58.985Z Downloaded fd-lock v4.0.4
4912026-08-20T02:56:58.985Z Downloaded bcs v0.1.6
4922026-08-20T02:56:58.985Z Downloaded arrayref v0.3.9
4932026-08-20T02:56:58.986Z Downloaded async-stream-impl v0.3.6
4942026-08-20T02:56:58.986Z Downloaded atomicwrites v0.4.4
4952026-08-20T02:56:58.993Z Downloaded argon2 v0.6.0-rc.8
4962026-08-20T02:56:58.993Z Downloaded getrandom v0.4.3
4972026-08-20T02:56:58.993Z Downloaded aes v0.9.1
4982026-08-20T02:56:58.998Z Downloaded futures v0.3.32
4992026-08-20T02:56:58.998Z Downloaded env_filter v2.0.0
5002026-08-20T02:56:58.998Z Downloaded embedded-io v0.6.1
5012026-08-20T02:56:58.998Z Downloaded omicron-zone-package v0.12.3
5022026-08-20T02:56:59.001Z Downloaded foreign-types-shared v0.3.1
5032026-08-20T02:56:59.001Z Downloaded flagset v0.4.7
5042026-08-20T02:56:59.001Z Downloaded funty v2.0.0
5052026-08-20T02:56:59.001Z Downloaded futures-macro v0.3.32
5062026-08-20T02:56:59.007Z Downloaded foldhash v0.2.0
5072026-08-20T02:56:59.012Z Downloaded generic-array v1.4.3
5082026-08-20T02:56:59.012Z Downloaded http v1.4.2
5092026-08-20T02:56:59.012Z Downloaded atomic-waker v1.1.2
5102026-08-20T02:56:59.017Z Downloaded futures-executor v0.3.32
5112026-08-20T02:56:59.017Z Downloaded gethostname v0.5.0
5122026-08-20T02:56:59.024Z Downloaded aead v0.6.1
5132026-08-20T02:56:59.024Z Downloaded assert_matches v1.5.0
5142026-08-20T02:56:59.024Z Downloaded ff v0.14.0
5152026-08-20T02:56:59.024Z Downloaded oxide-update-engine v0.1.2
5162026-08-20T02:56:59.030Z Downloaded atty v0.2.14
5172026-08-20T02:56:59.030Z Downloaded base16ct v1.0.0
5182026-08-20T02:56:59.030Z Downloaded ciborium-io v0.2.2
5192026-08-20T02:56:59.030Z Downloaded half v2.7.1
5202026-08-20T02:56:59.030Z Downloaded fatfs v0.3.6
5212026-08-20T02:56:59.030Z Downloaded hubpack_derive v0.1.1
5222026-08-20T02:56:59.030Z Downloaded backtrace-ext v0.2.1
5232026-08-20T02:56:59.030Z Downloaded embedded-io v0.4.0
5242026-08-20T02:56:59.038Z Downloaded nodrop v0.1.14
5252026-08-20T02:56:59.038Z Downloaded foreign-types v0.5.0
5262026-08-20T02:56:59.038Z Downloaded compression-core v0.4.31
5272026-08-20T02:56:59.042Z Downloaded cassowary v0.3.0
5282026-08-20T02:56:59.042Z Downloaded async-compression v0.4.41
5292026-08-20T02:56:59.042Z Downloaded bitfield v0.19.4
5302026-08-20T02:56:59.048Z Downloaded cmake v0.1.57
5312026-08-20T02:56:59.048Z Downloaded hmac v0.12.1
5322026-08-20T02:56:59.048Z Downloaded fixedbitset v0.5.7
5332026-08-20T02:56:59.048Z Downloaded group v0.14.0
5342026-08-20T02:56:59.048Z Downloaded base16ct v0.2.0
5352026-08-20T02:56:59.055Z Downloaded git-stub-vcs v0.1.0
5362026-08-20T02:56:59.055Z Downloaded glob v0.3.3
5372026-08-20T02:56:59.055Z Downloaded bit-set v0.5.3
5382026-08-20T02:56:59.060Z Downloaded home v0.5.12
5392026-08-20T02:56:59.060Z Downloaded httparse v1.10.1
5402026-08-20T02:56:59.119Z Downloaded globwalk v0.9.1
5412026-08-20T02:56:59.119Z Downloaded http-range v0.1.5
5422026-08-20T02:56:59.119Z Downloaded newline-converter v0.3.0
5432026-08-20T02:56:59.119Z Downloaded futures-core v0.3.32
5442026-08-20T02:56:59.119Z Downloaded futures-sink v0.3.32
5452026-08-20T02:56:59.119Z Downloaded parking_lot_core v0.8.6
5462026-08-20T02:56:59.119Z Downloaded foreign-types-shared v0.1.1
5472026-08-20T02:56:59.119Z Downloaded hostname v0.3.1
5482026-08-20T02:56:59.119Z Downloaded argon2 v0.5.3
5492026-08-20T02:56:59.119Z Downloaded form_urlencoded v1.2.2
5502026-08-20T02:56:59.119Z Downloaded futures-task v0.3.32
5512026-08-20T02:56:59.119Z Downloaded float-ord v0.3.2
5522026-08-20T02:56:59.120Z Downloaded console v0.16.2
5532026-08-20T02:56:59.120Z Downloaded psl-types v2.0.11
5542026-08-20T02:56:59.120Z Downloaded futures-io v0.3.32
5552026-08-20T02:56:59.120Z Downloaded pin-project-internal v1.1.11
5562026-08-20T02:56:59.120Z Downloaded hex v0.4.3
5572026-08-20T02:56:59.120Z Downloaded bs58 v0.5.1
5582026-08-20T02:56:59.120Z Downloaded backoff v0.4.0
5592026-08-20T02:56:59.120Z Downloaded async-trait v0.1.89
5602026-08-20T02:56:59.120Z Downloaded ciborium-ll v0.2.2
5612026-08-20T02:56:59.120Z Downloaded bitfield-struct v0.6.2
5622026-08-20T02:56:59.120Z Downloaded chacha20 v0.9.1
5632026-08-20T02:56:59.120Z Downloaded ghash v0.6.0
5642026-08-20T02:56:59.120Z Downloaded hash32 v0.2.1
5652026-08-20T02:56:59.120Z Downloaded bitflags v1.3.2
5662026-08-20T02:56:59.120Z Downloaded fixedbitset v0.4.2
5672026-08-20T02:56:59.120Z Downloaded predicates v3.1.4
5682026-08-20T02:56:59.120Z Downloaded quick-error v1.2.3
5692026-08-20T02:56:59.120Z Downloaded fs-err v2.11.0
5702026-08-20T02:56:59.120Z Downloaded rustc_version v0.4.1
5712026-08-20T02:56:59.120Z Downloaded normalize-line-endings v0.3.0
5722026-08-20T02:56:59.133Z Downloaded recursive v0.1.1
5732026-08-20T02:56:59.133Z Downloaded ref-cast v1.0.25
5742026-08-20T02:56:59.133Z Downloaded ref-cast-impl v1.0.25
5752026-08-20T02:56:59.133Z Downloaded block-padding v0.4.2
5762026-08-20T02:56:59.133Z Downloaded find-msvc-tools v0.1.9
5772026-08-20T02:56:59.139Z Downloaded buf-list v1.1.2
5782026-08-20T02:56:59.139Z Downloaded colored v2.2.0
5792026-08-20T02:56:59.139Z Downloaded cbc v0.2.1
5802026-08-20T02:56:59.139Z Downloaded blake2 v0.10.6
5812026-08-20T02:56:59.139Z Downloaded compression-codecs v0.4.37
5822026-08-20T02:56:59.150Z Downloaded filetime v0.2.27
5832026-08-20T02:56:59.150Z Downloaded cfg_aliases v0.2.1
5842026-08-20T02:56:59.150Z Downloaded http-body-util v0.1.3
5852026-08-20T02:56:59.151Z Downloaded httpdate v1.0.3
5862026-08-20T02:56:59.151Z Downloaded block-buffer v0.12.1
5872026-08-20T02:56:59.151Z Downloaded precomputed-hash v0.1.1
5882026-08-20T02:56:59.157Z Downloaded proc-macro-crate v3.4.0
5892026-08-20T02:56:59.157Z Downloaded blowfish v0.10.0
5902026-08-20T02:56:59.157Z Downloaded postgres-types v0.2.12
5912026-08-20T02:56:59.157Z Downloaded highway v1.3.0
5922026-08-20T02:56:59.157Z Downloaded futures-channel v0.3.32
5932026-08-20T02:56:59.157Z Downloaded getrandom v0.2.17
5942026-08-20T02:56:59.157Z Downloaded half v1.8.3
5952026-08-20T02:56:59.157Z Downloaded openssl-macros v0.1.1
5962026-08-20T02:56:59.158Z Downloaded proc-macro-error-attr2 v2.0.0
5972026-08-20T02:56:59.158Z Downloaded secrecy v0.8.0
5982026-08-20T02:56:59.158Z Downloaded castaway v0.2.4
5992026-08-20T02:56:59.165Z Downloaded heapless v0.7.17
6002026-08-20T02:56:59.165Z Downloaded http-body v1.0.1
6012026-08-20T02:56:59.165Z Downloaded bit-vec v0.8.0
6022026-08-20T02:56:59.165Z Downloaded float-cmp v0.10.0
6032026-08-20T02:56:59.165Z Downloaded hubpack v0.1.2
6042026-08-20T02:56:59.170Z Downloaded byte-wrapper v0.1.0
6052026-08-20T02:56:59.170Z Downloaded chacha20 v0.10.0
6062026-08-20T02:56:59.170Z Downloaded flume v0.11.1
6072026-08-20T02:56:59.170Z Downloaded secrecy v0.10.3
6082026-08-20T02:56:59.170Z Downloaded slog-bunyan v2.5.0
6092026-08-20T02:56:59.178Z Downloaded hash32 v0.3.1
6102026-08-20T02:56:59.183Z Downloaded phf_shared v0.11.3
6112026-08-20T02:56:59.183Z Downloaded russh-cryptovec v0.62.0
6122026-08-20T02:56:59.183Z Downloaded cmov v0.5.4
6132026-08-20T02:56:59.183Z Downloaded tokio-macros v2.7.0
6142026-08-20T02:56:59.183Z Downloaded bzip2 v0.6.1
6152026-08-20T02:56:59.183Z Downloaded foreign-types-macros v0.2.3
6162026-08-20T02:56:59.188Z Downloaded blake2 v0.11.0-rc.6
6172026-08-20T02:56:59.188Z Downloaded bzip2 v0.4.4
6182026-08-20T02:56:59.191Z Downloaded hostname v0.4.2
6192026-08-20T02:56:59.191Z Downloaded rustls-pemfile v2.2.0
6202026-08-20T02:56:59.191Z Downloaded cipher v0.4.4
6212026-08-20T02:56:59.191Z Downloaded ena v0.14.4
6222026-08-20T02:56:59.199Z Downloaded foldhash v0.1.5
6232026-08-20T02:56:59.199Z Downloaded arrayvec v0.7.6
6242026-08-20T02:56:59.199Z Downloaded openssl-probe v0.1.6
6252026-08-20T02:56:59.205Z Downloaded scroll_derive v0.13.1
6262026-08-20T02:56:59.205Z Downloaded signal-hook-tokio v0.3.1
6272026-08-20T02:56:59.205Z Downloaded flate2 v1.1.9
6282026-08-20T02:56:59.205Z Downloaded termtree v0.5.1
6292026-08-20T02:56:59.205Z Downloaded num_enum v0.5.11
6302026-08-20T02:56:59.210Z Downloaded num_enum_derive v0.7.6
6312026-08-20T02:56:59.210Z Downloaded camino-tempfile-ext v0.3.3
6322026-08-20T02:56:59.215Z Downloaded nibble_vec v0.1.0
6332026-08-20T02:56:59.215Z Downloaded pem-rfc7468 v1.0.0
6342026-08-20T02:56:59.215Z Downloaded cobs v0.3.0
6352026-08-20T02:56:59.216Z Downloaded num-integer v0.1.46
6362026-08-20T02:56:59.216Z Downloaded rand_core v0.10.0
6372026-08-20T02:56:59.223Z Downloaded usdt-attr-macro v0.6.0
6382026-08-20T02:56:59.223Z Downloaded fxhash v0.2.1
6392026-08-20T02:56:59.223Z Downloaded sqlparser_derive v0.5.0
6402026-08-20T02:56:59.224Z Downloaded oxnet v0.1.6
6412026-08-20T02:56:59.224Z Downloaded structmeta v0.3.0
6422026-08-20T02:56:59.224Z Downloaded paste v1.0.15
6432026-08-20T02:56:59.229Z Downloaded primeorder v0.13.6
6442026-08-20T02:56:59.229Z Downloaded usdt v0.6.0
6452026-08-20T02:56:59.229Z Downloaded zeroize_derive v1.5.0
6462026-08-20T02:56:59.229Z Downloaded fallible-iterator v0.2.0
6472026-08-20T02:56:59.234Z Downloaded supports-unicode v3.0.0
6482026-08-20T02:56:59.234Z Downloaded headers-core v0.3.0
6492026-08-20T02:56:59.234Z Downloaded smallvec v0.6.14
6502026-08-20T02:56:59.234Z Downloaded proc-macro-error2 v2.0.1
6512026-08-20T02:56:59.241Z Downloaded stacker v0.1.23
6522026-08-20T02:56:59.251Z Downloaded cstr-argument v0.1.2
6532026-08-20T02:56:59.251Z Downloaded serde_repr v0.1.20
6542026-08-20T02:56:59.251Z Downloaded tap v1.0.1
6552026-08-20T02:56:59.251Z Downloaded strsim v0.10.0
6562026-08-20T02:56:59.251Z Downloaded zone_cfg_derive v0.3.1
6572026-08-20T02:56:59.251Z Downloaded serdect v0.4.3
6582026-08-20T02:56:59.257Z Downloaded cancel-safe-futures v0.1.5
6592026-08-20T02:56:59.257Z Downloaded globset v0.4.18
6602026-08-20T02:56:59.257Z Downloaded sec1 v0.8.1
6612026-08-20T02:56:59.257Z Downloaded cipher v0.5.2
6622026-08-20T02:56:59.257Z Downloaded chacha20poly1305 v0.10.1
6632026-08-20T02:56:59.257Z Downloaded group v0.13.0
6642026-08-20T02:56:59.257Z Downloaded pkcs8 v0.10.2
6652026-08-20T02:56:59.261Z Downloaded rand_pcg v0.10.2
6662026-08-20T02:56:59.261Z Downloaded env_logger v0.11.11
6672026-08-20T02:56:59.261Z Downloaded spki v0.7.3
6682026-08-20T02:56:59.261Z Downloaded tui-tree-widget v0.23.1
6692026-08-20T02:56:59.263Z Downloaded console v0.15.11
6702026-08-20T02:56:59.263Z Downloaded tls_codec v0.4.2
6712026-08-20T02:56:59.269Z Downloaded supports-hyperlinks v3.2.0
6722026-08-20T02:56:59.269Z Downloaded defmt-parser v1.0.0
6732026-08-20T02:56:59.269Z Downloaded debug-ignore v1.0.5
6742026-08-20T02:56:59.269Z Downloaded rustls-pki-types v1.14.0
6752026-08-20T02:56:59.279Z Downloaded backtrace v0.3.76
6762026-08-20T02:56:59.284Z Downloaded const-oid v0.9.6
6772026-08-20T02:56:59.284Z Downloaded illumos-nvpair-sys v0.2.0
6782026-08-20T02:56:59.284Z Downloaded poly1305 v0.9.0
6792026-08-20T02:56:59.284Z Downloaded difflib v0.4.0
6802026-08-20T02:56:59.285Z Downloaded instability v0.3.11
6812026-08-20T02:56:59.290Z Downloaded match_cfg v0.1.0
6822026-08-20T02:56:59.290Z Downloaded vergen-lib v0.1.6
6832026-08-20T02:56:59.299Z Downloaded curve25519-dalek-derive v0.1.1
6842026-08-20T02:56:59.299Z Downloaded dirs-sys-next v0.1.2
6852026-08-20T02:56:59.299Z Downloaded quinn-udp v0.5.14
6862026-08-20T02:56:59.304Z Downloaded peg-macros v0.8.5
6872026-08-20T02:56:59.304Z Downloaded simd-adler32 v0.3.8
6882026-08-20T02:56:59.304Z Downloaded take_mut v0.2.2
6892026-08-20T02:56:59.304Z Downloaded cexpr v0.6.0
6902026-08-20T02:56:59.304Z Downloaded colored v3.1.1
6912026-08-20T02:56:59.304Z Downloaded slog-stdlog v4.1.1
6922026-08-20T02:56:59.304Z Downloaded rand_chacha v0.9.0
6932026-08-20T02:56:59.305Z Downloaded critical-section v1.2.0
6942026-08-20T02:56:59.311Z Downloaded hyper-tls v0.6.0
6952026-08-20T02:56:59.311Z Downloaded digest-io v0.1.0
6962026-08-20T02:56:59.311Z Downloaded dirs-next v2.0.0
6972026-08-20T02:56:59.311Z Downloaded num_enum_derive v0.5.11
6982026-08-20T02:56:59.311Z Downloaded is_ci v1.2.0
6992026-08-20T02:56:59.316Z Downloaded clang-sys v1.8.1
7002026-08-20T02:56:59.316Z Downloaded chumsky v0.9.3
7012026-08-20T02:56:59.316Z Downloaded hickory-resolver v0.25.2
7022026-08-20T02:56:59.316Z Downloaded rand v0.8.6
7032026-08-20T02:56:59.324Z Downloaded erased-serde v0.3.31
7042026-08-20T02:56:59.325Z Downloaded ff v0.13.1
7052026-08-20T02:56:59.325Z Downloaded ciborium v0.2.2
7062026-08-20T02:56:59.325Z Downloaded allocator-api2 v0.2.21
7072026-08-20T02:56:59.330Z Downloaded arc-swap v1.8.2
7082026-08-20T02:56:59.331Z Downloaded der_derive v0.7.3
7092026-08-20T02:56:59.331Z Downloaded bumpalo v3.20.2
7102026-08-20T02:56:59.331Z Downloaded lru-slab v0.1.2
7112026-08-20T02:56:59.335Z Downloaded mime v0.3.17
7122026-08-20T02:56:59.335Z Downloaded num-iter v0.1.45
7132026-08-20T02:56:59.343Z Downloaded password-hash v0.6.1
7142026-08-20T02:56:59.343Z Downloaded path-slash v0.1.5
7152026-08-20T02:56:59.343Z Downloaded potential_utf v0.1.4
7162026-08-20T02:56:59.343Z Downloaded tokio-native-tls v0.3.1
7172026-08-20T02:56:59.343Z Downloaded tracing-attributes v0.1.31
7182026-08-20T02:56:59.354Z Downloaded digest v0.11.3
7192026-08-20T02:56:59.354Z Downloaded maybe-uninit v2.0.0
7202026-08-20T02:56:59.354Z Downloaded ryu v1.0.23
7212026-08-20T02:56:59.354Z Downloaded deranged v0.5.8
7222026-08-20T02:56:59.354Z Downloaded olpc-cjson v0.1.4
7232026-08-20T02:56:59.362Z Downloaded jiff-static v0.2.34
7242026-08-20T02:56:59.362Z Downloaded rand_xorshift v0.4.0
7252026-08-20T02:56:59.362Z Downloaded sha2 v0.11.0
7262026-08-20T02:56:59.362Z Downloaded enum_dispatch v0.3.13
7272026-08-20T02:56:59.362Z Downloaded zstd v0.13.3
7282026-08-20T02:56:59.362Z Downloaded ar_archive_writer v0.5.1
7292026-08-20T02:56:59.368Z Downloaded hmac v0.13.0
7302026-08-20T02:56:59.368Z Downloaded libefi-sys v0.1.0
7312026-08-20T02:56:59.368Z Downloaded slog-term v2.9.2
7322026-08-20T02:56:59.368Z Downloaded bytes v1.11.1
7332026-08-20T02:56:59.368Z Downloaded headers v0.4.1
7342026-08-20T02:56:59.372Z Downloaded corncobs v0.1.4
7352026-08-20T02:56:59.372Z Downloaded ipnet v2.12.0
7362026-08-20T02:56:59.372Z Downloaded linear-map v1.2.0
7372026-08-20T02:56:59.376Z Downloaded multer v3.1.0
7382026-08-20T02:56:59.376Z Downloaded radium v0.7.0
7392026-08-20T02:56:59.376Z Downloaded signature v2.2.0
7402026-08-20T02:56:59.376Z Downloaded walkdir v2.5.0
7412026-08-20T02:56:59.376Z Downloaded wyz v0.5.1
7422026-08-20T02:56:59.381Z Downloaded diesel-dtrace v0.5.0
7432026-08-20T02:56:59.381Z Downloaded phf_shared v0.12.1
7442026-08-20T02:56:59.381Z Downloaded subprocess v0.2.15
7452026-08-20T02:56:59.381Z Downloaded compact_str v0.8.1
7462026-08-20T02:56:59.386Z Downloaded p256 v0.14.0
7472026-08-20T02:56:59.405Z Downloaded sha1 v0.11.0
7482026-08-20T02:56:59.405Z Downloaded siphasher v1.0.2
7492026-08-20T02:56:59.467Z Downloaded serde_bytes v0.11.19
7502026-08-20T02:56:59.467Z Downloaded ed25519 v2.2.3
7512026-08-20T02:56:59.467Z Downloaded unsafe-libyaml v0.2.11
7522026-08-20T02:56:59.467Z Downloaded owo-colors v4.3.0
7532026-08-20T02:56:59.467Z Downloaded port-file v0.1.0
7542026-08-20T02:56:59.467Z Downloaded subtle v2.6.1
7552026-08-20T02:56:59.469Z Downloaded utf8_iter v1.0.4
7562026-08-20T02:56:59.470Z Downloaded darling v0.20.11
7572026-08-20T02:56:59.470Z Downloaded impl-trait-for-tuples v0.2.3
7582026-08-20T02:56:59.481Z Downloaded native-tls v0.2.18
7592026-08-20T02:56:59.481Z Downloaded ecdsa v0.17.0
7602026-08-20T02:56:59.481Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7612026-08-20T02:56:59.481Z Downloaded jobserver v0.1.34
7622026-08-20T02:56:59.481Z Downloaded scopeguard v1.2.0
7632026-08-20T02:56:59.481Z Downloaded phf v0.13.1
7642026-08-20T02:56:59.481Z Downloaded postgres-protocol v0.6.10
7652026-08-20T02:56:59.481Z Downloaded rustversion v1.0.22
7662026-08-20T02:56:59.481Z Downloaded unarray v0.1.4
7672026-08-20T02:56:59.481Z Downloaded mime_guess v2.0.5
7682026-08-20T02:56:59.481Z Downloaded elliptic-curve v0.14.1
7692026-08-20T02:56:59.481Z Downloaded cc v1.2.56
7702026-08-20T02:56:59.481Z Downloaded kstat-rs v0.2.5
7712026-08-20T02:56:59.481Z Downloaded thread_local v1.1.9
7722026-08-20T02:56:59.482Z Downloaded fs_extra v1.3.0
7732026-08-20T02:56:59.482Z Downloaded rustc-demangle v0.1.27
7742026-08-20T02:56:59.482Z Downloaded pbkdf2 v0.13.0
7752026-08-20T02:56:59.482Z Downloaded pkg-config v0.3.32
7762026-08-20T02:56:59.482Z Downloaded hickory-resolver v0.24.4
7772026-08-20T02:56:59.482Z Downloaded crc-catalog v2.4.0
7782026-08-20T02:56:59.482Z Downloaded yasna v0.5.2
7792026-08-20T02:56:59.482Z Downloaded derive_builder_macro v0.20.2
7802026-08-20T02:56:59.482Z Downloaded testing_table v0.3.0
7812026-08-20T02:56:59.482Z Downloaded primefield v0.14.0
7822026-08-20T02:56:59.482Z Downloaded ssh-cipher v0.3.0
7832026-08-20T02:56:59.482Z Downloaded pkcs5 v0.8.1
7842026-08-20T02:56:59.482Z Downloaded downcast-rs v2.0.2
7852026-08-20T02:56:59.482Z Downloaded dropshot-api-manager-types v0.8.0
7862026-08-20T02:56:59.482Z Downloaded dunce v1.0.5
7872026-08-20T02:56:59.487Z Downloaded unit-prefix v0.5.2
7882026-08-20T02:56:59.488Z Downloaded strum_macros v0.24.3
7892026-08-20T02:56:59.488Z Downloaded tinystr v0.8.2
7902026-08-20T02:56:59.488Z Downloaded wnaf v0.14.0
7912026-08-20T02:56:59.488Z Downloaded hickory-server v0.25.2
7922026-08-20T02:56:59.488Z Downloaded ssh-encoding v0.3.0
7932026-08-20T02:56:59.494Z Downloaded schemars_derive v0.8.22
7942026-08-20T02:56:59.494Z Downloaded serde_with_macros v1.5.2
7952026-08-20T02:56:59.494Z Downloaded dyn-clone v1.0.20
7962026-08-20T02:56:59.494Z Downloaded kem v0.3.0
7972026-08-20T02:56:59.498Z Downloaded synstructure v0.13.2
7982026-08-20T02:56:59.498Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7992026-08-20T02:56:59.499Z Downloaded zerovec-derive v0.11.2
8002026-08-20T02:56:59.499Z Downloaded vsss-rs v3.3.4
8012026-08-20T02:56:59.503Z Downloaded unicode-properties v0.1.4
8022026-08-20T02:56:59.507Z Downloaded hashbrown v0.14.5
8032026-08-20T02:56:59.510Z Downloaded ingot-macros v0.2.0
8042026-08-20T02:56:59.510Z Downloaded heapless v0.8.0
8052026-08-20T02:56:59.514Z Downloaded smallvec v1.15.1
8062026-08-20T02:56:59.514Z Downloaded num v0.4.3
8072026-08-20T02:56:59.514Z Downloaded indent_write v2.2.0
8082026-08-20T02:56:59.520Z Downloaded linked-hash-map v0.5.6
8092026-08-20T02:56:59.521Z Downloaded darling_macro v0.23.0
8102026-08-20T02:56:59.521Z Downloaded whoami v1.6.1
8112026-08-20T02:56:59.528Z Downloaded zip v0.6.6
8122026-08-20T02:56:59.528Z Downloaded base64 v0.21.7
8132026-08-20T02:56:59.528Z Downloaded slab v0.4.12
8142026-08-20T02:56:59.528Z Downloaded tokio-dtrace v0.1.1
8152026-08-20T02:56:59.533Z Downloaded zstd-safe v7.2.4
8162026-08-20T02:56:59.533Z Downloaded crc-any v2.5.0
8172026-08-20T02:56:59.538Z Downloaded expectorate v1.2.0
8182026-08-20T02:56:59.538Z Downloaded hashbrown v0.13.2
8192026-08-20T02:56:59.538Z Downloaded typify v0.6.2
8202026-08-20T02:56:59.541Z Downloaded percent-encoding v2.3.2
8212026-08-20T02:56:59.541Z Downloaded progenitor v0.14.0
8222026-08-20T02:56:59.547Z Downloaded lru v0.12.5
8232026-08-20T02:56:59.551Z Downloaded constant_time_eq v0.4.2
8242026-08-20T02:56:59.551Z Downloaded spin v0.9.8
8252026-08-20T02:56:59.551Z Downloaded derive-ex v0.1.8
8262026-08-20T02:56:59.554Z Downloaded zopfli v0.8.3
8272026-08-20T02:56:59.554Z Downloaded oso-derive v0.27.3
8282026-08-20T02:56:59.555Z Downloaded hybrid-array v0.4.13
8292026-08-20T02:56:59.557Z Downloaded rfc6979 v0.6.0
8302026-08-20T02:56:59.558Z Downloaded vergen-git2 v9.1.0
8312026-08-20T02:56:59.563Z Downloaded xshell v0.2.7
8322026-08-20T02:56:59.567Z Downloaded icu_locale_core v2.1.1
8332026-08-20T02:56:59.575Z Downloaded sapling-renderdag v0.1.0
8342026-08-20T02:56:59.584Z Downloaded signal-hook-mio v0.2.5
8352026-08-20T02:56:59.589Z Downloaded vte v0.14.1
8362026-08-20T02:56:59.589Z Downloaded cookie v0.18.1
8372026-08-20T02:56:59.589Z Downloaded oxide-update-engine-types v0.1.2
8382026-08-20T02:56:59.592Z Downloaded crossbeam-channel v0.5.15
8392026-08-20T02:56:59.598Z Downloaded num-rational v0.4.2
8402026-08-20T02:56:59.603Z Downloaded slog-envlogger v2.2.0
8412026-08-20T02:56:59.603Z Downloaded strum v0.27.2
8422026-08-20T02:56:59.603Z Downloaded time-core v0.1.8
8432026-08-20T02:56:59.616Z Downloaded stable_deref_trait v1.2.1
8442026-08-20T02:56:59.616Z Downloaded tabwriter v1.4.1
8452026-08-20T02:56:59.621Z Downloaded hashbrown v0.12.3
8462026-08-20T02:56:59.621Z Downloaded progenitor-impl v0.13.0
8472026-08-20T02:56:59.621Z Downloaded openssl-probe v0.2.1
8482026-08-20T02:56:59.625Z Downloaded untrusted v0.7.1
8492026-08-20T02:56:59.625Z Downloaded rustyline v14.0.0
8502026-08-20T02:56:59.631Z Downloaded tokio-test v0.4.5
8512026-08-20T02:56:59.631Z Downloaded ipnetwork v0.21.1
8522026-08-20T02:56:59.631Z Downloaded lru-cache v0.1.2
8532026-08-20T02:56:59.631Z Downloaded darling_core v0.20.11
8542026-08-20T02:56:59.636Z Downloaded supports-color v3.0.2
8552026-08-20T02:56:59.636Z Downloaded defmt-macros v1.0.1
8562026-08-20T02:56:59.636Z Downloaded rustc_version v0.1.7
8572026-08-20T02:56:59.636Z Downloaded void v1.0.2
8582026-08-20T02:56:59.639Z Downloaded yoke-derive v0.8.1
8592026-08-20T02:56:59.704Z Downloaded peg v0.8.5
8602026-08-20T02:56:59.705Z Downloaded p384 v0.14.0
8612026-08-20T02:56:59.706Z Downloaded psm v0.1.30
8622026-08-20T02:56:59.706Z Downloaded crossbeam-epoch v0.9.18
8632026-08-20T02:56:59.706Z Downloaded cpubits v0.1.1
8642026-08-20T02:56:59.706Z Downloaded trait-variant v0.1.2
8652026-08-20T02:56:59.706Z Downloaded rcgen v0.12.1
8662026-08-20T02:56:59.706Z Downloaded crunchy v0.2.4
8672026-08-20T02:56:59.706Z Downloaded toml v1.1.2+spec-1.1.0
8682026-08-20T02:56:59.706Z Downloaded icu_normalizer v2.1.1
8692026-08-20T02:56:59.706Z Downloaded icu_normalizer_data v2.1.1
8702026-08-20T02:56:59.706Z Downloaded schemars v1.2.1
8712026-08-20T02:56:59.706Z Downloaded lzss v0.8.2
8722026-08-20T02:56:59.706Z Downloaded knus-derive v3.4.0
8732026-08-20T02:56:59.706Z Downloaded idna_adapter v1.2.1
8742026-08-20T02:56:59.706Z Downloaded schemars v0.8.22
8752026-08-20T02:56:59.706Z Downloaded static_assertions v1.1.0
8762026-08-20T02:56:59.706Z Downloaded progenitor-extras v0.2.0
8772026-08-20T02:56:59.706Z Downloaded rsa v0.10.0-rc.18
8782026-08-20T02:56:59.706Z Downloaded num-bigint-dig v0.8.6
8792026-08-20T02:56:59.706Z Downloaded crossbeam-utils v0.8.21
8802026-08-20T02:56:59.706Z Downloaded parking_lot_core v0.9.12
8812026-08-20T02:56:59.713Z Downloaded humantime v2.3.0
8822026-08-20T02:56:59.713Z Downloaded is-terminal v0.4.17
8832026-08-20T02:56:59.713Z Downloaded tinyvec_macros v0.1.1
8842026-08-20T02:56:59.713Z Downloaded managed v0.8.0
8852026-08-20T02:56:59.713Z Downloaded memoffset v0.9.1
8862026-08-20T02:56:59.713Z Downloaded newtype_derive v0.1.6
8872026-08-20T02:56:59.713Z Downloaded instant v0.1.13
8882026-08-20T02:56:59.714Z Downloaded aws-lc-rs v1.16.3
8892026-08-20T02:56:59.720Z Downloaded crc8 v0.1.1
8902026-08-20T02:56:59.720Z Downloaded derive_more v0.99.20
8912026-08-20T02:56:59.720Z Downloaded pkcs1 v0.7.5
8922026-08-20T02:56:59.720Z Downloaded test-strategy v0.4.5
8932026-08-20T02:56:59.720Z Downloaded uzers v0.12.2
8942026-08-20T02:56:59.720Z Downloaded indexmap v1.9.3
8952026-08-20T02:56:59.724Z Downloaded pkcs1 v0.8.0-rc.4
8962026-08-20T02:56:59.728Z Downloaded tar v0.4.46
8972026-08-20T02:56:59.728Z Downloaded toml_writer v1.1.1+spec-1.1.0
8982026-08-20T02:56:59.733Z Downloaded darling_core v0.21.3
8992026-08-20T02:56:59.733Z Downloaded iana-time-zone v0.1.65
9002026-08-20T02:56:59.738Z Downloaded sec1 v0.7.3
9012026-08-20T02:56:59.738Z Downloaded daft-derive v0.1.7
9022026-08-20T02:56:59.738Z Downloaded opaque-debug v0.3.1
9032026-08-20T02:56:59.738Z Downloaded const_format_proc_macros v0.2.34
9042026-08-20T02:56:59.745Z Downloaded toml_edit v0.19.15
9052026-08-20T02:56:59.748Z Downloaded tungstenite v0.23.0
9062026-08-20T02:56:59.753Z Downloaded whoami v2.1.0
9072026-08-20T02:56:59.753Z Downloaded samael v0.0.19
9082026-08-20T02:56:59.757Z Downloaded serde_plain v1.0.2
9092026-08-20T02:56:59.757Z Downloaded zerocopy v0.6.6
9102026-08-20T02:56:59.757Z Downloaded parse-size v1.1.0
9112026-08-20T02:56:59.761Z Downloaded derive_more v2.1.1
9122026-08-20T02:56:59.768Z Downloaded darling_core v0.23.0
9132026-08-20T02:56:59.773Z Downloaded smf v0.2.3
9142026-08-20T02:56:59.773Z Downloaded term v1.2.1
9152026-08-20T02:56:59.773Z Downloaded unicode_categories v0.1.1
9162026-08-20T02:56:59.773Z Downloaded rayon-core v1.13.0
9172026-08-20T02:56:59.773Z Downloaded serde_path_to_error v0.1.20
9182026-08-20T02:56:59.782Z Downloaded ecdsa v0.16.9
9192026-08-20T02:56:59.782Z Downloaded powerfmt v0.2.0
9202026-08-20T02:56:59.782Z Downloaded serde-big-array v0.5.1
9212026-08-20T02:56:59.782Z Downloaded strip-ansi-escapes v0.2.1
9222026-08-20T02:56:59.782Z Downloaded scheduled-thread-pool v0.2.7
9232026-08-20T02:56:59.786Z Downloaded aho-corasick v1.1.4
9242026-08-20T02:56:59.791Z Downloaded document-features v0.2.12
9252026-08-20T02:56:59.795Z Downloaded either v1.15.0
9262026-08-20T02:56:59.800Z Downloaded typify-macro v0.6.2
9272026-08-20T02:56:59.806Z Downloaded toml_edit v0.23.10+spec-1.0.0
9282026-08-20T02:56:59.806Z Downloaded schemars v0.9.0
9292026-08-20T02:56:59.812Z Downloaded tagptr v0.2.0
9302026-08-20T02:56:59.817Z Downloaded derive_builder_core v0.20.2
9312026-08-20T02:56:59.817Z Downloaded waitgroup v0.1.2
9322026-08-20T02:56:59.817Z Downloaded zerofrom v0.1.6
9332026-08-20T02:56:59.823Z Downloaded knus v3.4.0
9342026-08-20T02:56:59.823Z Downloaded oxide-tokio-rt v0.1.4
9352026-08-20T02:56:59.827Z Downloaded x509-cert v0.2.5
9362026-08-20T02:56:59.832Z Downloaded zerocopy-derive v0.8.55
9372026-08-20T02:56:59.835Z Downloaded progenitor-client v0.13.0
9382026-08-20T02:56:59.840Z Downloaded nanorand v0.7.0
9392026-08-20T02:56:59.844Z Downloaded progenitor-impl v0.14.0
9402026-08-20T02:56:59.845Z Downloaded darling_macro v0.20.11
9412026-08-20T02:56:59.845Z Downloaded display-error-chain v0.2.2
9422026-08-20T02:56:59.845Z Downloaded ident_case v1.0.1
9432026-08-20T02:56:59.849Z Downloaded rsa v0.9.10
9442026-08-20T02:56:59.854Z Downloaded tokio-util v0.7.18
9452026-08-20T02:56:59.859Z Downloaded miniz_oxide v0.8.9
9462026-08-20T02:56:59.859Z Downloaded inout v0.1.4
9472026-08-20T02:56:59.859Z Downloaded memmap2 v0.9.10
9482026-08-20T02:56:59.859Z Downloaded maplit v1.0.2
9492026-08-20T02:56:59.859Z Downloaded ingot v0.2.1
9502026-08-20T02:56:59.859Z Downloaded xattr v1.6.1
9512026-08-20T02:56:59.864Z Downloaded convert_case v0.4.0
9522026-08-20T02:56:59.864Z Downloaded darling_macro v0.21.3
9532026-08-20T02:56:59.864Z Downloaded serde_with v1.14.0
9542026-08-20T02:56:59.867Z Downloaded typed-path v0.9.3
9552026-08-20T02:56:59.871Z Downloaded tracing-core v0.1.36
9562026-08-20T02:56:59.874Z Downloaded unicode-bidi v0.3.18
9572026-08-20T02:56:59.874Z Downloaded rpassword v7.5.4
9582026-08-20T02:56:59.875Z Downloaded defmt v0.3.100
9592026-08-20T02:56:59.875Z Downloaded papergrid v0.18.0
9602026-08-20T02:56:59.880Z Downloaded multimap v0.10.1
9612026-08-20T02:56:59.880Z Downloaded slog-scope v4.4.1
9622026-08-20T02:56:59.884Z Downloaded snafu-derive v0.8.9
9632026-08-20T02:56:59.884Z Downloaded support-bundle-viewer v0.1.2
9642026-08-20T02:56:59.884Z Downloaded libscf-sys v1.2.0
9652026-08-20T02:56:59.885Z Downloaded indicatif v0.18.4
9662026-08-20T02:56:59.889Z Downloaded snafu v0.8.9
9672026-08-20T02:56:59.889Z Downloaded rand v0.10.1
9682026-08-20T02:56:59.893Z Downloaded toml_parser v1.1.2+spec-1.1.0
9692026-08-20T02:56:59.896Z Downloaded rand_core v0.9.5
9702026-08-20T02:56:59.896Z Downloaded parse-display v0.10.0
9712026-08-20T02:56:59.896Z Downloaded predicates-tree v1.0.13
9722026-08-20T02:56:59.899Z Downloaded semver v0.1.20
9732026-08-20T02:56:59.902Z Downloaded rfc6979 v0.4.0
9742026-08-20T02:56:59.905Z Downloaded ctr v0.10.1
9752026-08-20T02:56:59.905Z Downloaded pem-rfc7468 v0.7.0
9762026-08-20T02:56:59.905Z Downloaded crossterm v0.29.0
9772026-08-20T02:56:59.910Z Downloaded data-encoding v2.10.0
9782026-08-20T02:56:59.915Z Downloaded socket2 v0.6.3
9792026-08-20T02:56:59.918Z Downloaded minimal-lexical v0.2.1
9802026-08-20T02:56:59.918Z Downloaded oxide-update-engine-display v0.1.2
9812026-08-20T02:56:59.921Z Downloaded csv-core v0.1.13
9822026-08-20T02:56:59.921Z Downloaded num-bigint v0.4.6
9832026-08-20T02:56:59.925Z Downloaded rustls-native-certs v0.8.3
9842026-08-20T02:56:59.927Z Downloaded hyper-staticfile v0.10.1
9852026-08-20T02:56:59.927Z Downloaded hashbrown v0.15.5
9862026-08-20T02:56:59.934Z Downloaded sha1 v0.10.6
9872026-08-20T02:56:59.938Z Downloaded signature v3.0.0
9882026-08-20T02:56:59.941Z Downloaded unicode-xid v0.2.6
9892026-08-20T02:56:59.946Z Downloaded miette-derive v7.6.0
9902026-08-20T02:56:59.950Z Downloaded url v2.5.8
9912026-08-20T02:56:59.955Z Downloaded hkdf v0.12.4
9922026-08-20T02:56:59.957Z Downloaded tower-layer v0.3.3
9932026-08-20T02:56:59.957Z Downloaded universal-hash v0.5.1
9942026-08-20T02:56:59.958Z Downloaded usdt-impl v0.6.0
9952026-08-20T02:56:59.958Z Downloaded thiserror-impl-no-std v2.0.2
9962026-08-20T02:56:59.961Z Downloaded crucible-workspace-hack v0.1.0
9972026-08-20T02:56:59.961Z Downloaded crypto-common v0.2.2
9982026-08-20T02:56:59.961Z Downloaded prefix-trie v0.7.0
9992026-08-20T02:56:59.965Z Downloaded publicsuffix v2.3.0
10002026-08-20T02:56:59.969Z Downloaded p521 v0.14.0
10012026-08-20T02:56:59.973Z Downloaded rand_seeder v0.4.0
10022026-08-20T02:56:59.973Z Downloaded ed25519 v3.0.0
10032026-08-20T02:56:59.976Z Downloaded packed_struct v0.10.1
10042026-08-20T02:56:59.976Z Downloaded progenitor v0.13.0
10052026-08-20T02:56:59.976Z Downloaded r2d2 v0.8.10
10062026-08-20T02:56:59.981Z Downloaded rustc-hash v2.1.1
10072026-08-20T02:56:59.981Z Downloaded wait-timeout v0.2.1
10082026-08-20T02:56:59.981Z Downloaded illumos-nvpair v0.3.0
10092026-08-20T02:56:59.981Z Downloaded nonempty v0.12.0
10102026-08-20T02:56:59.981Z Downloaded inout v0.2.2
10112026-08-20T02:56:59.984Z Downloaded hashbrown v0.16.1
10122026-08-20T02:56:59.987Z Downloaded serde_derive_internals v0.29.1
10132026-08-20T02:56:59.990Z Downloaded similar v2.7.0
10142026-08-20T02:56:59.990Z Downloaded darling_core v0.13.4
10152026-08-20T02:56:59.993Z Downloaded winnow v0.6.26
10162026-08-20T02:57:00.000Z Downloaded zone v0.3.1
10172026-08-20T02:57:00.004Z Downloaded keccak v0.1.6
10182026-08-20T02:57:00.005Z Downloaded predicates-core v1.0.10
10192026-08-20T02:57:00.008Z Downloaded md5 v0.8.0
10202026-08-20T02:57:00.008Z Downloaded packed_struct_codegen v0.10.1
10212026-08-20T02:57:00.008Z Downloaded rtoolbox v0.0.3
10222026-08-20T02:57:00.008Z Downloaded tokio-postgres v0.7.16
10232026-08-20T02:57:00.008Z Downloaded stringprep v0.1.5
10242026-08-20T02:57:00.012Z Downloaded strum_macros v0.27.2
10252026-08-20T02:57:00.012Z Downloaded pem v3.0.6
10262026-08-20T02:57:00.017Z Downloaded term v0.7.0
10272026-08-20T02:57:00.017Z Downloaded poly1305 v0.8.0
10282026-08-20T02:57:00.017Z Downloaded regex v1.12.3
10292026-08-20T02:57:00.020Z Downloaded scuffle v0.1.0
10302026-08-20T02:57:00.023Z Downloaded icu_collections v2.1.1
10312026-08-20T02:57:00.030Z Downloaded seq-macro v0.3.6
10322026-08-20T02:57:00.030Z Downloaded h2 v0.4.15
10332026-08-20T02:57:00.034Z Downloaded serde_yaml v0.9.34+deprecated
10342026-08-20T02:57:00.035Z Downloaded signal-hook v0.3.18
10352026-08-20T02:57:00.035Z Downloaded blake3 v1.8.5
10362026-08-20T02:57:00.039Z Downloaded serde_urlencoded v0.7.1
10372026-08-20T02:57:00.039Z Downloaded unicode-segmentation v1.12.0
10382026-08-20T02:57:00.042Z Downloaded xshell-macros v0.2.7
10392026-08-20T02:57:00.042Z Downloaded zerofrom-derive v0.1.6
10402026-08-20T02:57:00.042Z Downloaded tokio-tungstenite v0.21.0
10412026-08-20T02:57:00.042Z Downloaded cpufeatures v0.3.0
10422026-08-20T02:57:00.042Z Downloaded hyper-util v0.1.20
10432026-08-20T02:57:00.046Z Downloaded num-traits v0.2.19
10442026-08-20T02:57:00.048Z Downloaded spki v0.8.0
10452026-08-20T02:57:00.048Z Downloaded vergen v9.1.0
10462026-08-20T02:57:00.048Z Downloaded nu-ansi-term v0.50.3
10472026-08-20T02:57:00.051Z Downloaded der v0.7.10
10482026-08-20T02:57:00.054Z Downloaded indoc v1.0.9
10492026-08-20T02:57:00.060Z Downloaded crypto-bigint v0.5.5
10502026-08-20T02:57:00.064Z Downloaded termios v0.3.3
10512026-08-20T02:57:00.067Z Downloaded tower-http v0.6.8
10522026-08-20T02:57:00.070Z Downloaded vergen-lib v9.1.0
10532026-08-20T02:57:00.072Z Downloaded nom v7.1.3
10542026-08-20T02:57:00.076Z Downloaded dsl_auto_type v0.2.0
10552026-08-20T02:57:00.079Z Downloaded derive_more-impl v2.1.1
10562026-08-20T02:57:00.082Z Downloaded num-complex v0.4.6
10572026-08-20T02:57:00.082Z Downloaded internet-checksum v0.2.1
10582026-08-20T02:57:00.082Z Downloaded phf_shared v0.13.1
10592026-08-20T02:57:00.085Z Downloaded rand_chacha v0.3.1
10602026-08-20T02:57:00.089Z Downloaded polyval v0.7.1
10612026-08-20T02:57:00.090Z Downloaded salsa20 v0.11.0
10622026-08-20T02:57:00.093Z Downloaded rand_core v0.6.4
10632026-08-20T02:57:00.097Z Downloaded bitvec v1.0.1
10642026-08-20T02:57:00.105Z Downloaded keccak v0.2.0
10652026-08-20T02:57:00.111Z Downloaded num_threads v0.1.7
10662026-08-20T02:57:00.111Z Downloaded slog v2.8.2
10672026-08-20T02:57:00.111Z Downloaded mio v1.2.0
10682026-08-20T02:57:00.115Z Downloaded topological-sort v0.2.2
10692026-08-20T02:57:00.115Z Downloaded tower-service v0.3.3
10702026-08-20T02:57:00.115Z Downloaded utf-8 v0.7.6
10712026-08-20T02:57:00.115Z Downloaded icu_provider v2.1.1
10722026-08-20T02:57:00.115Z Downloaded tls_codec_derive v0.4.2
10732026-08-20T02:57:00.118Z Downloaded progenitor-macro v0.13.0
10742026-08-20T02:57:00.118Z Downloaded rusty-fork v0.3.1
10752026-08-20T02:57:00.136Z Downloaded slog-json v2.6.1
10762026-08-20T02:57:00.136Z Downloaded tinyvec v1.10.0
10772026-08-20T02:57:00.140Z Downloaded tokio-stream v0.1.18
10782026-08-20T02:57:00.143Z Downloaded dof v0.4.0
10792026-08-20T02:57:00.146Z Downloaded new_debug_unreachable v1.0.6
10802026-08-20T02:57:00.146Z Downloaded try-lock v0.2.5
10812026-08-20T02:57:00.146Z Downloaded lazy_static v1.5.0
10822026-08-20T02:57:00.149Z Downloaded num-derive v0.4.2
10832026-08-20T02:57:00.149Z Downloaded bindgen v0.71.1
10842026-08-20T02:57:00.153Z Downloaded prettyplease v0.2.37
10852026-08-20T02:57:00.156Z Downloaded signal-hook-registry v1.4.8
10862026-08-20T02:57:00.156Z Downloaded thiserror-no-std v2.0.2
10872026-08-20T02:57:00.159Z Downloaded unicase v2.9.0
10882026-08-20T02:57:00.159Z Downloaded vergen-gitcl v1.0.8
10892026-08-20T02:57:00.162Z Downloaded pretty_assertions v1.4.1
10902026-08-20T02:57:00.162Z Downloaded qorb v0.4.1
10912026-08-20T02:57:00.166Z Downloaded const_format v0.2.35
10922026-08-20T02:57:00.169Z Downloaded strum v0.26.3
10932026-08-20T02:57:00.169Z Downloaded untrusted v0.9.0
10942026-08-20T02:57:00.169Z Downloaded proc-macro-crate v1.3.1
10952026-08-20T02:57:00.169Z Downloaded thread-id v5.1.0
10962026-08-20T02:57:00.169Z Downloaded ctutils v0.4.2
10972026-08-20T02:57:00.169Z Downloaded lalrpop-util v0.19.12
10982026-08-20T02:57:00.174Z Downloaded hkdf v0.13.0
10992026-08-20T02:57:00.177Z Downloaded phf v0.12.1
11002026-08-20T02:57:00.177Z Downloaded primeorder v0.14.0
11012026-08-20T02:57:00.182Z Downloaded parking_lot v0.11.2
11022026-08-20T02:57:00.182Z Downloaded ssh-key v0.7.0-rc.11
11032026-08-20T02:57:00.185Z Downloaded module-lattice v0.2.3
11042026-08-20T02:57:00.185Z Downloaded strum_macros v0.26.4
11052026-08-20T02:57:00.188Z Downloaded slog-async v2.8.0
11062026-08-20T02:57:00.188Z Downloaded slog-dtrace v0.3.0
11072026-08-20T02:57:00.188Z Downloaded libsw v3.5.0
11082026-08-20T02:57:00.191Z Downloaded sigpipe v0.1.3
11092026-08-20T02:57:00.194Z Downloaded tokio-rustls v0.26.4
11102026-08-20T02:57:00.194Z Downloaded twox-hash v2.1.2
11112026-08-20T02:57:00.197Z Downloaded libloading v0.8.9
11122026-08-20T02:57:00.200Z Downloaded parse-display-derive v0.10.0
11132026-08-20T02:57:00.200Z Downloaded want v0.3.1
11142026-08-20T02:57:00.204Z Downloaded pin-project v1.1.11
11152026-08-20T02:57:00.209Z Downloaded futures-util v0.3.32
11162026-08-20T02:57:00.217Z Downloaded p384 v0.13.1
11172026-08-20T02:57:00.220Z Downloaded itertools v0.12.1
11182026-08-20T02:57:00.224Z Downloaded peg-runtime v0.8.5
11192026-08-20T02:57:00.224Z Downloaded same-file v1.0.6
11202026-08-20T02:57:00.224Z Downloaded unicode-truncate v1.1.0
11212026-08-20T02:57:00.227Z Downloaded indoc v2.0.7
11222026-08-20T02:57:00.227Z Downloaded structmeta-derive v0.3.0
11232026-08-20T02:57:00.227Z Downloaded password-hash v0.5.0
11242026-08-20T02:57:00.227Z Downloaded newtype-uuid-macros v0.1.0
11252026-08-20T02:57:00.230Z Downloaded scroll v0.13.0
11262026-08-20T02:57:00.230Z Downloaded dtrace-parser v0.3.0
11272026-08-20T02:57:00.235Z Downloaded derive-where v1.6.0
11282026-08-20T02:57:00.238Z Downloaded drift v0.2.0
11292026-08-20T02:57:00.244Z Downloaded crypto-primes v0.7.2
11302026-08-20T02:57:00.247Z Downloaded zerotrie v0.2.3
11312026-08-20T02:57:00.250Z Downloaded universal-hash v0.6.1
11322026-08-20T02:57:00.250Z Downloaded darling_macro v0.13.4
11332026-08-20T02:57:00.250Z Downloaded lock_api v0.4.14
11342026-08-20T02:57:00.250Z Downloaded progenitor-macro v0.14.0
11352026-08-20T02:57:00.250Z Downloaded delegate v0.13.5
11362026-08-20T02:57:00.250Z Downloaded newtype-uuid v1.3.2
11372026-08-20T02:57:00.255Z Downloaded sponge-cursor v0.1.0
11382026-08-20T02:57:00.259Z Downloaded russh-util v0.52.0
11392026-08-20T02:57:00.264Z Downloaded sync_wrapper v1.0.2
11402026-08-20T02:57:00.271Z Downloaded serde_with_macros v3.21.0
11412026-08-20T02:57:00.271Z Downloaded diff v0.1.13
11422026-08-20T02:57:00.275Z Downloaded itertools v0.13.0
11432026-08-20T02:57:00.279Z Downloaded shlex v1.3.0
11442026-08-20T02:57:00.281Z Downloaded serde_spanned v1.1.1
11452026-08-20T02:57:00.281Z Downloaded ingot-types v0.2.0
11462026-08-20T02:57:00.284Z Downloaded resolv-conf v0.7.6
11472026-08-20T02:57:00.288Z Downloaded diesel_table_macro_syntax v0.3.0
11482026-08-20T02:57:00.291Z Downloaded convert_case v0.10.0
11492026-08-20T02:57:00.294Z Downloaded des v0.9.0
11502026-08-20T02:57:00.296Z Downloaded parking_lot v0.12.5
11512026-08-20T02:57:00.296Z Downloaded phc v0.6.1
11522026-08-20T02:57:00.296Z Downloaded daft v0.1.7
11532026-08-20T02:57:00.301Z Downloaded recursive-proc-macro-impl v0.1.1
11542026-08-20T02:57:00.304Z Downloaded num-conv v0.2.0
11552026-08-20T02:57:00.307Z Downloaded progenitor-client v0.14.0
11562026-08-20T02:57:00.307Z Downloaded sync-ptr v0.1.4
11572026-08-20T02:57:00.310Z Downloaded darling v0.13.4
11582026-08-20T02:57:00.310Z Downloaded darling v0.23.0
11592026-08-20T02:57:00.313Z Downloaded scrypt v0.12.0
11602026-08-20T02:57:00.313Z Downloaded shell-words v1.1.1
11612026-08-20T02:57:00.316Z Downloaded crc v3.4.0
11622026-08-20T02:57:00.316Z Downloaded jiff-core v0.1.0
11632026-08-20T02:57:00.321Z Downloaded usdt-macro v0.6.0
11642026-08-20T02:57:00.321Z Downloaded icu_properties v2.1.2
11652026-08-20T02:57:00.321Z Downloaded darling v0.21.3
11662026-08-20T02:57:00.324Z Downloaded oso v0.27.3
11672026-08-20T02:57:00.327Z Downloaded reqwest v0.12.28
11682026-08-20T02:57:00.330Z Downloaded time-macros v0.2.27
11692026-08-20T02:57:00.333Z Downloaded crc32fast v1.5.0
11702026-08-20T02:57:00.333Z Downloaded pin-project-lite v0.2.17
11712026-08-20T02:57:00.336Z Downloaded socket2 v0.5.10
11722026-08-20T02:57:00.339Z Downloaded writeable v0.6.2
11732026-08-20T02:57:00.339Z Downloaded hyper-rustls v0.27.7
11742026-08-20T02:57:00.375Z Downloaded serde-hex v0.1.0
11752026-08-20T02:57:00.375Z Downloaded sqlformat v0.3.5
11762026-08-20T02:57:00.375Z Downloaded yoke v0.8.1
11772026-08-20T02:57:00.375Z Downloaded string_cache v0.8.9
11782026-08-20T02:57:00.375Z Downloaded libsw-core v0.3.2
11792026-08-20T02:57:00.375Z Downloaded num_enum v0.7.6
11802026-08-20T02:57:00.375Z Downloaded diesel_derives v2.3.7
11812026-08-20T02:57:00.375Z Downloaded tokio-tungstenite v0.23.1
11822026-08-20T02:57:00.375Z Downloaded defmt v1.0.1
11832026-08-20T02:57:00.376Z Downloaded derive_builder v0.20.2
11842026-08-20T02:57:00.376Z Downloaded crossbeam-deque v0.8.6
11852026-08-20T02:57:00.376Z Downloaded displaydoc v0.2.5
11862026-08-20T02:57:00.376Z Downloaded steno v0.4.1
11872026-08-20T02:57:00.380Z Downloaded ppv-lite86 v0.2.21
11882026-08-20T02:57:00.380Z Downloaded chrono v0.4.45
11892026-08-20T02:57:00.380Z Downloaded zeroize v1.9.0
11902026-08-20T02:57:00.380Z Downloaded petname v2.0.2
11912026-08-20T02:57:00.383Z Downloaded serde_cbor v0.11.2
11922026-08-20T02:57:00.383Z Downloaded pkcs8 v0.11.0
11932026-08-20T02:57:00.386Z Downloaded quick-xml v0.37.5
11942026-08-20T02:57:00.389Z Downloaded cookie_store v0.22.1
11952026-08-20T02:57:00.389Z Downloaded md-5 v0.10.6
11962026-08-20T02:57:00.392Z Downloaded tiny-keccak v2.0.2
11972026-08-20T02:57:00.402Z Downloaded unicode-normalization v0.1.25
11982026-08-20T02:57:00.408Z Downloaded litemap v0.8.1
11992026-08-20T02:57:00.412Z Downloaded ignore v0.4.25
12002026-08-20T02:57:00.415Z Downloaded vcpkg v0.2.15
12012026-08-20T02:57:00.435Z Downloaded libbz2-rs-sys v0.2.2
12022026-08-20T02:57:00.438Z Downloaded reedline v0.40.0
12032026-08-20T02:57:00.443Z Downloaded dropshot_endpoint v0.17.1
12042026-08-20T02:57:00.446Z Downloaded litrs v1.0.0
12052026-08-20T02:57:00.446Z Downloaded ed25519-dalek v2.2.0
12062026-08-20T02:57:00.446Z Downloaded elliptic-curve v0.13.8
12072026-08-20T02:57:00.450Z Downloaded postcard v1.1.3
12082026-08-20T02:57:00.450Z Downloaded portable-atomic v1.13.1
12092026-08-20T02:57:00.454Z Downloaded rustls-platform-verifier v0.6.2
12102026-08-20T02:57:00.459Z Downloaded tower v0.5.3
12112026-08-20T02:57:00.463Z Downloaded tungstenite v0.21.0
12122026-08-20T02:57:00.464Z Downloaded tough v0.22.0
12132026-08-20T02:57:00.468Z Downloaded ed25519-dalek v3.0.0
12142026-08-20T02:57:00.472Z Downloaded crossterm v0.28.1
12152026-08-20T02:57:00.475Z Downloaded ml-kem v0.3.2
12162026-08-20T02:57:00.478Z Downloaded toml v0.7.8
12172026-08-20T02:57:00.483Z Downloaded uuid v1.23.4
12182026-08-20T02:57:00.488Z Downloaded dropshot-api-manager v0.8.0
12192026-08-20T02:57:00.495Z Downloaded openssl-sys v0.9.117
12202026-08-20T02:57:00.500Z Downloaded libxml v0.3.3
12212026-08-20T02:57:00.514Z Downloaded winnow v0.5.40
12222026-08-20T02:57:00.519Z Downloaded itertools v0.10.5
12232026-08-20T02:57:00.525Z Downloaded yansi v1.0.1
12242026-08-20T02:57:00.532Z Downloaded iddqd v0.4.2
12252026-08-20T02:57:00.537Z Downloaded ron v0.8.1
12262026-08-20T02:57:00.540Z Downloaded zip v4.6.1
12272026-08-20T02:57:00.544Z Downloaded zlib-rs v0.6.2
12282026-08-20T02:57:00.552Z Downloaded goblin v0.10.5
12292026-08-20T02:57:00.555Z Downloaded git2 v0.20.4
12302026-08-20T02:57:00.560Z Downloaded time v0.3.47
12312026-08-20T02:57:00.567Z Downloaded hyper v1.10.1
12322026-08-20T02:57:00.571Z Downloaded iri-string v0.7.10
12332026-08-20T02:57:00.575Z Downloaded der v0.8.0
12342026-08-20T02:57:00.578Z Downloaded miette v7.6.0
12352026-08-20T02:57:00.581Z Downloaded zerovec v0.11.5
12362026-08-20T02:57:00.585Z Downloaded nom v8.0.0
12372026-08-20T02:57:00.590Z Downloaded serde_with v3.21.0
12382026-08-20T02:57:00.593Z Downloaded internal-russh-num-bigint v0.5.0
12392026-08-20T02:57:00.596Z Downloaded sha3 v0.12.0
12402026-08-20T02:57:00.599Z Downloaded rand v0.9.2
12412026-08-20T02:57:00.601Z Downloaded bstr v1.12.1
12422026-08-20T02:57:00.604Z Downloaded nix v0.27.1
12432026-08-20T02:57:00.610Z Downloaded rustls-webpki v0.103.13
12442026-08-20T02:57:00.613Z Downloaded radix_trie v0.2.1
12452026-08-20T02:57:00.615Z Downloaded quinn v0.11.11
12462026-08-20T02:57:00.619Z Downloaded itertools v0.14.0
12472026-08-20T02:57:00.622Z Downloaded libm v0.2.16
12482026-08-20T02:57:00.639Z Downloaded gimli v0.32.3
12492026-08-20T02:57:00.657Z Downloaded nix v0.28.0
12502026-08-20T02:57:00.664Z Downloaded openssl v0.10.80
12512026-08-20T02:57:00.669Z Downloaded proptest v1.11.0
12522026-08-20T02:57:00.674Z Downloaded reqwest v0.13.2
12532026-08-20T02:57:00.677Z Downloaded curve25519-dalek v4.1.3
12542026-08-20T02:57:00.682Z Downloaded lalrpop v0.19.12
12552026-08-20T02:57:00.689Z Downloaded itertools v0.15.0
12562026-08-20T02:57:00.693Z Downloaded idna v1.1.0
12572026-08-20T02:57:00.696Z Downloaded salty v0.3.0
12582026-08-20T02:57:00.699Z Downloaded winnow v1.0.3
12592026-08-20T02:57:00.710Z Downloaded rawzip v0.4.4
12602026-08-20T02:57:00.718Z Downloaded russh v0.62.4
12612026-08-20T02:57:00.726Z Downloaded rayon v1.11.0
12622026-08-20T02:57:00.737Z Downloaded quinn-proto v0.11.16
12632026-08-20T02:57:00.751Z Downloaded moka v0.12.13
12642026-08-20T02:57:00.755Z Downloaded hickory-proto v0.24.4
12652026-08-20T02:57:00.763Z Downloaded icu_properties_data v2.1.2
12662026-08-20T02:57:00.769Z Downloaded curve25519-dalek v5.0.0
12672026-08-20T02:57:00.781Z Downloaded smoltcp v0.9.1
12682026-08-20T02:57:00.788Z Downloaded object v0.30.4
12692026-08-20T02:57:00.799Z Downloaded crypto-bigint v0.7.5
12702026-08-20T02:57:00.810Z Downloaded tabled v0.21.0
12712026-08-20T02:57:00.820Z Downloaded zerocopy v0.8.55
12722026-08-20T02:57:00.834Z Downloaded polar-core v0.27.3
12732026-08-20T02:57:00.839Z Downloaded regex-syntax v0.6.29
12742026-08-20T02:57:00.843Z Downloaded regress v0.11.1
12752026-08-20T02:57:00.848Z Downloaded sled v0.34.7
12762026-08-20T02:57:00.853Z Downloaded smoltcp v0.11.0
12772026-08-20T02:57:00.860Z Downloaded rustls v0.23.41
12782026-08-20T02:57:00.867Z Downloaded hickory-proto v0.25.2
12792026-08-20T02:57:00.875Z Downloaded dropshot v0.17.1
12802026-08-20T02:57:00.888Z Downloaded regress v0.10.5
12812026-08-20T02:57:00.893Z Downloaded regex-syntax v0.8.10
12822026-08-20T02:57:00.898Z Downloaded sqlparser v0.61.0
12832026-08-20T02:57:00.905Z Downloaded rustix v0.38.44
12842026-08-20T02:57:00.917Z Downloaded sha3 v0.11.0
12852026-08-20T02:57:00.920Z Downloaded object v0.37.3
12862026-08-20T02:57:00.936Z Downloaded openapiv3 v2.2.0
12872026-08-20T02:57:00.945Z Downloaded typify-impl v0.6.2
12882026-08-20T02:57:00.953Z Downloaded nix v0.31.2
12892026-08-20T02:57:00.959Z Downloaded tracing v0.1.44
12902026-08-20T02:57:00.972Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-08-20T02:57:00.979Z Downloaded ratatui v0.29.0
12922026-08-20T02:57:00.990Z Downloaded diesel v2.3.7
12932026-08-20T02:57:01.014Z Downloaded zerocopy-derive v0.6.6
12942026-08-20T02:57:01.034Z Downloaded chrono-tz v0.10.4
12952026-08-20T02:57:01.044Z Downloaded petgraph v0.6.5
12962026-08-20T02:57:01.068Z Downloaded petgraph v0.8.3
12972026-08-20T02:57:01.081Z Downloaded libz-sys v1.1.24
12982026-08-20T02:57:01.093Z Downloaded csv v1.4.0
12992026-08-20T02:57:01.104Z Downloaded regex-automata v0.4.14
13002026-08-20T02:57:01.113Z Downloaded jiff v0.2.34
13012026-08-20T02:57:01.167Z Downloaded sha3 v0.10.8
13022026-08-20T02:57:01.178Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-08-20T02:57:01.201Z Downloaded tokio v1.52.1
13042026-08-20T02:57:01.293Z Downloaded encoding_rs v0.8.35
13052026-08-20T02:57:01.313Z Downloaded ring v0.17.14
13062026-08-20T02:57:01.351Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-08-20T02:57:01.655Z Downloaded aws-lc-sys v0.40.0
13082026-08-20T02:57:01.916Z Compiling serde_core v1.0.228
13092026-08-20T02:57:01.916Z Compiling libc v0.2.185
13102026-08-20T02:57:01.919Z Compiling serde v1.0.228
13112026-08-20T02:57:01.919Z Compiling log v0.4.33
13122026-08-20T02:57:01.919Z Compiling smallvec v1.15.1
13132026-08-20T02:57:01.919Z Compiling find-msvc-tools v0.1.9
13142026-08-20T02:57:01.919Z Compiling shlex v1.3.0
13152026-08-20T02:57:01.919Z Compiling subtle v2.6.1
13162026-08-20T02:57:01.919Z Compiling scopeguard v1.2.0
13172026-08-20T02:57:01.919Z Compiling typenum v1.20.1
13182026-08-20T02:57:01.919Z Compiling stable_deref_trait v1.2.1
13192026-08-20T02:57:02.061Z Compiling zerocopy v0.8.55
13202026-08-20T02:57:02.064Z Compiling portable-atomic v1.13.1
13212026-08-20T02:57:02.109Z Compiling serde_json v1.0.151
13222026-08-20T02:57:02.134Z Compiling syn v2.0.117
13232026-08-20T02:57:02.146Z Compiling critical-section v1.2.0
13242026-08-20T02:57:02.212Z Compiling libm v0.2.16
13252026-08-20T02:57:02.282Z Compiling lock_api v0.4.14
13262026-08-20T02:57:02.288Z Compiling num-traits v0.2.19
13272026-08-20T02:57:02.303Z Compiling pkg-config v0.3.32
13282026-08-20T02:57:02.304Z Compiling generic-array v0.14.7
13292026-08-20T02:57:02.358Z Compiling pin-project-lite v0.2.17
13302026-08-20T02:57:02.362Z Compiling const-oid v0.9.6
13312026-08-20T02:57:02.371Z Compiling parking_lot_core v0.9.12
13322026-08-20T02:57:02.436Z Compiling getrandom v0.3.4
13332026-08-20T02:57:02.491Z Compiling futures-core v0.3.32
13342026-08-20T02:57:02.506Z Compiling litemap v0.8.1
13352026-08-20T02:57:02.651Z Compiling writeable v0.6.2
13362026-08-20T02:57:02.691Z Compiling percent-encoding v2.3.2
13372026-08-20T02:57:02.707Z Compiling icu_normalizer_data v2.1.1
13382026-08-20T02:57:02.723Z Compiling icu_properties_data v2.1.2
13392026-08-20T02:57:02.766Z Compiling rustix v1.1.4
13402026-08-20T02:57:02.797Z Compiling getrandom v0.4.3
13412026-08-20T02:57:02.810Z Compiling futures-sink v0.3.32
13422026-08-20T02:57:02.876Z Compiling rand_core v0.10.0
13432026-08-20T02:57:02.900Z Compiling utf8_iter v1.0.4
13442026-08-20T02:57:02.933Z Compiling futures-channel v0.3.32
13452026-08-20T02:57:02.959Z Compiling slab v0.4.12
13462026-08-20T02:57:03.058Z Compiling errno v0.3.14
13472026-08-20T02:57:03.073Z Compiling jobserver v0.1.34
13482026-08-20T02:57:03.076Z Compiling getrandom v0.2.17
13492026-08-20T02:57:03.148Z Compiling mio v1.2.0
13502026-08-20T02:57:03.155Z Compiling socket2 v0.6.3
13512026-08-20T02:57:03.163Z Compiling futures-io v0.3.32
13522026-08-20T02:57:03.188Z Compiling signal-hook-registry v1.4.8
13532026-08-20T02:57:03.234Z Compiling rand_core v0.6.4
13542026-08-20T02:57:03.249Z Compiling futures-task v0.3.32
13552026-08-20T02:57:03.335Z Compiling cc v1.2.56
13562026-08-20T02:57:03.349Z Compiling once_cell v1.21.3
13572026-08-20T02:57:03.382Z Compiling parking_lot v0.12.5
13582026-08-20T02:57:03.405Z Compiling form_urlencoded v1.2.2
13592026-08-20T02:57:03.421Z Compiling rustversion v1.0.22
13602026-08-20T02:57:03.460Z Compiling iana-time-zone v0.1.65
13612026-08-20T02:57:03.477Z Compiling base64ct v1.8.3
13622026-08-20T02:57:03.499Z Compiling fs_extra v1.3.0
13632026-08-20T02:57:03.532Z Compiling dunce v1.0.5
13642026-08-20T02:57:03.549Z Compiling flagset v0.4.7
13652026-08-20T02:57:03.579Z Compiling regex-syntax v0.8.10
13662026-08-20T02:57:03.596Z Compiling ident_case v1.0.1
13672026-08-20T02:57:03.596Z Compiling rand_core v0.9.5
13682026-08-20T02:57:03.624Z Compiling base64 v0.22.1
13692026-08-20T02:57:03.641Z Compiling syn v1.0.109
13702026-08-20T02:57:03.679Z Compiling vcpkg v0.2.15
13712026-08-20T02:57:03.705Z Compiling tracing-core v0.1.36
13722026-08-20T02:57:03.737Z Compiling pem-rfc7468 v0.7.0
13732026-08-20T02:57:03.792Z Compiling dyn-clone v1.0.20
13742026-08-20T02:57:03.797Z Compiling aws-lc-rs v1.16.3
13752026-08-20T02:57:03.797Z Compiling cpufeatures v0.2.17
13762026-08-20T02:57:03.883Z Compiling schemars v0.8.22
13772026-08-20T02:57:03.916Z Compiling simd-adler32 v0.3.8
13782026-08-20T02:57:03.929Z Compiling spin v0.9.8
13792026-08-20T02:57:03.960Z Compiling crc32fast v1.5.0
13802026-08-20T02:57:03.991Z Compiling tinyvec_macros v0.1.1
13812026-08-20T02:57:04.059Z Compiling openssl-probe v0.2.1
13822026-08-20T02:57:04.075Z Compiling httparse v1.10.1
13832026-08-20T02:57:04.108Z Compiling cmake v0.1.57
13842026-08-20T02:57:04.155Z Compiling cmov v0.5.4
13852026-08-20T02:57:04.170Z Compiling adler2 v2.0.1
13862026-08-20T02:57:04.184Z Compiling tinyvec v1.10.0
13872026-08-20T02:57:04.200Z Compiling aho-corasick v1.1.4
13882026-08-20T02:57:04.249Z Compiling untrusted v0.7.1
13892026-08-20T02:57:04.295Z Compiling miniz_oxide v0.8.9
13902026-08-20T02:57:04.320Z Compiling tower-layer v0.3.3
13912026-08-20T02:57:04.335Z Compiling radium v0.7.0
13922026-08-20T02:57:04.418Z Compiling bitflags v2.11.0
13932026-08-20T02:57:04.453Z Compiling semver v1.0.28
13942026-08-20T02:57:04.466Z Compiling indexmap v2.14.0
13952026-08-20T02:57:04.525Z Compiling uuid v1.23.4
13962026-08-20T02:57:04.556Z Compiling ctutils v0.4.2
13972026-08-20T02:57:04.586Z Compiling atomic-waker v1.1.2
13982026-08-20T02:57:04.613Z Compiling tower-service v0.3.3
13992026-08-20T02:57:04.629Z Compiling try-lock v0.2.5
14002026-08-20T02:57:04.680Z Compiling rustc_version v0.4.1
14012026-08-20T02:57:04.726Z Compiling want v0.3.1
14022026-08-20T02:57:04.801Z Compiling untrusted v0.9.0
14032026-08-20T02:57:04.827Z Compiling tap v1.0.1
14042026-08-20T02:57:04.913Z Compiling openssl v0.10.80
14052026-08-20T02:57:04.944Z Compiling httpdate v1.0.3
14062026-08-20T02:57:04.959Z Compiling rustls v0.23.41
14072026-08-20T02:57:04.976Z Compiling maybe-uninit v2.0.0
14082026-08-20T02:57:04.976Z Compiling foreign-types-shared v0.1.1
14092026-08-20T02:57:05.008Z Compiling aws-lc-sys v0.40.0
14102026-08-20T02:57:05.035Z Compiling openssl-sys v0.9.117
14112026-08-20T02:57:05.066Z Compiling foreign-types v0.3.2
14122026-08-20T02:57:05.083Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-08-20T02:57:05.151Z Compiling regex-automata v0.4.14
14142026-08-20T02:57:05.167Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14152026-08-20T02:57:05.175Z Compiling wyz v0.5.1
14162026-08-20T02:57:05.195Z Compiling synstructure v0.13.2
14172026-08-20T02:57:05.208Z Compiling serde_derive_internals v0.29.1
14182026-08-20T02:57:05.253Z Compiling pest_generator v2.8.6
14192026-08-20T02:57:05.301Z Compiling darling_core v0.20.11
14202026-08-20T02:57:05.445Z Compiling unicode-normalization v0.1.25
14212026-08-20T02:57:05.579Z Compiling tempfile v3.27.0
14222026-08-20T02:57:05.595Z Compiling terminal_size v0.4.3
14232026-08-20T02:57:05.661Z Compiling num-integer v0.1.46
14242026-08-20T02:57:05.771Z Compiling wait-timeout v0.2.1
14252026-08-20T02:57:05.816Z Compiling ahash v0.8.12
14262026-08-20T02:57:05.832Z Compiling num-bigint-dig v0.8.6
14272026-08-20T02:57:05.985Z Compiling num-conv v0.2.0
14282026-08-20T02:57:06.015Z Compiling powerfmt v0.2.0
14292026-08-20T02:57:06.030Z Compiling time-core v0.1.8
14302026-08-20T02:57:06.032Z Compiling packed_struct v0.10.1
14312026-08-20T02:57:06.032Z Compiling native-tls v0.2.18
14322026-08-20T02:57:06.077Z Compiling funty v2.0.0
14332026-08-20T02:57:06.080Z Compiling bit-vec v0.8.0
14342026-08-20T02:57:06.105Z Compiling quick-error v1.2.3
14352026-08-20T02:57:06.105Z Compiling clap_builder v4.6.0
14362026-08-20T02:57:06.175Z Compiling deranged v0.5.8
14372026-08-20T02:57:06.205Z Compiling time-macros v0.2.27
14382026-08-20T02:57:06.221Z Compiling rusty-fork v0.3.1
14392026-08-20T02:57:06.236Z Compiling num-iter v0.1.45
14402026-08-20T02:57:06.309Z Compiling bit-set v0.8.0
14412026-08-20T02:57:06.367Z Compiling lazy_static v1.5.0
14422026-08-20T02:57:06.382Z Compiling rand_xorshift v0.4.0
14432026-08-20T02:57:06.429Z Compiling bitvec v1.0.1
14442026-08-20T02:57:06.489Z Compiling sync_wrapper v1.0.2
14452026-08-20T02:57:06.494Z Compiling indexmap v1.9.3
14462026-08-20T02:57:06.589Z Compiling paste v1.0.15
14472026-08-20T02:57:06.597Z Compiling siphasher v1.0.2
14482026-08-20T02:57:06.606Z Compiling crossbeam-utils v0.8.21
14492026-08-20T02:57:06.716Z Compiling num_threads v0.1.7
14502026-08-20T02:57:06.724Z Compiling usdt-impl v0.6.0
14512026-08-20T02:57:06.824Z Compiling unarray v0.1.4
14522026-08-20T02:57:07.108Z Compiling crc-catalog v2.4.0
14532026-08-20T02:57:07.144Z Compiling object v0.37.3
14542026-08-20T02:57:07.144Z Compiling nodrop v0.1.14
14552026-08-20T02:57:07.144Z Compiling zlib-rs v0.6.2
14562026-08-20T02:57:07.144Z Compiling crc v3.4.0
14572026-08-20T02:57:07.144Z Compiling array-init v0.0.4
14582026-08-20T02:57:07.144Z Compiling serde_derive v1.0.228
14592026-08-20T02:57:07.144Z Compiling zeroize_derive v1.5.0
14602026-08-20T02:57:07.192Z Compiling zerofrom-derive v0.1.6
14612026-08-20T02:57:07.228Z Compiling zerocopy-derive v0.8.55
14622026-08-20T02:57:07.262Z Compiling yoke-derive v0.8.1
14632026-08-20T02:57:07.327Z Compiling zerovec-derive v0.11.2
14642026-08-20T02:57:07.343Z Compiling displaydoc v0.2.5
14652026-08-20T02:57:07.363Z Compiling tokio-macros v2.7.0
14662026-08-20T02:57:07.745Z Compiling futures-macro v0.3.32
14672026-08-20T02:57:07.760Z Compiling der_derive v0.7.3
14682026-08-20T02:57:07.976Z Compiling thiserror-impl v2.0.18
14692026-08-20T02:57:08.149Z Compiling tracing-attributes v0.1.31
14702026-08-20T02:57:08.165Z Compiling schemars_derive v0.8.22
14712026-08-20T02:57:08.171Z Compiling scroll_derive v0.13.1
14722026-08-20T02:57:08.441Z Compiling pest_derive v2.8.6
14732026-08-20T02:57:08.527Z Compiling darling_macro v0.20.11
14742026-08-20T02:57:08.590Z Compiling futures-util v0.3.32
14752026-08-20T02:57:08.615Z Compiling zerofrom v0.1.6
14762026-08-20T02:57:08.731Z Compiling yoke v0.8.1
14772026-08-20T02:57:08.759Z Compiling thiserror-impl v1.0.69
14782026-08-20T02:57:08.913Z Compiling zerovec v0.11.5
14792026-08-20T02:57:08.938Z Compiling zerotrie v0.2.3
14802026-08-20T02:57:09.016Z Compiling scroll v0.13.0
14812026-08-20T02:57:09.071Z Compiling openssl-macros v0.1.1
14822026-08-20T02:57:09.276Z Compiling goblin v0.10.5
14832026-08-20T02:57:09.281Z Compiling darling v0.20.11
14842026-08-20T02:57:09.319Z Compiling packed_struct_codegen v0.10.1
14852026-08-20T02:57:09.379Z Compiling clap_derive v4.6.1
14862026-08-20T02:57:09.393Z Compiling tinystr v0.8.2
14872026-08-20T02:57:09.469Z Compiling potential_utf v0.1.4
14882026-08-20T02:57:09.489Z Compiling thiserror v2.0.18
14892026-08-20T02:57:09.538Z Compiling zerocopy-derive v0.6.6
14902026-08-20T02:57:09.541Z Compiling tracing v0.1.44
14912026-08-20T02:57:09.609Z Compiling icu_locale_core v2.1.1
14922026-08-20T02:57:09.625Z Compiling icu_collections v2.1.1
14932026-08-20T02:57:09.652Z Compiling bitfield-macros v0.19.4
14942026-08-20T02:57:09.827Z Compiling dtrace-parser v0.3.0
14952026-08-20T02:57:10.090Z Compiling thiserror v1.0.69
14962026-08-20T02:57:10.129Z Compiling flate2 v1.1.9
14972026-08-20T02:57:10.208Z Compiling derive_builder_core v0.20.2
14982026-08-20T02:57:10.248Z Compiling icu_provider v2.1.1
14992026-08-20T02:57:10.420Z Compiling bitfield v0.19.4
15002026-08-20T02:57:10.433Z Compiling zerocopy v0.6.6
15012026-08-20T02:57:10.453Z Compiling time v0.3.47
15022026-08-20T02:57:10.514Z Compiling zeroize v1.9.0
15032026-08-20T02:57:10.552Z Compiling bytes v1.11.1
15042026-08-20T02:57:10.567Z Compiling icu_normalizer v2.1.1
15052026-08-20T02:57:10.582Z Compiling icu_properties v2.1.2
15062026-08-20T02:57:10.603Z Compiling chrono v0.4.45
15072026-08-20T02:57:10.747Z Compiling der v0.7.10
15082026-08-20T02:57:10.766Z Compiling rustls-pki-types v1.14.0
15092026-08-20T02:57:11.008Z Compiling hybrid-array v0.4.13
15102026-08-20T02:57:11.073Z Compiling tokio v1.52.1
15112026-08-20T02:57:11.107Z Compiling http v1.4.2
15122026-08-20T02:57:11.182Z Compiling ipnet v2.12.0
15132026-08-20T02:57:11.201Z Compiling hex v0.4.3
15142026-08-20T02:57:11.233Z Compiling crypto-common v0.1.7
15152026-08-20T02:57:11.297Z Compiling block-buffer v0.10.4
15162026-08-20T02:57:11.393Z Compiling toml_datetime v0.6.11
15172026-08-20T02:57:11.468Z Compiling digest v0.10.7
15182026-08-20T02:57:11.482Z Compiling idna_adapter v1.2.1
15192026-08-20T02:57:11.632Z Compiling idna v1.1.0
15202026-08-20T02:57:11.662Z Compiling spki v0.7.3
15212026-08-20T02:57:11.678Z Compiling sha2 v0.10.9
15222026-08-20T02:57:11.691Z Compiling ppv-lite86 v0.2.21
15232026-08-20T02:57:11.731Z Compiling signature v2.2.0
15242026-08-20T02:57:11.780Z Compiling http-body v1.0.1
15252026-08-20T02:57:11.888Z Compiling pkcs8 v0.10.2
15262026-08-20T02:57:11.900Z Compiling hmac v0.12.1
15272026-08-20T02:57:11.934Z Compiling url v2.5.8
15282026-08-20T02:57:11.937Z Compiling serde_spanned v0.6.9
15292026-08-20T02:57:11.964Z Compiling http-body-util v0.1.3
15302026-08-20T02:57:11.981Z Compiling rand_chacha v0.9.0
15312026-08-20T02:57:12.028Z Compiling rand_chacha v0.3.1
15322026-08-20T02:57:12.044Z Compiling dof v0.4.0
15332026-08-20T02:57:12.076Z Compiling pkcs1 v0.7.5
15342026-08-20T02:57:12.163Z Compiling clap v4.6.1
15352026-08-20T02:57:12.223Z Compiling rand v0.9.2
15362026-08-20T02:57:12.257Z Compiling rand v0.8.6
15372026-08-20T02:57:12.458Z Compiling scroll_derive v0.12.1
15382026-08-20T02:57:12.486Z Compiling structmeta-derive v0.3.0
15392026-08-20T02:57:12.600Z Compiling smallvec v0.6.14
15402026-08-20T02:57:12.732Z Compiling darling_core v0.23.0
15412026-08-20T02:57:12.778Z Compiling heapless v0.7.17
15422026-08-20T02:57:12.821Z Compiling slog v2.8.2
15432026-08-20T02:57:12.886Z Compiling proptest v1.11.0
15442026-08-20T02:57:13.048Z Compiling thread-id v5.1.0
15452026-08-20T02:57:13.049Z Compiling env_filter v2.0.0
15462026-08-20T02:57:13.076Z Compiling cookie v0.18.1
15472026-08-20T02:57:13.139Z Compiling iri-string v0.7.10
15482026-08-20T02:57:13.153Z Compiling base64 v0.21.7
15492026-08-20T02:57:13.190Z Compiling hashbrown v0.12.3
15502026-08-20T02:57:13.279Z Compiling ipnetwork v0.21.1
15512026-08-20T02:57:13.314Z Compiling signal-hook v0.3.18
15522026-08-20T02:57:13.329Z Compiling unicode-properties v0.1.4
15532026-08-20T02:57:13.375Z Compiling ryu v1.0.23
15542026-08-20T02:57:13.489Z Compiling zstd-safe v7.2.4
15552026-08-20T02:57:13.509Z Compiling anyhow v1.0.104
15562026-08-20T02:57:13.553Z Compiling winnow v0.5.40
15572026-08-20T02:57:13.576Z Compiling allocator-api2 v0.2.21
15582026-08-20T02:57:13.579Z Compiling unicode-bidi v0.3.18
15592026-08-20T02:57:13.644Z Compiling gimli v0.32.3
15602026-08-20T02:57:13.676Z Compiling structmeta v0.3.0
15612026-08-20T02:57:13.704Z Compiling oxnet v0.1.6
15622026-08-20T02:57:13.759Z Compiling serde_urlencoded v0.7.1
15632026-08-20T02:57:13.802Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15642026-08-20T02:57:13.902Z Compiling ron v0.8.1
15652026-08-20T02:57:13.923Z Compiling stringprep v0.1.5
15662026-08-20T02:57:14.055Z Compiling rsa v0.9.10
15672026-08-20T02:57:14.131Z Compiling env_logger v0.11.11
15682026-08-20T02:57:14.145Z Compiling scroll v0.12.0
15692026-08-20T02:57:14.251Z Compiling serde-hex v0.1.0
15702026-08-20T02:57:14.499Z Compiling bzip2 v0.4.4
15712026-08-20T02:57:14.671Z Compiling hashbrown v0.13.2
15722026-08-20T02:57:14.725Z Compiling x509-cert v0.2.5
15732026-08-20T02:57:14.762Z Compiling block-buffer v0.12.1
15742026-08-20T02:57:14.863Z Compiling toml_edit v0.19.15
15752026-08-20T02:57:14.904Z Compiling tokio-util v0.7.18
15762026-08-20T02:57:14.982Z Compiling tower v0.5.3
15772026-08-20T02:57:15.014Z Compiling tokio-native-tls v0.3.1
15782026-08-20T02:57:15.220Z Compiling crypto-common v0.2.2
15792026-08-20T02:57:15.250Z Compiling block-padding v0.4.2
15802026-08-20T02:57:15.319Z Compiling darling_macro v0.23.0
15812026-08-20T02:57:15.435Z Compiling addr2line v0.25.1
15822026-08-20T02:57:15.540Z Compiling tower-http v0.6.8
15832026-08-20T02:57:15.657Z Compiling h2 v0.4.15
15842026-08-20T02:57:15.784Z Compiling newtype-uuid v1.3.2
15852026-08-20T02:57:15.829Z Compiling md-5 v0.10.6
15862026-08-20T02:57:15.971Z Compiling derive_builder_macro v0.20.2
15872026-08-20T02:57:16.070Z Compiling rustls-native-certs v0.8.3
15882026-08-20T02:57:16.078Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15892026-08-20T02:57:16.078Z Compiling serde_tokenstream v0.2.3
15902026-08-20T02:57:16.133Z Compiling erased-serde v0.3.31
15912026-08-20T02:57:16.224Z Compiling bstr v1.12.1
15922026-08-20T02:57:16.321Z Compiling zerocopy-derive v0.7.35
15932026-08-20T02:57:16.399Z Compiling pin-project-internal v1.1.11
15942026-08-20T02:57:16.411Z Compiling async-trait v0.1.89
15952026-08-20T02:57:16.466Z Compiling daft-derive v0.1.7
15962026-08-20T02:57:16.629Z Compiling camino v1.2.5
15972026-08-20T02:57:16.949Z Compiling curve25519-dalek v4.1.3
15982026-08-20T02:57:16.964Z Compiling vergen-lib v9.1.0
15992026-08-20T02:57:17.026Z Compiling hash32 v0.2.1
16002026-08-20T02:57:17.172Z Compiling memoffset v0.9.1
16012026-08-20T02:57:17.187Z Compiling encoding_rs v0.8.35
16022026-08-20T02:57:17.215Z Compiling rustix v0.38.44
16032026-08-20T02:57:17.236Z Compiling psl-types v2.0.11
16042026-08-20T02:57:17.239Z Compiling owo-colors v4.3.0
16052026-08-20T02:57:17.291Z Compiling smoltcp v0.9.1
16062026-08-20T02:57:17.312Z Compiling cfg_aliases v0.2.1
16072026-08-20T02:57:17.379Z Compiling mime v0.3.17
16082026-08-20T02:57:17.394Z Compiling crc-any v2.5.0
16092026-08-20T02:57:17.411Z Compiling rustc-demangle v0.1.27
16102026-08-20T02:57:17.415Z Compiling ref-cast v1.0.25
16112026-08-20T02:57:17.462Z Compiling fallible-iterator v0.2.0
16122026-08-20T02:57:17.542Z Compiling litrs v1.0.0
16132026-08-20T02:57:17.545Z Compiling pin-project v1.1.11
16142026-08-20T02:57:17.676Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16152026-08-20T02:57:17.692Z Compiling nix v0.31.2
16162026-08-20T02:57:17.721Z Compiling backtrace v0.3.76
16172026-08-20T02:57:17.725Z Compiling publicsuffix v2.3.0
16182026-08-20T02:57:17.842Z Compiling postgres-protocol v0.6.10
16192026-08-20T02:57:17.848Z Compiling zerocopy v0.7.35
16202026-08-20T02:57:17.861Z Compiling daft v0.1.7
16212026-08-20T02:57:17.926Z Compiling derive_builder v0.20.2
16222026-08-20T02:57:18.066Z Compiling toml v0.7.8
16232026-08-20T02:57:18.081Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16242026-08-20T02:57:18.098Z Compiling document-features v0.2.12
16252026-08-20T02:57:18.166Z Compiling darling v0.23.0
16262026-08-20T02:57:18.266Z Compiling inout v0.2.2
16272026-08-20T02:57:18.322Z Compiling object v0.30.4
16282026-08-20T02:57:18.371Z Compiling zip v0.6.6
16292026-08-20T02:57:18.391Z Compiling goblin v0.8.2
16302026-08-20T02:57:18.562Z Compiling derive-ex v0.1.8
16312026-08-20T02:57:18.649Z Compiling futures-executor v0.3.32
16322026-08-20T02:57:18.680Z Compiling hubpack_derive v0.1.1
16332026-08-20T02:57:18.725Z Compiling regex v1.12.3
16342026-08-20T02:57:18.764Z Compiling ref-cast-impl v1.0.25
16352026-08-20T02:57:18.856Z Compiling hyper v1.10.1
16362026-08-20T02:57:18.915Z Compiling snafu-derive v0.8.9
16372026-08-20T02:57:18.931Z Compiling curve25519-dalek-derive v0.1.1
16382026-08-20T02:57:18.948Z Compiling strum_macros v0.27.2
16392026-08-20T02:57:18.962Z Compiling phf_shared v0.13.1
16402026-08-20T02:57:18.981Z Compiling vergen v9.1.0
16412026-08-20T02:57:19.160Z Compiling cargo-platform v0.3.2
16422026-08-20T02:57:19.175Z Compiling ff v0.13.1
16432026-08-20T02:57:19.190Z Compiling fs-err v3.3.0
16442026-08-20T02:57:19.224Z Compiling foldhash v0.2.0
16452026-08-20T02:57:19.332Z Compiling unicode-segmentation v1.12.0
16462026-08-20T02:57:19.348Z Compiling path-slash v0.1.5
16472026-08-20T02:57:19.399Z Compiling base16ct v0.2.0
16482026-08-20T02:57:19.455Z Compiling managed v0.8.0
16492026-08-20T02:57:19.472Z Compiling either v1.15.0
16502026-08-20T02:57:19.498Z Compiling is_ci v1.2.0
16512026-08-20T02:57:19.595Z Compiling bitflags v1.3.2
16522026-08-20T02:57:19.685Z Compiling foldhash v0.1.5
16532026-08-20T02:57:19.701Z Compiling same-file v1.0.6
16542026-08-20T02:57:19.701Z Compiling jiff-core v0.1.0
16552026-08-20T02:57:19.707Z Compiling bumpalo v3.20.2
16562026-08-20T02:57:19.716Z Compiling libbz2-rs-sys v0.2.2
16572026-08-20T02:57:19.756Z Compiling textwrap v0.16.2
16582026-08-20T02:57:19.813Z Compiling walkdir v2.5.0
16592026-08-20T02:57:19.840Z Compiling hashbrown v0.15.5
16602026-08-20T02:57:19.916Z Compiling zopfli v0.8.3
16612026-08-20T02:57:20.141Z Compiling hyper-util v0.1.20
16622026-08-20T02:57:20.218Z Compiling bzip2 v0.6.1
16632026-08-20T02:57:20.271Z Compiling test-strategy v0.4.5
16642026-08-20T02:57:20.415Z Compiling supports-color v3.0.2
16652026-08-20T02:57:20.446Z Compiling jiff v0.2.34
16662026-08-20T02:57:20.495Z Compiling sec1 v0.7.3
16672026-08-20T02:57:20.597Z Compiling hashbrown v0.16.1
16682026-08-20T02:57:20.695Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16692026-08-20T02:57:20.788Z Compiling dof v0.3.0
16702026-08-20T02:57:20.805Z Compiling cargo_metadata v0.23.1
16712026-08-20T02:57:20.880Z Compiling snafu v0.8.9
16722026-08-20T02:57:20.923Z Compiling group v0.13.0
16732026-08-20T02:57:20.993Z Compiling strum v0.27.2
16742026-08-20T02:57:21.141Z Compiling phf v0.13.1
16752026-08-20T02:57:21.153Z Compiling hubpack v0.1.2
16762026-08-20T02:57:21.213Z Compiling futures v0.3.32
16772026-08-20T02:57:21.230Z Compiling signal-hook-mio v0.2.5
16782026-08-20T02:57:21.249Z Compiling cookie_store v0.22.1
16792026-08-20T02:57:21.322Z Compiling zstd v0.13.3
16802026-08-20T02:57:21.368Z Compiling cipher v0.5.2
16812026-08-20T02:57:21.386Z Compiling serde_with_macros v3.21.0
16822026-08-20T02:57:21.534Z Compiling postgres-types v0.2.12
16832026-08-20T02:57:21.596Z Compiling hyper-tls v0.6.0
16842026-08-20T02:57:21.683Z Compiling backtrace-ext v0.2.1
16852026-08-20T02:57:21.817Z Compiling reqwest v0.12.28
16862026-08-20T02:57:21.874Z Compiling globset v0.4.18
16872026-08-20T02:57:21.926Z Compiling usdt-macro v0.6.0
16882026-08-20T02:57:21.949Z Compiling usdt-attr-macro v0.6.0
16892026-08-20T02:57:21.949Z Compiling byte-wrapper v0.1.0
16902026-08-20T02:57:22.115Z Compiling ed25519 v2.2.3
16912026-08-20T02:57:22.149Z Compiling hkdf v0.12.4
16922026-08-20T02:57:22.201Z Compiling crypto-bigint v0.5.5
16932026-08-20T02:57:22.313Z Compiling olpc-cjson v0.1.4
16942026-08-20T02:57:22.337Z Compiling serde_plain v1.0.2
16952026-08-20T02:57:22.482Z Compiling serde-big-array v0.5.1
16962026-08-20T02:57:22.537Z Compiling dtrace-parser v0.2.0
16972026-08-20T02:57:22.574Z Compiling strum_macros v0.26.4
16982026-08-20T02:57:22.591Z Compiling serde_repr v0.1.20
16992026-08-20T02:57:22.614Z Compiling miette-derive v7.6.0
17002026-08-20T02:57:22.682Z Compiling async-recursion v1.1.1
17012026-08-20T02:57:22.746Z Compiling enum-as-inner v0.6.1
17022026-08-20T02:57:22.816Z Compiling phf_shared v0.11.3
17032026-08-20T02:57:22.928Z Compiling float-cmp v0.10.0
17042026-08-20T02:57:23.016Z Compiling pem v3.0.6
17052026-08-20T02:57:23.078Z Compiling memmap2 v0.9.10
17062026-08-20T02:57:23.097Z Compiling thread-id v4.2.2
17072026-08-20T02:57:23.158Z Compiling keccak v0.1.6
17082026-08-20T02:57:23.194Z Compiling cpufeatures v0.3.0
17092026-08-20T02:57:23.278Z Compiling data-encoding v2.10.0
17102026-08-20T02:57:23.293Z Compiling difflib v0.4.0
17112026-08-20T02:57:23.359Z Compiling whoami v2.1.0
17122026-08-20T02:57:23.365Z Compiling predicates-core v1.0.10
17132026-08-20T02:57:23.370Z Compiling fixedbitset v0.5.7
17142026-08-20T02:57:23.380Z Compiling fixedbitset v0.4.2
17152026-08-20T02:57:23.425Z Compiling const-oid v0.10.2
17162026-08-20T02:57:23.525Z Compiling new_debug_unreachable v1.0.6
17172026-08-20T02:57:23.608Z Compiling precomputed-hash v0.1.1
17182026-08-20T02:57:23.623Z Compiling supports-unicode v3.0.0
17192026-08-20T02:57:23.655Z Compiling normalize-line-endings v0.3.0
17202026-08-20T02:57:23.687Z Compiling winnow v1.0.3
17212026-08-20T02:57:23.718Z Compiling supports-hyperlinks v3.2.0
17222026-08-20T02:57:23.722Z Compiling static_assertions v1.1.0
17232026-08-20T02:57:23.756Z Compiling typed-path v0.9.3
17242026-08-20T02:57:23.792Z Compiling predicates v3.1.4
17252026-08-20T02:57:23.820Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17262026-08-20T02:57:23.826Z Compiling string_cache v0.8.9
17272026-08-20T02:57:23.871Z Compiling miette v7.6.0
17282026-08-20T02:57:23.891Z Compiling toml_edit v0.22.27
17292026-08-20T02:57:23.931Z Compiling digest v0.11.3
17302026-08-20T02:57:24.008Z Compiling hickory-proto v0.25.2
17312026-08-20T02:57:24.070Z Compiling petgraph v0.8.3
17322026-08-20T02:57:24.181Z Compiling tokio-postgres v0.7.16
17332026-08-20T02:57:24.248Z Compiling petgraph v0.6.5
17342026-08-20T02:57:24.248Z Compiling sha3 v0.10.8
17352026-08-20T02:57:24.397Z Compiling chacha20 v0.10.0
17362026-08-20T02:57:24.499Z Compiling strum v0.26.3
17372026-08-20T02:57:24.533Z Compiling usdt v0.6.0
17382026-08-20T02:57:24.558Z Compiling elliptic-curve v0.13.8
17392026-08-20T02:57:24.674Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-08-20T02:57:24.784Z Compiling usdt-impl v0.5.0
17412026-08-20T02:57:24.802Z Compiling zip v4.6.1
17422026-08-20T02:57:24.814Z Compiling crossterm v0.28.1
17432026-08-20T02:57:25.062Z Compiling serde_with v3.21.0
17442026-08-20T02:57:25.209Z Compiling ed25519-dalek v2.2.0
17452026-08-20T02:57:25.210Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17462026-08-20T02:57:25.588Z Compiling iddqd v0.4.2
17472026-08-20T02:57:25.772Z Compiling itertools v0.13.0
17482026-08-20T02:57:25.805Z Compiling itertools v0.15.0
17492026-08-20T02:57:25.805Z Compiling heck v0.4.1
17502026-08-20T02:57:26.018Z Compiling similar v2.7.0
17512026-08-20T02:57:26.035Z Compiling crossbeam-epoch v0.9.18
17522026-08-20T02:57:26.056Z Compiling tokio-stream v0.1.18
17532026-08-20T02:57:26.130Z Compiling buf-list v1.1.2
17542026-08-20T02:57:26.367Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-08-20T02:57:26.411Z Compiling openapiv3 v2.2.0
17562026-08-20T02:57:26.460Z Compiling lalrpop-util v0.19.12
17572026-08-20T02:57:26.518Z Compiling peg-runtime v0.8.5
17582026-08-20T02:57:26.595Z Compiling thread_local v1.1.9
17592026-08-20T02:57:26.607Z Compiling slog-async v2.8.0
17602026-08-20T02:57:26.646Z Compiling crossbeam-channel v0.5.15
17612026-08-20T02:57:26.653Z Compiling is-terminal v0.4.17
17622026-08-20T02:57:26.653Z Compiling filetime v0.2.27
17632026-08-20T02:57:26.765Z Compiling xattr v1.6.1
17642026-08-20T02:57:26.797Z Compiling take_mut v0.2.2
17652026-08-20T02:57:26.817Z Compiling term v1.2.1
17662026-08-20T02:57:26.843Z Compiling camino-tempfile v1.4.1
17672026-08-20T02:57:26.918Z Compiling tar v0.4.46
17682026-08-20T02:57:27.082Z Compiling slog-term v2.9.2
17692026-08-20T02:57:44.187Z Compiling rustls-webpki v0.103.13
17702026-08-20T02:57:46.866Z Compiling tokio-rustls v0.26.4
17712026-08-20T02:57:46.866Z Compiling rustls-platform-verifier v0.6.2
17722026-08-20T02:57:46.869Z Compiling tough v0.22.0
17732026-08-20T02:57:47.058Z Compiling hyper-rustls v0.27.7
17742026-08-20T02:57:47.249Z Compiling reqwest v0.13.2
17752026-08-20T02:57:49.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17762026-08-20T02:57:49.658Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17772026-08-20T02:57:52.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.11s
17782026-08-20T02:57:52.701Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17792026-08-20T02:57:52.753ZAug 20 02:57:52.246 INFO Starting download, target: Cockroach
17802026-08-20T02:57:52.753ZAug 20 02:57:52.247 INFO Starting download, target: Console
17812026-08-20T02:57:52.753ZAug 20 02:57:52.247 INFO Starting download, target: Clickhouse
17822026-08-20T02:57:52.753ZAug 20 02:57:52.247 INFO Starting download, target: DendriteStub
17832026-08-20T02:57:52.753ZAug 20 02:57:52.247 INFO Starting download, target: MaghemiteMgd
17842026-08-20T02:57:52.753ZAug 20 02:57:52.247 INFO Starting download, target: MaghemiteDdmd
17852026-08-20T02:57:52.753ZAug 20 02:57:52.247 INFO Starting download, target: TransceiverControl
17862026-08-20T02:57:52.775ZAug 20 02:57:52.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17872026-08-20T02:57:52.775ZAug 20 02:57:52.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17882026-08-20T02:57:52.775ZAug 20 02:57:52.247 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-08-20T02:57:52.775ZAug 20 02:57:52.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17902026-08-20T02:57:52.775ZAug 20 02:57:52.248 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17912026-08-20T02:57:52.775ZAug 20 02:57:52.248 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17922026-08-20T02:57:52.775ZAug 20 02:57:52.248 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17932026-08-20T02:57:54.556ZAug 20 02:57:54.030 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17942026-08-20T02:57:54.674ZAug 20 02:57:54.134 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17952026-08-20T02:57:54.832ZAug 20 02:57:54.252 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17962026-08-20T02:57:55.002ZAug 20 02:57:54.386 INFO Download complete, target: Console
17972026-08-20T02:57:55.060ZAug 20 02:57:54.474 INFO Download complete, target: TransceiverControl
17982026-08-20T02:57:57.976ZAug 20 02:57:57.429 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17992026-08-20T02:57:58.114ZAug 20 02:57:57.539 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18002026-08-20T02:57:58.157ZAug 20 02:57:57.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18012026-08-20T02:58:00.205ZAug 20 02:57:59.555 INFO Download complete, target: MaghemiteDdmd
18022026-08-20T02:58:00.247ZAug 20 02:57:59.598 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18032026-08-20T02:58:00.248ZAug 20 02:57:59.598 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18042026-08-20T02:58:00.637ZAug 20 02:58:00.109 INFO Download complete, target: DendriteStub
18052026-08-20T02:58:00.854ZAug 20 02:58:00.310 INFO Download complete, target: MaghemiteMgd
18062026-08-20T02:58:01.474ZAug 20 02:58:00.951 INFO Checking that binary works, target: Clickhouse
18072026-08-20T02:58:01.559ZAug 20 02:58:01.039 INFO Download complete, target: Clickhouse
18082026-08-20T02:58:04.726ZAug 20 02:58:04.209 INFO Checking that binary works, target: Cockroach
18092026-08-20T02:58:04.838ZAug 20 02:58:04.333 INFO Download complete, target: Cockroach
18102026-08-20T02:58:04.845ZAll prerequisites installed successfully
18112026-08-20T02:58:04.855Z
18122026-08-20T02:58:04.855Zreal 1:56.735208195
18132026-08-20T02:58:04.855Zuser 7:19.152266472
18142026-08-20T02:58:04.855Zsys 1:44.792073922
18152026-08-20T02:58:04.855Ztrap 0.316202167
18162026-08-20T02:58:04.855Ztflt 0.867942385
18172026-08-20T02:58:04.855Zdflt 1.845595759
18182026-08-20T02:58:04.856Zkflt 0.024554744
18192026-08-20T02:58:04.856Zlock 30:01.045242040
18202026-08-20T02:58:04.856Zslp 20:04.840512218
18212026-08-20T02:58:04.856Zlat 30.711439813
18222026-08-20T02:58:04.857Zstop 3:37.139578957
18232026-08-20T02:58:04.857Z+ ptime -m cargo xtask download softnpu
18242026-08-20T02:58:05.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18252026-08-20T02:58:05.354Z Running `target/debug/xtask download softnpu`
18262026-08-20T02:58:06.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18272026-08-20T02:58:06.189Z Running `target/debug/xtask-downloader softnpu`
18282026-08-20T02:58:06.234ZAug 20 02:58:05.721 INFO Starting download, target: Softnpu
18292026-08-20T02:58:06.241ZAug 20 02:58:05.722 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18302026-08-20T02:58:08.059ZAug 20 02:58:07.536 INFO Download complete, target: Softnpu
18312026-08-20T02:58:08.108Z
18322026-08-20T02:58:08.108Zreal 3.194649509
18332026-08-20T02:58:08.108Zuser 1.350055709
18342026-08-20T02:58:08.108Zsys 0.642777318
18352026-08-20T02:58:08.108Ztrap 0.000656670
18362026-08-20T02:58:08.108Ztflt 0.000416900
18372026-08-20T02:58:08.108Zdflt 0.000171160
18382026-08-20T02:58:08.108Zkflt 0.000000000
18392026-08-20T02:58:08.108Zlock 34.612897694
18402026-08-20T02:58:08.108Zslp 1.629990113
18412026-08-20T02:58:08.108Zlat 0.128042422
18422026-08-20T02:58:08.109Zstop 0.000196510
18432026-08-20T02:58:08.109Z+ export CARGO_INCREMENTAL=0
18442026-08-20T02:58:08.109Z+ CARGO_INCREMENTAL=0
18452026-08-20T02:58:08.109Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18462026-08-20T02:58:08.964Z Compiling proc-macro2 v1.0.106
18472026-08-20T02:58:08.964Z Compiling quote v1.0.45
18482026-08-20T02:58:08.964Z Compiling unicode-ident v1.0.24
18492026-08-20T02:58:08.969Z Compiling serde_core v1.0.228
18502026-08-20T02:58:08.969Z Compiling libc v0.2.185
18512026-08-20T02:58:08.969Z Compiling serde v1.0.228
18522026-08-20T02:58:08.970Z Compiling cfg-if v1.0.4
18532026-08-20T02:58:08.970Z Compiling version_check v0.9.5
18542026-08-20T02:58:08.970Z Compiling autocfg v1.5.0
18552026-08-20T02:58:08.970Z Compiling find-msvc-tools v0.1.9
18562026-08-20T02:58:09.113Z Compiling shlex v1.3.0
18572026-08-20T02:58:09.119Z Compiling memchr v2.8.0
18582026-08-20T02:58:09.152Z Compiling zmij v1.0.21
18592026-08-20T02:58:09.166Z Compiling serde_json v1.0.151
18602026-08-20T02:58:09.207Z Compiling portable-atomic v1.13.1
18612026-08-20T02:58:09.321Z Compiling zerocopy v0.8.55
18622026-08-20T02:58:09.554Z Compiling libm v0.2.16
18632026-08-20T02:58:09.560Z Compiling parking_lot_core v0.9.12
18642026-08-20T02:58:09.632Z Compiling smallvec v1.15.1
18652026-08-20T02:58:09.632Z Compiling icu_properties_data v2.1.2
18662026-08-20T02:58:09.637Z Compiling icu_normalizer_data v2.1.1
18672026-08-20T02:58:09.698Z Compiling generic-array v0.14.7
18682026-08-20T02:58:09.702Z Compiling num-traits v0.2.19
18692026-08-20T02:58:09.702Z Compiling itoa v1.0.17
18702026-08-20T02:58:09.755Z Compiling getrandom v0.4.3
18712026-08-20T02:58:09.839Z Compiling log v0.4.33
18722026-08-20T02:58:09.889Z Compiling getrandom v0.3.4
18732026-08-20T02:58:09.904Z Compiling subtle v2.6.1
18742026-08-20T02:58:09.921Z Compiling pkg-config v0.3.32
18752026-08-20T02:58:09.951Z Compiling stable_deref_trait v1.2.1
18762026-08-20T02:58:09.955Z Compiling typenum v1.20.1
18772026-08-20T02:58:10.021Z Compiling rustix v1.1.4
18782026-08-20T02:58:10.094Z Compiling jobserver v0.1.34
18792026-08-20T02:58:10.175Z Compiling errno v0.3.14
18802026-08-20T02:58:10.238Z Compiling scopeguard v1.2.0
18812026-08-20T02:58:10.238Z Compiling thiserror v2.0.18
18822026-08-20T02:58:10.268Z Compiling lock_api v0.4.14
18832026-08-20T02:58:10.330Z Compiling cc v1.2.56
18842026-08-20T02:58:10.349Z Compiling getrandom v0.2.17
18852026-08-20T02:58:10.420Z Compiling heck v0.5.0
18862026-08-20T02:58:10.432Z Compiling syn v2.0.117
18872026-08-20T02:58:10.452Z Compiling equivalent v1.0.2
18882026-08-20T02:58:10.502Z Compiling rand_core v0.6.4
18892026-08-20T02:58:10.554Z Compiling critical-section v1.2.0
18902026-08-20T02:58:10.603Z Compiling pin-project-lite v0.2.17
18912026-08-20T02:58:10.607Z Compiling syn v1.0.109
18922026-08-20T02:58:10.698Z Compiling schemars v0.8.22
18932026-08-20T02:58:10.713Z Compiling litemap v0.8.1
18942026-08-20T02:58:10.729Z Compiling writeable v0.6.2
18952026-08-20T02:58:10.769Z Compiling percent-encoding v2.3.2
18962026-08-20T02:58:10.817Z Compiling hashbrown v0.17.0
18972026-08-20T02:58:10.931Z Compiling rustversion v1.0.22
18982026-08-20T02:58:10.955Z Compiling dunce v1.0.5
18992026-08-20T02:58:10.955Z Compiling fs_extra v1.3.0
19002026-08-20T02:58:11.040Z Compiling once_cell v1.21.3
19012026-08-20T02:58:11.087Z Compiling cmake v0.1.57
19022026-08-20T02:58:11.172Z Compiling byteorder v1.5.0
19032026-08-20T02:58:11.276Z Compiling strsim v0.11.1
19042026-08-20T02:58:11.303Z Compiling rand_core v0.10.0
19052026-08-20T02:58:11.313Z Compiling signal-hook-registry v1.4.8
19062026-08-20T02:58:11.421Z Compiling bitflags v2.11.0
19072026-08-20T02:58:11.460Z Compiling semver v1.0.28
19082026-08-20T02:58:11.932Z Compiling indexmap v2.14.0
19092026-08-20T02:58:11.962Z Compiling aws-lc-sys v0.40.0
19102026-08-20T02:58:11.962Z Compiling utf8_iter v1.0.4
19112026-08-20T02:58:11.962Z Compiling thiserror v1.0.69
19122026-08-20T02:58:11.962Z Compiling parking_lot v0.12.5
19132026-08-20T02:58:11.963Z Compiling form_urlencoded v1.2.2
19142026-08-20T02:58:11.963Z Compiling socket2 v0.6.3
19152026-08-20T02:58:11.963Z Compiling mio v1.2.0
19162026-08-20T02:58:12.044Z Compiling futures-core v0.3.32
19172026-08-20T02:58:12.075Z Compiling aws-lc-rs v1.16.3
19182026-08-20T02:58:12.119Z Compiling const-oid v0.9.6
19192026-08-20T02:58:12.271Z Compiling httparse v1.10.1
19202026-08-20T02:58:12.405Z Compiling fnv v1.0.7
19212026-08-20T02:58:12.424Z Compiling crc32fast v1.5.0
19222026-08-20T02:58:12.956Z Compiling ucd-trie v0.1.7
19232026-08-20T02:58:13.012Z Compiling regex-syntax v0.8.10
19242026-08-20T02:58:13.012Z Compiling ident_case v1.0.1
19252026-08-20T02:58:13.013Z Compiling pest v2.8.6
19262026-08-20T02:58:13.013Z Compiling vcpkg v0.2.15
19272026-08-20T02:58:13.013Z Compiling iana-time-zone v0.1.65
19282026-08-20T02:58:13.013Z Compiling uuid v1.23.4
19292026-08-20T02:58:13.013Z Compiling rustc_version v0.4.1
19302026-08-20T02:58:13.063Z Compiling futures-sink v0.3.32
19312026-08-20T02:58:13.124Z Compiling rustls v0.23.41
19322026-08-20T02:58:13.242Z Compiling synstructure v0.13.2
19332026-08-20T02:58:13.284Z Compiling serde_derive_internals v0.29.1
19342026-08-20T02:58:13.312Z Compiling futures-channel v0.3.32
19352026-08-20T02:58:13.312Z Compiling openssl-sys v0.9.117
19362026-08-20T02:58:13.580Z Compiling aho-corasick v1.1.4
19372026-08-20T02:58:13.623Z Compiling futures-task v0.3.32
19382026-08-20T02:58:13.623Z Compiling slab v0.4.12
19392026-08-20T02:58:13.821Z Compiling futures-io v0.3.32
19402026-08-20T02:58:13.880Z Compiling pest_meta v2.8.6
19412026-08-20T02:58:13.902Z Compiling time-core v0.1.8
19422026-08-20T02:58:13.903Z Compiling plain v0.2.3
19432026-08-20T02:58:14.008Z Compiling radium v0.7.0
19442026-08-20T02:58:14.019Z Compiling num-conv v0.2.0
19452026-08-20T02:58:14.037Z Compiling dyn-clone v1.0.20
19462026-08-20T02:58:14.066Z Compiling crossbeam-utils v0.8.21
19472026-08-20T02:58:14.111Z Compiling maybe-uninit v2.0.0
19482026-08-20T02:58:14.126Z Compiling openssl v0.10.80
19492026-08-20T02:58:14.170Z Compiling time-macros v0.2.27
19502026-08-20T02:58:14.208Z Compiling pretty-hex v0.4.1
19512026-08-20T02:58:14.292Z Compiling base64ct v1.8.3
19522026-08-20T02:58:14.359Z Compiling base64 v0.22.1
19532026-08-20T02:58:14.384Z Compiling flagset v0.4.7
19542026-08-20T02:58:14.384Z Compiling darling_core v0.23.0
19552026-08-20T02:58:14.384Z Compiling rand_core v0.9.5
19562026-08-20T02:58:14.552Z Compiling serde_derive v1.0.228
19572026-08-20T02:58:14.573Z Compiling zeroize_derive v1.5.0
19582026-08-20T02:58:14.573Z Compiling zerofrom-derive v0.1.6
19592026-08-20T02:58:14.573Z Compiling yoke-derive v0.8.1
19602026-08-20T02:58:14.598Z Compiling zerocopy-derive v0.8.55
19612026-08-20T02:58:14.762Z Compiling zerovec-derive v0.11.2
19622026-08-20T02:58:14.762Z Compiling displaydoc v0.2.5
19632026-08-20T02:58:14.763Z Compiling tokio-macros v2.7.0
19642026-08-20T02:58:14.799Z Compiling futures-macro v0.3.32
19652026-08-20T02:58:14.866Z Compiling thiserror-impl v2.0.18
19662026-08-20T02:58:14.983Z Compiling schemars_derive v0.8.22
19672026-08-20T02:58:14.999Z Compiling der_derive v0.7.3
19682026-08-20T02:58:15.110Z Compiling tracing-attributes v0.1.31
19692026-08-20T02:58:15.144Z Compiling thiserror-impl v1.0.69
19702026-08-20T02:58:15.148Z Compiling pest_generator v2.8.6
19712026-08-20T02:58:15.373Z Compiling regex-automata v0.4.14
19722026-08-20T02:58:15.428Z Compiling pem-rfc7468 v0.7.0
19732026-08-20T02:58:15.545Z Compiling scroll_derive v0.12.1
19742026-08-20T02:58:15.594Z Compiling futures-util v0.3.32
19752026-08-20T02:58:15.682Z Compiling zerofrom v0.1.6
19762026-08-20T02:58:15.797Z Compiling pest_derive v2.8.6
19772026-08-20T02:58:15.834Z Compiling yoke v0.8.1
19782026-08-20T02:58:15.923Z Compiling scroll_derive v0.13.1
19792026-08-20T02:58:16.034Z Compiling zerovec v0.11.5
19802026-08-20T02:58:16.063Z Compiling zerotrie v0.2.3
19812026-08-20T02:58:16.298Z Compiling openssl-macros v0.1.1
19822026-08-20T02:58:16.337Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19832026-08-20T02:58:16.362Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-08-20T02:58:16.408Z Compiling ahash v0.8.12
19852026-08-20T02:58:16.440Z Compiling packed_struct v0.10.1
19862026-08-20T02:58:16.506Z Compiling anyhow v1.0.104
19872026-08-20T02:58:16.523Z Compiling tinystr v0.8.2
19882026-08-20T02:58:16.637Z Compiling potential_utf v0.1.4
19892026-08-20T02:58:16.707Z Compiling icu_locale_core v2.1.1
19902026-08-20T02:58:16.725Z Compiling native-tls v0.2.18
19912026-08-20T02:58:16.755Z Compiling num-bigint-dig v0.8.6
19922026-08-20T02:58:16.758Z Compiling darling_macro v0.23.0
19932026-08-20T02:58:16.836Z Compiling icu_collections v2.1.1
19942026-08-20T02:58:16.868Z Compiling zerocopy-derive v0.7.35
19952026-08-20T02:58:17.058Z Compiling slog v2.8.2
19962026-08-20T02:58:17.339Z Compiling tracing-core v0.1.36
19972026-08-20T02:58:17.359Z Compiling cookie v0.18.1
19982026-08-20T02:58:17.495Z Compiling icu_provider v2.1.1
19992026-08-20T02:58:17.543Z Compiling cpufeatures v0.2.17
20002026-08-20T02:58:17.569Z Compiling camino v1.2.5
20012026-08-20T02:58:17.638Z Compiling zeroize v1.9.0
20022026-08-20T02:58:17.668Z Compiling bytes v1.11.1
20032026-08-20T02:58:17.790Z Compiling icu_properties v2.1.2
20042026-08-20T02:58:17.898Z Compiling icu_normalizer v2.1.1
20052026-08-20T02:58:17.961Z Compiling chrono v0.4.45
20062026-08-20T02:58:18.330Z Compiling tokio v1.52.1
20072026-08-20T02:58:18.447Z Compiling crypto-common v0.1.7
20082026-08-20T02:58:18.542Z Compiling block-buffer v0.10.4
20092026-08-20T02:58:18.661Z Compiling serde_tokenstream v0.2.3
20102026-08-20T02:58:18.809Z Compiling idna_adapter v1.2.1
20112026-08-20T02:58:18.979Z Compiling digest v0.10.7
20122026-08-20T02:58:19.038Z Compiling idna v1.1.0
20132026-08-20T02:58:19.038Z Compiling ppv-lite86 v0.2.21
20142026-08-20T02:58:19.066Z Compiling der v0.7.10
20152026-08-20T02:58:19.142Z Compiling http v1.4.2
20162026-08-20T02:58:19.196Z Compiling regex v1.12.3
20172026-08-20T02:58:19.247Z Compiling url v2.5.8
20182026-08-20T02:58:19.310Z Compiling rand_chacha v0.9.0
20192026-08-20T02:58:19.350Z Compiling serde_spanned v0.6.9
20202026-08-20T02:58:19.532Z Compiling toml_datetime v0.6.11
20212026-08-20T02:58:19.573Z Compiling tracing v0.1.44
20222026-08-20T02:58:19.694Z Compiling darling v0.23.0
20232026-08-20T02:58:19.771Z Compiling packed_struct_codegen v0.10.1
20242026-08-20T02:58:19.809Z Compiling clap_derive v4.6.1
20252026-08-20T02:58:20.036Z Compiling spki v0.7.3
20262026-08-20T02:58:20.041Z Compiling bitfield-macros v0.19.4
20272026-08-20T02:58:20.121Z Compiling zerocopy-derive v0.6.6
20282026-08-20T02:58:20.221Z Compiling indexmap v1.9.3
20292026-08-20T02:58:20.344Z Compiling paste v1.0.15
20302026-08-20T02:58:20.432Z Compiling simd-adler32 v0.3.8
20312026-08-20T02:58:20.622Z Compiling object v0.37.3
20322026-08-20T02:58:20.784Z Compiling pkcs8 v0.10.2
20332026-08-20T02:58:20.788Z Compiling http-body v1.0.1
20342026-08-20T02:58:20.845Z Compiling rand v0.9.2
20352026-08-20T02:58:20.892Z Compiling rustls-pki-types v1.14.0
20362026-08-20T02:58:21.030Z Compiling spin v0.9.8
20372026-08-20T02:58:21.059Z Compiling usdt-impl v0.5.0
20382026-08-20T02:58:21.059Z Compiling either v1.15.0
20392026-08-20T02:58:21.265Z Compiling cmov v0.5.4
20402026-08-20T02:58:21.291Z Compiling ref-cast v1.0.25
20412026-08-20T02:58:21.404Z Compiling utf8parse v0.2.2
20422026-08-20T02:58:21.411Z Compiling anstyle v1.0.14
20432026-08-20T02:58:21.441Z Compiling fastrand v2.3.0
20442026-08-20T02:58:21.449Z Compiling winnow v0.5.40
20452026-08-20T02:58:21.524Z Compiling usdt-impl v0.6.0
20462026-08-20T02:58:21.537Z Compiling openssl-probe v0.2.1
20472026-08-20T02:58:21.612Z Compiling adler2 v2.0.1
20482026-08-20T02:58:21.628Z Compiling tinyvec_macros v0.1.1
20492026-08-20T02:58:21.667Z Compiling ctutils v0.4.2
20502026-08-20T02:58:21.713Z Compiling tinyvec v1.10.0
20512026-08-20T02:58:21.728Z Compiling miniz_oxide v0.8.9
20522026-08-20T02:58:21.746Z Compiling anstyle-parse v1.0.0
20532026-08-20T02:58:21.793Z Compiling sha2 v0.10.9
20542026-08-20T02:58:21.942Z Compiling scroll v0.13.0
20552026-08-20T02:58:21.956Z Compiling scroll v0.12.0
20562026-08-20T02:58:22.070Z Compiling terminal_size v0.4.3
20572026-08-20T02:58:22.100Z Compiling async-trait v0.1.89
20582026-08-20T02:58:22.220Z Compiling tokio-util v0.7.18
20592026-08-20T02:58:22.239Z Compiling heapless v0.7.17
20602026-08-20T02:58:22.319Z Compiling colorchoice v1.0.4
20612026-08-20T02:58:22.341Z Compiling untrusted v0.7.1
20622026-08-20T02:58:22.448Z Compiling winnow v0.7.14
20632026-08-20T02:58:22.478Z Compiling rustix v0.38.44
20642026-08-20T02:58:22.504Z Compiling atomic-waker v1.1.2
20652026-08-20T02:58:22.520Z Compiling winnow v1.0.3
20662026-08-20T02:58:22.675Z Compiling anstyle-query v1.1.5
20672026-08-20T02:58:22.808Z Compiling toml_edit v0.19.15
20682026-08-20T02:58:22.815Z Compiling is_terminal_polyfill v1.70.2
20692026-08-20T02:58:22.856Z Compiling tower-service v0.3.3
20702026-08-20T02:58:22.893Z Compiling zstd-safe v7.2.4
20712026-08-20T02:58:22.992Z Compiling try-lock v0.2.5
20722026-08-20T02:58:23.012Z Compiling signal-hook v0.3.18
20732026-08-20T02:58:23.012Z Compiling tower-layer v0.3.3
20742026-08-20T02:58:23.084Z Compiling litrs v1.0.0
20752026-08-20T02:58:23.121Z Compiling want v0.3.1
20762026-08-20T02:58:23.165Z Compiling anstream v1.0.0
20772026-08-20T02:58:23.175Z Compiling h2 v0.4.15
20782026-08-20T02:58:23.303Z Compiling tempfile v3.27.0
20792026-08-20T02:58:23.455Z Compiling toml_parser v1.1.2+spec-1.1.0
20802026-08-20T02:58:23.532Z Compiling document-features v0.2.12
20812026-08-20T02:58:23.900Z Compiling goblin v0.8.2
20822026-08-20T02:58:23.918Z Compiling goblin v0.10.5
20832026-08-20T02:58:23.944Z Compiling hybrid-array v0.4.13
20842026-08-20T02:58:24.075Z Compiling itertools v0.15.0
20852026-08-20T02:58:24.115Z Compiling ipnet v2.12.0
20862026-08-20T02:58:24.173Z Compiling zerocopy v0.7.35
20872026-08-20T02:58:24.508Z Compiling daft-derive v0.1.7
20882026-08-20T02:58:24.572Z Compiling ref-cast-impl v1.0.25
20892026-08-20T02:58:24.748Z Compiling structmeta-derive v0.3.0
20902026-08-20T02:58:24.789Z Compiling curve25519-dalek v4.1.3
20912026-08-20T02:58:24.811Z Compiling darling_core v0.20.11
20922026-08-20T02:58:24.919Z Compiling memoffset v0.9.1
20932026-08-20T02:58:25.059Z Compiling powerfmt v0.2.0
20942026-08-20T02:58:25.116Z Compiling foreign-types-shared v0.1.1
20952026-08-20T02:58:25.147Z Compiling untrusted v0.9.0
20962026-08-20T02:58:25.220Z Compiling tap v1.0.1
20972026-08-20T02:58:25.276Z Compiling httpdate v1.0.3
20982026-08-20T02:58:25.344Z Compiling wyz v0.5.1
20992026-08-20T02:58:25.415Z Compiling deranged v0.5.8
21002026-08-20T02:58:25.427Z Compiling foreign-types v0.3.2
21012026-08-20T02:58:25.552Z Compiling unicode-normalization v0.1.25
21022026-08-20T02:58:25.755Z Compiling structmeta v0.3.0
21032026-08-20T02:58:25.829Z Compiling dtrace-parser v0.2.0
21042026-08-20T02:58:25.999Z Compiling rand_chacha v0.3.1
21052026-08-20T02:58:26.039Z Compiling signature v2.2.0
21062026-08-20T02:58:26.120Z Compiling hex v0.4.3
21072026-08-20T02:58:26.195Z Compiling dof v0.3.0
21082026-08-20T02:58:26.355Z Compiling hyper v1.10.1
21092026-08-20T02:58:26.385Z Compiling dtrace-parser v0.3.0
21102026-08-20T02:58:26.406Z Compiling pin-project-internal v1.1.11
21112026-08-20T02:58:26.510Z Compiling num-integer v0.1.46
21122026-08-20T02:58:26.774Z Compiling darling_macro v0.20.11
21132026-08-20T02:58:26.827Z Compiling dof v0.4.0
21142026-08-20T02:58:26.831Z Compiling thread-id v5.1.0
21152026-08-20T02:58:26.859Z Compiling wait-timeout v0.2.1
21162026-08-20T02:58:26.949Z Compiling thread-id v4.2.2
21172026-08-20T02:58:27.030Z Compiling bit-vec v0.8.0
21182026-08-20T02:58:27.034Z Compiling owo-colors v4.3.0
21192026-08-20T02:58:27.063Z Compiling funty v2.0.0
21202026-08-20T02:58:27.103Z Compiling clap_lex v1.0.0
21212026-08-20T02:58:27.272Z Compiling cfg_aliases v0.2.1
21222026-08-20T02:58:27.376Z Compiling quick-error v1.2.3
21232026-08-20T02:58:27.384Z Compiling smoltcp v0.9.1
21242026-08-20T02:58:27.428Z Compiling num_threads v0.1.7
21252026-08-20T02:58:27.467Z Compiling rusty-fork v0.3.1
21262026-08-20T02:58:27.486Z Compiling hyper-util v0.1.20
21272026-08-20T02:58:27.500Z Compiling bitvec v1.0.1
21282026-08-20T02:58:27.541Z Compiling nix v0.31.2
21292026-08-20T02:58:27.585Z Compiling time v0.3.47
21302026-08-20T02:58:27.640Z Compiling darling v0.20.11
21312026-08-20T02:58:27.686Z Compiling clap_builder v4.6.0
21322026-08-20T02:58:27.707Z Compiling bit-set v0.8.0
21332026-08-20T02:58:27.760Z Compiling num-iter v0.1.45
21342026-08-20T02:58:27.899Z Compiling rand v0.8.6
21352026-08-20T02:58:28.166Z Compiling lazy_static v1.5.0
21362026-08-20T02:58:28.287Z Compiling ipnetwork v0.21.1
21372026-08-20T02:58:28.324Z Compiling hmac v0.12.1
21382026-08-20T02:58:28.606Z Compiling rand_xorshift v0.4.0
21392026-08-20T02:58:28.644Z Compiling curve25519-dalek-derive v0.1.1
21402026-08-20T02:58:28.661Z Compiling sync_wrapper v1.0.2
21412026-08-20T02:58:28.813Z Compiling zlib-rs v0.6.2
21422026-08-20T02:58:28.998Z Compiling unarray v0.1.4
21432026-08-20T02:58:29.111Z Compiling crc-catalog v2.4.0
21442026-08-20T02:58:29.147Z Compiling nodrop v0.1.14
21452026-08-20T02:58:29.166Z Compiling siphasher v1.0.2
21462026-08-20T02:58:29.233Z Compiling array-init v0.0.4
21472026-08-20T02:58:29.247Z Compiling crc v3.4.0
21482026-08-20T02:58:29.392Z Compiling clap v4.6.1
21492026-08-20T02:58:29.611Z Compiling proptest v1.11.0
21502026-08-20T02:58:29.774Z Compiling tower v0.5.3
21512026-08-20T02:58:30.420Z Compiling smallvec v0.6.14
21522026-08-20T02:58:30.564Z Compiling derive_builder_core v0.20.2
21532026-08-20T02:58:30.727Z Compiling pkcs1 v0.7.5
21542026-08-20T02:58:30.954Z Compiling flate2 v1.1.9
21552026-08-20T02:58:30.967Z Compiling http-body-util v0.1.3
21562026-08-20T02:58:31.036Z Compiling zerocopy v0.6.6
21572026-08-20T02:58:31.054Z Compiling bitfield v0.19.4
21582026-08-20T02:58:31.222Z Compiling hubpack_derive v0.1.1
21592026-08-20T02:58:31.251Z Compiling strum_macros v0.27.2
21602026-08-20T02:58:31.316Z Compiling snafu-derive v0.8.9
21612026-08-20T02:58:31.333Z Compiling strum_macros v0.26.4
21622026-08-20T02:58:31.359Z Compiling env_filter v2.0.0
21632026-08-20T02:58:31.394Z Compiling fs-err v3.3.0
21642026-08-20T02:58:31.419Z Compiling iri-string v0.7.10
21652026-08-20T02:58:31.476Z Compiling gimli v0.32.3
21662026-08-20T02:58:31.662Z Compiling base64 v0.21.7
21672026-08-20T02:58:31.931Z Compiling unicode-bidi v0.3.18
21682026-08-20T02:58:32.247Z Compiling allocator-api2 v0.2.21
21692026-08-20T02:58:32.339Z Compiling unicode-properties v0.1.4
21702026-08-20T02:58:32.406Z Compiling unicode-segmentation v1.12.0
21712026-08-20T02:58:32.435Z Compiling hashbrown v0.12.3
21722026-08-20T02:58:32.562Z Compiling ryu v1.0.23
21732026-08-20T02:58:32.602Z Compiling tower-http v0.6.8
21742026-08-20T02:58:32.761Z Compiling serde_urlencoded v0.7.1
21752026-08-20T02:58:32.774Z Compiling stringprep v0.1.5
21762026-08-20T02:58:32.906Z Compiling ron v0.8.1
21772026-08-20T02:58:33.005Z Compiling env_logger v0.11.11
21782026-08-20T02:58:33.029Z Compiling newtype-uuid v1.3.2
21792026-08-20T02:58:33.134Z Compiling addr2line v0.25.1
21802026-08-20T02:58:33.248Z Compiling derive_builder_macro v0.20.2
21812026-08-20T02:58:33.295Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21822026-08-20T02:58:33.339Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21832026-08-20T02:58:33.377Z Compiling rsa v0.9.10
21842026-08-20T02:58:33.382Z Compiling oxnet v0.1.6
21852026-08-20T02:58:33.406Z Compiling serde-hex v0.1.0
21862026-08-20T02:58:33.473Z Compiling tokio-native-tls v0.3.1
21872026-08-20T02:58:33.491Z Compiling hashbrown v0.13.2
21882026-08-20T02:58:33.675Z Compiling bzip2 v0.4.4
21892026-08-20T02:58:33.691Z Compiling usdt-macro v0.6.0
21902026-08-20T02:58:33.801Z Compiling usdt-attr-macro v0.6.0
21912026-08-20T02:58:33.817Z Compiling derive-ex v0.1.8
21922026-08-20T02:58:33.897Z Compiling block-padding v0.4.2
21932026-08-20T02:58:34.025Z Compiling crypto-common v0.2.2
21942026-08-20T02:58:34.042Z Compiling block-buffer v0.12.1
21952026-08-20T02:58:34.349Z Compiling rustls-native-certs v0.8.3
21962026-08-20T02:58:34.447Z Compiling x509-cert v0.2.5
21972026-08-20T02:58:34.478Z Compiling md-5 v0.10.6
21982026-08-20T02:58:34.614Z Compiling erased-serde v0.3.31
21992026-08-20T02:58:34.656Z Compiling bstr v1.12.1
22002026-08-20T02:58:35.008Z Compiling vergen-lib v9.1.0
22012026-08-20T02:58:35.049Z Compiling hash32 v0.2.1
22022026-08-20T02:58:35.089Z Compiling encoding_rs v0.8.35
22032026-08-20T02:58:35.215Z Compiling cpufeatures v0.3.0
22042026-08-20T02:58:35.230Z Compiling mime v0.3.17
22052026-08-20T02:58:35.276Z Compiling rustc-demangle v0.1.27
22062026-08-20T02:58:35.322Z Compiling unicode-width v0.2.0
22072026-08-20T02:58:35.403Z Compiling fallible-iterator v0.2.0
22082026-08-20T02:58:35.478Z Compiling psl-types v2.0.11
22092026-08-20T02:58:35.515Z Compiling crc-any v2.5.0
22102026-08-20T02:58:35.629Z Compiling publicsuffix v2.3.0
22112026-08-20T02:58:35.705Z Compiling test-strategy v0.4.5
22122026-08-20T02:58:35.739Z Compiling postgres-protocol v0.6.10
22132026-08-20T02:58:35.946Z Compiling backtrace v0.3.76
22142026-08-20T02:58:36.264Z Compiling inout v0.2.2
22152026-08-20T02:58:36.398Z Compiling object v0.30.4
22162026-08-20T02:58:36.417Z Compiling zip v0.6.6
22172026-08-20T02:58:36.450Z Compiling derive_builder v0.20.2
22182026-08-20T02:58:36.472Z Compiling daft v0.1.7
22192026-08-20T02:58:36.544Z Compiling hyper-tls v0.6.0
22202026-08-20T02:58:36.560Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-20T02:58:36.591Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22222026-08-20T02:58:36.774Z Compiling heck v0.4.1
22232026-08-20T02:58:36.792Z Compiling phf_shared v0.13.1
22242026-08-20T02:58:36.873Z Compiling pin-project v1.1.11
22252026-08-20T02:58:36.961Z Compiling toml v0.7.8
22262026-08-20T02:58:37.016Z Compiling serde_with_macros v3.21.0
22272026-08-20T02:58:37.048Z Compiling futures-executor v0.3.32
22282026-08-20T02:58:37.112Z Compiling serde_repr v0.1.20
22292026-08-20T02:58:37.294Z Compiling miette-derive v7.6.0
22302026-08-20T02:58:37.302Z Compiling enum-as-inner v0.6.1
22312026-08-20T02:58:37.331Z Compiling async-recursion v1.1.1
22322026-08-20T02:58:37.511Z Compiling vergen v9.1.0
22332026-08-20T02:58:37.532Z Compiling ff v0.13.1
22342026-08-20T02:58:37.548Z Compiling cargo-platform v0.3.2
22352026-08-20T02:58:37.690Z Compiling managed v0.8.0
22362026-08-20T02:58:37.813Z Compiling bitflags v1.3.2
22372026-08-20T02:58:37.909Z Compiling base16ct v0.2.0
22382026-08-20T02:58:37.952Z Compiling bumpalo v3.20.2
22392026-08-20T02:58:38.032Z Compiling smawk v0.3.2
22402026-08-20T02:58:38.087Z Compiling jiff-core v0.1.0
22412026-08-20T02:58:38.104Z Compiling libbz2-rs-sys v0.2.2
22422026-08-20T02:58:38.185Z Compiling same-file v1.0.6
22432026-08-20T02:58:38.209Z Compiling is_ci v1.2.0
22442026-08-20T02:58:38.238Z Compiling unicode-linebreak v0.1.5
22452026-08-20T02:58:38.277Z Compiling foldhash v0.2.0
22462026-08-20T02:58:38.349Z Compiling path-slash v0.1.5
22472026-08-20T02:58:38.412Z Compiling foldhash v0.1.5
22482026-08-20T02:58:38.454Z Compiling hashbrown v0.16.1
22492026-08-20T02:58:38.494Z Compiling textwrap v0.16.2
22502026-08-20T02:58:38.510Z Compiling bzip2 v0.6.1
22512026-08-20T02:58:38.607Z Compiling hashbrown v0.15.5
22522026-08-20T02:58:38.628Z Compiling supports-color v3.0.2
22532026-08-20T02:58:38.700Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22542026-08-20T02:58:38.731Z Compiling walkdir v2.5.0
22552026-08-20T02:58:38.816Z Compiling zopfli v0.8.3
22562026-08-20T02:58:38.917Z Compiling jiff v0.2.34
22572026-08-20T02:58:39.027Z Compiling sec1 v0.7.3
22582026-08-20T02:58:39.158Z Compiling cargo_metadata v0.23.1
22592026-08-20T02:58:39.203Z Compiling group v0.13.0
22602026-08-20T02:58:39.465Z Compiling futures v0.3.32
22612026-08-20T02:58:39.851Z Compiling phf v0.13.1
22622026-08-20T02:58:39.869Z Compiling snafu v0.8.9
22632026-08-20T02:58:39.922Z Compiling reqwest v0.12.28
22642026-08-20T02:58:40.078Z Compiling signal-hook-mio v0.2.5
22652026-08-20T02:58:40.226Z Compiling cookie_store v0.22.1
22662026-08-20T02:58:40.234Z Compiling cipher v0.5.2
22672026-08-20T02:58:40.310Z Compiling backtrace-ext v0.2.1
22682026-08-20T02:58:40.326Z Compiling postgres-types v0.2.12
22692026-08-20T02:58:40.356Z Compiling zstd v0.13.3
22702026-08-20T02:58:40.406Z Compiling globset v0.4.18
22712026-08-20T02:58:40.484Z Compiling strum v0.27.2
22722026-08-20T02:58:40.546Z Compiling hubpack v0.1.2
22732026-08-20T02:58:40.641Z Compiling phf_shared v0.11.3
22742026-08-20T02:58:40.675Z Compiling hkdf v0.12.4
22752026-08-20T02:58:40.678Z Compiling crossbeam-epoch v0.9.18
22762026-08-20T02:58:40.803Z Compiling byte-wrapper v0.1.0
22772026-08-20T02:58:40.818Z Compiling ed25519 v2.2.3
22782026-08-20T02:58:40.842Z Compiling olpc-cjson v0.1.4
22792026-08-20T02:58:41.065Z Compiling crypto-bigint v0.5.5
22802026-08-20T02:58:41.099Z Compiling serde-big-array v0.5.1
22812026-08-20T02:58:41.142Z Compiling serde_plain v1.0.2
22822026-08-20T02:58:41.189Z Compiling pem v3.0.6
22832026-08-20T02:58:41.225Z Compiling float-cmp v0.10.0
22842026-08-20T02:58:41.281Z Compiling memmap2 v0.9.10
22852026-08-20T02:58:41.349Z Compiling normalize-line-endings v0.3.0
22862026-08-20T02:58:41.398Z Compiling typed-path v0.9.3
22872026-08-20T02:58:41.487Z Compiling supports-hyperlinks v3.2.0
22882026-08-20T02:58:41.504Z Compiling supports-unicode v3.0.0
22892026-08-20T02:58:41.522Z Compiling fixedbitset v0.4.2
22902026-08-20T02:58:41.609Z Compiling const-oid v0.10.2
22912026-08-20T02:58:41.625Z Compiling new_debug_unreachable v1.0.6
22922026-08-20T02:58:41.651Z Compiling difflib v0.4.0
22932026-08-20T02:58:41.746Z Compiling whoami v2.1.0
22942026-08-20T02:58:41.912Z Compiling static_assertions v1.1.0
22952026-08-20T02:58:41.999Z Compiling unicode-width v0.1.14
22962026-08-20T02:58:42.013Z Compiling predicates-core v1.0.10
22972026-08-20T02:58:42.040Z Compiling precomputed-hash v0.1.1
22982026-08-20T02:58:42.086Z Compiling fixedbitset v0.5.7
22992026-08-20T02:58:42.102Z Compiling keccak v0.1.6
23002026-08-20T02:58:42.109Z Compiling data-encoding v2.10.0
23012026-08-20T02:58:42.151Z Compiling toml_write v0.1.2
23022026-08-20T02:58:42.239Z Compiling predicates v3.1.4
23032026-08-20T02:58:42.316Z Compiling string_cache v0.8.9
23042026-08-20T02:58:42.316Z Compiling sha3 v0.10.8
23052026-08-20T02:58:42.328Z Compiling miette v7.6.0
23062026-08-20T02:58:42.328Z Compiling toml_edit v0.22.27
23072026-08-20T02:58:42.361Z Compiling petgraph v0.8.3
23082026-08-20T02:58:42.379Z Compiling elliptic-curve v0.13.8
23092026-08-20T02:58:42.452Z Compiling hickory-proto v0.25.2
23102026-08-20T02:58:42.548Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23112026-08-20T02:58:42.669Z Compiling tokio-postgres v0.7.16
23122026-08-20T02:58:42.714Z Compiling chacha20 v0.10.0
23132026-08-20T02:58:42.915Z Compiling digest v0.11.3
23142026-08-20T02:58:42.988Z Compiling petgraph v0.6.5
23152026-08-20T02:58:43.298Z Compiling usdt v0.6.0
23162026-08-20T02:58:44.066Z Compiling zip v4.6.1
23172026-08-20T02:58:44.162Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-20T02:58:44.507Z Compiling ed25519-dalek v2.2.0
23192026-08-20T02:58:44.837Z Compiling crossterm v0.28.1
23202026-08-20T02:58:45.165Z Compiling iddqd v0.4.2
23212026-08-20T02:58:45.356Z Compiling serde_with v3.21.0
23222026-08-20T02:58:45.376Z Compiling similar v2.7.0
23232026-08-20T02:58:45.376Z Compiling strum v0.26.3
23242026-08-20T02:58:45.523Z Compiling tokio-stream v0.1.18
23252026-08-20T02:58:45.682Z Compiling buf-list v1.1.2
23262026-08-20T02:58:45.953Z Compiling itertools v0.13.0
23272026-08-20T02:58:45.978Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23282026-08-20T02:58:45.997Z Compiling openapiv3 v2.2.0
23292026-08-20T02:58:46.631Z Compiling lalrpop-util v0.19.12
23302026-08-20T02:58:46.959Z Compiling peg-runtime v0.8.5
23312026-08-20T02:59:01.989Z Compiling rustls-webpki v0.103.13
23322026-08-20T02:59:05.684Z Compiling tokio-rustls v0.26.4
23332026-08-20T02:59:05.709Z Compiling rustls-platform-verifier v0.6.2
23342026-08-20T02:59:06.152Z Compiling hyper-rustls v0.27.7
23352026-08-20T02:59:06.194Z Compiling tough v0.22.0
23362026-08-20T02:59:06.257Z Compiling reqwest v0.13.2
23372026-08-20T02:59:09.010Z Compiling macaddr v1.0.1
23382026-08-20T02:59:09.064Z Compiling crucible-workspace-hack v0.1.0
23392026-08-20T02:59:09.184Z Compiling rayon-core v1.13.0
23402026-08-20T02:59:09.258Z Compiling secrecy v0.10.3
23412026-08-20T02:59:09.258Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-08-20T02:59:09.310Z Compiling toml_datetime v0.7.5+spec-1.1.0
23432026-08-20T02:59:09.328Z Compiling heapless v0.8.0
23442026-08-20T02:59:09.477Z Compiling crossbeam-deque v0.8.6
23452026-08-20T02:59:09.535Z Compiling toml_edit v0.23.10+spec-1.0.0
23462026-08-20T02:59:09.558Z Compiling ingot-macros v0.2.0
23472026-08-20T02:59:09.558Z Compiling inout v0.1.4
23482026-08-20T02:59:09.587Z Compiling hash32 v0.3.1
23492026-08-20T02:59:09.590Z Compiling multer v3.1.0
23502026-08-20T02:59:09.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23512026-08-20T02:59:09.713Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23522026-08-20T02:59:09.738Z Compiling thread_local v1.1.9
23532026-08-20T02:59:09.755Z Compiling compression-core v0.4.31
23542026-08-20T02:59:09.799Z Compiling slog-async v2.8.0
23552026-08-20T02:59:09.805Z Compiling smoltcp v0.11.0
23562026-08-20T02:59:09.824Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23572026-08-20T02:59:09.844Z Compiling match_cfg v0.1.0
23582026-08-20T02:59:09.889Z Compiling compression-codecs v0.4.37
23592026-08-20T02:59:09.938Z Compiling hostname v0.3.1
23602026-08-20T02:59:10.059Z Compiling cipher v0.4.4
23612026-08-20T02:59:10.214Z Compiling proc-macro-crate v3.4.0
23622026-08-20T02:59:10.234Z Compiling atomicwrites v0.4.4
23632026-08-20T02:59:10.234Z Compiling slog-json v2.6.1
23642026-08-20T02:59:10.234Z Compiling crossbeam-channel v0.5.15
23652026-08-20T02:59:10.256Z Compiling half v2.7.1
23662026-08-20T02:59:10.342Z Compiling newtype-uuid-macros v0.1.0
23672026-08-20T02:59:10.444Z Compiling universal-hash v0.5.1
23682026-08-20T02:59:10.447Z Compiling cobs v0.3.0
23692026-08-20T02:59:10.479Z Compiling thiserror-impl-no-std v2.0.2
23702026-08-20T02:59:10.485Z Compiling async-stream-impl v0.3.6
23712026-08-20T02:59:10.574Z Compiling toml_datetime v1.1.1+spec-1.1.0
23722026-08-20T02:59:10.618Z Compiling serde_spanned v1.1.1
23732026-08-20T02:59:10.635Z Compiling is-terminal v0.4.17
23742026-08-20T02:59:10.764Z Compiling dropshot v0.17.1
23752026-08-20T02:59:10.783Z Compiling proc-macro-error-attr v1.0.4
23762026-08-20T02:59:10.802Z Compiling convert_case v0.4.0
23772026-08-20T02:59:10.845Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23782026-08-20T02:59:10.886Z Compiling toml_writer v1.1.1+spec-1.1.0
23792026-08-20T02:59:11.001Z Compiling opaque-debug v0.3.1
23802026-08-20T02:59:11.024Z Compiling take_mut v0.2.2
23812026-08-20T02:59:11.039Z Compiling term v1.2.1
23822026-08-20T02:59:11.098Z Compiling ciborium-io v0.2.2
23832026-08-20T02:59:11.098Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23842026-08-20T02:59:11.103Z Compiling toml v1.1.2+spec-1.1.0
23852026-08-20T02:59:11.103Z Compiling async-stream v0.3.6
23862026-08-20T02:59:11.126Z Compiling derive_more v0.99.20
23872026-08-20T02:59:11.160Z Compiling ciborium-ll v0.2.2
23882026-08-20T02:59:11.175Z Compiling poly1305 v0.8.0
23892026-08-20T02:59:11.349Z Compiling slog-term v2.9.2
23902026-08-20T02:59:11.452Z Compiling postcard v1.1.3
23912026-08-20T02:59:11.484Z Compiling num_enum_derive v0.7.6
23922026-08-20T02:59:11.516Z Compiling thiserror-no-std v2.0.2
23932026-08-20T02:59:11.637Z Compiling slog-bunyan v2.5.0
23942026-08-20T02:59:11.660Z Compiling chacha20 v0.9.1
23952026-08-20T02:59:11.848Z Compiling async-compression v0.4.41
23962026-08-20T02:59:11.927Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23972026-08-20T02:59:11.958Z Compiling sha1 v0.11.0
23982026-08-20T02:59:12.167Z Compiling ingot-types v0.2.0
23992026-08-20T02:59:12.332Z Compiling parse-display-derive v0.10.0
24002026-08-20T02:59:12.356Z Compiling proc-macro-crate v1.3.1
24012026-08-20T02:59:12.432Z Compiling waitgroup v0.1.2
24022026-08-20T02:59:12.438Z Compiling backon v1.6.0
24032026-08-20T02:59:12.598Z Compiling ingot v0.2.1
24042026-08-20T02:59:12.683Z Compiling rustls-pemfile v2.2.0
24052026-08-20T02:59:12.695Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24062026-08-20T02:59:12.706Z Compiling blake2 v0.10.6
24072026-08-20T02:59:12.717Z Compiling dropshot_endpoint v0.17.1
24082026-08-20T02:59:12.828Z Compiling aead v0.5.2
24092026-08-20T02:59:12.934Z Compiling password-hash v0.5.0
24102026-08-20T02:59:13.006Z Compiling foreign-types-macros v0.2.3
24112026-08-20T02:59:13.054Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24122026-08-20T02:59:13.227Z Compiling serde_path_to_error v0.1.20
24132026-08-20T02:59:13.269Z Compiling hostname v0.4.2
24142026-08-20T02:59:13.335Z Compiling proc-macro-error v1.0.4
24152026-08-20T02:59:13.461Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24162026-08-20T02:59:13.475Z Compiling instant v0.1.13
24172026-08-20T02:59:13.554Z Compiling debug-ignore v1.0.5
24182026-08-20T02:59:13.624Z Compiling foreign-types-shared v0.3.1
24192026-08-20T02:59:13.624Z Compiling backoff v0.4.0
24202026-08-20T02:59:13.712Z Compiling argon2 v0.5.3
24212026-08-20T02:59:13.719Z Compiling chacha20poly1305 v0.10.1
24222026-08-20T02:59:13.760Z Compiling foreign-types v0.5.0
24232026-08-20T02:59:13.760Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24242026-08-20T02:59:13.820Z Compiling parse-display v0.10.0
24252026-08-20T02:59:13.840Z Compiling num_enum_derive v0.5.11
24262026-08-20T02:59:13.870Z Compiling num_enum v0.7.6
24272026-08-20T02:59:13.881Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24282026-08-20T02:59:13.918Z Compiling vsss-rs v3.3.4
24292026-08-20T02:59:14.026Z Compiling ciborium v0.2.2
24302026-08-20T02:59:14.301Z Compiling regress v0.10.5
24312026-08-20T02:59:14.318Z Compiling itertools v0.14.0
24322026-08-20T02:59:14.326Z Compiling tabwriter v1.4.1
24332026-08-20T02:59:14.338Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24342026-08-20T02:59:14.691Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24352026-08-20T02:59:14.739Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24362026-08-20T02:59:14.769Z Compiling cstr-argument v0.1.2
24372026-08-20T02:59:14.842Z Compiling humantime v2.3.0
24382026-08-20T02:59:14.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24392026-08-20T02:59:14.866Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24402026-08-20T02:59:14.886Z Compiling num_enum v0.5.11
24412026-08-20T02:59:14.924Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-20T02:59:15.052Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24432026-08-20T02:59:15.069Z Compiling rayon v1.11.0
24442026-08-20T02:59:15.070Z Compiling rand v0.10.1
24452026-08-20T02:59:15.198Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-20T02:59:15.239Z Compiling colored v3.1.1
24472026-08-20T02:59:15.271Z Compiling indent_write v2.2.0
24482026-08-20T02:59:15.272Z Compiling libefi-sys v0.1.0
24492026-08-20T02:59:15.281Z Compiling zone_cfg_derive v0.3.1
24502026-08-20T02:59:15.340Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-20T02:59:15.433Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24522026-08-20T02:59:15.447Z Compiling camino-tempfile v1.4.1
24532026-08-20T02:59:15.518Z Compiling itertools v0.12.1
24542026-08-20T02:59:15.589Z Compiling usdt-attr-macro v0.5.0
24552026-08-20T02:59:15.805Z Compiling usdt-macro v0.5.0
24562026-08-20T02:59:15.862Z Compiling num-derive v0.4.2
24572026-08-20T02:59:15.891Z Compiling bitfield-struct v0.6.2
24582026-08-20T02:59:15.891Z Compiling blake3 v1.8.5
24592026-08-20T02:59:15.892Z Compiling sigpipe v0.1.3
24602026-08-20T02:59:15.893Z Compiling memmap v0.7.0
24612026-08-20T02:59:15.948Z Compiling glob v0.3.3
24622026-08-20T02:59:16.024Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24632026-08-20T02:59:16.172Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24642026-08-20T02:59:16.212Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24652026-08-20T02:59:16.284Z Compiling swrite v0.1.0
24662026-08-20T02:59:16.379Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24672026-08-20T02:59:16.549Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24682026-08-20T02:59:16.598Z Compiling usdt v0.5.0
24692026-08-20T02:59:16.598Z Compiling smf v0.2.3
24702026-08-20T02:59:16.620Z Compiling filetime v0.2.27
24712026-08-20T02:59:16.672Z Compiling constant_time_eq v0.4.2
24722026-08-20T02:59:16.728Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24732026-08-20T02:59:16.789Z Compiling whoami v1.6.1
24742026-08-20T02:59:16.844Z Compiling zone v0.3.1
24752026-08-20T02:59:16.868Z Compiling arrayvec v0.7.6
24762026-08-20T02:59:16.868Z Compiling arrayref v0.3.9
24772026-08-20T02:59:16.909Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24782026-08-20T02:59:17.009Z Compiling xattr v1.6.1
24792026-08-20T02:59:17.036Z Compiling tokio-dtrace v0.1.1
24802026-08-20T02:59:17.036Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24812026-08-20T02:59:17.036Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24822026-08-20T02:59:17.138Z Compiling tar v0.4.46
24832026-08-20T02:59:17.166Z Compiling gethostname v0.5.0
24842026-08-20T02:59:17.200Z Compiling console v0.16.2
24852026-08-20T02:59:17.291Z Compiling topological-sort v0.2.2
24862026-08-20T02:59:17.305Z Compiling unit-prefix v0.5.2
24872026-08-20T02:59:17.319Z Compiling oxide-tokio-rt v0.1.4
24882026-08-20T02:59:17.430Z Compiling toml v0.8.23
24892026-08-20T02:59:17.499Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24902026-08-20T02:59:17.645Z Compiling indicatif v0.18.4
24912026-08-20T02:59:17.688Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24922026-08-20T02:59:17.807Z Compiling shell-words v1.1.1
24932026-08-20T02:59:26.997Z Compiling progenitor-client v0.14.0
24942026-08-20T02:59:26.997Z Compiling omicron-zone-package v0.12.3
24952026-08-20T02:59:27.242Z Compiling progenitor-extras v0.2.0
24962026-08-20T02:59:27.533Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24972026-08-20T02:59:27.668Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24982026-08-20T02:59:27.759Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24992026-08-20T02:59:27.792Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25002026-08-20T02:59:27.793Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25012026-08-20T02:59:27.817Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25022026-08-20T02:59:27.981Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25032026-08-20T02:59:28.047Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25042026-08-20T02:59:28.781Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-08-20T02:59:32.268Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25062026-08-20T02:59:40.970Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25072026-08-20T02:59:44.254Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25082026-08-20T02:59:45.308Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25092026-08-20T02:59:55.305Z Finished `release` profile [optimized] target(s) in 1m 47s
25102026-08-20T02:59:55.454Z Running `target/release/omicron-package -t test target create -p dev`
25112026-08-20T02:59:55.517ZLogging to: /work/oxidecomputer/omicron/out/LOG
25122026-08-20T02:59:55.521ZCreated new build target 'test' and set it as active
25132026-08-20T02:59:55.524Z
25142026-08-20T02:59:55.525Zreal 1:47.469678794
25152026-08-20T02:59:55.525Zuser 17:44.125624948
25162026-08-20T02:59:55.525Zsys 2:47.504810223
25172026-08-20T02:59:55.525Ztrap 0.503886812
25182026-08-20T02:59:55.525Ztflt 2.350102573
25192026-08-20T02:59:55.525Zdflt 4.842161173
25202026-08-20T02:59:55.525Zkflt 0.000554760
25212026-08-20T02:59:55.525Zlock 58:06.815352067
25222026-08-20T02:59:55.525Zslp 45:17.469646662
25232026-08-20T02:59:55.525Zlat 50.238316981
25242026-08-20T02:59:55.525Zstop 6:19.588753652
25252026-08-20T02:59:55.525Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25262026-08-20T02:59:56.410Z Finished `release` profile [optimized] target(s) in 0.87s
25272026-08-20T02:59:56.476Z Running `target/release/omicron-package -t test package`
25282026-08-20T02:59:56.530ZLogging to: /work/oxidecomputer/omicron/out/LOG
25292026-08-20T02:59:57.995Z Compiling heck v0.5.0
25302026-08-20T02:59:58.000Z Compiling regress v0.11.1
25312026-08-20T02:59:58.235Z Compiling unsafe-libyaml v0.2.11
25322026-08-20T02:59:58.260Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25332026-08-20T02:59:58.282Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25342026-08-20T02:59:58.283Z Compiling derive-where v1.6.0
25352026-08-20T02:59:58.304Z Compiling bytecount v0.6.9
25362026-08-20T02:59:58.348Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25372026-08-20T02:59:58.348Z Compiling atomicwrites v0.4.4
25382026-08-20T02:59:58.366Z Compiling is-terminal v0.4.17
25392026-08-20T02:59:58.366Z Compiling prettyplease v0.2.37
25402026-08-20T02:59:58.366Z Compiling newline-converter v0.3.0
25412026-08-20T02:59:58.384Z Compiling console v0.15.11
25422026-08-20T02:59:58.400Z Compiling slog-dtrace v0.3.0
25432026-08-20T02:59:58.412Z Compiling resolv-conf v0.7.6
25442026-08-20T02:59:58.506Z Compiling cancel-safe-futures v0.1.5
25452026-08-20T02:59:58.550Z Compiling num-rational v0.4.2
25462026-08-20T02:59:58.558Z Compiling num-complex v0.4.6
25472026-08-20T02:59:58.558Z Compiling thread_local v1.1.9
25482026-08-20T02:59:58.558Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25492026-08-20T02:59:58.747Z Compiling serde_yaml v0.9.34+deprecated
25502026-08-20T02:59:58.826Z Compiling expectorate v1.2.0
25512026-08-20T02:59:58.845Z Compiling match_cfg v0.1.0
25522026-08-20T02:59:58.909Z Compiling compression-core v0.4.31
25532026-08-20T02:59:58.960Z Compiling hostname v0.3.1
25542026-08-20T02:59:59.063Z Compiling compression-codecs v0.4.37
25552026-08-20T02:59:59.087Z Compiling num v0.4.3
25562026-08-20T02:59:59.105Z Compiling multer v3.1.0
25572026-08-20T02:59:59.145Z Compiling slog-async v2.8.0
25582026-08-20T02:59:59.161Z Compiling crossbeam-channel v0.5.15
25592026-08-20T02:59:59.277Z Compiling slog-json v2.6.1
25602026-08-20T02:59:59.278Z Compiling serde_spanned v1.1.1
25612026-08-20T02:59:59.278Z Compiling toml_datetime v1.1.1+spec-1.1.0
25622026-08-20T02:59:59.323Z Compiling toml_writer v1.1.1+spec-1.1.0
25632026-08-20T02:59:59.407Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25642026-08-20T02:59:59.419Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25652026-08-20T02:59:59.478Z Compiling linear-map v1.2.0
25662026-08-20T02:59:59.495Z Compiling oxide-update-engine-types v0.1.2
25672026-08-20T02:59:59.507Z Compiling linked-hash-map v0.5.6
25682026-08-20T02:59:59.514Z Compiling term v1.2.1
25692026-08-20T02:59:59.561Z Compiling take_mut v0.2.2
25702026-08-20T02:59:59.561Z Compiling float-ord v0.3.2
25712026-08-20T02:59:59.603Z Compiling toml v1.1.2+spec-1.1.0
25722026-08-20T02:59:59.606Z Compiling slog-bunyan v2.5.0
25732026-08-20T02:59:59.647Z Compiling async-compression v0.4.41
25742026-08-20T02:59:59.697Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25752026-08-20T02:59:59.718Z Compiling lru-cache v0.1.2
25762026-08-20T02:59:59.747Z Compiling typify-impl v0.6.2
25772026-08-20T02:59:59.890Z Compiling slog-term v2.9.2
25782026-08-20T03:00:00.009Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25792026-08-20T03:00:00.041Z Compiling dropshot v0.17.1
25802026-08-20T03:00:00.106Z Compiling async-stream v0.3.6
25812026-08-20T03:00:00.166Z Compiling sha1 v0.11.0
25822026-08-20T03:00:00.188Z Compiling progenitor-client v0.14.0
25832026-08-20T03:00:00.224Z Compiling waitgroup v0.1.2
25842026-08-20T03:00:00.250Z Compiling rustls-pemfile v2.2.0
25852026-08-20T03:00:00.299Z Compiling backon v1.6.0
25862026-08-20T03:00:00.385Z Compiling hostname v0.4.2
25872026-08-20T03:00:00.413Z Compiling serde_path_to_error v0.1.20
25882026-08-20T03:00:00.466Z Compiling instant v0.1.13
25892026-08-20T03:00:00.490Z Compiling minimal-lexical v0.2.1
25902026-08-20T03:00:00.539Z Compiling debug-ignore v1.0.5
25912026-08-20T03:00:00.965Z Compiling progenitor-extras v0.2.0
25922026-08-20T03:00:00.984Z Compiling backoff v0.4.0
25932026-08-20T03:00:00.985Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25942026-08-20T03:00:00.985Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25952026-08-20T03:00:00.985Z Compiling oxide-update-engine v0.1.2
25962026-08-20T03:00:00.985Z Compiling nom v7.1.3
25972026-08-20T03:00:00.985Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25982026-08-20T03:00:00.985Z Compiling parse-display v0.10.0
25992026-08-20T03:00:00.985Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26002026-08-20T03:00:00.985Z Compiling hickory-proto v0.24.4
26012026-08-20T03:00:01.360Z Compiling regress v0.10.5
26022026-08-20T03:00:01.493Z Compiling itertools v0.14.0
26032026-08-20T03:00:01.989Z Compiling macaddr v1.0.1
26042026-08-20T03:00:02.106Z Compiling humantime v2.3.0
26052026-08-20T03:00:02.152Z Compiling unicode-xid v0.2.6
26062026-08-20T03:00:02.300Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26072026-08-20T03:00:02.388Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26082026-08-20T03:00:02.512Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26092026-08-20T03:00:02.561Z Compiling convert_case v0.10.0
26102026-08-20T03:00:02.741Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26112026-08-20T03:00:02.759Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26122026-08-20T03:00:02.820Z Compiling toml v0.8.23
26132026-08-20T03:00:02.851Z Compiling derive_more-impl v2.1.1
26142026-08-20T03:00:03.018Z Compiling papergrid v0.11.0
26152026-08-20T03:00:03.254Z Compiling typify-macro v0.6.2
26162026-08-20T03:00:03.330Z Compiling tabled_derive v0.7.0
26172026-08-20T03:00:03.416Z Compiling hickory-resolver v0.24.4
26182026-08-20T03:00:03.453Z Compiling termtree v0.5.1
26192026-08-20T03:00:03.652Z Compiling derive_more v2.1.1
26202026-08-20T03:00:03.674Z Compiling phf_shared v0.12.1
26212026-08-20T03:00:03.763Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26222026-08-20T03:00:03.931Z Compiling crossterm v0.29.0
26232026-08-20T03:00:04.187Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26242026-08-20T03:00:04.254Z Compiling tabled v0.15.0
26252026-08-20T03:00:04.666Z Compiling qorb v0.4.1
26262026-08-20T03:00:04.821Z Compiling typify v0.6.2
26272026-08-20T03:00:05.132Z Compiling progenitor-impl v0.14.0
26282026-08-20T03:00:05.797Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26292026-08-20T03:00:06.323Z Compiling csv-core v0.1.13
26302026-08-20T03:00:06.749Z Compiling vte v0.14.1
26312026-08-20T03:00:06.781Z Compiling highway v1.3.0
26322026-08-20T03:00:07.274Z Compiling progenitor-macro v0.14.0
26332026-08-20T03:00:07.493Z Compiling chrono-tz v0.10.4
26342026-08-20T03:00:07.750Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26352026-08-20T03:00:08.035Z Compiling strip-ansi-escapes v0.2.1
26362026-08-20T03:00:08.224Z Compiling csv v1.4.0
26372026-08-20T03:00:08.641Z Compiling phf v0.12.1
26382026-08-20T03:00:08.777Z Compiling const_format_proc_macros v0.2.34
26392026-08-20T03:00:08.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26402026-08-20T03:00:09.050Z Compiling fd-lock v4.0.4
26412026-08-20T03:00:09.190Z Compiling peg-macros v0.8.5
26422026-08-20T03:00:09.332Z Compiling nu-ansi-term v0.50.3
26432026-08-20T03:00:09.562Z Compiling const_format v0.2.35
26442026-08-20T03:00:09.592Z Compiling reedline v0.40.0
26452026-08-20T03:00:09.880Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26462026-08-20T03:00:10.080Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26472026-08-20T03:00:10.433Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26482026-08-20T03:00:10.455Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26492026-08-20T03:00:11.365Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26502026-08-20T03:00:11.420Z Compiling progenitor v0.14.0
26512026-08-20T03:00:11.610Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26522026-08-20T03:00:11.747Z Compiling peg v0.8.5
26532026-08-20T03:00:11.769Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26542026-08-20T03:00:11.855Z Compiling bcs v0.1.6
26552026-08-20T03:00:12.305Z Compiling nom v8.0.0
26562026-08-20T03:00:12.319Z Compiling semver v0.1.20
26572026-08-20T03:00:12.572Z Compiling rustc_version v0.1.7
26582026-08-20T03:00:12.806Z Compiling newtype_derive v0.1.6
26592026-08-20T03:00:13.033Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26602026-08-20T03:00:13.055Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26612026-08-20T03:00:13.189Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-20T03:00:13.316Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26632026-08-20T03:00:13.362Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26642026-08-20T03:00:13.639Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26652026-08-20T03:00:13.837Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26662026-08-20T03:00:13.900Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26672026-08-20T03:00:14.417Z Compiling steno v0.4.1
26682026-08-20T03:00:14.537Z Compiling dropshot-api-manager-types v0.8.0
26692026-08-20T03:00:14.995Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26702026-08-20T03:00:15.168Z Compiling sha1 v0.10.6
26712026-08-20T03:00:15.646Z Compiling tagptr v0.2.0
26722026-08-20T03:00:15.841Z Compiling utf-8 v0.7.6
26732026-08-20T03:00:16.032Z Compiling moka v0.12.13
26742026-08-20T03:00:16.080Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26752026-08-20T03:00:16.101Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26762026-08-20T03:00:16.261Z Compiling tungstenite v0.21.0
26772026-08-20T03:00:16.541Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26782026-08-20T03:00:17.280Z Compiling hickory-resolver v0.25.2
26792026-08-20T03:00:17.369Z Compiling tokio-tungstenite v0.21.0
26802026-08-20T03:00:17.761Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26812026-08-20T03:00:18.306Z Compiling darling_core v0.21.3
26822026-08-20T03:00:19.165Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26832026-08-20T03:00:19.832Z Compiling display-error-chain v0.2.2
26842026-08-20T03:00:20.018Z Compiling libscf-sys v1.2.0
26852026-08-20T03:00:20.193Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26862026-08-20T03:00:20.508Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-20T03:00:20.606Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-20T03:00:20.773Z Compiling darling_macro v0.21.3
26892026-08-20T03:00:21.305Z Compiling darling v0.21.3
26902026-08-20T03:00:21.423Z Compiling vergen-lib v0.1.6
26912026-08-20T03:00:21.657Z Compiling diesel_derives v2.3.7
26922026-08-20T03:00:21.710Z Compiling dsl_auto_type v0.2.0
26932026-08-20T03:00:21.910Z Compiling scheduled-thread-pool v0.2.7
26942026-08-20T03:00:21.931Z Compiling vergen-gitcl v1.0.8
26952026-08-20T03:00:22.159Z Compiling diesel_table_macro_syntax v0.3.0
26962026-08-20T03:00:22.238Z Compiling dirs-sys-next v0.1.2
26972026-08-20T03:00:22.381Z Compiling glob v0.3.3
26982026-08-20T03:00:22.505Z Compiling crunchy v0.2.4
26992026-08-20T03:00:22.529Z Compiling maplit v1.0.2
27002026-08-20T03:00:22.565Z Compiling dirs-next v2.0.0
27012026-08-20T03:00:22.680Z Compiling r2d2 v0.8.10
27022026-08-20T03:00:22.741Z Compiling clang-sys v1.8.1
27032026-08-20T03:00:22.820Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27042026-08-20T03:00:22.844Z Compiling papergrid v0.18.0
27052026-08-20T03:00:22.847Z Compiling downcast-rs v2.0.2
27062026-08-20T03:00:23.004Z Compiling tiny-keccak v2.0.2
27072026-08-20T03:00:23.024Z Compiling xshell-macros v0.2.7
27082026-08-20T03:00:23.257Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-08-20T03:00:23.280Z Compiling term v0.7.0
27102026-08-20T03:00:23.423Z Compiling xshell v0.2.7
27112026-08-20T03:00:23.508Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27122026-08-20T03:00:23.570Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27132026-08-20T03:00:23.789Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27142026-08-20T03:00:23.906Z Compiling bit-vec v0.6.3
27152026-08-20T03:00:23.949Z Compiling ascii-canvas v3.0.0
27162026-08-20T03:00:24.062Z Compiling tabled v0.21.0
27172026-08-20T03:00:24.103Z Compiling bit-set v0.5.3
27182026-08-20T03:00:24.210Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27192026-08-20T03:00:24.289Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27202026-08-20T03:00:24.458Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27212026-08-20T03:00:24.675Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27222026-08-20T03:00:24.716Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27232026-08-20T03:00:24.888Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27242026-08-20T03:00:24.989Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27252026-08-20T03:00:25.206Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27262026-08-20T03:00:25.385Z Compiling itertools v0.10.5
27272026-08-20T03:00:25.873Z Compiling ena v0.14.4
27282026-08-20T03:00:25.978Z Compiling libloading v0.8.9
27292026-08-20T03:00:26.211Z Compiling regex-syntax v0.6.29
27302026-08-20T03:00:26.231Z Compiling diff v0.1.13
27312026-08-20T03:00:26.242Z Compiling unicase v2.9.0
27322026-08-20T03:00:26.468Z Compiling bindgen v0.71.1
27332026-08-20T03:00:26.732Z Compiling cexpr v0.6.0
27342026-08-20T03:00:26.785Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27352026-08-20T03:00:27.002Z Compiling rustc-hash v2.1.1
27362026-08-20T03:00:27.176Z Compiling crc8 v0.1.1
27372026-08-20T03:00:27.293Z Compiling diesel v2.3.7
27382026-08-20T03:00:27.374Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27392026-08-20T03:00:27.409Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27402026-08-20T03:00:27.593Z Compiling lalrpop v0.19.12
27412026-08-20T03:00:27.903Z Compiling headers-core v0.3.0
27422026-08-20T03:00:28.081Z Compiling libxml v0.3.3
27432026-08-20T03:00:28.334Z Compiling headers v0.4.1
27442026-08-20T03:00:28.499Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452026-08-20T03:00:28.560Z Compiling strum_macros v0.24.3
27462026-08-20T03:00:28.741Z Compiling indoc v1.0.9
27472026-08-20T03:00:29.010Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27482026-08-20T03:00:29.178Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27492026-08-20T03:00:29.228Z Compiling derive_builder v0.20.2
27502026-08-20T03:00:29.402Z Compiling oso-derive v0.27.3
27512026-08-20T03:00:29.487Z Compiling quick-xml v0.37.5
27522026-08-20T03:00:29.816Z Compiling impl-trait-for-tuples v0.2.3
27532026-08-20T03:00:29.912Z Compiling openssl-probe v0.1.6
27542026-08-20T03:00:30.020Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27552026-08-20T03:00:30.072Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27562026-08-20T03:00:30.207Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27572026-08-20T03:00:30.713Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27582026-08-20T03:00:30.739Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27592026-08-20T03:00:30.928Z Compiling bb8 v0.8.6
27602026-08-20T03:00:30.964Z Compiling trait-variant v0.1.2
27612026-08-20T03:00:31.053Z Compiling proc-macro-error-attr2 v2.0.0
27622026-08-20T03:00:31.354Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27632026-08-20T03:00:31.395Z Compiling half v1.8.3
27642026-08-20T03:00:31.477Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27652026-08-20T03:00:31.544Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27662026-08-20T03:00:31.615Z Compiling proc-macro-error2 v2.0.1
27672026-08-20T03:00:31.852Z Compiling serde_cbor v0.11.2
27682026-08-20T03:00:31.970Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27692026-08-20T03:00:31.996Z Compiling hashbrown v0.14.5
27702026-08-20T03:00:32.130Z Compiling rfc6979 v0.4.0
27712026-08-20T03:00:32.277Z Compiling salty v0.3.0
27722026-08-20T03:00:32.376Z Compiling ecdsa v0.16.9
27732026-08-20T03:00:32.592Z Compiling chumsky v0.9.3
27742026-08-20T03:00:32.614Z Compiling knus-derive v3.4.0
27752026-08-20T03:00:32.688Z Compiling samael v0.0.19
27762026-08-20T03:00:32.831Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27772026-08-20T03:00:32.869Z Compiling progenitor-impl v0.13.0
27782026-08-20T03:00:33.107Z Compiling primeorder v0.13.6
27792026-08-20T03:00:33.407Z Compiling nonempty v0.12.0
27802026-08-20T03:00:33.691Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27812026-08-20T03:00:33.860Z Compiling p384 v0.13.1
27822026-08-20T03:00:34.010Z Compiling knus v3.4.0
27832026-08-20T03:00:34.898Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27842026-08-20T03:00:35.019Z Compiling polar-core v0.27.3
27852026-08-20T03:00:35.054Z Compiling progenitor-macro v0.13.0
27862026-08-20T03:00:35.381Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27872026-08-20T03:00:36.173Z Compiling progenitor-client v0.13.0
27882026-08-20T03:00:36.390Z Compiling fxhash v0.2.1
27892026-08-20T03:00:36.683Z Compiling libz-sys v1.1.24
27902026-08-20T03:00:36.813Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-08-20T03:00:37.002Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27922026-08-20T03:00:37.175Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27932026-08-20T03:00:37.294Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27942026-08-20T03:00:37.596Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952026-08-20T03:00:37.675Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27962026-08-20T03:00:38.055Z Compiling kstat-rs v0.2.5
27972026-08-20T03:00:38.718Z Compiling mime_guess v2.0.5
27982026-08-20T03:00:39.122Z Compiling progenitor v0.13.0
27992026-08-20T03:00:39.261Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28002026-08-20T03:00:40.329Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28012026-08-20T03:00:40.385Z Compiling nanorand v0.7.0
28022026-08-20T03:00:40.754Z Compiling libgit2-sys v0.18.3+1.9.2
28032026-08-20T03:00:40.778Z Compiling parking_lot_core v0.8.6
28042026-08-20T03:00:40.850Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28052026-08-20T03:00:41.114Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28062026-08-20T03:00:41.485Z Compiling flume v0.11.1
28072026-08-20T03:00:41.933Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28082026-08-20T03:00:42.106Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-20T03:00:42.358Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28102026-08-20T03:00:42.797Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28112026-08-20T03:00:43.147Z Compiling git-stub v1.0.0
28122026-08-20T03:00:43.280Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28132026-08-20T03:00:43.413Z Compiling http-range v0.1.5
28142026-08-20T03:00:43.521Z Compiling strsim v0.10.0
28152026-08-20T03:00:43.543Z Compiling corncobs v0.1.4
28162026-08-20T03:00:43.775Z Compiling instability v0.3.11
28172026-08-20T03:00:43.821Z Compiling darling_core v0.13.4
28182026-08-20T03:00:43.880Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28192026-08-20T03:00:44.002Z Compiling oso v0.27.3
28202026-08-20T03:00:44.710Z Compiling async-bb8-diesel v0.2.1
28212026-08-20T03:00:45.161Z Compiling diesel-dtrace v0.5.0
28222026-08-20T03:00:45.464Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28232026-08-20T03:00:45.587Z Compiling git-stub-vcs v0.1.0
28242026-08-20T03:00:47.836Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28252026-08-20T03:00:48.613Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28262026-08-20T03:00:48.691Z Compiling ignore v0.4.25
28272026-08-20T03:00:49.921Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28282026-08-20T03:00:50.015Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28292026-08-20T03:00:50.188Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28302026-08-20T03:00:50.260Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28312026-08-20T03:00:50.550Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28322026-08-20T03:00:50.749Z Compiling anstyle-parse v0.2.7
28332026-08-20T03:00:51.023Z Compiling secrecy v0.8.0
28342026-08-20T03:00:51.231Z Compiling vergen-git2 v9.1.0
28352026-08-20T03:00:51.461Z Compiling castaway v0.2.4
28362026-08-20T03:00:51.623Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28372026-08-20T03:00:51.747Z Compiling indoc v2.0.7
28382026-08-20T03:00:51.925Z Compiling compact_str v0.8.1
28392026-08-20T03:00:51.981Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-20T03:00:52.893Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28412026-08-20T03:00:53.006Z Compiling anstream v0.6.21
28422026-08-20T03:00:53.535Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28432026-08-20T03:00:53.567Z Compiling globwalk v0.9.1
28442026-08-20T03:00:54.268Z Compiling parking_lot v0.11.2
28452026-08-20T03:00:54.491Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28462026-08-20T03:00:54.592Z Compiling hyper-staticfile v0.10.1
28472026-08-20T03:00:55.161Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28482026-08-20T03:00:55.182Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28492026-08-20T03:00:55.308Z Compiling darling_macro v0.13.4
28502026-08-20T03:00:55.675Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28512026-08-20T03:00:55.694Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28522026-08-20T03:00:55.818Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28532026-08-20T03:00:56.125Z Compiling predicates-tree v1.0.13
28542026-08-20T03:00:56.314Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28552026-08-20T03:00:56.544Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28562026-08-20T03:00:56.566Z Compiling unicode-truncate v1.1.0
28572026-08-20T03:00:56.645Z Compiling lru v0.12.5
28582026-08-20T03:00:56.721Z Compiling sha2 v0.11.0
28592026-08-20T03:00:56.779Z Compiling digest-io v0.1.0
28602026-08-20T03:00:56.878Z Compiling prefix-trie v0.7.0
28612026-08-20T03:00:56.966Z Compiling rand_seeder v0.4.0
28622026-08-20T03:00:57.227Z Compiling illumos-nvpair-sys v0.2.0
28632026-08-20T03:00:57.251Z Compiling rawzip v0.4.4
28642026-08-20T03:00:57.373Z Compiling cassowary v0.3.0
28652026-08-20T03:00:57.484Z Compiling hickory-server v0.25.2
28662026-08-20T03:00:57.504Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28672026-08-20T03:00:57.734Z Compiling ratatui v0.29.0
28682026-08-20T03:00:58.197Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28692026-08-20T03:00:58.296Z Compiling camino-tempfile-ext v0.3.3
28702026-08-20T03:00:58.348Z Compiling darling v0.13.4
28712026-08-20T03:00:58.463Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28722026-08-20T03:00:58.552Z Compiling sled v0.34.7
28732026-08-20T03:00:58.908Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28742026-08-20T03:00:58.925Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28752026-08-20T03:01:01.329Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28762026-08-20T03:01:01.444Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28772026-08-20T03:01:01.663Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28782026-08-20T03:01:02.487Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28792026-08-20T03:01:04.382Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28802026-08-20T03:01:04.871Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28812026-08-20T03:01:06.022Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28822026-08-20T03:01:06.322Z Compiling serde_with_macros v1.5.2
28832026-08-20T03:01:06.391Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28842026-08-20T03:01:06.512Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28852026-08-20T03:01:06.674Z Compiling git2 v0.20.4
28862026-08-20T03:01:06.736Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28872026-08-20T03:01:06.963Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28882026-08-20T03:01:07.145Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28892026-08-20T03:01:07.188Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28902026-08-20T03:01:07.317Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28912026-08-20T03:01:07.412Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28922026-08-20T03:01:07.438Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28932026-08-20T03:01:07.590Z Compiling arc-swap v1.8.2
28942026-08-20T03:01:07.638Z Compiling void v1.0.2
28952026-08-20T03:01:07.788Z Compiling lzss v0.8.2
28962026-08-20T03:01:07.873Z Compiling slog-scope v4.4.1
28972026-08-20T03:01:08.035Z Compiling serde_with v1.14.0
28982026-08-20T03:01:08.144Z Compiling illumos-nvpair v0.3.0
28992026-08-20T03:01:08.276Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29002026-08-20T03:01:08.646Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29012026-08-20T03:01:09.455Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29022026-08-20T03:01:09.636Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29032026-08-20T03:01:09.796Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29042026-08-20T03:01:09.817Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29052026-08-20T03:01:10.085Z Compiling scuffle v0.1.0
29062026-08-20T03:01:10.353Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29072026-08-20T03:01:10.567Z Compiling tungstenite v0.23.0
29082026-08-20T03:01:12.144Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29092026-08-20T03:01:12.271Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29102026-08-20T03:01:12.809Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29112026-08-20T03:01:12.836Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29122026-08-20T03:01:13.045Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29132026-08-20T03:01:13.071Z Compiling nix v0.27.1
29142026-08-20T03:01:13.297Z Compiling twox-hash v2.1.2
29152026-08-20T03:01:13.322Z Compiling libsw-core v0.3.2
29162026-08-20T03:01:13.552Z Compiling atty v0.2.14
29172026-08-20T03:01:13.707Z Compiling serde_bytes v0.11.19
29182026-08-20T03:01:13.833Z Compiling libsw v3.5.0
29192026-08-20T03:01:14.008Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29202026-08-20T03:01:14.137Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29212026-08-20T03:01:14.141Z Compiling tokio-tungstenite v0.23.1
29222026-08-20T03:01:14.237Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29232026-08-20T03:01:14.289Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29242026-08-20T03:01:14.542Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29252026-08-20T03:01:15.546Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-20T03:01:15.856Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29272026-08-20T03:01:16.324Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29282026-08-20T03:01:17.651Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29292026-08-20T03:01:18.295Z Compiling slog-stdlog v4.1.1
29302026-08-20T03:01:18.323Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29312026-08-20T03:01:18.544Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29322026-08-20T03:01:18.697Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29332026-08-20T03:01:19.234Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29342026-08-20T03:01:20.523Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29352026-08-20T03:01:20.635Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29362026-08-20T03:01:20.756Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29372026-08-20T03:01:22.344Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29382026-08-20T03:01:23.341Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29392026-08-20T03:01:23.415Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29402026-08-20T03:01:23.918Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29412026-08-20T03:01:25.001Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29422026-08-20T03:01:27.778Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29432026-08-20T03:01:27.865Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29442026-08-20T03:01:28.292Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29452026-08-20T03:01:29.336Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29462026-08-20T03:01:30.247Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29472026-08-20T03:01:30.476Z Compiling signal-hook-tokio v0.3.1
29482026-08-20T03:01:30.670Z Compiling fatfs v0.3.6
29492026-08-20T03:01:31.037Z Compiling yasna v0.5.2
29502026-08-20T03:01:31.597Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-20T03:01:31.916Z Compiling assert_matches v1.5.0
29522026-08-20T03:01:32.034Z Compiling seq-macro v0.3.6
29532026-08-20T03:01:32.538Z Compiling rcgen v0.12.1
29542026-08-20T03:01:32.559Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29552026-08-20T03:01:33.009Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29562026-08-20T03:01:33.260Z Compiling slog-envlogger v2.2.0
29572026-08-20T03:01:33.686Z Compiling oxide-update-engine-display v0.1.2
29582026-08-20T03:01:34.371Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29592026-08-20T03:01:34.620Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29602026-08-20T03:01:35.345Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-08-20T03:01:35.548Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29622026-08-20T03:01:35.778Z Compiling port-file v0.1.0
29632026-08-20T03:01:36.105Z Compiling rtoolbox v0.0.3
29642026-08-20T03:01:36.429Z Compiling subprocess v0.2.15
29652026-08-20T03:01:36.455Z Compiling rpassword v7.5.4
29662026-08-20T03:01:36.966Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29672026-08-20T03:01:37.144Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29682026-08-20T03:01:38.423Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29692026-08-20T03:01:38.576Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29702026-08-20T03:01:38.709Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29712026-08-20T03:01:39.907Z Compiling tui-tree-widget v0.23.1
29722026-08-20T03:01:40.195Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29732026-08-20T03:01:40.676Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29742026-08-20T03:01:42.282Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29752026-08-20T03:01:43.353Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29762026-08-20T03:01:44.543Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29772026-08-20T03:01:44.569Z Compiling uzers v0.12.2
29782026-08-20T03:01:44.689Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29792026-08-20T03:01:44.813Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29802026-08-20T03:01:45.834Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29812026-08-20T03:01:46.882Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29822026-08-20T03:01:46.949Z Compiling support-bundle-viewer v0.1.2
29832026-08-20T03:01:47.273Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29842026-08-20T03:01:48.820Z Compiling multimap v0.10.1
29852026-08-20T03:01:56.755Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29862026-08-20T03:01:59.428Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29872026-08-20T03:02:03.682Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29882026-08-20T03:02:08.135Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29892026-08-20T03:02:10.168Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29902026-08-20T03:10:43.294Z Finished `release` profile [optimized] target(s) in 10m 46s
29912026-08-20T03:10:43.298Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29922026-08-20T03:10:43.298Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29932026-08-20T03:11:38.029Z
29942026-08-20T03:11:38.033Zreal 11:42.478264807
29952026-08-20T03:11:38.033Zuser 1:23:02.577143664
29962026-08-20T03:11:38.033Zsys 3:37.724832567
29972026-08-20T03:11:38.033Ztrap 1.847200937
29982026-08-20T03:11:38.033Ztflt 2.034473188
29992026-08-20T03:11:38.033Zdflt 20.419222103
30002026-08-20T03:11:38.033Zkflt 0.013889163
30012026-08-20T03:11:38.033Zlock 8:42:34.409371994
30022026-08-20T03:11:38.033Zslp 2:24:37.302967260
30032026-08-20T03:11:38.033Zlat 2:40.263873043
30042026-08-20T03:11:38.033Zstop 5:46.128775299
30052026-08-20T03:11:38.033Z+ mapfile -t packages
30062026-08-20T03:11:38.034Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30072026-08-20T03:11:38.979Z Finished `release` profile [optimized] target(s) in 0.93s
30082026-08-20T03:11:39.049Z Running `target/release/omicron-package -t test list-outputs`
30092026-08-20T03:11:39.107ZLogging to: /work/oxidecomputer/omicron/out/LOG
30102026-08-20T03:11:39.110Z+ ptime -m cargo build --locked --release -p xtask
30112026-08-20T03:11:39.580Z Compiling libc v0.2.185
30122026-08-20T03:11:39.580Z Compiling serde_core v1.0.228
30132026-08-20T03:11:39.581Z Compiling serde v1.0.228
30142026-08-20T03:11:39.584Z Compiling rustix v1.1.4
30152026-08-20T03:11:39.584Z Compiling bitflags v2.11.0
30162026-08-20T03:11:39.713Z Compiling serde_json v1.0.151
30172026-08-20T03:11:39.735Z Compiling usdt-impl v0.5.0
30182026-08-20T03:11:39.738Z Compiling syn v2.0.117
30192026-08-20T03:11:39.757Z Compiling syn v1.0.109
30202026-08-20T03:11:39.769Z Compiling log v0.4.33
30212026-08-20T03:11:39.769Z Compiling getrandom v0.3.4
30222026-08-20T03:11:39.791Z Compiling indexmap v2.14.0
30232026-08-20T03:11:39.806Z Compiling fs-err v3.3.0
30242026-08-20T03:11:39.980Z Compiling heck v0.4.1
30252026-08-20T03:11:40.035Z Compiling once_cell v1.21.3
30262026-08-20T03:11:40.045Z Compiling anyhow v1.0.104
30272026-08-20T03:11:40.427Z Compiling thread-id v4.2.2
30282026-08-20T03:11:40.443Z Compiling errno v0.3.14
30292026-08-20T03:11:40.450Z Compiling memmap v0.7.0
30302026-08-20T03:11:41.204Z Compiling proc-macro-error v1.0.4
30312026-08-20T03:11:41.433Z Compiling terminal_size v0.4.3
30322026-08-20T03:11:41.433Z Compiling tempfile v3.27.0
30332026-08-20T03:11:41.463Z Compiling tabled_derive v0.7.0
30342026-08-20T03:11:41.529Z Compiling clap_builder v4.6.0
30352026-08-20T03:11:41.529Z Compiling textwrap v0.16.2
30362026-08-20T03:11:41.816Z Compiling camino v1.2.5
30372026-08-20T03:11:41.816Z Compiling semver v1.0.28
30382026-08-20T03:11:41.844Z Compiling cargo-platform v0.3.2
30392026-08-20T03:11:41.878Z Compiling pest_generator v2.8.6
30402026-08-20T03:11:42.141Z Compiling tabled v0.15.0
30412026-08-20T03:11:42.168Z Compiling camino-tempfile v1.4.1
30422026-08-20T03:11:42.472Z Compiling serde_derive v1.0.228
30432026-08-20T03:11:42.472Z Compiling thiserror-impl v1.0.69
30442026-08-20T03:11:42.478Z Compiling zerocopy-derive v0.7.35
30452026-08-20T03:11:42.478Z Compiling pest_derive v2.8.6
30462026-08-20T03:11:42.478Z Compiling scroll_derive v0.12.1
30472026-08-20T03:11:42.478Z Compiling thiserror-impl v2.0.18
30482026-08-20T03:11:42.478Z Compiling clap_derive v4.6.1
30492026-08-20T03:11:43.121Z Compiling scroll v0.12.0
30502026-08-20T03:11:43.270Z Compiling zerocopy v0.7.35
30512026-08-20T03:11:43.387Z Compiling goblin v0.8.2
30522026-08-20T03:11:43.557Z Compiling thiserror v1.0.69
30532026-08-20T03:11:43.683Z Compiling dtrace-parser v0.2.0
30542026-08-20T03:11:43.845Z Compiling thiserror v2.0.18
30552026-08-20T03:11:44.007Z Compiling clap v4.6.1
30562026-08-20T03:11:45.532Z Compiling toml_datetime v0.6.11
30572026-08-20T03:11:45.564Z Compiling dof v0.3.0
30582026-08-20T03:11:45.613Z Compiling serde_tokenstream v0.2.3
30592026-08-20T03:11:45.663Z Compiling serde_spanned v0.6.9
30602026-08-20T03:11:45.821Z Compiling toml_edit v0.22.27
30612026-08-20T03:11:45.845Z Compiling macaddr v1.0.1
30622026-08-20T03:11:45.861Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30632026-08-20T03:11:45.872Z Compiling cargo_metadata v0.23.1
30642026-08-20T03:11:46.261Z Compiling usdt-attr-macro v0.5.0
30652026-08-20T03:11:46.261Z Compiling usdt-macro v0.5.0
30662026-08-20T03:11:46.915Z Compiling usdt v0.5.0
30672026-08-20T03:11:47.346Z Compiling toml v0.8.23
30682026-08-20T03:11:47.779Z Compiling cargo_toml v0.21.0
30692026-08-20T03:11:52.155Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30702026-08-20T03:11:55.362Z Finished `release` profile [optimized] target(s) in 16.23s
30712026-08-20T03:11:55.457Z
30722026-08-20T03:11:55.457Zreal 16.313574861
30732026-08-20T03:11:55.457Zuser 2:04.421720696
30742026-08-20T03:11:55.457Zsys 13.479633342
30752026-08-20T03:11:55.461Ztrap 0.057065270
30762026-08-20T03:11:55.461Ztflt 0.527541158
30772026-08-20T03:11:55.461Zdflt 1.265992436
30782026-08-20T03:11:55.461Zkflt 0.000016660
30792026-08-20T03:11:55.461Zlock 4:42.463352928
30802026-08-20T03:11:55.461Zslp 2:39.838347552
30812026-08-20T03:11:55.461Zlat 4.007834489
30822026-08-20T03:11:55.461Zstop 15.486609813
30832026-08-20T03:11:55.461Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30842026-08-20T03:11:55.461Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30852026-08-20T03:11:55.461Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30862026-08-20T03:11:55.461Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30872026-08-20T03:11:55.461Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30882026-08-20T03:11:56.403Z Compiling match_cfg v0.1.0
30892026-08-20T03:11:56.403Z Compiling progenitor-client v0.14.0
30902026-08-20T03:11:56.403Z Compiling slog-json v2.6.1
30912026-08-20T03:11:56.406Z Compiling newtype-uuid-macros v0.1.0
30922026-08-20T03:11:56.406Z Compiling sha1 v0.11.0
30932026-08-20T03:11:56.406Z Compiling multer v3.1.0
30942026-08-20T03:11:56.406Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30952026-08-20T03:11:56.406Z Compiling compression-core v0.4.31
30962026-08-20T03:11:56.406Z Compiling debug-ignore v1.0.5
30972026-08-20T03:11:56.552Z Compiling async-stream-impl v0.3.6
30982026-08-20T03:11:56.555Z Compiling toml_datetime v1.1.1+spec-1.1.0
30992026-08-20T03:11:56.556Z Compiling serde_spanned v1.1.1
31002026-08-20T03:11:56.565Z Compiling dropshot v0.17.1
31012026-08-20T03:11:56.569Z Compiling toml_writer v1.1.1+spec-1.1.0
31022026-08-20T03:11:56.569Z Compiling waitgroup v0.1.2
31032026-08-20T03:11:56.569Z Compiling rustls-pemfile v2.2.0
31042026-08-20T03:11:56.848Z Compiling dropshot_endpoint v0.17.1
31052026-08-20T03:11:56.852Z Compiling serde_path_to_error v0.1.20
31062026-08-20T03:11:56.852Z Compiling hostname v0.4.2
31072026-08-20T03:11:56.901Z Compiling hostname v0.3.1
31082026-08-20T03:11:56.919Z Compiling compression-codecs v0.4.37
31092026-08-20T03:11:56.923Z Compiling toml v1.1.2+spec-1.1.0
31102026-08-20T03:11:56.923Z Compiling atomicwrites v0.4.4
31112026-08-20T03:11:56.923Z Compiling macaddr v1.0.1
31122026-08-20T03:11:56.923Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31132026-08-20T03:11:57.032Z Compiling instant v0.1.13
31142026-08-20T03:11:57.035Z Compiling slog-bunyan v2.5.0
31152026-08-20T03:11:57.052Z Compiling regress v0.10.5
31162026-08-20T03:11:57.113Z Compiling parse-display-derive v0.10.0
31172026-08-20T03:11:57.117Z Compiling async-compression v0.4.41
31182026-08-20T03:11:57.175Z Compiling backon v1.6.0
31192026-08-20T03:11:57.195Z Compiling backoff v0.4.0
31202026-08-20T03:11:57.211Z Compiling itertools v0.14.0
31212026-08-20T03:11:57.230Z Compiling humantime v2.3.0
31222026-08-20T03:11:57.250Z Compiling half v2.7.1
31232026-08-20T03:11:57.271Z Compiling crucible-workspace-hack v0.1.0
31242026-08-20T03:11:57.290Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31252026-08-20T03:11:57.333Z Compiling async-stream v0.3.6
31262026-08-20T03:11:57.412Z Compiling progenitor-extras v0.2.0
31272026-08-20T03:11:57.431Z Compiling ciborium-io v0.2.2
31282026-08-20T03:11:57.448Z Compiling convert_case v0.4.0
31292026-08-20T03:11:57.466Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31302026-08-20T03:11:57.486Z Compiling regress v0.11.1
31312026-08-20T03:11:57.522Z Compiling ciborium-ll v0.2.2
31322026-08-20T03:11:57.538Z Compiling secrecy v0.10.3
31332026-08-20T03:11:57.571Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31342026-08-20T03:11:57.587Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31352026-08-20T03:11:57.617Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31362026-08-20T03:11:57.623Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31372026-08-20T03:11:57.650Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-20T03:11:57.675Z Compiling inout v0.1.4
31392026-08-20T03:11:57.738Z Compiling ciborium v0.2.2
31402026-08-20T03:11:57.757Z Compiling thiserror-impl-no-std v2.0.2
31412026-08-20T03:11:57.775Z Compiling universal-hash v0.5.1
31422026-08-20T03:11:57.837Z Compiling derive_more v0.99.20
31432026-08-20T03:11:57.857Z Compiling cipher v0.4.4
31442026-08-20T03:11:57.874Z Compiling opaque-debug v0.3.1
31452026-08-20T03:11:57.939Z Compiling unsafe-libyaml v0.2.11
31462026-08-20T03:11:57.960Z Compiling poly1305 v0.8.0
31472026-08-20T03:11:57.963Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31482026-08-20T03:11:57.995Z Compiling blake2 v0.10.6
31492026-08-20T03:11:58.130Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31502026-08-20T03:11:58.278Z Compiling chacha20 v0.9.1
31512026-08-20T03:11:58.303Z Compiling aead v0.5.2
31522026-08-20T03:11:58.320Z Compiling password-hash v0.5.0
31532026-08-20T03:11:58.335Z Compiling indent_write v2.2.0
31542026-08-20T03:11:58.482Z Compiling serde_yaml v0.9.34+deprecated
31552026-08-20T03:11:58.499Z Compiling chacha20poly1305 v0.10.1
31562026-08-20T03:11:58.540Z Compiling toml_datetime v0.7.5+spec-1.1.0
31572026-08-20T03:11:58.563Z Compiling num-derive v0.4.2
31582026-08-20T03:11:58.580Z Compiling argon2 v0.5.3
31592026-08-20T03:11:58.701Z Compiling heapless v0.8.0
31602026-08-20T03:11:58.704Z Compiling ingot-macros v0.2.0
31612026-08-20T03:11:58.733Z Compiling toml_edit v0.23.10+spec-1.0.0
31622026-08-20T03:11:58.751Z Compiling tabwriter v1.4.1
31632026-08-20T03:11:58.815Z Compiling hash32 v0.3.1
31642026-08-20T03:11:58.901Z Compiling parse-display v0.10.0
31652026-08-20T03:11:58.987Z Compiling thiserror-no-std v2.0.2
31662026-08-20T03:11:59.004Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-08-20T03:11:59.023Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-08-20T03:11:59.103Z Compiling typify-impl v0.6.2
31692026-08-20T03:11:59.232Z Compiling vsss-rs v3.3.4
31702026-08-20T03:11:59.250Z Compiling smoltcp v0.11.0
31712026-08-20T03:11:59.295Z Compiling proc-macro-crate v3.4.0
31722026-08-20T03:11:59.531Z Compiling cobs v0.3.0
31732026-08-20T03:11:59.650Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31742026-08-20T03:11:59.760Z Compiling colored v3.1.1
31752026-08-20T03:11:59.793Z Compiling postcard v1.1.3
31762026-08-20T03:11:59.811Z Compiling proc-macro-error v1.0.4
31772026-08-20T03:11:59.880Z Compiling num_enum_derive v0.7.6
31782026-08-20T03:11:59.904Z Compiling rand v0.10.1
31792026-08-20T03:11:59.949Z Compiling proc-macro-crate v1.3.1
31802026-08-20T03:12:00.062Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31812026-08-20T03:12:00.140Z Compiling foreign-types-macros v0.2.3
31822026-08-20T03:12:00.157Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31832026-08-20T03:12:00.173Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31842026-08-20T03:12:00.192Z Compiling foreign-types-shared v0.3.1
31852026-08-20T03:12:00.232Z Compiling rayon-core v1.13.0
31862026-08-20T03:12:00.397Z Compiling num_enum_derive v0.5.11
31872026-08-20T03:12:00.481Z Compiling crossbeam-deque v0.8.6
31882026-08-20T03:12:00.484Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31892026-08-20T03:12:00.515Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-20T03:12:00.518Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-08-20T03:12:00.601Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-08-20T03:12:00.711Z Compiling cstr-argument v0.1.2
31932026-08-20T03:12:00.767Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31942026-08-20T03:12:00.786Z Compiling foreign-types v0.5.0
31952026-08-20T03:12:00.819Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31962026-08-20T03:12:00.892Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31972026-08-20T03:12:00.909Z Compiling zone_cfg_derive v0.3.1
31982026-08-20T03:12:00.999Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31992026-08-20T03:12:01.019Z Compiling num_enum v0.7.6
32002026-08-20T03:12:01.036Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32012026-08-20T03:12:01.036Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32022026-08-20T03:12:01.087Z Compiling itertools v0.12.1
32032026-08-20T03:12:01.153Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32042026-08-20T03:12:01.171Z Compiling sigpipe v0.1.3
32052026-08-20T03:12:01.175Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32062026-08-20T03:12:01.207Z Compiling rayon v1.11.0
32072026-08-20T03:12:01.227Z Compiling glob v0.3.3
32082026-08-20T03:12:01.279Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-20T03:12:01.296Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32102026-08-20T03:12:01.432Z Compiling smf v0.2.3
32112026-08-20T03:12:01.465Z Compiling whoami v1.6.1
32122026-08-20T03:12:01.521Z Compiling num_enum v0.5.11
32132026-08-20T03:12:01.551Z Compiling cpubits v0.1.1
32142026-08-20T03:12:01.580Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32152026-08-20T03:12:01.616Z Compiling gethostname v0.5.0
32162026-08-20T03:12:01.640Z Compiling ingot-types v0.2.0
32172026-08-20T03:12:01.658Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32182026-08-20T03:12:01.661Z Compiling derive-where v1.6.0
32192026-08-20T03:12:01.690Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32202026-08-20T03:12:01.693Z Compiling usdt-attr-macro v0.5.0
32212026-08-20T03:12:01.693Z Compiling usdt-macro v0.5.0
32222026-08-20T03:12:01.745Z Compiling num-rational v0.4.2
32232026-08-20T03:12:01.763Z Compiling num-complex v0.4.6
32242026-08-20T03:12:01.782Z Compiling memmap v0.7.0
32252026-08-20T03:12:01.997Z Compiling toml v0.8.23
32262026-08-20T03:12:02.002Z Compiling pem-rfc7468 v1.0.0
32272026-08-20T03:12:02.079Z Compiling ingot v0.2.1
32282026-08-20T03:12:02.240Z Compiling zone v0.3.1
32292026-08-20T03:12:02.303Z Compiling num v0.4.3
32302026-08-20T03:12:02.354Z Compiling float-ord v0.3.2
32312026-08-20T03:12:02.384Z Compiling resolv-conf v0.7.6
32322026-08-20T03:12:02.405Z Compiling cancel-safe-futures v0.1.5
32332026-08-20T03:12:02.442Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-08-20T03:12:02.508Z Compiling hmac v0.13.0
32352026-08-20T03:12:02.580Z Compiling universal-hash v0.6.1
32362026-08-20T03:12:02.641Z Compiling usdt v0.5.0
32372026-08-20T03:12:02.678Z Compiling sha1 v0.10.6
32382026-08-20T03:12:02.732Z Compiling libefi-sys v0.1.0
32392026-08-20T03:12:02.756Z Compiling prettyplease v0.2.37
32402026-08-20T03:12:02.784Z Compiling linear-map v1.2.0
32412026-08-20T03:12:02.940Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32422026-08-20T03:12:02.957Z Compiling polyval v0.7.1
32432026-08-20T03:12:02.992Z Compiling der v0.8.0
32442026-08-20T03:12:02.996Z Compiling hickory-proto v0.24.4
32452026-08-20T03:12:03.043Z Compiling newline-converter v0.3.0
32462026-08-20T03:12:03.043Z Compiling console v0.15.11
32472026-08-20T03:12:03.047Z Compiling bitfield-struct v0.6.2
32482026-08-20T03:12:03.093Z Compiling linked-hash-map v0.5.6
32492026-08-20T03:12:03.097Z Compiling oxide-update-engine-types v0.1.2
32502026-08-20T03:12:03.187Z Compiling ghash v0.6.0
32512026-08-20T03:12:03.312Z Compiling lru-cache v0.1.2
32522026-08-20T03:12:03.352Z Compiling pbkdf2 v0.13.0
32532026-08-20T03:12:03.461Z Compiling expectorate v1.2.0
32542026-08-20T03:12:03.520Z Compiling crypto-bigint v0.7.5
32552026-08-20T03:12:03.526Z Compiling aes v0.9.1
32562026-08-20T03:12:03.550Z Compiling ctr v0.10.1
32572026-08-20T03:12:03.656Z Compiling aead v0.6.1
32582026-08-20T03:12:03.673Z Compiling sha2 v0.11.0
32592026-08-20T03:12:03.706Z Compiling typify-macro v0.6.2
32602026-08-20T03:12:03.761Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32612026-08-20T03:12:03.793Z Compiling nom v8.0.0
32622026-08-20T03:12:03.851Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32632026-08-20T03:12:04.052Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32642026-08-20T03:12:04.072Z Compiling semver v0.1.20
32652026-08-20T03:12:04.156Z Compiling oxide-update-engine v0.1.2
32662026-08-20T03:12:04.284Z Compiling rustc_version v0.1.7
32672026-08-20T03:12:04.354Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32682026-08-20T03:12:04.382Z Compiling aes-gcm v0.11.0
32692026-08-20T03:12:04.400Z Compiling spki v0.8.0
32702026-08-20T03:12:04.422Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32712026-08-20T03:12:04.543Z Compiling tokio-dtrace v0.1.1
32722026-08-20T03:12:04.618Z Compiling dropshot-api-manager-types v0.8.0
32732026-08-20T03:12:04.652Z Compiling salsa20 v0.11.0
32742026-08-20T03:12:04.656Z Compiling slog-dtrace v0.3.0
32752026-08-20T03:12:04.687Z Compiling xshell-macros v0.2.7
32762026-08-20T03:12:04.691Z Compiling minimal-lexical v0.2.1
32772026-08-20T03:12:04.793Z Compiling oxide-tokio-rt v0.1.4
32782026-08-20T03:12:04.838Z Compiling scrypt v0.12.0
32792026-08-20T03:12:04.855Z Compiling newtype_derive v0.1.6
32802026-08-20T03:12:04.957Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32812026-08-20T03:12:04.975Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32822026-08-20T03:12:04.992Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32832026-08-20T03:12:05.021Z Compiling nom v7.1.3
32842026-08-20T03:12:05.077Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32852026-08-20T03:12:05.104Z Compiling xshell v0.2.7
32862026-08-20T03:12:05.137Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32872026-08-20T03:12:05.155Z Compiling hickory-resolver v0.24.4
32882026-08-20T03:12:05.276Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32892026-08-20T03:12:05.326Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32902026-08-20T03:12:05.468Z Compiling phf_shared v0.12.1
32912026-08-20T03:12:05.551Z Compiling typify v0.6.2
32922026-08-20T03:12:05.632Z Compiling rfc6979 v0.4.0
32932026-08-20T03:12:05.674Z Compiling progenitor-impl v0.14.0
32942026-08-20T03:12:05.692Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-08-20T03:12:05.792Z Compiling cbc v0.2.1
32962026-08-20T03:12:05.906Z Compiling proc-macro-error-attr2 v2.0.0
32972026-08-20T03:12:05.925Z Compiling csv-core v0.1.13
32982026-08-20T03:12:05.988Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32992026-08-20T03:12:06.005Z Compiling highway v1.3.0
33002026-08-20T03:12:06.153Z Compiling chrono-tz v0.10.4
33012026-08-20T03:12:06.221Z Compiling qorb v0.4.1
33022026-08-20T03:12:06.253Z Compiling unicode-xid v0.2.6
33032026-08-20T03:12:06.356Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33042026-08-20T03:12:06.374Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33052026-08-20T03:12:06.412Z Compiling const_format_proc_macros v0.2.34
33062026-08-20T03:12:06.416Z Compiling proc-macro-error2 v2.0.1
33072026-08-20T03:12:06.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33082026-08-20T03:12:06.453Z Compiling csv v1.4.0
33092026-08-20T03:12:06.481Z Compiling pkcs5 v0.8.1
33102026-08-20T03:12:06.508Z Compiling ecdsa v0.16.9
33112026-08-20T03:12:06.775Z Compiling phf v0.12.1
33122026-08-20T03:12:06.855Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33132026-08-20T03:12:06.968Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-08-20T03:12:06.971Z Compiling primeorder v0.13.6
33152026-08-20T03:12:07.011Z Compiling hashbrown v0.14.5
33162026-08-20T03:12:07.048Z Compiling salty v0.3.0
33172026-08-20T03:12:07.262Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33182026-08-20T03:12:07.281Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33192026-08-20T03:12:07.321Z Compiling const_format v0.2.35
33202026-08-20T03:12:07.354Z Compiling p384 v0.13.1
33212026-08-20T03:12:07.431Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33222026-08-20T03:12:07.554Z Compiling pkcs8 v0.11.0
33232026-08-20T03:12:07.650Z Compiling chumsky v0.9.3
33242026-08-20T03:12:07.675Z Compiling knus-derive v3.4.0
33252026-08-20T03:12:07.957Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33262026-08-20T03:12:07.962Z Compiling tabled_derive v0.7.0
33272026-08-20T03:12:07.991Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33282026-08-20T03:12:08.166Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33292026-08-20T03:12:08.283Z Compiling bcs v0.1.6
33302026-08-20T03:12:08.324Z Compiling ff v0.14.0
33312026-08-20T03:12:08.394Z Compiling progenitor-macro v0.14.0
33322026-08-20T03:12:08.503Z Compiling termtree v0.5.1
33332026-08-20T03:12:08.640Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-08-20T03:12:08.691Z Compiling steno v0.4.1
33352026-08-20T03:12:08.819Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33362026-08-20T03:12:08.904Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33372026-08-20T03:12:09.021Z Compiling tabled v0.15.0
33382026-08-20T03:12:09.072Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33392026-08-20T03:12:09.131Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-08-20T03:12:09.192Z Compiling tagptr v0.2.0
33412026-08-20T03:12:09.212Z Compiling knus v3.4.0
33422026-08-20T03:12:09.231Z Compiling group v0.14.0
33432026-08-20T03:12:09.375Z Compiling moka v0.12.13
33442026-08-20T03:12:09.394Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-08-20T03:12:09.410Z Compiling signature v3.0.0
33462026-08-20T03:12:09.448Z Compiling base16ct v1.0.0
33472026-08-20T03:12:09.634Z Compiling sec1 v0.8.1
33482026-08-20T03:12:09.733Z Compiling hkdf v0.13.0
33492026-08-20T03:12:09.762Z Compiling libscf-sys v1.2.0
33502026-08-20T03:12:09.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33512026-08-20T03:12:09.933Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33522026-08-20T03:12:09.949Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33532026-08-20T03:12:09.990Z Compiling elliptic-curve v0.14.1
33542026-08-20T03:12:10.128Z Compiling hickory-resolver v0.25.2
33552026-08-20T03:12:10.176Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33562026-08-20T03:12:10.192Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33572026-08-20T03:12:10.413Z Compiling corncobs v0.1.4
33582026-08-20T03:12:10.497Z Compiling utf-8 v0.7.6
33592026-08-20T03:12:10.535Z Compiling parking_lot_core v0.8.6
33602026-08-20T03:12:10.571Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33612026-08-20T03:12:10.648Z Compiling tungstenite v0.21.0
33622026-08-20T03:12:10.834Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33632026-08-20T03:12:10.929Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-08-20T03:12:10.947Z Compiling wnaf v0.14.0
33652026-08-20T03:12:10.971Z Compiling primefield v0.14.0
33662026-08-20T03:12:11.001Z Compiling rfc6979 v0.6.0
33672026-08-20T03:12:11.178Z Compiling papergrid v0.18.0
33682026-08-20T03:12:11.196Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33692026-08-20T03:12:11.240Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33702026-08-20T03:12:11.259Z Compiling git-stub v1.0.0
33712026-08-20T03:12:11.305Z Compiling secrecy v0.8.0
33722026-08-20T03:12:11.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33732026-08-20T03:12:11.482Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33742026-08-20T03:12:11.507Z Compiling git-stub-vcs v0.1.0
33752026-08-20T03:12:11.552Z Compiling primeorder v0.14.0
33762026-08-20T03:12:11.712Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-20T03:12:11.780Z Compiling tokio-tungstenite v0.21.0
33782026-08-20T03:12:11.917Z Compiling ecdsa v0.17.0
33792026-08-20T03:12:12.066Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33802026-08-20T03:12:12.083Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33812026-08-20T03:12:12.174Z Compiling tabled v0.21.0
33822026-08-20T03:12:12.193Z Compiling curve25519-dalek v5.0.0
33832026-08-20T03:12:12.216Z Compiling illumos-nvpair-sys v0.2.0
33842026-08-20T03:12:12.262Z Compiling unicase v2.9.0
33852026-08-20T03:12:12.314Z Compiling parking_lot v0.11.2
33862026-08-20T03:12:12.409Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33872026-08-20T03:12:12.471Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-08-20T03:12:12.489Z Compiling ssh-encoding v0.3.0
33892026-08-20T03:12:12.509Z Compiling mime_guess v2.0.5
33902026-08-20T03:12:12.706Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33912026-08-20T03:12:12.726Z Compiling progenitor-impl v0.13.0
33922026-08-20T03:12:12.730Z Compiling prefix-trie v0.7.0
33932026-08-20T03:12:12.762Z Compiling fxhash v0.2.1
33942026-08-20T03:12:12.861Z Compiling keccak v0.2.0
33952026-08-20T03:12:12.915Z Compiling crc8 v0.1.1
33962026-08-20T03:12:12.949Z Compiling sled v0.34.7
33972026-08-20T03:12:13.076Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33982026-08-20T03:12:13.148Z Compiling hickory-server v0.25.2
33992026-08-20T03:12:13.168Z Compiling ed25519 v3.0.0
34002026-08-20T03:12:13.238Z Compiling crypto-primes v0.7.2
34012026-08-20T03:12:13.492Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022026-08-20T03:12:13.584Z Compiling progenitor v0.14.0
34032026-08-20T03:12:13.640Z Compiling pkcs1 v0.8.0-rc.4
34042026-08-20T03:12:13.749Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34052026-08-20T03:12:13.767Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34062026-08-20T03:12:14.065Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34072026-08-20T03:12:14.317Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34082026-08-20T03:12:14.320Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34092026-08-20T03:12:14.337Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34102026-08-20T03:12:14.620Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34112026-08-20T03:12:14.739Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34122026-08-20T03:12:14.859Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34132026-08-20T03:12:15.023Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34142026-08-20T03:12:15.061Z Compiling poly1305 v0.9.0
34152026-08-20T03:12:15.077Z Compiling progenitor-client v0.13.0
34162026-08-20T03:12:15.150Z Compiling blowfish v0.10.0
34172026-08-20T03:12:15.433Z Compiling blake2 v0.11.0-rc.6
34182026-08-20T03:12:15.450Z Compiling http-range v0.1.5
34192026-08-20T03:12:15.453Z Compiling progenitor-macro v0.13.0
34202026-08-20T03:12:15.506Z Compiling half v1.8.3
34212026-08-20T03:12:15.662Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34222026-08-20T03:12:15.796Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34232026-08-20T03:12:15.829Z Compiling serde_cbor v0.11.2
34242026-08-20T03:12:16.050Z Compiling argon2 v0.6.0-rc.8
34252026-08-20T03:12:16.243Z Compiling ssh-cipher v0.3.0
34262026-08-20T03:12:16.310Z Compiling bcrypt-pbkdf v0.11.0
34272026-08-20T03:12:16.439Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34282026-08-20T03:12:16.485Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34292026-08-20T03:12:16.815Z Compiling rsa v0.10.0-rc.18
34302026-08-20T03:12:16.852Z Compiling ed25519-dalek v3.0.0
34312026-08-20T03:12:17.041Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34322026-08-20T03:12:17.135Z Compiling illumos-nvpair v0.3.0
34332026-08-20T03:12:17.387Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34342026-08-20T03:12:17.445Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34352026-08-20T03:12:17.723Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34362026-08-20T03:12:17.794Z Compiling sha3 v0.11.0
34372026-08-20T03:12:17.958Z Compiling p256 v0.14.0
34382026-08-20T03:12:18.006Z Compiling p521 v0.14.0
34392026-08-20T03:12:18.091Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34402026-08-20T03:12:18.234Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34412026-08-20T03:12:18.286Z Compiling p384 v0.14.0
34422026-08-20T03:12:18.485Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432026-08-20T03:12:18.704Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-08-20T03:12:18.731Z Compiling scuffle v0.1.0
34452026-08-20T03:12:19.020Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34462026-08-20T03:12:19.111Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34472026-08-20T03:12:19.284Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34482026-08-20T03:12:19.599Z Compiling yasna v0.5.2
34492026-08-20T03:12:19.710Z Compiling kstat-rs v0.2.5
34502026-08-20T03:12:19.788Z Compiling headers-core v0.3.0
34512026-08-20T03:12:19.940Z Compiling kem v0.3.0
34522026-08-20T03:12:19.959Z Compiling module-lattice v0.2.3
34532026-08-20T03:12:19.999Z Compiling nanorand v0.7.0
34542026-08-20T03:12:20.027Z Compiling sponge-cursor v0.1.0
34552026-08-20T03:12:20.117Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34562026-08-20T03:12:20.192Z Compiling ml-kem v0.3.2
34572026-08-20T03:12:20.238Z Compiling flume v0.11.1
34582026-08-20T03:12:20.288Z Compiling sha3 v0.12.0
34592026-08-20T03:12:20.307Z Compiling rcgen v0.12.1
34602026-08-20T03:12:20.323Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34612026-08-20T03:12:20.343Z Compiling headers v0.4.1
34622026-08-20T03:12:20.591Z Compiling progenitor v0.13.0
34632026-08-20T03:12:20.607Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34642026-08-20T03:12:20.669Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34652026-08-20T03:12:20.746Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34662026-08-20T03:12:20.763Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34672026-08-20T03:12:20.810Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34682026-08-20T03:12:20.865Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34692026-08-20T03:12:21.111Z Compiling ssh-key v0.7.0-rc.11
34702026-08-20T03:12:21.132Z Compiling hyper-staticfile v0.10.1
34712026-08-20T03:12:21.150Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34722026-08-20T03:12:21.169Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34732026-08-20T03:12:21.194Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34742026-08-20T03:12:21.320Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34752026-08-20T03:12:21.454Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34762026-08-20T03:12:21.476Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34772026-08-20T03:12:21.577Z Compiling russh-cryptovec v0.62.0
34782026-08-20T03:12:21.593Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34792026-08-20T03:12:21.666Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34802026-08-20T03:12:21.686Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34812026-08-20T03:12:21.686Z Compiling internal-russh-num-bigint v0.5.0
34822026-08-20T03:12:21.763Z Compiling port-file v0.1.0
34832026-08-20T03:12:21.805Z Compiling num-bigint v0.4.6
34842026-08-20T03:12:21.825Z Compiling generic-array v1.4.3
34852026-08-20T03:12:21.828Z Compiling russh-util v0.52.0
34862026-08-20T03:12:22.015Z Compiling enum_dispatch v0.3.13
34872026-08-20T03:12:22.031Z Compiling delegate v0.13.5
34882026-08-20T03:12:22.244Z Compiling subprocess v0.2.15
34892026-08-20T03:12:22.273Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34902026-08-20T03:12:22.352Z Compiling md5 v0.8.0
34912026-08-20T03:12:22.490Z Compiling display-error-chain v0.2.2
34922026-08-20T03:12:22.644Z Compiling hex-literal v1.1.0
34932026-08-20T03:12:22.688Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34942026-08-20T03:12:22.737Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34952026-08-20T03:12:22.791Z Compiling colored v2.2.0
34962026-08-20T03:12:23.033Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34972026-08-20T03:12:23.049Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34982026-08-20T03:12:23.052Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34992026-08-20T03:12:23.083Z Compiling russh v0.62.4
35002026-08-20T03:12:23.193Z Compiling socket2 v0.5.10
35012026-08-20T03:12:23.319Z Compiling internet-checksum v0.2.1
35022026-08-20T03:12:23.700Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35032026-08-20T03:12:25.782Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35042026-08-20T03:12:26.511Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35052026-08-20T03:12:27.046Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35062026-08-20T03:12:28.471Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35072026-08-20T03:12:28.732Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35082026-08-20T03:12:37.731Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35092026-08-20T03:12:37.731Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35102026-08-20T03:12:37.738Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35112026-08-20T03:12:37.738Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-08-20T03:12:37.738Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35132026-08-20T03:12:39.565Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35142026-08-20T03:12:39.641Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35152026-08-20T03:12:43.744Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35162026-08-20T03:13:24.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
35172026-08-20T03:13:24.060Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35182026-08-20T03:13:24.060Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35192026-08-20T03:13:24.276Z
35202026-08-20T03:13:24.276Zreal 1:28.755149945
35212026-08-20T03:13:24.276Zuser 8:36.334364425
35222026-08-20T03:13:24.276Zsys 1:42.016295296
35232026-08-20T03:13:24.276Ztrap 0.250250911
35242026-08-20T03:13:24.282Ztflt 0.320904828
35252026-08-20T03:13:24.282Zdflt 1.696994713
35262026-08-20T03:13:24.282Zkflt 0.000295670
35272026-08-20T03:13:24.282Zlock 31:54.402454539
35282026-08-20T03:13:24.282Zslp 19:42.624999637
35292026-08-20T03:13:24.282Zlat 39.258122052
35302026-08-20T03:13:24.282Zstop 2:59.053945694
35312026-08-20T03:13:24.283Z+ mkdir tests
35322026-08-20T03:13:24.283Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35332026-08-20T03:13:24.287Z+ xargs -I '{}' -t cp '{}' tests/
35342026-08-20T03:13:24.303Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/
35352026-08-20T03:13:24.336Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/
35362026-08-20T03:13:24.366Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/
35372026-08-20T03:13:24.399Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/
35382026-08-20T03:13:24.756Z+ 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)
35392026-08-20T03:13:24.760Z+ 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-594f2dec84179fc3 tests/commtest-74c7ef97fc0c6cdd tests/dhcp_server-e3b27565dc37fa1f tests/end_to_end_tests-f7200e6b6f596b24 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
35402026-08-20T03:14:54.236ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35412026-08-20T03:14:54.236Za .github/buildomat/ci-env.sh 1K
35422026-08-20T03:14:54.236Za out/target/test 1K
35432026-08-20T03:14:54.236Za out/npuzone/npuzone 27402K
35442026-08-20T03:14:54.236Za package-manifest.toml 35K
35452026-08-20T03:14:54.236Za smf/sled-agent/non-gimlet/config.toml 6K
35462026-08-20T03:14:54.236Za target/release/omicron-package 48235K
35472026-08-20T03:14:54.236Za target/release/xtask 11727K
35482026-08-20T03:14:54.236Za target/debug/bootstrap 438232K
35492026-08-20T03:14:54.236Za tests/bootstrap-594f2dec84179fc3 34430K
35502026-08-20T03:14:54.236Za tests/commtest-74c7ef97fc0c6cdd 34431K
35512026-08-20T03:14:54.236Za tests/dhcp_server-e3b27565dc37fa1f 34431K
35522026-08-20T03:14:54.236Za tests/end_to_end_tests-f7200e6b6f596b24 501753K
35532026-08-20T03:14:54.236Za tools/opte_version 1K
35542026-08-20T03:14:54.236Za tools/opte_version_override 2K
35552026-08-20T03:14:54.236Za out/clickhouse.tar.gz 330122K
35562026-08-20T03:14:54.236Za out/clickhouse_keeper.tar.gz 314145K
35572026-08-20T03:14:54.236Za out/clickhouse_server.tar.gz 330119K
35582026-08-20T03:14:54.236Za out/cockroachdb.tar.gz 169544K
35592026-08-20T03:14:54.236Za out/crucible-pantry-zone.tar.gz 41324K
35602026-08-20T03:14:54.236Za out/crucible-utils.tar 18900K
35612026-08-20T03:14:54.236Za out/crucible-zone.tar.gz 56136K
35622026-08-20T03:14:54.236Za out/external-dns.tar.gz 54199K
35632026-08-20T03:14:54.236Za out/internal-dns.tar.gz 54199K
35642026-08-20T03:14:54.236Za out/mg-ddm-gz.tar 100917K
35652026-08-20T03:14:54.236Za out/nexus.tar.gz 359366K
35662026-08-20T03:14:54.236Za out/ntp.tar.gz 34647K
35672026-08-20T03:14:54.236Za out/omicron-gateway-softnpu.tar.gz 29965K
35682026-08-20T03:14:54.236Za out/omicron-sled-agent.tar 246914K
35692026-08-20T03:14:54.236Za out/overlay.tar.gz 4K
35702026-08-20T03:14:54.236Za out/oximeter.tar.gz 72425K
35712026-08-20T03:14:54.236Za out/oxlog.tar 4071K
35722026-08-20T03:14:54.237Za out/probe.tar.gz 3037K
35732026-08-20T03:14:54.237Za out/propolis-server.tar.gz 34642K
35742026-08-20T03:14:54.237Za out/pumpkind-gz.tar 26647K
35752026-08-20T03:14:54.237Za out/switch-softnpu.tar.gz 504237K
35762026-08-20T03:14:54.240Z
35772026-08-20T03:14:54.240Zreal 1:29.477024099
35782026-08-20T03:14:54.240Zuser 1:26.576538935
35792026-08-20T03:14:54.240Zsys 4.912947370
35802026-08-20T03:14:54.240Ztrap 0.006866222
35812026-08-20T03:14:54.240Ztflt 0.000000000
35822026-08-20T03:14:54.240Zdflt 0.000000000
35832026-08-20T03:14:54.240Zkflt 0.000000000
35842026-08-20T03:14:54.240Zlock 0.000000000
35852026-08-20T03:14:54.240Zslp 1:26.404017172
35862026-08-20T03:14:54.240Zlat 1.049699794
35872026-08-20T03:14:54.240Zstop 0.000168870
35882026-08-20T03:14:54.241Zprocess exited: duration 1126176 ms, exit code 0
 
35892026-08-20T03:14:54.255Zfound 1 output files
35902026-08-20T03:14:54.255Zuploading: /work/package.tar.gz (2782174823 bytes)
35912026-08-20T03:16:12.163Zuploaded: /work/package.tar.gz