01M0MPK18MB1R111BVGXQ3MWEV: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
        "=/work/omicron-sled-agent.tar.gz",
        "=/work/omicron-sled-agent.tar.gz.sha256.txt",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/omicron-sled-agent.tar.gz",
            series: "softnpu",
            name: "omicron-sled-agent.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/work/omicron-sled-agent.tar.gz.sha256.txt",
            series: "softnpu",
            name: "omicron-sled-agent.tar.gz.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M0MPKE5V3FDMHHHBSQM2KZMW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-22T12:20:38.751Zjob assigned to worker 01M0MPKN4DG77X6E9YD4EDNFNQ [factory aws, i-020fb273ea74e18b4] (queued for 49 s)
 
22026-08-22T12:20:45.767Zstarting task 0: "setup"
32026-08-22T12:20:45.772Z++ uname -s
42026-08-22T12:20:45.778Z+ kern=SunOS
52026-08-22T12:20:45.778Z+ build_user=build
62026-08-22T12:20:45.778Z+ build_uid=12345
72026-08-22T12:20:45.778Z+ work_dir=/work
82026-08-22T12:20:45.778Z+ input_dir=/input
92026-08-22T12:20:45.778Z+ [[ 0 == 12345 ]]
102026-08-22T12:20:45.778Z+ case "$kern" in
112026-08-22T12:20:45.778Z+ groupadd -g 12345 build
122026-08-22T12:20:45.782Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-22T12:20:47.785Z+ zfs create -o mountpoint=/work rpool/work
142026-08-22T12:20:47.899Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-22T12:20:47.902Z+ home_fs=zfs
162026-08-22T12:20:47.902Z+ [[ zfs == autofs ]]
172026-08-22T12:20:47.903Z+ mkdir -p /home/build
182026-08-22T12:20:47.903Z+ chown build:build /home/build /work
192026-08-22T12:20:48.905Z+ chmod 0700 /home/build /work
202026-08-22T12:20:48.908Zprocess exited: duration 3144 ms, exit code 0
 
212026-08-22T12:20:48.914Zstarting task 1: "rust-toolchain"
222026-08-22T12:20:48.920Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-22T12:20:48.920Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-22T12:20:48.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-22T12:20:48.920Z * rust toolchain channel = "1.97.1"
262026-08-22T12:20:48.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-22T12:20:48.920Z * rust toolchain profile = "default"
282026-08-22T12:20:48.924Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-22T12:20:48.924Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-22T12:20:49.035Zinfo: downloading installer
312026-08-22T12:20:50.308Zwarn: It looks like you have an existing rustup settings file at:
322026-08-22T12:20:50.308Zwarn: /home/build/.rustup/settings.toml
332026-08-22T12:20:50.308Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-22T12:20:50.308Zwarn: instead of the one inferred from the default host triple.
352026-08-22T12:20:50.320Zinfo: profile set to default
362026-08-22T12:20:50.320Zinfo: default host triple is x86_64-unknown-illumos
372026-08-22T12:20:50.323Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-22T12:20:50.454Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-22T12:20:50.457Zinfo: downloading 6 components
402026-08-22T12:21:04.598Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-22T12:21:04.598Z
422026-08-22T12:21:04.627Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-22T12:21:04.627Z
442026-08-22T12:21:04.627Z
452026-08-22T12:21:04.627ZRust is installed now. Great!
462026-08-22T12:21:04.627Z
472026-08-22T12:21:04.630ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-22T12:21:04.631Zenvironment variable. This has not been done automatically.
492026-08-22T12:21:04.631Z
502026-08-22T12:21:04.631ZTo configure your current shell, you need to source
512026-08-22T12:21:04.631Zthe corresponding env file under $HOME/.cargo.
522026-08-22T12:21:04.631Z
532026-08-22T12:21:04.631ZThis is usually done by running one of the following (note the leading DOT):
542026-08-22T12:21:04.631Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-22T12:21:04.631Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-22T12:21:04.631Zsource "~/.cargo/env.nu" # For nushell
572026-08-22T12:21:04.631Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-22T12:21:04.631Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-22T12:21:04.631Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-22T12:21:04.631Zwarn: no default linker (`cc`) was found in your PATH
612026-08-22T12:21:04.631Zwarn: many Rust crates require a system C toolchain to build
622026-08-22T12:21:04.739Z+ rustup --version
632026-08-22T12:21:04.744Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-22T12:21:04.747Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-22T12:21:04.766Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-22T12:21:04.769Z+ cargo --version
672026-08-22T12:21:04.777Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-22T12:21:04.780Z+ rustc --version
692026-08-22T12:21:04.799Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-22T12:21:04.802Zprocess exited: duration 15887 ms, exit code 0
 
712026-08-22T12:21:04.808Zstarting task 2: "authentication"
722026-08-22T12:21:04.827Zprocess exited: duration 18 ms, exit code 0
 
732026-08-22T12:21:04.833Zstarting task 3: "clone repository"
742026-08-22T12:21:04.838Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-22T12:21:04.841Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-22T12:21:04.873ZCloning into '/work/oxidecomputer/omicron'...
772026-08-22T12:21:17.937Z+ cd /work/oxidecomputer/omicron
782026-08-22T12:21:17.937Z+ git fetch origin 8ef0b30131a4fe9e1dee836b36492f0695c69b93
792026-08-22T12:21:18.279ZFrom https://github.com/oxidecomputer/omicron
802026-08-22T12:21:18.279Z * branch 8ef0b30131a4fe9e1dee836b36492f0695c69b93 -> FETCH_HEAD
812026-08-22T12:21:18.294Z+ [[ -n skaram/publish-sled-agent-softnpu ]]
822026-08-22T12:21:18.297Z++ git branch --show-current
832026-08-22T12:21:18.300Z+ current=main
842026-08-22T12:21:18.300Z+ [[ main != skaram/publish-sled-agent-softnpu ]]
852026-08-22T12:21:18.300Z+ git branch -f skaram/publish-sled-agent-softnpu 8ef0b30131a4fe9e1dee836b36492f0695c69b93
862026-08-22T12:21:18.302Z+ git checkout -f skaram/publish-sled-agent-softnpu
872026-08-22T12:21:18.411ZSwitched to branch 'skaram/publish-sled-agent-softnpu'
882026-08-22T12:21:18.414Z+ git reset --hard 8ef0b30131a4fe9e1dee836b36492f0695c69b93
892026-08-22T12:21:18.518ZHEAD is now at 8ef0b3013 Publish the omicron-sled-agent package as a separate, small artifact for virtual (softnpu) labs
902026-08-22T12:21:18.521Zprocess exited: duration 13686 ms, exit code 0
 
912026-08-22T12:21:18.527Zstarting task 4: "build"
922026-08-22T12:21:18.533Z+ source .github/buildomat/ci-env.sh
932026-08-22T12:21:18.533Z++ export CARGO_TERM_COLOR=always
942026-08-22T12:21:18.533Z++ CARGO_TERM_COLOR=always
952026-08-22T12:21:18.536Z+++ uname -s
962026-08-22T12:21:18.536Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-22T12:21:18.536Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-22T12:21:18.539Z+ cargo --version
992026-08-22T12:21:18.548Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-22T12:21:18.551Z+ rustc --version
1012026-08-22T12:21:18.571Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-22T12:21:18.574Z+ WORK=/work
1032026-08-22T12:21:18.574Z+ pfexec mkdir -p /work
1042026-08-22T12:21:18.577Z+ pfexec chown build /work
1052026-08-22T12:21:18.580Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-22T12:21:20.806Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-22T12:21:21.161Z Startup: Caching catalogs ... Done
1082026-08-22T12:21:23.097ZPlanning: Solver setup ... Done (1.823s)
1092026-08-22T12:21:23.154ZPlanning: Running solver ... Done (0.058s)
1102026-08-22T12:21:23.200ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-22T12:21:23.214ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-22T12:21:23.237ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-22T12:21:23.252ZPlanning: Package planning ... Done (0.015s)
1142026-08-22T12:21:23.255ZPlanning: Merging actions ... Done (0.001s)
1152026-08-22T12:21:23.423ZPlanning: Checking for conflicting actions ... Done (0.169s)
1162026-08-22T12:21:23.426ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-22T12:21:24.391ZPlanning: Evaluating mediators ... Done (0.968s)
1182026-08-22T12:21:24.394ZPlanning: Planning completed in 3.20 seconds
1192026-08-22T12:21:24.416Z Packages to install: 2
1202026-08-22T12:21:24.416Z Estimated space available: 156.01 GB
1212026-08-22T12:21:24.416ZEstimated space to be consumed: 74.96 MB
1222026-08-22T12:21:24.416Z Create boot environment: No
1232026-08-22T12:21:24.419ZCreate backup boot environment: No
1242026-08-22T12:21:24.420Z Rebuild boot archive: No
1252026-08-22T12:21:24.420Z
1262026-08-22T12:21:24.420ZChanged packages:
1272026-08-22T12:21:24.420Zhelios
1282026-08-22T12:21:24.420Z developer/build-essential
1292026-08-22T12:21:24.420Z None -> 11-3.0
1302026-08-22T12:21:24.420Z library/libxmlsec1
1312026-08-22T12:21:24.420Z None -> 1.2.35-3.0
1322026-08-22T12:21:24.441Z
1332026-08-22T12:21:24.441ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-22T12:21:24.509ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-22T12:21:24.570Z Actions: 1/268 actions (Installing new actions)
1362026-08-22T12:21:24.609Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-22T12:21:24.641ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-22T12:21:24.641ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-22T12:21:24.722ZFinalize: Updating image state ... Done (0.081s)
1402026-08-22T12:21:27.456ZFinalize: Creating fast lookup database ... Done (2.685s)
1412026-08-22T12:21:27.532ZFinalize: Reading search index ... Done (0.013s)
1422026-08-22T12:21:27.536ZFinalize: Updating search index ... Done (0.000s)
1432026-08-22T12:21:27.630ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-22T12:21:27.999ZPlanning: Evaluating mediator changes ... Done
1452026-08-22T12:21:28.106ZPlanning: Checking for conflicting actions ... Done
1462026-08-22T12:21:28.109ZPlanning: Consolidating action changes ... Done
1472026-08-22T12:21:28.263ZPlanning: Evaluating mediators ... Done
1482026-08-22T12:21:28.266ZPlanning: Planning completed in 0.26 seconds
1492026-08-22T12:21:28.287Z Mediators to change: 2
1502026-08-22T12:21:28.287Z Create boot environment: No
1512026-08-22T12:21:28.287ZCreate backup boot environment: No
1522026-08-22T12:21:28.336ZFinalize: Updating package state database ... Done
1532026-08-22T12:21:28.336ZFinalize: Updating package cache ... Done
1542026-08-22T12:21:28.386ZFinalize: Updating image state ... Done
1552026-08-22T12:21:30.320ZFinalize: Creating fast lookup database ... Done
1562026-08-22T12:21:30.382ZFinalize: Reading search index ... Done
1572026-08-22T12:21:30.386ZFinalize: Updating search index ... Done
1582026-08-22T12:21:30.480ZFinalize: Updating package cache ... Done
1592026-08-22T12:21:30.763ZPlanning: Evaluating mediator changes ... Done
1602026-08-22T12:21:30.868ZPlanning: Checking for conflicting actions ... Done
1612026-08-22T12:21:30.872ZPlanning: Consolidating action changes ... Done
1622026-08-22T12:21:31.025ZPlanning: Evaluating mediators ... Done
1632026-08-22T12:21:31.029ZPlanning: Planning completed in 0.26 seconds
1642026-08-22T12:21:31.049Z Mediators to change: 1
1652026-08-22T12:21:31.049Z Create boot environment: No
1662026-08-22T12:21:31.049ZCreate backup boot environment: No
1672026-08-22T12:21:31.096ZFinalize: Updating package state database ... Done
1682026-08-22T12:21:31.096ZFinalize: Updating package cache ... Done
1692026-08-22T12:21:31.145ZFinalize: Updating image state ... Done
1702026-08-22T12:21:33.075ZFinalize: Creating fast lookup database ... Done
1712026-08-22T12:21:33.135ZFinalize: Reading search index ... Done
1722026-08-22T12:21:33.139ZFinalize: Updating search index ... Done
1732026-08-22T12:21:33.203ZFinalize: Updating package cache ... Done
1742026-08-22T12:21:33.517ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-22T12:21:33.517Zapache system 2.4 system
1762026-08-22T12:21:33.517Zclang system 15 system
1772026-08-22T12:21:33.518Zcsh system system illumos
1782026-08-22T12:21:33.518Zctags system system illumos
1792026-08-22T12:21:33.518Zfile vendor vendor darwinsys
1802026-08-22T12:21:33.518Zfile system system illumos
1812026-08-22T12:21:33.518Zgcc vendor 14 vendor
1822026-08-22T12:21:33.518Zgcc system 13 system
1832026-08-22T12:21:33.518Zgcc system 10 system
1842026-08-22T12:21:33.518Zgo system 1.25 system
1852026-08-22T12:21:33.518Zllvm system 15 system
1862026-08-22T12:21:33.518Zmariadb system 11.4 system
1872026-08-22T12:21:33.518Zmta vendor vendor dma
1882026-08-22T12:21:33.518Zopenjdk system 17 system
1892026-08-22T12:21:33.518Zopenjdk system 11 system
1902026-08-22T12:21:33.518Zopenssl vendor 3 vendor
1912026-08-22T12:21:33.518Zperl system 5.40 system
1922026-08-22T12:21:33.518Zpostgresql system 18 system
1932026-08-22T12:21:33.518Zpostgresql system 17 system
1942026-08-22T12:21:33.518Zpython vendor 3 vendor
1952026-08-22T12:21:33.518Zpython system 2 system
1962026-08-22T12:21:33.518Zpython3 vendor 3.13 vendor
1972026-08-22T12:21:33.518Zruby system 3.4 system
1982026-08-22T12:21:33.518Zruby system 3.0 system
1992026-08-22T12:21:33.518Zwords vendor vendor american-english
2002026-08-22T12:21:33.518Zwords system system australian-english
2012026-08-22T12:21:33.518Zwords system system british-english
2022026-08-22T12:21:33.518Zwords system system canadian-english
2032026-08-22T12:21:33.518Zwords system system french
2042026-08-22T12:21:33.518Zwords system system italian
2052026-08-22T12:21:33.518Zwords system system ngerman
2062026-08-22T12:21:33.518Zwords system system ogerman
2072026-08-22T12:21:33.518Zwords system system spanish
2082026-08-22T12:21:33.782ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-22T12:21:33.782Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-22T12:21:34.250ZFMRI IFO
2112026-08-22T12:21:34.250Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-22T12:21:34.250Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-22T12:21:34.250Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-22T12:21:34.250Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-22T12:21:34.251Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-22T12:21:34.251Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-22T12:21:34.251Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-22T12:21:34.251Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-22T12:21:34.251Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-22T12:21:34.584Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-22T12:21:34.947Z Updating crates.io index
2222026-08-22T12:21:34.950Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-22T12:21:35.235Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-22T12:21:35.671Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-22T12:21:37.096Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-22T12:21:37.762Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-22T12:21:39.727Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-22T12:21:41.088Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-22T12:21:41.406Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-22T12:21:41.808Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-22T12:21:43.172Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-22T12:21:43.522Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-22T12:21:43.950Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-22T12:21:44.281Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-22T12:21:44.559Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-22T12:21:44.863Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-22T12:21:45.176Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-22T12:21:45.518Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-22T12:21:45.839Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-22T12:21:46.439Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-22T12:21:46.887Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-22T12:21:47.331Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-22T12:21:47.640Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-22T12:21:48.174Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-22T12:21:48.545Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-22T12:21:48.848Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-22T12:21:49.299Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-22T12:21:49.605Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-22T12:21:49.981Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-22T12:21:50.353Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-22T12:21:50.665Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-22T12:21:51.002Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-22T12:21:51.401Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-22T12:21:51.980Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-22T12:21:52.857Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-22T12:21:53.148Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-22T12:21:53.493Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-22T12:21:53.857Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-22T12:21:54.143Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-22T12:21:54.414Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-22T12:21:54.749Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-22T12:21:55.038Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-22T12:21:55.341Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-22T12:21:58.143Z Downloading crates ...
2652026-08-22T12:21:58.185Z Downloaded block-buffer v0.10.4
2662026-08-22T12:21:58.192Z Downloaded anstream v1.0.0
2672026-08-22T12:21:58.196Z Downloaded anstyle-parse v1.0.0
2682026-08-22T12:21:58.200Z Downloaded bytecount v0.6.9
2692026-08-22T12:21:58.203Z Downloaded fastrand v2.3.0
2702026-08-22T12:21:58.203Z Downloaded anstyle-query v1.1.5
2712026-08-22T12:21:58.207Z Downloaded cargo-platform v0.3.2
2722026-08-22T12:21:58.207Z Downloaded anstyle v1.0.14
2732026-08-22T12:21:58.207Z Downloaded clap_lex v1.0.0
2742026-08-22T12:21:58.207Z Downloaded cpufeatures v0.2.17
2752026-08-22T12:21:58.207Z Downloaded dtrace-parser v0.2.0
2762026-08-22T12:21:58.210Z Downloaded equivalent v1.0.2
2772026-08-22T12:21:58.213Z Downloaded errno v0.3.14
2782026-08-22T12:21:58.213Z Downloaded memmap v0.7.0
2792026-08-22T12:21:58.217Z Downloaded generic-array v0.14.7
2802026-08-22T12:21:58.217Z Downloaded itoa v1.0.17
2812026-08-22T12:21:58.221Z Downloaded dof v0.3.0
2822026-08-22T12:21:58.224Z Downloaded fnv v1.0.7
2832026-08-22T12:21:58.224Z Downloaded is_terminal_polyfill v1.70.2
2842026-08-22T12:21:58.224Z Downloaded zerocopy v0.7.35
2852026-08-22T12:21:58.233Z Downloaded macaddr v1.0.1
2862026-08-22T12:21:58.236Z Downloaded crypto-common v0.1.7
2872026-08-22T12:21:58.236Z Downloaded smawk v0.3.2
2882026-08-22T12:21:58.236Z Downloaded tabled_derive v0.7.0
2892026-08-22T12:21:58.240Z Downloaded heck v0.5.0
2902026-08-22T12:21:58.240Z Downloaded plain v0.2.3
2912026-08-22T12:21:58.244Z Downloaded byteorder v1.5.0
2922026-08-22T12:21:58.244Z Downloaded clap_derive v4.6.1
2932026-08-22T12:21:58.251Z Downloaded version_check v0.9.5
2942026-08-22T12:21:58.255Z Downloaded colorchoice v1.0.4
2952026-08-22T12:21:58.259Z Downloaded toml_datetime v0.6.11
2962026-08-22T12:21:58.259Z Downloaded thread-id v4.2.2
2972026-08-22T12:21:58.259Z Downloaded cfg-if v1.0.4
2982026-08-22T12:21:58.259Z Downloaded usdt-macro v0.5.0
2992026-08-22T12:21:58.264Z Downloaded utf8parse v0.2.2
3002026-08-22T12:21:58.271Z Downloaded scroll_derive v0.12.1
3012026-08-22T12:21:58.274Z Downloaded toml_write v0.1.2
3022026-08-22T12:21:58.277Z Downloaded proc-macro-error-attr v1.0.4
3032026-08-22T12:21:58.277Z Downloaded usdt-attr-macro v0.5.0
3042026-08-22T12:21:58.277Z Downloaded strsim v0.11.1
3052026-08-22T12:21:58.277Z Downloaded swrite v0.1.0
3062026-08-22T12:21:58.281Z Downloaded serde_spanned v0.6.9
3072026-08-22T12:21:58.284Z Downloaded usdt v0.5.0
3082026-08-22T12:21:58.287Z Downloaded unicode-linebreak v0.1.5
3092026-08-22T12:21:58.287Z Downloaded cargo_toml v0.21.0
3102026-08-22T12:21:58.291Z Downloaded fs-err v3.3.0
3112026-08-22T12:21:58.294Z Downloaded digest v0.10.7
3122026-08-22T12:21:58.298Z Downloaded pretty-hex v0.4.1
3132026-08-22T12:21:58.301Z Downloaded terminal_size v0.4.3
3142026-08-22T12:21:58.305Z Downloaded bitflags v2.11.0
3152026-08-22T12:21:58.305Z Downloaded camino-tempfile v1.4.1
3162026-08-22T12:21:58.311Z Downloaded thiserror v1.0.69
3172026-08-22T12:21:58.314Z Downloaded autocfg v1.5.0
3182026-08-22T12:21:58.314Z Downloaded heck v0.4.1
3192026-08-22T12:21:58.318Z Downloaded proc-macro-error v1.0.4
3202026-08-22T12:21:58.321Z Downloaded thiserror v2.0.18
3212026-08-22T12:21:58.321Z Downloaded cargo_metadata v0.23.1
3222026-08-22T12:21:58.325Z Downloaded thiserror-impl v2.0.18
3232026-08-22T12:21:58.325Z Downloaded sha2 v0.10.9
3242026-08-22T12:21:58.325Z Downloaded scroll v0.12.0
3252026-08-22T12:21:58.328Z Downloaded usdt-impl v0.5.0
3262026-08-22T12:21:58.328Z Downloaded quote v1.0.45
3272026-08-22T12:21:58.333Z Downloaded thiserror-impl v1.0.69
3282026-08-22T12:21:58.337Z Downloaded camino v1.2.5
3292026-08-22T12:21:58.347Z Downloaded zmij v1.0.21
3302026-08-22T12:21:58.353Z Downloaded pest_derive v2.8.6
3312026-08-22T12:21:58.358Z Downloaded serde_tokenstream v0.2.3
3322026-08-22T12:21:58.366Z Downloaded toml v0.8.23
3332026-08-22T12:21:58.370Z Downloaded ucd-trie v0.1.7
3342026-08-22T12:21:58.371Z Downloaded once_cell v1.21.3
3352026-08-22T12:21:58.371Z Downloaded anyhow v1.0.104
3362026-08-22T12:21:58.374Z Downloaded pest_generator v2.8.6
3372026-08-22T12:21:58.377Z Downloaded getrandom v0.3.4
3382026-08-22T12:21:58.386Z Downloaded proc-macro2 v1.0.106
3392026-08-22T12:21:58.390Z Downloaded unicode-ident v1.0.24
3402026-08-22T12:21:58.394Z Downloaded tempfile v3.27.0
3412026-08-22T12:21:58.394Z Downloaded papergrid v0.11.0
3422026-08-22T12:21:58.397Z Downloaded textwrap v0.16.2
3432026-08-22T12:21:58.397Z Downloaded zerocopy-derive v0.7.35
3442026-08-22T12:21:58.401Z Downloaded pest_meta v2.8.6
3452026-08-22T12:21:58.404Z Downloaded log v0.4.33
3462026-08-22T12:21:58.404Z Downloaded semver v1.0.28
3472026-08-22T12:21:58.409Z Downloaded clap v4.6.1
3482026-08-22T12:21:58.414Z Downloaded serde_derive v1.0.228
3492026-08-22T12:21:58.417Z Downloaded memchr v2.8.0
3502026-08-22T12:21:58.421Z Downloaded serde_core v1.0.228
3512026-08-22T12:21:58.431Z Downloaded toml_edit v0.22.27
3522026-08-22T12:21:58.441Z Downloaded serde v1.0.228
3532026-08-22T12:21:58.446Z Downloaded indexmap v2.14.0
3542026-08-22T12:21:58.466Z Downloaded typenum v1.20.1
3552026-08-22T12:21:58.474Z Downloaded pest v2.8.6
3562026-08-22T12:21:58.481Z Downloaded serde_json v1.0.151
3572026-08-22T12:21:58.488Z Downloaded hashbrown v0.17.0
3582026-08-22T12:21:58.495Z Downloaded goblin v0.8.2
3592026-08-22T12:21:58.503Z Downloaded clap_builder v4.6.0
3602026-08-22T12:21:58.510Z Downloaded winnow v0.7.14
3612026-08-22T12:21:58.539Z Downloaded syn v1.0.109
3622026-08-22T12:21:58.543Z Downloaded tabled v0.15.0
3632026-08-22T12:21:58.551Z Downloaded unicode-width v0.1.14
3642026-08-22T12:21:58.554Z Downloaded unicode-width v0.2.0
3652026-08-22T12:21:58.558Z Downloaded syn v2.0.117
3662026-08-22T12:21:58.575Z Downloaded rustix v1.1.4
3672026-08-22T12:21:58.595Z Downloaded libc v0.2.185
3682026-08-22T12:21:58.657Z Compiling proc-macro2 v1.0.106
3692026-08-22T12:21:58.657Z Compiling unicode-ident v1.0.24
3702026-08-22T12:21:58.658Z Compiling quote v1.0.45
3712026-08-22T12:21:58.658Z Compiling serde_core v1.0.228
3722026-08-22T12:21:58.661Z Compiling libc v0.2.185
3732026-08-22T12:21:58.661Z Compiling version_check v0.9.5
3742026-08-22T12:21:58.834Z Compiling memchr v2.8.0
3752026-08-22T12:21:58.837Z Compiling serde v1.0.228
3762026-08-22T12:21:58.837Z Compiling zmij v1.0.21
3772026-08-22T12:21:58.848Z Compiling thiserror v1.0.69
3782026-08-22T12:21:58.851Z Compiling ucd-trie v0.1.7
3792026-08-22T12:21:58.851Z Compiling itoa v1.0.17
3802026-08-22T12:21:58.852Z Compiling byteorder v1.5.0
3812026-08-22T12:21:58.866Z Compiling rustix v1.1.4
3822026-08-22T12:21:59.066Z Compiling serde_json v1.0.151
3832026-08-22T12:21:59.162Z Compiling bitflags v2.11.0
3842026-08-22T12:21:59.269Z Compiling pest v2.8.6
3852026-08-22T12:21:59.290Z Compiling usdt-impl v0.5.0
3862026-08-22T12:21:59.391Z Compiling proc-macro-error-attr v1.0.4
3872026-08-22T12:21:59.465Z Compiling syn v1.0.109
3882026-08-22T12:21:59.502Z Compiling camino v1.2.5
3892026-08-22T12:21:59.520Z Compiling proc-macro-error v1.0.4
3902026-08-22T12:21:59.613Z Compiling equivalent v1.0.2
3912026-08-22T12:21:59.616Z Compiling utf8parse v0.2.2
3922026-08-22T12:21:59.616Z Compiling log v0.4.33
3932026-08-22T12:21:59.702Z Compiling plain v0.2.3
3942026-08-22T12:21:59.705Z Compiling getrandom v0.3.4
3952026-08-22T12:21:59.770Z Compiling hashbrown v0.17.0
3962026-08-22T12:21:59.786Z Compiling anstyle-parse v1.0.0
3972026-08-22T12:21:59.825Z Compiling toml_write v0.1.2
3982026-08-22T12:21:59.829Z Compiling thiserror v2.0.18
3992026-08-22T12:21:59.879Z Compiling anstyle v1.0.14
4002026-08-22T12:21:59.913Z Compiling errno v0.3.14
4012026-08-22T12:21:59.932Z Compiling thread-id v4.2.2
4022026-08-22T12:21:59.949Z Compiling autocfg v1.5.0
4032026-08-22T12:21:59.984Z Compiling cfg-if v1.0.4
4042026-08-22T12:22:00.004Z Compiling winnow v0.7.14
4052026-08-22T12:22:00.023Z Compiling pretty-hex v0.4.1
4062026-08-22T12:22:00.081Z Compiling is_terminal_polyfill v1.70.2
4072026-08-22T12:22:00.085Z Compiling colorchoice v1.0.4
4082026-08-22T12:22:00.118Z Compiling anstyle-query v1.1.5
4092026-08-22T12:22:00.181Z Compiling bytecount v0.6.9
4102026-08-22T12:22:00.205Z Compiling clap_lex v1.0.0
4112026-08-22T12:22:00.239Z Compiling syn v2.0.117
4122026-08-22T12:22:00.274Z Compiling indexmap v2.14.0
4132026-08-22T12:22:00.320Z Compiling anstream v1.0.0
4142026-08-22T12:22:00.337Z Compiling heck v0.4.1
4152026-08-22T12:22:00.354Z Compiling anyhow v1.0.104
4162026-08-22T12:22:00.373Z Compiling pest_meta v2.8.6
4172026-08-22T12:22:00.486Z Compiling fs-err v3.3.0
4182026-08-22T12:22:00.490Z Compiling heck v0.5.0
4192026-08-22T12:22:00.585Z Compiling once_cell v1.21.3
4202026-08-22T12:22:00.588Z Compiling strsim v0.11.1
4212026-08-22T12:22:00.641Z Compiling fnv v1.0.7
4222026-08-22T12:22:00.690Z Compiling unicode-width v0.1.14
4232026-08-22T12:22:00.704Z Compiling fastrand v2.3.0
4242026-08-22T12:22:00.774Z Compiling memmap v0.7.0
4252026-08-22T12:22:00.820Z Compiling unicode-width v0.2.0
4262026-08-22T12:22:00.840Z Compiling smawk v0.3.2
4272026-08-22T12:22:00.863Z Compiling unicode-linebreak v0.1.5
4282026-08-22T12:22:00.921Z Compiling papergrid v0.11.0
4292026-08-22T12:22:00.965Z Compiling terminal_size v0.4.3
4302026-08-22T12:22:00.988Z Compiling tempfile v3.27.0
4312026-08-22T12:22:01.023Z Compiling swrite v0.1.0
4322026-08-22T12:22:01.227Z Compiling clap_builder v4.6.0
4332026-08-22T12:22:01.310Z Compiling semver v1.0.28
4342026-08-22T12:22:01.310Z Compiling cargo-platform v0.3.2
4352026-08-22T12:22:01.350Z Compiling textwrap v0.16.2
4362026-08-22T12:22:01.471Z Compiling camino-tempfile v1.4.1
4372026-08-22T12:22:01.767Z Compiling tabled_derive v0.7.0
4382026-08-22T12:22:02.373Z Compiling pest_generator v2.8.6
4392026-08-22T12:22:02.408Z Compiling tabled v0.15.0
4402026-08-22T12:22:02.894Z Compiling serde_derive v1.0.228
4412026-08-22T12:22:02.894Z Compiling thiserror-impl v1.0.69
4422026-08-22T12:22:02.897Z Compiling zerocopy-derive v0.7.35
4432026-08-22T12:22:02.897Z Compiling scroll_derive v0.12.1
4442026-08-22T12:22:02.897Z Compiling thiserror-impl v2.0.18
4452026-08-22T12:22:02.897Z Compiling clap_derive v4.6.1
4462026-08-22T12:22:02.982Z Compiling pest_derive v2.8.6
4472026-08-22T12:22:03.522Z Compiling scroll v0.12.0
4482026-08-22T12:22:03.647Z Compiling zerocopy v0.7.35
4492026-08-22T12:22:03.740Z Compiling goblin v0.8.2
4502026-08-22T12:22:03.946Z Compiling dtrace-parser v0.2.0
4512026-08-22T12:22:04.278Z Compiling clap v4.6.1
4522026-08-22T12:22:05.384Z Compiling dof v0.3.0
4532026-08-22T12:22:05.384Z Compiling serde_tokenstream v0.2.3
4542026-08-22T12:22:05.400Z Compiling toml_datetime v0.6.11
4552026-08-22T12:22:05.403Z Compiling serde_spanned v0.6.9
4562026-08-22T12:22:05.403Z Compiling cargo_metadata v0.23.1
4572026-08-22T12:22:05.403Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-22T12:22:05.403Z Compiling macaddr v1.0.1
4592026-08-22T12:22:05.588Z Compiling toml_edit v0.22.27
4602026-08-22T12:22:06.097Z Compiling usdt-macro v0.5.0
4612026-08-22T12:22:06.098Z Compiling usdt-attr-macro v0.5.0
4622026-08-22T12:22:06.702Z Compiling usdt v0.5.0
4632026-08-22T12:22:06.859Z Compiling toml v0.8.23
4642026-08-22T12:22:07.175Z Compiling cargo_toml v0.21.0
4652026-08-22T12:22:08.453Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-22T12:22:10.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.12s
4672026-08-22T12:22:10.753Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-22T12:22:11.268Z Downloading crates ...
4692026-08-22T12:22:11.325Z Downloaded adler2 v2.0.1
4702026-08-22T12:22:11.329Z Downloaded addr2line v0.25.1
4712026-08-22T12:22:11.333Z Downloaded atomicwrites v0.4.4
4722026-08-22T12:22:11.336Z Downloaded base16ct v0.2.0
4732026-08-22T12:22:11.336Z Downloaded atty v0.2.14
4742026-08-22T12:22:11.336Z Downloaded bcrypt-pbkdf v0.11.0
4752026-08-22T12:22:11.339Z Downloaded aead v0.5.2
4762026-08-22T12:22:11.340Z Downloaded assert_matches v1.5.0
4772026-08-22T12:22:11.343Z Downloaded atomic-waker v1.1.2
4782026-08-22T12:22:11.343Z Downloaded fd-lock v4.0.4
4792026-08-22T12:22:11.346Z Downloaded array-init v0.0.4
4802026-08-22T12:22:11.346Z Downloaded block-padding v0.4.2
4812026-08-22T12:22:11.346Z Downloaded foldhash v0.2.0
4822026-08-22T12:22:11.349Z Downloaded elliptic-curve v0.14.1
4832026-08-22T12:22:11.352Z Downloaded base16ct v1.0.0
4842026-08-22T12:22:11.353Z Downloaded bit-set v0.5.3
4852026-08-22T12:22:11.353Z Downloaded bitfield-macros v0.19.4
4862026-08-22T12:22:11.356Z Downloaded ff v0.13.1
4872026-08-22T12:22:11.356Z Downloaded foreign-types v0.5.0
4882026-08-22T12:22:11.356Z Downloaded arrayref v0.3.9
4892026-08-22T12:22:11.356Z Downloaded async-stream-impl v0.3.6
4902026-08-22T12:22:11.359Z Downloaded fs-err v2.11.0
4912026-08-22T12:22:11.359Z Downloaded ascii-canvas v3.0.0
4922026-08-22T12:22:11.359Z Downloaded bb8 v0.8.6
4932026-08-22T12:22:11.359Z Downloaded aead v0.6.1
4942026-08-22T12:22:11.362Z Downloaded async-stream v0.3.6
4952026-08-22T12:22:11.362Z Downloaded const-oid v0.10.2
4962026-08-22T12:22:11.366Z Downloaded float-ord v0.3.2
4972026-08-22T12:22:11.369Z Downloaded fixedbitset v0.4.2
4982026-08-22T12:22:11.372Z Downloaded foreign-types-shared v0.1.1
4992026-08-22T12:22:11.372Z Downloaded bit-set v0.8.0
5002026-08-22T12:22:11.372Z Downloaded endian-type v0.1.2
5012026-08-22T12:22:11.372Z Downloaded foreign-types v0.3.2
5022026-08-22T12:22:11.372Z Downloaded futures-core v0.3.32
5032026-08-22T12:22:11.372Z Downloaded futures-task v0.3.32
5042026-08-22T12:22:11.372Z Downloaded fxhash v0.2.1
5052026-08-22T12:22:11.375Z Downloaded block-buffer v0.12.1
5062026-08-22T12:22:11.375Z Downloaded ciborium-io v0.2.2
5072026-08-22T12:22:11.376Z Downloaded funty v2.0.0
5082026-08-22T12:22:11.379Z Downloaded async-recursion v1.1.1
5092026-08-22T12:22:11.379Z Downloaded cfg_aliases v0.1.1
5102026-08-22T12:22:11.379Z Downloaded cobs v0.3.0
5112026-08-22T12:22:11.382Z Downloaded embedded-io v0.4.0
5122026-08-22T12:22:11.386Z Downloaded env_logger v0.11.11
5132026-08-22T12:22:11.389Z Downloaded cfg_aliases v0.2.1
5142026-08-22T12:22:11.389Z Downloaded futures-macro v0.3.32
5152026-08-22T12:22:11.392Z Downloaded float-cmp v0.10.0
5162026-08-22T12:22:11.392Z Downloaded foreign-types-macros v0.2.3
5172026-08-22T12:22:11.392Z Downloaded futures-sink v0.3.32
5182026-08-22T12:22:11.396Z Downloaded ciborium-ll v0.2.2
5192026-08-22T12:22:11.399Z Downloaded embedded-io v0.6.1
5202026-08-22T12:22:11.402Z Downloaded foreign-types-shared v0.3.1
5212026-08-22T12:22:11.402Z Downloaded form_urlencoded v1.2.2
5222026-08-22T12:22:11.403Z Downloaded fallible-iterator v0.2.0
5232026-08-22T12:22:11.406Z Downloaded ff v0.14.0
5242026-08-22T12:22:11.406Z Downloaded filetime v0.2.27
5252026-08-22T12:22:11.406Z Downloaded gethostname v0.5.0
5262026-08-22T12:22:11.406Z Downloaded aho-corasick v1.1.4
5272026-08-22T12:22:11.409Z Downloaded bitflags v1.3.2
5282026-08-22T12:22:11.409Z Downloaded backoff v0.4.0
5292026-08-22T12:22:11.412Z Downloaded erased-serde v0.3.31
5302026-08-22T12:22:11.412Z Downloaded async-trait v0.1.89
5312026-08-22T12:22:11.416Z Downloaded bit-vec v0.6.3
5322026-08-22T12:22:11.416Z Downloaded anstream v0.6.21
5332026-08-22T12:22:11.416Z Downloaded enum_dispatch v0.3.13
5342026-08-22T12:22:11.419Z Downloaded fixedbitset v0.5.7
5352026-08-22T12:22:11.419Z Downloaded fs_extra v1.3.0
5362026-08-22T12:22:11.419Z Downloaded futures-executor v0.3.32
5372026-08-22T12:22:11.419Z Downloaded compression-core v0.4.31
5382026-08-22T12:22:11.419Z Downloaded castaway v0.2.4
5392026-08-22T12:22:11.422Z Downloaded enum-as-inner v0.6.1
5402026-08-22T12:22:11.423Z Downloaded hostname v0.3.1
5412026-08-22T12:22:11.423Z Downloaded cexpr v0.6.0
5422026-08-22T12:22:11.423Z Downloaded env_filter v2.0.0
5432026-08-22T12:22:11.426Z Downloaded futures-io v0.3.32
5442026-08-22T12:22:11.426Z Downloaded newline-converter v0.3.0
5452026-08-22T12:22:11.426Z Downloaded nodrop v0.1.14
5462026-08-22T12:22:11.426Z Downloaded headers-core v0.3.0
5472026-08-22T12:22:11.426Z Downloaded http-range v0.1.5
5482026-08-22T12:22:11.426Z Downloaded httpdate v1.0.3
5492026-08-22T12:22:11.426Z Downloaded num_threads v0.1.7
5502026-08-22T12:22:11.429Z Downloaded oso-derive v0.27.3
5512026-08-22T12:22:11.429Z Downloaded hash32 v0.2.1
5522026-08-22T12:22:11.429Z Downloaded hex v0.4.3
5532026-08-22T12:22:11.432Z Downloaded base64ct v1.8.3
5542026-08-22T12:22:11.435Z Downloaded bitfield v0.19.4
5552026-08-22T12:22:11.435Z Downloaded byte-wrapper v0.1.0
5562026-08-22T12:22:11.435Z Downloaded cassowary v0.3.0
5572026-08-22T12:22:11.435Z Downloaded ghash v0.6.0
5582026-08-22T12:22:11.438Z Downloaded http-body v1.0.1
5592026-08-22T12:22:11.438Z Downloaded flagset v0.4.7
5602026-08-22T12:22:11.441Z Downloaded backtrace-ext v0.2.1
5612026-08-22T12:22:11.442Z Downloaded buf-list v1.1.2
5622026-08-22T12:22:11.442Z Downloaded anstyle-parse v0.2.7
5632026-08-22T12:22:11.445Z Downloaded bitfield-struct v0.6.2
5642026-08-22T12:22:11.445Z Downloaded arrayvec v0.7.6
5652026-08-22T12:22:11.445Z Downloaded hubpack_derive v0.1.1
5662026-08-22T12:22:11.448Z Downloaded bit-vec v0.8.0
5672026-08-22T12:22:11.448Z Downloaded bcs v0.1.6
5682026-08-22T12:22:11.453Z Downloaded cmake v0.1.57
5692026-08-22T12:22:11.453Z Downloaded git-stub v1.0.0
5702026-08-22T12:22:11.456Z Downloaded cipher v0.5.2
5712026-08-22T12:22:11.456Z Downloaded blowfish v0.10.0
5722026-08-22T12:22:11.456Z Downloaded bs58 v0.5.1
5732026-08-22T12:22:11.456Z Downloaded cbc v0.2.1
5742026-08-22T12:22:11.459Z Downloaded hostname v0.4.2
5752026-08-22T12:22:11.459Z Downloaded hubpack v0.1.2
5762026-08-22T12:22:11.459Z Downloaded hex-literal v1.1.0
5772026-08-22T12:22:11.463Z Downloaded recursive v0.1.1
5782026-08-22T12:22:11.463Z Downloaded camino-tempfile-ext v0.3.3
5792026-08-22T12:22:11.463Z Downloaded cmov v0.5.4
5802026-08-22T12:22:11.466Z Downloaded globwalk v0.9.1
5812026-08-22T12:22:11.466Z Downloaded hash32 v0.3.1
5822026-08-22T12:22:11.466Z Downloaded home v0.5.12
5832026-08-22T12:22:11.469Z Downloaded find-msvc-tools v0.1.9
5842026-08-22T12:22:11.469Z Downloaded compression-codecs v0.4.37
5852026-08-22T12:22:11.469Z Downloaded argon2 v0.6.0-rc.8
5862026-08-22T12:22:11.472Z Downloaded chacha20 v0.9.1
5872026-08-22T12:22:11.473Z Downloaded ena v0.14.4
5882026-08-22T12:22:11.476Z Downloaded ahash v0.8.12
5892026-08-22T12:22:11.476Z Downloaded bzip2 v0.4.4
5902026-08-22T12:22:11.480Z Downloaded rand_pcg v0.10.2
5912026-08-22T12:22:11.480Z Downloaded recursive-proc-macro-impl v0.1.1
5922026-08-22T12:22:11.480Z Downloaded backon v1.6.0
5932026-08-22T12:22:11.480Z Downloaded foldhash v0.1.5
5942026-08-22T12:22:11.483Z Downloaded nibble_vec v0.1.0
5952026-08-22T12:22:11.483Z Downloaded num-complex v0.4.6
5962026-08-22T12:22:11.483Z Downloaded num_enum v0.5.11
5972026-08-22T12:22:11.486Z Downloaded peg-runtime v0.8.5
5982026-08-22T12:22:11.489Z Downloaded password-hash v0.5.0
5992026-08-22T12:22:11.489Z Downloaded signal-hook-tokio v0.3.1
6002026-08-22T12:22:11.489Z Downloaded progenitor-macro v0.14.0
6012026-08-22T12:22:11.492Z Downloaded signature v2.2.0
6022026-08-22T12:22:11.493Z Downloaded siphasher v1.0.2
6032026-08-22T12:22:11.493Z Downloaded progenitor-macro v0.13.0
6042026-08-22T12:22:11.496Z Downloaded async-bb8-diesel v0.2.1
6052026-08-22T12:22:11.500Z Downloaded cancel-safe-futures v0.1.5
6062026-08-22T12:22:11.500Z Downloaded rustc_version v0.4.1
6072026-08-22T12:22:11.503Z Downloaded blake2 v0.11.0-rc.6
6082026-08-22T12:22:11.506Z Downloaded sapling-renderdag v0.1.0
6092026-08-22T12:22:11.506Z Downloaded slog-envlogger v2.2.0
6102026-08-22T12:22:11.510Z Downloaded cipher v0.4.4
6112026-08-22T12:22:11.513Z Downloaded polyval v0.7.1
6122026-08-22T12:22:11.513Z Downloaded pkg-config v0.3.32
6132026-08-22T12:22:11.513Z Downloaded highway v1.3.0
6142026-08-22T12:22:11.517Z Downloaded progenitor-client v0.13.0
6152026-08-22T12:22:11.517Z Downloaded strsim v0.10.0
6162026-08-22T12:22:11.517Z Downloaded http-body-util v0.1.3
6172026-08-22T12:22:11.520Z Downloaded supports-hyperlinks v3.2.0
6182026-08-22T12:22:11.520Z Downloaded sync_wrapper v1.0.2
6192026-08-22T12:22:11.520Z Downloaded thiserror-impl-no-std v2.0.2
6202026-08-22T12:22:11.520Z Downloaded tokio-test v0.4.5
6212026-08-22T12:22:11.520Z Downloaded allocator-api2 v0.2.21
6222026-08-22T12:22:11.520Z Downloaded ciborium v0.2.2
6232026-08-22T12:22:11.523Z Downloaded colored v3.1.1
6242026-08-22T12:22:11.524Z Downloaded rand_chacha v0.9.0
6252026-08-22T12:22:11.524Z Downloaded argon2 v0.5.3
6262026-08-22T12:22:11.527Z Downloaded console v0.15.11
6272026-08-22T12:22:11.527Z Downloaded console v0.16.2
6282026-08-22T12:22:11.527Z Downloaded bzip2 v0.6.1
6292026-08-22T12:22:11.530Z Downloaded glob v0.3.3
6302026-08-22T12:22:11.530Z Downloaded group v0.13.0
6312026-08-22T12:22:11.530Z Downloaded git-stub-vcs v0.1.0
6322026-08-22T12:22:11.533Z Downloaded secrecy v0.8.0
6332026-08-22T12:22:11.536Z Downloaded universal-hash v0.5.1
6342026-08-22T12:22:11.539Z Downloaded semver v0.1.20
6352026-08-22T12:22:11.544Z Downloaded slog-bunyan v2.5.0
6362026-08-22T12:22:11.548Z Downloaded stable_deref_trait v1.2.1
6372026-08-22T12:22:11.548Z Downloaded parking_lot v0.12.5
6382026-08-22T12:22:11.548Z Downloaded spki v0.7.3
6392026-08-22T12:22:11.548Z Downloaded utf-8 v0.7.6
6402026-08-22T12:22:11.551Z Downloaded group v0.14.0
6412026-08-22T12:22:11.551Z Downloaded xattr v1.6.1
6422026-08-22T12:22:11.554Z Downloaded zone v0.3.1
6432026-08-22T12:22:11.554Z Downloaded zone_cfg_derive v0.3.1
6442026-08-22T12:22:11.554Z Downloaded crunchy v0.2.4
6452026-08-22T12:22:11.554Z Downloaded fatfs v0.3.6
6462026-08-22T12:22:11.558Z Downloaded futures v0.3.32
6472026-08-22T12:22:11.561Z Downloaded strum v0.27.2
6482026-08-22T12:22:11.561Z Downloaded futures-channel v0.3.32
6492026-08-22T12:22:11.561Z Downloaded generic-array v1.4.3
6502026-08-22T12:22:11.564Z Downloaded take_mut v0.2.2
6512026-08-22T12:22:11.564Z Downloaded tap v1.0.1
6522026-08-22T12:22:11.564Z Downloaded tokio-macros v2.7.0
6532026-08-22T12:22:11.567Z Downloaded colored v2.2.0
6542026-08-22T12:22:11.571Z Downloaded flume v0.11.1
6552026-08-22T12:22:11.574Z Downloaded peg-macros v0.8.5
6562026-08-22T12:22:11.574Z Downloaded pin-project-internal v1.1.11
6572026-08-22T12:22:11.574Z Downloaded ppv-lite86 v0.2.21
6582026-08-22T12:22:11.577Z Downloaded primeorder v0.13.6
6592026-08-22T12:22:11.577Z Downloaded blake2 v0.10.6
6602026-08-22T12:22:11.577Z Downloaded clang-sys v1.8.1
6612026-08-22T12:22:11.577Z Downloaded pkcs1 v0.8.0-rc.4
6622026-08-22T12:22:11.580Z Downloaded postgres-types v0.2.12
6632026-08-22T12:22:11.580Z Downloaded curve25519-dalek-derive v0.1.1
6642026-08-22T12:22:11.580Z Downloaded primeorder v0.14.0
6652026-08-22T12:22:11.583Z Downloaded rtoolbox v0.0.3
6662026-08-22T12:22:11.583Z Downloaded chacha20 v0.10.0
6672026-08-22T12:22:11.586Z Downloaded schemars_derive v0.8.22
6682026-08-22T12:22:11.586Z Downloaded const-oid v0.9.6
6692026-08-22T12:22:11.589Z Downloaded difflib v0.4.0
6702026-08-22T12:22:11.589Z Downloaded dirs-sys-next v0.1.2
6712026-08-22T12:22:11.589Z Downloaded yoke-derive v0.8.1
6722026-08-22T12:22:11.589Z Downloaded tokio-tungstenite v0.23.1
6732026-08-22T12:22:11.593Z Downloaded zeroize_derive v1.5.0
6742026-08-22T12:22:11.593Z Downloaded cpubits v0.1.1
6752026-08-22T12:22:11.596Z Downloaded dropshot-api-manager-types v0.8.0
6762026-08-22T12:22:11.596Z Downloaded illumos-nvpair-sys v0.2.0
6772026-08-22T12:22:11.602Z Downloaded walkdir v2.5.0
6782026-08-22T12:22:11.605Z Downloaded omicron-zone-package v0.12.3
6792026-08-22T12:22:11.608Z Downloaded oso v0.27.3
6802026-08-22T12:22:11.611Z Downloaded getrandom v0.2.17
6812026-08-22T12:22:11.615Z Downloaded keccak v0.1.6
6822026-08-22T12:22:11.619Z Downloaded lru v0.12.5
6832026-08-22T12:22:11.619Z Downloaded lru-cache v0.1.2
6842026-08-22T12:22:11.619Z Downloaded half v1.8.3
6852026-08-22T12:22:11.623Z Downloaded hmac v0.12.1
6862026-08-22T12:22:11.623Z Downloaded packed_struct v0.10.1
6872026-08-22T12:22:11.623Z Downloaded sec1 v0.8.1
6882026-08-22T12:22:11.626Z Downloaded secrecy v0.10.3
6892026-08-22T12:22:11.626Z Downloaded jiff-static v0.2.34
6902026-08-22T12:22:11.626Z Downloaded shlex v1.3.0
6912026-08-22T12:22:11.626Z Downloaded slog-json v2.6.1
6922026-08-22T12:22:11.626Z Downloaded mime v0.3.17
6932026-08-22T12:22:11.629Z Downloaded daft v0.1.7
6942026-08-22T12:22:11.629Z Downloaded strum_macros v0.24.3
6952026-08-22T12:22:11.632Z Downloaded der_derive v0.7.3
6962026-08-22T12:22:11.632Z Downloaded arc-swap v1.8.2
6972026-08-22T12:22:11.635Z Downloaded chacha20poly1305 v0.10.1
6982026-08-22T12:22:11.635Z Downloaded hyper-tls v0.6.0
6992026-08-22T12:22:11.640Z Downloaded base64 v0.22.1
7002026-08-22T12:22:11.640Z Downloaded bytes v1.11.1
7012026-08-22T12:22:11.643Z Downloaded tls_codec v0.4.2
7022026-08-22T12:22:11.646Z Downloaded tiny-keccak v2.0.2
7032026-08-22T12:22:11.646Z Downloaded tui-tree-widget v0.23.1
7042026-08-22T12:22:11.646Z Downloaded usdt v0.6.0
7052026-08-22T12:22:11.646Z Downloaded compact_str v0.8.1
7062026-08-22T12:22:11.650Z Downloaded chumsky v0.9.3
7072026-08-22T12:22:11.650Z Downloaded instability v0.3.11
7082026-08-22T12:22:11.650Z Downloaded new_debug_unreachable v1.0.6
7092026-08-22T12:22:11.654Z Downloaded openssl-probe v0.1.6
7102026-08-22T12:22:11.654Z Downloaded path-slash v0.1.5
7112026-08-22T12:22:11.654Z Downloaded tokio-stream v0.1.18
7122026-08-22T12:22:11.654Z Downloaded tokio-tungstenite v0.21.0
7132026-08-22T12:22:11.657Z Downloaded unicode-properties v0.1.4
7142026-08-22T12:22:11.660Z Downloaded either v1.15.0
7152026-08-22T12:22:11.663Z Downloaded corncobs v0.1.4
7162026-08-22T12:22:11.666Z Downloaded critical-section v1.2.0
7172026-08-22T12:22:11.667Z Downloaded serde_repr v0.1.20
7182026-08-22T12:22:11.670Z Downloaded ctr v0.10.1
7192026-08-22T12:22:11.670Z Downloaded defmt-parser v1.0.0
7202026-08-22T12:22:11.673Z Downloaded ipnetwork v0.21.1
7212026-08-22T12:22:11.673Z Downloaded num_enum_derive v0.5.11
7222026-08-22T12:22:11.673Z Downloaded olpc-cjson v0.1.4
7232026-08-22T12:22:11.673Z Downloaded packed_struct_codegen v0.10.1
7242026-08-22T12:22:11.676Z Downloaded parking_lot v0.11.2
7252026-08-22T12:22:11.676Z Downloaded salsa20 v0.11.0
7262026-08-22T12:22:11.676Z Downloaded phf_shared v0.11.3
7272026-08-22T12:22:11.680Z Downloaded phf_shared v0.12.1
7282026-08-22T12:22:11.680Z Downloaded predicates-core v1.0.10
7292026-08-22T12:22:11.683Z Downloaded crossbeam-utils v0.8.21
7302026-08-22T12:22:11.683Z Downloaded vergen v9.1.0
7312026-08-22T12:22:11.686Z Downloaded half v2.7.1
7322026-08-22T12:22:11.690Z Downloaded libefi-sys v0.1.0
7332026-08-22T12:22:11.690Z Downloaded httparse v1.10.1
7342026-08-22T12:22:11.690Z Downloaded libloading v0.8.9
7352026-08-22T12:22:11.690Z Downloaded lock_api v0.4.14
7362026-08-22T12:22:11.693Z Downloaded scroll_derive v0.13.1
7372026-08-22T12:22:11.693Z Downloaded shell-words v1.1.1
7382026-08-22T12:22:11.696Z Downloaded signature v3.0.0
7392026-08-22T12:22:11.696Z Downloaded ar_archive_writer v0.5.1
7402026-08-22T12:22:11.699Z Downloaded backtrace v0.3.76
7412026-08-22T12:22:11.699Z Downloaded bumpalo v3.20.2
7422026-08-22T12:22:11.702Z Downloaded globset v0.4.18
7432026-08-22T12:22:11.702Z Downloaded getrandom v0.4.3
7442026-08-22T12:22:11.705Z Downloaded diesel-dtrace v0.5.0
7452026-08-22T12:22:11.705Z Downloaded dof v0.4.0
7462026-08-22T12:22:11.705Z Downloaded rand_chacha v0.3.1
7472026-08-22T12:22:11.708Z Downloaded async-compression v0.4.41
7482026-08-22T12:22:11.711Z Downloaded derive_builder v0.20.2
7492026-08-22T12:22:11.715Z Downloaded headers v0.4.1
7502026-08-22T12:22:11.718Z Downloaded cc v1.2.56
7512026-08-22T12:22:11.721Z Downloaded oxide-tokio-rt v0.1.4
7522026-08-22T12:22:11.721Z Downloaded oxnet v0.1.6
7532026-08-22T12:22:11.721Z Downloaded parse-display v0.10.0
7542026-08-22T12:22:11.721Z Downloaded paste v1.0.15
7552026-08-22T12:22:11.724Z Downloaded sqlparser_derive v0.5.0
7562026-08-22T12:22:11.724Z Downloaded tinyvec_macros v0.1.1
7572026-08-22T12:22:11.727Z Downloaded tracing-attributes v0.1.31
7582026-08-22T12:22:11.730Z Downloaded progenitor-extras v0.2.0
7592026-08-22T12:22:11.730Z Downloaded rustversion v1.0.22
7602026-08-22T12:22:11.730Z Downloaded tower-layer v0.3.3
7612026-08-22T12:22:11.734Z Downloaded unarray v0.1.4
7622026-08-22T12:22:11.734Z Downloaded multer v3.1.0
7632026-08-22T12:22:11.737Z Downloaded nonempty v0.12.0
7642026-08-22T12:22:11.737Z Downloaded structmeta v0.3.0
7652026-08-22T12:22:11.737Z Downloaded zerofrom-derive v0.1.6
7662026-08-22T12:22:11.737Z Downloaded ingot-macros v0.2.0
7672026-08-22T12:22:11.737Z Downloaded strip-ansi-escapes v0.2.1
7682026-08-22T12:22:11.740Z Downloaded supports-color v3.0.2
7692026-08-22T12:22:11.740Z Downloaded supports-unicode v3.0.0
7702026-08-22T12:22:11.745Z Downloaded progenitor-impl v0.13.0
7712026-08-22T12:22:11.748Z Downloaded ipnet v2.12.0
7722026-08-22T12:22:11.752Z Downloaded jobserver v0.1.34
7732026-08-22T12:22:11.755Z Downloaded num-iter v0.1.45
7742026-08-22T12:22:11.755Z Downloaded slog-dtrace v0.3.0
7752026-08-22T12:22:11.758Z Downloaded crucible-workspace-hack v0.1.0
7762026-08-22T12:22:11.758Z Downloaded serde_yaml v0.9.34+deprecated
7772026-08-22T12:22:11.761Z Downloaded slog-scope v4.4.1
7782026-08-22T12:22:11.761Z Downloaded port-file v0.1.0
7792026-08-22T12:22:11.764Z Downloaded predicates-tree v1.0.13
7802026-08-22T12:22:11.764Z Downloaded proc-macro-error2 v2.0.1
7812026-08-22T12:22:11.764Z Downloaded universal-hash v0.6.1
7822026-08-22T12:22:11.764Z Downloaded utf8_iter v1.0.4
7832026-08-22T12:22:11.768Z Downloaded base64 v0.21.7
7842026-08-22T12:22:11.768Z Downloaded slab v0.4.12
7852026-08-22T12:22:11.768Z Downloaded slog-stdlog v4.1.1
7862026-08-22T12:22:11.771Z Downloaded xshell-macros v0.2.7
7872026-08-22T12:22:11.771Z Downloaded rand_core v0.6.4
7882026-08-22T12:22:11.771Z Downloaded heapless v0.8.0
7892026-08-22T12:22:11.774Z Downloaded hmac v0.13.0
7902026-08-22T12:22:11.774Z Downloaded ssh-cipher v0.3.0
7912026-08-22T12:22:11.774Z Downloaded dtrace-parser v0.3.0
7922026-08-22T12:22:11.778Z Downloaded heapless v0.7.17
7932026-08-22T12:22:11.782Z Downloaded aes v0.9.1
7942026-08-22T12:22:11.785Z Downloaded crc-catalog v2.4.0
7952026-08-22T12:22:11.791Z Downloaded ecdsa v0.17.0
7962026-08-22T12:22:11.795Z Downloaded unicase v2.9.0
7972026-08-22T12:22:11.795Z Downloaded vergen-lib v9.1.0
7982026-08-22T12:22:11.795Z Downloaded rustls-pemfile v2.2.0
7992026-08-22T12:22:11.798Z Downloaded is-terminal v0.4.17
8002026-08-22T12:22:11.798Z Downloaded serde_with_macros v1.5.2
8012026-08-22T12:22:11.801Z Downloaded cstr-argument v0.1.2
8022026-08-22T12:22:11.801Z Downloaded maybe-uninit v2.0.0
8032026-08-22T12:22:11.801Z Downloaded md-5 v0.10.6
8042026-08-22T12:22:11.801Z Downloaded typify v0.6.2
8052026-08-22T12:22:11.807Z Downloaded vte v0.14.1
8062026-08-22T12:22:11.810Z Downloaded zip v0.6.6
8072026-08-22T12:22:11.814Z Downloaded support-bundle-viewer v0.1.2
8082026-08-22T12:22:11.817Z Downloaded thread_local v1.1.9
8092026-08-22T12:22:11.817Z Downloaded scrypt v0.12.0
8102026-08-22T12:22:11.817Z Downloaded whoami v1.6.1
8112026-08-22T12:22:11.820Z Downloaded lazy_static v1.5.0
8122026-08-22T12:22:11.820Z Downloaded normalize-line-endings v0.3.0
8132026-08-22T12:22:11.823Z Downloaded openssl-macros v0.1.1
8142026-08-22T12:22:11.826Z Downloaded darling_core v0.23.0
8152026-08-22T12:22:11.832Z Downloaded darling_core v0.20.11
8162026-08-22T12:22:11.861Z Downloaded darling_core v0.21.3
8172026-08-22T12:22:11.862Z Downloaded derive-ex v0.1.8
8182026-08-22T12:22:11.862Z Downloaded p256 v0.14.0
8192026-08-22T12:22:11.862Z Downloaded prefix-trie v0.7.0
8202026-08-22T12:22:11.862Z Downloaded progenitor-impl v0.14.0
8212026-08-22T12:22:11.862Z Downloaded deranged v0.5.8
8222026-08-22T12:22:11.862Z Downloaded spin v0.9.8
8232026-08-22T12:22:11.862Z Downloaded tokio-rustls v0.26.4
8242026-08-22T12:22:11.862Z Downloaded zopfli v0.8.3
8252026-08-22T12:22:11.862Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8262026-08-22T12:22:11.862Z Downloaded impl-trait-for-tuples v0.2.3
8272026-08-22T12:22:11.862Z Downloaded writeable v0.6.2
8282026-08-22T12:22:11.862Z Downloaded potential_utf v0.1.4
8292026-08-22T12:22:11.862Z Downloaded russh-util v0.52.0
8302026-08-22T12:22:11.862Z Downloaded flate2 v1.1.9
8312026-08-22T12:22:11.862Z Downloaded icu_locale_core v2.1.1
8322026-08-22T12:22:11.862Z Downloaded indicatif v0.18.4
8332026-08-22T12:22:11.862Z Downloaded rcgen v0.12.1
8342026-08-22T12:22:11.866Z Downloaded indoc v2.0.7
8352026-08-22T12:22:11.866Z Downloaded hickory-resolver v0.24.4
8362026-08-22T12:22:11.866Z Downloaded rustc-demangle v0.1.27
8372026-08-22T12:22:11.866Z Downloaded quinn-udp v0.5.14
8382026-08-22T12:22:11.870Z Downloaded rfc6979 v0.6.0
8392026-08-22T12:22:11.870Z Downloaded russh-cryptovec v0.62.0
8402026-08-22T12:22:11.870Z Downloaded proc-macro-crate v1.3.1
8412026-08-22T12:22:11.870Z Downloaded zeroize v1.9.0
8422026-08-22T12:22:11.870Z Downloaded nu-ansi-term v0.50.3
8432026-08-22T12:22:11.873Z Downloaded proc-macro-crate v3.4.0
8442026-08-22T12:22:11.873Z Downloaded proc-macro-error-attr2 v2.0.0
8452026-08-22T12:22:11.873Z Downloaded radium v0.7.0
8462026-08-22T12:22:11.873Z Downloaded ref-cast-impl v1.0.25
8472026-08-22T12:22:11.873Z Downloaded nom v7.1.3
8482026-08-22T12:22:11.876Z Downloaded crypto-bigint v0.5.5
8492026-08-22T12:22:11.879Z Downloaded expectorate v1.2.0
8502026-08-22T12:22:11.882Z Downloaded schemars v0.8.22
8512026-08-22T12:22:11.888Z Downloaded constant_time_eq v0.4.2
8522026-08-22T12:22:11.891Z Downloaded zerocopy v0.6.6
8532026-08-22T12:22:11.891Z Downloaded cookie_store v0.22.1
8542026-08-22T12:22:11.894Z Downloaded sync-ptr v0.1.4
8552026-08-22T12:22:11.894Z Downloaded serde_with_macros v3.21.0
8562026-08-22T12:22:11.894Z Downloaded time-core v0.1.8
8572026-08-22T12:22:11.894Z Downloaded miniz_oxide v0.8.9
8582026-08-22T12:22:11.897Z Downloaded darling v0.20.11
8592026-08-22T12:22:11.901Z Downloaded displaydoc v0.2.5
8602026-08-22T12:22:11.901Z Downloaded pbkdf2 v0.13.0
8612026-08-22T12:22:11.901Z Downloaded thread-id v5.1.0
8622026-08-22T12:22:11.904Z Downloaded same-file v1.0.6
8632026-08-22T12:22:11.904Z Downloaded pem-rfc7468 v1.0.0
8642026-08-22T12:22:11.904Z Downloaded test-strategy v0.4.5
8652026-08-22T12:22:11.908Z Downloaded hybrid-array v0.4.13
8662026-08-22T12:22:11.908Z Downloaded rand_seeder v0.4.0
8672026-08-22T12:22:11.908Z Downloaded unit-prefix v0.5.2
8682026-08-22T12:22:11.911Z Downloaded usdt-attr-macro v0.6.0
8692026-08-22T12:22:11.911Z Downloaded tar v0.4.46
8702026-08-22T12:22:11.911Z Downloaded rayon-core v1.13.0
8712026-08-22T12:22:11.911Z Downloaded ron v0.8.1
8722026-08-22T12:22:11.915Z Downloaded ed25519 v3.0.0
8732026-08-22T12:22:11.918Z Downloaded keccak v0.2.0
8742026-08-22T12:22:11.918Z Downloaded libsw v3.5.0
8752026-08-22T12:22:11.918Z Downloaded libsw-core v0.3.2
8762026-08-22T12:22:11.918Z Downloaded lzss v0.8.2
8772026-08-22T12:22:11.921Z Downloaded termtree v0.5.1
8782026-08-22T12:22:11.921Z Downloaded schemars v1.2.1
8792026-08-22T12:22:11.927Z Downloaded cpufeatures v0.3.0
8802026-08-22T12:22:11.931Z Downloaded crc8 v0.1.1
8812026-08-22T12:22:11.931Z Downloaded pkcs5 v0.8.1
8822026-08-22T12:22:11.934Z Downloaded derive_builder_macro v0.20.2
8832026-08-22T12:22:11.934Z Downloaded native-tls v0.2.18
8842026-08-22T12:22:11.934Z Downloaded num-bigint-dig v0.8.6
8852026-08-22T12:22:11.937Z Downloaded topological-sort v0.2.2
8862026-08-22T12:22:11.937Z Downloaded ssh-encoding v0.3.0
8872026-08-22T12:22:11.941Z Downloaded dyn-clone v1.0.20
8882026-08-22T12:22:11.941Z Downloaded string_cache v0.8.9
8892026-08-22T12:22:11.941Z Downloaded indoc v1.0.9
8902026-08-22T12:22:11.942Z Downloaded http v1.4.2
8912026-08-22T12:22:11.945Z Downloaded parking_lot_core v0.9.12
8922026-08-22T12:22:11.948Z Downloaded oxide-update-engine v0.1.2
8932026-08-22T12:22:11.948Z Downloaded pin-project-lite v0.2.17
8942026-08-22T12:22:11.951Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8952026-08-22T12:22:11.951Z Downloaded wait-timeout v0.2.1
8962026-08-22T12:22:11.954Z Downloaded derive_more v2.1.1
8972026-08-22T12:22:11.958Z Downloaded aes-gcm v0.11.0
8982026-08-22T12:22:11.962Z Downloaded maplit v1.0.2
8992026-08-22T12:22:11.962Z Downloaded managed v0.8.0
9002026-08-22T12:22:11.962Z Downloaded hashbrown v0.12.3
9012026-08-22T12:22:11.965Z Downloaded newtype_derive v0.1.6
9022026-08-22T12:22:11.965Z Downloaded parse-size v1.1.0
9032026-08-22T12:22:11.965Z Downloaded phf_shared v0.13.1
9042026-08-22T12:22:11.965Z Downloaded serde_cbor v0.11.2
9052026-08-22T12:22:11.970Z Downloaded progenitor-client v0.14.0
9062026-08-22T12:22:11.970Z Downloaded darling v0.21.3
9072026-08-22T12:22:11.973Z Downloaded digest v0.11.3
9082026-08-22T12:22:11.973Z Downloaded darling v0.23.0
9092026-08-22T12:22:11.976Z Downloaded typed-path v0.9.3
9102026-08-22T12:22:11.979Z Downloaded unicode-segmentation v1.12.0
9112026-08-22T12:22:11.979Z Downloaded toml_edit v0.23.10+spec-1.0.0
9122026-08-22T12:22:11.982Z Downloaded rusty-fork v0.3.1
9132026-08-22T12:22:11.982Z Downloaded sec1 v0.7.3
9142026-08-22T12:22:11.985Z Downloaded serde_path_to_error v0.1.20
9152026-08-22T12:22:11.985Z Downloaded slog-term v2.9.2
9162026-08-22T12:22:11.988Z Downloaded ingot v0.2.1
9172026-08-22T12:22:11.989Z Downloaded sha2 v0.11.0
9182026-08-22T12:22:11.989Z Downloaded zstd-safe v7.2.4
9192026-08-22T12:22:11.992Z Downloaded crossbeam-deque v0.8.6
9202026-08-22T12:22:11.992Z Downloaded smf v0.2.3
9212026-08-22T12:22:11.992Z Downloaded ref-cast v1.0.25
9222026-08-22T12:22:11.995Z Downloaded rustc_version v0.1.7
9232026-08-22T12:22:11.995Z Downloaded scopeguard v1.2.0
9242026-08-22T12:22:11.995Z Downloaded signal-hook-mio v0.2.5
9252026-08-22T12:22:11.995Z Downloaded rsa v0.10.0-rc.18
9262026-08-22T12:22:11.998Z Downloaded strum_macros v0.26.4
9272026-08-22T12:22:11.998Z Downloaded tagptr v0.2.0
9282026-08-22T12:22:12.002Z Downloaded libscf-sys v1.2.0
9292026-08-22T12:22:12.002Z Downloaded linked-hash-map v0.5.6
9302026-08-22T12:22:12.005Z Downloaded seq-macro v0.3.6
9312026-08-22T12:22:12.005Z Downloaded serde_plain v1.0.2
9322026-08-22T12:22:12.008Z Downloaded sha1 v0.10.6
9332026-08-22T12:22:12.008Z Downloaded uuid v1.23.4
9342026-08-22T12:22:12.008Z Downloaded zerotrie v0.2.3
9352026-08-22T12:22:12.011Z Downloaded num-derive v0.4.2
9362026-08-22T12:22:12.014Z Downloaded ingot-types v0.2.0
9372026-08-22T12:22:12.015Z Downloaded quick-error v1.2.3
9382026-08-22T12:22:12.018Z Downloaded phf v0.13.1
9392026-08-22T12:22:12.018Z Downloaded hashbrown v0.13.2
9402026-08-22T12:22:12.021Z Downloaded twox-hash v2.1.2
9412026-08-22T12:22:12.021Z Downloaded untrusted v0.9.0
9422026-08-22T12:22:12.021Z Downloaded icu_normalizer v2.1.1
9432026-08-22T12:22:12.024Z Downloaded icu_normalizer_data v2.1.1
9442026-08-22T12:22:12.025Z Downloaded xshell v0.2.7
9452026-08-22T12:22:12.028Z Downloaded mime_guess v2.0.5
9462026-08-22T12:22:12.028Z Downloaded hickory-resolver v0.25.2
9472026-08-22T12:22:12.031Z Downloaded typify-macro v0.6.2
9482026-08-22T12:22:12.031Z Downloaded digest-io v0.1.0
9492026-08-22T12:22:12.036Z Downloaded structmeta-derive v0.3.0
9502026-08-22T12:22:12.039Z Downloaded strum v0.26.3
9512026-08-22T12:22:12.039Z Downloaded ed25519-dalek v3.0.0
9522026-08-22T12:22:12.042Z Downloaded url v2.5.8
9532026-08-22T12:22:12.042Z Downloaded zstd v0.13.3
9542026-08-22T12:22:12.045Z Downloaded crossbeam-epoch v0.9.18
9552026-08-22T12:22:12.048Z Downloaded downcast-rs v2.0.2
9562026-08-22T12:22:12.052Z Downloaded reedline v0.40.0
9572026-08-22T12:22:12.056Z Downloaded signal-hook-registry v1.4.8
9582026-08-22T12:22:12.059Z Downloaded darling_core v0.13.4
9592026-08-22T12:22:12.064Z Downloaded illumos-nvpair v0.3.0
9602026-08-22T12:22:12.067Z Downloaded inout v0.2.2
9612026-08-22T12:22:12.067Z Downloaded is_ci v1.2.0
9622026-08-22T12:22:12.067Z Downloaded lalrpop-util v0.19.12
9632026-08-22T12:22:12.067Z Downloaded unicode-xid v0.2.6
9642026-08-22T12:22:12.070Z Downloaded spki v0.8.0
9652026-08-22T12:22:12.073Z Downloaded p384 v0.14.0
9662026-08-22T12:22:12.076Z Downloaded num-bigint v0.4.6
9672026-08-22T12:22:12.081Z Downloaded knus-derive v3.4.0
9682026-08-22T12:22:12.081Z Downloaded psl-types v2.0.11
9692026-08-22T12:22:12.084Z Downloaded darling_macro v0.20.11
9702026-08-22T12:22:12.084Z Downloaded darling_macro v0.21.3
9712026-08-22T12:22:12.084Z Downloaded tungstenite v0.21.0
9722026-08-22T12:22:12.087Z Downloaded pkcs8 v0.11.0
9732026-08-22T12:22:12.087Z Downloaded vergen-gitcl v1.0.8
9742026-08-22T12:22:12.090Z Downloaded vergen-lib v0.1.6
9752026-08-22T12:22:12.090Z Downloaded postcard v1.1.3
9762026-08-22T12:22:12.090Z Downloaded crc v3.4.0
9772026-08-22T12:22:12.094Z Downloaded tungstenite v0.23.0
9782026-08-22T12:22:12.097Z Downloaded num-integer v0.1.46
9792026-08-22T12:22:12.101Z Downloaded pem-rfc7468 v0.7.0
9802026-08-22T12:22:12.101Z Downloaded kem v0.3.0
9812026-08-22T12:22:12.104Z Downloaded match_cfg v0.1.0
9822026-08-22T12:22:12.104Z Downloaded memoffset v0.9.1
9832026-08-22T12:22:12.107Z Downloaded derive_more v0.99.20
9842026-08-22T12:22:12.107Z Downloaded openssl-probe v0.2.1
9852026-08-22T12:22:12.107Z Downloaded delegate v0.13.5
9862026-08-22T12:22:12.111Z Downloaded testing_table v0.3.0
9872026-08-22T12:22:12.114Z Downloaded usdt-macro v0.6.0
9882026-08-22T12:22:12.114Z Downloaded qorb v0.4.1
9892026-08-22T12:22:12.117Z Downloaded wnaf v0.14.0
9902026-08-22T12:22:12.120Z Downloaded usdt-impl v0.6.0
9912026-08-22T12:22:12.123Z Downloaded vsss-rs v3.3.4
9922026-08-22T12:22:12.127Z Downloaded subtle v2.6.1
9932026-08-22T12:22:12.130Z Downloaded strum_macros v0.27.2
9942026-08-22T12:22:12.130Z Downloaded multimap v0.10.1
9952026-08-22T12:22:12.130Z Downloaded num_enum_derive v0.7.6
9962026-08-22T12:22:12.133Z Downloaded serde-big-array v0.5.1
9972026-08-22T12:22:12.133Z Downloaded debug-ignore v1.0.5
9982026-08-22T12:22:12.133Z Downloaded sha1 v0.11.0
9992026-08-22T12:22:12.138Z Downloaded hashbrown v0.15.5
10002026-08-22T12:22:12.142Z Downloaded postgres-protocol v0.6.10
10012026-08-22T12:22:12.145Z Downloaded rand_core v0.10.0
10022026-08-22T12:22:12.145Z Downloaded document-features v0.2.12
10032026-08-22T12:22:12.148Z Downloaded similar v2.7.0
10042026-08-22T12:22:12.152Z Downloaded idna_adapter v1.2.1
10052026-08-22T12:22:12.155Z Downloaded tabwriter v1.4.1
10062026-08-22T12:22:12.155Z Downloaded wyz v0.5.1
10072026-08-22T12:22:12.155Z Downloaded try-lock v0.2.5
10082026-08-22T12:22:12.158Z Downloaded rustls-native-certs v0.8.3
10092026-08-22T12:22:12.162Z Downloaded password-hash v0.6.1
10102026-08-22T12:22:12.165Z Downloaded pretty_assertions v1.4.1
10112026-08-22T12:22:12.165Z Downloaded snafu v0.8.9
10122026-08-22T12:22:12.168Z Downloaded dropshot-api-manager v0.8.0
10132026-08-22T12:22:12.171Z Downloaded tower v0.5.3
10142026-08-22T12:22:12.175Z Downloaded hyper-rustls v0.27.7
10152026-08-22T12:22:12.179Z Downloaded ecdsa v0.16.9
10162026-08-22T12:22:12.179Z Downloaded smallvec v0.6.14
10172026-08-22T12:22:12.179Z Downloaded snafu-derive v0.8.9
10182026-08-22T12:22:12.182Z Downloaded tokio-native-tls v0.3.1
10192026-08-22T12:22:12.182Z Downloaded uzers v0.12.2
10202026-08-22T12:22:12.185Z Downloaded num-rational v0.4.2
10212026-08-22T12:22:12.190Z Downloaded linear-map v1.2.0
10222026-08-22T12:22:12.194Z Downloaded icu_provider v2.1.1
10232026-08-22T12:22:12.195Z Downloaded owo-colors v4.3.0
10242026-08-22T12:22:12.198Z Downloaded rand_xorshift v0.4.0
10252026-08-22T12:22:12.198Z Downloaded socket2 v0.6.3
10262026-08-22T12:22:12.198Z Downloaded darling v0.13.4
10272026-08-22T12:22:12.201Z Downloaded serde_bytes v0.11.19
10282026-08-22T12:22:12.201Z Downloaded hickory-server v0.25.2
10292026-08-22T12:22:12.205Z Downloaded blake3 v1.8.5
10302026-08-22T12:22:12.210Z Downloaded poly1305 v0.9.0
10312026-08-22T12:22:12.213Z Downloaded tracing-core v0.1.36
10322026-08-22T12:22:12.213Z Downloaded ed25519 v2.2.3
10332026-08-22T12:22:12.216Z Downloaded indent_write v2.2.0
10342026-08-22T12:22:12.216Z Downloaded darling_macro v0.23.0
10352026-08-22T12:22:12.219Z Downloaded prettyplease v0.2.37
10362026-08-22T12:22:12.222Z Downloaded instant v0.1.13
10372026-08-22T12:22:12.225Z Downloaded phc v0.6.1
10382026-08-22T12:22:12.229Z Downloaded miette-derive v7.6.0
10392026-08-22T12:22:12.232Z Downloaded opaque-debug v0.3.1
10402026-08-22T12:22:12.235Z Downloaded percent-encoding v2.3.2
10412026-08-22T12:22:12.235Z Downloaded rand v0.10.1
10422026-08-22T12:22:12.238Z Downloaded crossbeam-channel v0.5.15
10432026-08-22T12:22:12.238Z Downloaded aws-lc-rs v1.16.3
10442026-08-22T12:22:12.243Z Downloaded drift v0.2.0
10452026-08-22T12:22:12.248Z Downloaded ignore v0.4.25
10462026-08-22T12:22:12.251Z Downloaded toml_parser v1.1.2+spec-1.1.0
10472026-08-22T12:22:12.251Z Downloaded elliptic-curve v0.13.8
10482026-08-22T12:22:12.255Z Downloaded cookie v0.18.1
10492026-08-22T12:22:12.255Z Downloaded minimal-lexical v0.2.1
10502026-08-22T12:22:12.258Z Downloaded slog-async v2.8.0
10512026-08-22T12:22:12.261Z Downloaded serde_derive_internals v0.29.1
10522026-08-22T12:22:12.261Z Downloaded sigpipe v0.1.3
10532026-08-22T12:22:12.264Z Downloaded csv-core v0.1.13
10542026-08-22T12:22:12.265Z Downloaded derive_builder_core v0.20.2
10552026-08-22T12:22:12.268Z Downloaded pin-project v1.1.11
10562026-08-22T12:22:12.271Z Downloaded dsl_auto_type v0.2.0
10572026-08-22T12:22:12.275Z Downloaded iana-time-zone v0.1.65
10582026-08-22T12:22:12.275Z Downloaded zerovec-derive v0.11.2
10592026-08-22T12:22:12.275Z Downloaded kstat-rs v0.2.5
10602026-08-22T12:22:12.278Z Downloaded untrusted v0.7.1
10612026-08-22T12:22:12.278Z Downloaded num v0.4.3
10622026-08-22T12:22:12.278Z Downloaded x509-cert v0.2.5
10632026-08-22T12:22:12.281Z Downloaded num-traits v0.2.19
10642026-08-22T12:22:12.284Z Downloaded ryu v1.0.23
10652026-08-22T12:22:12.287Z Downloaded memmap2 v0.9.10
10662026-08-22T12:22:12.287Z Downloaded parking_lot_core v0.8.6
10672026-08-22T12:22:12.291Z Downloaded display-error-chain v0.2.2
10682026-08-22T12:22:12.291Z Downloaded inout v0.1.4
10692026-08-22T12:22:12.294Z Downloaded rand v0.8.6
10702026-08-22T12:22:12.297Z Downloaded powerfmt v0.2.0
10712026-08-22T12:22:12.297Z Downloaded der v0.7.10
10722026-08-22T12:22:12.301Z Downloaded jiff-core v0.1.0
10732026-08-22T12:22:12.304Z Downloaded serde_with v1.14.0
10742026-08-22T12:22:12.307Z Downloaded smallvec v1.15.1
10752026-08-22T12:22:12.307Z Downloaded progenitor v0.14.0
10762026-08-22T12:22:12.307Z Downloaded hashbrown v0.14.5
10772026-08-22T12:22:12.310Z Downloaded rfc6979 v0.4.0
10782026-08-22T12:22:12.310Z Downloaded scheduled-thread-pool v0.2.7
10792026-08-22T12:22:12.313Z Downloaded serde-hex v0.1.0
10802026-08-22T12:22:12.313Z Downloaded hashbrown v0.16.1
10812026-08-22T12:22:12.316Z Downloaded winnow v1.0.3
10822026-08-22T12:22:12.320Z Downloaded libm v0.2.16
10832026-08-22T12:22:12.325Z Downloaded primefield v0.14.0
10842026-08-22T12:22:12.328Z Downloaded rand_core v0.9.5
10852026-08-22T12:22:12.328Z Downloaded darling_macro v0.13.4
10862026-08-22T12:22:12.328Z Downloaded sponge-cursor v0.1.0
10872026-08-22T12:22:12.328Z Downloaded static_assertions v1.1.0
10882026-08-22T12:22:12.332Z Downloaded thiserror-no-std v2.0.2
10892026-08-22T12:22:12.332Z Downloaded tower-service v0.3.3
10902026-08-22T12:22:12.332Z Downloaded void v1.0.2
10912026-08-22T12:22:12.332Z Downloaded want v0.3.1
10922026-08-22T12:22:12.332Z Downloaded tinystr v0.8.2
10932026-08-22T12:22:12.337Z Downloaded unicode-truncate v1.1.0
10942026-08-22T12:22:12.340Z Downloaded lru-slab v0.1.2
10952026-08-22T12:22:12.340Z Downloaded toml_writer v1.1.1+spec-1.1.0
10962026-08-22T12:22:12.343Z Downloaded waitgroup v0.1.2
10972026-08-22T12:22:12.343Z Downloaded bitvec v1.0.1
10982026-08-22T12:22:12.351Z Downloaded poly1305 v0.8.0
10992026-08-22T12:22:12.354Z Downloaded precomputed-hash v0.1.1
11002026-08-22T12:22:12.354Z Downloaded futures-util v0.3.32
11012026-08-22T12:22:12.359Z Downloaded litrs v1.0.0
11022026-08-22T12:22:12.362Z Downloaded ctutils v0.4.2
11032026-08-22T12:22:12.363Z Downloaded defmt-macros v1.0.1
11042026-08-22T12:22:12.366Z Downloaded zerofrom v0.1.6
11052026-08-22T12:22:12.366Z Downloaded dunce v1.0.5
11062026-08-22T12:22:12.366Z Downloaded hyper-staticfile v0.10.1
11072026-08-22T12:22:12.366Z Downloaded pkcs8 v0.10.2
11082026-08-22T12:22:12.369Z Downloaded dirs-next v2.0.0
11092026-08-22T12:22:12.369Z Downloaded reqwest v0.13.2
11102026-08-22T12:22:12.372Z Downloaded rsa v0.9.10
11112026-08-22T12:22:12.375Z Downloaded rustls-pki-types v1.14.0
11122026-08-22T12:22:12.375Z Downloaded phf v0.12.1
11132026-08-22T12:22:12.379Z Downloaded tokio-postgres v0.7.16
11142026-08-22T12:22:12.379Z Downloaded winnow v0.6.26
11152026-08-22T12:22:12.385Z Downloaded nom v8.0.0
11162026-08-22T12:22:12.388Z Downloaded serde_with v3.21.0
11172026-08-22T12:22:12.393Z Downloaded hyper-util v0.1.20
11182026-08-22T12:22:12.396Z Downloaded serdect v0.4.3
11192026-08-22T12:22:12.399Z Downloaded term v0.7.0
11202026-08-22T12:22:12.400Z Downloaded stringprep v0.1.5
11212026-08-22T12:22:12.403Z Downloaded icu_properties v2.1.2
11222026-08-22T12:22:12.403Z Downloaded bindgen v0.71.1
11232026-08-22T12:22:12.406Z Downloaded chrono v0.4.45
11242026-08-22T12:22:12.410Z Downloaded litemap v0.8.1
11252026-08-22T12:22:12.413Z Downloaded termios v0.3.3
11262026-08-22T12:22:12.413Z Downloaded module-lattice v0.2.3
11272026-08-22T12:22:12.413Z Downloaded itertools v0.10.5
11282026-08-22T12:22:12.417Z Downloaded newtype-uuid-macros v0.1.0
11292026-08-22T12:22:12.417Z Downloaded h2 v0.4.15
11302026-08-22T12:22:12.420Z Downloaded serde_spanned v1.1.1
11312026-08-22T12:22:12.424Z Downloaded convert_case v0.4.0
11322026-08-22T12:22:12.424Z Downloaded crc32fast v1.5.0
11332026-08-22T12:22:12.424Z Downloaded indexmap v1.9.3
11342026-08-22T12:22:12.428Z Downloaded predicates v3.1.4
11352026-08-22T12:22:12.428Z Downloaded subprocess v0.2.15
11362026-08-22T12:22:12.431Z Downloaded internet-checksum v0.2.1
11372026-08-22T12:22:12.431Z Downloaded ssh-key v0.7.0-rc.11
11382026-08-22T12:22:12.434Z Downloaded hkdf v0.12.4
11392026-08-22T12:22:12.434Z Downloaded hkdf v0.13.0
11402026-08-22T12:22:12.437Z Downloaded yansi v1.0.1
11412026-08-22T12:22:12.437Z Downloaded const_format v0.2.35
11422026-08-22T12:22:12.440Z Downloaded tinyvec v1.10.0
11432026-08-22T12:22:12.441Z Downloaded pkcs1 v0.7.5
11442026-08-22T12:22:12.444Z Downloaded tls_codec_derive v0.4.2
11452026-08-22T12:22:12.444Z Downloaded humantime v2.3.0
11462026-08-22T12:22:12.444Z Downloaded signal-hook v0.3.18
11472026-08-22T12:22:12.447Z Downloaded num_enum v0.7.6
11482026-08-22T12:22:12.450Z Downloaded samael v0.0.19
11492026-08-22T12:22:12.454Z Downloaded newtype-uuid v1.3.2
11502026-08-22T12:22:12.454Z Downloaded oxide-update-engine-display v0.1.2
11512026-08-22T12:22:12.454Z Downloaded tower-http v0.6.8
11522026-08-22T12:22:12.457Z Downloaded parse-display-derive v0.10.0
11532026-08-22T12:22:12.460Z Downloaded unsafe-libyaml v0.2.11
11542026-08-22T12:22:12.460Z Downloaded defmt v0.3.100
11552026-08-22T12:22:12.460Z Downloaded derive-where v1.6.0
11562026-08-22T12:22:12.464Z Downloaded md5 v0.8.0
11572026-08-22T12:22:12.464Z Downloaded unicode-bidi v0.3.18
11582026-08-22T12:22:12.464Z Downloaded time-macros v0.2.27
11592026-08-22T12:22:12.467Z Downloaded vergen-git2 v9.1.0
11602026-08-22T12:22:12.467Z Downloaded num-conv v0.2.0
11612026-08-22T12:22:12.467Z Downloaded serde_urlencoded v0.7.1
11622026-08-22T12:22:12.467Z Downloaded ident_case v1.0.1
11632026-08-22T12:22:12.470Z Downloaded rawzip v0.4.4
11642026-08-22T12:22:12.473Z Downloaded zip v4.6.1
11652026-08-22T12:22:12.473Z Downloaded p521 v0.14.0
11662026-08-22T12:22:12.476Z Downloaded stacker v0.1.23
11672026-08-22T12:22:12.476Z Downloaded pem v3.0.6
11682026-08-22T12:22:12.476Z Downloaded progenitor v0.13.0
11692026-08-22T12:22:12.480Z Downloaded synstructure v0.13.2
11702026-08-22T12:22:12.480Z Downloaded openssl-sys v0.9.117
11712026-08-22T12:22:12.483Z Downloaded oxide-update-engine-types v0.1.2
11722026-08-22T12:22:12.483Z Downloaded diesel_table_macro_syntax v0.3.0
11732026-08-22T12:22:12.483Z Downloaded sqlformat v0.3.5
11742026-08-22T12:22:12.486Z Downloaded defmt v1.0.1
11752026-08-22T12:22:12.486Z Downloaded iri-string v0.7.10
11762026-08-22T12:22:12.489Z Downloaded trait-variant v0.1.2
11772026-08-22T12:22:12.489Z Downloaded publicsuffix v2.3.0
11782026-08-22T12:22:12.493Z Downloaded rustls-webpki v0.103.13
11792026-08-22T12:22:12.493Z Downloaded resolv-conf v0.7.6
11802026-08-22T12:22:12.496Z Downloaded yoke v0.8.1
11812026-08-22T12:22:12.496Z Downloaded scuffle v0.1.0
11822026-08-22T12:22:12.499Z Downloaded socket2 v0.5.10
11832026-08-22T12:22:12.499Z Downloaded vcpkg v0.2.15
11842026-08-22T12:22:12.521Z Downloaded rpassword v7.5.4
11852026-08-22T12:22:12.524Z Downloaded data-encoding v2.10.0
11862026-08-22T12:22:12.524Z Downloaded crypto-common v0.2.2
11872026-08-22T12:22:12.524Z Downloaded derive_more-impl v2.1.1
11882026-08-22T12:22:12.528Z Downloaded r2d2 v0.8.10
11892026-08-22T12:22:12.528Z Downloaded toml v1.1.2+spec-1.1.0
11902026-08-22T12:22:12.531Z Downloaded scroll v0.13.0
11912026-08-22T12:22:12.531Z Downloaded idna v1.1.0
11922026-08-22T12:22:12.535Z Downloaded nanorand v0.7.0
11932026-08-22T12:22:12.535Z Downloaded tokio-dtrace v0.1.1
11942026-08-22T12:22:12.535Z Downloaded papergrid v0.18.0
11952026-08-22T12:22:12.538Z Downloaded itertools v0.14.0
11962026-08-22T12:22:12.541Z Downloaded peg v0.8.5
11972026-08-22T12:22:12.544Z Downloaded daft-derive v0.1.7
11982026-08-22T12:22:12.548Z Downloaded diff v0.1.13
11992026-08-22T12:22:12.548Z Downloaded convert_case v0.10.0
12002026-08-22T12:22:12.548Z Downloaded psm v0.1.30
12012026-08-22T12:22:12.552Z Downloaded const_format_proc_macros v0.2.34
12022026-08-22T12:22:12.552Z Downloaded libbz2-rs-sys v0.2.2
12032026-08-22T12:22:12.552Z Downloaded unicode_categories v0.1.1
12042026-08-22T12:22:12.555Z Downloaded rustls-platform-verifier v0.6.2
12052026-08-22T12:22:12.555Z Downloaded toml v0.7.8
12062026-08-22T12:22:12.558Z Downloaded ml-kem v0.3.2
12072026-08-22T12:22:12.558Z Downloaded petname v2.0.2
12082026-08-22T12:22:12.561Z Downloaded term v1.2.1
12092026-08-22T12:22:12.564Z Downloaded quinn v0.11.11
12102026-08-22T12:22:12.564Z Downloaded rustc-hash v2.1.1
12112026-08-22T12:22:12.570Z Downloaded whoami v2.1.0
12122026-08-22T12:22:12.574Z Downloaded icu_properties_data v2.1.2
12132026-08-22T12:22:12.581Z Downloaded miette v7.6.0
12142026-08-22T12:22:12.585Z Downloaded crc-any v2.5.0
12152026-08-22T12:22:12.588Z Downloaded des v0.9.0
12162026-08-22T12:22:12.608Z Downloaded itertools v0.13.0
12172026-08-22T12:22:12.612Z Downloaded yasna v0.5.2
12182026-08-22T12:22:12.615Z Downloaded dropshot_endpoint v0.17.1
12192026-08-22T12:22:12.615Z Downloaded simd-adler32 v0.3.8
12202026-08-22T12:22:12.631Z Downloaded zerovec v0.11.5
12212026-08-22T12:22:12.634Z Downloaded salty v0.3.0
12222026-08-22T12:22:12.638Z Downloaded toml_edit v0.19.15
12232026-08-22T12:22:12.648Z Downloaded ed25519-dalek v2.2.0
12242026-08-22T12:22:12.651Z Downloaded regex v1.12.3
12252026-08-22T12:22:12.654Z Downloaded slog v2.8.2
12262026-08-22T12:22:12.658Z Downloaded schemars v0.9.0
12272026-08-22T12:22:12.662Z Downloaded mio v1.2.0
12282026-08-22T12:22:12.665Z Downloaded der v0.8.0
12292026-08-22T12:22:12.668Z Downloaded portable-atomic v1.13.1
12302026-08-22T12:22:12.671Z Downloaded moka v0.12.13
12312026-08-22T12:22:12.676Z Downloaded winnow v0.5.40
12322026-08-22T12:22:12.680Z Downloaded crossterm v0.29.0
12332026-08-22T12:22:12.684Z Downloaded diesel_derives v2.3.7
12342026-08-22T12:22:12.689Z Downloaded bstr v1.12.1
12352026-08-22T12:22:12.694Z Downloaded zlib-rs v0.6.2
12362026-08-22T12:22:12.697Z Downloaded proptest v1.11.0
12372026-08-22T12:22:12.702Z Downloaded rustyline v14.0.0
12382026-08-22T12:22:12.711Z Downloaded steno v0.4.1
12392026-08-22T12:22:12.714Z Downloaded crossterm v0.28.1
12402026-08-22T12:22:12.721Z Downloaded knus v3.4.0
12412026-08-22T12:22:12.726Z Downloaded unicode-normalization v0.1.25
12422026-08-22T12:22:12.729Z Downloaded hyper v1.10.1
12432026-08-22T12:22:12.732Z Downloaded git2 v0.20.4
12442026-08-22T12:22:12.744Z Downloaded rand v0.9.2
12452026-08-22T12:22:12.762Z Downloaded reqwest v0.12.28
12462026-08-22T12:22:12.766Z Downloaded tokio-util v0.7.18
12472026-08-22T12:22:12.770Z Downloaded goblin v0.10.5
12482026-08-22T12:22:12.774Z Downloaded lalrpop v0.19.12
12492026-08-22T12:22:12.781Z Downloaded radix_trie v0.2.1
12502026-08-22T12:22:12.784Z Downloaded internal-russh-num-bigint v0.5.0
12512026-08-22T12:22:12.788Z Downloaded p384 v0.13.1
12522026-08-22T12:22:12.791Z Downloaded icu_collections v2.1.1
12532026-08-22T12:22:12.794Z Downloaded regress v0.10.5
12542026-08-22T12:22:12.797Z Downloaded regress v0.11.1
12552026-08-22T12:22:12.802Z Downloaded russh v0.62.4
12562026-08-22T12:22:12.807Z Downloaded iddqd v0.4.2
12572026-08-22T12:22:12.812Z Downloaded zerocopy-derive v0.8.55
12582026-08-22T12:22:12.817Z Downloaded time v0.3.47
12592026-08-22T12:22:12.824Z Downloaded rayon v1.11.0
12602026-08-22T12:22:12.829Z Downloaded zerocopy v0.8.55
12612026-08-22T12:22:12.840Z Downloaded tough v0.22.0
12622026-08-22T12:22:12.844Z Downloaded quick-xml v0.37.5
12632026-08-22T12:22:12.848Z Downloaded libxml v0.3.3
12642026-08-22T12:22:12.851Z Downloaded quinn-proto v0.11.16
12652026-08-22T12:22:12.856Z Downloaded nix v0.31.2
12662026-08-22T12:22:12.862Z Downloaded dropshot v0.17.1
12672026-08-22T12:22:12.875Z Downloaded crypto-primes v0.7.2
12682026-08-22T12:22:12.878Z Downloaded nix v0.28.0
12692026-08-22T12:22:12.884Z Downloaded sqlparser v0.61.0
12702026-08-22T12:22:12.890Z Downloaded nix v0.27.1
12712026-08-22T12:22:12.895Z Downloaded sha3 v0.12.0
12722026-08-22T12:22:12.900Z Downloaded gimli v0.32.3
12732026-08-22T12:22:12.903Z Downloaded curve25519-dalek v5.0.0
12742026-08-22T12:22:12.907Z Downloaded itertools v0.12.1
12752026-08-22T12:22:12.910Z Downloaded itertools v0.15.0
12762026-08-22T12:22:12.915Z Downloaded smoltcp v0.11.0
12772026-08-22T12:22:12.922Z Downloaded openssl v0.10.80
12782026-08-22T12:22:12.928Z Downloaded curve25519-dalek v4.1.3
12792026-08-22T12:22:12.932Z Downloaded object v0.37.3
12802026-08-22T12:22:12.939Z Downloaded smoltcp v0.9.1
12812026-08-22T12:22:12.945Z Downloaded polar-core v0.27.3
12822026-08-22T12:22:12.951Z Downloaded tabled v0.21.0
12832026-08-22T12:22:12.965Z Downloaded hickory-proto v0.24.4
12842026-08-22T12:22:12.974Z Downloaded rustix v0.38.44
12852026-08-22T12:22:12.987Z Downloaded regex-syntax v0.6.29
12862026-08-22T12:22:12.991Z Downloaded crypto-bigint v0.7.5
12872026-08-22T12:22:13.001Z Downloaded sha3 v0.11.0
12882026-08-22T12:22:13.004Z Downloaded rustls v0.23.41
12892026-08-22T12:22:13.008Z Downloaded hickory-proto v0.25.2
12902026-08-22T12:22:13.017Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-08-22T12:22:13.024Z Downloaded typify-impl v0.6.2
12922026-08-22T12:22:13.032Z Downloaded object v0.30.4
12932026-08-22T12:22:13.037Z Downloaded sled v0.34.7
12942026-08-22T12:22:13.043Z Downloaded petgraph v0.6.5
12952026-08-22T12:22:13.054Z Downloaded regex-syntax v0.8.10
12962026-08-22T12:22:13.061Z Downloaded regex-automata v0.4.14
12972026-08-22T12:22:13.071Z Downloaded diesel v2.3.7
12982026-08-22T12:22:13.082Z Downloaded jiff v0.2.34
12992026-08-22T12:22:13.091Z Downloaded openapiv3 v2.2.0
13002026-08-22T12:22:13.098Z Downloaded petgraph v0.8.3
13012026-08-22T12:22:13.111Z Downloaded chrono-tz v0.10.4
13022026-08-22T12:22:13.121Z Downloaded tracing v0.1.44
13032026-08-22T12:22:13.133Z Downloaded sha3 v0.10.8
13042026-08-22T12:22:13.137Z Downloaded zerocopy-derive v0.6.6
13052026-08-22T12:22:13.142Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-08-22T12:22:13.152Z Downloaded libz-sys v1.1.24
13072026-08-22T12:22:13.188Z Downloaded ratatui v0.29.0
13082026-08-22T12:22:13.224Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-08-22T12:22:13.261Z Downloaded csv v1.4.0
13102026-08-22T12:22:13.272Z Downloaded tokio v1.52.1
13112026-08-22T12:22:13.295Z Downloaded encoding_rs v0.8.35
13122026-08-22T12:22:13.310Z Downloaded ring v0.17.14
13132026-08-22T12:22:13.628Z Downloaded aws-lc-sys v0.40.0
13142026-08-22T12:22:13.879Z Compiling serde_core v1.0.228
13152026-08-22T12:22:13.879Z Compiling libc v0.2.185
13162026-08-22T12:22:13.882Z Compiling serde v1.0.228
13172026-08-22T12:22:13.882Z Compiling log v0.4.33
13182026-08-22T12:22:13.882Z Compiling smallvec v1.15.1
13192026-08-22T12:22:13.882Z Compiling find-msvc-tools v0.1.9
13202026-08-22T12:22:13.882Z Compiling shlex v1.3.0
13212026-08-22T12:22:13.883Z Compiling subtle v2.6.1
13222026-08-22T12:22:14.042Z Compiling scopeguard v1.2.0
13232026-08-22T12:22:14.052Z Compiling typenum v1.20.1
13242026-08-22T12:22:14.055Z Compiling stable_deref_trait v1.2.1
13252026-08-22T12:22:14.055Z Compiling zerocopy v0.8.55
13262026-08-22T12:22:14.055Z Compiling portable-atomic v1.13.1
13272026-08-22T12:22:14.100Z Compiling serde_json v1.0.151
13282026-08-22T12:22:14.116Z Compiling syn v2.0.117
13292026-08-22T12:22:14.128Z Compiling critical-section v1.2.0
13302026-08-22T12:22:14.228Z Compiling lock_api v0.4.14
13312026-08-22T12:22:14.231Z Compiling libm v0.2.16
13322026-08-22T12:22:14.286Z Compiling num-traits v0.2.19
13332026-08-22T12:22:14.292Z Compiling pkg-config v0.3.32
13342026-08-22T12:22:14.292Z Compiling generic-array v0.14.7
13352026-08-22T12:22:14.332Z Compiling pin-project-lite v0.2.17
13362026-08-22T12:22:14.347Z Compiling parking_lot_core v0.9.12
13372026-08-22T12:22:14.378Z Compiling const-oid v0.9.6
13382026-08-22T12:22:14.382Z Compiling getrandom v0.3.4
13392026-08-22T12:22:14.408Z Compiling litemap v0.8.1
13402026-08-22T12:22:14.456Z Compiling futures-core v0.3.32
13412026-08-22T12:22:14.507Z Compiling percent-encoding v2.3.2
13422026-08-22T12:22:14.602Z Compiling writeable v0.6.2
13432026-08-22T12:22:14.648Z Compiling icu_properties_data v2.1.2
13442026-08-22T12:22:14.661Z Compiling icu_normalizer_data v2.1.1
13452026-08-22T12:22:14.664Z Compiling rustix v1.1.4
13462026-08-22T12:22:14.676Z Compiling getrandom v0.4.3
13472026-08-22T12:22:14.717Z Compiling rand_core v0.10.0
13482026-08-22T12:22:14.721Z Compiling futures-sink v0.3.32
13492026-08-22T12:22:14.833Z Compiling futures-channel v0.3.32
13502026-08-22T12:22:14.870Z Compiling futures-io v0.3.32
13512026-08-22T12:22:14.887Z Compiling utf8_iter v1.0.4
13522026-08-22T12:22:14.929Z Compiling futures-task v0.3.32
13532026-08-22T12:22:15.049Z Compiling errno v0.3.14
13542026-08-22T12:22:15.065Z Compiling jobserver v0.1.34
13552026-08-22T12:22:15.069Z Compiling getrandom v0.2.17
13562026-08-22T12:22:15.114Z Compiling mio v1.2.0
13572026-08-22T12:22:15.117Z Compiling socket2 v0.6.3
13582026-08-22T12:22:15.117Z Compiling slab v0.4.12
13592026-08-22T12:22:15.185Z Compiling signal-hook-registry v1.4.8
13602026-08-22T12:22:15.198Z Compiling form_urlencoded v1.2.2
13612026-08-22T12:22:15.228Z Compiling once_cell v1.21.3
13622026-08-22T12:22:15.258Z Compiling rand_core v0.6.4
13632026-08-22T12:22:15.325Z Compiling cc v1.2.56
13642026-08-22T12:22:15.349Z Compiling parking_lot v0.12.5
13652026-08-22T12:22:15.405Z Compiling rustversion v1.0.22
13662026-08-22T12:22:15.420Z Compiling iana-time-zone v0.1.65
13672026-08-22T12:22:15.469Z Compiling base64ct v1.8.3
13682026-08-22T12:22:15.487Z Compiling fs_extra v1.3.0
13692026-08-22T12:22:15.487Z Compiling ident_case v1.0.1
13702026-08-22T12:22:15.516Z Compiling dunce v1.0.5
13712026-08-22T12:22:15.538Z Compiling regex-syntax v0.8.10
13722026-08-22T12:22:15.554Z Compiling flagset v0.4.7
13732026-08-22T12:22:15.605Z Compiling rand_core v0.9.5
13742026-08-22T12:22:15.626Z Compiling base64 v0.22.1
13752026-08-22T12:22:15.643Z Compiling syn v1.0.109
13762026-08-22T12:22:15.646Z Compiling vcpkg v0.2.15
13772026-08-22T12:22:15.661Z Compiling tracing-core v0.1.36
13782026-08-22T12:22:15.701Z Compiling cpufeatures v0.2.17
13792026-08-22T12:22:15.761Z Compiling pem-rfc7468 v0.7.0
13802026-08-22T12:22:15.778Z Compiling aws-lc-rs v1.16.3
13812026-08-22T12:22:15.792Z Compiling simd-adler32 v0.3.8
13822026-08-22T12:22:15.795Z Compiling dyn-clone v1.0.20
13832026-08-22T12:22:15.835Z Compiling schemars v0.8.22
13842026-08-22T12:22:15.911Z Compiling spin v0.9.8
13852026-08-22T12:22:15.959Z Compiling tinyvec_macros v0.1.1
13862026-08-22T12:22:15.980Z Compiling crc32fast v1.5.0
13872026-08-22T12:22:16.042Z Compiling cmov v0.5.4
13882026-08-22T12:22:16.059Z Compiling openssl-probe v0.2.1
13892026-08-22T12:22:16.089Z Compiling cmake v0.1.57
13902026-08-22T12:22:16.104Z Compiling adler2 v2.0.1
13912026-08-22T12:22:16.107Z Compiling httparse v1.10.1
13922026-08-22T12:22:16.151Z Compiling tinyvec v1.10.0
13932026-08-22T12:22:16.165Z Compiling aho-corasick v1.1.4
13942026-08-22T12:22:16.258Z Compiling bitflags v2.11.0
13952026-08-22T12:22:16.276Z Compiling semver v1.0.28
13962026-08-22T12:22:16.304Z Compiling indexmap v2.14.0
13972026-08-22T12:22:16.322Z Compiling uuid v1.23.4
13982026-08-22T12:22:16.454Z Compiling ctutils v0.4.2
13992026-08-22T12:22:16.485Z Compiling miniz_oxide v0.8.9
14002026-08-22T12:22:16.509Z Compiling rustc_version v0.4.1
14012026-08-22T12:22:16.541Z Compiling try-lock v0.2.5
14022026-08-22T12:22:16.544Z Compiling untrusted v0.7.1
14032026-08-22T12:22:16.581Z Compiling tower-service v0.3.3
14042026-08-22T12:22:16.633Z Compiling atomic-waker v1.1.2
14052026-08-22T12:22:16.669Z Compiling tower-layer v0.3.3
14062026-08-22T12:22:16.691Z Compiling radium v0.7.0
14072026-08-22T12:22:16.706Z Compiling want v0.3.1
14082026-08-22T12:22:16.889Z Compiling openssl v0.10.80
14092026-08-22T12:22:16.903Z Compiling foreign-types-shared v0.1.1
14102026-08-22T12:22:16.928Z Compiling maybe-uninit v2.0.0
14112026-08-22T12:22:16.980Z Compiling aws-lc-sys v0.40.0
14122026-08-22T12:22:16.998Z Compiling openssl-sys v0.9.117
14132026-08-22T12:22:17.014Z Compiling untrusted v0.9.0
14142026-08-22T12:22:17.045Z Compiling regex-automata v0.4.14
14152026-08-22T12:22:17.061Z Compiling rustls v0.23.41
14162026-08-22T12:22:17.077Z Compiling synstructure v0.13.2
14172026-08-22T12:22:17.093Z Compiling serde_derive_internals v0.29.1
14182026-08-22T12:22:17.143Z Compiling pest_generator v2.8.6
14192026-08-22T12:22:17.165Z Compiling darling_core v0.20.11
14202026-08-22T12:22:17.180Z Compiling httpdate v1.0.3
14212026-08-22T12:22:17.218Z Compiling tap v1.0.1
14222026-08-22T12:22:17.348Z Compiling wyz v0.5.1
14232026-08-22T12:22:17.425Z Compiling terminal_size v0.4.3
14242026-08-22T12:22:17.480Z Compiling tempfile v3.27.0
14252026-08-22T12:22:17.528Z Compiling foreign-types v0.3.2
14262026-08-22T12:22:17.565Z Compiling bzip2-sys v0.1.13+1.0.8
14272026-08-22T12:22:17.580Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-08-22T12:22:17.611Z Compiling unicode-normalization v0.1.25
14292026-08-22T12:22:17.667Z Compiling num-integer v0.1.46
14302026-08-22T12:22:17.694Z Compiling wait-timeout v0.2.1
14312026-08-22T12:22:17.864Z Compiling ahash v0.8.12
14322026-08-22T12:22:17.881Z Compiling time-core v0.1.8
14332026-08-22T12:22:17.897Z Compiling packed_struct v0.10.1
14342026-08-22T12:22:17.955Z Compiling funty v2.0.0
14352026-08-22T12:22:17.974Z Compiling num-conv v0.2.0
14362026-08-22T12:22:17.977Z Compiling powerfmt v0.2.0
14372026-08-22T12:22:18.007Z Compiling quick-error v1.2.3
14382026-08-22T12:22:18.007Z Compiling bit-vec v0.8.0
14392026-08-22T12:22:18.007Z Compiling num-bigint-dig v0.8.6
14402026-08-22T12:22:18.050Z Compiling native-tls v0.2.18
14412026-08-22T12:22:18.095Z Compiling clap_builder v4.6.0
14422026-08-22T12:22:18.126Z Compiling time-macros v0.2.27
14432026-08-22T12:22:18.140Z Compiling rusty-fork v0.3.1
14442026-08-22T12:22:18.215Z Compiling deranged v0.5.8
14452026-08-22T12:22:18.264Z Compiling bit-set v0.8.0
14462026-08-22T12:22:18.278Z Compiling num-iter v0.1.45
14472026-08-22T12:22:18.365Z Compiling bitvec v1.0.1
14482026-08-22T12:22:18.409Z Compiling lazy_static v1.5.0
14492026-08-22T12:22:18.413Z Compiling rand_xorshift v0.4.0
14502026-08-22T12:22:18.443Z Compiling sync_wrapper v1.0.2
14512026-08-22T12:22:18.514Z Compiling indexmap v1.9.3
14522026-08-22T12:22:18.528Z Compiling crossbeam-utils v0.8.21
14532026-08-22T12:22:18.565Z Compiling zlib-rs v0.6.2
14542026-08-22T12:22:18.605Z Compiling siphasher v1.0.2
14552026-08-22T12:22:18.620Z Compiling num_threads v0.1.7
14562026-08-22T12:22:18.720Z Compiling usdt-impl v0.6.0
14572026-08-22T12:22:18.735Z Compiling crc-catalog v2.4.0
14582026-08-22T12:22:18.813Z Compiling paste v1.0.15
14592026-08-22T12:22:18.829Z Compiling nodrop v0.1.14
14602026-08-22T12:22:18.845Z Compiling serde_derive v1.0.228
14612026-08-22T12:22:18.849Z Compiling zeroize_derive v1.5.0
14622026-08-22T12:22:18.935Z Compiling zerofrom-derive v0.1.6
14632026-08-22T12:22:18.950Z Compiling zerocopy-derive v0.8.55
14642026-08-22T12:22:19.099Z Compiling yoke-derive v0.8.1
14652026-08-22T12:22:19.247Z Compiling zerovec-derive v0.11.2
14662026-08-22T12:22:19.283Z Compiling displaydoc v0.2.5
14672026-08-22T12:22:19.301Z Compiling tokio-macros v2.7.0
14682026-08-22T12:22:19.556Z Compiling futures-macro v0.3.32
14692026-08-22T12:22:19.571Z Compiling der_derive v0.7.3
14702026-08-22T12:22:19.845Z Compiling thiserror-impl v2.0.18
14712026-08-22T12:22:20.104Z Compiling tracing-attributes v0.1.31
14722026-08-22T12:22:20.131Z Compiling schemars_derive v0.8.22
14732026-08-22T12:22:20.142Z Compiling pest_derive v2.8.6
14742026-08-22T12:22:20.347Z Compiling scroll_derive v0.13.1
14752026-08-22T12:22:20.439Z Compiling darling_macro v0.20.11
14762026-08-22T12:22:20.455Z Compiling zerofrom v0.1.6
14772026-08-22T12:22:20.455Z Compiling futures-util v0.3.32
14782026-08-22T12:22:20.600Z Compiling yoke v0.8.1
14792026-08-22T12:22:20.635Z Compiling thiserror-impl v1.0.69
14802026-08-22T12:22:20.649Z Compiling openssl-macros v0.1.1
14812026-08-22T12:22:20.803Z Compiling zerovec v0.11.5
14822026-08-22T12:22:20.968Z Compiling zerotrie v0.2.3
14832026-08-22T12:22:21.225Z Compiling scroll v0.13.0
14842026-08-22T12:22:21.264Z Compiling tinystr v0.8.2
14852026-08-22T12:22:21.282Z Compiling potential_utf v0.1.4
14862026-08-22T12:22:21.297Z Compiling thiserror v2.0.18
14872026-08-22T12:22:21.333Z Compiling darling v0.20.11
14882026-08-22T12:22:21.349Z Compiling packed_struct_codegen v0.10.1
14892026-08-22T12:22:21.419Z Compiling clap_derive v4.6.1
14902026-08-22T12:22:21.435Z Compiling icu_locale_core v2.1.1
14912026-08-22T12:22:21.438Z Compiling icu_collections v2.1.1
14922026-08-22T12:22:21.469Z Compiling goblin v0.10.5
14932026-08-22T12:22:21.490Z Compiling tracing v0.1.44
14942026-08-22T12:22:21.494Z Compiling zerocopy-derive v0.6.6
14952026-08-22T12:22:21.520Z Compiling bitfield-macros v0.19.4
14962026-08-22T12:22:21.809Z Compiling unarray v0.1.4
14972026-08-22T12:22:21.870Z Compiling object v0.37.3
14982026-08-22T12:22:21.937Z Compiling flate2 v1.1.9
14992026-08-22T12:22:21.957Z Compiling thiserror v1.0.69
15002026-08-22T12:22:21.972Z Compiling derive_builder_core v0.20.2
15012026-08-22T12:22:22.078Z Compiling icu_provider v2.1.1
15022026-08-22T12:22:22.224Z Compiling dtrace-parser v0.3.0
15032026-08-22T12:22:22.263Z Compiling bitfield v0.19.4
15042026-08-22T12:22:22.323Z Compiling icu_properties v2.1.2
15052026-08-22T12:22:22.356Z Compiling icu_normalizer v2.1.1
15062026-08-22T12:22:22.372Z Compiling zeroize v1.9.0
15072026-08-22T12:22:22.399Z Compiling bytes v1.11.1
15082026-08-22T12:22:22.438Z Compiling chrono v0.4.45
15092026-08-22T12:22:22.471Z Compiling ipnet v2.12.0
15102026-08-22T12:22:22.607Z Compiling der v0.7.10
15112026-08-22T12:22:22.852Z Compiling rustls-pki-types v1.14.0
15122026-08-22T12:22:22.855Z Compiling hybrid-array v0.4.13
15132026-08-22T12:22:22.896Z Compiling tokio v1.52.1
15142026-08-22T12:22:22.997Z Compiling http v1.4.2
15152026-08-22T12:22:23.011Z Compiling hex v0.4.3
15162026-08-22T12:22:23.036Z Compiling toml_datetime v0.6.11
15172026-08-22T12:22:23.167Z Compiling block-buffer v0.10.4
15182026-08-22T12:22:23.247Z Compiling crypto-common v0.1.7
15192026-08-22T12:22:23.300Z Compiling idna_adapter v1.2.1
15202026-08-22T12:22:23.325Z Compiling serde_spanned v0.6.9
15212026-08-22T12:22:23.380Z Compiling digest v0.10.7
15222026-08-22T12:22:23.416Z Compiling idna v1.1.0
15232026-08-22T12:22:23.459Z Compiling clap v4.6.1
15242026-08-22T12:22:23.511Z Compiling spki v0.7.3
15252026-08-22T12:22:23.554Z Compiling ppv-lite86 v0.2.21
15262026-08-22T12:22:23.649Z Compiling sha2 v0.10.9
15272026-08-22T12:22:23.708Z Compiling pkcs8 v0.10.2
15282026-08-22T12:22:23.734Z Compiling url v2.5.8
15292026-08-22T12:22:23.747Z Compiling http-body v1.0.1
15302026-08-22T12:22:23.774Z Compiling signature v2.2.0
15312026-08-22T12:22:23.891Z Compiling rand_chacha v0.9.0
15322026-08-22T12:22:23.903Z Compiling rand_chacha v0.3.1
15332026-08-22T12:22:23.918Z Compiling hmac v0.12.1
15342026-08-22T12:22:23.931Z Compiling pkcs1 v0.7.5
15352026-08-22T12:22:23.982Z Compiling http-body-util v0.1.3
15362026-08-22T12:22:24.015Z Compiling zerocopy v0.6.6
15372026-08-22T12:22:24.098Z Compiling rand v0.9.2
15382026-08-22T12:22:24.112Z Compiling time v0.3.47
15392026-08-22T12:22:24.153Z Compiling rand v0.8.6
15402026-08-22T12:22:24.251Z Compiling dof v0.4.0
15412026-08-22T12:22:24.444Z Compiling array-init v0.0.4
15422026-08-22T12:22:24.466Z Compiling scroll_derive v0.12.1
15432026-08-22T12:22:24.552Z Compiling structmeta-derive v0.3.0
15442026-08-22T12:22:24.626Z Compiling crc v3.4.0
15452026-08-22T12:22:24.707Z Compiling proptest v1.11.0
15462026-08-22T12:22:24.842Z Compiling smallvec v0.6.14
15472026-08-22T12:22:24.858Z Compiling darling_core v0.23.0
15482026-08-22T12:22:24.884Z Compiling heapless v0.7.17
15492026-08-22T12:22:24.993Z Compiling slog v2.8.2
15502026-08-22T12:22:25.008Z Compiling thread-id v5.1.0
15512026-08-22T12:22:25.070Z Compiling ipnetwork v0.21.1
15522026-08-22T12:22:25.105Z Compiling env_filter v2.0.0
15532026-08-22T12:22:25.152Z Compiling cookie v0.18.1
15542026-08-22T12:22:25.168Z Compiling signal-hook v0.3.18
15552026-08-22T12:22:25.204Z Compiling unicode-bidi v0.3.18
15562026-08-22T12:22:25.350Z Compiling allocator-api2 v0.2.21
15572026-08-22T12:22:25.365Z Compiling hashbrown v0.12.3
15582026-08-22T12:22:25.418Z Compiling unicode-properties v0.1.4
15592026-08-22T12:22:25.464Z Compiling iri-string v0.7.10
15602026-08-22T12:22:25.489Z Compiling anyhow v1.0.104
15612026-08-22T12:22:25.521Z Compiling base64 v0.21.7
15622026-08-22T12:22:25.581Z Compiling gimli v0.32.3
15632026-08-22T12:22:25.653Z Compiling winnow v0.5.40
15642026-08-22T12:22:25.680Z Compiling zstd-safe v7.2.4
15652026-08-22T12:22:25.709Z Compiling ryu v1.0.23
15662026-08-22T12:22:25.727Z Compiling structmeta v0.3.0
15672026-08-22T12:22:25.764Z Compiling ron v0.8.1
15682026-08-22T12:22:25.797Z Compiling stringprep v0.1.5
15692026-08-22T12:22:25.864Z Compiling serde_urlencoded v0.7.1
15702026-08-22T12:22:25.868Z Compiling rsa v0.9.10
15712026-08-22T12:22:26.031Z Compiling oxnet v0.1.6
15722026-08-22T12:22:26.052Z Compiling env_logger v0.11.11
15732026-08-22T12:22:26.087Z Compiling scroll v0.12.0
15742026-08-22T12:22:26.248Z Compiling serde-hex v0.1.0
15752026-08-22T12:22:26.304Z Compiling camino v1.2.5
15762026-08-22T12:22:26.375Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15772026-08-22T12:22:26.414Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15782026-08-22T12:22:26.570Z Compiling bzip2 v0.4.4
15792026-08-22T12:22:26.733Z Compiling hashbrown v0.13.2
15802026-08-22T12:22:26.784Z Compiling tokio-util v0.7.18
15812026-08-22T12:22:26.799Z Compiling tower v0.5.3
15822026-08-22T12:22:26.988Z Compiling toml_edit v0.19.15
15832026-08-22T12:22:27.002Z Compiling tokio-native-tls v0.3.1
15842026-08-22T12:22:27.104Z Compiling newtype-uuid v1.3.2
15852026-08-22T12:22:27.200Z Compiling tower-http v0.6.8
15862026-08-22T12:22:27.230Z Compiling x509-cert v0.2.5
15872026-08-22T12:22:27.245Z Compiling crypto-common v0.2.2
15882026-08-22T12:22:27.298Z Compiling addr2line v0.25.1
15892026-08-22T12:22:27.391Z Compiling darling_macro v0.23.0
15902026-08-22T12:22:27.456Z Compiling block-padding v0.4.2
15912026-08-22T12:22:27.535Z Compiling h2 v0.4.15
15922026-08-22T12:22:27.620Z Compiling block-buffer v0.12.1
15932026-08-22T12:22:27.647Z Compiling md-5 v0.10.6
15942026-08-22T12:22:27.651Z Compiling rustls-native-certs v0.8.3
15952026-08-22T12:22:27.843Z Compiling derive_builder_macro v0.20.2
15962026-08-22T12:22:27.847Z Compiling serde_tokenstream v0.2.3
15972026-08-22T12:22:27.876Z Compiling erased-serde v0.3.31
15982026-08-22T12:22:27.972Z Compiling bstr v1.12.1
15992026-08-22T12:22:28.003Z Compiling async-trait v0.1.89
16002026-08-22T12:22:28.236Z Compiling zerocopy-derive v0.7.35
16012026-08-22T12:22:28.351Z Compiling daft-derive v0.1.7
16022026-08-22T12:22:28.461Z Compiling pin-project-internal v1.1.11
16032026-08-22T12:22:28.726Z Compiling curve25519-dalek v4.1.3
16042026-08-22T12:22:28.769Z Compiling vergen-lib v9.1.0
16052026-08-22T12:22:28.930Z Compiling hash32 v0.2.1
16062026-08-22T12:22:28.979Z Compiling memoffset v0.9.1
16072026-08-22T12:22:28.999Z Compiling encoding_rs v0.8.35
16082026-08-22T12:22:29.051Z Compiling mime v0.3.17
16092026-08-22T12:22:29.090Z Compiling smoltcp v0.9.1
16102026-08-22T12:22:29.131Z Compiling cfg_aliases v0.2.1
16112026-08-22T12:22:29.154Z Compiling owo-colors v4.3.0
16122026-08-22T12:22:29.169Z Compiling rustc-demangle v0.1.27
16132026-08-22T12:22:29.187Z Compiling ref-cast v1.0.25
16142026-08-22T12:22:29.203Z Compiling rustix v0.38.44
16152026-08-22T12:22:29.216Z Compiling psl-types v2.0.11
16162026-08-22T12:22:29.336Z Compiling litrs v1.0.0
16172026-08-22T12:22:29.357Z Compiling fallible-iterator v0.2.0
16182026-08-22T12:22:29.446Z Compiling crc-any v2.5.0
16192026-08-22T12:22:29.572Z Compiling publicsuffix v2.3.0
16202026-08-22T12:22:29.602Z Compiling nix v0.31.2
16212026-08-22T12:22:29.631Z Compiling pin-project v1.1.11
16222026-08-22T12:22:29.683Z Compiling postgres-protocol v0.6.10
16232026-08-22T12:22:29.699Z Compiling zerocopy v0.7.35
16242026-08-22T12:22:29.703Z Compiling daft v0.1.7
16252026-08-22T12:22:29.745Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-22T12:22:29.797Z Compiling derive_builder v0.20.2
16272026-08-22T12:22:29.874Z Compiling document-features v0.2.12
16282026-08-22T12:22:29.934Z Compiling toml v0.7.8
16292026-08-22T12:22:29.996Z Compiling darling v0.23.0
16302026-08-22T12:22:30.026Z Compiling inout v0.2.2
16312026-08-22T12:22:30.095Z Compiling object v0.30.4
16322026-08-22T12:22:30.229Z Compiling zip v0.6.6
16332026-08-22T12:22:30.245Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-22T12:22:30.275Z Compiling goblin v0.8.2
16352026-08-22T12:22:30.550Z Compiling backtrace v0.3.76
16362026-08-22T12:22:30.566Z Compiling derive-ex v0.1.8
16372026-08-22T12:22:30.581Z Compiling futures-executor v0.3.32
16382026-08-22T12:22:30.597Z Compiling hubpack_derive v0.1.1
16392026-08-22T12:22:30.621Z Compiling regex v1.12.3
16402026-08-22T12:22:30.674Z Compiling snafu-derive v0.8.9
16412026-08-22T12:22:30.832Z Compiling hyper v1.10.1
16422026-08-22T12:22:30.836Z Compiling curve25519-dalek-derive v0.1.1
16432026-08-22T12:22:30.863Z Compiling strum_macros v0.27.2
16442026-08-22T12:22:31.042Z Compiling ref-cast-impl v1.0.25
16452026-08-22T12:22:31.077Z Compiling phf_shared v0.13.1
16462026-08-22T12:22:31.094Z Compiling vergen v9.1.0
16472026-08-22T12:22:31.157Z Compiling cargo-platform v0.3.2
16482026-08-22T12:22:31.294Z Compiling ff v0.13.1
16492026-08-22T12:22:31.341Z Compiling fs-err v3.3.0
16502026-08-22T12:22:31.450Z Compiling bumpalo v3.20.2
16512026-08-22T12:22:31.454Z Compiling base16ct v0.2.0
16522026-08-22T12:22:31.534Z Compiling jiff-core v0.1.0
16532026-08-22T12:22:31.556Z Compiling foldhash v0.2.0
16542026-08-22T12:22:31.631Z Compiling foldhash v0.1.5
16552026-08-22T12:22:31.661Z Compiling same-file v1.0.6
16562026-08-22T12:22:31.737Z Compiling bitflags v1.3.2
16572026-08-22T12:22:31.753Z Compiling libbz2-rs-sys v0.2.2
16582026-08-22T12:22:31.768Z Compiling managed v0.8.0
16592026-08-22T12:22:31.797Z Compiling path-slash v0.1.5
16602026-08-22T12:22:31.819Z Compiling either v1.15.0
16612026-08-22T12:22:31.834Z Compiling unicode-segmentation v1.12.0
16622026-08-22T12:22:31.850Z Compiling is_ci v1.2.0
16632026-08-22T12:22:31.943Z Compiling hyper-util v0.1.20
16642026-08-22T12:22:32.001Z Compiling supports-color v3.0.2
16652026-08-22T12:22:32.041Z Compiling textwrap v0.16.2
16662026-08-22T12:22:32.191Z Compiling bzip2 v0.6.1
16672026-08-22T12:22:32.255Z Compiling walkdir v2.5.0
16682026-08-22T12:22:32.271Z Compiling test-strategy v0.4.5
16692026-08-22T12:22:32.417Z Compiling jiff v0.2.34
16702026-08-22T12:22:32.472Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16712026-08-22T12:22:32.488Z Compiling hashbrown v0.15.5
16722026-08-22T12:22:32.514Z Compiling hashbrown v0.16.1
16732026-08-22T12:22:32.587Z Compiling dof v0.3.0
16742026-08-22T12:22:32.635Z Compiling snafu v0.8.9
16752026-08-22T12:22:32.649Z Compiling zopfli v0.8.3
16762026-08-22T12:22:32.886Z Compiling strum v0.27.2
16772026-08-22T12:22:32.980Z Compiling sec1 v0.7.3
16782026-08-22T12:22:33.046Z Compiling group v0.13.0
16792026-08-22T12:22:33.060Z Compiling cargo_metadata v0.23.1
16802026-08-22T12:22:33.142Z Compiling phf v0.13.1
16812026-08-22T12:22:33.211Z Compiling hubpack v0.1.2
16822026-08-22T12:22:33.283Z Compiling backtrace-ext v0.2.1
16832026-08-22T12:22:33.328Z Compiling cookie_store v0.22.1
16842026-08-22T12:22:33.344Z Compiling futures v0.3.32
16852026-08-22T12:22:33.362Z Compiling zstd v0.13.3
16862026-08-22T12:22:33.438Z Compiling hyper-tls v0.6.0
16872026-08-22T12:22:33.459Z Compiling signal-hook-mio v0.2.5
16882026-08-22T12:22:33.478Z Compiling cipher v0.5.2
16892026-08-22T12:22:33.594Z Compiling serde_with_macros v3.21.0
16902026-08-22T12:22:33.647Z Compiling reqwest v0.12.28
16912026-08-22T12:22:33.686Z Compiling postgres-types v0.2.12
16922026-08-22T12:22:33.816Z Compiling globset v0.4.18
16932026-08-22T12:22:33.870Z Compiling usdt-macro v0.6.0
16942026-08-22T12:22:33.887Z Compiling usdt-attr-macro v0.6.0
16952026-08-22T12:22:34.000Z Compiling byte-wrapper v0.1.0
16962026-08-22T12:22:34.022Z Compiling hkdf v0.12.4
16972026-08-22T12:22:34.212Z Compiling ed25519 v2.2.3
16982026-08-22T12:22:34.276Z Compiling crypto-bigint v0.5.5
16992026-08-22T12:22:34.367Z Compiling olpc-cjson v0.1.4
17002026-08-22T12:22:34.502Z Compiling serde-big-array v0.5.1
17012026-08-22T12:22:34.540Z Compiling serde_plain v1.0.2
17022026-08-22T12:22:34.564Z Compiling dtrace-parser v0.2.0
17032026-08-22T12:22:34.580Z Compiling miette-derive v7.6.0
17042026-08-22T12:22:34.665Z Compiling serde_repr v0.1.20
17052026-08-22T12:22:34.691Z Compiling enum-as-inner v0.6.1
17062026-08-22T12:22:34.769Z Compiling strum_macros v0.26.4
17072026-08-22T12:22:34.784Z Compiling async-recursion v1.1.1
17082026-08-22T12:22:34.811Z Compiling phf_shared v0.11.3
17092026-08-22T12:22:34.959Z Compiling float-cmp v0.10.0
17102026-08-22T12:22:35.016Z Compiling pem v3.0.6
17112026-08-22T12:22:35.134Z Compiling thread-id v4.2.2
17122026-08-22T12:22:35.152Z Compiling memmap2 v0.9.10
17132026-08-22T12:22:35.226Z Compiling supports-hyperlinks v3.2.0
17142026-08-22T12:22:35.245Z Compiling difflib v0.4.0
17152026-08-22T12:22:35.248Z Compiling predicates-core v1.0.10
17162026-08-22T12:22:35.346Z Compiling new_debug_unreachable v1.0.6
17172026-08-22T12:22:35.370Z Compiling winnow v1.0.3
17182026-08-22T12:22:35.386Z Compiling precomputed-hash v0.1.1
17192026-08-22T12:22:35.406Z Compiling fixedbitset v0.4.2
17202026-08-22T12:22:35.430Z Compiling data-encoding v2.10.0
17212026-08-22T12:22:35.455Z Compiling static_assertions v1.1.0
17222026-08-22T12:22:35.475Z Compiling typed-path v0.9.3
17232026-08-22T12:22:35.490Z Compiling keccak v0.1.6
17242026-08-22T12:22:35.541Z Compiling cpufeatures v0.3.0
17252026-08-22T12:22:35.629Z Compiling const-oid v0.10.2
17262026-08-22T12:22:35.644Z Compiling normalize-line-endings v0.3.0
17272026-08-22T12:22:35.749Z Compiling fixedbitset v0.5.7
17282026-08-22T12:22:35.779Z Compiling whoami v2.1.0
17292026-08-22T12:22:35.825Z Compiling supports-unicode v3.0.0
17302026-08-22T12:22:35.849Z Compiling digest v0.11.3
17312026-08-22T12:22:35.914Z Compiling hickory-proto v0.25.2
17322026-08-22T12:22:35.986Z Compiling petgraph v0.8.3
17332026-08-22T12:22:36.055Z Compiling tokio-postgres v0.7.16
17342026-08-22T12:22:36.094Z Compiling miette v7.6.0
17352026-08-22T12:22:36.117Z Compiling predicates v3.1.4
17362026-08-22T12:22:36.117Z Compiling sha3 v0.10.8
17372026-08-22T12:22:36.146Z Compiling toml_edit v0.22.27
17382026-08-22T12:22:36.172Z Compiling chacha20 v0.10.0
17392026-08-22T12:22:36.246Z Compiling petgraph v0.6.5
17402026-08-22T12:22:36.441Z Compiling toml_parser v1.1.2+spec-1.1.0
17412026-08-22T12:22:36.471Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17422026-08-22T12:22:36.569Z Compiling string_cache v0.8.9
17432026-08-22T12:22:36.594Z Compiling strum v0.26.3
17442026-08-22T12:22:36.609Z Compiling usdt v0.6.0
17452026-08-22T12:22:36.727Z Compiling elliptic-curve v0.13.8
17462026-08-22T12:22:36.743Z Compiling usdt-impl v0.5.0
17472026-08-22T12:22:36.788Z Compiling serde_with v3.21.0
17482026-08-22T12:22:36.818Z Compiling crossterm v0.28.1
17492026-08-22T12:22:36.898Z Compiling zip v4.6.1
17502026-08-22T12:22:37.090Z Compiling ed25519-dalek v2.2.0
17512026-08-22T12:22:37.171Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-22T12:22:37.625Z Compiling iddqd v0.4.2
17532026-08-22T12:22:37.684Z Compiling similar v2.7.0
17542026-08-22T12:22:37.771Z Compiling heck v0.4.1
17552026-08-22T12:22:37.865Z Compiling itertools v0.13.0
17562026-08-22T12:22:37.912Z Compiling itertools v0.15.0
17572026-08-22T12:22:37.938Z Compiling tokio-stream v0.1.18
17582026-08-22T12:22:38.013Z Compiling crossbeam-epoch v0.9.18
17592026-08-22T12:22:38.150Z Compiling buf-list v1.1.2
17602026-08-22T12:22:38.361Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-22T12:22:38.393Z Compiling openapiv3 v2.2.0
17622026-08-22T12:22:38.424Z Compiling peg-runtime v0.8.5
17632026-08-22T12:22:38.449Z Compiling lalrpop-util v0.19.12
17642026-08-22T12:22:38.603Z Compiling thread_local v1.1.9
17652026-08-22T12:22:38.641Z Compiling slog-async v2.8.0
17662026-08-22T12:22:38.660Z Compiling crossbeam-channel v0.5.15
17672026-08-22T12:22:38.684Z Compiling is-terminal v0.4.17
17682026-08-22T12:22:38.720Z Compiling filetime v0.2.27
17692026-08-22T12:22:38.781Z Compiling take_mut v0.2.2
17702026-08-22T12:22:38.797Z Compiling term v1.2.1
17712026-08-22T12:22:38.850Z Compiling xattr v1.6.1
17722026-08-22T12:22:38.880Z Compiling camino-tempfile v1.4.1
17732026-08-22T12:22:38.984Z Compiling tar v0.4.46
17742026-08-22T12:22:39.129Z Compiling slog-term v2.9.2
17752026-08-22T12:22:56.241Z Compiling rustls-webpki v0.103.13
17762026-08-22T12:22:58.938Z Compiling tokio-rustls v0.26.4
17772026-08-22T12:22:58.938Z Compiling rustls-platform-verifier v0.6.2
17782026-08-22T12:22:58.938Z Compiling tough v0.22.0
17792026-08-22T12:22:59.139Z Compiling hyper-rustls v0.27.7
17802026-08-22T12:22:59.331Z Compiling reqwest v0.13.2
17812026-08-22T12:23:01.501Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-22T12:23:01.732Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-22T12:23:04.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.82s
17842026-08-22T12:23:04.788Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-22T12:23:04.850ZAug 22 12:23:04.047 INFO Starting download, target: Console
17862026-08-22T12:23:04.850ZAug 22 12:23:04.047 INFO Starting download, target: Clickhouse
17872026-08-22T12:23:04.850ZAug 22 12:23:04.047 INFO Starting download, target: Cockroach
17882026-08-22T12:23:04.850ZAug 22 12:23:04.047 INFO Starting download, target: DendriteStub
17892026-08-22T12:23:04.850ZAug 22 12:23:04.047 INFO Starting download, target: MaghemiteMgd
17902026-08-22T12:23:04.850ZAug 22 12:23:04.047 INFO Starting download, target: MaghemiteDdmd
17912026-08-22T12:23:04.850ZAug 22 12:23:04.047 INFO Starting download, target: TransceiverControl
17922026-08-22T12:23:04.854ZAug 22 12:23:04.048 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-22T12:23:04.854ZAug 22 12:23:04.048 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-22T12:23:04.854ZAug 22 12:23:04.048 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17952026-08-22T12:23:04.854ZAug 22 12:23:04.048 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-22T12:23:04.854ZAug 22 12:23:04.048 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-22T12:23:04.854ZAug 22 12:23:04.048 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-22T12:23:04.854ZAug 22 12:23:04.049 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-22T12:23:05.507ZAug 22 12:23:04.701 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-22T12:23:05.731ZAug 22 12:23:04.926 INFO Download complete, target: TransceiverControl
18012026-08-22T12:23:07.054ZAug 22 12:23:06.242 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-22T12:23:07.336ZAug 22 12:23:06.494 INFO Download complete, target: Console
18032026-08-22T12:23:08.390ZAug 22 12:23:07.585 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-22T12:23:10.250ZAug 22 12:23:09.428 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-22T12:23:10.327ZAug 22 12:23:09.513 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-22T12:23:10.763ZAug 22 12:23:09.927 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-22T12:23:11.761ZAug 22 12:23:10.948 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-22T12:23:11.761ZAug 22 12:23:10.948 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-22T12:23:12.332ZAug 22 12:23:11.525 INFO Download complete, target: MaghemiteDdmd
18102026-08-22T12:23:12.881ZAug 22 12:23:12.078 INFO Download complete, target: DendriteStub
18112026-08-22T12:23:13.303ZAug 22 12:23:12.500 INFO Download complete, target: MaghemiteMgd
18122026-08-22T12:23:15.245ZAug 22 12:23:14.442 INFO Checking that binary works, target: Clickhouse
18132026-08-22T12:23:15.343ZAug 22 12:23:14.540 INFO Download complete, target: Clickhouse
18142026-08-22T12:23:16.553ZAug 22 12:23:15.750 INFO Checking that binary works, target: Cockroach
18152026-08-22T12:23:16.681ZAug 22 12:23:15.878 INFO Download complete, target: Cockroach
18162026-08-22T12:23:16.688ZAll prerequisites installed successfully
18172026-08-22T12:23:16.691Z
18182026-08-22T12:23:16.691Zreal 1:58.105108319
18192026-08-22T12:23:16.691Zuser 7:21.209689795
18202026-08-22T12:23:16.691Zsys 1:46.120491372
18212026-08-22T12:23:16.691Ztrap 0.271549168
18222026-08-22T12:23:16.691Ztflt 0.804190773
18232026-08-22T12:23:16.691Zdflt 1.608910975
18242026-08-22T12:23:16.692Zkflt 0.027019107
18252026-08-22T12:23:16.692Zlock 30:22.890165466
18262026-08-22T12:23:16.692Zslp 20:09.100091728
18272026-08-22T12:23:16.692Zlat 27.249982362
18282026-08-22T12:23:16.692Zstop 3:35.238143436
18292026-08-22T12:23:16.692Z+ ptime -m cargo xtask download softnpu
18302026-08-22T12:23:17.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18312026-08-22T12:23:17.169Z Running `target/debug/xtask download softnpu`
18322026-08-22T12:23:17.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18332026-08-22T12:23:18.016Z Running `target/debug/xtask-downloader softnpu`
18342026-08-22T12:23:18.058ZAug 22 12:23:17.255 INFO Starting download, target: Softnpu
18352026-08-22T12:23:18.062ZAug 22 12:23:17.256 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-22T12:23:18.549ZAug 22 12:23:17.747 INFO Download complete, target: Softnpu
18372026-08-22T12:23:18.554Z
18382026-08-22T12:23:18.557Zreal 1.858149060
18392026-08-22T12:23:18.557Zuser 1.319762809
18402026-08-22T12:23:18.557Zsys 0.629864005
18412026-08-22T12:23:18.557Ztrap 0.000718350
18422026-08-22T12:23:18.557Ztflt 0.000249660
18432026-08-22T12:23:18.557Zdflt 0.000123620
18442026-08-22T12:23:18.557Zkflt 0.000000000
18452026-08-22T12:23:18.557Zlock 9.373589159
18462026-08-22T12:23:18.557Zslp 0.361166587
18472026-08-22T12:23:18.557Zlat 0.102022108
18482026-08-22T12:23:18.557Zstop 0.000574300
18492026-08-22T12:23:18.557Z+ export CARGO_INCREMENTAL=0
18502026-08-22T12:23:18.557Z+ CARGO_INCREMENTAL=0
18512026-08-22T12:23:18.557Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-22T12:23:19.466Z Compiling proc-macro2 v1.0.106
18532026-08-22T12:23:19.466Z Compiling quote v1.0.45
18542026-08-22T12:23:19.466Z Compiling unicode-ident v1.0.24
18552026-08-22T12:23:19.466Z Compiling serde_core v1.0.228
18562026-08-22T12:23:19.470Z Compiling libc v0.2.185
18572026-08-22T12:23:19.470Z Compiling serde v1.0.228
18582026-08-22T12:23:19.470Z Compiling cfg-if v1.0.4
18592026-08-22T12:23:19.470Z Compiling version_check v0.9.5
18602026-08-22T12:23:19.470Z Compiling autocfg v1.5.0
18612026-08-22T12:23:19.470Z Compiling shlex v1.3.0
18622026-08-22T12:23:19.470Z Compiling find-msvc-tools v0.1.9
18632026-08-22T12:23:19.470Z Compiling memchr v2.8.0
18642026-08-22T12:23:19.470Z Compiling zmij v1.0.21
18652026-08-22T12:23:19.470Z Compiling serde_json v1.0.151
18662026-08-22T12:23:19.762Z Compiling portable-atomic v1.13.1
18672026-08-22T12:23:19.778Z Compiling zerocopy v0.8.55
18682026-08-22T12:23:19.781Z Compiling libm v0.2.16
18692026-08-22T12:23:19.954Z Compiling parking_lot_core v0.9.12
18702026-08-22T12:23:19.958Z Compiling icu_normalizer_data v2.1.1
18712026-08-22T12:23:20.050Z Compiling generic-array v0.14.7
18722026-08-22T12:23:20.151Z Compiling num-traits v0.2.19
18732026-08-22T12:23:20.154Z Compiling smallvec v1.15.1
18742026-08-22T12:23:20.179Z Compiling icu_properties_data v2.1.2
18752026-08-22T12:23:20.195Z Compiling itoa v1.0.17
18762026-08-22T12:23:20.264Z Compiling getrandom v0.4.3
18772026-08-22T12:23:20.264Z Compiling log v0.4.33
18782026-08-22T12:23:20.264Z Compiling getrandom v0.3.4
18792026-08-22T12:23:20.285Z Compiling subtle v2.6.1
18802026-08-22T12:23:20.289Z Compiling pkg-config v0.3.32
18812026-08-22T12:23:20.394Z Compiling stable_deref_trait v1.2.1
18822026-08-22T12:23:20.415Z Compiling typenum v1.20.1
18832026-08-22T12:23:20.473Z Compiling rustix v1.1.4
18842026-08-22T12:23:20.506Z Compiling scopeguard v1.2.0
18852026-08-22T12:23:20.536Z Compiling jobserver v0.1.34
18862026-08-22T12:23:20.552Z Compiling errno v0.3.14
18872026-08-22T12:23:20.585Z Compiling thiserror v2.0.18
18882026-08-22T12:23:20.622Z Compiling lock_api v0.4.14
18892026-08-22T12:23:20.762Z Compiling cc v1.2.56
18902026-08-22T12:23:20.778Z Compiling getrandom v0.2.17
18912026-08-22T12:23:20.866Z Compiling heck v0.5.0
18922026-08-22T12:23:20.884Z Compiling equivalent v1.0.2
18932026-08-22T12:23:20.887Z Compiling syn v2.0.117
18942026-08-22T12:23:20.980Z Compiling rand_core v0.6.4
18952026-08-22T12:23:20.993Z Compiling critical-section v1.2.0
18962026-08-22T12:23:21.008Z Compiling pin-project-lite v0.2.17
18972026-08-22T12:23:21.026Z Compiling syn v1.0.109
18982026-08-22T12:23:21.089Z Compiling writeable v0.6.2
18992026-08-22T12:23:21.135Z Compiling percent-encoding v2.3.2
19002026-08-22T12:23:21.164Z Compiling schemars v0.8.22
19012026-08-22T12:23:21.230Z Compiling litemap v0.8.1
19022026-08-22T12:23:21.294Z Compiling hashbrown v0.17.0
19032026-08-22T12:23:21.372Z Compiling dunce v1.0.5
19042026-08-22T12:23:21.389Z Compiling rustversion v1.0.22
19052026-08-22T12:23:21.418Z Compiling once_cell v1.21.3
19062026-08-22T12:23:21.430Z Compiling fs_extra v1.3.0
19072026-08-22T12:23:21.558Z Compiling cmake v0.1.57
19082026-08-22T12:23:21.585Z Compiling byteorder v1.5.0
19092026-08-22T12:23:21.672Z Compiling strsim v0.11.1
19102026-08-22T12:23:21.696Z Compiling rand_core v0.10.0
19112026-08-22T12:23:21.724Z Compiling signal-hook-registry v1.4.8
19122026-08-22T12:23:21.853Z Compiling semver v1.0.28
19132026-08-22T12:23:21.883Z Compiling bitflags v2.11.0
19142026-08-22T12:23:21.984Z Compiling indexmap v2.14.0
19152026-08-22T12:23:22.098Z Compiling aws-lc-sys v0.40.0
19162026-08-22T12:23:22.117Z Compiling utf8_iter v1.0.4
19172026-08-22T12:23:22.135Z Compiling thiserror v1.0.69
19182026-08-22T12:23:22.149Z Compiling parking_lot v0.12.5
19192026-08-22T12:23:22.178Z Compiling form_urlencoded v1.2.2
19202026-08-22T12:23:22.262Z Compiling socket2 v0.6.3
19212026-08-22T12:23:22.303Z Compiling mio v1.2.0
19222026-08-22T12:23:22.430Z Compiling futures-core v0.3.32
19232026-08-22T12:23:22.455Z Compiling aws-lc-rs v1.16.3
19242026-08-22T12:23:22.536Z Compiling const-oid v0.9.6
19252026-08-22T12:23:22.714Z Compiling httparse v1.10.1
19262026-08-22T12:23:22.778Z Compiling fnv v1.0.7
19272026-08-22T12:23:22.811Z Compiling ucd-trie v0.1.7
19282026-08-22T12:23:22.862Z Compiling crc32fast v1.5.0
19292026-08-22T12:23:23.002Z Compiling regex-syntax v0.8.10
19302026-08-22T12:23:23.039Z Compiling pest v2.8.6
19312026-08-22T12:23:23.118Z Compiling iana-time-zone v0.1.65
19322026-08-22T12:23:23.134Z Compiling vcpkg v0.2.15
19332026-08-22T12:23:23.152Z Compiling ident_case v1.0.1
19342026-08-22T12:23:23.302Z Compiling uuid v1.23.4
19352026-08-22T12:23:23.412Z Compiling rustc_version v0.4.1
19362026-08-22T12:23:23.447Z Compiling rustls v0.23.41
19372026-08-22T12:23:23.469Z Compiling futures-sink v0.3.32
19382026-08-22T12:23:23.617Z Compiling futures-channel v0.3.32
19392026-08-22T12:23:23.738Z Compiling synstructure v0.13.2
19402026-08-22T12:23:23.758Z Compiling serde_derive_internals v0.29.1
19412026-08-22T12:23:23.775Z Compiling openssl-sys v0.9.117
19422026-08-22T12:23:23.941Z Compiling aho-corasick v1.1.4
19432026-08-22T12:23:23.945Z Compiling futures-io v0.3.32
19442026-08-22T12:23:24.023Z Compiling slab v0.4.12
19452026-08-22T12:23:24.129Z Compiling futures-task v0.3.32
19462026-08-22T12:23:24.218Z Compiling pest_meta v2.8.6
19472026-08-22T12:23:24.341Z Compiling radium v0.7.0
19482026-08-22T12:23:24.361Z Compiling num-conv v0.2.0
19492026-08-22T12:23:24.379Z Compiling dyn-clone v1.0.20
19502026-08-22T12:23:24.382Z Compiling time-core v0.1.8
19512026-08-22T12:23:24.464Z Compiling plain v0.2.3
19522026-08-22T12:23:24.528Z Compiling crossbeam-utils v0.8.21
19532026-08-22T12:23:24.568Z Compiling openssl v0.10.80
19542026-08-22T12:23:24.571Z Compiling time-macros v0.2.27
19552026-08-22T12:23:24.614Z Compiling pretty-hex v0.4.1
19562026-08-22T12:23:24.632Z Compiling base64ct v1.8.3
19572026-08-22T12:23:24.679Z Compiling maybe-uninit v2.0.0
19582026-08-22T12:23:24.728Z Compiling base64 v0.22.1
19592026-08-22T12:23:24.744Z Compiling flagset v0.4.7
19602026-08-22T12:23:24.816Z Compiling pest_generator v2.8.6
19612026-08-22T12:23:24.833Z Compiling regex-automata v0.4.14
19622026-08-22T12:23:24.895Z Compiling pem-rfc7468 v0.7.0
19632026-08-22T12:23:24.957Z Compiling darling_core v0.23.0
19642026-08-22T12:23:24.974Z Compiling rand_core v0.9.5
19652026-08-22T12:23:24.990Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19662026-08-22T12:23:25.013Z Compiling serde_derive v1.0.228
19672026-08-22T12:23:25.122Z Compiling zeroize_derive v1.5.0
19682026-08-22T12:23:25.139Z Compiling zerofrom-derive v0.1.6
19692026-08-22T12:23:25.193Z Compiling yoke-derive v0.8.1
19702026-08-22T12:23:25.210Z Compiling zerocopy-derive v0.8.55
19712026-08-22T12:23:25.247Z Compiling zerovec-derive v0.11.2
19722026-08-22T12:23:25.356Z Compiling displaydoc v0.2.5
19732026-08-22T12:23:25.374Z Compiling tokio-macros v2.7.0
19742026-08-22T12:23:25.391Z Compiling futures-macro v0.3.32
19752026-08-22T12:23:25.417Z Compiling thiserror-impl v2.0.18
19762026-08-22T12:23:25.465Z Compiling schemars_derive v0.8.22
19772026-08-22T12:23:25.488Z Compiling der_derive v0.7.3
19782026-08-22T12:23:25.570Z Compiling tracing-attributes v0.1.31
19792026-08-22T12:23:25.734Z Compiling thiserror-impl v1.0.69
19802026-08-22T12:23:26.059Z Compiling pest_derive v2.8.6
19812026-08-22T12:23:26.090Z Compiling scroll_derive v0.12.1
19822026-08-22T12:23:26.170Z Compiling scroll_derive v0.13.1
19832026-08-22T12:23:26.186Z Compiling futures-util v0.3.32
19842026-08-22T12:23:26.271Z Compiling zerofrom v0.1.6
19852026-08-22T12:23:26.410Z Compiling yoke v0.8.1
19862026-08-22T12:23:26.477Z Compiling openssl-macros v0.1.1
19872026-08-22T12:23:26.533Z Compiling bzip2-sys v0.1.13+1.0.8
19882026-08-22T12:23:26.628Z Compiling zerovec v0.11.5
19892026-08-22T12:23:26.631Z Compiling zerotrie v0.2.3
19902026-08-22T12:23:26.867Z Compiling ahash v0.8.12
19912026-08-22T12:23:26.924Z Compiling packed_struct v0.10.1
19922026-08-22T12:23:26.954Z Compiling num-bigint-dig v0.8.6
19932026-08-22T12:23:26.974Z Compiling native-tls v0.2.18
19942026-08-22T12:23:27.106Z Compiling anyhow v1.0.104
19952026-08-22T12:23:27.123Z Compiling tinystr v0.8.2
19962026-08-22T12:23:27.127Z Compiling potential_utf v0.1.4
19972026-08-22T12:23:27.205Z Compiling darling_macro v0.23.0
19982026-08-22T12:23:27.221Z Compiling regex v1.12.3
19992026-08-22T12:23:27.240Z Compiling zerocopy-derive v0.7.35
20002026-08-22T12:23:27.320Z Compiling icu_collections v2.1.1
20012026-08-22T12:23:27.340Z Compiling icu_locale_core v2.1.1
20022026-08-22T12:23:27.426Z Compiling slog v2.8.2
20032026-08-22T12:23:27.847Z Compiling tracing-core v0.1.36
20042026-08-22T12:23:27.868Z Compiling cookie v0.18.1
20052026-08-22T12:23:27.929Z Compiling cpufeatures v0.2.17
20062026-08-22T12:23:28.019Z Compiling icu_provider v2.1.1
20072026-08-22T12:23:28.035Z Compiling camino v1.2.5
20082026-08-22T12:23:28.170Z Compiling zeroize v1.9.0
20092026-08-22T12:23:28.188Z Compiling bytes v1.11.1
20102026-08-22T12:23:28.327Z Compiling chrono v0.4.45
20112026-08-22T12:23:28.330Z Compiling icu_normalizer v2.1.1
20122026-08-22T12:23:28.451Z Compiling icu_properties v2.1.2
20132026-08-22T12:23:28.483Z Compiling serde_tokenstream v0.2.3
20142026-08-22T12:23:28.840Z Compiling tokio v1.52.1
20152026-08-22T12:23:28.897Z Compiling der v0.7.10
20162026-08-22T12:23:28.983Z Compiling crypto-common v0.1.7
20172026-08-22T12:23:29.117Z Compiling block-buffer v0.10.4
20182026-08-22T12:23:29.169Z Compiling http v1.4.2
20192026-08-22T12:23:29.293Z Compiling digest v0.10.7
20202026-08-22T12:23:29.541Z Compiling idna_adapter v1.2.1
20212026-08-22T12:23:29.595Z Compiling ppv-lite86 v0.2.21
20222026-08-22T12:23:29.784Z Compiling idna v1.1.0
20232026-08-22T12:23:29.945Z Compiling spki v0.7.3
20242026-08-22T12:23:29.970Z Compiling rand_chacha v0.9.0
20252026-08-22T12:23:30.025Z Compiling tracing v0.1.44
20262026-08-22T12:23:30.048Z Compiling toml_datetime v0.6.11
20272026-08-22T12:23:30.166Z Compiling url v2.5.8
20282026-08-22T12:23:30.184Z Compiling serde_spanned v0.6.9
20292026-08-22T12:23:30.309Z Compiling darling v0.23.0
20302026-08-22T12:23:30.329Z Compiling clap_derive v4.6.1
20312026-08-22T12:23:30.348Z Compiling bitfield-macros v0.19.4
20322026-08-22T12:23:30.365Z Compiling zerocopy-derive v0.6.6
20332026-08-22T12:23:30.409Z Compiling packed_struct_codegen v0.10.1
20342026-08-22T12:23:30.457Z Compiling indexmap v1.9.3
20352026-08-22T12:23:30.620Z Compiling simd-adler32 v0.3.8
20362026-08-22T12:23:30.674Z Compiling object v0.37.3
20372026-08-22T12:23:30.897Z Compiling paste v1.0.15
20382026-08-22T12:23:31.037Z Compiling http-body v1.0.1
20392026-08-22T12:23:31.058Z Compiling rand v0.9.2
20402026-08-22T12:23:31.073Z Compiling pkcs8 v0.10.2
20412026-08-22T12:23:31.134Z Compiling rustls-pki-types v1.14.0
20422026-08-22T12:23:31.324Z Compiling spin v0.9.8
20432026-08-22T12:23:31.342Z Compiling usdt-impl v0.5.0
20442026-08-22T12:23:31.393Z Compiling anstyle v1.0.14
20452026-08-22T12:23:31.545Z Compiling adler2 v2.0.1
20462026-08-22T12:23:31.587Z Compiling winnow v0.5.40
20472026-08-22T12:23:31.644Z Compiling fastrand v2.3.0
20482026-08-22T12:23:31.688Z Compiling either v1.15.0
20492026-08-22T12:23:31.791Z Compiling ref-cast v1.0.25
20502026-08-22T12:23:31.796Z Compiling usdt-impl v0.6.0
20512026-08-22T12:23:31.917Z Compiling utf8parse v0.2.2
20522026-08-22T12:23:31.936Z Compiling cmov v0.5.4
20532026-08-22T12:23:31.942Z Compiling openssl-probe v0.2.1
20542026-08-22T12:23:32.026Z Compiling tinyvec_macros v0.1.1
20552026-08-22T12:23:32.050Z Compiling anstyle-parse v1.0.0
20562026-08-22T12:23:32.106Z Compiling tinyvec v1.10.0
20572026-08-22T12:23:32.121Z Compiling miniz_oxide v0.8.9
20582026-08-22T12:23:32.143Z Compiling ctutils v0.4.2
20592026-08-22T12:23:32.244Z Compiling sha2 v0.10.9
20602026-08-22T12:23:32.415Z Compiling scroll v0.13.0
20612026-08-22T12:23:32.469Z Compiling scroll v0.12.0
20622026-08-22T12:23:32.606Z Compiling terminal_size v0.4.3
20632026-08-22T12:23:32.624Z Compiling async-trait v0.1.89
20642026-08-22T12:23:32.655Z Compiling tokio-util v0.7.18
20652026-08-22T12:23:32.668Z Compiling heapless v0.7.17
20662026-08-22T12:23:32.784Z Compiling signal-hook v0.3.18
20672026-08-22T12:23:32.813Z Compiling rustix v0.38.44
20682026-08-22T12:23:32.829Z Compiling anstyle-query v1.1.5
20692026-08-22T12:23:32.936Z Compiling toml_edit v0.19.15
20702026-08-22T12:23:32.955Z Compiling litrs v1.0.0
20712026-08-22T12:23:32.979Z Compiling atomic-waker v1.1.2
20722026-08-22T12:23:32.989Z Compiling colorchoice v1.0.4
20732026-08-22T12:23:33.155Z Compiling winnow v1.0.3
20742026-08-22T12:23:33.288Z Compiling winnow v0.7.14
20752026-08-22T12:23:33.340Z Compiling tower-layer v0.3.3
20762026-08-22T12:23:33.427Z Compiling is_terminal_polyfill v1.70.2
20772026-08-22T12:23:33.472Z Compiling zstd-safe v7.2.4
20782026-08-22T12:23:33.526Z Compiling try-lock v0.2.5
20792026-08-22T12:23:33.534Z Compiling untrusted v0.7.1
20802026-08-22T12:23:33.656Z Compiling tower-service v0.3.3
20812026-08-22T12:23:33.656Z Compiling anstream v1.0.0
20822026-08-22T12:23:33.694Z Compiling want v0.3.1
20832026-08-22T12:23:33.719Z Compiling document-features v0.2.12
20842026-08-22T12:23:33.738Z Compiling h2 v0.4.15
20852026-08-22T12:23:33.851Z Compiling tempfile v3.27.0
20862026-08-22T12:23:34.199Z Compiling toml_parser v1.1.2+spec-1.1.0
20872026-08-22T12:23:34.249Z Compiling goblin v0.8.2
20882026-08-22T12:23:34.447Z Compiling goblin v0.10.5
20892026-08-22T12:23:34.513Z Compiling hybrid-array v0.4.13
20902026-08-22T12:23:34.789Z Compiling itertools v0.15.0
20912026-08-22T12:23:34.790Z Compiling ipnet v2.12.0
20922026-08-22T12:23:34.950Z Compiling zerocopy v0.7.35
20932026-08-22T12:23:34.999Z Compiling ref-cast-impl v1.0.25
20942026-08-22T12:23:35.098Z Compiling daft-derive v0.1.7
20952026-08-22T12:23:35.237Z Compiling structmeta-derive v0.3.0
20962026-08-22T12:23:35.268Z Compiling curve25519-dalek v4.1.3
20972026-08-22T12:23:35.288Z Compiling darling_core v0.20.11
20982026-08-22T12:23:35.354Z Compiling memoffset v0.9.1
20992026-08-22T12:23:35.394Z Compiling untrusted v0.9.0
21002026-08-22T12:23:35.529Z Compiling httpdate v1.0.3
21012026-08-22T12:23:35.595Z Compiling powerfmt v0.2.0
21022026-08-22T12:23:35.708Z Compiling foreign-types-shared v0.1.1
21032026-08-22T12:23:35.798Z Compiling tap v1.0.1
21042026-08-22T12:23:35.829Z Compiling foreign-types v0.3.2
21052026-08-22T12:23:35.867Z Compiling deranged v0.5.8
21062026-08-22T12:23:35.945Z Compiling wyz v0.5.1
21072026-08-22T12:23:36.152Z Compiling unicode-normalization v0.1.25
21082026-08-22T12:23:36.222Z Compiling structmeta v0.3.0
21092026-08-22T12:23:36.327Z Compiling rand_chacha v0.3.1
21102026-08-22T12:23:36.443Z Compiling signature v2.2.0
21112026-08-22T12:23:36.609Z Compiling dof v0.3.0
21122026-08-22T12:23:36.630Z Compiling dtrace-parser v0.2.0
21132026-08-22T12:23:36.727Z Compiling hex v0.4.3
21142026-08-22T12:23:36.744Z Compiling dtrace-parser v0.3.0
21152026-08-22T12:23:36.982Z Compiling hyper v1.10.1
21162026-08-22T12:23:37.014Z Compiling pin-project-internal v1.1.11
21172026-08-22T12:23:37.109Z Compiling num-integer v0.1.46
21182026-08-22T12:23:37.223Z Compiling dof v0.4.0
21192026-08-22T12:23:37.257Z Compiling darling_macro v0.20.11
21202026-08-22T12:23:37.331Z Compiling wait-timeout v0.2.1
21212026-08-22T12:23:37.350Z Compiling thread-id v5.1.0
21222026-08-22T12:23:37.419Z Compiling thread-id v4.2.2
21232026-08-22T12:23:37.448Z Compiling owo-colors v4.3.0
21242026-08-22T12:23:37.490Z Compiling quick-error v1.2.3
21252026-08-22T12:23:37.577Z Compiling clap_lex v1.0.0
21262026-08-22T12:23:37.605Z Compiling smoltcp v0.9.1
21272026-08-22T12:23:37.621Z Compiling bit-vec v0.8.0
21282026-08-22T12:23:37.802Z Compiling cfg_aliases v0.2.1
21292026-08-22T12:23:37.870Z Compiling num_threads v0.1.7
21302026-08-22T12:23:37.900Z Compiling funty v2.0.0
21312026-08-22T12:23:37.915Z Compiling nix v0.31.2
21322026-08-22T12:23:37.933Z Compiling bit-set v0.8.0
21332026-08-22T12:23:37.936Z Compiling darling v0.20.11
21342026-08-22T12:23:37.986Z Compiling time v0.3.47
21352026-08-22T12:23:38.033Z Compiling clap_builder v4.6.0
21362026-08-22T12:23:38.049Z Compiling rusty-fork v0.3.1
21372026-08-22T12:23:38.116Z Compiling hyper-util v0.1.20
21382026-08-22T12:23:38.200Z Compiling num-iter v0.1.45
21392026-08-22T12:23:38.281Z Compiling bitvec v1.0.1
21402026-08-22T12:23:38.426Z Compiling rand v0.8.6
21412026-08-22T12:23:38.500Z Compiling ipnetwork v0.21.1
21422026-08-22T12:23:38.721Z Compiling lazy_static v1.5.0
21432026-08-22T12:23:38.803Z Compiling hmac v0.12.1
21442026-08-22T12:23:39.024Z Compiling rand_xorshift v0.4.0
21452026-08-22T12:23:39.114Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-22T12:23:39.187Z Compiling sync_wrapper v1.0.2
21472026-08-22T12:23:39.463Z Compiling crc-catalog v2.4.0
21482026-08-22T12:23:39.563Z Compiling nodrop v0.1.14
21492026-08-22T12:23:39.746Z Compiling unarray v0.1.4
21502026-08-22T12:23:39.751Z Compiling zlib-rs v0.6.2
21512026-08-22T12:23:39.768Z Compiling siphasher v1.0.2
21522026-08-22T12:23:39.790Z Compiling proptest v1.11.0
21532026-08-22T12:23:39.937Z Compiling array-init v0.0.4
21542026-08-22T12:23:40.002Z Compiling clap v4.6.1
21552026-08-22T12:23:40.096Z Compiling crc v3.4.0
21562026-08-22T12:23:40.308Z Compiling tower v0.5.3
21572026-08-22T12:23:40.894Z Compiling smallvec v0.6.14
21582026-08-22T12:23:41.054Z Compiling derive_builder_core v0.20.2
21592026-08-22T12:23:41.138Z Compiling pkcs1 v0.7.5
21602026-08-22T12:23:41.201Z Compiling http-body-util v0.1.3
21612026-08-22T12:23:41.364Z Compiling zerocopy v0.6.6
21622026-08-22T12:23:41.461Z Compiling bitfield v0.19.4
21632026-08-22T12:23:41.527Z Compiling snafu-derive v0.8.9
21642026-08-22T12:23:41.554Z Compiling strum_macros v0.27.2
21652026-08-22T12:23:41.710Z Compiling strum_macros v0.26.4
21662026-08-22T12:23:41.749Z Compiling flate2 v1.1.9
21672026-08-22T12:23:41.854Z Compiling hubpack_derive v0.1.1
21682026-08-22T12:23:41.937Z Compiling env_filter v2.0.0
21692026-08-22T12:23:41.984Z Compiling fs-err v3.3.0
21702026-08-22T12:23:42.052Z Compiling base64 v0.21.7
21712026-08-22T12:23:42.157Z Compiling iri-string v0.7.10
21722026-08-22T12:23:42.199Z Compiling unicode-properties v0.1.4
21732026-08-22T12:23:42.371Z Compiling unicode-bidi v0.3.18
21742026-08-22T12:23:42.421Z Compiling allocator-api2 v0.2.21
21752026-08-22T12:23:42.503Z Compiling hashbrown v0.12.3
21762026-08-22T12:23:42.776Z Compiling ryu v1.0.23
21772026-08-22T12:23:42.805Z Compiling gimli v0.32.3
21782026-08-22T12:23:42.841Z Compiling unicode-segmentation v1.12.0
21792026-08-22T12:23:42.996Z Compiling serde_urlencoded v0.7.1
21802026-08-22T12:23:43.236Z Compiling stringprep v0.1.5
21812026-08-22T12:23:43.260Z Compiling ron v0.8.1
21822026-08-22T12:23:43.289Z Compiling tower-http v0.6.8
21832026-08-22T12:23:43.310Z Compiling env_logger v0.11.11
21842026-08-22T12:23:43.520Z Compiling derive_builder_macro v0.20.2
21852026-08-22T12:23:43.608Z Compiling newtype-uuid v1.3.2
21862026-08-22T12:23:43.664Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21872026-08-22T12:23:43.668Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21882026-08-22T12:23:43.823Z Compiling rsa v0.9.10
21892026-08-22T12:23:43.870Z Compiling oxnet v0.1.6
21902026-08-22T12:23:43.891Z Compiling serde-hex v0.1.0
21912026-08-22T12:23:43.941Z Compiling hashbrown v0.13.2
21922026-08-22T12:23:44.035Z Compiling tokio-native-tls v0.3.1
21932026-08-22T12:23:44.128Z Compiling bzip2 v0.4.4
21942026-08-22T12:23:44.150Z Compiling usdt-attr-macro v0.6.0
21952026-08-22T12:23:44.229Z Compiling usdt-macro v0.6.0
21962026-08-22T12:23:44.286Z Compiling derive-ex v0.1.8
21972026-08-22T12:23:44.349Z Compiling crypto-common v0.2.2
21982026-08-22T12:23:44.364Z Compiling block-padding v0.4.2
21992026-08-22T12:23:44.470Z Compiling block-buffer v0.12.1
22002026-08-22T12:23:44.536Z Compiling addr2line v0.25.1
22012026-08-22T12:23:44.880Z Compiling rustls-native-certs v0.8.3
22022026-08-22T12:23:44.943Z Compiling x509-cert v0.2.5
22032026-08-22T12:23:44.970Z Compiling md-5 v0.10.6
22042026-08-22T12:23:45.061Z Compiling erased-serde v0.3.31
22052026-08-22T12:23:45.213Z Compiling bstr v1.12.1
22062026-08-22T12:23:45.423Z Compiling vergen-lib v9.1.0
22072026-08-22T12:23:45.459Z Compiling hash32 v0.2.1
22082026-08-22T12:23:45.561Z Compiling encoding_rs v0.8.35
22092026-08-22T12:23:45.648Z Compiling mime v0.3.17
22102026-08-22T12:23:45.678Z Compiling psl-types v2.0.11
22112026-08-22T12:23:45.823Z Compiling rustc-demangle v0.1.27
22122026-08-22T12:23:45.826Z Compiling crc-any v2.5.0
22132026-08-22T12:23:45.906Z Compiling unicode-width v0.2.0
22142026-08-22T12:23:46.046Z Compiling fallible-iterator v0.2.0
22152026-08-22T12:23:46.067Z Compiling cpufeatures v0.3.0
22162026-08-22T12:23:46.160Z Compiling test-strategy v0.4.5
22172026-08-22T12:23:46.177Z Compiling publicsuffix v2.3.0
22182026-08-22T12:23:46.371Z Compiling postgres-protocol v0.6.10
22192026-08-22T12:23:46.394Z Compiling backtrace v0.3.76
22202026-08-22T12:23:46.864Z Compiling inout v0.2.2
22212026-08-22T12:23:46.880Z Compiling object v0.30.4
22222026-08-22T12:23:46.997Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-22T12:23:47.037Z Compiling zip v0.6.6
22242026-08-22T12:23:47.054Z Compiling hyper-tls v0.6.0
22252026-08-22T12:23:47.074Z Compiling daft v0.1.7
22262026-08-22T12:23:47.090Z Compiling derive_builder v0.20.2
22272026-08-22T12:23:47.093Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-22T12:23:47.288Z Compiling heck v0.4.1
22292026-08-22T12:23:47.326Z Compiling phf_shared v0.13.1
22302026-08-22T12:23:47.378Z Compiling pin-project v1.1.11
22312026-08-22T12:23:47.473Z Compiling toml v0.7.8
22322026-08-22T12:23:47.546Z Compiling serde_with_macros v3.21.0
22332026-08-22T12:23:47.549Z Compiling futures-executor v0.3.32
22342026-08-22T12:23:47.612Z Compiling enum-as-inner v0.6.1
22352026-08-22T12:23:47.762Z Compiling async-recursion v1.1.1
22362026-08-22T12:23:47.808Z Compiling miette-derive v7.6.0
22372026-08-22T12:23:47.847Z Compiling serde_repr v0.1.20
22382026-08-22T12:23:47.913Z Compiling vergen v9.1.0
22392026-08-22T12:23:47.981Z Compiling ff v0.13.1
22402026-08-22T12:23:48.019Z Compiling cargo-platform v0.3.2
22412026-08-22T12:23:48.247Z Compiling path-slash v0.1.5
22422026-08-22T12:23:48.286Z Compiling managed v0.8.0
22432026-08-22T12:23:48.301Z Compiling same-file v1.0.6
22442026-08-22T12:23:48.341Z Compiling bitflags v1.3.2
22452026-08-22T12:23:48.387Z Compiling foldhash v0.1.5
22462026-08-22T12:23:48.387Z Compiling unicode-linebreak v0.1.5
22472026-08-22T12:23:48.464Z Compiling libbz2-rs-sys v0.2.2
22482026-08-22T12:23:48.522Z Compiling smawk v0.3.2
22492026-08-22T12:23:48.598Z Compiling foldhash v0.2.0
22502026-08-22T12:23:48.691Z Compiling jiff-core v0.1.0
22512026-08-22T12:23:48.712Z Compiling bumpalo v3.20.2
22522026-08-22T12:23:48.760Z Compiling is_ci v1.2.0
22532026-08-22T12:23:48.845Z Compiling base16ct v0.2.0
22542026-08-22T12:23:48.911Z Compiling bzip2 v0.6.1
22552026-08-22T12:23:48.911Z Compiling supports-color v3.0.2
22562026-08-22T12:23:48.972Z Compiling sec1 v0.7.3
22572026-08-22T12:23:49.026Z Compiling zopfli v0.8.3
22582026-08-22T12:23:49.043Z Compiling textwrap v0.16.2
22592026-08-22T12:23:49.071Z Compiling hashbrown v0.16.1
22602026-08-22T12:23:49.149Z Compiling hashbrown v0.15.5
22612026-08-22T12:23:49.237Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22622026-08-22T12:23:49.337Z Compiling walkdir v2.5.0
22632026-08-22T12:23:49.460Z Compiling jiff v0.2.34
22642026-08-22T12:23:49.659Z Compiling cargo_metadata v0.23.1
22652026-08-22T12:23:49.726Z Compiling group v0.13.0
22662026-08-22T12:23:49.933Z Compiling futures v0.3.32
22672026-08-22T12:23:50.153Z Compiling phf v0.13.1
22682026-08-22T12:23:50.330Z Compiling snafu v0.8.9
22692026-08-22T12:23:50.355Z Compiling reqwest v0.12.28
22702026-08-22T12:23:50.438Z Compiling cipher v0.5.2
22712026-08-22T12:23:50.678Z Compiling signal-hook-mio v0.2.5
22722026-08-22T12:23:50.723Z Compiling backtrace-ext v0.2.1
22732026-08-22T12:23:50.739Z Compiling cookie_store v0.22.1
22742026-08-22T12:23:50.814Z Compiling postgres-types v0.2.12
22752026-08-22T12:23:50.848Z Compiling zstd v0.13.3
22762026-08-22T12:23:50.895Z Compiling globset v0.4.18
22772026-08-22T12:23:50.960Z Compiling strum v0.27.2
22782026-08-22T12:23:51.019Z Compiling hubpack v0.1.2
22792026-08-22T12:23:51.122Z Compiling phf_shared v0.11.3
22802026-08-22T12:23:51.143Z Compiling hkdf v0.12.4
22812026-08-22T12:23:51.208Z Compiling crossbeam-epoch v0.9.18
22822026-08-22T12:23:51.281Z Compiling byte-wrapper v0.1.0
22832026-08-22T12:23:51.315Z Compiling ed25519 v2.2.3
22842026-08-22T12:23:51.331Z Compiling olpc-cjson v0.1.4
22852026-08-22T12:23:51.549Z Compiling crypto-bigint v0.5.5
22862026-08-22T12:23:51.582Z Compiling serde-big-array v0.5.1
22872026-08-22T12:23:51.600Z Compiling serde_plain v1.0.2
22882026-08-22T12:23:51.694Z Compiling pem v3.0.6
22892026-08-22T12:23:51.742Z Compiling float-cmp v0.10.0
22902026-08-22T12:23:51.783Z Compiling memmap2 v0.9.10
22912026-08-22T12:23:51.908Z Compiling static_assertions v1.1.0
22922026-08-22T12:23:51.995Z Compiling difflib v0.4.0
22932026-08-22T12:23:52.029Z Compiling keccak v0.1.6
22942026-08-22T12:23:52.043Z Compiling fixedbitset v0.5.7
22952026-08-22T12:23:52.131Z Compiling fixedbitset v0.4.2
22962026-08-22T12:23:52.234Z Compiling unicode-width v0.1.14
22972026-08-22T12:23:52.251Z Compiling supports-unicode v3.0.0
22982026-08-22T12:23:52.282Z Compiling predicates-core v1.0.10
22992026-08-22T12:23:52.338Z Compiling new_debug_unreachable v1.0.6
23002026-08-22T12:23:52.356Z Compiling precomputed-hash v0.1.1
23012026-08-22T12:23:52.386Z Compiling typed-path v0.9.3
23022026-08-22T12:23:52.410Z Compiling whoami v2.1.0
23032026-08-22T12:23:52.442Z Compiling normalize-line-endings v0.3.0
23042026-08-22T12:23:52.462Z Compiling const-oid v0.10.2
23052026-08-22T12:23:52.465Z Compiling supports-hyperlinks v3.2.0
23062026-08-22T12:23:52.552Z Compiling data-encoding v2.10.0
23072026-08-22T12:23:52.579Z Compiling toml_write v0.1.2
23082026-08-22T12:23:52.627Z Compiling digest v0.11.3
23092026-08-22T12:23:52.644Z Compiling tokio-postgres v0.7.16
23102026-08-22T12:23:52.661Z Compiling miette v7.6.0
23112026-08-22T12:23:52.725Z Compiling predicates v3.1.4
23122026-08-22T12:23:52.756Z Compiling toml_edit v0.22.27
23132026-08-22T12:23:52.852Z Compiling hickory-proto v0.25.2
23142026-08-22T12:23:52.888Z Compiling elliptic-curve v0.13.8
23152026-08-22T12:23:52.904Z Compiling string_cache v0.8.9
23162026-08-22T12:23:53.137Z Compiling petgraph v0.6.5
23172026-08-22T12:23:53.257Z Compiling petgraph v0.8.3
23182026-08-22T12:23:53.292Z Compiling chacha20 v0.10.0
23192026-08-22T12:23:53.323Z Compiling sha3 v0.10.8
23202026-08-22T12:23:53.610Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23212026-08-22T12:23:53.681Z Compiling usdt v0.6.0
23222026-08-22T12:23:53.952Z Compiling zip v4.6.1
23232026-08-22T12:23:54.733Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-22T12:23:54.937Z Compiling ed25519-dalek v2.2.0
23252026-08-22T12:23:55.233Z Compiling crossterm v0.28.1
23262026-08-22T12:23:55.602Z Compiling iddqd v0.4.2
23272026-08-22T12:23:55.626Z Compiling serde_with v3.21.0
23282026-08-22T12:23:55.644Z Compiling similar v2.7.0
23292026-08-22T12:23:56.051Z Compiling strum v0.26.3
23302026-08-22T12:23:56.368Z Compiling tokio-stream v0.1.18
23312026-08-22T12:23:56.404Z Compiling buf-list v1.1.2
23322026-08-22T12:23:56.466Z Compiling itertools v0.13.0
23332026-08-22T12:23:56.508Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-22T12:23:56.678Z Compiling openapiv3 v2.2.0
23352026-08-22T12:23:57.198Z Compiling peg-runtime v0.8.5
23362026-08-22T12:23:57.452Z Compiling lalrpop-util v0.19.12
23372026-08-22T12:24:13.501Z Compiling rustls-webpki v0.103.13
23382026-08-22T12:24:17.456Z Compiling tokio-rustls v0.26.4
23392026-08-22T12:24:17.741Z Compiling hyper-rustls v0.27.7
23402026-08-22T12:24:18.050Z Compiling rustls-platform-verifier v0.6.2
23412026-08-22T12:24:18.264Z Compiling reqwest v0.13.2
23422026-08-22T12:24:18.291Z Compiling tough v0.22.0
23432026-08-22T12:24:19.423Z Compiling macaddr v1.0.1
23442026-08-22T12:24:19.543Z Compiling rayon-core v1.13.0
23452026-08-22T12:24:19.589Z Compiling crucible-workspace-hack v0.1.0
23462026-08-22T12:24:19.619Z Compiling secrecy v0.10.3
23472026-08-22T12:24:19.723Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-22T12:24:19.727Z Compiling heapless v0.8.0
23492026-08-22T12:24:19.824Z Compiling toml_datetime v0.7.5+spec-1.1.0
23502026-08-22T12:24:19.827Z Compiling crossbeam-deque v0.8.6
23512026-08-22T12:24:19.827Z Compiling ingot-macros v0.2.0
23522026-08-22T12:24:19.962Z Compiling inout v0.1.4
23532026-08-22T12:24:20.070Z Compiling toml_edit v0.23.10+spec-1.0.0
23542026-08-22T12:24:20.096Z Compiling hash32 v0.3.1
23552026-08-22T12:24:20.158Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562026-08-22T12:24:20.176Z Compiling multer v3.1.0
23572026-08-22T12:24:20.207Z Compiling thread_local v1.1.9
23582026-08-22T12:24:20.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-08-22T12:24:20.281Z Compiling smoltcp v0.11.0
23602026-08-22T12:24:20.325Z Compiling slog-async v2.8.0
23612026-08-22T12:24:20.387Z Compiling match_cfg v0.1.0
23622026-08-22T12:24:20.483Z Compiling compression-core v0.4.31
23632026-08-22T12:24:20.523Z Compiling hostname v0.3.1
23642026-08-22T12:24:20.602Z Compiling cipher v0.4.4
23652026-08-22T12:24:20.662Z Compiling compression-codecs v0.4.37
23662026-08-22T12:24:20.679Z Compiling proc-macro-crate v3.4.0
23672026-08-22T12:24:20.711Z Compiling atomicwrites v0.4.4
23682026-08-22T12:24:20.877Z Compiling slog-json v2.6.1
23692026-08-22T12:24:20.978Z Compiling crossbeam-channel v0.5.15
23702026-08-22T12:24:21.012Z Compiling half v2.7.1
23712026-08-22T12:24:21.042Z Compiling universal-hash v0.5.1
23722026-08-22T12:24:21.077Z Compiling newtype-uuid-macros v0.1.0
23732026-08-22T12:24:21.094Z Compiling cobs v0.3.0
23742026-08-22T12:24:21.124Z Compiling async-stream-impl v0.3.6
23752026-08-22T12:24:21.146Z Compiling thiserror-impl-no-std v2.0.2
23762026-08-22T12:24:21.201Z Compiling serde_spanned v1.1.1
23772026-08-22T12:24:21.367Z Compiling toml_datetime v1.1.1+spec-1.1.0
23782026-08-22T12:24:21.383Z Compiling is-terminal v0.4.17
23792026-08-22T12:24:21.401Z Compiling proc-macro-error-attr v1.0.4
23802026-08-22T12:24:21.508Z Compiling dropshot v0.17.1
23812026-08-22T12:24:21.598Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23822026-08-22T12:24:21.618Z Compiling take_mut v0.2.2
23832026-08-22T12:24:21.634Z Compiling ciborium-io v0.2.2
23842026-08-22T12:24:21.669Z Compiling convert_case v0.4.0
23852026-08-22T12:24:21.718Z Compiling term v1.2.1
23862026-08-22T12:24:21.734Z Compiling opaque-debug v0.3.1
23872026-08-22T12:24:21.758Z Compiling toml_writer v1.1.1+spec-1.1.0
23882026-08-22T12:24:21.829Z Compiling poly1305 v0.8.0
23892026-08-22T12:24:21.833Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23902026-08-22T12:24:21.882Z Compiling ciborium-ll v0.2.2
23912026-08-22T12:24:21.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23922026-08-22T12:24:21.923Z Compiling async-stream v0.3.6
23932026-08-22T12:24:21.991Z Compiling derive_more v0.99.20
23942026-08-22T12:24:22.047Z Compiling slog-term v2.9.2
23952026-08-22T12:24:22.142Z Compiling toml v1.1.2+spec-1.1.0
23962026-08-22T12:24:22.177Z Compiling thiserror-no-std v2.0.2
23972026-08-22T12:24:22.209Z Compiling postcard v1.1.3
23982026-08-22T12:24:22.235Z Compiling num_enum_derive v0.7.6
23992026-08-22T12:24:22.254Z Compiling slog-bunyan v2.5.0
24002026-08-22T12:24:22.423Z Compiling async-compression v0.4.41
24012026-08-22T12:24:22.464Z Compiling chacha20 v0.9.1
24022026-08-22T12:24:22.485Z Compiling ingot-types v0.2.0
24032026-08-22T12:24:22.602Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24042026-08-22T12:24:22.741Z Compiling sha1 v0.11.0
24052026-08-22T12:24:22.905Z Compiling ingot v0.2.1
24062026-08-22T12:24:22.955Z Compiling parse-display-derive v0.10.0
24072026-08-22T12:24:22.980Z Compiling proc-macro-crate v1.3.1
24082026-08-22T12:24:23.191Z Compiling waitgroup v0.1.2
24092026-08-22T12:24:23.208Z Compiling backon v1.6.0
24102026-08-22T12:24:23.300Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24112026-08-22T12:24:23.337Z Compiling rustls-pemfile v2.2.0
24122026-08-22T12:24:23.363Z Compiling blake2 v0.10.6
24132026-08-22T12:24:23.474Z Compiling aead v0.5.2
24142026-08-22T12:24:23.526Z Compiling dropshot_endpoint v0.17.1
24152026-08-22T12:24:23.654Z Compiling password-hash v0.5.0
24162026-08-22T12:24:23.700Z Compiling foreign-types-macros v0.2.3
24172026-08-22T12:24:23.719Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-22T12:24:23.895Z Compiling serde_path_to_error v0.1.20
24192026-08-22T12:24:24.158Z Compiling hostname v0.4.2
24202026-08-22T12:24:24.175Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24212026-08-22T12:24:24.255Z Compiling proc-macro-error v1.0.4
24222026-08-22T12:24:24.302Z Compiling instant v0.1.13
24232026-08-22T12:24:24.355Z Compiling debug-ignore v1.0.5
24242026-08-22T12:24:24.384Z Compiling foreign-types-shared v0.3.1
24252026-08-22T12:24:24.402Z Compiling backoff v0.4.0
24262026-08-22T12:24:24.442Z Compiling argon2 v0.5.3
24272026-08-22T12:24:24.460Z Compiling chacha20poly1305 v0.10.1
24282026-08-22T12:24:24.492Z Compiling foreign-types v0.5.0
24292026-08-22T12:24:24.495Z Compiling parse-display v0.10.0
24302026-08-22T12:24:24.521Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-22T12:24:24.588Z Compiling num_enum_derive v0.5.11
24322026-08-22T12:24:24.604Z Compiling num_enum v0.7.6
24332026-08-22T12:24:24.635Z Compiling vsss-rs v3.3.4
24342026-08-22T12:24:24.653Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24352026-08-22T12:24:24.720Z Compiling ciborium v0.2.2
24362026-08-22T12:24:24.894Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-22T12:24:25.097Z Compiling regress v0.10.5
24382026-08-22T12:24:25.148Z Compiling itertools v0.14.0
24392026-08-22T12:24:25.195Z Compiling tabwriter v1.4.1
24402026-08-22T12:24:25.220Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-22T12:24:25.328Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24422026-08-22T12:24:25.439Z Compiling cstr-argument v0.1.2
24432026-08-22T12:24:25.527Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24442026-08-22T12:24:25.584Z Compiling humantime v2.3.0
24452026-08-22T12:24:25.625Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24462026-08-22T12:24:25.641Z Compiling num_enum v0.5.11
24472026-08-22T12:24:25.679Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24482026-08-22T12:24:25.769Z Compiling rayon v1.11.0
24492026-08-22T12:24:25.782Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24502026-08-22T12:24:25.795Z Compiling rand v0.10.1
24512026-08-22T12:24:25.932Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24522026-08-22T12:24:25.964Z Compiling libefi-sys v0.1.0
24532026-08-22T12:24:26.027Z Compiling indent_write v2.2.0
24542026-08-22T12:24:26.043Z Compiling colored v3.1.1
24552026-08-22T12:24:26.156Z Compiling zone_cfg_derive v0.3.1
24562026-08-22T12:24:26.193Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572026-08-22T12:24:26.216Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-22T12:24:26.256Z Compiling camino-tempfile v1.4.1
24592026-08-22T12:24:26.260Z Compiling itertools v0.12.1
24602026-08-22T12:24:26.332Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24612026-08-22T12:24:26.579Z Compiling usdt-macro v0.5.0
24622026-08-22T12:24:26.608Z Compiling usdt-attr-macro v0.5.0
24632026-08-22T12:24:26.650Z Compiling bitfield-struct v0.6.2
24642026-08-22T12:24:26.684Z Compiling num-derive v0.4.2
24652026-08-22T12:24:26.712Z Compiling blake3 v1.8.5
24662026-08-22T12:24:26.751Z Compiling sigpipe v0.1.3
24672026-08-22T12:24:26.784Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24682026-08-22T12:24:26.803Z Compiling memmap v0.7.0
24692026-08-22T12:24:26.865Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24702026-08-22T12:24:26.905Z Compiling glob v0.3.3
24712026-08-22T12:24:27.056Z Compiling swrite v0.1.0
24722026-08-22T12:24:27.188Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24732026-08-22T12:24:27.295Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24742026-08-22T12:24:27.312Z Compiling smf v0.2.3
24752026-08-22T12:24:27.384Z Compiling usdt v0.5.0
24762026-08-22T12:24:27.462Z Compiling filetime v0.2.27
24772026-08-22T12:24:27.498Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24782026-08-22T12:24:27.579Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-22T12:24:27.597Z Compiling zone v0.3.1
24802026-08-22T12:24:27.612Z Compiling whoami v1.6.1
24812026-08-22T12:24:27.625Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-22T12:24:27.644Z Compiling arrayvec v0.7.6
24832026-08-22T12:24:27.700Z Compiling constant_time_eq v0.4.2
24842026-08-22T12:24:27.795Z Compiling arrayref v0.3.9
24852026-08-22T12:24:27.835Z Compiling xattr v1.6.1
24862026-08-22T12:24:27.908Z Compiling tokio-dtrace v0.1.1
24872026-08-22T12:24:27.924Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24882026-08-22T12:24:27.941Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24892026-08-22T12:24:28.018Z Compiling tar v0.4.46
24902026-08-22T12:24:28.057Z Compiling gethostname v0.5.0
24912026-08-22T12:24:28.073Z Compiling console v0.16.2
24922026-08-22T12:24:28.216Z Compiling topological-sort v0.2.2
24932026-08-22T12:24:28.248Z Compiling unit-prefix v0.5.2
24942026-08-22T12:24:28.265Z Compiling oxide-tokio-rt v0.1.4
24952026-08-22T12:24:28.430Z Compiling toml v0.8.23
24962026-08-22T12:24:28.450Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24972026-08-22T12:24:28.474Z Compiling indicatif v0.18.4
24982026-08-22T12:24:28.582Z Compiling shell-words v1.1.1
24992026-08-22T12:24:37.807Z Compiling progenitor-client v0.14.0
25002026-08-22T12:24:37.807Z Compiling omicron-zone-package v0.12.3
25012026-08-22T12:24:38.070Z Compiling progenitor-extras v0.2.0
25022026-08-22T12:24:38.383Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25032026-08-22T12:24:38.459Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25042026-08-22T12:24:38.536Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-22T12:24:38.561Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25062026-08-22T12:24:38.618Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25072026-08-22T12:24:38.653Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25082026-08-22T12:24:38.790Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-08-22T12:24:38.866Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25102026-08-22T12:24:39.512Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-08-22T12:24:43.084Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-08-22T12:24:52.001Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-22T12:24:55.305Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142026-08-22T12:24:56.381Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25152026-08-22T12:25:06.445Z Finished `release` profile [optimized] target(s) in 1m 47s
25162026-08-22T12:25:06.595Z Running `target/release/omicron-package -t test target create -p dev`
25172026-08-22T12:25:06.654ZLogging to: /work/oxidecomputer/omicron/out/LOG
25182026-08-22T12:25:06.657ZCreated new build target 'test' and set it as active
25192026-08-22T12:25:06.661Z
25202026-08-22T12:25:06.661Zreal 1:48.099128977
25212026-08-22T12:25:06.661Zuser 17:51.495652978
25222026-08-22T12:25:06.661Zsys 2:47.312500456
25232026-08-22T12:25:06.661Ztrap 0.509196775
25242026-08-22T12:25:06.661Ztflt 2.307583679
25252026-08-22T12:25:06.661Zdflt 4.987055640
25262026-08-22T12:25:06.661Zkflt 0.000895030
25272026-08-22T12:25:06.661Zlock 58:23.135025723
25282026-08-22T12:25:06.661Zslp 45:32.601712843
25292026-08-22T12:25:06.661Zlat 49.589933757
25302026-08-22T12:25:06.661Zstop 6:19.851934472
25312026-08-22T12:25:06.661Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25322026-08-22T12:25:07.551Z Finished `release` profile [optimized] target(s) in 0.88s
25332026-08-22T12:25:07.619Z Running `target/release/omicron-package -t test package`
25342026-08-22T12:25:07.677ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352026-08-22T12:25:09.152Z Compiling heck v0.5.0
25362026-08-22T12:25:09.152Z Compiling regress v0.11.1
25372026-08-22T12:25:09.392Z Compiling unsafe-libyaml v0.2.11
25382026-08-22T12:25:09.414Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25392026-08-22T12:25:09.441Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-08-22T12:25:09.445Z Compiling derive-where v1.6.0
25412026-08-22T12:25:09.445Z Compiling bytecount v0.6.9
25422026-08-22T12:25:09.504Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25432026-08-22T12:25:09.507Z Compiling atomicwrites v0.4.4
25442026-08-22T12:25:09.507Z Compiling is-terminal v0.4.17
25452026-08-22T12:25:09.507Z Compiling prettyplease v0.2.37
25462026-08-22T12:25:09.507Z Compiling newline-converter v0.3.0
25472026-08-22T12:25:09.526Z Compiling console v0.15.11
25482026-08-22T12:25:09.567Z Compiling slog-dtrace v0.3.0
25492026-08-22T12:25:09.570Z Compiling cancel-safe-futures v0.1.5
25502026-08-22T12:25:09.669Z Compiling resolv-conf v0.7.6
25512026-08-22T12:25:09.690Z Compiling num-rational v0.4.2
25522026-08-22T12:25:09.714Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25532026-08-22T12:25:09.797Z Compiling num-complex v0.4.6
25542026-08-22T12:25:09.800Z Compiling thread_local v1.1.9
25552026-08-22T12:25:09.846Z Compiling compression-core v0.4.31
25562026-08-22T12:25:09.920Z Compiling serde_yaml v0.9.34+deprecated
25572026-08-22T12:25:10.029Z Compiling expectorate v1.2.0
25582026-08-22T12:25:10.054Z Compiling match_cfg v0.1.0
25592026-08-22T12:25:10.079Z Compiling compression-codecs v0.4.37
25602026-08-22T12:25:10.144Z Compiling hostname v0.3.1
25612026-08-22T12:25:10.193Z Compiling num v0.4.3
25622026-08-22T12:25:10.260Z Compiling multer v3.1.0
25632026-08-22T12:25:10.283Z Compiling slog-async v2.8.0
25642026-08-22T12:25:10.308Z Compiling crossbeam-channel v0.5.15
25652026-08-22T12:25:10.311Z Compiling slog-json v2.6.1
25662026-08-22T12:25:10.348Z Compiling serde_spanned v1.1.1
25672026-08-22T12:25:10.351Z Compiling toml_datetime v1.1.1+spec-1.1.0
25682026-08-22T12:25:10.351Z Compiling float-ord v0.3.2
25692026-08-22T12:25:10.529Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25702026-08-22T12:25:10.553Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25712026-08-22T12:25:10.557Z Compiling take_mut v0.2.2
25722026-08-22T12:25:10.600Z Compiling term v1.2.1
25732026-08-22T12:25:10.604Z Compiling linked-hash-map v0.5.6
25742026-08-22T12:25:10.650Z Compiling toml_writer v1.1.1+spec-1.1.0
25752026-08-22T12:25:10.676Z Compiling linear-map v1.2.0
25762026-08-22T12:25:10.679Z Compiling oxide-update-engine-types v0.1.2
25772026-08-22T12:25:10.722Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25782026-08-22T12:25:10.770Z Compiling slog-bunyan v2.5.0
25792026-08-22T12:25:10.863Z Compiling toml v1.1.2+spec-1.1.0
25802026-08-22T12:25:10.884Z Compiling slog-term v2.9.2
25812026-08-22T12:25:10.927Z Compiling lru-cache v0.1.2
25822026-08-22T12:25:10.931Z Compiling typify-impl v0.6.2
25832026-08-22T12:25:10.934Z Compiling async-compression v0.4.41
25842026-08-22T12:25:11.110Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25852026-08-22T12:25:11.202Z Compiling dropshot v0.17.1
25862026-08-22T12:25:11.225Z Compiling async-stream v0.3.6
25872026-08-22T12:25:11.272Z Compiling progenitor-client v0.14.0
25882026-08-22T12:25:11.275Z Compiling sha1 v0.11.0
25892026-08-22T12:25:11.314Z Compiling waitgroup v0.1.2
25902026-08-22T12:25:11.406Z Compiling rustls-pemfile v2.2.0
25912026-08-22T12:25:11.428Z Compiling backon v1.6.0
25922026-08-22T12:25:11.452Z Compiling hostname v0.4.2
25932026-08-22T12:25:11.476Z Compiling serde_path_to_error v0.1.20
25942026-08-22T12:25:11.582Z Compiling instant v0.1.13
25952026-08-22T12:25:11.613Z Compiling debug-ignore v1.0.5
25962026-08-22T12:25:11.635Z Compiling minimal-lexical v0.2.1
25972026-08-22T12:25:11.659Z Compiling progenitor-extras v0.2.0
25982026-08-22T12:25:11.681Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25992026-08-22T12:25:11.721Z Compiling backoff v0.4.0
26002026-08-22T12:25:11.748Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26012026-08-22T12:25:11.845Z Compiling nom v7.1.3
26022026-08-22T12:25:11.910Z Compiling oxide-update-engine v0.1.2
26032026-08-22T12:25:11.964Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-22T12:25:11.989Z Compiling parse-display v0.10.0
26052026-08-22T12:25:11.993Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062026-08-22T12:25:12.099Z Compiling hickory-proto v0.24.4
26072026-08-22T12:25:12.529Z Compiling regress v0.10.5
26082026-08-22T12:25:12.693Z Compiling itertools v0.14.0
26092026-08-22T12:25:13.193Z Compiling macaddr v1.0.1
26102026-08-22T12:25:13.250Z Compiling unicode-xid v0.2.6
26112026-08-22T12:25:13.298Z Compiling humantime v2.3.0
26122026-08-22T12:25:13.459Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26132026-08-22T12:25:13.572Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-08-22T12:25:13.707Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26152026-08-22T12:25:13.730Z Compiling convert_case v0.10.0
26162026-08-22T12:25:13.937Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26172026-08-22T12:25:13.965Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26182026-08-22T12:25:14.028Z Compiling derive_more-impl v2.1.1
26192026-08-22T12:25:14.057Z Compiling toml v0.8.23
26202026-08-22T12:25:14.225Z Compiling papergrid v0.11.0
26212026-08-22T12:25:14.404Z Compiling typify-macro v0.6.2
26222026-08-22T12:25:14.572Z Compiling tabled_derive v0.7.0
26232026-08-22T12:25:14.644Z Compiling hickory-resolver v0.24.4
26242026-08-22T12:25:14.688Z Compiling termtree v0.5.1
26252026-08-22T12:25:14.813Z Compiling derive_more v2.1.1
26262026-08-22T12:25:14.892Z Compiling phf_shared v0.12.1
26272026-08-22T12:25:14.925Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26282026-08-22T12:25:15.157Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26292026-08-22T12:25:15.311Z Compiling crossterm v0.29.0
26302026-08-22T12:25:15.483Z Compiling tabled v0.15.0
26312026-08-22T12:25:15.849Z Compiling qorb v0.4.1
26322026-08-22T12:25:15.984Z Compiling typify v0.6.2
26332026-08-22T12:25:16.269Z Compiling progenitor-impl v0.14.0
26342026-08-22T12:25:16.971Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26352026-08-22T12:25:17.535Z Compiling vte v0.14.1
26362026-08-22T12:25:17.791Z Compiling csv-core v0.1.13
26372026-08-22T12:25:18.096Z Compiling highway v1.3.0
26382026-08-22T12:25:18.226Z Compiling chrono-tz v0.10.4
26392026-08-22T12:25:18.402Z Compiling progenitor-macro v0.14.0
26402026-08-22T12:25:18.876Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412026-08-22T12:25:19.446Z Compiling csv v1.4.0
26422026-08-22T12:25:19.508Z Compiling strip-ansi-escapes v0.2.1
26432026-08-22T12:25:19.793Z Compiling phf v0.12.1
26442026-08-22T12:25:19.924Z Compiling const_format_proc_macros v0.2.34
26452026-08-22T12:25:19.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462026-08-22T12:25:20.085Z Compiling fd-lock v4.0.4
26472026-08-22T12:25:20.255Z Compiling peg-macros v0.8.5
26482026-08-22T12:25:20.393Z Compiling nu-ansi-term v0.50.3
26492026-08-22T12:25:20.497Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26502026-08-22T12:25:20.696Z Compiling const_format v0.2.35
26512026-08-22T12:25:20.723Z Compiling reedline v0.40.0
26522026-08-22T12:25:21.213Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26532026-08-22T12:25:21.508Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26542026-08-22T12:25:21.962Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26552026-08-22T12:25:22.607Z Compiling progenitor v0.14.0
26562026-08-22T12:25:22.657Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572026-08-22T12:25:22.797Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26582026-08-22T12:25:22.819Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26592026-08-22T12:25:22.942Z Compiling peg v0.8.5
26602026-08-22T12:25:23.047Z Compiling bcs v0.1.6
26612026-08-22T12:25:23.482Z Compiling nom v8.0.0
26622026-08-22T12:25:23.535Z Compiling semver v0.1.20
26632026-08-22T12:25:23.695Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26642026-08-22T12:25:23.845Z Compiling rustc_version v0.1.7
26652026-08-22T12:25:23.953Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26662026-08-22T12:25:24.099Z Compiling newtype_derive v0.1.6
26672026-08-22T12:25:24.325Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-22T12:25:24.502Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26692026-08-22T12:25:24.524Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26702026-08-22T12:25:24.940Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26712026-08-22T12:25:25.067Z Compiling steno v0.4.1
26722026-08-22T12:25:25.234Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26732026-08-22T12:25:25.548Z Compiling dropshot-api-manager-types v0.8.0
26742026-08-22T12:25:26.083Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-22T12:25:26.138Z Compiling sha1 v0.10.6
26762026-08-22T12:25:26.222Z Compiling utf-8 v0.7.6
26772026-08-22T12:25:26.365Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26782026-08-22T12:25:26.479Z Compiling tagptr v0.2.0
26792026-08-22T12:25:26.617Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26802026-08-22T12:25:26.732Z Compiling moka v0.12.13
26812026-08-22T12:25:26.792Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26822026-08-22T12:25:26.863Z Compiling tungstenite v0.21.0
26832026-08-22T12:25:27.220Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26842026-08-22T12:25:27.992Z Compiling hickory-resolver v0.25.2
26852026-08-22T12:25:28.544Z Compiling tokio-tungstenite v0.21.0
26862026-08-22T12:25:28.978Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26872026-08-22T12:25:29.007Z Compiling darling_core v0.21.3
26882026-08-22T12:25:29.872Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26892026-08-22T12:25:31.089Z Compiling display-error-chain v0.2.2
26902026-08-22T12:25:31.131Z Compiling darling_macro v0.21.3
26912026-08-22T12:25:31.263Z Compiling libscf-sys v1.2.0
26922026-08-22T12:25:31.431Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26932026-08-22T12:25:31.635Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-22T12:25:31.769Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26952026-08-22T12:25:31.821Z Compiling darling v0.21.3
26962026-08-22T12:25:31.933Z Compiling vergen-lib v0.1.6
26972026-08-22T12:25:32.155Z Compiling diesel_derives v2.3.7
26982026-08-22T12:25:32.485Z Compiling dsl_auto_type v0.2.0
26992026-08-22T12:25:32.981Z Compiling scheduled-thread-pool v0.2.7
27002026-08-22T12:25:33.020Z Compiling vergen-gitcl v1.0.8
27012026-08-22T12:25:33.244Z Compiling diesel_table_macro_syntax v0.3.0
27022026-08-22T12:25:33.469Z Compiling dirs-sys-next v0.1.2
27032026-08-22T12:25:33.536Z Compiling glob v0.3.3
27042026-08-22T12:25:33.559Z Compiling crunchy v0.2.4
27052026-08-22T12:25:33.598Z Compiling maplit v1.0.2
27062026-08-22T12:25:33.721Z Compiling dirs-next v2.0.0
27072026-08-22T12:25:33.851Z Compiling r2d2 v0.8.10
27082026-08-22T12:25:33.920Z Compiling clang-sys v1.8.1
27092026-08-22T12:25:33.940Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27102026-08-22T12:25:34.147Z Compiling papergrid v0.18.0
27112026-08-22T12:25:34.170Z Compiling tiny-keccak v2.0.2
27122026-08-22T12:25:34.224Z Compiling downcast-rs v2.0.2
27132026-08-22T12:25:34.301Z Compiling xshell-macros v0.2.7
27142026-08-22T12:25:34.459Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27152026-08-22T12:25:34.538Z Compiling term v0.7.0
27162026-08-22T12:25:34.605Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27172026-08-22T12:25:34.694Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27182026-08-22T12:25:34.716Z Compiling xshell v0.2.7
27192026-08-22T12:25:34.905Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-22T12:25:35.026Z Compiling bit-vec v0.6.3
27212026-08-22T12:25:35.170Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27222026-08-22T12:25:35.198Z Compiling ascii-canvas v3.0.0
27232026-08-22T12:25:35.221Z Compiling bit-set v0.5.3
27242026-08-22T12:25:35.410Z Compiling tabled v0.21.0
27252026-08-22T12:25:35.453Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27262026-08-22T12:25:35.516Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27272026-08-22T12:25:35.712Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27282026-08-22T12:25:35.966Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27292026-08-22T12:25:36.038Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27302026-08-22T12:25:36.141Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27312026-08-22T12:25:36.366Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27322026-08-22T12:25:36.583Z Compiling itertools v0.10.5
27332026-08-22T12:25:36.837Z Compiling ena v0.14.4
27342026-08-22T12:25:37.081Z Compiling libloading v0.8.9
27352026-08-22T12:25:37.084Z Compiling bindgen v0.71.1
27362026-08-22T12:25:37.155Z Compiling unicase v2.9.0
27372026-08-22T12:25:37.345Z Compiling diff v0.1.13
27382026-08-22T12:25:37.370Z Compiling regex-syntax v0.6.29
27392026-08-22T12:25:37.688Z Compiling cexpr v0.6.0
27402026-08-22T12:25:37.797Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412026-08-22T12:25:38.023Z Compiling crc8 v0.1.1
27422026-08-22T12:25:38.164Z Compiling rustc-hash v2.1.1
27432026-08-22T12:25:38.376Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442026-08-22T12:25:38.431Z Compiling diesel v2.3.7
27452026-08-22T12:25:38.624Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27462026-08-22T12:25:38.647Z Compiling headers-core v0.3.0
27472026-08-22T12:25:38.804Z Compiling lalrpop v0.19.12
27482026-08-22T12:25:39.275Z Compiling libxml v0.3.3
27492026-08-22T12:25:39.568Z Compiling headers v0.4.1
27502026-08-22T12:25:39.592Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-22T12:25:39.719Z Compiling strum_macros v0.24.3
27522026-08-22T12:25:39.816Z Compiling indoc v1.0.9
27532026-08-22T12:25:40.242Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-22T12:25:40.271Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27552026-08-22T12:25:40.460Z Compiling derive_builder v0.20.2
27562026-08-22T12:25:40.483Z Compiling oso-derive v0.27.3
27572026-08-22T12:25:40.636Z Compiling quick-xml v0.37.5
27582026-08-22T12:25:40.960Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-22T12:25:40.996Z Compiling openssl-probe v0.1.6
27602026-08-22T12:25:41.191Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-22T12:25:41.295Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-22T12:25:41.316Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27632026-08-22T12:25:41.767Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27642026-08-22T12:25:41.904Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27652026-08-22T12:25:42.045Z Compiling bb8 v0.8.6
27662026-08-22T12:25:42.157Z Compiling trait-variant v0.1.2
27672026-08-22T12:25:42.214Z Compiling proc-macro-error-attr2 v2.0.0
27682026-08-22T12:25:42.431Z Compiling half v1.8.3
27692026-08-22T12:25:42.509Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27702026-08-22T12:25:42.639Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27712026-08-22T12:25:42.710Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27722026-08-22T12:25:42.803Z Compiling serde_cbor v0.11.2
27732026-08-22T12:25:42.888Z Compiling proc-macro-error2 v2.0.1
27742026-08-22T12:25:43.244Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27752026-08-22T12:25:43.319Z Compiling hashbrown v0.14.5
27762026-08-22T12:25:43.364Z Compiling rfc6979 v0.4.0
27772026-08-22T12:25:43.462Z Compiling salty v0.3.0
27782026-08-22T12:25:43.528Z Compiling ecdsa v0.16.9
27792026-08-22T12:25:43.737Z Compiling samael v0.0.19
27802026-08-22T12:25:43.825Z Compiling knus-derive v3.4.0
27812026-08-22T12:25:43.940Z Compiling chumsky v0.9.3
27822026-08-22T12:25:43.962Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27832026-08-22T12:25:44.008Z Compiling progenitor-impl v0.13.0
27842026-08-22T12:25:44.151Z Compiling primeorder v0.13.6
27852026-08-22T12:25:44.449Z Compiling nonempty v0.12.0
27862026-08-22T12:25:44.683Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27872026-08-22T12:25:45.220Z Compiling p384 v0.13.1
27882026-08-22T12:25:45.243Z Compiling knus v3.4.0
27892026-08-22T12:25:46.136Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27902026-08-22T12:25:46.173Z Compiling progenitor-macro v0.13.0
27912026-08-22T12:25:46.279Z Compiling polar-core v0.27.3
27922026-08-22T12:25:46.740Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27932026-08-22T12:25:47.387Z Compiling progenitor-client v0.13.0
27942026-08-22T12:25:47.644Z Compiling fxhash v0.2.1
27952026-08-22T12:25:47.907Z Compiling libz-sys v1.1.24
27962026-08-22T12:25:47.976Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-08-22T12:25:48.065Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27982026-08-22T12:25:48.364Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27992026-08-22T12:25:48.399Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28002026-08-22T12:25:48.775Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28012026-08-22T12:25:48.948Z Compiling kstat-rs v0.2.5
28022026-08-22T12:25:49.264Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28032026-08-22T12:25:49.629Z Compiling mime_guess v2.0.5
28042026-08-22T12:25:50.319Z Compiling progenitor v0.13.0
28052026-08-22T12:25:50.512Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28062026-08-22T12:25:51.851Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-22T12:25:51.879Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28082026-08-22T12:25:51.903Z Compiling nanorand v0.7.0
28092026-08-22T12:25:51.933Z Compiling libgit2-sys v0.18.3+1.9.2
28102026-08-22T12:25:52.289Z Compiling parking_lot_core v0.8.6
28112026-08-22T12:25:52.312Z Compiling flume v0.11.1
28122026-08-22T12:25:52.611Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28132026-08-22T12:25:52.767Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-08-22T12:25:53.135Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28152026-08-22T12:25:53.851Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28162026-08-22T12:25:53.897Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-22T12:25:54.375Z Compiling git-stub v1.0.0
28182026-08-22T12:25:54.652Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28192026-08-22T12:25:54.722Z Compiling instability v0.3.11
28202026-08-22T12:25:54.901Z Compiling strsim v0.10.0
28212026-08-22T12:25:54.948Z Compiling http-range v0.1.5
28222026-08-22T12:25:55.066Z Compiling corncobs v0.1.4
28232026-08-22T12:25:55.213Z Compiling darling_core v0.13.4
28242026-08-22T12:25:55.331Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28252026-08-22T12:25:55.399Z Compiling oso v0.27.3
28262026-08-22T12:25:56.147Z Compiling async-bb8-diesel v0.2.1
28272026-08-22T12:25:56.619Z Compiling diesel-dtrace v0.5.0
28282026-08-22T12:25:56.894Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28292026-08-22T12:25:57.021Z Compiling git-stub-vcs v0.1.0
28302026-08-22T12:25:58.632Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-22T12:25:59.831Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28322026-08-22T12:26:00.140Z Compiling ignore v0.4.25
28332026-08-22T12:26:01.160Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28342026-08-22T12:26:01.422Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28352026-08-22T12:26:01.447Z Compiling anstyle-parse v0.2.7
28362026-08-22T12:26:01.470Z Compiling secrecy v0.8.0
28372026-08-22T12:26:01.670Z Compiling castaway v0.2.4
28382026-08-22T12:26:01.717Z Compiling vergen-git2 v9.1.0
28392026-08-22T12:26:01.835Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28402026-08-22T12:26:01.937Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28412026-08-22T12:26:01.960Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28422026-08-22T12:26:02.856Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28432026-08-22T12:26:03.090Z Compiling indoc v2.0.7
28442026-08-22T12:26:03.242Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-22T12:26:03.300Z Compiling compact_str v0.8.1
28462026-08-22T12:26:03.552Z Compiling anstream v0.6.21
28472026-08-22T12:26:04.114Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28482026-08-22T12:26:04.407Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28492026-08-22T12:26:05.050Z Compiling globwalk v0.9.1
28502026-08-22T12:26:05.681Z Compiling hyper-staticfile v0.10.1
28512026-08-22T12:26:05.863Z Compiling parking_lot v0.11.2
28522026-08-22T12:26:06.374Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28532026-08-22T12:26:06.537Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28542026-08-22T12:26:06.819Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28552026-08-22T12:26:06.872Z Compiling darling_macro v0.13.4
28562026-08-22T12:26:07.042Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572026-08-22T12:26:07.325Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28582026-08-22T12:26:07.392Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28592026-08-22T12:26:07.456Z Compiling predicates-tree v1.0.13
28602026-08-22T12:26:07.679Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-22T12:26:07.873Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-08-22T12:26:07.898Z Compiling unicode-truncate v1.1.0
28632026-08-22T12:26:08.096Z Compiling lru v0.12.5
28642026-08-22T12:26:08.118Z Compiling digest-io v0.1.0
28652026-08-22T12:26:08.298Z Compiling sha2 v0.11.0
28662026-08-22T12:26:08.328Z Compiling prefix-trie v0.7.0
28672026-08-22T12:26:08.408Z Compiling rand_seeder v0.4.0
28682026-08-22T12:26:08.666Z Compiling rawzip v0.4.4
28692026-08-22T12:26:08.826Z Compiling illumos-nvpair-sys v0.2.0
28702026-08-22T12:26:09.047Z Compiling cassowary v0.3.0
28712026-08-22T12:26:09.251Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28722026-08-22T12:26:09.575Z Compiling ratatui v0.29.0
28732026-08-22T12:26:09.740Z Compiling hickory-server v0.25.2
28742026-08-22T12:26:09.974Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28752026-08-22T12:26:10.031Z Compiling camino-tempfile-ext v0.3.3
28762026-08-22T12:26:10.053Z Compiling darling v0.13.4
28772026-08-22T12:26:10.190Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28782026-08-22T12:26:10.219Z Compiling sled v0.34.7
28792026-08-22T12:26:10.595Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-22T12:26:10.617Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28812026-08-22T12:26:12.749Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822026-08-22T12:26:13.152Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28832026-08-22T12:26:13.378Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28842026-08-22T12:26:14.746Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28852026-08-22T12:26:15.824Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28862026-08-22T12:26:16.576Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-22T12:26:17.152Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28882026-08-22T12:26:17.781Z Compiling git2 v0.20.4
28892026-08-22T12:26:17.836Z Compiling serde_with_macros v1.5.2
28902026-08-22T12:26:18.097Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28912026-08-22T12:26:18.204Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28922026-08-22T12:26:18.263Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28932026-08-22T12:26:18.466Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28942026-08-22T12:26:18.489Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28952026-08-22T12:26:18.693Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28962026-08-22T12:26:18.716Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28972026-08-22T12:26:18.740Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28982026-08-22T12:26:18.916Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28992026-08-22T12:26:18.943Z Compiling arc-swap v1.8.2
29002026-08-22T12:26:18.971Z Compiling void v1.0.2
29012026-08-22T12:26:19.119Z Compiling lzss v0.8.2
29022026-08-22T12:26:19.238Z Compiling slog-scope v4.4.1
29032026-08-22T12:26:19.350Z Compiling serde_with v1.14.0
29042026-08-22T12:26:19.429Z Compiling illumos-nvpair v0.3.0
29052026-08-22T12:26:19.665Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29062026-08-22T12:26:19.958Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29072026-08-22T12:26:20.945Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29082026-08-22T12:26:21.081Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29092026-08-22T12:26:21.172Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-08-22T12:26:21.194Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29112026-08-22T12:26:21.888Z Compiling scuffle v0.1.0
29122026-08-22T12:26:22.083Z Compiling tungstenite v0.23.0
29132026-08-22T12:26:22.407Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29142026-08-22T12:26:23.968Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-22T12:26:24.098Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-22T12:26:24.358Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172026-08-22T12:26:24.381Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-22T12:26:24.584Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-22T12:26:24.607Z Compiling nix v0.27.1
29202026-08-22T12:26:24.632Z Compiling twox-hash v2.1.2
29212026-08-22T12:26:24.841Z Compiling libsw-core v0.3.2
29222026-08-22T12:26:25.061Z Compiling atty v0.2.14
29232026-08-22T12:26:25.162Z Compiling serde_bytes v0.11.19
29242026-08-22T12:26:25.211Z Compiling libsw v3.5.0
29252026-08-22T12:26:25.442Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29262026-08-22T12:26:25.532Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-22T12:26:25.841Z Compiling tokio-tungstenite v0.23.1
29282026-08-22T12:26:26.124Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29292026-08-22T12:26:26.219Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29302026-08-22T12:26:26.546Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29312026-08-22T12:26:26.953Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29322026-08-22T12:26:27.213Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29332026-08-22T12:26:27.579Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29342026-08-22T12:26:28.925Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29352026-08-22T12:26:29.596Z Compiling slog-stdlog v4.1.1
29362026-08-22T12:26:29.726Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29372026-08-22T12:26:29.984Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29382026-08-22T12:26:30.372Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29392026-08-22T12:26:30.840Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29402026-08-22T12:26:31.936Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29412026-08-22T12:26:32.146Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29422026-08-22T12:26:32.972Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29432026-08-22T12:26:34.699Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442026-08-22T12:26:35.311Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-22T12:26:35.721Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-22T12:26:35.878Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29472026-08-22T12:26:36.388Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29482026-08-22T12:26:39.210Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29492026-08-22T12:26:39.793Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29502026-08-22T12:26:39.921Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-22T12:26:40.713Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29522026-08-22T12:26:40.940Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29532026-08-22T12:26:41.826Z Compiling signal-hook-tokio v0.3.1
29542026-08-22T12:26:42.028Z Compiling fatfs v0.3.6
29552026-08-22T12:26:42.976Z Compiling yasna v0.5.2
29562026-08-22T12:26:43.232Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-22T12:26:43.282Z Compiling seq-macro v0.3.6
29582026-08-22T12:26:43.782Z Compiling assert_matches v1.5.0
29592026-08-22T12:26:43.894Z Compiling rcgen v0.12.1
29602026-08-22T12:26:44.410Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-22T12:26:44.726Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-22T12:26:45.058Z Compiling slog-envlogger v2.2.0
29632026-08-22T12:26:45.439Z Compiling oxide-update-engine-display v0.1.2
29642026-08-22T12:26:46.180Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-08-22T12:26:46.359Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29662026-08-22T12:26:47.017Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29672026-08-22T12:26:47.246Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29682026-08-22T12:26:47.470Z Compiling port-file v0.1.0
29692026-08-22T12:26:47.800Z Compiling subprocess v0.2.15
29702026-08-22T12:26:47.927Z Compiling rtoolbox v0.0.3
29712026-08-22T12:26:48.204Z Compiling rpassword v7.5.4
29722026-08-22T12:26:48.369Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29732026-08-22T12:26:48.813Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29742026-08-22T12:26:49.969Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29752026-08-22T12:26:50.106Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29762026-08-22T12:26:50.157Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-22T12:26:51.895Z Compiling tui-tree-widget v0.23.1
29782026-08-22T12:26:52.194Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-22T12:26:52.330Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29802026-08-22T12:26:53.683Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29812026-08-22T12:26:55.142Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29822026-08-22T12:26:55.867Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-22T12:26:56.097Z Compiling uzers v0.12.2
29842026-08-22T12:26:56.352Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852026-08-22T12:26:56.504Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-08-22T12:26:57.532Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-08-22T12:26:57.786Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-22T12:26:58.317Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29892026-08-22T12:26:59.116Z Compiling support-bundle-viewer v0.1.2
29902026-08-22T12:27:00.506Z Compiling multimap v0.10.1
29912026-08-22T12:27:08.610Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29922026-08-22T12:27:10.419Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29932026-08-22T12:27:14.533Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-22T12:27:19.217Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-22T12:27:21.305Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-22T12:34:21.412Z Finished `release` profile [optimized] target(s) in 9m 13s
29972026-08-22T12:34:21.415Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-22T12:34:21.416Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-22T12:35:16.281Z
30002026-08-22T12:35:16.281Zreal 10:09.597596849
30012026-08-22T12:35:16.281Zuser 1:21:42.097059640
30022026-08-22T12:35:16.281Zsys 3:41.102167287
30032026-08-22T12:35:16.285Ztrap 1.823051745
30042026-08-22T12:35:16.285Ztflt 1.765591161
30052026-08-22T12:35:16.285Zdflt 20.137175922
30062026-08-22T12:35:16.285Zkflt 0.007695961
30072026-08-22T12:35:16.285Zlock 7:43:13.400844898
30082026-08-22T12:35:16.285Zslp 2:17:16.934336281
30092026-08-22T12:35:16.285Zlat 2:35.322369233
30102026-08-22T12:35:16.285Zstop 5:43.453841203
30112026-08-22T12:35:16.285Z+ mapfile -t packages
30122026-08-22T12:35:16.285Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-22T12:35:17.246Z Finished `release` profile [optimized] target(s) in 0.94s
30142026-08-22T12:35:17.315Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-22T12:35:17.373ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-22T12:35:17.376Z+ ptime -m gzip -c out/omicron-sled-agent.tar
30172026-08-22T12:35:23.720Z
30182026-08-22T12:35:23.720Zreal 6.341121449
30192026-08-22T12:35:23.720Zuser 6.089937490
30202026-08-22T12:35:23.720Zsys 0.249859988
30212026-08-22T12:35:23.720Ztrap 0.000754881
30222026-08-22T12:35:23.720Ztflt 0.000000000
30232026-08-22T12:35:23.720Zdflt 0.000000000
30242026-08-22T12:35:23.720Zkflt 0.000000000
30252026-08-22T12:35:23.720Zlock 0.000000000
30262026-08-22T12:35:23.720Zslp 0.000000000
30272026-08-22T12:35:23.720Zlat 0.000260520
30282026-08-22T12:35:23.720Zstop 0.000137960
30292026-08-22T12:35:23.724Z+ digest -a sha256 /work/omicron-sled-agent.tar.gz
30302026-08-22T12:35:23.770Z+ ptime -m cargo build --locked --release -p xtask
30312026-08-22T12:35:24.257Z Compiling libc v0.2.185
30322026-08-22T12:35:24.257Z Compiling serde_core v1.0.228
30332026-08-22T12:35:24.257Z Compiling serde v1.0.228
30342026-08-22T12:35:24.261Z Compiling rustix v1.1.4
30352026-08-22T12:35:24.261Z Compiling serde_json v1.0.151
30362026-08-22T12:35:24.261Z Compiling bitflags v2.11.0
30372026-08-22T12:35:24.261Z Compiling syn v2.0.117
30382026-08-22T12:35:24.261Z Compiling usdt-impl v0.5.0
30392026-08-22T12:35:24.364Z Compiling syn v1.0.109
30402026-08-22T12:35:24.442Z Compiling log v0.4.33
30412026-08-22T12:35:24.454Z Compiling getrandom v0.3.4
30422026-08-22T12:35:24.464Z Compiling indexmap v2.14.0
30432026-08-22T12:35:24.477Z Compiling fs-err v3.3.0
30442026-08-22T12:35:24.691Z Compiling heck v0.4.1
30452026-08-22T12:35:24.736Z Compiling once_cell v1.21.3
30462026-08-22T12:35:24.736Z Compiling anyhow v1.0.104
30472026-08-22T12:35:25.166Z Compiling thread-id v4.2.2
30482026-08-22T12:35:25.196Z Compiling errno v0.3.14
30492026-08-22T12:35:25.200Z Compiling memmap v0.7.0
30502026-08-22T12:35:25.846Z Compiling proc-macro-error v1.0.4
30512026-08-22T12:35:26.115Z Compiling tabled_derive v0.7.0
30522026-08-22T12:35:26.184Z Compiling terminal_size v0.4.3
30532026-08-22T12:35:26.189Z Compiling tempfile v3.27.0
30542026-08-22T12:35:26.284Z Compiling clap_builder v4.6.0
30552026-08-22T12:35:26.284Z Compiling textwrap v0.16.2
30562026-08-22T12:35:26.502Z Compiling camino v1.2.5
30572026-08-22T12:35:26.502Z Compiling semver v1.0.28
30582026-08-22T12:35:26.502Z Compiling cargo-platform v0.3.2
30592026-08-22T12:35:26.514Z Compiling pest_generator v2.8.6
30602026-08-22T12:35:26.796Z Compiling tabled v0.15.0
30612026-08-22T12:35:26.817Z Compiling camino-tempfile v1.4.1
30622026-08-22T12:35:27.094Z Compiling serde_derive v1.0.228
30632026-08-22T12:35:27.097Z Compiling thiserror-impl v1.0.69
30642026-08-22T12:35:27.097Z Compiling zerocopy-derive v0.7.35
30652026-08-22T12:35:27.097Z Compiling scroll_derive v0.12.1
30662026-08-22T12:35:27.097Z Compiling thiserror-impl v2.0.18
30672026-08-22T12:35:27.097Z Compiling clap_derive v4.6.1
30682026-08-22T12:35:27.097Z Compiling pest_derive v2.8.6
30692026-08-22T12:35:27.790Z Compiling scroll v0.12.0
30702026-08-22T12:35:27.903Z Compiling zerocopy v0.7.35
30712026-08-22T12:35:28.054Z Compiling goblin v0.8.2
30722026-08-22T12:35:28.198Z Compiling thiserror v1.0.69
30732026-08-22T12:35:28.322Z Compiling dtrace-parser v0.2.0
30742026-08-22T12:35:28.482Z Compiling thiserror v2.0.18
30752026-08-22T12:35:28.539Z Compiling clap v4.6.1
30762026-08-22T12:35:30.218Z Compiling dof v0.3.0
30772026-08-22T12:35:30.257Z Compiling serde_tokenstream v0.2.3
30782026-08-22T12:35:30.294Z Compiling toml_datetime v0.6.11
30792026-08-22T12:35:30.308Z Compiling serde_spanned v0.6.9
30802026-08-22T12:35:30.341Z Compiling macaddr v1.0.1
30812026-08-22T12:35:30.411Z Compiling cargo_metadata v0.23.1
30822026-08-22T12:35:30.505Z Compiling toml_edit v0.22.27
30832026-08-22T12:35:30.568Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30842026-08-22T12:35:30.967Z Compiling usdt-macro v0.5.0
30852026-08-22T12:35:30.978Z Compiling usdt-attr-macro v0.5.0
30862026-08-22T12:35:31.619Z Compiling usdt v0.5.0
30872026-08-22T12:35:32.038Z Compiling toml v0.8.23
30882026-08-22T12:35:32.476Z Compiling cargo_toml v0.21.0
30892026-08-22T12:35:36.905Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30902026-08-22T12:35:40.151Z Finished `release` profile [optimized] target(s) in 16.36s
30912026-08-22T12:35:40.258Z
30922026-08-22T12:35:40.258Zreal 16.451121491
30932026-08-22T12:35:40.258Zuser 2:05.485476306
30942026-08-22T12:35:40.258Zsys 13.893349281
30952026-08-22T12:35:40.258Ztrap 0.048861133
30962026-08-22T12:35:40.258Ztflt 0.444282814
30972026-08-22T12:35:40.258Zdflt 1.326570996
30982026-08-22T12:35:40.258Zkflt 0.000018280
30992026-08-22T12:35:40.261Zlock 4:47.478620852
31002026-08-22T12:35:40.262Zslp 2:42.863391162
31012026-08-22T12:35:40.262Zlat 3.873450712
31022026-08-22T12:35:40.262Zstop 16.256636549
31032026-08-22T12:35:40.262Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31042026-08-22T12:35:40.262Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31052026-08-22T12:35:40.262Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31062026-08-22T12:35:40.262Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31072026-08-22T12:35:40.262Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31082026-08-22T12:35:41.219Z Compiling match_cfg v0.1.0
31092026-08-22T12:35:41.219Z Compiling progenitor-client v0.14.0
31102026-08-22T12:35:41.219Z Compiling slog-json v2.6.1
31112026-08-22T12:35:41.219Z Compiling newtype-uuid-macros v0.1.0
31122026-08-22T12:35:41.219Z Compiling sha1 v0.11.0
31132026-08-22T12:35:41.222Z Compiling multer v3.1.0
31142026-08-22T12:35:41.222Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31152026-08-22T12:35:41.398Z Compiling compression-core v0.4.31
31162026-08-22T12:35:41.411Z Compiling debug-ignore v1.0.5
31172026-08-22T12:35:41.414Z Compiling async-stream-impl v0.3.6
31182026-08-22T12:35:41.414Z Compiling toml_datetime v1.1.1+spec-1.1.0
31192026-08-22T12:35:41.414Z Compiling serde_spanned v1.1.1
31202026-08-22T12:35:41.415Z Compiling dropshot v0.17.1
31212026-08-22T12:35:41.427Z Compiling toml_writer v1.1.1+spec-1.1.0
31222026-08-22T12:35:41.458Z Compiling waitgroup v0.1.2
31232026-08-22T12:35:41.493Z Compiling hostname v0.3.1
31242026-08-22T12:35:41.496Z Compiling rustls-pemfile v2.2.0
31252026-08-22T12:35:41.543Z Compiling dropshot_endpoint v0.17.1
31262026-08-22T12:35:41.646Z Compiling hostname v0.4.2
31272026-08-22T12:35:41.667Z Compiling serde_path_to_error v0.1.20
31282026-08-22T12:35:41.670Z Compiling atomicwrites v0.4.4
31292026-08-22T12:35:41.673Z Compiling macaddr v1.0.1
31302026-08-22T12:35:41.761Z Compiling compression-codecs v0.4.37
31312026-08-22T12:35:41.764Z Compiling toml v1.1.2+spec-1.1.0
31322026-08-22T12:35:41.797Z Compiling slog-bunyan v2.5.0
31332026-08-22T12:35:41.830Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31342026-08-22T12:35:41.886Z Compiling instant v0.1.13
31352026-08-22T12:35:41.889Z Compiling regress v0.10.5
31362026-08-22T12:35:41.921Z Compiling parse-display-derive v0.10.0
31372026-08-22T12:35:41.969Z Compiling backon v1.6.0
31382026-08-22T12:35:41.969Z Compiling itertools v0.14.0
31392026-08-22T12:35:42.014Z Compiling async-compression v0.4.41
31402026-08-22T12:35:42.038Z Compiling backoff v0.4.0
31412026-08-22T12:35:42.056Z Compiling humantime v2.3.0
31422026-08-22T12:35:42.078Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31432026-08-22T12:35:42.097Z Compiling half v2.7.1
31442026-08-22T12:35:42.124Z Compiling ciborium-io v0.2.2
31452026-08-22T12:35:42.191Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31462026-08-22T12:35:42.209Z Compiling async-stream v0.3.6
31472026-08-22T12:35:42.212Z Compiling progenitor-extras v0.2.0
31482026-08-22T12:35:42.249Z Compiling crucible-workspace-hack v0.1.0
31492026-08-22T12:35:42.275Z Compiling convert_case v0.4.0
31502026-08-22T12:35:42.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31512026-08-22T12:35:42.344Z Compiling regress v0.11.1
31522026-08-22T12:35:42.347Z Compiling secrecy v0.10.3
31532026-08-22T12:35:42.380Z Compiling ciborium-ll v0.2.2
31542026-08-22T12:35:42.414Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31552026-08-22T12:35:42.438Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31562026-08-22T12:35:42.456Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31572026-08-22T12:35:42.503Z Compiling inout v0.1.4
31582026-08-22T12:35:42.539Z Compiling thiserror-impl-no-std v2.0.2
31592026-08-22T12:35:42.555Z Compiling universal-hash v0.5.1
31602026-08-22T12:35:42.613Z Compiling ciborium v0.2.2
31612026-08-22T12:35:42.632Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31622026-08-22T12:35:42.677Z Compiling derive_more v0.99.20
31632026-08-22T12:35:42.706Z Compiling cipher v0.4.4
31642026-08-22T12:35:42.723Z Compiling unsafe-libyaml v0.2.11
31652026-08-22T12:35:42.744Z Compiling opaque-debug v0.3.1
31662026-08-22T12:35:42.787Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-08-22T12:35:42.806Z Compiling blake2 v0.10.6
31682026-08-22T12:35:42.834Z Compiling poly1305 v0.8.0
31692026-08-22T12:35:42.902Z Compiling aead v0.5.2
31702026-08-22T12:35:42.994Z Compiling chacha20 v0.9.1
31712026-08-22T12:35:43.146Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31722026-08-22T12:35:43.170Z Compiling password-hash v0.5.0
31732026-08-22T12:35:43.223Z Compiling indent_write v2.2.0
31742026-08-22T12:35:43.291Z Compiling serde_yaml v0.9.34+deprecated
31752026-08-22T12:35:43.309Z Compiling chacha20poly1305 v0.10.1
31762026-08-22T12:35:43.358Z Compiling toml_datetime v0.7.5+spec-1.1.0
31772026-08-22T12:35:43.401Z Compiling num-derive v0.4.2
31782026-08-22T12:35:43.422Z Compiling heapless v0.8.0
31792026-08-22T12:35:43.500Z Compiling argon2 v0.5.3
31802026-08-22T12:35:43.518Z Compiling ingot-macros v0.2.0
31812026-08-22T12:35:43.606Z Compiling toml_edit v0.23.10+spec-1.0.0
31822026-08-22T12:35:43.625Z Compiling tabwriter v1.4.1
31832026-08-22T12:35:43.646Z Compiling hash32 v0.3.1
31842026-08-22T12:35:43.704Z Compiling parse-display v0.10.0
31852026-08-22T12:35:43.814Z Compiling thiserror-no-std v2.0.2
31862026-08-22T12:35:43.832Z Compiling smoltcp v0.11.0
31872026-08-22T12:35:43.903Z Compiling vsss-rs v3.3.4
31882026-08-22T12:35:43.938Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31892026-08-22T12:35:43.979Z Compiling typify-impl v0.6.2
31902026-08-22T12:35:44.039Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31912026-08-22T12:35:44.216Z Compiling proc-macro-crate v3.4.0
31922026-08-22T12:35:44.322Z Compiling cobs v0.3.0
31932026-08-22T12:35:44.388Z Compiling colored v3.1.1
31942026-08-22T12:35:44.556Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31952026-08-22T12:35:44.697Z Compiling postcard v1.1.3
31962026-08-22T12:35:44.775Z Compiling proc-macro-error v1.0.4
31972026-08-22T12:35:44.795Z Compiling rand v0.10.1
31982026-08-22T12:35:44.867Z Compiling num_enum_derive v0.7.6
31992026-08-22T12:35:44.871Z Compiling proc-macro-crate v1.3.1
32002026-08-22T12:35:44.904Z Compiling foreign-types-macros v0.2.3
32012026-08-22T12:35:44.930Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32022026-08-22T12:35:45.097Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32032026-08-22T12:35:45.100Z Compiling rayon-core v1.13.0
32042026-08-22T12:35:45.144Z Compiling foreign-types-shared v0.3.1
32052026-08-22T12:35:45.260Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32062026-08-22T12:35:45.365Z Compiling num_enum_derive v0.5.11
32072026-08-22T12:35:45.382Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32082026-08-22T12:35:45.398Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32092026-08-22T12:35:45.437Z Compiling crossbeam-deque v0.8.6
32102026-08-22T12:35:45.440Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32112026-08-22T12:35:45.563Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-08-22T12:35:45.581Z Compiling cstr-argument v0.1.2
32132026-08-22T12:35:45.599Z Compiling foreign-types v0.5.0
32142026-08-22T12:35:45.678Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32152026-08-22T12:35:45.715Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32162026-08-22T12:35:45.733Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32172026-08-22T12:35:45.780Z Compiling zone_cfg_derive v0.3.1
32182026-08-22T12:35:45.928Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32192026-08-22T12:35:45.952Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32202026-08-22T12:35:46.011Z Compiling num_enum v0.7.6
32212026-08-22T12:35:46.028Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32222026-08-22T12:35:46.076Z Compiling itertools v0.12.1
32232026-08-22T12:35:46.095Z Compiling sigpipe v0.1.3
32242026-08-22T12:35:46.115Z Compiling rayon v1.11.0
32252026-08-22T12:35:46.137Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32262026-08-22T12:35:46.169Z Compiling glob v0.3.3
32272026-08-22T12:35:46.218Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32282026-08-22T12:35:46.223Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32292026-08-22T12:35:46.266Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32302026-08-22T12:35:46.424Z Compiling smf v0.2.3
32312026-08-22T12:35:46.477Z Compiling whoami v1.6.1
32322026-08-22T12:35:46.517Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32332026-08-22T12:35:46.535Z Compiling cpubits v0.1.1
32342026-08-22T12:35:46.538Z Compiling num_enum v0.5.11
32352026-08-22T12:35:46.574Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32362026-08-22T12:35:46.591Z Compiling ingot-types v0.2.0
32372026-08-22T12:35:46.606Z Compiling gethostname v0.5.0
32382026-08-22T12:35:46.626Z Compiling derive-where v1.6.0
32392026-08-22T12:35:46.643Z Compiling usdt-attr-macro v0.5.0
32402026-08-22T12:35:46.688Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32412026-08-22T12:35:46.706Z Compiling usdt-macro v0.5.0
32422026-08-22T12:35:46.735Z Compiling num-rational v0.4.2
32432026-08-22T12:35:46.763Z Compiling num-complex v0.4.6
32442026-08-22T12:35:46.806Z Compiling memmap v0.7.0
32452026-08-22T12:35:46.990Z Compiling ingot v0.2.1
32462026-08-22T12:35:47.047Z Compiling toml v0.8.23
32472026-08-22T12:35:47.051Z Compiling pem-rfc7468 v1.0.0
32482026-08-22T12:35:47.194Z Compiling num v0.4.3
32492026-08-22T12:35:47.300Z Compiling zone v0.3.1
32502026-08-22T12:35:47.317Z Compiling float-ord v0.3.2
32512026-08-22T12:35:47.358Z Compiling cancel-safe-futures v0.1.5
32522026-08-22T12:35:47.386Z Compiling resolv-conf v0.7.6
32532026-08-22T12:35:47.389Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-08-22T12:35:47.474Z Compiling hmac v0.13.0
32552026-08-22T12:35:47.529Z Compiling universal-hash v0.6.1
32562026-08-22T12:35:47.563Z Compiling usdt v0.5.0
32572026-08-22T12:35:47.694Z Compiling sha1 v0.10.6
32582026-08-22T12:35:47.710Z Compiling prettyplease v0.2.37
32592026-08-22T12:35:47.729Z Compiling libefi-sys v0.1.0
32602026-08-22T12:35:47.773Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32612026-08-22T12:35:47.882Z Compiling linear-map v1.2.0
32622026-08-22T12:35:47.961Z Compiling polyval v0.7.1
32632026-08-22T12:35:48.015Z Compiling der v0.8.0
32642026-08-22T12:35:48.018Z Compiling hickory-proto v0.24.4
32652026-08-22T12:35:48.018Z Compiling newline-converter v0.3.0
32662026-08-22T12:35:48.018Z Compiling console v0.15.11
32672026-08-22T12:35:48.018Z Compiling bitfield-struct v0.6.2
32682026-08-22T12:35:48.051Z Compiling oxide-update-engine-types v0.1.2
32692026-08-22T12:35:48.054Z Compiling linked-hash-map v0.5.6
32702026-08-22T12:35:48.270Z Compiling lru-cache v0.1.2
32712026-08-22T12:35:48.313Z Compiling ghash v0.6.0
32722026-08-22T12:35:48.392Z Compiling pbkdf2 v0.13.0
32732026-08-22T12:35:48.410Z Compiling expectorate v1.2.0
32742026-08-22T12:35:48.434Z Compiling aes v0.9.1
32752026-08-22T12:35:48.490Z Compiling crypto-bigint v0.7.5
32762026-08-22T12:35:48.559Z Compiling ctr v0.10.1
32772026-08-22T12:35:48.613Z Compiling aead v0.6.1
32782026-08-22T12:35:48.668Z Compiling typify-macro v0.6.2
32792026-08-22T12:35:48.685Z Compiling sha2 v0.11.0
32802026-08-22T12:35:48.812Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32812026-08-22T12:35:48.830Z Compiling nom v8.0.0
32822026-08-22T12:35:48.833Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32832026-08-22T12:35:48.953Z Compiling semver v0.1.20
32842026-08-22T12:35:49.185Z Compiling oxide-update-engine v0.1.2
32852026-08-22T12:35:49.203Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32862026-08-22T12:35:49.287Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32872026-08-22T12:35:49.315Z Compiling rustc_version v0.1.7
32882026-08-22T12:35:49.333Z Compiling spki v0.8.0
32892026-08-22T12:35:49.369Z Compiling aes-gcm v0.11.0
32902026-08-22T12:35:49.372Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32912026-08-22T12:35:49.560Z Compiling tokio-dtrace v0.1.1
32922026-08-22T12:35:49.586Z Compiling dropshot-api-manager-types v0.8.0
32932026-08-22T12:35:49.605Z Compiling salsa20 v0.11.0
32942026-08-22T12:35:49.620Z Compiling slog-dtrace v0.3.0
32952026-08-22T12:35:49.638Z Compiling xshell-macros v0.2.7
32962026-08-22T12:35:49.736Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32972026-08-22T12:35:49.755Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32982026-08-22T12:35:49.791Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32992026-08-22T12:35:49.895Z Compiling minimal-lexical v0.2.1
33002026-08-22T12:35:49.981Z Compiling oxide-tokio-rt v0.1.4
33012026-08-22T12:35:49.998Z Compiling scrypt v0.12.0
33022026-08-22T12:35:50.031Z Compiling newtype_derive v0.1.6
33032026-08-22T12:35:50.075Z Compiling xshell v0.2.7
33042026-08-22T12:35:50.195Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33052026-08-22T12:35:50.265Z Compiling hickory-resolver v0.24.4
33062026-08-22T12:35:50.311Z Compiling nom v7.1.3
33072026-08-22T12:35:50.329Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33082026-08-22T12:35:50.347Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33092026-08-22T12:35:50.576Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-08-22T12:35:50.597Z Compiling typify v0.6.2
33112026-08-22T12:35:50.614Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33122026-08-22T12:35:50.630Z Compiling phf_shared v0.12.1
33132026-08-22T12:35:50.745Z Compiling progenitor-impl v0.14.0
33142026-08-22T12:35:50.851Z Compiling rfc6979 v0.4.0
33152026-08-22T12:35:50.895Z Compiling cbc v0.2.1
33162026-08-22T12:35:51.000Z Compiling proc-macro-error-attr2 v2.0.0
33172026-08-22T12:35:51.037Z Compiling csv-core v0.1.13
33182026-08-22T12:35:51.100Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33192026-08-22T12:35:51.200Z Compiling highway v1.3.0
33202026-08-22T12:35:51.266Z Compiling chrono-tz v0.10.4
33212026-08-22T12:35:51.286Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33222026-08-22T12:35:51.343Z Compiling qorb v0.4.1
33232026-08-22T12:35:51.377Z Compiling unicode-xid v0.2.6
33242026-08-22T12:35:51.395Z Compiling csv v1.4.0
33252026-08-22T12:35:51.457Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33262026-08-22T12:35:51.517Z Compiling proc-macro-error2 v2.0.1
33272026-08-22T12:35:51.546Z Compiling const_format_proc_macros v0.2.34
33282026-08-22T12:35:51.619Z Compiling pkcs5 v0.8.1
33292026-08-22T12:35:51.647Z Compiling ecdsa v0.16.9
33302026-08-22T12:35:51.704Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33312026-08-22T12:35:51.770Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33322026-08-22T12:35:51.884Z Compiling phf v0.12.1
33332026-08-22T12:35:51.984Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33342026-08-22T12:35:52.081Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33352026-08-22T12:35:52.191Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33362026-08-22T12:35:52.208Z Compiling primeorder v0.13.6
33372026-08-22T12:35:52.305Z Compiling hashbrown v0.14.5
33382026-08-22T12:35:52.448Z Compiling salty v0.3.0
33392026-08-22T12:35:52.486Z Compiling p384 v0.13.1
33402026-08-22T12:35:52.489Z Compiling const_format v0.2.35
33412026-08-22T12:35:52.658Z Compiling pkcs8 v0.11.0
33422026-08-22T12:35:52.749Z Compiling knus-derive v3.4.0
33432026-08-22T12:35:52.817Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-08-22T12:35:52.858Z Compiling chumsky v0.9.3
33452026-08-22T12:35:52.922Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33462026-08-22T12:35:53.078Z Compiling tabled_derive v0.7.0
33472026-08-22T12:35:53.100Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33482026-08-22T12:35:53.281Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33492026-08-22T12:35:53.440Z Compiling bcs v0.1.6
33502026-08-22T12:35:53.531Z Compiling progenitor-macro v0.14.0
33512026-08-22T12:35:53.534Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33522026-08-22T12:35:53.678Z Compiling ff v0.14.0
33532026-08-22T12:35:53.799Z Compiling termtree v0.5.1
33542026-08-22T12:35:53.855Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33552026-08-22T12:35:53.989Z Compiling steno v0.4.1
33562026-08-22T12:35:54.112Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33572026-08-22T12:35:54.131Z Compiling tabled v0.15.0
33582026-08-22T12:35:54.151Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33592026-08-22T12:35:54.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-08-22T12:35:54.220Z Compiling tagptr v0.2.0
33612026-08-22T12:35:54.319Z Compiling knus v3.4.0
33622026-08-22T12:35:54.335Z Compiling group v0.14.0
33632026-08-22T12:35:54.414Z Compiling moka v0.12.13
33642026-08-22T12:35:54.432Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33652026-08-22T12:35:54.477Z Compiling signature v3.0.0
33662026-08-22T12:35:54.563Z Compiling base16ct v1.0.0
33672026-08-22T12:35:54.721Z Compiling sec1 v0.8.1
33682026-08-22T12:35:54.852Z Compiling hkdf v0.13.0
33692026-08-22T12:35:54.946Z Compiling libscf-sys v1.2.0
33702026-08-22T12:35:55.065Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33712026-08-22T12:35:55.081Z Compiling elliptic-curve v0.14.1
33722026-08-22T12:35:55.113Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33732026-08-22T12:35:55.132Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33742026-08-22T12:35:55.296Z Compiling hickory-resolver v0.25.2
33752026-08-22T12:35:55.339Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33762026-08-22T12:35:55.357Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33772026-08-22T12:35:55.584Z Compiling corncobs v0.1.4
33782026-08-22T12:35:55.677Z Compiling parking_lot_core v0.8.6
33792026-08-22T12:35:55.677Z Compiling utf-8 v0.7.6
33802026-08-22T12:35:55.715Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33812026-08-22T12:35:55.909Z Compiling tungstenite v0.21.0
33822026-08-22T12:35:55.974Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33832026-08-22T12:35:56.063Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33842026-08-22T12:35:56.079Z Compiling wnaf v0.14.0
33852026-08-22T12:35:56.119Z Compiling primefield v0.14.0
33862026-08-22T12:35:56.176Z Compiling rfc6979 v0.6.0
33872026-08-22T12:35:56.333Z Compiling papergrid v0.18.0
33882026-08-22T12:35:56.369Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33892026-08-22T12:35:56.415Z Compiling git-stub v1.0.0
33902026-08-22T12:35:56.482Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33912026-08-22T12:35:56.607Z Compiling secrecy v0.8.0
33922026-08-22T12:35:56.686Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33932026-08-22T12:35:56.717Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33942026-08-22T12:35:56.789Z Compiling git-stub-vcs v0.1.0
33952026-08-22T12:35:56.822Z Compiling tokio-tungstenite v0.21.0
33962026-08-22T12:35:56.979Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33972026-08-22T12:35:56.998Z Compiling primeorder v0.14.0
33982026-08-22T12:35:57.201Z Compiling ecdsa v0.17.0
33992026-08-22T12:35:57.219Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34002026-08-22T12:35:57.288Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34012026-08-22T12:35:57.360Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34022026-08-22T12:35:57.409Z Compiling tabled v0.21.0
34032026-08-22T12:35:57.428Z Compiling curve25519-dalek v5.0.0
34042026-08-22T12:35:57.431Z Compiling illumos-nvpair-sys v0.2.0
34052026-08-22T12:35:57.464Z Compiling unicase v2.9.0
34062026-08-22T12:35:57.489Z Compiling parking_lot v0.11.2
34072026-08-22T12:35:57.600Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34082026-08-22T12:35:57.722Z Compiling mime_guess v2.0.5
34092026-08-22T12:35:57.722Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34102026-08-22T12:35:57.759Z Compiling ssh-encoding v0.3.0
34112026-08-22T12:35:57.880Z Compiling progenitor-impl v0.13.0
34122026-08-22T12:35:57.917Z Compiling prefix-trie v0.7.0
34132026-08-22T12:35:57.964Z Compiling fxhash v0.2.1
34142026-08-22T12:35:58.080Z Compiling keccak v0.2.0
34152026-08-22T12:35:58.109Z Compiling crc8 v0.1.1
34162026-08-22T12:35:58.139Z Compiling sled v0.34.7
34172026-08-22T12:35:58.295Z Compiling hickory-server v0.25.2
34182026-08-22T12:35:58.353Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34192026-08-22T12:35:58.371Z Compiling ed25519 v3.0.0
34202026-08-22T12:35:58.422Z Compiling crypto-primes v0.7.2
34212026-08-22T12:35:58.710Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34222026-08-22T12:35:58.743Z Compiling pkcs1 v0.8.0-rc.4
34232026-08-22T12:35:58.797Z Compiling poly1305 v0.9.0
34242026-08-22T12:35:58.813Z Compiling progenitor v0.14.0
34252026-08-22T12:35:58.996Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34262026-08-22T12:35:59.177Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34272026-08-22T12:35:59.472Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34282026-08-22T12:35:59.518Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34292026-08-22T12:35:59.538Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34302026-08-22T12:35:59.585Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34312026-08-22T12:36:00.009Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34322026-08-22T12:36:00.047Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34332026-08-22T12:36:00.073Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34342026-08-22T12:36:00.290Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34352026-08-22T12:36:00.402Z Compiling progenitor-client v0.13.0
34362026-08-22T12:36:00.455Z Compiling blowfish v0.10.0
34372026-08-22T12:36:00.754Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34382026-08-22T12:36:00.773Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34392026-08-22T12:36:00.789Z Compiling progenitor-macro v0.13.0
34402026-08-22T12:36:00.872Z Compiling blake2 v0.11.0-rc.6
34412026-08-22T12:36:00.923Z Compiling http-range v0.1.5
34422026-08-22T12:36:01.153Z Compiling half v1.8.3
34432026-08-22T12:36:01.359Z Compiling argon2 v0.6.0-rc.8
34442026-08-22T12:36:01.464Z Compiling serde_cbor v0.11.2
34452026-08-22T12:36:01.525Z Compiling bcrypt-pbkdf v0.11.0
34462026-08-22T12:36:01.562Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34472026-08-22T12:36:01.892Z Compiling rsa v0.10.0-rc.18
34482026-08-22T12:36:02.107Z Compiling ed25519-dalek v3.0.0
34492026-08-22T12:36:02.131Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34502026-08-22T12:36:02.486Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34512026-08-22T12:36:02.561Z Compiling ssh-cipher v0.3.0
34522026-08-22T12:36:02.619Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-08-22T12:36:02.681Z Compiling illumos-nvpair v0.3.0
34542026-08-22T12:36:02.818Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34552026-08-22T12:36:02.975Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34562026-08-22T12:36:03.105Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34572026-08-22T12:36:03.137Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34582026-08-22T12:36:03.216Z Compiling sha3 v0.11.0
34592026-08-22T12:36:03.397Z Compiling p384 v0.14.0
34602026-08-22T12:36:03.562Z Compiling p521 v0.14.0
34612026-08-22T12:36:03.687Z Compiling p256 v0.14.0
34622026-08-22T12:36:03.690Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632026-08-22T12:36:03.899Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34642026-08-22T12:36:03.930Z Compiling scuffle v0.1.0
34652026-08-22T12:36:04.059Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34662026-08-22T12:36:04.199Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34672026-08-22T12:36:04.633Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34682026-08-22T12:36:04.830Z Compiling yasna v0.5.2
34692026-08-22T12:36:04.873Z Compiling kstat-rs v0.2.5
34702026-08-22T12:36:04.903Z Compiling headers-core v0.3.0
34712026-08-22T12:36:05.043Z Compiling kem v0.3.0
34722026-08-22T12:36:05.065Z Compiling module-lattice v0.2.3
34732026-08-22T12:36:05.065Z Compiling nanorand v0.7.0
34742026-08-22T12:36:05.210Z Compiling sponge-cursor v0.1.0
34752026-08-22T12:36:05.214Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34762026-08-22T12:36:05.359Z Compiling sha3 v0.12.0
34772026-08-22T12:36:05.383Z Compiling flume v0.11.1
34782026-08-22T12:36:05.417Z Compiling ml-kem v0.3.2
34792026-08-22T12:36:05.437Z Compiling rcgen v0.12.1
34802026-08-22T12:36:05.550Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34812026-08-22T12:36:05.666Z Compiling headers v0.4.1
34822026-08-22T12:36:05.750Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34832026-08-22T12:36:05.823Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34842026-08-22T12:36:06.003Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34852026-08-22T12:36:06.021Z Compiling progenitor v0.13.0
34862026-08-22T12:36:06.021Z Compiling hyper-staticfile v0.10.1
34872026-08-22T12:36:06.025Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34882026-08-22T12:36:06.215Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34892026-08-22T12:36:06.353Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34902026-08-22T12:36:06.370Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34912026-08-22T12:36:06.406Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34922026-08-22T12:36:06.452Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34932026-08-22T12:36:06.523Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34942026-08-22T12:36:06.611Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34952026-08-22T12:36:06.634Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34962026-08-22T12:36:06.653Z Compiling russh-cryptovec v0.62.0
34972026-08-22T12:36:06.688Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34982026-08-22T12:36:06.817Z Compiling ssh-key v0.7.0-rc.11
34992026-08-22T12:36:06.845Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35002026-08-22T12:36:06.913Z Compiling internal-russh-num-bigint v0.5.0
35012026-08-22T12:36:06.917Z Compiling port-file v0.1.0
35022026-08-22T12:36:06.949Z Compiling num-bigint v0.4.6
35032026-08-22T12:36:06.986Z Compiling generic-array v1.4.3
35042026-08-22T12:36:07.006Z Compiling russh-util v0.52.0
35052026-08-22T12:36:07.095Z Compiling enum_dispatch v0.3.13
35062026-08-22T12:36:07.195Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35072026-08-22T12:36:07.213Z Compiling delegate v0.13.5
35082026-08-22T12:36:07.340Z Compiling subprocess v0.2.15
35092026-08-22T12:36:07.504Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35102026-08-22T12:36:07.684Z Compiling hex-literal v1.1.0
35112026-08-22T12:36:07.706Z Compiling display-error-chain v0.2.2
35122026-08-22T12:36:07.830Z Compiling md5 v0.8.0
35132026-08-22T12:36:07.910Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35142026-08-22T12:36:07.965Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35152026-08-22T12:36:08.117Z Compiling colored v2.2.0
35162026-08-22T12:36:08.117Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35172026-08-22T12:36:08.153Z Compiling socket2 v0.5.10
35182026-08-22T12:36:08.211Z Compiling russh v0.62.4
35192026-08-22T12:36:08.250Z Compiling internet-checksum v0.2.1
35202026-08-22T12:36:08.395Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35212026-08-22T12:36:08.439Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35222026-08-22T12:36:08.817Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35232026-08-22T12:36:11.201Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35242026-08-22T12:36:11.938Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35252026-08-22T12:36:12.495Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35262026-08-22T12:36:13.849Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35272026-08-22T12:36:14.373Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35282026-08-22T12:36:23.459Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35292026-08-22T12:36:23.459Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35302026-08-22T12:36:23.463Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35312026-08-22T12:36:23.463Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35322026-08-22T12:36:23.463Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35332026-08-22T12:36:25.330Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35342026-08-22T12:36:25.350Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35352026-08-22T12:36:29.569Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35362026-08-22T12:37:10.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35372026-08-22T12:37:10.958Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35382026-08-22T12:37:10.958Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35392026-08-22T12:37:11.187Z
35402026-08-22T12:37:11.187Zreal 1:30.861329320
35412026-08-22T12:37:11.187Zuser 8:43.432062419
35422026-08-22T12:37:11.187Zsys 1:45.220249366
35432026-08-22T12:37:11.187Ztrap 0.249870940
35442026-08-22T12:37:11.190Ztflt 0.283189944
35452026-08-22T12:37:11.190Zdflt 1.856518090
35462026-08-22T12:37:11.190Zkflt 0.000393590
35472026-08-22T12:37:11.191Zlock 32:24.101240215
35482026-08-22T12:37:11.191Zslp 19:56.534655269
35492026-08-22T12:37:11.191Zlat 39.293729925
35502026-08-22T12:37:11.191Zstop 3:02.931823955
35512026-08-22T12:37:11.191Z+ mkdir tests
35522026-08-22T12:37:11.194Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35532026-08-22T12:37:11.194Z+ xargs -I '{}' -t cp '{}' tests/
35542026-08-22T12:37:11.216Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/
35552026-08-22T12:37:11.238Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/
35562026-08-22T12:37:11.260Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/
35572026-08-22T12:37:11.282Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/
35582026-08-22T12:37:11.586Z+ 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)
35592026-08-22T12:37:11.590Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-594f2dec84179fc3 tests/commtest-74c7ef97fc0c6cdd tests/dhcp_server-e3b27565dc37fa1f tests/end_to_end_tests-f7200e6b6f596b24 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35602026-08-22T12:38:41.863ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35612026-08-22T12:38:41.863Za .github/buildomat/ci-env.sh 1K
35622026-08-22T12:38:41.863Za out/target/test 1K
35632026-08-22T12:38:41.863Za out/npuzone/npuzone 27402K
35642026-08-22T12:38:41.863Za package-manifest.toml 35K
35652026-08-22T12:38:41.863Za smf/sled-agent/non-gimlet/config.toml 6K
35662026-08-22T12:38:41.863Za target/release/omicron-package 48283K
35672026-08-22T12:38:41.863Za target/release/xtask 11727K
35682026-08-22T12:38:41.863Za target/debug/bootstrap 438634K
35692026-08-22T12:38:41.863Za tests/bootstrap-594f2dec84179fc3 34430K
35702026-08-22T12:38:41.863Za tests/commtest-74c7ef97fc0c6cdd 34431K
35712026-08-22T12:38:41.863Za tests/dhcp_server-e3b27565dc37fa1f 34431K
35722026-08-22T12:38:41.863Za tests/end_to_end_tests-f7200e6b6f596b24 502156K
35732026-08-22T12:38:41.863Za tools/opte_version 1K
35742026-08-22T12:38:41.863Za tools/opte_version_override 2K
35752026-08-22T12:38:41.864Za out/clickhouse.tar.gz 330162K
35762026-08-22T12:38:41.864Za out/clickhouse_keeper.tar.gz 314186K
35772026-08-22T12:38:41.864Za out/clickhouse_server.tar.gz 330159K
35782026-08-22T12:38:41.864Za out/cockroachdb.tar.gz 169580K
35792026-08-22T12:38:41.864Za out/crucible-pantry-zone.tar.gz 41339K
35802026-08-22T12:38:41.864Za out/crucible-utils.tar 18900K
35812026-08-22T12:38:41.864Za out/crucible-zone.tar.gz 56151K
35822026-08-22T12:38:41.864Za out/external-dns.tar.gz 54219K
35832026-08-22T12:38:41.864Za out/internal-dns.tar.gz 54218K
35842026-08-22T12:38:41.864Za out/mg-ddm-gz.tar 100917K
35852026-08-22T12:38:41.864Za out/nexus.tar.gz 360368K
35862026-08-22T12:38:41.864Za out/ntp.tar.gz 34662K
35872026-08-22T12:38:41.864Za out/omicron-gateway-softnpu.tar.gz 29994K
35882026-08-22T12:38:41.864Za out/omicron-sled-agent.tar 247082K
35892026-08-22T12:38:41.864Za out/overlay.tar.gz 4K
35902026-08-22T12:38:41.864Za out/oximeter.tar.gz 72451K
35912026-08-22T12:38:41.864Za out/oxlog.tar 4071K
35922026-08-22T12:38:41.864Za out/probe.tar.gz 3037K
35932026-08-22T12:38:41.864Za out/propolis-server.tar.gz 34642K
35942026-08-22T12:38:41.864Za out/pumpkind-gz.tar 26647K
35952026-08-22T12:38:41.864Za out/switch-softnpu.tar.gz 504680K
35962026-08-22T12:38:41.868Z
35972026-08-22T12:38:41.868Zreal 1:30.273697074
35982026-08-22T12:38:41.868Zuser 1:27.247393680
35992026-08-22T12:38:41.868Zsys 5.029810518
36002026-08-22T12:38:41.868Ztrap 0.007615924
36012026-08-22T12:38:41.868Ztflt 0.000000000
36022026-08-22T12:38:41.868Zdflt 0.000000000
36032026-08-22T12:38:41.868Zkflt 0.000000000
36042026-08-22T12:38:41.868Zlock 0.000000000
36052026-08-22T12:38:41.868Zslp 1:27.105915079
36062026-08-22T12:38:41.868Zlat 1.151774646
36072026-08-22T12:38:41.868Zstop 0.000225140
36082026-08-22T12:38:41.868Zprocess exited: duration 1043334 ms, exit code 0
 
36092026-08-22T12:38:41.882Zfound 3 output files
36102026-08-22T12:38:41.882Zuploading: /work/package.tar.gz (2784205667 bytes)
36112026-08-22T12:39:12.773Zuploaded: /work/package.tar.gz
36122026-08-22T12:39:12.773Zuploading: /work/omicron-sled-agent.tar.gz (75211642 bytes)
36132026-08-22T12:39:14.263Zuploaded: /work/omicron-sled-agent.tar.gz
36142026-08-22T12:39:14.263Zuploading: /work/omicron-sled-agent.tar.gz.sha256.txt (65 bytes)
36152026-08-22T12:39:15.273Zuploaded: /work/omicron-sled-agent.tar.gz.sha256.txt