01KSNXE172GK7TYY4RKS5HKFXS: 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: 01KSNXEEQPZAHHVZKAK09C0HSA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T23:49:46.148Zjob assigned to worker 01KSNXEMYR0NEPWQNZE6W1NHPT [factory aws, i-00e6ff356d1a70ef4] (queued for 58 s)
 
22026-05-27T23:49:53.529Zstarting task 0: "setup"
32026-05-27T23:49:53.533Z++ uname -s
42026-05-27T23:49:53.536Z+ kern=SunOS
52026-05-27T23:49:53.536Z+ build_user=build
62026-05-27T23:49:53.536Z+ build_uid=12345
72026-05-27T23:49:53.536Z+ work_dir=/work
82026-05-27T23:49:53.536Z+ input_dir=/input
92026-05-27T23:49:53.536Z+ [[ 0 == 12345 ]]
102026-05-27T23:49:53.536Z+ case "$kern" in
112026-05-27T23:49:53.536Z+ groupadd -g 12345 build
122026-05-27T23:49:53.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T23:49:55.543Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T23:49:55.662Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T23:49:55.665Z+ home_fs=zfs
162026-05-27T23:49:55.665Z+ [[ zfs == autofs ]]
172026-05-27T23:49:55.665Z+ mkdir -p /home/build
182026-05-27T23:49:55.668Z+ chown build:build /home/build /work
192026-05-27T23:49:57.668Z+ chmod 0700 /home/build /work
202026-05-27T23:49:57.672Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-27T23:49:57.678Zstarting task 1: "rust-toolchain"
222026-05-27T23:49:57.684Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T23:49:57.684Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-27T23:49:57.684Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-27T23:49:57.684Z * rust toolchain channel = "1.94.0"
262026-05-27T23:49:57.684Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T23:49:57.684Z * rust toolchain profile = "default"
282026-05-27T23:49:57.688Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T23:49:57.688Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T23:49:57.777Zinfo: downloading installer
312026-05-27T23:49:59.120Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T23:49:59.120Zwarn: /home/build/.rustup/settings.toml
332026-05-27T23:49:59.120Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T23:49:59.120Zwarn: instead of the one inferred from the default host triple.
352026-05-27T23:49:59.133Zinfo: profile set to default
362026-05-27T23:49:59.133Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T23:49:59.136Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T23:49:59.261Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T23:49:59.264Zinfo: downloading 6 components
402026-05-27T23:50:12.664Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T23:50:12.664Z
422026-05-27T23:50:12.696Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T23:50:12.696Z
442026-05-27T23:50:12.696Z
452026-05-27T23:50:12.696ZRust is installed now. Great!
462026-05-27T23:50:12.696Z
472026-05-27T23:50:12.696ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T23:50:12.696Zenvironment variable. This has not been done automatically.
492026-05-27T23:50:12.696Z
502026-05-27T23:50:12.696ZTo configure your current shell, you need to source
512026-05-27T23:50:12.696Zthe corresponding env file under $HOME/.cargo.
522026-05-27T23:50:12.696Z
532026-05-27T23:50:12.696ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T23:50:12.696Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T23:50:12.696Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T23:50:12.696Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T23:50:12.696Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T23:50:12.697Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T23:50:12.697Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T23:50:12.700Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T23:50:12.700Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T23:50:12.784Z+ rustup --version
632026-05-27T23:50:12.790Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T23:50:12.790Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T23:50:12.812Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T23:50:12.815Z+ cargo --version
672026-05-27T23:50:12.823Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T23:50:12.826Z+ rustc --version
692026-05-27T23:50:12.847Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T23:50:12.850Zprocess exited: duration 15171 ms, exit code 0
 
712026-05-27T23:50:12.856Zstarting task 2: "authentication"
722026-05-27T23:50:12.874Zprocess exited: duration 18 ms, exit code 0
 
732026-05-27T23:50:12.880Zstarting task 3: "clone repository"
742026-05-27T23:50:12.885Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T23:50:12.888Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T23:50:12.936ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T23:50:23.236Z+ cd /work/oxidecomputer/omicron
782026-05-27T23:50:23.236Z+ git fetch origin 707d566371f66373e4c5adc120d8e6fbe8dbdff9
792026-05-27T23:50:23.488ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T23:50:23.488Z * branch 707d566371f66373e4c5adc120d8e6fbe8dbdff9 -> FETCH_HEAD
812026-05-27T23:50:23.501Z+ [[ -n omdb-support-bundle-collect ]]
822026-05-27T23:50:23.504Z++ git branch --show-current
832026-05-27T23:50:23.507Z+ current=main
842026-05-27T23:50:23.507Z+ [[ main != omdb-support-bundle-collect ]]
852026-05-27T23:50:23.507Z+ git branch -f omdb-support-bundle-collect 707d566371f66373e4c5adc120d8e6fbe8dbdff9
862026-05-27T23:50:23.510Z+ git checkout -f omdb-support-bundle-collect
872026-05-27T23:50:23.749ZSwitched to branch 'omdb-support-bundle-collect'
882026-05-27T23:50:23.752Z+ git reset --hard 707d566371f66373e4c5adc120d8e6fbe8dbdff9
892026-05-27T23:50:23.768ZHEAD is now at 707d56637 merge
902026-05-27T23:50:23.771Zprocess exited: duration 10888 ms, exit code 0
 
912026-05-27T23:50:23.777Zstarting task 4: "build"
922026-05-27T23:50:23.782Z+ source .github/buildomat/ci-env.sh
932026-05-27T23:50:23.782Z++ export CARGO_TERM_COLOR=always
942026-05-27T23:50:23.782Z++ CARGO_TERM_COLOR=always
952026-05-27T23:50:23.785Z+ cargo --version
962026-05-27T23:50:23.793Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-27T23:50:23.795Z+ rustc --version
982026-05-27T23:50:23.817Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-27T23:50:23.819Z+ WORK=/work
1002026-05-27T23:50:23.819Z+ pfexec mkdir -p /work
1012026-05-27T23:50:23.823Z+ pfexec chown build /work
1022026-05-27T23:50:23.826Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-27T23:50:25.531Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-27T23:50:25.606Z Startup: Caching catalogs ... Done
1052026-05-27T23:50:25.878ZPlanning: Solver setup ... Done (0.229s)
1062026-05-27T23:50:25.896ZPlanning: Running solver ... Done (0.019s)
1072026-05-27T23:50:25.913ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-27T23:50:25.913ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-27T23:50:25.926ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-27T23:50:25.939ZPlanning: Package planning ... Done (0.013s)
1112026-05-27T23:50:25.942ZPlanning: Merging actions ... Done (0.002s)
1122026-05-27T23:50:26.139ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-05-27T23:50:26.143ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-27T23:50:27.004ZPlanning: Evaluating mediators ... Done (0.863s)
1152026-05-27T23:50:27.007ZPlanning: Planning completed in 1.38 seconds
1162026-05-27T23:50:27.012Z Packages to install: 2
1172026-05-27T23:50:27.012Z Estimated space available: 156.10 GB
1182026-05-27T23:50:27.013ZEstimated space to be consumed: 22.53 MB
1192026-05-27T23:50:27.013Z Create boot environment: No
1202026-05-27T23:50:27.016ZCreate backup boot environment: No
1212026-05-27T23:50:27.016Z Rebuild boot archive: No
1222026-05-27T23:50:27.016Z
1232026-05-27T23:50:27.016ZChanged packages:
1242026-05-27T23:50:27.016Zhelios
1252026-05-27T23:50:27.016Z developer/build-essential
1262026-05-27T23:50:27.016Z None -> 11-3.0
1272026-05-27T23:50:27.016Z library/libxmlsec1
1282026-05-27T23:50:27.016Z None -> 1.2.35-3.0
1292026-05-27T23:50:27.050Z
1302026-05-27T23:50:27.050ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-27T23:50:27.763ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
1322026-05-27T23:50:27.894Z Actions: 1/268 actions (Installing new actions)
1332026-05-27T23:50:27.935Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-27T23:50:27.969ZFinalize: Updating package state database ... Done (0.033s)
1352026-05-27T23:50:27.969ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-27T23:50:27.988ZFinalize: Updating image state ... Done (0.019s)
1372026-05-27T23:50:30.594ZFinalize: Creating fast lookup database ... Done (2.582s)
1382026-05-27T23:50:30.672ZFinalize: Reading search index ... Done (0.020s)
1392026-05-27T23:50:30.675ZFinalize: Updating search index ... Done (0.000s)
1402026-05-27T23:50:30.786ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-27T23:50:31.094ZPlanning: Evaluating mediator changes ... Done
1422026-05-27T23:50:31.200ZPlanning: Checking for conflicting actions ... Done
1432026-05-27T23:50:31.204ZPlanning: Consolidating action changes ... Done
1442026-05-27T23:50:31.364ZPlanning: Evaluating mediators ... Done
1452026-05-27T23:50:31.367ZPlanning: Planning completed in 0.27 seconds
1462026-05-27T23:50:31.387Z Mediators to change: 2
1472026-05-27T23:50:31.387Z Create boot environment: No
1482026-05-27T23:50:31.387ZCreate backup boot environment: No
1492026-05-27T23:50:31.425ZFinalize: Updating package state database ... Done
1502026-05-27T23:50:31.425ZFinalize: Updating package cache ... Done
1512026-05-27T23:50:31.436ZFinalize: Updating image state ... Done
1522026-05-27T23:50:33.462ZFinalize: Creating fast lookup database ... Done
1532026-05-27T23:50:33.526ZFinalize: Reading search index ... Done
1542026-05-27T23:50:33.531ZFinalize: Updating search index ... Done
1552026-05-27T23:50:33.570ZFinalize: Updating package cache ... Done
1562026-05-27T23:50:33.863ZPlanning: Evaluating mediator changes ... Done
1572026-05-27T23:50:33.971ZPlanning: Checking for conflicting actions ... Done
1582026-05-27T23:50:33.975ZPlanning: Consolidating action changes ... Done
1592026-05-27T23:50:34.136ZPlanning: Evaluating mediators ... Done
1602026-05-27T23:50:34.139ZPlanning: Planning completed in 0.27 seconds
1612026-05-27T23:50:34.161Z Mediators to change: 1
1622026-05-27T23:50:34.161Z Create boot environment: No
1632026-05-27T23:50:34.161ZCreate backup boot environment: No
1642026-05-27T23:50:34.209ZFinalize: Updating package state database ... Done
1652026-05-27T23:50:34.209ZFinalize: Updating package cache ... Done
1662026-05-27T23:50:34.223ZFinalize: Updating image state ... Done
1672026-05-27T23:50:36.234ZFinalize: Creating fast lookup database ... Done
1682026-05-27T23:50:36.296ZFinalize: Reading search index ... Done
1692026-05-27T23:50:36.299ZFinalize: Updating search index ... Done
1702026-05-27T23:50:36.375ZFinalize: Updating package cache ... Done
1712026-05-27T23:50:36.698ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-27T23:50:36.698Zapache system 2.4 system
1732026-05-27T23:50:36.698Zclang system 15 system
1742026-05-27T23:50:36.698Zcsh system system illumos
1752026-05-27T23:50:36.698Zctags system system illumos
1762026-05-27T23:50:36.698Zfile vendor vendor darwinsys
1772026-05-27T23:50:36.698Zfile system system illumos
1782026-05-27T23:50:36.698Zgcc vendor 14 vendor
1792026-05-27T23:50:36.698Zgcc system 13 system
1802026-05-27T23:50:36.698Zgcc system 10 system
1812026-05-27T23:50:36.698Zgo system 1.25 system
1822026-05-27T23:50:36.698Zllvm system 15 system
1832026-05-27T23:50:36.698Zmariadb system 11.4 system
1842026-05-27T23:50:36.698Zmta vendor vendor dma
1852026-05-27T23:50:36.698Zopenjdk system 17 system
1862026-05-27T23:50:36.698Zopenjdk system 11 system
1872026-05-27T23:50:36.698Zopenssl vendor 3 vendor
1882026-05-27T23:50:36.698Zperl system 5.40 system
1892026-05-27T23:50:36.699Zpostgresql system 18 system
1902026-05-27T23:50:36.699Zpostgresql system 17 system
1912026-05-27T23:50:36.699Zpython vendor 3 vendor
1922026-05-27T23:50:36.699Zpython system 2 system
1932026-05-27T23:50:36.699Zpython3 vendor 3.13 vendor
1942026-05-27T23:50:36.699Zruby system 3.4 system
1952026-05-27T23:50:36.699Zruby system 3.0 system
1962026-05-27T23:50:36.699Zwords vendor vendor american-english
1972026-05-27T23:50:36.699Zwords system system australian-english
1982026-05-27T23:50:36.699Zwords system system british-english
1992026-05-27T23:50:36.699Zwords system system canadian-english
2002026-05-27T23:50:36.699Zwords system system french
2012026-05-27T23:50:36.699Zwords system system italian
2022026-05-27T23:50:36.699Zwords system system ngerman
2032026-05-27T23:50:36.699Zwords system system ogerman
2042026-05-27T23:50:36.699Zwords system system spanish
2052026-05-27T23:50:36.966ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-27T23:50:36.966Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-27T23:50:37.251ZFMRI IFO
2082026-05-27T23:50:37.251Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-27T23:50:37.251Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-27T23:50:37.251Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-27T23:50:37.251Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-27T23:50:37.251Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-27T23:50:37.251Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-27T23:50:37.251Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-27T23:50:37.251Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-27T23:50:37.251Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-27T23:50:37.499Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-27T23:50:37.772Z Updating crates.io index
2192026-05-27T23:50:37.804Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-27T23:50:38.501Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-27T23:50:38.814Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-27T23:50:39.203Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-27T23:50:40.288Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-27T23:50:40.833Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-27T23:50:42.335Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-27T23:50:43.030Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-27T23:50:43.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-27T23:50:44.304Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-27T23:50:44.832Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-27T23:50:45.159Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-27T23:50:45.413Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-27T23:50:46.435Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-27T23:50:46.900Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-27T23:50:47.255Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-27T23:50:47.470Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-27T23:50:47.784Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-27T23:50:48.164Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-27T23:50:48.601Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-27T23:50:48.843Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-27T23:50:49.091Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-27T23:50:49.463Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-27T23:50:49.804Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-27T23:50:50.155Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-27T23:50:50.575Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-27T23:50:50.908Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-27T23:50:51.421Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-27T23:50:51.722Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-27T23:50:52.808Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-27T23:50:53.516Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-27T23:50:53.825Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-27T23:50:54.192Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-27T23:50:54.527Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-27T23:50:54.859Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-27T23:50:55.420Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-27T23:50:55.639Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-27T23:50:55.880Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-27T23:50:56.165Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-27T23:50:56.538Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-27T23:51:08.238Z Downloading crates ...
2602026-05-27T23:51:08.306Z Downloaded generic-array v0.14.7
2612026-05-27T23:51:08.320Z Downloaded equivalent v1.0.2
2622026-05-27T23:51:08.320Z Downloaded erased-serde v0.4.9
2632026-05-27T23:51:08.320Z Downloaded dtrace-parser v0.2.0
2642026-05-27T23:51:08.320Z Downloaded displaydoc v0.2.5
2652026-05-27T23:51:08.320Z Downloaded cpufeatures v0.2.17
2662026-05-27T23:51:08.320Z Downloaded clap_lex v1.0.0
2672026-05-27T23:51:08.320Z Downloaded anstyle v1.0.13
2682026-05-27T23:51:08.320Z Downloaded serde_tokenstream v0.2.3
2692026-05-27T23:51:08.320Z Downloaded digest v0.10.7
2702026-05-27T23:51:08.321Z Downloaded dof v0.3.0
2712026-05-27T23:51:08.321Z Downloaded crypto-common v0.1.7
2722026-05-27T23:51:08.321Z Downloaded thiserror v1.0.69
2732026-05-27T23:51:08.321Z Downloaded utf8parse v0.2.2
2742026-05-27T23:51:08.321Z Downloaded colorchoice v1.0.4
2752026-05-27T23:51:08.321Z Downloaded smallvec v1.15.1
2762026-05-27T23:51:08.321Z Downloaded anstream v0.6.21
2772026-05-27T23:51:08.321Z Downloaded is_terminal_polyfill v1.70.2
2782026-05-27T23:51:08.321Z Downloaded fastrand v2.3.0
2792026-05-27T23:51:08.331Z Downloaded writeable v0.6.2
2802026-05-27T23:51:08.331Z Downloaded getrandom v0.4.1
2812026-05-27T23:51:08.331Z Downloaded serde_spanned v0.6.9
2822026-05-27T23:51:08.331Z Downloaded memchr v2.8.0
2832026-05-27T23:51:08.331Z Downloaded unicode-ident v1.0.24
2842026-05-27T23:51:08.331Z Downloaded zerofrom-derive v0.1.6
2852026-05-27T23:51:08.331Z Downloaded once_cell v1.21.3
2862026-05-27T23:51:08.331Z Downloaded cargo_metadata v0.21.0
2872026-05-27T23:51:08.331Z Downloaded macaddr v1.0.1
2882026-05-27T23:51:08.331Z Downloaded typeid v1.0.3
2892026-05-27T23:51:08.358Z Downloaded icu_provider v2.1.1
2902026-05-27T23:51:08.358Z Downloaded form_urlencoded v1.2.2
2912026-05-27T23:51:08.358Z Downloaded usdt v0.5.0
2922026-05-27T23:51:08.358Z Downloaded toml_write v0.1.2
2932026-05-27T23:51:08.358Z Downloaded toml_datetime v0.6.11
2942026-05-27T23:51:08.359Z Downloaded fnv v1.0.7
2952026-05-27T23:51:08.359Z Downloaded zerofrom v0.1.6
2962026-05-27T23:51:08.359Z Downloaded usdt-attr-macro v0.5.0
2972026-05-27T23:51:08.359Z Downloaded camino-tempfile v1.4.1
2982026-05-27T23:51:08.359Z Downloaded thiserror-impl v2.0.18
2992026-05-27T23:51:08.359Z Downloaded serde-untagged v0.1.9
3002026-05-27T23:51:08.359Z Downloaded memmap v0.7.0
3012026-05-27T23:51:08.360Z Downloaded synstructure v0.13.2
3022026-05-27T23:51:08.360Z Downloaded plain v0.2.3
3032026-05-27T23:51:08.360Z Downloaded unicode-linebreak v0.1.5
3042026-05-27T23:51:08.360Z Downloaded goblin v0.8.2
3052026-05-27T23:51:08.360Z Downloaded unicode-xid v0.2.6
3062026-05-27T23:51:08.360Z Downloaded serde_derive v1.0.228
3072026-05-27T23:51:08.360Z Downloaded utf8_iter v1.0.4
3082026-05-27T23:51:08.360Z Downloaded anstyle-query v1.1.5
3092026-05-27T23:51:08.360Z Downloaded strsim v0.11.1
3102026-05-27T23:51:08.360Z Downloaded smawk v0.3.2
3112026-05-27T23:51:08.373Z Downloaded ordered-float v2.10.1
3122026-05-27T23:51:08.373Z Downloaded yoke-derive v0.8.1
3132026-05-27T23:51:08.373Z Downloaded thread-id v4.2.2
3142026-05-27T23:51:08.373Z Downloaded version_check v0.9.5
3152026-05-27T23:51:08.374Z Downloaded cargo-platform v0.2.0
3162026-05-27T23:51:08.374Z Downloaded usdt-macro v0.5.0
3172026-05-27T23:51:08.374Z Downloaded percent-encoding v2.3.2
3182026-05-27T23:51:08.374Z Downloaded url v2.5.8
3192026-05-27T23:51:08.374Z Downloaded heck v0.4.1
3202026-05-27T23:51:08.374Z Downloaded errno v0.3.14
3212026-05-27T23:51:08.374Z Downloaded cfg-if v1.0.4
3222026-05-27T23:51:08.374Z Downloaded zerovec-derive v0.11.2
3232026-05-27T23:51:08.391Z Downloaded pretty-hex v0.4.1
3242026-05-27T23:51:08.391Z Downloaded idna_adapter v1.2.1
3252026-05-27T23:51:08.391Z Downloaded zerocopy-derive v0.7.35
3262026-05-27T23:51:08.391Z Downloaded zmij v1.0.21
3272026-05-27T23:51:08.391Z Downloaded yoke v0.8.1
3282026-05-27T23:51:08.391Z Downloaded ucd-trie v0.1.7
3292026-05-27T23:51:08.391Z Downloaded itoa v1.0.17
3302026-05-27T23:51:08.391Z Downloaded thiserror-impl v1.0.69
3312026-05-27T23:51:08.391Z Downloaded thiserror v2.0.18
3322026-05-27T23:51:08.391Z Downloaded usdt-impl v0.5.0
3332026-05-27T23:51:08.391Z Downloaded heck v0.5.0
3342026-05-27T23:51:08.391Z Downloaded toml v0.8.23
3352026-05-27T23:51:08.391Z Downloaded tabled_derive v0.7.0
3362026-05-27T23:51:08.391Z Downloaded potential_utf v0.1.4
3372026-05-27T23:51:08.391Z Downloaded block-buffer v0.10.4
3382026-05-27T23:51:08.400Z Downloaded tinystr v0.8.2
3392026-05-27T23:51:08.400Z Downloaded textwrap v0.16.2
3402026-05-27T23:51:08.409Z Downloaded zerotrie v0.2.3
3412026-05-27T23:51:08.409Z Downloaded swrite v0.1.0
3422026-05-27T23:51:08.409Z Downloaded terminal_size v0.4.3
3432026-05-27T23:51:08.409Z Downloaded stable_deref_trait v1.2.1
3442026-05-27T23:51:08.409Z Downloaded scroll_derive v0.12.1
3452026-05-27T23:51:08.409Z Downloaded proc-macro-error-attr v1.0.4
3462026-05-27T23:51:08.409Z Downloaded toml_edit v0.22.27
3472026-05-27T23:51:08.419Z Downloaded typenum v1.19.0
3482026-05-27T23:51:08.419Z Downloaded scroll v0.12.0
3492026-05-27T23:51:08.419Z Downloaded autocfg v1.5.0
3502026-05-27T23:51:08.419Z Downloaded fs-err v3.3.0
3512026-05-27T23:51:08.422Z Downloaded zerovec v0.11.5
3522026-05-27T23:51:08.422Z Downloaded pest_generator v2.8.6
3532026-05-27T23:51:08.422Z Downloaded log v0.4.29
3542026-05-27T23:51:08.425Z Downloaded bytecount v0.6.9
3552026-05-27T23:51:08.428Z Downloaded proc-macro-error v1.0.4
3562026-05-27T23:51:08.428Z Downloaded zerocopy v0.7.35
3572026-05-27T23:51:08.435Z Downloaded winnow v0.7.14
3582026-05-27T23:51:08.440Z Downloaded serde-value v0.7.0
3592026-05-27T23:51:08.443Z Downloaded litemap v0.8.1
3602026-05-27T23:51:08.443Z Downloaded cargo_toml v0.21.0
3612026-05-27T23:51:08.443Z Downloaded byteorder v1.5.0
3622026-05-27T23:51:08.446Z Downloaded anstyle-parse v0.2.7
3632026-05-27T23:51:08.446Z Downloaded unicode-width v0.1.14
3642026-05-27T23:51:08.449Z Downloaded sha2 v0.10.9
3652026-05-27T23:51:08.449Z Downloaded clap_derive v4.5.55
3662026-05-27T23:51:08.452Z Downloaded unicode-width v0.2.0
3672026-05-27T23:51:08.463Z Downloaded pest_derive v2.8.6
3682026-05-27T23:51:08.466Z Downloaded semver v1.0.28
3692026-05-27T23:51:08.472Z Downloaded quote v1.0.45
3702026-05-27T23:51:08.475Z Downloaded anyhow v1.0.102
3712026-05-27T23:51:08.477Z Downloaded serde_core v1.0.228
3722026-05-27T23:51:08.477Z Downloaded cargo-util-schemas v0.8.2
3732026-05-27T23:51:08.480Z Downloaded proc-macro2 v1.0.106
3742026-05-27T23:51:08.484Z Downloaded bitflags v2.11.0
3752026-05-27T23:51:08.487Z Downloaded papergrid v0.11.0
3762026-05-27T23:51:08.490Z Downloaded clap v4.5.60
3772026-05-27T23:51:08.494Z Downloaded num-traits v0.2.19
3782026-05-27T23:51:08.501Z Downloaded tempfile v3.25.0
3792026-05-27T23:51:08.507Z Downloaded icu_locale_core v2.1.1
3802026-05-27T23:51:08.510Z Downloaded pest_meta v2.8.6
3812026-05-27T23:51:08.513Z Downloaded camino v1.2.2
3822026-05-27T23:51:08.515Z Downloaded icu_properties v2.1.2
3832026-05-27T23:51:08.515Z Downloaded icu_normalizer v2.1.1
3842026-05-27T23:51:08.522Z Downloaded serde v1.0.228
3852026-05-27T23:51:08.525Z Downloaded icu_collections v2.1.1
3862026-05-27T23:51:08.543Z Downloaded icu_normalizer_data v2.1.1
3872026-05-27T23:51:08.548Z Downloaded indexmap v2.14.0
3882026-05-27T23:51:08.551Z Downloaded pest v2.8.6
3892026-05-27T23:51:08.559Z Downloaded idna v1.1.0
3902026-05-27T23:51:08.562Z Downloaded icu_properties_data v2.1.2
3912026-05-27T23:51:08.569Z Downloaded serde_json v1.0.149
3922026-05-27T23:51:08.583Z Downloaded hashbrown v0.17.0
3932026-05-27T23:51:08.586Z Downloaded clap_builder v4.5.60
3942026-05-27T23:51:08.596Z Downloaded syn v1.0.109
3952026-05-27T23:51:08.603Z Downloaded tabled v0.15.0
3962026-05-27T23:51:08.617Z Downloaded syn v2.0.117
3972026-05-27T23:51:08.622Z Downloaded rustix v1.1.3
3982026-05-27T23:51:08.650Z Downloaded libc v0.2.185
3992026-05-27T23:51:08.715Z Compiling proc-macro2 v1.0.106
4002026-05-27T23:51:08.715Z Compiling quote v1.0.45
4012026-05-27T23:51:08.718Z Compiling unicode-ident v1.0.24
4022026-05-27T23:51:08.719Z Compiling serde_core v1.0.228
4032026-05-27T23:51:08.719Z Compiling libc v0.2.185
4042026-05-27T23:51:08.719Z Compiling version_check v0.9.5
4052026-05-27T23:51:08.719Z Compiling stable_deref_trait v1.2.1
4062026-05-27T23:51:08.719Z Compiling memchr v2.8.0
4072026-05-27T23:51:08.719Z Compiling serde v1.0.228
4082026-05-27T23:51:08.901Z Compiling zmij v1.0.21
4092026-05-27T23:51:08.913Z Compiling autocfg v1.5.0
4102026-05-27T23:51:08.924Z Compiling ucd-trie v0.1.7
4112026-05-27T23:51:08.927Z Compiling itoa v1.0.17
4122026-05-27T23:51:08.939Z Compiling thiserror v1.0.69
4132026-05-27T23:51:08.942Z Compiling litemap v0.8.1
4142026-05-27T23:51:09.142Z Compiling writeable v0.6.2
4152026-05-27T23:51:09.299Z Compiling icu_normalizer_data v2.1.1
4162026-05-27T23:51:09.369Z Compiling icu_properties_data v2.1.2
4172026-05-27T23:51:09.390Z Compiling rustix v1.1.3
4182026-05-27T23:51:09.442Z Compiling pest v2.8.6
4192026-05-27T23:51:09.481Z Compiling byteorder v1.5.0
4202026-05-27T23:51:09.516Z Compiling serde_json v1.0.149
4212026-05-27T23:51:09.519Z Compiling bitflags v2.11.0
4222026-05-27T23:51:09.570Z Compiling num-traits v0.2.19
4232026-05-27T23:51:09.755Z Compiling smallvec v1.15.1
4242026-05-27T23:51:09.790Z Compiling equivalent v1.0.2
4252026-05-27T23:51:09.846Z Compiling typeid v1.0.3
4262026-05-27T23:51:09.866Z Compiling hashbrown v0.17.0
4272026-05-27T23:51:09.958Z Compiling proc-macro-error-attr v1.0.4
4282026-05-27T23:51:09.975Z Compiling usdt-impl v0.5.0
4292026-05-27T23:51:09.994Z Compiling erased-serde v0.4.9
4302026-05-27T23:51:10.070Z Compiling syn v1.0.109
4312026-05-27T23:51:10.073Z Compiling toml_write v0.1.2
4322026-05-27T23:51:10.108Z Compiling winnow v0.7.14
4332026-05-27T23:51:10.111Z Compiling proc-macro-error v1.0.4
4342026-05-27T23:51:10.294Z Compiling thiserror v2.0.18
4352026-05-27T23:51:10.390Z Compiling errno v0.3.14
4362026-05-27T23:51:10.410Z Compiling thread-id v4.2.2
4372026-05-27T23:51:10.468Z Compiling log v0.4.29
4382026-05-27T23:51:10.472Z Compiling percent-encoding v2.3.2
4392026-05-27T23:51:10.505Z Compiling indexmap v2.14.0
4402026-05-27T23:51:10.544Z Compiling syn v2.0.117
4412026-05-27T23:51:10.587Z Compiling pest_meta v2.8.6
4422026-05-27T23:51:10.592Z Compiling utf8parse v0.2.2
4432026-05-27T23:51:10.592Z Compiling getrandom v0.4.1
4442026-05-27T23:51:10.642Z Compiling camino v1.2.2
4452026-05-27T23:51:10.662Z Compiling plain v0.2.3
4462026-05-27T23:51:10.682Z Compiling utf8_iter v1.0.4
4472026-05-27T23:51:10.719Z Compiling anstyle-parse v0.2.7
4482026-05-27T23:51:10.799Z Compiling ordered-float v2.10.1
4492026-05-27T23:51:10.823Z Compiling form_urlencoded v1.2.2
4502026-05-27T23:51:10.954Z Compiling anstyle-query v1.1.5
4512026-05-27T23:51:11.025Z Compiling cfg-if v1.0.4
4522026-05-27T23:51:11.045Z Compiling is_terminal_polyfill v1.70.2
4532026-05-27T23:51:11.085Z Compiling anstyle v1.0.13
4542026-05-27T23:51:11.103Z Compiling colorchoice v1.0.4
4552026-05-27T23:51:11.106Z Compiling pretty-hex v0.4.1
4562026-05-27T23:51:11.182Z Compiling fs-err v3.3.0
4572026-05-27T23:51:11.201Z Compiling fastrand v2.3.0
4582026-05-27T23:51:11.236Z Compiling anyhow v1.0.102
4592026-05-27T23:51:11.259Z Compiling anstream v0.6.21
4602026-05-27T23:51:11.278Z Compiling strsim v0.11.1
4612026-05-27T23:51:11.333Z Compiling fnv v1.0.7
4622026-05-27T23:51:11.389Z Compiling unicode-width v0.1.14
4632026-05-27T23:51:11.409Z Compiling bytecount v0.6.9
4642026-05-27T23:51:11.444Z Compiling heck v0.4.1
4652026-05-27T23:51:11.572Z Compiling terminal_size v0.4.3
4662026-05-27T23:51:11.611Z Compiling semver v1.0.28
4672026-05-27T23:51:11.709Z Compiling heck v0.5.0
4682026-05-27T23:51:11.712Z Compiling clap_lex v1.0.0
4692026-05-27T23:51:11.712Z Compiling unicode-xid v0.2.6
4702026-05-27T23:51:11.769Z Compiling once_cell v1.21.3
4712026-05-27T23:51:11.790Z Compiling papergrid v0.11.0
4722026-05-27T23:51:11.902Z Compiling memmap v0.7.0
4732026-05-27T23:51:11.957Z Compiling tempfile v3.25.0
4742026-05-27T23:51:11.982Z Compiling clap_builder v4.5.60
4752026-05-27T23:51:11.985Z Compiling smawk v0.3.2
4762026-05-27T23:51:12.024Z Compiling unicode-width v0.2.0
4772026-05-27T23:51:12.027Z Compiling unicode-linebreak v0.1.5
4782026-05-27T23:51:12.068Z Compiling serde-untagged v0.1.9
4792026-05-27T23:51:12.175Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-27T23:51:12.302Z Compiling textwrap v0.16.2
4812026-05-27T23:51:12.345Z Compiling camino-tempfile v1.4.1
4822026-05-27T23:51:12.366Z Compiling swrite v0.1.0
4832026-05-27T23:51:12.765Z Compiling tabled_derive v0.7.0
4842026-05-27T23:51:13.286Z Compiling synstructure v0.13.2
4852026-05-27T23:51:13.286Z Compiling pest_generator v2.8.6
4862026-05-27T23:51:13.471Z Compiling tabled v0.15.0
4872026-05-27T23:51:13.813Z Compiling serde_derive v1.0.228
4882026-05-27T23:51:13.814Z Compiling zerofrom-derive v0.1.6
4892026-05-27T23:51:13.817Z Compiling yoke-derive v0.8.1
4902026-05-27T23:51:13.817Z Compiling zerovec-derive v0.11.2
4912026-05-27T23:51:13.817Z Compiling displaydoc v0.2.5
4922026-05-27T23:51:13.817Z Compiling thiserror-impl v1.0.69
4932026-05-27T23:51:13.867Z Compiling zerocopy-derive v0.7.35
4942026-05-27T23:51:13.900Z Compiling scroll_derive v0.12.1
4952026-05-27T23:51:13.903Z Compiling thiserror-impl v2.0.18
4962026-05-27T23:51:13.903Z Compiling pest_derive v2.8.6
4972026-05-27T23:51:13.953Z Compiling clap_derive v4.5.55
4982026-05-27T23:51:14.630Z Compiling scroll v0.12.0
4992026-05-27T23:51:14.666Z Compiling zerocopy v0.7.35
5002026-05-27T23:51:14.859Z Compiling goblin v0.8.2
5012026-05-27T23:51:14.878Z Compiling zerofrom v0.1.6
5022026-05-27T23:51:14.985Z Compiling yoke v0.8.1
5032026-05-27T23:51:15.018Z Compiling dtrace-parser v0.2.0
5042026-05-27T23:51:15.144Z Compiling zerovec v0.11.5
5052026-05-27T23:51:15.144Z Compiling zerotrie v0.2.3
5062026-05-27T23:51:15.324Z Compiling clap v4.5.60
5072026-05-27T23:51:15.560Z Compiling tinystr v0.8.2
5082026-05-27T23:51:15.560Z Compiling potential_utf v0.1.4
5092026-05-27T23:51:15.682Z Compiling icu_collections v2.1.1
5102026-05-27T23:51:15.710Z Compiling icu_locale_core v2.1.1
5112026-05-27T23:51:16.305Z Compiling icu_provider v2.1.1
5122026-05-27T23:51:16.383Z Compiling dof v0.3.0
5132026-05-27T23:51:16.383Z Compiling serde_tokenstream v0.2.3
5142026-05-27T23:51:16.401Z Compiling toml_datetime v0.6.11
5152026-05-27T23:51:16.404Z Compiling serde_spanned v0.6.9
5162026-05-27T23:51:16.419Z Compiling serde-value v0.7.0
5172026-05-27T23:51:16.422Z Compiling cargo-platform v0.2.0
5182026-05-27T23:51:16.422Z Compiling macaddr v1.0.1
5192026-05-27T23:51:16.534Z Compiling icu_properties v2.1.2
5202026-05-27T23:51:16.534Z Compiling icu_normalizer v2.1.1
5212026-05-27T23:51:16.621Z Compiling toml_edit v0.22.27
5222026-05-27T23:51:17.101Z Compiling usdt-attr-macro v0.5.0
5232026-05-27T23:51:17.104Z Compiling usdt-macro v0.5.0
5242026-05-27T23:51:17.383Z Compiling idna_adapter v1.2.1
5252026-05-27T23:51:17.494Z Compiling idna v1.1.0
5262026-05-27T23:51:17.698Z Compiling usdt v0.5.0
5272026-05-27T23:51:17.757Z Compiling url v2.5.8
5282026-05-27T23:51:17.941Z Compiling toml v0.8.23
5292026-05-27T23:51:18.270Z Compiling cargo-util-schemas v0.8.2
5302026-05-27T23:51:18.270Z Compiling cargo_toml v0.21.0
5312026-05-27T23:51:19.064Z Compiling cargo_metadata v0.21.0
5322026-05-27T23:51:19.999Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-27T23:51:22.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.79s
5342026-05-27T23:51:22.402Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-27T23:51:22.960Z Downloading crates ...
5362026-05-27T23:51:23.052Z Downloaded adler2 v2.0.1
5372026-05-27T23:51:23.056Z Downloaded bitfield-struct v0.6.2
5382026-05-27T23:51:23.067Z Downloaded const_format v0.2.35
5392026-05-27T23:51:23.074Z Downloaded aho-corasick v1.1.4
5402026-05-27T23:51:23.078Z Downloaded crc32fast v1.5.0
5412026-05-27T23:51:23.080Z Downloaded cargo_metadata v0.23.1
5422026-05-27T23:51:23.083Z Downloaded arrayref v0.3.9
5432026-05-27T23:51:23.083Z Downloaded base64ct v1.8.3
5442026-05-27T23:51:23.086Z Downloaded dunce v1.0.5
5452026-05-27T23:51:23.086Z Downloaded dirs-next v2.0.0
5462026-05-27T23:51:23.088Z Downloaded derive_builder_macro v0.20.2
5472026-05-27T23:51:23.088Z Downloaded darling_macro v0.13.4
5482026-05-27T23:51:23.088Z Downloaded csv-core v0.1.13
5492026-05-27T23:51:23.091Z Downloaded derive_more v0.99.20
5502026-05-27T23:51:23.094Z Downloaded downcast-rs v2.0.2
5512026-05-27T23:51:23.097Z Downloaded des v0.8.1
5522026-05-27T23:51:23.097Z Downloaded console v0.15.11
5532026-05-27T23:51:23.100Z Downloaded bit-set v0.5.3
5542026-05-27T23:51:23.100Z Downloaded ciborium-ll v0.2.2
5552026-05-27T23:51:23.100Z Downloaded bit-vec v0.8.0
5562026-05-27T23:51:23.103Z Downloaded cfg_aliases v0.1.1
5572026-05-27T23:51:23.103Z Downloaded castaway v0.2.4
5582026-05-27T23:51:23.105Z Downloaded ena v0.14.4
5592026-05-27T23:51:23.105Z Downloaded dof v0.4.0
5602026-05-27T23:51:23.108Z Downloaded blake2 v0.10.6
5612026-05-27T23:51:23.108Z Downloaded atty v0.2.14
5622026-05-27T23:51:23.111Z Downloaded defmt v1.0.1
5632026-05-27T23:51:23.114Z Downloaded crc-catalog v2.4.0
5642026-05-27T23:51:23.114Z Downloaded derive-ex v0.1.8
5652026-05-27T23:51:23.117Z Downloaded convert_case v0.10.0
5662026-05-27T23:51:23.117Z Downloaded ciborium-io v0.2.2
5672026-05-27T23:51:23.117Z Downloaded cfg_aliases v0.2.1
5682026-05-27T23:51:23.119Z Downloaded derive_builder_core v0.20.2
5692026-05-27T23:51:23.120Z Downloaded block-padding v0.3.3
5702026-05-27T23:51:23.122Z Downloaded bit-set v0.8.0
5712026-05-27T23:51:23.122Z Downloaded base16ct v0.2.0
5722026-05-27T23:51:23.125Z Downloaded derive-where v1.6.0
5732026-05-27T23:51:23.128Z Downloaded drift v0.2.0
5742026-05-27T23:51:23.132Z Downloaded convert_case v0.4.0
5752026-05-27T23:51:23.135Z Downloaded async-stream v0.3.6
5762026-05-27T23:51:23.135Z Downloaded diesel_table_macro_syntax v0.3.0
5772026-05-27T23:51:23.138Z Downloaded compact_str v0.8.1
5782026-05-27T23:51:23.140Z Downloaded cassowary v0.3.0
5792026-05-27T23:51:23.140Z Downloaded ascii-canvas v3.0.0
5802026-05-27T23:51:23.140Z Downloaded cargo-platform v0.3.2
5812026-05-27T23:51:23.143Z Downloaded darling_macro v0.21.3
5822026-05-27T23:51:23.143Z Downloaded fixedbitset v0.4.2
5832026-05-27T23:51:23.146Z Downloaded async-recursion v1.1.1
5842026-05-27T23:51:23.146Z Downloaded difflib v0.4.0
5852026-05-27T23:51:23.149Z Downloaded debug-ignore v1.0.5
5862026-05-27T23:51:23.149Z Downloaded crc8 v0.1.1
5872026-05-27T23:51:23.149Z Downloaded darling_macro v0.20.11
5882026-05-27T23:51:23.152Z Downloaded colored v2.2.0
5892026-05-27T23:51:23.152Z Downloaded atomic-waker v1.1.2
5902026-05-27T23:51:23.154Z Downloaded cobs v0.3.0
5912026-05-27T23:51:23.154Z Downloaded float-ord v0.3.2
5922026-05-27T23:51:23.157Z Downloaded foreign-types v0.3.2
5932026-05-27T23:51:23.157Z Downloaded bitfield-macros v0.19.4
5942026-05-27T23:51:23.157Z Downloaded dropshot-api-manager-types v0.7.2
5952026-05-27T23:51:23.160Z Downloaded document-features v0.2.12
5962026-05-27T23:51:23.160Z Downloaded embedded-io v0.6.1
5972026-05-27T23:51:23.162Z Downloaded erased-serde v0.3.31
5982026-05-27T23:51:23.162Z Downloaded endian-type v0.1.2
5992026-05-27T23:51:23.163Z Downloaded async-stream-impl v0.3.6
6002026-05-27T23:51:23.165Z Downloaded assert_matches v1.5.0
6012026-05-27T23:51:23.165Z Downloaded chacha20 v0.10.0
6022026-05-27T23:51:23.168Z Downloaded float-cmp v0.10.0
6032026-05-27T23:51:23.168Z Downloaded bcrypt-pbkdf v0.10.0
6042026-05-27T23:51:23.168Z Downloaded crc v3.4.0
6052026-05-27T23:51:23.171Z Downloaded compression-core v0.4.31
6062026-05-27T23:51:23.171Z Downloaded array-init v0.0.4
6072026-05-27T23:51:23.171Z Downloaded argon2 v0.5.3
6082026-05-27T23:51:23.174Z Downloaded foreign-types-shared v0.1.1
6092026-05-27T23:51:23.174Z Downloaded embedded-io v0.4.0
6102026-05-27T23:51:23.177Z Downloaded crucible-workspace-hack v0.1.0
6112026-05-27T23:51:23.177Z Downloaded foreign-types-macros v0.2.3
6122026-05-27T23:51:23.177Z Downloaded bb8 v0.8.6
6132026-05-27T23:51:23.179Z Downloaded cpufeatures v0.3.0
6142026-05-27T23:51:23.179Z Downloaded atomicwrites v0.4.4
6152026-05-27T23:51:23.180Z Downloaded dyn-clone v1.0.20
6162026-05-27T23:51:23.182Z Downloaded bcs v0.1.6
6172026-05-27T23:51:23.182Z Downloaded foldhash v0.2.0
6182026-05-27T23:51:23.185Z Downloaded bit-vec v0.6.3
6192026-05-27T23:51:23.185Z Downloaded gethostname v0.5.0
6202026-05-27T23:51:23.188Z Downloaded futures-task v0.3.32
6212026-05-27T23:51:23.188Z Downloaded foreign-types-shared v0.3.1
6222026-05-27T23:51:23.188Z Downloaded cexpr v0.6.0
6232026-05-27T23:51:23.191Z Downloaded blowfish v0.9.1
6242026-05-27T23:51:23.191Z Downloaded futures-core v0.3.32
6252026-05-27T23:51:23.194Z Downloaded futures-io v0.3.32
6262026-05-27T23:51:23.194Z Downloaded ed25519 v2.2.3
6272026-05-27T23:51:23.194Z Downloaded darling_core v0.23.0
6282026-05-27T23:51:23.197Z Downloaded futures-sink v0.3.32
6292026-05-27T23:51:23.199Z Downloaded deranged v0.5.8
6302026-05-27T23:51:23.199Z Downloaded git-stub v1.0.0
6312026-05-27T23:51:23.202Z Downloaded futures-macro v0.3.32
6322026-05-27T23:51:23.202Z Downloaded globwalk v0.9.1
6332026-05-27T23:51:23.205Z Downloaded hash32 v0.2.1
6342026-05-27T23:51:23.205Z Downloaded hash32 v0.3.1
6352026-05-27T23:51:23.205Z Downloaded derive_builder v0.20.2
6362026-05-27T23:51:23.208Z Downloaded hex-literal v0.4.1
6372026-05-27T23:51:23.211Z Downloaded hex v0.4.3
6382026-05-27T23:51:23.211Z Downloaded defmt-parser v1.0.0
6392026-05-27T23:51:23.213Z Downloaded buf-list v1.1.2
6402026-05-27T23:51:23.213Z Downloaded headers-core v0.3.0
6412026-05-27T23:51:23.216Z Downloaded flagset v0.4.7
6422026-05-27T23:51:23.216Z Downloaded dirs-sys-next v0.1.2
6432026-05-27T23:51:23.216Z Downloaded curve25519-dalek-derive v0.1.1
6442026-05-27T23:51:23.219Z Downloaded dsl_auto_type v0.2.0
6452026-05-27T23:51:23.219Z Downloaded bitfield v0.19.4
6462026-05-27T23:51:23.222Z Downloaded fd-lock v4.0.4
6472026-05-27T23:51:23.222Z Downloaded env_filter v1.0.0
6482026-05-27T23:51:23.225Z Downloaded crunchy v0.2.4
6492026-05-27T23:51:23.225Z Downloaded enum-as-inner v0.6.1
6502026-05-27T23:51:23.225Z Downloaded cstr-argument v0.1.2
6512026-05-27T23:51:23.229Z Downloaded der_derive v0.7.3
6522026-05-27T23:51:23.229Z Downloaded const_format_proc_macros v0.2.34
6532026-05-27T23:51:23.232Z Downloaded funty v2.0.0
6542026-05-27T23:51:23.232Z Downloaded backoff v0.4.0
6552026-05-27T23:51:23.232Z Downloaded hostname v0.3.1
6562026-05-27T23:51:23.232Z Downloaded fxhash v0.2.1
6572026-05-27T23:51:23.235Z Downloaded http-range v0.1.5
6582026-05-27T23:51:23.235Z Downloaded constant_time_eq v0.4.2
6592026-05-27T23:51:23.235Z Downloaded cbc v0.1.2
6602026-05-27T23:51:23.238Z Downloaded aead v0.5.2
6612026-05-27T23:51:23.238Z Downloaded arrayvec v0.7.6
6622026-05-27T23:51:23.240Z Downloaded foreign-types v0.5.0
6632026-05-27T23:51:23.240Z Downloaded daft-derive v0.1.7
6642026-05-27T23:51:23.243Z Downloaded compression-codecs v0.4.37
6652026-05-27T23:51:23.246Z Downloaded chacha20 v0.9.1
6662026-05-27T23:51:23.248Z Downloaded home v0.5.12
6672026-05-27T23:51:23.251Z Downloaded hostname v0.4.2
6682026-05-27T23:51:23.251Z Downloaded dtrace-parser v0.3.0
6692026-05-27T23:51:23.251Z Downloaded filetime v0.2.27
6702026-05-27T23:51:23.254Z Downloaded ff v0.13.1
6712026-05-27T23:51:23.254Z Downloaded hyper-tls v0.6.0
6722026-05-27T23:51:23.257Z Downloaded hubpack v0.1.2
6732026-05-27T23:51:23.257Z Downloaded crossbeam-utils v0.8.21
6742026-05-27T23:51:23.259Z Downloaded httpdate v1.0.3
6752026-05-27T23:51:23.259Z Downloaded http-body v1.0.1
6762026-05-27T23:51:23.259Z Downloaded fs_extra v1.3.0
6772026-05-27T23:51:23.262Z Downloaded futures-executor v0.3.32
6782026-05-27T23:51:23.265Z Downloaded fs-err v2.11.0
6792026-05-27T23:51:23.265Z Downloaded corncobs v0.1.4
6802026-05-27T23:51:23.265Z Downloaded git-stub-vcs v0.1.0
6812026-05-27T23:51:23.268Z Downloaded defmt-macros v1.0.1
6822026-05-27T23:51:23.271Z Downloaded group v0.13.0
6832026-05-27T23:51:23.271Z Downloaded illumos-nvpair-sys v0.2.0
6842026-05-27T23:51:23.274Z Downloaded ident_case v1.0.1
6852026-05-27T23:51:23.274Z Downloaded either v1.15.0
6862026-05-27T23:51:23.274Z Downloaded diesel-dtrace v0.5.0
6872026-05-27T23:51:23.277Z Downloaded illumos-nvpair v0.3.0
6882026-05-27T23:51:23.277Z Downloaded fallible-iterator v0.2.0
6892026-05-27T23:51:23.277Z Downloaded instability v0.3.11
6902026-05-27T23:51:23.279Z Downloaded critical-section v1.2.0
6912026-05-27T23:51:23.279Z Downloaded inout v0.1.4
6922026-05-27T23:51:23.282Z Downloaded indoc v1.0.9
6932026-05-27T23:51:23.282Z Downloaded clang-sys v1.8.1
6942026-05-27T23:51:23.285Z Downloaded internet-checksum v0.2.1
6952026-05-27T23:51:23.289Z Downloaded instant v0.1.13
6962026-05-27T23:51:23.289Z Downloaded indent_write v2.2.0
6972026-05-27T23:51:23.289Z Downloaded colored v3.1.1
6982026-05-27T23:51:23.291Z Downloaded cancel-safe-futures v0.1.5
6992026-05-27T23:51:23.292Z Downloaded is_ci v1.2.0
7002026-05-27T23:51:23.294Z Downloaded cookie_store v0.22.1
7012026-05-27T23:51:23.294Z Downloaded cookie v0.18.1
7022026-05-27T23:51:23.297Z Downloaded cipher v0.4.4
7032026-05-27T23:51:23.300Z Downloaded diff v0.1.13
7042026-05-27T23:51:23.300Z Downloaded bzip2 v0.6.1
7052026-05-27T23:51:23.302Z Downloaded keccak v0.1.6
7062026-05-27T23:51:23.302Z Downloaded darling v0.23.0
7072026-05-27T23:51:23.305Z Downloaded byte-wrapper v0.1.0
7082026-05-27T23:51:23.308Z Downloaded async-trait v0.1.89
7092026-05-27T23:51:23.311Z Downloaded fatfs v0.3.6
7102026-05-27T23:51:23.313Z Downloaded lazy_static v1.5.0
7112026-05-27T23:51:23.316Z Downloaded elliptic-curve v0.13.8
7122026-05-27T23:51:23.319Z Downloaded lalrpop-util v0.19.12
7132026-05-27T23:51:23.319Z Downloaded lru-slab v0.1.2
7142026-05-27T23:51:23.319Z Downloaded backon v1.6.0
7152026-05-27T23:51:23.321Z Downloaded ghash v0.5.1
7162026-05-27T23:51:23.321Z Downloaded humantime v2.3.0
7172026-05-27T23:51:23.324Z Downloaded linked-hash-map v0.5.6
7182026-05-27T23:51:23.324Z Downloaded highway v1.3.0
7192026-05-27T23:51:23.327Z Downloaded lzss v0.8.2
7202026-05-27T23:51:23.327Z Downloaded globset v0.4.18
7212026-05-27T23:51:23.330Z Downloaded md5 v0.7.0
7222026-05-27T23:51:23.330Z Downloaded maplit v1.0.2
7232026-05-27T23:51:23.330Z Downloaded glob v0.3.3
7242026-05-27T23:51:23.332Z Downloaded match_cfg v0.1.0
7252026-05-27T23:51:23.332Z Downloaded managed v0.8.0
7262026-05-27T23:51:23.335Z Downloaded md-5 v0.10.6
7272026-05-27T23:51:23.335Z Downloaded maybe-uninit v2.0.0
7282026-05-27T23:51:23.335Z Downloaded lru-cache v0.1.2
7292026-05-27T23:51:23.338Z Downloaded lru v0.12.5
7302026-05-27T23:51:23.338Z Downloaded indoc v2.0.7
7312026-05-27T23:51:23.341Z Downloaded multimap v0.10.1
7322026-05-27T23:51:23.341Z Downloaded ingot-types v0.1.2
7332026-05-27T23:51:23.344Z Downloaded impl-trait-for-tuples v0.2.3
7342026-05-27T23:51:23.344Z Downloaded crossbeam-epoch v0.9.18
7352026-05-27T23:51:23.347Z Downloaded crc-any v2.5.0
7362026-05-27T23:51:23.349Z Downloaded ipnet v2.11.0
7372026-05-27T23:51:23.349Z Downloaded futures-channel v0.3.32
7382026-05-27T23:51:23.352Z Downloaded is-terminal v0.4.17
7392026-05-27T23:51:23.352Z Downloaded const-oid v0.9.6
7402026-05-27T23:51:23.352Z Downloaded ipnetwork v0.21.1
7412026-05-27T23:51:23.355Z Downloaded newtype-uuid-macros v0.1.0
7422026-05-27T23:51:23.355Z Downloaded newline-converter v0.3.0
7432026-05-27T23:51:23.358Z Downloaded ingot v0.1.1
7442026-05-27T23:51:23.358Z Downloaded nibble_vec v0.1.0
7452026-05-27T23:51:23.358Z Downloaded newtype_derive v0.1.6
7462026-05-27T23:51:23.361Z Downloaded data-encoding v2.10.0
7472026-05-27T23:51:23.361Z Downloaded new_debug_unreachable v1.0.6
7482026-05-27T23:51:23.361Z Downloaded hubpack_derive v0.1.1
7492026-05-27T23:51:23.364Z Downloaded foldhash v0.1.5
7502026-05-27T23:51:23.364Z Downloaded darling_core v0.13.4
7512026-05-27T23:51:23.366Z Downloaded env_logger v0.11.9
7522026-05-27T23:51:23.369Z Downloaded nonempty v0.12.0
7532026-05-27T23:51:23.369Z Downloaded nodrop v0.1.14
7542026-05-27T23:51:23.372Z Downloaded jobserver v0.1.34
7552026-05-27T23:51:23.372Z Downloaded num-conv v0.2.0
7562026-05-27T23:51:23.372Z Downloaded num v0.4.3
7572026-05-27T23:51:23.374Z Downloaded hmac v0.12.1
7582026-05-27T23:51:23.374Z Downloaded num-derive v0.3.3
7592026-05-27T23:51:23.377Z Downloaded kstat-rs v0.2.4
7602026-05-27T23:51:23.377Z Downloaded num_threads v0.1.7
7612026-05-27T23:51:23.381Z Downloaded libscf-sys v1.1.0
7622026-05-27T23:51:23.381Z Downloaded num_enum_derive v0.5.11
7632026-05-27T23:51:23.381Z Downloaded libefi-sys v0.1.0
7642026-05-27T23:51:23.384Z Downloaded openssl-macros v0.1.1
7652026-05-27T23:51:23.384Z Downloaded olpc-cjson v0.1.4
7662026-05-27T23:51:23.384Z Downloaded num-iter v0.1.45
7672026-05-27T23:51:23.384Z Downloaded num-derive v0.4.2
7682026-05-27T23:51:23.387Z Downloaded httparse v1.10.1
7692026-05-27T23:51:23.390Z Downloaded opaque-debug v0.3.1
7702026-05-27T23:51:23.390Z Downloaded openssl-probe v0.2.1
7712026-05-27T23:51:23.390Z Downloaded libsw v3.5.0
7722026-05-27T23:51:23.390Z Downloaded libsw-core v0.3.2
7732026-05-27T23:51:23.393Z Downloaded memoffset v0.9.1
7742026-05-27T23:51:23.393Z Downloaded lock_api v0.4.14
7752026-05-27T23:51:23.396Z Downloaded getrandom v0.3.4
7762026-05-27T23:51:23.399Z Downloaded openssl-probe v0.1.6
7772026-05-27T23:51:23.399Z Downloaded hyper-staticfile v0.10.1
7782026-05-27T23:51:23.399Z Downloaded iana-time-zone v0.1.65
7792026-05-27T23:51:23.401Z Downloaded half v1.8.3
7802026-05-27T23:51:23.404Z Downloaded mime_guess v2.0.5
7812026-05-27T23:51:23.404Z Downloaded hyper-rustls v0.27.7
7822026-05-27T23:51:23.407Z Downloaded oso-derive v0.27.3
7832026-05-27T23:51:23.407Z Downloaded mime v0.3.17
7842026-05-27T23:51:23.410Z Downloaded libloading v0.8.9
7852026-05-27T23:51:23.410Z Downloaded http-body-util v0.1.3
7862026-05-27T23:51:23.412Z Downloaded packed_struct_codegen v0.10.1
7872026-05-27T23:51:23.412Z Downloaded getrandom v0.2.17
7882026-05-27T23:51:23.415Z Downloaded futures v0.3.32
7892026-05-27T23:51:23.418Z Downloaded normalize-line-endings v0.3.0
7902026-05-27T23:51:23.421Z Downloaded newtype-uuid v1.3.2
7912026-05-27T23:51:23.421Z Downloaded ingot-macros v0.1.1
7922026-05-27T23:51:23.421Z Downloaded darling_core v0.21.3
7932026-05-27T23:51:23.424Z Downloaded base64 v0.22.1
7942026-05-27T23:51:23.427Z Downloaded darling_core v0.20.11
7952026-05-27T23:51:23.430Z Downloaded arc-swap v1.8.2
7962026-05-27T23:51:23.433Z Downloaded nanorand v0.7.0
7972026-05-27T23:51:23.436Z Downloaded crossbeam-channel v0.5.15
7982026-05-27T23:51:23.439Z Downloaded pbkdf2 v0.12.2
7992026-05-27T23:51:23.441Z Downloaded path-slash v0.1.5
8002026-05-27T23:51:23.441Z Downloaded phf_shared v0.12.1
8012026-05-27T23:51:23.441Z Downloaded num_enum_derive v0.7.5
8022026-05-27T23:51:23.444Z Downloaded num_enum v0.7.5
8032026-05-27T23:51:23.447Z Downloaded num-complex v0.4.6
8042026-05-27T23:51:23.450Z Downloaded base64 v0.21.7
8052026-05-27T23:51:23.452Z Downloaded ahash v0.8.12
8062026-05-27T23:51:23.452Z Downloaded phf_shared v0.11.3
8072026-05-27T23:51:23.455Z Downloaded peg-runtime v0.8.5
8082026-05-27T23:51:23.455Z Downloaded pbkdf2 v0.11.0
8092026-05-27T23:51:23.455Z Downloaded num-rational v0.4.2
8102026-05-27T23:51:23.458Z Downloaded multer v3.1.0
8112026-05-27T23:51:23.462Z Downloaded pin-utils v0.1.0
8122026-05-27T23:51:23.462Z Downloaded dropshot_endpoint v0.17.0
8132026-05-27T23:51:23.465Z Downloaded ignore v0.4.25
8142026-05-27T23:51:23.465Z Downloaded oxnet v0.1.4
8152026-05-27T23:51:23.465Z Downloaded half v2.7.1
8162026-05-27T23:51:23.468Z Downloaded chacha20poly1305 v0.10.1
8172026-05-27T23:51:23.485Z Downloaded proc-macro-error-attr2 v2.0.0
8182026-05-27T23:51:23.487Z Downloaded flume v0.11.1
8192026-05-27T23:51:23.490Z Downloaded darling v0.21.3
8202026-05-27T23:51:23.493Z Downloaded progenitor-client v0.10.0
8212026-05-27T23:51:23.493Z Downloaded parse-display v0.10.0
8222026-05-27T23:51:23.496Z Downloaded predicates-tree v1.0.13
8232026-05-27T23:51:23.496Z Downloaded predicates-core v1.0.10
8242026-05-27T23:51:23.496Z Downloaded paste v1.0.15
8252026-05-27T23:51:23.499Z Downloaded flate2 v1.1.9
8262026-05-27T23:51:23.502Z Downloaded psl-types v2.0.11
8272026-05-27T23:51:23.502Z Downloaded progenitor-client v0.14.0
8282026-05-27T23:51:23.505Z Downloaded num-integer v0.1.46
8292026-05-27T23:51:23.505Z Downloaded cc v1.2.56
8302026-05-27T23:51:23.507Z Downloaded progenitor-macro v0.14.0
8312026-05-27T23:51:23.507Z Downloaded parse-display-derive v0.10.0
8322026-05-27T23:51:23.507Z Downloaded progenitor-macro v0.13.0
8332026-05-27T23:51:23.510Z Downloaded progenitor-macro v0.11.2
8342026-05-27T23:51:23.510Z Downloaded bytes v1.11.1
8352026-05-27T23:51:23.513Z Downloaded bumpalo v3.20.2
8362026-05-27T23:51:23.516Z Downloaded phf_shared v0.13.1
8372026-05-27T23:51:23.516Z Downloaded phf v0.13.1
8382026-05-27T23:51:23.516Z Downloaded peg v0.8.5
8392026-05-27T23:51:23.519Z Downloaded password-hash v0.5.0
8402026-05-27T23:51:23.519Z Downloaded password-hash v0.4.2
8412026-05-27T23:51:23.523Z Downloaded parse-size v1.1.0
8422026-05-27T23:51:23.523Z Downloaded pem-rfc7468 v0.7.0
8432026-05-27T23:51:23.523Z Downloaded libbz2-rs-sys v0.2.2
8442026-05-27T23:51:23.526Z Downloaded omicron-zone-package v0.12.2
8452026-05-27T23:51:23.526Z Downloaded quick-error v1.2.3
8462026-05-27T23:51:23.532Z Downloaded litrs v1.0.0
8472026-05-27T23:51:23.534Z Downloaded pin-project-internal v1.1.11
8482026-05-27T23:51:23.534Z Downloaded polyval v0.6.2
8492026-05-27T23:51:23.534Z Downloaded pin-project-lite v0.2.17
8502026-05-27T23:51:23.534Z Downloaded rand_xorshift v0.4.0
8512026-05-27T23:51:23.537Z Downloaded rand_chacha v0.3.1
8522026-05-27T23:51:23.537Z Downloaded parking_lot_core v0.8.6
8532026-05-27T23:51:23.540Z Downloaded phf v0.12.1
8542026-05-27T23:51:23.540Z Downloaded num_enum v0.5.11
8552026-05-27T23:51:23.543Z Downloaded heapless v0.7.17
8562026-05-27T23:51:23.546Z Downloaded pkcs8 v0.10.2
8572026-05-27T23:51:23.548Z Downloaded linear-map v1.2.0
8582026-05-27T23:51:23.548Z Downloaded progenitor v0.14.0
8592026-05-27T23:51:23.548Z Downloaded recursive-proc-macro-impl v0.1.1
8602026-05-27T23:51:23.551Z Downloaded recursive v0.1.1
8612026-05-27T23:51:23.551Z Downloaded expectorate v1.2.0
8622026-05-27T23:51:23.551Z Downloaded progenitor v0.11.2
8632026-05-27T23:51:23.554Z Downloaded progenitor-client v0.11.2
8642026-05-27T23:51:23.554Z Downloaded ref-cast v1.0.25
8652026-05-27T23:51:23.557Z Downloaded predicates v3.1.4
8662026-05-27T23:51:23.557Z Downloaded ppv-lite86 v0.2.21
8672026-05-27T23:51:23.560Z Downloaded psm v0.1.30
8682026-05-27T23:51:23.560Z Downloaded proc-macro-error2 v2.0.1
8692026-05-27T23:51:23.562Z Downloaded progenitor v0.13.0
8702026-05-27T23:51:23.562Z Downloaded hickory-resolver v0.25.2
8712026-05-27T23:51:23.565Z Downloaded ref-cast-impl v1.0.25
8722026-05-27T23:51:23.582Z Downloaded hickory-resolver v0.24.4
8732026-05-27T23:51:23.582Z Downloaded peg-macros v0.8.5
8742026-05-27T23:51:23.582Z Downloaded async-compression v0.4.41
8752026-05-27T23:51:23.582Z Downloaded progenitor-extras v0.2.0
8762026-05-27T23:51:23.582Z Downloaded parking_lot_core v0.9.12
8772026-05-27T23:51:23.582Z Downloaded p256 v0.13.2
8782026-05-27T23:51:23.582Z Downloaded postgres-protocol v0.6.10
8792026-05-27T23:51:23.582Z Downloaded parking_lot v0.12.5
8802026-05-27T23:51:23.584Z Downloaded rustc_version v0.1.7
8812026-05-27T23:51:23.585Z Downloaded russh-cryptovec v0.7.3
8822026-05-27T23:51:23.585Z Downloaded rtoolbox v0.0.3
8832026-05-27T23:51:23.585Z Downloaded rustc-hash v2.1.1
8842026-05-27T23:51:23.585Z Downloaded r2d2 v0.8.10
8852026-05-27T23:51:23.587Z Downloaded rfc6979 v0.4.0
8862026-05-27T23:51:23.587Z Downloaded poly1305 v0.8.0
8872026-05-27T23:51:23.587Z Downloaded rustc_version v0.4.1
8882026-05-27T23:51:23.590Z Downloaded pkg-config v0.3.32
8892026-05-27T23:51:23.590Z Downloaded der v0.7.10
8902026-05-27T23:51:23.594Z Downloaded rand_chacha v0.9.0
8912026-05-27T23:51:23.597Z Downloaded radium v0.7.0
8922026-05-27T23:51:23.597Z Downloaded pem v3.0.6
8932026-05-27T23:51:23.597Z Downloaded parking_lot v0.11.2
8942026-05-27T23:51:23.597Z Downloaded oxide-tokio-rt v0.1.4
8952026-05-27T23:51:23.600Z Downloaded nu-ansi-term v0.50.3
8962026-05-27T23:51:23.600Z Downloaded pkcs1 v0.7.5
8972026-05-27T23:51:23.603Z Downloaded native-tls v0.2.18
8982026-05-27T23:51:23.603Z Downloaded rand_core v0.6.4
8992026-05-27T23:51:23.605Z Downloaded ed25519-dalek v2.2.0
9002026-05-27T23:51:23.608Z Downloaded rand_core v0.10.0
9012026-05-27T23:51:23.608Z Downloaded crypto-bigint v0.5.5
9022026-05-27T23:51:23.611Z Downloaded oso v0.27.3
9032026-05-27T23:51:23.614Z Downloaded rand_seeder v0.4.0
9042026-05-27T23:51:23.614Z Downloaded postgres-types v0.2.12
9052026-05-27T23:51:23.618Z Downloaded salsa20 v0.10.2
9062026-05-27T23:51:23.618Z Downloaded rand_core v0.9.5
9072026-05-27T23:51:23.621Z Downloaded jiff-static v0.2.21
9082026-05-27T23:51:23.621Z Downloaded indicatif v0.18.4
9092026-05-27T23:51:23.623Z Downloaded scheduled-thread-pool v0.2.7
9102026-05-27T23:51:23.623Z Downloaded same-file v1.0.6
9112026-05-27T23:51:23.624Z Downloaded hashbrown v0.12.3
9122026-05-27T23:51:23.626Z Downloaded scroll_derive v0.13.1
9132026-05-27T23:51:23.626Z Downloaded ar_archive_writer v0.5.1
9142026-05-27T23:51:23.629Z Downloaded scopeguard v1.2.0
9152026-05-27T23:51:23.629Z Downloaded proc-macro-crate v3.4.0
9162026-05-27T23:51:23.632Z Downloaded proc-macro-crate v1.3.1
9172026-05-27T23:51:23.632Z Downloaded miniz_oxide v0.8.9
9182026-05-27T23:51:23.634Z Downloaded seq-macro v0.3.6
9192026-05-27T23:51:23.634Z Downloaded semver v0.1.20
9202026-05-27T23:51:23.634Z Downloaded precomputed-hash v0.1.1
9212026-05-27T23:51:23.637Z Downloaded powerfmt v0.2.0
9222026-05-27T23:51:23.637Z Downloaded packed_struct v0.10.1
9232026-05-27T23:51:23.637Z Downloaded owo-colors v4.3.0
9242026-05-27T23:51:23.640Z Downloaded memmap2 v0.9.10
9252026-05-27T23:51:23.640Z Downloaded secrecy v0.10.3
9262026-05-27T23:51:23.640Z Downloaded scrypt v0.11.0
9272026-05-27T23:51:23.643Z Downloaded secrecy v0.8.0
9282026-05-27T23:51:23.643Z Downloaded indexmap v1.9.3
9292026-05-27T23:51:23.646Z Downloaded heapless v0.8.0
9302026-05-27T23:51:23.648Z Downloaded primeorder v0.13.6
9312026-05-27T23:51:23.648Z Downloaded quinn-udp v0.5.14
9322026-05-27T23:51:23.651Z Downloaded headers v0.4.1
9332026-05-27T23:51:23.654Z Downloaded shell-words v1.1.1
9342026-05-27T23:51:23.654Z Downloaded rustls-pemfile v2.2.0
9352026-05-27T23:51:23.656Z Downloaded serde_repr v0.1.20
9362026-05-27T23:51:23.656Z Downloaded resolv-conf v0.7.6
9372026-05-27T23:51:23.659Z Downloaded pkcs5 v0.7.1
9382026-05-27T23:51:23.659Z Downloaded diesel_derives v2.3.7
9392026-05-27T23:51:23.663Z Downloaded serde_spanned v1.0.4
9402026-05-27T23:51:23.665Z Downloaded darling v0.20.11
9412026-05-27T23:51:23.668Z Downloaded allocator-api2 v0.2.21
9422026-05-27T23:51:23.671Z Downloaded rustls-pemfile v1.0.4
9432026-05-27T23:51:23.671Z Downloaded rustls-native-certs v0.8.3
9442026-05-27T23:51:23.673Z Downloaded signature v2.2.0
9452026-05-27T23:51:23.673Z Downloaded ecdsa v0.16.9
9462026-05-27T23:51:23.674Z Downloaded find-msvc-tools v0.1.9
9472026-05-27T23:51:23.676Z Downloaded display-error-chain v0.2.2
9482026-05-27T23:51:23.676Z Downloaded darling v0.13.4
9492026-05-27T23:51:23.679Z Downloaded daft v0.1.7
9502026-05-27T23:51:23.679Z Downloaded crossbeam-deque v0.8.6
9512026-05-27T23:51:23.682Z Downloaded console v0.16.2
9522026-05-27T23:51:23.682Z Downloaded sigpipe v0.1.3
9532026-05-27T23:51:23.682Z Downloaded signal-hook-tokio v0.3.1
9542026-05-27T23:51:23.685Z Downloaded serde_urlencoded v0.7.1
9552026-05-27T23:51:23.685Z Downloaded serde_plain v1.0.2
9562026-05-27T23:51:23.685Z Downloaded rustversion v1.0.22
9572026-05-27T23:51:23.688Z Downloaded cmake v0.1.57
9582026-05-27T23:51:23.688Z Downloaded signal-hook-mio v0.2.5
9592026-05-27T23:51:23.691Z Downloaded progenitor-client v0.13.0
9602026-05-27T23:51:23.691Z Downloaded serde-big-array v0.5.1
9612026-05-27T23:51:23.691Z Downloaded sct v0.7.1
9622026-05-27T23:51:23.695Z Downloaded scroll v0.13.0
9632026-05-27T23:51:23.695Z Downloaded schemars_derive v0.8.22
9642026-05-27T23:51:23.695Z Downloaded ciborium v0.2.2
9652026-05-27T23:51:23.697Z Downloaded siphasher v1.0.2
9662026-05-27T23:51:23.698Z Downloaded slog-envlogger v2.2.0
9672026-05-27T23:51:23.700Z Downloaded slog-bunyan v2.5.0
9682026-05-27T23:51:23.700Z Downloaded prefix-trie v0.7.0
9692026-05-27T23:51:23.701Z Downloaded sapling-renderdag v0.1.0
9702026-05-27T23:51:23.703Z Downloaded camino-tempfile-ext v0.3.3
9712026-05-27T23:51:23.704Z Downloaded bzip2 v0.4.4
9722026-05-27T23:51:23.706Z Downloaded bitflags v1.3.2
9732026-05-27T23:51:23.706Z Downloaded progenitor-impl v0.14.0
9742026-05-27T23:51:23.709Z Downloaded async-bb8-diesel v0.2.1
9752026-05-27T23:51:23.712Z Downloaded minimal-lexical v0.2.1
9762026-05-27T23:51:23.714Z Downloaded russh-keys v0.45.0
9772026-05-27T23:51:23.714Z Downloaded progenitor-impl v0.11.2
9782026-05-27T23:51:23.717Z Downloaded postcard v1.1.3
9792026-05-27T23:51:23.717Z Downloaded sqlparser_derive v0.5.0
9802026-05-27T23:51:23.720Z Downloaded sha1 v0.10.6
9812026-05-27T23:51:23.720Z Downloaded serde_derive_internals v0.29.1
9822026-05-27T23:51:23.720Z Downloaded rustls-pki-types v1.14.0
9832026-05-27T23:51:23.723Z Downloaded hyper-util v0.1.20
9842026-05-27T23:51:23.727Z Downloaded serde_bytes v0.11.19
9852026-05-27T23:51:23.729Z Downloaded crossterm v0.28.1
9862026-05-27T23:51:23.732Z Downloaded papergrid v0.17.0
9872026-05-27T23:51:23.736Z Downloaded ssh-encoding v0.2.0
9882026-05-27T23:51:23.736Z Downloaded serde-hex v0.1.0
9892026-05-27T23:51:23.738Z Downloaded hickory-server v0.25.2
9902026-05-27T23:51:23.741Z Downloaded shlex v1.3.0
9912026-05-27T23:51:23.741Z Downloaded serde_with_macros v1.5.2
9922026-05-27T23:51:23.741Z Downloaded rusty-fork v0.3.1
9932026-05-27T23:51:23.744Z Downloaded strum v0.26.3
9942026-05-27T23:51:23.744Z Downloaded strip-ansi-escapes v0.2.1
9952026-05-27T23:51:23.744Z Downloaded rcgen v0.12.1
9962026-05-27T23:51:23.747Z Downloaded pin-project v1.1.11
9972026-05-27T23:51:23.752Z Downloaded prettyplease v0.2.37
9982026-05-27T23:51:23.755Z Downloaded serde_path_to_error v0.1.20
9992026-05-27T23:51:23.757Z Downloaded slog-scope v4.4.1
10002026-05-27T23:51:23.757Z Downloaded slog-json v2.6.1
10012026-05-27T23:51:23.760Z Downloaded smallvec v0.6.14
10022026-05-27T23:51:23.760Z Downloaded slog-term v2.9.2
10032026-05-27T23:51:23.763Z Downloaded subtle v2.6.1
10042026-05-27T23:51:23.763Z Downloaded sync-ptr v0.1.4
10052026-05-27T23:51:23.763Z Downloaded supports-color v3.0.2
10062026-05-27T23:51:23.766Z Downloaded sync_wrapper v1.0.2
10072026-05-27T23:51:23.766Z Downloaded structmeta-derive v0.3.0
10082026-05-27T23:51:23.766Z Downloaded strum v0.27.2
10092026-05-27T23:51:23.768Z Downloaded structmeta v0.3.0
10102026-05-27T23:51:23.768Z Downloaded strsim v0.10.0
10112026-05-27T23:51:23.768Z Downloaded slog-dtrace v0.3.0
10122026-05-27T23:51:23.773Z Downloaded openssl-sys v0.9.115
10132026-05-27T23:51:23.775Z Downloaded hashbrown v0.13.2
10142026-05-27T23:51:23.775Z Downloaded ssh-cipher v0.2.0
10152026-05-27T23:51:23.778Z Downloaded tagptr v0.2.0
10162026-05-27T23:51:23.778Z Downloaded tap v1.0.1
10172026-05-27T23:51:23.778Z Downloaded slog-stdlog v4.1.1
10182026-05-27T23:51:23.781Z Downloaded tabwriter v1.4.1
10192026-05-27T23:51:23.781Z Downloaded sqlformat v0.3.5
10202026-05-27T23:51:23.781Z Downloaded spki v0.7.3
10212026-05-27T23:51:23.784Z Downloaded serde_with_macros v3.17.0
10222026-05-27T23:51:23.784Z Downloaded hashbrown v0.16.1
10232026-05-27T23:51:23.787Z Downloaded slog-async v2.8.0
10242026-05-27T23:51:23.789Z Downloaded hashbrown v0.15.5
10252026-05-27T23:51:23.792Z Downloaded take_mut v0.2.2
10262026-05-27T23:51:23.792Z Downloaded tabled_derive v0.11.0
10272026-05-27T23:51:23.795Z Downloaded sec1 v0.7.3
10282026-05-27T23:51:23.795Z Downloaded thread-id v5.1.0
10292026-05-27T23:51:23.795Z Downloaded serde_cbor v0.11.2
10302026-05-27T23:51:23.797Z Downloaded termtree v0.5.1
10312026-05-27T23:51:23.797Z Downloaded progenitor-impl v0.13.0
10322026-05-27T23:51:23.800Z Downloaded simd-adler32 v0.3.8
10332026-05-27T23:51:23.803Z Downloaded testing_table v0.3.0
10342026-05-27T23:51:23.803Z Downloaded stacker v0.1.23
10352026-05-27T23:51:23.803Z Downloaded slab v0.4.12
10362026-05-27T23:51:23.807Z Downloaded snafu-derive v0.8.9
10372026-05-27T23:51:23.807Z Downloaded crossterm v0.29.0
10382026-05-27T23:51:23.810Z Downloaded thiserror-impl-no-std v2.0.2
10392026-05-27T23:51:23.810Z Downloaded strum_macros v0.26.4
10402026-05-27T23:51:23.812Z Downloaded stringprep v0.1.5
10412026-05-27T23:51:23.812Z Downloaded ryu v1.0.23
10422026-05-27T23:51:23.815Z Downloaded strum_macros v0.27.2
10432026-05-27T23:51:23.818Z Downloaded string_cache v0.8.9
10442026-05-27T23:51:23.818Z Downloaded http v1.4.0
10452026-05-27T23:51:23.821Z Downloaded time-core v0.1.8
10462026-05-27T23:51:23.821Z Downloaded tinyvec_macros v0.1.1
10472026-05-27T23:51:23.821Z Downloaded aes v0.8.4
10482026-05-27T23:51:23.823Z Downloaded derive_more v2.1.1
10492026-05-27T23:51:23.831Z Downloaded qorb v0.4.1
10502026-05-27T23:51:23.833Z Downloaded signal-hook-registry v1.4.8
10512026-05-27T23:51:23.836Z Downloaded itertools v0.10.5
10522026-05-27T23:51:23.839Z Downloaded serde_yaml v0.9.34+deprecated
10532026-05-27T23:51:23.841Z Downloaded ctr v0.9.2
10542026-05-27T23:51:23.844Z Downloaded fixedbitset v0.5.7
10552026-05-27T23:51:23.844Z Downloaded derive_more-impl v2.1.1
10562026-05-27T23:51:23.847Z Downloaded pretty_assertions v1.4.1
10572026-05-27T23:51:23.849Z Downloaded defmt v0.3.100
10582026-05-27T23:51:23.849Z Downloaded darling_macro v0.23.0
10592026-05-27T23:51:23.852Z Downloaded support-bundle-viewer v0.1.2
10602026-05-27T23:51:23.852Z Downloaded strum_macros v0.24.3
10612026-05-27T23:51:23.855Z Downloaded termios v0.3.3
10622026-05-27T23:51:23.855Z Downloaded itertools v0.13.0
10632026-05-27T23:51:23.858Z Downloaded topological-sort v0.2.2
10642026-05-27T23:51:23.861Z Downloaded tower-service v0.3.3
10652026-05-27T23:51:23.861Z Downloaded tower-layer v0.3.3
10662026-05-27T23:51:23.861Z Downloaded thiserror-no-std v2.0.2
10672026-05-27T23:51:23.863Z Downloaded static_assertions v1.1.0
10682026-05-27T23:51:23.866Z Downloaded rustls-platform-verifier v0.6.2
10692026-05-27T23:51:23.866Z Downloaded mio v1.2.0
10702026-05-27T23:51:23.869Z Downloaded try-lock v0.2.5
10712026-05-27T23:51:23.872Z Downloaded typify-macro v0.6.2
10722026-05-27T23:51:23.872Z Downloaded spin v0.9.8
10732026-05-27T23:51:23.874Z Downloaded futures-util v0.3.32
10742026-05-27T23:51:23.879Z Downloaded thread_local v1.1.9
10752026-05-27T23:51:23.882Z Downloaded unarray v0.1.4
10762026-05-27T23:51:23.882Z Downloaded similar v2.7.0
10772026-05-27T23:51:23.885Z Downloaded tokio-macros v2.7.0
10782026-05-27T23:51:23.888Z Downloaded tokio-native-tls v0.3.1
10792026-05-27T23:51:23.888Z Downloaded tokio-dtrace v0.1.1
10802026-05-27T23:51:23.888Z Downloaded schemars v0.9.0
10812026-05-27T23:51:23.895Z Downloaded typify-macro v0.4.3
10822026-05-27T23:51:23.897Z Downloaded ron v0.8.1
10832026-05-27T23:51:23.900Z Downloaded schemars v0.8.22
10842026-05-27T23:51:23.905Z Downloaded tokio-rustls v0.25.0
10852026-05-27T23:51:23.908Z Downloaded tls_codec_derive v0.4.2
10862026-05-27T23:51:23.908Z Downloaded untrusted v0.9.0
10872026-05-27T23:51:23.911Z Downloaded unit-prefix v0.5.2
10882026-05-27T23:51:23.911Z Downloaded utf-8 v0.7.6
10892026-05-27T23:51:23.911Z Downloaded usdt-macro v0.6.0
10902026-05-27T23:51:23.915Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10912026-05-27T23:51:23.915Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-05-27T23:51:23.915Z Downloaded tokio-tungstenite v0.23.1
10932026-05-27T23:51:23.917Z Downloaded tiny-keccak v2.0.2
10942026-05-27T23:51:23.917Z Downloaded hkdf v0.12.4
10952026-05-27T23:51:23.921Z Downloaded term v1.2.1
10962026-05-27T23:51:23.921Z Downloaded rayon-core v1.13.0
10972026-05-27T23:51:23.923Z Downloaded itertools v0.14.0
10982026-05-27T23:51:23.927Z Downloaded usdt-attr-macro v0.6.0
10992026-05-27T23:51:23.929Z Downloaded usdt v0.6.0
11002026-05-27T23:51:23.929Z Downloaded untrusted v0.7.1
11012026-05-27T23:51:23.929Z Downloaded blake3 v1.8.3
11022026-05-27T23:51:23.934Z Downloaded iri-string v0.7.10
11032026-05-27T23:51:23.938Z Downloaded trait-variant v0.1.2
11042026-05-27T23:51:23.941Z Downloaded aes-gcm v0.10.3
11052026-05-27T23:51:23.944Z Downloaded socket2 v0.5.10
11062026-05-27T23:51:23.944Z Downloaded toml_writer v1.0.6+spec-1.1.0
11072026-05-27T23:51:23.947Z Downloaded tokio-tungstenite v0.21.0
11082026-05-27T23:51:23.947Z Downloaded unicase v2.9.0
11092026-05-27T23:51:23.947Z Downloaded socket2 v0.6.3
11102026-05-27T23:51:23.949Z Downloaded tui-tree-widget v0.23.1
11112026-05-27T23:51:23.949Z Downloaded schemars v1.2.1
11122026-05-27T23:51:23.957Z Downloaded void v1.0.2
11132026-05-27T23:51:23.960Z Downloaded tls_codec v0.4.2
11142026-05-27T23:51:23.960Z Downloaded num-bigint-dig v0.8.6
11152026-05-27T23:51:23.963Z Downloaded want v0.3.1
11162026-05-27T23:51:23.963Z Downloaded rsa v0.9.10
11172026-05-27T23:51:23.965Z Downloaded hyper v1.8.1
11182026-05-27T23:51:23.970Z Downloaded tokio-rustls v0.26.4
11192026-05-27T23:51:23.973Z Downloaded rustls-webpki v0.103.9
11202026-05-27T23:51:23.976Z Downloaded universal-hash v0.5.1
11212026-05-27T23:51:23.976Z Downloaded unicode-truncate v1.1.0
11222026-05-27T23:51:23.976Z Downloaded waitgroup v0.1.2
11232026-05-27T23:51:23.976Z Downloaded tokio-rustls v0.24.1
11242026-05-27T23:51:23.979Z Downloaded term v0.7.0
11252026-05-27T23:51:23.979Z Downloaded xattr v1.6.1
11262026-05-27T23:51:23.982Z Downloaded rand v0.10.0
11272026-05-27T23:51:23.984Z Downloaded zeroize_derive v1.4.3
11282026-05-27T23:51:23.984Z Downloaded libm v0.2.16
11292026-05-27T23:51:23.988Z Downloaded subprocess v0.2.15
11302026-05-27T23:51:23.991Z Downloaded test-strategy v0.4.5
11312026-05-27T23:51:23.994Z Downloaded usdt-impl v0.6.0
11322026-05-27T23:51:23.994Z Downloaded zone v0.3.1
11332026-05-27T23:51:23.997Z Downloaded tokio-stream v0.1.18
11342026-05-27T23:51:23.999Z Downloaded xshell-macros v0.2.7
11352026-05-27T23:51:23.999Z Downloaded diesel v2.3.7
11362026-05-27T23:51:24.012Z Downloaded uzers v0.12.2
11372026-05-27T23:51:24.015Z Downloaded tracing-attributes v0.1.31
11382026-05-27T23:51:24.015Z Downloaded vergen-lib v9.1.0
11392026-05-27T23:51:24.015Z Downloaded vergen-lib v0.1.6
11402026-05-27T23:51:24.017Z Downloaded vergen-gitcl v1.0.8
11412026-05-27T23:51:24.017Z Downloaded vergen-git2 v9.1.0
11422026-05-27T23:51:24.020Z Downloaded toml_parser v1.0.9+spec-1.1.0
11432026-05-27T23:51:24.020Z Downloaded zone_cfg_derive v0.3.1
11442026-05-27T23:51:24.020Z Downloaded twox-hash v2.1.2
11452026-05-27T23:51:24.023Z Downloaded tinyvec v1.10.0
11462026-05-27T23:51:24.023Z Downloaded h2 v0.4.13
11472026-05-27T23:51:24.027Z Downloaded whoami v1.6.1
11482026-05-27T23:51:24.029Z Downloaded walkdir v2.5.0
11492026-05-27T23:51:24.029Z Downloaded snafu v0.8.9
11502026-05-27T23:51:24.033Z Downloaded slog v2.8.2
11512026-05-27T23:51:24.035Z Downloaded xshell v0.2.7
11522026-05-27T23:51:24.039Z Downloaded russh v0.45.0
11532026-05-27T23:51:24.042Z Downloaded unicode-properties v0.1.4
11542026-05-27T23:51:24.042Z Downloaded wait-timeout v0.2.1
11552026-05-27T23:51:24.042Z Downloaded toml v0.7.8
11562026-05-27T23:51:24.045Z Downloaded iddqd v0.4.2
11572026-05-27T23:51:24.048Z Downloaded zstd v0.13.3
11582026-05-27T23:51:24.051Z Downloaded samael v0.0.19
11592026-05-27T23:51:24.054Z Downloaded zeroize v1.8.2
11602026-05-27T23:51:24.059Z Downloaded tungstenite v0.21.0
11612026-05-27T23:51:24.059Z Downloaded tungstenite v0.23.0
11622026-05-27T23:51:24.061Z Downloaded p521 v0.13.3
11632026-05-27T23:51:24.061Z Downloaded libxml v0.3.3
11642026-05-27T23:51:24.064Z Downloaded vsss-rs v3.3.4
11652026-05-27T23:51:24.067Z Downloaded typify v0.6.2
11662026-05-27T23:51:24.070Z Downloaded tar v0.4.45
11672026-05-27T23:51:24.070Z Downloaded tracing-core v0.1.36
11682026-05-27T23:51:24.073Z Downloaded typify v0.4.3
11692026-05-27T23:51:24.076Z Downloaded wyz v0.5.1
11702026-05-27T23:51:24.076Z Downloaded toml v1.0.6+spec-1.1.0
11712026-05-27T23:51:24.078Z Downloaded rand v0.9.2
11722026-05-27T23:51:24.082Z Downloaded bitvec v1.0.1
11732026-05-27T23:51:24.088Z Downloaded zstd-safe v7.2.4
11742026-05-27T23:51:24.091Z Downloaded zerocopy v0.6.6
11752026-05-27T23:51:24.091Z Downloaded uuid v1.23.0
11762026-05-27T23:51:24.093Z Downloaded unsafe-libyaml v0.2.11
11772026-05-27T23:51:24.096Z Downloaded time-macros v0.2.27
11782026-05-27T23:51:24.096Z Downloaded signal-hook v0.3.18
11792026-05-27T23:51:24.099Z Downloaded rand v0.8.6
11802026-05-27T23:51:24.101Z Downloaded steno v0.4.1
11812026-05-27T23:51:24.104Z Downloaded smf v0.2.3
11822026-05-27T23:51:24.104Z Downloaded whoami v2.1.0
11832026-05-27T23:51:24.104Z Downloaded rustyline v14.0.0
11842026-05-27T23:51:24.107Z Downloaded yasna v0.5.2
11852026-05-27T23:51:24.110Z Downloaded unicode-bidi v0.3.18
11862026-05-27T23:51:24.112Z Downloaded num-bigint v0.4.6
11872026-05-27T23:51:24.115Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-05-27T23:51:24.118Z Downloaded toml_edit v0.19.15
11892026-05-27T23:51:24.125Z Downloaded zopfli v0.8.3
11902026-05-27T23:51:24.128Z Downloaded vergen v9.1.0
11912026-05-27T23:51:24.128Z Downloaded git2 v0.20.4
11922026-05-27T23:51:24.132Z Downloaded rpassword v7.4.0
11932026-05-27T23:51:24.135Z Downloaded nom v7.1.3
11942026-05-27T23:51:24.138Z Downloaded regex v1.12.3
11952026-05-27T23:51:24.141Z Downloaded quinn v0.11.9
11962026-05-27T23:51:24.144Z Downloaded publicsuffix v2.3.0
11972026-05-27T23:51:24.144Z Downloaded itertools v0.12.1
11982026-05-27T23:51:24.147Z Downloaded dropshot-api-manager v0.7.2
11992026-05-27T23:51:24.151Z Downloaded vte v0.14.1
12002026-05-27T23:51:24.153Z Downloaded tokio-postgres v0.7.16
12012026-05-27T23:51:24.156Z Downloaded serde_with v1.14.0
12022026-05-27T23:51:24.159Z Downloaded portable-atomic v1.13.1
12032026-05-27T23:51:24.164Z Downloaded reqwest v0.12.28
12042026-05-27T23:51:24.168Z Downloaded aws-lc-rs v1.16.3
12052026-05-27T23:51:24.174Z Downloaded p384 v0.13.1
12062026-05-27T23:51:24.177Z Downloaded goblin v0.10.5
12072026-05-27T23:51:24.188Z Downloaded salty v0.3.0
12082026-05-27T23:51:24.196Z Downloaded quick-xml v0.37.5
12092026-05-27T23:51:24.200Z Downloaded x509-cert v0.2.5
12102026-05-27T23:51:24.203Z Downloaded reedline v0.40.0
12112026-05-27T23:51:24.208Z Downloaded unicode_categories v0.1.1
12122026-05-27T23:51:24.211Z Downloaded bindgen v0.71.1
12132026-05-27T23:51:24.213Z Downloaded yansi v1.0.1
12142026-05-27T23:51:24.216Z Downloaded tower v0.5.3
12152026-05-27T23:51:24.220Z Downloaded zip v0.6.6
12162026-05-27T23:51:24.223Z Downloaded proptest v1.10.0
12172026-05-27T23:51:24.230Z Downloaded zip v4.6.1
12182026-05-27T23:51:24.232Z Downloaded tokio-util v0.7.18
12192026-05-27T23:51:24.237Z Downloaded tower-http v0.6.8
12202026-05-27T23:51:24.242Z Downloaded tough v0.22.0
12212026-05-27T23:51:24.247Z Downloaded unicode-normalization v0.1.25
12222026-05-27T23:51:24.250Z Downloaded chrono v0.4.44
12232026-05-27T23:51:24.254Z Downloaded curve25519-dalek v4.1.3
12242026-05-27T23:51:24.259Z Downloaded object v0.30.4
12252026-05-27T23:51:24.264Z Downloaded typed-path v0.9.3
12262026-05-27T23:51:24.268Z Downloaded ssh-key v0.6.7
12272026-05-27T23:51:24.272Z Downloaded nix v0.27.1
12282026-05-27T23:51:24.278Z Downloaded dropshot v0.17.0
12292026-05-27T23:51:24.291Z Downloaded winnow v0.6.26
12302026-05-27T23:51:24.296Z Downloaded zerocopy-derive v0.8.40
12312026-05-27T23:51:24.302Z Downloaded winnow v0.5.40
12322026-05-27T23:51:24.307Z Downloaded reqwest v0.13.2
12332026-05-27T23:51:24.312Z Downloaded lalrpop v0.19.12
12342026-05-27T23:51:24.317Z Downloaded unicode-segmentation v1.12.0
12352026-05-27T23:51:24.320Z Downloaded rayon v1.11.0
12362026-05-27T23:51:24.325Z Downloaded moka v0.12.13
12372026-05-27T23:51:24.329Z Downloaded rustls-webpki v0.101.7
12382026-05-27T23:51:24.337Z Downloaded tabled v0.20.0
12392026-05-27T23:51:24.347Z Downloaded zlib-rs v0.6.2
12402026-05-27T23:51:24.351Z Downloaded serde_with v3.17.0
12412026-05-27T23:51:24.359Z Downloaded hickory-proto v0.24.4
12422026-05-27T23:51:24.368Z Downloaded rustls-webpki v0.102.8
12432026-05-27T23:51:24.378Z Downloaded webpki-roots v1.0.6
12442026-05-27T23:51:24.386Z Downloaded smoltcp v0.11.0
12452026-05-27T23:51:24.389Z Downloaded quinn-proto v0.11.13
12462026-05-27T23:51:24.392Z Downloaded rustls v0.23.37
12472026-05-27T23:51:24.399Z Downloaded regress v0.11.1
12482026-05-27T23:51:24.405Z Downloaded radix_trie v0.2.1
12492026-05-27T23:51:24.410Z Downloaded petname v2.0.2
12502026-05-27T23:51:24.412Z Downloaded regress v0.10.5
12512026-05-27T23:51:24.416Z Downloaded hickory-proto v0.25.2
12522026-05-27T23:51:24.425Z Downloaded nix v0.31.2
12532026-05-27T23:51:24.447Z Downloaded typify-impl v0.6.2
12542026-05-27T23:51:24.458Z Downloaded openssl v0.10.79
12552026-05-27T23:51:24.462Z Downloaded bstr v1.12.1
12562026-05-27T23:51:24.468Z Downloaded typify-impl v0.4.3
12572026-05-27T23:51:24.483Z Downloaded polar-core v0.27.3
12582026-05-27T23:51:24.488Z Downloaded rustls v0.21.12
12592026-05-27T23:51:24.494Z Downloaded regex-automata v0.4.14
12602026-05-27T23:51:24.503Z Downloaded time v0.3.47
12612026-05-27T23:51:24.510Z Downloaded regex-syntax v0.6.29
12622026-05-27T23:51:24.514Z Downloaded smoltcp v0.9.1
12632026-05-27T23:51:24.526Z Downloaded object v0.37.3
12642026-05-27T23:51:24.535Z Downloaded vcpkg v0.2.15
12652026-05-27T23:51:24.559Z Downloaded nix v0.28.0
12662026-05-27T23:51:24.566Z Downloaded csv v1.4.0
12672026-05-27T23:51:24.579Z Downloaded rustls v0.22.4
12682026-05-27T23:51:24.586Z Downloaded zerocopy v0.8.40
12692026-05-27T23:51:24.592Z Downloaded openapiv3 v2.2.0
12702026-05-27T23:51:24.600Z Downloaded regex-syntax v0.8.10
12712026-05-27T23:51:24.605Z Downloaded libz-sys v1.1.24
12722026-05-27T23:51:24.619Z Downloaded tokio v1.52.1
12732026-05-27T23:51:24.643Z Downloaded rustix v0.38.44
12742026-05-27T23:51:24.671Z Downloaded encoding_rs v0.8.35
12752026-05-27T23:51:24.706Z Downloaded sqlparser v0.61.0
12762026-05-27T23:51:24.740Z Downloaded sled v0.34.7
12772026-05-27T23:51:24.747Z Downloaded tracing v0.1.44
12782026-05-27T23:51:24.760Z Downloaded ratatui v0.29.0
12792026-05-27T23:51:24.787Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-05-27T23:51:24.795Z Downloaded zerocopy-derive v0.6.6
12812026-05-27T23:51:24.837Z Downloaded petgraph v0.6.5
12822026-05-27T23:51:24.847Z Downloaded jiff v0.2.21
12832026-05-27T23:51:24.863Z Downloaded chrono-tz v0.10.4
12842026-05-27T23:51:24.882Z Downloaded petgraph v0.8.3
12852026-05-27T23:51:24.917Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-05-27T23:51:24.927Z Downloaded sha3 v0.10.8
12872026-05-27T23:51:25.019Z Downloaded ring v0.17.14
12882026-05-27T23:51:25.072Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-27T23:51:25.563Z Downloaded aws-lc-sys v0.40.0
12902026-05-27T23:51:25.817Z Compiling libc v0.2.185
12912026-05-27T23:51:25.820Z Compiling serde v1.0.228
12922026-05-27T23:51:25.820Z Compiling log v0.4.29
12932026-05-27T23:51:25.820Z Compiling find-msvc-tools v0.1.9
12942026-05-27T23:51:25.820Z Compiling shlex v1.3.0
12952026-05-27T23:51:25.820Z Compiling smallvec v1.15.1
12962026-05-27T23:51:25.820Z Compiling typenum v1.19.0
12972026-05-27T23:51:25.820Z Compiling subtle v2.6.1
12982026-05-27T23:51:25.977Z Compiling generic-array v0.14.7
12992026-05-27T23:51:25.980Z Compiling scopeguard v1.2.0
13002026-05-27T23:51:26.064Z Compiling const-oid v0.9.6
13012026-05-27T23:51:26.067Z Compiling serde_json v1.0.149
13022026-05-27T23:51:26.078Z Compiling syn v2.0.117
13032026-05-27T23:51:26.091Z Compiling zerocopy v0.8.40
13042026-05-27T23:51:26.094Z Compiling portable-atomic v1.13.1
13052026-05-27T23:51:26.105Z Compiling parking_lot_core v0.9.12
13062026-05-27T23:51:26.150Z Compiling lock_api v0.4.14
13072026-05-27T23:51:26.171Z Compiling pin-project-lite v0.2.17
13082026-05-27T23:51:26.186Z Compiling pkg-config v0.3.32
13092026-05-27T23:51:26.188Z Compiling bitflags v2.11.0
13102026-05-27T23:51:26.251Z Compiling futures-core v0.3.32
13112026-05-27T23:51:26.251Z Compiling libm v0.2.16
13122026-05-27T23:51:26.297Z Compiling critical-section v1.2.0
13132026-05-27T23:51:26.300Z Compiling num-traits v0.2.19
13142026-05-27T23:51:26.424Z Compiling percent-encoding v2.3.2
13152026-05-27T23:51:26.513Z Compiling futures-sink v0.3.32
13162026-05-27T23:51:26.516Z Compiling futures-task v0.3.32
13172026-05-27T23:51:26.530Z Compiling cpufeatures v0.2.17
13182026-05-27T23:51:26.533Z Compiling futures-io v0.3.32
13192026-05-27T23:51:26.573Z Compiling slab v0.4.12
13202026-05-27T23:51:26.637Z Compiling futures-channel v0.3.32
13212026-05-27T23:51:26.681Z Compiling getrandom v0.4.1
13222026-05-27T23:51:26.712Z Compiling rand_core v0.10.0
13232026-05-27T23:51:26.744Z Compiling indexmap v2.14.0
13242026-05-27T23:51:26.759Z Compiling rustversion v1.0.22
13252026-05-27T23:51:26.775Z Compiling getrandom v0.3.4
13262026-05-27T23:51:26.804Z Compiling form_urlencoded v1.2.2
13272026-05-27T23:51:26.807Z Compiling fs_extra v1.3.0
13282026-05-27T23:51:26.855Z Compiling dunce v1.0.5
13292026-05-27T23:51:26.905Z Compiling ident_case v1.0.1
13302026-05-27T23:51:26.922Z Compiling base64ct v1.8.3
13312026-05-27T23:51:26.937Z Compiling regex-syntax v0.8.10
13322026-05-27T23:51:26.968Z Compiling iana-time-zone v0.1.65
13332026-05-27T23:51:27.010Z Compiling rustix v1.1.3
13342026-05-27T23:51:27.046Z Compiling flagset v0.4.7
13352026-05-27T23:51:27.081Z Compiling getrandom v0.2.17
13362026-05-27T23:51:27.120Z Compiling jobserver v0.1.34
13372026-05-27T23:51:27.138Z Compiling errno v0.3.14
13382026-05-27T23:51:27.193Z Compiling mio v1.2.0
13392026-05-27T23:51:27.196Z Compiling socket2 v0.6.3
13402026-05-27T23:51:27.209Z Compiling once_cell v1.21.3
13412026-05-27T23:51:27.237Z Compiling rand_core v0.6.4
13422026-05-27T23:51:27.317Z Compiling signal-hook-registry v1.4.8
13432026-05-27T23:51:27.332Z Compiling cc v1.2.56
13442026-05-27T23:51:27.405Z Compiling parking_lot v0.12.5
13452026-05-27T23:51:27.460Z Compiling pem-rfc7468 v0.7.0
13462026-05-27T23:51:27.545Z Compiling aws-lc-rs v1.16.3
13472026-05-27T23:51:27.599Z Compiling vcpkg v0.2.15
13482026-05-27T23:51:27.630Z Compiling uuid v1.23.0
13492026-05-27T23:51:27.658Z Compiling tracing-core v0.1.36
13502026-05-27T23:51:27.698Z Compiling rustc_version v0.4.1
13512026-05-27T23:51:27.715Z Compiling base64 v0.22.1
13522026-05-27T23:51:27.801Z Compiling rand_core v0.9.5
13532026-05-27T23:51:27.824Z Compiling tinyvec_macros v0.1.1
13542026-05-27T23:51:27.868Z Compiling httparse v1.10.1
13552026-05-27T23:51:27.884Z Compiling openssl-probe v0.2.1
13562026-05-27T23:51:27.901Z Compiling untrusted v0.7.1
13572026-05-27T23:51:27.918Z Compiling untrusted v0.9.0
13582026-05-27T23:51:28.077Z Compiling tinyvec v1.10.0
13592026-05-27T23:51:28.101Z Compiling aho-corasick v1.1.4
13602026-05-27T23:51:28.107Z Compiling schemars v0.8.22
13612026-05-27T23:51:28.132Z Compiling dyn-clone v1.0.20
13622026-05-27T23:51:28.134Z Compiling rustls v0.23.37
13632026-05-27T23:51:28.162Z Compiling cmake v0.1.57
13642026-05-27T23:51:28.184Z Compiling tower-service v0.3.3
13652026-05-27T23:51:28.223Z Compiling tower-layer v0.3.3
13662026-05-27T23:51:28.298Z Compiling try-lock v0.2.5
13672026-05-27T23:51:28.313Z Compiling atomic-waker v1.1.2
13682026-05-27T23:51:28.313Z Compiling openssl v0.10.79
13692026-05-27T23:51:28.355Z Compiling httpdate v1.0.3
13702026-05-27T23:51:28.402Z Compiling want v0.3.1
13712026-05-27T23:51:28.417Z Compiling pin-utils v0.1.0
13722026-05-27T23:51:28.434Z Compiling foreign-types-shared v0.1.1
13732026-05-27T23:51:28.451Z Compiling unicode-normalization v0.1.25
13742026-05-27T23:51:28.451Z Compiling spin v0.9.8
13752026-05-27T23:51:28.481Z Compiling native-tls v0.2.18
13762026-05-27T23:51:28.484Z Compiling crc32fast v1.5.0
13772026-05-27T23:51:28.511Z Compiling time-core v0.1.8
13782026-05-27T23:51:28.542Z Compiling foreign-types v0.3.2
13792026-05-27T23:51:28.583Z Compiling num-conv v0.2.0
13802026-05-27T23:51:28.599Z Compiling powerfmt v0.2.0
13812026-05-27T23:51:28.602Z Compiling wait-timeout v0.2.1
13822026-05-27T23:51:28.602Z Compiling sync_wrapper v1.0.2
13832026-05-27T23:51:28.640Z Compiling usdt-impl v0.6.0
13842026-05-27T23:51:28.686Z Compiling siphasher v1.0.2
13852026-05-27T23:51:28.703Z Compiling simd-adler32 v0.3.8
13862026-05-27T23:51:28.719Z Compiling crossbeam-utils v0.8.21
13872026-05-27T23:51:28.723Z Compiling num_threads v0.1.7
13882026-05-27T23:51:28.749Z Compiling tempfile v3.25.0
13892026-05-27T23:51:28.765Z Compiling time-macros v0.2.27
13902026-05-27T23:51:28.851Z Compiling deranged v0.5.8
13912026-05-27T23:51:28.867Z Compiling syn v1.0.109
13922026-05-27T23:51:28.870Z Compiling bit-vec v0.8.0
13932026-05-27T23:51:28.896Z Compiling quick-error v1.2.3
13942026-05-27T23:51:28.948Z Compiling slog v2.8.2
13952026-05-27T23:51:28.963Z Compiling regex-automata v0.4.14
13962026-05-27T23:51:28.980Z Compiling heapless v0.7.17
13972026-05-27T23:51:29.021Z Compiling rusty-fork v0.3.1
13982026-05-27T23:51:29.064Z Compiling aws-lc-sys v0.40.0
13992026-05-27T23:51:29.067Z Compiling ring v0.17.14
14002026-05-27T23:51:29.094Z Compiling openssl-sys v0.9.115
14012026-05-27T23:51:29.119Z Compiling synstructure v0.13.2
14022026-05-27T23:51:29.147Z Compiling serde_derive_internals v0.29.1
14032026-05-27T23:51:29.166Z Compiling pest_generator v2.8.6
14042026-05-27T23:51:29.182Z Compiling darling_core v0.20.11
14052026-05-27T23:51:29.229Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-05-27T23:51:29.318Z Compiling darling_core v0.21.3
14072026-05-27T23:51:29.385Z Compiling bit-set v0.8.0
14082026-05-27T23:51:29.470Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-27T23:51:29.573Z Compiling rand_xorshift v0.4.0
14102026-05-27T23:51:29.779Z Compiling thread-id v5.1.0
14112026-05-27T23:51:29.797Z Compiling cookie v0.18.1
14122026-05-27T23:51:29.812Z Compiling anyhow v1.0.102
14132026-05-27T23:51:29.880Z Compiling ryu v1.0.23
14142026-05-27T23:51:29.946Z Compiling unicode-bidi v0.3.18
14152026-05-27T23:51:29.961Z Compiling time v0.3.47
14162026-05-27T23:51:29.978Z Compiling unicode-properties v0.1.4
14172026-05-27T23:51:29.993Z Compiling allocator-api2 v0.2.21
14182026-05-27T23:51:30.011Z Compiling paste v1.0.15
14192026-05-27T23:51:30.107Z Compiling adler2 v2.0.1
14202026-05-27T23:51:30.153Z Compiling signal-hook v0.3.18
14212026-05-27T23:51:30.167Z Compiling unarray v0.1.4
14222026-05-27T23:51:30.223Z Compiling zstd-safe v7.2.4
14232026-05-27T23:51:30.261Z Compiling iri-string v0.7.10
14242026-05-27T23:51:30.291Z Compiling stringprep v0.1.5
14252026-05-27T23:51:30.364Z Compiling miniz_oxide v0.8.9
14262026-05-27T23:51:30.580Z Compiling vergen-lib v9.1.0
14272026-05-27T23:51:30.613Z Compiling num-integer v0.1.46
14282026-05-27T23:51:30.771Z Compiling curve25519-dalek v4.1.3
14292026-05-27T23:51:30.786Z Compiling ff v0.13.1
14302026-05-27T23:51:30.937Z Compiling hash32 v0.2.1
14312026-05-27T23:51:30.957Z Compiling memoffset v0.9.1
14322026-05-27T23:51:30.988Z Compiling serde_derive v1.0.228
14332026-05-27T23:51:31.003Z Compiling zeroize_derive v1.4.3
14342026-05-27T23:51:31.071Z Compiling zerofrom-derive v0.1.6
14352026-05-27T23:51:31.133Z Compiling yoke-derive v0.8.1
14362026-05-27T23:51:31.148Z Compiling zerocopy-derive v0.8.40
14372026-05-27T23:51:31.178Z Compiling zerovec-derive v0.11.2
14382026-05-27T23:51:31.207Z Compiling displaydoc v0.2.5
14392026-05-27T23:51:31.664Z Compiling tokio-macros v2.7.0
14402026-05-27T23:51:31.683Z Compiling futures-macro v0.3.32
14412026-05-27T23:51:31.734Z Compiling zeroize v1.8.2
14422026-05-27T23:51:31.838Z Compiling der_derive v0.7.3
14432026-05-27T23:51:32.003Z Compiling rustls-pki-types v1.14.0
14442026-05-27T23:51:32.067Z Compiling tracing-attributes v0.1.31
14452026-05-27T23:51:32.394Z Compiling thiserror-impl v2.0.18
14462026-05-27T23:51:32.429Z Compiling scroll_derive v0.13.1
14472026-05-27T23:51:32.450Z Compiling schemars_derive v0.8.22
14482026-05-27T23:51:32.481Z Compiling crypto-common v0.1.7
14492026-05-27T23:51:32.540Z Compiling block-buffer v0.10.4
14502026-05-27T23:51:32.567Z Compiling futures-util v0.3.32
14512026-05-27T23:51:32.599Z Compiling zerofrom v0.1.6
14522026-05-27T23:51:32.649Z Compiling block-padding v0.3.3
14532026-05-27T23:51:32.734Z Compiling yoke v0.8.1
14542026-05-27T23:51:32.750Z Compiling digest v0.10.7
14552026-05-27T23:51:32.830Z Compiling inout v0.1.4
14562026-05-27T23:51:32.872Z Compiling der v0.7.10
14572026-05-27T23:51:32.938Z Compiling zerovec v0.11.5
14582026-05-27T23:51:33.022Z Compiling zerotrie v0.2.3
14592026-05-27T23:51:33.037Z Compiling hmac v0.12.1
14602026-05-27T23:51:33.206Z Compiling cipher v0.4.4
14612026-05-27T23:51:33.332Z Compiling sha2 v0.10.9
14622026-05-27T23:51:33.385Z Compiling pbkdf2 v0.12.2
14632026-05-27T23:51:33.401Z Compiling pest_derive v2.8.6
14642026-05-27T23:51:33.488Z Compiling tinystr v0.8.2
14652026-05-27T23:51:33.518Z Compiling potential_utf v0.1.4
14662026-05-27T23:51:33.534Z Compiling salsa20 v0.10.2
14672026-05-27T23:51:33.549Z Compiling tracing v0.1.44
14682026-05-27T23:51:33.698Z Compiling icu_locale_core v2.1.1
14692026-05-27T23:51:33.713Z Compiling icu_collections v2.1.1
14702026-05-27T23:51:33.729Z Compiling scrypt v0.11.0
14712026-05-27T23:51:33.836Z Compiling spki v0.7.3
14722026-05-27T23:51:33.859Z Compiling cbc v0.1.2
14732026-05-27T23:51:33.873Z Compiling thiserror v2.0.18
14742026-05-27T23:51:33.889Z Compiling aes v0.8.4
14752026-05-27T23:51:34.002Z Compiling scroll v0.13.0
14762026-05-27T23:51:34.017Z Compiling darling_macro v0.20.11
14772026-05-27T23:51:34.037Z Compiling openssl-macros v0.1.1
14782026-05-27T23:51:34.070Z Compiling rustls-native-certs v0.8.3
14792026-05-27T23:51:34.180Z Compiling dtrace-parser v0.3.0
14802026-05-27T23:51:34.229Z Compiling goblin v0.10.5
14812026-05-27T23:51:34.294Z Compiling pkcs5 v0.7.1
14822026-05-27T23:51:34.380Z Compiling icu_provider v2.1.1
14832026-05-27T23:51:34.540Z Compiling darling v0.20.11
14842026-05-27T23:51:34.562Z Compiling signature v2.2.0
14852026-05-27T23:51:34.627Z Compiling bytes v1.11.1
14862026-05-27T23:51:34.642Z Compiling icu_properties v2.1.2
14872026-05-27T23:51:34.678Z Compiling icu_normalizer v2.1.1
14882026-05-27T23:51:34.701Z Compiling chrono v0.4.44
14892026-05-27T23:51:34.765Z Compiling pkcs8 v0.10.2
14902026-05-27T23:51:34.786Z Compiling ipnet v2.11.0
14912026-05-27T23:51:34.809Z Compiling derive_builder_core v0.20.2
14922026-05-27T23:51:34.962Z Compiling webpki-roots v1.0.6
14932026-05-27T23:51:34.968Z Compiling scroll_derive v0.12.1
14942026-05-27T23:51:34.975Z Compiling thiserror-impl v1.0.69
14952026-05-27T23:51:35.093Z Compiling serde_urlencoded v0.7.1
14962026-05-27T23:51:35.111Z Compiling tokio v1.52.1
14972026-05-27T23:51:35.258Z Compiling http v1.4.0
14982026-05-27T23:51:35.278Z Compiling erased-serde v0.3.31
14992026-05-27T23:51:35.305Z Compiling toml_datetime v0.6.11
15002026-05-27T23:51:35.356Z Compiling serde_spanned v0.6.9
15012026-05-27T23:51:35.523Z Compiling idna_adapter v1.2.1
15022026-05-27T23:51:35.593Z Compiling serde_tokenstream v0.2.3
15032026-05-27T23:51:35.680Z Compiling ppv-lite86 v0.2.21
15042026-05-27T23:51:35.680Z Compiling idna v1.1.0
15052026-05-27T23:51:35.713Z Compiling derive_builder_macro v0.20.2
15062026-05-27T23:51:35.776Z Compiling scroll v0.12.0
15072026-05-27T23:51:35.787Z Compiling md-5 v0.10.6
15082026-05-27T23:51:35.818Z Compiling darling_macro v0.21.3
15092026-05-27T23:51:35.911Z Compiling http-body v1.0.1
15102026-05-27T23:51:35.932Z Compiling bstr v1.12.1
15112026-05-27T23:51:35.975Z Compiling async-trait v0.1.89
15122026-05-27T23:51:36.028Z Compiling url v2.5.8
15132026-05-27T23:51:36.065Z Compiling rand_chacha v0.9.0
15142026-05-27T23:51:36.086Z Compiling http-body-util v0.1.3
15152026-05-27T23:51:36.135Z Compiling rand_chacha v0.3.1
15162026-05-27T23:51:36.223Z Compiling zerocopy-derive v0.7.35
15172026-05-27T23:51:36.233Z Compiling pin-project-internal v1.1.11
15182026-05-27T23:51:36.324Z Compiling rand v0.9.2
15192026-05-27T23:51:36.403Z Compiling thiserror v1.0.69
15202026-05-27T23:51:36.403Z Compiling encoding_rs v0.8.35
15212026-05-27T23:51:36.435Z Compiling mime v0.3.17
15222026-05-27T23:51:36.549Z Compiling ref-cast v1.0.25
15232026-05-27T23:51:36.715Z Compiling litrs v1.0.0
15242026-05-27T23:51:36.875Z Compiling fallible-iterator v0.2.0
15252026-05-27T23:51:36.902Z Compiling smoltcp v0.9.1
15262026-05-27T23:51:37.053Z Compiling dof v0.4.0
15272026-05-27T23:51:37.084Z Compiling proptest v1.10.0
15282026-05-27T23:51:37.161Z Compiling rustix v0.38.44
15292026-05-27T23:51:37.174Z Compiling zlib-rs v0.6.2
15302026-05-27T23:51:37.211Z Compiling psl-types v2.0.11
15312026-05-27T23:51:37.240Z Compiling num-bigint-dig v0.8.6
15322026-05-27T23:51:37.262Z Compiling cfg_aliases v0.2.1
15332026-05-27T23:51:37.285Z Compiling base16ct v0.2.0
15342026-05-27T23:51:37.345Z Compiling nix v0.31.2
15352026-05-27T23:51:37.359Z Compiling publicsuffix v2.3.0
15362026-05-27T23:51:37.475Z Compiling ipnetwork v0.21.1
15372026-05-27T23:51:37.490Z Compiling pin-project v1.1.11
15382026-05-27T23:51:37.508Z Compiling sec1 v0.7.3
15392026-05-27T23:51:37.577Z Compiling document-features v0.2.12
15402026-05-27T23:51:37.605Z Compiling zerocopy v0.7.35
15412026-05-27T23:51:37.620Z Compiling postgres-protocol v0.6.10
15422026-05-27T23:51:37.697Z Compiling rand v0.8.6
15432026-05-27T23:51:37.752Z Compiling oxnet v0.1.4
15442026-05-27T23:51:37.942Z Compiling darling v0.21.3
15452026-05-27T23:51:37.991Z Compiling derive_builder v0.20.2
15462026-05-27T23:51:38.028Z Compiling goblin v0.8.2
15472026-05-27T23:51:38.138Z Compiling futures-executor v0.3.32
15482026-05-27T23:51:38.138Z Compiling hex v0.4.3
15492026-05-27T23:51:38.187Z Compiling hubpack_derive v0.1.1
15502026-05-27T23:51:38.195Z Compiling hkdf v0.12.4
15512026-05-27T23:51:38.211Z Compiling crypto-bigint v0.5.5
15522026-05-27T23:51:38.225Z Compiling regex v1.12.3
15532026-05-27T23:51:38.453Z Compiling strum_macros v0.27.2
15542026-05-27T23:51:38.491Z Compiling curve25519-dalek-derive v0.1.1
15552026-05-27T23:51:38.518Z Compiling ref-cast-impl v1.0.25
15562026-05-27T23:51:38.532Z Compiling daft-derive v0.1.7
15572026-05-27T23:51:38.592Z Compiling snafu-derive v0.8.9
15582026-05-27T23:51:38.620Z Compiling group v0.13.0
15592026-05-27T23:51:38.662Z Compiling num-iter v0.1.45
15602026-05-27T23:51:38.943Z Compiling phf_shared v0.13.1
15612026-05-27T23:51:38.961Z Compiling tokio-util v0.7.18
15622026-05-27T23:51:39.090Z Compiling tower v0.5.3
15632026-05-27T23:51:39.104Z Compiling tokio-native-tls v0.3.1
15642026-05-27T23:51:39.120Z Compiling terminal_size v0.4.3
15652026-05-27T23:51:39.181Z Compiling lazy_static v1.5.0
15662026-05-27T23:51:39.206Z Compiling vergen v9.1.0
15672026-05-27T23:51:39.283Z Compiling cargo-platform v0.3.2
15682026-05-27T23:51:39.298Z Compiling fs-err v3.3.0
15692026-05-27T23:51:39.301Z Compiling ahash v0.8.12
15702026-05-27T23:51:39.328Z Compiling bumpalo v3.20.2
15712026-05-27T23:51:39.367Z Compiling libbz2-rs-sys v0.2.2
15722026-05-27T23:51:39.411Z Compiling winnow v0.5.40
15732026-05-27T23:51:39.509Z Compiling tower-http v0.6.8
15742026-05-27T23:51:39.547Z Compiling newtype-uuid v1.3.2
15752026-05-27T23:51:39.582Z Compiling bitflags v1.3.2
15762026-05-27T23:51:39.595Z Compiling foldhash v0.2.0
15772026-05-27T23:51:39.610Z Compiling unicode-segmentation v1.12.0
15782026-05-27T23:51:39.668Z Compiling h2 v0.4.13
15792026-05-27T23:51:39.846Z Compiling foldhash v0.1.5
15802026-05-27T23:51:39.901Z Compiling same-file v1.0.6
15812026-05-27T23:51:39.942Z Compiling managed v0.8.0
15822026-05-27T23:51:40.019Z Compiling object v0.37.3
15832026-05-27T23:51:40.034Z Compiling walkdir v2.5.0
15842026-05-27T23:51:40.049Z Compiling hashbrown v0.15.5
15852026-05-27T23:51:40.070Z Compiling flate2 v1.1.9
15862026-05-27T23:51:40.085Z Compiling clap_builder v4.5.60
15872026-05-27T23:51:40.408Z Compiling dof v0.3.0
15882026-05-27T23:51:40.422Z Compiling bzip2 v0.6.1
15892026-05-27T23:51:40.426Z Compiling daft v0.1.7
15902026-05-27T23:51:40.503Z Compiling hashbrown v0.16.1
15912026-05-27T23:51:40.542Z Compiling strum v0.27.2
15922026-05-27T23:51:40.616Z Compiling snafu v0.8.9
15932026-05-27T23:51:40.619Z Compiling zopfli v0.8.3
15942026-05-27T23:51:40.666Z Compiling cargo_metadata v0.23.1
15952026-05-27T23:51:40.744Z Compiling toml_edit v0.19.15
15962026-05-27T23:51:40.910Z Compiling elliptic-curve v0.13.8
15972026-05-27T23:51:41.013Z Compiling phf v0.13.1
15982026-05-27T23:51:41.052Z Compiling signal-hook-mio v0.2.5
15992026-05-27T23:51:41.150Z Compiling cookie_store v0.22.1
16002026-05-27T23:51:41.168Z Compiling hubpack v0.1.2
16012026-05-27T23:51:41.180Z Compiling usdt-attr-macro v0.6.0
16022026-05-27T23:51:41.195Z Compiling usdt-macro v0.6.0
16032026-05-27T23:51:41.342Z Compiling bzip2 v0.4.4
16042026-05-27T23:51:41.436Z Compiling futures v0.3.32
16052026-05-27T23:51:41.454Z Compiling zstd v0.13.3
16062026-05-27T23:51:41.533Z Compiling serde_with_macros v3.17.0
16072026-05-27T23:51:41.564Z Compiling postgres-types v0.2.12
16082026-05-27T23:51:41.656Z Compiling dtrace-parser v0.2.0
16092026-05-27T23:51:41.749Z Compiling globset v0.4.18
16102026-05-27T23:51:41.862Z Compiling ed25519 v2.2.3
16112026-05-27T23:51:42.041Z Compiling pkcs1 v0.7.5
16122026-05-27T23:51:42.112Z Compiling olpc-cjson v0.1.4
16132026-05-27T23:51:42.120Z Compiling serde_plain v1.0.2
16142026-05-27T23:51:42.157Z Compiling serde-big-array v0.5.1
16152026-05-27T23:51:42.274Z Compiling rfc6979 v0.4.0
16162026-05-27T23:51:42.317Z Compiling strum_macros v0.26.4
16172026-05-27T23:51:42.329Z Compiling serde_repr v0.1.20
16182026-05-27T23:51:42.415Z Compiling enum-as-inner v0.6.1
16192026-05-27T23:51:42.454Z Compiling async-recursion v1.1.1
16202026-05-27T23:51:42.472Z Compiling clap_derive v4.5.55
16212026-05-27T23:51:42.488Z Compiling phf_shared v0.11.3
16222026-05-27T23:51:42.694Z Compiling float-cmp v0.10.0
16232026-05-27T23:51:42.739Z Compiling hyper v1.8.1
16242026-05-27T23:51:42.792Z Compiling pem v3.0.6
16252026-05-27T23:51:42.808Z Compiling memmap2 v0.9.10
16262026-05-27T23:51:42.864Z Compiling thread-id v4.2.2
16272026-05-27T23:51:42.904Z Compiling env_filter v1.0.0
16282026-05-27T23:51:42.968Z Compiling new_debug_unreachable v1.0.6
16292026-05-27T23:51:42.982Z Compiling whoami v2.1.0
16302026-05-27T23:51:43.055Z Compiling jiff v0.2.21
16312026-05-27T23:51:43.055Z Compiling static_assertions v1.1.0
16322026-05-27T23:51:43.145Z Compiling precomputed-hash v0.1.1
16332026-05-27T23:51:43.166Z Compiling data-encoding v2.10.0
16342026-05-27T23:51:43.179Z Compiling keccak v0.1.6
16352026-05-27T23:51:43.236Z Compiling fixedbitset v0.5.7
16362026-05-27T23:51:43.251Z Compiling difflib v0.4.0
16372026-05-27T23:51:43.257Z Compiling typed-path v0.9.3
16382026-05-27T23:51:43.385Z Compiling predicates-core v1.0.10
16392026-05-27T23:51:43.461Z Compiling fixedbitset v0.4.2
16402026-05-27T23:51:43.571Z Compiling either v1.15.0
16412026-05-27T23:51:43.585Z Compiling normalize-line-endings v0.3.0
16422026-05-27T23:51:43.695Z Compiling predicates v3.1.4
16432026-05-27T23:51:43.695Z Compiling petgraph v0.6.5
16442026-05-27T23:51:43.801Z Compiling itertools v0.13.0
16452026-05-27T23:51:43.801Z Compiling hickory-proto v0.25.2
16462026-05-27T23:51:43.854Z Compiling petgraph v0.8.3
16472026-05-27T23:51:43.877Z Compiling hyper-util v0.1.20
16482026-05-27T23:51:43.905Z Compiling sha3 v0.10.8
16492026-05-27T23:51:44.035Z Compiling string_cache v0.8.9
16502026-05-27T23:51:44.155Z Compiling strum v0.26.3
16512026-05-27T23:51:44.291Z Compiling tokio-postgres v0.7.16
16522026-05-27T23:51:44.304Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16532026-05-27T23:51:44.354Z Compiling clap v4.5.60
16542026-05-27T23:51:44.380Z Compiling env_logger v0.11.9
16552026-05-27T23:51:44.397Z Compiling usdt v0.6.0
16562026-05-27T23:51:44.438Z Compiling toml_edit v0.22.27
16572026-05-27T23:51:44.456Z Compiling usdt-impl v0.5.0
16582026-05-27T23:51:44.560Z Compiling serde_with v3.17.0
16592026-05-27T23:51:44.684Z Compiling crossterm v0.28.1
16602026-05-27T23:51:44.761Z Compiling ecdsa v0.16.9
16612026-05-27T23:51:45.060Z Compiling rsa v0.9.10
16622026-05-27T23:51:45.084Z Compiling toml v0.7.8
16632026-05-27T23:51:45.190Z Compiling ed25519-dalek v2.2.0
16642026-05-27T23:51:45.226Z Compiling hyper-tls v0.6.0
16652026-05-27T23:51:45.723Z Compiling zip v4.6.1
16662026-05-27T23:51:45.835Z Compiling zip v0.6.6
16672026-05-27T23:51:45.865Z Compiling iddqd v0.4.2
16682026-05-27T23:51:46.312Z Compiling heck v0.4.1
16692026-05-27T23:51:46.441Z Compiling similar v2.7.0
16702026-05-27T23:51:46.475Z Compiling tokio-stream v0.1.18
16712026-05-27T23:51:46.490Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-27T23:51:46.572Z Compiling buf-list v1.1.2
16732026-05-27T23:51:46.587Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-05-27T23:51:46.742Z Compiling openapiv3 v2.2.0
16752026-05-27T23:51:46.879Z Compiling x509-cert v0.2.5
16762026-05-27T23:51:46.933Z Compiling sha1 v0.10.6
16772026-05-27T23:51:46.985Z Compiling crossbeam-epoch v0.9.18
16782026-05-27T23:51:47.049Z Compiling lalrpop-util v0.19.12
16792026-05-27T23:51:47.159Z Compiling peg-runtime v0.8.5
16802026-05-27T23:51:47.186Z Compiling thread_local v1.1.9
16812026-05-27T23:51:47.205Z Compiling slog-async v2.8.0
16822026-05-27T23:51:47.249Z Compiling crossbeam-channel v0.5.15
16832026-05-27T23:51:47.264Z Compiling is-terminal v0.4.17
16842026-05-27T23:51:47.280Z Compiling filetime v0.2.27
16852026-05-27T23:51:47.350Z Compiling take_mut v0.2.2
16862026-05-27T23:51:47.370Z Compiling term v1.2.1
16872026-05-27T23:51:47.385Z Compiling xattr v1.6.1
16882026-05-27T23:51:47.568Z Compiling tar v0.4.45
16892026-05-27T23:51:47.655Z Compiling slog-term v2.9.2
16902026-05-27T23:52:05.361Z Compiling rustls-webpki v0.103.9
16912026-05-27T23:52:08.220Z Compiling tokio-rustls v0.26.4
16922026-05-27T23:52:08.221Z Compiling rustls-platform-verifier v0.6.2
16932026-05-27T23:52:08.396Z Compiling hyper-rustls v0.27.7
16942026-05-27T23:52:08.574Z Compiling reqwest v0.12.28
16952026-05-27T23:52:08.574Z Compiling reqwest v0.13.2
16962026-05-27T23:52:09.784Z Compiling tough v0.22.0
16972026-05-27T23:52:12.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-27T23:52:12.542Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-27T23:52:15.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.92s
17002026-05-27T23:52:15.543Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-27T23:52:15.599ZMay 27 23:52:15.120 INFO Starting download, target: Clickhouse
17022026-05-27T23:52:15.600ZMay 27 23:52:15.121 INFO Starting download, target: DendriteStub
17032026-05-27T23:52:15.600ZMay 27 23:52:15.121 INFO Starting download, target: Cockroach
17042026-05-27T23:52:15.603ZMay 27 23:52:15.121 INFO Starting download, target: Console
17052026-05-27T23:52:15.603ZMay 27 23:52:15.121 INFO Starting download, target: MaghemiteMgd
17062026-05-27T23:52:15.603ZMay 27 23:52:15.121 INFO Starting download, target: TransceiverControl
17072026-05-27T23:52:15.603ZMay 27 23:52:15.121 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-05-27T23:52:15.603ZMay 27 23:52:15.121 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-27T23:52:15.603ZMay 27 23:52:15.121 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-27T23:52:15.603ZMay 27 23:52:15.121 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-27T23:52:15.604ZMay 27 23:52:15.121 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-05-27T23:52:15.604ZMay 27 23:52:15.121 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-27T23:52:16.039ZMay 27 23:52:15.555 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-27T23:52:16.280ZMay 27 23:52:15.779 INFO Download complete, target: TransceiverControl
17152026-05-27T23:52:16.667ZMay 27 23:52:16.157 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-27T23:52:16.778ZMay 27 23:52:16.297 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17172026-05-27T23:52:16.890ZMay 27 23:52:16.403 INFO Download complete, target: Console
17182026-05-27T23:52:17.251ZMay 27 23:52:16.764 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-27T23:52:17.773ZMay 27 23:52:17.294 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-05-27T23:52:17.773ZMay 27 23:52:17.294 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-05-27T23:52:17.818ZMay 27 23:52:17.336 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-05-27T23:52:19.295ZMay 27 23:52:18.814 INFO Download complete, target: DendriteStub
17232026-05-27T23:52:19.709ZMay 27 23:52:19.227 INFO Download complete, target: MaghemiteMgd
17242026-05-27T23:52:22.781ZMay 27 23:52:22.303 INFO Checking that binary works, target: Cockroach
17252026-05-27T23:52:22.907ZMay 27 23:52:22.428 INFO Download complete, target: Cockroach
17262026-05-27T23:52:24.974ZMay 27 23:52:24.494 INFO Checking that binary works, target: Clickhouse
17272026-05-27T23:52:25.065ZMay 27 23:52:24.586 INFO Download complete, target: Clickhouse
17282026-05-27T23:52:25.072ZAll prerequisites installed successfully
17292026-05-27T23:52:25.076Z
17302026-05-27T23:52:25.077Zreal 2:01.243041440
17312026-05-27T23:52:25.077Zuser 7:01.999552207
17322026-05-27T23:52:25.077Zsys 1:45.200814298
17332026-05-27T23:52:25.077Ztrap 0.277196229
17342026-05-27T23:52:25.077Ztflt 1.648571257
17352026-05-27T23:52:25.077Zdflt 1.923565784
17362026-05-27T23:52:25.077Zkflt 0.030533427
17372026-05-27T23:52:25.077Zlock 24:36.017906436
17382026-05-27T23:52:25.077Zslp 19:18.455027403
17392026-05-27T23:52:25.077Zlat 27.501032451
17402026-05-27T23:52:25.077Zstop 2:55.796849660
17412026-05-27T23:52:25.077Z+ ptime -m cargo xtask download softnpu
17422026-05-27T23:52:25.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17432026-05-27T23:52:25.621Z Running `target/debug/xtask download softnpu`
17442026-05-27T23:52:26.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17452026-05-27T23:52:26.451Z Running `target/debug/xtask-downloader softnpu`
17462026-05-27T23:52:26.490ZMay 27 23:52:26.010 INFO Starting download, target: Softnpu
17472026-05-27T23:52:26.490ZMay 27 23:52:26.010 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-27T23:52:27.162ZMay 27 23:52:26.683 INFO Download complete, target: Softnpu
17492026-05-27T23:52:27.166Z
17502026-05-27T23:52:27.166Zreal 2.086884482
17512026-05-27T23:52:27.167Zuser 1.339375112
17522026-05-27T23:52:27.167Zsys 0.653772387
17532026-05-27T23:52:27.167Ztrap 0.000573670
17542026-05-27T23:52:27.167Ztflt 0.000170470
17552026-05-27T23:52:27.167Zdflt 0.000522180
17562026-05-27T23:52:27.167Zkflt 0.000000000
17572026-05-27T23:52:27.167Zlock 12.279207465
17582026-05-27T23:52:27.167Zslp 0.523109001
17592026-05-27T23:52:27.167Zlat 0.084286728
17602026-05-27T23:52:27.167Zstop 0.000163250
17612026-05-27T23:52:27.171Z+ export CARGO_INCREMENTAL=0
17622026-05-27T23:52:27.171Z+ CARGO_INCREMENTAL=0
17632026-05-27T23:52:27.171Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-27T23:52:28.078Z Compiling proc-macro2 v1.0.106
17652026-05-27T23:52:28.078Z Compiling quote v1.0.45
17662026-05-27T23:52:28.078Z Compiling unicode-ident v1.0.24
17672026-05-27T23:52:28.081Z Compiling libc v0.2.185
17682026-05-27T23:52:28.081Z Compiling serde_core v1.0.228
17692026-05-27T23:52:28.081Z Compiling serde v1.0.228
17702026-05-27T23:52:28.081Z Compiling cfg-if v1.0.4
17712026-05-27T23:52:28.081Z Compiling version_check v0.9.5
17722026-05-27T23:52:28.081Z Compiling find-msvc-tools v0.1.9
17732026-05-27T23:52:28.081Z Compiling shlex v1.3.0
17742026-05-27T23:52:28.081Z Compiling typenum v1.19.0
17752026-05-27T23:52:28.274Z Compiling zmij v1.0.21
17762026-05-27T23:52:28.277Z Compiling autocfg v1.5.0
17772026-05-27T23:52:28.277Z Compiling memchr v2.8.0
17782026-05-27T23:52:28.278Z Compiling serde_json v1.0.149
17792026-05-27T23:52:28.419Z Compiling portable-atomic v1.13.1
17802026-05-27T23:52:28.469Z Compiling libm v0.2.16
17812026-05-27T23:52:28.570Z Compiling generic-array v0.14.7
17822026-05-27T23:52:28.603Z Compiling zerocopy v0.8.40
17832026-05-27T23:52:28.651Z Compiling parking_lot_core v0.9.12
17842026-05-27T23:52:28.702Z Compiling smallvec v1.15.1
17852026-05-27T23:52:28.706Z Compiling icu_normalizer_data v2.1.1
17862026-05-27T23:52:28.777Z Compiling icu_properties_data v2.1.2
17872026-05-27T23:52:28.780Z Compiling num-traits v0.2.19
17882026-05-27T23:52:28.826Z Compiling itoa v1.0.17
17892026-05-27T23:52:28.841Z Compiling getrandom v0.4.1
17902026-05-27T23:52:28.888Z Compiling log v0.4.29
17912026-05-27T23:52:28.959Z Compiling stable_deref_trait v1.2.1
17922026-05-27T23:52:28.962Z Compiling pkg-config v0.3.32
17932026-05-27T23:52:29.028Z Compiling subtle v2.6.1
17942026-05-27T23:52:29.162Z Compiling scopeguard v1.2.0
17952026-05-27T23:52:29.242Z Compiling jobserver v0.1.34
17962026-05-27T23:52:29.245Z Compiling getrandom v0.2.17
17972026-05-27T23:52:29.310Z Compiling errno v0.3.14
17982026-05-27T23:52:29.327Z Compiling lock_api v0.4.14
17992026-05-27T23:52:29.399Z Compiling rand_core v0.6.4
18002026-05-27T23:52:29.414Z Compiling percent-encoding v2.3.2
18012026-05-27T23:52:29.491Z Compiling cc v1.2.56
18022026-05-27T23:52:29.515Z Compiling writeable v0.6.2
18032026-05-27T23:52:29.533Z Compiling litemap v0.8.1
18042026-05-27T23:52:29.587Z Compiling syn v2.0.117
18052026-05-27T23:52:29.639Z Compiling fnv v1.0.7
18062026-05-27T23:52:29.695Z Compiling pin-project-lite v0.2.17
18072026-05-27T23:52:29.766Z Compiling thiserror v2.0.18
18082026-05-27T23:52:29.814Z Compiling getrandom v0.3.4
18092026-05-27T23:52:29.846Z Compiling fs_extra v1.3.0
18102026-05-27T23:52:29.849Z Compiling dunce v1.0.5
18112026-05-27T23:52:29.862Z Compiling equivalent v1.0.2
18122026-05-27T23:52:29.941Z Compiling schemars v0.8.22
18132026-05-27T23:52:29.945Z Compiling rand_core v0.10.0
18142026-05-27T23:52:29.973Z Compiling utf8_iter v1.0.4
18152026-05-27T23:52:29.991Z Compiling rustversion v1.0.22
18162026-05-27T23:52:30.120Z Compiling form_urlencoded v1.2.2
18172026-05-27T23:52:30.172Z Compiling critical-section v1.2.0
18182026-05-27T23:52:30.235Z Compiling signal-hook-registry v1.4.8
18192026-05-27T23:52:30.300Z Compiling cmake v0.1.57
18202026-05-27T23:52:30.315Z Compiling hashbrown v0.17.0
18212026-05-27T23:52:30.330Z Compiling rustix v1.1.3
18222026-05-27T23:52:30.440Z Compiling socket2 v0.6.3
18232026-05-27T23:52:30.456Z Compiling parking_lot v0.12.5
18242026-05-27T23:52:30.648Z Compiling once_cell v1.21.3
18252026-05-27T23:52:30.670Z Compiling mio v1.2.0
18262026-05-27T23:52:30.745Z Compiling const-oid v0.9.6
18272026-05-27T23:52:30.902Z Compiling bitflags v2.11.0
18282026-05-27T23:52:30.921Z Compiling ring v0.17.14
18292026-05-27T23:52:30.921Z Compiling aws-lc-sys v0.40.0
18302026-05-27T23:52:30.954Z Compiling semver v1.0.28
18312026-05-27T23:52:30.957Z Compiling indexmap v2.14.0
18322026-05-27T23:52:31.093Z Compiling heck v0.5.0
18332026-05-27T23:52:31.164Z Compiling aws-lc-rs v1.16.3
18342026-05-27T23:52:31.236Z Compiling futures-core v0.3.32
18352026-05-27T23:52:31.282Z Compiling httparse v1.10.1
18362026-05-27T23:52:31.344Z Compiling vcpkg v0.2.15
18372026-05-27T23:52:31.359Z Compiling thiserror v1.0.69
18382026-05-27T23:52:31.405Z Compiling strsim v0.11.1
18392026-05-27T23:52:31.488Z Compiling iana-time-zone v0.1.65
18402026-05-27T23:52:31.535Z Compiling ucd-trie v0.1.7
18412026-05-27T23:52:31.655Z Compiling byteorder v1.5.0
18422026-05-27T23:52:31.704Z Compiling regex-syntax v0.8.10
18432026-05-27T23:52:31.724Z Compiling pest v2.8.6
18442026-05-27T23:52:31.743Z Compiling syn v1.0.109
18452026-05-27T23:52:31.746Z Compiling ident_case v1.0.1
18462026-05-27T23:52:31.746Z Compiling uuid v1.23.0
18472026-05-27T23:52:31.849Z Compiling cpufeatures v0.2.17
18482026-05-27T23:52:31.899Z Compiling rustls v0.23.37
18492026-05-27T23:52:31.933Z Compiling openssl-sys v0.9.115
18502026-05-27T23:52:32.047Z Compiling futures-sink v0.3.32
18512026-05-27T23:52:32.115Z Compiling rustc_version v0.4.1
18522026-05-27T23:52:32.170Z Compiling futures-channel v0.3.32
18532026-05-27T23:52:32.211Z Compiling futures-task v0.3.32
18542026-05-27T23:52:32.228Z Compiling futures-io v0.3.32
18552026-05-27T23:52:32.386Z Compiling slab v0.4.12
18562026-05-27T23:52:32.419Z Compiling aho-corasick v1.1.4
18572026-05-27T23:52:32.455Z Compiling synstructure v0.13.2
18582026-05-27T23:52:32.455Z Compiling serde_derive_internals v0.29.1
18592026-05-27T23:52:32.611Z Compiling dyn-clone v1.0.20
18602026-05-27T23:52:32.763Z Compiling plain v0.2.3
18612026-05-27T23:52:32.798Z Compiling pest_meta v2.8.6
18622026-05-27T23:52:32.816Z Compiling base64 v0.22.1
18632026-05-27T23:52:32.893Z Compiling openssl v0.10.79
18642026-05-27T23:52:32.916Z Compiling crc32fast v1.5.0
18652026-05-27T23:52:32.968Z Compiling time-core v0.1.8
18662026-05-27T23:52:32.996Z Compiling crossbeam-utils v0.8.21
18672026-05-27T23:52:33.014Z Compiling num-conv v0.2.0
18682026-05-27T23:52:33.171Z Compiling time-macros v0.2.27
18692026-05-27T23:52:33.246Z Compiling regex-automata v0.4.14
18702026-05-27T23:52:33.266Z Compiling pretty-hex v0.4.1
18712026-05-27T23:52:33.294Z Compiling native-tls v0.2.18
18722026-05-27T23:52:33.326Z Compiling base64ct v1.8.3
18732026-05-27T23:52:33.346Z Compiling anyhow v1.0.102
18742026-05-27T23:52:33.379Z Compiling darling_core v0.21.3
18752026-05-27T23:52:33.420Z Compiling pest_generator v2.8.6
18762026-05-27T23:52:33.574Z Compiling pem-rfc7468 v0.7.0
18772026-05-27T23:52:33.591Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-05-27T23:52:33.626Z Compiling tracing-core v0.1.36
18792026-05-27T23:52:33.731Z Compiling serde_derive v1.0.228
18802026-05-27T23:52:33.851Z Compiling zeroize_derive v1.4.3
18812026-05-27T23:52:33.866Z Compiling zerofrom-derive v0.1.6
18822026-05-27T23:52:33.870Z Compiling yoke-derive v0.8.1
18832026-05-27T23:52:33.901Z Compiling zerovec-derive v0.11.2
18842026-05-27T23:52:33.976Z Compiling displaydoc v0.2.5
18852026-05-27T23:52:34.072Z Compiling zerocopy-derive v0.8.40
18862026-05-27T23:52:34.090Z Compiling tokio-macros v2.7.0
18872026-05-27T23:52:34.147Z Compiling futures-macro v0.3.32
18882026-05-27T23:52:34.456Z Compiling zeroize v1.8.2
18892026-05-27T23:52:34.793Z Compiling thiserror-impl v2.0.18
18902026-05-27T23:52:34.858Z Compiling schemars_derive v0.8.22
18912026-05-27T23:52:34.930Z Compiling tracing-attributes v0.1.31
18922026-05-27T23:52:34.979Z Compiling der_derive v0.7.3
18932026-05-27T23:52:35.009Z Compiling thiserror-impl v1.0.69
18942026-05-27T23:52:35.084Z Compiling zerofrom v0.1.6
18952026-05-27T23:52:35.228Z Compiling yoke v0.8.1
18962026-05-27T23:52:35.325Z Compiling crypto-common v0.1.7
18972026-05-27T23:52:35.428Z Compiling zerovec v0.11.5
18982026-05-27T23:52:35.450Z Compiling zerotrie v0.2.3
18992026-05-27T23:52:35.654Z Compiling block-buffer v0.10.4
19002026-05-27T23:52:35.930Z Compiling digest v0.10.7
19012026-05-27T23:52:36.012Z Compiling tinystr v0.8.2
19022026-05-27T23:52:36.029Z Compiling potential_utf v0.1.4
19032026-05-27T23:52:36.067Z Compiling pest_derive v2.8.6
19042026-05-27T23:52:36.132Z Compiling futures-util v0.3.32
19052026-05-27T23:52:36.157Z Compiling icu_collections v2.1.1
19062026-05-27T23:52:36.172Z Compiling hmac v0.12.1
19072026-05-27T23:52:36.233Z Compiling icu_locale_core v2.1.1
19082026-05-27T23:52:36.320Z Compiling block-padding v0.3.3
19092026-05-27T23:52:36.337Z Compiling rustls-pki-types v1.14.0
19102026-05-27T23:52:36.532Z Compiling inout v0.1.4
19112026-05-27T23:52:36.703Z Compiling openssl-macros v0.1.1
19122026-05-27T23:52:36.829Z Compiling cipher v0.4.4
19132026-05-27T23:52:36.909Z Compiling sha2 v0.10.9
19142026-05-27T23:52:37.007Z Compiling bytes v1.11.1
19152026-05-27T23:52:37.083Z Compiling icu_provider v2.1.1
19162026-05-27T23:52:37.100Z Compiling chrono v0.4.44
19172026-05-27T23:52:37.130Z Compiling serde_tokenstream v0.2.3
19182026-05-27T23:52:37.360Z Compiling icu_properties v2.1.2
19192026-05-27T23:52:37.436Z Compiling icu_normalizer v2.1.1
19202026-05-27T23:52:37.452Z Compiling scroll_derive v0.12.1
19212026-05-27T23:52:37.571Z Compiling tokio v1.52.1
19222026-05-27T23:52:37.996Z Compiling scroll_derive v0.13.1
19232026-05-27T23:52:38.093Z Compiling http v1.4.0
19242026-05-27T23:52:38.488Z Compiling idna_adapter v1.2.1
19252026-05-27T23:52:38.623Z Compiling idna v1.1.0
19262026-05-27T23:52:38.642Z Compiling ppv-lite86 v0.2.21
19272026-05-27T23:52:38.819Z Compiling untrusted v0.9.0
19282026-05-27T23:52:38.893Z Compiling flagset v0.4.7
19292026-05-27T23:52:38.972Z Compiling url v2.5.8
19302026-05-27T23:52:39.008Z Compiling der v0.7.10
19312026-05-27T23:52:39.011Z Compiling tracing v0.1.44
19322026-05-27T23:52:39.042Z Compiling darling_macro v0.21.3
19332026-05-27T23:52:39.164Z Compiling regex v1.12.3
19342026-05-27T23:52:39.450Z Compiling zerocopy-derive v0.7.35
19352026-05-27T23:52:39.453Z Compiling rand_core v0.9.5
19362026-05-27T23:52:39.548Z Compiling slog v2.8.2
19372026-05-27T23:52:39.983Z Compiling spki v0.7.3
19382026-05-27T23:52:40.182Z Compiling darling v0.21.3
19392026-05-27T23:52:40.207Z Compiling salsa20 v0.10.2
19402026-05-27T23:52:40.241Z Compiling pbkdf2 v0.12.2
19412026-05-27T23:52:40.709Z Compiling cookie v0.18.1
19422026-05-27T23:52:40.774Z Compiling camino v1.2.2
19432026-05-27T23:52:41.086Z Compiling scrypt v0.11.0
19442026-05-27T23:52:41.089Z Compiling rand_chacha v0.9.0
19452026-05-27T23:52:41.117Z Compiling http-body v1.0.1
19462026-05-27T23:52:41.207Z Compiling aes v0.8.4
19472026-05-27T23:52:41.249Z Compiling cbc v0.1.2
19482026-05-27T23:52:41.376Z Compiling usdt-impl v0.5.0
19492026-05-27T23:52:41.406Z Compiling untrusted v0.7.1
19502026-05-27T23:52:41.489Z Compiling tokio-util v0.7.18
19512026-05-27T23:52:41.525Z Compiling atomic-waker v1.1.2
19522026-05-27T23:52:41.542Z Compiling ref-cast v1.0.25
19532026-05-27T23:52:41.561Z Compiling usdt-impl v0.6.0
19542026-05-27T23:52:41.564Z Compiling either v1.15.0
19552026-05-27T23:52:41.685Z Compiling winnow v0.7.14
19562026-05-27T23:52:41.701Z Compiling tinyvec_macros v0.1.1
19572026-05-27T23:52:41.768Z Compiling paste v1.0.15
19582026-05-27T23:52:41.800Z Compiling openssl-probe v0.2.1
19592026-05-27T23:52:41.818Z Compiling tinyvec v1.10.0
19602026-05-27T23:52:41.853Z Compiling pkcs5 v0.7.1
19612026-05-27T23:52:42.113Z Compiling rand v0.9.2
19622026-05-27T23:52:42.462Z Compiling scroll v0.13.0
19632026-05-27T23:52:42.478Z Compiling scroll v0.12.0
19642026-05-27T23:52:42.590Z Compiling serde_spanned v0.6.9
19652026-05-27T23:52:42.709Z Compiling toml_datetime v0.6.11
19662026-05-27T23:52:42.752Z Compiling async-trait v0.1.89
19672026-05-27T23:52:42.769Z Compiling heapless v0.7.17
19682026-05-27T23:52:42.799Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-27T23:52:42.839Z Compiling zstd-safe v7.2.4
19702026-05-27T23:52:42.857Z Compiling tower-service v0.3.3
19712026-05-27T23:52:42.973Z Compiling tower-layer v0.3.3
19722026-05-27T23:52:43.034Z Compiling fastrand v2.3.0
19732026-05-27T23:52:43.170Z Compiling try-lock v0.2.5
19742026-05-27T23:52:43.262Z Compiling signal-hook v0.3.18
19752026-05-27T23:52:43.278Z Compiling want v0.3.1
19762026-05-27T23:52:43.381Z Compiling h2 v0.4.13
19772026-05-27T23:52:43.400Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-27T23:52:43.458Z Compiling goblin v0.8.2
19792026-05-27T23:52:43.474Z Compiling goblin v0.10.5
19802026-05-27T23:52:43.664Z Compiling pkcs8 v0.10.2
19812026-05-27T23:52:43.818Z Compiling zerocopy v0.7.35
19822026-05-27T23:52:43.938Z Compiling ipnet v2.11.0
19832026-05-27T23:52:43.990Z Compiling ref-cast-impl v1.0.25
19842026-05-27T23:52:44.170Z Compiling darling_core v0.20.11
19852026-05-27T23:52:44.380Z Compiling curve25519-dalek v4.1.3
19862026-05-27T23:52:44.446Z Compiling memoffset v0.9.1
19872026-05-27T23:52:44.530Z Compiling httpdate v1.0.3
19882026-05-27T23:52:44.786Z Compiling rustix v0.38.44
19892026-05-27T23:52:44.937Z Compiling pin-utils v0.1.0
19902026-05-27T23:52:45.126Z Compiling winnow v0.5.40
19912026-05-27T23:52:45.141Z Compiling foreign-types-shared v0.1.1
19922026-05-27T23:52:45.216Z Compiling litrs v1.0.0
19932026-05-27T23:52:45.245Z Compiling foreign-types v0.3.2
19942026-05-27T23:52:45.260Z Compiling tempfile v3.25.0
19952026-05-27T23:52:45.639Z Compiling unicode-normalization v0.1.25
19962026-05-27T23:52:45.701Z Compiling document-features v0.2.12
19972026-05-27T23:52:46.043Z Compiling dof v0.3.0
19982026-05-27T23:52:46.148Z Compiling dtrace-parser v0.2.0
19992026-05-27T23:52:46.231Z Compiling darling_macro v0.20.11
20002026-05-27T23:52:46.257Z Compiling dof v0.4.0
20012026-05-27T23:52:46.427Z Compiling hyper v1.8.1
20022026-05-27T23:52:46.500Z Compiling toml_edit v0.19.15
20032026-05-27T23:52:46.650Z Compiling dtrace-parser v0.3.0
20042026-05-27T23:52:46.724Z Compiling pin-project-internal v1.1.11
20052026-05-27T23:52:46.775Z Compiling daft-derive v0.1.7
20062026-05-27T23:52:46.828Z Compiling spin v0.9.8
20072026-05-27T23:52:46.831Z Compiling thread-id v4.2.2
20082026-05-27T23:52:46.875Z Compiling thread-id v5.1.0
20092026-05-27T23:52:46.977Z Compiling cfg_aliases v0.2.1
20102026-05-27T23:52:47.061Z Compiling num-bigint-dig v0.8.6
20112026-05-27T23:52:47.079Z Compiling powerfmt v0.2.0
20122026-05-27T23:52:47.148Z Compiling smoltcp v0.9.1
20132026-05-27T23:52:47.272Z Compiling deranged v0.5.8
20142026-05-27T23:52:47.289Z Compiling nix v0.31.2
20152026-05-27T23:52:47.493Z Compiling darling v0.20.11
20162026-05-27T23:52:47.595Z Compiling hyper-util v0.1.20
20172026-05-27T23:52:47.886Z Compiling rustls-native-certs v0.8.3
20182026-05-27T23:52:47.905Z Compiling ipnetwork v0.21.1
20192026-05-27T23:52:48.262Z Compiling strum_macros v0.26.4
20202026-05-27T23:52:48.341Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-27T23:52:48.485Z Compiling sync_wrapper v1.0.2
20222026-05-27T23:52:48.614Z Compiling wait-timeout v0.2.1
20232026-05-27T23:52:48.879Z Compiling siphasher v1.0.2
20242026-05-27T23:52:48.920Z Compiling anstyle v1.0.13
20252026-05-27T23:52:48.935Z Compiling quick-error v1.2.3
20262026-05-27T23:52:49.060Z Compiling utf8parse v0.2.2
20272026-05-27T23:52:49.084Z Compiling num_threads v0.1.7
20282026-05-27T23:52:49.188Z Compiling bit-vec v0.8.0
20292026-05-27T23:52:49.279Z Compiling simd-adler32 v0.3.8
20302026-05-27T23:52:49.296Z Compiling time v0.3.47
20312026-05-27T23:52:49.311Z Compiling anstyle-parse v0.2.7
20322026-05-27T23:52:49.418Z Compiling bit-set v0.8.0
20332026-05-27T23:52:49.551Z Compiling rusty-fork v0.3.1
20342026-05-27T23:52:49.569Z Compiling tower v0.5.3
20352026-05-27T23:52:49.880Z Compiling derive_builder_core v0.20.2
20362026-05-27T23:52:50.113Z Compiling http-body-util v0.1.3
20372026-05-27T23:52:50.458Z Compiling webpki-roots v1.0.6
20382026-05-27T23:52:50.473Z Compiling rand_xorshift v0.4.0
20392026-05-27T23:52:50.548Z Compiling signature v2.2.0
20402026-05-27T23:52:50.598Z Compiling hubpack_derive v0.1.1
20412026-05-27T23:52:50.635Z Compiling strum_macros v0.27.2
20422026-05-27T23:52:50.695Z Compiling snafu-derive v0.8.9
20432026-05-27T23:52:50.738Z Compiling fs-err v3.3.0
20442026-05-27T23:52:50.837Z Compiling ahash v0.8.12
20452026-05-27T23:52:50.881Z Compiling encoding_rs v0.8.35
20462026-05-27T23:52:50.985Z Compiling allocator-api2 v0.2.21
20472026-05-27T23:52:51.069Z Compiling unicode-properties v0.1.4
20482026-05-27T23:52:51.192Z Compiling colorchoice v1.0.4
20492026-05-27T23:52:51.301Z Compiling ryu v1.0.23
20502026-05-27T23:52:51.335Z Compiling unarray v0.1.4
20512026-05-27T23:52:51.339Z Compiling object v0.37.3
20522026-05-27T23:52:51.367Z Compiling adler2 v2.0.1
20532026-05-27T23:52:51.428Z Compiling is_terminal_polyfill v1.70.2
20542026-05-27T23:52:51.492Z Compiling unicode-segmentation v1.12.0
20552026-05-27T23:52:51.530Z Compiling iri-string v0.7.10
20562026-05-27T23:52:51.546Z Compiling mime v0.3.17
20572026-05-27T23:52:51.619Z Compiling unicode-bidi v0.3.18
20582026-05-27T23:52:51.634Z Compiling anstyle-query v1.1.5
20592026-05-27T23:52:51.649Z Compiling serde_urlencoded v0.7.1
20602026-05-27T23:52:51.712Z Compiling miniz_oxide v0.8.9
20612026-05-27T23:52:51.762Z Compiling anstream v0.6.21
20622026-05-27T23:52:51.951Z Compiling proptest v1.10.0
20632026-05-27T23:52:52.039Z Compiling stringprep v0.1.5
20642026-05-27T23:52:52.301Z Compiling derive_builder_macro v0.20.2
20652026-05-27T23:52:52.393Z Compiling tokio-native-tls v0.3.1
20662026-05-27T23:52:52.457Z Compiling usdt-attr-macro v0.6.0
20672026-05-27T23:52:52.529Z Compiling usdt-macro v0.6.0
20682026-05-27T23:52:52.743Z Compiling tower-http v0.6.8
20692026-05-27T23:52:53.032Z Compiling rand_chacha v0.3.1
20702026-05-27T23:52:53.049Z Compiling erased-serde v0.3.31
20712026-05-27T23:52:53.068Z Compiling md-5 v0.10.6
20722026-05-27T23:52:53.189Z Compiling bstr v1.12.1
20732026-05-27T23:52:53.256Z Compiling num-integer v0.1.46
20742026-05-27T23:52:53.275Z Compiling hash32 v0.2.1
20752026-05-27T23:52:53.307Z Compiling vergen-lib v9.1.0
20762026-05-27T23:52:53.422Z Compiling ff v0.13.1
20772026-05-27T23:52:53.514Z Compiling psl-types v2.0.11
20782026-05-27T23:52:53.566Z Compiling fallible-iterator v0.2.0
20792026-05-27T23:52:53.583Z Compiling zlib-rs v0.6.2
20802026-05-27T23:52:53.635Z Compiling base16ct v0.2.0
20812026-05-27T23:52:53.680Z Compiling publicsuffix v2.3.0
20822026-05-27T23:52:53.788Z Compiling sec1 v0.7.3
20832026-05-27T23:52:53.823Z Compiling group v0.13.0
20842026-05-27T23:52:53.882Z Compiling postgres-protocol v0.6.10
20852026-05-27T23:52:53.901Z Compiling num-iter v0.1.45
20862026-05-27T23:52:54.017Z Compiling newtype-uuid v1.3.2
20872026-05-27T23:52:54.334Z Compiling rand v0.8.6
20882026-05-27T23:52:54.747Z Compiling oxnet v0.1.4
20892026-05-27T23:52:54.821Z Compiling derive_builder v0.20.2
20902026-05-27T23:52:54.836Z Compiling hyper-tls v0.6.0
20912026-05-27T23:52:54.978Z Compiling heck v0.4.1
20922026-05-27T23:52:55.030Z Compiling phf_shared v0.13.1
20932026-05-27T23:52:55.064Z Compiling pin-project v1.1.11
20942026-05-27T23:52:55.126Z Compiling lazy_static v1.5.0
20952026-05-27T23:52:55.258Z Compiling terminal_size v0.4.3
20962026-05-27T23:52:55.277Z Compiling serde_with_macros v3.17.0
20972026-05-27T23:52:55.294Z Compiling futures-executor v0.3.32
20982026-05-27T23:52:55.317Z Compiling hex v0.4.3
20992026-05-27T23:52:55.416Z Compiling hkdf v0.12.4
21002026-05-27T23:52:55.532Z Compiling crypto-bigint v0.5.5
21012026-05-27T23:52:55.552Z Compiling async-recursion v1.1.1
21022026-05-27T23:52:55.587Z Compiling serde_repr v0.1.20
21032026-05-27T23:52:55.653Z Compiling enum-as-inner v0.6.1
21042026-05-27T23:52:55.664Z Compiling clap_derive v4.5.55
21052026-05-27T23:52:55.736Z Compiling flate2 v1.1.9
21062026-05-27T23:52:55.989Z Compiling vergen v9.1.0
21072026-05-27T23:52:56.005Z Compiling cargo-platform v0.3.2
21082026-05-27T23:52:56.141Z Compiling bitflags v1.3.2
21092026-05-27T23:52:56.169Z Compiling managed v0.8.0
21102026-05-27T23:52:56.185Z Compiling foldhash v0.2.0
21112026-05-27T23:52:56.219Z Compiling foldhash v0.1.5
21122026-05-27T23:52:56.242Z Compiling same-file v1.0.6
21132026-05-27T23:52:56.280Z Compiling bumpalo v3.20.2
21142026-05-27T23:52:56.408Z Compiling clap_lex v1.0.0
21152026-05-27T23:52:56.408Z Compiling libbz2-rs-sys v0.2.2
21162026-05-27T23:52:56.519Z Compiling zopfli v0.8.3
21172026-05-27T23:52:56.543Z Compiling elliptic-curve v0.13.8
21182026-05-27T23:52:56.600Z Compiling clap_builder v4.5.60
21192026-05-27T23:52:56.649Z Compiling hashbrown v0.15.5
21202026-05-27T23:52:56.910Z Compiling bzip2 v0.6.1
21212026-05-27T23:52:56.987Z Compiling walkdir v2.5.0
21222026-05-27T23:52:57.018Z Compiling hashbrown v0.16.1
21232026-05-27T23:52:57.158Z Compiling cargo_metadata v0.23.1
21242026-05-27T23:52:57.288Z Compiling futures v0.3.32
21252026-05-27T23:52:57.459Z Compiling phf v0.13.1
21262026-05-27T23:52:57.625Z Compiling snafu v0.8.9
21272026-05-27T23:52:57.646Z Compiling daft v0.1.7
21282026-05-27T23:52:57.678Z Compiling zstd v0.13.3
21292026-05-27T23:52:57.709Z Compiling signal-hook-mio v0.2.5
21302026-05-27T23:52:57.944Z Compiling cookie_store v0.22.1
21312026-05-27T23:52:57.959Z Compiling postgres-types v0.2.12
21322026-05-27T23:52:57.978Z Compiling bzip2 v0.4.4
21332026-05-27T23:52:58.170Z Compiling globset v0.4.18
21342026-05-27T23:52:58.407Z Compiling strum v0.27.2
21352026-05-27T23:52:58.482Z Compiling hubpack v0.1.2
21362026-05-27T23:52:58.561Z Compiling ed25519 v2.2.3
21372026-05-27T23:52:58.583Z Compiling phf_shared v0.11.3
21382026-05-27T23:52:58.668Z Compiling crossbeam-epoch v0.9.18
21392026-05-27T23:52:58.746Z Compiling olpc-cjson v0.1.4
21402026-05-27T23:52:58.765Z Compiling pkcs1 v0.7.5
21412026-05-27T23:52:58.808Z Compiling pem v3.0.6
21422026-05-27T23:52:58.937Z Compiling serde-big-array v0.5.1
21432026-05-27T23:52:58.948Z Compiling serde_plain v1.0.2
21442026-05-27T23:52:58.967Z Compiling rfc6979 v0.4.0
21452026-05-27T23:52:59.062Z Compiling float-cmp v0.10.0
21462026-05-27T23:52:59.097Z Compiling memmap2 v0.9.10
21472026-05-27T23:52:59.115Z Compiling env_filter v1.0.0
21482026-05-27T23:52:59.120Z Compiling whoami v2.1.0
21492026-05-27T23:52:59.150Z Compiling static_assertions v1.1.0
21502026-05-27T23:52:59.153Z Compiling fixedbitset v0.5.7
21512026-05-27T23:52:59.197Z Compiling new_debug_unreachable v1.0.6
21522026-05-27T23:52:59.228Z Compiling predicates-core v1.0.10
21532026-05-27T23:52:59.249Z Compiling typed-path v0.9.3
21542026-05-27T23:52:59.304Z Compiling normalize-line-endings v0.3.0
21552026-05-27T23:52:59.326Z Compiling precomputed-hash v0.1.1
21562026-05-27T23:52:59.349Z Compiling jiff v0.2.21
21572026-05-27T23:52:59.363Z Compiling data-encoding v2.10.0
21582026-05-27T23:52:59.410Z Compiling fixedbitset v0.4.2
21592026-05-27T23:52:59.424Z Compiling keccak v0.1.6
21602026-05-27T23:52:59.427Z Compiling difflib v0.4.0
21612026-05-27T23:52:59.472Z Compiling toml_write v0.1.2
21622026-05-27T23:52:59.486Z Compiling string_cache v0.8.9
21632026-05-27T23:52:59.625Z Compiling sha3 v0.10.8
21642026-05-27T23:52:59.665Z Compiling toml_edit v0.22.27
21652026-05-27T23:52:59.716Z Compiling predicates v3.1.4
21662026-05-27T23:52:59.732Z Compiling hickory-proto v0.25.2
21672026-05-27T23:52:59.751Z Compiling petgraph v0.6.5
21682026-05-27T23:52:59.922Z Compiling petgraph v0.8.3
21692026-05-27T23:52:59.938Z Compiling tokio-postgres v0.7.16
21702026-05-27T23:53:00.312Z Compiling env_logger v0.11.9
21712026-05-27T23:53:00.463Z Compiling usdt v0.6.0
21722026-05-27T23:53:00.570Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21732026-05-27T23:53:00.659Z Compiling ecdsa v0.16.9
21742026-05-27T23:53:00.729Z Compiling rsa v0.9.10
21752026-05-27T23:53:01.255Z Compiling ed25519-dalek v2.2.0
21762026-05-27T23:53:01.626Z Compiling crossterm v0.28.1
21772026-05-27T23:53:01.682Z Compiling zip v0.6.6
21782026-05-27T23:53:01.880Z Compiling clap v4.5.60
21792026-05-27T23:53:02.038Z Compiling zip v4.6.1
21802026-05-27T23:53:02.058Z Compiling iddqd v0.4.2
21812026-05-27T23:53:02.539Z Compiling serde_with v3.17.0
21822026-05-27T23:53:02.562Z Compiling similar v2.7.0
21832026-05-27T23:53:02.576Z Compiling strum v0.26.3
21842026-05-27T23:53:02.725Z Compiling toml v0.7.8
21852026-05-27T23:53:02.833Z Compiling tokio-stream v0.1.18
21862026-05-27T23:53:03.021Z Compiling itertools v0.13.0
21872026-05-27T23:53:03.128Z Compiling buf-list v1.1.2
21882026-05-27T23:53:03.323Z Compiling x509-cert v0.2.5
21892026-05-27T23:53:03.392Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-05-27T23:53:03.409Z Compiling openapiv3 v2.2.0
21912026-05-27T23:53:03.700Z Compiling sha1 v0.10.6
21922026-05-27T23:53:03.971Z Compiling peg-runtime v0.8.5
21932026-05-27T23:53:04.003Z Compiling lalrpop-util v0.19.12
21942026-05-27T23:53:19.716Z Compiling rustls-webpki v0.103.9
21952026-05-27T23:53:20.608Z Compiling macaddr v1.0.1
21962026-05-27T23:53:20.813Z Compiling structmeta-derive v0.3.0
21972026-05-27T23:53:20.884Z Compiling rayon-core v1.13.0
21982026-05-27T23:53:20.914Z Compiling crucible-workspace-hack v0.1.0
21992026-05-27T23:53:21.113Z Compiling itertools v0.14.0
22002026-05-27T23:53:21.147Z Compiling secrecy v0.10.3
22012026-05-27T23:53:21.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-27T23:53:21.179Z Compiling rustls v0.22.4
22032026-05-27T23:53:21.222Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-05-27T23:53:21.350Z Compiling heapless v0.8.0
22052026-05-27T23:53:21.403Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-27T23:53:21.558Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-27T23:53:21.579Z Compiling crossbeam-deque v0.8.6
22082026-05-27T23:53:21.656Z Compiling rustls-webpki v0.102.8
22092026-05-27T23:53:21.729Z Compiling hash32 v0.3.1
22102026-05-27T23:53:21.782Z Compiling multer v3.1.0
22112026-05-27T23:53:21.804Z Compiling thread_local v1.1.9
22122026-05-27T23:53:21.822Z Compiling structmeta v0.3.0
22132026-05-27T23:53:21.840Z Compiling match_cfg v0.1.0
22142026-05-27T23:53:21.859Z Compiling slog-async v2.8.0
22152026-05-27T23:53:21.912Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-05-27T23:53:21.933Z Compiling unicode-width v0.2.0
22172026-05-27T23:53:22.006Z Compiling smoltcp v0.11.0
22182026-05-27T23:53:22.051Z Compiling compression-core v0.4.31
22192026-05-27T23:53:22.178Z Compiling compression-codecs v0.4.37
22202026-05-27T23:53:22.215Z Compiling derive-ex v0.1.8
22212026-05-27T23:53:22.248Z Compiling proc-macro-crate v3.4.0
22222026-05-27T23:53:22.268Z Compiling hostname v0.3.1
22232026-05-27T23:53:22.393Z Compiling slog-json v2.6.1
22242026-05-27T23:53:22.409Z Compiling ingot-macros v0.1.1
22252026-05-27T23:53:22.450Z Compiling crossbeam-channel v0.5.15
22262026-05-27T23:53:22.569Z Compiling half v2.7.1
22272026-05-27T23:53:22.670Z Compiling newtype-uuid-macros v0.1.0
22282026-05-27T23:53:22.704Z Compiling cobs v0.3.0
22292026-05-27T23:53:22.806Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-27T23:53:22.942Z Compiling universal-hash v0.5.1
22312026-05-27T23:53:23.002Z Compiling async-stream-impl v0.3.6
22322026-05-27T23:53:23.108Z Compiling serde_spanned v1.0.4
22332026-05-27T23:53:23.158Z Compiling toml_datetime v1.0.0+spec-1.1.0
22342026-05-27T23:53:23.296Z Compiling is-terminal v0.4.17
22352026-05-27T23:53:23.412Z Compiling dropshot v0.17.0
22362026-05-27T23:53:23.415Z Compiling proc-macro-error-attr v1.0.4
22372026-05-27T23:53:23.507Z Compiling ciborium-io v0.2.2
22382026-05-27T23:53:23.592Z Compiling tokio-rustls v0.26.4
22392026-05-27T23:53:23.617Z Compiling rustls-platform-verifier v0.6.2
22402026-05-27T23:53:23.633Z Compiling term v1.2.1
22412026-05-27T23:53:23.648Z Compiling opaque-debug v0.3.1
22422026-05-27T23:53:23.663Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-05-27T23:53:23.743Z Compiling convert_case v0.4.0
22442026-05-27T23:53:23.770Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-27T23:53:23.854Z Compiling hyper-rustls v0.27.7
22462026-05-27T23:53:23.878Z Compiling take_mut v0.2.2
22472026-05-27T23:53:23.894Z Compiling thiserror-no-std v2.0.2
22482026-05-27T23:53:23.908Z Compiling toml v1.0.6+spec-1.1.0
22492026-05-27T23:53:23.952Z Compiling slog-term v2.9.2
22502026-05-27T23:53:24.026Z Compiling test-strategy v0.4.5
22512026-05-27T23:53:24.030Z Compiling poly1305 v0.8.0
22522026-05-27T23:53:24.065Z Compiling derive_more v0.99.20
22532026-05-27T23:53:24.189Z Compiling reqwest v0.12.28
22542026-05-27T23:53:24.702Z Compiling reqwest v0.13.2
22552026-05-27T23:53:24.889Z Compiling tokio-rustls v0.25.0
22562026-05-27T23:53:25.069Z Compiling ingot-types v0.1.2
22572026-05-27T23:53:25.255Z Compiling ciborium-ll v0.2.2
22582026-05-27T23:53:25.273Z Compiling async-stream v0.3.6
22592026-05-27T23:53:25.301Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-05-27T23:53:25.328Z Compiling postcard v1.1.3
22612026-05-27T23:53:25.479Z Compiling num_enum_derive v0.7.5
22622026-05-27T23:53:25.500Z Compiling ingot v0.1.1
22632026-05-27T23:53:25.555Z Compiling slog-bunyan v2.5.0
22642026-05-27T23:53:25.571Z Compiling async-compression v0.4.41
22652026-05-27T23:53:25.772Z Compiling parse-display-derive v0.10.0
22662026-05-27T23:53:26.124Z Compiling tough v0.22.0
22672026-05-27T23:53:26.348Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-05-27T23:53:26.374Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-27T23:53:26.495Z Compiling proc-macro-crate v1.3.1
22702026-05-27T23:53:26.641Z Compiling backon v1.6.0
22712026-05-27T23:53:26.860Z Compiling waitgroup v0.1.2
22722026-05-27T23:53:26.980Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22732026-05-27T23:53:27.013Z Compiling password-hash v0.5.0
22742026-05-27T23:53:27.022Z Compiling chacha20 v0.9.1
22752026-05-27T23:53:27.099Z Compiling dropshot_endpoint v0.17.0
22762026-05-27T23:53:27.289Z Compiling rustls-pemfile v2.2.0
22772026-05-27T23:53:27.318Z Compiling blake2 v0.10.6
22782026-05-27T23:53:27.630Z Compiling aead v0.5.2
22792026-05-27T23:53:27.684Z Compiling foreign-types-macros v0.2.3
22802026-05-27T23:53:27.813Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-27T23:53:27.840Z Compiling serde_path_to_error v0.1.20
22822026-05-27T23:53:27.860Z Compiling hostname v0.4.2
22832026-05-27T23:53:27.971Z Compiling proc-macro-error v1.0.4
22842026-05-27T23:53:28.057Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-05-27T23:53:28.075Z Compiling instant v0.1.13
22862026-05-27T23:53:28.091Z Compiling cpufeatures v0.3.0
22872026-05-27T23:53:28.176Z Compiling foreign-types-shared v0.3.1
22882026-05-27T23:53:28.191Z Compiling typeid v1.0.3
22892026-05-27T23:53:28.209Z Compiling debug-ignore v1.0.5
22902026-05-27T23:53:28.250Z Compiling backoff v0.4.0
22912026-05-27T23:53:28.301Z Compiling chacha20 v0.10.0
22922026-05-27T23:53:28.320Z Compiling foreign-types v0.5.0
22932026-05-27T23:53:28.323Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-05-27T23:53:28.353Z Compiling chacha20poly1305 v0.10.1
22952026-05-27T23:53:28.356Z Compiling argon2 v0.5.3
22962026-05-27T23:53:28.384Z Compiling parse-display v0.10.0
22972026-05-27T23:53:28.401Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22982026-05-27T23:53:28.422Z Compiling num_enum_derive v0.5.11
22992026-05-27T23:53:28.502Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-27T23:53:28.506Z Compiling num_enum v0.7.5
23012026-05-27T23:53:28.538Z Compiling ciborium v0.2.2
23022026-05-27T23:53:28.673Z Compiling vsss-rs v3.3.4
23032026-05-27T23:53:28.764Z Compiling tabwriter v1.4.1
23042026-05-27T23:53:28.885Z Compiling regress v0.10.5
23052026-05-27T23:53:29.154Z Compiling byte-wrapper v0.1.0
23062026-05-27T23:53:29.276Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-05-27T23:53:29.311Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-27T23:53:29.389Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-05-27T23:53:29.426Z Compiling cstr-argument v0.1.2
23102026-05-27T23:53:29.443Z Compiling humantime v2.3.0
23112026-05-27T23:53:29.617Z Compiling erased-serde v0.4.9
23122026-05-27T23:53:29.712Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-05-27T23:53:29.782Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-27T23:53:29.962Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-27T23:53:30.037Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-05-27T23:53:30.055Z Compiling num_enum v0.5.11
23172026-05-27T23:53:30.092Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-05-27T23:53:30.117Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-05-27T23:53:30.137Z Compiling rand v0.10.0
23202026-05-27T23:53:30.197Z Compiling rayon v1.11.0
23212026-05-27T23:53:30.274Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-27T23:53:30.290Z Compiling libefi-sys v0.1.0
23232026-05-27T23:53:30.357Z Compiling indent_write v2.2.0
23242026-05-27T23:53:30.372Z Compiling colored v3.1.1
23252026-05-27T23:53:30.483Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23262026-05-27T23:53:30.543Z Compiling zone_cfg_derive v0.3.1
23272026-05-27T23:53:30.560Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-05-27T23:53:30.611Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-27T23:53:30.629Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23302026-05-27T23:53:30.673Z Compiling camino-tempfile v1.4.1
23312026-05-27T23:53:30.871Z Compiling itertools v0.12.1
23322026-05-27T23:53:30.974Z Compiling usdt-macro v0.5.0
23332026-05-27T23:53:31.093Z Compiling usdt-attr-macro v0.5.0
23342026-05-27T23:53:31.113Z Compiling num-derive v0.4.2
23352026-05-27T23:53:31.196Z Compiling bitfield-struct v0.6.2
23362026-05-27T23:53:31.199Z Compiling blake3 v1.8.3
23372026-05-27T23:53:31.226Z Compiling ordered-float v2.10.1
23382026-05-27T23:53:31.529Z Compiling sigpipe v0.1.3
23392026-05-27T23:53:31.602Z Compiling memmap v0.7.0
23402026-05-27T23:53:31.650Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-27T23:53:31.685Z Compiling swrite v0.1.0
23422026-05-27T23:53:31.832Z Compiling glob v0.3.3
23432026-05-27T23:53:31.872Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-05-27T23:53:31.888Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-27T23:53:31.903Z Compiling usdt v0.5.0
23462026-05-27T23:53:32.036Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-05-27T23:53:32.213Z Compiling zone v0.3.1
23482026-05-27T23:53:32.349Z Compiling serde-value v0.7.0
23492026-05-27T23:53:32.423Z Compiling serde-untagged v0.1.9
23502026-05-27T23:53:32.456Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23512026-05-27T23:53:32.739Z Compiling toml v0.8.23
23522026-05-27T23:53:32.777Z Compiling smf v0.2.3
23532026-05-27T23:53:32.793Z Compiling filetime v0.2.27
23542026-05-27T23:53:32.796Z Compiling arrayvec v0.7.6
23552026-05-27T23:53:32.796Z Compiling arrayref v0.3.9
23562026-05-27T23:53:32.839Z Compiling unicode-xid v0.2.6
23572026-05-27T23:53:32.902Z Compiling xattr v1.6.1
23582026-05-27T23:53:32.996Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-27T23:53:32.996Z Compiling whoami v1.6.1
23602026-05-27T23:53:33.050Z Compiling constant_time_eq v0.4.2
23612026-05-27T23:53:33.067Z Compiling tar v0.4.45
23622026-05-27T23:53:33.070Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-05-27T23:53:33.100Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-27T23:53:33.121Z Compiling tokio-dtrace v0.1.1
23652026-05-27T23:53:33.265Z Compiling cargo-util-schemas v0.8.2
23662026-05-27T23:53:33.463Z Compiling console v0.16.2
23672026-05-27T23:53:33.492Z Compiling gethostname v0.5.0
23682026-05-27T23:53:33.648Z Compiling cargo-platform v0.2.0
23692026-05-27T23:53:33.747Z Compiling topological-sort v0.2.2
23702026-05-27T23:53:33.780Z Compiling unit-prefix v0.5.2
23712026-05-27T23:53:33.811Z Compiling oxide-tokio-rt v0.1.4
23722026-05-27T23:53:33.952Z Compiling indicatif v0.18.4
23732026-05-27T23:53:33.967Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-05-27T23:53:33.970Z Compiling shell-words v1.1.1
23752026-05-27T23:53:34.453Z Compiling cargo_metadata v0.21.0
23762026-05-27T23:53:43.706Z Compiling progenitor-client v0.10.0
23772026-05-27T23:53:43.706Z Compiling omicron-zone-package v0.12.2
23782026-05-27T23:53:43.753Z Compiling progenitor-client v0.14.0
23792026-05-27T23:53:44.223Z Compiling progenitor-extras v0.2.0
23802026-05-27T23:53:46.611Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-27T23:53:46.639Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-27T23:53:46.660Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-27T23:53:46.679Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-05-27T23:53:46.774Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-05-27T23:53:46.793Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-27T23:53:46.906Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-05-27T23:53:46.949Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-05-27T23:53:46.985Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-05-27T23:53:51.002Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-27T23:53:58.730Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-27T23:54:01.879Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-27T23:54:02.872Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-27T23:54:12.569Z Finished `release` profile [optimized] target(s) in 1m 45s
23942026-05-27T23:54:12.720Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-27T23:54:12.782ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-27T23:54:12.785ZCreated new build target 'test' and set it as active
23972026-05-27T23:54:12.785Z
23982026-05-27T23:54:12.785Zreal 1:45.614270625
23992026-05-27T23:54:12.785Zuser 17:17.482218956
24002026-05-27T23:54:12.785Zsys 2:41.670737521
24012026-05-27T23:54:12.785Ztrap 0.479021298
24022026-05-27T23:54:12.785Ztflt 2.926874000
24032026-05-27T23:54:12.785Zdflt 4.184957062
24042026-05-27T23:54:12.785Zkflt 0.000475500
24052026-05-27T23:54:12.785Zlock 53:54.440051577
24062026-05-27T23:54:12.785Zslp 44:05.769298820
24072026-05-27T23:54:12.785Zlat 44.305057395
24082026-05-27T23:54:12.785Zstop 5:31.093982316
24092026-05-27T23:54:12.789Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-27T23:54:13.686Z Finished `release` profile [optimized] target(s) in 0.89s
24112026-05-27T23:54:13.758Z Running `target/release/omicron-package -t test package`
24122026-05-27T23:54:13.818ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-27T23:54:15.263Z Compiling heck v0.5.0
24142026-05-27T23:54:15.266Z Compiling regress v0.11.1
24152026-05-27T23:54:15.484Z Compiling unsafe-libyaml v0.2.11
24162026-05-27T23:54:15.523Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-27T23:54:15.547Z Compiling regress v0.10.5
24182026-05-27T23:54:15.569Z Compiling is-terminal v0.4.17
24192026-05-27T23:54:15.586Z Compiling unicode-width v0.1.14
24202026-05-27T23:54:15.589Z Compiling prettyplease v0.2.37
24212026-05-27T23:54:15.589Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-27T23:54:15.589Z Compiling bytecount v0.6.9
24232026-05-27T23:54:15.589Z Compiling rustls v0.22.4
24242026-05-27T23:54:15.589Z Compiling rustls-webpki v0.102.8
24252026-05-27T23:54:15.589Z Compiling derive-where v1.6.0
24262026-05-27T23:54:15.605Z Compiling thread_local v1.1.9
24272026-05-27T23:54:15.624Z Compiling compression-core v0.4.31
24282026-05-27T23:54:15.731Z Compiling match_cfg v0.1.0
24292026-05-27T23:54:15.796Z Compiling multer v3.1.0
24302026-05-27T23:54:15.821Z Compiling slog-async v2.8.0
24312026-05-27T23:54:15.892Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-05-27T23:54:15.896Z Compiling compression-codecs v0.4.37
24332026-05-27T23:54:15.896Z Compiling crossbeam-channel v0.5.15
24342026-05-27T23:54:15.896Z Compiling hostname v0.3.1
24352026-05-27T23:54:15.938Z Compiling slog-json v2.6.1
24362026-05-27T23:54:15.964Z Compiling serde_spanned v1.0.4
24372026-05-27T23:54:15.967Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-27T23:54:16.010Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-27T23:54:16.048Z Compiling take_mut v0.2.2
24402026-05-27T23:54:16.120Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-05-27T23:54:16.145Z Compiling term v1.2.1
24422026-05-27T23:54:16.164Z Compiling slog-bunyan v2.5.0
24432026-05-27T23:54:16.190Z Compiling async-compression v0.4.41
24442026-05-27T23:54:16.331Z Compiling toml v1.0.6+spec-1.1.0
24452026-05-27T23:54:16.354Z Compiling dropshot v0.17.0
24462026-05-27T23:54:16.374Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-05-27T23:54:16.377Z Compiling async-stream v0.3.6
24482026-05-27T23:54:16.422Z Compiling num-rational v0.4.2
24492026-05-27T23:54:16.522Z Compiling slog-term v2.9.2
24502026-05-27T23:54:16.544Z Compiling progenitor-client v0.14.0
24512026-05-27T23:54:16.600Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-27T23:54:16.668Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-27T23:54:16.672Z Compiling waitgroup v0.1.2
24542026-05-27T23:54:16.712Z Compiling rustls-pemfile v2.2.0
24552026-05-27T23:54:16.805Z Compiling backon v1.6.0
24562026-05-27T23:54:16.851Z Compiling num-complex v0.4.6
24572026-05-27T23:54:16.855Z Compiling serde_path_to_error v0.1.20
24582026-05-27T23:54:16.894Z Compiling hostname v0.4.2
24592026-05-27T23:54:16.919Z Compiling instant v0.1.13
24602026-05-27T23:54:16.939Z Compiling debug-ignore v1.0.5
24612026-05-27T23:54:17.033Z Compiling typify-impl v0.6.2
24622026-05-27T23:54:17.055Z Compiling backoff v0.4.0
24632026-05-27T23:54:17.076Z Compiling progenitor-extras v0.2.0
24642026-05-27T23:54:17.079Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-05-27T23:54:17.079Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-05-27T23:54:17.288Z Compiling num v0.4.3
24672026-05-27T23:54:17.328Z Compiling parse-display v0.10.0
24682026-05-27T23:54:17.351Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-27T23:54:17.388Z Compiling progenitor-client v0.10.0
24702026-05-27T23:54:17.413Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-27T23:54:17.416Z Compiling macaddr v1.0.1
24722026-05-27T23:54:17.459Z Compiling float-ord v0.3.2
24732026-05-27T23:54:17.485Z Compiling humantime v2.3.0
24742026-05-27T23:54:17.633Z Compiling console v0.15.11
24752026-05-27T23:54:17.688Z Compiling atomicwrites v0.4.4
24762026-05-27T23:54:17.715Z Compiling newline-converter v0.3.0
24772026-05-27T23:54:17.782Z Compiling progenitor-client v0.13.0
24782026-05-27T23:54:17.826Z Compiling slog-dtrace v0.3.0
24792026-05-27T23:54:17.880Z Compiling tokio-rustls v0.25.0
24802026-05-27T23:54:17.974Z Compiling resolv-conf v0.7.6
24812026-05-27T23:54:18.039Z Compiling expectorate v1.2.0
24822026-05-27T23:54:18.136Z Compiling owo-colors v4.3.0
24832026-05-27T23:54:18.139Z Compiling cancel-safe-futures v0.1.5
24842026-05-27T23:54:18.247Z Compiling toml v0.8.23
24852026-05-27T23:54:18.288Z Compiling libsw-core v0.3.2
24862026-05-27T23:54:18.370Z Compiling linear-map v1.2.0
24872026-05-27T23:54:18.547Z Compiling libsw v3.5.0
24882026-05-27T23:54:18.641Z Compiling linked-hash-map v0.5.6
24892026-05-27T23:54:18.683Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-27T23:54:18.767Z Compiling minimal-lexical v0.2.1
24912026-05-27T23:54:18.875Z Compiling lru-cache v0.1.2
24922026-05-27T23:54:18.897Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-27T23:54:18.900Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-27T23:54:18.942Z Compiling hickory-proto v0.24.4
24952026-05-27T23:54:19.003Z Compiling nom v7.1.3
24962026-05-27T23:54:19.027Z Compiling unicode-xid v0.2.6
24972026-05-27T23:54:19.046Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-05-27T23:54:19.049Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-05-27T23:54:19.180Z Compiling convert_case v0.10.0
25002026-05-27T23:54:19.479Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-05-27T23:54:19.547Z Compiling derive_more-impl v2.1.1
25022026-05-27T23:54:19.911Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-27T23:54:20.390Z Compiling derive_more v2.1.1
25042026-05-27T23:54:20.414Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-05-27T23:54:20.438Z Compiling papergrid v0.11.0
25062026-05-27T23:54:20.507Z Compiling tabled_derive v0.7.0
25072026-05-27T23:54:20.585Z Compiling termtree v0.5.1
25082026-05-27T23:54:20.607Z Compiling typify-macro v0.6.2
25092026-05-27T23:54:20.785Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-27T23:54:21.116Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-05-27T23:54:21.420Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-05-27T23:54:21.589Z Compiling hickory-resolver v0.24.4
25132026-05-27T23:54:21.693Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-05-27T23:54:21.803Z Compiling tabled v0.15.0
25152026-05-27T23:54:21.915Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-27T23:54:22.149Z Compiling typify v0.6.2
25172026-05-27T23:54:22.486Z Compiling progenitor-impl v0.14.0
25182026-05-27T23:54:22.907Z Compiling progenitor-impl v0.13.0
25192026-05-27T23:54:24.645Z Compiling progenitor-macro v0.14.0
25202026-05-27T23:54:24.953Z Compiling qorb v0.4.1
25212026-05-27T23:54:25.115Z Compiling progenitor-macro v0.13.0
25222026-05-27T23:54:26.640Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-27T23:54:27.281Z Compiling crossterm v0.29.0
25242026-05-27T23:54:27.370Z Compiling phf_shared v0.12.1
25252026-05-27T23:54:27.522Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-27T23:54:27.628Z Compiling vte v0.14.1
25272026-05-27T23:54:27.865Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282026-05-27T23:54:27.992Z Compiling csv-core v0.1.13
25292026-05-27T23:54:28.076Z Compiling chrono-tz v0.10.4
25302026-05-27T23:54:28.303Z Compiling highway v1.3.0
25312026-05-27T23:54:28.435Z Compiling csv v1.4.0
25322026-05-27T23:54:28.457Z Compiling strip-ansi-escapes v0.2.1
25332026-05-27T23:54:28.761Z Compiling progenitor v0.14.0
25342026-05-27T23:54:28.947Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-27T23:54:29.042Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-05-27T23:54:29.063Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-27T23:54:29.156Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-05-27T23:54:29.294Z Compiling progenitor v0.13.0
25392026-05-27T23:54:29.459Z Compiling phf v0.12.1
25402026-05-27T23:54:29.485Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-27T23:54:29.711Z Compiling const_format_proc_macros v0.2.34
25422026-05-27T23:54:29.815Z Compiling fd-lock v4.0.4
25432026-05-27T23:54:29.933Z Compiling peg-macros v0.8.5
25442026-05-27T23:54:29.993Z Compiling nu-ansi-term v0.50.3
25452026-05-27T23:54:30.392Z Compiling reedline v0.40.0
25462026-05-27T23:54:30.524Z Compiling const_format v0.2.35
25472026-05-27T23:54:31.026Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-27T23:54:31.241Z Compiling peg v0.8.5
25492026-05-27T23:54:31.347Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-27T23:54:32.064Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-05-27T23:54:32.099Z Compiling bcs v0.1.6
25522026-05-27T23:54:32.369Z Compiling semver v0.1.20
25532026-05-27T23:54:32.552Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-27T23:54:32.669Z Compiling rustc_version v0.1.7
25552026-05-27T23:54:32.815Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-27T23:54:32.941Z Compiling newtype_derive v0.1.6
25572026-05-27T23:54:33.097Z Compiling smawk v0.3.2
25582026-05-27T23:54:33.159Z Compiling unicode-linebreak v0.1.5
25592026-05-27T23:54:33.367Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-27T23:54:33.489Z Compiling textwrap v0.16.2
25612026-05-27T23:54:34.008Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-27T23:54:34.031Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-27T23:54:34.419Z Compiling base64 v0.21.7
25642026-05-27T23:54:34.570Z Compiling steno v0.4.1
25652026-05-27T23:54:35.173Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-27T23:54:35.230Z Compiling tagptr v0.2.0
25672026-05-27T23:54:35.466Z Compiling moka v0.12.13
25682026-05-27T23:54:35.537Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-05-27T23:54:35.704Z Compiling utf-8 v0.7.6
25702026-05-27T23:54:35.842Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-27T23:54:35.896Z Compiling radium v0.7.0
25722026-05-27T23:54:35.896Z Compiling tungstenite v0.21.0
25732026-05-27T23:54:35.941Z Compiling tap v1.0.1
25742026-05-27T23:54:35.984Z Compiling display-error-chain v0.2.2
25752026-05-27T23:54:36.119Z Compiling maybe-uninit v2.0.0
25762026-05-27T23:54:36.141Z Compiling wyz v0.5.1
25772026-05-27T23:54:36.450Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-05-27T23:54:36.492Z Compiling tokio-tungstenite v0.21.0
25792026-05-27T23:54:36.579Z Compiling hickory-resolver v0.25.2
25802026-05-27T23:54:36.707Z Compiling num-derive v0.3.3
25812026-05-27T23:54:36.870Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25822026-05-27T23:54:37.307Z Compiling zerocopy-derive v0.6.6
25832026-05-27T23:54:37.578Z Compiling proc-macro-error-attr2 v2.0.0
25842026-05-27T23:54:37.976Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25852026-05-27T23:54:38.016Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-27T23:54:38.058Z Compiling funty v2.0.0
25872026-05-27T23:54:38.110Z Compiling crc-catalog v2.4.0
25882026-05-27T23:54:38.239Z Compiling packed_struct v0.10.1
25892026-05-27T23:54:38.561Z Compiling bitvec v1.0.1
25902026-05-27T23:54:38.589Z Compiling crc v3.4.0
25912026-05-27T23:54:38.817Z Compiling zerocopy v0.6.6
25922026-05-27T23:54:39.006Z Compiling proc-macro-error2 v2.0.1
25932026-05-27T23:54:39.224Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-27T23:54:39.249Z Compiling libscf-sys v1.1.0
25952026-05-27T23:54:39.428Z Compiling packed_struct_codegen v0.10.1
25962026-05-27T23:54:39.452Z Compiling vergen-lib v0.1.6
25972026-05-27T23:54:39.719Z Compiling bitfield-macros v0.19.4
25982026-05-27T23:54:40.423Z Compiling indexmap v1.9.3
25992026-05-27T23:54:40.445Z Compiling nodrop v0.1.14
26002026-05-27T23:54:40.584Z Compiling array-init v0.0.4
26012026-05-27T23:54:40.637Z Compiling bitfield v0.19.4
26022026-05-27T23:54:40.737Z Compiling smallvec v0.6.14
26032026-05-27T23:54:40.909Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-05-27T23:54:40.983Z Compiling tabled_derive v0.11.0
26052026-05-27T23:54:41.026Z Compiling papergrid v0.17.0
26062026-05-27T23:54:41.173Z Compiling testing_table v0.3.0
26072026-05-27T23:54:41.608Z Compiling vergen-gitcl v1.0.8
26082026-05-27T23:54:41.616Z Compiling dirs-sys-next v0.1.2
26092026-05-27T23:54:41.845Z Compiling hashbrown v0.12.3
26102026-05-27T23:54:41.913Z Compiling crunchy v0.2.4
26112026-05-27T23:54:41.937Z Compiling glob v0.3.3
26122026-05-27T23:54:42.045Z Compiling diesel_derives v2.3.7
26132026-05-27T23:54:42.080Z Compiling maplit v1.0.2
26142026-05-27T23:54:42.216Z Compiling tabled v0.20.0
26152026-05-27T23:54:42.247Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-05-27T23:54:42.327Z Compiling clang-sys v1.8.1
26172026-05-27T23:54:42.354Z Compiling dirs-next v2.0.0
26182026-05-27T23:54:42.477Z Compiling serde-hex v0.1.0
26192026-05-27T23:54:42.719Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-27T23:54:42.849Z Compiling ron v0.8.1
26212026-05-27T23:54:42.963Z Compiling hashbrown v0.13.2
26222026-05-27T23:54:42.982Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-27T23:54:43.117Z Compiling dsl_auto_type v0.2.0
26242026-05-27T23:54:43.247Z Compiling scheduled-thread-pool v0.2.7
26252026-05-27T23:54:43.572Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-27T23:54:43.662Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-27T23:54:43.795Z Compiling tiny-keccak v2.0.2
26282026-05-27T23:54:43.847Z Compiling crc-any v2.5.0
26292026-05-27T23:54:43.967Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-27T23:54:44.074Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-05-27T23:54:44.278Z Compiling object v0.30.4
26322026-05-27T23:54:44.374Z Compiling r2d2 v0.8.10
26332026-05-27T23:54:44.603Z Compiling term v0.7.0
26342026-05-27T23:54:44.808Z Compiling bit-vec v0.6.3
26352026-05-27T23:54:44.819Z Compiling xshell-macros v0.2.7
26362026-05-27T23:54:44.985Z Compiling path-slash v0.1.5
26372026-05-27T23:54:45.045Z Compiling downcast-rs v2.0.2
26382026-05-27T23:54:45.142Z Compiling bit-set v0.5.3
26392026-05-27T23:54:45.174Z Compiling ascii-canvas v3.0.0
26402026-05-27T23:54:45.212Z Compiling xshell v0.2.7
26412026-05-27T23:54:45.346Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-05-27T23:54:45.435Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-05-27T23:54:45.520Z Compiling itertools v0.10.5
26442026-05-27T23:54:45.938Z Compiling ena v0.14.4
26452026-05-27T23:54:46.141Z Compiling libloading v0.8.9
26462026-05-27T23:54:46.179Z Compiling unicase v2.9.0
26472026-05-27T23:54:46.371Z Compiling bindgen v0.71.1
26482026-05-27T23:54:46.497Z Compiling diff v0.1.13
26492026-05-27T23:54:46.566Z Compiling crc8 v0.1.1
26502026-05-27T23:54:46.664Z Compiling regex-syntax v0.6.29
26512026-05-27T23:54:46.711Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-05-27T23:54:46.768Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-27T23:54:46.814Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-27T23:54:47.400Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-05-27T23:54:47.741Z Compiling cexpr v0.6.0
26562026-05-27T23:54:47.919Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-05-27T23:54:48.051Z Compiling lalrpop v0.19.12
26582026-05-27T23:54:48.158Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-05-27T23:54:48.341Z Compiling rustc-hash v2.1.1
26602026-05-27T23:54:48.418Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-05-27T23:54:48.445Z Compiling headers-core v0.3.0
26622026-05-27T23:54:48.655Z Compiling libxml v0.3.3
26632026-05-27T23:54:48.695Z Compiling headers v0.4.1
26642026-05-27T23:54:48.837Z Compiling diesel v2.3.7
26652026-05-27T23:54:48.972Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26662026-05-27T23:54:49.124Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26672026-05-27T23:54:49.148Z Compiling typify-impl v0.4.3
26682026-05-27T23:54:49.486Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-05-27T23:54:49.773Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-05-27T23:54:49.798Z Compiling strum_macros v0.24.3
26712026-05-27T23:54:50.173Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-05-27T23:54:50.364Z Compiling git-stub v1.0.0
26732026-05-27T23:54:50.387Z Compiling indoc v1.0.9
26742026-05-27T23:54:50.642Z Compiling git-stub-vcs v0.1.0
26752026-05-27T23:54:50.843Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-27T23:54:51.006Z Compiling derive_builder v0.20.2
26772026-05-27T23:54:51.071Z Compiling oso-derive v0.27.3
26782026-05-27T23:54:51.107Z Compiling quick-xml v0.37.5
26792026-05-27T23:54:51.181Z Compiling impl-trait-for-tuples v0.2.3
26802026-05-27T23:54:51.590Z Compiling openssl-probe v0.1.6
26812026-05-27T23:54:51.941Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-05-27T23:54:52.422Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-05-27T23:54:52.457Z Compiling half v1.8.3
26842026-05-27T23:54:52.648Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-05-27T23:54:52.709Z Compiling typify-macro v0.4.3
26862026-05-27T23:54:52.879Z Compiling serde_cbor v0.11.2
26872026-05-27T23:54:52.909Z Compiling bb8 v0.8.6
26882026-05-27T23:54:53.035Z Compiling trait-variant v0.1.2
26892026-05-27T23:54:53.255Z Compiling samael v0.0.19
26902026-05-27T23:54:53.350Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-05-27T23:54:53.373Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-05-27T23:54:53.625Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-05-27T23:54:53.728Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-05-27T23:54:53.898Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-05-27T23:54:53.995Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-27T23:54:54.180Z Compiling fxhash v0.2.1
26972026-05-27T23:54:54.241Z Compiling typify v0.4.3
26982026-05-27T23:54:54.353Z Compiling libz-sys v1.1.24
26992026-05-27T23:54:54.391Z Compiling progenitor-impl v0.11.2
27002026-05-27T23:54:54.419Z Compiling salty v0.3.0
27012026-05-27T23:54:54.726Z Compiling nonempty v0.12.0
27022026-05-27T23:54:54.966Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-05-27T23:54:55.029Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27042026-05-27T23:54:55.154Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-05-27T23:54:55.211Z Compiling progenitor-client v0.11.2
27062026-05-27T23:54:55.418Z Compiling kstat-rs v0.2.4
27072026-05-27T23:54:55.636Z Compiling arc-swap v1.8.2
27082026-05-27T23:54:55.658Z Compiling polar-core v0.27.3
27092026-05-27T23:54:55.749Z Compiling fs-err v2.11.0
27102026-05-27T23:54:56.166Z Compiling slog-scope v4.4.1
27112026-05-27T23:54:56.221Z Compiling mime_guess v2.0.5
27122026-05-27T23:54:56.605Z Compiling progenitor-macro v0.11.2
27132026-05-27T23:54:56.640Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27142026-05-27T23:54:56.740Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-05-27T23:54:57.308Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-27T23:54:59.406Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-05-27T23:54:59.704Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-27T23:54:59.890Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-27T23:55:00.197Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-05-27T23:55:00.506Z Compiling nanorand v0.7.0
27212026-05-27T23:55:00.723Z Compiling progenitor v0.11.2
27222026-05-27T23:55:00.900Z Compiling darling_core v0.23.0
27232026-05-27T23:55:00.922Z Compiling libgit2-sys v0.18.3+1.9.2
27242026-05-27T23:55:00.997Z Compiling parking_lot_core v0.8.6
27252026-05-27T23:55:01.045Z Compiling flume v0.11.1
27262026-05-27T23:55:01.284Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27272026-05-27T23:55:01.307Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-05-27T23:55:01.348Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-05-27T23:55:03.088Z Compiling darling_macro v0.23.0
27302026-05-27T23:55:03.585Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-05-27T23:55:05.840Z Compiling oso v0.27.3
27322026-05-27T23:55:09.243Z Compiling async-bb8-diesel v0.2.1
27332026-05-27T23:55:09.246Z Compiling diesel-dtrace v0.5.0
27342026-05-27T23:55:09.561Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-27T23:55:09.628Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-27T23:55:09.749Z Compiling slog-stdlog v4.1.1
27372026-05-27T23:55:10.210Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-05-27T23:55:10.232Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-05-27T23:55:11.402Z Compiling primeorder v0.13.6
27402026-05-27T23:55:11.545Z Compiling atty v0.2.14
27412026-05-27T23:55:11.705Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-05-27T23:55:11.728Z Compiling strsim v0.10.0
27432026-05-27T23:55:11.754Z Compiling parse-size v1.1.0
27442026-05-27T23:55:11.891Z Compiling http-range v0.1.5
27452026-05-27T23:55:11.950Z Compiling instability v0.3.11
27462026-05-27T23:55:12.013Z Compiling darling_core v0.13.4
27472026-05-27T23:55:12.036Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-05-27T23:55:12.061Z Compiling p384 v0.13.1
27492026-05-27T23:55:12.214Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-05-27T23:55:12.403Z Compiling slog-envlogger v2.2.0
27512026-05-27T23:55:14.148Z Compiling darling v0.23.0
27522026-05-27T23:55:14.267Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-05-27T23:55:14.290Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-27T23:55:14.293Z Compiling ignore v0.4.25
27552026-05-27T23:55:14.954Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-27T23:55:15.092Z Compiling vergen-git2 v9.1.0
27572026-05-27T23:55:15.119Z Compiling castaway v0.2.4
27582026-05-27T23:55:15.276Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-27T23:55:15.365Z Compiling indoc v2.0.7
27602026-05-27T23:55:15.626Z Compiling compact_str v0.8.1
27612026-05-27T23:55:16.331Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-27T23:55:16.384Z Compiling globwalk v0.9.1
27632026-05-27T23:55:16.537Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-27T23:55:17.068Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-27T23:55:17.092Z Compiling parking_lot v0.11.2
27662026-05-27T23:55:17.418Z Compiling hyper-staticfile v0.10.1
27672026-05-27T23:55:17.891Z Compiling darling_macro v0.13.4
27682026-05-27T23:55:18.032Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-27T23:55:18.385Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-27T23:55:18.947Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-27T23:55:19.055Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-05-27T23:55:19.398Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-05-27T23:55:19.531Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-27T23:55:19.756Z Compiling predicates-tree v1.0.13
27752026-05-27T23:55:19.869Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-05-27T23:55:20.026Z Compiling unicode-truncate v1.1.0
27772026-05-27T23:55:20.098Z Compiling lru v0.12.5
27782026-05-27T23:55:20.229Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-27T23:55:20.251Z Compiling rand_seeder v0.4.0
27802026-05-27T23:55:20.328Z Compiling prefix-trie v0.7.0
27812026-05-27T23:55:20.514Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-27T23:55:20.701Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-27T23:55:20.781Z Compiling corncobs v0.1.4
27842026-05-27T23:55:20.829Z Compiling illumos-nvpair-sys v0.2.0
27852026-05-27T23:55:20.857Z Compiling rustls v0.21.12
27862026-05-27T23:55:20.959Z Compiling cassowary v0.3.0
27872026-05-27T23:55:21.004Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-27T23:55:21.032Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-27T23:55:21.055Z Compiling hickory-server v0.25.2
27902026-05-27T23:55:21.132Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-05-27T23:55:21.184Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-05-27T23:55:21.340Z Compiling ratatui v0.29.0
27932026-05-27T23:55:21.364Z Compiling camino-tempfile-ext v0.3.3
27942026-05-27T23:55:21.436Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-27T23:55:21.716Z Compiling darling v0.13.4
27962026-05-27T23:55:22.018Z Compiling sled v0.34.7
27972026-05-27T23:55:22.293Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-27T23:55:22.548Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-27T23:55:22.806Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-05-27T23:55:24.368Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-05-27T23:55:25.391Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-05-27T23:55:25.466Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-27T23:55:25.620Z Compiling rustls-webpki v0.101.7
28042026-05-27T23:55:25.700Z Compiling sct v0.7.1
28052026-05-27T23:55:25.972Z Compiling secrecy v0.8.0
28062026-05-27T23:55:26.045Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-05-27T23:55:26.567Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-27T23:55:26.926Z Compiling git2 v0.20.4
28092026-05-27T23:55:27.380Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-05-27T23:55:27.568Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28112026-05-27T23:55:27.600Z Compiling serde_with_macros v1.5.2
28122026-05-27T23:55:28.514Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-05-27T23:55:28.644Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-05-27T23:55:29.247Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-05-27T23:55:29.744Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-27T23:55:29.768Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-05-27T23:55:30.013Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-05-27T23:55:30.055Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-05-27T23:55:30.253Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-05-27T23:55:30.504Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28212026-05-27T23:55:30.749Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28222026-05-27T23:55:30.821Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-05-27T23:55:30.920Z Compiling void v1.0.2
28242026-05-27T23:55:31.082Z Compiling lzss v0.8.2
28252026-05-27T23:55:31.394Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-05-27T23:55:31.419Z Compiling illumos-nvpair v0.3.0
28272026-05-27T23:55:31.923Z Compiling serde_with v1.14.0
28282026-05-27T23:55:32.191Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28292026-05-27T23:55:33.103Z Compiling tokio-rustls v0.24.1
28302026-05-27T23:55:33.449Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-05-27T23:55:33.703Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-05-27T23:55:34.618Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-27T23:55:35.465Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-05-27T23:55:36.036Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-05-27T23:55:36.076Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-27T23:55:36.205Z Compiling tungstenite v0.23.0
28372026-05-27T23:55:36.322Z Compiling rustls-pemfile v1.0.4
28382026-05-27T23:55:36.739Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-05-27T23:55:36.760Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-05-27T23:55:36.998Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-05-27T23:55:37.234Z Compiling nix v0.27.1
28422026-05-27T23:55:37.719Z Compiling twox-hash v2.1.2
28432026-05-27T23:55:38.240Z Compiling serde_bytes v0.11.19
28442026-05-27T23:55:38.493Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-05-27T23:55:38.566Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-05-27T23:55:38.732Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-05-27T23:55:38.950Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-05-27T23:55:39.676Z Compiling tokio-tungstenite v0.23.1
28492026-05-27T23:55:40.089Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-05-27T23:55:42.454Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-27T23:55:43.175Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-05-27T23:55:43.815Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-05-27T23:55:44.231Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-05-27T23:55:44.490Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-05-27T23:55:44.607Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-05-27T23:55:44.923Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28572026-05-27T23:55:45.091Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-05-27T23:55:45.256Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-05-27T23:55:45.560Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-05-27T23:55:46.847Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28612026-05-27T23:55:47.688Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-05-27T23:55:47.817Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-05-27T23:55:48.300Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-05-27T23:55:48.634Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28652026-05-27T23:55:49.112Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-05-27T23:55:49.666Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-05-27T23:55:50.042Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28682026-05-27T23:55:50.497Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-05-27T23:55:51.021Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-05-27T23:55:51.460Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-05-27T23:55:51.690Z Compiling fatfs v0.3.6
28722026-05-27T23:55:51.955Z Compiling signal-hook-tokio v0.3.1
28732026-05-27T23:55:52.154Z Compiling yasna v0.5.2
28742026-05-27T23:55:52.883Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-27T23:55:53.020Z Compiling is_ci v1.2.0
28762026-05-27T23:55:53.240Z Compiling assert_matches v1.5.0
28772026-05-27T23:55:53.359Z Compiling seq-macro v0.3.6
28782026-05-27T23:55:53.385Z Compiling supports-color v3.0.2
28792026-05-27T23:55:53.421Z Compiling rcgen v0.12.1
28802026-05-27T23:55:53.452Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-05-27T23:55:53.668Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-05-27T23:55:53.773Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-05-27T23:55:53.864Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-05-27T23:55:54.108Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-05-27T23:55:54.341Z Compiling subprocess v0.2.15
28862026-05-27T23:55:54.641Z Compiling rtoolbox v0.0.3
28872026-05-27T23:55:54.927Z Compiling rpassword v7.4.0
28882026-05-27T23:55:55.234Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-05-27T23:55:56.606Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-05-27T23:55:57.189Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-05-27T23:55:57.582Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-05-27T23:55:57.726Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-05-27T23:55:57.812Z Compiling tui-tree-widget v0.23.1
28942026-05-27T23:55:58.121Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-05-27T23:55:59.002Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-05-27T23:55:59.550Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-05-27T23:56:00.263Z Compiling uzers v0.12.2
28982026-05-27T23:56:00.412Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-05-27T23:56:01.782Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-05-27T23:56:02.824Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-05-27T23:56:02.901Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-05-27T23:56:06.450Z Compiling support-bundle-viewer v0.1.2
29032026-05-27T23:56:07.970Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-05-27T23:56:08.391Z Compiling multimap v0.10.1
29052026-05-27T23:56:17.845Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-05-27T23:56:23.471Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-05-27T23:56:29.741Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-05-27T23:56:30.031Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-05-27T23:56:32.346Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-05-28T00:03:08.660Z Finished `release` profile [optimized] target(s) in 8m 54s
29112026-05-28T00:03:57.823Z
29122026-05-28T00:03:57.823Zreal 9:45.012250467
29132026-05-28T00:03:57.823Zuser 1:20:33.960061467
29142026-05-28T00:03:57.826Zsys 3:40.092227267
29152026-05-28T00:03:57.826Ztrap 1.752844067
29162026-05-28T00:03:57.826Ztflt 2.922791577
29172026-05-28T00:03:57.826Zdflt 19.355413876
29182026-05-28T00:03:57.826Zkflt 0.109858810
29192026-05-28T00:03:57.826Zlock 7:06:15.178593301
29202026-05-28T00:03:57.826Zslp 2:18:12.899458483
29212026-05-28T00:03:57.826Zlat 2:28.221436946
29222026-05-28T00:03:57.826Zstop 5:25.441844874
29232026-05-28T00:03:57.826Z+ mapfile -t packages
29242026-05-28T00:03:57.826Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-05-28T00:03:58.781Z Finished `release` profile [optimized] target(s) in 0.94s
29262026-05-28T00:03:58.851Z Running `target/release/omicron-package -t test list-outputs`
29272026-05-28T00:03:58.912ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-05-28T00:03:58.914Z+ ptime -m cargo build --locked --release -p xtask
29292026-05-28T00:03:59.450Z Compiling libc v0.2.185
29302026-05-28T00:03:59.450Z Compiling serde v1.0.228
29312026-05-28T00:03:59.452Z Compiling serde_core v1.0.228
29322026-05-28T00:03:59.563Z Compiling rustix v1.1.3
29332026-05-28T00:03:59.571Z Compiling bitflags v2.11.0
29342026-05-28T00:03:59.582Z Compiling serde_json v1.0.149
29352026-05-28T00:03:59.604Z Compiling num-traits v0.2.19
29362026-05-28T00:03:59.617Z Compiling syn v2.0.117
29372026-05-28T00:03:59.642Z Compiling smallvec v1.15.1
29382026-05-28T00:03:59.655Z Compiling indexmap v2.14.0
29392026-05-28T00:03:59.658Z Compiling usdt-impl v0.5.0
29402026-05-28T00:03:59.678Z Compiling syn v1.0.109
29412026-05-28T00:03:59.688Z Compiling log v0.4.29
29422026-05-28T00:03:59.688Z Compiling getrandom v0.4.1
29432026-05-28T00:03:59.857Z Compiling percent-encoding v2.3.2
29442026-05-28T00:04:00.010Z Compiling form_urlencoded v1.2.2
29452026-05-28T00:04:00.042Z Compiling fs-err v3.3.0
29462026-05-28T00:04:00.045Z Compiling anyhow v1.0.102
29472026-05-28T00:04:00.045Z Compiling heck v0.4.1
29482026-05-28T00:04:00.123Z Compiling once_cell v1.21.3
29492026-05-28T00:04:00.439Z Compiling thread-id v4.2.2
29502026-05-28T00:04:00.484Z Compiling errno v0.3.14
29512026-05-28T00:04:00.487Z Compiling memmap v0.7.0
29522026-05-28T00:04:00.758Z Compiling ordered-float v2.10.1
29532026-05-28T00:04:01.175Z Compiling proc-macro-error v1.0.4
29542026-05-28T00:04:01.421Z Compiling tabled_derive v0.7.0
29552026-05-28T00:04:01.510Z Compiling terminal_size v0.4.3
29562026-05-28T00:04:01.510Z Compiling tempfile v3.25.0
29572026-05-28T00:04:01.620Z Compiling clap_builder v4.5.60
29582026-05-28T00:04:01.620Z Compiling textwrap v0.16.2
29592026-05-28T00:04:01.753Z Compiling camino-tempfile v1.4.1
29602026-05-28T00:04:02.092Z Compiling tabled v0.15.0
29612026-05-28T00:04:02.205Z Compiling synstructure v0.13.2
29622026-05-28T00:04:02.205Z Compiling pest_generator v2.8.6
29632026-05-28T00:04:02.618Z Compiling serde_derive v1.0.228
29642026-05-28T00:04:02.618Z Compiling zerofrom-derive v0.1.6
29652026-05-28T00:04:02.621Z Compiling yoke-derive v0.8.1
29662026-05-28T00:04:02.622Z Compiling zerovec-derive v0.11.2
29672026-05-28T00:04:02.622Z Compiling displaydoc v0.2.5
29682026-05-28T00:04:02.622Z Compiling thiserror-impl v1.0.69
29692026-05-28T00:04:02.622Z Compiling zerocopy-derive v0.7.35
29702026-05-28T00:04:02.622Z Compiling scroll_derive v0.12.1
29712026-05-28T00:04:02.631Z Compiling thiserror-impl v2.0.18
29722026-05-28T00:04:02.644Z Compiling clap_derive v4.5.55
29732026-05-28T00:04:02.739Z Compiling pest_derive v2.8.6
29742026-05-28T00:04:03.358Z Compiling scroll v0.12.0
29752026-05-28T00:04:03.572Z Compiling zerocopy v0.7.35
29762026-05-28T00:04:03.651Z Compiling goblin v0.8.2
29772026-05-28T00:04:03.769Z Compiling thiserror v1.0.69
29782026-05-28T00:04:03.890Z Compiling dtrace-parser v0.2.0
29792026-05-28T00:04:03.925Z Compiling zerofrom v0.1.6
29802026-05-28T00:04:03.946Z Compiling thiserror v2.0.18
29812026-05-28T00:04:04.079Z Compiling yoke v0.8.1
29822026-05-28T00:04:04.311Z Compiling zerovec v0.11.5
29832026-05-28T00:04:04.380Z Compiling zerotrie v0.2.3
29842026-05-28T00:04:04.392Z Compiling clap v4.5.60
29852026-05-28T00:04:04.949Z Compiling tinystr v0.8.2
29862026-05-28T00:04:05.196Z Compiling icu_locale_core v2.1.1
29872026-05-28T00:04:05.517Z Compiling potential_utf v0.1.4
29882026-05-28T00:04:05.731Z Compiling icu_collections v2.1.1
29892026-05-28T00:04:05.930Z Compiling icu_provider v2.1.1
29902026-05-28T00:04:06.100Z Compiling serde_spanned v0.6.9
29912026-05-28T00:04:06.147Z Compiling toml_datetime v0.6.11
29922026-05-28T00:04:06.161Z Compiling serde-value v0.7.0
29932026-05-28T00:04:06.295Z Compiling icu_properties v2.1.2
29942026-05-28T00:04:06.310Z Compiling icu_normalizer v2.1.1
29952026-05-28T00:04:06.372Z Compiling toml_edit v0.22.27
29962026-05-28T00:04:06.495Z Compiling dof v0.3.0
29972026-05-28T00:04:06.495Z Compiling serde_tokenstream v0.2.3
29982026-05-28T00:04:06.613Z Compiling cargo-platform v0.2.0
29992026-05-28T00:04:06.627Z Compiling macaddr v1.0.1
30002026-05-28T00:04:07.195Z Compiling idna_adapter v1.2.1
30012026-05-28T00:04:07.325Z Compiling idna v1.1.0
30022026-05-28T00:04:07.385Z Compiling usdt-attr-macro v0.5.0
30032026-05-28T00:04:07.430Z Compiling usdt-macro v0.5.0
30042026-05-28T00:04:07.792Z Compiling url v2.5.8
30052026-05-28T00:04:07.995Z Compiling toml v0.8.23
30062026-05-28T00:04:08.066Z Compiling usdt v0.5.0
30072026-05-28T00:04:08.503Z Compiling cargo-util-schemas v0.8.2
30082026-05-28T00:04:08.523Z Compiling cargo_toml v0.21.0
30092026-05-28T00:04:09.577Z Compiling cargo_metadata v0.21.0
30102026-05-28T00:04:12.696Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-05-28T00:04:15.811Z Finished `release` profile [optimized] target(s) in 16.88s
30122026-05-28T00:04:15.942Z
30132026-05-28T00:04:15.942Zreal 16.988693946
30142026-05-28T00:04:15.942Zuser 2:25.750602620
30152026-05-28T00:04:15.945Zsys 17.559207919
30162026-05-28T00:04:15.945Ztrap 0.077537653
30172026-05-28T00:04:15.945Ztflt 0.545295077
30182026-05-28T00:04:15.946Zdflt 1.453941457
30192026-05-28T00:04:15.946Zkflt 0.000032310
30202026-05-28T00:04:15.946Zlock 5:30.066270322
30212026-05-28T00:04:15.946Zslp 3:33.591989215
30222026-05-28T00:04:15.946Zlat 6.789994150
30232026-05-28T00:04:15.946Zstop 20.925667737
30242026-05-28T00:04:15.946Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-05-28T00:04:15.946Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-05-28T00:04:15.946Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-05-28T00:04:15.946Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-05-28T00:04:15.946Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-05-28T00:04:16.896Z Compiling newtype-uuid-macros v0.1.0
30302026-05-28T00:04:16.899Z Compiling progenitor-client v0.14.0
30312026-05-28T00:04:16.899Z Compiling structmeta-derive v0.3.0
30322026-05-28T00:04:16.899Z Compiling rustls v0.22.4
30332026-05-28T00:04:16.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-05-28T00:04:17.060Z Compiling rustls-webpki v0.102.8
30352026-05-28T00:04:17.074Z Compiling multer v3.1.0
30362026-05-28T00:04:17.076Z Compiling match_cfg v0.1.0
30372026-05-28T00:04:17.088Z Compiling debug-ignore v1.0.5
30382026-05-28T00:04:17.091Z Compiling compression-core v0.4.31
30392026-05-28T00:04:17.091Z Compiling slog-json v2.6.1
30402026-05-28T00:04:17.091Z Compiling async-stream-impl v0.3.6
30412026-05-28T00:04:17.091Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-05-28T00:04:17.207Z Compiling serde_spanned v1.0.4
30432026-05-28T00:04:17.241Z Compiling hostname v0.3.1
30442026-05-28T00:04:17.259Z Compiling dropshot v0.17.0
30452026-05-28T00:04:17.262Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-05-28T00:04:17.316Z Compiling compression-codecs v0.4.37
30472026-05-28T00:04:17.319Z Compiling itertools v0.14.0
30482026-05-28T00:04:17.374Z Compiling waitgroup v0.1.2
30492026-05-28T00:04:17.392Z Compiling rustls-pemfile v2.2.0
30502026-05-28T00:04:17.395Z Compiling dropshot_endpoint v0.17.0
30512026-05-28T00:04:17.431Z Compiling slog-bunyan v2.5.0
30522026-05-28T00:04:17.434Z Compiling hostname v0.4.2
30532026-05-28T00:04:17.506Z Compiling async-compression v0.4.41
30542026-05-28T00:04:17.560Z Compiling toml v1.0.6+spec-1.1.0
30552026-05-28T00:04:17.618Z Compiling serde_path_to_error v0.1.20
30562026-05-28T00:04:17.618Z Compiling regress v0.10.5
30572026-05-28T00:04:17.621Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-05-28T00:04:17.621Z Compiling macaddr v1.0.1
30592026-05-28T00:04:17.670Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-05-28T00:04:17.713Z Compiling instant v0.1.13
30612026-05-28T00:04:17.835Z Compiling async-stream v0.3.6
30622026-05-28T00:04:17.853Z Compiling backon v1.6.0
30632026-05-28T00:04:17.853Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30642026-05-28T00:04:17.856Z Compiling backoff v0.4.0
30652026-05-28T00:04:17.907Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-05-28T00:04:17.910Z Compiling progenitor-client v0.10.0
30672026-05-28T00:04:17.940Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-05-28T00:04:18.007Z Compiling humantime v2.3.0
30692026-05-28T00:04:18.036Z Compiling progenitor-extras v0.2.0
30702026-05-28T00:04:18.074Z Compiling universal-hash v0.5.1
30712026-05-28T00:04:18.093Z Compiling opaque-debug v0.3.1
30722026-05-28T00:04:18.127Z Compiling half v2.7.1
30732026-05-28T00:04:18.145Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-05-28T00:04:18.191Z Compiling ciborium-io v0.2.2
30752026-05-28T00:04:18.239Z Compiling crucible-workspace-hack v0.1.0
30762026-05-28T00:04:18.258Z Compiling regress v0.11.1
30772026-05-28T00:04:18.307Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-05-28T00:04:18.325Z Compiling convert_case v0.4.0
30792026-05-28T00:04:18.326Z Compiling aead v0.5.2
30802026-05-28T00:04:18.366Z Compiling secrecy v0.10.3
30812026-05-28T00:04:18.386Z Compiling structmeta v0.3.0
30822026-05-28T00:04:18.404Z Compiling ciborium-ll v0.2.2
30832026-05-28T00:04:18.486Z Compiling unsafe-libyaml v0.2.11
30842026-05-28T00:04:18.550Z Compiling poly1305 v0.8.0
30852026-05-28T00:04:18.573Z Compiling chacha20 v0.9.1
30862026-05-28T00:04:18.610Z Compiling ciborium v0.2.2
30872026-05-28T00:04:18.628Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30882026-05-28T00:04:18.645Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30892026-05-28T00:04:18.647Z Compiling derive-ex v0.1.8
30902026-05-28T00:04:18.685Z Compiling parse-display-derive v0.10.0
30912026-05-28T00:04:18.705Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30922026-05-28T00:04:18.747Z Compiling derive_more v0.99.20
30932026-05-28T00:04:18.875Z Compiling thiserror-impl-no-std v2.0.2
30942026-05-28T00:04:18.893Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-05-28T00:04:19.006Z Compiling byte-wrapper v0.1.0
30962026-05-28T00:04:19.060Z Compiling serde_yaml v0.9.34+deprecated
30972026-05-28T00:04:19.086Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30982026-05-28T00:04:19.229Z Compiling password-hash v0.5.0
30992026-05-28T00:04:19.301Z Compiling blake2 v0.10.6
31002026-05-28T00:04:19.318Z Compiling chacha20poly1305 v0.10.1
31012026-05-28T00:04:19.348Z Compiling indent_write v2.2.0
31022026-05-28T00:04:19.379Z Compiling heapless v0.8.0
31032026-05-28T00:04:19.399Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-05-28T00:04:19.501Z Compiling tokio-rustls v0.25.0
31052026-05-28T00:04:19.522Z Compiling ingot-macros v0.1.1
31062026-05-28T00:04:19.680Z Compiling argon2 v0.5.3
31072026-05-28T00:04:19.698Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-05-28T00:04:19.908Z Compiling typify-impl v0.6.2
31092026-05-28T00:04:19.961Z Compiling tabwriter v1.4.1
31102026-05-28T00:04:20.161Z Compiling thiserror-no-std v2.0.2
31112026-05-28T00:04:20.231Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-05-28T00:04:20.283Z Compiling vsss-rs v3.3.4
31132026-05-28T00:04:20.577Z Compiling test-strategy v0.4.5
31142026-05-28T00:04:20.599Z Compiling hash32 v0.3.1
31152026-05-28T00:04:20.617Z Compiling parse-display v0.10.0
31162026-05-28T00:04:20.699Z Compiling smoltcp v0.11.0
31172026-05-28T00:04:20.798Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-05-28T00:04:20.964Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31192026-05-28T00:04:21.002Z Compiling proc-macro-crate v3.4.0
31202026-05-28T00:04:21.027Z Compiling num-rational v0.4.2
31212026-05-28T00:04:21.085Z Compiling cobs v0.3.0
31222026-05-28T00:04:21.105Z Compiling num-complex v0.4.6
31232026-05-28T00:04:21.107Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-28T00:04:21.167Z Compiling colored v3.1.1
31252026-05-28T00:04:21.341Z Compiling postcard v1.1.3
31262026-05-28T00:04:21.360Z Compiling proc-macro-error v1.0.4
31272026-05-28T00:04:21.401Z Compiling proc-macro-crate v1.3.1
31282026-05-28T00:04:21.529Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-05-28T00:04:21.547Z Compiling num v0.4.3
31302026-05-28T00:04:21.573Z Compiling atomicwrites v0.4.4
31312026-05-28T00:04:21.613Z Compiling num_enum_derive v0.7.5
31322026-05-28T00:04:21.653Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-05-28T00:04:21.672Z Compiling foreign-types-macros v0.2.3
31342026-05-28T00:04:21.734Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-05-28T00:04:21.752Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-28T00:04:21.769Z Compiling foreign-types-shared v0.3.1
31372026-05-28T00:04:21.772Z Compiling rayon-core v1.13.0
31382026-05-28T00:04:21.806Z Compiling float-ord v0.3.2
31392026-05-28T00:04:21.868Z Compiling cpufeatures v0.3.0
31402026-05-28T00:04:21.894Z Compiling num_enum_derive v0.5.11
31412026-05-28T00:04:21.962Z Compiling chacha20 v0.10.0
31422026-05-28T00:04:22.002Z Compiling crossbeam-deque v0.8.6
31432026-05-28T00:04:22.086Z Compiling camino-tempfile v1.4.1
31442026-05-28T00:04:22.108Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-05-28T00:04:22.134Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31462026-05-28T00:04:22.155Z Compiling cstr-argument v0.1.2
31472026-05-28T00:04:22.198Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31482026-05-28T00:04:22.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31492026-05-28T00:04:22.346Z Compiling rand v0.10.0
31502026-05-28T00:04:22.367Z Compiling foreign-types v0.5.0
31512026-05-28T00:04:22.387Z Compiling toml v0.8.23
31522026-05-28T00:04:22.481Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-05-28T00:04:22.555Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-28T00:04:22.623Z Compiling ingot-types v0.1.2
31552026-05-28T00:04:22.649Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-05-28T00:04:22.678Z Compiling zone_cfg_derive v0.3.1
31572026-05-28T00:04:22.713Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-05-28T00:04:22.766Z Compiling num_enum v0.7.5
31592026-05-28T00:04:22.784Z Compiling rayon v1.11.0
31602026-05-28T00:04:22.807Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-05-28T00:04:22.834Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31622026-05-28T00:04:22.926Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-05-28T00:04:22.952Z Compiling itertools v0.12.1
31642026-05-28T00:04:22.972Z Compiling num-derive v0.4.2
31652026-05-28T00:04:23.018Z Compiling ingot v0.1.1
31662026-05-28T00:04:23.046Z Compiling num_enum v0.5.11
31672026-05-28T00:04:23.078Z Compiling sigpipe v0.1.3
31682026-05-28T00:04:23.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31692026-05-28T00:04:23.095Z Compiling glob v0.3.3
31702026-05-28T00:04:23.165Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31712026-05-28T00:04:23.204Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31722026-05-28T00:04:23.206Z Compiling smf v0.2.3
31732026-05-28T00:04:23.328Z Compiling prettyplease v0.2.37
31742026-05-28T00:04:23.398Z Compiling whoami v1.6.1
31752026-05-28T00:04:23.543Z Compiling usdt-attr-macro v0.5.0
31762026-05-28T00:04:23.565Z Compiling usdt-macro v0.5.0
31772026-05-28T00:04:23.586Z Compiling gethostname v0.5.0
31782026-05-28T00:04:23.715Z Compiling memmap v0.7.0
31792026-05-28T00:04:23.742Z Compiling derive-where v1.6.0
31802026-05-28T00:04:23.759Z Compiling resolv-conf v0.7.6
31812026-05-28T00:04:23.845Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-28T00:04:23.948Z Compiling owo-colors v4.3.0
31832026-05-28T00:04:24.020Z Compiling cancel-safe-futures v0.1.5
31842026-05-28T00:04:24.039Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31852026-05-28T00:04:24.165Z Compiling libsw-core v0.3.2
31862026-05-28T00:04:24.279Z Compiling zone v0.3.1
31872026-05-28T00:04:24.385Z Compiling libsw v3.5.0
31882026-05-28T00:04:24.428Z Compiling console v0.15.11
31892026-05-28T00:04:24.446Z Compiling usdt v0.5.0
31902026-05-28T00:04:24.471Z Compiling hickory-proto v0.24.4
31912026-05-28T00:04:24.602Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-05-28T00:04:24.702Z Compiling typify-macro v0.6.2
31932026-05-28T00:04:24.721Z Compiling newline-converter v0.3.0
31942026-05-28T00:04:24.721Z Compiling progenitor-client v0.13.0
31952026-05-28T00:04:24.767Z Compiling linked-hash-map v0.5.6
31962026-05-28T00:04:24.852Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31972026-05-28T00:04:24.891Z Compiling libefi-sys v0.1.0
31982026-05-28T00:04:24.909Z Compiling linear-map v1.2.0
31992026-05-28T00:04:24.991Z Compiling lru-cache v0.1.2
32002026-05-28T00:04:25.023Z Compiling expectorate v1.2.0
32012026-05-28T00:04:25.062Z Compiling git-stub v1.0.0
32022026-05-28T00:04:25.080Z Compiling bitfield-struct v0.6.2
32032026-05-28T00:04:25.101Z Compiling semver v0.1.20
32042026-05-28T00:04:25.144Z Compiling tokio-dtrace v0.1.1
32052026-05-28T00:04:25.164Z Compiling dropshot-api-manager-types v0.7.2
32062026-05-28T00:04:25.208Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-05-28T00:04:25.227Z Compiling slog-dtrace v0.3.0
32082026-05-28T00:04:25.247Z Compiling git-stub-vcs v0.1.0
32092026-05-28T00:04:25.266Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-28T00:04:25.363Z Compiling rustc_version v0.1.7
32112026-05-28T00:04:25.380Z Compiling minimal-lexical v0.2.1
32122026-05-28T00:04:25.420Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-05-28T00:04:25.441Z Compiling oxide-tokio-rt v0.1.4
32142026-05-28T00:04:25.460Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-05-28T00:04:25.533Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-05-28T00:04:25.551Z Compiling phf_shared v0.12.1
32172026-05-28T00:04:25.568Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-28T00:04:25.633Z Compiling newtype_derive v0.1.6
32192026-05-28T00:04:25.659Z Compiling nom v7.1.3
32202026-05-28T00:04:25.677Z Compiling csv-core v0.1.13
32212026-05-28T00:04:25.693Z Compiling highway v1.3.0
32222026-05-28T00:04:25.792Z Compiling xshell-macros v0.2.7
32232026-05-28T00:04:25.816Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-05-28T00:04:25.869Z Compiling chrono-tz v0.10.4
32252026-05-28T00:04:25.979Z Compiling csv v1.4.0
32262026-05-28T00:04:26.066Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-28T00:04:26.069Z Compiling const_format_proc_macros v0.2.34
32282026-05-28T00:04:26.119Z Compiling phf v0.12.1
32292026-05-28T00:04:26.143Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32302026-05-28T00:04:26.181Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-05-28T00:04:26.227Z Compiling xshell v0.2.7
32322026-05-28T00:04:26.306Z Compiling primeorder v0.13.6
32332026-05-28T00:04:26.504Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-28T00:04:26.572Z Compiling tabled_derive v0.7.0
32352026-05-28T00:04:26.606Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-05-28T00:04:26.623Z Compiling typify v0.6.2
32372026-05-28T00:04:26.639Z Compiling bcs v0.1.6
32382026-05-28T00:04:26.769Z Compiling progenitor-impl v0.14.0
32392026-05-28T00:04:26.788Z Compiling progenitor-impl v0.13.0
32402026-05-28T00:04:26.814Z Compiling hickory-resolver v0.24.4
32412026-05-28T00:04:26.947Z Compiling salty v0.3.0
32422026-05-28T00:04:26.980Z Compiling const_format v0.2.35
32432026-05-28T00:04:26.998Z Compiling tagptr v0.2.0
32442026-05-28T00:04:27.091Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32452026-05-28T00:04:27.183Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32462026-05-28T00:04:27.235Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-05-28T00:04:27.342Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32482026-05-28T00:04:27.370Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32492026-05-28T00:04:27.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-05-28T00:04:27.595Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32512026-05-28T00:04:27.646Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32522026-05-28T00:04:27.764Z Compiling termtree v0.5.1
32532026-05-28T00:04:27.828Z Compiling textwrap v0.16.2
32542026-05-28T00:04:27.881Z Compiling tabled v0.15.0
32552026-05-28T00:04:27.955Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-05-28T00:04:28.125Z Compiling qorb v0.4.1
32572026-05-28T00:04:28.198Z Compiling moka v0.12.13
32582026-05-28T00:04:28.229Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-05-28T00:04:28.349Z Compiling steno v0.4.1
32602026-05-28T00:04:28.415Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-05-28T00:04:28.504Z Compiling radium v0.7.0
32622026-05-28T00:04:28.609Z Compiling base64 v0.21.7
32632026-05-28T00:04:28.956Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-28T00:04:28.983Z Compiling p384 v0.13.1
32652026-05-28T00:04:29.116Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32662026-05-28T00:04:29.135Z Compiling hickory-resolver v0.25.2
32672026-05-28T00:04:29.207Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32682026-05-28T00:04:29.309Z Compiling typify-impl v0.4.3
32692026-05-28T00:04:29.466Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32702026-05-28T00:04:29.605Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32712026-05-28T00:04:29.626Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32722026-05-28T00:04:29.629Z Compiling progenitor-macro v0.14.0
32732026-05-28T00:04:29.629Z Compiling progenitor-macro v0.13.0
32742026-05-28T00:04:29.725Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-05-28T00:04:29.911Z Compiling tap v1.0.1
32762026-05-28T00:04:30.067Z Compiling maybe-uninit v2.0.0
32772026-05-28T00:04:30.245Z Compiling wyz v0.5.1
32782026-05-28T00:04:30.383Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-05-28T00:04:30.404Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-05-28T00:04:30.485Z Compiling proc-macro-error-attr2 v2.0.0
32812026-05-28T00:04:30.505Z Compiling utf-8 v0.7.6
32822026-05-28T00:04:30.659Z Compiling funty v2.0.0
32832026-05-28T00:04:30.737Z Compiling packed_struct v0.10.1
32842026-05-28T00:04:30.804Z Compiling parking_lot_core v0.8.6
32852026-05-28T00:04:30.952Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32862026-05-28T00:04:31.072Z Compiling bitvec v1.0.1
32872026-05-28T00:04:31.095Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32882026-05-28T00:04:31.115Z Compiling proc-macro-error2 v2.0.1
32892026-05-28T00:04:31.162Z Compiling tungstenite v0.21.0
32902026-05-28T00:04:31.240Z Compiling polyval v0.6.2
32912026-05-28T00:04:31.314Z Compiling packed_struct_codegen v0.10.1
32922026-05-28T00:04:31.317Z Compiling num-derive v0.3.3
32932026-05-28T00:04:31.317Z Compiling zerocopy-derive v0.6.6
32942026-05-28T00:04:31.423Z Compiling bitfield-macros v0.19.4
32952026-05-28T00:04:31.485Z Compiling indexmap v1.9.3
32962026-05-28T00:04:31.510Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-05-28T00:04:31.667Z Compiling crc-catalog v2.4.0
32982026-05-28T00:04:31.719Z Compiling nodrop v0.1.14
32992026-05-28T00:04:31.737Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-05-28T00:04:31.792Z Compiling crc v3.4.0
33012026-05-28T00:04:31.847Z Compiling array-init v0.0.4
33022026-05-28T00:04:32.049Z Compiling tokio-tungstenite v0.21.0
33032026-05-28T00:04:32.075Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-28T00:04:32.094Z Compiling tabled_derive v0.11.0
33052026-05-28T00:04:32.218Z Compiling bitfield v0.19.4
33062026-05-28T00:04:32.237Z Compiling ghash v0.5.1
33072026-05-28T00:04:32.297Z Compiling zerocopy v0.6.6
33082026-05-28T00:04:32.343Z Compiling libscf-sys v1.1.0
33092026-05-28T00:04:32.418Z Compiling smallvec v0.6.14
33102026-05-28T00:04:32.583Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-28T00:04:32.605Z Compiling papergrid v0.17.0
33122026-05-28T00:04:32.667Z Compiling testing_table v0.3.0
33132026-05-28T00:04:32.701Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-28T00:04:32.708Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-28T00:04:32.837Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-28T00:04:32.872Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-28T00:04:32.925Z Compiling ctr v0.9.2
33182026-05-28T00:04:33.163Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-28T00:04:33.208Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-28T00:04:33.234Z Compiling unicase v2.9.0
33212026-05-28T00:04:33.256Z Compiling corncobs v0.1.4
33222026-05-28T00:04:33.345Z Compiling hashbrown v0.12.3
33232026-05-28T00:04:33.451Z Compiling illumos-nvpair-sys v0.2.0
33242026-05-28T00:04:33.519Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-28T00:04:33.551Z Compiling mime_guess v2.0.5
33262026-05-28T00:04:33.599Z Compiling aes-gcm v0.10.3
33272026-05-28T00:04:33.616Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-28T00:04:33.725Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-05-28T00:04:33.770Z Compiling tabled v0.20.0
33302026-05-28T00:04:33.879Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-05-28T00:04:33.976Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-05-28T00:04:34.003Z Compiling parking_lot v0.11.2
33332026-05-28T00:04:34.074Z Compiling serde-hex v0.1.0
33342026-05-28T00:04:34.145Z Compiling typify-macro v0.4.3
33352026-05-28T00:04:34.164Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33362026-05-28T00:04:34.263Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33372026-05-28T00:04:34.423Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33382026-05-28T00:04:34.526Z Compiling ron v0.8.1
33392026-05-28T00:04:34.639Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-28T00:04:34.663Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33412026-05-28T00:04:34.683Z Compiling progenitor-client v0.11.2
33422026-05-28T00:04:34.706Z Compiling hashbrown v0.13.2
33432026-05-28T00:04:35.056Z Compiling prefix-trie v0.7.0
33442026-05-28T00:04:35.121Z Compiling progenitor v0.14.0
33452026-05-28T00:04:35.143Z Compiling progenitor v0.13.0
33462026-05-28T00:04:35.169Z Compiling ssh-encoding v0.2.0
33472026-05-28T00:04:35.261Z Compiling blowfish v0.9.1
33482026-05-28T00:04:35.314Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33492026-05-28T00:04:35.337Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33502026-05-28T00:04:35.503Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-05-28T00:04:35.543Z Compiling fxhash v0.2.1
33522026-05-28T00:04:35.563Z Compiling secrecy v0.8.0
33532026-05-28T00:04:35.592Z Compiling crc-any v2.5.0
33542026-05-28T00:04:35.725Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-05-28T00:04:35.765Z Compiling sled v0.34.7
33562026-05-28T00:04:35.869Z Compiling hickory-server v0.25.2
33572026-05-28T00:04:35.945Z Compiling bcrypt-pbkdf v0.10.0
33582026-05-28T00:04:35.994Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-05-28T00:04:36.019Z Compiling ssh-cipher v0.2.0
33602026-05-28T00:04:36.079Z Compiling typify v0.4.3
33612026-05-28T00:04:36.223Z Compiling progenitor-impl v0.11.2
33622026-05-28T00:04:36.249Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-05-28T00:04:36.345Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-05-28T00:04:36.365Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33652026-05-28T00:04:36.717Z Compiling object v0.30.4
33662026-05-28T00:04:36.772Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-05-28T00:04:37.117Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-05-28T00:04:37.120Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33692026-05-28T00:04:37.190Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33702026-05-28T00:04:37.513Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33712026-05-28T00:04:37.603Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-05-28T00:04:37.828Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-05-28T00:04:38.141Z Compiling password-hash v0.4.2
33742026-05-28T00:04:38.357Z Compiling half v1.8.3
33752026-05-28T00:04:38.379Z Compiling path-slash v0.1.5
33762026-05-28T00:04:38.586Z Compiling http-range v0.1.5
33772026-05-28T00:04:38.615Z Compiling crc8 v0.1.1
33782026-05-28T00:04:38.711Z Compiling serde_cbor v0.11.2
33792026-05-28T00:04:38.748Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-28T00:04:38.777Z Compiling pbkdf2 v0.11.0
33812026-05-28T00:04:38.843Z Compiling illumos-nvpair v0.3.0
33822026-05-28T00:04:39.041Z Compiling ssh-key v0.6.7
33832026-05-28T00:04:39.074Z Compiling progenitor-macro v0.11.2
33842026-05-28T00:04:39.350Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-05-28T00:04:39.379Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33862026-05-28T00:04:39.493Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33872026-05-28T00:04:39.654Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33882026-05-28T00:04:39.675Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-05-28T00:04:39.697Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-05-28T00:04:39.859Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-28T00:04:40.098Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-28T00:04:40.120Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-28T00:04:40.317Z Compiling p521 v0.13.3
33942026-05-28T00:04:40.452Z Compiling p256 v0.13.2
33952026-05-28T00:04:40.553Z Compiling yasna v0.5.2
33962026-05-28T00:04:40.684Z Compiling kstat-rs v0.2.4
33972026-05-28T00:04:40.772Z Compiling headers-core v0.3.0
33982026-05-28T00:04:40.791Z Compiling nanorand v0.7.0
33992026-05-28T00:04:40.831Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-05-28T00:04:40.890Z Compiling russh-cryptovec v0.7.3
34012026-05-28T00:04:40.916Z Compiling atty v0.2.14
34022026-05-28T00:04:40.935Z Compiling home v0.5.12
34032026-05-28T00:04:40.963Z Compiling md5 v0.7.0
34042026-05-28T00:04:41.040Z Compiling rcgen v0.12.1
34052026-05-28T00:04:41.065Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34062026-05-28T00:04:41.116Z Compiling flume v0.11.1
34072026-05-28T00:04:41.118Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-05-28T00:04:41.152Z Compiling russh-keys v0.45.0
34092026-05-28T00:04:41.286Z Compiling headers v0.4.1
34102026-05-28T00:04:41.317Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-28T00:04:41.352Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-05-28T00:04:41.401Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-05-28T00:04:41.480Z Compiling hyper-staticfile v0.10.1
34142026-05-28T00:04:41.625Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-05-28T00:04:41.754Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34162026-05-28T00:04:41.796Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-28T00:04:41.852Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-05-28T00:04:41.988Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-05-28T00:04:42.043Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-28T00:04:42.061Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-05-28T00:04:42.127Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34222026-05-28T00:04:42.368Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-05-28T00:04:42.389Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-05-28T00:04:42.574Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-05-28T00:04:42.599Z Compiling num-bigint v0.4.6
34262026-05-28T00:04:42.645Z Compiling des v0.8.1
34272026-05-28T00:04:42.676Z Compiling subprocess v0.2.15
34282026-05-28T00:04:42.739Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-28T00:04:42.817Z Compiling hex-literal v0.4.1
34302026-05-28T00:04:42.836Z Compiling display-error-chain v0.2.2
34312026-05-28T00:04:42.899Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-28T00:04:42.968Z Compiling colored v2.2.0
34332026-05-28T00:04:42.985Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-05-28T00:04:43.009Z Compiling socket2 v0.5.10
34352026-05-28T00:04:43.029Z Compiling internet-checksum v0.2.1
34362026-05-28T00:04:43.202Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-28T00:04:43.787Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-05-28T00:04:43.835Z Compiling russh v0.45.0
34392026-05-28T00:04:44.326Z Compiling progenitor v0.11.2
34402026-05-28T00:04:44.461Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34412026-05-28T00:04:44.805Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34422026-05-28T00:04:44.805Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34432026-05-28T00:04:47.260Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-28T00:04:47.931Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-28T00:04:48.406Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-28T00:04:49.833Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-28T00:04:50.126Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-05-28T00:04:58.041Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-05-28T00:04:58.041Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-05-28T00:04:58.044Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-05-28T00:04:58.044Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-28T00:04:59.846Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-28T00:04:59.862Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-05-28T00:05:04.105Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-28T00:05:44.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34562026-05-28T00:05:44.877Z
34572026-05-28T00:05:44.877Zreal 1:28.869196663
34582026-05-28T00:05:44.877Zuser 8:23.349056898
34592026-05-28T00:05:44.877Zsys 1:46.978537595
34602026-05-28T00:05:44.880Ztrap 0.251633367
34612026-05-28T00:05:44.880Ztflt 0.514579274
34622026-05-28T00:05:44.880Zdflt 1.554503803
34632026-05-28T00:05:44.880Zkflt 0.000212860
34642026-05-28T00:05:44.880Zlock 28:42.658079181
34652026-05-28T00:05:44.880Zslp 19:32.487372972
34662026-05-28T00:05:44.880Zlat 39.990237479
34672026-05-28T00:05:44.881Zstop 2:46.003237242
34682026-05-28T00:05:44.881Z+ mkdir tests
34692026-05-28T00:05:44.884Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-28T00:05:44.884Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-28T00:05:44.958Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34722026-05-28T00:05:44.979Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34732026-05-28T00:05:44.999Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34742026-05-28T00:05:45.021Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34752026-05-28T00:05:45.317Z+ 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)
34762026-05-28T00:05:45.321Z+ 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a 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
34772026-05-28T00:07:07.752ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-28T00:07:07.752Za .github/buildomat/ci-env.sh 1K
34792026-05-28T00:07:07.752Za out/target/test 1K
34802026-05-28T00:07:07.752Za out/npuzone/npuzone 27402K
34812026-05-28T00:07:07.752Za package-manifest.toml 35K
34822026-05-28T00:07:07.752Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-28T00:07:07.752Za target/release/omicron-package 45151K
34842026-05-28T00:07:07.752Za target/release/xtask 11449K
34852026-05-28T00:07:07.752Za target/debug/bootstrap 353190K
34862026-05-28T00:07:07.752Za tests/bootstrap-f18b755259a0b5b5 31215K
34872026-05-28T00:07:07.752Za tests/commtest-0a11de06ac61b760 32300K
34882026-05-28T00:07:07.752Za tests/dhcp_server-7741181b9d09bcb1 31215K
34892026-05-28T00:07:07.752Za tests/end_to_end_tests-cebe13924327cd8a 394985K
34902026-05-28T00:07:07.753Za tools/opte_version 1K
34912026-05-28T00:07:07.753Za tools/opte_version_override 2K
34922026-05-28T00:07:07.753Za out/clickhouse.tar.gz 321341K
34932026-05-28T00:07:07.753Za out/clickhouse_keeper.tar.gz 306406K
34942026-05-28T00:07:07.753Za out/clickhouse_server.tar.gz 321338K
34952026-05-28T00:07:07.753Za out/cockroachdb.tar.gz 165626K
34962026-05-28T00:07:07.753Za out/crucible-pantry-zone.tar.gz 40619K
34972026-05-28T00:07:07.753Za out/crucible-utils.tar 16478K
34982026-05-28T00:07:07.753Za out/crucible-zone.tar.gz 56189K
34992026-05-28T00:07:07.753Za out/external-dns.tar.gz 50209K
35002026-05-28T00:07:07.753Za out/internal-dns.tar.gz 50209K
35012026-05-28T00:07:07.753Za out/mg-ddm-gz.tar 95141K
35022026-05-28T00:07:07.753Za out/nexus.tar.gz 278524K
35032026-05-28T00:07:07.753Za out/ntp.tar.gz 32290K
35042026-05-28T00:07:07.753Za out/omicron-gateway-softnpu.tar.gz 29903K
35052026-05-28T00:07:07.753Za out/omicron-sled-agent.tar 203620K
35062026-05-28T00:07:07.753Za out/overlay.tar.gz 3K
35072026-05-28T00:07:07.753Za out/oximeter.tar.gz 67117K
35082026-05-28T00:07:07.753Za out/oxlog.tar 3782K
35092026-05-28T00:07:07.753Za out/probe.tar.gz 3037K
35102026-05-28T00:07:07.753Za out/propolis-server.tar.gz 35483K
35112026-05-28T00:07:07.753Za out/pumpkind-gz.tar 26647K
35122026-05-28T00:07:07.753Za out/switch-softnpu.tar.gz 451793K
35132026-05-28T00:07:07.758Z
35142026-05-28T00:07:07.758Zreal 1:22.432532893
35152026-05-28T00:07:07.758Zuser 1:19.742086915
35162026-05-28T00:07:07.758Zsys 4.486328061
35172026-05-28T00:07:07.758Ztrap 0.006125834
35182026-05-28T00:07:07.758Ztflt 0.000000000
35192026-05-28T00:07:07.758Zdflt 0.000000000
35202026-05-28T00:07:07.758Zkflt 0.000000000
35212026-05-28T00:07:07.758Zlock 0.000000000
35222026-05-28T00:07:07.758Zslp 1:19.689327795
35232026-05-28T00:07:07.758Zlat 0.935407625
35242026-05-28T00:07:07.758Zstop 0.000187520
35252026-05-28T00:07:07.759Zprocess exited: duration 1003971 ms, exit code 0
 
35262026-05-28T00:07:07.771Zfound 1 output files
35272026-05-28T00:07:07.771Zuploading: /work/package.tar.gz (2555148674 bytes)
35282026-05-28T00:07:37.418Zuploaded: /work/package.tar.gz