01KTVQ3JF7PE62XA0NY9YRTX28: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTVQ56PHCD9MFYJEA3SBA92H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T16:10:53.238Zjob assigned to worker 01KTVQ5BP7F0K087962DPYJ3PM [factory aws, i-0152a711b1e2c6065] (queued for 51 s)
 
22026-06-11T16:11:00.687Zstarting task 0: "setup"
32026-06-11T16:11:00.692Z++ uname -s
42026-06-11T16:11:00.695Z+ kern=SunOS
52026-06-11T16:11:00.695Z+ build_user=build
62026-06-11T16:11:00.695Z+ build_uid=12345
72026-06-11T16:11:00.695Z+ work_dir=/work
82026-06-11T16:11:00.695Z+ input_dir=/input
92026-06-11T16:11:00.695Z+ [[ 0 == 12345 ]]
102026-06-11T16:11:00.695Z+ case "$kern" in
112026-06-11T16:11:00.695Z+ groupadd -g 12345 build
122026-06-11T16:11:00.698Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T16:11:02.707Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T16:11:02.809Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T16:11:02.813Z+ home_fs=zfs
162026-06-11T16:11:02.813Z+ [[ zfs == autofs ]]
172026-06-11T16:11:02.813Z+ mkdir -p /home/build
182026-06-11T16:11:02.813Z+ chown build:build /home/build /work
192026-06-11T16:11:04.816Z+ chmod 0700 /home/build /work
202026-06-11T16:11:04.820Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-11T16:11:04.827Zstarting task 1: "rust-toolchain"
222026-06-11T16:11:04.833Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T16:11:04.833Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T16:11:04.833Z * rust toolchain channel = "1.94.0"
252026-06-11T16:11:04.833Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-11T16:11:04.833Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T16:11:04.833Z * rust toolchain profile = "default"
282026-06-11T16:11:04.837Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T16:11:04.837Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T16:11:04.987Zinfo: downloading installer
312026-06-11T16:11:06.645Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T16:11:06.645Zwarn: /home/build/.rustup/settings.toml
332026-06-11T16:11:06.645Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T16:11:06.645Zwarn: instead of the one inferred from the default host triple.
352026-06-11T16:11:06.658Zinfo: profile set to default
362026-06-11T16:11:06.658Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T16:11:06.664Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T16:11:06.798Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T16:11:06.801Zinfo: downloading 6 components
402026-06-11T16:11:21.502Z
412026-06-11T16:11:21.502Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-11T16:11:21.531Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T16:11:21.531Z
442026-06-11T16:11:21.531Z
452026-06-11T16:11:21.531ZRust is installed now. Great!
462026-06-11T16:11:21.531Z
472026-06-11T16:11:21.531ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T16:11:21.531Zenvironment variable. This has not been done automatically.
492026-06-11T16:11:21.531Z
502026-06-11T16:11:21.531ZTo configure your current shell, you need to source
512026-06-11T16:11:21.531Zthe corresponding env file under $HOME/.cargo.
522026-06-11T16:11:21.531Z
532026-06-11T16:11:21.531ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T16:11:21.534Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T16:11:21.534Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T16:11:21.534Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T16:11:21.534Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T16:11:21.534Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T16:11:21.534Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T16:11:21.534Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T16:11:21.534Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T16:11:21.632Z+ rustup --version
632026-06-11T16:11:21.638Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T16:11:21.638Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T16:11:21.659Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T16:11:21.662Z+ cargo --version
672026-06-11T16:11:21.669Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T16:11:21.672Z+ rustc --version
692026-06-11T16:11:21.692Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T16:11:21.695Zprocess exited: duration 16867 ms, exit code 0
 
712026-06-11T16:11:21.701Zstarting task 2: "authentication"
722026-06-11T16:11:21.721Zprocess exited: duration 19 ms, exit code 0
 
732026-06-11T16:11:21.728Zstarting task 3: "clone repository"
742026-06-11T16:11:21.732Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T16:11:21.735Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T16:11:21.776ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T16:11:55.651Z+ cd /work/oxidecomputer/omicron
782026-06-11T16:11:55.651Z+ git fetch origin 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06
792026-06-11T16:11:56.051ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T16:11:56.051Z * branch 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06 -> FETCH_HEAD
812026-06-11T16:11:56.067Z+ [[ -n john/scrimlet-reconcilers-static-route-v4-over-v6 ]]
822026-06-11T16:11:56.070Z++ git branch --show-current
832026-06-11T16:11:56.070Z+ current=main
842026-06-11T16:11:56.070Z+ [[ main != john/scrimlet-reconcilers-static-route-v4-over-v6 ]]
852026-06-11T16:11:56.070Z+ git branch -f john/scrimlet-reconcilers-static-route-v4-over-v6 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06
862026-06-11T16:11:56.073Z+ git checkout -f john/scrimlet-reconcilers-static-route-v4-over-v6
872026-06-11T16:11:56.316ZSwitched to branch 'john/scrimlet-reconcilers-static-route-v4-over-v6'
882026-06-11T16:11:56.319Z+ git reset --hard 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06
892026-06-11T16:11:56.552ZHEAD is now at 30c2c3c9e scrimlet-reconcilers: backport "v4 route over v6 nexthop"
902026-06-11T16:11:56.556Zprocess exited: duration 34827 ms, exit code 0
 
912026-06-11T16:11:56.564Zstarting task 4: "build"
922026-06-11T16:11:56.570Z+ source .github/buildomat/ci-env.sh
932026-06-11T16:11:56.570Z++ export CARGO_TERM_COLOR=always
942026-06-11T16:11:56.570Z++ CARGO_TERM_COLOR=always
952026-06-11T16:11:56.571Z+ cargo --version
962026-06-11T16:11:56.580Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-11T16:11:56.586Z+ rustc --version
982026-06-11T16:11:56.605Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-11T16:11:56.608Z+ WORK=/work
1002026-06-11T16:11:56.608Z+ pfexec mkdir -p /work
1012026-06-11T16:11:56.611Z+ pfexec chown build /work
1022026-06-11T16:11:56.614Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-11T16:11:58.290Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-11T16:11:58.374Z Startup: Caching catalogs ... Done
1052026-06-11T16:11:58.710ZPlanning: Solver setup ... Done (0.287s)
1062026-06-11T16:11:58.731ZPlanning: Running solver ... Done (0.022s)
1072026-06-11T16:11:58.739ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-11T16:11:58.750ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-11T16:11:58.767ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-11T16:11:58.783ZPlanning: Package planning ... Done (0.015s)
1112026-06-11T16:11:58.786ZPlanning: Merging actions ... Done (0.002s)
1122026-06-11T16:11:58.982ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-06-11T16:11:58.986ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-11T16:11:59.935ZPlanning: Evaluating mediators ... Done (0.951s)
1152026-06-11T16:11:59.938ZPlanning: Planning completed in 1.54 seconds
1162026-06-11T16:11:59.945Z Packages to install: 2
1172026-06-11T16:11:59.945Z Estimated space available: 156.10 GB
1182026-06-11T16:11:59.945ZEstimated space to be consumed: 25.37 MB
1192026-06-11T16:11:59.946Z Create boot environment: No
1202026-06-11T16:11:59.946ZCreate backup boot environment: No
1212026-06-11T16:11:59.949Z Rebuild boot archive: No
1222026-06-11T16:11:59.950Z
1232026-06-11T16:11:59.950ZChanged packages:
1242026-06-11T16:11:59.950Zhelios
1252026-06-11T16:11:59.950Z developer/build-essential
1262026-06-11T16:11:59.950Z None -> 11-3.0
1272026-06-11T16:11:59.950Z library/libxmlsec1
1282026-06-11T16:11:59.950Z None -> 1.2.35-3.0
1292026-06-11T16:11:59.973Z
1302026-06-11T16:11:59.973ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-11T16:12:00.594ZDownload: Completed 1.28 MB in 0.62 seconds (2.1M/s)
1322026-06-11T16:12:00.697Z Actions: 1/268 actions (Installing new actions)
1332026-06-11T16:12:00.737Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-11T16:12:00.746ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-11T16:12:00.746ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-11T16:12:00.768ZFinalize: Updating image state ... Done (0.022s)
1372026-06-11T16:12:03.470ZFinalize: Creating fast lookup database ... Done (2.679s)
1382026-06-11T16:12:03.545ZFinalize: Reading search index ... Done (0.015s)
1392026-06-11T16:12:03.548ZFinalize: Updating search index ... Done (0.000s)
1402026-06-11T16:12:03.682ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-11T16:12:03.991ZPlanning: Evaluating mediator changes ... Done
1422026-06-11T16:12:04.096ZPlanning: Checking for conflicting actions ... Done
1432026-06-11T16:12:04.100ZPlanning: Consolidating action changes ... Done
1442026-06-11T16:12:04.256ZPlanning: Evaluating mediators ... Done
1452026-06-11T16:12:04.259ZPlanning: Planning completed in 0.27 seconds
1462026-06-11T16:12:04.281Z Mediators to change: 2
1472026-06-11T16:12:04.281Z Create boot environment: No
1482026-06-11T16:12:04.281ZCreate backup boot environment: No
1492026-06-11T16:12:04.344ZFinalize: Updating package state database ... Done
1502026-06-11T16:12:04.344ZFinalize: Updating package cache ... Done
1512026-06-11T16:12:04.360ZFinalize: Updating image state ... Done
1522026-06-11T16:12:06.313ZFinalize: Creating fast lookup database ... Done
1532026-06-11T16:12:06.377ZFinalize: Reading search index ... Done
1542026-06-11T16:12:06.380ZFinalize: Updating search index ... Done
1552026-06-11T16:12:06.498ZFinalize: Updating package cache ... Done
1562026-06-11T16:12:06.781ZPlanning: Evaluating mediator changes ... Done
1572026-06-11T16:12:06.888ZPlanning: Checking for conflicting actions ... Done
1582026-06-11T16:12:06.891ZPlanning: Consolidating action changes ... Done
1592026-06-11T16:12:07.048ZPlanning: Evaluating mediators ... Done
1602026-06-11T16:12:07.051ZPlanning: Planning completed in 0.27 seconds
1612026-06-11T16:12:07.073Z Mediators to change: 1
1622026-06-11T16:12:07.073Z Create boot environment: No
1632026-06-11T16:12:07.073ZCreate backup boot environment: No
1642026-06-11T16:12:07.125ZFinalize: Updating package state database ... Done
1652026-06-11T16:12:07.128ZFinalize: Updating package cache ... Done
1662026-06-11T16:12:07.137ZFinalize: Updating image state ... Done
1672026-06-11T16:12:09.085ZFinalize: Creating fast lookup database ... Done
1682026-06-11T16:12:09.146ZFinalize: Reading search index ... Done
1692026-06-11T16:12:09.149ZFinalize: Updating search index ... Done
1702026-06-11T16:12:09.275ZFinalize: Updating package cache ... Done
1712026-06-11T16:12:09.587ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-11T16:12:09.587Zapache system 2.4 system
1732026-06-11T16:12:09.587Zclang system 15 system
1742026-06-11T16:12:09.587Zcsh system system illumos
1752026-06-11T16:12:09.587Zctags system system illumos
1762026-06-11T16:12:09.587Zfile vendor vendor darwinsys
1772026-06-11T16:12:09.587Zfile system system illumos
1782026-06-11T16:12:09.587Zgcc vendor 14 vendor
1792026-06-11T16:12:09.587Zgcc system 13 system
1802026-06-11T16:12:09.587Zgcc system 10 system
1812026-06-11T16:12:09.587Zgo system 1.25 system
1822026-06-11T16:12:09.587Zllvm system 15 system
1832026-06-11T16:12:09.587Zmariadb system 11.4 system
1842026-06-11T16:12:09.587Zmta vendor vendor dma
1852026-06-11T16:12:09.587Zopenjdk system 17 system
1862026-06-11T16:12:09.587Zopenjdk system 11 system
1872026-06-11T16:12:09.587Zopenssl vendor 3 vendor
1882026-06-11T16:12:09.588Zperl system 5.40 system
1892026-06-11T16:12:09.588Zpostgresql system 18 system
1902026-06-11T16:12:09.588Zpostgresql system 17 system
1912026-06-11T16:12:09.588Zpython vendor 3 vendor
1922026-06-11T16:12:09.588Zpython system 2 system
1932026-06-11T16:12:09.588Zpython3 vendor 3.13 vendor
1942026-06-11T16:12:09.588Zruby system 3.4 system
1952026-06-11T16:12:09.588Zruby system 3.0 system
1962026-06-11T16:12:09.588Zwords vendor vendor american-english
1972026-06-11T16:12:09.588Zwords system system australian-english
1982026-06-11T16:12:09.588Zwords system system british-english
1992026-06-11T16:12:09.588Zwords system system canadian-english
2002026-06-11T16:12:09.588Zwords system system french
2012026-06-11T16:12:09.588Zwords system system italian
2022026-06-11T16:12:09.588Zwords system system ngerman
2032026-06-11T16:12:09.588Zwords system system ogerman
2042026-06-11T16:12:09.588Zwords system system spanish
2052026-06-11T16:12:09.840ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-11T16:12:09.840Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-11T16:12:10.134ZFMRI IFO
2082026-06-11T16:12:10.134Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-11T16:12:10.134Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-11T16:12:10.134Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-11T16:12:10.134Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-11T16:12:10.134Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-11T16:12:10.134Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-11T16:12:10.134Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-11T16:12:10.134Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-11T16:12:10.134Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-11T16:12:10.384Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-11T16:12:10.704Z Updating crates.io index
2192026-06-11T16:12:10.741Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-11T16:12:11.697Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-11T16:12:12.083Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-11T16:12:12.609Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-11T16:12:13.963Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-11T16:12:14.835Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-11T16:12:16.381Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-11T16:12:17.506Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-11T16:12:17.856Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-11T16:12:20.195Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-11T16:12:20.669Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-11T16:12:21.106Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-11T16:12:21.559Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-11T16:12:22.703Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-11T16:12:23.237Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-11T16:12:23.562Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-11T16:12:24.041Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-11T16:12:24.623Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-11T16:12:25.134Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-11T16:12:25.408Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-11T16:12:25.690Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-11T16:12:26.006Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-11T16:12:26.491Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-11T16:12:27.107Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-11T16:12:27.423Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-11T16:12:28.175Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-11T16:12:28.466Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-11T16:12:28.867Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-11T16:12:30.101Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-11T16:12:30.452Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-11T16:12:31.315Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-11T16:12:31.813Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-11T16:12:32.174Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-11T16:12:32.550Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-11T16:12:32.886Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-11T16:12:33.322Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-11T16:12:33.730Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-11T16:12:34.736Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-11T16:12:34.755Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-11T16:12:35.345Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-11T16:12:35.586Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-11T16:12:47.110Z Downloading crates ...
2612026-06-11T16:12:47.191Z Downloaded crypto-common v0.1.7
2622026-06-11T16:12:47.198Z Downloaded digest v0.10.7
2632026-06-11T16:12:47.198Z Downloaded displaydoc v0.2.5
2642026-06-11T16:12:47.198Z Downloaded num-traits v0.2.19
2652026-06-11T16:12:47.198Z Downloaded url v2.5.8
2662026-06-11T16:12:47.198Z Downloaded idna_adapter v1.2.1
2672026-06-11T16:12:47.198Z Downloaded zerovec-derive v0.11.2
2682026-06-11T16:12:47.198Z Downloaded tabled_derive v0.7.0
2692026-06-11T16:12:47.198Z Downloaded anyhow v1.0.102
2702026-06-11T16:12:47.205Z Downloaded yoke v0.8.1
2712026-06-11T16:12:47.205Z Downloaded utf8_iter v1.0.4
2722026-06-11T16:12:47.205Z Downloaded yoke-derive v0.8.1
2732026-06-11T16:12:47.208Z Downloaded macaddr v1.0.1
2742026-06-11T16:12:47.208Z Downloaded zerofrom-derive v0.1.6
2752026-06-11T16:12:47.208Z Downloaded anstream v1.0.0
2762026-06-11T16:12:47.208Z Downloaded zerofrom v0.1.6
2772026-06-11T16:12:47.208Z Downloaded toml_datetime v0.6.11
2782026-06-11T16:12:47.208Z Downloaded form_urlencoded v1.2.2
2792026-06-11T16:12:47.208Z Downloaded version_check v0.9.5
2802026-06-11T16:12:47.211Z Downloaded autocfg v1.5.0
2812026-06-11T16:12:47.211Z Downloaded potential_utf v0.1.4
2822026-06-11T16:12:47.214Z Downloaded itoa v1.0.17
2832026-06-11T16:12:47.223Z Downloaded typeid v1.0.3
2842026-06-11T16:12:47.223Z Downloaded heck v0.5.0
2852026-06-11T16:12:47.223Z Downloaded anstyle-parse v1.0.0
2862026-06-11T16:12:47.226Z Downloaded usdt v0.5.0
2872026-06-11T16:12:47.226Z Downloaded cargo_metadata v0.21.0
2882026-06-11T16:12:47.232Z Downloaded utf8parse v0.2.2
2892026-06-11T16:12:47.232Z Downloaded usdt-macro v0.5.0
2902026-06-11T16:12:47.232Z Downloaded unicode-xid v0.2.6
2912026-06-11T16:12:47.232Z Downloaded toml_write v0.1.2
2922026-06-11T16:12:47.241Z Downloaded zmij v1.0.21
2932026-06-11T16:12:47.241Z Downloaded serde-untagged v0.1.9
2942026-06-11T16:12:47.241Z Downloaded litemap v0.8.1
2952026-06-11T16:12:47.241Z Downloaded proc-macro-error-attr v1.0.4
2962026-06-11T16:12:47.241Z Downloaded camino v1.2.2
2972026-06-11T16:12:47.241Z Downloaded zerocopy-derive v0.7.35
2982026-06-11T16:12:47.245Z Downloaded usdt-attr-macro v0.5.0
2992026-06-11T16:12:47.245Z Downloaded fastrand v2.3.0
3002026-06-11T16:12:47.245Z Downloaded thread-id v4.2.2
3012026-06-11T16:12:47.245Z Downloaded dof v0.3.0
3022026-06-11T16:12:47.245Z Downloaded cfg-if v1.0.4
3032026-06-11T16:12:47.245Z Downloaded writeable v0.6.2
3042026-06-11T16:12:47.245Z Downloaded tinystr v0.8.2
3052026-06-11T16:12:47.245Z Downloaded thiserror v1.0.69
3062026-06-11T16:12:47.258Z Downloaded thiserror-impl v2.0.18
3072026-06-11T16:12:47.258Z Downloaded thiserror-impl v1.0.69
3082026-06-11T16:12:47.961Z Downloaded usdt-impl v0.5.0
3092026-06-11T16:12:47.961Z Downloaded unicode-linebreak v0.1.5
3102026-06-11T16:12:47.961Z Downloaded terminal_size v0.4.3
3112026-06-11T16:12:47.961Z Downloaded textwrap v0.16.2
3122026-06-11T16:12:47.961Z Downloaded is_terminal_polyfill v1.70.2
3132026-06-11T16:12:47.961Z Downloaded toml v0.8.23
3142026-06-11T16:12:47.961Z Downloaded swrite v0.1.0
3152026-06-11T16:12:47.961Z Downloaded memmap v0.7.0
3162026-06-11T16:12:47.961Z Downloaded scroll_derive v0.12.1
3172026-06-11T16:12:47.961Z Downloaded percent-encoding v2.3.2
3182026-06-11T16:12:47.961Z Downloaded clap_lex v1.0.0
3192026-06-11T16:12:47.961Z Downloaded ucd-trie v0.1.7
3202026-06-11T16:12:47.961Z Downloaded bytecount v0.6.9
3212026-06-11T16:12:47.961Z Downloaded thiserror v2.0.18
3222026-06-11T16:12:47.987Z Downloaded icu_normalizer_data v2.1.1
3232026-06-11T16:12:47.987Z Downloaded unicode-ident v1.0.24
3242026-06-11T16:12:47.987Z Downloaded stable_deref_trait v1.2.1
3252026-06-11T16:12:47.987Z Downloaded typenum v1.19.0
3262026-06-11T16:12:47.992Z Downloaded cargo-platform v0.2.0
3272026-06-11T16:12:47.992Z Downloaded block-buffer v0.10.4
3282026-06-11T16:12:47.992Z Downloaded toml_edit v0.22.27
3292026-06-11T16:12:47.992Z Downloaded zerotrie v0.2.3
3302026-06-11T16:12:47.992Z Downloaded proc-macro-error v1.0.4
3312026-06-11T16:12:47.992Z Downloaded errno v0.3.14
3322026-06-11T16:12:47.992Z Downloaded serde_core v1.0.228
3332026-06-11T16:12:47.992Z Downloaded quote v1.0.45
3342026-06-11T16:12:47.993Z Downloaded dtrace-parser v0.2.0
3352026-06-11T16:12:47.993Z Downloaded camino-tempfile v1.4.1
3362026-06-11T16:12:47.993Z Downloaded anstyle-query v1.1.5
3372026-06-11T16:12:47.993Z Downloaded zerocopy v0.7.35
3382026-06-11T16:12:47.993Z Downloaded zerovec v0.11.5
3392026-06-11T16:12:47.993Z Downloaded strsim v0.11.1
3402026-06-11T16:12:47.993Z Downloaded pretty-hex v0.4.1
3412026-06-11T16:12:47.993Z Downloaded plain v0.2.3
3422026-06-11T16:12:47.993Z Downloaded generic-array v0.14.7
3432026-06-11T16:12:47.993Z Downloaded equivalent v1.0.2
3442026-06-11T16:12:47.993Z Downloaded cpufeatures v0.2.17
3452026-06-11T16:12:47.993Z Downloaded fnv v1.0.7
3462026-06-11T16:12:47.993Z Downloaded ordered-float v2.10.1
3472026-06-11T16:12:47.993Z Downloaded colorchoice v1.0.4
3482026-06-11T16:12:47.993Z Downloaded pest_meta v2.8.6
3492026-06-11T16:12:47.993Z Downloaded winnow v0.7.14
3502026-06-11T16:12:47.993Z Downloaded once_cell v1.21.3
3512026-06-11T16:12:47.993Z Downloaded anstyle v1.0.14
3522026-06-11T16:12:47.993Z Downloaded icu_locale_core v2.1.1
3532026-06-11T16:12:47.993Z Downloaded heck v0.4.1
3542026-06-11T16:12:47.993Z Downloaded cargo-util-schemas v0.8.2
3552026-06-11T16:12:47.993Z Downloaded unicode-width v0.2.0
3562026-06-11T16:12:47.993Z Downloaded unicode-width v0.1.14
3572026-06-11T16:12:47.993Z Downloaded cargo_toml v0.21.0
3582026-06-11T16:12:47.993Z Downloaded serde_spanned v0.6.9
3592026-06-11T16:12:47.993Z Downloaded erased-serde v0.4.9
3602026-06-11T16:12:47.994Z Downloaded byteorder v1.5.0
3612026-06-11T16:12:47.994Z Downloaded clap_derive v4.6.1
3622026-06-11T16:12:47.994Z Downloaded scroll v0.12.0
3632026-06-11T16:12:47.994Z Downloaded synstructure v0.13.2
3642026-06-11T16:12:47.994Z Downloaded sha2 v0.10.9
3652026-06-11T16:12:47.994Z Downloaded smawk v0.3.2
3662026-06-11T16:12:47.994Z Downloaded log v0.4.29
3672026-06-11T16:12:47.994Z Downloaded icu_collections v2.1.1
3682026-06-11T16:12:47.994Z Downloaded fs-err v3.3.0
3692026-06-11T16:12:47.994Z Downloaded pest_derive v2.8.6
3702026-06-11T16:12:47.994Z Downloaded smallvec v1.15.1
3712026-06-11T16:12:47.994Z Downloaded serde_tokenstream v0.2.3
3722026-06-11T16:12:47.994Z Downloaded semver v1.0.28
3732026-06-11T16:12:47.994Z Downloaded pest_generator v2.8.6
3742026-06-11T16:12:47.994Z Downloaded bitflags v2.11.0
3752026-06-11T16:12:47.994Z Downloaded serde-value v0.7.0
3762026-06-11T16:12:47.994Z Downloaded tempfile v3.25.0
3772026-06-11T16:12:47.994Z Downloaded getrandom v0.4.1
3782026-06-11T16:12:47.994Z Downloaded serde_derive v1.0.228
3792026-06-11T16:12:47.994Z Downloaded icu_provider v2.1.1
3802026-06-11T16:12:47.994Z Downloaded icu_properties v2.1.2
3812026-06-11T16:12:47.994Z Downloaded proc-macro2 v1.0.106
3822026-06-11T16:12:47.994Z Downloaded papergrid v0.11.0
3832026-06-11T16:12:47.994Z Downloaded clap v4.6.1
3842026-06-11T16:12:47.994Z Downloaded icu_normalizer v2.1.1
3852026-06-11T16:12:47.994Z Downloaded memchr v2.8.0
3862026-06-11T16:12:47.994Z Downloaded serde v1.0.228
3872026-06-11T16:12:47.995Z Downloaded indexmap v2.14.0
3882026-06-11T16:12:47.995Z Downloaded pest v2.8.6
3892026-06-11T16:12:47.995Z Downloaded idna v1.1.0
3902026-06-11T16:12:47.995Z Downloaded icu_properties_data v2.1.2
3912026-06-11T16:12:47.995Z Downloaded serde_json v1.0.149
3922026-06-11T16:12:47.995Z Downloaded hashbrown v0.17.0
3932026-06-11T16:12:47.995Z Downloaded clap_builder v4.6.0
3942026-06-11T16:12:47.995Z Downloaded goblin v0.8.2
3952026-06-11T16:12:47.995Z Downloaded tabled v0.15.0
3962026-06-11T16:12:47.995Z Downloaded syn v1.0.109
3972026-06-11T16:12:47.995Z Downloaded syn v2.0.117
3982026-06-11T16:12:47.995Z Downloaded rustix v1.1.3
3992026-06-11T16:12:47.995Z Downloaded libc v0.2.185
4002026-06-11T16:12:47.995Z Compiling proc-macro2 v1.0.106
4012026-06-11T16:12:47.995Z Compiling unicode-ident v1.0.24
4022026-06-11T16:12:47.995Z Compiling quote v1.0.45
4032026-06-11T16:12:47.995Z Compiling serde_core v1.0.228
4042026-06-11T16:12:47.995Z Compiling libc v0.2.185
4052026-06-11T16:12:47.995Z Compiling version_check v0.9.5
4062026-06-11T16:12:47.995Z Compiling serde v1.0.228
4072026-06-11T16:12:47.995Z Compiling memchr v2.8.0
4082026-06-11T16:12:47.995Z Compiling stable_deref_trait v1.2.1
4092026-06-11T16:12:47.995Z Compiling zmij v1.0.21
4102026-06-11T16:12:47.995Z Compiling autocfg v1.5.0
4112026-06-11T16:12:47.995Z Compiling itoa v1.0.17
4122026-06-11T16:12:47.995Z Compiling ucd-trie v0.1.7
4132026-06-11T16:12:47.995Z Compiling thiserror v1.0.69
4142026-06-11T16:12:47.995Z Compiling writeable v0.6.2
4152026-06-11T16:12:48.157Z Compiling litemap v0.8.1
4162026-06-11T16:12:48.249Z Compiling byteorder v1.5.0
4172026-06-11T16:12:48.554Z Compiling icu_properties_data v2.1.2
4182026-06-11T16:12:48.577Z Compiling pest v2.8.6
4192026-06-11T16:12:48.577Z Compiling rustix v1.1.3
4202026-06-11T16:12:48.577Z Compiling icu_normalizer_data v2.1.1
4212026-06-11T16:12:48.577Z Compiling bitflags v2.11.0
4222026-06-11T16:12:48.577Z Compiling serde_json v1.0.149
4232026-06-11T16:12:48.577Z Compiling num-traits v0.2.19
4242026-06-11T16:12:48.648Z Compiling typeid v1.0.3
4252026-06-11T16:12:49.079Z Compiling hashbrown v0.17.0
4262026-06-11T16:12:49.091Z Compiling equivalent v1.0.2
4272026-06-11T16:12:49.091Z Compiling smallvec v1.15.1
4282026-06-11T16:12:49.091Z Compiling proc-macro-error-attr v1.0.4
4292026-06-11T16:12:49.091Z Compiling usdt-impl v0.5.0
4302026-06-11T16:12:49.092Z Compiling winnow v0.7.14
4312026-06-11T16:12:49.092Z Compiling toml_write v0.1.2
4322026-06-11T16:12:49.092Z Compiling erased-serde v0.4.9
4332026-06-11T16:12:49.092Z Compiling syn v1.0.109
4342026-06-11T16:12:49.092Z Compiling errno v0.3.14
4352026-06-11T16:12:49.095Z Compiling thread-id v4.2.2
4362026-06-11T16:12:49.178Z Compiling indexmap v2.14.0
4372026-06-11T16:12:49.234Z Compiling proc-macro-error v1.0.4
4382026-06-11T16:12:49.263Z Compiling log v0.4.29
4392026-06-11T16:12:49.263Z Compiling utf8_iter v1.0.4
4402026-06-11T16:12:49.334Z Compiling camino v1.2.2
4412026-06-11T16:12:49.373Z Compiling thiserror v2.0.18
4422026-06-11T16:12:49.853Z Compiling getrandom v0.4.1
4432026-06-11T16:12:49.876Z Compiling utf8parse v0.2.2
4442026-06-11T16:12:49.876Z Compiling syn v2.0.117
4452026-06-11T16:12:49.876Z Compiling percent-encoding v2.3.2
4462026-06-11T16:12:49.876Z Compiling pest_meta v2.8.6
4472026-06-11T16:12:49.876Z Compiling plain v0.2.3
4482026-06-11T16:12:49.876Z Compiling anstyle-parse v1.0.0
4492026-06-11T16:12:49.876Z Compiling form_urlencoded v1.2.2
4502026-06-11T16:12:49.876Z Compiling ordered-float v2.10.1
4512026-06-11T16:12:49.876Z Compiling colorchoice v1.0.4
4522026-06-11T16:12:49.894Z Compiling anstyle v1.0.14
4532026-06-11T16:12:49.916Z Compiling cfg-if v1.0.4
4542026-06-11T16:12:49.929Z Compiling anstyle-query v1.1.5
4552026-06-11T16:12:50.122Z Compiling is_terminal_polyfill v1.70.2
4562026-06-11T16:12:50.139Z Compiling pretty-hex v0.4.1
4572026-06-11T16:12:50.139Z Compiling fs-err v3.3.0
4582026-06-11T16:12:50.139Z Compiling anstream v1.0.0
4592026-06-11T16:12:50.139Z Compiling clap_lex v1.0.0
4602026-06-11T16:12:50.139Z Compiling bytecount v0.6.9
4612026-06-11T16:12:50.155Z Compiling heck v0.5.0
4622026-06-11T16:12:50.174Z Compiling once_cell v1.21.3
4632026-06-11T16:12:50.220Z Compiling terminal_size v0.4.3
4642026-06-11T16:12:50.404Z Compiling semver v1.0.28
4652026-06-11T16:12:50.443Z Compiling unicode-xid v0.2.6
4662026-06-11T16:12:50.460Z Compiling heck v0.4.1
4672026-06-11T16:12:50.461Z Compiling anyhow v1.0.102
4682026-06-11T16:12:50.482Z Compiling fnv v1.0.7
4692026-06-11T16:12:50.632Z Compiling strsim v0.11.1
4702026-06-11T16:12:50.656Z Compiling fastrand v2.3.0
4712026-06-11T16:12:50.657Z Compiling unicode-width v0.1.14
4722026-06-11T16:12:50.668Z Compiling memmap v0.7.0
4732026-06-11T16:12:50.690Z Compiling unicode-linebreak v0.1.5
4742026-06-11T16:12:50.854Z Compiling serde-untagged v0.1.9
4752026-06-11T16:12:50.873Z Compiling tempfile v3.25.0
4762026-06-11T16:12:50.873Z Compiling clap_builder v4.6.0
4772026-06-11T16:12:50.873Z Compiling smawk v0.3.2
4782026-06-11T16:12:50.873Z Compiling papergrid v0.11.0
4792026-06-11T16:12:50.887Z Compiling unicode-width v0.2.0
4802026-06-11T16:12:51.038Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-11T16:12:51.052Z Compiling swrite v0.1.0
4822026-06-11T16:12:51.052Z Compiling camino-tempfile v1.4.1
4832026-06-11T16:12:51.265Z Compiling textwrap v0.16.2
4842026-06-11T16:12:51.443Z Compiling tabled_derive v0.7.0
4852026-06-11T16:12:52.087Z Compiling synstructure v0.13.2
4862026-06-11T16:12:52.087Z Compiling pest_generator v2.8.6
4872026-06-11T16:12:52.144Z Compiling tabled v0.15.0
4882026-06-11T16:12:52.574Z Compiling serde_derive v1.0.228
4892026-06-11T16:12:52.578Z Compiling zerofrom-derive v0.1.6
4902026-06-11T16:12:52.578Z Compiling yoke-derive v0.8.1
4912026-06-11T16:12:52.578Z Compiling zerovec-derive v0.11.2
4922026-06-11T16:12:52.578Z Compiling displaydoc v0.2.5
4932026-06-11T16:12:52.578Z Compiling thiserror-impl v1.0.69
4942026-06-11T16:12:52.578Z Compiling zerocopy-derive v0.7.35
4952026-06-11T16:12:52.643Z Compiling scroll_derive v0.12.1
4962026-06-11T16:12:52.647Z Compiling thiserror-impl v2.0.18
4972026-06-11T16:12:52.647Z Compiling clap_derive v4.6.1
4982026-06-11T16:12:52.647Z Compiling pest_derive v2.8.6
4992026-06-11T16:12:53.410Z Compiling scroll v0.12.0
5002026-06-11T16:12:53.500Z Compiling zerocopy v0.7.35
5012026-06-11T16:12:53.880Z Compiling zerofrom v0.1.6
5022026-06-11T16:12:53.891Z Compiling goblin v0.8.2
5032026-06-11T16:12:53.891Z Compiling yoke v0.8.1
5042026-06-11T16:12:53.891Z Compiling dtrace-parser v0.2.0
5052026-06-11T16:12:53.891Z Compiling zerovec v0.11.5
5062026-06-11T16:12:53.891Z Compiling zerotrie v0.2.3
5072026-06-11T16:12:54.193Z Compiling clap v4.6.1
5082026-06-11T16:12:55.247Z Compiling tinystr v0.8.2
5092026-06-11T16:12:55.247Z Compiling potential_utf v0.1.4
5102026-06-11T16:12:55.253Z Compiling icu_collections v2.1.1
5112026-06-11T16:12:55.253Z Compiling icu_locale_core v2.1.1
5122026-06-11T16:12:55.253Z Compiling icu_provider v2.1.1
5132026-06-11T16:12:55.253Z Compiling toml_datetime v0.6.11
5142026-06-11T16:12:55.253Z Compiling serde_spanned v0.6.9
5152026-06-11T16:12:55.253Z Compiling serde-value v0.7.0
5162026-06-11T16:12:55.253Z Compiling cargo-platform v0.2.0
5172026-06-11T16:12:55.253Z Compiling macaddr v1.0.1
5182026-06-11T16:12:55.253Z Compiling dof v0.3.0
5192026-06-11T16:12:55.253Z Compiling serde_tokenstream v0.2.3
5202026-06-11T16:12:55.253Z Compiling icu_normalizer v2.1.1
5212026-06-11T16:12:55.253Z Compiling icu_properties v2.1.2
5222026-06-11T16:12:55.824Z Compiling toml_edit v0.22.27
5232026-06-11T16:12:55.855Z Compiling usdt-macro v0.5.0
5242026-06-11T16:12:55.855Z Compiling usdt-attr-macro v0.5.0
5252026-06-11T16:12:56.114Z Compiling idna_adapter v1.2.1
5262026-06-11T16:12:56.167Z Compiling idna v1.1.0
5272026-06-11T16:12:56.416Z Compiling usdt v0.5.0
5282026-06-11T16:12:56.437Z Compiling url v2.5.8
5292026-06-11T16:12:56.627Z Compiling toml v0.8.23
5302026-06-11T16:12:56.941Z Compiling cargo-util-schemas v0.8.2
5312026-06-11T16:12:56.941Z Compiling cargo_toml v0.21.0
5322026-06-11T16:12:57.728Z Compiling cargo_metadata v0.21.0
5332026-06-11T16:12:58.640Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-11T16:13:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.51s
5352026-06-11T16:13:00.988Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-11T16:13:01.537Z Downloading crates ...
5372026-06-11T16:13:01.635Z Downloaded adler2 v2.0.1
5382026-06-11T16:13:01.639Z Downloaded anstream v0.6.21
5392026-06-11T16:13:01.649Z Downloaded aead v0.5.2
5402026-06-11T16:13:01.656Z Downloaded crunchy v0.2.4
5412026-06-11T16:13:01.659Z Downloaded crucible-workspace-hack v0.1.0
5422026-06-11T16:13:01.664Z Downloaded anstyle-parse v0.2.7
5432026-06-11T16:13:01.667Z Downloaded dunce v1.0.5
5442026-06-11T16:13:01.667Z Downloaded cargo_metadata v0.23.1
5452026-06-11T16:13:01.672Z Downloaded ena v0.14.4
5462026-06-11T16:13:01.675Z Downloaded derive-ex v0.1.8
5472026-06-11T16:13:01.678Z Downloaded darling_macro v0.21.3
5482026-06-11T16:13:01.678Z Downloaded darling v0.20.11
5492026-06-11T16:13:01.680Z Downloaded cfg_aliases v0.2.1
5502026-06-11T16:13:01.680Z Downloaded atty v0.2.14
5512026-06-11T16:13:01.683Z Downloaded foreign-types v0.5.0
5522026-06-11T16:13:01.683Z Downloaded fixedbitset v0.4.2
5532026-06-11T16:13:01.683Z Downloaded ff v0.13.1
5542026-06-11T16:13:01.686Z Downloaded ciborium-io v0.2.2
5552026-06-11T16:13:01.686Z Downloaded cfg_aliases v0.1.1
5562026-06-11T16:13:01.689Z Downloaded ahash v0.8.12
5572026-06-11T16:13:01.694Z Downloaded der_derive v0.7.3
5582026-06-11T16:13:01.697Z Downloaded ctr v0.9.2
5592026-06-11T16:13:01.700Z Downloaded cobs v0.3.0
5602026-06-11T16:13:01.700Z Downloaded curve25519-dalek-derive v0.1.1
5612026-06-11T16:13:01.705Z Downloaded cexpr v0.6.0
5622026-06-11T16:13:01.709Z Downloaded atomicwrites v0.4.4
5632026-06-11T16:13:01.709Z Downloaded backoff v0.4.0
5642026-06-11T16:13:01.716Z Downloaded bb8 v0.8.6
5652026-06-11T16:13:01.719Z Downloaded crc v3.4.0
5662026-06-11T16:13:01.719Z Downloaded block-padding v0.3.3
5672026-06-11T16:13:01.726Z Downloaded chacha20 v0.9.1
5682026-06-11T16:13:01.730Z Downloaded cassowary v0.3.0
5692026-06-11T16:13:01.730Z Downloaded dtrace-parser v0.3.0
5702026-06-11T16:13:01.733Z Downloaded embedded-io v0.4.0
5712026-06-11T16:13:01.733Z Downloaded csv-core v0.1.13
5722026-06-11T16:13:01.736Z Downloaded bitfield-struct v0.6.2
5732026-06-11T16:13:01.739Z Downloaded dirs-sys-next v0.1.2
5742026-06-11T16:13:01.739Z Downloaded ciborium-ll v0.2.2
5752026-06-11T16:13:01.741Z Downloaded arrayref v0.3.9
5762026-06-11T16:13:01.745Z Downloaded bitfield v0.19.4
5772026-06-11T16:13:01.748Z Downloaded dsl_auto_type v0.2.0
5782026-06-11T16:13:01.755Z Downloaded bitfield-macros v0.19.4
5792026-06-11T16:13:01.759Z Downloaded async-recursion v1.1.1
5802026-06-11T16:13:01.759Z Downloaded darling_core v0.20.11
5812026-06-11T16:13:01.762Z Downloaded crc8 v0.1.1
5822026-06-11T16:13:01.762Z Downloaded castaway v0.2.4
5832026-06-11T16:13:01.762Z Downloaded atomic-waker v1.1.2
5842026-06-11T16:13:01.766Z Downloaded array-init v0.0.4
5852026-06-11T16:13:01.766Z Downloaded difflib v0.4.0
5862026-06-11T16:13:01.770Z Downloaded dropshot-api-manager-types v0.7.2
5872026-06-11T16:13:01.772Z Downloaded dof v0.4.0
5882026-06-11T16:13:01.772Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-06-11T16:13:01.772Z Downloaded assert_matches v1.5.0
5902026-06-11T16:13:01.775Z Downloaded bit-set v0.5.3
5912026-06-11T16:13:01.775Z Downloaded enum-as-inner v0.6.1
5922026-06-11T16:13:01.778Z Downloaded convert_case v0.4.0
5932026-06-11T16:13:01.778Z Downloaded bit-set v0.8.0
5942026-06-11T16:13:01.781Z Downloaded compression-core v0.4.31
5952026-06-11T16:13:01.781Z Downloaded bcrypt-pbkdf v0.10.0
5962026-06-11T16:13:01.781Z Downloaded ascii-canvas v3.0.0
5972026-06-11T16:13:01.781Z Downloaded display-error-chain v0.2.2
5982026-06-11T16:13:01.784Z Downloaded darling_macro v0.23.0
5992026-06-11T16:13:01.784Z Downloaded darling_macro v0.13.4
6002026-06-11T16:13:01.784Z Downloaded crc-catalog v2.4.0
6012026-06-11T16:13:01.787Z Downloaded console v0.15.11
6022026-06-11T16:13:01.790Z Downloaded daft-derive v0.1.7
6032026-06-11T16:13:01.793Z Downloaded bit-vec v0.6.3
6042026-06-11T16:13:01.793Z Downloaded deranged v0.5.8
6052026-06-11T16:13:01.796Z Downloaded async-stream v0.3.6
6062026-06-11T16:13:01.796Z Downloaded bcs v0.1.6
6072026-06-11T16:13:01.799Z Downloaded defmt-parser v1.0.0
6082026-06-11T16:13:01.802Z Downloaded foreign-types-macros v0.2.3
6092026-06-11T16:13:01.802Z Downloaded float-cmp v0.10.0
6102026-06-11T16:13:01.819Z Downloaded float-ord v0.3.2
6112026-06-11T16:13:01.819Z Downloaded camino-tempfile-ext v0.3.3
6122026-06-11T16:13:01.819Z Downloaded aes v0.8.4
6132026-06-11T16:13:01.819Z Downloaded blowfish v0.9.1
6142026-06-11T16:13:01.819Z Downloaded base64ct v1.8.3
6152026-06-11T16:13:01.819Z Downloaded foreign-types v0.3.2
6162026-06-11T16:13:01.819Z Downloaded futures-task v0.3.32
6172026-06-11T16:13:01.819Z Downloaded env_filter v1.0.0
6182026-06-11T16:13:01.819Z Downloaded async-trait v0.1.89
6192026-06-11T16:13:01.819Z Downloaded futures-sink v0.3.32
6202026-06-11T16:13:01.819Z Downloaded foreign-types-shared v0.3.1
6212026-06-11T16:13:01.819Z Downloaded dirs-next v2.0.0
6222026-06-11T16:13:01.819Z Downloaded cstr-argument v0.1.2
6232026-06-11T16:13:01.819Z Downloaded foreign-types-shared v0.1.1
6242026-06-11T16:13:01.819Z Downloaded debug-ignore v1.0.5
6252026-06-11T16:13:01.823Z Downloaded dyn-clone v1.0.20
6262026-06-11T16:13:01.823Z Downloaded futures-core v0.3.32
6272026-06-11T16:13:01.823Z Downloaded fd-lock v4.0.4
6282026-06-11T16:13:01.823Z Downloaded endian-type v0.1.2
6292026-06-11T16:13:01.823Z Downloaded document-features v0.2.12
6302026-06-11T16:13:01.827Z Downloaded futures-io v0.3.32
6312026-06-11T16:13:01.827Z Downloaded derive_builder_macro v0.20.2
6322026-06-11T16:13:01.827Z Downloaded darling_macro v0.20.11
6332026-06-11T16:13:01.827Z Downloaded const_format_proc_macros v0.2.34
6342026-06-11T16:13:01.830Z Downloaded git-stub v1.0.0
6352026-06-11T16:13:01.830Z Downloaded funty v2.0.0
6362026-06-11T16:13:01.830Z Downloaded ghash v0.5.1
6372026-06-11T16:13:01.830Z Downloaded fallible-iterator v0.2.0
6382026-06-11T16:13:01.833Z Downloaded daft v0.1.7
6392026-06-11T16:13:01.833Z Downloaded crossbeam-epoch v0.9.18
6402026-06-11T16:13:01.836Z Downloaded foldhash v0.1.5
6412026-06-11T16:13:01.836Z Downloaded compression-codecs v0.4.37
6422026-06-11T16:13:01.844Z Downloaded constant_time_eq v0.4.2
6432026-06-11T16:13:01.844Z Downloaded async-stream-impl v0.3.6
6442026-06-11T16:13:01.844Z Downloaded cmake v0.1.57
6452026-06-11T16:13:01.844Z Downloaded cpufeatures v0.3.0
6462026-06-11T16:13:01.845Z Downloaded blake2 v0.10.6
6472026-06-11T16:13:01.845Z Downloaded cbc v0.1.2
6482026-06-11T16:13:01.845Z Downloaded argon2 v0.5.3
6492026-06-11T16:13:01.847Z Downloaded buf-list v1.1.2
6502026-06-11T16:13:01.848Z Downloaded cipher v0.4.4
6512026-06-11T16:13:01.848Z Downloaded arrayvec v0.7.6
6522026-06-11T16:13:01.851Z Downloaded colored v3.1.1
6532026-06-11T16:13:01.851Z Downloaded gethostname v0.5.0
6542026-06-11T16:13:01.854Z Downloaded globwalk v0.9.1
6552026-06-11T16:13:01.854Z Downloaded fxhash v0.2.1
6562026-06-11T16:13:01.854Z Downloaded futures-macro v0.3.32
6572026-06-11T16:13:01.854Z Downloaded clang-sys v1.8.1
6582026-06-11T16:13:01.857Z Downloaded cargo-platform v0.3.2
6592026-06-11T16:13:01.857Z Downloaded base16ct v0.2.0
6602026-06-11T16:13:01.857Z Downloaded flagset v0.4.7
6612026-06-11T16:13:01.860Z Downloaded defmt v0.3.100
6622026-06-11T16:13:01.860Z Downloaded filetime v0.2.27
6632026-06-11T16:13:01.860Z Downloaded foldhash v0.2.0
6642026-06-11T16:13:01.872Z Downloaded corncobs v0.1.4
6652026-06-11T16:13:01.872Z Downloaded convert_case v0.10.0
6662026-06-11T16:13:01.872Z Downloaded bit-vec v0.8.0
6672026-06-11T16:13:01.872Z Downloaded either v1.15.0
6682026-06-11T16:13:01.872Z Downloaded ed25519 v2.2.3
6692026-06-11T16:13:01.872Z Downloaded critical-section v1.2.0
6702026-06-11T16:13:01.877Z Downloaded hash32 v0.2.1
6712026-06-11T16:13:01.877Z Downloaded bitflags v1.3.2
6722026-06-11T16:13:01.877Z Downloaded async-bb8-diesel v0.2.1
6732026-06-11T16:13:01.877Z Downloaded hash32 v0.3.1
6742026-06-11T16:13:01.877Z Downloaded downcast-rs v2.0.2
6752026-06-11T16:13:01.877Z Downloaded data-encoding v2.10.0
6762026-06-11T16:13:01.877Z Downloaded crossbeam-deque v0.8.6
6772026-06-11T16:13:01.881Z Downloaded allocator-api2 v0.2.21
6782026-06-11T16:13:01.881Z Downloaded bzip2 v0.6.1
6792026-06-11T16:13:01.881Z Downloaded des v0.8.1
6802026-06-11T16:13:01.881Z Downloaded darling v0.13.4
6812026-06-11T16:13:01.885Z Downloaded cookie_store v0.22.1
6822026-06-11T16:13:01.885Z Downloaded darling v0.21.3
6832026-06-11T16:13:01.888Z Downloaded globset v0.4.18
6842026-06-11T16:13:01.888Z Downloaded defmt-macros v1.0.1
6852026-06-11T16:13:01.891Z Downloaded git-stub-vcs v0.1.0
6862026-06-11T16:13:01.891Z Downloaded env_logger v0.11.9
6872026-06-11T16:13:01.894Z Downloaded httpdate v1.0.3
6882026-06-11T16:13:01.894Z Downloaded derive_builder_core v0.20.2
6892026-06-11T16:13:01.894Z Downloaded home v0.5.12
6902026-06-11T16:13:01.897Z Downloaded hex-literal v0.4.1
6912026-06-11T16:13:01.897Z Downloaded headers-core v0.3.0
6922026-06-11T16:13:01.897Z Downloaded hex v0.4.3
6932026-06-11T16:13:01.897Z Downloaded hostname v0.4.2
6942026-06-11T16:13:01.900Z Downloaded hostname v0.3.1
6952026-06-11T16:13:01.900Z Downloaded hyper-tls v0.6.0
6962026-06-11T16:13:01.903Z Downloaded hubpack_derive v0.1.1
6972026-06-11T16:13:01.910Z Downloaded const-oid v0.9.6
6982026-06-11T16:13:01.913Z Downloaded bzip2 v0.4.4
6992026-06-11T16:13:01.915Z Downloaded backon v1.6.0
7002026-06-11T16:13:01.918Z Downloaded hubpack v0.1.2
7012026-06-11T16:13:01.918Z Downloaded glob v0.3.3
7022026-06-11T16:13:01.918Z Downloaded embedded-io v0.6.1
7032026-06-11T16:13:01.921Z Downloaded byte-wrapper v0.1.0
7042026-06-11T16:13:01.924Z Downloaded futures-executor v0.3.32
7052026-06-11T16:13:01.926Z Downloaded fs_extra v1.3.0
7062026-06-11T16:13:01.926Z Downloaded ident_case v1.0.1
7072026-06-11T16:13:01.927Z Downloaded http-range v0.1.5
7082026-06-11T16:13:01.927Z Downloaded http-body v1.0.1
7092026-06-11T16:13:01.930Z Downloaded fs-err v2.11.0
7102026-06-11T16:13:01.930Z Downloaded inout v0.1.4
7112026-06-11T16:13:01.930Z Downloaded illumos-nvpair-sys v0.2.0
7122026-06-11T16:13:01.933Z Downloaded chacha20poly1305 v0.10.1
7132026-06-11T16:13:01.933Z Downloaded chacha20 v0.10.0
7142026-06-11T16:13:01.938Z Downloaded cancel-safe-futures v0.1.5
7152026-06-11T16:13:01.938Z Downloaded diesel-dtrace v0.5.0
7162026-06-11T16:13:01.941Z Downloaded derive_builder v0.20.2
7172026-06-11T16:13:01.941Z Downloaded internet-checksum v0.2.1
7182026-06-11T16:13:01.941Z Downloaded defmt v1.0.1
7192026-06-11T16:13:01.944Z Downloaded diff v0.1.13
7202026-06-11T16:13:01.947Z Downloaded group v0.13.0
7212026-06-11T16:13:01.947Z Downloaded bytes v1.11.1
7222026-06-11T16:13:01.950Z Downloaded colored v2.2.0
7232026-06-11T16:13:01.950Z Downloaded kstat-rs v0.2.4
7242026-06-11T16:13:01.952Z Downloaded is-terminal v0.4.17
7252026-06-11T16:13:01.955Z Downloaded illumos-nvpair v0.3.0
7262026-06-11T16:13:01.955Z Downloaded instability v0.3.11
7272026-06-11T16:13:01.958Z Downloaded libscf-sys v1.2.0
7282026-06-11T16:13:01.958Z Downloaded lazy_static v1.5.0
7292026-06-11T16:13:01.961Z Downloaded is_ci v1.2.0
7302026-06-11T16:13:01.961Z Downloaded instant v0.1.13
7312026-06-11T16:13:01.964Z Downloaded darling_core v0.13.4
7322026-06-11T16:13:01.968Z Downloaded futures-channel v0.3.32
7332026-06-11T16:13:01.972Z Downloaded getrandom v0.2.17
7342026-06-11T16:13:01.975Z Downloaded fixedbitset v0.5.7
7352026-06-11T16:13:01.978Z Downloaded crossbeam-utils v0.8.21
7362026-06-11T16:13:01.978Z Downloaded erased-serde v0.3.31
7372026-06-11T16:13:01.981Z Downloaded indent_write v2.2.0
7382026-06-11T16:13:01.983Z Downloaded mime v0.3.17
7392026-06-11T16:13:01.983Z Downloaded lru-slab v0.1.2
7402026-06-11T16:13:01.983Z Downloaded lalrpop-util v0.19.12
7412026-06-11T16:13:01.986Z Downloaded find-msvc-tools v0.1.9
7422026-06-11T16:13:01.986Z Downloaded arc-swap v1.8.2
7432026-06-11T16:13:01.989Z Downloaded crc-any v2.5.0
7442026-06-11T16:13:01.992Z Downloaded impl-trait-for-tuples v0.2.3
7452026-06-11T16:13:01.992Z Downloaded derive-where v1.6.0
7462026-06-11T16:13:01.994Z Downloaded cookie v0.18.1
7472026-06-11T16:13:01.997Z Downloaded ciborium v0.2.2
7482026-06-11T16:13:02.000Z Downloaded md-5 v0.10.6
7492026-06-11T16:13:02.003Z Downloaded memoffset v0.9.1
7502026-06-11T16:13:02.003Z Downloaded md5 v0.7.0
7512026-06-11T16:13:02.003Z Downloaded managed v0.8.0
7522026-06-11T16:13:02.006Z Downloaded lru-cache v0.1.2
7532026-06-11T16:13:02.006Z Downloaded ar_archive_writer v0.5.1
7542026-06-11T16:13:02.009Z Downloaded ingot v0.1.1
7552026-06-11T16:13:02.009Z Downloaded match_cfg v0.1.0
7562026-06-11T16:13:02.009Z Downloaded maybe-uninit v2.0.0
7572026-06-11T16:13:02.009Z Downloaded lzss v0.8.2
7582026-06-11T16:13:02.012Z Downloaded lru v0.12.5
7592026-06-11T16:13:02.012Z Downloaded ecdsa v0.16.9
7602026-06-11T16:13:02.015Z Downloaded newline-converter v0.3.0
7612026-06-11T16:13:02.015Z Downloaded new_debug_unreachable v1.0.6
7622026-06-11T16:13:02.015Z Downloaded nibble_vec v0.1.0
7632026-06-11T16:13:02.019Z Downloaded indoc v2.0.7
7642026-06-11T16:13:02.019Z Downloaded http-body-util v0.1.3
7652026-06-11T16:13:02.022Z Downloaded console v0.16.2
7662026-06-11T16:13:02.025Z Downloaded newtype_derive v0.1.6
7672026-06-11T16:13:02.027Z Downloaded multimap v0.10.1
7682026-06-11T16:13:02.028Z Downloaded keccak v0.1.6
7692026-06-11T16:13:02.028Z Downloaded nodrop v0.1.14
7702026-06-11T16:13:02.030Z Downloaded derive_more v0.99.20
7712026-06-11T16:13:02.033Z Downloaded libsw-core v0.3.2
7722026-06-11T16:13:02.033Z Downloaded linked-hash-map v0.5.6
7732026-06-11T16:13:02.033Z Downloaded nonempty v0.12.0
7742026-06-11T16:13:02.036Z Downloaded libsw v3.5.0
7752026-06-11T16:13:02.036Z Downloaded libloading v0.8.9
7762026-06-11T16:13:02.039Z Downloaded normalize-line-endings v0.3.0
7772026-06-11T16:13:02.039Z Downloaded hyper-staticfile v0.10.1
7782026-06-11T16:13:02.039Z Downloaded num_threads v0.1.7
7792026-06-11T16:13:02.042Z Downloaded compact_str v0.8.1
7802026-06-11T16:13:02.042Z Downloaded num-conv v0.2.0
7812026-06-11T16:13:02.045Z Downloaded num v0.4.3
7822026-06-11T16:13:02.045Z Downloaded half v1.8.3
7832026-06-11T16:13:02.045Z Downloaded libefi-sys v0.1.0
7842026-06-11T16:13:02.048Z Downloaded newtype-uuid-macros v0.1.0
7852026-06-11T16:13:02.048Z Downloaded num-derive v0.4.2
7862026-06-11T16:13:02.048Z Downloaded linear-map v1.2.0
7872026-06-11T16:13:02.051Z Downloaded indoc v1.0.9
7882026-06-11T16:13:02.051Z Downloaded jobserver v0.1.34
7892026-06-11T16:13:02.055Z Downloaded crc32fast v1.5.0
7902026-06-11T16:13:02.055Z Downloaded highway v1.3.0
7912026-06-11T16:13:02.068Z Downloaded openssl-probe v0.1.6
7922026-06-11T16:13:02.071Z Downloaded opaque-debug v0.3.1
7932026-06-11T16:13:02.071Z Downloaded olpc-cjson v0.1.4
7942026-06-11T16:13:02.071Z Downloaded humantime v2.3.0
7952026-06-11T16:13:02.074Z Downloaded half v2.7.1
7962026-06-11T16:13:02.074Z Downloaded httparse v1.10.1
7972026-06-11T16:13:02.077Z Downloaded hmac v0.12.1
7982026-06-11T16:13:02.077Z Downloaded hyper-rustls v0.27.7
7992026-06-11T16:13:02.080Z Downloaded num_enum_derive v0.5.11
8002026-06-11T16:13:02.080Z Downloaded openssl-macros v0.1.1
8012026-06-11T16:13:02.080Z Downloaded oso-derive v0.27.3
8022026-06-11T16:13:02.083Z Downloaded num-iter v0.1.45
8032026-06-11T16:13:02.083Z Downloaded fatfs v0.3.6
8042026-06-11T16:13:02.083Z Downloaded dropshot_endpoint v0.17.0
8052026-06-11T16:13:02.086Z Downloaded darling v0.23.0
8062026-06-11T16:13:02.089Z Downloaded newtype-uuid v1.3.2
8072026-06-11T16:13:02.092Z Downloaded crossbeam-channel v0.5.15
8082026-06-11T16:13:02.092Z Downloaded multer v3.1.0
8092026-06-11T16:13:02.094Z Downloaded ingot-macros v0.1.1
8102026-06-11T16:13:02.095Z Downloaded ipnetwork v0.21.1
8112026-06-11T16:13:02.097Z Downloaded ipnet v2.11.0
8122026-06-11T16:13:02.097Z Downloaded openssl-probe v0.2.1
8132026-06-11T16:13:02.097Z Downloaded maplit v1.0.2
8142026-06-11T16:13:02.100Z Downloaded lock_api v0.4.14
8152026-06-11T16:13:02.103Z Downloaded aho-corasick v1.1.4
8162026-06-11T16:13:02.106Z Downloaded drift v0.2.0
8172026-06-11T16:13:02.111Z Downloaded pbkdf2 v0.11.0
8182026-06-11T16:13:02.115Z Downloaded native-tls v0.2.18
8192026-06-11T16:13:02.115Z Downloaded nanorand v0.7.0
8202026-06-11T16:13:02.117Z Downloaded ingot-types v0.1.2
8212026-06-11T16:13:02.117Z Downloaded pbkdf2 v0.12.2
8222026-06-11T16:13:02.117Z Downloaded darling_core v0.21.3
8232026-06-11T16:13:02.120Z Downloaded flume v0.11.1
8242026-06-11T16:13:02.123Z Downloaded base64 v0.22.1
8252026-06-11T16:13:02.126Z Downloaded num-complex v0.4.6
8262026-06-11T16:13:02.126Z Downloaded parse-size v1.1.0
8272026-06-11T16:13:02.129Z Downloaded parse-display v0.10.0
8282026-06-11T16:13:02.129Z Downloaded mime_guess v2.0.5
8292026-06-11T16:13:02.129Z Downloaded iana-time-zone v0.1.65
8302026-06-11T16:13:02.131Z Downloaded getrandom v0.3.4
8312026-06-11T16:13:02.133Z Downloaded path-slash v0.1.5
8322026-06-11T16:13:02.133Z Downloaded phf_shared v0.11.3
8332026-06-11T16:13:02.136Z Downloaded phf_shared v0.12.1
8342026-06-11T16:13:02.136Z Downloaded peg-runtime v0.8.5
8352026-06-11T16:13:02.136Z Downloaded num-integer v0.1.46
8362026-06-11T16:13:02.139Z Downloaded litrs v1.0.0
8372026-06-11T16:13:02.139Z Downloaded futures v0.3.32
8382026-06-11T16:13:02.141Z Downloaded pin-utils v0.1.0
8392026-06-11T16:13:02.144Z Downloaded phf_shared v0.13.1
8402026-06-11T16:13:02.144Z Downloaded num_enum v0.5.11
8412026-06-11T16:13:02.146Z Downloaded base64 v0.21.7
8422026-06-11T16:13:02.151Z Downloaded memmap2 v0.9.10
8432026-06-11T16:13:02.154Z Downloaded owo-colors v4.3.0
8442026-06-11T16:13:02.154Z Downloaded elliptic-curve v0.13.8
8452026-06-11T16:13:02.157Z Downloaded indexmap v1.9.3
8462026-06-11T16:13:02.160Z Downloaded predicates-core v1.0.10
8472026-06-11T16:13:02.162Z Downloaded proc-macro-crate v1.3.1
8482026-06-11T16:13:02.165Z Downloaded num_enum_derive v0.7.6
8492026-06-11T16:13:02.165Z Downloaded num_enum v0.7.6
8502026-06-11T16:13:02.168Z Downloaded num-rational v0.4.2
8512026-06-11T16:13:02.168Z Downloaded const_format v0.2.35
8522026-06-11T16:13:02.171Z Downloaded predicates-tree v1.0.13
8532026-06-11T16:13:02.171Z Downloaded powerfmt v0.2.0
8542026-06-11T16:13:02.175Z Downloaded derive_more-impl v2.1.1
8552026-06-11T16:13:02.178Z Downloaded precomputed-hash v0.1.1
8562026-06-11T16:13:02.181Z Downloaded ed25519-dalek v2.2.0
8572026-06-11T16:13:02.184Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-06-11T16:13:02.184Z Downloaded oxnet v0.1.5
8592026-06-11T16:13:02.184Z Downloaded proc-macro-crate v3.4.0
8602026-06-11T16:13:02.186Z Downloaded oxide-tokio-rt v0.1.4
8612026-06-11T16:13:02.186Z Downloaded aes-gcm v0.10.3
8622026-06-11T16:13:02.189Z Downloaded progenitor-client v0.11.2
8632026-06-11T16:13:02.194Z Downloaded nu-ansi-term v0.50.3
8642026-06-11T16:13:02.197Z Downloaded packed_struct v0.10.1
8652026-06-11T16:13:02.197Z Downloaded peg v0.8.5
8662026-06-11T16:13:02.199Z Downloaded packed_struct_codegen v0.10.1
8672026-06-11T16:13:02.202Z Downloaded paste v1.0.15
8682026-06-11T16:13:02.202Z Downloaded psl-types v2.0.11
8692026-06-11T16:13:02.205Z Downloaded progenitor-macro v0.14.0
8702026-06-11T16:13:02.205Z Downloaded progenitor-macro v0.11.2
8712026-06-11T16:13:02.205Z Downloaded progenitor-client v0.14.0
8722026-06-11T16:13:02.205Z Downloaded parse-display-derive v0.10.0
8732026-06-11T16:13:02.210Z Downloaded headers v0.4.1
8742026-06-11T16:13:02.213Z Downloaded parking_lot_core v0.8.6
8752026-06-11T16:13:02.213Z Downloaded ignore v0.4.25
8762026-06-11T16:13:02.216Z Downloaded flate2 v1.1.9
8772026-06-11T16:13:02.216Z Downloaded heapless v0.8.0
8782026-06-11T16:13:02.218Z Downloaded peg-macros v0.8.5
8792026-06-11T16:13:02.221Z Downloaded progenitor-macro v0.13.0
8802026-06-11T16:13:02.221Z Downloaded quick-error v1.2.3
8812026-06-11T16:13:02.223Z Downloaded phf v0.12.1
8822026-06-11T16:13:02.223Z Downloaded pem-rfc7468 v0.7.0
8832026-06-11T16:13:02.223Z Downloaded pin-project-lite v0.2.17
8842026-06-11T16:13:02.226Z Downloaded pin-project-internal v1.1.11
8852026-06-11T16:13:02.229Z Downloaded radium v0.7.0
8862026-06-11T16:13:02.229Z Downloaded heapless v0.7.17
8872026-06-11T16:13:02.232Z Downloaded cc v1.2.56
8882026-06-11T16:13:02.235Z Downloaded crypto-bigint v0.5.5
8892026-06-11T16:13:02.238Z Downloaded bumpalo v3.20.2
8902026-06-11T16:13:02.241Z Downloaded pkcs8 v0.10.2
8912026-06-11T16:13:02.243Z Downloaded ppv-lite86 v0.2.21
8922026-06-11T16:13:02.243Z Downloaded poly1305 v0.8.0
8932026-06-11T16:13:02.245Z Downloaded pkg-config v0.3.32
8942026-06-11T16:13:02.245Z Downloaded darling_core v0.23.0
8952026-06-11T16:13:02.248Z Downloaded recursive v0.1.1
8962026-06-11T16:13:02.251Z Downloaded rand_chacha v0.3.1
8972026-06-11T16:13:02.251Z Downloaded indicatif v0.18.4
8982026-06-11T16:13:02.254Z Downloaded async-compression v0.4.41
8992026-06-11T16:13:02.257Z Downloaded predicates v3.1.4
9002026-06-11T16:13:02.259Z Downloaded phf v0.13.1
9012026-06-11T16:13:02.259Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-06-11T16:13:02.259Z Downloaded rand_xorshift v0.4.0
9032026-06-11T16:13:02.262Z Downloaded pem v3.0.6
9042026-06-11T16:13:02.262Z Downloaded password-hash v0.4.2
9052026-06-11T16:13:02.262Z Downloaded password-hash v0.5.0
9062026-06-11T16:13:02.265Z Downloaded omicron-zone-package v0.12.2
9072026-06-11T16:13:02.267Z Downloaded ref-cast-impl v1.0.25
9082026-06-11T16:13:02.267Z Downloaded progenitor v0.11.2
9092026-06-11T16:13:02.270Z Downloaded proc-macro-error2 v2.0.1
9102026-06-11T16:13:02.270Z Downloaded der v0.7.10
9112026-06-11T16:13:02.273Z Downloaded postgres-protocol v0.6.10
9122026-06-11T16:13:02.276Z Downloaded polyval v0.6.2
9132026-06-11T16:13:02.281Z Downloaded psm v0.1.30
9142026-06-11T16:13:02.285Z Downloaded progenitor v0.14.0
9152026-06-11T16:13:02.285Z Downloaded primeorder v0.13.6
9162026-06-11T16:13:02.288Z Downloaded russh-cryptovec v0.7.3
9172026-06-11T16:13:02.288Z Downloaded rfc6979 v0.4.0
9182026-06-11T16:13:02.288Z Downloaded rtoolbox v0.0.3
9192026-06-11T16:13:02.293Z Downloaded progenitor v0.13.0
9202026-06-11T16:13:02.304Z Downloaded rustc_version v0.4.1
9212026-06-11T16:13:02.307Z Downloaded rustc_version v0.1.7
9222026-06-11T16:13:02.307Z Downloaded rustc-hash v2.1.1
9232026-06-11T16:13:02.315Z Downloaded parking_lot_core v0.9.12
9242026-06-11T16:13:02.321Z Downloaded r2d2 v0.8.10
9252026-06-11T16:13:02.324Z Downloaded oso v0.27.3
9262026-06-11T16:13:02.327Z Downloaded rand_chacha v0.9.0
9272026-06-11T16:13:02.330Z Downloaded diesel_derives v2.3.7
9282026-06-11T16:13:02.333Z Downloaded salsa20 v0.10.2
9292026-06-11T16:13:02.336Z Downloaded miniz_oxide v0.8.9
9302026-06-11T16:13:02.336Z Downloaded expectorate v1.2.0
9312026-06-11T16:13:02.339Z Downloaded derive_more v2.1.1
9322026-06-11T16:13:02.344Z Downloaded papergrid v0.17.0
9332026-06-11T16:13:02.348Z Downloaded parking_lot v0.11.2
9342026-06-11T16:13:02.351Z Downloaded progenitor-client v0.13.0
9352026-06-11T16:13:02.351Z Downloaded p256 v0.13.2
9362026-06-11T16:13:02.354Z Downloaded same-file v1.0.6
9372026-06-11T16:13:02.354Z Downloaded ref-cast v1.0.25
9382026-06-11T16:13:02.357Z Downloaded rand_core v0.9.5
9392026-06-11T16:13:02.357Z Downloaded rand_core v0.10.0
9402026-06-11T16:13:02.357Z Downloaded pkcs5 v0.7.1
9412026-06-11T16:13:02.360Z Downloaded scroll_derive v0.13.1
9422026-06-11T16:13:02.360Z Downloaded hashbrown v0.13.2
9432026-06-11T16:13:02.362Z Downloaded scheduled-thread-pool v0.2.7
9442026-06-11T16:13:02.365Z Downloaded rand_seeder v0.4.0
9452026-06-11T16:13:02.366Z Downloaded sapling-renderdag v0.1.0
9462026-06-11T16:13:02.366Z Downloaded jiff-static v0.2.21
9472026-06-11T16:13:02.368Z Downloaded secrecy v0.8.0
9482026-06-11T16:13:02.369Z Downloaded resolv-conf v0.7.6
9492026-06-11T16:13:02.369Z Downloaded libbz2-rs-sys v0.2.2
9502026-06-11T16:13:02.371Z Downloaded scopeguard v1.2.0
9512026-06-11T16:13:02.376Z Downloaded postgres-types v0.2.12
9522026-06-11T16:13:02.376Z Downloaded progenitor-extras v0.2.0
9532026-06-11T16:13:02.376Z Downloaded postcard v1.1.3
9542026-06-11T16:13:02.379Z Downloaded semver v0.1.20
9552026-06-11T16:13:02.379Z Downloaded hickory-resolver v0.24.4
9562026-06-11T16:13:02.382Z Downloaded serde_bytes v0.11.19
9572026-06-11T16:13:02.382Z Downloaded scrypt v0.11.0
9582026-06-11T16:13:02.382Z Downloaded secrecy v0.10.3
9592026-06-11T16:13:02.385Z Downloaded serde-big-array v0.5.1
9602026-06-11T16:13:02.385Z Downloaded serde_urlencoded v0.7.1
9612026-06-11T16:13:02.385Z Downloaded serde_spanned v1.0.4
9622026-06-11T16:13:02.394Z Downloaded serde_plain v1.0.2
9632026-06-11T16:13:02.403Z Downloaded serde_repr v0.1.20
9642026-06-11T16:13:02.406Z Downloaded quinn-udp v0.5.14
9652026-06-11T16:13:02.409Z Downloaded pkcs1 v0.7.5
9662026-06-11T16:13:02.412Z Downloaded parking_lot v0.12.5
9672026-06-11T16:13:02.415Z Downloaded rustls-pemfile v2.2.0
9682026-06-11T16:13:02.415Z Downloaded hashbrown v0.12.3
9692026-06-11T16:13:02.419Z Downloaded rand_core v0.6.4
9702026-06-11T16:13:02.422Z Downloaded rustls-pemfile v1.0.4
9712026-06-11T16:13:02.422Z Downloaded rusty-fork v0.3.1
9722026-06-11T16:13:02.426Z Downloaded rustversion v1.0.22
9732026-06-11T16:13:02.426Z Downloaded rustls-native-certs v0.8.3
9742026-06-11T16:13:02.429Z Downloaded signal-hook-mio v0.2.5
9752026-06-11T16:13:02.429Z Downloaded sha1 v0.10.6
9762026-06-11T16:13:02.429Z Downloaded sigpipe v0.1.3
9772026-06-11T16:13:02.429Z Downloaded signal-hook-tokio v0.3.1
9782026-06-11T16:13:02.432Z Downloaded shell-words v1.1.1
9792026-06-11T16:13:02.444Z Downloaded scroll v0.13.0
9802026-06-11T16:13:02.447Z Downloaded pin-project v1.1.11
9812026-06-11T16:13:02.464Z Downloaded russh-keys v0.45.0
9822026-06-11T16:13:02.466Z Downloaded slog-bunyan v2.5.0
9832026-06-11T16:13:02.470Z Downloaded slog-envlogger v2.2.0
9842026-06-11T16:13:02.470Z Downloaded serde_derive_internals v0.29.1
9852026-06-11T16:13:02.473Z Downloaded seq-macro v0.3.6
9862026-06-11T16:13:02.473Z Downloaded hickory-resolver v0.25.2
9872026-06-11T16:13:02.473Z Downloaded serde_with_macros v1.5.2
9882026-06-11T16:13:02.476Z Downloaded serde-hex v0.1.0
9892026-06-11T16:13:02.476Z Downloaded sec1 v0.7.3
9902026-06-11T16:13:02.479Z Downloaded sct v0.7.1
9912026-06-11T16:13:02.479Z Downloaded progenitor-impl v0.14.0
9922026-06-11T16:13:02.482Z Downloaded openssl-sys v0.9.115
9932026-06-11T16:13:02.485Z Downloaded serde_path_to_error v0.1.20
9942026-06-11T16:13:02.485Z Downloaded schemars_derive v0.8.22
9952026-06-11T16:13:02.491Z Downloaded http v1.4.0
9962026-06-11T16:13:02.494Z Downloaded hickory-server v0.25.2
9972026-06-11T16:13:02.497Z Downloaded sqlparser_derive v0.5.0
9982026-06-11T16:13:02.500Z Downloaded ssh-encoding v0.2.0
9992026-06-11T16:13:02.503Z Downloaded ssh-cipher v0.2.0
10002026-06-11T16:13:02.507Z Downloaded hyper-util v0.1.20
10012026-06-11T16:13:02.512Z Downloaded shlex v1.3.0
10022026-06-11T16:13:02.515Z Downloaded rcgen v0.12.1
10032026-06-11T16:13:02.515Z Downloaded signature v2.2.0
10042026-06-11T16:13:02.518Z Downloaded supports-color v3.0.2
10052026-06-11T16:13:02.518Z Downloaded simd-adler32 v0.3.8
10062026-06-11T16:13:02.520Z Downloaded signal-hook-registry v1.4.8
10072026-06-11T16:13:02.521Z Downloaded strum v0.26.3
10082026-06-11T16:13:02.521Z Downloaded strum v0.27.2
10092026-06-11T16:13:02.524Z Downloaded subtle v2.6.1
10102026-06-11T16:13:02.526Z Downloaded mio v1.2.0
10112026-06-11T16:13:02.529Z Downloaded structmeta-derive v0.3.0
10122026-06-11T16:13:02.529Z Downloaded strsim v0.10.0
10132026-06-11T16:13:02.532Z Downloaded strip-ansi-escapes v0.2.1
10142026-06-11T16:13:02.532Z Downloaded slab v0.4.12
10152026-06-11T16:13:02.532Z Downloaded prefix-trie v0.7.0
10162026-06-11T16:13:02.535Z Downloaded minimal-lexical v0.2.1
10172026-06-11T16:13:02.538Z Downloaded sync_wrapper v1.0.2
10182026-06-11T16:13:02.538Z Downloaded crossterm v0.28.1
10192026-06-11T16:13:02.541Z Downloaded tagptr v0.2.0
10202026-06-11T16:13:02.545Z Downloaded siphasher v1.0.2
10212026-06-11T16:13:02.545Z Downloaded tabwriter v1.4.1
10222026-06-11T16:13:02.548Z Downloaded progenitor-impl v0.13.0
10232026-06-11T16:13:02.548Z Downloaded progenitor-impl v0.11.2
10242026-06-11T16:13:02.555Z Downloaded serde_cbor v0.11.2
10252026-06-11T16:13:02.558Z Downloaded slog-json v2.6.1
10262026-06-11T16:13:02.561Z Downloaded slog-async v2.8.0
10272026-06-11T16:13:02.561Z Downloaded serde_with_macros v3.17.0
10282026-06-11T16:13:02.561Z Downloaded sync-ptr v0.1.4
10292026-06-11T16:13:02.562Z Downloaded smallvec v0.6.14
10302026-06-11T16:13:02.564Z Downloaded take_mut v0.2.2
10312026-06-11T16:13:02.564Z Downloaded slog-term v2.9.2
10322026-06-11T16:13:02.566Z Downloaded slog-stdlog v4.1.1
10332026-06-11T16:13:02.567Z Downloaded slog-dtrace v0.3.0
10342026-06-11T16:13:02.569Z Downloaded slog-scope v4.4.1
10352026-06-11T16:13:02.569Z Downloaded tap v1.0.1
10362026-06-11T16:13:02.572Z Downloaded testing_table v0.3.0
10372026-06-11T16:13:02.572Z Downloaded thiserror-impl-no-std v2.0.2
10382026-06-11T16:13:02.589Z Downloaded snafu-derive v0.8.9
10392026-06-11T16:13:02.592Z Downloaded termtree v0.5.1
10402026-06-11T16:13:02.592Z Downloaded thread-id v5.1.0
10412026-06-11T16:13:02.594Z Downloaded rustls-pki-types v1.14.0
10422026-06-11T16:13:02.600Z Downloaded support-bundle-viewer v0.1.2
10432026-06-11T16:13:02.603Z Downloaded strum_macros v0.26.4
10442026-06-11T16:13:02.603Z Downloaded strum_macros v0.24.3
10452026-06-11T16:13:02.605Z Downloaded structmeta v0.3.0
10462026-06-11T16:13:02.606Z Downloaded tinyvec_macros v0.1.1
10472026-06-11T16:13:02.606Z Downloaded time-core v0.1.8
10482026-06-11T16:13:02.606Z Downloaded stringprep v0.1.5
10492026-06-11T16:13:02.609Z Downloaded sqlformat v0.3.5
10502026-06-11T16:13:02.609Z Downloaded tokio-macros v2.7.0
10512026-06-11T16:13:02.609Z Downloaded static_assertions v1.1.0
10522026-06-11T16:13:02.612Z Downloaded spki v0.7.3
10532026-06-11T16:13:02.612Z Downloaded string_cache v0.8.9
10542026-06-11T16:13:02.612Z Downloaded strum_macros v0.27.2
10552026-06-11T16:13:02.615Z Downloaded pretty_assertions v1.4.1
10562026-06-11T16:13:02.615Z Downloaded rustls-platform-verifier v0.6.2
10572026-06-11T16:13:02.619Z Downloaded ryu v1.0.23
10582026-06-11T16:13:02.628Z Downloaded hashbrown v0.16.1
10592026-06-11T16:13:02.631Z Downloaded itertools v0.10.5
10602026-06-11T16:13:02.635Z Downloaded num-bigint v0.4.6
10612026-06-11T16:13:02.638Z Downloaded libxml v0.3.3
10622026-06-11T16:13:02.641Z Downloaded rayon-core v1.13.0
10632026-06-11T16:13:02.650Z Downloaded tabled_derive v0.11.0
10642026-06-11T16:13:02.653Z Downloaded dropshot-api-manager v0.7.2
10652026-06-11T16:13:02.656Z Downloaded topological-sort v0.2.2
10662026-06-11T16:13:02.657Z Downloaded prettyplease v0.2.37
10672026-06-11T16:13:02.660Z Downloaded tower-layer v0.3.3
10682026-06-11T16:13:02.660Z Downloaded tower-service v0.3.3
10692026-06-11T16:13:02.660Z Downloaded aws-lc-rs v1.16.3
10702026-06-11T16:13:02.664Z Downloaded serde_yaml v0.9.34+deprecated
10712026-06-11T16:13:02.667Z Downloaded crossterm v0.29.0
10722026-06-11T16:13:02.670Z Downloaded quinn v0.11.9
10732026-06-11T16:13:02.676Z Downloaded thiserror-no-std v2.0.2
10742026-06-11T16:13:02.680Z Downloaded trait-variant v0.1.2
10752026-06-11T16:13:02.683Z Downloaded termios v0.3.3
10762026-06-11T16:13:02.683Z Downloaded try-lock v0.2.5
10772026-06-11T16:13:02.691Z Downloaded hashbrown v0.15.5
10782026-06-11T16:13:02.694Z Downloaded time-macros v0.2.27
10792026-06-11T16:13:02.694Z Downloaded rand v0.8.6
10802026-06-11T16:13:02.697Z Downloaded thread_local v1.1.9
10812026-06-11T16:13:02.697Z Downloaded signal-hook v0.3.18
10822026-06-11T16:13:02.700Z Downloaded stacker v0.1.23
10832026-06-11T16:13:02.703Z Downloaded typify-macro v0.6.2
10842026-06-11T16:13:02.703Z Downloaded tls_codec v0.4.2
10852026-06-11T16:13:02.705Z Downloaded tokio-native-tls v0.3.1
10862026-06-11T16:13:02.708Z Downloaded tokio-dtrace v0.1.1
10872026-06-11T16:13:02.708Z Downloaded tls_codec_derive v0.4.2
10882026-06-11T16:13:02.708Z Downloaded typify-macro v0.4.3
10892026-06-11T16:13:02.711Z Downloaded tiny-keccak v2.0.2
10902026-06-11T16:13:02.711Z Downloaded unarray v0.1.4
10912026-06-11T16:13:02.711Z Downloaded similar v2.7.0
10922026-06-11T16:13:02.715Z Downloaded tokio-rustls v0.25.0
10932026-06-11T16:13:02.726Z Downloaded tokio-tungstenite v0.21.0
10942026-06-11T16:13:02.739Z Downloaded term v0.7.0
10952026-06-11T16:13:02.742Z Downloaded slog v2.8.2
10962026-06-11T16:13:02.742Z Downloaded toml_writer v1.0.6+spec-1.1.0
10972026-06-11T16:13:02.742Z Downloaded universal-hash v0.5.1
10982026-06-11T16:13:02.745Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-06-11T16:13:02.745Z Downloaded tokio-tungstenite v0.23.1
11002026-06-11T16:13:02.745Z Downloaded unit-prefix v0.5.2
11012026-06-11T16:13:02.748Z Downloaded schemars v0.8.22
11022026-06-11T16:13:02.752Z Downloaded void v1.0.2
11032026-06-11T16:13:02.755Z Downloaded usdt-macro v0.6.0
11042026-06-11T16:13:02.755Z Downloaded usdt-attr-macro v0.6.0
11052026-06-11T16:13:02.755Z Downloaded usdt v0.6.0
11062026-06-11T16:13:02.755Z Downloaded untrusted v0.9.0
11072026-06-11T16:13:02.758Z Downloaded untrusted v0.7.1
11082026-06-11T16:13:02.758Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11092026-06-11T16:13:02.758Z Downloaded unicode-truncate v1.1.0
11102026-06-11T16:13:02.761Z Downloaded futures-util v0.3.32
11112026-06-11T16:13:02.764Z Downloaded smf v0.2.3
11122026-06-11T16:13:02.767Z Downloaded ron v0.8.1
11132026-06-11T16:13:02.770Z Downloaded socket2 v0.6.3
11142026-06-11T16:13:02.770Z Downloaded term v1.2.1
11152026-06-11T16:13:02.773Z Downloaded utf-8 v0.7.6
11162026-06-11T16:13:02.773Z Downloaded spin v0.9.8
11172026-06-11T16:13:02.775Z Downloaded socket2 v0.5.10
11182026-06-11T16:13:02.775Z Downloaded nom v7.1.3
11192026-06-11T16:13:02.778Z Downloaded waitgroup v0.1.2
11202026-06-11T16:13:02.782Z Downloaded wait-timeout v0.2.1
11212026-06-11T16:13:02.782Z Downloaded rand v0.9.2
11222026-06-11T16:13:02.785Z Downloaded rustls-webpki v0.103.9
11232026-06-11T16:13:02.787Z Downloaded qorb v0.4.1
11242026-06-11T16:13:02.790Z Downloaded publicsuffix v2.3.0
11252026-06-11T16:13:02.793Z Downloaded tui-tree-widget v0.23.1
11262026-06-11T16:13:02.804Z Downloaded schemars v0.9.0
11272026-06-11T16:13:02.810Z Downloaded want v0.3.1
11282026-06-11T16:13:02.813Z Downloaded unicase v2.9.0
11292026-06-11T16:13:02.813Z Downloaded xattr v1.6.1
11302026-06-11T16:13:02.816Z Downloaded tokio-rustls v0.26.4
11312026-06-11T16:13:02.819Z Downloaded itertools v0.12.1
11322026-06-11T16:13:02.822Z Downloaded tokio-stream v0.1.18
11332026-06-11T16:13:02.826Z Downloaded iri-string v0.7.10
11342026-06-11T16:13:02.829Z Downloaded rsa v0.9.10
11352026-06-11T16:13:02.832Z Downloaded libm v0.2.16
11362026-06-11T16:13:02.836Z Downloaded samael v0.0.19
11372026-06-11T16:13:02.839Z Downloaded usdt-impl v0.6.0
11382026-06-11T16:13:02.842Z Downloaded vergen-git2 v9.1.0
11392026-06-11T16:13:02.842Z Downloaded xshell-macros v0.2.7
11402026-06-11T16:13:02.842Z Downloaded tokio-rustls v0.24.1
11412026-06-11T16:13:02.845Z Downloaded zeroize_derive v1.4.3
11422026-06-11T16:13:02.845Z Downloaded nom v8.0.0
11432026-06-11T16:13:02.848Z Downloaded zone_cfg_derive v0.3.1
11442026-06-11T16:13:02.851Z Downloaded zone v0.3.1
11452026-06-11T16:13:02.851Z Downloaded test-strategy v0.4.5
11462026-06-11T16:13:02.851Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-06-11T16:13:02.854Z Downloaded num-bigint-dig v0.8.6
11482026-06-11T16:13:02.857Z Downloaded snafu v0.8.9
11492026-06-11T16:13:02.864Z Downloaded hyper v1.8.1
11502026-06-11T16:13:02.864Z Downloaded uzers v0.12.2
11512026-06-11T16:13:02.868Z Downloaded vergen-lib v0.1.6
11522026-06-11T16:13:02.868Z Downloaded vergen-gitcl v1.0.8
11532026-06-11T16:13:02.868Z Downloaded vergen-lib v9.1.0
11542026-06-11T16:13:02.871Z Downloaded vsss-rs v3.3.4
11552026-06-11T16:13:02.871Z Downloaded tracing-attributes v0.1.31
11562026-06-11T16:13:02.874Z Downloaded h2 v0.4.13
11572026-06-11T16:13:02.878Z Downloaded whoami v2.1.0
11582026-06-11T16:13:02.881Z Downloaded walkdir v2.5.0
11592026-06-11T16:13:02.881Z Downloaded twox-hash v2.1.2
11602026-06-11T16:13:02.885Z Downloaded tinyvec v1.10.0
11612026-06-11T16:13:02.888Z Downloaded subprocess v0.2.15
11622026-06-11T16:13:02.893Z Downloaded xshell v0.2.7
11632026-06-11T16:13:02.896Z Downloaded schemars v1.2.1
11642026-06-11T16:13:02.901Z Downloaded itertools v0.13.0
11652026-06-11T16:13:02.905Z Downloaded toml v1.0.6+spec-1.1.0
11662026-06-11T16:13:02.908Z Downloaded russh v0.45.0
11672026-06-11T16:13:02.911Z Downloaded rand v0.10.0
11682026-06-11T16:13:02.914Z Downloaded toml v0.7.8
11692026-06-11T16:13:02.918Z Downloaded tar v0.4.45
11702026-06-11T16:13:02.918Z Downloaded wyz v0.5.1
11712026-06-11T16:13:02.921Z Downloaded whoami v1.6.1
11722026-06-11T16:13:02.928Z Downloaded zeroize v1.8.2
11732026-06-11T16:13:02.932Z Downloaded zstd v0.13.3
11742026-06-11T16:13:02.935Z Downloaded blake3 v1.8.3
11752026-06-11T16:13:02.944Z Downloaded tungstenite v0.23.0
11762026-06-11T16:13:02.947Z Downloaded tungstenite v0.21.0
11772026-06-11T16:13:02.951Z Downloaded vergen v9.1.0
11782026-06-11T16:13:02.955Z Downloaded typify v0.4.3
11792026-06-11T16:13:02.958Z Downloaded unicode-bidi v0.3.18
11802026-06-11T16:13:02.961Z Downloaded yasna v0.5.2
11812026-06-11T16:13:02.963Z Downloaded steno v0.4.1
11822026-06-11T16:13:02.967Z Downloaded unsafe-libyaml v0.2.11
11832026-06-11T16:13:02.970Z Downloaded typify v0.6.2
11842026-06-11T16:13:02.973Z Downloaded unicode-properties v0.1.4
11852026-06-11T16:13:02.973Z Downloaded serde_with v1.14.0
11862026-06-11T16:13:02.980Z Downloaded zstd-safe v7.2.4
11872026-06-11T16:13:02.983Z Downloaded bindgen v0.71.1
11882026-06-11T16:13:02.985Z Downloaded itertools v0.14.0
11892026-06-11T16:13:02.996Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-06-11T16:13:02.999Z Downloaded vte v0.14.1
11912026-06-11T16:13:03.003Z Downloaded tracing-core v0.1.36
11922026-06-11T16:13:03.004Z Downloaded hkdf v0.12.4
11932026-06-11T16:13:03.007Z Downloaded p521 v0.13.3
11942026-06-11T16:13:03.017Z Downloaded uuid v1.23.0
11952026-06-11T16:13:03.020Z Downloaded rpassword v7.4.0
11962026-06-11T16:13:03.036Z Downloaded tokio-postgres v0.7.16
11972026-06-11T16:13:03.047Z Downloaded chrono v0.4.44
11982026-06-11T16:13:03.055Z Downloaded git2 v0.20.4
11992026-06-11T16:13:03.060Z Downloaded ssh-key v0.6.7
12002026-06-11T16:13:03.064Z Downloaded toml_edit v0.19.15
12012026-06-11T16:13:03.073Z Downloaded zopfli v0.8.3
12022026-06-11T16:13:03.076Z Downloaded zerocopy v0.6.6
12032026-06-11T16:13:03.076Z Downloaded rustyline v14.0.0
12042026-06-11T16:13:03.078Z Downloaded reedline v0.40.0
12052026-06-11T16:13:03.082Z Downloaded zip v0.6.6
12062026-06-11T16:13:03.085Z Downloaded bitvec v1.0.1
12072026-06-11T16:13:03.093Z Downloaded iddqd v0.4.2
12082026-06-11T16:13:03.118Z Downloaded yansi v1.0.1
12092026-06-11T16:13:04.123Z Downloaded unicode_categories v0.1.1
12102026-06-11T16:13:04.127Z Downloaded goblin v0.10.5
12112026-06-11T16:13:04.128Z Downloaded reqwest v0.13.2
12122026-06-11T16:13:04.128Z Downloaded reqwest v0.12.28
12132026-06-11T16:13:04.128Z Downloaded tower v0.5.3
12142026-06-11T16:13:04.128Z Downloaded salty v0.3.0
12152026-06-11T16:13:04.128Z Downloaded typed-path v0.9.3
12162026-06-11T16:13:04.128Z Downloaded zerocopy-derive v0.8.40
12172026-06-11T16:13:04.128Z Downloaded rayon v1.11.0
12182026-06-11T16:13:04.128Z Downloaded quick-xml v0.37.5
12192026-06-11T16:13:04.128Z Downloaded portable-atomic v1.13.1
12202026-06-11T16:13:04.128Z Downloaded regex v1.12.3
12212026-06-11T16:13:04.128Z Downloaded p384 v0.13.1
12222026-06-11T16:13:04.128Z Downloaded unicode-segmentation v1.12.0
12232026-06-11T16:13:04.128Z Downloaded bstr v1.12.1
12242026-06-11T16:13:04.128Z Downloaded x509-cert v0.2.5
12252026-06-11T16:13:04.128Z Downloaded tokio-util v0.7.18
12262026-06-11T16:13:04.128Z Downloaded moka v0.12.13
12272026-06-11T16:13:04.128Z Downloaded tower-http v0.6.8
12282026-06-11T16:13:04.128Z Downloaded tough v0.22.0
12292026-06-11T16:13:04.128Z Downloaded rustls-webpki v0.101.7
12302026-06-11T16:13:04.128Z Downloaded unicode-normalization v0.1.25
12312026-06-11T16:13:04.128Z Downloaded lalrpop v0.19.12
12322026-06-11T16:13:04.128Z Downloaded proptest v1.11.0
12332026-06-11T16:13:04.128Z Downloaded zip v4.6.1
12342026-06-11T16:13:04.128Z Downloaded nix v0.27.1
12352026-06-11T16:13:04.128Z Downloaded winnow v0.6.26
12362026-06-11T16:13:04.128Z Downloaded curve25519-dalek v4.1.3
12372026-06-11T16:13:04.128Z Downloaded rustls-webpki v0.102.8
12382026-06-11T16:13:04.128Z Downloaded quinn-proto v0.11.13
12392026-06-11T16:13:04.128Z Downloaded serde_with v3.17.0
12402026-06-11T16:13:04.128Z Downloaded polar-core v0.27.3
12412026-06-11T16:13:04.128Z Downloaded winnow v0.5.40
12422026-06-11T16:13:04.128Z Downloaded nix v0.28.0
12432026-06-11T16:13:04.128Z Downloaded tabled v0.20.0
12442026-06-11T16:13:04.128Z Downloaded rustls v0.21.12
12452026-06-11T16:13:04.128Z Downloaded object v0.30.4
12462026-06-11T16:13:04.128Z Downloaded radix_trie v0.2.1
12472026-06-11T16:13:04.129Z Downloaded petname v2.0.2
12482026-06-11T16:13:04.129Z Downloaded openssl v0.10.79
12492026-06-11T16:13:04.129Z Downloaded vcpkg v0.2.15
12502026-06-11T16:13:04.129Z Downloaded time v0.3.47
12512026-06-11T16:13:04.129Z Downloaded object v0.37.3
12522026-06-11T16:13:04.129Z Downloaded nix v0.31.2
12532026-06-11T16:13:04.129Z Downloaded zerocopy v0.8.40
12542026-06-11T16:13:04.129Z Downloaded smoltcp v0.9.1
12552026-06-11T16:13:04.129Z Downloaded zlib-rs v0.6.2
12562026-06-11T16:13:04.129Z Downloaded smoltcp v0.11.0
12572026-06-11T16:13:04.129Z Downloaded rustls v0.23.37
12582026-06-11T16:13:04.129Z Downloaded regress v0.11.1
12592026-06-11T16:13:04.129Z Downloaded regex-syntax v0.6.29
12602026-06-11T16:13:04.129Z Downloaded dropshot v0.17.0
12612026-06-11T16:13:04.129Z Downloaded hickory-proto v0.24.4
12622026-06-11T16:13:04.129Z Downloaded webpki-roots v1.0.6
12632026-06-11T16:13:04.129Z Downloaded rustls v0.22.4
12642026-06-11T16:13:04.129Z Downloaded openapiv3 v2.2.0
12652026-06-11T16:13:04.129Z Downloaded regex-syntax v0.8.10
12662026-06-11T16:13:04.129Z Downloaded hickory-proto v0.25.2
12672026-06-11T16:13:04.129Z Downloaded rustix v0.38.44
12682026-06-11T16:13:04.129Z Downloaded regress v0.10.5
12692026-06-11T16:13:04.129Z Downloaded diesel v2.3.7
12702026-06-11T16:13:04.129Z Downloaded typify-impl v0.6.2
12712026-06-11T16:13:04.129Z Downloaded typify-impl v0.4.3
12722026-06-11T16:13:04.129Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-06-11T16:13:04.129Z Downloaded csv v1.4.0
12742026-06-11T16:13:04.129Z Downloaded zerocopy-derive v0.6.6
12752026-06-11T16:13:04.129Z Downloaded sled v0.34.7
12762026-06-11T16:13:04.129Z Downloaded regex-automata v0.4.14
12772026-06-11T16:13:04.129Z Downloaded tracing v0.1.44
12782026-06-11T16:13:04.129Z Downloaded petgraph v0.6.5
12792026-06-11T16:13:04.129Z Downloaded sqlparser v0.61.0
12802026-06-11T16:13:04.129Z Downloaded ratatui v0.29.0
12812026-06-11T16:13:04.129Z Downloaded chrono-tz v0.10.4
12822026-06-11T16:13:04.129Z Downloaded libz-sys v1.1.24
12832026-06-11T16:13:04.129Z Downloaded jiff v0.2.21
12842026-06-11T16:13:04.129Z Downloaded petgraph v0.8.3
12852026-06-11T16:13:04.130Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-06-11T16:13:04.130Z Downloaded sha3 v0.10.8
12872026-06-11T16:13:04.130Z Downloaded tokio v1.52.1
12882026-06-11T16:13:04.130Z Downloaded encoding_rs v0.8.35
12892026-06-11T16:13:04.130Z Downloaded ring v0.17.14
12902026-06-11T16:13:04.130Z Downloaded libgit2-sys v0.18.3+1.9.2
12912026-06-11T16:13:04.673Z Downloaded aws-lc-sys v0.40.0
12922026-06-11T16:13:04.917Z Compiling libc v0.2.185
12932026-06-11T16:13:04.917Z Compiling serde v1.0.228
12942026-06-11T16:13:04.920Z Compiling log v0.4.29
12952026-06-11T16:13:04.920Z Compiling shlex v1.3.0
12962026-06-11T16:13:04.920Z Compiling find-msvc-tools v0.1.9
12972026-06-11T16:13:04.920Z Compiling smallvec v1.15.1
12982026-06-11T16:13:04.920Z Compiling typenum v1.19.0
12992026-06-11T16:13:04.921Z Compiling subtle v2.6.1
13002026-06-11T16:13:05.086Z Compiling generic-array v0.14.7
13012026-06-11T16:13:05.098Z Compiling scopeguard v1.2.0
13022026-06-11T16:13:05.151Z Compiling const-oid v0.9.6
13032026-06-11T16:13:05.165Z Compiling serde_json v1.0.149
13042026-06-11T16:13:05.178Z Compiling syn v2.0.117
13052026-06-11T16:13:05.193Z Compiling zerocopy v0.8.40
13062026-06-11T16:13:05.197Z Compiling pin-project-lite v0.2.17
13072026-06-11T16:13:05.197Z Compiling parking_lot_core v0.9.12
13082026-06-11T16:13:05.242Z Compiling lock_api v0.4.14
13092026-06-11T16:13:05.256Z Compiling portable-atomic v1.13.1
13102026-06-11T16:13:05.345Z Compiling pkg-config v0.3.32
13112026-06-11T16:13:05.361Z Compiling bitflags v2.11.0
13122026-06-11T16:13:05.379Z Compiling critical-section v1.2.0
13132026-06-11T16:13:05.409Z Compiling futures-core v0.3.32
13142026-06-11T16:13:05.412Z Compiling libm v0.2.16
13152026-06-11T16:13:05.453Z Compiling num-traits v0.2.19
13162026-06-11T16:13:05.480Z Compiling percent-encoding v2.3.2
13172026-06-11T16:13:05.540Z Compiling futures-sink v0.3.32
13182026-06-11T16:13:05.582Z Compiling cpufeatures v0.2.17
13192026-06-11T16:13:05.616Z Compiling slab v0.4.12
13202026-06-11T16:13:05.620Z Compiling getrandom v0.4.1
13212026-06-11T16:13:05.651Z Compiling futures-task v0.3.32
13222026-06-11T16:13:05.677Z Compiling futures-channel v0.3.32
13232026-06-11T16:13:05.716Z Compiling futures-io v0.3.32
13242026-06-11T16:13:05.732Z Compiling rand_core v0.10.0
13252026-06-11T16:13:05.772Z Compiling indexmap v2.14.0
13262026-06-11T16:13:05.845Z Compiling rustversion v1.0.22
13272026-06-11T16:13:05.858Z Compiling getrandom v0.3.4
13282026-06-11T16:13:05.900Z Compiling form_urlencoded v1.2.2
13292026-06-11T16:13:05.915Z Compiling dunce v1.0.5
13302026-06-11T16:13:05.946Z Compiling fs_extra v1.3.0
13312026-06-11T16:13:05.962Z Compiling ident_case v1.0.1
13322026-06-11T16:13:05.976Z Compiling base64ct v1.8.3
13332026-06-11T16:13:05.994Z Compiling regex-syntax v0.8.10
13342026-06-11T16:13:06.029Z Compiling flagset v0.4.7
13352026-06-11T16:13:06.045Z Compiling rustix v1.1.3
13362026-06-11T16:13:06.095Z Compiling getrandom v0.2.17
13372026-06-11T16:13:06.107Z Compiling jobserver v0.1.34
13382026-06-11T16:13:06.148Z Compiling errno v0.3.14
13392026-06-11T16:13:06.190Z Compiling mio v1.2.0
13402026-06-11T16:13:06.213Z Compiling socket2 v0.6.3
13412026-06-11T16:13:06.292Z Compiling rand_core v0.6.4
13422026-06-11T16:13:06.315Z Compiling signal-hook-registry v1.4.8
13432026-06-11T16:13:06.353Z Compiling cc v1.2.56
13442026-06-11T16:13:06.417Z Compiling parking_lot v0.12.5
13452026-06-11T16:13:06.431Z Compiling once_cell v1.21.3
13462026-06-11T16:13:06.480Z Compiling pem-rfc7468 v0.7.0
13472026-06-11T16:13:06.507Z Compiling iana-time-zone v0.1.65
13482026-06-11T16:13:06.600Z Compiling vcpkg v0.2.15
13492026-06-11T16:13:06.632Z Compiling aws-lc-rs v1.16.3
13502026-06-11T16:13:06.679Z Compiling tracing-core v0.1.36
13512026-06-11T16:13:06.693Z Compiling uuid v1.23.0
13522026-06-11T16:13:06.721Z Compiling rustc_version v0.4.1
13532026-06-11T16:13:06.734Z Compiling base64 v0.22.1
13542026-06-11T16:13:06.817Z Compiling rand_core v0.9.5
13552026-06-11T16:13:06.831Z Compiling untrusted v0.7.1
13562026-06-11T16:13:06.909Z Compiling untrusted v0.9.0
13572026-06-11T16:13:06.947Z Compiling tinyvec_macros v0.1.1
13582026-06-11T16:13:06.972Z Compiling openssl-probe v0.2.1
13592026-06-11T16:13:07.029Z Compiling httparse v1.10.1
13602026-06-11T16:13:07.045Z Compiling tinyvec v1.10.0
13612026-06-11T16:13:07.060Z Compiling aho-corasick v1.1.4
13622026-06-11T16:13:07.076Z Compiling atomic-waker v1.1.2
13632026-06-11T16:13:07.090Z Compiling cmake v0.1.57
13642026-06-11T16:13:07.120Z Compiling dyn-clone v1.0.20
13652026-06-11T16:13:07.160Z Compiling tower-layer v0.3.3
13662026-06-11T16:13:07.174Z Compiling schemars v0.8.22
13672026-06-11T16:13:07.220Z Compiling rustls v0.23.37
13682026-06-11T16:13:07.254Z Compiling try-lock v0.2.5
13692026-06-11T16:13:07.271Z Compiling tower-service v0.3.3
13702026-06-11T16:13:07.316Z Compiling pin-utils v0.1.0
13712026-06-11T16:13:07.344Z Compiling foreign-types-shared v0.1.1
13722026-06-11T16:13:07.386Z Compiling want v0.3.1
13732026-06-11T16:13:07.386Z Compiling httpdate v1.0.3
13742026-06-11T16:13:07.417Z Compiling openssl v0.10.79
13752026-06-11T16:13:07.420Z Compiling unicode-normalization v0.1.25
13762026-06-11T16:13:07.461Z Compiling foreign-types v0.3.2
13772026-06-11T16:13:07.477Z Compiling spin v0.9.8
13782026-06-11T16:13:07.480Z Compiling crc32fast v1.5.0
13792026-06-11T16:13:07.522Z Compiling time-core v0.1.8
13802026-06-11T16:13:07.526Z Compiling num-conv v0.2.0
13812026-06-11T16:13:07.552Z Compiling powerfmt v0.2.0
13822026-06-11T16:13:07.583Z Compiling native-tls v0.2.18
13832026-06-11T16:13:07.594Z Compiling wait-timeout v0.2.1
13842026-06-11T16:13:07.635Z Compiling sync_wrapper v1.0.2
13852026-06-11T16:13:07.672Z Compiling usdt-impl v0.6.0
13862026-06-11T16:13:07.686Z Compiling tempfile v3.25.0
13872026-06-11T16:13:07.705Z Compiling time-macros v0.2.27
13882026-06-11T16:13:07.720Z Compiling deranged v0.5.8
13892026-06-11T16:13:07.755Z Compiling simd-adler32 v0.3.8
13902026-06-11T16:13:07.795Z Compiling syn v1.0.109
13912026-06-11T16:13:07.825Z Compiling quick-error v1.2.3
13922026-06-11T16:13:07.869Z Compiling siphasher v1.0.2
13932026-06-11T16:13:07.890Z Compiling crossbeam-utils v0.8.21
13942026-06-11T16:13:07.904Z Compiling regex-automata v0.4.14
13952026-06-11T16:13:07.920Z Compiling num_threads v0.1.7
13962026-06-11T16:13:07.946Z Compiling bit-vec v0.8.0
13972026-06-11T16:13:07.962Z Compiling unicode-segmentation v1.12.0
13982026-06-11T16:13:07.976Z Compiling aws-lc-sys v0.40.0
13992026-06-11T16:13:07.992Z Compiling ring v0.17.14
14002026-06-11T16:13:08.019Z Compiling openssl-sys v0.9.115
14012026-06-11T16:13:08.034Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-06-11T16:13:08.070Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-06-11T16:13:08.086Z Compiling synstructure v0.13.2
14042026-06-11T16:13:08.128Z Compiling serde_derive_internals v0.29.1
14052026-06-11T16:13:08.201Z Compiling pest_generator v2.8.6
14062026-06-11T16:13:08.215Z Compiling darling_core v0.20.11
14072026-06-11T16:13:08.402Z Compiling bit-set v0.8.0
14082026-06-11T16:13:08.480Z Compiling darling_core v0.21.3
14092026-06-11T16:13:08.513Z Compiling rusty-fork v0.3.1
14102026-06-11T16:13:08.763Z Compiling slog v2.8.2
14112026-06-11T16:13:08.778Z Compiling heapless v0.7.17
14122026-06-11T16:13:08.799Z Compiling rand_xorshift v0.4.0
14132026-06-11T16:13:08.831Z Compiling time v0.3.47
14142026-06-11T16:13:08.847Z Compiling thread-id v5.1.0
14152026-06-11T16:13:08.850Z Compiling cookie v0.18.1
14162026-06-11T16:13:08.946Z Compiling paste v1.0.15
14172026-06-11T16:13:08.961Z Compiling adler2 v2.0.1
14182026-06-11T16:13:08.977Z Compiling anyhow v1.0.102
14192026-06-11T16:13:08.993Z Compiling ryu v1.0.23
14202026-06-11T16:13:09.053Z Compiling iri-string v0.7.10
14212026-06-11T16:13:09.074Z Compiling zstd-safe v7.2.4
14222026-06-11T16:13:09.087Z Compiling unicode-bidi v0.3.18
14232026-06-11T16:13:09.110Z Compiling signal-hook v0.3.18
14242026-06-11T16:13:09.185Z Compiling unicode-properties v0.1.4
14252026-06-11T16:13:09.238Z Compiling unarray v0.1.4
14262026-06-11T16:13:09.286Z Compiling allocator-api2 v0.2.21
14272026-06-11T16:13:09.375Z Compiling miniz_oxide v0.8.9
14282026-06-11T16:13:09.446Z Compiling stringprep v0.1.5
14292026-06-11T16:13:09.631Z Compiling heck v0.4.1
14302026-06-11T16:13:09.675Z Compiling num-integer v0.1.46
14312026-06-11T16:13:09.854Z Compiling serde_derive v1.0.228
14322026-06-11T16:13:09.882Z Compiling zeroize_derive v1.4.3
14332026-06-11T16:13:09.918Z Compiling zerofrom-derive v0.1.6
14342026-06-11T16:13:09.968Z Compiling yoke-derive v0.8.1
14352026-06-11T16:13:10.004Z Compiling zerocopy-derive v0.8.40
14362026-06-11T16:13:10.017Z Compiling zerovec-derive v0.11.2
14372026-06-11T16:13:10.381Z Compiling displaydoc v0.2.5
14382026-06-11T16:13:10.494Z Compiling tokio-macros v2.7.0
14392026-06-11T16:13:10.567Z Compiling zeroize v1.8.2
14402026-06-11T16:13:10.606Z Compiling futures-macro v0.3.32
14412026-06-11T16:13:10.633Z Compiling der_derive v0.7.3
14422026-06-11T16:13:11.097Z Compiling rustls-pki-types v1.14.0
14432026-06-11T16:13:11.166Z Compiling thiserror-impl v2.0.18
14442026-06-11T16:13:11.181Z Compiling tracing-attributes v0.1.31
14452026-06-11T16:13:11.197Z Compiling schemars_derive v0.8.22
14462026-06-11T16:13:11.253Z Compiling pest_derive v2.8.6
14472026-06-11T16:13:11.359Z Compiling crypto-common v0.1.7
14482026-06-11T16:13:11.372Z Compiling zerofrom v0.1.6
14492026-06-11T16:13:11.439Z Compiling block-buffer v0.10.4
14502026-06-11T16:13:11.518Z Compiling yoke v0.8.1
14512026-06-11T16:13:11.532Z Compiling futures-util v0.3.32
14522026-06-11T16:13:11.577Z Compiling block-padding v0.3.3
14532026-06-11T16:13:11.635Z Compiling digest v0.10.7
14542026-06-11T16:13:11.650Z Compiling der v0.7.10
14552026-06-11T16:13:11.722Z Compiling zerovec v0.11.5
14562026-06-11T16:13:11.734Z Compiling zerotrie v0.2.3
14572026-06-11T16:13:11.757Z Compiling inout v0.1.4
14582026-06-11T16:13:11.908Z Compiling hmac v0.12.1
14592026-06-11T16:13:11.941Z Compiling cipher v0.4.4
14602026-06-11T16:13:12.043Z Compiling sha2 v0.10.9
14612026-06-11T16:13:12.078Z Compiling pbkdf2 v0.12.2
14622026-06-11T16:13:12.150Z Compiling scroll_derive v0.13.1
14632026-06-11T16:13:12.213Z Compiling tinystr v0.8.2
14642026-06-11T16:13:12.226Z Compiling potential_utf v0.1.4
14652026-06-11T16:13:12.242Z Compiling salsa20 v0.10.2
14662026-06-11T16:13:12.401Z Compiling icu_locale_core v2.1.1
14672026-06-11T16:13:12.415Z Compiling icu_collections v2.1.1
14682026-06-11T16:13:12.440Z Compiling scrypt v0.11.0
14692026-06-11T16:13:12.515Z Compiling spki v0.7.3
14702026-06-11T16:13:12.556Z Compiling tracing v0.1.44
14712026-06-11T16:13:12.570Z Compiling thiserror v2.0.18
14722026-06-11T16:13:12.648Z Compiling cbc v0.1.2
14732026-06-11T16:13:12.690Z Compiling aes v0.8.4
14742026-06-11T16:13:12.748Z Compiling darling_macro v0.20.11
14752026-06-11T16:13:12.817Z Compiling openssl-macros v0.1.1
14762026-06-11T16:13:12.846Z Compiling rustls-native-certs v0.8.3
14772026-06-11T16:13:12.888Z Compiling dtrace-parser v0.3.0
14782026-06-11T16:13:12.914Z Compiling signature v2.2.0
14792026-06-11T16:13:12.995Z Compiling scroll v0.13.0
14802026-06-11T16:13:13.117Z Compiling icu_provider v2.1.1
14812026-06-11T16:13:13.156Z Compiling pkcs5 v0.7.1
14822026-06-11T16:13:13.285Z Compiling darling v0.20.11
14832026-06-11T16:13:13.299Z Compiling goblin v0.10.5
14842026-06-11T16:13:13.303Z Compiling webpki-roots v1.0.6
14852026-06-11T16:13:13.330Z Compiling bytes v1.11.1
14862026-06-11T16:13:13.381Z Compiling icu_properties v2.1.2
14872026-06-11T16:13:13.397Z Compiling icu_normalizer v2.1.1
14882026-06-11T16:13:13.427Z Compiling chrono v0.4.44
14892026-06-11T16:13:13.442Z Compiling ipnet v2.11.0
14902026-06-11T16:13:13.454Z Compiling pkcs8 v0.10.2
14912026-06-11T16:13:13.652Z Compiling derive_builder_core v0.20.2
14922026-06-11T16:13:13.660Z Compiling thiserror-impl v1.0.69
14932026-06-11T16:13:13.776Z Compiling scroll_derive v0.12.1
14942026-06-11T16:13:13.795Z Compiling tokio v1.52.1
14952026-06-11T16:13:13.843Z Compiling http v1.4.0
14962026-06-11T16:13:13.956Z Compiling serde_spanned v0.6.9
14972026-06-11T16:13:13.970Z Compiling toml_datetime v0.6.11
14982026-06-11T16:13:13.973Z Compiling serde_tokenstream v0.2.3
14992026-06-11T16:13:14.119Z Compiling serde_urlencoded v0.7.1
15002026-06-11T16:13:14.372Z Compiling idna_adapter v1.2.1
15012026-06-11T16:13:14.421Z Compiling ppv-lite86 v0.2.21
15022026-06-11T16:13:14.446Z Compiling erased-serde v0.3.31
15032026-06-11T16:13:14.504Z Compiling idna v1.1.0
15042026-06-11T16:13:14.545Z Compiling http-body v1.0.1
15052026-06-11T16:13:14.573Z Compiling scroll v0.12.0
15062026-06-11T16:13:14.590Z Compiling md-5 v0.10.6
15072026-06-11T16:13:14.594Z Compiling darling_macro v0.21.3
15082026-06-11T16:13:14.632Z Compiling derive_builder_macro v0.20.2
15092026-06-11T16:13:14.715Z Compiling rand_chacha v0.9.0
15102026-06-11T16:13:14.715Z Compiling http-body-util v0.1.3
15112026-06-11T16:13:14.773Z Compiling rand_chacha v0.3.1
15122026-06-11T16:13:14.793Z Compiling url v2.5.8
15132026-06-11T16:13:14.865Z Compiling bstr v1.12.1
15142026-06-11T16:13:14.883Z Compiling pin-project-internal v1.1.11
15152026-06-11T16:13:14.956Z Compiling rand v0.9.2
15162026-06-11T16:13:14.990Z Compiling zerocopy-derive v0.7.35
15172026-06-11T16:13:15.024Z Compiling thiserror v1.0.69
15182026-06-11T16:13:15.130Z Compiling async-trait v0.1.89
15192026-06-11T16:13:15.134Z Compiling vergen-lib v9.1.0
15202026-06-11T16:13:15.145Z Compiling curve25519-dalek v4.1.3
15212026-06-11T16:13:15.186Z Compiling ff v0.13.1
15222026-06-11T16:13:15.353Z Compiling hash32 v0.2.1
15232026-06-11T16:13:15.444Z Compiling memoffset v0.9.1
15242026-06-11T16:13:15.518Z Compiling encoding_rs v0.8.35
15252026-06-11T16:13:15.538Z Compiling proptest v1.11.0
15262026-06-11T16:13:15.621Z Compiling cfg_aliases v0.2.1
15272026-06-11T16:13:15.632Z Compiling litrs v1.0.0
15282026-06-11T16:13:15.657Z Compiling num-bigint-dig v0.8.6
15292026-06-11T16:13:15.702Z Compiling zlib-rs v0.6.2
15302026-06-11T16:13:15.782Z Compiling smoltcp v0.9.1
15312026-06-11T16:13:15.873Z Compiling psl-types v2.0.11
15322026-06-11T16:13:15.897Z Compiling mime v0.3.17
15332026-06-11T16:13:15.904Z Compiling base16ct v0.2.0
15342026-06-11T16:13:16.010Z Compiling rustix v0.38.44
15352026-06-11T16:13:16.040Z Compiling dof v0.4.0
15362026-06-11T16:13:16.083Z Compiling ref-cast v1.0.25
15372026-06-11T16:13:16.100Z Compiling fallible-iterator v0.2.0
15382026-06-11T16:13:16.153Z Compiling ipnetwork v0.21.1
15392026-06-11T16:13:16.168Z Compiling document-features v0.2.12
15402026-06-11T16:13:16.215Z Compiling pin-project v1.1.11
15412026-06-11T16:13:16.329Z Compiling sec1 v0.7.3
15422026-06-11T16:13:16.358Z Compiling publicsuffix v2.3.0
15432026-06-11T16:13:16.435Z Compiling postgres-protocol v0.6.10
15442026-06-11T16:13:16.449Z Compiling oxnet v0.1.5
15452026-06-11T16:13:16.469Z Compiling zerocopy v0.7.35
15462026-06-11T16:13:16.511Z Compiling nix v0.31.2
15472026-06-11T16:13:16.670Z Compiling group v0.13.0
15482026-06-11T16:13:16.691Z Compiling darling v0.21.3
15492026-06-11T16:13:16.695Z Compiling derive_builder v0.20.2
15502026-06-11T16:13:16.804Z Compiling rand v0.8.6
15512026-06-11T16:13:16.867Z Compiling goblin v0.8.2
15522026-06-11T16:13:16.883Z Compiling futures-executor v0.3.32
15532026-06-11T16:13:16.907Z Compiling hubpack_derive v0.1.1
15542026-06-11T16:13:17.019Z Compiling hex v0.4.3
15552026-06-11T16:13:17.035Z Compiling hkdf v0.12.4
15562026-06-11T16:13:17.083Z Compiling crypto-bigint v0.5.5
15572026-06-11T16:13:17.159Z Compiling regex v1.12.3
15582026-06-11T16:13:17.235Z Compiling num-iter v0.1.45
15592026-06-11T16:13:17.253Z Compiling snafu-derive v0.8.9
15602026-06-11T16:13:17.256Z Compiling ref-cast-impl v1.0.25
15612026-06-11T16:13:17.308Z Compiling daft-derive v0.1.7
15622026-06-11T16:13:17.378Z Compiling curve25519-dalek-derive v0.1.1
15632026-06-11T16:13:17.392Z Compiling strum_macros v0.27.2
15642026-06-11T16:13:17.590Z Compiling tokio-util v0.7.18
15652026-06-11T16:13:17.619Z Compiling tower v0.5.3
15662026-06-11T16:13:17.653Z Compiling tokio-native-tls v0.3.1
15672026-06-11T16:13:17.843Z Compiling newtype-uuid v1.3.2
15682026-06-11T16:13:17.858Z Compiling phf_shared v0.13.1
15692026-06-11T16:13:18.060Z Compiling tower-http v0.6.8
15702026-06-11T16:13:18.074Z Compiling terminal_size v0.4.3
15712026-06-11T16:13:18.104Z Compiling lazy_static v1.5.0
15722026-06-11T16:13:18.121Z Compiling anstyle-parse v0.2.7
15732026-06-11T16:13:18.132Z Compiling vergen v9.1.0
15742026-06-11T16:13:18.199Z Compiling cargo-platform v0.3.2
15752026-06-11T16:13:18.215Z Compiling fs-err v3.3.0
15762026-06-11T16:13:18.241Z Compiling ahash v0.8.12
15772026-06-11T16:13:18.314Z Compiling h2 v0.4.13
15782026-06-11T16:13:18.324Z Compiling object v0.37.3
15792026-06-11T16:13:18.338Z Compiling winnow v0.5.40
15802026-06-11T16:13:18.425Z Compiling foldhash v0.1.5
15812026-06-11T16:13:18.456Z Compiling same-file v1.0.6
15822026-06-11T16:13:18.474Z Compiling foldhash v0.2.0
15832026-06-11T16:13:18.488Z Compiling libbz2-rs-sys v0.2.2
15842026-06-11T16:13:18.614Z Compiling flate2 v1.1.9
15852026-06-11T16:13:18.630Z Compiling bitflags v1.3.2
15862026-06-11T16:13:18.646Z Compiling bumpalo v3.20.2
15872026-06-11T16:13:18.646Z Compiling managed v0.8.0
15882026-06-11T16:13:18.713Z Compiling clap_builder v4.6.0
15892026-06-11T16:13:18.781Z Compiling hashbrown v0.16.1
15902026-06-11T16:13:18.904Z Compiling bzip2 v0.6.1
15912026-06-11T16:13:18.934Z Compiling zopfli v0.8.3
15922026-06-11T16:13:19.037Z Compiling dof v0.3.0
15932026-06-11T16:13:19.284Z Compiling walkdir v2.5.0
15942026-06-11T16:13:19.334Z Compiling snafu v0.8.9
15952026-06-11T16:13:19.348Z Compiling hashbrown v0.15.5
15962026-06-11T16:13:19.516Z Compiling cargo_metadata v0.23.1
15972026-06-11T16:13:19.534Z Compiling strum v0.27.2
15982026-06-11T16:13:19.566Z Compiling daft v0.1.7
15992026-06-11T16:13:19.619Z Compiling anstream v0.6.21
16002026-06-11T16:13:19.716Z Compiling phf v0.13.1
16012026-06-11T16:13:19.739Z Compiling elliptic-curve v0.13.8
16022026-06-11T16:13:19.869Z Compiling toml_edit v0.19.15
16032026-06-11T16:13:19.884Z Compiling signal-hook-mio v0.2.5
16042026-06-11T16:13:19.949Z Compiling usdt-attr-macro v0.6.0
16052026-06-11T16:13:19.952Z Compiling usdt-macro v0.6.0
16062026-06-11T16:13:19.952Z Compiling cookie_store v0.22.1
16072026-06-11T16:13:20.022Z Compiling hubpack v0.1.2
16082026-06-11T16:13:20.025Z Compiling bzip2 v0.4.4
16092026-06-11T16:13:20.170Z Compiling futures v0.3.32
16102026-06-11T16:13:20.266Z Compiling postgres-types v0.2.12
16112026-06-11T16:13:20.270Z Compiling serde_with_macros v3.17.0
16122026-06-11T16:13:20.399Z Compiling zstd v0.13.3
16132026-06-11T16:13:20.434Z Compiling globset v0.4.18
16142026-06-11T16:13:20.669Z Compiling dtrace-parser v0.2.0
16152026-06-11T16:13:20.703Z Compiling pkcs1 v0.7.5
16162026-06-11T16:13:20.802Z Compiling ed25519 v2.2.3
16172026-06-11T16:13:20.822Z Compiling serde_plain v1.0.2
16182026-06-11T16:13:20.865Z Compiling olpc-cjson v0.1.4
16192026-06-11T16:13:20.940Z Compiling serde-big-array v0.5.1
16202026-06-11T16:13:21.074Z Compiling rfc6979 v0.4.0
16212026-06-11T16:13:21.096Z Compiling clap_derive v4.6.1
16222026-06-11T16:13:21.137Z Compiling serde_repr v0.1.20
16232026-06-11T16:13:21.152Z Compiling strum_macros v0.26.4
16242026-06-11T16:13:21.164Z Compiling enum-as-inner v0.6.1
16252026-06-11T16:13:21.170Z Compiling async-recursion v1.1.1
16262026-06-11T16:13:21.431Z Compiling hyper v1.8.1
16272026-06-11T16:13:21.462Z Compiling phf_shared v0.11.3
16282026-06-11T16:13:21.476Z Compiling float-cmp v0.10.0
16292026-06-11T16:13:21.644Z Compiling pem v3.0.6
16302026-06-11T16:13:21.680Z Compiling memmap2 v0.9.10
16312026-06-11T16:13:21.692Z Compiling thread-id v4.2.2
16322026-06-11T16:13:21.713Z Compiling env_filter v1.0.0
16332026-06-11T16:13:21.729Z Compiling keccak v0.1.6
16342026-06-11T16:13:21.796Z Compiling fixedbitset v0.5.7
16352026-06-11T16:13:21.880Z Compiling data-encoding v2.10.0
16362026-06-11T16:13:21.904Z Compiling static_assertions v1.1.0
16372026-06-11T16:13:21.919Z Compiling predicates-core v1.0.10
16382026-06-11T16:13:21.992Z Compiling new_debug_unreachable v1.0.6
16392026-06-11T16:13:22.017Z Compiling difflib v0.4.0
16402026-06-11T16:13:22.036Z Compiling jiff v0.2.21
16412026-06-11T16:13:22.076Z Compiling normalize-line-endings v0.3.0
16422026-06-11T16:13:22.113Z Compiling typed-path v0.9.3
16432026-06-11T16:13:22.124Z Compiling fixedbitset v0.4.2
16442026-06-11T16:13:22.179Z Compiling precomputed-hash v0.1.1
16452026-06-11T16:13:22.280Z Compiling whoami v2.1.0
16462026-06-11T16:13:22.364Z Compiling either v1.15.0
16472026-06-11T16:13:22.443Z Compiling petgraph v0.6.5
16482026-06-11T16:13:22.555Z Compiling hyper-util v0.1.20
16492026-06-11T16:13:22.577Z Compiling itertools v0.13.0
16502026-06-11T16:13:22.596Z Compiling tokio-postgres v0.7.16
16512026-06-11T16:13:22.596Z Compiling string_cache v0.8.9
16522026-06-11T16:13:22.615Z Compiling predicates v3.1.4
16532026-06-11T16:13:22.701Z Compiling hickory-proto v0.25.2
16542026-06-11T16:13:22.754Z Compiling petgraph v0.8.3
16552026-06-11T16:13:22.850Z Compiling toml_edit v0.22.27
16562026-06-11T16:13:22.876Z Compiling clap v4.6.1
16572026-06-11T16:13:22.937Z Compiling strum v0.26.3
16582026-06-11T16:13:22.977Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16592026-06-11T16:13:23.037Z Compiling sha3 v0.10.8
16602026-06-11T16:13:23.081Z Compiling env_logger v0.11.9
16612026-06-11T16:13:23.277Z Compiling usdt v0.6.0
16622026-06-11T16:13:23.352Z Compiling usdt-impl v0.5.0
16632026-06-11T16:13:23.451Z Compiling serde_with v3.17.0
16642026-06-11T16:13:23.507Z Compiling toml v0.7.8
16652026-06-11T16:13:23.558Z Compiling crossterm v0.28.1
16662026-06-11T16:13:23.820Z Compiling ecdsa v0.16.9
16672026-06-11T16:13:23.938Z Compiling hyper-tls v0.6.0
16682026-06-11T16:13:23.963Z Compiling ed25519-dalek v2.2.0
16692026-06-11T16:13:24.118Z Compiling rsa v0.9.10
16702026-06-11T16:13:24.337Z Compiling zip v0.6.6
16712026-06-11T16:13:24.647Z Compiling zip v4.6.1
16722026-06-11T16:13:24.678Z Compiling iddqd v0.4.2
16732026-06-11T16:13:24.943Z Compiling toml_parser v1.0.9+spec-1.1.0
16742026-06-11T16:13:25.071Z Compiling tokio-stream v0.1.18
16752026-06-11T16:13:25.171Z Compiling buf-list v1.1.2
16762026-06-11T16:13:25.214Z Compiling similar v2.7.0
16772026-06-11T16:13:25.344Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-11T16:13:25.464Z Compiling openapiv3 v2.2.0
16792026-06-11T16:13:25.563Z Compiling x509-cert v0.2.5
16802026-06-11T16:13:25.606Z Compiling sha1 v0.10.6
16812026-06-11T16:13:25.620Z Compiling crossbeam-epoch v0.9.18
16822026-06-11T16:13:25.639Z Compiling peg-runtime v0.8.5
16832026-06-11T16:13:25.665Z Compiling lalrpop-util v0.19.12
16842026-06-11T16:13:25.806Z Compiling thread_local v1.1.9
16852026-06-11T16:13:25.830Z Compiling slog-async v2.8.0
16862026-06-11T16:13:25.861Z Compiling crossbeam-channel v0.5.15
16872026-06-11T16:13:25.882Z Compiling is-terminal v0.4.17
16882026-06-11T16:13:25.944Z Compiling filetime v0.2.27
16892026-06-11T16:13:25.969Z Compiling term v1.2.1
16902026-06-11T16:13:25.989Z Compiling xattr v1.6.1
16912026-06-11T16:13:26.017Z Compiling take_mut v0.2.2
16922026-06-11T16:13:26.127Z Compiling tar v0.4.45
16932026-06-11T16:13:26.339Z Compiling slog-term v2.9.2
16942026-06-11T16:13:43.932Z Compiling rustls-webpki v0.103.9
16952026-06-11T16:13:46.639Z Compiling tokio-rustls v0.26.4
16962026-06-11T16:13:46.639Z Compiling rustls-platform-verifier v0.6.2
16972026-06-11T16:13:46.830Z Compiling hyper-rustls v0.27.7
16982026-06-11T16:13:47.033Z Compiling reqwest v0.12.28
16992026-06-11T16:13:47.033Z Compiling reqwest v0.13.2
17002026-06-11T16:13:48.333Z Compiling tough v0.22.0
17012026-06-11T16:13:50.745Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17022026-06-11T16:13:50.972Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17032026-06-11T16:13:53.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.74s
17042026-06-11T16:13:53.962Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17052026-06-11T16:13:54.004ZJun 11 16:13:53.658 INFO Starting download, target: Cockroach
17062026-06-11T16:13:54.004ZJun 11 16:13:53.658 INFO Starting download, target: DendriteStub
17072026-06-11T16:13:54.004ZJun 11 16:13:53.659 INFO Starting download, target: Clickhouse
17082026-06-11T16:13:54.004ZJun 11 16:13:53.659 INFO Starting download, target: Console
17092026-06-11T16:13:54.004ZJun 11 16:13:53.659 INFO Starting download, target: MaghemiteMgd
17102026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Starting download, target: TransceiverControl
17112026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Starting download, target: MaghemiteDdmd
17122026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17132026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17152026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17162026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17172026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-06-11T16:13:54.008ZJun 11 16:13:53.659 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-06-11T16:13:54.545ZJun 11 16:13:54.145 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-06-11T16:13:54.745ZJun 11 16:13:54.355 INFO Download complete, target: TransceiverControl
17212026-06-11T16:13:55.032ZJun 11 16:13:54.661 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-11T16:13:55.302ZJun 11 16:13:54.916 INFO Download complete, target: Console
17232026-06-11T16:13:55.931ZJun 11 16:13:55.543 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-06-11T16:13:56.955ZJun 11 16:13:56.602 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17252026-06-11T16:13:57.330ZJun 11 16:13:56.960 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-06-11T16:13:57.429ZJun 11 16:13:57.064 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-06-11T16:13:57.900ZJun 11 16:13:57.555 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17282026-06-11T16:13:57.900ZJun 11 16:13:57.555 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17292026-06-11T16:13:58.835ZJun 11 16:13:58.491 INFO Download complete, target: MaghemiteDdmd
17302026-06-11T16:14:00.087ZJun 11 16:13:59.742 INFO Download complete, target: MaghemiteMgd
17312026-06-11T16:14:00.112ZJun 11 16:13:59.768 INFO Download complete, target: DendriteStub
17322026-06-11T16:14:02.683ZJun 11 16:14:02.328 INFO Checking that binary works, target: Cockroach
17332026-06-11T16:14:02.798ZJun 11 16:14:02.452 INFO Download complete, target: Cockroach
17342026-06-11T16:14:02.854ZJun 11 16:14:02.493 INFO Checking that binary works, target: Clickhouse
17352026-06-11T16:14:02.924ZJun 11 16:14:02.579 INFO Download complete, target: Clickhouse
17362026-06-11T16:14:02.929ZAll prerequisites installed successfully
17372026-06-11T16:14:02.936Z
17382026-06-11T16:14:02.936Zreal 2:06.313097657
17392026-06-11T16:14:02.936Zuser 6:56.154721935
17402026-06-11T16:14:02.936Zsys 1:45.850157269
17412026-06-11T16:14:02.936Ztrap 0.264081566
17422026-06-11T16:14:02.936Ztflt 1.384248317
17432026-06-11T16:14:02.936Zdflt 2.049228489
17442026-06-11T16:14:02.936Zkflt 0.031150682
17452026-06-11T16:14:02.936Zlock 22:35.471329775
17462026-06-11T16:14:02.936Zslp 19:07.743226517
17472026-06-11T16:14:02.936Zlat 24.072711815
17482026-06-11T16:14:02.936Zstop 2:52.225696189
17492026-06-11T16:14:02.936Z+ ptime -m cargo xtask download softnpu
17502026-06-11T16:14:03.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17512026-06-11T16:14:03.506Z Running `target/debug/xtask download softnpu`
17522026-06-11T16:14:04.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17532026-06-11T16:14:04.335Z Running `target/debug/xtask-downloader softnpu`
17542026-06-11T16:14:04.374ZJun 11 16:14:04.005 INFO Starting download, target: Softnpu
17552026-06-11T16:14:04.381ZJun 11 16:14:04.006 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17562026-06-11T16:14:05.098ZJun 11 16:14:04.753 INFO Download complete, target: Softnpu
17572026-06-11T16:14:05.103Z
17582026-06-11T16:14:05.104Zreal 2.165174036
17592026-06-11T16:14:05.104Zuser 1.352698518
17602026-06-11T16:14:05.104Zsys 0.657409749
17612026-06-11T16:14:05.104Ztrap 0.000710322
17622026-06-11T16:14:05.104Ztflt 0.000111392
17632026-06-11T16:14:05.104Zdflt 0.000219409
17642026-06-11T16:14:05.104Zkflt 0.000000000
17652026-06-11T16:14:05.104Zlock 13.850938276
17662026-06-11T16:14:05.104Zslp 0.593186681
17672026-06-11T16:14:05.104Zlat 0.084874609
17682026-06-11T16:14:05.104Zstop 0.000195209
17692026-06-11T16:14:05.104Z+ export CARGO_INCREMENTAL=0
17702026-06-11T16:14:05.104Z+ CARGO_INCREMENTAL=0
17712026-06-11T16:14:05.104Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17722026-06-11T16:14:05.994Z Compiling proc-macro2 v1.0.106
17732026-06-11T16:14:05.994Z Compiling quote v1.0.45
17742026-06-11T16:14:05.998Z Compiling unicode-ident v1.0.24
17752026-06-11T16:14:05.998Z Compiling libc v0.2.185
17762026-06-11T16:14:05.998Z Compiling serde_core v1.0.228
17772026-06-11T16:14:05.998Z Compiling serde v1.0.228
17782026-06-11T16:14:05.998Z Compiling cfg-if v1.0.4
17792026-06-11T16:14:05.998Z Compiling version_check v0.9.5
17802026-06-11T16:14:06.139Z Compiling shlex v1.3.0
17812026-06-11T16:14:06.142Z Compiling find-msvc-tools v0.1.9
17822026-06-11T16:14:06.142Z Compiling typenum v1.19.0
17832026-06-11T16:14:06.142Z Compiling autocfg v1.5.0
17842026-06-11T16:14:06.142Z Compiling zmij v1.0.21
17852026-06-11T16:14:06.142Z Compiling memchr v2.8.0
17862026-06-11T16:14:06.142Z Compiling serde_json v1.0.149
17872026-06-11T16:14:06.419Z Compiling portable-atomic v1.13.1
17882026-06-11T16:14:06.438Z Compiling libm v0.2.16
17892026-06-11T16:14:06.457Z Compiling zerocopy v0.8.40
17902026-06-11T16:14:06.475Z Compiling generic-array v0.14.7
17912026-06-11T16:14:06.480Z Compiling parking_lot_core v0.9.12
17922026-06-11T16:14:06.525Z Compiling smallvec v1.15.1
17932026-06-11T16:14:06.588Z Compiling num-traits v0.2.19
17942026-06-11T16:14:06.594Z Compiling icu_properties_data v2.1.2
17952026-06-11T16:14:06.769Z Compiling icu_normalizer_data v2.1.1
17962026-06-11T16:14:06.787Z Compiling itoa v1.0.17
17972026-06-11T16:14:06.799Z Compiling getrandom v0.4.1
17982026-06-11T16:14:06.823Z Compiling log v0.4.29
17992026-06-11T16:14:06.930Z Compiling stable_deref_trait v1.2.1
18002026-06-11T16:14:06.965Z Compiling pkg-config v0.3.32
18012026-06-11T16:14:06.981Z Compiling subtle v2.6.1
18022026-06-11T16:14:07.139Z Compiling scopeguard v1.2.0
18032026-06-11T16:14:07.214Z Compiling litemap v0.8.1
18042026-06-11T16:14:07.261Z Compiling jobserver v0.1.34
18052026-06-11T16:14:07.280Z Compiling getrandom v0.2.17
18062026-06-11T16:14:07.338Z Compiling errno v0.3.14
18072026-06-11T16:14:07.369Z Compiling lock_api v0.4.14
18082026-06-11T16:14:07.472Z Compiling rand_core v0.6.4
18092026-06-11T16:14:07.492Z Compiling cc v1.2.56
18102026-06-11T16:14:07.560Z Compiling percent-encoding v2.3.2
18112026-06-11T16:14:07.596Z Compiling fnv v1.0.7
18122026-06-11T16:14:07.598Z Compiling writeable v0.6.2
18132026-06-11T16:14:07.652Z Compiling thiserror v2.0.18
18142026-06-11T16:14:07.669Z Compiling syn v2.0.117
18152026-06-11T16:14:07.694Z Compiling pin-project-lite v0.2.17
18162026-06-11T16:14:07.781Z Compiling getrandom v0.3.4
18172026-06-11T16:14:07.829Z Compiling equivalent v1.0.2
18182026-06-11T16:14:07.832Z Compiling rand_core v0.10.0
18192026-06-11T16:14:07.879Z Compiling fs_extra v1.3.0
18202026-06-11T16:14:07.944Z Compiling schemars v0.8.22
18212026-06-11T16:14:07.955Z Compiling rustversion v1.0.22
18222026-06-11T16:14:07.955Z Compiling dunce v1.0.5
18232026-06-11T16:14:08.004Z Compiling rustix v1.1.3
18242026-06-11T16:14:08.072Z Compiling critical-section v1.2.0
18252026-06-11T16:14:08.100Z Compiling utf8_iter v1.0.4
18262026-06-11T16:14:08.178Z Compiling form_urlencoded v1.2.2
18272026-06-11T16:14:08.237Z Compiling cmake v0.1.57
18282026-06-11T16:14:08.248Z Compiling hashbrown v0.17.0
18292026-06-11T16:14:08.293Z Compiling signal-hook-registry v1.4.8
18302026-06-11T16:14:08.326Z Compiling const-oid v0.9.6
18312026-06-11T16:14:08.473Z Compiling semver v1.0.28
18322026-06-11T16:14:08.607Z Compiling bitflags v2.11.0
18332026-06-11T16:14:08.687Z Compiling once_cell v1.21.3
18342026-06-11T16:14:08.770Z Compiling indexmap v2.14.0
18352026-06-11T16:14:08.801Z Compiling parking_lot v0.12.5
18362026-06-11T16:14:08.817Z Compiling socket2 v0.6.3
18372026-06-11T16:14:08.832Z Compiling ring v0.17.14
18382026-06-11T16:14:08.835Z Compiling aws-lc-sys v0.40.0
18392026-06-11T16:14:08.866Z Compiling mio v1.2.0
18402026-06-11T16:14:09.013Z Compiling aws-lc-rs v1.16.3
18412026-06-11T16:14:09.048Z Compiling futures-core v0.3.32
18422026-06-11T16:14:09.132Z Compiling thiserror v1.0.69
18432026-06-11T16:14:09.150Z Compiling httparse v1.10.1
18442026-06-11T16:14:09.165Z Compiling strsim v0.11.1
18452026-06-11T16:14:09.347Z Compiling iana-time-zone v0.1.65
18462026-06-11T16:14:09.432Z Compiling byteorder v1.5.0
18472026-06-11T16:14:09.448Z Compiling ucd-trie v0.1.7
18482026-06-11T16:14:09.452Z Compiling vcpkg v0.2.15
18492026-06-11T16:14:09.532Z Compiling syn v1.0.109
18502026-06-11T16:14:09.539Z Compiling regex-syntax v0.8.10
18512026-06-11T16:14:09.563Z Compiling ident_case v1.0.1
18522026-06-11T16:14:09.593Z Compiling heck v0.5.0
18532026-06-11T16:14:09.641Z Compiling pest v2.8.6
18542026-06-11T16:14:09.658Z Compiling uuid v1.23.0
18552026-06-11T16:14:09.718Z Compiling cpufeatures v0.2.17
18562026-06-11T16:14:09.870Z Compiling rustls v0.23.37
18572026-06-11T16:14:09.954Z Compiling rustc_version v0.4.1
18582026-06-11T16:14:10.026Z Compiling futures-sink v0.3.32
18592026-06-11T16:14:10.092Z Compiling openssl-sys v0.9.115
18602026-06-11T16:14:10.166Z Compiling futures-channel v0.3.32
18612026-06-11T16:14:10.246Z Compiling aho-corasick v1.1.4
18622026-06-11T16:14:10.260Z Compiling slab v0.4.12
18632026-06-11T16:14:10.291Z Compiling futures-io v0.3.32
18642026-06-11T16:14:10.446Z Compiling synstructure v0.13.2
18652026-06-11T16:14:10.473Z Compiling serde_derive_internals v0.29.1
18662026-06-11T16:14:10.489Z Compiling futures-task v0.3.32
18672026-06-11T16:14:10.494Z Compiling dyn-clone v1.0.20
18682026-06-11T16:14:10.646Z Compiling plain v0.2.3
18692026-06-11T16:14:10.720Z Compiling pest_meta v2.8.6
18702026-06-11T16:14:10.766Z Compiling crc32fast v1.5.0
18712026-06-11T16:14:10.786Z Compiling crossbeam-utils v0.8.21
18722026-06-11T16:14:10.792Z Compiling num-conv v0.2.0
18732026-06-11T16:14:10.815Z Compiling time-core v0.1.8
18742026-06-11T16:14:10.929Z Compiling openssl v0.10.79
18752026-06-11T16:14:10.952Z Compiling base64 v0.22.1
18762026-06-11T16:14:10.992Z Compiling time-macros v0.2.27
18772026-06-11T16:14:11.075Z Compiling regex-automata v0.4.14
18782026-06-11T16:14:11.120Z Compiling pretty-hex v0.4.1
18792026-06-11T16:14:11.230Z Compiling native-tls v0.2.18
18802026-06-11T16:14:11.246Z Compiling base64ct v1.8.3
18812026-06-11T16:14:11.260Z Compiling anyhow v1.0.102
18822026-06-11T16:14:11.280Z Compiling darling_core v0.21.3
18832026-06-11T16:14:11.385Z Compiling pest_generator v2.8.6
18842026-06-11T16:14:11.465Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18852026-06-11T16:14:11.520Z Compiling pem-rfc7468 v0.7.0
18862026-06-11T16:14:11.549Z Compiling flagset v0.4.7
18872026-06-11T16:14:11.584Z Compiling rand_core v0.9.5
18882026-06-11T16:14:11.682Z Compiling slog v2.8.2
18892026-06-11T16:14:11.717Z Compiling tracing-core v0.1.36
18902026-06-11T16:14:11.734Z Compiling serde_derive v1.0.228
18912026-06-11T16:14:11.811Z Compiling zeroize_derive v1.4.3
18922026-06-11T16:14:11.825Z Compiling zerofrom-derive v0.1.6
18932026-06-11T16:14:11.920Z Compiling yoke-derive v0.8.1
18942026-06-11T16:14:11.941Z Compiling zerovec-derive v0.11.2
18952026-06-11T16:14:12.016Z Compiling displaydoc v0.2.5
18962026-06-11T16:14:12.117Z Compiling zerocopy-derive v0.8.40
18972026-06-11T16:14:12.117Z Compiling tokio-macros v2.7.0
18982026-06-11T16:14:12.260Z Compiling futures-macro v0.3.32
18992026-06-11T16:14:12.450Z Compiling zeroize v1.8.2
19002026-06-11T16:14:12.736Z Compiling thiserror-impl v2.0.18
19012026-06-11T16:14:12.810Z Compiling schemars_derive v0.8.22
19022026-06-11T16:14:12.895Z Compiling tracing-attributes v0.1.31
19032026-06-11T16:14:12.933Z Compiling der_derive v0.7.3
19042026-06-11T16:14:12.983Z Compiling thiserror-impl v1.0.69
19052026-06-11T16:14:13.003Z Compiling zerofrom v0.1.6
19062026-06-11T16:14:13.154Z Compiling yoke v0.8.1
19072026-06-11T16:14:13.330Z Compiling crypto-common v0.1.7
19082026-06-11T16:14:13.420Z Compiling zerovec v0.11.5
19092026-06-11T16:14:13.476Z Compiling zerotrie v0.2.3
19102026-06-11T16:14:13.550Z Compiling block-buffer v0.10.4
19112026-06-11T16:14:13.833Z Compiling digest v0.10.7
19122026-06-11T16:14:13.907Z Compiling tinystr v0.8.2
19132026-06-11T16:14:13.925Z Compiling potential_utf v0.1.4
19142026-06-11T16:14:14.025Z Compiling pest_derive v2.8.6
19152026-06-11T16:14:14.139Z Compiling hmac v0.12.1
19162026-06-11T16:14:14.154Z Compiling icu_collections v2.1.1
19172026-06-11T16:14:14.154Z Compiling icu_locale_core v2.1.1
19182026-06-11T16:14:14.154Z Compiling futures-util v0.3.32
19192026-06-11T16:14:14.205Z Compiling block-padding v0.3.3
19202026-06-11T16:14:14.225Z Compiling sha2 v0.10.9
19212026-06-11T16:14:14.377Z Compiling inout v0.1.4
19222026-06-11T16:14:14.549Z Compiling cipher v0.4.4
19232026-06-11T16:14:14.620Z Compiling rustls-pki-types v1.14.0
19242026-06-11T16:14:14.805Z Compiling scroll_derive v0.12.1
19252026-06-11T16:14:14.820Z Compiling icu_provider v2.1.1
19262026-06-11T16:14:14.867Z Compiling openssl-macros v0.1.1
19272026-06-11T16:14:14.971Z Compiling bytes v1.11.1
19282026-06-11T16:14:15.043Z Compiling chrono v0.4.44
19292026-06-11T16:14:15.259Z Compiling icu_properties v2.1.2
19302026-06-11T16:14:15.288Z Compiling icu_normalizer v2.1.1
19312026-06-11T16:14:15.452Z Compiling serde_tokenstream v0.2.3
19322026-06-11T16:14:15.487Z Compiling tokio v1.52.1
19332026-06-11T16:14:15.888Z Compiling scroll_derive v0.13.1
19342026-06-11T16:14:16.260Z Compiling idna_adapter v1.2.1
19352026-06-11T16:14:16.421Z Compiling idna v1.1.0
19362026-06-11T16:14:16.463Z Compiling ppv-lite86 v0.2.21
19372026-06-11T16:14:16.707Z Compiling http v1.4.0
19382026-06-11T16:14:16.766Z Compiling url v2.5.8
19392026-06-11T16:14:16.827Z Compiling der v0.7.10
19402026-06-11T16:14:16.842Z Compiling darling_macro v0.21.3
19412026-06-11T16:14:16.883Z Compiling regex v1.12.3
19422026-06-11T16:14:16.952Z Compiling zerocopy-derive v0.7.35
19432026-06-11T16:14:17.545Z Compiling untrusted v0.9.0
19442026-06-11T16:14:17.684Z Compiling spki v0.7.3
19452026-06-11T16:14:17.727Z Compiling darling v0.21.3
19462026-06-11T16:14:17.928Z Compiling salsa20 v0.10.2
19472026-06-11T16:14:17.985Z Compiling pbkdf2 v0.12.2
19482026-06-11T16:14:18.034Z Compiling tracing v0.1.44
19492026-06-11T16:14:18.547Z Compiling cookie v0.18.1
19502026-06-11T16:14:18.723Z Compiling camino v1.2.2
19512026-06-11T16:14:18.977Z Compiling scrypt v0.11.0
19522026-06-11T16:14:19.002Z Compiling http-body v1.0.1
19532026-06-11T16:14:19.038Z Compiling rand_chacha v0.9.0
19542026-06-11T16:14:19.049Z Compiling aes v0.8.4
19552026-06-11T16:14:19.071Z Compiling cbc v0.1.2
19562026-06-11T16:14:19.223Z Compiling tokio-util v0.7.18
19572026-06-11T16:14:19.249Z Compiling usdt-impl v0.5.0
19582026-06-11T16:14:19.249Z Compiling openssl-probe v0.2.1
19592026-06-11T16:14:19.280Z Compiling either v1.15.0
19602026-06-11T16:14:19.298Z Compiling usdt-impl v0.6.0
19612026-06-11T16:14:19.412Z Compiling tinyvec_macros v0.1.1
19622026-06-11T16:14:19.441Z Compiling unicode-segmentation v1.12.0
19632026-06-11T16:14:19.458Z Compiling ref-cast v1.0.25
19642026-06-11T16:14:19.514Z Compiling untrusted v0.7.1
19652026-06-11T16:14:19.544Z Compiling fastrand v2.3.0
19662026-06-11T16:14:19.554Z Compiling paste v1.0.15
19672026-06-11T16:14:19.656Z Compiling winnow v0.7.14
19682026-06-11T16:14:19.672Z Compiling tinyvec v1.10.0
19692026-06-11T16:14:19.895Z Compiling pkcs5 v0.7.1
19702026-06-11T16:14:19.912Z Compiling rand v0.9.2
19712026-06-11T16:14:23.439Z Compiling scroll v0.13.0
19722026-06-11T16:14:23.483Z Compiling scroll v0.12.0
19732026-06-11T16:14:23.483Z Compiling serde_spanned v0.6.9
19742026-06-11T16:14:23.483Z Compiling toml_datetime v0.6.11
19752026-06-11T16:14:23.483Z Compiling async-trait v0.1.89
19762026-06-11T16:14:23.483Z Compiling heapless v0.7.17
19772026-06-11T16:14:23.483Z Compiling bzip2-sys v0.1.13+1.0.8
19782026-06-11T16:14:23.483Z Compiling tower-service v0.3.3
19792026-06-11T16:14:23.483Z Compiling zstd-safe v7.2.4
19802026-06-11T16:14:23.483Z Compiling rustix v0.38.44
19812026-06-11T16:14:23.483Z Compiling atomic-waker v1.1.2
19822026-06-11T16:14:23.483Z Compiling try-lock v0.2.5
19832026-06-11T16:14:23.483Z Compiling tower-layer v0.3.3
19842026-06-11T16:14:23.483Z Compiling signal-hook v0.3.18
19852026-06-11T16:14:23.483Z Compiling want v0.3.1
19862026-06-11T16:14:23.483Z Compiling toml_parser v1.0.9+spec-1.1.0
19872026-06-11T16:14:23.483Z Compiling h2 v0.4.13
19882026-06-11T16:14:23.484Z Compiling goblin v0.8.2
19892026-06-11T16:14:23.484Z Compiling goblin v0.10.5
19902026-06-11T16:14:23.484Z Compiling pkcs8 v0.10.2
19912026-06-11T16:14:23.484Z Compiling heck v0.4.1
19922026-06-11T16:14:23.484Z Compiling zerocopy v0.7.35
19932026-06-11T16:14:23.484Z Compiling ipnet v2.11.0
19942026-06-11T16:14:23.484Z Compiling ref-cast-impl v1.0.25
19952026-06-11T16:14:23.484Z Compiling darling_core v0.20.11
19962026-06-11T16:14:23.484Z Compiling curve25519-dalek v4.1.3
19972026-06-11T16:14:23.484Z Compiling memoffset v0.9.1
19982026-06-11T16:14:23.484Z Compiling winnow v0.5.40
19992026-06-11T16:14:23.484Z Compiling foreign-types-shared v0.1.1
20002026-06-11T16:14:23.484Z Compiling litrs v1.0.0
20012026-06-11T16:14:23.484Z Compiling httpdate v1.0.3
20022026-06-11T16:14:23.484Z Compiling pin-utils v0.1.0
20032026-06-11T16:14:23.484Z Compiling utf8parse v0.2.2
20042026-06-11T16:14:23.484Z Compiling foreign-types v0.3.2
20052026-06-11T16:14:23.484Z Compiling document-features v0.2.12
20062026-06-11T16:14:23.484Z Compiling tempfile v3.25.0
20072026-06-11T16:14:23.484Z Compiling unicode-normalization v0.1.25
20082026-06-11T16:14:23.484Z Compiling dtrace-parser v0.2.0
20092026-06-11T16:14:23.561Z Compiling toml_edit v0.19.15
20102026-06-11T16:14:23.682Z Compiling dof v0.3.0
20112026-06-11T16:14:23.698Z Compiling darling_macro v0.20.11
20122026-06-11T16:14:23.834Z Compiling dof v0.4.0
20132026-06-11T16:14:23.944Z Compiling hyper v1.8.1
20142026-06-11T16:14:24.237Z Compiling dtrace-parser v0.3.0
20152026-06-11T16:14:24.362Z Compiling pin-project-internal v1.1.11
20162026-06-11T16:14:24.400Z Compiling daft-derive v0.1.7
20172026-06-11T16:14:24.625Z Compiling spin v0.9.8
20182026-06-11T16:14:24.639Z Compiling thread-id v5.1.0
20192026-06-11T16:14:24.669Z Compiling thread-id v4.2.2
20202026-06-11T16:14:24.769Z Compiling powerfmt v0.2.0
20212026-06-11T16:14:24.854Z Compiling smoltcp v0.9.1
20222026-06-11T16:14:24.897Z Compiling num-bigint-dig v0.8.6
20232026-06-11T16:14:24.913Z Compiling anstyle v1.0.14
20242026-06-11T16:14:25.019Z Compiling cfg_aliases v0.2.1
20252026-06-11T16:14:25.054Z Compiling hyper-util v0.1.20
20262026-06-11T16:14:25.081Z Compiling deranged v0.5.8
20272026-06-11T16:14:25.121Z Compiling nix v0.31.2
20282026-06-11T16:14:25.411Z Compiling darling v0.20.11
20292026-06-11T16:14:25.514Z Compiling rustls-native-certs v0.8.3
20302026-06-11T16:14:25.564Z Compiling ipnetwork v0.21.1
20312026-06-11T16:14:25.802Z Compiling strum_macros v0.26.4
20322026-06-11T16:14:25.822Z Compiling curve25519-dalek-derive v0.1.1
20332026-06-11T16:14:25.894Z Compiling sync_wrapper v1.0.2
20342026-06-11T16:14:25.931Z Compiling wait-timeout v0.2.1
20352026-06-11T16:14:26.200Z Compiling is_terminal_polyfill v1.70.2
20362026-06-11T16:14:26.221Z Compiling siphasher v1.0.2
20372026-06-11T16:14:26.242Z Compiling colorchoice v1.0.4
20382026-06-11T16:14:26.316Z Compiling num_threads v0.1.7
20392026-06-11T16:14:26.378Z Compiling simd-adler32 v0.3.8
20402026-06-11T16:14:26.435Z Compiling anstyle-query v1.1.5
20412026-06-11T16:14:26.465Z Compiling bit-vec v0.8.0
20422026-06-11T16:14:26.506Z Compiling quick-error v1.2.3
20432026-06-11T16:14:26.631Z Compiling rusty-fork v0.3.1
20442026-06-11T16:14:26.646Z Compiling time v0.3.47
20452026-06-11T16:14:26.670Z Compiling bit-set v0.8.0
20462026-06-11T16:14:26.967Z Compiling tower v0.5.3
20472026-06-11T16:14:27.218Z Compiling derive_builder_core v0.20.2
20482026-06-11T16:14:27.406Z Compiling snafu-derive v0.8.9
20492026-06-11T16:14:27.409Z Compiling http-body-util v0.1.3
20502026-06-11T16:14:27.688Z Compiling webpki-roots v1.0.6
20512026-06-11T16:14:27.772Z Compiling signature v2.2.0
20522026-06-11T16:14:27.828Z Compiling hubpack_derive v0.1.1
20532026-06-11T16:14:27.890Z Compiling rand_xorshift v0.4.0
20542026-06-11T16:14:27.947Z Compiling strum_macros v0.27.2
20552026-06-11T16:14:28.052Z Compiling fs-err v3.3.0
20562026-06-11T16:14:28.076Z Compiling ahash v0.8.12
20572026-06-11T16:14:28.110Z Compiling iri-string v0.7.10
20582026-06-11T16:14:28.152Z Compiling object v0.37.3
20592026-06-11T16:14:28.413Z Compiling allocator-api2 v0.2.21
20602026-06-11T16:14:28.431Z Compiling ryu v1.0.23
20612026-06-11T16:14:28.513Z Compiling unarray v0.1.4
20622026-06-11T16:14:28.613Z Compiling unicode-bidi v0.3.18
20632026-06-11T16:14:28.646Z Compiling adler2 v2.0.1
20642026-06-11T16:14:28.763Z Compiling unicode-properties v0.1.4
20652026-06-11T16:14:28.779Z Compiling miniz_oxide v0.8.9
20662026-06-11T16:14:28.797Z Compiling proptest v1.11.0
20672026-06-11T16:14:28.964Z Compiling stringprep v0.1.5
20682026-06-11T16:14:28.996Z Compiling serde_urlencoded v0.7.1
20692026-06-11T16:14:29.265Z Compiling tower-http v0.6.8
20702026-06-11T16:14:29.491Z Compiling derive_builder_macro v0.20.2
20712026-06-11T16:14:29.555Z Compiling tokio-native-tls v0.3.1
20722026-06-11T16:14:29.621Z Compiling usdt-attr-macro v0.6.0
20732026-06-11T16:14:29.696Z Compiling usdt-macro v0.6.0
20742026-06-11T16:14:29.750Z Compiling anstyle-parse v1.0.0
20752026-06-11T16:14:30.233Z Compiling rand_chacha v0.3.1
20762026-06-11T16:14:30.254Z Compiling erased-serde v0.3.31
20772026-06-11T16:14:30.382Z Compiling md-5 v0.10.6
20782026-06-11T16:14:30.416Z Compiling bstr v1.12.1
20792026-06-11T16:14:30.608Z Compiling num-integer v0.1.46
20802026-06-11T16:14:30.611Z Compiling hash32 v0.2.1
20812026-06-11T16:14:30.640Z Compiling vergen-lib v9.1.0
20822026-06-11T16:14:30.712Z Compiling ff v0.13.1
20832026-06-11T16:14:30.747Z Compiling encoding_rs v0.8.35
20842026-06-11T16:14:30.802Z Compiling base16ct v0.2.0
20852026-06-11T16:14:30.829Z Compiling mime v0.3.17
20862026-06-11T16:14:30.890Z Compiling fallible-iterator v0.2.0
20872026-06-11T16:14:30.926Z Compiling psl-types v2.0.11
20882026-06-11T16:14:30.992Z Compiling zlib-rs v0.6.2
20892026-06-11T16:14:31.047Z Compiling publicsuffix v2.3.0
20902026-06-11T16:14:31.085Z Compiling sec1 v0.7.3
20912026-06-11T16:14:31.147Z Compiling num-iter v0.1.45
20922026-06-11T16:14:31.187Z Compiling postgres-protocol v0.6.10
20932026-06-11T16:14:31.218Z Compiling group v0.13.0
20942026-06-11T16:14:31.317Z Compiling newtype-uuid v1.3.2
20952026-06-11T16:14:31.579Z Compiling rand v0.8.6
20962026-06-11T16:14:31.982Z Compiling oxnet v0.1.5
20972026-06-11T16:14:32.078Z Compiling derive_builder v0.20.2
20982026-06-11T16:14:32.094Z Compiling anstream v1.0.0
20992026-06-11T16:14:32.109Z Compiling hyper-tls v0.6.0
21002026-06-11T16:14:32.162Z Compiling phf_shared v0.13.1
21012026-06-11T16:14:32.239Z Compiling pin-project v1.1.11
21022026-06-11T16:14:32.335Z Compiling lazy_static v1.5.0
21032026-06-11T16:14:32.353Z Compiling anstyle-parse v0.2.7
21042026-06-11T16:14:32.461Z Compiling terminal_size v0.4.3
21052026-06-11T16:14:32.464Z Compiling serde_with_macros v3.17.0
21062026-06-11T16:14:32.492Z Compiling futures-executor v0.3.32
21072026-06-11T16:14:32.511Z Compiling hex v0.4.3
21082026-06-11T16:14:32.656Z Compiling hkdf v0.12.4
21092026-06-11T16:14:32.678Z Compiling crypto-bigint v0.5.5
21102026-06-11T16:14:32.695Z Compiling async-recursion v1.1.1
21112026-06-11T16:14:32.714Z Compiling serde_repr v0.1.20
21122026-06-11T16:14:32.746Z Compiling clap_derive v4.6.1
21132026-06-11T16:14:32.822Z Compiling enum-as-inner v0.6.1
21142026-06-11T16:14:32.888Z Compiling vergen v9.1.0
21152026-06-11T16:14:32.910Z Compiling cargo-platform v0.3.2
21162026-06-11T16:14:33.100Z Compiling flate2 v1.1.9
21172026-06-11T16:14:33.299Z Compiling clap_lex v1.0.0
21182026-06-11T16:14:33.352Z Compiling same-file v1.0.6
21192026-06-11T16:14:33.445Z Compiling managed v0.8.0
21202026-06-11T16:14:33.460Z Compiling foldhash v0.1.5
21212026-06-11T16:14:33.512Z Compiling libbz2-rs-sys v0.2.2
21222026-06-11T16:14:33.516Z Compiling foldhash v0.2.0
21232026-06-11T16:14:33.543Z Compiling bitflags v1.3.2
21242026-06-11T16:14:33.681Z Compiling bumpalo v3.20.2
21252026-06-11T16:14:33.702Z Compiling hashbrown v0.16.1
21262026-06-11T16:14:33.782Z Compiling hashbrown v0.15.5
21272026-06-11T16:14:33.838Z Compiling elliptic-curve v0.13.8
21282026-06-11T16:14:33.940Z Compiling bzip2 v0.6.1
21292026-06-11T16:14:33.975Z Compiling zopfli v0.8.3
21302026-06-11T16:14:34.097Z Compiling walkdir v2.5.0
21312026-06-11T16:14:34.155Z Compiling clap_builder v4.6.0
21322026-06-11T16:14:34.326Z Compiling cargo_metadata v0.23.1
21332026-06-11T16:14:34.374Z Compiling futures v0.3.32
21342026-06-11T16:14:34.391Z Compiling zstd v0.13.3
21352026-06-11T16:14:34.758Z Compiling anstream v0.6.21
21362026-06-11T16:14:35.060Z Compiling phf v0.13.1
21372026-06-11T16:14:35.093Z Compiling snafu v0.8.9
21382026-06-11T16:14:35.240Z Compiling daft v0.1.7
21392026-06-11T16:14:35.525Z Compiling signal-hook-mio v0.2.5
21402026-06-11T16:14:35.542Z Compiling cookie_store v0.22.1
21412026-06-11T16:14:35.560Z Compiling postgres-types v0.2.12
21422026-06-11T16:14:35.582Z Compiling bzip2 v0.4.4
21432026-06-11T16:14:35.620Z Compiling globset v0.4.18
21442026-06-11T16:14:35.661Z Compiling strum v0.27.2
21452026-06-11T16:14:35.895Z Compiling hubpack v0.1.2
21462026-06-11T16:14:36.014Z Compiling ed25519 v2.2.3
21472026-06-11T16:14:36.063Z Compiling phf_shared v0.11.3
21482026-06-11T16:14:36.127Z Compiling crossbeam-epoch v0.9.18
21492026-06-11T16:14:36.143Z Compiling olpc-cjson v0.1.4
21502026-06-11T16:14:36.180Z Compiling pkcs1 v0.7.5
21512026-06-11T16:14:36.261Z Compiling pem v3.0.6
21522026-06-11T16:14:36.323Z Compiling serde-big-array v0.5.1
21532026-06-11T16:14:36.339Z Compiling serde_plain v1.0.2
21542026-06-11T16:14:36.398Z Compiling rfc6979 v0.4.0
21552026-06-11T16:14:36.500Z Compiling float-cmp v0.10.0
21562026-06-11T16:14:36.520Z Compiling memmap2 v0.9.10
21572026-06-11T16:14:36.537Z Compiling env_filter v1.0.0
21582026-06-11T16:14:36.555Z Compiling fixedbitset v0.5.7
21592026-06-11T16:14:36.571Z Compiling typed-path v0.9.3
21602026-06-11T16:14:36.603Z Compiling difflib v0.4.0
21612026-06-11T16:14:36.635Z Compiling normalize-line-endings v0.3.0
21622026-06-11T16:14:36.663Z Compiling jiff v0.2.21
21632026-06-11T16:14:36.755Z Compiling toml_write v0.1.2
21642026-06-11T16:14:36.759Z Compiling data-encoding v2.10.0
21652026-06-11T16:14:36.850Z Compiling predicates-core v1.0.10
21662026-06-11T16:14:36.901Z Compiling static_assertions v1.1.0
21672026-06-11T16:14:36.997Z Compiling whoami v2.1.0
21682026-06-11T16:14:37.017Z Compiling new_debug_unreachable v1.0.6
21692026-06-11T16:14:37.021Z Compiling precomputed-hash v0.1.1
21702026-06-11T16:14:37.052Z Compiling keccak v0.1.6
21712026-06-11T16:14:37.099Z Compiling fixedbitset v0.4.2
21722026-06-11T16:14:37.115Z Compiling string_cache v0.8.9
21732026-06-11T16:14:37.131Z Compiling hickory-proto v0.25.2
21742026-06-11T16:14:37.147Z Compiling predicates v3.1.4
21752026-06-11T16:14:37.276Z Compiling petgraph v0.6.5
21762026-06-11T16:14:37.325Z Compiling tokio-postgres v0.7.16
21772026-06-11T16:14:37.341Z Compiling sha3 v0.10.8
21782026-06-11T16:14:37.359Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21792026-06-11T16:14:37.630Z Compiling toml_edit v0.22.27
21802026-06-11T16:14:37.763Z Compiling petgraph v0.8.3
21812026-06-11T16:14:37.854Z Compiling env_logger v0.11.9
21822026-06-11T16:14:38.135Z Compiling usdt v0.6.0
21832026-06-11T16:14:38.264Z Compiling ecdsa v0.16.9
21842026-06-11T16:14:38.423Z Compiling rsa v0.9.10
21852026-06-11T16:14:38.693Z Compiling ed25519-dalek v2.2.0
21862026-06-11T16:14:39.308Z Compiling zip v4.6.1
21872026-06-11T16:14:39.403Z Compiling zip v0.6.6
21882026-06-11T16:14:39.756Z Compiling crossterm v0.28.1
21892026-06-11T16:14:39.962Z Compiling clap v4.6.1
21902026-06-11T16:14:40.059Z Compiling iddqd v0.4.2
21912026-06-11T16:14:40.192Z Compiling serde_with v3.17.0
21922026-06-11T16:14:40.208Z Compiling similar v2.7.0
21932026-06-11T16:14:40.311Z Compiling strum v0.26.3
21942026-06-11T16:14:40.360Z Compiling toml v0.7.8
21952026-06-11T16:14:40.474Z Compiling tokio-stream v0.1.18
21962026-06-11T16:14:40.542Z Compiling itertools v0.13.0
21972026-06-11T16:14:40.835Z Compiling buf-list v1.1.2
21982026-06-11T16:14:40.979Z Compiling x509-cert v0.2.5
21992026-06-11T16:14:41.114Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22002026-06-11T16:14:41.266Z Compiling openapiv3 v2.2.0
22012026-06-11T16:14:41.361Z Compiling sha1 v0.10.6
22022026-06-11T16:14:41.436Z Compiling peg-runtime v0.8.5
22032026-06-11T16:14:41.810Z Compiling lalrpop-util v0.19.12
22042026-06-11T16:14:56.971Z Compiling rustls-webpki v0.103.9
22052026-06-11T16:14:58.100Z Compiling macaddr v1.0.1
22062026-06-11T16:14:58.140Z Compiling structmeta-derive v0.3.0
22072026-06-11T16:14:58.300Z Compiling crucible-workspace-hack v0.1.0
22082026-06-11T16:14:58.418Z Compiling rayon-core v1.13.0
22092026-06-11T16:14:58.428Z Compiling itertools v0.14.0
22102026-06-11T16:14:58.445Z Compiling secrecy v0.10.3
22112026-06-11T16:14:58.531Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-06-11T16:14:58.564Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-11T16:14:58.645Z Compiling heapless v0.8.0
22142026-06-11T16:14:58.667Z Compiling rustls v0.22.4
22152026-06-11T16:14:58.704Z Compiling crossbeam-deque v0.8.6
22162026-06-11T16:14:58.779Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-06-11T16:14:58.822Z Compiling rustls-webpki v0.102.8
22182026-06-11T16:14:58.907Z Compiling hash32 v0.3.1
22192026-06-11T16:14:58.927Z Compiling multer v3.1.0
22202026-06-11T16:14:58.950Z Compiling thread_local v1.1.9
22212026-06-11T16:14:58.966Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-06-11T16:14:59.112Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-11T16:14:59.150Z Compiling structmeta v0.3.0
22242026-06-11T16:14:59.150Z Compiling slog-async v2.8.0
22252026-06-11T16:14:59.182Z Compiling match_cfg v0.1.0
22262026-06-11T16:14:59.198Z Compiling smoltcp v0.11.0
22272026-06-11T16:14:59.282Z Compiling compression-core v0.4.31
22282026-06-11T16:14:59.322Z Compiling unicode-width v0.2.0
22292026-06-11T16:14:59.350Z Compiling proc-macro-crate v3.4.0
22302026-06-11T16:14:59.407Z Compiling derive-ex v0.1.8
22312026-06-11T16:14:59.472Z Compiling compression-codecs v0.4.37
22322026-06-11T16:14:59.492Z Compiling hostname v0.3.1
22332026-06-11T16:14:59.683Z Compiling atomicwrites v0.4.4
22342026-06-11T16:14:59.705Z Compiling ingot-macros v0.1.1
22352026-06-11T16:14:59.725Z Compiling slog-json v2.6.1
22362026-06-11T16:14:59.808Z Compiling crossbeam-channel v0.5.15
22372026-06-11T16:14:59.860Z Compiling half v2.7.1
22382026-06-11T16:14:59.980Z Compiling newtype-uuid-macros v0.1.0
22392026-06-11T16:14:59.983Z Compiling cobs v0.3.0
22402026-06-11T16:15:00.113Z Compiling universal-hash v0.5.1
22412026-06-11T16:15:00.227Z Compiling thiserror-impl-no-std v2.0.2
22422026-06-11T16:15:00.277Z Compiling async-stream-impl v0.3.6
22432026-06-11T16:15:00.298Z Compiling serde_spanned v1.0.4
22442026-06-11T16:15:00.488Z Compiling toml_datetime v1.0.0+spec-1.1.0
22452026-06-11T16:15:00.513Z Compiling is-terminal v0.4.17
22462026-06-11T16:15:00.641Z Compiling tokio-rustls v0.26.4
22472026-06-11T16:15:00.674Z Compiling rustls-platform-verifier v0.6.2
22482026-06-11T16:15:00.723Z Compiling dropshot v0.17.0
22492026-06-11T16:15:00.854Z Compiling proc-macro-error-attr v1.0.4
22502026-06-11T16:15:00.894Z Compiling hyper-rustls v0.27.7
22512026-06-11T16:15:00.933Z Compiling convert_case v0.4.0
22522026-06-11T16:15:00.937Z Compiling ciborium-io v0.2.2
22532026-06-11T16:15:00.966Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-11T16:15:00.969Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-06-11T16:15:01.061Z Compiling term v1.2.1
22562026-06-11T16:15:01.080Z Compiling opaque-debug v0.3.1
22572026-06-11T16:15:01.160Z Compiling reqwest v0.12.28
22582026-06-11T16:15:01.176Z Compiling reqwest v0.13.2
22592026-06-11T16:15:01.198Z Compiling take_mut v0.2.2
22602026-06-11T16:15:01.254Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-11T16:15:01.270Z Compiling thiserror-no-std v2.0.2
22622026-06-11T16:15:01.274Z Compiling poly1305 v0.8.0
22632026-06-11T16:15:01.302Z Compiling derive_more v0.99.20
22642026-06-11T16:15:01.391Z Compiling slog-term v2.9.2
22652026-06-11T16:15:01.431Z Compiling tokio-rustls v0.25.0
22662026-06-11T16:15:01.762Z Compiling ciborium-ll v0.2.2
22672026-06-11T16:15:01.999Z Compiling test-strategy v0.4.5
22682026-06-11T16:15:02.084Z Compiling async-stream v0.3.6
22692026-06-11T16:15:02.211Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702026-06-11T16:15:02.296Z Compiling ingot-types v0.1.2
22712026-06-11T16:15:02.311Z Compiling postcard v1.1.3
22722026-06-11T16:15:02.673Z Compiling slog-bunyan v2.5.0
22732026-06-11T16:15:02.708Z Compiling tough v0.22.0
22742026-06-11T16:15:02.776Z Compiling ingot v0.1.1
22752026-06-11T16:15:02.881Z Compiling num_enum_derive v0.7.6
22762026-06-11T16:15:02.928Z Compiling async-compression v0.4.41
22772026-06-11T16:15:03.332Z Compiling parse-display-derive v0.10.0
22782026-06-11T16:15:03.421Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22792026-06-11T16:15:03.484Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-06-11T16:15:03.744Z Compiling proc-macro-crate v1.3.1
22812026-06-11T16:15:03.850Z Compiling waitgroup v0.1.2
22822026-06-11T16:15:03.992Z Compiling backon v1.6.0
22832026-06-11T16:15:04.028Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22842026-06-11T16:15:04.111Z Compiling password-hash v0.5.0
22852026-06-11T16:15:04.294Z Compiling chacha20 v0.9.1
22862026-06-11T16:15:04.335Z Compiling dropshot_endpoint v0.17.0
22872026-06-11T16:15:04.538Z Compiling rustls-pemfile v2.2.0
22882026-06-11T16:15:04.581Z Compiling blake2 v0.10.6
22892026-06-11T16:15:04.605Z Compiling aead v0.5.2
22902026-06-11T16:15:04.826Z Compiling foreign-types-macros v0.2.3
22912026-06-11T16:15:04.847Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-11T16:15:04.924Z Compiling serde_path_to_error v0.1.20
22932026-06-11T16:15:05.043Z Compiling hostname v0.4.2
22942026-06-11T16:15:05.072Z Compiling proc-macro-error v1.0.4
22952026-06-11T16:15:05.112Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-11T16:15:05.130Z Compiling instant v0.1.13
22972026-06-11T16:15:05.232Z Compiling cpufeatures v0.3.0
22982026-06-11T16:15:05.268Z Compiling debug-ignore v1.0.5
22992026-06-11T16:15:05.283Z Compiling typeid v1.0.3
23002026-06-11T16:15:05.303Z Compiling foreign-types-shared v0.3.1
23012026-06-11T16:15:05.339Z Compiling chacha20 v0.10.0
23022026-06-11T16:15:05.393Z Compiling backoff v0.4.0
23032026-06-11T16:15:05.410Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23042026-06-11T16:15:05.426Z Compiling argon2 v0.5.3
23052026-06-11T16:15:05.429Z Compiling parse-display v0.10.0
23062026-06-11T16:15:05.461Z Compiling foreign-types v0.5.0
23072026-06-11T16:15:05.482Z Compiling chacha20poly1305 v0.10.1
23082026-06-11T16:15:05.516Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-11T16:15:05.531Z Compiling num_enum_derive v0.5.11
23102026-06-11T16:15:05.565Z Compiling num_enum v0.7.6
23112026-06-11T16:15:05.638Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-06-11T16:15:05.654Z Compiling ciborium v0.2.2
23132026-06-11T16:15:05.691Z Compiling vsss-rs v3.3.4
23142026-06-11T16:15:05.852Z Compiling tabwriter v1.4.1
23152026-06-11T16:15:06.022Z Compiling regress v0.10.5
23162026-06-11T16:15:06.236Z Compiling byte-wrapper v0.1.0
23172026-06-11T16:15:06.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-06-11T16:15:06.328Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23192026-06-11T16:15:06.457Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-06-11T16:15:06.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23212026-06-11T16:15:06.514Z Compiling cstr-argument v0.1.2
23222026-06-11T16:15:06.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-06-11T16:15:06.708Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23242026-06-11T16:15:06.763Z Compiling erased-serde v0.4.9
23252026-06-11T16:15:06.931Z Compiling humantime v2.3.0
23262026-06-11T16:15:06.947Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-06-11T16:15:07.085Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-06-11T16:15:07.106Z Compiling num_enum v0.5.11
23292026-06-11T16:15:07.137Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-06-11T16:15:07.188Z Compiling rand v0.10.0
23312026-06-11T16:15:07.226Z Compiling rayon v1.11.0
23322026-06-11T16:15:07.252Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-06-11T16:15:07.324Z Compiling colored v3.1.1
23342026-06-11T16:15:07.397Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-11T16:15:07.415Z Compiling indent_write v2.2.0
23362026-06-11T16:15:07.444Z Compiling libefi-sys v0.1.0
23372026-06-11T16:15:07.522Z Compiling zone_cfg_derive v0.3.1
23382026-06-11T16:15:07.539Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-11T16:15:07.611Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23402026-06-11T16:15:07.638Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23412026-06-11T16:15:07.683Z Compiling camino-tempfile v1.4.1
23422026-06-11T16:15:07.879Z Compiling itertools v0.12.1
23432026-06-11T16:15:08.005Z Compiling usdt-macro v0.5.0
23442026-06-11T16:15:08.032Z Compiling usdt-attr-macro v0.5.0
23452026-06-11T16:15:08.106Z Compiling bitfield-struct v0.6.2
23462026-06-11T16:15:08.170Z Compiling num-derive v0.4.2
23472026-06-11T16:15:08.186Z Compiling blake3 v1.8.3
23482026-06-11T16:15:08.189Z Compiling ordered-float v2.10.1
23492026-06-11T16:15:08.493Z Compiling sigpipe v0.1.3
23502026-06-11T16:15:08.559Z Compiling memmap v0.7.0
23512026-06-11T16:15:08.611Z Compiling glob v0.3.3
23522026-06-11T16:15:08.708Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-06-11T16:15:08.751Z Compiling swrite v0.1.0
23542026-06-11T16:15:08.793Z Compiling usdt v0.5.0
23552026-06-11T16:15:08.820Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-11T16:15:08.953Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23572026-06-11T16:15:09.051Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23582026-06-11T16:15:09.156Z Compiling serde-value v0.7.0
23592026-06-11T16:15:09.327Z Compiling zone v0.3.1
23602026-06-11T16:15:09.361Z Compiling serde-untagged v0.1.9
23612026-06-11T16:15:09.433Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23622026-06-11T16:15:09.546Z Compiling toml v0.8.23
23632026-06-11T16:15:09.661Z Compiling smf v0.2.3
23642026-06-11T16:15:09.690Z Compiling filetime v0.2.27
23652026-06-11T16:15:09.748Z Compiling whoami v1.6.1
23662026-06-11T16:15:09.752Z Compiling unicode-xid v0.2.6
23672026-06-11T16:15:09.752Z Compiling xattr v1.6.1
23682026-06-11T16:15:09.857Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-11T16:15:09.908Z Compiling constant_time_eq v0.4.2
23702026-06-11T16:15:09.924Z Compiling arrayref v0.3.9
23712026-06-11T16:15:09.956Z Compiling arrayvec v0.7.6
23722026-06-11T16:15:09.972Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-06-11T16:15:09.997Z Compiling tar v0.4.45
23742026-06-11T16:15:10.017Z Compiling cargo-util-schemas v0.8.2
23752026-06-11T16:15:10.128Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23762026-06-11T16:15:10.246Z Compiling tokio-dtrace v0.1.1
23772026-06-11T16:15:10.386Z Compiling console v0.16.2
23782026-06-11T16:15:10.580Z Compiling gethostname v0.5.0
23792026-06-11T16:15:10.653Z Compiling cargo-platform v0.2.0
23802026-06-11T16:15:10.739Z Compiling topological-sort v0.2.2
23812026-06-11T16:15:10.769Z Compiling unit-prefix v0.5.2
23822026-06-11T16:15:10.807Z Compiling oxide-tokio-rt v0.1.4
23832026-06-11T16:15:10.894Z Compiling indicatif v0.18.4
23842026-06-11T16:15:10.933Z Compiling shell-words v1.1.1
23852026-06-11T16:15:10.949Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-06-11T16:15:11.161Z Compiling cargo_metadata v0.21.0
23872026-06-11T16:15:20.540Z Compiling progenitor-client v0.14.0
23882026-06-11T16:15:20.557Z Compiling omicron-zone-package v0.12.2
23892026-06-11T16:15:21.025Z Compiling progenitor-extras v0.2.0
23902026-06-11T16:15:23.247Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-06-11T16:15:23.314Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23922026-06-11T16:15:23.378Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23932026-06-11T16:15:23.426Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23942026-06-11T16:15:23.562Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-06-11T16:15:23.587Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-06-11T16:15:23.601Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-06-11T16:15:23.604Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-06-11T16:15:23.687Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-06-11T16:15:27.575Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24002026-06-11T16:15:35.263Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24012026-06-11T16:15:38.285Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24022026-06-11T16:15:39.258Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24032026-06-11T16:15:48.979Z Finished `release` profile [optimized] target(s) in 1m 43s
24042026-06-11T16:15:49.129Z Running `target/release/omicron-package -t test target create -p dev`
24052026-06-11T16:15:49.191ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062026-06-11T16:15:49.194ZCreated new build target 'test' and set it as active
24072026-06-11T16:15:49.197Z
24082026-06-11T16:15:49.197Zreal 1:44.088530411
24092026-06-11T16:15:49.197Zuser 16:54.877247102
24102026-06-11T16:15:49.197Zsys 2:41.147121756
24112026-06-11T16:15:49.197Ztrap 0.459005856
24122026-06-11T16:15:49.197Ztflt 2.652496900
24132026-06-11T16:15:49.197Zdflt 4.236733393
24142026-06-11T16:15:49.197Zkflt 0.000484570
24152026-06-11T16:15:49.197Zlock 52:43.301136127
24162026-06-11T16:15:49.197Zslp 43:13.786024314
24172026-06-11T16:15:49.197Zlat 43.707219759
24182026-06-11T16:15:49.197Zstop 5:34.736605304
24192026-06-11T16:15:49.197Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24202026-06-11T16:15:50.074Z Finished `release` profile [optimized] target(s) in 0.86s
24212026-06-11T16:15:50.144Z Running `target/release/omicron-package -t test package`
24222026-06-11T16:15:50.202ZLogging to: /work/oxidecomputer/omicron/out/LOG
24232026-06-11T16:15:51.632Z Compiling heck v0.5.0
24242026-06-11T16:15:51.632Z Compiling regress v0.11.1
24252026-06-11T16:15:51.635Z Compiling unsafe-libyaml v0.2.11
24262026-06-11T16:15:51.901Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-06-11T16:15:51.927Z Compiling atomicwrites v0.4.4
24282026-06-11T16:15:51.957Z Compiling regress v0.10.5
24292026-06-11T16:15:51.979Z Compiling is-terminal v0.4.17
24302026-06-11T16:15:51.997Z Compiling unicode-width v0.1.14
24312026-06-11T16:15:52.000Z Compiling prettyplease v0.2.37
24322026-06-11T16:15:52.000Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24332026-06-11T16:15:52.021Z Compiling bytecount v0.6.9
24342026-06-11T16:15:52.024Z Compiling rustls v0.22.4
24352026-06-11T16:15:52.024Z Compiling rustls-webpki v0.102.8
24362026-06-11T16:15:52.044Z Compiling derive-where v1.6.0
24372026-06-11T16:15:52.066Z Compiling thread_local v1.1.9
24382026-06-11T16:15:52.154Z Compiling compression-core v0.4.31
24392026-06-11T16:15:52.197Z Compiling match_cfg v0.1.0
24402026-06-11T16:15:52.200Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-06-11T16:15:52.242Z Compiling multer v3.1.0
24422026-06-11T16:15:52.264Z Compiling slog-async v2.8.0
24432026-06-11T16:15:52.267Z Compiling crossbeam-channel v0.5.15
24442026-06-11T16:15:52.308Z Compiling compression-codecs v0.4.37
24452026-06-11T16:15:52.327Z Compiling hostname v0.3.1
24462026-06-11T16:15:52.354Z Compiling slog-json v2.6.1
24472026-06-11T16:15:52.354Z Compiling serde_spanned v1.0.4
24482026-06-11T16:15:52.374Z Compiling serde_yaml v0.9.34+deprecated
24492026-06-11T16:15:52.421Z Compiling toml_datetime v1.0.0+spec-1.1.0
24502026-06-11T16:15:52.447Z Compiling term v1.2.1
24512026-06-11T16:15:52.487Z Compiling toml_writer v1.0.6+spec-1.1.0
24522026-06-11T16:15:52.544Z Compiling take_mut v0.2.2
24532026-06-11T16:15:52.566Z Compiling slog-bunyan v2.5.0
24542026-06-11T16:15:52.566Z Compiling async-compression v0.4.41
24552026-06-11T16:15:52.684Z Compiling toml v1.0.6+spec-1.1.0
24562026-06-11T16:15:52.729Z Compiling slog-term v2.9.2
24572026-06-11T16:15:52.824Z Compiling dropshot v0.17.0
24582026-06-11T16:15:52.845Z Compiling async-stream v0.3.6
24592026-06-11T16:15:52.889Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602026-06-11T16:15:52.923Z Compiling num-rational v0.4.2
24612026-06-11T16:15:52.966Z Compiling progenitor-client v0.14.0
24622026-06-11T16:15:53.037Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-06-11T16:15:53.059Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24642026-06-11T16:15:53.179Z Compiling waitgroup v0.1.2
24652026-06-11T16:15:53.199Z Compiling backon v1.6.0
24662026-06-11T16:15:53.249Z Compiling rustls-pemfile v2.2.0
24672026-06-11T16:15:53.274Z Compiling num-complex v0.4.6
24682026-06-11T16:15:53.296Z Compiling hostname v0.4.2
24692026-06-11T16:15:53.321Z Compiling serde_path_to_error v0.1.20
24702026-06-11T16:15:53.324Z Compiling instant v0.1.13
24712026-06-11T16:15:53.365Z Compiling typify-impl v0.6.2
24722026-06-11T16:15:53.426Z Compiling debug-ignore v1.0.5
24732026-06-11T16:15:53.465Z Compiling backoff v0.4.0
24742026-06-11T16:15:53.468Z Compiling progenitor-extras v0.2.0
24752026-06-11T16:15:53.468Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24762026-06-11T16:15:53.562Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24772026-06-11T16:15:53.727Z Compiling num v0.4.3
24782026-06-11T16:15:53.730Z Compiling parse-display v0.10.0
24792026-06-11T16:15:53.771Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802026-06-11T16:15:53.794Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24812026-06-11T16:15:53.832Z Compiling macaddr v1.0.1
24822026-06-11T16:15:53.855Z Compiling humantime v2.3.0
24832026-06-11T16:15:53.858Z Compiling float-ord v0.3.2
24842026-06-11T16:15:54.022Z Compiling console v0.15.11
24852026-06-11T16:15:54.073Z Compiling newline-converter v0.3.0
24862026-06-11T16:15:54.097Z Compiling slog-dtrace v0.3.0
24872026-06-11T16:15:54.133Z Compiling owo-colors v4.3.0
24882026-06-11T16:15:54.194Z Compiling cancel-safe-futures v0.1.5
24892026-06-11T16:15:54.242Z Compiling resolv-conf v0.7.6
24902026-06-11T16:15:54.419Z Compiling expectorate v1.2.0
24912026-06-11T16:15:54.470Z Compiling tokio-rustls v0.25.0
24922026-06-11T16:15:54.536Z Compiling toml v0.8.23
24932026-06-11T16:15:54.562Z Compiling libsw-core v0.3.2
24942026-06-11T16:15:54.744Z Compiling linear-map v1.2.0
24952026-06-11T16:15:54.772Z Compiling libsw v3.5.0
24962026-06-11T16:15:54.932Z Compiling linked-hash-map v0.5.6
24972026-06-11T16:15:55.022Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24982026-06-11T16:15:55.044Z Compiling minimal-lexical v0.2.1
24992026-06-11T16:15:55.069Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-06-11T16:15:55.176Z Compiling lru-cache v0.1.2
25012026-06-11T16:15:55.196Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-06-11T16:15:55.219Z Compiling hickory-proto v0.24.4
25032026-06-11T16:15:55.330Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-06-11T16:15:55.353Z Compiling nom v7.1.3
25052026-06-11T16:15:55.357Z Compiling unicode-xid v0.2.6
25062026-06-11T16:15:55.535Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-06-11T16:15:55.565Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-06-11T16:15:55.611Z Compiling convert_case v0.10.0
25092026-06-11T16:15:55.909Z Compiling derive_more-impl v2.1.1
25102026-06-11T16:15:56.253Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-06-11T16:15:56.707Z Compiling derive_more v2.1.1
25122026-06-11T16:15:56.735Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-06-11T16:15:56.738Z Compiling papergrid v0.11.0
25142026-06-11T16:15:56.824Z Compiling tabled_derive v0.7.0
25152026-06-11T16:15:56.884Z Compiling typify-macro v0.6.2
25162026-06-11T16:15:56.922Z Compiling termtree v0.5.1
25172026-06-11T16:15:57.125Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25182026-06-11T16:15:57.448Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25192026-06-11T16:15:57.707Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-06-11T16:15:57.776Z Compiling hickory-resolver v0.24.4
25212026-06-11T16:15:57.977Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-06-11T16:15:57.980Z Compiling tabled v0.15.0
25232026-06-11T16:15:58.197Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-06-11T16:15:58.424Z Compiling crossterm v0.29.0
25252026-06-11T16:15:58.448Z Compiling typify v0.6.2
25262026-06-11T16:15:58.743Z Compiling progenitor-impl v0.14.0
25272026-06-11T16:15:59.384Z Compiling qorb v0.4.1
25282026-06-11T16:16:00.882Z Compiling progenitor-macro v0.14.0
25292026-06-11T16:16:01.227Z Compiling phf_shared v0.12.1
25302026-06-11T16:16:01.343Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-06-11T16:16:01.481Z Compiling vte v0.14.1
25322026-06-11T16:16:01.888Z Compiling csv-core v0.1.13
25332026-06-11T16:16:02.048Z Compiling chrono-tz v0.10.4
25342026-06-11T16:16:02.274Z Compiling highway v1.3.0
25352026-06-11T16:16:02.385Z Compiling csv v1.4.0
25362026-06-11T16:16:03.011Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-06-11T16:16:03.037Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-06-11T16:16:03.328Z Compiling strip-ansi-escapes v0.2.1
25392026-06-11T16:16:03.363Z Compiling phf v0.12.1
25402026-06-11T16:16:03.385Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-11T16:16:03.648Z Compiling const_format_proc_macros v0.2.34
25422026-06-11T16:16:03.747Z Compiling fd-lock v4.0.4
25432026-06-11T16:16:03.895Z Compiling peg-macros v0.8.5
25442026-06-11T16:16:03.921Z Compiling nu-ansi-term v0.50.3
25452026-06-11T16:16:04.162Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462026-06-11T16:16:04.310Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25472026-06-11T16:16:04.379Z Compiling reedline v0.40.0
25482026-06-11T16:16:04.433Z Compiling const_format v0.2.35
25492026-06-11T16:16:04.959Z Compiling progenitor v0.14.0
25502026-06-11T16:16:05.145Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-06-11T16:16:05.169Z Compiling peg v0.8.5
25522026-06-11T16:16:05.174Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-06-11T16:16:05.282Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-06-11T16:16:05.809Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-06-11T16:16:05.948Z Compiling bcs v0.1.6
25562026-06-11T16:16:06.207Z Compiling nom v8.0.0
25572026-06-11T16:16:06.390Z Compiling semver v0.1.20
25582026-06-11T16:16:06.683Z Compiling rustc_version v0.1.7
25592026-06-11T16:16:06.937Z Compiling newtype_derive v0.1.6
25602026-06-11T16:16:07.185Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-06-11T16:16:07.442Z Compiling unicode-linebreak v0.1.5
25622026-06-11T16:16:07.771Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25632026-06-11T16:16:07.891Z Compiling smawk v0.3.2
25642026-06-11T16:16:07.979Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-06-11T16:16:08.083Z Compiling textwrap v0.16.2
25662026-06-11T16:16:08.302Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-06-11T16:16:08.328Z Compiling base64 v0.21.7
25682026-06-11T16:16:08.469Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-06-11T16:16:08.547Z Compiling steno v0.4.1
25702026-06-11T16:16:08.827Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25712026-06-11T16:16:08.930Z Compiling dropshot-api-manager-types v0.7.2
25722026-06-11T16:16:08.986Z Compiling tagptr v0.2.0
25732026-06-11T16:16:09.038Z Compiling utf-8 v0.7.6
25742026-06-11T16:16:09.178Z Compiling moka v0.12.13
25752026-06-11T16:16:09.547Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-06-11T16:16:09.703Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-06-11T16:16:09.814Z Compiling tungstenite v0.21.0
25782026-06-11T16:16:09.866Z Compiling radium v0.7.0
25792026-06-11T16:16:09.902Z Compiling tap v1.0.1
25802026-06-11T16:16:10.054Z Compiling display-error-chain v0.2.2
25812026-06-11T16:16:10.174Z Compiling maybe-uninit v2.0.0
25822026-06-11T16:16:10.250Z Compiling wyz v0.5.1
25832026-06-11T16:16:10.439Z Compiling hickory-resolver v0.25.2
25842026-06-11T16:16:10.479Z Compiling tokio-tungstenite v0.21.0
25852026-06-11T16:16:10.575Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-11T16:16:10.719Z Compiling zerocopy-derive v0.6.6
25872026-06-11T16:16:10.867Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25882026-06-11T16:16:11.481Z Compiling proc-macro-error-attr2 v2.0.0
25892026-06-11T16:16:11.517Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-06-11T16:16:11.922Z Compiling crc-catalog v2.4.0
25912026-06-11T16:16:11.945Z Compiling packed_struct v0.10.1
25922026-06-11T16:16:12.057Z Compiling funty v2.0.0
25932026-06-11T16:16:12.282Z Compiling crc v3.4.0
25942026-06-11T16:16:12.514Z Compiling bitvec v1.0.1
25952026-06-11T16:16:13.050Z Compiling proc-macro-error2 v2.0.1
25962026-06-11T16:16:13.363Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25972026-06-11T16:16:13.414Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25982026-06-11T16:16:13.474Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-06-11T16:16:13.502Z Compiling zerocopy v0.6.6
26002026-06-11T16:16:13.986Z Compiling libscf-sys v1.2.0
26012026-06-11T16:16:14.160Z Compiling packed_struct_codegen v0.10.1
26022026-06-11T16:16:14.370Z Compiling vergen-lib v0.1.6
26032026-06-11T16:16:14.453Z Compiling bitfield-macros v0.19.4
26042026-06-11T16:16:14.599Z Compiling indexmap v1.9.3
26052026-06-11T16:16:14.659Z Compiling nodrop v0.1.14
26062026-06-11T16:16:14.794Z Compiling array-init v0.0.4
26072026-06-11T16:16:14.897Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26082026-06-11T16:16:15.149Z Compiling bitfield v0.19.4
26092026-06-11T16:16:15.182Z Compiling smallvec v0.6.14
26102026-06-11T16:16:15.468Z Compiling tabled_derive v0.11.0
26112026-06-11T16:16:15.582Z Compiling papergrid v0.17.0
26122026-06-11T16:16:15.666Z Compiling testing_table v0.3.0
26132026-06-11T16:16:15.756Z Compiling vergen-gitcl v1.0.8
26142026-06-11T16:16:15.986Z Compiling dirs-sys-next v0.1.2
26152026-06-11T16:16:16.100Z Compiling hashbrown v0.12.3
26162026-06-11T16:16:16.259Z Compiling diesel_derives v2.3.7
26172026-06-11T16:16:16.489Z Compiling glob v0.3.3
26182026-06-11T16:16:16.512Z Compiling maplit v1.0.2
26192026-06-11T16:16:16.536Z Compiling crunchy v0.2.4
26202026-06-11T16:16:16.559Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-06-11T16:16:16.736Z Compiling tabled v0.20.0
26222026-06-11T16:16:16.757Z Compiling dirs-next v2.0.0
26232026-06-11T16:16:16.884Z Compiling clang-sys v1.8.1
26242026-06-11T16:16:16.914Z Compiling serde-hex v0.1.0
26252026-06-11T16:16:16.968Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-06-11T16:16:17.102Z Compiling ron v0.8.1
26272026-06-11T16:16:17.185Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26282026-06-11T16:16:17.220Z Compiling hashbrown v0.13.2
26292026-06-11T16:16:17.279Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-11T16:16:17.301Z Compiling dsl_auto_type v0.2.0
26312026-06-11T16:16:17.857Z Compiling scheduled-thread-pool v0.2.7
26322026-06-11T16:16:17.883Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-11T16:16:18.112Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-11T16:16:18.347Z Compiling crc-any v2.5.0
26352026-06-11T16:16:18.453Z Compiling tiny-keccak v2.0.2
26362026-06-11T16:16:18.724Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-11T16:16:18.787Z Compiling r2d2 v0.8.10
26382026-06-11T16:16:19.043Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-06-11T16:16:19.113Z Compiling object v0.30.4
26402026-06-11T16:16:19.480Z Compiling term v0.7.0
26412026-06-11T16:16:19.840Z Compiling path-slash v0.1.5
26422026-06-11T16:16:19.885Z Compiling bit-vec v0.6.3
26432026-06-11T16:16:19.914Z Compiling downcast-rs v2.0.2
26442026-06-11T16:16:19.987Z Compiling xshell-macros v0.2.7
26452026-06-11T16:16:20.127Z Compiling bit-set v0.5.3
26462026-06-11T16:16:20.318Z Compiling ascii-canvas v3.0.0
26472026-06-11T16:16:20.318Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-06-11T16:16:20.390Z Compiling xshell v0.2.7
26492026-06-11T16:16:20.585Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-11T16:16:21.095Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-06-11T16:16:21.273Z Compiling itertools v0.10.5
26522026-06-11T16:16:21.689Z Compiling ena v0.14.4
26532026-06-11T16:16:21.944Z Compiling libloading v0.8.9
26542026-06-11T16:16:22.181Z Compiling bindgen v0.71.1
26552026-06-11T16:16:22.356Z Compiling diff v0.1.13
26562026-06-11T16:16:22.474Z Compiling crc8 v0.1.1
26572026-06-11T16:16:22.600Z Compiling regex-syntax v0.6.29
26582026-06-11T16:16:22.633Z Compiling unicase v2.9.0
26592026-06-11T16:16:22.961Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-11T16:16:23.009Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-11T16:16:23.046Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-11T16:16:23.458Z Compiling diesel v2.3.7
26632026-06-11T16:16:23.641Z Compiling cexpr v0.6.0
26642026-06-11T16:16:23.892Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26652026-06-11T16:16:24.139Z Compiling lalrpop v0.19.12
26662026-06-11T16:16:24.202Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-11T16:16:24.290Z Compiling rustc-hash v2.1.1
26682026-06-11T16:16:24.355Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-11T16:16:24.405Z Compiling headers-core v0.3.0
26702026-06-11T16:16:24.466Z Compiling libxml v0.3.3
26712026-06-11T16:16:24.495Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-11T16:16:24.519Z Compiling headers v0.4.1
26732026-06-11T16:16:24.571Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-11T16:16:24.773Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-11T16:16:25.013Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-11T16:16:25.041Z Compiling git-stub v1.0.0
26772026-06-11T16:16:25.310Z Compiling strum_macros v0.24.3
26782026-06-11T16:16:25.487Z Compiling indoc v1.0.9
26792026-06-11T16:16:25.712Z Compiling git-stub-vcs v0.1.0
26802026-06-11T16:16:25.955Z Compiling progenitor-impl v0.13.0
26812026-06-11T16:16:26.065Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-11T16:16:26.183Z Compiling derive_builder v0.20.2
26832026-06-11T16:16:26.291Z Compiling oso-derive v0.27.3
26842026-06-11T16:16:26.357Z Compiling quick-xml v0.37.5
26852026-06-11T16:16:26.600Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-11T16:16:26.804Z Compiling openssl-probe v0.1.6
26872026-06-11T16:16:26.908Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-11T16:16:27.139Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-11T16:16:27.222Z Compiling progenitor-client v0.13.0
26902026-06-11T16:16:27.628Z Compiling half v1.8.3
26912026-06-11T16:16:27.746Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-11T16:16:27.784Z Compiling bb8 v0.8.6
26932026-06-11T16:16:27.885Z Compiling serde_cbor v0.11.2
26942026-06-11T16:16:27.975Z Compiling trait-variant v0.1.2
26952026-06-11T16:16:28.113Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-06-11T16:16:28.160Z Compiling progenitor-macro v0.13.0
26972026-06-11T16:16:28.182Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-11T16:16:28.522Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-11T16:16:28.540Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-11T16:16:28.776Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-11T16:16:28.904Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-06-11T16:16:29.045Z Compiling typify-impl v0.4.3
27032026-06-11T16:16:29.068Z Compiling fxhash v0.2.1
27042026-06-11T16:16:29.108Z Compiling libz-sys v1.1.24
27052026-06-11T16:16:29.127Z Compiling samael v0.0.19
27062026-06-11T16:16:29.236Z Compiling salty v0.3.0
27072026-06-11T16:16:29.530Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27082026-06-11T16:16:29.553Z Compiling nonempty v0.12.0
27092026-06-11T16:16:30.213Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-11T16:16:30.310Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-11T16:16:30.334Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-11T16:16:30.701Z Compiling kstat-rs v0.2.4
27132026-06-11T16:16:30.813Z Compiling arc-swap v1.8.2
27142026-06-11T16:16:31.188Z Compiling fs-err v2.11.0
27152026-06-11T16:16:31.440Z Compiling mime_guess v2.0.5
27162026-06-11T16:16:31.578Z Compiling polar-core v0.27.3
27172026-06-11T16:16:31.654Z Compiling slog-scope v4.4.1
27182026-06-11T16:16:31.995Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-06-11T16:16:32.138Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-11T16:16:32.254Z Compiling progenitor v0.13.0
27212026-06-11T16:16:32.459Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-11T16:16:32.525Z Compiling typify-macro v0.4.3
27232026-06-11T16:16:33.520Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-11T16:16:33.543Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-11T16:16:33.953Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-11T16:16:34.008Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-11T16:16:34.054Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-11T16:16:34.455Z Compiling nanorand v0.7.0
27292026-06-11T16:16:34.511Z Compiling darling_core v0.23.0
27302026-06-11T16:16:34.824Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-11T16:16:34.863Z Compiling parking_lot_core v0.8.6
27322026-06-11T16:16:35.182Z Compiling flume v0.11.1
27332026-06-11T16:16:35.580Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27342026-06-11T16:16:35.741Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-11T16:16:36.559Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-11T16:16:36.664Z Compiling darling_macro v0.23.0
27372026-06-11T16:16:37.055Z Compiling slog-stdlog v4.1.1
27382026-06-11T16:16:37.351Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-11T16:16:37.510Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-11T16:16:38.157Z Compiling primeorder v0.13.6
27412026-06-11T16:16:38.495Z Compiling atty v0.2.14
27422026-06-11T16:16:38.647Z Compiling strsim v0.10.0
27432026-06-11T16:16:38.742Z Compiling parse-size v1.1.0
27442026-06-11T16:16:38.954Z Compiling http-range v0.1.5
27452026-06-11T16:16:38.975Z Compiling instability v0.3.11
27462026-06-11T16:16:39.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-06-11T16:16:39.234Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-11T16:16:39.293Z Compiling darling_core v0.13.4
27492026-06-11T16:16:39.412Z Compiling p384 v0.13.1
27502026-06-11T16:16:40.901Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-11T16:16:42.393Z Compiling oso v0.27.3
27522026-06-11T16:16:43.418Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-11T16:16:43.541Z Compiling async-bb8-diesel v0.2.1
27542026-06-11T16:16:43.837Z Compiling diesel-dtrace v0.5.0
27552026-06-11T16:16:43.994Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-11T16:16:44.369Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-06-11T16:16:45.224Z Compiling slog-envlogger v2.2.0
27582026-06-11T16:16:45.326Z Compiling darling v0.23.0
27592026-06-11T16:16:45.602Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-06-11T16:16:46.405Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-11T16:16:47.178Z Compiling typify v0.4.3
27622026-06-11T16:16:47.231Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-11T16:16:47.559Z Compiling ignore v0.4.25
27642026-06-11T16:16:48.772Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-11T16:16:49.973Z Compiling castaway v0.2.4
27662026-06-11T16:16:50.134Z Compiling vergen-git2 v9.1.0
27672026-06-11T16:16:50.164Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-11T16:16:50.373Z Compiling indoc v2.0.7
27692026-06-11T16:16:50.430Z Compiling compact_str v0.8.1
27702026-06-11T16:16:50.531Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-11T16:16:50.733Z Compiling globwalk v0.9.1
27722026-06-11T16:16:50.767Z Compiling progenitor-impl v0.11.2
27732026-06-11T16:16:51.137Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-11T16:16:51.416Z Compiling parking_lot v0.11.2
27752026-06-11T16:16:51.530Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-11T16:16:51.805Z Compiling hyper-staticfile v0.10.1
27772026-06-11T16:16:52.022Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-06-11T16:16:52.376Z Compiling darling_macro v0.13.4
27792026-06-11T16:16:52.685Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-11T16:16:52.898Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-11T16:16:52.901Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-11T16:16:52.943Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832026-06-11T16:16:53.032Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27842026-06-11T16:16:53.367Z Compiling predicates-tree v1.0.13
27852026-06-11T16:16:53.395Z Compiling unicode-truncate v1.1.0
27862026-06-11T16:16:53.618Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27872026-06-11T16:16:53.675Z Compiling lru v0.12.5
27882026-06-11T16:16:53.832Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-11T16:16:53.854Z Compiling prefix-trie v0.7.0
27902026-06-11T16:16:53.905Z Compiling rand_seeder v0.4.0
27912026-06-11T16:16:54.161Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-11T16:16:54.356Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-11T16:16:54.379Z Compiling corncobs v0.1.4
27942026-06-11T16:16:54.613Z Compiling cassowary v0.3.0
27952026-06-11T16:16:54.635Z Compiling rustls v0.21.12
27962026-06-11T16:16:54.635Z Compiling illumos-nvpair-sys v0.2.0
27972026-06-11T16:16:54.745Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-06-11T16:16:54.863Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-06-11T16:16:54.925Z Compiling ratatui v0.29.0
28002026-06-11T16:16:54.949Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-06-11T16:16:54.975Z Compiling hickory-server v0.25.2
28022026-06-11T16:16:55.050Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-11T16:16:55.289Z Compiling camino-tempfile-ext v0.3.3
28042026-06-11T16:16:55.504Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-06-11T16:16:55.570Z Compiling progenitor-macro v0.11.2
28062026-06-11T16:16:55.938Z Compiling darling v0.13.4
28072026-06-11T16:16:56.091Z Compiling sled v0.34.7
28082026-06-11T16:16:56.988Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-11T16:16:58.585Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-11T16:16:59.531Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-11T16:16:59.733Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-11T16:17:00.017Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-06-11T16:17:00.051Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-06-11T16:17:00.244Z Compiling progenitor-client v0.11.2
28152026-06-11T16:17:00.275Z Compiling rustls-webpki v0.101.7
28162026-06-11T16:17:00.561Z Compiling sct v0.7.1
28172026-06-11T16:17:00.783Z Compiling git2 v0.20.4
28182026-06-11T16:17:00.819Z Compiling secrecy v0.8.0
28192026-06-11T16:17:00.840Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-11T16:17:02.165Z Compiling progenitor v0.11.2
28212026-06-11T16:17:02.424Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-06-11T16:17:02.915Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-06-11T16:17:03.773Z Compiling serde_with_macros v1.5.2
28242026-06-11T16:17:03.907Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-11T16:17:04.587Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-06-11T16:17:04.624Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-06-11T16:17:04.721Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-11T16:17:06.224Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-11T16:17:06.285Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-11T16:17:06.399Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-06-11T16:17:06.623Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-06-11T16:17:06.903Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28332026-06-11T16:17:07.077Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-06-11T16:17:07.137Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28352026-06-11T16:17:07.319Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-06-11T16:17:07.555Z Compiling void v1.0.2
28372026-06-11T16:17:07.703Z Compiling lzss v0.8.2
28382026-06-11T16:17:08.230Z Compiling illumos-nvpair v0.3.0
28392026-06-11T16:17:08.622Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-06-11T16:17:08.714Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-11T16:17:09.900Z Compiling serde_with v1.14.0
28422026-06-11T16:17:10.492Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-11T16:17:11.041Z Compiling tokio-rustls v0.24.1
28442026-06-11T16:17:11.343Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-11T16:17:11.370Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-06-11T16:17:11.417Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28472026-06-11T16:17:11.621Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-11T16:17:12.351Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-11T16:17:12.605Z Compiling tungstenite v0.23.0
28502026-06-11T16:17:12.772Z Compiling rustls-pemfile v1.0.4
28512026-06-11T16:17:13.195Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-11T16:17:13.299Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28532026-06-11T16:17:13.510Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-06-11T16:17:13.535Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-11T16:17:13.747Z Compiling nix v0.27.1
28562026-06-11T16:17:14.888Z Compiling twox-hash v2.1.2
28572026-06-11T16:17:14.920Z Compiling serde_bytes v0.11.19
28582026-06-11T16:17:15.229Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28592026-06-11T16:17:15.372Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28602026-06-11T16:17:15.431Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28612026-06-11T16:17:15.569Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28622026-06-11T16:17:16.233Z Compiling tokio-tungstenite v0.23.1
28632026-06-11T16:17:16.435Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-06-11T16:17:16.592Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-11T16:17:18.280Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-11T16:17:19.171Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-11T16:17:19.678Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-11T16:17:19.812Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-11T16:17:20.042Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-11T16:17:20.307Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28712026-06-11T16:17:20.572Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-06-11T16:17:21.103Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-06-11T16:17:21.327Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-11T16:17:21.662Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-11T16:17:23.521Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-11T16:17:24.517Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-06-11T16:17:24.629Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-06-11T16:17:24.978Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792026-06-11T16:17:26.367Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28802026-06-11T16:17:26.427Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28812026-06-11T16:17:27.893Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-06-11T16:17:27.920Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-11T16:17:28.462Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-06-11T16:17:28.582Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-06-11T16:17:28.630Z Compiling signal-hook-tokio v0.3.1
28862026-06-11T16:17:28.800Z Compiling fatfs v0.3.6
28872026-06-11T16:17:28.824Z Compiling yasna v0.5.2
28882026-06-11T16:17:28.892Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-11T16:17:28.915Z Compiling seq-macro v0.3.6
28902026-06-11T16:17:29.400Z Compiling assert_matches v1.5.0
28912026-06-11T16:17:29.445Z Compiling is_ci v1.2.0
28922026-06-11T16:17:29.517Z Compiling rcgen v0.12.1
28932026-06-11T16:17:29.672Z Compiling supports-color v3.0.2
28942026-06-11T16:17:29.790Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-11T16:17:29.986Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-11T16:17:30.387Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-11T16:17:31.571Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28982026-06-11T16:17:31.725Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-06-11T16:17:31.798Z Compiling rtoolbox v0.0.3
29002026-06-11T16:17:31.968Z Compiling subprocess v0.2.15
29012026-06-11T16:17:32.113Z Compiling rpassword v7.4.0
29022026-06-11T16:17:32.414Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-06-11T16:17:32.612Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-11T16:17:34.152Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29052026-06-11T16:17:34.174Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-06-11T16:17:34.316Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29072026-06-11T16:17:34.450Z Compiling tui-tree-widget v0.23.1
29082026-06-11T16:17:34.537Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-11T16:17:34.747Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-11T16:17:35.295Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-11T16:17:36.825Z Compiling uzers v0.12.2
29122026-06-11T16:17:37.588Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-11T16:17:37.856Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-11T16:17:38.959Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-11T16:17:40.018Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-11T16:17:43.086Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29172026-06-11T16:17:44.229Z Compiling support-bundle-viewer v0.1.2
29182026-06-11T16:17:45.253Z Compiling multimap v0.10.1
29192026-06-11T16:17:49.872Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29202026-06-11T16:17:59.324Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29212026-06-11T16:18:06.255Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29222026-06-11T16:18:06.431Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-11T16:18:09.164Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-11T16:25:38.868Z Finished `release` profile [optimized] target(s) in 9m 48s
29252026-06-11T16:26:28.340Z
29262026-06-11T16:26:28.340Zreal 10:39.119413342
29272026-06-11T16:26:28.340Zuser 1:20:50.857016179
29282026-06-11T16:26:28.344Zsys 3:38.577279281
29292026-06-11T16:26:28.344Ztrap 1.756694013
29302026-06-11T16:26:28.344Ztflt 2.720443697
29312026-06-11T16:26:28.344Zdflt 18.779382866
29322026-06-11T16:26:28.344Zkflt 0.095689767
29332026-06-11T16:26:28.344Zlock 7:50:08.240073602
29342026-06-11T16:26:28.344Zslp 2:23:30.664791936
29352026-06-11T16:26:28.344Zlat 2:30.438148714
29362026-06-11T16:26:28.344Zstop 5:24.007169395
29372026-06-11T16:26:28.344Z+ mapfile -t packages
29382026-06-11T16:26:28.344Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-11T16:26:29.331Z Finished `release` profile [optimized] target(s) in 0.97s
29402026-06-11T16:26:29.402Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-11T16:26:29.466ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-11T16:26:29.470Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-11T16:26:30.009Z Compiling libc v0.2.185
29442026-06-11T16:26:30.009Z Compiling serde v1.0.228
29452026-06-11T16:26:30.012Z Compiling serde_core v1.0.228
29462026-06-11T16:26:30.012Z Compiling rustix v1.1.3
29472026-06-11T16:26:30.105Z Compiling bitflags v2.11.0
29482026-06-11T16:26:30.121Z Compiling serde_json v1.0.149
29492026-06-11T16:26:30.156Z Compiling num-traits v0.2.19
29502026-06-11T16:26:30.167Z Compiling syn v2.0.117
29512026-06-11T16:26:30.188Z Compiling smallvec v1.15.1
29522026-06-11T16:26:30.599Z Compiling indexmap v2.14.0
29532026-06-11T16:26:30.615Z Compiling usdt-impl v0.5.0
29542026-06-11T16:26:30.615Z Compiling syn v1.0.109
29552026-06-11T16:26:30.615Z Compiling log v0.4.29
29562026-06-11T16:26:30.615Z Compiling percent-encoding v2.3.2
29572026-06-11T16:26:30.615Z Compiling getrandom v0.4.1
29582026-06-11T16:26:30.615Z Compiling form_urlencoded v1.2.2
29592026-06-11T16:26:30.644Z Compiling fs-err v3.3.0
29602026-06-11T16:26:30.658Z Compiling anyhow v1.0.102
29612026-06-11T16:26:30.662Z Compiling once_cell v1.21.3
29622026-06-11T16:26:30.666Z Compiling heck v0.4.1
29632026-06-11T16:26:30.881Z Compiling errno v0.3.14
29642026-06-11T16:26:30.881Z Compiling thread-id v4.2.2
29652026-06-11T16:26:30.942Z Compiling memmap v0.7.0
29662026-06-11T16:26:31.201Z Compiling ordered-float v2.10.1
29672026-06-11T16:26:31.686Z Compiling proc-macro-error v1.0.4
29682026-06-11T16:26:31.865Z Compiling terminal_size v0.4.3
29692026-06-11T16:26:31.866Z Compiling tempfile v3.25.0
29702026-06-11T16:26:31.946Z Compiling tabled_derive v0.7.0
29712026-06-11T16:26:31.975Z Compiling clap_builder v4.6.0
29722026-06-11T16:26:31.975Z Compiling textwrap v0.16.2
29732026-06-11T16:26:32.117Z Compiling camino-tempfile v1.4.1
29742026-06-11T16:26:32.641Z Compiling tabled v0.15.0
29752026-06-11T16:26:32.704Z Compiling synstructure v0.13.2
29762026-06-11T16:26:32.704Z Compiling pest_generator v2.8.6
29772026-06-11T16:26:33.095Z Compiling serde_derive v1.0.228
29782026-06-11T16:26:33.096Z Compiling zerovec-derive v0.11.2
29792026-06-11T16:26:33.099Z Compiling displaydoc v0.2.5
29802026-06-11T16:26:33.099Z Compiling thiserror-impl v1.0.69
29812026-06-11T16:26:33.099Z Compiling zerocopy-derive v0.7.35
29822026-06-11T16:26:33.099Z Compiling scroll_derive v0.12.1
29832026-06-11T16:26:33.099Z Compiling thiserror-impl v2.0.18
29842026-06-11T16:26:33.099Z Compiling clap_derive v4.6.1
29852026-06-11T16:26:33.144Z Compiling zerofrom-derive v0.1.6
29862026-06-11T16:26:33.155Z Compiling yoke-derive v0.8.1
29872026-06-11T16:26:33.226Z Compiling pest_derive v2.8.6
29882026-06-11T16:26:33.825Z Compiling scroll v0.12.0
29892026-06-11T16:26:34.032Z Compiling zerocopy v0.7.35
29902026-06-11T16:26:34.155Z Compiling goblin v0.8.2
29912026-06-11T16:26:34.192Z Compiling thiserror v1.0.69
29922026-06-11T16:26:34.306Z Compiling zerofrom v0.1.6
29932026-06-11T16:26:34.326Z Compiling dtrace-parser v0.2.0
29942026-06-11T16:26:34.329Z Compiling thiserror v2.0.18
29952026-06-11T16:26:34.456Z Compiling yoke v0.8.1
29962026-06-11T16:26:34.667Z Compiling zerovec v0.11.5
29972026-06-11T16:26:34.761Z Compiling zerotrie v0.2.3
29982026-06-11T16:26:34.798Z Compiling clap v4.6.1
29992026-06-11T16:26:35.200Z Compiling tinystr v0.8.2
30002026-06-11T16:26:35.263Z Compiling potential_utf v0.1.4
30012026-06-11T16:26:35.436Z Compiling icu_locale_core v2.1.1
30022026-06-11T16:26:35.467Z Compiling icu_collections v2.1.1
30032026-06-11T16:26:36.212Z Compiling icu_provider v2.1.1
30042026-06-11T16:26:36.446Z Compiling serde_spanned v0.6.9
30052026-06-11T16:26:36.626Z Compiling icu_properties v2.1.2
30062026-06-11T16:26:36.641Z Compiling icu_normalizer v2.1.1
30072026-06-11T16:26:36.698Z Compiling toml_datetime v0.6.11
30082026-06-11T16:26:36.738Z Compiling dof v0.3.0
30092026-06-11T16:26:36.891Z Compiling serde_tokenstream v0.2.3
30102026-06-11T16:26:36.946Z Compiling toml_edit v0.22.27
30112026-06-11T16:26:36.974Z Compiling serde-value v0.7.0
30122026-06-11T16:26:36.995Z Compiling cargo-platform v0.2.0
30132026-06-11T16:26:37.034Z Compiling macaddr v1.0.1
30142026-06-11T16:26:37.616Z Compiling idna_adapter v1.2.1
30152026-06-11T16:26:37.739Z Compiling idna v1.1.0
30162026-06-11T16:26:37.789Z Compiling usdt-attr-macro v0.5.0
30172026-06-11T16:26:37.827Z Compiling usdt-macro v0.5.0
30182026-06-11T16:26:38.093Z Compiling url v2.5.8
30192026-06-11T16:26:38.467Z Compiling usdt v0.5.0
30202026-06-11T16:26:38.520Z Compiling toml v0.8.23
30212026-06-11T16:26:38.953Z Compiling cargo-util-schemas v0.8.2
30222026-06-11T16:26:38.953Z Compiling cargo_toml v0.21.0
30232026-06-11T16:26:39.977Z Compiling cargo_metadata v0.21.0
30242026-06-11T16:26:42.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-11T16:26:45.995Z Finished `release` profile [optimized] target(s) in 16.51s
30262026-06-11T16:26:46.124Z
30272026-06-11T16:26:46.124Zreal 16.617782687
30282026-06-11T16:26:46.124Zuser 2:20.584440467
30292026-06-11T16:26:46.124Zsys 17.140267205
30302026-06-11T16:26:46.125Ztrap 0.070823461
30312026-06-11T16:26:46.128Ztflt 0.495617007
30322026-06-11T16:26:46.128Zdflt 1.344845048
30332026-06-11T16:26:46.128Zkflt 0.000097666
30342026-06-11T16:26:46.128Zlock 5:13.808177325
30352026-06-11T16:26:46.128Zslp 3:21.309503015
30362026-06-11T16:26:46.128Zlat 6.683677385
30372026-06-11T16:26:46.128Zstop 21.289268579
30382026-06-11T16:26:46.128Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-11T16:26:46.128Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-11T16:26:46.128Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-11T16:26:46.128Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-11T16:26:46.128Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-11T16:26:47.072Z Compiling progenitor-client v0.14.0
30442026-06-11T16:26:47.072Z Compiling newtype-uuid-macros v0.1.0
30452026-06-11T16:26:47.075Z Compiling structmeta-derive v0.3.0
30462026-06-11T16:26:47.075Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-11T16:26:47.075Z Compiling rustls v0.22.4
30482026-06-11T16:26:47.243Z Compiling rustls-webpki v0.102.8
30492026-06-11T16:26:47.257Z Compiling multer v3.1.0
30502026-06-11T16:26:47.260Z Compiling match_cfg v0.1.0
30512026-06-11T16:26:47.260Z Compiling debug-ignore v1.0.5
30522026-06-11T16:26:47.260Z Compiling compression-core v0.4.31
30532026-06-11T16:26:47.273Z Compiling atomicwrites v0.4.4
30542026-06-11T16:26:47.276Z Compiling slog-json v2.6.1
30552026-06-11T16:26:47.356Z Compiling async-stream-impl v0.3.6
30562026-06-11T16:26:47.359Z Compiling serde_spanned v1.0.4
30572026-06-11T16:26:47.394Z Compiling hostname v0.3.1
30582026-06-11T16:26:47.397Z Compiling toml_datetime v1.0.0+spec-1.1.0
30592026-06-11T16:26:47.397Z Compiling dropshot v0.17.0
30602026-06-11T16:26:47.505Z Compiling compression-codecs v0.4.37
30612026-06-11T16:26:47.508Z Compiling toml_writer v1.0.6+spec-1.1.0
30622026-06-11T16:26:47.508Z Compiling itertools v0.14.0
30632026-06-11T16:26:47.542Z Compiling slog-bunyan v2.5.0
30642026-06-11T16:26:47.579Z Compiling waitgroup v0.1.2
30652026-06-11T16:26:47.582Z Compiling rustls-pemfile v2.2.0
30662026-06-11T16:26:47.582Z Compiling dropshot_endpoint v0.17.0
30672026-06-11T16:26:47.582Z Compiling serde_path_to_error v0.1.20
30682026-06-11T16:26:47.724Z Compiling toml v1.0.6+spec-1.1.0
30692026-06-11T16:26:47.765Z Compiling async-compression v0.4.41
30702026-06-11T16:26:47.768Z Compiling hostname v0.4.2
30712026-06-11T16:26:47.799Z Compiling regress v0.10.5
30722026-06-11T16:26:47.833Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30732026-06-11T16:26:47.836Z Compiling macaddr v1.0.1
30742026-06-11T16:26:47.868Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-06-11T16:26:47.926Z Compiling instant v0.1.13
30762026-06-11T16:26:48.016Z Compiling backon v1.6.0
30772026-06-11T16:26:48.036Z Compiling backoff v0.4.0
30782026-06-11T16:26:48.055Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30792026-06-11T16:26:48.071Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-06-11T16:26:48.097Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-11T16:26:48.116Z Compiling async-stream v0.3.6
30822026-06-11T16:26:48.132Z Compiling humantime v2.3.0
30832026-06-11T16:26:48.168Z Compiling universal-hash v0.5.1
30842026-06-11T16:26:48.185Z Compiling progenitor-extras v0.2.0
30852026-06-11T16:26:48.245Z Compiling opaque-debug v0.3.1
30862026-06-11T16:26:48.272Z Compiling half v2.7.1
30872026-06-11T16:26:48.316Z Compiling crucible-workspace-hack v0.1.0
30882026-06-11T16:26:48.334Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30892026-06-11T16:26:48.334Z Compiling ciborium-io v0.2.2
30902026-06-11T16:26:48.368Z Compiling structmeta v0.3.0
30912026-06-11T16:26:48.368Z Compiling convert_case v0.4.0
30922026-06-11T16:26:48.425Z Compiling aead v0.5.2
30932026-06-11T16:26:48.460Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-06-11T16:26:48.478Z Compiling secrecy v0.10.3
30952026-06-11T16:26:48.493Z Compiling poly1305 v0.8.0
30962026-06-11T16:26:48.517Z Compiling chacha20 v0.9.1
30972026-06-11T16:26:48.560Z Compiling ciborium-ll v0.2.2
30982026-06-11T16:26:48.624Z Compiling derive-ex v0.1.8
30992026-06-11T16:26:48.657Z Compiling parse-display-derive v0.10.0
31002026-06-11T16:26:48.673Z Compiling regress v0.11.1
31012026-06-11T16:26:48.698Z Compiling unsafe-libyaml v0.2.11
31022026-06-11T16:26:48.725Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31032026-06-11T16:26:48.744Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31042026-06-11T16:26:48.785Z Compiling derive_more v0.99.20
31052026-06-11T16:26:48.803Z Compiling ciborium v0.2.2
31062026-06-11T16:26:48.806Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31072026-06-11T16:26:48.806Z Compiling thiserror-impl-no-std v2.0.2
31082026-06-11T16:26:49.015Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-11T16:26:49.060Z Compiling byte-wrapper v0.1.0
31102026-06-11T16:26:49.142Z Compiling blake2 v0.10.6
31112026-06-11T16:26:49.182Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31122026-06-11T16:26:49.265Z Compiling serde_yaml v0.9.34+deprecated
31132026-06-11T16:26:49.408Z Compiling password-hash v0.5.0
31142026-06-11T16:26:49.426Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-11T16:26:49.445Z Compiling chacha20poly1305 v0.10.1
31162026-06-11T16:26:49.464Z Compiling indent_write v2.2.0
31172026-06-11T16:26:49.482Z Compiling heapless v0.8.0
31182026-06-11T16:26:49.624Z Compiling tokio-rustls v0.25.0
31192026-06-11T16:26:49.642Z Compiling toml_edit v0.23.10+spec-1.0.0
31202026-06-11T16:26:49.712Z Compiling argon2 v0.5.3
31212026-06-11T16:26:49.730Z Compiling ingot-macros v0.1.1
31222026-06-11T16:26:49.879Z Compiling tabwriter v1.4.1
31232026-06-11T16:26:50.011Z Compiling hash32 v0.3.1
31242026-06-11T16:26:50.070Z Compiling thiserror-no-std v2.0.2
31252026-06-11T16:26:50.137Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31262026-06-11T16:26:50.195Z Compiling vsss-rs v3.3.4
31272026-06-11T16:26:50.212Z Compiling proc-macro-crate v3.4.0
31282026-06-11T16:26:50.376Z Compiling test-strategy v0.4.5
31292026-06-11T16:26:50.426Z Compiling parse-display v0.10.0
31302026-06-11T16:26:50.447Z Compiling typify-impl v0.6.2
31312026-06-11T16:26:50.746Z Compiling num-derive v0.4.2
31322026-06-11T16:26:50.765Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-06-11T16:26:50.781Z Compiling smoltcp v0.11.0
31342026-06-11T16:26:50.809Z Compiling num_enum_derive v0.7.6
31352026-06-11T16:26:50.947Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31362026-06-11T16:26:51.051Z Compiling num-rational v0.4.2
31372026-06-11T16:26:51.075Z Compiling cobs v0.3.0
31382026-06-11T16:26:51.192Z Compiling num-complex v0.4.6
31392026-06-11T16:26:51.209Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-11T16:26:51.301Z Compiling colored v3.1.1
31412026-06-11T16:26:51.368Z Compiling postcard v1.1.3
31422026-06-11T16:26:51.432Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31432026-06-11T16:26:51.490Z Compiling proc-macro-error v1.0.4
31442026-06-11T16:26:51.613Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31452026-06-11T16:26:51.657Z Compiling num v0.4.3
31462026-06-11T16:26:51.709Z Compiling proc-macro-crate v1.3.1
31472026-06-11T16:26:51.729Z Compiling foreign-types-macros v0.2.3
31482026-06-11T16:26:51.751Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31492026-06-11T16:26:51.770Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-11T16:26:51.773Z Compiling cpufeatures v0.3.0
31512026-06-11T16:26:51.805Z Compiling foreign-types-shared v0.3.1
31522026-06-11T16:26:51.839Z Compiling rayon-core v1.13.0
31532026-06-11T16:26:51.891Z Compiling float-ord v0.3.2
31542026-06-11T16:26:51.935Z Compiling num_enum v0.7.6
31552026-06-11T16:26:52.002Z Compiling chacha20 v0.10.0
31562026-06-11T16:26:52.005Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31572026-06-11T16:26:52.095Z Compiling crossbeam-deque v0.8.6
31582026-06-11T16:26:52.132Z Compiling camino-tempfile v1.4.1
31592026-06-11T16:26:52.135Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-06-11T16:26:52.171Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31612026-06-11T16:26:52.186Z Compiling cstr-argument v0.1.2
31622026-06-11T16:26:52.203Z Compiling num_enum_derive v0.5.11
31632026-06-11T16:26:52.223Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-11T16:26:52.356Z Compiling rand v0.10.0
31652026-06-11T16:26:52.373Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31662026-06-11T16:26:52.413Z Compiling toml v0.8.23
31672026-06-11T16:26:52.436Z Compiling foreign-types v0.5.0
31682026-06-11T16:26:52.478Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31692026-06-11T16:26:52.542Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31702026-06-11T16:26:52.618Z Compiling zone_cfg_derive v0.3.1
31712026-06-11T16:26:52.647Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-06-11T16:26:52.665Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31732026-06-11T16:26:52.668Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31742026-06-11T16:26:52.701Z Compiling itertools v0.12.1
31752026-06-11T16:26:52.718Z Compiling ingot-types v0.1.2
31762026-06-11T16:26:52.767Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-06-11T16:26:52.828Z Compiling rayon v1.11.0
31782026-06-11T16:26:52.831Z Compiling sigpipe v0.1.3
31792026-06-11T16:26:52.874Z Compiling glob v0.3.3
31802026-06-11T16:26:52.895Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-06-11T16:26:53.040Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31822026-06-11T16:26:53.082Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31832026-06-11T16:26:53.117Z Compiling ingot v0.1.1
31842026-06-11T16:26:53.193Z Compiling smf v0.2.3
31852026-06-11T16:26:53.311Z Compiling prettyplease v0.2.37
31862026-06-11T16:26:53.330Z Compiling num_enum v0.5.11
31872026-06-11T16:26:53.334Z Compiling whoami v1.6.1
31882026-06-11T16:26:53.334Z Compiling usdt-macro v0.5.0
31892026-06-11T16:26:53.385Z Compiling usdt-attr-macro v0.5.0
31902026-06-11T16:26:53.385Z Compiling gethostname v0.5.0
31912026-06-11T16:26:53.505Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31922026-06-11T16:26:53.524Z Compiling memmap v0.7.0
31932026-06-11T16:26:53.543Z Compiling derive-where v1.6.0
31942026-06-11T16:26:53.671Z Compiling resolv-conf v0.7.6
31952026-06-11T16:26:53.768Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-06-11T16:26:53.859Z Compiling zone v0.3.1
31972026-06-11T16:26:53.940Z Compiling cancel-safe-futures v0.1.5
31982026-06-11T16:26:53.962Z Compiling owo-colors v4.3.0
31992026-06-11T16:26:54.036Z Compiling libsw-core v0.3.2
32002026-06-11T16:26:54.054Z Compiling console v0.15.11
32012026-06-11T16:26:54.150Z Compiling hickory-proto v0.24.4
32022026-06-11T16:26:54.244Z Compiling libsw v3.5.0
32032026-06-11T16:26:54.263Z Compiling usdt v0.5.0
32042026-06-11T16:26:54.456Z Compiling newline-converter v0.3.0
32052026-06-11T16:26:54.548Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-11T16:26:54.552Z Compiling libefi-sys v0.1.0
32072026-06-11T16:26:54.584Z Compiling linked-hash-map v0.5.6
32082026-06-11T16:26:54.605Z Compiling linear-map v1.2.0
32092026-06-11T16:26:54.608Z Compiling expectorate v1.2.0
32102026-06-11T16:26:54.665Z Compiling git-stub v1.0.0
32112026-06-11T16:26:54.685Z Compiling bitfield-struct v0.6.2
32122026-06-11T16:26:54.775Z Compiling lru-cache v0.1.2
32132026-06-11T16:26:54.808Z Compiling nom v8.0.0
32142026-06-11T16:26:54.829Z Compiling semver v0.1.20
32152026-06-11T16:26:54.832Z Compiling tokio-dtrace v0.1.1
32162026-06-11T16:26:54.867Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32172026-06-11T16:26:54.950Z Compiling git-stub-vcs v0.1.0
32182026-06-11T16:26:54.970Z Compiling dropshot-api-manager-types v0.7.2
32192026-06-11T16:26:55.076Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32202026-06-11T16:26:55.095Z Compiling typify-macro v0.6.2
32212026-06-11T16:26:55.157Z Compiling rustc_version v0.1.7
32222026-06-11T16:26:55.176Z Compiling slog-dtrace v0.3.0
32232026-06-11T16:26:55.178Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-06-11T16:26:55.178Z Compiling minimal-lexical v0.2.1
32252026-06-11T16:26:55.232Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32262026-06-11T16:26:55.285Z Compiling oxide-tokio-rt v0.1.4
32272026-06-11T16:26:55.323Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-06-11T16:26:55.343Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32292026-06-11T16:26:55.405Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-06-11T16:26:55.422Z Compiling newtype_derive v0.1.6
32312026-06-11T16:26:55.465Z Compiling nom v7.1.3
32322026-06-11T16:26:55.485Z Compiling phf_shared v0.12.1
32332026-06-11T16:26:55.501Z Compiling csv-core v0.1.13
32342026-06-11T16:26:55.517Z Compiling xshell-macros v0.2.7
32352026-06-11T16:26:55.614Z Compiling highway v1.3.0
32362026-06-11T16:26:55.653Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-06-11T16:26:55.691Z Compiling chrono-tz v0.10.4
32382026-06-11T16:26:55.730Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32392026-06-11T16:26:55.825Z Compiling const_format_proc_macros v0.2.34
32402026-06-11T16:26:55.934Z Compiling csv v1.4.0
32412026-06-11T16:26:55.954Z Compiling xshell v0.2.7
32422026-06-11T16:26:56.020Z Compiling phf v0.12.1
32432026-06-11T16:26:56.058Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-06-11T16:26:56.083Z Compiling primeorder v0.13.6
32452026-06-11T16:26:56.202Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32462026-06-11T16:26:56.306Z Compiling hickory-resolver v0.24.4
32472026-06-11T16:26:56.368Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-06-11T16:26:56.509Z Compiling tabled_derive v0.7.0
32492026-06-11T16:26:56.595Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-06-11T16:26:56.679Z Compiling bcs v0.1.6
32512026-06-11T16:26:56.697Z Compiling const_format v0.2.35
32522026-06-11T16:26:56.717Z Compiling salty v0.3.0
32532026-06-11T16:26:56.889Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32542026-06-11T16:26:56.961Z Compiling typify v0.6.2
32552026-06-11T16:26:57.074Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-06-11T16:26:57.093Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-06-11T16:26:57.129Z Compiling progenitor-impl v0.14.0
32582026-06-11T16:26:57.147Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32592026-06-11T16:26:57.167Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-06-11T16:26:57.266Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-06-11T16:26:57.391Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-06-11T16:26:57.410Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-06-11T16:26:57.630Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32642026-06-11T16:26:57.649Z Compiling qorb v0.4.1
32652026-06-11T16:26:57.677Z Compiling termtree v0.5.1
32662026-06-11T16:26:57.800Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-06-11T16:26:57.896Z Compiling tagptr v0.2.0
32682026-06-11T16:26:57.923Z Compiling textwrap v0.16.2
32692026-06-11T16:26:57.926Z Compiling tabled v0.15.0
32702026-06-11T16:26:58.083Z Compiling moka v0.12.13
32712026-06-11T16:26:58.128Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-06-11T16:26:58.378Z Compiling steno v0.4.1
32732026-06-11T16:26:58.430Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32742026-06-11T16:26:58.597Z Compiling radium v0.7.0
32752026-06-11T16:26:58.665Z Compiling base64 v0.21.7
32762026-06-11T16:26:58.728Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-06-11T16:26:58.870Z Compiling hickory-resolver v0.25.2
32782026-06-11T16:26:58.923Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32792026-06-11T16:26:58.947Z Compiling p384 v0.13.1
32802026-06-11T16:26:59.022Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32812026-06-11T16:26:59.148Z Compiling typify-impl v0.4.3
32822026-06-11T16:26:59.260Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-06-11T16:26:59.346Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-06-11T16:26:59.523Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-06-11T16:26:59.545Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32862026-06-11T16:26:59.731Z Compiling tap v1.0.1
32872026-06-11T16:26:59.792Z Compiling maybe-uninit v2.0.0
32882026-06-11T16:26:59.874Z Compiling progenitor-macro v0.14.0
32892026-06-11T16:26:59.891Z Compiling wyz v0.5.1
32902026-06-11T16:27:00.063Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-06-11T16:27:00.119Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32922026-06-11T16:27:00.199Z Compiling proc-macro-error-attr2 v2.0.0
32932026-06-11T16:27:00.308Z Compiling parking_lot_core v0.8.6
32942026-06-11T16:27:00.327Z Compiling utf-8 v0.7.6
32952026-06-11T16:27:00.480Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32962026-06-11T16:27:00.540Z Compiling funty v2.0.0
32972026-06-11T16:27:00.599Z Compiling packed_struct v0.10.1
32982026-06-11T16:27:00.636Z Compiling proc-macro-error2 v2.0.1
32992026-06-11T16:27:00.771Z Compiling tungstenite v0.21.0
33002026-06-11T16:27:00.790Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33012026-06-11T16:27:00.916Z Compiling bitvec v1.0.1
33022026-06-11T16:27:00.941Z Compiling polyval v0.6.2
33032026-06-11T16:27:00.959Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33042026-06-11T16:27:00.983Z Compiling packed_struct_codegen v0.10.1
33052026-06-11T16:27:01.061Z Compiling bitfield-macros v0.19.4
33062026-06-11T16:27:01.175Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33072026-06-11T16:27:01.201Z Compiling zerocopy-derive v0.6.6
33082026-06-11T16:27:01.275Z Compiling indexmap v1.9.3
33092026-06-11T16:27:01.307Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-06-11T16:27:01.382Z Compiling crc-catalog v2.4.0
33112026-06-11T16:27:01.510Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33122026-06-11T16:27:01.527Z Compiling nodrop v0.1.14
33132026-06-11T16:27:01.601Z Compiling crc v3.4.0
33142026-06-11T16:27:01.643Z Compiling array-init v0.0.4
33152026-06-11T16:27:01.661Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33162026-06-11T16:27:01.736Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-06-11T16:27:01.783Z Compiling tokio-tungstenite v0.21.0
33182026-06-11T16:27:01.819Z Compiling bitfield v0.19.4
33192026-06-11T16:27:01.843Z Compiling ghash v0.5.1
33202026-06-11T16:27:02.051Z Compiling tabled_derive v0.11.0
33212026-06-11T16:27:02.069Z Compiling smallvec v0.6.14
33222026-06-11T16:27:02.097Z Compiling zerocopy v0.6.6
33232026-06-11T16:27:02.195Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-06-11T16:27:02.212Z Compiling papergrid v0.17.0
33252026-06-11T16:27:02.391Z Compiling libscf-sys v1.2.0
33262026-06-11T16:27:02.410Z Compiling testing_table v0.3.0
33272026-06-11T16:27:02.455Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-06-11T16:27:02.475Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33292026-06-11T16:27:02.578Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-06-11T16:27:02.612Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33312026-06-11T16:27:02.683Z Compiling ctr v0.9.2
33322026-06-11T16:27:02.754Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-06-11T16:27:02.775Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-06-11T16:27:02.864Z Compiling hashbrown v0.12.3
33352026-06-11T16:27:02.934Z Compiling unicase v2.9.0
33362026-06-11T16:27:03.009Z Compiling illumos-nvpair-sys v0.2.0
33372026-06-11T16:27:03.055Z Compiling corncobs v0.1.4
33382026-06-11T16:27:03.180Z Compiling aes-gcm v0.10.3
33392026-06-11T16:27:03.197Z Compiling mime_guess v2.0.5
33402026-06-11T16:27:03.262Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-06-11T16:27:03.302Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-06-11T16:27:03.322Z Compiling tabled v0.20.0
33432026-06-11T16:27:03.325Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-06-11T16:27:03.418Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33452026-06-11T16:27:03.436Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33462026-06-11T16:27:03.606Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33472026-06-11T16:27:03.704Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-06-11T16:27:03.723Z Compiling parking_lot v0.11.2
33492026-06-11T16:27:03.776Z Compiling typify-macro v0.4.3
33502026-06-11T16:27:03.800Z Compiling serde-hex v0.1.0
33512026-06-11T16:27:03.836Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-06-11T16:27:03.933Z Compiling ron v0.8.1
33532026-06-11T16:27:03.980Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33542026-06-11T16:27:04.058Z Compiling hashbrown v0.13.2
33552026-06-11T16:27:04.077Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-06-11T16:27:04.138Z Compiling progenitor-client v0.11.2
33572026-06-11T16:27:04.378Z Compiling prefix-trie v0.7.0
33582026-06-11T16:27:04.479Z Compiling blowfish v0.9.1
33592026-06-11T16:27:04.507Z Compiling ssh-encoding v0.2.0
33602026-06-11T16:27:04.589Z Compiling fxhash v0.2.1
33612026-06-11T16:27:04.765Z Compiling secrecy v0.8.0
33622026-06-11T16:27:04.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33632026-06-11T16:27:04.804Z Compiling crc-any v2.5.0
33642026-06-11T16:27:04.820Z Compiling hickory-server v0.25.2
33652026-06-11T16:27:04.987Z Compiling ssh-cipher v0.2.0
33662026-06-11T16:27:05.049Z Compiling sled v0.34.7
33672026-06-11T16:27:05.076Z Compiling bcrypt-pbkdf v0.10.0
33682026-06-11T16:27:05.104Z Compiling progenitor v0.14.0
33692026-06-11T16:27:05.124Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-06-11T16:27:05.289Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33712026-06-11T16:27:05.447Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-06-11T16:27:05.469Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-06-11T16:27:05.648Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33742026-06-11T16:27:05.667Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-06-11T16:27:05.686Z Compiling typify v0.4.3
33762026-06-11T16:27:05.822Z Compiling progenitor-impl v0.11.2
33772026-06-11T16:27:05.839Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33782026-06-11T16:27:06.092Z Compiling object v0.30.4
33792026-06-11T16:27:06.232Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33802026-06-11T16:27:06.310Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33812026-06-11T16:27:06.372Z Compiling password-hash v0.4.2
33822026-06-11T16:27:06.401Z Compiling half v1.8.3
33832026-06-11T16:27:06.708Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-06-11T16:27:06.780Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33852026-06-11T16:27:06.800Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33862026-06-11T16:27:06.855Z Compiling path-slash v0.1.5
33872026-06-11T16:27:07.015Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33882026-06-11T16:27:07.092Z Compiling http-range v0.1.5
33892026-06-11T16:27:07.182Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-06-11T16:27:07.313Z Compiling crc8 v0.1.1
33912026-06-11T16:27:07.845Z Compiling pbkdf2 v0.11.0
33922026-06-11T16:27:07.874Z Compiling serde_cbor v0.11.2
33932026-06-11T16:27:08.093Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-06-11T16:27:08.375Z Compiling illumos-nvpair v0.3.0
33952026-06-11T16:27:08.486Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-06-11T16:27:08.506Z Compiling ssh-key v0.6.7
33972026-06-11T16:27:08.621Z Compiling progenitor-macro v0.11.2
33982026-06-11T16:27:08.657Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33992026-06-11T16:27:08.905Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34002026-06-11T16:27:08.926Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-06-11T16:27:09.105Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-06-11T16:27:09.156Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-06-11T16:27:09.221Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34042026-06-11T16:27:09.469Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-06-11T16:27:09.601Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-06-11T16:27:09.620Z Compiling p521 v0.13.3
34072026-06-11T16:27:09.683Z Compiling p256 v0.13.2
34082026-06-11T16:27:09.710Z Compiling yasna v0.5.2
34092026-06-11T16:27:09.976Z Compiling kstat-rs v0.2.4
34102026-06-11T16:27:10.066Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34112026-06-11T16:27:10.086Z Compiling headers-core v0.3.0
34122026-06-11T16:27:10.105Z Compiling nanorand v0.7.0
34132026-06-11T16:27:10.125Z Compiling russh-cryptovec v0.7.3
34142026-06-11T16:27:10.222Z Compiling atty v0.2.14
34152026-06-11T16:27:10.245Z Compiling home v0.5.12
34162026-06-11T16:27:10.312Z Compiling md5 v0.7.0
34172026-06-11T16:27:10.342Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34182026-06-11T16:27:10.367Z Compiling flume v0.11.1
34192026-06-11T16:27:10.402Z Compiling headers v0.4.1
34202026-06-11T16:27:10.419Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34212026-06-11T16:27:10.435Z Compiling rcgen v0.12.1
34222026-06-11T16:27:10.451Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34232026-06-11T16:27:10.624Z Compiling russh-keys v0.45.0
34242026-06-11T16:27:10.627Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34252026-06-11T16:27:10.692Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34262026-06-11T16:27:10.724Z Compiling hyper-staticfile v0.10.1
34272026-06-11T16:27:10.786Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34282026-06-11T16:27:10.966Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34292026-06-11T16:27:11.026Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-06-11T16:27:11.113Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-06-11T16:27:11.197Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-06-11T16:27:11.265Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-06-11T16:27:11.338Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34342026-06-11T16:27:11.433Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34352026-06-11T16:27:11.484Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-06-11T16:27:11.503Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-06-11T16:27:11.584Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-06-11T16:27:11.709Z Compiling num-bigint v0.4.6
34392026-06-11T16:27:11.741Z Compiling des v0.8.1
34402026-06-11T16:27:11.760Z Compiling subprocess v0.2.15
34412026-06-11T16:27:11.862Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-06-11T16:27:11.932Z Compiling hex-literal v0.4.1
34432026-06-11T16:27:11.987Z Compiling display-error-chain v0.2.2
34442026-06-11T16:27:12.029Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-06-11T16:27:12.097Z Compiling colored v2.2.0
34462026-06-11T16:27:12.163Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-06-11T16:27:12.181Z Compiling socket2 v0.5.10
34482026-06-11T16:27:12.276Z Compiling internet-checksum v0.2.1
34492026-06-11T16:27:12.353Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-06-11T16:27:12.446Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34512026-06-11T16:27:13.038Z Compiling russh v0.45.0
34522026-06-11T16:27:13.453Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34532026-06-11T16:27:13.484Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34542026-06-11T16:27:13.624Z Compiling progenitor v0.11.2
34552026-06-11T16:27:13.763Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34562026-06-11T16:27:15.923Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-06-11T16:27:16.562Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-06-11T16:27:17.025Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-06-11T16:27:19.187Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-06-11T16:27:19.419Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34612026-06-11T16:27:27.253Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34622026-06-11T16:27:27.253Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34632026-06-11T16:27:27.256Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-06-11T16:27:27.256Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-06-11T16:27:28.957Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34662026-06-11T16:27:29.055Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34672026-06-11T16:27:33.151Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34682026-06-11T16:28:12.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34692026-06-11T16:28:12.453Z
34702026-06-11T16:28:12.454Zreal 1:26.264476397
34712026-06-11T16:28:12.457Zuser 8:06.849370517
34722026-06-11T16:28:12.457Zsys 1:42.461124292
34732026-06-11T16:28:12.457Ztrap 0.233908906
34742026-06-11T16:28:12.457Ztflt 0.534876604
34752026-06-11T16:28:12.457Zdflt 1.936322917
34762026-06-11T16:28:12.457Zkflt 0.000285382
34772026-06-11T16:28:12.457Zlock 27:29.771254407
34782026-06-11T16:28:12.457Zslp 18:26.082955392
34792026-06-11T16:28:12.457Zlat 38.742335149
34802026-06-11T16:28:12.457Zstop 2:51.612725875
34812026-06-11T16:28:12.457Z+ mkdir tests
34822026-06-11T16:28:12.460Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-06-11T16:28:12.460Z+ xargs -I '{}' -t cp '{}' tests/
34842026-06-11T16:28:12.482Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-53996ec9870ea088 tests/
34852026-06-11T16:28:12.502Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2010e359b1e08915 tests/
34862026-06-11T16:28:12.522Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0ed3e3b774f2ca75 tests/
34872026-06-11T16:28:12.544Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a428f1b311deaf91 tests/
34882026-06-11T16:28:12.784Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34892026-06-11T16:28:12.787Z+ 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-2010e359b1e08915 tests/commtest-0ed3e3b774f2ca75 tests/dhcp_server-53996ec9870ea088 tests/end_to_end_tests-a428f1b311deaf91 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34902026-06-11T16:29:34.738ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-06-11T16:29:34.738Za .github/buildomat/ci-env.sh 1K
34922026-06-11T16:29:34.738Za out/target/test 1K
34932026-06-11T16:29:34.738Za out/npuzone/npuzone 27402K
34942026-06-11T16:29:34.739Za package-manifest.toml 35K
34952026-06-11T16:29:34.739Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-06-11T16:29:34.739Za target/release/omicron-package 45146K
34972026-06-11T16:29:34.739Za target/release/xtask 11453K
34982026-06-11T16:29:34.739Za target/debug/bootstrap 354807K
34992026-06-11T16:29:34.739Za tests/bootstrap-2010e359b1e08915 31215K
35002026-06-11T16:29:34.739Za tests/commtest-0ed3e3b774f2ca75 32300K
35012026-06-11T16:29:34.739Za tests/dhcp_server-53996ec9870ea088 31215K
35022026-06-11T16:29:34.739Za tests/end_to_end_tests-a428f1b311deaf91 395884K
35032026-06-11T16:29:34.739Za tools/opte_version 1K
35042026-06-11T16:29:34.739Za tools/opte_version_override 2K
35052026-06-11T16:29:34.739Za out/clickhouse.tar.gz 321323K
35062026-06-11T16:29:34.739Za out/clickhouse_keeper.tar.gz 306392K
35072026-06-11T16:29:34.739Za out/clickhouse_server.tar.gz 321320K
35082026-06-11T16:29:34.739Za out/cockroachdb.tar.gz 165620K
35092026-06-11T16:29:34.739Za out/crucible-pantry-zone.tar.gz 40616K
35102026-06-11T16:29:34.739Za out/crucible-utils.tar 16478K
35112026-06-11T16:29:34.739Za out/crucible-zone.tar.gz 56186K
35122026-06-11T16:29:34.739Za out/external-dns.tar.gz 50211K
35132026-06-11T16:29:34.739Za out/internal-dns.tar.gz 50211K
35142026-06-11T16:29:34.739Za out/mg-ddm-gz.tar 97912K
35152026-06-11T16:29:34.739Za out/nexus.tar.gz 278299K
35162026-06-11T16:29:34.739Za out/ntp.tar.gz 32288K
35172026-06-11T16:29:34.739Za out/omicron-gateway-softnpu.tar.gz 28897K
35182026-06-11T16:29:34.739Za out/omicron-sled-agent.tar 203656K
35192026-06-11T16:29:34.739Za out/overlay.tar.gz 3K
35202026-06-11T16:29:34.739Za out/oximeter.tar.gz 65456K
35212026-06-11T16:29:34.739Za out/oxlog.tar 3782K
35222026-06-11T16:29:34.739Za out/probe.tar.gz 3037K
35232026-06-11T16:29:34.739Za out/propolis-server.tar.gz 34918K
35242026-06-11T16:29:34.739Za out/pumpkind-gz.tar 26647K
35252026-06-11T16:29:34.739Za out/switch-softnpu.tar.gz 450757K
35262026-06-11T16:29:34.743Z
35272026-06-11T16:29:34.743Zreal 1:21.951506556
35282026-06-11T16:29:34.743Zuser 1:19.164373791
35292026-06-11T16:29:34.743Zsys 4.566946663
35302026-06-11T16:29:34.743Ztrap 0.006741178
35312026-06-11T16:29:34.743Ztflt 0.000000000
35322026-06-11T16:29:34.743Zdflt 0.000000000
35332026-06-11T16:29:34.743Zkflt 0.000000000
35342026-06-11T16:29:34.743Zlock 0.000000000
35352026-06-11T16:29:34.743Zslp 1:19.079888341
35362026-06-11T16:29:34.743Zlat 1.079912927
35372026-06-11T16:29:34.743Zstop 0.000202268
35382026-06-11T16:29:34.743Zprocess exited: duration 1058174 ms, exit code 0
 
35392026-06-11T16:29:34.757Zfound 1 output files
35402026-06-11T16:29:34.763Zuploading: /work/package.tar.gz (2550440620 bytes)
35412026-06-11T16:30:05.522Zuploaded: /work/package.tar.gz