01M08ED5GJSFETMCB1R0KM2SF0: 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: 01M08EF0J0RSJNK7FHRYMA1RAF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T18:07:43.727Zjob assigned to worker 01M08EF73946RNWV6ZX9K9E6TG [factory aws, i-0707bcb2e79f53d69] (queued for 1 m 0 s)
 
22026-08-17T18:07:50.847Zstarting task 0: "setup"
32026-08-17T18:07:50.854Z++ uname -s
42026-08-17T18:07:50.857Z+ kern=SunOS
52026-08-17T18:07:50.858Z+ build_user=build
62026-08-17T18:07:50.858Z+ build_uid=12345
72026-08-17T18:07:50.858Z+ work_dir=/work
82026-08-17T18:07:50.858Z+ input_dir=/input
92026-08-17T18:07:50.858Z+ [[ 0 == 12345 ]]
102026-08-17T18:07:50.858Z+ case "$kern" in
112026-08-17T18:07:50.858Z+ groupadd -g 12345 build
122026-08-17T18:07:50.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T18:07:52.865Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T18:07:52.937Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T18:07:52.940Z+ home_fs=zfs
162026-08-17T18:07:52.940Z+ [[ zfs == autofs ]]
172026-08-17T18:07:52.940Z+ mkdir -p /home/build
182026-08-17T18:07:52.943Z+ chown build:build /home/build /work
192026-08-17T18:07:54.942Z+ chmod 0700 /home/build /work
202026-08-17T18:07:54.945Zprocess exited: duration 4097 ms, exit code 0
 
212026-08-17T18:07:54.951Zstarting task 1: "rust-toolchain"
222026-08-17T18:07:54.957Z * rust toolchain channel = "1.97.1"
232026-08-17T18:07:54.957Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-17T18:07:54.957Z * rust toolchain profile = "default"
252026-08-17T18:07:54.957Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-17T18:07:54.957Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T18:07:54.957Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T18:07:54.961Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T18:07:54.961Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T18:07:55.032Zinfo: downloading installer
312026-08-17T18:07:56.427Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T18:07:56.427Zwarn: /home/build/.rustup/settings.toml
332026-08-17T18:07:56.427Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T18:07:56.427Zwarn: instead of the one inferred from the default host triple.
352026-08-17T18:07:56.439Zinfo: profile set to default
362026-08-17T18:07:56.439Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T18:07:56.442Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T18:07:56.570Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T18:07:56.573Zinfo: downloading 6 components
402026-08-17T18:08:13.142Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T18:08:13.142Z
422026-08-17T18:08:13.167Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T18:08:13.167Z
442026-08-17T18:08:13.167Z
452026-08-17T18:08:13.167ZRust is installed now. Great!
462026-08-17T18:08:13.167Z
472026-08-17T18:08:13.167ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T18:08:13.167Zenvironment variable. This has not been done automatically.
492026-08-17T18:08:13.167Z
502026-08-17T18:08:13.167ZTo configure your current shell, you need to source
512026-08-17T18:08:13.167Zthe corresponding env file under $HOME/.cargo.
522026-08-17T18:08:13.167Z
532026-08-17T18:08:13.167ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T18:08:13.167Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T18:08:13.167Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T18:08:13.167Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T18:08:13.167Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T18:08:13.167Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T18:08:13.167Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T18:08:13.170Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T18:08:13.171Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T18:08:13.262Z+ rustup --version
632026-08-17T18:08:13.268Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T18:08:13.271Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T18:08:13.287Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T18:08:13.289Z+ cargo --version
672026-08-17T18:08:13.298Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T18:08:13.301Z+ rustc --version
692026-08-17T18:08:13.320Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T18:08:13.324Zprocess exited: duration 18371 ms, exit code 0
 
712026-08-17T18:08:13.331Zstarting task 2: "authentication"
722026-08-17T18:08:13.352Zprocess exited: duration 21 ms, exit code 0
 
732026-08-17T18:08:13.360Zstarting task 3: "clone repository"
742026-08-17T18:08:13.364Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T18:08:13.367Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T18:08:13.404ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T18:08:25.709Z+ cd /work/oxidecomputer/omicron
782026-08-17T18:08:25.710Z+ git fetch origin 30722673bcde6304f78fb9995ac90a3fd0bea657
792026-08-17T18:08:26.126ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T18:08:26.126Z * branch 30722673bcde6304f78fb9995ac90a3fd0bea657 -> FETCH_HEAD
812026-08-17T18:08:26.141Z+ [[ -n avoid-asset-race ]]
822026-08-17T18:08:26.144Z++ git branch --show-current
832026-08-17T18:08:26.144Z+ current=main
842026-08-17T18:08:26.145Z+ [[ main != avoid-asset-race ]]
852026-08-17T18:08:26.145Z+ git branch -f avoid-asset-race 30722673bcde6304f78fb9995ac90a3fd0bea657
862026-08-17T18:08:26.148Z+ git checkout -f avoid-asset-race
872026-08-17T18:08:26.200ZSwitched to branch 'avoid-asset-race'
882026-08-17T18:08:26.203Z+ git reset --hard 30722673bcde6304f78fb9995ac90a3fd0bea657
892026-08-17T18:08:26.253ZHEAD is now at 30722673b hakari!!!!
902026-08-17T18:08:26.256Zprocess exited: duration 12894 ms, exit code 0
 
912026-08-17T18:08:26.263Zstarting task 4: "build"
922026-08-17T18:08:26.268Z+ source .github/buildomat/ci-env.sh
932026-08-17T18:08:26.268Z++ export CARGO_TERM_COLOR=always
942026-08-17T18:08:26.268Z++ CARGO_TERM_COLOR=always
952026-08-17T18:08:26.271Z+++ uname -s
962026-08-17T18:08:26.271Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T18:08:26.271Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T18:08:26.275Z+ cargo --version
992026-08-17T18:08:26.283Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T18:08:26.286Z+ rustc --version
1012026-08-17T18:08:26.306Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T18:08:26.310Z+ WORK=/work
1032026-08-17T18:08:26.310Z+ pfexec mkdir -p /work
1042026-08-17T18:08:26.313Z+ pfexec chown build /work
1052026-08-17T18:08:26.316Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-17T18:08:28.221Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-17T18:08:28.545Z Startup: Caching catalogs ... Done
1082026-08-17T18:08:30.307ZPlanning: Solver setup ... Done (1.664s)
1092026-08-17T18:08:30.360ZPlanning: Running solver ... Done (0.053s)
1102026-08-17T18:08:30.398ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-17T18:08:30.409ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-17T18:08:30.426ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-17T18:08:30.440ZPlanning: Package planning ... Done (0.015s)
1142026-08-17T18:08:30.443ZPlanning: Merging actions ... Done (0.002s)
1152026-08-17T18:08:30.610ZPlanning: Checking for conflicting actions ... Done (0.168s)
1162026-08-17T18:08:30.613ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-17T18:08:31.464ZPlanning: Evaluating mediators ... Done (0.854s)
1182026-08-17T18:08:31.467ZPlanning: Planning completed in 2.89 seconds
1192026-08-17T18:08:31.475Z Packages to install: 2
1202026-08-17T18:08:31.475Z Estimated space available: 156.01 GB
1212026-08-17T18:08:31.475ZEstimated space to be consumed: 69.36 MB
1222026-08-17T18:08:31.475Z Create boot environment: No
1232026-08-17T18:08:31.475ZCreate backup boot environment: No
1242026-08-17T18:08:31.478Z Rebuild boot archive: No
1252026-08-17T18:08:31.478Z
1262026-08-17T18:08:31.478ZChanged packages:
1272026-08-17T18:08:31.478Zhelios
1282026-08-17T18:08:31.478Z developer/build-essential
1292026-08-17T18:08:31.478Z None -> 11-3.0
1302026-08-17T18:08:31.478Z library/libxmlsec1
1312026-08-17T18:08:31.478Z None -> 1.2.35-3.0
1322026-08-17T18:08:31.500Z
1332026-08-17T18:08:31.500ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-17T18:08:31.568ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1352026-08-17T18:08:31.638Z Actions: 1/268 actions (Installing new actions)
1362026-08-17T18:08:31.677Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-17T18:08:31.708ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-17T18:08:31.708ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-17T18:08:31.782ZFinalize: Updating image state ... Done (0.073s)
1402026-08-17T18:08:34.413ZFinalize: Creating fast lookup database ... Done (2.586s)
1412026-08-17T18:08:34.482ZFinalize: Reading search index ... Done (0.012s)
1422026-08-17T18:08:34.485ZFinalize: Updating search index ... Done (0.000s)
1432026-08-17T18:08:34.622ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-17T18:08:34.979ZPlanning: Evaluating mediator changes ... Done
1452026-08-17T18:08:35.084ZPlanning: Checking for conflicting actions ... Done
1462026-08-17T18:08:35.087ZPlanning: Consolidating action changes ... Done
1472026-08-17T18:08:35.244ZPlanning: Evaluating mediators ... Done
1482026-08-17T18:08:35.248ZPlanning: Planning completed in 0.27 seconds
1492026-08-17T18:08:35.268Z Mediators to change: 2
1502026-08-17T18:08:35.268Z Create boot environment: No
1512026-08-17T18:08:35.268ZCreate backup boot environment: No
1522026-08-17T18:08:35.311ZFinalize: Updating package state database ... Done
1532026-08-17T18:08:35.311ZFinalize: Updating package cache ... Done
1542026-08-17T18:08:35.355ZFinalize: Updating image state ... Done
1552026-08-17T18:08:37.348ZFinalize: Creating fast lookup database ... Done
1562026-08-17T18:08:37.414ZFinalize: Reading search index ... Done
1572026-08-17T18:08:37.417ZFinalize: Updating search index ... Done
1582026-08-17T18:08:37.485ZFinalize: Updating package cache ... Done
1592026-08-17T18:08:37.775ZPlanning: Evaluating mediator changes ... Done
1602026-08-17T18:08:37.884ZPlanning: Checking for conflicting actions ... Done
1612026-08-17T18:08:37.887ZPlanning: Consolidating action changes ... Done
1622026-08-17T18:08:38.043ZPlanning: Evaluating mediators ... Done
1632026-08-17T18:08:38.046ZPlanning: Planning completed in 0.27 seconds
1642026-08-17T18:08:38.067Z Mediators to change: 1
1652026-08-17T18:08:38.067Z Create boot environment: No
1662026-08-17T18:08:38.067ZCreate backup boot environment: No
1672026-08-17T18:08:38.111ZFinalize: Updating package state database ... Done
1682026-08-17T18:08:38.111ZFinalize: Updating package cache ... Done
1692026-08-17T18:08:38.155ZFinalize: Updating image state ... Done
1702026-08-17T18:08:40.122ZFinalize: Creating fast lookup database ... Done
1712026-08-17T18:08:40.186ZFinalize: Reading search index ... Done
1722026-08-17T18:08:40.189ZFinalize: Updating search index ... Done
1732026-08-17T18:08:40.242ZFinalize: Updating package cache ... Done
1742026-08-17T18:08:40.556ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-17T18:08:40.556Zapache system 2.4 system
1762026-08-17T18:08:40.556Zclang system 15 system
1772026-08-17T18:08:40.556Zcsh system system illumos
1782026-08-17T18:08:40.556Zctags system system illumos
1792026-08-17T18:08:40.556Zfile vendor vendor darwinsys
1802026-08-17T18:08:40.556Zfile system system illumos
1812026-08-17T18:08:40.556Zgcc vendor 14 vendor
1822026-08-17T18:08:40.556Zgcc system 13 system
1832026-08-17T18:08:40.556Zgcc system 10 system
1842026-08-17T18:08:40.556Zgo system 1.25 system
1852026-08-17T18:08:40.556Zllvm system 15 system
1862026-08-17T18:08:40.556Zmariadb system 11.4 system
1872026-08-17T18:08:40.556Zmta vendor vendor dma
1882026-08-17T18:08:40.556Zopenjdk system 17 system
1892026-08-17T18:08:40.557Zopenjdk system 11 system
1902026-08-17T18:08:40.557Zopenssl vendor 3 vendor
1912026-08-17T18:08:40.557Zperl system 5.40 system
1922026-08-17T18:08:40.557Zpostgresql system 18 system
1932026-08-17T18:08:40.557Zpostgresql system 17 system
1942026-08-17T18:08:40.557Zpython vendor 3 vendor
1952026-08-17T18:08:40.557Zpython system 2 system
1962026-08-17T18:08:40.557Zpython3 vendor 3.13 vendor
1972026-08-17T18:08:40.557Zruby system 3.4 system
1982026-08-17T18:08:40.557Zruby system 3.0 system
1992026-08-17T18:08:40.557Zwords vendor vendor american-english
2002026-08-17T18:08:40.557Zwords system system australian-english
2012026-08-17T18:08:40.557Zwords system system british-english
2022026-08-17T18:08:40.557Zwords system system canadian-english
2032026-08-17T18:08:40.557Zwords system system french
2042026-08-17T18:08:40.557Zwords system system italian
2052026-08-17T18:08:40.557Zwords system system ngerman
2062026-08-17T18:08:40.557Zwords system system ogerman
2072026-08-17T18:08:40.557Zwords system system spanish
2082026-08-17T18:08:40.815ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-17T18:08:40.815Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-17T18:08:41.260ZFMRI IFO
2112026-08-17T18:08:41.260Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-17T18:08:41.260Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-17T18:08:41.260Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-17T18:08:41.260Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-17T18:08:41.260Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-17T18:08:41.260Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-17T18:08:41.260Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-17T18:08:41.260Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-17T18:08:41.260Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-17T18:08:41.573Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-17T18:08:41.960Z Updating crates.io index
2222026-08-17T18:08:41.963Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-17T18:08:42.278Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-17T18:08:42.699Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-17T18:08:43.785Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-17T18:08:44.336Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-17T18:08:45.931Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-17T18:08:46.959Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-17T18:08:47.309Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-17T18:08:47.715Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-17T18:08:49.303Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-17T18:08:49.612Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-17T18:08:50.001Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-17T18:08:50.623Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-17T18:08:50.907Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-17T18:08:51.242Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-17T18:08:51.549Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-17T18:08:51.884Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-17T18:08:52.256Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-17T18:08:52.716Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-17T18:08:53.227Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-17T18:08:53.635Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-17T18:08:54.194Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-17T18:08:54.540Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-17T18:08:55.111Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-17T18:08:55.477Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-17T18:08:55.762Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-17T18:08:56.489Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-17T18:08:56.869Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T18:08:57.495Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-17T18:08:57.859Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-17T18:08:58.195Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-17T18:08:58.577Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-17T18:08:59.041Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-17T18:08:59.683Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-17T18:09:00.037Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-17T18:09:00.330Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-17T18:09:00.657Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-17T18:09:00.984Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-17T18:09:01.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-17T18:09:01.675Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-17T18:09:02.002Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-17T18:09:02.313Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-17T18:09:05.070Z Downloading crates ...
2652026-08-17T18:09:05.119Z Downloaded cargo-platform v0.3.2
2662026-08-17T18:09:05.125Z Downloaded bitflags v2.11.0
2672026-08-17T18:09:05.130Z Downloaded generic-array v0.14.7
2682026-08-17T18:09:05.133Z Downloaded anstream v1.0.0
2692026-08-17T18:09:05.133Z Downloaded camino-tempfile v1.4.1
2702026-08-17T18:09:05.138Z Downloaded zerocopy-derive v0.7.35
2712026-08-17T18:09:05.142Z Downloaded anstyle v1.0.14
2722026-08-17T18:09:05.142Z Downloaded camino v1.2.2
2732026-08-17T18:09:05.142Z Downloaded zmij v1.0.21
2742026-08-17T18:09:05.145Z Downloaded terminal_size v0.4.3
2752026-08-17T18:09:05.151Z Downloaded errno v0.3.14
2762026-08-17T18:09:05.152Z Downloaded anstyle-query v1.1.5
2772026-08-17T18:09:05.155Z Downloaded zerocopy v0.7.35
2782026-08-17T18:09:05.161Z Downloaded cpufeatures v0.2.17
2792026-08-17T18:09:05.170Z Downloaded bytecount v0.6.9
2802026-08-17T18:09:05.170Z Downloaded clap_derive v4.6.1
2812026-08-17T18:09:05.170Z Downloaded clap_lex v1.0.0
2822026-08-17T18:09:05.170Z Downloaded fastrand v2.3.0
2832026-08-17T18:09:05.170Z Downloaded fnv v1.0.7
2842026-08-17T18:09:05.170Z Downloaded macaddr v1.0.1
2852026-08-17T18:09:05.173Z Downloaded heck v0.5.0
2862026-08-17T18:09:05.173Z Downloaded colorchoice v1.0.4
2872026-08-17T18:09:05.173Z Downloaded anstyle-parse v1.0.0
2882026-08-17T18:09:05.173Z Downloaded cargo_metadata v0.23.1
2892026-08-17T18:09:05.177Z Downloaded is_terminal_polyfill v1.70.2
2902026-08-17T18:09:05.177Z Downloaded memmap v0.7.0
2912026-08-17T18:09:05.177Z Downloaded cfg-if v1.0.4
2922026-08-17T18:09:05.180Z Downloaded equivalent v1.0.2
2932026-08-17T18:09:05.180Z Downloaded dtrace-parser v0.2.0
2942026-08-17T18:09:05.196Z Downloaded itoa v1.0.17
2952026-08-17T18:09:05.196Z Downloaded fs-err v3.3.0
2962026-08-17T18:09:05.200Z Downloaded dof v0.3.0
2972026-08-17T18:09:05.200Z Downloaded plain v0.2.3
2982026-08-17T18:09:05.200Z Downloaded toml_datetime v0.6.11
2992026-08-17T18:09:05.204Z Downloaded toml_edit v0.22.27
3002026-08-17T18:09:05.204Z Downloaded crypto-common v0.1.7
3012026-08-17T18:09:05.215Z Downloaded heck v0.4.1
3022026-08-17T18:09:05.219Z Downloaded strsim v0.11.1
3032026-08-17T18:09:05.219Z Downloaded utf8parse v0.2.2
3042026-08-17T18:09:05.219Z Downloaded proc-macro-error-attr v1.0.4
3052026-08-17T18:09:05.219Z Downloaded toml_write v0.1.2
3062026-08-17T18:09:05.219Z Downloaded scroll_derive v0.12.1
3072026-08-17T18:09:05.223Z Downloaded usdt-attr-macro v0.5.0
3082026-08-17T18:09:05.227Z Downloaded usdt-macro v0.5.0
3092026-08-17T18:09:05.230Z Downloaded tabled_derive v0.7.0
3102026-08-17T18:09:05.234Z Downloaded usdt v0.5.0
3112026-08-17T18:09:05.238Z Downloaded unicode-linebreak v0.1.5
3122026-08-17T18:09:05.242Z Downloaded pretty-hex v0.4.1
3132026-08-17T18:09:05.253Z Downloaded smawk v0.3.2
3142026-08-17T18:09:05.258Z Downloaded block-buffer v0.10.4
3152026-08-17T18:09:05.263Z Downloaded autocfg v1.5.0
3162026-08-17T18:09:05.263Z Downloaded byteorder v1.5.0
3172026-08-17T18:09:05.263Z Downloaded digest v0.10.7
3182026-08-17T18:09:05.268Z Downloaded serde_spanned v0.6.9
3192026-08-17T18:09:05.268Z Downloaded cargo_toml v0.21.0
3202026-08-17T18:09:05.268Z Downloaded scroll v0.12.0
3212026-08-17T18:09:05.268Z Downloaded swrite v0.1.0
3222026-08-17T18:09:05.271Z Downloaded thiserror v1.0.69
3232026-08-17T18:09:05.271Z Downloaded thiserror v2.0.18
3242026-08-17T18:09:05.275Z Downloaded serde_tokenstream v0.2.3
3252026-08-17T18:09:05.275Z Downloaded thiserror-impl v2.0.18
3262026-08-17T18:09:05.279Z Downloaded thread-id v4.2.2
3272026-08-17T18:09:05.279Z Downloaded proc-macro-error v1.0.4
3282026-08-17T18:09:05.282Z Downloaded version_check v0.9.5
3292026-08-17T18:09:05.282Z Downloaded sha2 v0.10.9
3302026-08-17T18:09:05.282Z Downloaded thiserror-impl v1.0.69
3312026-08-17T18:09:05.286Z Downloaded usdt-impl v0.5.0
3322026-08-17T18:09:05.291Z Downloaded pest_derive v2.8.6
3332026-08-17T18:09:05.304Z Downloaded anyhow v1.0.102
3342026-08-17T18:09:05.309Z Downloaded pest_generator v2.8.6
3352026-08-17T18:09:05.314Z Downloaded quote v1.0.45
3362026-08-17T18:09:05.314Z Downloaded semver v1.0.28
3372026-08-17T18:09:05.314Z Downloaded toml v0.8.23
3382026-08-17T18:09:05.321Z Downloaded once_cell v1.21.3
3392026-08-17T18:09:05.321Z Downloaded memchr v2.8.0
3402026-08-17T18:09:05.325Z Downloaded tempfile v3.25.0
3412026-08-17T18:09:05.328Z Downloaded log v0.4.29
3422026-08-17T18:09:05.331Z Downloaded clap v4.6.1
3432026-08-17T18:09:05.335Z Downloaded getrandom v0.4.1
3442026-08-17T18:09:05.339Z Downloaded papergrid v0.11.0
3452026-08-17T18:09:05.339Z Downloaded ucd-trie v0.1.7
3462026-08-17T18:09:05.343Z Downloaded unicode-ident v1.0.24
3472026-08-17T18:09:05.343Z Downloaded serde_derive v1.0.228
3482026-08-17T18:09:05.354Z Downloaded pest_meta v2.8.6
3492026-08-17T18:09:05.358Z Downloaded textwrap v0.16.2
3502026-08-17T18:09:05.361Z Downloaded serde_core v1.0.228
3512026-08-17T18:09:05.368Z Downloaded indexmap v2.14.0
3522026-08-17T18:09:05.373Z Downloaded pest v2.8.6
3532026-08-17T18:09:05.379Z Downloaded proc-macro2 v1.0.106
3542026-08-17T18:09:05.379Z Downloaded serde v1.0.228
3552026-08-17T18:09:05.385Z Downloaded typenum v1.20.1
3562026-08-17T18:09:05.418Z Downloaded hashbrown v0.17.0
3572026-08-17T18:09:05.425Z Downloaded clap_builder v4.6.0
3582026-08-17T18:09:05.429Z Downloaded serde_json v1.0.151
3592026-08-17T18:09:05.435Z Downloaded goblin v0.8.2
3602026-08-17T18:09:05.493Z Downloaded tabled v0.15.0
3612026-08-17T18:09:05.496Z Downloaded winnow v0.7.14
3622026-08-17T18:09:05.496Z Downloaded syn v1.0.109
3632026-08-17T18:09:05.496Z Downloaded unicode-width v0.1.14
3642026-08-17T18:09:05.496Z Downloaded unicode-width v0.2.0
3652026-08-17T18:09:05.496Z Downloaded syn v2.0.117
3662026-08-17T18:09:05.510Z Downloaded rustix v1.1.3
3672026-08-17T18:09:05.522Z Downloaded libc v0.2.185
3682026-08-17T18:09:05.584Z Compiling proc-macro2 v1.0.106
3692026-08-17T18:09:05.584Z Compiling unicode-ident v1.0.24
3702026-08-17T18:09:05.588Z Compiling quote v1.0.45
3712026-08-17T18:09:05.588Z Compiling serde_core v1.0.228
3722026-08-17T18:09:05.588Z Compiling libc v0.2.185
3732026-08-17T18:09:05.588Z Compiling version_check v0.9.5
3742026-08-17T18:09:05.588Z Compiling memchr v2.8.0
3752026-08-17T18:09:05.768Z Compiling serde v1.0.228
3762026-08-17T18:09:05.779Z Compiling zmij v1.0.21
3772026-08-17T18:09:05.782Z Compiling ucd-trie v0.1.7
3782026-08-17T18:09:05.782Z Compiling thiserror v1.0.69
3792026-08-17T18:09:05.796Z Compiling itoa v1.0.17
3802026-08-17T18:09:05.799Z Compiling rustix v1.1.3
3812026-08-17T18:09:05.800Z Compiling byteorder v1.5.0
3822026-08-17T18:09:06.006Z Compiling bitflags v2.11.0
3832026-08-17T18:09:06.174Z Compiling pest v2.8.6
3842026-08-17T18:09:06.232Z Compiling serde_json v1.0.151
3852026-08-17T18:09:06.236Z Compiling proc-macro-error-attr v1.0.4
3862026-08-17T18:09:06.338Z Compiling usdt-impl v0.5.0
3872026-08-17T18:09:06.356Z Compiling syn v1.0.109
3882026-08-17T18:09:06.424Z Compiling camino v1.2.2
3892026-08-17T18:09:06.447Z Compiling proc-macro-error v1.0.4
3902026-08-17T18:09:06.484Z Compiling equivalent v1.0.2
3912026-08-17T18:09:06.504Z Compiling plain v0.2.3
3922026-08-17T18:09:06.578Z Compiling hashbrown v0.17.0
3932026-08-17T18:09:06.629Z Compiling log v0.4.29
3942026-08-17T18:09:06.649Z Compiling getrandom v0.4.1
3952026-08-17T18:09:06.669Z Compiling utf8parse v0.2.2
3962026-08-17T18:09:06.722Z Compiling errno v0.3.14
3972026-08-17T18:09:06.725Z Compiling thread-id v4.2.2
3982026-08-17T18:09:06.815Z Compiling winnow v0.7.14
3992026-08-17T18:09:06.818Z Compiling anstyle-parse v1.0.0
4002026-08-17T18:09:06.870Z Compiling anstyle v1.0.14
4012026-08-17T18:09:06.873Z Compiling autocfg v1.5.0
4022026-08-17T18:09:06.924Z Compiling cfg-if v1.0.4
4032026-08-17T18:09:06.947Z Compiling colorchoice v1.0.4
4042026-08-17T18:09:06.951Z Compiling thiserror v2.0.18
4052026-08-17T18:09:06.951Z Compiling anstyle-query v1.1.5
4062026-08-17T18:09:07.022Z Compiling is_terminal_polyfill v1.70.2
4072026-08-17T18:09:07.064Z Compiling toml_write v0.1.2
4082026-08-17T18:09:07.112Z Compiling indexmap v2.14.0
4092026-08-17T18:09:07.129Z Compiling pretty-hex v0.4.1
4102026-08-17T18:09:07.170Z Compiling anstream v1.0.0
4112026-08-17T18:09:07.206Z Compiling once_cell v1.21.3
4122026-08-17T18:09:07.263Z Compiling syn v2.0.117
4132026-08-17T18:09:07.290Z Compiling pest_meta v2.8.6
4142026-08-17T18:09:07.326Z Compiling bytecount v0.6.9
4152026-08-17T18:09:07.383Z Compiling clap_lex v1.0.0
4162026-08-17T18:09:07.401Z Compiling fs-err v3.3.0
4172026-08-17T18:09:07.446Z Compiling fastrand v2.3.0
4182026-08-17T18:09:07.479Z Compiling heck v0.5.0
4192026-08-17T18:09:07.497Z Compiling unicode-width v0.1.14
4202026-08-17T18:09:07.513Z Compiling fnv v1.0.7
4212026-08-17T18:09:07.584Z Compiling anyhow v1.0.102
4222026-08-17T18:09:07.616Z Compiling strsim v0.11.1
4232026-08-17T18:09:07.633Z Compiling heck v0.4.1
4242026-08-17T18:09:07.768Z Compiling terminal_size v0.4.3
4252026-08-17T18:09:07.786Z Compiling papergrid v0.11.0
4262026-08-17T18:09:07.804Z Compiling tempfile v3.25.0
4272026-08-17T18:09:07.825Z Compiling memmap v0.7.0
4282026-08-17T18:09:07.825Z Compiling smawk v0.3.2
4292026-08-17T18:09:07.860Z Compiling unicode-linebreak v0.1.5
4302026-08-17T18:09:07.923Z Compiling clap_builder v4.6.0
4312026-08-17T18:09:07.940Z Compiling unicode-width v0.2.0
4322026-08-17T18:09:08.067Z Compiling semver v1.0.28
4332026-08-17T18:09:08.120Z Compiling cargo-platform v0.3.2
4342026-08-17T18:09:08.194Z Compiling textwrap v0.16.2
4352026-08-17T18:09:08.212Z Compiling swrite v0.1.0
4362026-08-17T18:09:08.326Z Compiling camino-tempfile v1.4.1
4372026-08-17T18:09:08.827Z Compiling tabled_derive v0.7.0
4382026-08-17T18:09:09.433Z Compiling pest_generator v2.8.6
4392026-08-17T18:09:09.480Z Compiling tabled v0.15.0
4402026-08-17T18:09:09.919Z Compiling serde_derive v1.0.228
4412026-08-17T18:09:09.919Z Compiling thiserror-impl v1.0.69
4422026-08-17T18:09:09.922Z Compiling zerocopy-derive v0.7.35
4432026-08-17T18:09:09.922Z Compiling scroll_derive v0.12.1
4442026-08-17T18:09:09.922Z Compiling thiserror-impl v2.0.18
4452026-08-17T18:09:09.922Z Compiling clap_derive v4.6.1
4462026-08-17T18:09:09.993Z Compiling pest_derive v2.8.6
4472026-08-17T18:09:10.616Z Compiling scroll v0.12.0
4482026-08-17T18:09:10.739Z Compiling zerocopy v0.7.35
4492026-08-17T18:09:10.830Z Compiling goblin v0.8.2
4502026-08-17T18:09:11.030Z Compiling dtrace-parser v0.2.0
4512026-08-17T18:09:11.394Z Compiling clap v4.6.1
4522026-08-17T18:09:12.338Z Compiling dof v0.3.0
4532026-08-17T18:09:12.338Z Compiling serde_tokenstream v0.2.3
4542026-08-17T18:09:12.354Z Compiling serde_spanned v0.6.9
4552026-08-17T18:09:12.357Z Compiling toml_datetime v0.6.11
4562026-08-17T18:09:12.357Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-17T18:09:12.357Z Compiling macaddr v1.0.1
4582026-08-17T18:09:12.357Z Compiling cargo_metadata v0.23.1
4592026-08-17T18:09:12.553Z Compiling toml_edit v0.22.27
4602026-08-17T18:09:13.005Z Compiling usdt-macro v0.5.0
4612026-08-17T18:09:13.005Z Compiling usdt-attr-macro v0.5.0
4622026-08-17T18:09:13.620Z Compiling usdt v0.5.0
4632026-08-17T18:09:13.821Z Compiling toml v0.8.23
4642026-08-17T18:09:14.132Z Compiling cargo_toml v0.21.0
4652026-08-17T18:09:15.412Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-17T18:09:17.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.07s
4672026-08-17T18:09:17.704Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-17T18:09:18.221Z Downloading crates ...
4692026-08-17T18:09:18.273Z Downloaded atty v0.2.14
4702026-08-17T18:09:18.276Z Downloaded aead v0.5.2
4712026-08-17T18:09:18.279Z Downloaded adler2 v2.0.1
4722026-08-17T18:09:18.282Z Downloaded anstream v0.6.21
4732026-08-17T18:09:18.283Z Downloaded anstyle-parse v0.2.7
4742026-08-17T18:09:18.289Z Downloaded castaway v0.2.4
4752026-08-17T18:09:18.292Z Downloaded console v0.15.11
4762026-08-17T18:09:18.317Z Downloaded form_urlencoded v1.2.2
4772026-08-17T18:09:18.317Z Downloaded convert_case v0.4.0
4782026-08-17T18:09:18.317Z Downloaded byte-wrapper v0.1.0
4792026-08-17T18:09:18.317Z Downloaded env_filter v1.0.0
4802026-08-17T18:09:18.317Z Downloaded assert_matches v1.5.0
4812026-08-17T18:09:18.317Z Downloaded erased-serde v0.3.31
4822026-08-17T18:09:18.317Z Downloaded env_logger v0.11.9
4832026-08-17T18:09:18.317Z Downloaded base16ct v1.0.0
4842026-08-17T18:09:18.318Z Downloaded hash32 v0.3.1
4852026-08-17T18:09:18.318Z Downloaded endian-type v0.1.2
4862026-08-17T18:09:18.318Z Downloaded allocator-api2 v0.2.21
4872026-08-17T18:09:18.322Z Downloaded chacha20poly1305 v0.10.1
4882026-08-17T18:09:18.322Z Downloaded expectorate v1.2.0
4892026-08-17T18:09:18.322Z Downloaded fallible-iterator v0.2.0
4902026-08-17T18:09:18.326Z Downloaded futures-io v0.3.32
4912026-08-17T18:09:18.327Z Downloaded foreign-types v0.5.0
4922026-08-17T18:09:18.327Z Downloaded foreign-types-shared v0.1.1
4932026-08-17T18:09:18.327Z Downloaded funty v2.0.0
4942026-08-17T18:09:18.327Z Downloaded flagset v0.4.7
4952026-08-17T18:09:18.327Z Downloaded foreign-types v0.3.2
4962026-08-17T18:09:18.330Z Downloaded git-stub v1.0.0
4972026-08-17T18:09:18.330Z Downloaded atomicwrites v0.4.4
4982026-08-17T18:09:18.330Z Downloaded bitfield v0.19.4
4992026-08-17T18:09:18.330Z Downloaded bitflags v1.3.2
5002026-08-17T18:09:18.330Z Downloaded fixedbitset v0.4.2
5012026-08-17T18:09:18.333Z Downloaded fxhash v0.2.1
5022026-08-17T18:09:18.333Z Downloaded foreign-types-shared v0.3.1
5032026-08-17T18:09:18.333Z Downloaded arrayref v0.3.9
5042026-08-17T18:09:18.337Z Downloaded foreign-types-macros v0.2.3
5052026-08-17T18:09:18.337Z Downloaded http-body-util v0.1.3
5062026-08-17T18:09:18.340Z Downloaded bitfield-macros v0.19.4
5072026-08-17T18:09:18.340Z Downloaded bitfield-struct v0.6.2
5082026-08-17T18:09:18.342Z Downloaded bcrypt-pbkdf v0.11.0
5092026-08-17T18:09:18.342Z Downloaded float-ord v0.3.2
5102026-08-17T18:09:18.345Z Downloaded ghash v0.6.0
5112026-08-17T18:09:18.345Z Downloaded futures-task v0.3.32
5122026-08-17T18:09:18.345Z Downloaded atomic-waker v1.1.2
5132026-08-17T18:09:18.345Z Downloaded compression-core v0.4.31
5142026-08-17T18:09:18.349Z Downloaded ciborium-ll v0.2.2
5152026-08-17T18:09:18.352Z Downloaded futures-core v0.3.32
5162026-08-17T18:09:18.352Z Downloaded home v0.5.12
5172026-08-17T18:09:18.352Z Downloaded gethostname v0.5.0
5182026-08-17T18:09:18.355Z Downloaded array-init v0.0.4
5192026-08-17T18:09:18.357Z Downloaded futures-sink v0.3.32
5202026-08-17T18:09:18.357Z Downloaded bit-set v0.5.3
5212026-08-17T18:09:18.360Z Downloaded bb8 v0.8.6
5222026-08-17T18:09:18.363Z Downloaded hex-literal v1.1.0
5232026-08-17T18:09:18.364Z Downloaded futures-macro v0.3.32
5242026-08-17T18:09:18.368Z Downloaded headers-core v0.3.0
5252026-08-17T18:09:18.368Z Downloaded group v0.13.0
5262026-08-17T18:09:18.368Z Downloaded async-trait v0.1.89
5272026-08-17T18:09:18.368Z Downloaded async-bb8-diesel v0.2.1
5282026-08-17T18:09:18.371Z Downloaded backoff v0.4.0
5292026-08-17T18:09:18.371Z Downloaded enum_dispatch v0.3.13
5302026-08-17T18:09:18.371Z Downloaded async-recursion v1.1.1
5312026-08-17T18:09:18.374Z Downloaded find-msvc-tools v0.1.9
5322026-08-17T18:09:18.374Z Downloaded float-cmp v0.10.0
5332026-08-17T18:09:18.374Z Downloaded block-padding v0.4.2
5342026-08-17T18:09:18.374Z Downloaded ff v0.14.0
5352026-08-17T18:09:18.377Z Downloaded ciborium-io v0.2.2
5362026-08-17T18:09:18.377Z Downloaded cfg_aliases v0.2.1
5372026-08-17T18:09:18.377Z Downloaded compact_str v0.8.1
5382026-08-17T18:09:18.380Z Downloaded fd-lock v4.0.4
5392026-08-17T18:09:18.380Z Downloaded http-body v1.0.1
5402026-08-17T18:09:18.380Z Downloaded http-range v0.1.5
5412026-08-17T18:09:18.380Z Downloaded httpdate v1.0.3
5422026-08-17T18:09:18.380Z Downloaded hyper-tls v0.6.0
5432026-08-17T18:09:18.383Z Downloaded globwalk v0.9.1
5442026-08-17T18:09:18.383Z Downloaded hex v0.4.3
5452026-08-17T18:09:18.383Z Downloaded hubpack_derive v0.1.1
5462026-08-17T18:09:18.383Z Downloaded aead v0.6.1
5472026-08-17T18:09:18.383Z Downloaded hostname v0.3.1
5482026-08-17T18:09:18.386Z Downloaded fixedbitset v0.5.7
5492026-08-17T18:09:18.386Z Downloaded half v1.8.3
5502026-08-17T18:09:18.389Z Downloaded cfg_aliases v0.1.1
5512026-08-17T18:09:18.389Z Downloaded foldhash v0.1.5
5522026-08-17T18:09:18.392Z Downloaded humantime v2.3.0
5532026-08-17T18:09:18.392Z Downloaded bit-set v0.8.0
5542026-08-17T18:09:18.392Z Downloaded hubpack v0.1.2
5552026-08-17T18:09:18.392Z Downloaded enum-as-inner v0.6.1
5562026-08-17T18:09:18.392Z Downloaded hash32 v0.2.1
5572026-08-17T18:09:18.395Z Downloaded hostname v0.4.2
5582026-08-17T18:09:18.398Z Downloaded async-stream-impl v0.3.6
5592026-08-17T18:09:18.398Z Downloaded openssl-probe v0.2.1
5602026-08-17T18:09:18.401Z Downloaded parse-size v1.1.0
5612026-08-17T18:09:18.404Z Downloaded base16ct v0.2.0
5622026-08-17T18:09:18.407Z Downloaded fs-err v2.11.0
5632026-08-17T18:09:18.407Z Downloaded num-conv v0.2.0
5642026-08-17T18:09:18.407Z Downloaded filetime v0.2.27
5652026-08-17T18:09:18.410Z Downloaded ff v0.13.1
5662026-08-17T18:09:18.413Z Downloaded fs_extra v1.3.0
5672026-08-17T18:09:18.413Z Downloaded block-buffer v0.12.1
5682026-08-17T18:09:18.413Z Downloaded cobs v0.3.0
5692026-08-17T18:09:18.416Z Downloaded ascii-canvas v3.0.0
5702026-08-17T18:09:18.419Z Downloaded num_enum_derive v0.5.11
5712026-08-17T18:09:18.422Z Downloaded num v0.4.3
5722026-08-17T18:09:18.422Z Downloaded num-iter v0.1.45
5732026-08-17T18:09:18.425Z Downloaded ar_archive_writer v0.5.1
5742026-08-17T18:09:18.428Z Downloaded predicates-tree v1.0.13
5752026-08-17T18:09:18.428Z Downloaded rand_xorshift v0.4.0
5762026-08-17T18:09:18.431Z Downloaded argon2 v0.5.3
5772026-08-17T18:09:18.431Z Downloaded base64ct v1.8.3
5782026-08-17T18:09:18.431Z Downloaded async-stream v0.3.6
5792026-08-17T18:09:18.434Z Downloaded bcs v0.1.6
5802026-08-17T18:09:18.437Z Downloaded cassowary v0.3.0
5812026-08-17T18:09:18.437Z Downloaded foldhash v0.2.0
5822026-08-17T18:09:18.440Z Downloaded compression-codecs v0.4.37
5832026-08-17T18:09:18.442Z Downloaded argon2 v0.6.0-rc.8
5842026-08-17T18:09:18.445Z Downloaded rfc6979 v0.4.0
5852026-08-17T18:09:18.445Z Downloaded fatfs v0.3.6
5862026-08-17T18:09:18.448Z Downloaded futures-channel v0.3.32
5872026-08-17T18:09:18.448Z Downloaded generic-array v1.4.3
5882026-08-17T18:09:18.451Z Downloaded globset v0.4.18
5892026-08-17T18:09:18.451Z Downloaded hmac v0.13.0
5902026-08-17T18:09:18.451Z Downloaded phf_shared v0.12.1
5912026-08-17T18:09:18.454Z Downloaded progenitor-macro v0.14.0
5922026-08-17T18:09:18.458Z Downloaded ref-cast v1.0.25
5932026-08-17T18:09:18.461Z Downloaded rustc_version v0.1.7
5942026-08-17T18:09:18.465Z Downloaded rustc_version v0.4.1
5952026-08-17T18:09:18.465Z Downloaded owo-colors v4.3.0
5962026-08-17T18:09:18.465Z Downloaded hyper-staticfile v0.10.1
5972026-08-17T18:09:18.465Z Downloaded parking_lot_core v0.8.6
5982026-08-17T18:09:18.469Z Downloaded semver v0.1.20
5992026-08-17T18:09:18.469Z Downloaded serde_plain v1.0.2
6002026-08-17T18:09:18.469Z Downloaded signal-hook-tokio v0.3.1
6012026-08-17T18:09:18.473Z Downloaded cbc v0.2.1
6022026-08-17T18:09:18.476Z Downloaded cmov v0.5.4
6032026-08-17T18:09:18.476Z Downloaded structmeta v0.3.0
6042026-08-17T18:09:18.477Z Downloaded structmeta-derive v0.3.0
6052026-08-17T18:09:18.477Z Downloaded strum v0.26.3
6062026-08-17T18:09:18.480Z Downloaded strsim v0.10.0
6072026-08-17T18:09:18.480Z Downloaded buf-list v1.1.2
6082026-08-17T18:09:18.483Z Downloaded cipher v0.4.4
6092026-08-17T18:09:18.483Z Downloaded getrandom v0.2.17
6102026-08-17T18:09:18.485Z Downloaded group v0.14.0
6112026-08-17T18:09:18.485Z Downloaded pem v3.0.6
6122026-08-17T18:09:18.485Z Downloaded arrayvec v0.7.6
6132026-08-17T18:09:18.488Z Downloaded blowfish v0.10.0
6142026-08-17T18:09:18.488Z Downloaded bit-vec v0.8.0
6152026-08-17T18:09:18.491Z Downloaded futures-executor v0.3.32
6162026-08-17T18:09:18.494Z Downloaded chacha20 v0.9.1
6172026-08-17T18:09:18.494Z Downloaded cipher v0.5.2
6182026-08-17T18:09:18.497Z Downloaded bs58 v0.5.1
6192026-08-17T18:09:18.497Z Downloaded camino-tempfile-ext v0.3.3
6202026-08-17T18:09:18.501Z Downloaded cexpr v0.6.0
6212026-08-17T18:09:18.501Z Downloaded constant_time_eq v0.4.2
6222026-08-17T18:09:18.501Z Downloaded postgres-protocol v0.6.10
6232026-08-17T18:09:18.504Z Downloaded strip-ansi-escapes v0.2.1
6242026-08-17T18:09:18.504Z Downloaded tap v1.0.1
6252026-08-17T18:09:18.507Z Downloaded slog-bunyan v2.5.0
6262026-08-17T18:09:18.510Z Downloaded tower-layer v0.3.3
6272026-08-17T18:09:18.513Z Downloaded unicode-truncate v1.1.0
6282026-08-17T18:09:18.513Z Downloaded bit-vec v0.6.3
6292026-08-17T18:09:18.519Z Downloaded backon v1.6.0
6302026-08-17T18:09:18.522Z Downloaded colored v2.2.0
6312026-08-17T18:09:18.522Z Downloaded hyper-rustls v0.27.7
6322026-08-17T18:09:18.525Z Downloaded colored v3.1.1
6332026-08-17T18:09:18.525Z Downloaded tokio-test v0.4.5
6342026-08-17T18:09:18.525Z Downloaded topological-sort v0.2.2
6352026-08-17T18:09:18.525Z Downloaded glob v0.3.3
6362026-08-17T18:09:18.528Z Downloaded r2d2 v0.8.10
6372026-08-17T18:09:18.528Z Downloaded hmac v0.12.1
6382026-08-17T18:09:18.528Z Downloaded pbkdf2 v0.13.0
6392026-08-17T18:09:18.533Z Downloaded untrusted v0.7.1
6402026-08-17T18:09:18.536Z Downloaded utf-8 v0.7.6
6412026-08-17T18:09:18.536Z Downloaded ahash v0.8.12
6422026-08-17T18:09:18.538Z Downloaded sec1 v0.7.3
6432026-08-17T18:09:18.538Z Downloaded usdt-attr-macro v0.6.0
6442026-08-17T18:09:18.538Z Downloaded void v1.0.2
6452026-08-17T18:09:18.539Z Downloaded progenitor-extras v0.2.0
6462026-08-17T18:09:18.542Z Downloaded highway v1.3.0
6472026-08-17T18:09:18.545Z Downloaded scroll v0.13.0
6482026-08-17T18:09:18.545Z Downloaded serde_bytes v0.11.19
6492026-08-17T18:09:18.545Z Downloaded hybrid-array v0.4.13
6502026-08-17T18:09:18.548Z Downloaded slab v0.4.12
6512026-08-17T18:09:18.548Z Downloaded slog-scope v4.4.1
6522026-08-17T18:09:18.548Z Downloaded slog-stdlog v4.1.1
6532026-08-17T18:09:18.553Z Downloaded darling_macro v0.13.4
6542026-08-17T18:09:18.556Z Downloaded darling_macro v0.20.11
6552026-08-17T18:09:18.559Z Downloaded getrandom v0.3.4
6562026-08-17T18:09:18.559Z Downloaded crc-catalog v2.4.0
6572026-08-17T18:09:18.559Z Downloaded cstr-argument v0.1.2
6582026-08-17T18:09:18.562Z Downloaded ciborium v0.2.2
6592026-08-17T18:09:18.565Z Downloaded git-stub-vcs v0.1.0
6602026-08-17T18:09:18.565Z Downloaded tinystr v0.8.2
6612026-08-17T18:09:18.565Z Downloaded futures v0.3.32
6622026-08-17T18:09:18.568Z Downloaded cancel-safe-futures v0.1.5
6632026-08-17T18:09:18.571Z Downloaded const-oid v0.9.6
6642026-08-17T18:09:18.571Z Downloaded clang-sys v1.8.1
6652026-08-17T18:09:18.571Z Downloaded pkcs1 v0.8.0-rc.4
6662026-08-17T18:09:18.574Z Downloaded pkcs1 v0.7.5
6672026-08-17T18:09:18.574Z Downloaded postcard v1.1.3
6682026-08-17T18:09:18.576Z Downloaded postgres-types v0.2.12
6692026-08-17T18:09:18.576Z Downloaded bzip2 v0.4.4
6702026-08-17T18:09:18.577Z Downloaded cmake v0.1.57
6712026-08-17T18:09:18.580Z Downloaded tls_codec_derive v0.4.2
6722026-08-17T18:09:18.580Z Downloaded chacha20 v0.10.0
6732026-08-17T18:09:18.580Z Downloaded display-error-chain v0.2.2
6742026-08-17T18:09:18.582Z Downloaded downcast-rs v2.0.2
6752026-08-17T18:09:18.582Z Downloaded flume v0.11.1
6762026-08-17T18:09:18.585Z Downloaded signal-hook-registry v1.4.8
6772026-08-17T18:09:18.585Z Downloaded ssh-encoding v0.3.0
6782026-08-17T18:09:18.589Z Downloaded dunce v1.0.5
6792026-08-17T18:09:18.591Z Downloaded blake2 v0.10.6
6802026-08-17T18:09:18.592Z Downloaded httparse v1.10.1
6812026-08-17T18:09:18.594Z Downloaded sqlformat v0.3.5
6822026-08-17T18:09:18.597Z Downloaded const_format_proc_macros v0.2.34
6832026-08-17T18:09:18.597Z Downloaded ident_case v1.0.1
6842026-08-17T18:09:18.597Z Downloaded internet-checksum v0.2.1
6852026-08-17T18:09:18.597Z Downloaded console v0.16.2
6862026-08-17T18:09:18.600Z Downloaded diesel_table_macro_syntax v0.3.0
6872026-08-17T18:09:18.600Z Downloaded dyn-clone v1.0.20
6882026-08-17T18:09:18.603Z Downloaded salsa20 v0.11.0
6892026-08-17T18:09:18.606Z Downloaded unicase v2.9.0
6902026-08-17T18:09:18.610Z Downloaded embedded-io v0.6.1
6912026-08-17T18:09:18.612Z Downloaded inout v0.2.2
6922026-08-17T18:09:18.613Z Downloaded jiff-static v0.2.34
6932026-08-17T18:09:18.613Z Downloaded lalrpop-util v0.19.12
6942026-08-17T18:09:18.613Z Downloaded vergen-lib v9.1.0
6952026-08-17T18:09:18.617Z Downloaded sha2 v0.11.0
6962026-08-17T18:09:18.620Z Downloaded lru v0.12.5
6972026-08-17T18:09:18.620Z Downloaded md-5 v0.10.6
6982026-08-17T18:09:18.623Z Downloaded spin v0.9.8
6992026-08-17T18:09:18.626Z Downloaded phf v0.12.1
7002026-08-17T18:09:18.630Z Downloaded nonempty v0.12.0
7012026-08-17T18:09:18.632Z Downloaded whoami v1.6.1
7022026-08-17T18:09:18.633Z Downloaded whoami v2.1.0
7032026-08-17T18:09:18.633Z Downloaded rand_core v0.9.5
7042026-08-17T18:09:18.635Z Downloaded packed_struct_codegen v0.10.1
7052026-08-17T18:09:18.635Z Downloaded daft v0.1.7
7062026-08-17T18:09:18.635Z Downloaded heapless v0.7.17
7072026-08-17T18:09:18.638Z Downloaded ctutils v0.4.2
7082026-08-17T18:09:18.641Z Downloaded corncobs v0.1.4
7092026-08-17T18:09:18.641Z Downloaded crossbeam-deque v0.8.6
7102026-08-17T18:09:18.644Z Downloaded newtype-uuid-macros v0.1.0
7112026-08-17T18:09:18.644Z Downloaded half v2.7.1
7122026-08-17T18:09:18.644Z Downloaded pkcs5 v0.8.1
7132026-08-17T18:09:18.647Z Downloaded prefix-trie v0.7.0
7142026-08-17T18:09:18.650Z Downloaded term v0.7.0
7152026-08-17T18:09:18.650Z Downloaded openssl-probe v0.1.6
7162026-08-17T18:09:18.650Z Downloaded cc v1.2.56
7172026-08-17T18:09:18.653Z Downloaded ecdsa v0.16.9
7182026-08-17T18:09:18.653Z Downloaded proc-macro-crate v1.3.1
7192026-08-17T18:09:18.655Z Downloaded blake2 v0.11.0-rc.6
7202026-08-17T18:09:18.658Z Downloaded bzip2 v0.6.1
7212026-08-17T18:09:18.662Z Downloaded tracing-attributes v0.1.31
7222026-08-17T18:09:18.662Z Downloaded hickory-resolver v0.25.2
7232026-08-17T18:09:18.664Z Downloaded flate2 v1.1.9
7242026-08-17T18:09:18.668Z Downloaded headers v0.4.1
7252026-08-17T18:09:18.671Z Downloaded heapless v0.8.0
7262026-08-17T18:09:18.671Z Downloaded p384 v0.14.0
7272026-08-17T18:09:18.674Z Downloaded derive_builder_core v0.20.2
7282026-08-17T18:09:18.674Z Downloaded recursive v0.1.1
7292026-08-17T18:09:18.674Z Downloaded oso-derive v0.27.3
7302026-08-17T18:09:18.674Z Downloaded peg-runtime v0.8.5
7312026-08-17T18:09:18.676Z Downloaded const-oid v0.10.2
7322026-08-17T18:09:18.679Z Downloaded const_format v0.2.35
7332026-08-17T18:09:18.679Z Downloaded ron v0.8.1
7342026-08-17T18:09:18.682Z Downloaded vergen v9.1.0
7352026-08-17T18:09:18.685Z Downloaded rustc-hash v2.1.1
7362026-08-17T18:09:18.688Z Downloaded secrecy v0.8.0
7372026-08-17T18:09:18.688Z Downloaded signature v3.0.0
7382026-08-17T18:09:18.688Z Downloaded base64 v0.21.7
7392026-08-17T18:09:18.692Z Downloaded oxide-update-engine-types v0.1.2
7402026-08-17T18:09:18.695Z Downloaded ena v0.14.4
7412026-08-17T18:09:18.695Z Downloaded libsw-core v0.3.2
7422026-08-17T18:09:18.695Z Downloaded mime_guess v2.0.5
7432026-08-17T18:09:18.695Z Downloaded libsw v3.5.0
7442026-08-17T18:09:18.695Z Downloaded maybe-uninit v2.0.0
7452026-08-17T18:09:18.695Z Downloaded lock_api v0.4.14
7462026-08-17T18:09:18.698Z Downloaded same-file v1.0.6
7472026-08-17T18:09:18.701Z Downloaded scroll_derive v0.13.1
7482026-08-17T18:09:18.705Z Downloaded native-tls v0.2.18
7492026-08-17T18:09:18.712Z Downloaded termtree v0.5.1
7502026-08-17T18:09:18.717Z Downloaded convert_case v0.10.0
7512026-08-17T18:09:18.720Z Downloaded deranged v0.5.8
7522026-08-17T18:09:18.724Z Downloaded strum v0.27.2
7532026-08-17T18:09:18.727Z Downloaded sync_wrapper v1.0.2
7542026-08-17T18:09:18.727Z Downloaded tabwriter v1.4.1
7552026-08-17T18:09:18.727Z Downloaded pretty_assertions v1.4.1
7562026-08-17T18:09:18.730Z Downloaded toml v1.1.2+spec-1.1.0
7572026-08-17T18:09:18.733Z Downloaded paste v1.0.15
7582026-08-17T18:09:18.733Z Downloaded tracing-core v0.1.36
7592026-08-17T18:09:18.733Z Downloaded base64 v0.22.1
7602026-08-17T18:09:18.736Z Downloaded oxide-tokio-rt v0.1.4
7612026-08-17T18:09:18.736Z Downloaded unit-prefix v0.5.2
7622026-08-17T18:09:18.739Z Downloaded psm v0.1.30
7632026-08-17T18:09:18.748Z Downloaded zeroize_derive v1.5.0
7642026-08-17T18:09:18.751Z Downloaded zerofrom v0.1.6
7652026-08-17T18:09:18.751Z Downloaded zone_cfg_derive v0.3.1
7662026-08-17T18:09:18.755Z Downloaded ipnet v2.11.0
7672026-08-17T18:09:18.758Z Downloaded rand_seeder v0.4.0
7682026-08-17T18:09:18.758Z Downloaded schemars v0.9.0
7692026-08-17T18:09:18.763Z Downloaded tower-service v0.3.3
7702026-08-17T18:09:18.766Z Downloaded usdt-macro v0.6.0
7712026-08-17T18:09:18.766Z Downloaded rusty-fork v0.3.1
7722026-08-17T18:09:18.766Z Downloaded serde_derive_internals v0.29.1
7732026-08-17T18:09:18.766Z Downloaded arc-swap v1.8.2
7742026-08-17T18:09:18.769Z Downloaded pin-project-lite v0.2.17
7752026-08-17T18:09:18.772Z Downloaded progenitor v0.13.0
7762026-08-17T18:09:18.778Z Downloaded progenitor v0.14.0
7772026-08-17T18:09:18.781Z Downloaded dof v0.4.0
7782026-08-17T18:09:18.781Z Downloaded wnaf v0.14.0
7792026-08-17T18:09:18.784Z Downloaded cpufeatures v0.3.0
7802026-08-17T18:09:18.785Z Downloaded dirs-next v2.0.0
7812026-08-17T18:09:18.785Z Downloaded darling_macro v0.23.0
7822026-08-17T18:09:18.785Z Downloaded ryu v1.0.23
7832026-08-17T18:09:18.788Z Downloaded serde_path_to_error v0.1.20
7842026-08-17T18:09:18.788Z Downloaded signature v2.2.0
7852026-08-17T18:09:18.791Z Downloaded inout v0.1.4
7862026-08-17T18:09:18.793Z Downloaded slog-envlogger v2.2.0
7872026-08-17T18:09:18.793Z Downloaded smf v0.2.3
7882026-08-17T18:09:18.796Z Downloaded dtrace-parser v0.3.0
7892026-08-17T18:09:18.799Z Downloaded kem v0.3.0
7902026-08-17T18:09:18.802Z Downloaded zerocopy v0.6.6
7912026-08-17T18:09:18.805Z Downloaded parking_lot_core v0.9.12
7922026-08-17T18:09:18.805Z Downloaded darling v0.21.3
7932026-08-17T18:09:18.808Z Downloaded hickory-server v0.25.2
7942026-08-17T18:09:18.811Z Downloaded spki v0.8.0
7952026-08-17T18:09:18.814Z Downloaded ssh-cipher v0.3.0
7962026-08-17T18:09:18.814Z Downloaded thread_local v1.1.9
7972026-08-17T18:09:18.814Z Downloaded tls_codec v0.4.2
7982026-08-17T18:09:18.817Z Downloaded illumos-nvpair-sys v0.2.0
7992026-08-17T18:09:18.817Z Downloaded tokio-native-tls v0.3.1
8002026-08-17T18:09:18.817Z Downloaded linked-hash-map v0.5.6
8012026-08-17T18:09:18.817Z Downloaded poly1305 v0.8.0
8022026-08-17T18:09:18.820Z Downloaded poly1305 v0.9.0
8032026-08-17T18:09:18.820Z Downloaded toml v0.7.8
8042026-08-17T18:09:18.823Z Downloaded lru-cache v0.1.2
8052026-08-17T18:09:18.823Z Downloaded match_cfg v0.1.0
8062026-08-17T18:09:18.823Z Downloaded md5 v0.8.0
8072026-08-17T18:09:18.823Z Downloaded nodrop v0.1.14
8082026-08-17T18:09:18.823Z Downloaded tokio-tungstenite v0.23.1
8092026-08-17T18:09:18.826Z Downloaded new_debug_unreachable v1.0.6
8102026-08-17T18:09:18.826Z Downloaded drift v0.2.0
8112026-08-17T18:09:18.829Z Downloaded quinn v0.11.11
8122026-08-17T18:09:18.832Z Downloaded quinn-udp v0.5.14
8132026-08-17T18:09:18.832Z Downloaded walkdir v2.5.0
8142026-08-17T18:09:18.835Z Downloaded icu_properties v2.1.2
8152026-08-17T18:09:18.835Z Downloaded openssl-macros v0.1.1
8162026-08-17T18:09:18.835Z Downloaded phf_shared v0.11.3
8172026-08-17T18:09:18.839Z Downloaded num-rational v0.4.2
8182026-08-17T18:09:18.842Z Downloaded rustls-native-certs v0.8.3
8192026-08-17T18:09:18.848Z Downloaded ctr v0.10.1
8202026-08-17T18:09:18.851Z Downloaded dsl_auto_type v0.2.0
8212026-08-17T18:09:18.851Z Downloaded parse-display v0.10.0
8222026-08-17T18:09:18.851Z Downloaded async-compression v0.4.41
8232026-08-17T18:09:18.854Z Downloaded csv-core v0.1.13
8242026-08-17T18:09:18.857Z Downloaded powerfmt v0.2.0
8252026-08-17T18:09:18.857Z Downloaded hashbrown v0.12.3
8262026-08-17T18:09:18.860Z Downloaded hickory-resolver v0.24.4
8272026-08-17T18:09:18.860Z Downloaded hashbrown v0.13.2
8282026-08-17T18:09:18.864Z Downloaded vsss-rs v3.3.4
8292026-08-17T18:09:18.865Z Downloaded darling_core v0.21.3
8302026-08-17T18:09:18.868Z Downloaded darling_core v0.23.0
8312026-08-17T18:09:18.871Z Downloaded smallvec v1.15.1
8322026-08-17T18:09:18.871Z Downloaded omicron-zone-package v0.12.3
8332026-08-17T18:09:18.874Z Downloaded path-slash v0.1.5
8342026-08-17T18:09:18.874Z Downloaded indexmap v1.9.3
8352026-08-17T18:09:18.874Z Downloaded papergrid v0.18.0
8362026-08-17T18:09:18.877Z Downloaded ref-cast-impl v1.0.25
8372026-08-17T18:09:18.877Z Downloaded shell-words v1.1.1
8382026-08-17T18:09:18.879Z Downloaded tar v0.4.46
8392026-08-17T18:09:18.880Z Downloaded http v1.4.2
8402026-08-17T18:09:18.883Z Downloaded libefi-sys v0.1.0
8412026-08-17T18:09:18.888Z Downloaded rustls-webpki v0.103.13
8422026-08-17T18:09:18.890Z Downloaded yansi v1.0.1
8432026-08-17T18:09:18.891Z Downloaded zerotrie v0.2.3
8442026-08-17T18:09:18.893Z Downloaded typify v0.6.2
8452026-08-17T18:09:18.896Z Downloaded rand v0.9.2
8462026-08-17T18:09:18.896Z Downloaded impl-trait-for-tuples v0.2.3
8472026-08-17T18:09:18.899Z Downloaded nanorand v0.7.0
8482026-08-17T18:09:18.899Z Downloaded num-complex v0.4.6
8492026-08-17T18:09:18.899Z Downloaded russh-cryptovec v0.62.0
8502026-08-17T18:09:18.902Z Downloaded russh-util v0.52.0
8512026-08-17T18:09:18.902Z Downloaded scheduled-thread-pool v0.2.7
8522026-08-17T18:09:18.902Z Downloaded serde_spanned v1.1.1
8532026-08-17T18:09:18.903Z Downloaded serde_urlencoded v0.7.1
8542026-08-17T18:09:18.906Z Downloaded sigpipe v0.1.3
8552026-08-17T18:09:18.906Z Downloaded subtle v2.6.1
8562026-08-17T18:09:18.909Z Downloaded tokio-macros v2.7.0
8572026-08-17T18:09:18.909Z Downloaded num-traits v0.2.19
8582026-08-17T18:09:18.912Z Downloaded indicatif v0.18.4
8592026-08-17T18:09:18.915Z Downloaded bumpalo v3.20.2
8602026-08-17T18:09:18.915Z Downloaded pkcs8 v0.10.2
8612026-08-17T18:09:18.917Z Downloaded port-file v0.1.0
8622026-08-17T18:09:18.929Z Downloaded derive_builder_macro v0.20.2
8632026-08-17T18:09:18.932Z Downloaded difflib v0.4.0
8642026-08-17T18:09:18.934Z Downloaded oxide-update-engine-display v0.1.2
8652026-08-17T18:09:18.935Z Downloaded oxnet v0.1.6
8662026-08-17T18:09:18.937Z Downloaded trait-variant v0.1.2
8672026-08-17T18:09:18.937Z Downloaded try-lock v0.2.5
8682026-08-17T18:09:18.937Z Downloaded crypto-bigint v0.5.5
8692026-08-17T18:09:18.941Z Downloaded test-strategy v0.4.5
8702026-08-17T18:09:18.944Z Downloaded yoke v0.8.1
8712026-08-17T18:09:18.947Z Downloaded crc32fast v1.5.0
8722026-08-17T18:09:18.947Z Downloaded utf8_iter v1.0.4
8732026-08-17T18:09:18.947Z Downloaded rand_chacha v0.9.0
8742026-08-17T18:09:18.949Z Downloaded rand_core v0.6.4
8752026-08-17T18:09:18.949Z Downloaded cpubits v0.1.1
8762026-08-17T18:09:18.950Z Downloaded crc v3.4.0
8772026-08-17T18:09:18.953Z Downloaded waitgroup v0.1.2
8782026-08-17T18:09:18.958Z Downloaded primeorder v0.13.6
8792026-08-17T18:09:18.961Z Downloaded data-encoding v2.10.0
8802026-08-17T18:09:18.961Z Downloaded aes v0.9.1
8812026-08-17T18:09:18.964Z Downloaded des v0.9.0
8822026-08-17T18:09:18.964Z Downloaded keccak v0.1.6
8832026-08-17T18:09:18.968Z Downloaded unicode-segmentation v1.12.0
8842026-08-17T18:09:18.972Z Downloaded primefield v0.14.0
8852026-08-17T18:09:18.975Z Downloaded slog-json v2.6.1
8862026-08-17T18:09:18.975Z Downloaded sponge-cursor v0.1.0
8872026-08-17T18:09:18.975Z Downloaded synstructure v0.13.2
8882026-08-17T18:09:18.975Z Downloaded thiserror-no-std v2.0.2
8892026-08-17T18:09:18.978Z Downloaded crossbeam-channel v0.5.15
8902026-08-17T18:09:18.981Z Downloaded lru-slab v0.1.2
8912026-08-17T18:09:18.981Z Downloaded sapling-renderdag v0.1.0
8922026-08-17T18:09:18.983Z Downloaded num_threads v0.1.7
8932026-08-17T18:09:18.983Z Downloaded stringprep v0.1.5
8942026-08-17T18:09:18.986Z Downloaded rcgen v0.12.1
8952026-08-17T18:09:18.989Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8962026-08-17T18:09:18.992Z Downloaded serde_cbor v0.11.2
8972026-08-17T18:09:18.992Z Downloaded newtype_derive v0.1.6
8982026-08-17T18:09:18.995Z Downloaded derive-where v1.6.0
8992026-08-17T18:09:18.997Z Downloaded tiny-keccak v2.0.2
9002026-08-17T18:09:19.001Z Downloaded tui-tree-widget v0.23.1
9012026-08-17T18:09:19.001Z Downloaded unsafe-libyaml v0.2.11
9022026-08-17T18:09:19.001Z Downloaded wyz v0.5.1
9032026-08-17T18:09:19.004Z Downloaded xattr v1.6.1
9042026-08-17T18:09:19.004Z Downloaded writeable v0.6.2
9052026-08-17T18:09:19.004Z Downloaded bytes v1.11.1
9062026-08-17T18:09:19.007Z Downloaded proc-macro-error-attr2 v2.0.0
9072026-08-17T18:09:19.007Z Downloaded darling v0.13.4
9082026-08-17T18:09:19.014Z Downloaded tungstenite v0.23.0
9092026-08-17T18:09:19.016Z Downloaded subprocess v0.2.15
9102026-08-17T18:09:19.020Z Downloaded dropshot_endpoint v0.17.1
9112026-08-17T18:09:19.020Z Downloaded phf_shared v0.13.1
9122026-08-17T18:09:19.022Z Downloaded serde_with v1.14.0
9132026-08-17T18:09:19.025Z Downloaded quick-error v1.2.3
9142026-08-17T18:09:19.025Z Downloaded rand_chacha v0.3.1
9152026-08-17T18:09:19.025Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-08-17T18:09:19.025Z Downloaded prettyplease v0.2.37
9172026-08-17T18:09:19.028Z Downloaded peg v0.8.5
9182026-08-17T18:09:19.028Z Downloaded ed25519 v3.0.0
9192026-08-17T18:09:19.031Z Downloaded zerovec-derive v0.11.2
9202026-08-17T18:09:19.036Z Downloaded libbz2-rs-sys v0.2.2
9212026-08-17T18:09:19.042Z Downloaded sqlparser_derive v0.5.0
9222026-08-17T18:09:19.045Z Downloaded ipnetwork v0.21.1
9232026-08-17T18:09:19.045Z Downloaded ml-kem v0.3.2
9242026-08-17T18:09:19.045Z Downloaded spki v0.7.3
9252026-08-17T18:09:19.048Z Downloaded stable_deref_trait v1.2.1
9262026-08-17T18:09:19.052Z Downloaded serde_repr v0.1.20
9272026-08-17T18:09:19.055Z Downloaded thiserror-impl-no-std v2.0.2
9282026-08-17T18:09:19.058Z Downloaded tokio-tungstenite v0.21.0
9292026-08-17T18:09:19.058Z Downloaded universal-hash v0.5.1
9302026-08-17T18:09:19.058Z Downloaded x509-cert v0.2.5
9312026-08-17T18:09:19.061Z Downloaded multer v3.1.0
9322026-08-17T18:09:19.069Z Downloaded oxide-update-engine v0.1.2
9332026-08-17T18:09:19.072Z Downloaded progenitor-impl v0.13.0
9342026-08-17T18:09:19.072Z Downloaded peg-macros v0.8.5
9352026-08-17T18:09:19.075Z Downloaded num-derive v0.4.2
9362026-08-17T18:09:19.078Z Downloaded supports-color v3.0.2
9372026-08-17T18:09:19.078Z Downloaded thread-id v5.1.0
9382026-08-17T18:09:19.079Z Downloaded predicates v3.1.4
9392026-08-17T18:09:19.081Z Downloaded unarray v0.1.4
9402026-08-17T18:09:19.081Z Downloaded wait-timeout v0.2.1
9412026-08-17T18:09:19.081Z Downloaded darling v0.20.11
9422026-08-17T18:09:19.085Z Downloaded darling v0.23.0
9432026-08-17T18:09:19.088Z Downloaded unicode-xid v0.2.6
9442026-08-17T18:09:19.088Z Downloaded want v0.3.1
9452026-08-17T18:09:19.088Z Downloaded zip v4.6.1
9462026-08-17T18:09:19.096Z Downloaded schemars v0.8.22
9472026-08-17T18:09:19.102Z Downloaded derive_more-impl v2.1.1
9482026-08-17T18:09:19.105Z Downloaded tungstenite v0.21.0
9492026-08-17T18:09:19.108Z Downloaded hyper v1.10.1
9502026-08-17T18:09:19.111Z Downloaded shlex v1.3.0
9512026-08-17T18:09:19.113Z Downloaded hashbrown v0.16.1
9522026-08-17T18:09:19.116Z Downloaded phf v0.13.1
9532026-08-17T18:09:19.116Z Downloaded crucible-workspace-hack v0.1.0
9542026-08-17T18:09:19.116Z Downloaded instant v0.1.13
9552026-08-17T18:09:19.116Z Downloaded snafu-derive v0.8.9
9562026-08-17T18:09:19.119Z Downloaded memoffset v0.9.1
9572026-08-17T18:09:19.119Z Downloaded libscf-sys v1.2.0
9582026-08-17T18:09:19.119Z Downloaded newline-converter v0.3.0
9592026-08-17T18:09:19.119Z Downloaded nibble_vec v0.1.0
9602026-08-17T18:09:19.119Z Downloaded multimap v0.10.1
9612026-08-17T18:09:19.122Z Downloaded futures-util v0.3.32
9622026-08-17T18:09:19.127Z Downloaded slog-dtrace v0.3.0
9632026-08-17T18:09:19.130Z Downloaded illumos-nvpair v0.3.0
9642026-08-17T18:09:19.130Z Downloaded rustversion v1.0.22
9652026-08-17T18:09:19.130Z Downloaded schemars v1.2.1
9662026-08-17T18:09:19.137Z Downloaded serde-hex v0.1.0
9672026-08-17T18:09:19.140Z Downloaded litrs v1.0.0
9682026-08-17T18:09:19.140Z Downloaded icu_normalizer v2.1.1
9692026-08-17T18:09:19.143Z Downloaded lzss v0.8.2
9702026-08-17T18:09:19.143Z Downloaded itertools v0.10.5
9712026-08-17T18:09:19.146Z Downloaded precomputed-hash v0.1.1
9722026-08-17T18:09:19.149Z Downloaded serde-big-array v0.5.1
9732026-08-17T18:09:19.149Z Downloaded der v0.7.10
9742026-08-17T18:09:19.152Z Downloaded rfc6979 v0.6.0
9752026-08-17T18:09:19.152Z Downloaded crc-any v2.5.0
9762026-08-17T18:09:19.152Z Downloaded support-bundle-viewer v0.1.2
9772026-08-17T18:09:19.155Z Downloaded steno v0.4.1
9782026-08-17T18:09:19.158Z Downloaded hashbrown v0.15.5
9792026-08-17T18:09:19.161Z Downloaded der_derive v0.7.3
9802026-08-17T18:09:19.169Z Downloaded zstd v0.13.3
9812026-08-17T18:09:19.172Z Downloaded derive-ex v0.1.8
9822026-08-17T18:09:19.175Z Downloaded signal-hook-mio v0.2.5
9832026-08-17T18:09:19.185Z Downloaded nom v8.0.0
9842026-08-17T18:09:19.192Z Downloaded elliptic-curve v0.13.8
9852026-08-17T18:09:19.195Z Downloaded phc v0.6.1
9862026-08-17T18:09:19.195Z Downloaded newtype-uuid v1.3.2
9872026-08-17T18:09:19.198Z Downloaded defmt v1.0.1
9882026-08-17T18:09:19.201Z Downloaded xshell-macros v0.2.7
9892026-08-17T18:09:19.201Z Downloaded defmt v0.3.100
9902026-08-17T18:09:19.201Z Downloaded hkdf v0.12.4
9912026-08-17T18:09:19.204Z Downloaded elliptic-curve v0.14.1
9922026-08-17T18:09:19.204Z Downloaded icu_provider v2.1.1
9932026-08-17T18:09:19.207Z Downloaded progenitor-client v0.13.0
9942026-08-17T18:09:19.210Z Downloaded tokio-rustls v0.26.4
9952026-08-17T18:09:19.210Z Downloaded uuid v1.23.4
9962026-08-17T18:09:19.213Z Downloaded proc-macro-error2 v2.0.1
9972026-08-17T18:09:19.216Z Downloaded serdect v0.4.3
9982026-08-17T18:09:19.220Z Downloaded crc8 v0.1.1
9992026-08-17T18:09:19.220Z Downloaded publicsuffix v2.3.0
10002026-08-17T18:09:19.223Z Downloaded oso v0.27.3
10012026-08-17T18:09:19.226Z Downloaded idna_adapter v1.2.1
10022026-08-17T18:09:19.226Z Downloaded slog-async v2.8.0
10032026-08-17T18:09:19.229Z Downloaded sec1 v0.8.1
10042026-08-17T18:09:19.232Z Downloaded derive_more v2.1.1
10052026-08-17T18:09:19.237Z Downloaded psl-types v2.0.11
10062026-08-17T18:09:19.240Z Downloaded module-lattice v0.2.3
10072026-08-17T18:09:19.240Z Downloaded progenitor-macro v0.13.0
10082026-08-17T18:09:19.240Z Downloaded rtoolbox v0.0.3
10092026-08-17T18:09:19.240Z Downloaded rpassword v7.5.4
10102026-08-17T18:09:19.243Z Downloaded scopeguard v1.2.0
10112026-08-17T18:09:19.243Z Downloaded derive_builder v0.20.2
10122026-08-17T18:09:19.251Z Downloaded reedline v0.40.0
10132026-08-17T18:09:19.255Z Downloaded diff v0.1.13
10142026-08-17T18:09:19.258Z Downloaded stacker v0.1.23
10152026-08-17T18:09:19.261Z Downloaded static_assertions v1.1.0
10162026-08-17T18:09:19.261Z Downloaded ingot v0.2.1
10172026-08-17T18:09:19.261Z Downloaded vergen-lib v0.1.6
10182026-08-17T18:09:19.264Z Downloaded sync-ptr v0.1.4
10192026-08-17T18:09:19.264Z Downloaded xshell v0.2.7
10202026-08-17T18:09:19.264Z Downloaded hkdf v0.13.0
10212026-08-17T18:09:19.268Z Downloaded twox-hash v2.1.2
10222026-08-17T18:09:19.268Z Downloaded critical-section v1.2.0
10232026-08-17T18:09:19.273Z Downloaded zerofrom-derive v0.1.6
10242026-08-17T18:09:19.279Z Downloaded usdt-impl v0.6.0
10252026-08-17T18:09:19.282Z Downloaded pin-project-internal v1.1.11
10262026-08-17T18:09:19.285Z Downloaded dropshot-api-manager-types v0.7.2
10272026-08-17T18:09:19.289Z Downloaded ssh-key v0.7.0-rc.11
10282026-08-17T18:09:19.294Z Downloaded h2 v0.4.15
10292026-08-17T18:09:19.298Z Downloaded openssl-sys v0.9.117
10302026-08-17T18:09:19.301Z Downloaded typify-macro v0.6.2
10312026-08-17T18:09:19.305Z Downloaded keccak v0.2.0
10322026-08-17T18:09:19.339Z Downloaded num_enum v0.7.6
10332026-08-17T18:09:19.339Z Downloaded pkg-config v0.3.32
10342026-08-17T18:09:19.339Z Downloaded ppv-lite86 v0.2.21
10352026-08-17T18:09:19.339Z Downloaded zip v0.6.6
10362026-08-17T18:09:19.339Z Downloaded managed v0.8.0
10372026-08-17T18:09:19.339Z Downloaded is-terminal v0.4.17
10382026-08-17T18:09:19.339Z Downloaded diesel-dtrace v0.5.0
10392026-08-17T18:09:19.339Z Downloaded crypto-common v0.2.2
10402026-08-17T18:09:19.339Z Downloaded dirs-sys-next v0.1.2
10412026-08-17T18:09:19.339Z Downloaded similar v2.7.0
10422026-08-17T18:09:19.339Z Downloaded unicode-properties v0.1.4
10432026-08-17T18:09:19.339Z Downloaded parking_lot v0.11.2
10442026-08-17T18:09:19.339Z Downloaded secrecy v0.10.3
10452026-08-17T18:09:19.340Z Downloaded percent-encoding v2.3.2
10462026-08-17T18:09:19.340Z Downloaded lazy_static v1.5.0
10472026-08-17T18:09:19.343Z Downloaded packed_struct v0.10.1
10482026-08-17T18:09:19.343Z Downloaded parse-display-derive v0.10.0
10492026-08-17T18:09:19.343Z Downloaded toml_edit v0.19.15
10502026-08-17T18:09:19.353Z Downloaded unicode-normalization v0.1.25
10512026-08-17T18:09:19.356Z Downloaded pin-project v1.1.11
10522026-08-17T18:09:19.361Z Downloaded parking_lot v0.12.5
10532026-08-17T18:09:19.364Z Downloaded snafu v0.8.9
10542026-08-17T18:09:19.367Z Downloaded num-bigint-dig v0.8.6
10552026-08-17T18:09:19.370Z Downloaded icu_normalizer_data v2.1.1
10562026-08-17T18:09:19.373Z Downloaded tinyvec_macros v0.1.1
10572026-08-17T18:09:19.373Z Downloaded digest-io v0.1.0
10582026-08-17T18:09:19.373Z Downloaded string_cache v0.8.9
10592026-08-17T18:09:19.373Z Downloaded take_mut v0.2.2
10602026-08-17T18:09:19.376Z Downloaded untrusted v0.9.0
10612026-08-17T18:09:19.376Z Downloaded yoke-derive v0.8.1
10622026-08-17T18:09:19.376Z Downloaded num-bigint v0.4.6
10632026-08-17T18:09:19.380Z Downloaded toml_edit v0.23.10+spec-1.0.0
10642026-08-17T18:09:19.383Z Downloaded defmt-parser v1.0.0
10652026-08-17T18:09:19.383Z Downloaded ecdsa v0.17.0
10662026-08-17T18:09:19.383Z Downloaded ed25519 v2.2.3
10672026-08-17T18:09:19.383Z Downloaded minimal-lexical v0.2.1
10682026-08-17T18:09:19.386Z Downloaded serde_with_macros v1.5.2
10692026-08-17T18:09:19.386Z Downloaded toml_parser v1.1.2+spec-1.1.0
10702026-08-17T18:09:19.389Z Downloaded idna v1.1.0
10712026-08-17T18:09:19.389Z Downloaded darling_core v0.20.11
10722026-08-17T18:09:19.392Z Downloaded progenitor-client v0.14.0
10732026-08-17T18:09:19.395Z Downloaded rustls-pki-types v1.14.0
10742026-08-17T18:09:19.395Z Downloaded instability v0.3.11
10752026-08-17T18:09:19.395Z Downloaded seq-macro v0.3.6
10762026-08-17T18:09:19.398Z Downloaded debug-ignore v1.0.5
10772026-08-17T18:09:19.398Z Downloaded derive_more v0.99.20
10782026-08-17T18:09:19.401Z Downloaded num-integer v0.1.46
10792026-08-17T18:09:19.401Z Downloaded indent_write v2.2.0
10802026-08-17T18:09:19.401Z Downloaded hyper-util v0.1.20
10812026-08-17T18:09:19.405Z Downloaded diesel_derives v2.3.7
10822026-08-17T18:09:19.409Z Downloaded progenitor-impl v0.14.0
10832026-08-17T18:09:19.412Z Downloaded rayon-core v1.13.0
10842026-08-17T18:09:19.415Z Downloaded socket2 v0.6.3
10852026-08-17T18:09:19.415Z Downloaded num_enum v0.5.11
10862026-08-17T18:09:19.418Z Downloaded pem-rfc7468 v1.0.0
10872026-08-17T18:09:19.418Z Downloaded rand_core v0.10.0
10882026-08-17T18:09:19.420Z Downloaded crossbeam-utils v0.8.21
10892026-08-17T18:09:19.420Z Downloaded testing_table v0.3.0
10902026-08-17T18:09:19.424Z Downloaded rustls-platform-verifier v0.6.2
10912026-08-17T18:09:19.424Z Downloaded siphasher v1.0.2
10922026-08-17T18:09:19.427Z Downloaded universal-hash v0.6.1
10932026-08-17T18:09:19.427Z Downloaded indoc v2.0.7
10942026-08-17T18:09:19.427Z Downloaded jiff-core v0.1.0
10952026-08-17T18:09:19.429Z Downloaded rsa v0.10.0-rc.18
10962026-08-17T18:09:19.432Z Downloaded zopfli v0.8.3
10972026-08-17T18:09:19.435Z Downloaded rustyline v14.0.0
10982026-08-17T18:09:19.438Z Downloaded vergen-git2 v9.1.0
10992026-08-17T18:09:19.438Z Downloaded litemap v0.8.1
11002026-08-17T18:09:19.441Z Downloaded slog-term v2.9.2
11012026-08-17T18:09:19.441Z Downloaded strum_macros v0.26.4
11022026-08-17T18:09:19.444Z Downloaded curve25519-dalek-derive v0.1.1
11032026-08-17T18:09:19.444Z Downloaded normalize-line-endings v0.3.0
11042026-08-17T18:09:19.444Z Downloaded aes-gcm v0.11.0
11052026-08-17T18:09:19.447Z Downloaded vergen-gitcl v1.0.8
11062026-08-17T18:09:19.447Z Downloaded zstd-safe v7.2.4
11072026-08-17T18:09:19.447Z Downloaded internal-russh-num-bigint v0.5.0
11082026-08-17T18:09:19.449Z Downloaded pem-rfc7468 v0.7.0
11092026-08-17T18:09:19.452Z Downloaded radium v0.7.0
11102026-08-17T18:09:19.452Z Downloaded resolv-conf v0.7.6
11112026-08-17T18:09:19.452Z Downloaded unicode_categories v0.1.1
11122026-08-17T18:09:19.456Z Downloaded is_ci v1.2.0
11132026-08-17T18:09:19.456Z Downloaded potential_utf v0.1.4
11142026-08-17T18:09:19.456Z Downloaded term v1.2.1
11152026-08-17T18:09:19.459Z Downloaded toml_writer v1.1.1+spec-1.1.0
11162026-08-17T18:09:19.459Z Downloaded libloading v0.8.9
11172026-08-17T18:09:19.459Z Downloaded kstat-rs v0.2.5
11182026-08-17T18:09:19.465Z Downloaded sha1 v0.11.0
11192026-08-17T18:09:19.468Z Downloaded maplit v1.0.2
11202026-08-17T18:09:19.468Z Downloaded indoc v1.0.9
11212026-08-17T18:09:19.472Z Downloaded cookie v0.18.1
11222026-08-17T18:09:19.476Z Downloaded icu_collections v2.1.1
11232026-08-17T18:09:19.479Z Downloaded socket2 v0.5.10
11242026-08-17T18:09:19.482Z Downloaded usdt v0.6.0
11252026-08-17T18:09:19.482Z Downloaded der v0.8.0
11262026-08-17T18:09:19.485Z Downloaded itertools v0.12.1
11272026-08-17T18:09:19.488Z Downloaded password-hash v0.5.0
11282026-08-17T18:09:19.490Z Downloaded proc-macro-crate v3.4.0
11292026-08-17T18:09:19.490Z Downloaded embedded-io v0.4.0
11302026-08-17T18:09:19.491Z Downloaded crunchy v0.2.4
11312026-08-17T18:09:19.493Z Downloaded crossbeam-epoch v0.9.18
11322026-08-17T18:09:19.496Z Downloaded ignore v0.4.25
11332026-08-17T18:09:19.500Z Downloaded olpc-cjson v0.1.4
11342026-08-17T18:09:19.503Z Downloaded cookie_store v0.22.1
11352026-08-17T18:09:19.506Z Downloaded daft-derive v0.1.7
11362026-08-17T18:09:19.509Z Downloaded document-features v0.2.12
11372026-08-17T18:09:19.512Z Downloaded darling_core v0.13.4
11382026-08-17T18:09:19.514Z Downloaded iana-time-zone v0.1.65
11392026-08-17T18:09:19.514Z Downloaded crossterm v0.28.1
11402026-08-17T18:09:19.518Z Downloaded opaque-debug v0.3.1
11412026-08-17T18:09:19.521Z Downloaded darling_macro v0.21.3
11422026-08-17T18:09:19.524Z Downloaded time-core v0.1.8
11432026-08-17T18:09:19.524Z Downloaded sha1 v0.10.6
11442026-08-17T18:09:19.524Z Downloaded password-hash v0.6.1
11452026-08-17T18:09:19.527Z Downloaded rand_pcg v0.10.2
11462026-08-17T18:09:19.533Z Downloaded serde_with_macros v3.21.0
11472026-08-17T18:09:19.535Z Downloaded serde_yaml v0.9.34+deprecated
11482026-08-17T18:09:19.538Z Downloaded miniz_oxide v0.8.9
11492026-08-17T18:09:19.538Z Downloaded pkcs8 v0.11.0
11502026-08-17T18:09:19.541Z Downloaded time-macros v0.2.27
11512026-08-17T18:09:19.541Z Downloaded predicates-core v1.0.10
11522026-08-17T18:09:19.541Z Downloaded mime v0.3.17
11532026-08-17T18:09:19.544Z Downloaded tagptr v0.2.0
11542026-08-17T18:09:19.547Z Downloaded serde_with v3.21.0
11552026-08-17T18:09:19.552Z Downloaded aho-corasick v1.1.4
11562026-08-17T18:09:19.555Z Downloaded itertools v0.13.0
11572026-08-17T18:09:19.559Z Downloaded jobserver v0.1.34
11582026-08-17T18:09:19.561Z Downloaded ingot-types v0.2.0
11592026-08-17T18:09:19.561Z Downloaded tinyvec v1.10.0
11602026-08-17T18:09:19.564Z Downloaded tough v0.22.0
11612026-08-17T18:09:19.567Z Downloaded uzers v0.12.2
11622026-08-17T18:09:19.571Z Downloaded linear-map v1.2.0
11632026-08-17T18:09:19.571Z Downloaded zone v0.3.1
11642026-08-17T18:09:19.574Z Downloaded either v1.15.0
11652026-08-17T18:09:19.577Z Downloaded delegate v0.13.5
11662026-08-17T18:09:19.577Z Downloaded zeroize v1.9.0
11672026-08-17T18:09:19.580Z Downloaded quick-xml v0.37.5
11682026-08-17T18:09:19.584Z Downloaded tokio-dtrace v0.1.1
11692026-08-17T18:09:19.587Z Downloaded num_enum_derive v0.7.6
11702026-08-17T18:09:19.587Z Downloaded strum_macros v0.24.3
11712026-08-17T18:09:19.590Z Downloaded termios v0.3.3
11722026-08-17T18:09:19.590Z Downloaded rustls-pemfile v2.2.0
11732026-08-17T18:09:19.596Z Downloaded strum_macros v0.27.2
11742026-08-17T18:09:19.599Z Downloaded rsa v0.9.10
11752026-08-17T18:09:19.601Z Downloaded samael v0.0.19
11762026-08-17T18:09:19.604Z Downloaded simd-adler32 v0.3.8
11772026-08-17T18:09:19.604Z Downloaded polyval v0.7.1
11782026-08-17T18:09:19.607Z Downloaded ingot-macros v0.2.0
11792026-08-17T18:09:19.607Z Downloaded schemars_derive v0.8.22
11802026-08-17T18:09:19.607Z Downloaded scrypt v0.12.0
11812026-08-17T18:09:19.610Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11822026-08-17T18:09:19.610Z Downloaded git2 v0.20.4
11832026-08-17T18:09:19.614Z Downloaded tokio-stream v0.1.18
11842026-08-17T18:09:19.618Z Downloaded blake3 v1.8.5
11852026-08-17T18:09:19.621Z Downloaded displaydoc v0.2.5
11862026-08-17T18:09:19.624Z Downloaded signal-hook v0.3.18
11872026-08-17T18:09:19.626Z Downloaded zlib-rs v0.6.2
11882026-08-17T18:09:19.629Z Downloaded slog v2.8.2
11892026-08-17T18:09:19.629Z Downloaded nom v7.1.3
11902026-08-17T18:09:19.634Z Downloaded smallvec v0.6.14
11912026-08-17T18:09:19.637Z Downloaded regex v1.12.3
11922026-08-17T18:09:19.637Z Downloaded aws-lc-rs v1.16.3
11932026-08-17T18:09:19.641Z Downloaded sha3 v0.12.0
11942026-08-17T18:09:19.644Z Downloaded memmap2 v0.9.10
11952026-08-17T18:09:19.644Z Downloaded p256 v0.14.0
11962026-08-17T18:09:19.648Z Downloaded tokio-postgres v0.7.16
11972026-08-17T18:09:19.651Z Downloaded nu-ansi-term v0.50.3
11982026-08-17T18:09:19.651Z Downloaded defmt-macros v1.0.1
11992026-08-17T18:09:19.654Z Downloaded primeorder v0.14.0
12002026-08-17T18:09:19.654Z Downloaded iddqd v0.4.2
12012026-08-17T18:09:19.657Z Downloaded yasna v0.5.2
12022026-08-17T18:09:19.660Z Downloaded digest v0.11.3
12032026-08-17T18:09:19.660Z Downloaded qorb v0.4.1
12042026-08-17T18:09:19.664Z Downloaded icu_locale_core v2.1.1
12052026-08-17T18:09:19.668Z Downloaded bitvec v1.0.1
12062026-08-17T18:09:19.676Z Downloaded vte v0.14.1
12072026-08-17T18:09:19.679Z Downloaded itertools v0.14.0
12082026-08-17T18:09:19.682Z Downloaded libxml v0.3.3
12092026-08-17T18:09:19.685Z Downloaded bindgen v0.71.1
12102026-08-17T18:09:19.688Z Downloaded goblin v0.10.5
12112026-08-17T18:09:19.693Z Downloaded moka v0.12.13
12122026-08-17T18:09:19.697Z Downloaded chrono v0.4.45
12132026-08-17T18:09:19.701Z Downloaded ed25519-dalek v3.0.0
12142026-08-17T18:09:19.704Z Downloaded tower-http v0.6.8
12152026-08-17T18:09:19.708Z Downloaded ed25519-dalek v2.2.0
12162026-08-17T18:09:19.713Z Downloaded proptest v1.11.0
12172026-08-17T18:09:19.719Z Downloaded rand v0.10.1
12182026-08-17T18:09:19.721Z Downloaded russh v0.62.4
12192026-08-17T18:09:19.725Z Downloaded dropshot-api-manager v0.7.2
12202026-08-17T18:09:19.736Z Downloaded itertools v0.15.0
12212026-08-17T18:09:19.741Z Downloaded quinn-proto v0.11.16
12222026-08-17T18:09:19.744Z Downloaded unicode-bidi v0.3.18
12232026-08-17T18:09:19.747Z Downloaded zerovec v0.11.5
12242026-08-17T18:09:19.750Z Downloaded typed-path v0.9.3
12252026-08-17T18:09:19.753Z Downloaded vcpkg v0.2.15
12262026-08-17T18:09:19.774Z Downloaded time v0.3.47
12272026-08-17T18:09:19.782Z Downloaded iri-string v0.7.10
12282026-08-17T18:09:19.786Z Downloaded rand v0.8.6
12292026-08-17T18:09:19.789Z Downloaded icu_properties_data v2.1.2
12302026-08-17T18:09:19.793Z Downloaded tokio-util v0.7.18
12312026-08-17T18:09:19.797Z Downloaded url v2.5.8
12322026-08-17T18:09:19.800Z Downloaded zerocopy-derive v0.8.40
12332026-08-17T18:09:19.803Z Downloaded tabled v0.21.0
12342026-08-17T18:09:19.813Z Downloaded mio v1.2.0
12352026-08-17T18:09:19.817Z Downloaded scuffle v0.1.0
12362026-08-17T18:09:19.820Z Downloaded radix_trie v0.2.1
12372026-08-17T18:09:19.822Z Downloaded petname v2.0.2
12382026-08-17T18:09:19.825Z Downloaded polar-core v0.27.3
12392026-08-17T18:09:19.829Z Downloaded zerocopy v0.8.40
12402026-08-17T18:09:19.834Z Downloaded p521 v0.14.0
12412026-08-17T18:09:19.842Z Downloaded smoltcp v0.9.1
12422026-08-17T18:09:19.847Z Downloaded winnow v0.5.40
12432026-08-17T18:09:19.852Z Downloaded tower v0.5.3
12442026-08-17T18:09:19.857Z Downloaded lalrpop v0.19.12
12452026-08-17T18:09:19.864Z Downloaded object v0.30.4
12462026-08-17T18:09:19.868Z Downloaded winnow v1.0.3
12472026-08-17T18:09:19.873Z Downloaded salty v0.3.0
12482026-08-17T18:09:19.877Z Downloaded crypto-bigint v0.7.5
12492026-08-17T18:09:19.886Z Downloaded rawzip v0.4.4
12502026-08-17T18:09:19.890Z Downloaded winnow v0.6.26
12512026-08-17T18:09:19.894Z Downloaded rayon v1.11.0
12522026-08-17T18:09:19.899Z Downloaded nix v0.28.0
12532026-08-17T18:09:19.906Z Downloaded hickory-proto v0.24.4
12542026-08-17T18:09:19.914Z Downloaded crypto-primes v0.7.2
12552026-08-17T18:09:19.917Z Downloaded curve25519-dalek v4.1.3
12562026-08-17T18:09:19.922Z Downloaded hickory-proto v0.25.2
12572026-08-17T18:09:19.930Z Downloaded libm v0.2.16
12582026-08-17T18:09:19.935Z Downloaded reqwest v0.12.28
12592026-08-17T18:09:19.938Z Downloaded reqwest v0.13.2
12602026-08-17T18:09:19.943Z Downloaded crossterm v0.29.0
12612026-08-17T18:09:19.958Z Downloaded regex-syntax v0.6.29
12622026-08-17T18:09:19.975Z Downloaded bstr v1.12.1
12632026-08-17T18:09:19.981Z Downloaded object v0.37.3
12642026-08-17T18:09:19.988Z Downloaded curve25519-dalek v5.0.0
12652026-08-17T18:09:19.993Z Downloaded regress v0.11.1
12662026-08-17T18:09:19.998Z Downloaded portable-atomic v1.13.1
12672026-08-17T18:09:20.002Z Downloaded openapiv3 v2.2.0
12682026-08-17T18:09:20.009Z Downloaded nix v0.27.1
12692026-08-17T18:09:20.015Z Downloaded p384 v0.13.1
12702026-08-17T18:09:20.028Z Downloaded nix v0.31.2
12712026-08-17T18:09:20.043Z Downloaded regex-syntax v0.8.10
12722026-08-17T18:09:20.072Z Downloaded ratatui v0.29.0
12732026-08-17T18:09:20.084Z Downloaded regress v0.10.5
12742026-08-17T18:09:20.088Z Downloaded dropshot v0.17.1
12752026-08-17T18:09:20.103Z Downloaded sqlparser v0.61.0
12762026-08-17T18:09:20.123Z Downloaded typify-impl v0.6.2
12772026-08-17T18:09:20.130Z Downloaded openssl v0.10.80
12782026-08-17T18:09:20.152Z Downloaded smoltcp v0.11.0
12792026-08-17T18:09:20.159Z Downloaded petgraph v0.6.5
12802026-08-17T18:09:20.170Z Downloaded regex-automata v0.4.14
12812026-08-17T18:09:20.203Z Downloaded jiff v0.2.34
12822026-08-17T18:09:20.233Z Downloaded rustls v0.23.41
12832026-08-17T18:09:20.243Z Downloaded tracing v0.1.44
12842026-08-17T18:09:20.254Z Downloaded rustix v0.38.44
12852026-08-17T18:09:20.268Z Downloaded sled v0.34.7
12862026-08-17T18:09:20.273Z Downloaded diesel v2.3.7
12872026-08-17T18:09:20.285Z Downloaded tokio v1.52.1
12882026-08-17T18:09:20.307Z Downloaded sha3 v0.11.0
12892026-08-17T18:09:20.310Z Downloaded libz-sys v1.1.24
12902026-08-17T18:09:20.321Z Downloaded zerocopy-derive v0.6.6
12912026-08-17T18:09:20.326Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-08-17T18:09:20.339Z Downloaded encoding_rs v0.8.35
12932026-08-17T18:09:20.351Z Downloaded petgraph v0.8.3
12942026-08-17T18:09:20.362Z Downloaded chrono-tz v0.10.4
12952026-08-17T18:09:20.372Z Downloaded ring v0.17.14
12962026-08-17T18:09:20.394Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-08-17T18:09:20.403Z Downloaded sha3 v0.10.8
12982026-08-17T18:09:20.406Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-08-17T18:09:20.437Z Downloaded csv v1.4.0
13002026-08-17T18:09:21.041Z Downloaded aws-lc-sys v0.40.0
13012026-08-17T18:09:21.293Z Compiling libc v0.2.185
13022026-08-17T18:09:21.293Z Compiling serde_core v1.0.228
13032026-08-17T18:09:21.296Z Compiling serde v1.0.228
13042026-08-17T18:09:21.296Z Compiling log v0.4.29
13052026-08-17T18:09:21.296Z Compiling smallvec v1.15.1
13062026-08-17T18:09:21.296Z Compiling find-msvc-tools v0.1.9
13072026-08-17T18:09:21.296Z Compiling shlex v1.3.0
13082026-08-17T18:09:21.296Z Compiling subtle v2.6.1
13092026-08-17T18:09:21.485Z Compiling scopeguard v1.2.0
13102026-08-17T18:09:21.488Z Compiling typenum v1.20.1
13112026-08-17T18:09:21.498Z Compiling stable_deref_trait v1.2.1
13122026-08-17T18:09:21.501Z Compiling zerocopy v0.8.40
13132026-08-17T18:09:21.501Z Compiling portable-atomic v1.13.1
13142026-08-17T18:09:21.549Z Compiling serde_json v1.0.151
13152026-08-17T18:09:21.563Z Compiling syn v2.0.117
13162026-08-17T18:09:21.566Z Compiling critical-section v1.2.0
13172026-08-17T18:09:21.609Z Compiling lock_api v0.4.14
13182026-08-17T18:09:21.623Z Compiling libm v0.2.16
13192026-08-17T18:09:21.638Z Compiling num-traits v0.2.19
13202026-08-17T18:09:21.655Z Compiling pkg-config v0.3.32
13212026-08-17T18:09:21.683Z Compiling generic-array v0.14.7
13222026-08-17T18:09:21.705Z Compiling const-oid v0.9.6
13232026-08-17T18:09:21.719Z Compiling getrandom v0.4.1
13242026-08-17T18:09:21.749Z Compiling parking_lot_core v0.9.12
13252026-08-17T18:09:21.794Z Compiling pin-project-lite v0.2.17
13262026-08-17T18:09:21.812Z Compiling rand_core v0.10.0
13272026-08-17T18:09:21.870Z Compiling futures-core v0.3.32
13282026-08-17T18:09:21.925Z Compiling writeable v0.6.2
13292026-08-17T18:09:21.966Z Compiling litemap v0.8.1
13302026-08-17T18:09:22.029Z Compiling percent-encoding v2.3.2
13312026-08-17T18:09:22.032Z Compiling icu_normalizer_data v2.1.1
13322026-08-17T18:09:22.056Z Compiling icu_properties_data v2.1.2
13332026-08-17T18:09:22.086Z Compiling getrandom v0.3.4
13342026-08-17T18:09:22.089Z Compiling futures-sink v0.3.32
13352026-08-17T18:09:22.142Z Compiling utf8_iter v1.0.4
13362026-08-17T18:09:22.159Z Compiling futures-io v0.3.32
13372026-08-17T18:09:22.186Z Compiling futures-task v0.3.32
13382026-08-17T18:09:22.253Z Compiling futures-channel v0.3.32
13392026-08-17T18:09:22.267Z Compiling slab v0.4.12
13402026-08-17T18:09:22.270Z Compiling rustix v1.1.3
13412026-08-17T18:09:22.324Z Compiling form_urlencoded v1.2.2
13422026-08-17T18:09:22.353Z Compiling errno v0.3.14
13432026-08-17T18:09:22.356Z Compiling jobserver v0.1.34
13442026-08-17T18:09:22.391Z Compiling getrandom v0.2.17
13452026-08-17T18:09:22.446Z Compiling mio v1.2.0
13462026-08-17T18:09:22.474Z Compiling signal-hook-registry v1.4.8
13472026-08-17T18:09:22.515Z Compiling socket2 v0.6.3
13482026-08-17T18:09:22.534Z Compiling rustversion v1.0.22
13492026-08-17T18:09:22.534Z Compiling iana-time-zone v0.1.65
13502026-08-17T18:09:22.651Z Compiling cc v1.2.56
13512026-08-17T18:09:22.669Z Compiling once_cell v1.21.3
13522026-08-17T18:09:22.672Z Compiling rand_core v0.6.4
13532026-08-17T18:09:22.697Z Compiling parking_lot v0.12.5
13542026-08-17T18:09:22.736Z Compiling base64ct v1.8.3
13552026-08-17T18:09:22.756Z Compiling flagset v0.4.7
13562026-08-17T18:09:22.773Z Compiling ident_case v1.0.1
13572026-08-17T18:09:22.776Z Compiling dunce v1.0.5
13582026-08-17T18:09:22.917Z Compiling regex-syntax v0.8.10
13592026-08-17T18:09:22.930Z Compiling fs_extra v1.3.0
13602026-08-17T18:09:22.963Z Compiling base64 v0.22.1
13612026-08-17T18:09:22.965Z Compiling syn v1.0.109
13622026-08-17T18:09:22.975Z Compiling pem-rfc7468 v0.7.0
13632026-08-17T18:09:22.990Z Compiling vcpkg v0.2.15
13642026-08-17T18:09:23.020Z Compiling tracing-core v0.1.36
13652026-08-17T18:09:23.061Z Compiling schemars v0.8.22
13662026-08-17T18:09:23.097Z Compiling aws-lc-rs v1.16.3
13672026-08-17T18:09:23.156Z Compiling rand_core v0.9.5
13682026-08-17T18:09:23.200Z Compiling cpufeatures v0.2.17
13692026-08-17T18:09:23.227Z Compiling dyn-clone v1.0.20
13702026-08-17T18:09:23.299Z Compiling spin v0.9.8
13712026-08-17T18:09:23.314Z Compiling cmov v0.5.4
13722026-08-17T18:09:23.327Z Compiling httparse v1.10.1
13732026-08-17T18:09:23.343Z Compiling tinyvec_macros v0.1.1
13742026-08-17T18:09:23.378Z Compiling crc32fast v1.5.0
13752026-08-17T18:09:23.411Z Compiling cmake v0.1.57
13762026-08-17T18:09:23.429Z Compiling openssl-probe v0.2.1
13772026-08-17T18:09:23.457Z Compiling tinyvec v1.10.0
13782026-08-17T18:09:23.460Z Compiling aho-corasick v1.1.4
13792026-08-17T18:09:23.528Z Compiling ctutils v0.4.2
13802026-08-17T18:09:23.543Z Compiling tower-service v0.3.3
13812026-08-17T18:09:23.629Z Compiling bitflags v2.11.0
13822026-08-17T18:09:23.660Z Compiling semver v1.0.28
13832026-08-17T18:09:23.674Z Compiling indexmap v2.14.0
13842026-08-17T18:09:23.679Z Compiling uuid v1.23.4
13852026-08-17T18:09:23.778Z Compiling try-lock v0.2.5
13862026-08-17T18:09:23.793Z Compiling untrusted v0.7.1
13872026-08-17T18:09:23.829Z Compiling radium v0.7.0
13882026-08-17T18:09:23.845Z Compiling tower-layer v0.3.3
13892026-08-17T18:09:23.849Z Compiling atomic-waker v1.1.2
13902026-08-17T18:09:23.880Z Compiling rustc_version v0.4.1
13912026-08-17T18:09:23.897Z Compiling want v0.3.1
13922026-08-17T18:09:23.996Z Compiling foreign-types-shared v0.1.1
13932026-08-17T18:09:24.022Z Compiling maybe-uninit v2.0.0
13942026-08-17T18:09:24.076Z Compiling simd-adler32 v0.3.8
13952026-08-17T18:09:24.116Z Compiling openssl v0.10.80
13962026-08-17T18:09:24.132Z Compiling rustls v0.23.41
13972026-08-17T18:09:24.148Z Compiling untrusted v0.9.0
13982026-08-17T18:09:24.217Z Compiling httpdate v1.0.3
13992026-08-17T18:09:24.244Z Compiling aws-lc-sys v0.40.0
14002026-08-17T18:09:24.277Z Compiling openssl-sys v0.9.117
14012026-08-17T18:09:24.308Z Compiling tap v1.0.1
14022026-08-17T18:09:24.323Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-08-17T18:09:24.351Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-08-17T18:09:24.380Z Compiling regex-automata v0.4.14
14052026-08-17T18:09:24.395Z Compiling foreign-types v0.3.2
14062026-08-17T18:09:24.409Z Compiling synstructure v0.13.2
14072026-08-17T18:09:24.433Z Compiling serde_derive_internals v0.29.1
14082026-08-17T18:09:24.460Z Compiling pest_generator v2.8.6
14092026-08-17T18:09:24.475Z Compiling darling_core v0.20.11
14102026-08-17T18:09:24.594Z Compiling wyz v0.5.1
14112026-08-17T18:09:24.639Z Compiling unicode-normalization v0.1.25
14122026-08-17T18:09:24.787Z Compiling tempfile v3.25.0
14132026-08-17T18:09:24.801Z Compiling terminal_size v0.4.3
14142026-08-17T18:09:24.804Z Compiling num-integer v0.1.46
14152026-08-17T18:09:24.953Z Compiling wait-timeout v0.2.1
14162026-08-17T18:09:24.984Z Compiling ahash v0.8.12
14172026-08-17T18:09:25.027Z Compiling powerfmt v0.2.0
14182026-08-17T18:09:25.145Z Compiling adler2 v2.0.1
14192026-08-17T18:09:25.160Z Compiling funty v2.0.0
14202026-08-17T18:09:25.173Z Compiling time-core v0.1.8
14212026-08-17T18:09:25.198Z Compiling packed_struct v0.10.1
14222026-08-17T18:09:25.237Z Compiling num-bigint-dig v0.8.6
14232026-08-17T18:09:25.237Z Compiling bit-vec v0.8.0
14242026-08-17T18:09:25.241Z Compiling quick-error v1.2.3
14252026-08-17T18:09:25.318Z Compiling native-tls v0.2.18
14262026-08-17T18:09:25.336Z Compiling num-conv v0.2.0
14272026-08-17T18:09:25.358Z Compiling miniz_oxide v0.8.9
14282026-08-17T18:09:25.393Z Compiling rusty-fork v0.3.1
14292026-08-17T18:09:25.416Z Compiling deranged v0.5.8
14302026-08-17T18:09:25.471Z Compiling clap_builder v4.6.0
14312026-08-17T18:09:25.486Z Compiling time-macros v0.2.27
14322026-08-17T18:09:25.531Z Compiling bitvec v1.0.1
14332026-08-17T18:09:25.547Z Compiling bit-set v0.8.0
14342026-08-17T18:09:25.562Z Compiling num-iter v0.1.45
14352026-08-17T18:09:25.730Z Compiling lazy_static v1.5.0
14362026-08-17T18:09:25.745Z Compiling rand_xorshift v0.4.0
14372026-08-17T18:09:25.773Z Compiling anstyle-parse v0.2.7
14382026-08-17T18:09:25.800Z Compiling sync_wrapper v1.0.2
14392026-08-17T18:09:25.837Z Compiling indexmap v1.9.3
14402026-08-17T18:09:25.918Z Compiling usdt-impl v0.6.0
14412026-08-17T18:09:25.919Z Compiling nodrop v0.1.14
14422026-08-17T18:09:25.974Z Compiling crossbeam-utils v0.8.21
14432026-08-17T18:09:25.997Z Compiling siphasher v1.0.2
14442026-08-17T18:09:26.035Z Compiling num_threads v0.1.7
14452026-08-17T18:09:26.039Z Compiling paste v1.0.15
14462026-08-17T18:09:26.151Z Compiling zlib-rs v0.6.2
14472026-08-17T18:09:26.166Z Compiling crc-catalog v2.4.0
14482026-08-17T18:09:26.187Z Compiling serde_derive v1.0.228
14492026-08-17T18:09:26.201Z Compiling zeroize_derive v1.5.0
14502026-08-17T18:09:26.265Z Compiling zerocopy-derive v0.8.40
14512026-08-17T18:09:26.292Z Compiling zerofrom-derive v0.1.6
14522026-08-17T18:09:26.335Z Compiling yoke-derive v0.8.1
14532026-08-17T18:09:26.453Z Compiling zerovec-derive v0.11.2
14542026-08-17T18:09:26.571Z Compiling displaydoc v0.2.5
14552026-08-17T18:09:26.606Z Compiling tokio-macros v2.7.0
14562026-08-17T18:09:26.891Z Compiling zeroize v1.9.0
14572026-08-17T18:09:26.906Z Compiling futures-macro v0.3.32
14582026-08-17T18:09:27.016Z Compiling der_derive v0.7.3
14592026-08-17T18:09:27.363Z Compiling thiserror-impl v2.0.18
14602026-08-17T18:09:27.389Z Compiling tracing-attributes v0.1.31
14612026-08-17T18:09:27.428Z Compiling rustls-pki-types v1.14.0
14622026-08-17T18:09:27.539Z Compiling schemars_derive v0.8.22
14632026-08-17T18:09:27.634Z Compiling hybrid-array v0.4.13
14642026-08-17T18:09:27.719Z Compiling crypto-common v0.1.7
14652026-08-17T18:09:27.735Z Compiling zerofrom v0.1.6
14662026-08-17T18:09:27.770Z Compiling block-buffer v0.10.4
14672026-08-17T18:09:27.874Z Compiling yoke v0.8.1
14682026-08-17T18:09:27.890Z Compiling futures-util v0.3.32
14692026-08-17T18:09:27.903Z Compiling scroll_derive v0.13.1
14702026-08-17T18:09:27.958Z Compiling digest v0.10.7
14712026-08-17T18:09:28.023Z Compiling der v0.7.10
14722026-08-17T18:09:28.073Z Compiling zerovec v0.11.5
14732026-08-17T18:09:28.232Z Compiling zerotrie v0.2.3
14742026-08-17T18:09:28.407Z Compiling sha2 v0.10.9
14752026-08-17T18:09:28.552Z Compiling tinystr v0.8.2
14762026-08-17T18:09:28.580Z Compiling potential_utf v0.1.4
14772026-08-17T18:09:28.602Z Compiling pest_derive v2.8.6
14782026-08-17T18:09:28.667Z Compiling signature v2.2.0
14792026-08-17T18:09:28.765Z Compiling icu_locale_core v2.1.1
14802026-08-17T18:09:28.781Z Compiling icu_collections v2.1.1
14812026-08-17T18:09:28.781Z Compiling scroll v0.13.0
14822026-08-17T18:09:28.813Z Compiling thiserror v2.0.18
14832026-08-17T18:09:28.817Z Compiling tracing v0.1.44
14842026-08-17T18:09:28.846Z Compiling darling_macro v0.20.11
14852026-08-17T18:09:28.867Z Compiling spki v0.7.3
14862026-08-17T18:09:28.933Z Compiling thiserror-impl v1.0.69
14872026-08-17T18:09:29.079Z Compiling pkcs8 v0.10.2
14882026-08-17T18:09:29.097Z Compiling openssl-macros v0.1.1
14892026-08-17T18:09:29.111Z Compiling goblin v0.10.5
14902026-08-17T18:09:29.133Z Compiling hmac v0.12.1
14912026-08-17T18:09:29.244Z Compiling packed_struct_codegen v0.10.1
14922026-08-17T18:09:29.273Z Compiling clap_derive v4.6.1
14932026-08-17T18:09:29.299Z Compiling bitfield-macros v0.19.4
14942026-08-17T18:09:29.361Z Compiling zerocopy-derive v0.6.6
14952026-08-17T18:09:29.376Z Compiling darling v0.20.11
14962026-08-17T18:09:29.418Z Compiling icu_provider v2.1.1
14972026-08-17T18:09:29.471Z Compiling unarray v0.1.4
14982026-08-17T18:09:29.594Z Compiling derive_builder_core v0.20.2
14992026-08-17T18:09:29.669Z Compiling bytes v1.11.1
15002026-08-17T18:09:29.729Z Compiling icu_properties v2.1.2
15012026-08-17T18:09:29.754Z Compiling icu_normalizer v2.1.1
15022026-08-17T18:09:29.770Z Compiling chrono v0.4.45
15032026-08-17T18:09:30.055Z Compiling ipnet v2.11.0
15042026-08-17T18:09:30.249Z Compiling tokio v1.52.1
15052026-08-17T18:09:30.300Z Compiling http v1.4.2
15062026-08-17T18:09:30.317Z Compiling hex v0.4.3
15072026-08-17T18:09:30.374Z Compiling thiserror v1.0.69
15082026-08-17T18:09:30.405Z Compiling toml_datetime v0.6.11
15092026-08-17T18:09:30.445Z Compiling serde_spanned v0.6.9
15102026-08-17T18:09:30.572Z Compiling zerocopy v0.6.6
15112026-08-17T18:09:30.605Z Compiling bitfield v0.19.4
15122026-08-17T18:09:30.619Z Compiling pkcs1 v0.7.5
15132026-08-17T18:09:30.633Z Compiling dtrace-parser v0.3.0
15142026-08-17T18:09:30.676Z Compiling idna_adapter v1.2.1
15152026-08-17T18:09:30.831Z Compiling ppv-lite86 v0.2.21
15162026-08-17T18:09:30.916Z Compiling idna v1.1.0
15172026-08-17T18:09:30.933Z Compiling flate2 v1.1.9
15182026-08-17T18:09:30.936Z Compiling time v0.3.47
15192026-08-17T18:09:31.019Z Compiling http-body v1.0.1
15202026-08-17T18:09:31.159Z Compiling rand_chacha v0.9.0
15212026-08-17T18:09:31.180Z Compiling rand_chacha v0.3.1
15222026-08-17T18:09:31.195Z Compiling clap v4.6.1
15232026-08-17T18:09:31.199Z Compiling http-body-util v0.1.3
15242026-08-17T18:09:31.225Z Compiling url v2.5.8
15252026-08-17T18:09:31.355Z Compiling crc v3.4.0
15262026-08-17T18:09:31.373Z Compiling rand v0.9.2
15272026-08-17T18:09:31.388Z Compiling scroll_derive v0.12.1
15282026-08-17T18:09:31.401Z Compiling rand v0.8.6
15292026-08-17T18:09:31.469Z Compiling structmeta-derive v0.3.0
15302026-08-17T18:09:31.597Z Compiling array-init v0.0.4
15312026-08-17T18:09:31.616Z Compiling anstream v0.6.21
15322026-08-17T18:09:31.936Z Compiling dof v0.4.0
15332026-08-17T18:09:31.962Z Compiling proptest v1.11.0
15342026-08-17T18:09:31.977Z Compiling smallvec v0.6.14
15352026-08-17T18:09:32.084Z Compiling darling_core v0.23.0
15362026-08-17T18:09:32.165Z Compiling heapless v0.7.17
15372026-08-17T18:09:32.199Z Compiling slog v2.8.2
15382026-08-17T18:09:32.214Z Compiling thread-id v5.1.0
15392026-08-17T18:09:32.230Z Compiling env_filter v1.0.0
15402026-08-17T18:09:32.304Z Compiling cookie v0.18.1
15412026-08-17T18:09:32.401Z Compiling winnow v0.5.40
15422026-08-17T18:09:32.427Z Compiling unicode-properties v0.1.4
15432026-08-17T18:09:32.509Z Compiling base64 v0.21.7
15442026-08-17T18:09:32.549Z Compiling signal-hook v0.3.18
15452026-08-17T18:09:32.564Z Compiling allocator-api2 v0.2.21
15462026-08-17T18:09:32.596Z Compiling unicode-bidi v0.3.18
15472026-08-17T18:09:32.631Z Compiling ipnetwork v0.21.1
15482026-08-17T18:09:32.648Z Compiling hashbrown v0.12.3
15492026-08-17T18:09:32.662Z Compiling anyhow v1.0.102
15502026-08-17T18:09:32.738Z Compiling ryu v1.0.23
15512026-08-17T18:09:32.848Z Compiling iri-string v0.7.10
15522026-08-17T18:09:32.917Z Compiling zstd-safe v7.2.4
15532026-08-17T18:09:32.937Z Compiling stringprep v0.1.5
15542026-08-17T18:09:33.040Z Compiling serde_urlencoded v0.7.1
15552026-08-17T18:09:33.143Z Compiling rsa v0.9.10
15562026-08-17T18:09:33.172Z Compiling oxnet v0.1.6
15572026-08-17T18:09:33.185Z Compiling ron v0.8.1
15582026-08-17T18:09:33.301Z Compiling structmeta v0.3.0
15592026-08-17T18:09:33.445Z Compiling env_logger v0.11.9
15602026-08-17T18:09:33.496Z Compiling serde-hex v0.1.0
15612026-08-17T18:09:33.496Z Compiling scroll v0.12.0
15622026-08-17T18:09:33.513Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15632026-08-17T18:09:33.529Z Compiling camino v1.2.2
15642026-08-17T18:09:33.617Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15652026-08-17T18:09:33.749Z Compiling toml_edit v0.19.15
15662026-08-17T18:09:33.827Z Compiling bzip2 v0.4.4
15672026-08-17T18:09:33.856Z Compiling hashbrown v0.13.2
15682026-08-17T18:09:33.913Z Compiling derive_builder_macro v0.20.2
15692026-08-17T18:09:34.049Z Compiling erased-serde v0.3.31
15702026-08-17T18:09:34.125Z Compiling tokio-util v0.7.18
15712026-08-17T18:09:34.316Z Compiling tower v0.5.3
15722026-08-17T18:09:34.358Z Compiling newtype-uuid v1.3.2
15732026-08-17T18:09:34.376Z Compiling tokio-native-tls v0.3.1
15742026-08-17T18:09:34.392Z Compiling serde_tokenstream v0.2.3
15752026-08-17T18:09:34.419Z Compiling x509-cert v0.2.5
15762026-08-17T18:09:34.542Z Compiling crypto-common v0.2.2
15772026-08-17T18:09:34.569Z Compiling block-padding v0.4.2
15782026-08-17T18:09:34.612Z Compiling darling_macro v0.23.0
15792026-08-17T18:09:34.709Z Compiling block-buffer v0.12.1
15802026-08-17T18:09:34.723Z Compiling tower-http v0.6.8
15812026-08-17T18:09:34.750Z Compiling md-5 v0.10.6
15822026-08-17T18:09:34.815Z Compiling h2 v0.4.15
15832026-08-17T18:09:34.919Z Compiling rustls-native-certs v0.8.3
15842026-08-17T18:09:34.934Z Compiling bstr v1.12.1
15852026-08-17T18:09:35.133Z Compiling pin-project-internal v1.1.11
15862026-08-17T18:09:35.148Z Compiling daft-derive v0.1.7
15872026-08-17T18:09:35.186Z Compiling async-trait v0.1.89
15882026-08-17T18:09:35.189Z Compiling zerocopy-derive v0.7.35
15892026-08-17T18:09:35.262Z Compiling curve25519-dalek v4.1.3
15902026-08-17T18:09:35.612Z Compiling vergen-lib v9.1.0
15912026-08-17T18:09:35.643Z Compiling hash32 v0.2.1
15922026-08-17T18:09:35.816Z Compiling memoffset v0.9.1
15932026-08-17T18:09:35.856Z Compiling encoding_rs v0.8.35
15942026-08-17T18:09:35.921Z Compiling litrs v1.0.0
15952026-08-17T18:09:36.039Z Compiling fallible-iterator v0.2.0
15962026-08-17T18:09:36.079Z Compiling mime v0.3.17
15972026-08-17T18:09:36.095Z Compiling cfg_aliases v0.2.1
15982026-08-17T18:09:36.137Z Compiling crc-any v2.5.0
15992026-08-17T18:09:36.182Z Compiling rustix v0.38.44
16002026-08-17T18:09:36.222Z Compiling ref-cast v1.0.25
16012026-08-17T18:09:36.314Z Compiling smoltcp v0.9.1
16022026-08-17T18:09:36.338Z Compiling psl-types v2.0.11
16032026-08-17T18:09:36.360Z Compiling postgres-protocol v0.6.10
16042026-08-17T18:09:36.374Z Compiling pin-project v1.1.11
16052026-08-17T18:09:36.387Z Compiling nix v0.31.2
16062026-08-17T18:09:36.401Z Compiling zerocopy v0.7.35
16072026-08-17T18:09:36.454Z Compiling document-features v0.2.12
16082026-08-17T18:09:36.482Z Compiling publicsuffix v2.3.0
16092026-08-17T18:09:36.496Z Compiling daft v0.1.7
16102026-08-17T18:09:36.646Z Compiling darling v0.23.0
16112026-08-17T18:09:36.673Z Compiling toml v0.7.8
16122026-08-17T18:09:36.703Z Compiling inout v0.2.2
16132026-08-17T18:09:36.741Z Compiling derive_builder v0.20.2
16142026-08-17T18:09:36.784Z Compiling object v0.30.4
16152026-08-17T18:09:36.810Z Compiling zip v0.6.6
16162026-08-17T18:09:36.884Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-17T18:09:36.900Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-17T18:09:36.940Z Compiling goblin v0.8.2
16192026-08-17T18:09:36.999Z Compiling derive-ex v0.1.8
16202026-08-17T18:09:37.300Z Compiling futures-executor v0.3.32
16212026-08-17T18:09:37.322Z Compiling hubpack_derive v0.1.1
16222026-08-17T18:09:37.412Z Compiling regex v1.12.3
16232026-08-17T18:09:37.443Z Compiling snafu-derive v0.8.9
16242026-08-17T18:09:37.460Z Compiling strum_macros v0.27.2
16252026-08-17T18:09:37.568Z Compiling ref-cast-impl v1.0.25
16262026-08-17T18:09:37.586Z Compiling curve25519-dalek-derive v0.1.1
16272026-08-17T18:09:37.605Z Compiling phf_shared v0.13.1
16282026-08-17T18:09:37.623Z Compiling vergen v9.1.0
16292026-08-17T18:09:37.800Z Compiling cargo-platform v0.3.2
16302026-08-17T18:09:37.822Z Compiling ff v0.13.1
16312026-08-17T18:09:37.849Z Compiling fs-err v3.3.0
16322026-08-17T18:09:37.874Z Compiling managed v0.8.0
16332026-08-17T18:09:37.976Z Compiling unicode-segmentation v1.12.0
16342026-08-17T18:09:38.069Z Compiling hyper v1.10.1
16352026-08-17T18:09:38.086Z Compiling path-slash v0.1.5
16362026-08-17T18:09:38.101Z Compiling bitflags v1.3.2
16372026-08-17T18:09:38.167Z Compiling jiff-core v0.1.0
16382026-08-17T18:09:38.188Z Compiling object v0.37.3
16392026-08-17T18:09:38.233Z Compiling bumpalo v3.20.2
16402026-08-17T18:09:38.233Z Compiling either v1.15.0
16412026-08-17T18:09:38.285Z Compiling same-file v1.0.6
16422026-08-17T18:09:38.383Z Compiling foldhash v0.1.5
16432026-08-17T18:09:38.468Z Compiling base16ct v0.2.0
16442026-08-17T18:09:38.468Z Compiling foldhash v0.2.0
16452026-08-17T18:09:38.495Z Compiling libbz2-rs-sys v0.2.2
16462026-08-17T18:09:38.509Z Compiling hashbrown v0.15.5
16472026-08-17T18:09:38.621Z Compiling sec1 v0.7.3
16482026-08-17T18:09:38.660Z Compiling hashbrown v0.16.1
16492026-08-17T18:09:38.715Z Compiling test-strategy v0.4.5
16502026-08-17T18:09:38.730Z Compiling zopfli v0.8.3
16512026-08-17T18:09:38.919Z Compiling jiff v0.2.34
16522026-08-17T18:09:39.084Z Compiling bzip2 v0.6.1
16532026-08-17T18:09:39.102Z Compiling walkdir v2.5.0
16542026-08-17T18:09:39.212Z Compiling hyper-util v0.1.20
16552026-08-17T18:09:39.265Z Compiling dof v0.3.0
16562026-08-17T18:09:39.280Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16572026-08-17T18:09:39.431Z Compiling snafu v0.8.9
16582026-08-17T18:09:39.509Z Compiling strum v0.27.2
16592026-08-17T18:09:39.647Z Compiling cargo_metadata v0.23.1
16602026-08-17T18:09:39.661Z Compiling group v0.13.0
16612026-08-17T18:09:39.713Z Compiling phf v0.13.1
16622026-08-17T18:09:39.732Z Compiling hubpack v0.1.2
16632026-08-17T18:09:39.807Z Compiling futures v0.3.32
16642026-08-17T18:09:39.890Z Compiling cookie_store v0.22.1
16652026-08-17T18:09:39.904Z Compiling signal-hook-mio v0.2.5
16662026-08-17T18:09:39.967Z Compiling zstd v0.13.3
16672026-08-17T18:09:40.022Z Compiling cipher v0.5.2
16682026-08-17T18:09:40.060Z Compiling serde_with_macros v3.21.0
16692026-08-17T18:09:40.207Z Compiling postgres-types v0.2.12
16702026-08-17T18:09:40.279Z Compiling globset v0.4.18
16712026-08-17T18:09:40.367Z Compiling usdt-attr-macro v0.6.0
16722026-08-17T18:09:40.382Z Compiling usdt-macro v0.6.0
16732026-08-17T18:09:40.485Z Compiling byte-wrapper v0.1.0
16742026-08-17T18:09:40.602Z Compiling dtrace-parser v0.2.0
16752026-08-17T18:09:40.765Z Compiling hyper-tls v0.6.0
16762026-08-17T18:09:40.809Z Compiling olpc-cjson v0.1.4
16772026-08-17T18:09:40.837Z Compiling serde-big-array v0.5.1
16782026-08-17T18:09:40.984Z Compiling reqwest v0.12.28
16792026-08-17T18:09:40.997Z Compiling serde_plain v1.0.2
16802026-08-17T18:09:41.013Z Compiling hkdf v0.12.4
16812026-08-17T18:09:41.028Z Compiling ed25519 v2.2.3
16822026-08-17T18:09:41.042Z Compiling crypto-bigint v0.5.5
16832026-08-17T18:09:41.087Z Compiling enum-as-inner v0.6.1
16842026-08-17T18:09:41.202Z Compiling serde_repr v0.1.20
16852026-08-17T18:09:41.217Z Compiling strum_macros v0.26.4
16862026-08-17T18:09:41.231Z Compiling async-recursion v1.1.1
16872026-08-17T18:09:41.254Z Compiling phf_shared v0.11.3
16882026-08-17T18:09:41.269Z Compiling float-cmp v0.10.0
16892026-08-17T18:09:41.381Z Compiling pem v3.0.6
16902026-08-17T18:09:41.415Z Compiling memmap2 v0.9.10
16912026-08-17T18:09:41.431Z Compiling thread-id v4.2.2
16922026-08-17T18:09:41.457Z Compiling new_debug_unreachable v1.0.6
16932026-08-17T18:09:41.525Z Compiling precomputed-hash v0.1.1
16942026-08-17T18:09:41.544Z Compiling fixedbitset v0.4.2
16952026-08-17T18:09:41.625Z Compiling keccak v0.1.6
16962026-08-17T18:09:41.642Z Compiling difflib v0.4.0
16972026-08-17T18:09:41.655Z Compiling winnow v1.0.3
16982026-08-17T18:09:41.735Z Compiling data-encoding v2.10.0
16992026-08-17T18:09:41.784Z Compiling whoami v2.1.0
17002026-08-17T18:09:41.798Z Compiling cpufeatures v0.3.0
17012026-08-17T18:09:41.889Z Compiling const-oid v0.10.2
17022026-08-17T18:09:41.936Z Compiling static_assertions v1.1.0
17032026-08-17T18:09:41.967Z Compiling normalize-line-endings v0.3.0
17042026-08-17T18:09:42.020Z Compiling typed-path v0.9.3
17052026-08-17T18:09:42.035Z Compiling predicates-core v1.0.10
17062026-08-17T18:09:42.073Z Compiling fixedbitset v0.5.7
17072026-08-17T18:09:42.108Z Compiling toml_edit v0.22.27
17082026-08-17T18:09:42.178Z Compiling predicates v3.1.4
17092026-08-17T18:09:42.221Z Compiling digest v0.11.3
17102026-08-17T18:09:42.235Z Compiling hickory-proto v0.25.2
17112026-08-17T18:09:42.355Z Compiling petgraph v0.8.3
17122026-08-17T18:09:42.395Z Compiling elliptic-curve v0.13.8
17132026-08-17T18:09:42.398Z Compiling tokio-postgres v0.7.16
17142026-08-17T18:09:42.460Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17152026-08-17T18:09:42.475Z Compiling toml_parser v1.1.2+spec-1.1.0
17162026-08-17T18:09:42.572Z Compiling chacha20 v0.10.0
17172026-08-17T18:09:42.820Z Compiling sha3 v0.10.8
17182026-08-17T18:09:42.842Z Compiling petgraph v0.6.5
17192026-08-17T18:09:42.968Z Compiling string_cache v0.8.9
17202026-08-17T18:09:43.037Z Compiling strum v0.26.3
17212026-08-17T18:09:43.110Z Compiling usdt v0.6.0
17222026-08-17T18:09:43.125Z Compiling usdt-impl v0.5.0
17232026-08-17T18:09:43.179Z Compiling serde_with v3.21.0
17242026-08-17T18:09:43.196Z Compiling ed25519-dalek v2.2.0
17252026-08-17T18:09:43.212Z Compiling zip v4.6.1
17262026-08-17T18:09:43.273Z Compiling crossterm v0.28.1
17272026-08-17T18:09:43.299Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17282026-08-17T18:09:43.807Z Compiling iddqd v0.4.2
17292026-08-17T18:09:44.176Z Compiling itertools v0.13.0
17302026-08-17T18:09:44.312Z Compiling itertools v0.15.0
17312026-08-17T18:09:44.347Z Compiling heck v0.4.1
17322026-08-17T18:09:44.565Z Compiling similar v2.7.0
17332026-08-17T18:09:44.588Z Compiling tokio-stream v0.1.18
17342026-08-17T18:09:44.658Z Compiling crossbeam-epoch v0.9.18
17352026-08-17T18:09:44.746Z Compiling buf-list v1.1.2
17362026-08-17T18:09:44.862Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-17T18:09:44.877Z Compiling openapiv3 v2.2.0
17382026-08-17T18:09:44.983Z Compiling lalrpop-util v0.19.12
17392026-08-17T18:09:45.000Z Compiling peg-runtime v0.8.5
17402026-08-17T18:09:45.040Z Compiling thread_local v1.1.9
17412026-08-17T18:09:45.059Z Compiling slog-async v2.8.0
17422026-08-17T18:09:45.101Z Compiling crossbeam-channel v0.5.15
17432026-08-17T18:09:45.173Z Compiling filetime v0.2.27
17442026-08-17T18:09:45.190Z Compiling is-terminal v0.4.17
17452026-08-17T18:09:45.304Z Compiling term v1.2.1
17462026-08-17T18:09:45.318Z Compiling take_mut v0.2.2
17472026-08-17T18:09:45.354Z Compiling xattr v1.6.1
17482026-08-17T18:09:45.359Z Compiling camino-tempfile v1.4.1
17492026-08-17T18:09:45.474Z Compiling tar v0.4.46
17502026-08-17T18:09:45.582Z Compiling slog-term v2.9.2
17512026-08-17T18:10:02.823Z Compiling rustls-webpki v0.103.13
17522026-08-17T18:10:05.516Z Compiling tokio-rustls v0.26.4
17532026-08-17T18:10:05.516Z Compiling rustls-platform-verifier v0.6.2
17542026-08-17T18:10:05.517Z Compiling tough v0.22.0
17552026-08-17T18:10:05.718Z Compiling hyper-rustls v0.27.7
17562026-08-17T18:10:05.900Z Compiling reqwest v0.13.2
17572026-08-17T18:10:08.059Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-08-17T18:10:08.291Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-08-17T18:10:11.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.43s
17602026-08-17T18:10:11.350Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-08-17T18:10:11.408ZAug 17 18:10:10.741 INFO Starting download, target: Cockroach
17622026-08-17T18:10:11.408ZAug 17 18:10:10.742 INFO Starting download, target: Console
17632026-08-17T18:10:11.411ZAug 17 18:10:10.742 INFO Starting download, target: Clickhouse
17642026-08-17T18:10:11.411ZAug 17 18:10:10.742 INFO Starting download, target: DendriteStub
17652026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Starting download, target: MaghemiteMgd
17662026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Starting download, target: MaghemiteDdmd
17672026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Starting download, target: TransceiverControl
17682026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17702026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17712026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17732026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17742026-08-17T18:10:11.412ZAug 17 18:10:10.742 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-08-17T18:10:13.099ZAug 17 18:10:12.419 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-08-17T18:10:13.251ZAug 17 18:10:12.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17772026-08-17T18:10:13.356ZAug 17 18:10:12.641 INFO Download complete, target: TransceiverControl
17782026-08-17T18:10:13.484ZAug 17 18:10:12.801 INFO Download complete, target: Console
17792026-08-17T18:10:13.848ZAug 17 18:10:13.117 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-08-17T18:10:15.984ZAug 17 18:10:15.302 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-08-17T18:10:16.543ZAug 17 18:10:15.852 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17822026-08-17T18:10:16.979ZAug 17 18:10:16.311 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-08-17T18:10:17.580ZAug 17 18:10:16.914 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-08-17T18:10:17.580ZAug 17 18:10:16.914 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-08-17T18:10:18.654ZAug 17 18:10:17.988 INFO Download complete, target: DendriteStub
17862026-08-17T18:10:18.782ZAug 17 18:10:18.116 INFO Download complete, target: MaghemiteDdmd
17872026-08-17T18:10:19.485ZAug 17 18:10:18.818 INFO Download complete, target: MaghemiteMgd
17882026-08-17T18:10:20.660ZAug 17 18:10:19.994 INFO Checking that binary works, target: Clickhouse
17892026-08-17T18:10:20.752ZAug 17 18:10:20.086 INFO Download complete, target: Clickhouse
17902026-08-17T18:10:22.298ZAug 17 18:10:21.632 INFO Checking that binary works, target: Cockroach
17912026-08-17T18:10:22.423ZAug 17 18:10:21.756 INFO Download complete, target: Cockroach
17922026-08-17T18:10:22.427ZAll prerequisites installed successfully
17932026-08-17T18:10:22.431Z
17942026-08-17T18:10:22.431Zreal 1:56.110344041
17952026-08-17T18:10:22.431Zuser 7:11.204138534
17962026-08-17T18:10:22.431Zsys 1:43.702363312
17972026-08-17T18:10:22.431Ztrap 0.268898470
17982026-08-17T18:10:22.431Ztflt 0.864360446
17992026-08-17T18:10:22.431Zdflt 1.594682226
18002026-08-17T18:10:22.431Zkflt 0.027343607
18012026-08-17T18:10:22.431Zlock 28:35.739310401
18022026-08-17T18:10:22.432Zslp 19:49.056911362
18032026-08-17T18:10:22.432Zlat 24.956052385
18042026-08-17T18:10:22.432Zstop 3:22.828949646
18052026-08-17T18:10:22.432Z+ ptime -m cargo xtask download softnpu
18062026-08-17T18:10:22.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18072026-08-17T18:10:22.936Z Running `target/debug/xtask download softnpu`
18082026-08-17T18:10:23.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18092026-08-17T18:10:23.766Z Running `target/debug/xtask-downloader softnpu`
18102026-08-17T18:10:23.803ZAug 17 18:10:23.136 INFO Starting download, target: Softnpu
18112026-08-17T18:10:23.810ZAug 17 18:10:23.137 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-08-17T18:10:24.739ZAug 17 18:10:24.070 INFO Download complete, target: Softnpu
18132026-08-17T18:10:24.744Z
18142026-08-17T18:10:24.744Zreal 2.305580375
18152026-08-17T18:10:24.744Zuser 1.324402993
18162026-08-17T18:10:24.744Zsys 0.638056364
18172026-08-17T18:10:24.744Ztrap 0.000595010
18182026-08-17T18:10:24.744Ztflt 0.000083280
18192026-08-17T18:10:24.744Zdflt 0.000117900
18202026-08-17T18:10:24.744Zkflt 0.000000000
18212026-08-17T18:10:24.744Zlock 17.384716950
18222026-08-17T18:10:24.744Zslp 0.788353891
18232026-08-17T18:10:24.744Zlat 0.121260356
18242026-08-17T18:10:24.744Zstop 0.000192120
18252026-08-17T18:10:24.744Z+ export CARGO_INCREMENTAL=0
18262026-08-17T18:10:24.744Z+ CARGO_INCREMENTAL=0
18272026-08-17T18:10:24.744Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-08-17T18:10:25.657Z Compiling proc-macro2 v1.0.106
18292026-08-17T18:10:25.658Z Compiling quote v1.0.45
18302026-08-17T18:10:25.661Z Compiling unicode-ident v1.0.24
18312026-08-17T18:10:25.661Z Compiling libc v0.2.185
18322026-08-17T18:10:25.661Z Compiling serde_core v1.0.228
18332026-08-17T18:10:25.661Z Compiling serde v1.0.228
18342026-08-17T18:10:25.661Z Compiling cfg-if v1.0.4
18352026-08-17T18:10:25.661Z Compiling version_check v0.9.5
18362026-08-17T18:10:25.806Z Compiling autocfg v1.5.0
18372026-08-17T18:10:25.809Z Compiling find-msvc-tools v0.1.9
18382026-08-17T18:10:25.809Z Compiling shlex v1.3.0
18392026-08-17T18:10:25.810Z Compiling memchr v2.8.0
18402026-08-17T18:10:25.810Z Compiling zmij v1.0.21
18412026-08-17T18:10:25.810Z Compiling serde_json v1.0.151
18422026-08-17T18:10:26.100Z Compiling portable-atomic v1.13.1
18432026-08-17T18:10:26.121Z Compiling zerocopy v0.8.40
18442026-08-17T18:10:26.125Z Compiling libm v0.2.16
18452026-08-17T18:10:26.151Z Compiling getrandom v0.4.1
18462026-08-17T18:10:26.164Z Compiling parking_lot_core v0.9.12
18472026-08-17T18:10:26.197Z Compiling icu_normalizer_data v2.1.1
18482026-08-17T18:10:26.200Z Compiling icu_properties_data v2.1.2
18492026-08-17T18:10:26.225Z Compiling smallvec v1.15.1
18502026-08-17T18:10:26.371Z Compiling num-traits v0.2.19
18512026-08-17T18:10:26.430Z Compiling generic-array v0.14.7
18522026-08-17T18:10:26.450Z Compiling itoa v1.0.17
18532026-08-17T18:10:26.469Z Compiling log v0.4.29
18542026-08-17T18:10:26.485Z Compiling pkg-config v0.3.32
18552026-08-17T18:10:26.501Z Compiling subtle v2.6.1
18562026-08-17T18:10:26.547Z Compiling stable_deref_trait v1.2.1
18572026-08-17T18:10:26.606Z Compiling typenum v1.20.1
18582026-08-17T18:10:26.655Z Compiling getrandom v0.3.4
18592026-08-17T18:10:26.720Z Compiling scopeguard v1.2.0
18602026-08-17T18:10:26.768Z Compiling thiserror v2.0.18
18612026-08-17T18:10:26.787Z Compiling rustix v1.1.3
18622026-08-17T18:10:26.867Z Compiling lock_api v0.4.14
18632026-08-17T18:10:26.902Z Compiling jobserver v0.1.34
18642026-08-17T18:10:26.923Z Compiling errno v0.3.14
18652026-08-17T18:10:27.026Z Compiling rand_core v0.10.0
18662026-08-17T18:10:27.041Z Compiling getrandom v0.2.17
18672026-08-17T18:10:27.106Z Compiling equivalent v1.0.2
18682026-08-17T18:10:27.120Z Compiling cc v1.2.56
18692026-08-17T18:10:27.123Z Compiling heck v0.5.0
18702026-08-17T18:10:27.203Z Compiling syn v2.0.117
18712026-08-17T18:10:27.205Z Compiling rand_core v0.6.4
18722026-08-17T18:10:27.298Z Compiling pin-project-lite v0.2.17
18732026-08-17T18:10:27.303Z Compiling syn v1.0.109
18742026-08-17T18:10:27.303Z Compiling critical-section v1.2.0
18752026-08-17T18:10:27.366Z Compiling percent-encoding v2.3.2
18762026-08-17T18:10:27.415Z Compiling litemap v0.8.1
18772026-08-17T18:10:27.462Z Compiling schemars v0.8.22
18782026-08-17T18:10:27.478Z Compiling writeable v0.6.2
18792026-08-17T18:10:27.509Z Compiling hashbrown v0.17.0
18802026-08-17T18:10:27.624Z Compiling rustversion v1.0.22
18812026-08-17T18:10:27.654Z Compiling once_cell v1.21.3
18822026-08-17T18:10:27.654Z Compiling dunce v1.0.5
18832026-08-17T18:10:27.685Z Compiling fs_extra v1.3.0
18842026-08-17T18:10:27.816Z Compiling byteorder v1.5.0
18852026-08-17T18:10:27.874Z Compiling strsim v0.11.1
18862026-08-17T18:10:27.893Z Compiling cmake v0.1.57
18872026-08-17T18:10:27.943Z Compiling signal-hook-registry v1.4.8
18882026-08-17T18:10:28.062Z Compiling semver v1.0.28
18892026-08-17T18:10:28.091Z Compiling indexmap v2.14.0
18902026-08-17T18:10:28.195Z Compiling bitflags v2.11.0
18912026-08-17T18:10:28.216Z Compiling utf8_iter v1.0.4
18922026-08-17T18:10:28.320Z Compiling thiserror v1.0.69
18932026-08-17T18:10:28.382Z Compiling parking_lot v0.12.5
18942026-08-17T18:10:28.414Z Compiling form_urlencoded v1.2.2
18952026-08-17T18:10:28.439Z Compiling mio v1.2.0
18962026-08-17T18:10:28.464Z Compiling aws-lc-sys v0.40.0
18972026-08-17T18:10:28.464Z Compiling socket2 v0.6.3
18982026-08-17T18:10:28.663Z Compiling aws-lc-rs v1.16.3
18992026-08-17T18:10:28.700Z Compiling const-oid v0.9.6
19002026-08-17T18:10:28.727Z Compiling futures-core v0.3.32
19012026-08-17T18:10:28.916Z Compiling httparse v1.10.1
19022026-08-17T18:10:29.032Z Compiling regex-syntax v0.8.10
19032026-08-17T18:10:29.211Z Compiling crc32fast v1.5.0
19042026-08-17T18:10:29.245Z Compiling fnv v1.0.7
19052026-08-17T18:10:29.275Z Compiling ucd-trie v0.1.7
19062026-08-17T18:10:29.326Z Compiling vcpkg v0.2.15
19072026-08-17T18:10:29.364Z Compiling iana-time-zone v0.1.65
19082026-08-17T18:10:29.419Z Compiling ident_case v1.0.1
19092026-08-17T18:10:29.441Z Compiling pest v2.8.6
19102026-08-17T18:10:29.585Z Compiling uuid v1.23.4
19112026-08-17T18:10:29.642Z Compiling rustc_version v0.4.1
19122026-08-17T18:10:29.677Z Compiling futures-sink v0.3.32
19132026-08-17T18:10:29.714Z Compiling rustls v0.23.41
19142026-08-17T18:10:29.774Z Compiling futures-channel v0.3.32
19152026-08-17T18:10:29.941Z Compiling openssl-sys v0.9.117
19162026-08-17T18:10:29.941Z Compiling aho-corasick v1.1.4
19172026-08-17T18:10:29.995Z Compiling slab v0.4.12
19182026-08-17T18:10:30.011Z Compiling futures-task v0.3.32
19192026-08-17T18:10:30.032Z Compiling futures-io v0.3.32
19202026-08-17T18:10:30.093Z Compiling synstructure v0.13.2
19212026-08-17T18:10:30.149Z Compiling serde_derive_internals v0.29.1
19222026-08-17T18:10:30.429Z Compiling num-conv v0.2.0
19232026-08-17T18:10:30.445Z Compiling dyn-clone v1.0.20
19242026-08-17T18:10:30.465Z Compiling plain v0.2.3
19252026-08-17T18:10:30.482Z Compiling time-core v0.1.8
19262026-08-17T18:10:30.499Z Compiling radium v0.7.0
19272026-08-17T18:10:30.536Z Compiling pest_meta v2.8.6
19282026-08-17T18:10:30.592Z Compiling crossbeam-utils v0.8.21
19292026-08-17T18:10:30.664Z Compiling time-macros v0.2.27
19302026-08-17T18:10:30.685Z Compiling maybe-uninit v2.0.0
19312026-08-17T18:10:30.738Z Compiling base64ct v1.8.3
19322026-08-17T18:10:30.772Z Compiling base64 v0.22.1
19332026-08-17T18:10:30.855Z Compiling regex-automata v0.4.14
19342026-08-17T18:10:30.885Z Compiling openssl v0.10.80
19352026-08-17T18:10:30.930Z Compiling pretty-hex v0.4.1
19362026-08-17T18:10:31.029Z Compiling pem-rfc7468 v0.7.0
19372026-08-17T18:10:31.087Z Compiling flagset v0.4.7
19382026-08-17T18:10:31.142Z Compiling pest_generator v2.8.6
19392026-08-17T18:10:31.254Z Compiling darling_core v0.23.0
19402026-08-17T18:10:31.254Z Compiling rand_core v0.9.5
19412026-08-17T18:10:31.254Z Compiling bzip2-sys v0.1.13+1.0.8
19422026-08-17T18:10:31.261Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-08-17T18:10:31.280Z Compiling ahash v0.8.12
19442026-08-17T18:10:31.296Z Compiling native-tls v0.2.18
19452026-08-17T18:10:31.314Z Compiling serde_derive v1.0.228
19462026-08-17T18:10:31.331Z Compiling zeroize_derive v1.5.0
19472026-08-17T18:10:31.419Z Compiling zerofrom-derive v0.1.6
19482026-08-17T18:10:31.422Z Compiling yoke-derive v0.8.1
19492026-08-17T18:10:31.522Z Compiling zerocopy-derive v0.8.40
19502026-08-17T18:10:31.538Z Compiling zerovec-derive v0.11.2
19512026-08-17T18:10:31.552Z Compiling displaydoc v0.2.5
19522026-08-17T18:10:31.634Z Compiling tokio-macros v2.7.0
19532026-08-17T18:10:31.649Z Compiling futures-macro v0.3.32
19542026-08-17T18:10:31.654Z Compiling thiserror-impl v2.0.18
19552026-08-17T18:10:31.774Z Compiling schemars_derive v0.8.22
19562026-08-17T18:10:31.809Z Compiling der_derive v0.7.3
19572026-08-17T18:10:31.924Z Compiling tracing-attributes v0.1.31
19582026-08-17T18:10:31.951Z Compiling zeroize v1.9.0
19592026-08-17T18:10:32.323Z Compiling thiserror-impl v1.0.69
19602026-08-17T18:10:32.439Z Compiling pest_derive v2.8.6
19612026-08-17T18:10:32.442Z Compiling futures-util v0.3.32
19622026-08-17T18:10:32.545Z Compiling zerofrom v0.1.6
19632026-08-17T18:10:32.705Z Compiling yoke v0.8.1
19642026-08-17T18:10:32.813Z Compiling crypto-common v0.1.7
19652026-08-17T18:10:32.830Z Compiling block-buffer v0.10.4
19662026-08-17T18:10:32.921Z Compiling zerovec v0.11.5
19672026-08-17T18:10:32.924Z Compiling zerotrie v0.2.3
19682026-08-17T18:10:33.035Z Compiling digest v0.10.7
19692026-08-17T18:10:33.189Z Compiling scroll_derive v0.12.1
19702026-08-17T18:10:33.204Z Compiling scroll_derive v0.13.1
19712026-08-17T18:10:33.280Z Compiling der v0.7.10
19722026-08-17T18:10:33.298Z Compiling openssl-macros v0.1.1
19732026-08-17T18:10:33.410Z Compiling anyhow v1.0.102
19742026-08-17T18:10:33.430Z Compiling num-bigint-dig v0.8.6
19752026-08-17T18:10:33.504Z Compiling tinystr v0.8.2
19762026-08-17T18:10:33.535Z Compiling potential_utf v0.1.4
19772026-08-17T18:10:33.729Z Compiling icu_locale_core v2.1.1
19782026-08-17T18:10:33.729Z Compiling icu_collections v2.1.1
19792026-08-17T18:10:33.760Z Compiling packed_struct v0.10.1
19802026-08-17T18:10:33.763Z Compiling darling_macro v0.23.0
19812026-08-17T18:10:33.763Z Compiling regex v1.12.3
19822026-08-17T18:10:33.875Z Compiling zerocopy-derive v0.7.35
19832026-08-17T18:10:34.221Z Compiling spki v0.7.3
19842026-08-17T18:10:34.316Z Compiling slog v2.8.2
19852026-08-17T18:10:34.444Z Compiling bytes v1.11.1
19862026-08-17T18:10:34.517Z Compiling icu_provider v2.1.1
19872026-08-17T18:10:34.569Z Compiling chrono v0.4.45
19882026-08-17T18:10:34.601Z Compiling serde_tokenstream v0.2.3
19892026-08-17T18:10:34.679Z Compiling tracing-core v0.1.36
19902026-08-17T18:10:34.706Z Compiling cookie v0.18.1
19912026-08-17T18:10:34.871Z Compiling icu_properties v2.1.2
19922026-08-17T18:10:34.918Z Compiling icu_normalizer v2.1.1
19932026-08-17T18:10:35.034Z Compiling tokio v1.52.1
19942026-08-17T18:10:35.147Z Compiling http v1.4.2
19952026-08-17T18:10:35.473Z Compiling utf8parse v0.2.2
19962026-08-17T18:10:35.600Z Compiling camino v1.2.2
19972026-08-17T18:10:35.709Z Compiling cpufeatures v0.2.17
19982026-08-17T18:10:35.798Z Compiling idna_adapter v1.2.1
19992026-08-17T18:10:35.914Z Compiling ppv-lite86 v0.2.21
20002026-08-17T18:10:35.943Z Compiling idna v1.1.0
20012026-08-17T18:10:36.062Z Compiling tracing v0.1.44
20022026-08-17T18:10:36.193Z Compiling toml_datetime v0.6.11
20032026-08-17T18:10:36.226Z Compiling rand_chacha v0.9.0
20042026-08-17T18:10:36.259Z Compiling serde_spanned v0.6.9
20052026-08-17T18:10:36.275Z Compiling darling v0.23.0
20062026-08-17T18:10:36.293Z Compiling url v2.5.8
20072026-08-17T18:10:36.371Z Compiling zerocopy-derive v0.6.6
20082026-08-17T18:10:36.387Z Compiling clap_derive v4.6.1
20092026-08-17T18:10:36.401Z Compiling bitfield-macros v0.19.4
20102026-08-17T18:10:36.424Z Compiling packed_struct_codegen v0.10.1
20112026-08-17T18:10:36.608Z Compiling indexmap v1.9.3
20122026-08-17T18:10:36.677Z Compiling anstyle v1.0.14
20132026-08-17T18:10:36.987Z Compiling paste v1.0.15
20142026-08-17T18:10:37.063Z Compiling rand v0.9.2
20152026-08-17T18:10:37.091Z Compiling http-body v1.0.1
20162026-08-17T18:10:37.135Z Compiling pkcs8 v0.10.2
20172026-08-17T18:10:37.274Z Compiling rustls-pki-types v1.14.0
20182026-08-17T18:10:37.396Z Compiling spin v0.9.8
20192026-08-17T18:10:37.412Z Compiling usdt-impl v0.5.0
20202026-08-17T18:10:37.623Z Compiling usdt-impl v0.6.0
20212026-08-17T18:10:37.646Z Compiling either v1.15.0
20222026-08-17T18:10:37.692Z Compiling cmov v0.5.4
20232026-08-17T18:10:37.825Z Compiling openssl-probe v0.2.1
20242026-08-17T18:10:37.854Z Compiling ref-cast v1.0.25
20252026-08-17T18:10:37.869Z Compiling tinyvec_macros v0.1.1
20262026-08-17T18:10:37.920Z Compiling anstyle-query v1.1.5
20272026-08-17T18:10:37.957Z Compiling is_terminal_polyfill v1.70.2
20282026-08-17T18:10:37.980Z Compiling colorchoice v1.0.4
20292026-08-17T18:10:37.997Z Compiling winnow v0.5.40
20302026-08-17T18:10:38.014Z Compiling fastrand v2.3.0
20312026-08-17T18:10:38.017Z Compiling tinyvec v1.10.0
20322026-08-17T18:10:38.045Z Compiling ctutils v0.4.2
20332026-08-17T18:10:38.165Z Compiling sha2 v0.10.9
20342026-08-17T18:10:38.353Z Compiling scroll v0.13.0
20352026-08-17T18:10:38.387Z Compiling scroll v0.12.0
20362026-08-17T18:10:38.388Z Compiling async-trait v0.1.89
20372026-08-17T18:10:38.525Z Compiling heapless v0.7.17
20382026-08-17T18:10:38.687Z Compiling try-lock v0.2.5
20392026-08-17T18:10:38.702Z Compiling winnow v1.0.3
20402026-08-17T18:10:38.733Z Compiling atomic-waker v1.1.2
20412026-08-17T18:10:38.753Z Compiling zstd-safe v7.2.4
20422026-08-17T18:10:38.784Z Compiling signal-hook v0.3.18
20432026-08-17T18:10:38.809Z Compiling rustix v0.38.44
20442026-08-17T18:10:38.883Z Compiling tokio-util v0.7.18
20452026-08-17T18:10:38.974Z Compiling untrusted v0.7.1
20462026-08-17T18:10:38.990Z Compiling litrs v1.0.0
20472026-08-17T18:10:38.994Z Compiling tower-layer v0.3.3
20482026-08-17T18:10:39.061Z Compiling tower-service v0.3.3
20492026-08-17T18:10:39.116Z Compiling winnow v0.7.14
20502026-08-17T18:10:39.190Z Compiling toml_parser v1.1.2+spec-1.1.0
20512026-08-17T18:10:39.281Z Compiling toml_edit v0.19.15
20522026-08-17T18:10:39.284Z Compiling tempfile v3.25.0
20532026-08-17T18:10:39.408Z Compiling want v0.3.1
20542026-08-17T18:10:39.448Z Compiling document-features v0.2.12
20552026-08-17T18:10:39.677Z Compiling h2 v0.4.15
20562026-08-17T18:10:39.882Z Compiling goblin v0.8.2
20572026-08-17T18:10:39.903Z Compiling goblin v0.10.5
20582026-08-17T18:10:39.961Z Compiling hybrid-array v0.4.13
20592026-08-17T18:10:40.007Z Compiling itertools v0.15.0
20602026-08-17T18:10:40.207Z Compiling anstyle-parse v1.0.0
20612026-08-17T18:10:40.406Z Compiling zerocopy v0.7.35
20622026-08-17T18:10:40.637Z Compiling ipnet v2.11.0
20632026-08-17T18:10:40.785Z Compiling structmeta-derive v0.3.0
20642026-08-17T18:10:40.804Z Compiling daft-derive v0.1.7
20652026-08-17T18:10:40.935Z Compiling ref-cast-impl v1.0.25
20662026-08-17T18:10:41.025Z Compiling darling_core v0.20.11
20672026-08-17T18:10:41.043Z Compiling curve25519-dalek v4.1.3
20682026-08-17T18:10:41.151Z Compiling memoffset v0.9.1
20692026-08-17T18:10:41.303Z Compiling foreign-types-shared v0.1.1
20702026-08-17T18:10:41.346Z Compiling untrusted v0.9.0
20712026-08-17T18:10:41.377Z Compiling httpdate v1.0.3
20722026-08-17T18:10:41.407Z Compiling simd-adler32 v0.3.8
20732026-08-17T18:10:41.519Z Compiling powerfmt v0.2.0
20742026-08-17T18:10:41.519Z Compiling tap v1.0.1
20752026-08-17T18:10:41.657Z Compiling wyz v0.5.1
20762026-08-17T18:10:41.688Z Compiling deranged v0.5.8
20772026-08-17T18:10:41.748Z Compiling foreign-types v0.3.2
20782026-08-17T18:10:41.781Z Compiling structmeta v0.3.0
20792026-08-17T18:10:41.832Z Compiling anstream v1.0.0
20802026-08-17T18:10:41.928Z Compiling unicode-normalization v0.1.25
20812026-08-17T18:10:42.134Z Compiling dof v0.3.0
20822026-08-17T18:10:42.155Z Compiling dtrace-parser v0.2.0
20832026-08-17T18:10:42.395Z Compiling rand_chacha v0.3.1
20842026-08-17T18:10:42.482Z Compiling hex v0.4.3
20852026-08-17T18:10:42.748Z Compiling dof v0.4.0
20862026-08-17T18:10:42.765Z Compiling signature v2.2.0
20872026-08-17T18:10:42.782Z Compiling dtrace-parser v0.3.0
20882026-08-17T18:10:42.785Z Compiling terminal_size v0.4.3
20892026-08-17T18:10:42.799Z Compiling hyper v1.10.1
20902026-08-17T18:10:42.832Z Compiling pin-project-internal v1.1.11
20912026-08-17T18:10:42.959Z Compiling darling_macro v0.20.11
20922026-08-17T18:10:42.992Z Compiling num-integer v0.1.46
20932026-08-17T18:10:43.021Z Compiling thread-id v5.1.0
20942026-08-17T18:10:43.121Z Compiling wait-timeout v0.2.1
20952026-08-17T18:10:43.256Z Compiling thread-id v4.2.2
20962026-08-17T18:10:43.360Z Compiling cfg_aliases v0.2.1
20972026-08-17T18:10:43.450Z Compiling adler2 v2.0.1
20982026-08-17T18:10:43.467Z Compiling num_threads v0.1.7
20992026-08-17T18:10:43.546Z Compiling smoltcp v0.9.1
21002026-08-17T18:10:43.561Z Compiling quick-error v1.2.3
21012026-08-17T18:10:43.597Z Compiling funty v2.0.0
21022026-08-17T18:10:43.630Z Compiling clap_lex v1.0.0
21032026-08-17T18:10:43.663Z Compiling bit-vec v0.8.0
21042026-08-17T18:10:43.683Z Compiling rusty-fork v0.3.1
21052026-08-17T18:10:43.732Z Compiling time v0.3.47
21062026-08-17T18:10:43.780Z Compiling miniz_oxide v0.8.9
21072026-08-17T18:10:43.839Z Compiling clap_builder v4.6.0
21082026-08-17T18:10:43.860Z Compiling bit-set v0.8.0
21092026-08-17T18:10:43.863Z Compiling darling v0.20.11
21102026-08-17T18:10:43.906Z Compiling nix v0.31.2
21112026-08-17T18:10:43.973Z Compiling hyper-util v0.1.20
21122026-08-17T18:10:43.989Z Compiling bitvec v1.0.1
21132026-08-17T18:10:44.124Z Compiling num-iter v0.1.45
21142026-08-17T18:10:44.261Z Compiling rand v0.8.6
21152026-08-17T18:10:44.332Z Compiling ipnetwork v0.21.1
21162026-08-17T18:10:44.528Z Compiling lazy_static v1.5.0
21172026-08-17T18:10:44.613Z Compiling anstyle-parse v0.2.7
21182026-08-17T18:10:44.700Z Compiling hmac v0.12.1
21192026-08-17T18:10:44.932Z Compiling rand_xorshift v0.4.0
21202026-08-17T18:10:44.950Z Compiling curve25519-dalek-derive v0.1.1
21212026-08-17T18:10:45.051Z Compiling sync_wrapper v1.0.2
21222026-08-17T18:10:45.113Z Compiling zlib-rs v0.6.2
21232026-08-17T18:10:45.466Z Compiling siphasher v1.0.2
21242026-08-17T18:10:45.620Z Compiling unarray v0.1.4
21252026-08-17T18:10:45.654Z Compiling crc-catalog v2.4.0
21262026-08-17T18:10:45.669Z Compiling nodrop v0.1.14
21272026-08-17T18:10:45.767Z Compiling array-init v0.0.4
21282026-08-17T18:10:45.783Z Compiling crc v3.4.0
21292026-08-17T18:10:45.870Z Compiling proptest v1.11.0
21302026-08-17T18:10:46.257Z Compiling clap v4.6.1
21312026-08-17T18:10:46.302Z Compiling tower v0.5.3
21322026-08-17T18:10:47.122Z Compiling flate2 v1.1.9
21332026-08-17T18:10:47.153Z Compiling anstream v0.6.21
21342026-08-17T18:10:47.245Z Compiling smallvec v0.6.14
21352026-08-17T18:10:47.369Z Compiling derive_builder_core v0.20.2
21362026-08-17T18:10:47.457Z Compiling pkcs1 v0.7.5
21372026-08-17T18:10:47.476Z Compiling http-body-util v0.1.3
21382026-08-17T18:10:47.547Z Compiling zerocopy v0.6.6
21392026-08-17T18:10:47.585Z Compiling bitfield v0.19.4
21402026-08-17T18:10:47.737Z Compiling strum_macros v0.26.4
21412026-08-17T18:10:47.778Z Compiling strum_macros v0.27.2
21422026-08-17T18:10:47.829Z Compiling snafu-derive v0.8.9
21432026-08-17T18:10:47.877Z Compiling hubpack_derive v0.1.1
21442026-08-17T18:10:47.951Z Compiling env_filter v1.0.0
21452026-08-17T18:10:47.965Z Compiling fs-err v3.3.0
21462026-08-17T18:10:48.147Z Compiling unicode-bidi v0.3.18
21472026-08-17T18:10:48.163Z Compiling ryu v1.0.23
21482026-08-17T18:10:48.222Z Compiling hashbrown v0.12.3
21492026-08-17T18:10:48.442Z Compiling iri-string v0.7.10
21502026-08-17T18:10:48.458Z Compiling base64 v0.21.7
21512026-08-17T18:10:48.627Z Compiling allocator-api2 v0.2.21
21522026-08-17T18:10:48.734Z Compiling unicode-segmentation v1.12.0
21532026-08-17T18:10:48.771Z Compiling unicode-properties v0.1.4
21542026-08-17T18:10:48.841Z Compiling object v0.37.3
21552026-08-17T18:10:48.971Z Compiling stringprep v0.1.5
21562026-08-17T18:10:49.012Z Compiling ron v0.8.1
21572026-08-17T18:10:49.329Z Compiling serde_urlencoded v0.7.1
21582026-08-17T18:10:49.460Z Compiling derive_builder_macro v0.20.2
21592026-08-17T18:10:49.476Z Compiling env_logger v0.11.9
21602026-08-17T18:10:49.516Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21612026-08-17T18:10:49.553Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21622026-08-17T18:10:49.623Z Compiling tower-http v0.6.8
21632026-08-17T18:10:49.671Z Compiling newtype-uuid v1.3.2
21642026-08-17T18:10:49.720Z Compiling rsa v0.9.10
21652026-08-17T18:10:49.740Z Compiling oxnet v0.1.6
21662026-08-17T18:10:49.814Z Compiling serde-hex v0.1.0
21672026-08-17T18:10:49.840Z Compiling hashbrown v0.13.2
21682026-08-17T18:10:49.904Z Compiling tokio-native-tls v0.3.1
21692026-08-17T18:10:49.994Z Compiling bzip2 v0.4.4
21702026-08-17T18:10:50.010Z Compiling usdt-macro v0.6.0
21712026-08-17T18:10:50.014Z Compiling usdt-attr-macro v0.6.0
21722026-08-17T18:10:50.059Z Compiling derive-ex v0.1.8
21732026-08-17T18:10:50.099Z Compiling block-padding v0.4.2
21742026-08-17T18:10:50.159Z Compiling block-buffer v0.12.1
21752026-08-17T18:10:50.210Z Compiling crypto-common v0.2.2
21762026-08-17T18:10:50.393Z Compiling rustls-native-certs v0.8.3
21772026-08-17T18:10:50.707Z Compiling erased-serde v0.3.31
21782026-08-17T18:10:50.723Z Compiling x509-cert v0.2.5
21792026-08-17T18:10:50.827Z Compiling md-5 v0.10.6
21802026-08-17T18:10:50.995Z Compiling bstr v1.12.1
21812026-08-17T18:10:51.034Z Compiling vergen-lib v9.1.0
21822026-08-17T18:10:51.052Z Compiling hash32 v0.2.1
21832026-08-17T18:10:51.055Z Compiling encoding_rs v0.8.35
21842026-08-17T18:10:51.238Z Compiling psl-types v2.0.11
21852026-08-17T18:10:51.257Z Compiling cpufeatures v0.3.0
21862026-08-17T18:10:51.310Z Compiling fallible-iterator v0.2.0
21872026-08-17T18:10:51.362Z Compiling mime v0.3.17
21882026-08-17T18:10:51.552Z Compiling crc-any v2.5.0
21892026-08-17T18:10:51.561Z Compiling test-strategy v0.4.5
21902026-08-17T18:10:51.604Z Compiling postgres-protocol v0.6.10
21912026-08-17T18:10:51.630Z Compiling publicsuffix v2.3.0
21922026-08-17T18:10:52.287Z Compiling object v0.30.4
21932026-08-17T18:10:52.306Z Compiling inout v0.2.2
21942026-08-17T18:10:52.323Z Compiling zip v0.6.6
21952026-08-17T18:10:52.434Z Compiling hyper-tls v0.6.0
21962026-08-17T18:10:52.450Z Compiling daft v0.1.7
21972026-08-17T18:10:52.473Z Compiling derive_builder v0.20.2
21982026-08-17T18:10:52.490Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-17T18:10:52.529Z Compiling heck v0.4.1
22002026-08-17T18:10:52.619Z Compiling phf_shared v0.13.1
22012026-08-17T18:10:52.697Z Compiling pin-project v1.1.11
22022026-08-17T18:10:52.823Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22032026-08-17T18:10:52.839Z Compiling toml v0.7.8
22042026-08-17T18:10:52.889Z Compiling serde_with_macros v3.21.0
22052026-08-17T18:10:52.889Z Compiling futures-executor v0.3.32
22062026-08-17T18:10:52.997Z Compiling async-recursion v1.1.1
22072026-08-17T18:10:53.143Z Compiling enum-as-inner v0.6.1
22082026-08-17T18:10:53.160Z Compiling serde_repr v0.1.20
22092026-08-17T18:10:53.254Z Compiling vergen v9.1.0
22102026-08-17T18:10:53.352Z Compiling ff v0.13.1
22112026-08-17T18:10:53.389Z Compiling cargo-platform v0.3.2
22122026-08-17T18:10:53.512Z Compiling libbz2-rs-sys v0.2.2
22132026-08-17T18:10:53.610Z Compiling bitflags v1.3.2
22142026-08-17T18:10:53.674Z Compiling foldhash v0.1.5
22152026-08-17T18:10:53.839Z Compiling base16ct v0.2.0
22162026-08-17T18:10:53.857Z Compiling bumpalo v3.20.2
22172026-08-17T18:10:53.893Z Compiling same-file v1.0.6
22182026-08-17T18:10:53.932Z Compiling jiff-core v0.1.0
22192026-08-17T18:10:53.966Z Compiling path-slash v0.1.5
22202026-08-17T18:10:53.996Z Compiling managed v0.8.0
22212026-08-17T18:10:54.023Z Compiling foldhash v0.2.0
22222026-08-17T18:10:54.126Z Compiling zopfli v0.8.3
22232026-08-17T18:10:54.126Z Compiling walkdir v2.5.0
22242026-08-17T18:10:54.155Z Compiling sec1 v0.7.3
22252026-08-17T18:10:54.189Z Compiling hashbrown v0.16.1
22262026-08-17T18:10:54.427Z Compiling bzip2 v0.6.1
22272026-08-17T18:10:54.511Z Compiling hashbrown v0.15.5
22282026-08-17T18:10:54.536Z Compiling cargo_metadata v0.23.1
22292026-08-17T18:10:54.672Z Compiling jiff v0.2.34
22302026-08-17T18:10:54.708Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22312026-08-17T18:10:54.820Z Compiling group v0.13.0
22322026-08-17T18:10:55.053Z Compiling futures v0.3.32
22332026-08-17T18:10:55.359Z Compiling phf v0.13.1
22342026-08-17T18:10:55.428Z Compiling snafu v0.8.9
22352026-08-17T18:10:55.501Z Compiling reqwest v0.12.28
22362026-08-17T18:10:55.699Z Compiling cipher v0.5.2
22372026-08-17T18:10:55.777Z Compiling signal-hook-mio v0.2.5
22382026-08-17T18:10:55.797Z Compiling cookie_store v0.22.1
22392026-08-17T18:10:55.855Z Compiling postgres-types v0.2.12
22402026-08-17T18:10:55.878Z Compiling zstd v0.13.3
22412026-08-17T18:10:55.915Z Compiling globset v0.4.18
22422026-08-17T18:10:56.010Z Compiling strum v0.27.2
22432026-08-17T18:10:56.208Z Compiling hubpack v0.1.2
22442026-08-17T18:10:56.354Z Compiling phf_shared v0.11.3
22452026-08-17T18:10:56.386Z Compiling hkdf v0.12.4
22462026-08-17T18:10:56.386Z Compiling crossbeam-epoch v0.9.18
22472026-08-17T18:10:56.467Z Compiling ed25519 v2.2.3
22482026-08-17T18:10:56.493Z Compiling byte-wrapper v0.1.0
22492026-08-17T18:10:56.550Z Compiling olpc-cjson v0.1.4
22502026-08-17T18:10:56.780Z Compiling serde_plain v1.0.2
22512026-08-17T18:10:56.796Z Compiling serde-big-array v0.5.1
22522026-08-17T18:10:56.828Z Compiling pem v3.0.6
22532026-08-17T18:10:56.877Z Compiling crypto-bigint v0.5.5
22542026-08-17T18:10:57.039Z Compiling float-cmp v0.10.0
22552026-08-17T18:10:57.073Z Compiling memmap2 v0.9.10
22562026-08-17T18:10:57.129Z Compiling fixedbitset v0.4.2
22572026-08-17T18:10:57.146Z Compiling const-oid v0.10.2
22582026-08-17T18:10:57.146Z Compiling data-encoding v2.10.0
22592026-08-17T18:10:57.204Z Compiling difflib v0.4.0
22602026-08-17T18:10:57.299Z Compiling whoami v2.1.0
22612026-08-17T18:10:57.319Z Compiling fixedbitset v0.5.7
22622026-08-17T18:10:57.504Z Compiling toml_write v0.1.2
22632026-08-17T18:10:57.561Z Compiling static_assertions v1.1.0
22642026-08-17T18:10:57.647Z Compiling normalize-line-endings v0.3.0
22652026-08-17T18:10:57.647Z Compiling predicates-core v1.0.10
22662026-08-17T18:10:57.679Z Compiling keccak v0.1.6
22672026-08-17T18:10:57.698Z Compiling typed-path v0.9.3
22682026-08-17T18:10:57.716Z Compiling new_debug_unreachable v1.0.6
22692026-08-17T18:10:57.763Z Compiling precomputed-hash v0.1.1
22702026-08-17T18:10:57.803Z Compiling elliptic-curve v0.13.8
22712026-08-17T18:10:57.850Z Compiling string_cache v0.8.9
22722026-08-17T18:10:57.868Z Compiling sha3 v0.10.8
22732026-08-17T18:10:57.882Z Compiling predicates v3.1.4
22742026-08-17T18:10:57.915Z Compiling toml_edit v0.22.27
22752026-08-17T18:10:57.999Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-08-17T18:10:58.085Z Compiling petgraph v0.8.3
22772026-08-17T18:10:58.148Z Compiling tokio-postgres v0.7.16
22782026-08-17T18:10:58.168Z Compiling chacha20 v0.10.0
22792026-08-17T18:10:58.171Z Compiling hickory-proto v0.25.2
22802026-08-17T18:10:58.503Z Compiling digest v0.11.3
22812026-08-17T18:10:58.687Z Compiling petgraph v0.6.5
22822026-08-17T18:10:58.702Z Compiling usdt v0.6.0
22832026-08-17T18:10:59.065Z Compiling zip v4.6.1
22842026-08-17T18:10:59.985Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22852026-08-17T18:11:00.038Z Compiling ed25519-dalek v2.2.0
22862026-08-17T18:11:00.402Z Compiling crossterm v0.28.1
22872026-08-17T18:11:00.820Z Compiling iddqd v0.4.2
22882026-08-17T18:11:01.071Z Compiling serde_with v3.21.0
22892026-08-17T18:11:01.097Z Compiling similar v2.7.0
22902026-08-17T18:11:01.288Z Compiling strum v0.26.3
22912026-08-17T18:11:01.661Z Compiling tokio-stream v0.1.18
22922026-08-17T18:11:01.705Z Compiling buf-list v1.1.2
22932026-08-17T18:11:01.862Z Compiling itertools v0.13.0
22942026-08-17T18:11:01.902Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22952026-08-17T18:11:02.048Z Compiling openapiv3 v2.2.0
22962026-08-17T18:11:02.912Z Compiling lalrpop-util v0.19.12
22972026-08-17T18:11:02.992Z Compiling peg-runtime v0.8.5
22982026-08-17T18:11:19.330Z Compiling rustls-webpki v0.103.13
22992026-08-17T18:11:22.967Z Compiling macaddr v1.0.1
23002026-08-17T18:11:22.983Z Compiling tokio-rustls v0.26.4
23012026-08-17T18:11:23.275Z Compiling hyper-rustls v0.27.7
23022026-08-17T18:11:23.290Z Compiling rustls-platform-verifier v0.6.2
23032026-08-17T18:11:23.398Z Compiling tough v0.22.0
23042026-08-17T18:11:23.461Z Compiling crucible-workspace-hack v0.1.0
23052026-08-17T18:11:23.477Z Compiling rayon-core v1.13.0
23062026-08-17T18:11:23.515Z Compiling reqwest v0.13.2
23072026-08-17T18:11:23.598Z Compiling secrecy v0.10.3
23082026-08-17T18:11:23.603Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-08-17T18:11:23.710Z Compiling heapless v0.8.0
23102026-08-17T18:11:23.726Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-08-17T18:11:23.835Z Compiling crossbeam-deque v0.8.6
23122026-08-17T18:11:23.853Z Compiling ingot-macros v0.2.0
23132026-08-17T18:11:23.976Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-08-17T18:11:24.006Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152026-08-17T18:11:24.054Z Compiling inout v0.1.4
23162026-08-17T18:11:24.070Z Compiling hash32 v0.3.1
23172026-08-17T18:11:24.175Z Compiling multer v3.1.0
23182026-08-17T18:11:24.216Z Compiling thread_local v1.1.9
23192026-08-17T18:11:24.245Z Compiling smoltcp v0.11.0
23202026-08-17T18:11:24.261Z Compiling match_cfg v0.1.0
23212026-08-17T18:11:24.277Z Compiling slog-async v2.8.0
23222026-08-17T18:11:24.296Z Compiling unicode-width v0.2.0
23232026-08-17T18:11:24.355Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-08-17T18:11:24.389Z Compiling compression-core v0.4.31
23252026-08-17T18:11:24.579Z Compiling proc-macro-crate v3.4.0
23262026-08-17T18:11:24.611Z Compiling compression-codecs v0.4.37
23272026-08-17T18:11:24.660Z Compiling hostname v0.3.1
23282026-08-17T18:11:24.691Z Compiling cipher v0.4.4
23292026-08-17T18:11:24.789Z Compiling atomicwrites v0.4.4
23302026-08-17T18:11:24.845Z Compiling slog-json v2.6.1
23312026-08-17T18:11:24.915Z Compiling crossbeam-channel v0.5.15
23322026-08-17T18:11:24.983Z Compiling half v2.7.1
23332026-08-17T18:11:24.998Z Compiling newtype-uuid-macros v0.1.0
23342026-08-17T18:11:25.038Z Compiling cobs v0.3.0
23352026-08-17T18:11:25.155Z Compiling universal-hash v0.5.1
23362026-08-17T18:11:25.187Z Compiling async-stream-impl v0.3.6
23372026-08-17T18:11:25.220Z Compiling thiserror-impl-no-std v2.0.2
23382026-08-17T18:11:25.333Z Compiling serde_spanned v1.1.1
23392026-08-17T18:11:25.351Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-08-17T18:11:25.367Z Compiling is-terminal v0.4.17
23412026-08-17T18:11:25.505Z Compiling dropshot v0.17.1
23422026-08-17T18:11:25.538Z Compiling proc-macro-error-attr v1.0.4
23432026-08-17T18:11:25.623Z Compiling term v1.2.1
23442026-08-17T18:11:25.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-08-17T18:11:25.751Z Compiling convert_case v0.4.0
23462026-08-17T18:11:25.767Z Compiling toml_writer v1.1.1+spec-1.1.0
23472026-08-17T18:11:25.782Z Compiling take_mut v0.2.2
23482026-08-17T18:11:25.802Z Compiling opaque-debug v0.3.1
23492026-08-17T18:11:25.892Z Compiling ciborium-io v0.2.2
23502026-08-17T18:11:25.937Z Compiling poly1305 v0.8.0
23512026-08-17T18:11:25.981Z Compiling toml v1.1.2+spec-1.1.0
23522026-08-17T18:11:26.008Z Compiling ciborium-ll v0.2.2
23532026-08-17T18:11:26.052Z Compiling slog-term v2.9.2
23542026-08-17T18:11:26.073Z Compiling derive_more v0.99.20
23552026-08-17T18:11:26.239Z Compiling async-stream v0.3.6
23562026-08-17T18:11:26.263Z Compiling thiserror-no-std v2.0.2
23572026-08-17T18:11:26.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23582026-08-17T18:11:26.434Z Compiling postcard v1.1.3
23592026-08-17T18:11:26.485Z Compiling ingot-types v0.2.0
23602026-08-17T18:11:26.596Z Compiling num_enum_derive v0.7.6
23612026-08-17T18:11:26.802Z Compiling slog-bunyan v2.5.0
23622026-08-17T18:11:26.835Z Compiling chacha20 v0.9.1
23632026-08-17T18:11:26.974Z Compiling ingot v0.2.1
23642026-08-17T18:11:26.978Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23652026-08-17T18:11:27.007Z Compiling async-compression v0.4.41
23662026-08-17T18:11:27.112Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23672026-08-17T18:11:27.313Z Compiling sha1 v0.11.0
23682026-08-17T18:11:27.332Z Compiling parse-display-derive v0.10.0
23692026-08-17T18:11:27.434Z Compiling proc-macro-crate v1.3.1
23702026-08-17T18:11:27.450Z Compiling waitgroup v0.1.2
23712026-08-17T18:11:27.481Z Compiling backon v1.6.0
23722026-08-17T18:11:27.554Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23732026-08-17T18:11:27.627Z Compiling rustls-pemfile v2.2.0
23742026-08-17T18:11:27.744Z Compiling dropshot_endpoint v0.17.1
23752026-08-17T18:11:27.784Z Compiling password-hash v0.5.0
23762026-08-17T18:11:27.799Z Compiling blake2 v0.10.6
23772026-08-17T18:11:27.923Z Compiling aead v0.5.2
23782026-08-17T18:11:28.137Z Compiling foreign-types-macros v0.2.3
23792026-08-17T18:11:28.249Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23802026-08-17T18:11:28.284Z Compiling serde_path_to_error v0.1.20
23812026-08-17T18:11:28.311Z Compiling hostname v0.4.2
23822026-08-17T18:11:28.382Z Compiling proc-macro-error v1.0.4
23832026-08-17T18:11:28.497Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23842026-08-17T18:11:28.605Z Compiling instant v0.1.13
23852026-08-17T18:11:28.609Z Compiling foreign-types-shared v0.3.1
23862026-08-17T18:11:28.676Z Compiling debug-ignore v1.0.5
23872026-08-17T18:11:28.741Z Compiling backoff v0.4.0
23882026-08-17T18:11:28.761Z Compiling foreign-types v0.5.0
23892026-08-17T18:11:28.764Z Compiling chacha20poly1305 v0.10.1
23902026-08-17T18:11:28.764Z Compiling argon2 v0.5.3
23912026-08-17T18:11:28.923Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23922026-08-17T18:11:28.928Z Compiling num_enum_derive v0.5.11
23932026-08-17T18:11:28.928Z Compiling parse-display v0.10.0
23942026-08-17T18:11:28.928Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23952026-08-17T18:11:28.928Z Compiling num_enum v0.7.6
23962026-08-17T18:11:28.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972026-08-17T18:11:29.056Z Compiling vsss-rs v3.3.4
23982026-08-17T18:11:29.151Z Compiling ciborium v0.2.2
23992026-08-17T18:11:29.336Z Compiling tabwriter v1.4.1
24002026-08-17T18:11:29.391Z Compiling regress v0.10.5
24012026-08-17T18:11:29.407Z Compiling itertools v0.14.0
24022026-08-17T18:11:29.458Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24032026-08-17T18:11:29.716Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24042026-08-17T18:11:29.734Z Compiling cstr-argument v0.1.2
24052026-08-17T18:11:29.767Z Compiling humantime v2.3.0
24062026-08-17T18:11:29.819Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24072026-08-17T18:11:29.834Z Compiling num_enum v0.5.11
24082026-08-17T18:11:29.928Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24092026-08-17T18:11:30.048Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24102026-08-17T18:11:30.064Z Compiling rayon v1.11.0
24112026-08-17T18:11:30.082Z Compiling rand v0.10.1
24122026-08-17T18:11:30.082Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24132026-08-17T18:11:30.183Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24142026-08-17T18:11:30.199Z Compiling colored v3.1.1
24152026-08-17T18:11:30.229Z Compiling indent_write v2.2.0
24162026-08-17T18:11:30.282Z Compiling libefi-sys v0.1.0
24172026-08-17T18:11:30.309Z Compiling zone_cfg_derive v0.3.1
24182026-08-17T18:11:30.332Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24192026-08-17T18:11:30.348Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24202026-08-17T18:11:30.399Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-17T18:11:30.470Z Compiling camino-tempfile v1.4.1
24222026-08-17T18:11:30.515Z Compiling itertools v0.12.1
24232026-08-17T18:11:30.617Z Compiling usdt-macro v0.5.0
24242026-08-17T18:11:30.643Z Compiling usdt-attr-macro v0.5.0
24252026-08-17T18:11:30.668Z Compiling bitfield-struct v0.6.2
24262026-08-17T18:11:30.839Z Compiling num-derive v0.4.2
24272026-08-17T18:11:30.860Z Compiling blake3 v1.8.5
24282026-08-17T18:11:30.887Z Compiling memmap v0.7.0
24292026-08-17T18:11:30.902Z Compiling sigpipe v0.1.3
24302026-08-17T18:11:30.950Z Compiling swrite v0.1.0
24312026-08-17T18:11:30.996Z Compiling glob v0.3.3
24322026-08-17T18:11:31.014Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-17T18:11:31.080Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24342026-08-17T18:11:31.138Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24352026-08-17T18:11:31.307Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24362026-08-17T18:11:31.355Z Compiling smf v0.2.3
24372026-08-17T18:11:31.394Z Compiling filetime v0.2.27
24382026-08-17T18:11:31.415Z Compiling usdt v0.5.0
24392026-08-17T18:11:31.493Z Compiling whoami v1.6.1
24402026-08-17T18:11:31.617Z Compiling constant_time_eq v0.4.2
24412026-08-17T18:11:31.638Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422026-08-17T18:11:31.729Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24432026-08-17T18:11:31.745Z Compiling arrayvec v0.7.6
24442026-08-17T18:11:31.763Z Compiling arrayref v0.3.9
24452026-08-17T18:11:31.779Z Compiling xattr v1.6.1
24462026-08-17T18:11:31.826Z Compiling zone v0.3.1
24472026-08-17T18:11:31.853Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24482026-08-17T18:11:31.926Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24492026-08-17T18:11:31.992Z Compiling tar v0.4.46
24502026-08-17T18:11:32.013Z Compiling tokio-dtrace v0.1.1
24512026-08-17T18:11:32.039Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24522026-08-17T18:11:32.061Z Compiling console v0.16.2
24532026-08-17T18:11:32.237Z Compiling gethostname v0.5.0
24542026-08-17T18:11:32.363Z Compiling topological-sort v0.2.2
24552026-08-17T18:11:32.389Z Compiling unit-prefix v0.5.2
24562026-08-17T18:11:32.417Z Compiling oxide-tokio-rt v0.1.4
24572026-08-17T18:11:32.487Z Compiling toml v0.8.23
24582026-08-17T18:11:32.516Z Compiling indicatif v0.18.4
24592026-08-17T18:11:32.552Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-17T18:11:32.569Z Compiling shell-words v1.1.1
24612026-08-17T18:11:42.079Z Compiling progenitor-client v0.14.0
24622026-08-17T18:11:42.079Z Compiling omicron-zone-package v0.12.3
24632026-08-17T18:11:42.320Z Compiling progenitor-extras v0.2.0
24642026-08-17T18:11:42.620Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24652026-08-17T18:11:42.731Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-08-17T18:11:42.769Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24672026-08-17T18:11:42.823Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24682026-08-17T18:11:42.871Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-17T18:11:42.906Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-17T18:11:42.971Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712026-08-17T18:11:43.071Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-17T18:11:44.001Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-08-17T18:11:47.673Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-08-17T18:11:55.859Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-08-17T18:11:59.071Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24762026-08-17T18:12:00.133Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24772026-08-17T18:12:09.791Z Finished `release` profile [optimized] target(s) in 1m 44s
24782026-08-17T18:12:09.795Z Running `target/release/omicron-package -t test target create -p dev`
24792026-08-17T18:12:09.795ZLogging to: /work/oxidecomputer/omicron/out/LOG
24802026-08-17T18:12:09.795ZCreated new build target 'test' and set it as active
24812026-08-17T18:12:09.795Z
24822026-08-17T18:12:09.795Zreal 1:45.048445876
24832026-08-17T18:12:09.795Zuser 17:21.741144448
24842026-08-17T18:12:09.795Zsys 2:43.784407666
24852026-08-17T18:12:09.795Ztrap 0.489352345
24862026-08-17T18:12:09.795Ztflt 2.139334556
24872026-08-17T18:12:09.795Zdflt 4.458232233
24882026-08-17T18:12:09.795Zkflt 0.000642860
24892026-08-17T18:12:09.795Zlock 56:38.785843313
24902026-08-17T18:12:09.795Zslp 44:14.134992819
24912026-08-17T18:12:09.795Zlat 49.059026100
24922026-08-17T18:12:09.795Zstop 6:07.038785034
24932026-08-17T18:12:09.796Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24942026-08-17T18:12:10.937Z Finished `release` profile [optimized] target(s) in 0.88s
24952026-08-17T18:12:10.944Z Running `target/release/omicron-package -t test package`
24962026-08-17T18:12:10.944ZLogging to: /work/oxidecomputer/omicron/out/LOG
24972026-08-17T18:12:12.260Z Compiling heck v0.5.0
24982026-08-17T18:12:12.260Z Compiling regress v0.11.1
24992026-08-17T18:12:12.484Z Compiling unsafe-libyaml v0.2.11
25002026-08-17T18:12:12.520Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25012026-08-17T18:12:12.549Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-08-17T18:12:12.571Z Compiling derive-where v1.6.0
25032026-08-17T18:12:12.575Z Compiling bytecount v0.6.9
25042026-08-17T18:12:12.608Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-08-17T18:12:12.610Z Compiling atomicwrites v0.4.4
25062026-08-17T18:12:12.610Z Compiling is-terminal v0.4.17
25072026-08-17T18:12:12.610Z Compiling prettyplease v0.2.37
25082026-08-17T18:12:12.610Z Compiling console v0.15.11
25092026-08-17T18:12:12.610Z Compiling newline-converter v0.3.0
25102026-08-17T18:12:12.711Z Compiling slog-dtrace v0.3.0
25112026-08-17T18:12:12.753Z Compiling resolv-conf v0.7.6
25122026-08-17T18:12:12.779Z Compiling num-rational v0.4.2
25132026-08-17T18:12:12.800Z Compiling num-complex v0.4.6
25142026-08-17T18:12:12.803Z Compiling thread_local v1.1.9
25152026-08-17T18:12:12.803Z Compiling cancel-safe-futures v0.1.5
25162026-08-17T18:12:12.863Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25172026-08-17T18:12:12.918Z Compiling unicode-width v0.1.14
25182026-08-17T18:12:13.079Z Compiling serde_yaml v0.9.34+deprecated
25192026-08-17T18:12:13.099Z Compiling match_cfg v0.1.0
25202026-08-17T18:12:13.178Z Compiling expectorate v1.2.0
25212026-08-17T18:12:13.199Z Compiling compression-core v0.4.31
25222026-08-17T18:12:13.249Z Compiling num v0.4.3
25232026-08-17T18:12:13.273Z Compiling hostname v0.3.1
25242026-08-17T18:12:13.337Z Compiling compression-codecs v0.4.37
25252026-08-17T18:12:13.360Z Compiling multer v3.1.0
25262026-08-17T18:12:13.380Z Compiling slog-async v2.8.0
25272026-08-17T18:12:13.401Z Compiling crossbeam-channel v0.5.15
25282026-08-17T18:12:13.420Z Compiling slog-json v2.6.1
25292026-08-17T18:12:13.440Z Compiling toml_datetime v1.1.1+spec-1.1.0
25302026-08-17T18:12:13.440Z Compiling serde_spanned v1.1.1
25312026-08-17T18:12:13.443Z Compiling term v1.2.1
25322026-08-17T18:12:13.598Z Compiling toml_writer v1.1.1+spec-1.1.0
25332026-08-17T18:12:13.644Z Compiling take_mut v0.2.2
25342026-08-17T18:12:13.664Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25352026-08-17T18:12:13.701Z Compiling linked-hash-map v0.5.6
25362026-08-17T18:12:13.741Z Compiling oxide-update-engine-types v0.1.2
25372026-08-17T18:12:13.763Z Compiling float-ord v0.3.2
25382026-08-17T18:12:13.785Z Compiling toml v1.1.2+spec-1.1.0
25392026-08-17T18:12:13.809Z Compiling slog-term v2.9.2
25402026-08-17T18:12:13.851Z Compiling slog-bunyan v2.5.0
25412026-08-17T18:12:13.873Z Compiling async-compression v0.4.41
25422026-08-17T18:12:13.900Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25432026-08-17T18:12:13.944Z Compiling lru-cache v0.1.2
25442026-08-17T18:12:14.021Z Compiling typify-impl v0.6.2
25452026-08-17T18:12:14.235Z Compiling async-stream v0.3.6
25462026-08-17T18:12:14.345Z Compiling dropshot v0.17.1
25472026-08-17T18:12:14.367Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-08-17T18:12:14.390Z Compiling progenitor-client v0.14.0
25492026-08-17T18:12:14.420Z Compiling sha1 v0.11.0
25502026-08-17T18:12:14.442Z Compiling waitgroup v0.1.2
25512026-08-17T18:12:14.445Z Compiling rustls-pemfile v2.2.0
25522026-08-17T18:12:14.511Z Compiling backon v1.6.0
25532026-08-17T18:12:14.539Z Compiling serde_path_to_error v0.1.20
25542026-08-17T18:12:14.613Z Compiling hostname v0.4.2
25552026-08-17T18:12:14.687Z Compiling instant v0.1.13
25562026-08-17T18:12:14.711Z Compiling linear-map v1.2.0
25572026-08-17T18:12:14.743Z Compiling debug-ignore v1.0.5
25582026-08-17T18:12:14.766Z Compiling minimal-lexical v0.2.1
25592026-08-17T18:12:14.786Z Compiling backoff v0.4.0
25602026-08-17T18:12:14.821Z Compiling progenitor-extras v0.2.0
25612026-08-17T18:12:14.916Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25622026-08-17T18:12:14.919Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25632026-08-17T18:12:14.982Z Compiling oxide-update-engine v0.1.2
25642026-08-17T18:12:15.022Z Compiling nom v7.1.3
25652026-08-17T18:12:15.042Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25662026-08-17T18:12:15.103Z Compiling parse-display v0.10.0
25672026-08-17T18:12:15.164Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25682026-08-17T18:12:15.226Z Compiling hickory-proto v0.24.4
25692026-08-17T18:12:15.580Z Compiling regress v0.10.5
25702026-08-17T18:12:15.790Z Compiling itertools v0.14.0
25712026-08-17T18:12:16.301Z Compiling macaddr v1.0.1
25722026-08-17T18:12:16.366Z Compiling unicode-xid v0.2.6
25732026-08-17T18:12:16.405Z Compiling humantime v2.3.0
25742026-08-17T18:12:16.555Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25752026-08-17T18:12:16.680Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25762026-08-17T18:12:16.768Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25772026-08-17T18:12:16.869Z Compiling convert_case v0.10.0
25782026-08-17T18:12:17.024Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25792026-08-17T18:12:17.068Z Compiling owo-colors v4.3.0
25802026-08-17T18:12:17.088Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25812026-08-17T18:12:17.160Z Compiling derive_more-impl v2.1.1
25822026-08-17T18:12:17.243Z Compiling toml v0.8.23
25832026-08-17T18:12:17.510Z Compiling typify-macro v0.6.2
25842026-08-17T18:12:17.625Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-17T18:12:17.767Z Compiling hickory-resolver v0.24.4
25862026-08-17T18:12:17.792Z Compiling papergrid v0.11.0
25872026-08-17T18:12:17.822Z Compiling tabled_derive v0.7.0
25882026-08-17T18:12:17.966Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25892026-08-17T18:12:18.381Z Compiling derive_more v2.1.1
25902026-08-17T18:12:18.410Z Compiling termtree v0.5.1
25912026-08-17T18:12:18.492Z Compiling crossterm v0.29.0
25922026-08-17T18:12:18.655Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25932026-08-17T18:12:18.734Z Compiling tabled v0.15.0
25942026-08-17T18:12:18.918Z Compiling phf_shared v0.12.1
25952026-08-17T18:12:19.078Z Compiling typify v0.6.2
25962026-08-17T18:12:19.245Z Compiling progenitor-impl v0.14.0
25972026-08-17T18:12:19.707Z Compiling qorb v0.4.1
25982026-08-17T18:12:20.144Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25992026-08-17T18:12:20.687Z Compiling csv-core v0.1.13
26002026-08-17T18:12:21.134Z Compiling vte v0.14.1
26012026-08-17T18:12:21.408Z Compiling highway v1.3.0
26022026-08-17T18:12:21.448Z Compiling progenitor-macro v0.14.0
26032026-08-17T18:12:22.105Z Compiling chrono-tz v0.10.4
26042026-08-17T18:12:22.343Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-08-17T18:12:22.490Z Compiling strip-ansi-escapes v0.2.1
26062026-08-17T18:12:22.982Z Compiling csv v1.4.0
26072026-08-17T18:12:23.024Z Compiling phf v0.12.1
26082026-08-17T18:12:23.043Z Compiling const_format_proc_macros v0.2.34
26092026-08-17T18:12:23.196Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102026-08-17T18:12:23.412Z Compiling fd-lock v4.0.4
26112026-08-17T18:12:23.587Z Compiling peg-macros v0.8.5
26122026-08-17T18:12:23.799Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26132026-08-17T18:12:23.909Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26142026-08-17T18:12:24.027Z Compiling nu-ansi-term v0.50.3
26152026-08-17T18:12:24.054Z Compiling const_format v0.2.35
26162026-08-17T18:12:24.578Z Compiling reedline v0.40.0
26172026-08-17T18:12:24.650Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26182026-08-17T18:12:24.837Z Compiling peg v0.8.5
26192026-08-17T18:12:24.859Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26202026-08-17T18:12:24.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26212026-08-17T18:12:25.593Z Compiling progenitor v0.14.0
26222026-08-17T18:12:25.785Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26232026-08-17T18:12:26.025Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26242026-08-17T18:12:26.123Z Compiling bcs v0.1.6
26252026-08-17T18:12:26.546Z Compiling nom v8.0.0
26262026-08-17T18:12:26.829Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26272026-08-17T18:12:27.126Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26282026-08-17T18:12:27.856Z Compiling semver v0.1.20
26292026-08-17T18:12:28.147Z Compiling rustc_version v0.1.7
26302026-08-17T18:12:28.369Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-17T18:12:28.373Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26322026-08-17T18:12:28.410Z Compiling newtype_derive v0.1.6
26332026-08-17T18:12:28.414Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26342026-08-17T18:12:28.620Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26352026-08-17T18:12:28.656Z Compiling smawk v0.3.2
26362026-08-17T18:12:28.760Z Compiling unicode-linebreak v0.1.5
26372026-08-17T18:12:28.850Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26382026-08-17T18:12:28.985Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26392026-08-17T18:12:29.020Z Compiling textwrap v0.16.2
26402026-08-17T18:12:29.263Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-17T18:12:29.285Z Compiling steno v0.4.1
26422026-08-17T18:12:30.601Z Compiling dropshot-api-manager-types v0.7.2
26432026-08-17T18:12:30.735Z Compiling sha1 v0.10.6
26442026-08-17T18:12:31.203Z Compiling tagptr v0.2.0
26452026-08-17T18:12:31.225Z Compiling utf-8 v0.7.6
26462026-08-17T18:12:31.351Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26472026-08-17T18:12:31.399Z Compiling moka v0.12.13
26482026-08-17T18:12:31.469Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26492026-08-17T18:12:31.610Z Compiling tungstenite v0.21.0
26502026-08-17T18:12:31.664Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26512026-08-17T18:12:31.817Z Compiling darling_core v0.21.3
26522026-08-17T18:12:32.660Z Compiling hickory-resolver v0.25.2
26532026-08-17T18:12:33.666Z Compiling tokio-tungstenite v0.21.0
26542026-08-17T18:12:33.995Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26552026-08-17T18:12:34.053Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26562026-08-17T18:12:34.168Z Compiling darling_macro v0.21.3
26572026-08-17T18:12:34.204Z Compiling display-error-chain v0.2.2
26582026-08-17T18:12:34.378Z Compiling libscf-sys v1.2.0
26592026-08-17T18:12:34.409Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26602026-08-17T18:12:34.469Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-17T18:12:34.554Z Compiling vergen-lib v0.1.6
26622026-08-17T18:12:34.616Z Compiling diesel_derives v2.3.7
26632026-08-17T18:12:34.713Z Compiling darling v0.21.3
26642026-08-17T18:12:34.857Z Compiling dsl_auto_type v0.2.0
26652026-08-17T18:12:34.916Z Compiling scheduled-thread-pool v0.2.7
26662026-08-17T18:12:34.939Z Compiling vergen-gitcl v1.0.8
26672026-08-17T18:12:34.960Z Compiling diesel_table_macro_syntax v0.3.0
26682026-08-17T18:12:34.994Z Compiling dirs-sys-next v0.1.2
26692026-08-17T18:12:35.160Z Compiling maplit v1.0.2
26702026-08-17T18:12:35.190Z Compiling crunchy v0.2.4
26712026-08-17T18:12:35.263Z Compiling glob v0.3.3
26722026-08-17T18:12:35.315Z Compiling dirs-next v2.0.0
26732026-08-17T18:12:35.463Z Compiling r2d2 v0.8.10
26742026-08-17T18:12:35.531Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26752026-08-17T18:12:35.622Z Compiling clang-sys v1.8.1
26762026-08-17T18:12:35.749Z Compiling papergrid v0.18.0
26772026-08-17T18:12:35.828Z Compiling downcast-rs v2.0.2
26782026-08-17T18:12:35.963Z Compiling tiny-keccak v2.0.2
26792026-08-17T18:12:36.236Z Compiling term v0.7.0
26802026-08-17T18:12:36.312Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26812026-08-17T18:12:36.547Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26822026-08-17T18:12:36.727Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26832026-08-17T18:12:36.951Z Compiling tabled v0.21.0
26842026-08-17T18:12:37.464Z Compiling bit-vec v0.6.3
26852026-08-17T18:12:37.707Z Compiling bit-set v0.5.3
26862026-08-17T18:12:37.728Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26872026-08-17T18:12:37.829Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-17T18:12:37.873Z Compiling ascii-canvas v3.0.0
26892026-08-17T18:12:38.130Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26902026-08-17T18:12:38.154Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26912026-08-17T18:12:38.369Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26922026-08-17T18:12:38.717Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26932026-08-17T18:12:38.874Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26942026-08-17T18:12:38.947Z Compiling itertools v0.10.5
26952026-08-17T18:12:39.052Z Compiling ena v0.14.4
26962026-08-17T18:12:39.307Z Compiling libloading v0.8.9
26972026-08-17T18:12:39.374Z Compiling xshell-macros v0.2.7
26982026-08-17T18:12:39.445Z Compiling regex-syntax v0.6.29
26992026-08-17T18:12:39.556Z Compiling bindgen v0.71.1
27002026-08-17T18:12:39.813Z Compiling diff v0.1.13
27012026-08-17T18:12:39.847Z Compiling unicase v2.9.0
27022026-08-17T18:12:39.993Z Compiling diesel v2.3.7
27032026-08-17T18:12:40.093Z Compiling xshell v0.2.7
27042026-08-17T18:12:40.338Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27052026-08-17T18:12:41.317Z Compiling lalrpop v0.19.12
27062026-08-17T18:12:41.340Z Compiling cexpr v0.6.0
27072026-08-17T18:12:41.368Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27082026-08-17T18:12:41.438Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27092026-08-17T18:12:41.585Z Compiling rustc-hash v2.1.1
27102026-08-17T18:12:41.745Z Compiling crc8 v0.1.1
27112026-08-17T18:12:41.884Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27122026-08-17T18:12:42.009Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27132026-08-17T18:12:42.265Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27142026-08-17T18:12:42.626Z Compiling headers-core v0.3.0
27152026-08-17T18:12:42.771Z Compiling libxml v0.3.3
27162026-08-17T18:12:42.792Z Compiling headers v0.4.1
27172026-08-17T18:12:43.074Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27182026-08-17T18:12:43.094Z Compiling strum_macros v0.24.3
27192026-08-17T18:12:43.122Z Compiling indoc v1.0.9
27202026-08-17T18:12:43.329Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27212026-08-17T18:12:43.549Z Compiling derive_builder v0.20.2
27222026-08-17T18:12:43.570Z Compiling quick-xml v0.37.5
27232026-08-17T18:12:43.716Z Compiling oso-derive v0.27.3
27242026-08-17T18:12:43.987Z Compiling impl-trait-for-tuples v0.2.3
27252026-08-17T18:12:44.241Z Compiling openssl-probe v0.1.6
27262026-08-17T18:12:44.351Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27272026-08-17T18:12:44.376Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27282026-08-17T18:12:44.515Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27292026-08-17T18:12:44.549Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27302026-08-17T18:12:44.752Z Compiling bb8 v0.8.6
27312026-08-17T18:12:44.822Z Compiling trait-variant v0.1.2
27322026-08-17T18:12:45.081Z Compiling half v1.8.3
27332026-08-17T18:12:45.137Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27342026-08-17T18:12:45.158Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-08-17T18:12:45.288Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27362026-08-17T18:12:45.384Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27372026-08-17T18:12:45.406Z Compiling serde_cbor v0.11.2
27382026-08-17T18:12:45.563Z Compiling progenitor-impl v0.13.0
27392026-08-17T18:12:46.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27402026-08-17T18:12:46.328Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27412026-08-17T18:12:46.379Z Compiling nonempty v0.12.0
27422026-08-17T18:12:46.401Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27432026-08-17T18:12:46.610Z Compiling samael v0.0.19
27442026-08-17T18:12:46.630Z Compiling progenitor-client v0.13.0
27452026-08-17T18:12:47.139Z Compiling fxhash v0.2.1
27462026-08-17T18:12:47.313Z Compiling libz-sys v1.1.24
27472026-08-17T18:12:47.476Z Compiling salty v0.3.0
27482026-08-17T18:12:47.711Z Compiling progenitor-macro v0.13.0
27492026-08-17T18:12:47.798Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-17T18:12:47.834Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27512026-08-17T18:12:48.015Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27522026-08-17T18:12:48.176Z Compiling kstat-rs v0.2.5
27532026-08-17T18:12:48.757Z Compiling polar-core v0.27.3
27542026-08-17T18:12:48.875Z Compiling mime_guess v2.0.5
27552026-08-17T18:12:49.429Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27562026-08-17T18:12:50.110Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572026-08-17T18:12:50.923Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-08-17T18:12:51.112Z Compiling rfc6979 v0.4.0
27592026-08-17T18:12:51.301Z Compiling nanorand v0.7.0
27602026-08-17T18:12:51.503Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27612026-08-17T18:12:51.526Z Compiling libgit2-sys v0.18.3+1.9.2
27622026-08-17T18:12:51.679Z Compiling parking_lot_core v0.8.6
27632026-08-17T18:12:51.874Z Compiling progenitor v0.13.0
27642026-08-17T18:12:52.012Z Compiling flume v0.11.1
27652026-08-17T18:12:52.068Z Compiling ecdsa v0.16.9
27662026-08-17T18:12:52.452Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27672026-08-17T18:12:52.714Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27682026-08-17T18:12:52.780Z Compiling primeorder v0.13.6
27692026-08-17T18:12:53.078Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-17T18:12:53.099Z Compiling git-stub v1.0.0
27712026-08-17T18:12:53.367Z Compiling instability v0.3.11
27722026-08-17T18:12:53.615Z Compiling http-range v0.1.5
27732026-08-17T18:12:53.907Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27742026-08-17T18:12:53.947Z Compiling strsim v0.10.0
27752026-08-17T18:12:54.176Z Compiling darling_core v0.13.4
27762026-08-17T18:12:54.290Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27772026-08-17T18:12:55.565Z Compiling git-stub-vcs v0.1.0
27782026-08-17T18:12:55.811Z Compiling p384 v0.13.1
27792026-08-17T18:12:56.395Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27802026-08-17T18:12:56.732Z Compiling ignore v0.4.25
27812026-08-17T18:12:56.827Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-17T18:12:57.095Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27832026-08-17T18:12:58.567Z Compiling oso v0.27.3
27842026-08-17T18:12:59.791Z Compiling async-bb8-diesel v0.2.1
27852026-08-17T18:13:00.251Z Compiling diesel-dtrace v0.5.0
27862026-08-17T18:13:00.273Z Compiling vergen-git2 v9.1.0
27872026-08-17T18:13:00.503Z Compiling castaway v0.2.4
27882026-08-17T18:13:00.585Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27892026-08-17T18:13:00.667Z Compiling indoc v2.0.7
27902026-08-17T18:13:00.887Z Compiling compact_str v0.8.1
27912026-08-17T18:13:00.943Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27922026-08-17T18:13:01.668Z Compiling globwalk v0.9.1
27932026-08-17T18:13:01.822Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27942026-08-17T18:13:01.843Z Compiling hyper-staticfile v0.10.1
27952026-08-17T18:13:01.991Z Compiling parking_lot v0.11.2
27962026-08-17T18:13:02.310Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27972026-08-17T18:13:02.596Z Compiling darling_macro v0.13.4
27982026-08-17T18:13:02.799Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27992026-08-17T18:13:02.967Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28002026-08-17T18:13:03.108Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28012026-08-17T18:13:03.176Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-08-17T18:13:03.532Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28032026-08-17T18:13:03.595Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28042026-08-17T18:13:03.876Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28052026-08-17T18:13:04.805Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28062026-08-17T18:13:05.140Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28072026-08-17T18:13:05.224Z Compiling predicates-tree v1.0.13
28082026-08-17T18:13:05.435Z Compiling unicode-truncate v1.1.0
28092026-08-17T18:13:05.464Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-08-17T18:13:05.645Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28112026-08-17T18:13:05.648Z Compiling sha2 v0.11.0
28122026-08-17T18:13:05.694Z Compiling digest-io v0.1.0
28132026-08-17T18:13:05.875Z Compiling lru v0.12.5
28142026-08-17T18:13:06.105Z Compiling prefix-trie v0.7.0
28152026-08-17T18:13:06.610Z Compiling rand_seeder v0.4.0
28162026-08-17T18:13:06.644Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-08-17T18:13:06.868Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28182026-08-17T18:13:06.979Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28192026-08-17T18:13:07.110Z Compiling illumos-nvpair-sys v0.2.0
28202026-08-17T18:13:07.151Z Compiling cassowary v0.3.0
28212026-08-17T18:13:07.225Z Compiling rawzip v0.4.4
28222026-08-17T18:13:07.335Z Compiling corncobs v0.1.4
28232026-08-17T18:13:07.582Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28242026-08-17T18:13:08.261Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28252026-08-17T18:13:08.291Z Compiling ratatui v0.29.0
28262026-08-17T18:13:08.446Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28272026-08-17T18:13:08.654Z Compiling hickory-server v0.25.2
28282026-08-17T18:13:08.686Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28292026-08-17T18:13:09.737Z Compiling camino-tempfile-ext v0.3.3
28302026-08-17T18:13:10.325Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-17T18:13:11.590Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28322026-08-17T18:13:12.084Z Compiling darling v0.13.4
28332026-08-17T18:13:12.249Z Compiling sled v0.34.7
28342026-08-17T18:13:12.815Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28352026-08-17T18:13:13.212Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28362026-08-17T18:13:13.676Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28372026-08-17T18:13:14.653Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28382026-08-17T18:13:14.734Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28392026-08-17T18:13:14.876Z Compiling secrecy v0.8.0
28402026-08-17T18:13:14.963Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28412026-08-17T18:13:15.225Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28422026-08-17T18:13:15.463Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-17T18:13:15.748Z Compiling serde_with_macros v1.5.2
28442026-08-17T18:13:16.569Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28452026-08-17T18:13:16.653Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28462026-08-17T18:13:16.931Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28472026-08-17T18:13:17.470Z Compiling git2 v0.20.4
28482026-08-17T18:13:18.201Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28492026-08-17T18:13:18.445Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502026-08-17T18:13:18.669Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28512026-08-17T18:13:18.694Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28522026-08-17T18:13:18.899Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28532026-08-17T18:13:18.925Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28542026-08-17T18:13:18.973Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28552026-08-17T18:13:19.125Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28562026-08-17T18:13:19.204Z Compiling arc-swap v1.8.2
28572026-08-17T18:13:19.413Z Compiling void v1.0.2
28582026-08-17T18:13:19.569Z Compiling lzss v0.8.2
28592026-08-17T18:13:19.637Z Compiling slog-scope v4.4.1
28602026-08-17T18:13:20.274Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-08-17T18:13:20.319Z Compiling illumos-nvpair v0.3.0
28622026-08-17T18:13:20.415Z Compiling serde_with v1.14.0
28632026-08-17T18:13:20.586Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28642026-08-17T18:13:20.769Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28652026-08-17T18:13:20.829Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28662026-08-17T18:13:21.595Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28672026-08-17T18:13:21.981Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28682026-08-17T18:13:22.679Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28692026-08-17T18:13:23.488Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28702026-08-17T18:13:23.543Z Compiling scuffle v0.1.0
28712026-08-17T18:13:25.635Z Compiling tungstenite v0.23.0
28722026-08-17T18:13:26.095Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28732026-08-17T18:13:26.475Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28742026-08-17T18:13:27.905Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-08-17T18:13:27.988Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28762026-08-17T18:13:28.061Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28772026-08-17T18:13:28.129Z Compiling nix v0.27.1
28782026-08-17T18:13:28.215Z Compiling twox-hash v2.1.2
28792026-08-17T18:13:28.310Z Compiling libsw-core v0.3.2
28802026-08-17T18:13:28.392Z Compiling atty v0.2.14
28812026-08-17T18:13:28.521Z Compiling serde_bytes v0.11.19
28822026-08-17T18:13:28.542Z Compiling libsw v3.5.0
28832026-08-17T18:13:28.624Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28842026-08-17T18:13:28.712Z Compiling tokio-tungstenite v0.23.1
28852026-08-17T18:13:28.733Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28862026-08-17T18:13:28.774Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28872026-08-17T18:13:28.816Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28882026-08-17T18:13:29.107Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28892026-08-17T18:13:29.282Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28902026-08-17T18:13:30.477Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28912026-08-17T18:13:31.768Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28922026-08-17T18:13:32.400Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28932026-08-17T18:13:32.538Z Compiling slog-stdlog v4.1.1
28942026-08-17T18:13:32.880Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28952026-08-17T18:13:32.929Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28962026-08-17T18:13:33.049Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-08-17T18:13:33.126Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-08-17T18:13:33.423Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-08-17T18:13:33.543Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29002026-08-17T18:13:35.195Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012026-08-17T18:13:35.656Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29022026-08-17T18:13:36.149Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29032026-08-17T18:13:36.246Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29042026-08-17T18:13:37.976Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29052026-08-17T18:13:39.709Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29062026-08-17T18:13:40.248Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29072026-08-17T18:13:40.763Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29082026-08-17T18:13:41.175Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29092026-08-17T18:13:41.419Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29102026-08-17T18:13:41.638Z Compiling signal-hook-tokio v0.3.1
29112026-08-17T18:13:41.892Z Compiling fatfs v0.3.6
29122026-08-17T18:13:42.055Z Compiling yasna v0.5.2
29132026-08-17T18:13:43.203Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29142026-08-17T18:13:43.624Z Compiling seq-macro v0.3.6
29152026-08-17T18:13:43.810Z Compiling assert_matches v1.5.0
29162026-08-17T18:13:43.920Z Compiling is_ci v1.2.0
29172026-08-17T18:13:44.038Z Compiling rcgen v0.12.1
29182026-08-17T18:13:44.138Z Compiling supports-color v3.0.2
29192026-08-17T18:13:44.161Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29202026-08-17T18:13:44.424Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29212026-08-17T18:13:47.094Z Compiling slog-envlogger v2.2.0
29222026-08-17T18:13:47.840Z Compiling oxide-update-engine-display v0.1.2
29232026-08-17T18:13:48.255Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29242026-08-17T18:13:48.313Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29252026-08-17T18:13:48.368Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29262026-08-17T18:13:48.496Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29272026-08-17T18:13:48.603Z Compiling port-file v0.1.0
29282026-08-17T18:13:48.767Z Compiling subprocess v0.2.15
29292026-08-17T18:13:48.808Z Compiling rtoolbox v0.0.3
29302026-08-17T18:13:48.980Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29312026-08-17T18:13:49.092Z Compiling rpassword v7.5.4
29322026-08-17T18:13:49.426Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29332026-08-17T18:13:50.895Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29342026-08-17T18:13:51.034Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29352026-08-17T18:13:52.069Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29362026-08-17T18:13:53.278Z Compiling tui-tree-widget v0.23.1
29372026-08-17T18:13:53.572Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-08-17T18:13:54.079Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29392026-08-17T18:13:54.184Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29402026-08-17T18:13:54.467Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29412026-08-17T18:13:54.739Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422026-08-17T18:13:54.966Z Compiling uzers v0.12.2
29432026-08-17T18:13:56.445Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29442026-08-17T18:13:56.598Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29452026-08-17T18:13:57.674Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29462026-08-17T18:13:58.482Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29472026-08-17T18:13:59.183Z Compiling support-bundle-viewer v0.1.2
29482026-08-17T18:14:00.784Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29492026-08-17T18:14:01.018Z Compiling multimap v0.10.1
29502026-08-17T18:14:09.202Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29512026-08-17T18:14:14.234Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29522026-08-17T18:14:17.262Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29532026-08-17T18:14:21.202Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29542026-08-17T18:14:22.033Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29552026-08-17T18:23:06.819Z Finished `release` profile [optimized] target(s) in 10m 55s
29562026-08-17T18:23:58.485Z
29572026-08-17T18:23:58.486Zreal 11:48.659668901
29582026-08-17T18:23:58.486Zuser 1:22:19.111239379
29592026-08-17T18:23:58.490Zsys 3:39.345518701
29602026-08-17T18:23:58.490Ztrap 1.793645098
29612026-08-17T18:23:58.490Ztflt 2.181874656
29622026-08-17T18:23:58.490Zdflt 21.575186402
29632026-08-17T18:23:58.490Zkflt 0.133325186
29642026-08-17T18:23:58.490Zlock 8:45:42.643279088
29652026-08-17T18:23:58.490Zslp 2:23:23.233962041
29662026-08-17T18:23:58.490Zlat 2:24.775834620
29672026-08-17T18:23:58.490Zstop 5:28.124808581
29682026-08-17T18:23:58.490Z+ mapfile -t packages
29692026-08-17T18:23:58.490Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29702026-08-17T18:23:59.432Z Finished `release` profile [optimized] target(s) in 0.93s
29712026-08-17T18:23:59.499Z Running `target/release/omicron-package -t test list-outputs`
29722026-08-17T18:23:59.560ZLogging to: /work/oxidecomputer/omicron/out/LOG
29732026-08-17T18:23:59.564Z+ ptime -m cargo build --locked --release -p xtask
29742026-08-17T18:24:00.044Z Compiling libc v0.2.185
29752026-08-17T18:24:00.044Z Compiling serde_core v1.0.228
29762026-08-17T18:24:00.048Z Compiling serde v1.0.228
29772026-08-17T18:24:00.048Z Compiling rustix v1.1.3
29782026-08-17T18:24:00.048Z Compiling serde_json v1.0.151
29792026-08-17T18:24:00.048Z Compiling bitflags v2.11.0
29802026-08-17T18:24:00.200Z Compiling usdt-impl v0.5.0
29812026-08-17T18:24:00.222Z Compiling syn v2.0.117
29822026-08-17T18:24:00.226Z Compiling syn v1.0.109
29832026-08-17T18:24:00.247Z Compiling log v0.4.29
29842026-08-17T18:24:00.258Z Compiling getrandom v0.4.1
29852026-08-17T18:24:00.262Z Compiling indexmap v2.14.0
29862026-08-17T18:24:00.286Z Compiling fs-err v3.3.0
29872026-08-17T18:24:00.495Z Compiling anyhow v1.0.102
29882026-08-17T18:24:00.508Z Compiling once_cell v1.21.3
29892026-08-17T18:24:00.572Z Compiling heck v0.4.1
29902026-08-17T18:24:00.909Z Compiling errno v0.3.14
29912026-08-17T18:24:00.909Z Compiling thread-id v4.2.2
29922026-08-17T18:24:00.913Z Compiling memmap v0.7.0
29932026-08-17T18:24:01.702Z Compiling proc-macro-error v1.0.4
29942026-08-17T18:24:01.883Z Compiling terminal_size v0.4.3
29952026-08-17T18:24:01.883Z Compiling tempfile v3.25.0
29962026-08-17T18:24:01.964Z Compiling tabled_derive v0.7.0
29972026-08-17T18:24:01.984Z Compiling clap_builder v4.6.0
29982026-08-17T18:24:01.988Z Compiling textwrap v0.16.2
29992026-08-17T18:24:02.310Z Compiling camino v1.2.2
30002026-08-17T18:24:02.331Z Compiling semver v1.0.28
30012026-08-17T18:24:02.348Z Compiling cargo-platform v0.3.2
30022026-08-17T18:24:02.365Z Compiling pest_generator v2.8.6
30032026-08-17T18:24:02.635Z Compiling camino-tempfile v1.4.1
30042026-08-17T18:24:02.704Z Compiling tabled v0.15.0
30052026-08-17T18:24:02.870Z Compiling serde_derive v1.0.228
30062026-08-17T18:24:02.870Z Compiling thiserror-impl v1.0.69
30072026-08-17T18:24:02.870Z Compiling zerocopy-derive v0.7.35
30082026-08-17T18:24:02.875Z Compiling scroll_derive v0.12.1
30092026-08-17T18:24:02.875Z Compiling thiserror-impl v2.0.18
30102026-08-17T18:24:02.875Z Compiling clap_derive v4.6.1
30112026-08-17T18:24:02.933Z Compiling pest_derive v2.8.6
30122026-08-17T18:24:03.543Z Compiling scroll v0.12.0
30132026-08-17T18:24:03.712Z Compiling zerocopy v0.7.35
30142026-08-17T18:24:03.829Z Compiling goblin v0.8.2
30152026-08-17T18:24:03.984Z Compiling thiserror v1.0.69
30162026-08-17T18:24:04.108Z Compiling dtrace-parser v0.2.0
30172026-08-17T18:24:04.318Z Compiling thiserror v2.0.18
30182026-08-17T18:24:04.357Z Compiling clap v4.6.1
30192026-08-17T18:24:06.027Z Compiling dof v0.3.0
30202026-08-17T18:24:06.057Z Compiling serde_spanned v0.6.9
30212026-08-17T18:24:06.068Z Compiling toml_datetime v0.6.11
30222026-08-17T18:24:06.087Z Compiling serde_tokenstream v0.2.3
30232026-08-17T18:24:06.130Z Compiling cargo_metadata v0.23.1
30242026-08-17T18:24:06.165Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30252026-08-17T18:24:06.220Z Compiling macaddr v1.0.1
30262026-08-17T18:24:06.463Z Compiling toml_edit v0.22.27
30272026-08-17T18:24:06.835Z Compiling usdt-attr-macro v0.5.0
30282026-08-17T18:24:06.835Z Compiling usdt-macro v0.5.0
30292026-08-17T18:24:07.493Z Compiling usdt v0.5.0
30302026-08-17T18:24:08.009Z Compiling toml v0.8.23
30312026-08-17T18:24:08.426Z Compiling cargo_toml v0.21.0
30322026-08-17T18:24:12.841Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-08-17T18:24:16.068Z Finished `release` profile [optimized] target(s) in 16.49s
30342026-08-17T18:24:16.212Z
30352026-08-17T18:24:16.212Zreal 16.612356724
30362026-08-17T18:24:16.212Zuser 2:05.278532043
30372026-08-17T18:24:16.212Zsys 13.594392869
30382026-08-17T18:24:16.212Ztrap 0.068411115
30392026-08-17T18:24:16.212Ztflt 0.490788549
30402026-08-17T18:24:16.212Zdflt 1.467688049
30412026-08-17T18:24:16.216Zkflt 0.000068500
30422026-08-17T18:24:16.216Zlock 4:50.625758426
30432026-08-17T18:24:16.216Zslp 2:40.408765259
30442026-08-17T18:24:16.216Zlat 3.780996548
30452026-08-17T18:24:16.216Zstop 16.364963062
30462026-08-17T18:24:16.216Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-08-17T18:24:16.216Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-08-17T18:24:16.216Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-08-17T18:24:16.216Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-08-17T18:24:16.216Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30512026-08-17T18:24:17.150Z Compiling match_cfg v0.1.0
30522026-08-17T18:24:17.150Z Compiling progenitor-client v0.14.0
30532026-08-17T18:24:17.150Z Compiling slog-json v2.6.1
30542026-08-17T18:24:17.153Z Compiling newtype-uuid-macros v0.1.0
30552026-08-17T18:24:17.153Z Compiling sha1 v0.11.0
30562026-08-17T18:24:17.153Z Compiling multer v3.1.0
30572026-08-17T18:24:17.153Z Compiling compression-core v0.4.31
30582026-08-17T18:24:17.153Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30592026-08-17T18:24:17.153Z Compiling debug-ignore v1.0.5
30602026-08-17T18:24:17.303Z Compiling async-stream-impl v0.3.6
30612026-08-17T18:24:17.306Z Compiling toml_datetime v1.1.1+spec-1.1.0
30622026-08-17T18:24:17.306Z Compiling serde_spanned v1.1.1
30632026-08-17T18:24:17.306Z Compiling dropshot v0.17.1
30642026-08-17T18:24:17.320Z Compiling toml_writer v1.1.1+spec-1.1.0
30652026-08-17T18:24:17.333Z Compiling waitgroup v0.1.2
30662026-08-17T18:24:17.349Z Compiling rustls-pemfile v2.2.0
30672026-08-17T18:24:17.493Z Compiling compression-codecs v0.4.37
30682026-08-17T18:24:17.562Z Compiling toml v1.1.2+spec-1.1.0
30692026-08-17T18:24:17.565Z Compiling dropshot_endpoint v0.17.1
30702026-08-17T18:24:17.628Z Compiling hostname v0.4.2
30712026-08-17T18:24:17.631Z Compiling serde_path_to_error v0.1.20
30722026-08-17T18:24:17.632Z Compiling atomicwrites v0.4.4
30732026-08-17T18:24:17.649Z Compiling macaddr v1.0.1
30742026-08-17T18:24:17.715Z Compiling hostname v0.3.1
30752026-08-17T18:24:17.782Z Compiling async-compression v0.4.41
30762026-08-17T18:24:17.801Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-08-17T18:24:17.817Z Compiling instant v0.1.13
30782026-08-17T18:24:17.834Z Compiling slog-bunyan v2.5.0
30792026-08-17T18:24:17.850Z Compiling regress v0.10.5
30802026-08-17T18:24:17.885Z Compiling parse-display-derive v0.10.0
30812026-08-17T18:24:17.888Z Compiling backon v1.6.0
30822026-08-17T18:24:17.938Z Compiling backoff v0.4.0
30832026-08-17T18:24:17.938Z Compiling itertools v0.14.0
30842026-08-17T18:24:17.992Z Compiling humantime v2.3.0
30852026-08-17T18:24:18.018Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-08-17T18:24:18.037Z Compiling half v2.7.1
30872026-08-17T18:24:18.055Z Compiling ciborium-io v0.2.2
30882026-08-17T18:24:18.072Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30892026-08-17T18:24:18.109Z Compiling async-stream v0.3.6
30902026-08-17T18:24:18.136Z Compiling progenitor-extras v0.2.0
30912026-08-17T18:24:18.161Z Compiling crucible-workspace-hack v0.1.0
30922026-08-17T18:24:18.178Z Compiling regress v0.11.1
30932026-08-17T18:24:18.208Z Compiling convert_case v0.4.0
30942026-08-17T18:24:18.250Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-08-17T18:24:18.286Z Compiling secrecy v0.10.3
30962026-08-17T18:24:18.304Z Compiling ciborium-ll v0.2.2
30972026-08-17T18:24:18.355Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982026-08-17T18:24:18.374Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-08-17T18:24:18.407Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31002026-08-17T18:24:18.407Z Compiling inout v0.1.4
31012026-08-17T18:24:18.464Z Compiling unsafe-libyaml v0.2.11
31022026-08-17T18:24:18.484Z Compiling thiserror-impl-no-std v2.0.2
31032026-08-17T18:24:18.524Z Compiling ciborium v0.2.2
31042026-08-17T18:24:18.542Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31052026-08-17T18:24:18.596Z Compiling derive_more v0.99.20
31062026-08-17T18:24:18.612Z Compiling cipher v0.4.4
31072026-08-17T18:24:18.652Z Compiling universal-hash v0.5.1
31082026-08-17T18:24:18.731Z Compiling opaque-debug v0.3.1
31092026-08-17T18:24:18.753Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31102026-08-17T18:24:18.766Z Compiling blake2 v0.10.6
31112026-08-17T18:24:18.805Z Compiling poly1305 v0.8.0
31122026-08-17T18:24:18.822Z Compiling aead v0.5.2
31132026-08-17T18:24:18.886Z Compiling chacha20 v0.9.1
31142026-08-17T18:24:18.904Z Compiling password-hash v0.5.0
31152026-08-17T18:24:19.045Z Compiling serde_yaml v0.9.34+deprecated
31162026-08-17T18:24:19.117Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31172026-08-17T18:24:19.172Z Compiling indent_write v2.2.0
31182026-08-17T18:24:19.227Z Compiling argon2 v0.5.3
31192026-08-17T18:24:19.262Z Compiling chacha20poly1305 v0.10.1
31202026-08-17T18:24:19.281Z Compiling toml_datetime v0.7.5+spec-1.1.0
31212026-08-17T18:24:19.335Z Compiling num-derive v0.4.2
31222026-08-17T18:24:19.354Z Compiling heapless v0.8.0
31232026-08-17T18:24:19.370Z Compiling tabwriter v1.4.1
31242026-08-17T18:24:19.442Z Compiling ingot-macros v0.2.0
31252026-08-17T18:24:19.556Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-08-17T18:24:19.572Z Compiling hash32 v0.3.1
31272026-08-17T18:24:19.624Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31282026-08-17T18:24:19.696Z Compiling parse-display v0.10.0
31292026-08-17T18:24:19.715Z Compiling thiserror-no-std v2.0.2
31302026-08-17T18:24:19.758Z Compiling typify-impl v0.6.2
31312026-08-17T18:24:19.825Z Compiling vsss-rs v3.3.4
31322026-08-17T18:24:19.868Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-08-17T18:24:19.919Z Compiling smoltcp v0.11.0
31342026-08-17T18:24:20.131Z Compiling proc-macro-crate v3.4.0
31352026-08-17T18:24:20.319Z Compiling cobs v0.3.0
31362026-08-17T18:24:20.337Z Compiling colored v3.1.1
31372026-08-17T18:24:20.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31382026-08-17T18:24:20.496Z Compiling postcard v1.1.3
31392026-08-17T18:24:20.546Z Compiling proc-macro-error v1.0.4
31402026-08-17T18:24:20.656Z Compiling rand v0.10.1
31412026-08-17T18:24:20.677Z Compiling proc-macro-crate v1.3.1
31422026-08-17T18:24:20.698Z Compiling num_enum_derive v0.7.6
31432026-08-17T18:24:20.719Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31442026-08-17T18:24:20.873Z Compiling foreign-types-macros v0.2.3
31452026-08-17T18:24:20.892Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31462026-08-17T18:24:20.895Z Compiling foreign-types-shared v0.3.1
31472026-08-17T18:24:21.012Z Compiling rayon-core v1.13.0
31482026-08-17T18:24:21.129Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31492026-08-17T18:24:21.172Z Compiling num_enum_derive v0.5.11
31502026-08-17T18:24:21.207Z Compiling crossbeam-deque v0.8.6
31512026-08-17T18:24:21.223Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-08-17T18:24:21.259Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31532026-08-17T18:24:21.275Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-08-17T18:24:21.293Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31552026-08-17T18:24:21.450Z Compiling cstr-argument v0.1.2
31562026-08-17T18:24:21.467Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31572026-08-17T18:24:21.525Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31582026-08-17T18:24:21.562Z Compiling foreign-types v0.5.0
31592026-08-17T18:24:21.629Z Compiling cpubits v0.1.1
31602026-08-17T18:24:21.666Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31612026-08-17T18:24:21.715Z Compiling zone_cfg_derive v0.3.1
31622026-08-17T18:24:21.733Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31632026-08-17T18:24:21.755Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31642026-08-17T18:24:21.812Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31652026-08-17T18:24:21.848Z Compiling num_enum v0.7.6
31662026-08-17T18:24:21.890Z Compiling itertools v0.12.1
31672026-08-17T18:24:21.907Z Compiling sigpipe v0.1.3
31682026-08-17T18:24:21.925Z Compiling glob v0.3.3
31692026-08-17T18:24:21.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-08-17T18:24:21.998Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31712026-08-17T18:24:22.021Z Compiling rayon v1.11.0
31722026-08-17T18:24:22.041Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-17T18:24:22.136Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31742026-08-17T18:24:22.182Z Compiling smf v0.2.3
31752026-08-17T18:24:22.256Z Compiling whoami v1.6.1
31762026-08-17T18:24:22.305Z Compiling num_enum v0.5.11
31772026-08-17T18:24:22.322Z Compiling gethostname v0.5.0
31782026-08-17T18:24:22.351Z Compiling usdt-attr-macro v0.5.0
31792026-08-17T18:24:22.369Z Compiling usdt-macro v0.5.0
31802026-08-17T18:24:22.434Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31812026-08-17T18:24:22.451Z Compiling num-rational v0.4.2
31822026-08-17T18:24:22.455Z Compiling ingot-types v0.2.0
31832026-08-17T18:24:22.489Z Compiling pem-rfc7468 v1.0.0
31842026-08-17T18:24:22.492Z Compiling num-complex v0.4.6
31852026-08-17T18:24:22.551Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31862026-08-17T18:24:22.575Z Compiling derive-where v1.6.0
31872026-08-17T18:24:22.770Z Compiling memmap v0.7.0
31882026-08-17T18:24:22.827Z Compiling float-ord v0.3.2
31892026-08-17T18:24:22.911Z Compiling ingot v0.2.1
31902026-08-17T18:24:22.928Z Compiling num v0.4.3
31912026-08-17T18:24:22.974Z Compiling toml v0.8.23
31922026-08-17T18:24:22.990Z Compiling hmac v0.13.0
31932026-08-17T18:24:23.013Z Compiling universal-hash v0.6.1
31942026-08-17T18:24:23.034Z Compiling resolv-conf v0.7.6
31952026-08-17T18:24:23.093Z Compiling zone v0.3.1
31962026-08-17T18:24:23.181Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31972026-08-17T18:24:23.200Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-08-17T18:24:23.219Z Compiling cancel-safe-futures v0.1.5
31992026-08-17T18:24:23.240Z Compiling polyval v0.7.1
32002026-08-17T18:24:23.259Z Compiling usdt v0.5.0
32012026-08-17T18:24:23.366Z Compiling der v0.8.0
32022026-08-17T18:24:23.402Z Compiling prettyplease v0.2.37
32032026-08-17T18:24:23.504Z Compiling ghash v0.6.0
32042026-08-17T18:24:23.557Z Compiling pbkdf2 v0.13.0
32052026-08-17T18:24:23.638Z Compiling crypto-bigint v0.7.5
32062026-08-17T18:24:23.670Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-08-17T18:24:23.693Z Compiling aes v0.9.1
32082026-08-17T18:24:23.710Z Compiling console v0.15.11
32092026-08-17T18:24:23.806Z Compiling hickory-proto v0.24.4
32102026-08-17T18:24:23.824Z Compiling newline-converter v0.3.0
32112026-08-17T18:24:23.827Z Compiling ctr v0.10.1
32122026-08-17T18:24:23.865Z Compiling aead v0.6.1
32132026-08-17T18:24:23.951Z Compiling oxide-update-engine-types v0.1.2
32142026-08-17T18:24:23.972Z Compiling sha2 v0.11.0
32152026-08-17T18:24:24.060Z Compiling linked-hash-map v0.5.6
32162026-08-17T18:24:24.077Z Compiling libefi-sys v0.1.0
32172026-08-17T18:24:24.273Z Compiling linear-map v1.2.0
32182026-08-17T18:24:24.293Z Compiling spki v0.8.0
32192026-08-17T18:24:24.325Z Compiling lru-cache v0.1.2
32202026-08-17T18:24:24.345Z Compiling aes-gcm v0.11.0
32212026-08-17T18:24:24.433Z Compiling typify-macro v0.6.2
32222026-08-17T18:24:24.481Z Compiling expectorate v1.2.0
32232026-08-17T18:24:24.553Z Compiling salsa20 v0.11.0
32242026-08-17T18:24:24.572Z Compiling bitfield-struct v0.6.2
32252026-08-17T18:24:24.657Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32262026-08-17T18:24:24.674Z Compiling nom v8.0.0
32272026-08-17T18:24:24.731Z Compiling semver v0.1.20
32282026-08-17T18:24:24.797Z Compiling scrypt v0.12.0
32292026-08-17T18:24:25.058Z Compiling oxide-update-engine v0.1.2
32302026-08-17T18:24:25.076Z Compiling rustc_version v0.1.7
32312026-08-17T18:24:25.114Z Compiling tokio-dtrace v0.1.1
32322026-08-17T18:24:25.196Z Compiling cbc v0.2.1
32332026-08-17T18:24:25.225Z Compiling slog-dtrace v0.3.0
32342026-08-17T18:24:25.272Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-08-17T18:24:25.334Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-08-17T18:24:25.388Z Compiling minimal-lexical v0.2.1
32372026-08-17T18:24:25.417Z Compiling pkcs5 v0.8.1
32382026-08-17T18:24:25.437Z Compiling newtype_derive v0.1.6
32392026-08-17T18:24:25.516Z Compiling oxide-tokio-rt v0.1.4
32402026-08-17T18:24:25.585Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-08-17T18:24:25.601Z Compiling nom v7.1.3
32422026-08-17T18:24:25.660Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32432026-08-17T18:24:25.678Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-08-17T18:24:25.681Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-08-17T18:24:25.767Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32462026-08-17T18:24:25.810Z Compiling phf_shared v0.12.1
32472026-08-17T18:24:25.846Z Compiling dropshot-api-manager-types v0.7.2
32482026-08-17T18:24:25.895Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32492026-08-17T18:24:25.937Z Compiling csv-core v0.1.13
32502026-08-17T18:24:25.985Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32512026-08-17T18:24:26.002Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32522026-08-17T18:24:26.017Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-08-17T18:24:26.047Z Compiling hickory-resolver v0.24.4
32542026-08-17T18:24:26.194Z Compiling chrono-tz v0.10.4
32552026-08-17T18:24:26.225Z Compiling unicode-xid v0.2.6
32562026-08-17T18:24:26.291Z Compiling typify v0.6.2
32572026-08-17T18:24:26.340Z Compiling highway v1.3.0
32582026-08-17T18:24:26.379Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32592026-08-17T18:24:26.444Z Compiling xshell-macros v0.2.7
32602026-08-17T18:24:26.486Z Compiling progenitor-impl v0.14.0
32612026-08-17T18:24:26.503Z Compiling const_format_proc_macros v0.2.34
32622026-08-17T18:24:26.523Z Compiling csv v1.4.0
32632026-08-17T18:24:26.746Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-08-17T18:24:26.879Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-08-17T18:24:27.068Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-08-17T18:24:27.099Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32672026-08-17T18:24:27.118Z Compiling xshell v0.2.7
32682026-08-17T18:24:27.121Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32692026-08-17T18:24:27.154Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32702026-08-17T18:24:27.370Z Compiling qorb v0.4.1
32712026-08-17T18:24:27.399Z Compiling phf v0.12.1
32722026-08-17T18:24:27.557Z Compiling pkcs8 v0.11.0
32732026-08-17T18:24:27.647Z Compiling ff v0.14.0
32742026-08-17T18:24:27.663Z Compiling owo-colors v4.3.0
32752026-08-17T18:24:27.837Z Compiling const_format v0.2.35
32762026-08-17T18:24:27.964Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32772026-08-17T18:24:28.004Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32782026-08-17T18:24:28.026Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-08-17T18:24:28.121Z Compiling tabled_derive v0.7.0
32802026-08-17T18:24:28.151Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-08-17T18:24:28.178Z Compiling bcs v0.1.6
32822026-08-17T18:24:28.329Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-08-17T18:24:28.398Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-08-17T18:24:28.531Z Compiling termtree v0.5.1
32852026-08-17T18:24:28.724Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-08-17T18:24:28.862Z Compiling salty v0.3.0
32872026-08-17T18:24:29.025Z Compiling tagptr v0.2.0
32882026-08-17T18:24:29.090Z Compiling textwrap v0.16.2
32892026-08-17T18:24:29.122Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-08-17T18:24:29.181Z Compiling tabled v0.15.0
32912026-08-17T18:24:29.208Z Compiling moka v0.12.13
32922026-08-17T18:24:29.226Z Compiling progenitor-macro v0.14.0
32932026-08-17T18:24:29.255Z Compiling group v0.14.0
32942026-08-17T18:24:29.369Z Compiling steno v0.4.1
32952026-08-17T18:24:29.475Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32962026-08-17T18:24:29.494Z Compiling sha1 v0.10.6
32972026-08-17T18:24:29.515Z Compiling signature v3.0.0
32982026-08-17T18:24:29.583Z Compiling base16ct v1.0.0
32992026-08-17T18:24:29.731Z Compiling sec1 v0.8.1
33002026-08-17T18:24:29.755Z Compiling hkdf v0.13.0
33012026-08-17T18:24:29.794Z Compiling libscf-sys v1.2.0
33022026-08-17T18:24:29.877Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-08-17T18:24:29.910Z Compiling hickory-resolver v0.25.2
33042026-08-17T18:24:29.949Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-08-17T18:24:29.966Z Compiling rfc6979 v0.4.0
33062026-08-17T18:24:30.023Z Compiling elliptic-curve v0.14.1
33072026-08-17T18:24:30.063Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33082026-08-17T18:24:30.081Z Compiling primeorder v0.13.6
33092026-08-17T18:24:30.127Z Compiling ecdsa v0.16.9
33102026-08-17T18:24:30.225Z Compiling parking_lot_core v0.8.6
33112026-08-17T18:24:30.371Z Compiling utf-8 v0.7.6
33122026-08-17T18:24:30.432Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33132026-08-17T18:24:30.534Z Compiling tungstenite v0.21.0
33142026-08-17T18:24:30.561Z Compiling p384 v0.13.1
33152026-08-17T18:24:30.587Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33162026-08-17T18:24:30.605Z Compiling wnaf v0.14.0
33172026-08-17T18:24:30.711Z Compiling primefield v0.14.0
33182026-08-17T18:24:30.864Z Compiling rfc6979 v0.6.0
33192026-08-17T18:24:30.971Z Compiling papergrid v0.18.0
33202026-08-17T18:24:31.011Z Compiling git-stub v1.0.0
33212026-08-17T18:24:31.044Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33222026-08-17T18:24:31.182Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-17T18:24:31.300Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33242026-08-17T18:24:31.435Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33252026-08-17T18:24:31.514Z Compiling git-stub-vcs v0.1.0
33262026-08-17T18:24:31.555Z Compiling tokio-tungstenite v0.21.0
33272026-08-17T18:24:31.611Z Compiling ecdsa v0.17.0
33282026-08-17T18:24:31.676Z Compiling primeorder v0.14.0
33292026-08-17T18:24:31.821Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-08-17T18:24:31.930Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33312026-08-17T18:24:31.993Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33322026-08-17T18:24:32.104Z Compiling tabled v0.21.0
33332026-08-17T18:24:32.104Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33342026-08-17T18:24:32.108Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33352026-08-17T18:24:32.159Z Compiling curve25519-dalek v5.0.0
33362026-08-17T18:24:32.162Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33372026-08-17T18:24:32.242Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-08-17T18:24:32.323Z Compiling corncobs v0.1.4
33392026-08-17T18:24:32.397Z Compiling illumos-nvpair-sys v0.2.0
33402026-08-17T18:24:32.415Z Compiling unicase v2.9.0
33412026-08-17T18:24:32.527Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-08-17T18:24:32.592Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33432026-08-17T18:24:32.608Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-08-17T18:24:32.660Z Compiling mime_guess v2.0.5
33452026-08-17T18:24:32.682Z Compiling parking_lot v0.11.2
33462026-08-17T18:24:32.705Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-08-17T18:24:32.944Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-08-17T18:24:32.990Z Compiling progenitor-impl v0.13.0
33492026-08-17T18:24:33.022Z Compiling ssh-encoding v0.3.0
33502026-08-17T18:24:33.040Z Compiling prefix-trie v0.7.0
33512026-08-17T18:24:33.075Z Compiling fxhash v0.2.1
33522026-08-17T18:24:33.115Z Compiling secrecy v0.8.0
33532026-08-17T18:24:33.270Z Compiling keccak v0.2.0
33542026-08-17T18:24:33.303Z Compiling crc8 v0.1.1
33552026-08-17T18:24:33.334Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-08-17T18:24:33.453Z Compiling hickory-server v0.25.2
33572026-08-17T18:24:33.475Z Compiling sled v0.34.7
33582026-08-17T18:24:33.530Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33592026-08-17T18:24:33.621Z Compiling ed25519 v3.0.0
33602026-08-17T18:24:33.687Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-08-17T18:24:33.703Z Compiling crypto-primes v0.7.2
33622026-08-17T18:24:34.172Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-08-17T18:24:34.419Z Compiling progenitor v0.14.0
33642026-08-17T18:24:34.551Z Compiling pkcs1 v0.8.0-rc.4
33652026-08-17T18:24:34.551Z Compiling poly1305 v0.9.0
33662026-08-17T18:24:34.610Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33672026-08-17T18:24:34.631Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33682026-08-17T18:24:34.659Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-08-17T18:24:34.740Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33702026-08-17T18:24:34.757Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33712026-08-17T18:24:34.774Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33722026-08-17T18:24:34.997Z Compiling progenitor-client v0.13.0
33732026-08-17T18:24:35.181Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-08-17T18:24:35.337Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33752026-08-17T18:24:35.354Z Compiling blowfish v0.10.0
33762026-08-17T18:24:35.358Z Compiling blake2 v0.11.0-rc.6
33772026-08-17T18:24:35.427Z Compiling http-range v0.1.5
33782026-08-17T18:24:35.500Z Compiling half v1.8.3
33792026-08-17T18:24:35.622Z Compiling bcrypt-pbkdf v0.11.0
33802026-08-17T18:24:35.640Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33812026-08-17T18:24:35.656Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33822026-08-17T18:24:35.689Z Compiling progenitor-macro v0.13.0
33832026-08-17T18:24:35.770Z Compiling serde_cbor v0.11.2
33842026-08-17T18:24:35.799Z Compiling argon2 v0.6.0-rc.8
33852026-08-17T18:24:35.985Z Compiling rsa v0.10.0-rc.18
33862026-08-17T18:24:36.394Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-08-17T18:24:36.900Z Compiling ssh-cipher v0.3.0
33882026-08-17T18:24:36.957Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-08-17T18:24:37.253Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-08-17T18:24:37.365Z Compiling ed25519-dalek v3.0.0
33912026-08-17T18:24:37.521Z Compiling illumos-nvpair v0.3.0
33922026-08-17T18:24:37.776Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33932026-08-17T18:24:37.809Z Compiling sha3 v0.11.0
33942026-08-17T18:24:37.910Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33952026-08-17T18:24:38.064Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33962026-08-17T18:24:38.097Z Compiling p384 v0.14.0
33972026-08-17T18:24:38.135Z Compiling p256 v0.14.0
33982026-08-17T18:24:38.227Z Compiling p521 v0.14.0
33992026-08-17T18:24:38.288Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-08-17T18:24:38.875Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-08-17T18:24:38.961Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-08-17T18:24:39.121Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-08-17T18:24:39.274Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-08-17T18:24:39.293Z Compiling scuffle v0.1.0
34052026-08-17T18:24:39.828Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-08-17T18:24:39.949Z Compiling yasna v0.5.2
34072026-08-17T18:24:40.046Z Compiling kstat-rs v0.2.5
34082026-08-17T18:24:40.067Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34092026-08-17T18:24:40.109Z Compiling headers-core v0.3.0
34102026-08-17T18:24:40.253Z Compiling kem v0.3.0
34112026-08-17T18:24:40.270Z Compiling module-lattice v0.2.3
34122026-08-17T18:24:40.370Z Compiling nanorand v0.7.0
34132026-08-17T18:24:40.405Z Compiling sponge-cursor v0.1.0
34142026-08-17T18:24:40.485Z Compiling rcgen v0.12.1
34152026-08-17T18:24:40.549Z Compiling sha3 v0.12.0
34162026-08-17T18:24:40.569Z Compiling ml-kem v0.3.2
34172026-08-17T18:24:40.572Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34182026-08-17T18:24:40.637Z Compiling flume v0.11.1
34192026-08-17T18:24:40.654Z Compiling headers v0.4.1
34202026-08-17T18:24:40.686Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-08-17T18:24:40.801Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-08-17T18:24:40.819Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34232026-08-17T18:24:40.938Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-08-17T18:24:40.968Z Compiling progenitor v0.13.0
34252026-08-17T18:24:41.113Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34262026-08-17T18:24:41.131Z Compiling hyper-staticfile v0.10.1
34272026-08-17T18:24:41.150Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-08-17T18:24:41.169Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34292026-08-17T18:24:41.188Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-08-17T18:24:41.390Z Compiling ssh-key v0.7.0-rc.11
34312026-08-17T18:24:41.421Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34322026-08-17T18:24:41.549Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34332026-08-17T18:24:41.624Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34342026-08-17T18:24:41.650Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34352026-08-17T18:24:41.680Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34362026-08-17T18:24:41.711Z Compiling russh-cryptovec v0.62.0
34372026-08-17T18:24:41.727Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-08-17T18:24:41.743Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-08-17T18:24:41.818Z Compiling internal-russh-num-bigint v0.5.0
34402026-08-17T18:24:41.904Z Compiling port-file v0.1.0
34412026-08-17T18:24:41.945Z Compiling num-bigint v0.4.6
34422026-08-17T18:24:41.963Z Compiling generic-array v1.4.3
34432026-08-17T18:24:42.037Z Compiling russh-util v0.52.0
34442026-08-17T18:24:42.060Z Compiling enum_dispatch v0.3.13
34452026-08-17T18:24:42.175Z Compiling delegate v0.13.5
34462026-08-17T18:24:42.214Z Compiling subprocess v0.2.15
34472026-08-17T18:24:42.462Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-08-17T18:24:42.480Z Compiling display-error-chain v0.2.2
34492026-08-17T18:24:42.541Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-08-17T18:24:42.648Z Compiling md5 v0.8.0
34512026-08-17T18:24:42.917Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34522026-08-17T18:24:42.944Z Compiling hex-literal v1.1.0
34532026-08-17T18:24:42.990Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-08-17T18:24:43.086Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-08-17T18:24:43.125Z Compiling colored v2.2.0
34562026-08-17T18:24:43.144Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34572026-08-17T18:24:43.172Z Compiling socket2 v0.5.10
34582026-08-17T18:24:43.191Z Compiling russh v0.62.4
34592026-08-17T18:24:43.401Z Compiling internet-checksum v0.2.1
34602026-08-17T18:24:43.635Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34612026-08-17T18:24:43.736Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34622026-08-17T18:24:46.345Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34632026-08-17T18:24:47.070Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34642026-08-17T18:24:47.593Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-08-17T18:24:49.411Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-08-17T18:24:58.465Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-08-17T18:24:58.465Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34682026-08-17T18:24:58.465Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34692026-08-17T18:24:58.468Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-08-17T18:25:00.228Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-08-17T18:25:00.396Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-08-17T18:25:04.705Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-08-17T18:25:45.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34742026-08-17T18:25:45.787Z
34752026-08-17T18:25:45.787Zreal 1:29.507644510
34762026-08-17T18:25:45.787Zuser 8:28.558050371
34772026-08-17T18:25:45.787Zsys 1:40.716301197
34782026-08-17T18:25:45.790Ztrap 0.249196448
34792026-08-17T18:25:45.790Ztflt 0.236565265
34802026-08-17T18:25:45.790Zdflt 2.068319411
34812026-08-17T18:25:45.790Zkflt 0.000293600
34822026-08-17T18:25:45.790Zlock 31:31.394141676
34832026-08-17T18:25:45.790Zslp 19:18.305781429
34842026-08-17T18:25:45.790Zlat 37.676416478
34852026-08-17T18:25:45.790Zstop 3:00.138255229
34862026-08-17T18:25:45.790Z+ mkdir tests
34872026-08-17T18:25:45.794Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-08-17T18:25:45.794Z+ xargs -I '{}' -t cp '{}' tests/
34892026-08-17T18:25:45.816Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-daa430a9217ea392 tests/
34902026-08-17T18:25:45.839Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83aa57aee2b153ea tests/
34912026-08-17T18:25:45.861Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bf15338d67f4f0b8 tests/
34922026-08-17T18:25:45.883Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-76d9dbaba2ae8ebb tests/
34932026-08-17T18:25:46.192Z+ 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)
34942026-08-17T18:25:46.195Z+ 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-83aa57aee2b153ea tests/commtest-bf15338d67f4f0b8 tests/dhcp_server-daa430a9217ea392 tests/end_to_end_tests-76d9dbaba2ae8ebb 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
34952026-08-17T18:27:15.872ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-08-17T18:27:15.872Za .github/buildomat/ci-env.sh 1K
34972026-08-17T18:27:15.872Za out/target/test 1K
34982026-08-17T18:27:15.872Za out/npuzone/npuzone 27402K
34992026-08-17T18:27:15.872Za package-manifest.toml 35K
35002026-08-17T18:27:15.872Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-08-17T18:27:15.872Za target/release/omicron-package 48049K
35022026-08-17T18:27:15.872Za target/release/xtask 11722K
35032026-08-17T18:27:15.872Za target/debug/bootstrap 436247K
35042026-08-17T18:27:15.872Za tests/bootstrap-83aa57aee2b153ea 34516K
35052026-08-17T18:27:15.872Za tests/commtest-bf15338d67f4f0b8 34517K
35062026-08-17T18:27:15.872Za tests/dhcp_server-daa430a9217ea392 34516K
35072026-08-17T18:27:15.872Za tests/end_to_end_tests-76d9dbaba2ae8ebb 499467K
35082026-08-17T18:27:15.872Za tools/opte_version 1K
35092026-08-17T18:27:15.872Za tools/opte_version_override 2K
35102026-08-17T18:27:15.872Za out/clickhouse.tar.gz 327543K
35112026-08-17T18:27:15.872Za out/clickhouse_keeper.tar.gz 311546K
35122026-08-17T18:27:15.872Za out/clickhouse_server.tar.gz 327540K
35132026-08-17T18:27:15.872Za out/cockroachdb.tar.gz 168946K
35142026-08-17T18:27:15.872Za out/crucible-pantry-zone.tar.gz 41269K
35152026-08-17T18:27:15.872Za out/crucible-utils.tar 18900K
35162026-08-17T18:27:15.872Za out/crucible-zone.tar.gz 56081K
35172026-08-17T18:27:15.872Za out/external-dns.tar.gz 54238K
35182026-08-17T18:27:15.872Za out/internal-dns.tar.gz 54238K
35192026-08-17T18:27:15.872Za out/mg-ddm-gz.tar 100917K
35202026-08-17T18:27:15.872Za out/nexus.tar.gz 353956K
35212026-08-17T18:27:15.872Za out/ntp.tar.gz 34609K
35222026-08-17T18:27:15.872Za out/omicron-gateway-softnpu.tar.gz 29191K
35232026-08-17T18:27:15.872Za out/omicron-sled-agent.tar 242569K
35242026-08-17T18:27:15.872Za out/overlay.tar.gz 4K
35252026-08-17T18:27:15.872Za out/oximeter.tar.gz 71253K
35262026-08-17T18:27:15.872Za out/oxlog.tar 4066K
35272026-08-17T18:27:15.872Za out/probe.tar.gz 3037K
35282026-08-17T18:27:15.872Za out/propolis-server.tar.gz 34642K
35292026-08-17T18:27:15.873Za out/pumpkind-gz.tar 26647K
35302026-08-17T18:27:15.873Za out/switch-softnpu.tar.gz 498534K
35312026-08-17T18:27:15.877Z
35322026-08-17T18:27:15.877Zreal 1:29.677743407
35332026-08-17T18:27:15.877Zuser 1:26.678734604
35342026-08-17T18:27:15.877Zsys 4.947280979
35352026-08-17T18:27:15.877Ztrap 0.006568584
35362026-08-17T18:27:15.877Ztflt 0.000000000
35372026-08-17T18:27:15.877Zdflt 0.000000000
35382026-08-17T18:27:15.877Zkflt 0.000000000
35392026-08-17T18:27:15.877Zlock 0.000000000
35402026-08-17T18:27:15.878Zslp 1:26.584777593
35412026-08-17T18:27:15.878Zlat 1.133758404
35422026-08-17T18:27:15.878Zstop 0.000137750
35432026-08-17T18:27:15.878Zprocess exited: duration 1129602 ms, exit code 0
 
35442026-08-17T18:27:15.891Zfound 1 output files
35452026-08-17T18:27:15.891Zuploading: /work/package.tar.gz (2758774642 bytes)
35462026-08-17T18:27:49.900Zuploaded: /work/package.tar.gz