01KT1T8FBR1ZEE9TZ2ZKE8DSMN: 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: 01KT1T92G82GWWW61AQMME7GPM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T14:45:18.780Zjob assigned to worker 01KT1T99EFM6QH31KVT1HYCHB0 [factory aws, i-09c7f129c6012d5df] (queued for 59 s)
 
22026-06-01T14:45:25.907Zstarting task 0: "setup"
32026-06-01T14:45:25.912Z++ uname -s
42026-06-01T14:45:25.916Z+ kern=SunOS
52026-06-01T14:45:25.916Z+ build_user=build
62026-06-01T14:45:25.916Z+ build_uid=12345
72026-06-01T14:45:25.916Z+ work_dir=/work
82026-06-01T14:45:25.916Z+ input_dir=/input
92026-06-01T14:45:25.916Z+ [[ 0 == 12345 ]]
102026-06-01T14:45:25.916Z+ case "$kern" in
112026-06-01T14:45:25.916Z+ groupadd -g 12345 build
122026-06-01T14:45:25.919Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T14:45:27.927Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T14:45:28.049Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T14:45:28.052Z+ home_fs=zfs
162026-06-01T14:45:28.053Z+ [[ zfs == autofs ]]
172026-06-01T14:45:28.053Z+ mkdir -p /home/build
182026-06-01T14:45:28.053Z+ chown build:build /home/build /work
192026-06-01T14:45:30.052Z+ chmod 0700 /home/build /work
202026-06-01T14:45:30.055Zprocess exited: duration 4152 ms, exit code 0
 
212026-06-01T14:45:30.062Zstarting task 1: "rust-toolchain"
222026-06-01T14:45:30.068Z * rust toolchain channel = "1.94.0"
232026-06-01T14:45:30.069Z * rust toolchain profile = "default"
242026-06-01T14:45:30.071Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-06-01T14:45:30.071Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-01T14:45:30.071Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T14:45:30.071Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T14:45:30.072Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T14:45:30.072Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-01T14:45:30.160Zinfo: downloading installer
312026-06-01T14:45:31.529Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T14:45:31.529Zwarn: /home/build/.rustup/settings.toml
332026-06-01T14:45:31.529Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T14:45:31.529Zwarn: instead of the one inferred from the default host triple.
352026-06-01T14:45:31.540Zinfo: profile set to default
362026-06-01T14:45:31.540Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T14:45:31.543Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-01T14:45:31.677Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-01T14:45:31.681Zinfo: downloading 6 components
402026-06-01T14:45:45.729Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-01T14:45:45.729Z
422026-06-01T14:45:45.761Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-01T14:45:45.761Z
442026-06-01T14:45:45.761Z
452026-06-01T14:45:45.761ZRust is installed now. Great!
462026-06-01T14:45:45.761Z
472026-06-01T14:45:45.761ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T14:45:45.761Zenvironment variable. This has not been done automatically.
492026-06-01T14:45:45.761Z
502026-06-01T14:45:45.761ZTo configure your current shell, you need to source
512026-06-01T14:45:45.761Zthe corresponding env file under $HOME/.cargo.
522026-06-01T14:45:45.761Z
532026-06-01T14:45:45.761ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T14:45:45.764Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T14:45:45.764Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T14:45:45.764Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T14:45:45.764Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T14:45:45.764Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T14:45:45.764Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T14:45:45.764Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T14:45:45.764Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T14:45:45.858Z+ rustup --version
632026-06-01T14:45:45.864Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T14:45:45.867Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T14:45:45.886Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-01T14:45:45.888Z+ cargo --version
672026-06-01T14:45:45.897Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-01T14:45:45.900Z+ rustc --version
692026-06-01T14:45:45.919Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-01T14:45:45.922Zprocess exited: duration 15859 ms, exit code 0
 
712026-06-01T14:45:45.927Zstarting task 2: "authentication"
722026-06-01T14:45:45.948Zprocess exited: duration 20 ms, exit code 0
 
732026-06-01T14:45:45.955Zstarting task 3: "clone repository"
742026-06-01T14:45:45.960Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-01T14:45:45.963Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-01T14:45:46.005ZCloning into '/work/oxidecomputer/omicron'...
772026-06-01T14:45:57.783Z+ cd /work/oxidecomputer/omicron
782026-06-01T14:45:57.783Z+ git fetch origin b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
792026-06-01T14:45:58.087ZFrom https://github.com/oxidecomputer/omicron
802026-06-01T14:45:58.087Z * branch b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 -> FETCH_HEAD
812026-06-01T14:45:58.101Z+ [[ -n zl/probe-multicast ]]
822026-06-01T14:45:58.105Z++ git branch --show-current
832026-06-01T14:45:58.105Z+ current=main
842026-06-01T14:45:58.105Z+ [[ main != zl/probe-multicast ]]
852026-06-01T14:45:58.105Z+ git branch -f zl/probe-multicast b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
862026-06-01T14:45:58.108Z+ git checkout -f zl/probe-multicast
872026-06-01T14:45:58.348ZSwitched to branch 'zl/probe-multicast'
882026-06-01T14:45:58.351Z+ git reset --hard b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
892026-06-01T14:45:58.406ZHEAD is now at b73c7be4a [probe,multicast] enroll probes as mcast group members
902026-06-01T14:45:58.409Zprocess exited: duration 12452 ms, exit code 0
 
912026-06-01T14:45:58.415Zstarting task 4: "build"
922026-06-01T14:45:58.421Z+ source .github/buildomat/ci-env.sh
932026-06-01T14:45:58.421Z++ export CARGO_TERM_COLOR=always
942026-06-01T14:45:58.421Z++ CARGO_TERM_COLOR=always
952026-06-01T14:45:58.422Z+ cargo --version
962026-06-01T14:45:58.433Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-01T14:45:58.436Z+ rustc --version
982026-06-01T14:45:58.456Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-01T14:45:58.459Z+ WORK=/work
1002026-06-01T14:45:58.459Z+ pfexec mkdir -p /work
1012026-06-01T14:45:58.462Z+ pfexec chown build /work
1022026-06-01T14:45:58.465Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-01T14:46:00.668Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-01T14:46:00.745Z Startup: Caching catalogs ... Done
1052026-06-01T14:46:01.044ZPlanning: Solver setup ... Done (0.253s)
1062026-06-01T14:46:01.064ZPlanning: Running solver ... Done (0.019s)
1072026-06-01T14:46:01.072ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-01T14:46:01.083ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-01T14:46:01.103ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-01T14:46:01.118ZPlanning: Package planning ... Done (0.014s)
1112026-06-01T14:46:01.128ZPlanning: Merging actions ... Done (0.001s)
1122026-06-01T14:46:01.323ZPlanning: Checking for conflicting actions ... Done (0.204s)
1132026-06-01T14:46:01.325ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-01T14:46:02.262ZPlanning: Evaluating mediators ... Done (0.938s)
1152026-06-01T14:46:02.265ZPlanning: Planning completed in 1.49 seconds
1162026-06-01T14:46:02.272Z Packages to install: 2
1172026-06-01T14:46:02.272Z Estimated space available: 156.07 GB
1182026-06-01T14:46:02.272ZEstimated space to be consumed: 23.93 MB
1192026-06-01T14:46:02.272Z Create boot environment: No
1202026-06-01T14:46:02.272ZCreate backup boot environment: No
1212026-06-01T14:46:02.272Z Rebuild boot archive: No
1222026-06-01T14:46:02.276Z
1232026-06-01T14:46:02.276ZChanged packages:
1242026-06-01T14:46:02.276Zhelios
1252026-06-01T14:46:02.276Z developer/build-essential
1262026-06-01T14:46:02.276Z None -> 11-3.0
1272026-06-01T14:46:02.276Z library/libxmlsec1
1282026-06-01T14:46:02.276Z None -> 1.2.35-3.0
1292026-06-01T14:46:02.300Z
1302026-06-01T14:46:02.300ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-01T14:46:02.998ZDownload: Completed 1.28 MB in 0.70 seconds (1.8M/s)
1322026-06-01T14:46:03.083Z Actions: 1/268 actions (Installing new actions)
1332026-06-01T14:46:03.123Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-01T14:46:03.131ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-01T14:46:03.131ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-01T14:46:03.152ZFinalize: Updating image state ... Done (0.020s)
1372026-06-01T14:46:05.719ZFinalize: Creating fast lookup database ... Done (2.544s)
1382026-06-01T14:46:05.804ZFinalize: Reading search index ... Done (0.028s)
1392026-06-01T14:46:05.807ZFinalize: Updating search index ... Done (0.000s)
1402026-06-01T14:46:05.889ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-01T14:46:06.191ZPlanning: Evaluating mediator changes ... Done
1422026-06-01T14:46:06.295ZPlanning: Checking for conflicting actions ... Done
1432026-06-01T14:46:06.298ZPlanning: Consolidating action changes ... Done
1442026-06-01T14:46:06.454ZPlanning: Evaluating mediators ... Done
1452026-06-01T14:46:06.457ZPlanning: Planning completed in 0.26 seconds
1462026-06-01T14:46:06.484Z Mediators to change: 2
1472026-06-01T14:46:06.484Z Create boot environment: No
1482026-06-01T14:46:06.484ZCreate backup boot environment: No
1492026-06-01T14:46:06.550ZFinalize: Updating package state database ... Done
1502026-06-01T14:46:06.550ZFinalize: Updating package cache ... Done
1512026-06-01T14:46:06.565ZFinalize: Updating image state ... Done
1522026-06-01T14:46:08.531ZFinalize: Creating fast lookup database ... Done
1532026-06-01T14:46:08.591ZFinalize: Reading search index ... Done
1542026-06-01T14:46:08.595ZFinalize: Updating search index ... Done
1552026-06-01T14:46:08.738ZFinalize: Updating package cache ... Done
1562026-06-01T14:46:09.021ZPlanning: Evaluating mediator changes ... Done
1572026-06-01T14:46:09.128ZPlanning: Checking for conflicting actions ... Done
1582026-06-01T14:46:09.131ZPlanning: Consolidating action changes ... Done
1592026-06-01T14:46:09.286ZPlanning: Evaluating mediators ... Done
1602026-06-01T14:46:09.289ZPlanning: Planning completed in 0.27 seconds
1612026-06-01T14:46:09.311Z Mediators to change: 1
1622026-06-01T14:46:09.311Z Create boot environment: No
1632026-06-01T14:46:09.311ZCreate backup boot environment: No
1642026-06-01T14:46:09.367ZFinalize: Updating package state database ... Done
1652026-06-01T14:46:09.367ZFinalize: Updating package cache ... Done
1662026-06-01T14:46:09.379ZFinalize: Updating image state ... Done
1672026-06-01T14:46:11.312ZFinalize: Creating fast lookup database ... Done
1682026-06-01T14:46:11.380ZFinalize: Reading search index ... Done
1692026-06-01T14:46:11.383ZFinalize: Updating search index ... Done
1702026-06-01T14:46:11.455ZFinalize: Updating package cache ... Done
1712026-06-01T14:46:11.766ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-01T14:46:11.766Zapache system 2.4 system
1732026-06-01T14:46:11.766Zclang system 15 system
1742026-06-01T14:46:11.766Zcsh system system illumos
1752026-06-01T14:46:11.766Zctags system system illumos
1762026-06-01T14:46:11.766Zfile vendor vendor darwinsys
1772026-06-01T14:46:11.766Zfile system system illumos
1782026-06-01T14:46:11.766Zgcc vendor 14 vendor
1792026-06-01T14:46:11.766Zgcc system 13 system
1802026-06-01T14:46:11.766Zgcc system 10 system
1812026-06-01T14:46:11.766Zgo system 1.25 system
1822026-06-01T14:46:11.766Zllvm system 15 system
1832026-06-01T14:46:11.766Zmariadb system 11.4 system
1842026-06-01T14:46:11.766Zmta vendor vendor dma
1852026-06-01T14:46:11.766Zopenjdk system 17 system
1862026-06-01T14:46:11.766Zopenjdk system 11 system
1872026-06-01T14:46:11.766Zopenssl vendor 3 vendor
1882026-06-01T14:46:11.766Zperl system 5.40 system
1892026-06-01T14:46:11.766Zpostgresql system 18 system
1902026-06-01T14:46:11.766Zpostgresql system 17 system
1912026-06-01T14:46:11.766Zpython vendor 3 vendor
1922026-06-01T14:46:11.766Zpython system 2 system
1932026-06-01T14:46:11.766Zpython3 vendor 3.13 vendor
1942026-06-01T14:46:11.766Zruby system 3.4 system
1952026-06-01T14:46:11.767Zruby system 3.0 system
1962026-06-01T14:46:11.767Zwords vendor vendor american-english
1972026-06-01T14:46:11.767Zwords system system australian-english
1982026-06-01T14:46:11.767Zwords system system british-english
1992026-06-01T14:46:11.767Zwords system system canadian-english
2002026-06-01T14:46:11.767Zwords system system french
2012026-06-01T14:46:11.767Zwords system system italian
2022026-06-01T14:46:11.767Zwords system system ngerman
2032026-06-01T14:46:11.767Zwords system system ogerman
2042026-06-01T14:46:11.767Zwords system system spanish
2052026-06-01T14:46:12.021ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-01T14:46:12.022Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-01T14:46:12.299ZFMRI IFO
2082026-06-01T14:46:12.299Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-01T14:46:12.299Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-01T14:46:12.299Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-01T14:46:12.299Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-01T14:46:12.299Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-01T14:46:12.299Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-01T14:46:12.299Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-01T14:46:12.299Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-01T14:46:12.299Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-01T14:46:12.546Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-01T14:46:12.845Z Updating crates.io index
2192026-06-01T14:46:12.848Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-01T14:46:13.377Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-01T14:46:13.976Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-01T14:46:14.286Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-01T14:46:15.431Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-01T14:46:16.118Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-01T14:46:18.016Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-01T14:46:18.772Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-01T14:46:19.300Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-01T14:46:20.287Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-01T14:46:20.722Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-01T14:46:21.204Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-01T14:46:21.575Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-01T14:46:22.632Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-01T14:46:23.372Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-01T14:46:23.714Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-01T14:46:23.993Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-01T14:46:24.301Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-01T14:46:24.779Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-01T14:46:25.028Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-01T14:46:25.278Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-01T14:46:25.524Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-01T14:46:25.961Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-01T14:46:26.322Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-01T14:46:26.707Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-01T14:46:27.124Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-01T14:46:27.646Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-01T14:46:28.043Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-01T14:46:28.405Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-01T14:46:29.880Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-01T14:46:30.288Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-01T14:46:30.762Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-01T14:46:31.111Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-01T14:46:31.406Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-01T14:46:31.800Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-01T14:46:32.223Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-01T14:46:32.599Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-01T14:46:33.179Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-01T14:46:33.469Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-01T14:46:33.782Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-06-01T14:46:46.204Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-06-01T14:46:48.048Z Downloading crates ...
2612026-06-01T14:46:48.101Z Downloaded anstyle v1.0.14
2622026-06-01T14:46:48.101Z Downloaded autocfg v1.5.0
2632026-06-01T14:46:48.101Z Downloaded anstream v1.0.0
2642026-06-01T14:46:48.101Z Downloaded bitflags v2.11.0
2652026-06-01T14:46:48.163Z Downloaded potential_utf v0.1.4
2662026-06-01T14:46:48.163Z Downloaded num-traits v0.2.19
2672026-06-01T14:46:48.163Z Downloaded fnv v1.0.7
2682026-06-01T14:46:48.163Z Downloaded anyhow v1.0.102
2692026-06-01T14:46:48.163Z Downloaded pest_derive v2.8.6
2702026-06-01T14:46:48.163Z Downloaded serde_spanned v0.6.9
2712026-06-01T14:46:48.168Z Downloaded once_cell v1.21.3
2722026-06-01T14:46:48.168Z Downloaded cargo_toml v0.21.0
2732026-06-01T14:46:48.168Z Downloaded heck v0.4.1
2742026-06-01T14:46:48.168Z Downloaded log v0.4.29
2752026-06-01T14:46:48.168Z Downloaded thiserror v2.0.18
2762026-06-01T14:46:48.168Z Downloaded bytecount v0.6.9
2772026-06-01T14:46:48.168Z Downloaded zerofrom-derive v0.1.6
2782026-06-01T14:46:48.168Z Downloaded unicode-linebreak v0.1.5
2792026-06-01T14:46:48.168Z Downloaded zerofrom v0.1.6
2802026-06-01T14:46:48.168Z Downloaded utf8_iter v1.0.4
2812026-06-01T14:46:48.168Z Downloaded thiserror-impl v2.0.18
2822026-06-01T14:46:48.168Z Downloaded dtrace-parser v0.2.0
2832026-06-01T14:46:48.168Z Downloaded icu_provider v2.1.1
2842026-06-01T14:46:48.168Z Downloaded serde-value v0.7.0
2852026-06-01T14:46:48.168Z Downloaded displaydoc v0.2.5
2862026-06-01T14:46:48.168Z Downloaded utf8parse v0.2.2
2872026-06-01T14:46:48.168Z Downloaded typeid v1.0.3
2882026-06-01T14:46:48.168Z Downloaded pretty-hex v0.4.1
2892026-06-01T14:46:48.168Z Downloaded cfg-if v1.0.4
2902026-06-01T14:46:48.168Z Downloaded version_check v0.9.5
2912026-06-01T14:46:48.168Z Downloaded toml_edit v0.22.27
2922026-06-01T14:46:48.168Z Downloaded usdt-macro v0.5.0
2932026-06-01T14:46:48.169Z Downloaded usdt v0.5.0
2942026-06-01T14:46:48.169Z Downloaded thread-id v4.2.2
2952026-06-01T14:46:48.169Z Downloaded cargo-platform v0.2.0
2962026-06-01T14:46:48.169Z Downloaded fs-err v3.3.0
2972026-06-01T14:46:48.169Z Downloaded unicode-xid v0.2.6
2982026-06-01T14:46:48.169Z Downloaded pest_generator v2.8.6
2992026-06-01T14:46:48.169Z Downloaded toml_datetime v0.6.11
3002026-06-01T14:46:48.169Z Downloaded yoke-derive v0.8.1
3012026-06-01T14:46:48.169Z Downloaded scroll_derive v0.12.1
3022026-06-01T14:46:48.169Z Downloaded usdt-attr-macro v0.5.0
3032026-06-01T14:46:48.169Z Downloaded toml_write v0.1.2
3042026-06-01T14:46:48.169Z Downloaded generic-array v0.14.7
3052026-06-01T14:46:48.169Z Downloaded cpufeatures v0.2.17
3062026-06-01T14:46:48.169Z Downloaded heck v0.5.0
3072026-06-01T14:46:48.169Z Downloaded ordered-float v2.10.1
3082026-06-01T14:46:48.169Z Downloaded is_terminal_polyfill v1.70.2
3092026-06-01T14:46:48.169Z Downloaded proc-macro-error-attr v1.0.4
3102026-06-01T14:46:48.170Z Downloaded colorchoice v1.0.4
3112026-06-01T14:46:48.170Z Downloaded clap_derive v4.6.1
3122026-06-01T14:46:48.170Z Downloaded anstyle-parse v1.0.0
3132026-06-01T14:46:48.170Z Downloaded thiserror v1.0.69
3142026-06-01T14:46:48.227Z Downloaded zerovec-derive v0.11.2
3152026-06-01T14:46:48.227Z Downloaded yoke v0.8.1
3162026-06-01T14:46:48.227Z Downloaded toml v0.8.23
3172026-06-01T14:46:48.227Z Downloaded tinystr v0.8.2
3182026-06-01T14:46:48.227Z Downloaded errno v0.3.14
3192026-06-01T14:46:48.227Z Downloaded usdt-impl v0.5.0
3202026-06-01T14:46:48.227Z Downloaded percent-encoding v2.3.2
3212026-06-01T14:46:48.227Z Downloaded fastrand v2.3.0
3222026-06-01T14:46:48.227Z Downloaded ucd-trie v0.1.7
3232026-06-01T14:46:48.227Z Downloaded strsim v0.11.1
3242026-06-01T14:46:48.227Z Downloaded zerocopy-derive v0.7.35
3252026-06-01T14:46:48.228Z Downloaded zmij v1.0.21
3262026-06-01T14:46:48.228Z Downloaded equivalent v1.0.2
3272026-06-01T14:46:48.228Z Downloaded writeable v0.6.2
3282026-06-01T14:46:48.228Z Downloaded thiserror-impl v1.0.69
3292026-06-01T14:46:48.228Z Downloaded synstructure v0.13.2
3302026-06-01T14:46:48.228Z Downloaded plain v0.2.3
3312026-06-01T14:46:48.228Z Downloaded itoa v1.0.17
3322026-06-01T14:46:48.228Z Downloaded unicode-ident v1.0.24
3332026-06-01T14:46:48.228Z Downloaded textwrap v0.16.2
3342026-06-01T14:46:48.228Z Downloaded crypto-common v0.1.7
3352026-06-01T14:46:48.228Z Downloaded clap_lex v1.0.0
3362026-06-01T14:46:48.228Z Downloaded form_urlencoded v1.2.2
3372026-06-01T14:46:48.228Z Downloaded anstyle-query v1.1.5
3382026-06-01T14:46:48.228Z Downloaded tabled_derive v0.7.0
3392026-06-01T14:46:48.228Z Downloaded dof v0.3.0
3402026-06-01T14:46:48.228Z Downloaded block-buffer v0.10.4
3412026-06-01T14:46:48.228Z Downloaded url v2.5.8
3422026-06-01T14:46:48.228Z Downloaded stable_deref_trait v1.2.1
3432026-06-01T14:46:48.228Z Downloaded typenum v1.19.0
3442026-06-01T14:46:48.229Z Downloaded zerotrie v0.2.3
3452026-06-01T14:46:48.229Z Downloaded memmap v0.7.0
3462026-06-01T14:46:48.229Z Downloaded idna_adapter v1.2.1
3472026-06-01T14:46:48.229Z Downloaded macaddr v1.0.1
3482026-06-01T14:46:48.229Z Downloaded scroll v0.12.0
3492026-06-01T14:46:48.229Z Downloaded erased-serde v0.4.9
3502026-06-01T14:46:48.229Z Downloaded camino-tempfile v1.4.1
3512026-06-01T14:46:48.229Z Downloaded zerovec v0.11.5
3522026-06-01T14:46:48.246Z Downloaded terminal_size v0.4.3
3532026-06-01T14:46:48.247Z Downloaded serde-untagged v0.1.9
3542026-06-01T14:46:48.247Z Downloaded sha2 v0.10.9
3552026-06-01T14:46:48.247Z Downloaded zerocopy v0.7.35
3562026-06-01T14:46:48.247Z Downloaded winnow v0.7.14
3572026-06-01T14:46:48.247Z Downloaded unicode-width v0.2.0
3582026-06-01T14:46:48.247Z Downloaded digest v0.10.7
3592026-06-01T14:46:48.247Z Downloaded cargo_metadata v0.21.0
3602026-06-01T14:46:48.247Z Downloaded byteorder v1.5.0
3612026-06-01T14:46:48.247Z Downloaded smawk v0.3.2
3622026-06-01T14:46:48.247Z Downloaded unicode-width v0.1.14
3632026-06-01T14:46:48.247Z Downloaded serde_tokenstream v0.2.3
3642026-06-01T14:46:48.247Z Downloaded swrite v0.1.0
3652026-06-01T14:46:48.247Z Downloaded quote v1.0.45
3662026-06-01T14:46:48.247Z Downloaded proc-macro-error v1.0.4
3672026-06-01T14:46:48.247Z Downloaded tempfile v3.25.0
3682026-06-01T14:46:48.247Z Downloaded cargo-util-schemas v0.8.2
3692026-06-01T14:46:48.247Z Downloaded smallvec v1.15.1
3702026-06-01T14:46:48.247Z Downloaded litemap v0.8.1
3712026-06-01T14:46:48.254Z Downloaded semver v1.0.28
3722026-06-01T14:46:48.254Z Downloaded camino v1.2.2
3732026-06-01T14:46:48.254Z Downloaded papergrid v0.11.0
3742026-06-01T14:46:48.254Z Downloaded clap v4.6.1
3752026-06-01T14:46:48.263Z Downloaded serde_core v1.0.228
3762026-06-01T14:46:48.263Z Downloaded getrandom v0.4.1
3772026-06-01T14:46:48.263Z Downloaded proc-macro2 v1.0.106
3782026-06-01T14:46:48.276Z Downloaded serde_derive v1.0.228
3792026-06-01T14:46:48.276Z Downloaded pest v2.8.6
3802026-06-01T14:46:48.290Z Downloaded icu_normalizer_data v2.1.1
3812026-06-01T14:46:48.290Z Downloaded icu_normalizer v2.1.1
3822026-06-01T14:46:48.290Z Downloaded icu_locale_core v2.1.1
3832026-06-01T14:46:48.290Z Downloaded icu_collections v2.1.1
3842026-06-01T14:46:48.298Z Downloaded indexmap v2.14.0
3852026-06-01T14:46:48.299Z Downloaded icu_properties v2.1.2
3862026-06-01T14:46:48.299Z Downloaded serde v1.0.228
3872026-06-01T14:46:48.299Z Downloaded pest_meta v2.8.6
3882026-06-01T14:46:48.304Z Downloaded memchr v2.8.0
3892026-06-01T14:46:48.323Z Downloaded clap_builder v4.6.0
3902026-06-01T14:46:48.339Z Downloaded hashbrown v0.17.0
3912026-06-01T14:46:48.347Z Downloaded idna v1.1.0
3922026-06-01T14:46:48.347Z Downloaded icu_properties_data v2.1.2
3932026-06-01T14:46:48.347Z Downloaded serde_json v1.0.149
3942026-06-01T14:46:48.347Z Downloaded goblin v0.8.2
3952026-06-01T14:46:48.352Z Downloaded tabled v0.15.0
3962026-06-01T14:46:48.362Z Downloaded syn v1.0.109
3972026-06-01T14:46:48.373Z Downloaded syn v2.0.117
3982026-06-01T14:46:48.383Z Downloaded rustix v1.1.3
3992026-06-01T14:46:48.415Z Downloaded libc v0.2.185
4002026-06-01T14:46:48.483Z Compiling proc-macro2 v1.0.106
4012026-06-01T14:46:48.483Z Compiling unicode-ident v1.0.24
4022026-06-01T14:46:48.494Z Compiling quote v1.0.45
4032026-06-01T14:46:48.494Z Compiling serde_core v1.0.228
4042026-06-01T14:46:48.494Z Compiling libc v0.2.185
4052026-06-01T14:46:48.494Z Compiling version_check v0.9.5
4062026-06-01T14:46:48.494Z Compiling memchr v2.8.0
4072026-06-01T14:46:48.494Z Compiling stable_deref_trait v1.2.1
4082026-06-01T14:46:48.494Z Compiling serde v1.0.228
4092026-06-01T14:46:48.494Z Compiling zmij v1.0.21
4102026-06-01T14:46:48.666Z Compiling thiserror v1.0.69
4112026-06-01T14:46:48.669Z Compiling itoa v1.0.17
4122026-06-01T14:46:48.669Z Compiling autocfg v1.5.0
4132026-06-01T14:46:48.669Z Compiling ucd-trie v0.1.7
4142026-06-01T14:46:48.669Z Compiling writeable v0.6.2
4152026-06-01T14:46:48.967Z Compiling litemap v0.8.1
4162026-06-01T14:46:49.019Z Compiling icu_normalizer_data v2.1.1
4172026-06-01T14:46:49.153Z Compiling rustix v1.1.3
4182026-06-01T14:46:49.157Z Compiling byteorder v1.5.0
4192026-06-01T14:46:49.194Z Compiling icu_properties_data v2.1.2
4202026-06-01T14:46:49.252Z Compiling bitflags v2.11.0
4212026-06-01T14:46:49.363Z Compiling pest v2.8.6
4222026-06-01T14:46:49.380Z Compiling serde_json v1.0.149
4232026-06-01T14:46:49.436Z Compiling num-traits v0.2.19
4242026-06-01T14:46:49.438Z Compiling smallvec v1.15.1
4252026-06-01T14:46:49.604Z Compiling equivalent v1.0.2
4262026-06-01T14:46:49.608Z Compiling hashbrown v0.17.0
4272026-06-01T14:46:49.610Z Compiling typeid v1.0.3
4282026-06-01T14:46:49.628Z Compiling proc-macro-error-attr v1.0.4
4292026-06-01T14:46:49.724Z Compiling usdt-impl v0.5.0
4302026-06-01T14:46:49.785Z Compiling winnow v0.7.14
4312026-06-01T14:46:49.799Z Compiling syn v1.0.109
4322026-06-01T14:46:49.799Z Compiling toml_write v0.1.2
4332026-06-01T14:46:49.852Z Compiling errno v0.3.14
4342026-06-01T14:46:49.886Z Compiling thread-id v4.2.2
4352026-06-01T14:46:49.908Z Compiling erased-serde v0.4.9
4362026-06-01T14:46:49.992Z Compiling proc-macro-error v1.0.4
4372026-06-01T14:46:50.031Z Compiling percent-encoding v2.3.2
4382026-06-01T14:46:50.033Z Compiling getrandom v0.4.1
4392026-06-01T14:46:50.154Z Compiling indexmap v2.14.0
4402026-06-01T14:46:50.243Z Compiling camino v1.2.2
4412026-06-01T14:46:50.246Z Compiling log v0.4.29
4422026-06-01T14:46:50.246Z Compiling thiserror v2.0.18
4432026-06-01T14:46:50.280Z Compiling utf8parse v0.2.2
4442026-06-01T14:46:50.315Z Compiling utf8_iter v1.0.4
4452026-06-01T14:46:50.318Z Compiling plain v0.2.3
4462026-06-01T14:46:50.358Z Compiling syn v2.0.117
4472026-06-01T14:46:50.443Z Compiling pest_meta v2.8.6
4482026-06-01T14:46:50.488Z Compiling anstyle-parse v1.0.0
4492026-06-01T14:46:50.559Z Compiling ordered-float v2.10.1
4502026-06-01T14:46:50.641Z Compiling form_urlencoded v1.2.2
4512026-06-01T14:46:50.701Z Compiling cfg-if v1.0.4
4522026-06-01T14:46:50.710Z Compiling pretty-hex v0.4.1
4532026-06-01T14:46:50.710Z Compiling colorchoice v1.0.4
4542026-06-01T14:46:50.795Z Compiling anstyle v1.0.14
4552026-06-01T14:46:50.815Z Compiling is_terminal_polyfill v1.70.2
4562026-06-01T14:46:50.835Z Compiling anstyle-query v1.1.5
4572026-06-01T14:46:50.901Z Compiling terminal_size v0.4.3
4582026-06-01T14:46:50.909Z Compiling fs-err v3.3.0
4592026-06-01T14:46:51.005Z Compiling anstream v1.0.0
4602026-06-01T14:46:51.097Z Compiling semver v1.0.28
4612026-06-01T14:46:51.121Z Compiling bytecount v0.6.9
4622026-06-01T14:46:51.144Z Compiling unicode-xid v0.2.6
4632026-06-01T14:46:51.162Z Compiling once_cell v1.21.3
4642026-06-01T14:46:51.182Z Compiling heck v0.4.1
4652026-06-01T14:46:51.200Z Compiling heck v0.5.0
4662026-06-01T14:46:51.282Z Compiling fnv v1.0.7
4672026-06-01T14:46:51.301Z Compiling fastrand v2.3.0
4682026-06-01T14:46:51.332Z Compiling unicode-width v0.1.14
4692026-06-01T14:46:51.352Z Compiling clap_lex v1.0.0
4702026-06-01T14:46:51.399Z Compiling serde-untagged v0.1.9
4712026-06-01T14:46:51.469Z Compiling anyhow v1.0.102
4722026-06-01T14:46:51.472Z Compiling strsim v0.11.1
4732026-06-01T14:46:51.532Z Compiling memmap v0.7.0
4742026-06-01T14:46:51.535Z Compiling unicode-linebreak v0.1.5
4752026-06-01T14:46:51.552Z Compiling tempfile v3.25.0
4762026-06-01T14:46:51.664Z Compiling papergrid v0.11.0
4772026-06-01T14:46:51.667Z Compiling smawk v0.3.2
4782026-06-01T14:46:51.687Z Compiling unicode-width v0.2.0
4792026-06-01T14:46:51.750Z Compiling clap_builder v4.6.0
4802026-06-01T14:46:51.847Z Compiling camino-tempfile v1.4.1
4812026-06-01T14:46:51.866Z Compiling swrite v0.1.0
4822026-06-01T14:46:51.904Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-01T14:46:51.995Z Compiling textwrap v0.16.2
4842026-06-01T14:46:52.280Z Compiling tabled_derive v0.7.0
4852026-06-01T14:46:52.951Z Compiling tabled v0.15.0
4862026-06-01T14:46:52.969Z Compiling synstructure v0.13.2
4872026-06-01T14:46:52.972Z Compiling pest_generator v2.8.6
4882026-06-01T14:46:53.481Z Compiling serde_derive v1.0.228
4892026-06-01T14:46:53.484Z Compiling zerofrom-derive v0.1.6
4902026-06-01T14:46:53.485Z Compiling yoke-derive v0.8.1
4912026-06-01T14:46:53.485Z Compiling zerovec-derive v0.11.2
4922026-06-01T14:46:53.485Z Compiling displaydoc v0.2.5
4932026-06-01T14:46:53.485Z Compiling thiserror-impl v1.0.69
4942026-06-01T14:46:53.501Z Compiling zerocopy-derive v0.7.35
4952026-06-01T14:46:53.504Z Compiling scroll_derive v0.12.1
4962026-06-01T14:46:53.504Z Compiling thiserror-impl v2.0.18
4972026-06-01T14:46:53.556Z Compiling clap_derive v4.6.1
4982026-06-01T14:46:53.634Z Compiling pest_derive v2.8.6
4992026-06-01T14:46:54.210Z Compiling scroll v0.12.0
5002026-06-01T14:46:54.398Z Compiling zerocopy v0.7.35
5012026-06-01T14:46:54.442Z Compiling goblin v0.8.2
5022026-06-01T14:46:54.520Z Compiling zerofrom v0.1.6
5032026-06-01T14:46:54.631Z Compiling yoke v0.8.1
5042026-06-01T14:46:54.740Z Compiling dtrace-parser v0.2.0
5052026-06-01T14:46:54.793Z Compiling zerovec v0.11.5
5062026-06-01T14:46:54.793Z Compiling zerotrie v0.2.3
5072026-06-01T14:46:54.951Z Compiling clap v4.6.1
5082026-06-01T14:46:55.207Z Compiling tinystr v0.8.2
5092026-06-01T14:46:55.207Z Compiling potential_utf v0.1.4
5102026-06-01T14:46:55.328Z Compiling icu_collections v2.1.1
5112026-06-01T14:46:55.378Z Compiling icu_locale_core v2.1.1
5122026-06-01T14:46:55.908Z Compiling icu_provider v2.1.1
5132026-06-01T14:46:55.933Z Compiling toml_datetime v0.6.11
5142026-06-01T14:46:55.933Z Compiling serde_spanned v0.6.9
5152026-06-01T14:46:55.936Z Compiling serde-value v0.7.0
5162026-06-01T14:46:55.936Z Compiling cargo-platform v0.2.0
5172026-06-01T14:46:55.936Z Compiling macaddr v1.0.1
5182026-06-01T14:46:55.950Z Compiling dof v0.3.0
5192026-06-01T14:46:55.953Z Compiling serde_tokenstream v0.2.3
5202026-06-01T14:46:56.132Z Compiling icu_normalizer v2.1.1
5212026-06-01T14:46:56.133Z Compiling icu_properties v2.1.2
5222026-06-01T14:46:56.196Z Compiling toml_edit v0.22.27
5232026-06-01T14:46:56.768Z Compiling usdt-macro v0.5.0
5242026-06-01T14:46:56.768Z Compiling usdt-attr-macro v0.5.0
5252026-06-01T14:46:57.003Z Compiling idna_adapter v1.2.1
5262026-06-01T14:46:57.112Z Compiling idna v1.1.0
5272026-06-01T14:46:57.370Z Compiling usdt v0.5.0
5282026-06-01T14:46:57.388Z Compiling url v2.5.8
5292026-06-01T14:46:57.546Z Compiling toml v0.8.23
5302026-06-01T14:46:57.880Z Compiling cargo-util-schemas v0.8.2
5312026-06-01T14:46:57.880Z Compiling cargo_toml v0.21.0
5322026-06-01T14:46:58.662Z Compiling cargo_metadata v0.21.0
5332026-06-01T14:46:59.575Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-01T14:47:01.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.32s
5352026-06-01T14:47:01.953Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-01T14:47:02.547Z Downloading crates ...
5372026-06-01T14:47:02.633Z Downloaded adler2 v2.0.1
5382026-06-01T14:47:02.639Z Downloaded async-recursion v1.1.1
5392026-06-01T14:47:02.649Z Downloaded base16ct v0.2.0
5402026-06-01T14:47:02.652Z Downloaded assert_matches v1.5.0
5412026-06-01T14:47:02.652Z Downloaded atty v0.2.14
5422026-06-01T14:47:02.654Z Downloaded arrayref v0.3.9
5432026-06-01T14:47:02.654Z Downloaded crucible-workspace-hack v0.1.0
5442026-06-01T14:47:02.666Z Downloaded arrayvec v0.7.6
5452026-06-01T14:47:02.669Z Downloaded async-trait v0.1.89
5462026-06-01T14:47:02.673Z Downloaded bitfield-macros v0.19.4
5472026-06-01T14:47:02.675Z Downloaded dirs-next v2.0.0
5482026-06-01T14:47:02.675Z Downloaded cfg_aliases v0.1.1
5492026-06-01T14:47:02.678Z Downloaded bitfield-struct v0.6.2
5502026-06-01T14:47:02.678Z Downloaded bcrypt-pbkdf v0.10.0
5512026-06-01T14:47:02.681Z Downloaded embedded-io v0.4.0
5522026-06-01T14:47:02.681Z Downloaded darling_macro v0.21.3
5532026-06-01T14:47:02.681Z Downloaded ascii-canvas v3.0.0
5542026-06-01T14:47:02.684Z Downloaded crypto-bigint v0.5.5
5552026-06-01T14:47:02.686Z Downloaded dsl_auto_type v0.2.0
5562026-06-01T14:47:02.686Z Downloaded document-features v0.2.12
5572026-06-01T14:47:02.689Z Downloaded drift v0.2.0
5582026-06-01T14:47:02.697Z Downloaded crossbeam-epoch v0.9.18
5592026-06-01T14:47:02.699Z Downloaded ciborium-ll v0.2.2
5602026-06-01T14:47:02.699Z Downloaded array-init v0.0.4
5612026-06-01T14:47:02.699Z Downloaded atomicwrites v0.4.4
5622026-06-01T14:47:02.699Z Downloaded async-stream-impl v0.3.6
5632026-06-01T14:47:02.699Z Downloaded aead v0.5.2
5642026-06-01T14:47:02.702Z Downloaded crossterm v0.29.0
5652026-06-01T14:47:02.705Z Downloaded ff v0.13.1
5662026-06-01T14:47:02.707Z Downloaded cfg_aliases v0.2.1
5672026-06-01T14:47:02.707Z Downloaded darling v0.23.0
5682026-06-01T14:47:02.710Z Downloaded erased-serde v0.3.31
5692026-06-01T14:47:02.713Z Downloaded cobs v0.3.0
5702026-06-01T14:47:02.713Z Downloaded bit-vec v0.8.0
5712026-06-01T14:47:02.713Z Downloaded argon2 v0.5.3
5722026-06-01T14:47:02.716Z Downloaded endian-type v0.1.2
5732026-06-01T14:47:02.716Z Downloaded either v1.15.0
5742026-06-01T14:47:02.716Z Downloaded ecdsa v0.16.9
5752026-06-01T14:47:02.720Z Downloaded convert_case v0.4.0
5762026-06-01T14:47:02.720Z Downloaded cargo-platform v0.3.2
5772026-06-01T14:47:02.724Z Downloaded daft v0.1.7
5782026-06-01T14:47:02.724Z Downloaded env_logger v0.11.9
5792026-06-01T14:47:02.724Z Downloaded curve25519-dalek-derive v0.1.1
5802026-06-01T14:47:02.724Z Downloaded castaway v0.2.4
5812026-06-01T14:47:02.727Z Downloaded dropshot_endpoint v0.17.0
5822026-06-01T14:47:02.727Z Downloaded difflib v0.4.0
5832026-06-01T14:47:02.727Z Downloaded atomic-waker v1.1.2
5842026-06-01T14:47:02.730Z Downloaded defmt-parser v1.0.0
5852026-06-01T14:47:02.730Z Downloaded bit-set v0.5.3
5862026-06-01T14:47:02.730Z Downloaded foreign-types v0.5.0
5872026-06-01T14:47:02.732Z Downloaded fixedbitset v0.4.2
5882026-06-01T14:47:02.732Z Downloaded downcast-rs v2.0.2
5892026-06-01T14:47:02.735Z Downloaded crc-catalog v2.4.0
5902026-06-01T14:47:02.735Z Downloaded darling_macro v0.13.4
5912026-06-01T14:47:02.738Z Downloaded compression-core v0.4.31
5922026-06-01T14:47:02.742Z Downloaded dtrace-parser v0.3.0
5932026-06-01T14:47:02.744Z Downloaded async-stream v0.3.6
5942026-06-01T14:47:02.744Z Downloaded dunce v1.0.5
5952026-06-01T14:47:02.747Z Downloaded cpufeatures v0.3.0
5962026-06-01T14:47:02.750Z Downloaded crc v3.4.0
5972026-06-01T14:47:02.754Z Downloaded block-padding v0.3.3
5982026-06-01T14:47:02.757Z Downloaded bit-set v0.8.0
5992026-06-01T14:47:02.760Z Downloaded float-cmp v0.10.0
6002026-06-01T14:47:02.760Z Downloaded ciborium v0.2.2
6012026-06-01T14:47:02.764Z Downloaded debug-ignore v1.0.5
6022026-06-01T14:47:02.764Z Downloaded console v0.15.11
6032026-06-01T14:47:02.767Z Downloaded float-ord v0.3.2
6042026-06-01T14:47:02.767Z Downloaded foreign-types-macros v0.2.3
6052026-06-01T14:47:02.767Z Downloaded dof v0.4.0
6062026-06-01T14:47:02.767Z Downloaded defmt v0.3.100
6072026-06-01T14:47:02.770Z Downloaded foreign-types v0.3.2
6082026-06-01T14:47:02.770Z Downloaded base64ct v1.8.3
6092026-06-01T14:47:02.772Z Downloaded display-error-chain v0.2.2
6102026-06-01T14:47:02.772Z Downloaded dirs-sys-next v0.1.2
6112026-06-01T14:47:02.772Z Downloaded darling_macro v0.20.11
6122026-06-01T14:47:02.772Z Downloaded flagset v0.4.7
6132026-06-01T14:47:02.775Z Downloaded darling_macro v0.23.0
6142026-06-01T14:47:02.775Z Downloaded crunchy v0.2.4
6152026-06-01T14:47:02.775Z Downloaded cipher v0.4.4
6162026-06-01T14:47:02.778Z Downloaded dyn-clone v1.0.20
6172026-06-01T14:47:02.778Z Downloaded enum-as-inner v0.6.1
6182026-06-01T14:47:02.781Z Downloaded cexpr v0.6.0
6192026-06-01T14:47:02.781Z Downloaded ciborium-io v0.2.2
6202026-06-01T14:47:02.784Z Downloaded futures-macro v0.3.32
6212026-06-01T14:47:02.784Z Downloaded futures-io v0.3.32
6222026-06-01T14:47:02.784Z Downloaded futures-task v0.3.32
6232026-06-01T14:47:02.788Z Downloaded gethostname v0.5.0
6242026-06-01T14:47:02.788Z Downloaded fxhash v0.2.1
6252026-06-01T14:47:02.788Z Downloaded derive_builder_core v0.20.2
6262026-06-01T14:47:02.790Z Downloaded crossbeam-deque v0.8.6
6272026-06-01T14:47:02.790Z Downloaded backon v1.6.0
6282026-06-01T14:47:02.794Z Downloaded foreign-types-shared v0.3.1
6292026-06-01T14:47:02.794Z Downloaded futures-core v0.3.32
6302026-06-01T14:47:02.794Z Downloaded cmake v0.1.57
6312026-06-01T14:47:02.796Z Downloaded console v0.16.2
6322026-06-01T14:47:02.796Z Downloaded blowfish v0.9.1
6332026-06-01T14:47:02.800Z Downloaded constant_time_eq v0.4.2
6342026-06-01T14:47:02.800Z Downloaded anstyle-parse v0.2.7
6352026-06-01T14:47:02.803Z Downloaded bitfield v0.19.4
6362026-06-01T14:47:02.803Z Downloaded cassowary v0.3.0
6372026-06-01T14:47:02.803Z Downloaded camino-tempfile-ext v0.3.3
6382026-06-01T14:47:02.806Z Downloaded bb8 v0.8.6
6392026-06-01T14:47:02.806Z Downloaded const_format_proc_macros v0.2.34
6402026-06-01T14:47:02.806Z Downloaded backoff v0.4.0
6412026-06-01T14:47:02.808Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-06-01T14:47:02.808Z Downloaded compression-codecs v0.4.37
6432026-06-01T14:47:02.811Z Downloaded buf-list v1.1.2
6442026-06-01T14:47:02.814Z Downloaded fd-lock v4.0.4
6452026-06-01T14:47:02.817Z Downloaded cargo_metadata v0.23.1
6462026-06-01T14:47:02.817Z Downloaded hash32 v0.3.1
6472026-06-01T14:47:02.819Z Downloaded git-stub v1.0.0
6482026-06-01T14:47:02.819Z Downloaded ghash v0.5.1
6492026-06-01T14:47:02.819Z Downloaded futures-sink v0.3.32
6502026-06-01T14:47:02.822Z Downloaded corncobs v0.1.4
6512026-06-01T14:47:02.822Z Downloaded bit-vec v0.6.3
6522026-06-01T14:47:02.825Z Downloaded ahash v0.8.12
6532026-06-01T14:47:02.825Z Downloaded funty v2.0.0
6542026-06-01T14:47:02.825Z Downloaded anstream v0.6.21
6552026-06-01T14:47:02.829Z Downloaded env_filter v1.0.0
6562026-06-01T14:47:02.829Z Downloaded headers-core v0.3.0
6572026-06-01T14:47:02.832Z Downloaded foldhash v0.2.0
6582026-06-01T14:47:02.832Z Downloaded hash32 v0.2.1
6592026-06-01T14:47:02.832Z Downloaded fallible-iterator v0.2.0
6602026-06-01T14:47:02.835Z Downloaded dropshot-api-manager-types v0.7.2
6612026-06-01T14:47:02.835Z Downloaded bzip2 v0.4.4
6622026-06-01T14:47:02.835Z Downloaded futures-executor v0.3.32
6632026-06-01T14:47:02.838Z Downloaded fs_extra v1.3.0
6642026-06-01T14:47:02.838Z Downloaded fs-err v2.11.0
6652026-06-01T14:47:02.841Z Downloaded bcs v0.1.6
6662026-06-01T14:47:02.841Z Downloaded foreign-types-shared v0.1.1
6672026-06-01T14:47:02.843Z Downloaded hubpack v0.1.2
6682026-06-01T14:47:02.843Z Downloaded http-body v1.0.1
6692026-06-01T14:47:02.843Z Downloaded ena v0.14.4
6702026-06-01T14:47:02.846Z Downloaded httpdate v1.0.3
6712026-06-01T14:47:02.846Z Downloaded home v0.5.12
6722026-06-01T14:47:02.846Z Downloaded derive-ex v0.1.8
6732026-06-01T14:47:02.849Z Downloaded daft-derive v0.1.7
6742026-06-01T14:47:02.852Z Downloaded ident_case v1.0.1
6752026-06-01T14:47:02.852Z Downloaded hex-literal v0.4.1
6762026-06-01T14:47:02.855Z Downloaded chacha20 v0.10.0
6772026-06-01T14:47:02.855Z Downloaded diesel-dtrace v0.5.0
6782026-06-01T14:47:02.857Z Downloaded cookie v0.18.1
6792026-06-01T14:47:02.857Z Downloaded find-msvc-tools v0.1.9
6802026-06-01T14:47:02.860Z Downloaded cookie_store v0.22.1
6812026-06-01T14:47:02.863Z Downloaded bzip2 v0.6.1
6822026-06-01T14:47:02.863Z Downloaded hex v0.4.3
6832026-06-01T14:47:02.866Z Downloaded defmt v1.0.1
6842026-06-01T14:47:02.868Z Downloaded hostname v0.3.1
6852026-06-01T14:47:02.868Z Downloaded hubpack_derive v0.1.1
6862026-06-01T14:47:02.868Z Downloaded blake2 v0.10.6
6872026-06-01T14:47:02.871Z Downloaded group v0.13.0
6882026-06-01T14:47:02.871Z Downloaded async-bb8-diesel v0.2.1
6892026-06-01T14:47:02.874Z Downloaded hyper-tls v0.6.0
6902026-06-01T14:47:02.874Z Downloaded illumos-nvpair v0.3.0
6912026-06-01T14:47:02.877Z Downloaded convert_case v0.10.0
6922026-06-01T14:47:02.877Z Downloaded chacha20 v0.9.1
6932026-06-01T14:47:02.880Z Downloaded async-compression v0.4.41
6942026-06-01T14:47:02.882Z Downloaded inout v0.1.4
6952026-06-01T14:47:02.882Z Downloaded darling v0.13.4
6962026-06-01T14:47:02.885Z Downloaded indoc v1.0.9
6972026-06-01T14:47:02.888Z Downloaded ed25519 v2.2.3
6982026-06-01T14:47:02.888Z Downloaded der_derive v0.7.3
6992026-06-01T14:47:02.891Z Downloaded csv-core v0.1.13
7002026-06-01T14:47:02.891Z Downloaded fixedbitset v0.5.7
7012026-06-01T14:47:02.894Z Downloaded git-stub-vcs v0.1.0
7022026-06-01T14:47:02.894Z Downloaded hostname v0.4.2
7032026-06-01T14:47:02.897Z Downloaded http-body-util v0.1.3
7042026-06-01T14:47:02.897Z Downloaded data-encoding v2.10.0
7052026-06-01T14:47:02.900Z Downloaded hyper-staticfile v0.10.1
7062026-06-01T14:47:02.900Z Downloaded illumos-nvpair-sys v0.2.0
7072026-06-01T14:47:02.900Z Downloaded is-terminal v0.4.17
7082026-06-01T14:47:02.902Z Downloaded instant v0.1.13
7092026-06-01T14:47:02.902Z Downloaded instability v0.3.11
7102026-06-01T14:47:02.906Z Downloaded globset v0.4.18
7112026-06-01T14:47:02.906Z Downloaded globwalk v0.9.1
7122026-06-01T14:47:02.906Z Downloaded glob v0.3.3
7132026-06-01T14:47:02.909Z Downloaded internet-checksum v0.2.1
7142026-06-01T14:47:02.909Z Downloaded cstr-argument v0.1.2
7152026-06-01T14:47:02.909Z Downloaded lalrpop-util v0.19.12
7162026-06-01T14:47:02.909Z Downloaded ed25519-dalek v2.2.0
7172026-06-01T14:47:02.912Z Downloaded kstat-rs v0.2.4
7182026-06-01T14:47:02.912Z Downloaded keccak v0.1.6
7192026-06-01T14:47:02.914Z Downloaded lazy_static v1.5.0
7202026-06-01T14:47:02.914Z Downloaded crc32fast v1.5.0
7212026-06-01T14:47:02.917Z Downloaded crossbeam-utils v0.8.21
7222026-06-01T14:47:02.920Z Downloaded darling v0.20.11
7232026-06-01T14:47:02.922Z Downloaded const-oid v0.9.6
7242026-06-01T14:47:02.925Z Downloaded critical-section v1.2.0
7252026-06-01T14:47:02.925Z Downloaded is_ci v1.2.0
7262026-06-01T14:47:02.928Z Downloaded libscf-sys v1.1.0
7272026-06-01T14:47:02.928Z Downloaded darling v0.21.3
7282026-06-01T14:47:02.931Z Downloaded colored v3.1.1
7292026-06-01T14:47:02.933Z Downloaded derive_more v2.1.1
7302026-06-01T14:47:02.939Z Downloaded lru-cache v0.1.2
7312026-06-01T14:47:02.941Z Downloaded linked-hash-map v0.5.6
7322026-06-01T14:47:02.941Z Downloaded http-range v0.1.5
7332026-06-01T14:47:02.944Z Downloaded highway v1.3.0
7342026-06-01T14:47:02.944Z Downloaded colored v2.2.0
7352026-06-01T14:47:02.947Z Downloaded mime v0.3.17
7362026-06-01T14:47:02.947Z Downloaded lru-slab v0.1.2
7372026-06-01T14:47:02.947Z Downloaded md-5 v0.10.6
7382026-06-01T14:47:02.950Z Downloaded md5 v0.7.0
7392026-06-01T14:47:02.950Z Downloaded lzss v0.8.2
7402026-06-01T14:47:02.952Z Downloaded multimap v0.10.1
7412026-06-01T14:47:02.952Z Downloaded maybe-uninit v2.0.0
7422026-06-01T14:47:02.952Z Downloaded match_cfg v0.1.0
7432026-06-01T14:47:02.955Z Downloaded newtype-uuid-macros v0.1.0
7442026-06-01T14:47:02.955Z Downloaded new_debug_unreachable v1.0.6
7452026-06-01T14:47:02.958Z Downloaded managed v0.8.0
7462026-06-01T14:47:02.958Z Downloaded maplit v1.0.2
7472026-06-01T14:47:02.958Z Downloaded lru v0.12.5
7482026-06-01T14:47:02.960Z Downloaded nibble_vec v0.1.0
7492026-06-01T14:47:02.960Z Downloaded num v0.4.3
7502026-06-01T14:47:02.960Z Downloaded newtype_derive v0.1.6
7512026-06-01T14:47:02.963Z Downloaded impl-trait-for-tuples v0.2.3
7522026-06-01T14:47:02.963Z Downloaded ingot v0.1.1
7532026-06-01T14:47:02.966Z Downloaded futures-channel v0.3.32
7542026-06-01T14:47:02.966Z Downloaded allocator-api2 v0.2.21
7552026-06-01T14:47:02.969Z Downloaded derive_builder v0.20.2
7562026-06-01T14:47:02.973Z Downloaded des v0.8.1
7572026-06-01T14:47:02.975Z Downloaded foldhash v0.1.5
7582026-06-01T14:47:02.975Z Downloaded ctr v0.9.2
7592026-06-01T14:47:02.978Z Downloaded normalize-line-endings v0.3.0
7602026-06-01T14:47:02.978Z Downloaded nonempty v0.12.0
7612026-06-01T14:47:02.978Z Downloaded newline-converter v0.3.0
7622026-06-01T14:47:02.978Z Downloaded ipnetwork v0.21.1
7632026-06-01T14:47:02.981Z Downloaded num-derive v0.3.3
7642026-06-01T14:47:02.981Z Downloaded ipnet v2.11.0
7652026-06-01T14:47:02.983Z Downloaded ingot-types v0.1.2
7662026-06-01T14:47:02.983Z Downloaded elliptic-curve v0.13.8
7672026-06-01T14:47:02.986Z Downloaded jobserver v0.1.34
7682026-06-01T14:47:02.989Z Downloaded libloading v0.8.9
7692026-06-01T14:47:02.992Z Downloaded num-conv v0.2.0
7702026-06-01T14:47:02.992Z Downloaded crc-any v2.5.0
7712026-06-01T14:47:02.994Z Downloaded half v1.8.3
7722026-06-01T14:47:02.995Z Downloaded base64 v0.22.1
7732026-06-01T14:47:02.997Z Downloaded libefi-sys v0.1.0
7742026-06-01T14:47:02.997Z Downloaded indoc v2.0.7
7752026-06-01T14:47:03.000Z Downloaded olpc-cjson v0.1.4
7762026-06-01T14:47:03.003Z Downloaded chacha20poly1305 v0.10.1
7772026-06-01T14:47:03.003Z Downloaded num_threads v0.1.7
7782026-06-01T14:47:03.005Z Downloaded hmac v0.12.1
7792026-06-01T14:47:03.005Z Downloaded arc-swap v1.8.2
7802026-06-01T14:47:03.010Z Downloaded libsw-core v0.3.2
7812026-06-01T14:47:03.013Z Downloaded iana-time-zone v0.1.65
7822026-06-01T14:47:03.013Z Downloaded humantime v2.3.0
7832026-06-01T14:47:03.013Z Downloaded memoffset v0.9.1
7842026-06-01T14:47:03.013Z Downloaded httparse v1.10.1
7852026-06-01T14:47:03.015Z Downloaded openssl-probe v0.1.6
7862026-06-01T14:47:03.018Z Downloaded oso-derive v0.27.3
7872026-06-01T14:47:03.018Z Downloaded packed_struct_codegen v0.10.1
7882026-06-01T14:47:03.019Z Downloaded opaque-debug v0.3.1
7892026-06-01T14:47:03.019Z Downloaded openssl-macros v0.1.1
7902026-06-01T14:47:03.021Z Downloaded openssl-probe v0.2.1
7912026-06-01T14:47:03.021Z Downloaded num_enum_derive v0.5.11
7922026-06-01T14:47:03.021Z Downloaded lock_api v0.4.14
7932026-06-01T14:47:03.024Z Downloaded mime_guess v2.0.5
7942026-06-01T14:47:03.024Z Downloaded num-iter v0.1.45
7952026-06-01T14:47:03.041Z Downloaded pbkdf2 v0.11.0
7962026-06-01T14:47:03.045Z Downloaded nodrop v0.1.14
7972026-06-01T14:47:03.045Z Downloaded nanorand v0.7.0
7982026-06-01T14:47:03.048Z Downloaded darling_core v0.13.4
7992026-06-01T14:47:03.051Z Downloaded cc v1.2.56
8002026-06-01T14:47:03.051Z Downloaded ingot-macros v0.1.1
8012026-06-01T14:47:03.054Z Downloaded path-slash v0.1.5
8022026-06-01T14:47:03.054Z Downloaded parse-size v1.1.0
8032026-06-01T14:47:03.054Z Downloaded parse-display v0.10.0
8042026-06-01T14:47:03.057Z Downloaded num-integer v0.1.46
8052026-06-01T14:47:03.057Z Downloaded newtype-uuid v1.3.2
8062026-06-01T14:47:03.057Z Downloaded native-tls v0.2.18
8072026-06-01T14:47:03.060Z Downloaded multer v3.1.0
8082026-06-01T14:47:03.062Z Downloaded getrandom v0.3.4
8092026-06-01T14:47:03.065Z Downloaded peg-runtime v0.8.5
8102026-06-01T14:47:03.065Z Downloaded const_format v0.2.35
8112026-06-01T14:47:03.068Z Downloaded num-rational v0.4.2
8122026-06-01T14:47:03.071Z Downloaded num-complex v0.4.6
8132026-06-01T14:47:03.071Z Downloaded diff v0.1.13
8142026-06-01T14:47:03.074Z Downloaded ar_archive_writer v0.5.1
8152026-06-01T14:47:03.074Z Downloaded pbkdf2 v0.12.2
8162026-06-01T14:47:03.076Z Downloaded phf_shared v0.12.1
8172026-06-01T14:47:03.077Z Downloaded phf_shared v0.11.3
8182026-06-01T14:47:03.079Z Downloaded pin-utils v0.1.0
8192026-06-01T14:47:03.079Z Downloaded num-derive v0.4.2
8202026-06-01T14:47:03.079Z Downloaded num_enum v0.5.11
8212026-06-01T14:47:03.083Z Downloaded phf_shared v0.13.1
8222026-06-01T14:47:03.087Z Downloaded oxnet v0.1.5
8232026-06-01T14:47:03.087Z Downloaded owo-colors v4.3.0
8242026-06-01T14:47:03.089Z Downloaded num_enum v0.7.6
8252026-06-01T14:47:03.092Z Downloaded nu-ansi-term v0.50.3
8262026-06-01T14:47:03.092Z Downloaded num_enum_derive v0.7.6
8272026-06-01T14:47:03.095Z Downloaded linear-map v1.2.0
8282026-06-01T14:47:03.095Z Downloaded libsw v3.5.0
8292026-06-01T14:47:03.095Z Downloaded fatfs v0.3.6
8302026-06-01T14:47:03.098Z Downloaded litrs v1.0.0
8312026-06-01T14:47:03.101Z Downloaded memmap2 v0.9.10
8322026-06-01T14:47:03.101Z Downloaded precomputed-hash v0.1.1
8332026-06-01T14:47:03.103Z Downloaded derive_more v0.99.20
8342026-06-01T14:47:03.106Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-06-01T14:47:03.106Z Downloaded proc-macro-crate v1.3.1
8362026-06-01T14:47:03.106Z Downloaded progenitor-macro v0.11.2
8372026-06-01T14:47:03.109Z Downloaded predicates-core v1.0.10
8382026-06-01T14:47:03.109Z Downloaded proc-macro-crate v3.4.0
8392026-06-01T14:47:03.111Z Downloaded derive-where v1.6.0
8402026-06-01T14:47:03.120Z Downloaded heapless v0.7.17
8412026-06-01T14:47:03.120Z Downloaded crossterm v0.28.1
8422026-06-01T14:47:03.120Z Downloaded futures v0.3.32
8432026-06-01T14:47:03.125Z Downloaded flume v0.11.1
8442026-06-01T14:47:03.128Z Downloaded paste v1.0.15
8452026-06-01T14:47:03.128Z Downloaded password-hash v0.5.0
8462026-06-01T14:47:03.131Z Downloaded libbz2-rs-sys v0.2.2
8472026-06-01T14:47:03.131Z Downloaded parse-display-derive v0.10.0
8482026-06-01T14:47:03.133Z Downloaded flate2 v1.1.9
8492026-06-01T14:47:03.136Z Downloaded headers v0.4.1
8502026-06-01T14:47:03.140Z Downloaded base64 v0.21.7
8512026-06-01T14:47:03.143Z Downloaded progenitor-client v0.11.2
8522026-06-01T14:47:03.143Z Downloaded half v2.7.1
8532026-06-01T14:47:03.146Z Downloaded progenitor-macro v0.14.0
8542026-06-01T14:47:03.146Z Downloaded der v0.7.10
8552026-06-01T14:47:03.149Z Downloaded rand_chacha v0.3.1
8562026-06-01T14:47:03.151Z Downloaded phf v0.13.1
8572026-06-01T14:47:03.151Z Downloaded phf v0.12.1
8582026-06-01T14:47:03.151Z Downloaded pem-rfc7468 v0.7.0
8592026-06-01T14:47:03.154Z Downloaded packed_struct v0.10.1
8602026-06-01T14:47:03.154Z Downloaded polyval v0.6.2
8612026-06-01T14:47:03.157Z Downloaded psl-types v2.0.11
8622026-06-01T14:47:03.157Z Downloaded pem v3.0.6
8632026-06-01T14:47:03.160Z Downloaded radium v0.7.0
8642026-06-01T14:47:03.160Z Downloaded quick-error v1.2.3
8652026-06-01T14:47:03.160Z Downloaded pkg-config v0.3.32
8662026-06-01T14:47:03.162Z Downloaded pkcs8 v0.10.2
8672026-06-01T14:47:03.162Z Downloaded pin-project-internal v1.1.11
8682026-06-01T14:47:03.165Z Downloaded primeorder v0.13.6
8692026-06-01T14:47:03.165Z Downloaded progenitor-macro v0.13.0
8702026-06-01T14:47:03.169Z Downloaded rand_xorshift v0.4.0
8712026-06-01T14:47:03.169Z Downloaded peg-macros v0.8.5
8722026-06-01T14:47:03.172Z Downloaded omicron-zone-package v0.12.2
8732026-06-01T14:47:03.172Z Downloaded peg v0.8.5
8742026-06-01T14:47:03.172Z Downloaded parking_lot_core v0.8.6
8752026-06-01T14:47:03.175Z Downloaded darling_core v0.23.0
8762026-06-01T14:47:03.178Z Downloaded ref-cast-impl v1.0.25
8772026-06-01T14:47:03.180Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-06-01T14:47:03.181Z Downloaded recursive v0.1.1
8792026-06-01T14:47:03.181Z Downloaded proc-macro-error2 v2.0.1
8802026-06-01T14:47:03.183Z Downloaded oxide-tokio-rt v0.1.4
8812026-06-01T14:47:03.183Z Downloaded rfc6979 v0.4.0
8822026-06-01T14:47:03.186Z Downloaded ref-cast v1.0.25
8832026-06-01T14:47:03.186Z Downloaded darling_core v0.21.3
8842026-06-01T14:47:03.189Z Downloaded ppv-lite86 v0.2.21
8852026-06-01T14:47:03.192Z Downloaded progenitor v0.11.2
8862026-06-01T14:47:03.192Z Downloaded indicatif v0.18.4
8872026-06-01T14:47:03.195Z Downloaded predicates-tree v1.0.13
8882026-06-01T14:47:03.198Z Downloaded bytes v1.11.1
8892026-06-01T14:47:03.200Z Downloaded indexmap v1.9.3
8902026-06-01T14:47:03.203Z Downloaded parking_lot v0.11.2
8912026-06-01T14:47:03.203Z Downloaded powerfmt v0.2.0
8922026-06-01T14:47:03.203Z Downloaded poly1305 v0.8.0
8932026-06-01T14:47:03.206Z Downloaded parking_lot v0.12.5
8942026-06-01T14:47:03.209Z Downloaded darling_core v0.20.11
8952026-06-01T14:47:03.213Z Downloaded psm v0.1.30
8962026-06-01T14:47:03.213Z Downloaded ignore v0.4.25
8972026-06-01T14:47:03.216Z Downloaded compact_str v0.8.1
8982026-06-01T14:47:03.219Z Downloaded rtoolbox v0.0.3
8992026-06-01T14:47:03.219Z Downloaded crossbeam-channel v0.5.15
9002026-06-01T14:47:03.222Z Downloaded rustc-hash v2.1.1
9012026-06-01T14:47:03.222Z Downloaded progenitor v0.14.0
9022026-06-01T14:47:03.222Z Downloaded progenitor v0.13.0
9032026-06-01T14:47:03.225Z Downloaded rustc_version v0.1.7
9042026-06-01T14:47:03.225Z Downloaded progenitor-extras v0.2.0
9052026-06-01T14:47:03.228Z Downloaded postgres-protocol v0.6.10
9062026-06-01T14:47:03.228Z Downloaded postgres-types v0.2.12
9072026-06-01T14:47:03.230Z Downloaded russh-cryptovec v0.7.3
9082026-06-01T14:47:03.230Z Downloaded postcard v1.1.3
9092026-06-01T14:47:03.233Z Downloaded pin-project-lite v0.2.17
9102026-06-01T14:47:03.236Z Downloaded rand_core v0.9.5
9112026-06-01T14:47:03.236Z Downloaded pkcs5 v0.7.1
9122026-06-01T14:47:03.239Z Downloaded predicates v3.1.4
9132026-06-01T14:47:03.242Z Downloaded rustc_version v0.4.1
9142026-06-01T14:47:03.242Z Downloaded miniz_oxide v0.8.9
9152026-06-01T14:47:03.244Z Downloaded progenitor-client v0.13.0
9162026-06-01T14:47:03.244Z Downloaded pkcs1 v0.7.5
9172026-06-01T14:47:03.247Z Downloaded diesel_derives v2.3.7
9182026-06-01T14:47:03.250Z Downloaded parking_lot_core v0.9.12
9192026-06-01T14:47:03.253Z Downloaded rand_core v0.6.4
9202026-06-01T14:47:03.253Z Downloaded scrypt v0.11.0
9212026-06-01T14:47:03.256Z Downloaded scroll_derive v0.13.1
9222026-06-01T14:47:03.256Z Downloaded sapling-renderdag v0.1.0
9232026-06-01T14:47:03.259Z Downloaded same-file v1.0.6
9242026-06-01T14:47:03.259Z Downloaded hickory-resolver v0.25.2
9252026-06-01T14:47:03.262Z Downloaded resolv-conf v0.7.6
9262026-06-01T14:47:03.262Z Downloaded oso v0.27.3
9272026-06-01T14:47:03.265Z Downloaded rand_chacha v0.9.0
9282026-06-01T14:47:03.265Z Downloaded p256 v0.13.2
9292026-06-01T14:47:03.268Z Downloaded progenitor-client v0.14.0
9302026-06-01T14:47:03.271Z Downloaded hickory-resolver v0.24.4
9312026-06-01T14:47:03.271Z Downloaded r2d2 v0.8.10
9322026-06-01T14:47:03.274Z Downloaded bumpalo v3.20.2
9332026-06-01T14:47:03.274Z Downloaded salsa20 v0.10.2
9342026-06-01T14:47:03.277Z Downloaded jiff-static v0.2.21
9352026-06-01T14:47:03.279Z Downloaded indent_write v2.2.0
9362026-06-01T14:47:03.280Z Downloaded hyper-rustls v0.27.7
9372026-06-01T14:47:03.285Z Downloaded secrecy v0.10.3
9382026-06-01T14:47:03.285Z Downloaded expectorate v1.2.0
9392026-06-01T14:47:03.288Z Downloaded rand_core v0.10.0
9402026-06-01T14:47:03.288Z Downloaded derive_more-impl v2.1.1
9412026-06-01T14:47:03.288Z Downloaded getrandom v0.2.17
9422026-06-01T14:47:03.291Z Downloaded aes v0.8.4
9432026-06-01T14:47:03.293Z Downloaded cancel-safe-futures v0.1.5
9442026-06-01T14:47:03.296Z Downloaded scopeguard v1.2.0
9452026-06-01T14:47:03.296Z Downloaded embedded-io v0.6.1
9462026-06-01T14:47:03.296Z Downloaded deranged v0.5.8
9472026-06-01T14:47:03.299Z Downloaded serde_repr v0.1.20
9482026-06-01T14:47:03.299Z Downloaded serde_plain v1.0.2
9492026-06-01T14:47:03.302Z Downloaded serde_bytes v0.11.19
9502026-06-01T14:47:03.302Z Downloaded hashbrown v0.12.3
9512026-06-01T14:47:03.305Z Downloaded defmt-macros v1.0.1
9522026-06-01T14:47:03.305Z Downloaded clang-sys v1.8.1
9532026-06-01T14:47:03.308Z Downloaded filetime v0.2.27
9542026-06-01T14:47:03.308Z Downloaded derive_builder_macro v0.20.2
9552026-06-01T14:47:03.308Z Downloaded seq-macro v0.3.6
9562026-06-01T14:47:03.311Z Downloaded semver v0.1.20
9572026-06-01T14:47:03.311Z Downloaded sha1 v0.10.6
9582026-06-01T14:47:03.313Z Downloaded serde_urlencoded v0.7.1
9592026-06-01T14:47:03.313Z Downloaded serde-big-array v0.5.1
9602026-06-01T14:47:03.313Z Downloaded pin-project v1.1.11
9612026-06-01T14:47:03.321Z Downloaded rand_seeder v0.4.0
9622026-06-01T14:47:03.323Z Downloaded rustls-pemfile v2.2.0
9632026-06-01T14:47:03.323Z Downloaded papergrid v0.17.0
9642026-06-01T14:47:03.326Z Downloaded quinn-udp v0.5.14
9652026-06-01T14:47:03.329Z Downloaded shell-words v1.1.1
9662026-06-01T14:47:03.329Z Downloaded serde_spanned v1.0.4
9672026-06-01T14:47:03.332Z Downloaded minimal-lexical v0.2.1
9682026-06-01T14:47:03.334Z Downloaded siphasher v1.0.2
9692026-06-01T14:47:03.334Z Downloaded sigpipe v0.1.3
9702026-06-01T14:47:03.334Z Downloaded signature v2.2.0
9712026-06-01T14:47:03.337Z Downloaded rustversion v1.0.22
9722026-06-01T14:47:03.337Z Downloaded rustls-pemfile v1.0.4
9732026-06-01T14:47:03.340Z Downloaded heapless v0.8.0
9742026-06-01T14:47:03.343Z Downloaded slog-envlogger v2.2.0
9752026-06-01T14:47:03.343Z Downloaded progenitor-impl v0.13.0
9762026-06-01T14:47:03.346Z Downloaded scheduled-thread-pool v0.2.7
9772026-06-01T14:47:03.346Z Downloaded hashbrown v0.13.2
9782026-06-01T14:47:03.348Z Downloaded secrecy v0.8.0
9792026-06-01T14:47:03.348Z Downloaded cbc v0.1.2
9802026-06-01T14:47:03.349Z Downloaded rusty-fork v0.3.1
9812026-06-01T14:47:03.351Z Downloaded bitflags v1.3.2
9822026-06-01T14:47:03.351Z Downloaded byte-wrapper v0.1.0
9832026-06-01T14:47:03.354Z Downloaded http v1.4.0
9842026-06-01T14:47:03.357Z Downloaded slog-bunyan v2.5.0
9852026-06-01T14:47:03.357Z Downloaded progenitor-impl v0.11.2
9862026-06-01T14:47:03.357Z Downloaded hickory-server v0.25.2
9872026-06-01T14:47:03.361Z Downloaded crc8 v0.1.1
9882026-06-01T14:47:03.365Z Downloaded aes-gcm v0.10.3
9892026-06-01T14:47:03.370Z Downloaded russh-keys v0.45.0
9902026-06-01T14:47:03.373Z Downloaded aws-lc-rs v1.16.3
9912026-06-01T14:47:03.378Z Downloaded serde_derive_internals v0.29.1
9922026-06-01T14:47:03.380Z Downloaded serde-hex v0.1.0
9932026-06-01T14:47:03.380Z Downloaded sct v0.7.1
9942026-06-01T14:47:03.383Z Downloaded scroll v0.13.0
9952026-06-01T14:47:03.383Z Downloaded schemars_derive v0.8.22
9962026-06-01T14:47:03.386Z Downloaded ssh-cipher v0.2.0
9972026-06-01T14:47:03.386Z Downloaded prettyplease v0.2.37
9982026-06-01T14:47:03.388Z Downloaded password-hash v0.4.2
9992026-06-01T14:47:03.391Z Downloaded serde_with_macros v1.5.2
10002026-06-01T14:47:03.394Z Downloaded ssh-encoding v0.2.0
10012026-06-01T14:47:03.394Z Downloaded sqlparser_derive v0.5.0
10022026-06-01T14:47:03.399Z Downloaded rcgen v0.12.1
10032026-06-01T14:47:03.402Z Downloaded signal-hook-tokio v0.3.1
10042026-06-01T14:47:03.405Z Downloaded rustls-native-certs v0.8.3
10052026-06-01T14:47:03.405Z Downloaded strum v0.27.2
10062026-06-01T14:47:03.408Z Downloaded serde_path_to_error v0.1.20
10072026-06-01T14:47:03.408Z Downloaded signal-hook-mio v0.2.5
10082026-06-01T14:47:03.408Z Downloaded shlex v1.3.0
10092026-06-01T14:47:03.411Z Downloaded rustls-pki-types v1.14.0
10102026-06-01T14:47:03.411Z Downloaded simd-adler32 v0.3.8
10112026-06-01T14:47:03.414Z Downloaded signal-hook-registry v1.4.8
10122026-06-01T14:47:03.414Z Downloaded strum v0.26.3
10132026-06-01T14:47:03.414Z Downloaded structmeta v0.3.0
10142026-06-01T14:47:03.417Z Downloaded strip-ansi-escapes v0.2.1
10152026-06-01T14:47:03.417Z Downloaded strsim v0.10.0
10162026-06-01T14:47:03.421Z Downloaded itertools v0.10.5
10172026-06-01T14:47:03.425Z Downloaded pretty_assertions v1.4.1
10182026-06-01T14:47:03.427Z Downloaded sec1 v0.7.3
10192026-06-01T14:47:03.427Z Downloaded openssl-sys v0.9.115
10202026-06-01T14:47:03.430Z Downloaded tap v1.0.1
10212026-06-01T14:47:03.434Z Downloaded sync_wrapper v1.0.2
10222026-06-01T14:47:03.434Z Downloaded prefix-trie v0.7.0
10232026-06-01T14:47:03.438Z Downloaded tabled_derive v0.11.0
10242026-06-01T14:47:03.438Z Downloaded slog-json v2.6.1
10252026-06-01T14:47:03.438Z Downloaded smallvec v0.6.14
10262026-06-01T14:47:03.438Z Downloaded slog-stdlog v4.1.1
10272026-06-01T14:47:03.441Z Downloaded slog-async v2.8.0
10282026-06-01T14:47:03.441Z Downloaded slab v0.4.12
10292026-06-01T14:47:03.441Z Downloaded slog-dtrace v0.3.0
10302026-06-01T14:47:03.441Z Downloaded hyper-util v0.1.20
10312026-06-01T14:47:03.444Z Downloaded spki v0.7.3
10322026-06-01T14:47:03.447Z Downloaded serde_cbor v0.11.2
10332026-06-01T14:47:03.452Z Downloaded smf v0.2.3
10342026-06-01T14:47:03.454Z Downloaded sqlformat v0.3.5
10352026-06-01T14:47:03.455Z Downloaded structmeta-derive v0.3.0
10362026-06-01T14:47:03.455Z Downloaded sync-ptr v0.1.4
10372026-06-01T14:47:03.455Z Downloaded take_mut v0.2.2
10382026-06-01T14:47:03.457Z Downloaded tagptr v0.2.0
10392026-06-01T14:47:03.457Z Downloaded time-core v0.1.8
10402026-06-01T14:47:03.457Z Downloaded thread-id v5.1.0
10412026-06-01T14:47:03.460Z Downloaded subtle v2.6.1
10422026-06-01T14:47:03.460Z Downloaded termtree v0.5.1
10432026-06-01T14:47:03.460Z Downloaded slog-scope v4.4.1
10442026-06-01T14:47:03.463Z Downloaded num-bigint v0.4.6
10452026-06-01T14:47:03.466Z Downloaded string_cache v0.8.9
10462026-06-01T14:47:03.466Z Downloaded mio v1.2.0
10472026-06-01T14:47:03.469Z Downloaded slog-term v2.9.2
10482026-06-01T14:47:03.471Z Downloaded hashbrown v0.16.1
10492026-06-01T14:47:03.474Z Downloaded stacker v0.1.23
10502026-06-01T14:47:03.477Z Downloaded strum_macros v0.26.4
10512026-06-01T14:47:03.477Z Downloaded tinyvec_macros v0.1.1
10522026-06-01T14:47:03.477Z Downloaded tabwriter v1.4.1
10532026-06-01T14:47:03.480Z Downloaded ryu v1.0.23
10542026-06-01T14:47:03.480Z Downloaded static_assertions v1.1.0
10552026-06-01T14:47:03.483Z Downloaded snafu-derive v0.8.9
10562026-06-01T14:47:03.483Z Downloaded support-bundle-viewer v0.1.2
10572026-06-01T14:47:03.483Z Downloaded strum_macros v0.24.3
10582026-06-01T14:47:03.486Z Downloaded serde_with_macros v3.17.0
10592026-06-01T14:47:03.486Z Downloaded progenitor-impl v0.14.0
10602026-06-01T14:47:03.489Z Downloaded hashbrown v0.15.5
10612026-06-01T14:47:03.492Z Downloaded dropshot-api-manager v0.7.2
10622026-06-01T14:47:03.495Z Downloaded publicsuffix v2.3.0
10632026-06-01T14:47:03.495Z Downloaded qorb v0.4.1
10642026-06-01T14:47:03.498Z Downloaded thiserror-impl-no-std v2.0.2
10652026-06-01T14:47:03.501Z Downloaded testing_table v0.3.0
10662026-06-01T14:47:03.503Z Downloaded stringprep v0.1.5
10672026-06-01T14:47:03.506Z Downloaded rayon-core v1.13.0
10682026-06-01T14:47:03.509Z Downloaded aho-corasick v1.1.4
10692026-06-01T14:47:03.514Z Downloaded spin v0.9.8
10702026-06-01T14:47:03.517Z Downloaded tokio-macros v2.7.0
10712026-06-01T14:47:03.522Z Downloaded schemars v0.8.22
10722026-06-01T14:47:03.529Z Downloaded rand v0.8.6
10732026-06-01T14:47:03.532Z Downloaded tiny-keccak v2.0.2
10742026-06-01T14:47:03.534Z Downloaded time-macros v0.2.27
10752026-06-01T14:47:03.534Z Downloaded tower-service v0.3.3
10762026-06-01T14:47:03.537Z Downloaded thread_local v1.1.9
10772026-06-01T14:47:03.537Z Downloaded supports-color v3.0.2
10782026-06-01T14:47:03.537Z Downloaded strum_macros v0.27.2
10792026-06-01T14:47:03.540Z Downloaded serde_yaml v0.9.34+deprecated
10802026-06-01T14:47:03.543Z Downloaded nom v7.1.3
10812026-06-01T14:47:03.546Z Downloaded topological-sort v0.2.2
10822026-06-01T14:47:03.546Z Downloaded signal-hook v0.3.18
10832026-06-01T14:47:03.548Z Downloaded try-lock v0.2.5
10842026-06-01T14:47:03.549Z Downloaded tls_codec_derive v0.4.2
10852026-06-01T14:47:03.551Z Downloaded tls_codec v0.4.2
10862026-06-01T14:47:03.551Z Downloaded ron v0.8.1
10872026-06-01T14:47:03.554Z Downloaded typify-macro v0.6.2
10882026-06-01T14:47:03.557Z Downloaded typify-macro v0.4.3
10892026-06-01T14:47:03.557Z Downloaded termios v0.3.3
10902026-06-01T14:47:03.559Z Downloaded futures-util v0.3.32
10912026-06-01T14:47:03.564Z Downloaded tower-layer v0.3.3
10922026-06-01T14:47:03.568Z Downloaded thiserror-no-std v2.0.2
10932026-06-01T14:47:03.571Z Downloaded tokio-dtrace v0.1.1
10942026-06-01T14:47:03.571Z Downloaded tokio-rustls v0.25.0
10952026-06-01T14:47:03.571Z Downloaded rustls-platform-verifier v0.6.2
10962026-06-01T14:47:03.573Z Downloaded usdt-attr-macro v0.6.0
10972026-06-01T14:47:03.573Z Downloaded untrusted v0.9.0
10982026-06-01T14:47:03.576Z Downloaded unit-prefix v0.5.2
10992026-06-01T14:47:03.576Z Downloaded quinn v0.11.9
11002026-06-01T14:47:03.579Z Downloaded itertools v0.13.0
11012026-06-01T14:47:03.581Z Downloaded universal-hash v0.5.1
11022026-06-01T14:47:03.584Z Downloaded unarray v0.1.4
11032026-06-01T14:47:03.584Z Downloaded iri-string v0.7.10
11042026-06-01T14:47:03.587Z Downloaded similar v2.7.0
11052026-06-01T14:47:03.590Z Downloaded libxml v0.3.3
11062026-06-01T14:47:03.593Z Downloaded term v1.2.1
11072026-06-01T14:47:03.596Z Downloaded rand v0.9.2
11082026-06-01T14:47:03.600Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-06-01T14:47:03.603Z Downloaded unicode-truncate v1.1.0
11102026-06-01T14:47:03.603Z Downloaded trait-variant v0.1.2
11112026-06-01T14:47:03.603Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11122026-06-01T14:47:03.603Z Downloaded waitgroup v0.1.2
11132026-06-01T14:47:03.603Z Downloaded wait-timeout v0.2.1
11142026-06-01T14:47:03.606Z Downloaded blake3 v1.8.3
11152026-06-01T14:47:03.609Z Downloaded utf-8 v0.7.6
11162026-06-01T14:47:03.612Z Downloaded tui-tree-widget v0.23.1
11172026-06-01T14:47:03.612Z Downloaded usdt-macro v0.6.0
11182026-06-01T14:47:03.612Z Downloaded untrusted v0.7.1
11192026-06-01T14:47:03.614Z Downloaded tokio-tungstenite v0.21.0
11202026-06-01T14:47:03.614Z Downloaded tokio-tungstenite v0.23.1
11212026-06-01T14:47:03.617Z Downloaded slog v2.8.2
11222026-06-01T14:47:03.620Z Downloaded tokio-native-tls v0.3.1
11232026-06-01T14:47:03.620Z Downloaded nom v8.0.0
11242026-06-01T14:47:03.624Z Downloaded void v1.0.2
11252026-06-01T14:47:03.627Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-06-01T14:47:03.631Z Downloaded unicase v2.9.0
11272026-06-01T14:47:03.633Z Downloaded tokio-rustls v0.26.4
11282026-06-01T14:47:03.633Z Downloaded xshell-macros v0.2.7
11292026-06-01T14:47:03.633Z Downloaded usdt v0.6.0
11302026-06-01T14:47:03.636Z Downloaded term v0.7.0
11312026-06-01T14:47:03.636Z Downloaded rsa v0.9.10
11322026-06-01T14:47:03.639Z Downloaded tokio-stream v0.1.18
11332026-06-01T14:47:03.642Z Downloaded socket2 v0.5.10
11342026-06-01T14:47:03.645Z Downloaded uzers v0.12.2
11352026-06-01T14:47:03.645Z Downloaded num-bigint-dig v0.8.6
11362026-06-01T14:47:03.647Z Downloaded want v0.3.1
11372026-06-01T14:47:03.652Z Downloaded itertools v0.12.1
11382026-06-01T14:47:03.652Z Downloaded vergen-gitcl v1.0.8
11392026-06-01T14:47:03.655Z Downloaded vergen-git2 v9.1.0
11402026-06-01T14:47:03.655Z Downloaded zeroize_derive v1.4.3
11412026-06-01T14:47:03.658Z Downloaded test-strategy v0.4.5
11422026-06-01T14:47:03.661Z Downloaded vergen-lib v0.1.6
11432026-06-01T14:47:03.664Z Downloaded rand v0.10.1
11442026-06-01T14:47:03.667Z Downloaded zone v0.3.1
11452026-06-01T14:47:03.674Z Downloaded socket2 v0.6.3
11462026-06-01T14:47:03.678Z Downloaded samael v0.0.19
11472026-06-01T14:47:03.684Z Downloaded wyz v0.5.1
11482026-06-01T14:47:03.686Z Downloaded whoami v1.6.1
11492026-06-01T14:47:03.690Z Downloaded iddqd v0.4.2
11502026-06-01T14:47:03.695Z Downloaded hkdf v0.12.4
11512026-06-01T14:47:03.699Z Downloaded zone_cfg_derive v0.3.1
11522026-06-01T14:47:03.701Z Downloaded xshell v0.2.7
11532026-06-01T14:47:03.701Z Downloaded xattr v1.6.1
11542026-06-01T14:47:03.701Z Downloaded schemars v0.9.0
11552026-06-01T14:47:03.708Z Downloaded usdt-impl v0.6.0
11562026-06-01T14:47:03.711Z Downloaded snafu v0.8.9
11572026-06-01T14:47:03.714Z Downloaded zeroize v1.8.2
11582026-06-01T14:47:03.717Z Downloaded vergen-lib v9.1.0
11592026-06-01T14:47:03.720Z Downloaded subprocess v0.2.15
11602026-06-01T14:47:03.720Z Downloaded vsss-rs v3.3.4
11612026-06-01T14:47:03.726Z Downloaded zstd v0.13.3
11622026-06-01T14:47:03.732Z Downloaded tungstenite v0.21.0
11632026-06-01T14:47:03.735Z Downloaded whoami v2.1.0
11642026-06-01T14:47:03.738Z Downloaded twox-hash v2.1.2
11652026-06-01T14:47:03.738Z Downloaded zstd-safe v7.2.4
11662026-06-01T14:47:03.741Z Downloaded tracing-attributes v0.1.31
11672026-06-01T14:47:03.747Z Downloaded itertools v0.14.0
11682026-06-01T14:47:03.751Z Downloaded tinyvec v1.10.0
11692026-06-01T14:47:03.756Z Downloaded russh v0.45.0
11702026-06-01T14:47:03.759Z Downloaded walkdir v2.5.0
11712026-06-01T14:47:03.762Z Downloaded uuid v1.23.0
11722026-06-01T14:47:03.765Z Downloaded toml v0.7.8
11732026-06-01T14:47:03.765Z Downloaded vte v0.14.1
11742026-06-01T14:47:03.768Z Downloaded hyper v1.8.1
11752026-06-01T14:47:03.771Z Downloaded p521 v0.13.3
11762026-06-01T14:47:03.774Z Downloaded tokio-rustls v0.24.1
11772026-06-01T14:47:03.777Z Downloaded tungstenite v0.23.0
11782026-06-01T14:47:03.781Z Downloaded vergen v9.1.0
11792026-06-01T14:47:03.787Z Downloaded bitvec v1.0.1
11802026-06-01T14:47:03.796Z Downloaded h2 v0.4.13
11812026-06-01T14:47:03.800Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-06-01T14:47:03.802Z Downloaded bindgen v0.71.1
11832026-06-01T14:47:03.805Z Downloaded tar v0.4.45
11842026-06-01T14:47:03.808Z Downloaded toml_edit v0.19.15
11852026-06-01T14:47:03.816Z Downloaded toml v1.0.6+spec-1.1.0
11862026-06-01T14:47:03.819Z Downloaded git2 v0.20.4
11872026-06-01T14:47:03.824Z Downloaded reqwest v0.13.2
11882026-06-01T14:47:03.827Z Downloaded yasna v0.5.2
11892026-06-01T14:47:03.830Z Downloaded unicode_categories v0.1.1
11902026-06-01T14:47:03.830Z Downloaded rustls-webpki v0.103.9
11912026-06-01T14:47:03.833Z Downloaded typify v0.6.2
11922026-06-01T14:47:03.836Z Downloaded typify v0.4.3
11932026-06-01T14:47:03.839Z Downloaded reqwest v0.12.28
11942026-06-01T14:47:03.842Z Downloaded unicode-properties v0.1.4
11952026-06-01T14:47:03.842Z Downloaded zerocopy v0.6.6
11962026-06-01T14:47:03.845Z Downloaded unsafe-libyaml v0.2.11
11972026-06-01T14:47:03.845Z Downloaded schemars v1.2.1
11982026-06-01T14:47:03.853Z Downloaded zopfli v0.8.3
11992026-06-01T14:47:03.856Z Downloaded zip v0.6.6
12002026-06-01T14:47:03.859Z Downloaded rayon v1.11.0
12012026-06-01T14:47:03.862Z Downloaded yansi v1.0.1
12022026-06-01T14:47:03.867Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-06-01T14:47:03.870Z Downloaded chrono v0.4.44
12042026-06-01T14:47:03.873Z Downloaded tracing-core v0.1.36
12052026-06-01T14:47:03.873Z Downloaded rustyline v14.0.0
12062026-06-01T14:47:03.876Z Downloaded rpassword v7.4.0
12072026-06-01T14:47:03.876Z Downloaded serde_with v1.14.0
12082026-06-01T14:47:03.879Z Downloaded zerocopy-derive v0.8.40
12092026-06-01T14:47:03.885Z Downloaded tower v0.5.3
12102026-06-01T14:47:03.890Z Downloaded portable-atomic v1.13.1
12112026-06-01T14:47:03.894Z Downloaded typed-path v0.9.3
12122026-06-01T14:47:03.897Z Downloaded x509-cert v0.2.5
12132026-06-01T14:47:03.902Z Downloaded tokio-postgres v0.7.16
12142026-06-01T14:47:03.905Z Downloaded lalrpop v0.19.12
12152026-06-01T14:47:03.912Z Downloaded unicode-bidi v0.3.18
12162026-06-01T14:47:03.915Z Downloaded moka v0.12.13
12172026-06-01T14:47:03.918Z Downloaded reedline v0.40.0
12182026-06-01T14:47:03.922Z Downloaded p384 v0.13.1
12192026-06-01T14:47:03.925Z Downloaded libm v0.2.16
12202026-06-01T14:47:03.931Z Downloaded ssh-key v0.6.7
12212026-06-01T14:47:03.935Z Downloaded tough v0.22.0
12222026-06-01T14:47:03.940Z Downloaded tokio-util v0.7.18
12232026-06-01T14:47:03.945Z Downloaded steno v0.4.1
12242026-06-01T14:47:03.947Z Downloaded petname v2.0.2
12252026-06-01T14:47:03.964Z Downloaded regex v1.12.3
12262026-06-01T14:47:03.973Z Downloaded winnow v0.5.40
12272026-06-01T14:47:03.977Z Downloaded quinn-proto v0.11.13
12282026-06-01T14:47:03.982Z Downloaded rustls-webpki v0.102.8
12292026-06-01T14:47:03.992Z Downloaded nix v0.27.1
12302026-06-01T14:47:03.998Z Downloaded bstr v1.12.1
12312026-06-01T14:47:04.024Z Downloaded radix_trie v0.2.1
12322026-06-01T14:47:04.036Z Downloaded quick-xml v0.37.5
12332026-06-01T14:47:04.041Z Downloaded openssl v0.10.79
12342026-06-01T14:47:04.050Z Downloaded rustls-webpki v0.101.7
12352026-06-01T14:47:04.057Z Downloaded unicode-segmentation v1.12.0
12362026-06-01T14:47:04.061Z Downloaded rustls v0.21.12
12372026-06-01T14:47:04.065Z Downloaded smoltcp v0.9.1
12382026-06-01T14:47:04.071Z Downloaded salty v0.3.0
12392026-06-01T14:47:04.075Z Downloaded nix v0.28.0
12402026-06-01T14:47:04.082Z Downloaded zlib-rs v0.6.2
12412026-06-01T14:47:04.085Z Downloaded hickory-proto v0.24.4
12422026-06-01T14:47:04.093Z Downloaded hickory-proto v0.25.2
12432026-06-01T14:47:04.102Z Downloaded zip v4.6.1
12442026-06-01T14:47:04.105Z Downloaded zerocopy v0.8.40
12452026-06-01T14:47:04.109Z Downloaded unicode-normalization v0.1.25
12462026-06-01T14:47:04.112Z Downloaded tower-http v0.6.8
12472026-06-01T14:47:04.116Z Downloaded proptest v1.10.0
12482026-06-01T14:47:04.122Z Downloaded serde_with v3.17.0
12492026-06-01T14:47:04.129Z Downloaded regress v0.11.1
12502026-06-01T14:47:04.135Z Downloaded regex-syntax v0.8.10
12512026-06-01T14:47:04.139Z Downloaded goblin v0.10.5
12522026-06-01T14:47:04.158Z Downloaded object v0.30.4
12532026-06-01T14:47:04.167Z Downloaded curve25519-dalek v4.1.3
12542026-06-01T14:47:04.206Z Downloaded sqlparser v0.61.0
12552026-06-01T14:47:04.211Z Downloaded sled v0.34.7
12562026-06-01T14:47:04.217Z Downloaded dropshot v0.17.0
12572026-06-01T14:47:04.232Z Downloaded bzip2-sys v0.1.13+1.0.8
12582026-06-01T14:47:04.266Z Downloaded winnow v1.0.3
12592026-06-01T14:47:04.272Z Downloaded winnow v0.6.26
12602026-06-01T14:47:04.278Z Downloaded chrono-tz v0.10.4
12612026-06-01T14:47:04.289Z Downloaded tabled v0.20.0
12622026-06-01T14:47:04.313Z Downloaded polar-core v0.27.3
12632026-06-01T14:47:04.320Z Downloaded jiff v0.2.21
12642026-06-01T14:47:04.323Z Downloaded petgraph v0.8.3
12652026-06-01T14:47:04.336Z Downloaded time v0.3.47
12662026-06-01T14:47:04.343Z Downloaded vcpkg v0.2.15
12672026-06-01T14:47:04.366Z Downloaded nix v0.31.2
12682026-06-01T14:47:04.372Z Downloaded regex-syntax v0.6.29
12692026-06-01T14:47:04.390Z Downloaded webpki-roots v1.0.6
12702026-06-01T14:47:04.393Z Downloaded object v0.37.3
12712026-06-01T14:47:04.399Z Downloaded tokio v1.52.1
12722026-06-01T14:47:04.423Z Downloaded smoltcp v0.11.0
12732026-06-01T14:47:04.429Z Downloaded rustls v0.22.4
12742026-06-01T14:47:04.436Z Downloaded diesel v2.3.7
12752026-06-01T14:47:04.448Z Downloaded rustix v0.38.44
12762026-06-01T14:47:04.461Z Downloaded rustls v0.23.37
12772026-06-01T14:47:04.468Z Downloaded regress v0.10.5
12782026-06-01T14:47:04.473Z Downloaded openapiv3 v2.2.0
12792026-06-01T14:47:04.552Z Downloaded ring v0.17.14
12802026-06-01T14:47:04.577Z Downloaded typify-impl v0.6.2
12812026-06-01T14:47:04.593Z Downloaded ratatui v0.29.0
12822026-06-01T14:47:04.604Z Downloaded typify-impl v0.4.3
12832026-06-01T14:47:04.612Z Downloaded tracing v0.1.44
12842026-06-01T14:47:04.625Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-06-01T14:47:04.658Z Downloaded zerocopy-derive v0.6.6
12862026-06-01T14:47:04.667Z Downloaded regex-automata v0.4.14
12872026-06-01T14:47:04.700Z Downloaded petgraph v0.6.5
12882026-06-01T14:47:04.738Z Downloaded libz-sys v1.1.24
12892026-06-01T14:47:04.750Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-06-01T14:47:04.761Z Downloaded sha3 v0.10.8
12912026-06-01T14:47:04.764Z Downloaded csv v1.4.0
12922026-06-01T14:47:04.793Z Downloaded encoding_rs v0.8.35
12932026-06-01T14:47:05.144Z Downloaded aws-lc-sys v0.40.0
12942026-06-01T14:47:05.401Z Compiling libc v0.2.185
12952026-06-01T14:47:05.401Z Compiling serde v1.0.228
12962026-06-01T14:47:05.404Z Compiling log v0.4.29
12972026-06-01T14:47:05.404Z Compiling find-msvc-tools v0.1.9
12982026-06-01T14:47:05.404Z Compiling shlex v1.3.0
12992026-06-01T14:47:05.404Z Compiling smallvec v1.15.1
13002026-06-01T14:47:05.404Z Compiling typenum v1.19.0
13012026-06-01T14:47:05.404Z Compiling subtle v2.6.1
13022026-06-01T14:47:05.404Z Compiling generic-array v0.14.7
13032026-06-01T14:47:05.405Z Compiling scopeguard v1.2.0
13042026-06-01T14:47:05.405Z Compiling const-oid v0.9.6
13052026-06-01T14:47:05.596Z Compiling serde_json v1.0.149
13062026-06-01T14:47:05.623Z Compiling syn v2.0.117
13072026-06-01T14:47:05.638Z Compiling zerocopy v0.8.40
13082026-06-01T14:47:05.641Z Compiling parking_lot_core v0.9.12
13092026-06-01T14:47:05.693Z Compiling portable-atomic v1.13.1
13102026-06-01T14:47:05.753Z Compiling pin-project-lite v0.2.17
13112026-06-01T14:47:05.753Z Compiling pkg-config v0.3.32
13122026-06-01T14:47:05.782Z Compiling bitflags v2.11.0
13132026-06-01T14:47:05.835Z Compiling lock_api v0.4.14
13142026-06-01T14:47:05.859Z Compiling libm v0.2.16
13152026-06-01T14:47:05.892Z Compiling futures-core v0.3.32
13162026-06-01T14:47:05.910Z Compiling critical-section v1.2.0
13172026-06-01T14:47:05.940Z Compiling num-traits v0.2.19
13182026-06-01T14:47:05.973Z Compiling percent-encoding v2.3.2
13192026-06-01T14:47:06.052Z Compiling futures-sink v0.3.32
13202026-06-01T14:47:06.055Z Compiling cpufeatures v0.2.17
13212026-06-01T14:47:06.055Z Compiling futures-io v0.3.32
13222026-06-01T14:47:06.115Z Compiling futures-task v0.3.32
13232026-06-01T14:47:06.115Z Compiling getrandom v0.4.1
13242026-06-01T14:47:06.165Z Compiling futures-channel v0.3.32
13252026-06-01T14:47:06.198Z Compiling slab v0.4.12
13262026-06-01T14:47:06.230Z Compiling rand_core v0.10.0
13272026-06-01T14:47:06.233Z Compiling indexmap v2.14.0
13282026-06-01T14:47:06.275Z Compiling getrandom v0.3.4
13292026-06-01T14:47:06.322Z Compiling rustversion v1.0.22
13302026-06-01T14:47:06.364Z Compiling form_urlencoded v1.2.2
13312026-06-01T14:47:06.367Z Compiling fs_extra v1.3.0
13322026-06-01T14:47:06.397Z Compiling dunce v1.0.5
13332026-06-01T14:47:06.400Z Compiling base64ct v1.8.3
13342026-06-01T14:47:06.504Z Compiling ident_case v1.0.1
13352026-06-01T14:47:06.507Z Compiling regex-syntax v0.8.10
13362026-06-01T14:47:06.561Z Compiling iana-time-zone v0.1.65
13372026-06-01T14:47:06.575Z Compiling rustix v1.1.3
13382026-06-01T14:47:06.655Z Compiling getrandom v0.2.17
13392026-06-01T14:47:06.658Z Compiling jobserver v0.1.34
13402026-06-01T14:47:06.705Z Compiling errno v0.3.14
13412026-06-01T14:47:06.757Z Compiling mio v1.2.0
13422026-06-01T14:47:06.790Z Compiling socket2 v0.6.3
13432026-06-01T14:47:06.823Z Compiling rand_core v0.6.4
13442026-06-01T14:47:06.881Z Compiling signal-hook-registry v1.4.8
13452026-06-01T14:47:06.922Z Compiling cc v1.2.56
13462026-06-01T14:47:06.966Z Compiling parking_lot v0.12.5
13472026-06-01T14:47:06.982Z Compiling once_cell v1.21.3
13482026-06-01T14:47:07.053Z Compiling pem-rfc7468 v0.7.0
13492026-06-01T14:47:07.068Z Compiling flagset v0.4.7
13502026-06-01T14:47:07.157Z Compiling vcpkg v0.2.15
13512026-06-01T14:47:07.221Z Compiling aws-lc-rs v1.16.3
13522026-06-01T14:47:07.236Z Compiling tracing-core v0.1.36
13532026-06-01T14:47:07.253Z Compiling uuid v1.23.0
13542026-06-01T14:47:07.269Z Compiling rustc_version v0.4.1
13552026-06-01T14:47:07.293Z Compiling rand_core v0.9.5
13562026-06-01T14:47:07.377Z Compiling base64 v0.22.1
13572026-06-01T14:47:07.394Z Compiling untrusted v0.7.1
13582026-06-01T14:47:07.397Z Compiling tinyvec_macros v0.1.1
13592026-06-01T14:47:07.496Z Compiling httparse v1.10.1
13602026-06-01T14:47:07.547Z Compiling openssl-probe v0.2.1
13612026-06-01T14:47:07.565Z Compiling untrusted v0.9.0
13622026-06-01T14:47:07.581Z Compiling tinyvec v1.10.0
13632026-06-01T14:47:07.599Z Compiling aho-corasick v1.1.4
13642026-06-01T14:47:07.640Z Compiling try-lock v0.2.5
13652026-06-01T14:47:07.714Z Compiling cmake v0.1.57
13662026-06-01T14:47:07.733Z Compiling rustls v0.23.37
13672026-06-01T14:47:07.750Z Compiling tower-service v0.3.3
13682026-06-01T14:47:07.765Z Compiling dyn-clone v1.0.20
13692026-06-01T14:47:07.780Z Compiling atomic-waker v1.1.2
13702026-06-01T14:47:07.827Z Compiling tower-layer v0.3.3
13712026-06-01T14:47:07.871Z Compiling schemars v0.8.22
13722026-06-01T14:47:07.887Z Compiling want v0.3.1
13732026-06-01T14:47:07.931Z Compiling openssl v0.10.79
13742026-06-01T14:47:07.934Z Compiling httpdate v1.0.3
13752026-06-01T14:47:07.962Z Compiling pin-utils v0.1.0
13762026-06-01T14:47:07.965Z Compiling foreign-types-shared v0.1.1
13772026-06-01T14:47:08.005Z Compiling unicode-normalization v0.1.25
13782026-06-01T14:47:08.008Z Compiling socket2 v0.5.10
13792026-06-01T14:47:08.036Z Compiling spin v0.9.8
13802026-06-01T14:47:08.063Z Compiling foreign-types v0.3.2
13812026-06-01T14:47:08.085Z Compiling time-core v0.1.8
13822026-06-01T14:47:08.102Z Compiling powerfmt v0.2.0
13832026-06-01T14:47:08.140Z Compiling native-tls v0.2.18
13842026-06-01T14:47:08.155Z Compiling num-conv v0.2.0
13852026-06-01T14:47:08.172Z Compiling crc32fast v1.5.0
13862026-06-01T14:47:08.199Z Compiling wait-timeout v0.2.1
13872026-06-01T14:47:08.215Z Compiling sync_wrapper v1.0.2
13882026-06-01T14:47:08.253Z Compiling crossbeam-utils v0.8.21
13892026-06-01T14:47:08.319Z Compiling deranged v0.5.8
13902026-06-01T14:47:08.348Z Compiling usdt-impl v0.6.0
13912026-06-01T14:47:08.363Z Compiling time-macros v0.2.27
13922026-06-01T14:47:08.392Z Compiling tempfile v3.25.0
13932026-06-01T14:47:08.407Z Compiling simd-adler32 v0.3.8
13942026-06-01T14:47:08.424Z Compiling bit-vec v0.8.0
13952026-06-01T14:47:08.543Z Compiling regex-automata v0.4.14
13962026-06-01T14:47:08.577Z Compiling num_threads v0.1.7
13972026-06-01T14:47:08.577Z Compiling siphasher v1.0.2
13982026-06-01T14:47:08.617Z Compiling quick-error v1.2.3
13992026-06-01T14:47:08.640Z Compiling syn v1.0.109
14002026-06-01T14:47:08.656Z Compiling unicode-segmentation v1.12.0
14012026-06-01T14:47:08.671Z Compiling synstructure v0.13.2
14022026-06-01T14:47:08.706Z Compiling aws-lc-sys v0.40.0
14032026-06-01T14:47:08.709Z Compiling ring v0.17.14
14042026-06-01T14:47:08.736Z Compiling openssl-sys v0.9.115
14052026-06-01T14:47:08.739Z Compiling pest_generator v2.8.6
14062026-06-01T14:47:08.769Z Compiling serde_derive_internals v0.29.1
14072026-06-01T14:47:08.789Z Compiling darling_core v0.20.11
14082026-06-01T14:47:08.818Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-06-01T14:47:09.035Z Compiling rusty-fork v0.3.1
14102026-06-01T14:47:09.072Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-06-01T14:47:09.088Z Compiling darling_core v0.21.3
14122026-06-01T14:47:09.351Z Compiling bit-set v0.8.0
14132026-06-01T14:47:09.405Z Compiling slog v2.8.2
14142026-06-01T14:47:09.438Z Compiling heapless v0.7.17
14152026-06-01T14:47:09.470Z Compiling rand_xorshift v0.4.0
14162026-06-01T14:47:09.496Z Compiling thread-id v5.1.0
14172026-06-01T14:47:09.566Z Compiling time v0.3.47
14182026-06-01T14:47:09.585Z Compiling cookie v0.18.1
14192026-06-01T14:47:09.602Z Compiling signal-hook v0.3.18
14202026-06-01T14:47:09.619Z Compiling ryu v1.0.23
14212026-06-01T14:47:09.639Z Compiling anyhow v1.0.102
14222026-06-01T14:47:09.662Z Compiling unicode-bidi v0.3.18
14232026-06-01T14:47:09.712Z Compiling unicode-properties v0.1.4
14242026-06-01T14:47:09.728Z Compiling unarray v0.1.4
14252026-06-01T14:47:09.800Z Compiling iri-string v0.7.10
14262026-06-01T14:47:09.815Z Compiling adler2 v2.0.1
14272026-06-01T14:47:09.829Z Compiling zstd-safe v7.2.4
14282026-06-01T14:47:09.855Z Compiling paste v1.0.15
14292026-06-01T14:47:09.950Z Compiling allocator-api2 v0.2.21
14302026-06-01T14:47:09.965Z Compiling miniz_oxide v0.8.9
14312026-06-01T14:47:10.009Z Compiling stringprep v0.1.5
14322026-06-01T14:47:10.262Z Compiling heck v0.4.1
14332026-06-01T14:47:10.312Z Compiling num-integer v0.1.46
14342026-06-01T14:47:10.472Z Compiling serde_derive v1.0.228
14352026-06-01T14:47:10.488Z Compiling zeroize_derive v1.4.3
14362026-06-01T14:47:10.508Z Compiling zerofrom-derive v0.1.6
14372026-06-01T14:47:10.619Z Compiling yoke-derive v0.8.1
14382026-06-01T14:47:10.660Z Compiling zerovec-derive v0.11.2
14392026-06-01T14:47:10.751Z Compiling zerocopy-derive v0.8.40
14402026-06-01T14:47:10.982Z Compiling displaydoc v0.2.5
14412026-06-01T14:47:11.163Z Compiling zeroize v1.8.2
14422026-06-01T14:47:11.182Z Compiling tokio-macros v2.7.0
14432026-06-01T14:47:11.217Z Compiling futures-macro v0.3.32
14442026-06-01T14:47:11.391Z Compiling der_derive v0.7.3
14452026-06-01T14:47:11.695Z Compiling rustls-pki-types v1.14.0
14462026-06-01T14:47:11.791Z Compiling thiserror-impl v2.0.18
14472026-06-01T14:47:11.814Z Compiling tracing-attributes v0.1.31
14482026-06-01T14:47:11.831Z Compiling scroll_derive v0.13.1
14492026-06-01T14:47:11.962Z Compiling crypto-common v0.1.7
14502026-06-01T14:47:11.995Z Compiling zerofrom v0.1.6
14512026-06-01T14:47:11.998Z Compiling block-buffer v0.10.4
14522026-06-01T14:47:12.115Z Compiling futures-util v0.3.32
14532026-06-01T14:47:12.130Z Compiling yoke v0.8.1
14542026-06-01T14:47:12.151Z Compiling digest v0.10.7
14552026-06-01T14:47:12.179Z Compiling block-padding v0.3.3
14562026-06-01T14:47:12.196Z Compiling pest_derive v2.8.6
14572026-06-01T14:47:12.334Z Compiling zerovec v0.11.5
14582026-06-01T14:47:12.365Z Compiling zerotrie v0.2.3
14592026-06-01T14:47:12.432Z Compiling hmac v0.12.1
14602026-06-01T14:47:12.463Z Compiling inout v0.1.4
14612026-06-01T14:47:12.609Z Compiling cipher v0.4.4
14622026-06-01T14:47:12.651Z Compiling sha2 v0.10.9
14632026-06-01T14:47:12.667Z Compiling der v0.7.10
14642026-06-01T14:47:12.698Z Compiling pbkdf2 v0.12.2
14652026-06-01T14:47:12.712Z Compiling schemars_derive v0.8.22
14662026-06-01T14:47:12.812Z Compiling tinystr v0.8.2
14672026-06-01T14:47:12.834Z Compiling potential_utf v0.1.4
14682026-06-01T14:47:12.873Z Compiling salsa20 v0.10.2
14692026-06-01T14:47:12.895Z Compiling cbc v0.1.2
14702026-06-01T14:47:13.025Z Compiling icu_locale_core v2.1.1
14712026-06-01T14:47:13.041Z Compiling icu_collections v2.1.1
14722026-06-01T14:47:13.058Z Compiling scrypt v0.11.0
14732026-06-01T14:47:13.074Z Compiling aes v0.8.4
14742026-06-01T14:47:13.194Z Compiling tracing v0.1.44
14752026-06-01T14:47:13.211Z Compiling thiserror v2.0.18
14762026-06-01T14:47:13.341Z Compiling scroll v0.13.0
14772026-06-01T14:47:13.355Z Compiling darling_macro v0.20.11
14782026-06-01T14:47:13.499Z Compiling openssl-macros v0.1.1
14792026-06-01T14:47:13.566Z Compiling spki v0.7.3
14802026-06-01T14:47:13.640Z Compiling goblin v0.10.5
14812026-06-01T14:47:13.863Z Compiling icu_provider v2.1.1
14822026-06-01T14:47:13.936Z Compiling pkcs5 v0.7.1
14832026-06-01T14:47:13.993Z Compiling darling v0.20.11
14842026-06-01T14:47:14.028Z Compiling rustls-native-certs v0.8.3
14852026-06-01T14:47:14.062Z Compiling bytes v1.11.1
14862026-06-01T14:47:14.080Z Compiling chrono v0.4.44
14872026-06-01T14:47:14.103Z Compiling icu_normalizer v2.1.1
14882026-06-01T14:47:14.128Z Compiling icu_properties v2.1.2
14892026-06-01T14:47:14.185Z Compiling ipnet v2.11.0
14902026-06-01T14:47:14.235Z Compiling derive_builder_core v0.20.2
14912026-06-01T14:47:14.251Z Compiling pkcs8 v0.10.2
14922026-06-01T14:47:14.347Z Compiling dtrace-parser v0.3.0
14932026-06-01T14:47:14.443Z Compiling signature v2.2.0
14942026-06-01T14:47:14.534Z Compiling webpki-roots v1.0.6
14952026-06-01T14:47:14.581Z Compiling tokio v1.52.1
14962026-06-01T14:47:14.645Z Compiling http v1.4.0
14972026-06-01T14:47:14.682Z Compiling thiserror-impl v1.0.69
14982026-06-01T14:47:14.686Z Compiling scroll_derive v0.12.1
14992026-06-01T14:47:14.715Z Compiling serde_tokenstream v0.2.3
15002026-06-01T14:47:14.718Z Compiling erased-serde v0.3.31
15012026-06-01T14:47:15.049Z Compiling idna_adapter v1.2.1
15022026-06-01T14:47:15.108Z Compiling serde_spanned v0.6.9
15032026-06-01T14:47:15.123Z Compiling derive_builder_macro v0.20.2
15042026-06-01T14:47:15.210Z Compiling idna v1.1.0
15052026-06-01T14:47:15.226Z Compiling ppv-lite86 v0.2.21
15062026-06-01T14:47:15.260Z Compiling serde_urlencoded v0.7.1
15072026-06-01T14:47:15.276Z Compiling http-body v1.0.1
15082026-06-01T14:47:15.326Z Compiling toml_datetime v0.6.11
15092026-06-01T14:47:15.400Z Compiling scroll v0.12.0
15102026-06-01T14:47:15.456Z Compiling http-body-util v0.1.3
15112026-06-01T14:47:15.472Z Compiling md-5 v0.10.6
15122026-06-01T14:47:15.506Z Compiling url v2.5.8
15132026-06-01T14:47:15.539Z Compiling rand_chacha v0.9.0
15142026-06-01T14:47:15.574Z Compiling rand_chacha v0.3.1
15152026-06-01T14:47:15.575Z Compiling darling_macro v0.21.3
15162026-06-01T14:47:15.609Z Compiling bstr v1.12.1
15172026-06-01T14:47:15.624Z Compiling pin-project-internal v1.1.11
15182026-06-01T14:47:15.653Z Compiling zerocopy-derive v0.7.35
15192026-06-01T14:47:15.689Z Compiling async-trait v0.1.89
15202026-06-01T14:47:15.714Z Compiling vergen-lib v9.1.0
15212026-06-01T14:47:15.892Z Compiling rand v0.9.2
15222026-06-01T14:47:15.920Z Compiling curve25519-dalek v4.1.3
15232026-06-01T14:47:15.994Z Compiling thiserror v1.0.69
15242026-06-01T14:47:16.120Z Compiling ff v0.13.1
15252026-06-01T14:47:16.282Z Compiling hash32 v0.2.1
15262026-06-01T14:47:16.299Z Compiling memoffset v0.9.1
15272026-06-01T14:47:16.302Z Compiling encoding_rs v0.8.35
15282026-06-01T14:47:16.331Z Compiling psl-types v2.0.11
15292026-06-01T14:47:16.403Z Compiling dof v0.4.0
15302026-06-01T14:47:16.527Z Compiling proptest v1.10.0
15312026-06-01T14:47:16.552Z Compiling litrs v1.0.0
15322026-06-01T14:47:16.573Z Compiling cfg_aliases v0.2.1
15332026-06-01T14:47:16.615Z Compiling base16ct v0.2.0
15342026-06-01T14:47:16.664Z Compiling rustix v0.38.44
15352026-06-01T14:47:16.679Z Compiling num-bigint-dig v0.8.6
15362026-06-01T14:47:16.780Z Compiling smoltcp v0.9.1
15372026-06-01T14:47:16.796Z Compiling zlib-rs v0.6.2
15382026-06-01T14:47:16.811Z Compiling mime v0.3.17
15392026-06-01T14:47:16.827Z Compiling ref-cast v1.0.25
15402026-06-01T14:47:16.901Z Compiling fallible-iterator v0.2.0
15412026-06-01T14:47:16.938Z Compiling ipnetwork v0.21.1
15422026-06-01T14:47:17.087Z Compiling document-features v0.2.12
15432026-06-01T14:47:17.103Z Compiling pin-project v1.1.11
15442026-06-01T14:47:17.153Z Compiling sec1 v0.7.3
15452026-06-01T14:47:17.201Z Compiling oxnet v0.1.5
15462026-06-01T14:47:17.236Z Compiling postgres-protocol v0.6.10
15472026-06-01T14:47:17.252Z Compiling nix v0.31.2
15482026-06-01T14:47:17.298Z Compiling zerocopy v0.7.35
15492026-06-01T14:47:17.473Z Compiling publicsuffix v2.3.0
15502026-06-01T14:47:17.609Z Compiling group v0.13.0
15512026-06-01T14:47:17.640Z Compiling darling v0.21.3
15522026-06-01T14:47:17.671Z Compiling rand v0.8.6
15532026-06-01T14:47:17.691Z Compiling goblin v0.8.2
15542026-06-01T14:47:17.708Z Compiling derive_builder v0.20.2
15552026-06-01T14:47:17.743Z Compiling futures-executor v0.3.32
15562026-06-01T14:47:17.807Z Compiling hubpack_derive v0.1.1
15572026-06-01T14:47:17.827Z Compiling hex v0.4.3
15582026-06-01T14:47:17.844Z Compiling hkdf v0.12.4
15592026-06-01T14:47:17.860Z Compiling crypto-bigint v0.5.5
15602026-06-01T14:47:17.909Z Compiling regex v1.12.3
15612026-06-01T14:47:18.009Z Compiling num-iter v0.1.45
15622026-06-01T14:47:18.025Z Compiling snafu-derive v0.8.9
15632026-06-01T14:47:18.040Z Compiling daft-derive v0.1.7
15642026-06-01T14:47:18.043Z Compiling curve25519-dalek-derive v0.1.1
15652026-06-01T14:47:18.127Z Compiling strum_macros v0.27.2
15662026-06-01T14:47:18.143Z Compiling ref-cast-impl v1.0.25
15672026-06-01T14:47:18.371Z Compiling tokio-util v0.7.18
15682026-06-01T14:47:18.551Z Compiling tower v0.5.3
15692026-06-01T14:47:18.568Z Compiling tokio-native-tls v0.3.1
15702026-06-01T14:47:18.739Z Compiling phf_shared v0.13.1
15712026-06-01T14:47:18.754Z Compiling terminal_size v0.4.3
15722026-06-01T14:47:18.772Z Compiling lazy_static v1.5.0
15732026-06-01T14:47:18.820Z Compiling anstyle-parse v0.2.7
15742026-06-01T14:47:18.848Z Compiling vergen v9.1.0
15752026-06-01T14:47:18.882Z Compiling newtype-uuid v1.3.2
15762026-06-01T14:47:18.901Z Compiling cargo-platform v0.3.2
15772026-06-01T14:47:18.916Z Compiling fs-err v3.3.0
15782026-06-01T14:47:19.004Z Compiling tower-http v0.6.8
15792026-06-01T14:47:19.023Z Compiling ahash v0.8.12
15802026-06-01T14:47:19.054Z Compiling libbz2-rs-sys v0.2.2
15812026-06-01T14:47:19.070Z Compiling h2 v0.4.13
15822026-06-01T14:47:19.131Z Compiling bumpalo v3.20.2
15832026-06-01T14:47:19.193Z Compiling foldhash v0.1.5
15842026-06-01T14:47:19.238Z Compiling foldhash v0.2.0
15852026-06-01T14:47:19.253Z Compiling bitflags v1.3.2
15862026-06-01T14:47:19.343Z Compiling managed v0.8.0
15872026-06-01T14:47:19.385Z Compiling object v0.37.3
15882026-06-01T14:47:19.402Z Compiling same-file v1.0.6
15892026-06-01T14:47:19.436Z Compiling winnow v0.5.40
15902026-06-01T14:47:19.452Z Compiling clap_builder v4.6.0
15912026-06-01T14:47:19.474Z Compiling bzip2 v0.6.1
15922026-06-01T14:47:19.592Z Compiling walkdir v2.5.0
15932026-06-01T14:47:19.692Z Compiling flate2 v1.1.9
15942026-06-01T14:47:19.771Z Compiling hashbrown v0.16.1
15952026-06-01T14:47:19.786Z Compiling zopfli v0.8.3
15962026-06-01T14:47:19.941Z Compiling dof v0.3.0
15972026-06-01T14:47:19.976Z Compiling snafu v0.8.9
15982026-06-01T14:47:20.015Z Compiling hashbrown v0.15.5
15992026-06-01T14:47:20.123Z Compiling daft v0.1.7
16002026-06-01T14:47:20.152Z Compiling strum v0.27.2
16012026-06-01T14:47:20.209Z Compiling cargo_metadata v0.23.1
16022026-06-01T14:47:20.331Z Compiling anstream v0.6.21
16032026-06-01T14:47:20.354Z Compiling phf v0.13.1
16042026-06-01T14:47:20.394Z Compiling elliptic-curve v0.13.8
16052026-06-01T14:47:20.412Z Compiling signal-hook-mio v0.2.5
16062026-06-01T14:47:20.550Z Compiling hubpack v0.1.2
16072026-06-01T14:47:20.582Z Compiling cookie_store v0.22.1
16082026-06-01T14:47:20.608Z Compiling usdt-attr-macro v0.6.0
16092026-06-01T14:47:20.669Z Compiling usdt-macro v0.6.0
16102026-06-01T14:47:20.685Z Compiling bzip2 v0.4.4
16112026-06-01T14:47:20.795Z Compiling toml_edit v0.19.15
16122026-06-01T14:47:20.811Z Compiling futures v0.3.32
16132026-06-01T14:47:20.882Z Compiling serde_with_macros v3.17.0
16142026-06-01T14:47:20.927Z Compiling postgres-types v0.2.12
16152026-06-01T14:47:20.959Z Compiling zstd v0.13.3
16162026-06-01T14:47:21.223Z Compiling dtrace-parser v0.2.0
16172026-06-01T14:47:21.244Z Compiling globset v0.4.18
16182026-06-01T14:47:21.267Z Compiling ed25519 v2.2.3
16192026-06-01T14:47:21.454Z Compiling pkcs1 v0.7.5
16202026-06-01T14:47:21.505Z Compiling serde-big-array v0.5.1
16212026-06-01T14:47:21.530Z Compiling olpc-cjson v0.1.4
16222026-06-01T14:47:21.608Z Compiling serde_plain v1.0.2
16232026-06-01T14:47:21.670Z Compiling rfc6979 v0.4.0
16242026-06-01T14:47:21.712Z Compiling enum-as-inner v0.6.1
16252026-06-01T14:47:21.817Z Compiling clap_derive v4.6.1
16262026-06-01T14:47:21.832Z Compiling strum_macros v0.26.4
16272026-06-01T14:47:21.899Z Compiling serde_repr v0.1.20
16282026-06-01T14:47:22.014Z Compiling async-recursion v1.1.1
16292026-06-01T14:47:22.063Z Compiling hyper v1.8.1
16302026-06-01T14:47:22.079Z Compiling phf_shared v0.11.3
16312026-06-01T14:47:22.214Z Compiling float-cmp v0.10.0
16322026-06-01T14:47:22.265Z Compiling pem v3.0.6
16332026-06-01T14:47:22.281Z Compiling memmap2 v0.9.10
16342026-06-01T14:47:22.302Z Compiling thread-id v4.2.2
16352026-06-01T14:47:22.388Z Compiling env_filter v1.0.0
16362026-06-01T14:47:22.406Z Compiling fixedbitset v0.4.2
16372026-06-01T14:47:22.481Z Compiling typed-path v0.9.3
16382026-06-01T14:47:22.497Z Compiling normalize-line-endings v0.3.0
16392026-06-01T14:47:22.547Z Compiling data-encoding v2.10.0
16402026-06-01T14:47:22.614Z Compiling new_debug_unreachable v1.0.6
16412026-06-01T14:47:22.632Z Compiling fixedbitset v0.5.7
16422026-06-01T14:47:22.656Z Compiling difflib v0.4.0
16432026-06-01T14:47:22.706Z Compiling precomputed-hash v0.1.1
16442026-06-01T14:47:22.725Z Compiling static_assertions v1.1.0
16452026-06-01T14:47:22.728Z Compiling whoami v2.1.0
16462026-06-01T14:47:22.811Z Compiling keccak v0.1.6
16472026-06-01T14:47:22.814Z Compiling predicates-core v1.0.10
16482026-06-01T14:47:22.962Z Compiling jiff v0.2.21
16492026-06-01T14:47:23.025Z Compiling sha3 v0.10.8
16502026-06-01T14:47:23.122Z Compiling tokio-postgres v0.7.16
16512026-06-01T14:47:23.154Z Compiling predicates v3.1.4
16522026-06-01T14:47:23.244Z Compiling hyper-util v0.1.20
16532026-06-01T14:47:23.287Z Compiling hickory-proto v0.25.2
16542026-06-01T14:47:23.509Z Compiling petgraph v0.8.3
16552026-06-01T14:47:23.525Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16562026-06-01T14:47:23.540Z Compiling string_cache v0.8.9
16572026-06-01T14:47:23.658Z Compiling toml_edit v0.22.27
16582026-06-01T14:47:23.673Z Compiling clap v4.6.1
16592026-06-01T14:47:23.689Z Compiling strum v0.26.3
16602026-06-01T14:47:23.739Z Compiling petgraph v0.6.5
16612026-06-01T14:47:23.757Z Compiling env_logger v0.11.9
16622026-06-01T14:47:23.776Z Compiling usdt v0.6.0
16632026-06-01T14:47:23.803Z Compiling usdt-impl v0.5.0
16642026-06-01T14:47:23.843Z Compiling toml v0.7.8
16652026-06-01T14:47:23.859Z Compiling serde_with v3.17.0
16662026-06-01T14:47:24.065Z Compiling crossterm v0.28.1
16672026-06-01T14:47:24.143Z Compiling ecdsa v0.16.9
16682026-06-01T14:47:24.428Z Compiling rsa v0.9.10
16692026-06-01T14:47:24.472Z Compiling ed25519-dalek v2.2.0
16702026-06-01T14:47:24.966Z Compiling hyper-tls v0.6.0
16712026-06-01T14:47:25.150Z Compiling zip v0.6.6
16722026-06-01T14:47:25.221Z Compiling iddqd v0.4.2
16732026-06-01T14:47:25.492Z Compiling tokio-stream v0.1.18
16742026-06-01T14:47:25.578Z Compiling zip v4.6.1
16752026-06-01T14:47:25.641Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-01T14:47:25.696Z Compiling buf-list v1.1.2
16772026-06-01T14:47:25.751Z Compiling similar v2.7.0
16782026-06-01T14:47:25.981Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-01T14:47:26.002Z Compiling openapiv3 v2.2.0
16802026-06-01T14:47:26.036Z Compiling x509-cert v0.2.5
16812026-06-01T14:47:26.296Z Compiling sha1 v0.10.6
16822026-06-01T14:47:26.313Z Compiling crossbeam-epoch v0.9.18
16832026-06-01T14:47:26.370Z Compiling peg-runtime v0.8.5
16842026-06-01T14:47:26.406Z Compiling either v1.15.0
16852026-06-01T14:47:26.513Z Compiling lalrpop-util v0.19.12
16862026-06-01T14:47:26.562Z Compiling thread_local v1.1.9
16872026-06-01T14:47:26.588Z Compiling slog-async v2.8.0
16882026-06-01T14:47:26.603Z Compiling crossbeam-channel v0.5.15
16892026-06-01T14:47:26.671Z Compiling is-terminal v0.4.17
16902026-06-01T14:47:26.687Z Compiling filetime v0.2.27
16912026-06-01T14:47:26.702Z Compiling term v1.2.1
16922026-06-01T14:47:26.719Z Compiling take_mut v0.2.2
16932026-06-01T14:47:26.735Z Compiling xattr v1.6.1
16942026-06-01T14:47:26.902Z Compiling tar v0.4.45
16952026-06-01T14:47:27.053Z Compiling slog-term v2.9.2
16962026-06-01T14:47:44.453Z Compiling rustls-webpki v0.103.9
16972026-06-01T14:47:47.261Z Compiling tokio-rustls v0.26.4
16982026-06-01T14:47:47.261Z Compiling rustls-platform-verifier v0.6.2
16992026-06-01T14:47:47.454Z Compiling hyper-rustls v0.27.7
17002026-06-01T14:47:47.646Z Compiling reqwest v0.12.28
17012026-06-01T14:47:47.646Z Compiling reqwest v0.13.2
17022026-06-01T14:47:48.883Z Compiling tough v0.22.0
17032026-06-01T14:47:51.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-01T14:47:51.624Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-01T14:47:54.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.45s
17062026-06-01T14:47:54.635Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-06-01T14:47:54.697ZJun 01 14:47:54.480 INFO Starting download, target: Console
17082026-06-01T14:47:54.697ZJun 01 14:47:54.481 INFO Starting download, target: MaghemiteDdmd
17092026-06-01T14:47:54.697ZJun 01 14:47:54.481 INFO Starting download, target: DendriteStub
17102026-06-01T14:47:54.697ZJun 01 14:47:54.481 INFO Starting download, target: Clickhouse
17112026-06-01T14:47:54.697ZJun 01 14:47:54.481 INFO Starting download, target: MaghemiteMgd
17122026-06-01T14:47:54.697ZJun 01 14:47:54.481 INFO Starting download, target: Cockroach
17132026-06-01T14:47:54.697ZJun 01 14:47:54.481 INFO Starting download, target: TransceiverControl
17142026-06-01T14:47:54.700ZJun 01 14:47:54.481 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-06-01T14:47:54.700ZJun 01 14:47:54.481 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-01T14:47:54.700ZJun 01 14:47:54.481 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-06-01T14:47:54.700ZJun 01 14:47:54.481 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-06-01T14:47:54.700ZJun 01 14:47:54.481 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-06-01T14:47:54.700ZJun 01 14:47:54.481 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-06-01T14:47:54.700ZJun 01 14:47:54.481 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-06-01T14:47:55.045ZJun 01 14:47:54.814 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-06-01T14:47:55.243ZJun 01 14:47:55.024 INFO Download complete, target: TransceiverControl
17232026-06-01T14:47:55.734ZJun 01 14:47:55.512 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-06-01T14:47:55.973ZJun 01 14:47:55.749 INFO Download complete, target: Console
17252026-06-01T14:47:56.773ZJun 01 14:47:56.554 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17262026-06-01T14:47:56.863ZJun 01 14:47:56.646 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-06-01T14:47:56.912ZJun 01 14:47:56.696 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-06-01T14:47:57.094ZJun 01 14:47:56.875 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17292026-06-01T14:47:57.304ZJun 01 14:47:57.088 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-06-01T14:47:57.304ZJun 01 14:47:57.088 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-06-01T14:47:58.837ZJun 01 14:47:58.621 INFO Download complete, target: MaghemiteDdmd
17322026-06-01T14:47:59.476ZJun 01 14:47:59.260 INFO Download complete, target: MaghemiteMgd
17332026-06-01T14:47:59.756ZJun 01 14:47:59.540 INFO Download complete, target: DendriteStub
17342026-06-01T14:48:02.081ZJun 01 14:48:01.865 INFO Checking that binary works, target: Cockroach
17352026-06-01T14:48:02.213ZJun 01 14:48:01.993 INFO Download complete, target: Cockroach
17362026-06-01T14:48:03.931ZJun 01 14:48:03.715 INFO Checking that binary works, target: Clickhouse
17372026-06-01T14:48:04.021ZJun 01 14:48:03.804 INFO Download complete, target: Clickhouse
17382026-06-01T14:48:04.026ZAll prerequisites installed successfully
17392026-06-01T14:48:04.030Z
17402026-06-01T14:48:04.030Zreal 2:05.557524758
17412026-06-01T14:48:04.030Zuser 6:57.511302901
17422026-06-01T14:48:04.030Zsys 1:47.212971178
17432026-06-01T14:48:04.030Ztrap 0.262597647
17442026-06-01T14:48:04.030Ztflt 1.249582694
17452026-06-01T14:48:04.030Zdflt 1.757098963
17462026-06-01T14:48:04.030Zkflt 0.029752411
17472026-06-01T14:48:04.030Zlock 23:16.822702201
17482026-06-01T14:48:04.030Zslp 18:55.301907410
17492026-06-01T14:48:04.030Zlat 26.705916663
17502026-06-01T14:48:04.030Zstop 3:08.177589115
17512026-06-01T14:48:04.030Z+ ptime -m cargo xtask download softnpu
17522026-06-01T14:48:04.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17532026-06-01T14:48:04.655Z Running `target/debug/xtask download softnpu`
17542026-06-01T14:48:05.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17552026-06-01T14:48:05.547Z Running `target/debug/xtask-downloader softnpu`
17562026-06-01T14:48:05.593ZJun 01 14:48:05.377 INFO Starting download, target: Softnpu
17572026-06-01T14:48:05.596ZJun 01 14:48:05.377 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-06-01T14:48:06.459ZJun 01 14:48:06.240 INFO Download complete, target: Softnpu
17592026-06-01T14:48:06.463Z
17602026-06-01T14:48:06.463Zreal 2.426597316
17612026-06-01T14:48:06.463Zuser 1.451165529
17622026-06-01T14:48:06.463Zsys 0.769911070
17632026-06-01T14:48:06.463Ztrap 0.000608153
17642026-06-01T14:48:06.463Ztflt 0.000190111
17652026-06-01T14:48:06.463Zdflt 0.000083445
17662026-06-01T14:48:06.463Zkflt 0.000000000
17672026-06-01T14:48:06.463Zlock 15.642685088
17682026-06-01T14:48:06.463Zslp 0.695406171
17692026-06-01T14:48:06.463Zlat 0.084546370
17702026-06-01T14:48:06.463Zstop 0.000163660
17712026-06-01T14:48:06.463Z+ export CARGO_INCREMENTAL=0
17722026-06-01T14:48:06.463Z+ CARGO_INCREMENTAL=0
17732026-06-01T14:48:06.463Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-06-01T14:48:07.405Z Compiling proc-macro2 v1.0.106
17752026-06-01T14:48:07.405Z Compiling quote v1.0.45
17762026-06-01T14:48:07.405Z Compiling unicode-ident v1.0.24
17772026-06-01T14:48:07.405Z Compiling libc v0.2.185
17782026-06-01T14:48:07.422Z Compiling serde_core v1.0.228
17792026-06-01T14:48:07.422Z Compiling serde v1.0.228
17802026-06-01T14:48:07.422Z Compiling cfg-if v1.0.4
17812026-06-01T14:48:07.422Z Compiling version_check v0.9.5
17822026-06-01T14:48:07.422Z Compiling shlex v1.3.0
17832026-06-01T14:48:07.422Z Compiling find-msvc-tools v0.1.9
17842026-06-01T14:48:07.422Z Compiling typenum v1.19.0
17852026-06-01T14:48:07.423Z Compiling zmij v1.0.21
17862026-06-01T14:48:07.560Z Compiling autocfg v1.5.0
17872026-06-01T14:48:07.572Z Compiling memchr v2.8.0
17882026-06-01T14:48:07.572Z Compiling serde_json v1.0.149
17892026-06-01T14:48:07.816Z Compiling portable-atomic v1.13.1
17902026-06-01T14:48:07.824Z Compiling libm v0.2.16
17912026-06-01T14:48:07.828Z Compiling zerocopy v0.8.40
17922026-06-01T14:48:07.907Z Compiling parking_lot_core v0.9.12
17932026-06-01T14:48:07.934Z Compiling smallvec v1.15.1
17942026-06-01T14:48:08.038Z Compiling generic-array v0.14.7
17952026-06-01T14:48:08.050Z Compiling num-traits v0.2.19
17962026-06-01T14:48:08.087Z Compiling icu_normalizer_data v2.1.1
17972026-06-01T14:48:08.116Z Compiling icu_properties_data v2.1.2
17982026-06-01T14:48:08.161Z Compiling itoa v1.0.17
17992026-06-01T14:48:08.164Z Compiling getrandom v0.4.1
18002026-06-01T14:48:08.193Z Compiling log v0.4.29
18012026-06-01T14:48:08.260Z Compiling stable_deref_trait v1.2.1
18022026-06-01T14:48:08.279Z Compiling pkg-config v0.3.32
18032026-06-01T14:48:08.326Z Compiling subtle v2.6.1
18042026-06-01T14:48:08.448Z Compiling scopeguard v1.2.0
18052026-06-01T14:48:08.524Z Compiling jobserver v0.1.34
18062026-06-01T14:48:08.527Z Compiling getrandom v0.2.17
18072026-06-01T14:48:08.571Z Compiling errno v0.3.14
18082026-06-01T14:48:08.588Z Compiling lock_api v0.4.14
18092026-06-01T14:48:08.622Z Compiling percent-encoding v2.3.2
18102026-06-01T14:48:08.695Z Compiling rand_core v0.6.4
18112026-06-01T14:48:08.747Z Compiling cc v1.2.56
18122026-06-01T14:48:08.779Z Compiling writeable v0.6.2
18132026-06-01T14:48:08.783Z Compiling litemap v0.8.1
18142026-06-01T14:48:08.873Z Compiling syn v2.0.117
18152026-06-01T14:48:08.924Z Compiling pin-project-lite v0.2.17
18162026-06-01T14:48:08.957Z Compiling fnv v1.0.7
18172026-06-01T14:48:09.024Z Compiling thiserror v2.0.18
18182026-06-01T14:48:09.057Z Compiling getrandom v0.3.4
18192026-06-01T14:48:09.102Z Compiling fs_extra v1.3.0
18202026-06-01T14:48:09.118Z Compiling dunce v1.0.5
18212026-06-01T14:48:09.121Z Compiling equivalent v1.0.2
18222026-06-01T14:48:09.182Z Compiling rand_core v0.10.0
18232026-06-01T14:48:09.267Z Compiling schemars v0.8.22
18242026-06-01T14:48:09.283Z Compiling utf8_iter v1.0.4
18252026-06-01T14:48:09.301Z Compiling rustversion v1.0.22
18262026-06-01T14:48:09.372Z Compiling form_urlencoded v1.2.2
18272026-06-01T14:48:09.462Z Compiling critical-section v1.2.0
18282026-06-01T14:48:09.493Z Compiling signal-hook-registry v1.4.8
18292026-06-01T14:48:09.537Z Compiling cmake v0.1.57
18302026-06-01T14:48:09.605Z Compiling hashbrown v0.17.0
18312026-06-01T14:48:09.620Z Compiling rustix v1.1.3
18322026-06-01T14:48:09.671Z Compiling mio v1.2.0
18332026-06-01T14:48:09.733Z Compiling parking_lot v0.12.5
18342026-06-01T14:48:09.966Z Compiling bitflags v2.11.0
18352026-06-01T14:48:10.002Z Compiling semver v1.0.28
18362026-06-01T14:48:10.021Z Compiling once_cell v1.21.3
18372026-06-01T14:48:10.052Z Compiling socket2 v0.6.3
18382026-06-01T14:48:10.107Z Compiling ring v0.17.14
18392026-06-01T14:48:10.136Z Compiling aws-lc-sys v0.40.0
18402026-06-01T14:48:10.162Z Compiling indexmap v2.14.0
18412026-06-01T14:48:10.269Z Compiling const-oid v0.9.6
18422026-06-01T14:48:10.337Z Compiling aws-lc-rs v1.16.3
18432026-06-01T14:48:10.381Z Compiling futures-core v0.3.32
18442026-06-01T14:48:10.403Z Compiling httparse v1.10.1
18452026-06-01T14:48:10.465Z Compiling strsim v0.11.1
18462026-06-01T14:48:10.535Z Compiling thiserror v1.0.69
18472026-06-01T14:48:10.669Z Compiling byteorder v1.5.0
18482026-06-01T14:48:10.747Z Compiling ucd-trie v0.1.7
18492026-06-01T14:48:10.785Z Compiling vcpkg v0.2.15
18502026-06-01T14:48:10.842Z Compiling iana-time-zone v0.1.65
18512026-06-01T14:48:10.882Z Compiling ident_case v1.0.1
18522026-06-01T14:48:10.915Z Compiling regex-syntax v0.8.10
18532026-06-01T14:48:10.933Z Compiling pest v2.8.6
18542026-06-01T14:48:10.933Z Compiling syn v1.0.109
18552026-06-01T14:48:10.969Z Compiling heck v0.5.0
18562026-06-01T14:48:10.984Z Compiling uuid v1.23.0
18572026-06-01T14:48:11.057Z Compiling rustls v0.23.37
18582026-06-01T14:48:11.060Z Compiling cpufeatures v0.2.17
18592026-06-01T14:48:11.286Z Compiling futures-sink v0.3.32
18602026-06-01T14:48:11.326Z Compiling rustc_version v0.4.1
18612026-06-01T14:48:11.391Z Compiling openssl-sys v0.9.115
18622026-06-01T14:48:11.411Z Compiling futures-channel v0.3.32
18632026-06-01T14:48:11.441Z Compiling futures-task v0.3.32
18642026-06-01T14:48:11.463Z Compiling slab v0.4.12
18652026-06-01T14:48:11.610Z Compiling futures-io v0.3.32
18662026-06-01T14:48:11.665Z Compiling aho-corasick v1.1.4
18672026-06-01T14:48:11.699Z Compiling synstructure v0.13.2
18682026-06-01T14:48:11.713Z Compiling serde_derive_internals v0.29.1
18692026-06-01T14:48:11.780Z Compiling dyn-clone v1.0.20
18702026-06-01T14:48:12.042Z Compiling pest_meta v2.8.6
18712026-06-01T14:48:12.058Z Compiling crc32fast v1.5.0
18722026-06-01T14:48:12.097Z Compiling base64 v0.22.1
18732026-06-01T14:48:12.156Z Compiling time-core v0.1.8
18742026-06-01T14:48:12.234Z Compiling num-conv v0.2.0
18752026-06-01T14:48:12.253Z Compiling plain v0.2.3
18762026-06-01T14:48:12.300Z Compiling crossbeam-utils v0.8.21
18772026-06-01T14:48:12.379Z Compiling openssl v0.10.79
18782026-06-01T14:48:12.382Z Compiling time-macros v0.2.27
18792026-06-01T14:48:12.500Z Compiling regex-automata v0.4.14
18802026-06-01T14:48:12.538Z Compiling pretty-hex v0.4.1
18812026-06-01T14:48:12.603Z Compiling pest_generator v2.8.6
18822026-06-01T14:48:12.619Z Compiling anyhow v1.0.102
18832026-06-01T14:48:12.640Z Compiling native-tls v0.2.18
18842026-06-01T14:48:12.660Z Compiling base64ct v1.8.3
18852026-06-01T14:48:12.701Z Compiling darling_core v0.21.3
18862026-06-01T14:48:12.780Z Compiling tracing-core v0.1.36
18872026-06-01T14:48:12.879Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-06-01T14:48:12.951Z Compiling pem-rfc7468 v0.7.0
18892026-06-01T14:48:12.986Z Compiling serde_derive v1.0.228
18902026-06-01T14:48:13.055Z Compiling zeroize_derive v1.4.3
18912026-06-01T14:48:13.105Z Compiling zerofrom-derive v0.1.6
18922026-06-01T14:48:13.200Z Compiling yoke-derive v0.8.1
18932026-06-01T14:48:13.243Z Compiling zerovec-derive v0.11.2
18942026-06-01T14:48:13.259Z Compiling displaydoc v0.2.5
18952026-06-01T14:48:13.277Z Compiling zerocopy-derive v0.8.40
18962026-06-01T14:48:13.291Z Compiling tokio-macros v2.7.0
18972026-06-01T14:48:13.369Z Compiling futures-macro v0.3.32
18982026-06-01T14:48:13.659Z Compiling zeroize v1.8.2
18992026-06-01T14:48:13.957Z Compiling thiserror-impl v2.0.18
19002026-06-01T14:48:14.042Z Compiling schemars_derive v0.8.22
19012026-06-01T14:48:14.150Z Compiling tracing-attributes v0.1.31
19022026-06-01T14:48:14.174Z Compiling der_derive v0.7.3
19032026-06-01T14:48:14.234Z Compiling zerofrom v0.1.6
19042026-06-01T14:48:14.376Z Compiling yoke v0.8.1
19052026-06-01T14:48:14.421Z Compiling crypto-common v0.1.7
19062026-06-01T14:48:14.588Z Compiling zerovec v0.11.5
19072026-06-01T14:48:14.604Z Compiling zerotrie v0.2.3
19082026-06-01T14:48:14.702Z Compiling block-buffer v0.10.4
19092026-06-01T14:48:14.874Z Compiling digest v0.10.7
19102026-06-01T14:48:15.054Z Compiling thiserror-impl v1.0.69
19112026-06-01T14:48:15.114Z Compiling tinystr v0.8.2
19122026-06-01T14:48:15.141Z Compiling potential_utf v0.1.4
19132026-06-01T14:48:15.183Z Compiling pest_derive v2.8.6
19142026-06-01T14:48:15.199Z Compiling futures-util v0.3.32
19152026-06-01T14:48:15.234Z Compiling hmac v0.12.1
19162026-06-01T14:48:15.309Z Compiling icu_locale_core v2.1.1
19172026-06-01T14:48:15.350Z Compiling icu_collections v2.1.1
19182026-06-01T14:48:15.638Z Compiling block-padding v0.3.3
19192026-06-01T14:48:15.801Z Compiling inout v0.1.4
19202026-06-01T14:48:15.962Z Compiling rustls-pki-types v1.14.0
19212026-06-01T14:48:15.978Z Compiling cipher v0.4.4
19222026-06-01T14:48:16.009Z Compiling sha2 v0.10.9
19232026-06-01T14:48:16.140Z Compiling bytes v1.11.1
19242026-06-01T14:48:16.157Z Compiling icu_provider v2.1.1
19252026-06-01T14:48:16.230Z Compiling chrono v0.4.44
19262026-06-01T14:48:16.369Z Compiling serde_tokenstream v0.2.3
19272026-06-01T14:48:16.556Z Compiling icu_normalizer v2.1.1
19282026-06-01T14:48:16.594Z Compiling icu_properties v2.1.2
19292026-06-01T14:48:16.682Z Compiling tokio v1.52.1
19302026-06-01T14:48:17.086Z Compiling openssl-macros v0.1.1
19312026-06-01T14:48:17.351Z Compiling scroll_derive v0.12.1
19322026-06-01T14:48:17.494Z Compiling ppv-lite86 v0.2.21
19332026-06-01T14:48:17.689Z Compiling idna_adapter v1.2.1
19342026-06-01T14:48:17.795Z Compiling scroll_derive v0.13.1
19352026-06-01T14:48:17.850Z Compiling idna v1.1.0
19362026-06-01T14:48:17.871Z Compiling http v1.4.0
19372026-06-01T14:48:17.938Z Compiling untrusted v0.9.0
19382026-06-01T14:48:18.010Z Compiling flagset v0.4.7
19392026-06-01T14:48:18.111Z Compiling tracing v0.1.44
19402026-06-01T14:48:18.144Z Compiling der v0.7.10
19412026-06-01T14:48:18.175Z Compiling url v2.5.8
19422026-06-01T14:48:18.377Z Compiling darling_macro v0.21.3
19432026-06-01T14:48:18.414Z Compiling regex v1.12.3
19442026-06-01T14:48:18.547Z Compiling zerocopy-derive v0.7.35
19452026-06-01T14:48:18.562Z Compiling rand_core v0.9.5
19462026-06-01T14:48:18.790Z Compiling slog v2.8.2
19472026-06-01T14:48:18.905Z Compiling cookie v0.18.1
19482026-06-01T14:48:19.137Z Compiling spki v0.7.3
19492026-06-01T14:48:19.343Z Compiling darling v0.21.3
19502026-06-01T14:48:19.372Z Compiling salsa20 v0.10.2
19512026-06-01T14:48:19.387Z Compiling pbkdf2 v0.12.2
19522026-06-01T14:48:19.919Z Compiling camino v1.2.2
19532026-06-01T14:48:20.182Z Compiling scrypt v0.11.0
19542026-06-01T14:48:20.200Z Compiling http-body v1.0.1
19552026-06-01T14:48:20.232Z Compiling rand_chacha v0.9.0
19562026-06-01T14:48:20.367Z Compiling aes v0.8.4
19572026-06-01T14:48:20.383Z Compiling cbc v0.1.2
19582026-06-01T14:48:20.451Z Compiling tokio-util v0.7.18
19592026-06-01T14:48:20.523Z Compiling usdt-impl v0.5.0
19602026-06-01T14:48:20.538Z Compiling paste v1.0.15
19612026-06-01T14:48:20.673Z Compiling atomic-waker v1.1.2
19622026-06-01T14:48:20.758Z Compiling ref-cast v1.0.25
19632026-06-01T14:48:20.775Z Compiling tinyvec_macros v0.1.1
19642026-06-01T14:48:20.778Z Compiling usdt-impl v0.6.0
19652026-06-01T14:48:20.832Z Compiling untrusted v0.7.1
19662026-06-01T14:48:20.879Z Compiling winnow v0.7.14
19672026-06-01T14:48:20.893Z Compiling unicode-segmentation v1.12.0
19682026-06-01T14:48:21.008Z Compiling openssl-probe v0.2.1
19692026-06-01T14:48:21.060Z Compiling tinyvec v1.10.0
19702026-06-01T14:48:21.136Z Compiling pkcs5 v0.7.1
19712026-06-01T14:48:21.324Z Compiling rand v0.9.2
19722026-06-01T14:48:21.604Z Compiling scroll v0.13.0
19732026-06-01T14:48:21.715Z Compiling scroll v0.12.0
19742026-06-01T14:48:21.794Z Compiling serde_spanned v0.6.9
19752026-06-01T14:48:21.858Z Compiling toml_datetime v0.6.11
19762026-06-01T14:48:21.884Z Compiling async-trait v0.1.89
19772026-06-01T14:48:21.903Z Compiling heapless v0.7.17
19782026-06-01T14:48:21.963Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-06-01T14:48:22.006Z Compiling tower-layer v0.3.3
19802026-06-01T14:48:22.121Z Compiling tower-service v0.3.3
19812026-06-01T14:48:22.150Z Compiling fastrand v2.3.0
19822026-06-01T14:48:22.166Z Compiling litrs v1.0.0
19832026-06-01T14:48:22.182Z Compiling try-lock v0.2.5
19842026-06-01T14:48:22.200Z Compiling signal-hook v0.3.18
19852026-06-01T14:48:22.384Z Compiling zstd-safe v7.2.4
19862026-06-01T14:48:22.511Z Compiling either v1.15.0
19872026-06-01T14:48:22.547Z Compiling h2 v0.4.13
19882026-06-01T14:48:22.547Z Compiling want v0.3.1
19892026-06-01T14:48:22.640Z Compiling document-features v0.2.12
19902026-06-01T14:48:22.692Z Compiling toml_parser v1.0.9+spec-1.1.0
19912026-06-01T14:48:22.758Z Compiling goblin v0.8.2
19922026-06-01T14:48:22.786Z Compiling goblin v0.10.5
19932026-06-01T14:48:22.975Z Compiling pkcs8 v0.10.2
19942026-06-01T14:48:22.993Z Compiling heck v0.4.1
19952026-06-01T14:48:23.168Z Compiling zerocopy v0.7.35
19962026-06-01T14:48:23.213Z Compiling ipnet v2.11.0
19972026-06-01T14:48:23.283Z Compiling ref-cast-impl v1.0.25
19982026-06-01T14:48:23.502Z Compiling darling_core v0.20.11
19992026-06-01T14:48:23.679Z Compiling curve25519-dalek v4.1.3
20002026-06-01T14:48:23.763Z Compiling memoffset v0.9.1
20012026-06-01T14:48:23.950Z Compiling winnow v0.5.40
20022026-06-01T14:48:23.990Z Compiling powerfmt v0.2.0
20032026-06-01T14:48:24.091Z Compiling rustix v0.38.44
20042026-06-01T14:48:24.304Z Compiling httpdate v1.0.3
20052026-06-01T14:48:24.420Z Compiling pin-utils v0.1.0
20062026-06-01T14:48:24.458Z Compiling foreign-types-shared v0.1.1
20072026-06-01T14:48:24.518Z Compiling utf8parse v0.2.2
20082026-06-01T14:48:24.646Z Compiling foreign-types v0.3.2
20092026-06-01T14:48:24.693Z Compiling deranged v0.5.8
20102026-06-01T14:48:24.734Z Compiling tempfile v3.25.0
20112026-06-01T14:48:25.083Z Compiling dof v0.3.0
20122026-06-01T14:48:25.243Z Compiling toml_edit v0.19.15
20132026-06-01T14:48:25.366Z Compiling unicode-normalization v0.1.25
20142026-06-01T14:48:25.440Z Compiling darling_macro v0.20.11
20152026-06-01T14:48:25.610Z Compiling dof v0.4.0
20162026-06-01T14:48:25.687Z Compiling hyper v1.8.1
20172026-06-01T14:48:25.703Z Compiling dtrace-parser v0.2.0
20182026-06-01T14:48:25.924Z Compiling dtrace-parser v0.3.0
20192026-06-01T14:48:25.977Z Compiling pin-project-internal v1.1.11
20202026-06-01T14:48:26.092Z Compiling daft-derive v0.1.7
20212026-06-01T14:48:26.139Z Compiling spin v0.9.8
20222026-06-01T14:48:26.222Z Compiling socket2 v0.5.10
20232026-06-01T14:48:26.344Z Compiling thread-id v4.2.2
20242026-06-01T14:48:26.373Z Compiling thread-id v5.1.0
20252026-06-01T14:48:26.522Z Compiling num_threads v0.1.7
20262026-06-01T14:48:26.567Z Compiling anstyle v1.0.14
20272026-06-01T14:48:26.685Z Compiling cfg_aliases v0.2.1
20282026-06-01T14:48:26.777Z Compiling smoltcp v0.9.1
20292026-06-01T14:48:26.809Z Compiling num-bigint-dig v0.8.6
20302026-06-01T14:48:26.815Z Compiling hyper-util v0.1.20
20312026-06-01T14:48:26.829Z Compiling nix v0.31.2
20322026-06-01T14:48:26.832Z Compiling time v0.3.47
20332026-06-01T14:48:27.188Z Compiling darling v0.20.11
20342026-06-01T14:48:27.421Z Compiling rustls-native-certs v0.8.3
20352026-06-01T14:48:27.520Z Compiling ipnetwork v0.21.1
20362026-06-01T14:48:27.727Z Compiling curve25519-dalek-derive v0.1.1
20372026-06-01T14:48:27.769Z Compiling strum_macros v0.26.4
20382026-06-01T14:48:28.083Z Compiling sync_wrapper v1.0.2
20392026-06-01T14:48:28.147Z Compiling wait-timeout v0.2.1
20402026-06-01T14:48:28.393Z Compiling is_terminal_polyfill v1.70.2
20412026-06-01T14:48:28.513Z Compiling quick-error v1.2.3
20422026-06-01T14:48:28.562Z Compiling siphasher v1.0.2
20432026-06-01T14:48:28.598Z Compiling simd-adler32 v0.3.8
20442026-06-01T14:48:28.647Z Compiling anstyle-query v1.1.5
20452026-06-01T14:48:28.648Z Compiling bit-vec v0.8.0
20462026-06-01T14:48:28.767Z Compiling colorchoice v1.0.4
20472026-06-01T14:48:28.851Z Compiling rusty-fork v0.3.1
20482026-06-01T14:48:28.904Z Compiling bit-set v0.8.0
20492026-06-01T14:48:29.086Z Compiling tower v0.5.3
20502026-06-01T14:48:29.154Z Compiling derive_builder_core v0.20.2
20512026-06-01T14:48:29.346Z Compiling snafu-derive v0.8.9
20522026-06-01T14:48:29.590Z Compiling http-body-util v0.1.3
20532026-06-01T14:48:29.847Z Compiling webpki-roots v1.0.6
20542026-06-01T14:48:29.914Z Compiling rand_xorshift v0.4.0
20552026-06-01T14:48:29.954Z Compiling signature v2.2.0
20562026-06-01T14:48:29.978Z Compiling hubpack_derive v0.1.1
20572026-06-01T14:48:29.993Z Compiling strum_macros v0.27.2
20582026-06-01T14:48:30.083Z Compiling fs-err v3.3.0
20592026-06-01T14:48:30.120Z Compiling ahash v0.8.12
20602026-06-01T14:48:30.259Z Compiling encoding_rs v0.8.35
20612026-06-01T14:48:30.311Z Compiling ryu v1.0.23
20622026-06-01T14:48:30.367Z Compiling object v0.37.3
20632026-06-01T14:48:30.387Z Compiling unarray v0.1.4
20642026-06-01T14:48:30.404Z Compiling iri-string v0.7.10
20652026-06-01T14:48:30.461Z Compiling mime v0.3.17
20662026-06-01T14:48:30.478Z Compiling unicode-bidi v0.3.18
20672026-06-01T14:48:30.498Z Compiling allocator-api2 v0.2.21
20682026-06-01T14:48:30.530Z Compiling unicode-properties v0.1.4
20692026-06-01T14:48:30.739Z Compiling adler2 v2.0.1
20702026-06-01T14:48:30.880Z Compiling miniz_oxide v0.8.9
20712026-06-01T14:48:30.897Z Compiling stringprep v0.1.5
20722026-06-01T14:48:30.916Z Compiling serde_urlencoded v0.7.1
20732026-06-01T14:48:30.958Z Compiling proptest v1.10.0
20742026-06-01T14:48:31.221Z Compiling derive_builder_macro v0.20.2
20752026-06-01T14:48:31.261Z Compiling tokio-native-tls v0.3.1
20762026-06-01T14:48:31.288Z Compiling usdt-attr-macro v0.6.0
20772026-06-01T14:48:31.381Z Compiling usdt-macro v0.6.0
20782026-06-01T14:48:31.465Z Compiling anstyle-parse v1.0.0
20792026-06-01T14:48:31.670Z Compiling tower-http v0.6.8
20802026-06-01T14:48:31.842Z Compiling rand_chacha v0.3.1
20812026-06-01T14:48:31.877Z Compiling erased-serde v0.3.31
20822026-06-01T14:48:31.881Z Compiling md-5 v0.10.6
20832026-06-01T14:48:31.881Z Compiling bstr v1.12.1
20842026-06-01T14:48:32.088Z Compiling num-integer v0.1.46
20852026-06-01T14:48:32.110Z Compiling hash32 v0.2.1
20862026-06-01T14:48:32.129Z Compiling vergen-lib v9.1.0
20872026-06-01T14:48:32.234Z Compiling ff v0.13.1
20882026-06-01T14:48:32.347Z Compiling fallible-iterator v0.2.0
20892026-06-01T14:48:32.378Z Compiling zlib-rs v0.6.2
20902026-06-01T14:48:32.403Z Compiling base16ct v0.2.0
20912026-06-01T14:48:32.517Z Compiling psl-types v2.0.11
20922026-06-01T14:48:32.620Z Compiling sec1 v0.7.3
20932026-06-01T14:48:32.653Z Compiling publicsuffix v2.3.0
20942026-06-01T14:48:32.670Z Compiling postgres-protocol v0.6.10
20952026-06-01T14:48:32.673Z Compiling group v0.13.0
20962026-06-01T14:48:32.738Z Compiling num-iter v0.1.45
20972026-06-01T14:48:33.186Z Compiling newtype-uuid v1.3.2
20982026-06-01T14:48:33.222Z Compiling rand v0.8.6
20992026-06-01T14:48:33.394Z Compiling derive_builder v0.20.2
21002026-06-01T14:48:33.536Z Compiling oxnet v0.1.5
21012026-06-01T14:48:33.540Z Compiling anstream v1.0.0
21022026-06-01T14:48:33.612Z Compiling hyper-tls v0.6.0
21032026-06-01T14:48:33.830Z Compiling phf_shared v0.13.1
21042026-06-01T14:48:33.902Z Compiling pin-project v1.1.11
21052026-06-01T14:48:33.940Z Compiling lazy_static v1.5.0
21062026-06-01T14:48:33.959Z Compiling anstyle-parse v0.2.7
21072026-06-01T14:48:34.138Z Compiling terminal_size v0.4.3
21082026-06-01T14:48:34.154Z Compiling serde_with_macros v3.17.0
21092026-06-01T14:48:34.170Z Compiling futures-executor v0.3.32
21102026-06-01T14:48:34.318Z Compiling hex v0.4.3
21112026-06-01T14:48:34.396Z Compiling flate2 v1.1.9
21122026-06-01T14:48:34.445Z Compiling hkdf v0.12.4
21132026-06-01T14:48:34.521Z Compiling crypto-bigint v0.5.5
21142026-06-01T14:48:34.598Z Compiling clap_derive v4.6.1
21152026-06-01T14:48:34.627Z Compiling serde_repr v0.1.20
21162026-06-01T14:48:34.644Z Compiling async-recursion v1.1.1
21172026-06-01T14:48:34.644Z Compiling enum-as-inner v0.6.1
21182026-06-01T14:48:34.676Z Compiling vergen v9.1.0
21192026-06-01T14:48:34.715Z Compiling cargo-platform v0.3.2
21202026-06-01T14:48:34.908Z Compiling clap_lex v1.0.0
21212026-06-01T14:48:34.969Z Compiling managed v0.8.0
21222026-06-01T14:48:34.984Z Compiling same-file v1.0.6
21232026-06-01T14:48:35.149Z Compiling bumpalo v3.20.2
21242026-06-01T14:48:35.165Z Compiling libbz2-rs-sys v0.2.2
21252026-06-01T14:48:35.181Z Compiling foldhash v0.2.0
21262026-06-01T14:48:35.238Z Compiling bitflags v1.3.2
21272026-06-01T14:48:35.306Z Compiling foldhash v0.1.5
21282026-06-01T14:48:35.442Z Compiling hashbrown v0.15.5
21292026-06-01T14:48:35.445Z Compiling elliptic-curve v0.13.8
21302026-06-01T14:48:35.570Z Compiling bzip2 v0.6.1
21312026-06-01T14:48:35.607Z Compiling zopfli v0.8.3
21322026-06-01T14:48:35.715Z Compiling hashbrown v0.16.1
21332026-06-01T14:48:35.742Z Compiling walkdir v2.5.0
21342026-06-01T14:48:35.792Z Compiling clap_builder v4.6.0
21352026-06-01T14:48:35.808Z Compiling cargo_metadata v0.23.1
21362026-06-01T14:48:36.100Z Compiling zstd v0.13.3
21372026-06-01T14:48:36.220Z Compiling futures v0.3.32
21382026-06-01T14:48:36.377Z Compiling anstream v0.6.21
21392026-06-01T14:48:36.408Z Compiling phf v0.13.1
21402026-06-01T14:48:36.572Z Compiling snafu v0.8.9
21412026-06-01T14:48:36.588Z Compiling daft v0.1.7
21422026-06-01T14:48:36.690Z Compiling signal-hook-mio v0.2.5
21432026-06-01T14:48:36.825Z Compiling cookie_store v0.22.1
21442026-06-01T14:48:36.877Z Compiling postgres-types v0.2.12
21452026-06-01T14:48:36.935Z Compiling bzip2 v0.4.4
21462026-06-01T14:48:37.080Z Compiling globset v0.4.18
21472026-06-01T14:48:37.106Z Compiling strum v0.27.2
21482026-06-01T14:48:37.312Z Compiling hubpack v0.1.2
21492026-06-01T14:48:37.412Z Compiling ed25519 v2.2.3
21502026-06-01T14:48:37.431Z Compiling phf_shared v0.11.3
21512026-06-01T14:48:37.540Z Compiling crossbeam-epoch v0.9.18
21522026-06-01T14:48:37.585Z Compiling olpc-cjson v0.1.4
21532026-06-01T14:48:37.602Z Compiling pkcs1 v0.7.5
21542026-06-01T14:48:37.676Z Compiling pem v3.0.6
21552026-06-01T14:48:37.770Z Compiling serde-big-array v0.5.1
21562026-06-01T14:48:37.799Z Compiling serde_plain v1.0.2
21572026-06-01T14:48:37.947Z Compiling rfc6979 v0.4.0
21582026-06-01T14:48:37.981Z Compiling float-cmp v0.10.0
21592026-06-01T14:48:37.997Z Compiling memmap2 v0.9.10
21602026-06-01T14:48:38.015Z Compiling env_filter v1.0.0
21612026-06-01T14:48:38.091Z Compiling static_assertions v1.1.0
21622026-06-01T14:48:38.094Z Compiling toml_write v0.1.2
21632026-06-01T14:48:38.136Z Compiling keccak v0.1.6
21642026-06-01T14:48:38.152Z Compiling data-encoding v2.10.0
21652026-06-01T14:48:38.182Z Compiling normalize-line-endings v0.3.0
21662026-06-01T14:48:38.212Z Compiling predicates-core v1.0.10
21672026-06-01T14:48:38.231Z Compiling difflib v0.4.0
21682026-06-01T14:48:38.287Z Compiling fixedbitset v0.4.2
21692026-06-01T14:48:38.306Z Compiling new_debug_unreachable v1.0.6
21702026-06-01T14:48:38.322Z Compiling whoami v2.1.0
21712026-06-01T14:48:38.340Z Compiling typed-path v0.9.3
21722026-06-01T14:48:38.358Z Compiling fixedbitset v0.5.7
21732026-06-01T14:48:38.390Z Compiling jiff v0.2.21
21742026-06-01T14:48:38.406Z Compiling precomputed-hash v0.1.1
21752026-06-01T14:48:38.486Z Compiling string_cache v0.8.9
21762026-06-01T14:48:38.511Z Compiling predicates v3.1.4
21772026-06-01T14:48:38.527Z Compiling petgraph v0.6.5
21782026-06-01T14:48:38.655Z Compiling petgraph v0.8.3
21792026-06-01T14:48:38.670Z Compiling tokio-postgres v0.7.16
21802026-06-01T14:48:38.689Z Compiling hickory-proto v0.25.2
21812026-06-01T14:48:38.702Z Compiling sha3 v0.10.8
21822026-06-01T14:48:38.985Z Compiling toml_edit v0.22.27
21832026-06-01T14:48:39.099Z Compiling env_logger v0.11.9
21842026-06-01T14:48:39.418Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21852026-06-01T14:48:39.437Z Compiling usdt v0.6.0
21862026-06-01T14:48:39.547Z Compiling ecdsa v0.16.9
21872026-06-01T14:48:39.712Z Compiling rsa v0.9.10
21882026-06-01T14:48:40.021Z Compiling ed25519-dalek v2.2.0
21892026-06-01T14:48:40.772Z Compiling clap v4.6.1
21902026-06-01T14:48:40.820Z Compiling crossterm v0.28.1
21912026-06-01T14:48:40.887Z Compiling zip v0.6.6
21922026-06-01T14:48:41.326Z Compiling zip v4.6.1
21932026-06-01T14:48:41.423Z Compiling iddqd v0.4.2
21942026-06-01T14:48:41.772Z Compiling serde_with v3.17.0
21952026-06-01T14:48:42.058Z Compiling similar v2.7.0
21962026-06-01T14:48:42.086Z Compiling strum v0.26.3
21972026-06-01T14:48:42.107Z Compiling toml v0.7.8
21982026-06-01T14:48:42.235Z Compiling tokio-stream v0.1.18
21992026-06-01T14:48:42.266Z Compiling buf-list v1.1.2
22002026-06-01T14:48:42.543Z Compiling x509-cert v0.2.5
22012026-06-01T14:48:42.725Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22022026-06-01T14:48:42.810Z Compiling openapiv3 v2.2.0
22032026-06-01T14:48:42.829Z Compiling sha1 v0.10.6
22042026-06-01T14:48:43.045Z Compiling lalrpop-util v0.19.12
22052026-06-01T14:48:43.180Z Compiling peg-runtime v0.8.5
22062026-06-01T14:48:57.964Z Compiling rustls-webpki v0.103.9
22072026-06-01T14:48:59.121Z Compiling macaddr v1.0.1
22082026-06-01T14:48:59.317Z Compiling structmeta-derive v0.3.0
22092026-06-01T14:48:59.350Z Compiling rayon-core v1.13.0
22102026-06-01T14:48:59.432Z Compiling crucible-workspace-hack v0.1.0
22112026-06-01T14:48:59.455Z Compiling itertools v0.14.0
22122026-06-01T14:48:59.592Z Compiling secrecy v0.10.3
22132026-06-01T14:48:59.662Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-01T14:48:59.784Z Compiling rustls v0.22.4
22152026-06-01T14:48:59.800Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-06-01T14:48:59.995Z Compiling heapless v0.8.0
22172026-06-01T14:49:00.082Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-06-01T14:49:00.098Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-06-01T14:49:00.144Z Compiling crossbeam-deque v0.8.6
22202026-06-01T14:49:00.199Z Compiling rustls-webpki v0.102.8
22212026-06-01T14:49:00.225Z Compiling hash32 v0.3.1
22222026-06-01T14:49:00.265Z Compiling multer v3.1.0
22232026-06-01T14:49:00.339Z Compiling structmeta v0.3.0
22242026-06-01T14:49:00.404Z Compiling thread_local v1.1.9
22252026-06-01T14:49:00.429Z Compiling match_cfg v0.1.0
22262026-06-01T14:49:00.506Z Compiling slog-async v2.8.0
22272026-06-01T14:49:00.522Z Compiling unicode-width v0.2.0
22282026-06-01T14:49:00.563Z Compiling smoltcp v0.11.0
22292026-06-01T14:49:00.563Z Compiling compression-core v0.4.31
22302026-06-01T14:49:00.563Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-06-01T14:49:00.590Z Compiling derive-ex v0.1.8
22322026-06-01T14:49:00.726Z Compiling ingot-macros v0.1.1
22332026-06-01T14:49:00.760Z Compiling compression-codecs v0.4.37
22342026-06-01T14:49:00.775Z Compiling proc-macro-crate v3.4.0
22352026-06-01T14:49:00.925Z Compiling hostname v0.3.1
22362026-06-01T14:49:01.060Z Compiling slog-json v2.6.1
22372026-06-01T14:49:01.107Z Compiling crossbeam-channel v0.5.15
22382026-06-01T14:49:01.165Z Compiling half v2.7.1
22392026-06-01T14:49:01.223Z Compiling newtype-uuid-macros v0.1.0
22402026-06-01T14:49:01.331Z Compiling cobs v0.3.0
22412026-06-01T14:49:01.380Z Compiling thiserror-impl-no-std v2.0.2
22422026-06-01T14:49:01.540Z Compiling universal-hash v0.5.1
22432026-06-01T14:49:01.635Z Compiling tokio-rustls v0.26.4
22442026-06-01T14:49:01.704Z Compiling rustls-platform-verifier v0.6.2
22452026-06-01T14:49:01.815Z Compiling async-stream-impl v0.3.6
22462026-06-01T14:49:01.934Z Compiling hyper-rustls v0.27.7
22472026-06-01T14:49:01.937Z Compiling toml_datetime v1.0.0+spec-1.1.0
22482026-06-01T14:49:01.975Z Compiling serde_spanned v1.0.4
22492026-06-01T14:49:02.074Z Compiling is-terminal v0.4.17
22502026-06-01T14:49:02.141Z Compiling proc-macro-error-attr v1.0.4
22512026-06-01T14:49:02.163Z Compiling dropshot v0.17.0
22522026-06-01T14:49:02.199Z Compiling reqwest v0.12.28
22532026-06-01T14:49:02.271Z Compiling reqwest v0.13.2
22542026-06-01T14:49:02.363Z Compiling term v1.2.1
22552026-06-01T14:49:02.398Z Compiling opaque-debug v0.3.1
22562026-06-01T14:49:02.414Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-06-01T14:49:02.417Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
22582026-06-01T14:49:02.454Z Compiling ciborium-io v0.2.2
22592026-06-01T14:49:02.470Z Compiling take_mut v0.2.2
22602026-06-01T14:49:02.493Z Compiling convert_case v0.4.0
22612026-06-01T14:49:02.612Z Compiling ciborium-ll v0.2.2
22622026-06-01T14:49:02.666Z Compiling toml v1.0.6+spec-1.1.0
22632026-06-01T14:49:02.706Z Compiling slog-term v2.9.2
22642026-06-01T14:49:02.815Z Compiling derive_more v0.99.20
22652026-06-01T14:49:02.897Z Compiling poly1305 v0.8.0
22662026-06-01T14:49:02.928Z Compiling tokio-rustls v0.25.0
22672026-06-01T14:49:03.201Z Compiling thiserror-no-std v2.0.2
22682026-06-01T14:49:03.321Z Compiling async-stream v0.3.6
22692026-06-01T14:49:03.384Z Compiling ingot-types v0.1.2
22702026-06-01T14:49:03.464Z Compiling test-strategy v0.4.5
22712026-06-01T14:49:03.542Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-06-01T14:49:03.545Z Compiling postcard v1.1.3
22732026-06-01T14:49:03.842Z Compiling tough v0.22.0
22742026-06-01T14:49:03.859Z Compiling ingot v0.1.1
22752026-06-01T14:49:03.973Z Compiling slog-bunyan v2.5.0
22762026-06-01T14:49:04.185Z Compiling num_enum_derive v0.7.6
22772026-06-01T14:49:04.202Z Compiling async-compression v0.4.41
22782026-06-01T14:49:04.711Z Compiling parse-display-derive v0.10.0
22792026-06-01T14:49:04.789Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22802026-06-01T14:49:04.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-06-01T14:49:05.127Z Compiling proc-macro-crate v1.3.1
22822026-06-01T14:49:05.230Z Compiling backon v1.6.0
22832026-06-01T14:49:05.293Z Compiling waitgroup v0.1.2
22842026-06-01T14:49:05.501Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
22852026-06-01T14:49:05.505Z Compiling password-hash v0.5.0
22862026-06-01T14:49:05.516Z Compiling chacha20 v0.9.1
22872026-06-01T14:49:05.575Z Compiling dropshot_endpoint v0.17.0
22882026-06-01T14:49:05.593Z Compiling rustls-pemfile v2.2.0
22892026-06-01T14:49:05.665Z Compiling blake2 v0.10.6
22902026-06-01T14:49:05.812Z Compiling aead v0.5.2
22912026-06-01T14:49:05.960Z Compiling foreign-types-macros v0.2.3
22922026-06-01T14:49:06.064Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-06-01T14:49:06.139Z Compiling serde_path_to_error v0.1.20
22942026-06-01T14:49:06.222Z Compiling hostname v0.4.2
22952026-06-01T14:49:06.350Z Compiling proc-macro-error v1.0.4
22962026-06-01T14:49:06.402Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22972026-06-01T14:49:06.502Z Compiling instant v0.1.13
22982026-06-01T14:49:06.522Z Compiling debug-ignore v1.0.5
22992026-06-01T14:49:06.565Z Compiling typeid v1.0.3
23002026-06-01T14:49:06.582Z Compiling cpufeatures v0.3.0
23012026-06-01T14:49:06.601Z Compiling foreign-types-shared v0.3.1
23022026-06-01T14:49:06.639Z Compiling backoff v0.4.0
23032026-06-01T14:49:06.675Z Compiling chacha20 v0.10.0
23042026-06-01T14:49:06.678Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23052026-06-01T14:49:06.707Z Compiling foreign-types v0.5.0
23062026-06-01T14:49:06.725Z Compiling parse-display v0.10.0
23072026-06-01T14:49:06.728Z Compiling chacha20poly1305 v0.10.1
23082026-06-01T14:49:06.757Z Compiling argon2 v0.5.3
23092026-06-01T14:49:06.802Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23102026-06-01T14:49:06.819Z Compiling num_enum_derive v0.5.11
23112026-06-01T14:49:06.886Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-06-01T14:49:06.911Z Compiling num_enum v0.7.6
23132026-06-01T14:49:06.943Z Compiling vsss-rs v3.3.4
23142026-06-01T14:49:07.017Z Compiling ciborium v0.2.2
23152026-06-01T14:49:07.303Z Compiling tabwriter v1.4.1
23162026-06-01T14:49:07.330Z Compiling regress v0.10.5
23172026-06-01T14:49:07.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-06-01T14:49:07.614Z Compiling byte-wrapper v0.1.0
23192026-06-01T14:49:07.698Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23202026-06-01T14:49:07.762Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-06-01T14:49:07.779Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-06-01T14:49:07.808Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-06-01T14:49:07.856Z Compiling cstr-argument v0.1.2
23242026-06-01T14:49:08.048Z Compiling erased-serde v0.4.9
23252026-06-01T14:49:08.220Z Compiling humantime v2.3.0
23262026-06-01T14:49:08.236Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23272026-06-01T14:49:08.272Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-06-01T14:49:08.382Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-06-01T14:49:08.399Z Compiling num_enum v0.5.11
23302026-06-01T14:49:08.432Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23312026-06-01T14:49:08.492Z Compiling rand v0.10.1
23322026-06-01T14:49:08.514Z Compiling rayon v1.11.0
23332026-06-01T14:49:08.542Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23342026-06-01T14:49:08.601Z Compiling libefi-sys v0.1.0
23352026-06-01T14:49:08.681Z Compiling colored v3.1.1
23362026-06-01T14:49:08.685Z Compiling indent_write v2.2.0
23372026-06-01T14:49:08.724Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23382026-06-01T14:49:08.820Z Compiling winnow v1.0.3
23392026-06-01T14:49:08.872Z Compiling zone_cfg_derive v0.3.1
23402026-06-01T14:49:08.875Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-06-01T14:49:08.905Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23422026-06-01T14:49:08.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23432026-06-01T14:49:09.101Z Compiling camino-tempfile v1.4.1
23442026-06-01T14:49:09.193Z Compiling itertools v0.12.1
23452026-06-01T14:49:09.301Z Compiling usdt-macro v0.5.0
23462026-06-01T14:49:09.379Z Compiling usdt-attr-macro v0.5.0
23472026-06-01T14:49:09.475Z Compiling num-derive v0.4.2
23482026-06-01T14:49:09.499Z Compiling bitfield-struct v0.6.2
23492026-06-01T14:49:09.522Z Compiling blake3 v1.8.3
23502026-06-01T14:49:09.538Z Compiling ordered-float v2.10.1
23512026-06-01T14:49:09.840Z Compiling sigpipe v0.1.3
23522026-06-01T14:49:09.956Z Compiling memmap v0.7.0
23532026-06-01T14:49:10.002Z Compiling swrite v0.1.0
23542026-06-01T14:49:10.128Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-06-01T14:49:10.147Z Compiling glob v0.3.3
23562026-06-01T14:49:10.150Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-06-01T14:49:10.214Z Compiling usdt v0.5.0
23582026-06-01T14:49:10.379Z Compiling serde-value v0.7.0
23592026-06-01T14:49:10.408Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23602026-06-01T14:49:10.495Z Compiling zone v0.3.1
23612026-06-01T14:49:10.656Z Compiling serde-untagged v0.1.9
23622026-06-01T14:49:10.673Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23632026-06-01T14:49:10.912Z Compiling toml v0.8.23
23642026-06-01T14:49:11.018Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23652026-06-01T14:49:11.067Z Compiling smf v0.2.3
23662026-06-01T14:49:11.085Z Compiling filetime v0.2.27
23672026-06-01T14:49:11.085Z Compiling unicode-xid v0.2.6
23682026-06-01T14:49:11.120Z Compiling arrayref v0.3.9
23692026-06-01T14:49:11.123Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-06-01T14:49:11.152Z Compiling xattr v1.6.1
23712026-06-01T14:49:11.216Z Compiling constant_time_eq v0.4.2
23722026-06-01T14:49:11.238Z Compiling arrayvec v0.7.6
23732026-06-01T14:49:11.267Z Compiling whoami v1.6.1
23742026-06-01T14:49:11.304Z Compiling tar v0.4.45
23752026-06-01T14:49:11.320Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-06-01T14:49:11.369Z Compiling cargo-util-schemas v0.8.2
23772026-06-01T14:49:11.439Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23782026-06-01T14:49:11.706Z Compiling tokio-dtrace v0.1.1
23792026-06-01T14:49:11.740Z Compiling console v0.16.2
23802026-06-01T14:49:12.007Z Compiling gethostname v0.5.0
23812026-06-01T14:49:12.027Z Compiling cargo-platform v0.2.0
23822026-06-01T14:49:12.064Z Compiling topological-sort v0.2.2
23832026-06-01T14:49:12.090Z Compiling unit-prefix v0.5.2
23842026-06-01T14:49:12.174Z Compiling oxide-tokio-rt v0.1.4
23852026-06-01T14:49:12.261Z Compiling indicatif v0.18.4
23862026-06-01T14:49:12.277Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-06-01T14:49:12.280Z Compiling shell-words v1.1.1
23882026-06-01T14:49:12.568Z Compiling cargo_metadata v0.21.0
23892026-06-01T14:49:21.949Z Compiling progenitor-client v0.14.0
23902026-06-01T14:49:21.950Z Compiling progenitor-client v0.13.0
23912026-06-01T14:49:21.966Z Compiling omicron-zone-package v0.12.2
23922026-06-01T14:49:22.432Z Compiling progenitor-extras v0.2.0
23932026-06-01T14:49:24.802Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-06-01T14:49:24.825Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-06-01T14:49:24.849Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-06-01T14:49:24.873Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-06-01T14:49:24.888Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-06-01T14:49:24.994Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-06-01T14:49:25.107Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-06-01T14:49:25.127Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-06-01T14:49:25.188Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-06-01T14:49:29.161Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24032026-06-01T14:49:36.940Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-06-01T14:49:40.080Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-06-01T14:49:41.065Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-06-01T14:49:50.854Z Finished `release` profile [optimized] target(s) in 1m 44s
24072026-06-01T14:49:51.002Z Running `target/release/omicron-package -t test target create -p dev`
24082026-06-01T14:49:51.069ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-06-01T14:49:51.073ZCreated new build target 'test' and set it as active
24102026-06-01T14:49:51.073Z
24112026-06-01T14:49:51.073Zreal 1:44.606005790
24122026-06-01T14:49:51.073Zuser 16:57.523808021
24132026-06-01T14:49:51.073Zsys 2:41.491315058
24142026-06-01T14:49:51.073Ztrap 0.467818859
24152026-06-01T14:49:51.073Ztflt 2.924882632
24162026-06-01T14:49:51.073Zdflt 3.977863402
24172026-06-01T14:49:51.073Zkflt 0.000559880
24182026-06-01T14:49:51.073Zlock 52:40.687003506
24192026-06-01T14:49:51.073Zslp 43:10.932815599
24202026-06-01T14:49:51.073Zlat 44.491640270
24212026-06-01T14:49:51.073Zstop 5:32.248291317
24222026-06-01T14:49:51.073Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-06-01T14:49:52.003Z Finished `release` profile [optimized] target(s) in 0.92s
24242026-06-01T14:49:52.080Z Running `target/release/omicron-package -t test package`
24252026-06-01T14:49:52.141ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-06-01T14:49:53.700Z Compiling heck v0.5.0
24272026-06-01T14:49:53.703Z Compiling regress v0.11.1
24282026-06-01T14:49:53.921Z Compiling unsafe-libyaml v0.2.11
24292026-06-01T14:49:53.989Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24302026-06-01T14:49:54.016Z Compiling regress v0.10.5
24312026-06-01T14:49:54.019Z Compiling unicode-width v0.1.14
24322026-06-01T14:49:54.019Z Compiling is-terminal v0.4.17
24332026-06-01T14:49:54.019Z Compiling prettyplease v0.2.37
24342026-06-01T14:49:54.020Z Compiling derive-where v1.6.0
24352026-06-01T14:49:54.038Z Compiling num-rational v0.4.2
24362026-06-01T14:49:54.083Z Compiling num-complex v0.4.6
24372026-06-01T14:49:54.103Z Compiling rustls v0.22.4
24382026-06-01T14:49:54.106Z Compiling rustls-webpki v0.102.8
24392026-06-01T14:49:54.106Z Compiling thread_local v1.1.9
24402026-06-01T14:49:54.125Z Compiling compression-core v0.4.31
24412026-06-01T14:49:54.243Z Compiling match_cfg v0.1.0
24422026-06-01T14:49:54.268Z Compiling bytecount v0.6.9
24432026-06-01T14:49:54.338Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-06-01T14:49:54.369Z Compiling float-ord v0.3.2
24452026-06-01T14:49:54.391Z Compiling hostname v0.3.1
24462026-06-01T14:49:54.395Z Compiling compression-codecs v0.4.37
24472026-06-01T14:49:54.441Z Compiling multer v3.1.0
24482026-06-01T14:49:54.492Z Compiling serde_yaml v0.9.34+deprecated
24492026-06-01T14:49:54.515Z Compiling slog-async v2.8.0
24502026-06-01T14:49:54.519Z Compiling crossbeam-channel v0.5.15
24512026-06-01T14:49:54.519Z Compiling slog-json v2.6.1
24522026-06-01T14:49:54.586Z Compiling toml_datetime v1.0.0+spec-1.1.0
24532026-06-01T14:49:54.589Z Compiling serde_spanned v1.0.4
24542026-06-01T14:49:54.639Z Compiling num v0.4.3
24552026-06-01T14:49:54.713Z Compiling term v1.2.1
24562026-06-01T14:49:54.746Z Compiling take_mut v0.2.2
24572026-06-01T14:49:54.790Z Compiling toml_writer v1.0.6+spec-1.1.0
24582026-06-01T14:49:54.813Z Compiling slog-bunyan v2.5.0
24592026-06-01T14:49:54.876Z Compiling async-compression v0.4.41
24602026-06-01T14:49:54.988Z Compiling toml v1.0.6+spec-1.1.0
24612026-06-01T14:49:55.040Z Compiling slog-term v2.9.2
24622026-06-01T14:49:55.071Z Compiling console v0.15.11
24632026-06-01T14:49:55.093Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-06-01T14:49:55.213Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-06-01T14:49:55.240Z Compiling dropshot v0.17.0
24662026-06-01T14:49:55.265Z Compiling async-stream v0.3.6
24672026-06-01T14:49:55.307Z Compiling progenitor-client v0.14.0
24682026-06-01T14:49:55.331Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-06-01T14:49:55.334Z Compiling waitgroup v0.1.2
24702026-06-01T14:49:55.377Z Compiling backon v1.6.0
24712026-06-01T14:49:55.481Z Compiling typify-impl v0.6.2
24722026-06-01T14:49:55.504Z Compiling rustls-pemfile v2.2.0
24732026-06-01T14:49:55.507Z Compiling serde_path_to_error v0.1.20
24742026-06-01T14:49:55.554Z Compiling hostname v0.4.2
24752026-06-01T14:49:55.581Z Compiling instant v0.1.13
24762026-06-01T14:49:55.607Z Compiling debug-ignore v1.0.5
24772026-06-01T14:49:55.645Z Compiling progenitor-extras v0.2.0
24782026-06-01T14:49:55.747Z Compiling backoff v0.4.0
24792026-06-01T14:49:55.751Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24802026-06-01T14:49:55.800Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24812026-06-01T14:49:55.800Z Compiling parse-display v0.10.0
24822026-06-01T14:49:55.920Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832026-06-01T14:49:55.943Z Compiling newline-converter v0.3.0
24842026-06-01T14:49:55.980Z Compiling atomicwrites v0.4.4
24852026-06-01T14:49:56.002Z Compiling progenitor-client v0.13.0
24862026-06-01T14:49:56.106Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24872026-06-01T14:49:56.132Z Compiling macaddr v1.0.1
24882026-06-01T14:49:56.182Z Compiling humantime v2.3.0
24892026-06-01T14:49:56.329Z Compiling expectorate v1.2.0
24902026-06-01T14:49:56.399Z Compiling slog-dtrace v0.3.0
24912026-06-01T14:49:56.424Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-06-01T14:49:56.473Z Compiling owo-colors v4.3.0
24932026-06-01T14:49:56.533Z Compiling tokio-rustls v0.25.0
24942026-06-01T14:49:56.586Z Compiling resolv-conf v0.7.6
24952026-06-01T14:49:56.589Z Compiling cancel-safe-futures v0.1.5
24962026-06-01T14:49:56.589Z Compiling libsw-core v0.3.2
24972026-06-01T14:49:56.663Z Compiling minimal-lexical v0.2.1
24982026-06-01T14:49:56.711Z Compiling toml v0.8.23
24992026-06-01T14:49:56.855Z Compiling libsw v3.5.0
25002026-06-01T14:49:56.947Z Compiling nom v7.1.3
25012026-06-01T14:49:56.971Z Compiling num-derive v0.3.3
25022026-06-01T14:49:57.084Z Compiling linked-hash-map v0.5.6
25032026-06-01T14:49:57.274Z Compiling linear-map v1.2.0
25042026-06-01T14:49:57.347Z Compiling lru-cache v0.1.2
25052026-06-01T14:49:57.434Z Compiling hickory-proto v0.24.4
25062026-06-01T14:49:57.456Z Compiling unicode-xid v0.2.6
25072026-06-01T14:49:57.510Z Compiling itertools v0.13.0
25082026-06-01T14:49:57.533Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-06-01T14:49:57.536Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-06-01T14:49:57.611Z Compiling csv-core v0.1.13
25112026-06-01T14:49:57.634Z Compiling termtree v0.5.1
25122026-06-01T14:49:57.838Z Compiling highway v1.3.0
25132026-06-01T14:49:57.919Z Compiling libscf-sys v1.1.0
25142026-06-01T14:49:57.942Z Compiling csv v1.4.0
25152026-06-01T14:49:58.058Z Compiling papergrid v0.11.0
25162026-06-01T14:49:58.096Z Compiling tabled_derive v0.7.0
25172026-06-01T14:49:58.350Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-06-01T14:49:58.376Z Compiling phf_shared v0.12.1
25192026-06-01T14:49:58.544Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25202026-06-01T14:49:58.571Z Compiling tagptr v0.2.0
25212026-06-01T14:49:58.630Z Compiling chrono-tz v0.10.4
25222026-06-01T14:49:58.770Z Compiling moka v0.12.13
25232026-06-01T14:49:58.836Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25242026-06-01T14:49:58.891Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25252026-06-01T14:49:58.932Z Compiling phf v0.12.1
25262026-06-01T14:49:59.034Z Compiling typify-macro v0.6.2
25272026-06-01T14:49:59.038Z Compiling const_format_proc_macros v0.2.34
25282026-06-01T14:49:59.083Z Compiling tabled v0.15.0
25292026-06-01T14:49:59.135Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25302026-06-01T14:49:59.699Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25312026-06-01T14:49:59.724Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25322026-06-01T14:49:59.823Z Compiling const_format v0.2.35
25332026-06-01T14:49:59.846Z Compiling hickory-resolver v0.24.4
25342026-06-01T14:50:00.008Z Compiling hickory-resolver v0.25.2
25352026-06-01T14:50:00.338Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25362026-06-01T14:50:00.616Z Compiling typify v0.6.2
25372026-06-01T14:50:00.909Z Compiling progenitor-impl v0.14.0
25382026-06-01T14:50:01.818Z Compiling progenitor-impl v0.13.0
25392026-06-01T14:50:03.110Z Compiling progenitor-macro v0.14.0
25402026-06-01T14:50:03.339Z Compiling qorb v0.4.1
25412026-06-01T14:50:03.998Z Compiling progenitor-macro v0.13.0
25422026-06-01T14:50:05.154Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-06-01T14:50:06.144Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-06-01T14:50:06.516Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25452026-06-01T14:50:06.710Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25462026-06-01T14:50:06.734Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25472026-06-01T14:50:06.960Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25482026-06-01T14:50:07.218Z Compiling progenitor v0.14.0
25492026-06-01T14:50:07.412Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-01T14:50:07.653Z Compiling bcs v0.1.6
25512026-06-01T14:50:08.060Z Compiling progenitor v0.13.0
25522026-06-01T14:50:08.098Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25532026-06-01T14:50:08.120Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25542026-06-01T14:50:08.146Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25552026-06-01T14:50:08.272Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25562026-06-01T14:50:09.329Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25572026-06-01T14:50:09.765Z Compiling semver v0.1.20
25582026-06-01T14:50:09.897Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25592026-06-01T14:50:10.059Z Compiling rustc_version v0.1.7
25602026-06-01T14:50:10.309Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25612026-06-01T14:50:11.006Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25622026-06-01T14:50:11.572Z Compiling newtype_derive v0.1.6
25632026-06-01T14:50:11.632Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25642026-06-01T14:50:11.741Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25652026-06-01T14:50:11.893Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25662026-06-01T14:50:12.073Z Compiling convert_case v0.10.0
25672026-06-01T14:50:12.099Z Compiling smawk v0.3.2
25682026-06-01T14:50:12.293Z Compiling unicode-linebreak v0.1.5
25692026-06-01T14:50:12.377Z Compiling derive_more-impl v2.1.1
25702026-06-01T14:50:12.609Z Compiling textwrap v0.16.2
25712026-06-01T14:50:12.706Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25722026-06-01T14:50:13.000Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25732026-06-01T14:50:13.233Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25742026-06-01T14:50:13.256Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25752026-06-01T14:50:14.382Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25762026-06-01T14:50:14.428Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25772026-06-01T14:50:14.555Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25782026-06-01T14:50:14.969Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25792026-06-01T14:50:15.417Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25802026-06-01T14:50:15.552Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25812026-06-01T14:50:15.770Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25822026-06-01T14:50:15.807Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25832026-06-01T14:50:15.930Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25842026-06-01T14:50:16.100Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25852026-06-01T14:50:16.125Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25862026-06-01T14:50:16.279Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25872026-06-01T14:50:16.308Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25882026-06-01T14:50:16.396Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25892026-06-01T14:50:16.476Z Compiling derive_more v2.1.1
25902026-06-01T14:50:16.555Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25912026-06-01T14:50:16.594Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25922026-06-01T14:50:16.728Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25932026-06-01T14:50:16.901Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25942026-06-01T14:50:16.993Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25952026-06-01T14:50:17.153Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25962026-06-01T14:50:17.580Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25972026-06-01T14:50:17.606Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25982026-06-01T14:50:17.764Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25992026-06-01T14:50:17.840Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26002026-06-01T14:50:18.268Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26012026-06-01T14:50:18.532Z Compiling crossterm v0.29.0
26022026-06-01T14:50:19.112Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26032026-06-01T14:50:19.890Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26042026-06-01T14:50:20.375Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26052026-06-01T14:50:20.527Z Compiling steno v0.4.1
26062026-06-01T14:50:21.498Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26072026-06-01T14:50:21.824Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26082026-06-01T14:50:22.026Z Compiling vte v0.14.1
26092026-06-01T14:50:22.321Z Compiling strip-ansi-escapes v0.2.1
26102026-06-01T14:50:22.376Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26112026-06-01T14:50:22.684Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26122026-06-01T14:50:22.805Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26132026-06-01T14:50:22.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142026-06-01T14:50:22.992Z Compiling fd-lock v4.0.4
26152026-06-01T14:50:23.176Z Compiling peg-macros v0.8.5
26162026-06-01T14:50:23.365Z Compiling nu-ansi-term v0.50.3
26172026-06-01T14:50:23.914Z Compiling reedline v0.40.0
26182026-06-01T14:50:24.375Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26192026-06-01T14:50:24.412Z Compiling peg v0.8.5
26202026-06-01T14:50:24.525Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26212026-06-01T14:50:24.577Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26222026-06-01T14:50:26.609Z Compiling nom v8.0.0
26232026-06-01T14:50:26.884Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26242026-06-01T14:50:27.125Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26252026-06-01T14:50:27.681Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262026-06-01T14:50:27.842Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26272026-06-01T14:50:27.867Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26282026-06-01T14:50:27.937Z Compiling base64 v0.21.7
26292026-06-01T14:50:27.975Z Compiling dropshot-api-manager-types v0.7.2
26302026-06-01T14:50:28.205Z Compiling utf-8 v0.7.6
26312026-06-01T14:50:28.334Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26322026-06-01T14:50:28.458Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26332026-06-01T14:50:28.480Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26342026-06-01T14:50:28.588Z Compiling tungstenite v0.21.0
26352026-06-01T14:50:28.623Z Compiling radium v0.7.0
26362026-06-01T14:50:28.648Z Compiling maybe-uninit v2.0.0
26372026-06-01T14:50:28.689Z Compiling tap v1.0.1
26382026-06-01T14:50:28.846Z Compiling display-error-chain v0.2.2
26392026-06-01T14:50:28.962Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26402026-06-01T14:50:29.057Z Compiling wyz v0.5.1
26412026-06-01T14:50:29.215Z Compiling tokio-tungstenite v0.21.0
26422026-06-01T14:50:29.276Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26432026-06-01T14:50:29.302Z Compiling zerocopy-derive v0.6.6
26442026-06-01T14:50:29.327Z Compiling proc-macro-error-attr2 v2.0.0
26452026-06-01T14:50:29.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
26462026-06-01T14:50:29.728Z Compiling packed_struct v0.10.1
26472026-06-01T14:50:30.018Z Compiling funty v2.0.0
26482026-06-01T14:50:30.086Z Compiling crc-catalog v2.4.0
26492026-06-01T14:50:30.220Z Compiling crc v3.4.0
26502026-06-01T14:50:30.452Z Compiling bitvec v1.0.1
26512026-06-01T14:50:30.716Z Compiling zerocopy v0.6.6
26522026-06-01T14:50:31.045Z Compiling proc-macro-error2 v2.0.1
26532026-06-01T14:50:31.265Z Compiling itertools v0.10.5
26542026-06-01T14:50:31.370Z Compiling packed_struct_codegen v0.10.1
26552026-06-01T14:50:31.855Z Compiling vergen-lib v0.1.6
26562026-06-01T14:50:32.085Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26572026-06-01T14:50:32.164Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26582026-06-01T14:50:32.223Z Compiling bitfield-macros v0.19.4
26592026-06-01T14:50:32.334Z Compiling indexmap v1.9.3
26602026-06-01T14:50:32.402Z Compiling nodrop v0.1.14
26612026-06-01T14:50:32.536Z Compiling array-init v0.0.4
26622026-06-01T14:50:32.671Z Compiling tabled_derive v0.11.0
26632026-06-01T14:50:32.937Z Compiling smallvec v0.6.14
26642026-06-01T14:50:32.940Z Compiling bitfield v0.19.4
26652026-06-01T14:50:33.295Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26662026-06-01T14:50:33.390Z Compiling papergrid v0.17.0
26672026-06-01T14:50:33.808Z Compiling testing_table v0.3.0
26682026-06-01T14:50:33.971Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26692026-06-01T14:50:33.996Z Compiling vergen-gitcl v1.0.8
26702026-06-01T14:50:34.021Z Compiling dirs-sys-next v0.1.2
26712026-06-01T14:50:34.218Z Compiling diesel_derives v2.3.7
26722026-06-01T14:50:34.243Z Compiling crunchy v0.2.4
26732026-06-01T14:50:34.265Z Compiling hashbrown v0.12.3
26742026-06-01T14:50:34.290Z Compiling maplit v1.0.2
26752026-06-01T14:50:34.313Z Compiling glob v0.3.3
26762026-06-01T14:50:34.446Z Compiling dirs-next v2.0.0
26772026-06-01T14:50:34.501Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26782026-06-01T14:50:34.566Z Compiling tabled v0.20.0
26792026-06-01T14:50:34.609Z Compiling serde-hex v0.1.0
26802026-06-01T14:50:34.681Z Compiling clang-sys v1.8.1
26812026-06-01T14:50:34.980Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26822026-06-01T14:50:35.072Z Compiling ron v0.8.1
26832026-06-01T14:50:35.220Z Compiling hashbrown v0.13.2
26842026-06-01T14:50:35.403Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26852026-06-01T14:50:35.839Z Compiling scheduled-thread-pool v0.2.7
26862026-06-01T14:50:36.087Z Compiling dsl_auto_type v0.2.0
26872026-06-01T14:50:36.392Z Compiling diesel_table_macro_syntax v0.3.0
26882026-06-01T14:50:36.449Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26892026-06-01T14:50:36.645Z Compiling crc-any v2.5.0
26902026-06-01T14:50:36.672Z Compiling tiny-keccak v2.0.2
26912026-06-01T14:50:36.774Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26922026-06-01T14:50:36.888Z Compiling r2d2 v0.8.10
26932026-06-01T14:50:36.943Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26942026-06-01T14:50:37.098Z Compiling object v0.30.4
26952026-06-01T14:50:37.434Z Compiling term v0.7.0
26962026-06-01T14:50:37.736Z Compiling downcast-rs v2.0.2
26972026-06-01T14:50:37.765Z Compiling path-slash v0.1.5
26982026-06-01T14:50:37.946Z Compiling bit-vec v0.6.3
26992026-06-01T14:50:37.976Z Compiling xshell-macros v0.2.7
27002026-06-01T14:50:38.201Z Compiling bit-set v0.5.3
27012026-06-01T14:50:38.368Z Compiling xshell v0.2.7
27022026-06-01T14:50:38.398Z Compiling ascii-canvas v3.0.0
27032026-06-01T14:50:38.961Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27042026-06-01T14:50:39.075Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27052026-06-01T14:50:39.651Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27062026-06-01T14:50:39.878Z Compiling ena v0.14.4
27072026-06-01T14:50:40.125Z Compiling libloading v0.8.9
27082026-06-01T14:50:40.129Z Compiling crc8 v0.1.1
27092026-06-01T14:50:40.304Z Compiling bindgen v0.71.1
27102026-06-01T14:50:40.372Z Compiling regex-syntax v0.6.29
27112026-06-01T14:50:40.503Z Compiling diff v0.1.13
27122026-06-01T14:50:40.609Z Compiling unicase v2.9.0
27132026-06-01T14:50:40.961Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27142026-06-01T14:50:41.038Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27152026-06-01T14:50:41.415Z Compiling diesel v2.3.7
27162026-06-01T14:50:41.947Z Compiling lalrpop v0.19.12
27172026-06-01T14:50:42.156Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27182026-06-01T14:50:42.345Z Compiling cexpr v0.6.0
27192026-06-01T14:50:42.375Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27202026-06-01T14:50:42.470Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27212026-06-01T14:50:42.607Z Compiling rustc-hash v2.1.1
27222026-06-01T14:50:42.693Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27232026-06-01T14:50:42.776Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27242026-06-01T14:50:42.973Z Compiling headers-core v0.3.0
27252026-06-01T14:50:43.088Z Compiling libxml v0.3.3
27262026-06-01T14:50:43.148Z Compiling headers v0.4.1
27272026-06-01T14:50:43.357Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27282026-06-01T14:50:43.426Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27292026-06-01T14:50:43.793Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27302026-06-01T14:50:44.034Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27312026-06-01T14:50:44.558Z Compiling git-stub v1.0.0
27322026-06-01T14:50:44.762Z Compiling strum_macros v0.24.3
27332026-06-01T14:50:44.841Z Compiling indoc v1.0.9
27342026-06-01T14:50:44.865Z Compiling git-stub-vcs v0.1.0
27352026-06-01T14:50:44.919Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27362026-06-01T14:50:45.296Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27372026-06-01T14:50:45.324Z Compiling derive_builder v0.20.2
27382026-06-01T14:50:45.409Z Compiling oso-derive v0.27.3
27392026-06-01T14:50:45.502Z Compiling quick-xml v0.37.5
27402026-06-01T14:50:45.531Z Compiling impl-trait-for-tuples v0.2.3
27412026-06-01T14:50:45.939Z Compiling openssl-probe v0.1.6
27422026-06-01T14:50:46.072Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27432026-06-01T14:50:46.240Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27442026-06-01T14:50:46.799Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27452026-06-01T14:50:46.827Z Compiling half v1.8.3
27462026-06-01T14:50:47.155Z Compiling serde_cbor v0.11.2
27472026-06-01T14:50:47.278Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27482026-06-01T14:50:47.469Z Compiling samael v0.0.19
27492026-06-01T14:50:47.575Z Compiling bb8 v0.8.6
27502026-06-01T14:50:47.961Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27512026-06-01T14:50:48.154Z Compiling trait-variant v0.1.2
27522026-06-01T14:50:48.222Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27532026-06-01T14:50:48.256Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27542026-06-01T14:50:48.601Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27552026-06-01T14:50:48.719Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27562026-06-01T14:50:48.766Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27572026-06-01T14:50:48.870Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27582026-06-01T14:50:49.045Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27592026-06-01T14:50:49.365Z Compiling polar-core v0.27.3
27602026-06-01T14:50:49.492Z Compiling typify-impl v0.4.3
27612026-06-01T14:50:49.812Z Compiling fxhash v0.2.1
27622026-06-01T14:50:50.009Z Compiling libz-sys v1.1.24
27632026-06-01T14:50:50.414Z Compiling nonempty v0.12.0
27642026-06-01T14:50:50.443Z Compiling salty v0.3.0
27652026-06-01T14:50:50.566Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-06-01T14:50:50.670Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27672026-06-01T14:50:50.761Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27682026-06-01T14:50:50.985Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27692026-06-01T14:50:51.289Z Compiling kstat-rs v0.2.4
27702026-06-01T14:50:51.824Z Compiling arc-swap v1.8.2
27712026-06-01T14:50:51.956Z Compiling fs-err v2.11.0
27722026-06-01T14:50:52.223Z Compiling slog-scope v4.4.1
27732026-06-01T14:50:52.322Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27742026-06-01T14:50:52.345Z Compiling mime_guess v2.0.5
27752026-06-01T14:50:52.679Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27762026-06-01T14:50:52.856Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27772026-06-01T14:50:52.992Z Compiling typify-macro v0.4.3
27782026-06-01T14:50:53.019Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27792026-06-01T14:50:54.106Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27802026-06-01T14:50:54.171Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27812026-06-01T14:50:54.519Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27822026-06-01T14:50:54.586Z Compiling nanorand v0.7.0
27832026-06-01T14:50:54.634Z Compiling darling_core v0.23.0
27842026-06-01T14:50:54.985Z Compiling libgit2-sys v0.18.3+1.9.2
27852026-06-01T14:50:55.410Z Compiling parking_lot_core v0.8.6
27862026-06-01T14:50:55.724Z Compiling flume v0.11.1
27872026-06-01T14:50:56.175Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27882026-06-01T14:50:56.724Z Compiling slog-stdlog v4.1.1
27892026-06-01T14:50:56.855Z Compiling darling_macro v0.23.0
27902026-06-01T14:50:57.360Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27912026-06-01T14:50:57.383Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27922026-06-01T14:50:57.406Z Compiling primeorder v0.13.6
27932026-06-01T14:50:57.735Z Compiling atty v0.2.14
27942026-06-01T14:50:57.895Z Compiling instability v0.3.11
27952026-06-01T14:50:58.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27962026-06-01T14:50:58.364Z Compiling oso v0.27.3
27972026-06-01T14:50:58.820Z Compiling async-bb8-diesel v0.2.1
27982026-06-01T14:50:59.278Z Compiling diesel-dtrace v0.5.0
27992026-06-01T14:50:59.668Z Compiling http-range v0.1.5
28002026-06-01T14:51:00.051Z Compiling strsim v0.10.0
28012026-06-01T14:51:00.368Z Compiling parse-size v1.1.0
28022026-06-01T14:51:00.588Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28032026-06-01T14:51:01.926Z Compiling darling_core v0.13.4
28042026-06-01T14:51:02.656Z Compiling p384 v0.13.1
28052026-06-01T14:51:03.402Z Compiling darling v0.23.0
28062026-06-01T14:51:03.523Z Compiling slog-envlogger v2.2.0
28072026-06-01T14:51:04.697Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28082026-06-01T14:51:04.775Z Compiling typify v0.4.3
28092026-06-01T14:51:04.799Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28102026-06-01T14:51:04.921Z Compiling ignore v0.4.25
28112026-06-01T14:51:05.105Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-06-01T14:51:05.282Z Compiling vergen-git2 v9.1.0
28132026-06-01T14:51:05.523Z Compiling castaway v0.2.4
28142026-06-01T14:51:05.688Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28152026-06-01T14:51:05.938Z Compiling indoc v2.0.7
28162026-06-01T14:51:06.530Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28172026-06-01T14:51:07.173Z Compiling compact_str v0.8.1
28182026-06-01T14:51:07.198Z Compiling globwalk v0.9.1
28192026-06-01T14:51:07.921Z Compiling progenitor-impl v0.11.2
28202026-06-01T14:51:08.298Z Compiling parking_lot v0.11.2
28212026-06-01T14:51:08.324Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28222026-06-01T14:51:08.613Z Compiling hyper-staticfile v0.10.1
28232026-06-01T14:51:09.236Z Compiling darling_macro v0.13.4
28242026-06-01T14:51:09.805Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28252026-06-01T14:51:09.933Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-06-01T14:51:10.051Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28272026-06-01T14:51:10.075Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-06-01T14:51:10.329Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28292026-06-01T14:51:10.474Z Compiling unicode-truncate v1.1.0
28302026-06-01T14:51:10.546Z Compiling predicates-tree v1.0.13
28312026-06-01T14:51:10.609Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28322026-06-01T14:51:10.701Z Compiling lru v0.12.5
28332026-06-01T14:51:10.741Z Compiling rand_seeder v0.4.0
28342026-06-01T14:51:10.791Z Compiling prefix-trie v0.7.0
28352026-06-01T14:51:10.845Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-06-01T14:51:10.938Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28372026-06-01T14:51:11.029Z Compiling corncobs v0.1.4
28382026-06-01T14:51:11.051Z Compiling cassowary v0.3.0
28392026-06-01T14:51:11.195Z Compiling illumos-nvpair-sys v0.2.0
28402026-06-01T14:51:11.289Z Compiling rustls v0.21.12
28412026-06-01T14:51:11.321Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28422026-06-01T14:51:11.324Z Compiling hickory-server v0.25.2
28432026-06-01T14:51:11.466Z Compiling ratatui v0.29.0
28442026-06-01T14:51:11.591Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28452026-06-01T14:51:11.958Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28462026-06-01T14:51:12.218Z Compiling camino-tempfile-ext v0.3.3
28472026-06-01T14:51:12.354Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28482026-06-01T14:51:12.661Z Compiling progenitor-macro v0.11.2
28492026-06-01T14:51:12.884Z Compiling darling v0.13.4
28502026-06-01T14:51:13.004Z Compiling sled v0.34.7
28512026-06-01T14:51:16.067Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28522026-06-01T14:51:16.097Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28532026-06-01T14:51:16.359Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28542026-06-01T14:51:16.825Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28552026-06-01T14:51:17.377Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28562026-06-01T14:51:19.753Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28572026-06-01T14:51:19.902Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28582026-06-01T14:51:20.648Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28592026-06-01T14:51:21.278Z Compiling git2 v0.20.4
28602026-06-01T14:51:22.580Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28612026-06-01T14:51:22.808Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28622026-06-01T14:51:22.903Z Compiling progenitor-client v0.11.2
28632026-06-01T14:51:23.031Z Compiling sct v0.7.1
28642026-06-01T14:51:23.334Z Compiling rustls-webpki v0.101.7
28652026-06-01T14:51:23.449Z Compiling secrecy v0.8.0
28662026-06-01T14:51:23.655Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28672026-06-01T14:51:23.952Z Compiling progenitor v0.11.2
28682026-06-01T14:51:24.121Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28692026-06-01T14:51:24.157Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28702026-06-01T14:51:24.366Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28712026-06-01T14:51:24.780Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28722026-06-01T14:51:25.046Z Compiling serde_with_macros v1.5.2
28732026-06-01T14:51:25.131Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28742026-06-01T14:51:25.859Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-06-01T14:51:26.870Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28762026-06-01T14:51:27.469Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28772026-06-01T14:51:27.616Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28782026-06-01T14:51:27.847Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28792026-06-01T14:51:28.082Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28802026-06-01T14:51:28.320Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28812026-06-01T14:51:28.550Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28822026-06-01T14:51:28.804Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28832026-06-01T14:51:29.036Z Compiling void v1.0.2
28842026-06-01T14:51:29.285Z Compiling lzss v0.8.2
28852026-06-01T14:51:29.711Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28862026-06-01T14:51:30.516Z Compiling illumos-nvpair v0.3.0
28872026-06-01T14:51:30.541Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28882026-06-01T14:51:31.033Z Compiling serde_with v1.14.0
28892026-06-01T14:51:31.060Z Compiling tokio-rustls v0.24.1
28902026-06-01T14:51:31.794Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28912026-06-01T14:51:32.543Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28922026-06-01T14:51:32.673Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28932026-06-01T14:51:33.116Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28942026-06-01T14:51:33.351Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28952026-06-01T14:51:34.090Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28962026-06-01T14:51:34.176Z Compiling tungstenite v0.23.0
28972026-06-01T14:51:34.362Z Compiling rustls-pemfile v1.0.4
28982026-06-01T14:51:34.774Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28992026-06-01T14:51:34.852Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29002026-06-01T14:51:35.101Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29012026-06-01T14:51:35.125Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29022026-06-01T14:51:35.358Z Compiling nix v0.27.1
29032026-06-01T14:51:36.632Z Compiling twox-hash v2.1.2
29042026-06-01T14:51:36.658Z Compiling serde_bytes v0.11.19
29052026-06-01T14:51:36.967Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29062026-06-01T14:51:37.062Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29072026-06-01T14:51:37.192Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29082026-06-01T14:51:37.533Z Compiling tokio-tungstenite v0.23.1
29092026-06-01T14:51:37.940Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-06-01T14:51:38.331Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29112026-06-01T14:51:39.877Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29122026-06-01T14:51:41.087Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29132026-06-01T14:51:41.337Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29142026-06-01T14:51:41.970Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29152026-06-01T14:51:42.048Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29162026-06-01T14:51:42.530Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29172026-06-01T14:51:42.717Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29182026-06-01T14:51:43.135Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29192026-06-01T14:51:43.228Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29202026-06-01T14:51:43.253Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29212026-06-01T14:51:43.828Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29222026-06-01T14:51:43.996Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29232026-06-01T14:51:44.911Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29242026-06-01T14:51:45.510Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29252026-06-01T14:51:47.140Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29262026-06-01T14:51:47.720Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29272026-06-01T14:51:48.129Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29282026-06-01T14:51:48.154Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29292026-06-01T14:51:50.069Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29302026-06-01T14:51:50.238Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29312026-06-01T14:51:50.464Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29322026-06-01T14:51:50.542Z Compiling signal-hook-tokio v0.3.1
29332026-06-01T14:51:50.686Z Compiling fatfs v0.3.6
29342026-06-01T14:51:50.732Z Compiling yasna v0.5.2
29352026-06-01T14:51:50.756Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29362026-06-01T14:51:51.407Z Compiling seq-macro v0.3.6
29372026-06-01T14:51:51.443Z Compiling is_ci v1.2.0
29382026-06-01T14:51:51.656Z Compiling assert_matches v1.5.0
29392026-06-01T14:51:51.782Z Compiling supports-color v3.0.2
29402026-06-01T14:51:51.868Z Compiling rcgen v0.12.1
29412026-06-01T14:51:51.895Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29422026-06-01T14:51:52.067Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29432026-06-01T14:51:52.325Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29442026-06-01T14:51:53.273Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29452026-06-01T14:51:53.516Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-06-01T14:51:53.748Z Compiling subprocess v0.2.15
29472026-06-01T14:51:54.500Z Compiling rtoolbox v0.0.3
29482026-06-01T14:51:54.606Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29492026-06-01T14:51:54.781Z Compiling rpassword v7.4.0
29502026-06-01T14:51:55.145Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29512026-06-01T14:51:56.046Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29522026-06-01T14:51:56.206Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29532026-06-01T14:51:56.374Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29542026-06-01T14:51:56.517Z Compiling tui-tree-widget v0.23.1
29552026-06-01T14:51:56.815Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29562026-06-01T14:51:58.593Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29572026-06-01T14:51:59.121Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29582026-06-01T14:52:01.276Z Compiling uzers v0.12.2
29592026-06-01T14:52:01.522Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29602026-06-01T14:52:01.698Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29612026-06-01T14:52:02.338Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29622026-06-01T14:52:02.761Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29632026-06-01T14:52:03.479Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29642026-06-01T14:52:05.714Z Compiling support-bundle-viewer v0.1.2
29652026-06-01T14:52:07.626Z Compiling multimap v0.10.1
29662026-06-01T14:52:13.671Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29672026-06-01T14:52:21.473Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29682026-06-01T14:52:27.557Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29692026-06-01T14:52:28.601Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29702026-06-01T14:52:31.460Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29712026-06-01T14:59:22.593Z Finished `release` profile [optimized] target(s) in 9m 30s
29722026-06-01T15:00:09.544Z
29732026-06-01T15:00:09.547Zreal 10:18.449701754
29742026-06-01T15:00:09.548Zuser 1:25:10.538649116
29752026-06-01T15:00:09.548Zsys 3:59.527494632
29762026-06-01T15:00:09.548Ztrap 1.880609088
29772026-06-01T15:00:09.548Ztflt 2.418072282
29782026-06-01T15:00:09.548Zdflt 18.410649074
29792026-06-01T15:00:09.548Zkflt 0.015145702
29802026-06-01T15:00:09.548Zlock 7:49:55.980300052
29812026-06-01T15:00:09.548Zslp 2:33:10.893234203
29822026-06-01T15:00:09.548Zlat 2:52.716224263
29832026-06-01T15:00:09.548Zstop 6:15.929309716
29842026-06-01T15:00:09.548Z+ mapfile -t packages
29852026-06-01T15:00:09.548Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29862026-06-01T15:00:10.546Z Finished `release` profile [optimized] target(s) in 0.99s
29872026-06-01T15:00:10.631Z Running `target/release/omicron-package -t test list-outputs`
29882026-06-01T15:00:10.699ZLogging to: /work/oxidecomputer/omicron/out/LOG
29892026-06-01T15:00:10.703Z+ ptime -m cargo build --locked --release -p xtask
29902026-06-01T15:00:11.269Z Compiling libc v0.2.185
29912026-06-01T15:00:11.269Z Compiling serde v1.0.228
29922026-06-01T15:00:11.269Z Compiling serde_core v1.0.228
29932026-06-01T15:00:11.274Z Compiling rustix v1.1.3
29942026-06-01T15:00:11.274Z Compiling bitflags v2.11.0
29952026-06-01T15:00:11.369Z Compiling serde_json v1.0.149
29962026-06-01T15:00:11.422Z Compiling num-traits v0.2.19
29972026-06-01T15:00:11.447Z Compiling syn v2.0.117
29982026-06-01T15:00:11.461Z Compiling smallvec v1.15.1
29992026-06-01T15:00:11.472Z Compiling indexmap v2.14.0
30002026-06-01T15:00:11.483Z Compiling usdt-impl v0.5.0
30012026-06-01T15:00:11.509Z Compiling syn v1.0.109
30022026-06-01T15:00:11.522Z Compiling percent-encoding v2.3.2
30032026-06-01T15:00:11.522Z Compiling getrandom v0.4.1
30042026-06-01T15:00:11.723Z Compiling log v0.4.29
30052026-06-01T15:00:11.752Z Compiling form_urlencoded v1.2.2
30062026-06-01T15:00:11.851Z Compiling fs-err v3.3.0
30072026-06-01T15:00:11.927Z Compiling heck v0.4.1
30082026-06-01T15:00:11.983Z Compiling once_cell v1.21.3
30092026-06-01T15:00:11.996Z Compiling anyhow v1.0.102
30102026-06-01T15:00:12.213Z Compiling thread-id v4.2.2
30112026-06-01T15:00:12.269Z Compiling errno v0.3.14
30122026-06-01T15:00:12.274Z Compiling memmap v0.7.0
30132026-06-01T15:00:12.517Z Compiling ordered-float v2.10.1
30142026-06-01T15:00:13.064Z Compiling proc-macro-error v1.0.4
30152026-06-01T15:00:13.297Z Compiling terminal_size v0.4.3
30162026-06-01T15:00:13.297Z Compiling tempfile v3.25.0
30172026-06-01T15:00:13.323Z Compiling tabled_derive v0.7.0
30182026-06-01T15:00:13.400Z Compiling clap_builder v4.6.0
30192026-06-01T15:00:13.403Z Compiling textwrap v0.16.2
30202026-06-01T15:00:13.544Z Compiling camino-tempfile v1.4.1
30212026-06-01T15:00:13.980Z Compiling synstructure v0.13.2
30222026-06-01T15:00:13.980Z Compiling pest_generator v2.8.6
30232026-06-01T15:00:14.005Z Compiling tabled v0.15.0
30242026-06-01T15:00:14.363Z Compiling serde_derive v1.0.228
30252026-06-01T15:00:14.363Z Compiling zerovec-derive v0.11.2
30262026-06-01T15:00:14.367Z Compiling displaydoc v0.2.5
30272026-06-01T15:00:14.367Z Compiling thiserror-impl v1.0.69
30282026-06-01T15:00:14.367Z Compiling zerocopy-derive v0.7.35
30292026-06-01T15:00:14.367Z Compiling scroll_derive v0.12.1
30302026-06-01T15:00:14.367Z Compiling thiserror-impl v2.0.18
30312026-06-01T15:00:14.367Z Compiling clap_derive v4.6.1
30322026-06-01T15:00:14.411Z Compiling zerofrom-derive v0.1.6
30332026-06-01T15:00:14.519Z Compiling yoke-derive v0.8.1
30342026-06-01T15:00:14.636Z Compiling pest_derive v2.8.6
30352026-06-01T15:00:15.081Z Compiling scroll v0.12.0
30362026-06-01T15:00:15.226Z Compiling zerocopy v0.7.35
30372026-06-01T15:00:15.433Z Compiling goblin v0.8.2
30382026-06-01T15:00:15.573Z Compiling thiserror v1.0.69
30392026-06-01T15:00:15.636Z Compiling zerofrom v0.1.6
30402026-06-01T15:00:15.697Z Compiling dtrace-parser v0.2.0
30412026-06-01T15:00:15.750Z Compiling yoke v0.8.1
30422026-06-01T15:00:15.781Z Compiling thiserror v2.0.18
30432026-06-01T15:00:15.974Z Compiling zerovec v0.11.5
30442026-06-01T15:00:16.008Z Compiling zerotrie v0.2.3
30452026-06-01T15:00:16.080Z Compiling clap v4.6.1
30462026-06-01T15:00:16.576Z Compiling tinystr v0.8.2
30472026-06-01T15:00:16.838Z Compiling icu_locale_core v2.1.1
30482026-06-01T15:00:17.521Z Compiling potential_utf v0.1.4
30492026-06-01T15:00:17.617Z Compiling icu_provider v2.1.1
30502026-06-01T15:00:17.701Z Compiling icu_collections v2.1.1
30512026-06-01T15:00:17.870Z Compiling toml_datetime v0.6.11
30522026-06-01T15:00:17.911Z Compiling serde_spanned v0.6.9
30532026-06-01T15:00:17.923Z Compiling serde-value v0.7.0
30542026-06-01T15:00:17.996Z Compiling cargo-platform v0.2.0
30552026-06-01T15:00:18.006Z Compiling dof v0.3.0
30562026-06-01T15:00:18.016Z Compiling macaddr v1.0.1
30572026-06-01T15:00:18.098Z Compiling icu_properties v2.1.2
30582026-06-01T15:00:18.111Z Compiling icu_normalizer v2.1.1
30592026-06-01T15:00:18.111Z Compiling toml_edit v0.22.27
30602026-06-01T15:00:18.298Z Compiling serde_tokenstream v0.2.3
30612026-06-01T15:00:19.015Z Compiling idna_adapter v1.2.1
30622026-06-01T15:00:19.123Z Compiling idna v1.1.0
30632026-06-01T15:00:19.159Z Compiling usdt-attr-macro v0.5.0
30642026-06-01T15:00:19.193Z Compiling usdt-macro v0.5.0
30652026-06-01T15:00:19.496Z Compiling url v2.5.8
30662026-06-01T15:00:19.680Z Compiling toml v0.8.23
30672026-06-01T15:00:19.843Z Compiling usdt v0.5.0
30682026-06-01T15:00:20.142Z Compiling cargo-util-schemas v0.8.2
30692026-06-01T15:00:20.160Z Compiling cargo_toml v0.21.0
30702026-06-01T15:00:21.164Z Compiling cargo_metadata v0.21.0
30712026-06-01T15:00:24.274Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30722026-06-01T15:00:27.286Z Finished `release` profile [optimized] target(s) in 16.57s
30732026-06-01T15:00:27.465Z
30742026-06-01T15:00:27.465Zreal 16.720694617
30752026-06-01T15:00:27.465Zuser 2:21.489307846
30762026-06-01T15:00:27.465Zsys 17.506652174
30772026-06-01T15:00:27.465Ztrap 0.094548811
30782026-06-01T15:00:27.468Ztflt 0.475246157
30792026-06-01T15:00:27.468Zdflt 1.499699078
30802026-06-01T15:00:27.468Zkflt 0.000110771
30812026-06-01T15:00:27.468Zlock 5:19.421603600
30822026-06-01T15:00:27.468Zslp 3:27.085552386
30832026-06-01T15:00:27.468Zlat 6.852046804
30842026-06-01T15:00:27.468Zstop 21.675740808
30852026-06-01T15:00:27.468Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30862026-06-01T15:00:27.469Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30872026-06-01T15:00:27.469Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30882026-06-01T15:00:27.469Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30892026-06-01T15:00:27.469Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30902026-06-01T15:00:28.536Z Compiling newtype-uuid-macros v0.1.0
30912026-06-01T15:00:28.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-06-01T15:00:28.540Z Compiling debug-ignore v1.0.5
30932026-06-01T15:00:28.540Z Compiling rustls v0.22.4
30942026-06-01T15:00:28.540Z Compiling rustls-webpki v0.102.8
30952026-06-01T15:00:28.540Z Compiling structmeta-derive v0.3.0
30962026-06-01T15:00:28.540Z Compiling multer v3.1.0
30972026-06-01T15:00:28.540Z Compiling compression-core v0.4.31
30982026-06-01T15:00:28.702Z Compiling match_cfg v0.1.0
30992026-06-01T15:00:28.706Z Compiling slog-json v2.6.1
31002026-06-01T15:00:28.714Z Compiling async-stream-impl v0.3.6
31012026-06-01T15:00:28.717Z Compiling toml_datetime v1.0.0+spec-1.1.0
31022026-06-01T15:00:28.717Z Compiling serde_spanned v1.0.4
31032026-06-01T15:00:28.717Z Compiling dropshot v0.17.0
31042026-06-01T15:00:28.841Z Compiling compression-codecs v0.4.37
31052026-06-01T15:00:28.845Z Compiling toml_writer v1.0.6+spec-1.1.0
31062026-06-01T15:00:28.901Z Compiling progenitor-client v0.14.0
31072026-06-01T15:00:28.962Z Compiling hostname v0.3.1
31082026-06-01T15:00:28.998Z Compiling waitgroup v0.1.2
31092026-06-01T15:00:29.036Z Compiling rustls-pemfile v2.2.0
31102026-06-01T15:00:29.094Z Compiling async-compression v0.4.41
31112026-06-01T15:00:29.130Z Compiling slog-bunyan v2.5.0
31122026-06-01T15:00:29.134Z Compiling toml v1.0.6+spec-1.1.0
31132026-06-01T15:00:29.172Z Compiling dropshot_endpoint v0.17.0
31142026-06-01T15:00:29.175Z Compiling hostname v0.4.2
31152026-06-01T15:00:29.214Z Compiling serde_path_to_error v0.1.20
31162026-06-01T15:00:29.254Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31172026-06-01T15:00:29.292Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31182026-06-01T15:00:29.311Z Compiling itertools v0.14.0
31192026-06-01T15:00:29.315Z Compiling regress v0.10.5
31202026-06-01T15:00:29.315Z Compiling macaddr v1.0.1
31212026-06-01T15:00:29.414Z Compiling instant v0.1.13
31222026-06-01T15:00:29.450Z Compiling progenitor-client v0.13.0
31232026-06-01T15:00:29.471Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31242026-06-01T15:00:29.492Z Compiling async-stream v0.3.6
31252026-06-01T15:00:29.512Z Compiling backon v1.6.0
31262026-06-01T15:00:29.552Z Compiling backoff v0.4.0
31272026-06-01T15:00:29.571Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31282026-06-01T15:00:29.611Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31292026-06-01T15:00:29.630Z Compiling humantime v2.3.0
31302026-06-01T15:00:29.704Z Compiling progenitor-extras v0.2.0
31312026-06-01T15:00:29.704Z Compiling convert_case v0.4.0
31322026-06-01T15:00:29.743Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31332026-06-01T15:00:29.764Z Compiling secrecy v0.10.3
31342026-06-01T15:00:29.785Z Compiling universal-hash v0.5.1
31352026-06-01T15:00:29.803Z Compiling crucible-workspace-hack v0.1.0
31362026-06-01T15:00:29.910Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31372026-06-01T15:00:29.931Z Compiling opaque-debug v0.3.1
31382026-06-01T15:00:29.953Z Compiling half v2.7.1
31392026-06-01T15:00:29.975Z Compiling ciborium-io v0.2.2
31402026-06-01T15:00:29.995Z Compiling structmeta v0.3.0
31412026-06-01T15:00:29.995Z Compiling aead v0.5.2
31422026-06-01T15:00:30.035Z Compiling poly1305 v0.8.0
31432026-06-01T15:00:30.076Z Compiling chacha20 v0.9.1
31442026-06-01T15:00:30.099Z Compiling byte-wrapper v0.1.0
31452026-06-01T15:00:30.140Z Compiling derive_more v0.99.20
31462026-06-01T15:00:30.158Z Compiling regress v0.11.1
31472026-06-01T15:00:30.196Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31482026-06-01T15:00:30.215Z Compiling ciborium-ll v0.2.2
31492026-06-01T15:00:30.242Z Compiling derive-ex v0.1.8
31502026-06-01T15:00:30.260Z Compiling parse-display-derive v0.10.0
31512026-06-01T15:00:30.289Z Compiling thiserror-impl-no-std v2.0.2
31522026-06-01T15:00:30.362Z Compiling blake2 v0.10.6
31532026-06-01T15:00:30.458Z Compiling ciborium v0.2.2
31542026-06-01T15:00:30.487Z Compiling password-hash v0.5.0
31552026-06-01T15:00:30.506Z Compiling unsafe-libyaml v0.2.11
31562026-06-01T15:00:30.535Z Compiling chacha20poly1305 v0.10.1
31572026-06-01T15:00:30.610Z Compiling indent_write v2.2.0
31582026-06-01T15:00:30.714Z Compiling toml_datetime v0.7.5+spec-1.1.0
31592026-06-01T15:00:30.782Z Compiling argon2 v0.5.3
31602026-06-01T15:00:30.843Z Compiling num-rational v0.4.2
31612026-06-01T15:00:30.911Z Compiling toml_edit v0.23.10+spec-1.0.0
31622026-06-01T15:00:30.927Z Compiling num-complex v0.4.6
31632026-06-01T15:00:30.955Z Compiling heapless v0.8.0
31642026-06-01T15:00:30.975Z Compiling ingot-macros v0.1.1
31652026-06-01T15:00:31.000Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-06-01T15:00:31.063Z Compiling serde_yaml v0.9.34+deprecated
31672026-06-01T15:00:31.282Z Compiling tokio-rustls v0.25.0
31682026-06-01T15:00:31.348Z Compiling num v0.4.3
31692026-06-01T15:00:31.409Z Compiling atomicwrites v0.4.4
31702026-06-01T15:00:31.451Z Compiling camino-tempfile v1.4.1
31712026-06-01T15:00:31.469Z Compiling proc-macro-crate v3.4.0
31722026-06-01T15:00:31.549Z Compiling thiserror-no-std v2.0.2
31732026-06-01T15:00:31.552Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31742026-06-01T15:00:31.636Z Compiling hash32 v0.3.1
31752026-06-01T15:00:31.670Z Compiling vsss-rs v3.3.4
31762026-06-01T15:00:31.730Z Compiling typify-impl v0.6.2
31772026-06-01T15:00:31.826Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31782026-06-01T15:00:31.940Z Compiling float-ord v0.3.2
31792026-06-01T15:00:32.012Z Compiling smoltcp v0.11.0
31802026-06-01T15:00:32.040Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31812026-06-01T15:00:32.060Z Compiling test-strategy v0.4.5
31822026-06-01T15:00:32.079Z Compiling parse-display v0.10.0
31832026-06-01T15:00:32.099Z Compiling num_enum_derive v0.7.6
31842026-06-01T15:00:32.172Z Compiling tabwriter v1.4.1
31852026-06-01T15:00:32.422Z Compiling cobs v0.3.0
31862026-06-01T15:00:32.442Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
31872026-06-01T15:00:32.462Z Compiling proc-macro-error v1.0.4
31882026-06-01T15:00:32.599Z Compiling postcard v1.1.3
31892026-06-01T15:00:32.639Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31902026-06-01T15:00:32.663Z Compiling proc-macro-crate v1.3.1
31912026-06-01T15:00:32.711Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31922026-06-01T15:00:32.806Z Compiling foreign-types-macros v0.2.3
31932026-06-01T15:00:32.826Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31942026-06-01T15:00:32.829Z Compiling foreign-types-shared v0.3.1
31952026-06-01T15:00:32.967Z Compiling colored v3.1.1
31962026-06-01T15:00:32.986Z Compiling rayon-core v1.13.0
31972026-06-01T15:00:33.043Z Compiling cpufeatures v0.3.0
31982026-06-01T15:00:33.125Z Compiling num_enum_derive v0.5.11
31992026-06-01T15:00:33.144Z Compiling chacha20 v0.10.0
32002026-06-01T15:00:33.171Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32012026-06-01T15:00:33.240Z Compiling num_enum v0.7.6
32022026-06-01T15:00:33.374Z Compiling crossbeam-deque v0.8.6
32032026-06-01T15:00:33.394Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32042026-06-01T15:00:33.415Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32052026-06-01T15:00:33.470Z Compiling foreign-types v0.5.0
32062026-06-01T15:00:33.490Z Compiling cstr-argument v0.1.2
32072026-06-01T15:00:33.523Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
32082026-06-01T15:00:33.543Z Compiling rand v0.10.1
32092026-06-01T15:00:33.611Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
32102026-06-01T15:00:33.662Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32112026-06-01T15:00:33.686Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32122026-06-01T15:00:33.768Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32132026-06-01T15:00:33.882Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32142026-06-01T15:00:33.885Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32152026-06-01T15:00:33.924Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32162026-06-01T15:00:33.944Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32172026-06-01T15:00:33.967Z Compiling ingot-types v0.1.2
32182026-06-01T15:00:33.988Z Compiling winnow v1.0.3
32192026-06-01T15:00:34.063Z Compiling rayon v1.11.0
32202026-06-01T15:00:34.226Z Compiling zone_cfg_derive v0.3.1
32212026-06-01T15:00:34.273Z Compiling num_enum v0.5.11
32222026-06-01T15:00:34.276Z Compiling toml v0.8.23
32232026-06-01T15:00:34.312Z Compiling itertools v0.12.1
32242026-06-01T15:00:34.334Z Compiling num-derive v0.4.2
32252026-06-01T15:00:34.358Z Compiling sigpipe v0.1.3
32262026-06-01T15:00:34.426Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32272026-06-01T15:00:34.446Z Compiling ingot v0.1.1
32282026-06-01T15:00:34.474Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32292026-06-01T15:00:34.494Z Compiling glob v0.3.3
32302026-06-01T15:00:34.515Z Compiling smf v0.2.3
32312026-06-01T15:00:34.569Z Compiling whoami v1.6.1
32322026-06-01T15:00:34.899Z Compiling prettyplease v0.2.37
32332026-06-01T15:00:34.953Z Compiling usdt-macro v0.5.0
32342026-06-01T15:00:34.972Z Compiling usdt-attr-macro v0.5.0
32352026-06-01T15:00:34.992Z Compiling gethostname v0.5.0
32362026-06-01T15:00:35.076Z Compiling derive-where v1.6.0
32372026-06-01T15:00:35.125Z Compiling memmap v0.7.0
32382026-06-01T15:00:35.145Z Compiling resolv-conf v0.7.6
32392026-06-01T15:00:35.145Z Compiling console v0.15.11
32402026-06-01T15:00:35.330Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32412026-06-01T15:00:35.347Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32422026-06-01T15:00:35.522Z Compiling zone v0.3.1
32432026-06-01T15:00:35.572Z Compiling newline-converter v0.3.0
32442026-06-01T15:00:35.721Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32452026-06-01T15:00:35.748Z Compiling owo-colors v4.3.0
32462026-06-01T15:00:35.769Z Compiling cancel-safe-futures v0.1.5
32472026-06-01T15:00:35.792Z Compiling expectorate v1.2.0
32482026-06-01T15:00:35.792Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32492026-06-01T15:00:35.837Z Compiling usdt v0.5.0
32502026-06-01T15:00:35.860Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32512026-06-01T15:00:35.999Z Compiling libsw-core v0.3.2
32522026-06-01T15:00:36.150Z Compiling libsw v3.5.0
32532026-06-01T15:00:36.194Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32542026-06-01T15:00:36.215Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32552026-06-01T15:00:36.254Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32562026-06-01T15:00:36.353Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32572026-06-01T15:00:36.374Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-06-01T15:00:36.398Z Compiling hickory-proto v0.24.4
32592026-06-01T15:00:36.422Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32602026-06-01T15:00:36.426Z Compiling typify-macro v0.6.2
32612026-06-01T15:00:36.426Z Compiling linear-map v1.2.0
32622026-06-01T15:00:36.483Z Compiling minimal-lexical v0.2.1
32632026-06-01T15:00:36.520Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-06-01T15:00:36.562Z Compiling linked-hash-map v0.5.6
32652026-06-01T15:00:36.663Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32662026-06-01T15:00:36.683Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32672026-06-01T15:00:36.700Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32682026-06-01T15:00:36.772Z Compiling lru-cache v0.1.2
32692026-06-01T15:00:36.792Z Compiling nom v7.1.3
32702026-06-01T15:00:36.796Z Compiling tokio-dtrace v0.1.1
32712026-06-01T15:00:36.939Z Compiling csv-core v0.1.13
32722026-06-01T15:00:36.978Z Compiling slog-dtrace v0.3.0
32732026-06-01T15:00:37.024Z Compiling tagptr v0.2.0
32742026-06-01T15:00:37.050Z Compiling highway v1.3.0
32752026-06-01T15:00:37.188Z Compiling semver v0.1.20
32762026-06-01T15:00:37.213Z Compiling moka v0.12.13
32772026-06-01T15:00:37.250Z Compiling csv v1.4.0
32782026-06-01T15:00:37.298Z Compiling oxide-tokio-rt v0.1.4
32792026-06-01T15:00:37.404Z Compiling rustc_version v0.1.7
32802026-06-01T15:00:37.440Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32812026-06-01T15:00:37.458Z Compiling phf_shared v0.12.1
32822026-06-01T15:00:37.522Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32832026-06-01T15:00:37.635Z Compiling chrono-tz v0.10.4
32842026-06-01T15:00:37.670Z Compiling const_format_proc_macros v0.2.34
32852026-06-01T15:00:37.689Z Compiling newtype_derive v0.1.6
32862026-06-01T15:00:37.692Z Compiling phf v0.12.1
32872026-06-01T15:00:37.889Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32882026-06-01T15:00:37.952Z Compiling hickory-resolver v0.25.2
32892026-06-01T15:00:38.040Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32902026-06-01T15:00:38.126Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32912026-06-01T15:00:38.147Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32922026-06-01T15:00:38.180Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32932026-06-01T15:00:38.223Z Compiling num-derive v0.3.3
32942026-06-01T15:00:38.274Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32952026-06-01T15:00:38.381Z Compiling typify v0.6.2
32962026-06-01T15:00:38.419Z Compiling bcs v0.1.6
32972026-06-01T15:00:38.567Z Compiling progenitor-impl v0.14.0
32982026-06-01T15:00:38.592Z Compiling progenitor-impl v0.13.0
32992026-06-01T15:00:38.611Z Compiling const_format v0.2.35
33002026-06-01T15:00:38.810Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33012026-06-01T15:00:38.843Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
33022026-06-01T15:00:38.865Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33032026-06-01T15:00:38.974Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33042026-06-01T15:00:38.994Z Compiling hickory-resolver v0.24.4
33052026-06-01T15:00:39.225Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33062026-06-01T15:00:39.425Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33072026-06-01T15:00:39.730Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33082026-06-01T15:00:39.781Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-06-01T15:00:39.869Z Compiling termtree v0.5.1
33102026-06-01T15:00:39.936Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33112026-06-01T15:00:40.064Z Compiling qorb v0.4.1
33122026-06-01T15:00:40.196Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33132026-06-01T15:00:40.216Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33142026-06-01T15:00:40.408Z Compiling libscf-sys v1.1.0
33152026-06-01T15:00:40.485Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33162026-06-01T15:00:40.587Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33172026-06-01T15:00:40.627Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33182026-06-01T15:00:40.760Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33192026-06-01T15:00:40.794Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33202026-06-01T15:00:41.124Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33212026-06-01T15:00:41.294Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33222026-06-01T15:00:41.326Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33232026-06-01T15:00:41.360Z Compiling progenitor-macro v0.13.0
33242026-06-01T15:00:41.378Z Compiling progenitor-macro v0.14.0
33252026-06-01T15:00:41.455Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33262026-06-01T15:00:41.474Z Compiling tabled_derive v0.7.0
33272026-06-01T15:00:41.596Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33282026-06-01T15:00:41.626Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33292026-06-01T15:00:41.757Z Compiling textwrap v0.16.2
33302026-06-01T15:00:41.847Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33312026-06-01T15:00:41.934Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33322026-06-01T15:00:42.136Z Compiling steno v0.4.1
33332026-06-01T15:00:42.164Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33342026-06-01T15:00:42.191Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33352026-06-01T15:00:42.216Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33362026-06-01T15:00:42.277Z Compiling libefi-sys v0.1.0
33372026-06-01T15:00:42.545Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33382026-06-01T15:00:42.564Z Compiling tabled v0.15.0
33392026-06-01T15:00:42.667Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33402026-06-01T15:00:42.770Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33412026-06-01T15:00:42.845Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33422026-06-01T15:00:43.059Z Compiling git-stub v1.0.0
33432026-06-01T15:00:43.173Z Compiling bitfield-struct v0.6.2
33442026-06-01T15:00:43.196Z Compiling nom v8.0.0
33452026-06-01T15:00:43.366Z Compiling git-stub-vcs v0.1.0
33462026-06-01T15:00:43.589Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33472026-06-01T15:00:43.776Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33482026-06-01T15:00:43.889Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33492026-06-01T15:00:43.909Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33502026-06-01T15:00:44.087Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33512026-06-01T15:00:44.212Z Compiling dropshot-api-manager-types v0.7.2
33522026-06-01T15:00:44.313Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33532026-06-01T15:00:44.425Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33542026-06-01T15:00:44.485Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33552026-06-01T15:00:44.528Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33562026-06-01T15:00:44.580Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-06-01T15:00:44.707Z Compiling xshell-macros v0.2.7
33582026-06-01T15:00:44.736Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33592026-06-01T15:00:44.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33602026-06-01T15:00:44.857Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33612026-06-01T15:00:44.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33622026-06-01T15:00:45.141Z Compiling xshell v0.2.7
33632026-06-01T15:00:45.182Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33642026-06-01T15:00:45.350Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33652026-06-01T15:00:45.427Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33662026-06-01T15:00:45.530Z Compiling primeorder v0.13.6
33672026-06-01T15:00:45.598Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33682026-06-01T15:00:45.714Z Compiling salty v0.3.0
33692026-06-01T15:00:45.827Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33702026-06-01T15:00:45.849Z Compiling base64 v0.21.7
33712026-06-01T15:00:45.893Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33722026-06-01T15:00:46.024Z Compiling radium v0.7.0
33732026-06-01T15:00:46.228Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33742026-06-01T15:00:46.336Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33752026-06-01T15:00:46.499Z Compiling p384 v0.13.1
33762026-06-01T15:00:46.522Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33772026-06-01T15:00:46.526Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33782026-06-01T15:00:46.560Z Compiling typify-impl v0.4.3
33792026-06-01T15:00:46.580Z Compiling progenitor v0.13.0
33802026-06-01T15:00:46.601Z Compiling tap v1.0.1
33812026-06-01T15:00:46.627Z Compiling progenitor v0.14.0
33822026-06-01T15:00:46.758Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33832026-06-01T15:00:46.777Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33842026-06-01T15:00:46.811Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33852026-06-01T15:00:46.831Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33862026-06-01T15:00:47.088Z Compiling maybe-uninit v2.0.0
33872026-06-01T15:00:47.147Z Compiling wyz v0.5.1
33882026-06-01T15:00:47.279Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33892026-06-01T15:00:47.387Z Compiling proc-macro-error-attr2 v2.0.0
33902026-06-01T15:00:47.437Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33912026-06-01T15:00:47.490Z Compiling packed_struct v0.10.1
33922026-06-01T15:00:47.558Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33932026-06-01T15:00:47.663Z Compiling parking_lot_core v0.8.6
33942026-06-01T15:00:47.817Z Compiling utf-8 v0.7.6
33952026-06-01T15:00:47.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33962026-06-01T15:00:47.965Z Compiling funty v2.0.0
33972026-06-01T15:00:48.070Z Compiling tungstenite v0.21.0
33982026-06-01T15:00:48.118Z Compiling proc-macro-error2 v2.0.1
33992026-06-01T15:00:48.497Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34002026-06-01T15:00:48.642Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34012026-06-01T15:00:48.970Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34022026-06-01T15:00:49.291Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34032026-06-01T15:00:49.517Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34042026-06-01T15:00:49.770Z Compiling bitvec v1.0.1
34052026-06-01T15:00:49.953Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
34062026-06-01T15:00:50.077Z Compiling polyval v0.6.2
34072026-06-01T15:00:50.220Z Compiling packed_struct_codegen v0.10.1
34082026-06-01T15:00:50.347Z Compiling zerocopy-derive v0.6.6
34092026-06-01T15:00:50.397Z Compiling bitfield-macros v0.19.4
34102026-06-01T15:00:50.532Z Compiling indexmap v1.9.3
34112026-06-01T15:00:50.774Z Compiling nodrop v0.1.14
34122026-06-01T15:00:50.910Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34132026-06-01T15:00:51.080Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34142026-06-01T15:00:51.173Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34152026-06-01T15:00:51.254Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34162026-06-01T15:00:51.273Z Compiling crc-catalog v2.4.0
34172026-06-01T15:00:51.273Z Compiling typify-macro v0.4.3
34182026-06-01T15:00:51.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34192026-06-01T15:00:51.411Z Compiling crc v3.4.0
34202026-06-01T15:00:51.559Z Compiling zerocopy v0.6.6
34212026-06-01T15:00:51.658Z Compiling bitfield v0.19.4
34222026-06-01T15:00:51.677Z Compiling array-init v0.0.4
34232026-06-01T15:00:51.702Z Compiling ghash v0.5.1
34242026-06-01T15:00:51.749Z Compiling smallvec v0.6.14
34252026-06-01T15:00:51.795Z Compiling tokio-tungstenite v0.21.0
34262026-06-01T15:00:51.915Z Compiling tabled_derive v0.11.0
34272026-06-01T15:00:52.026Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34282026-06-01T15:00:52.060Z Compiling papergrid v0.17.0
34292026-06-01T15:00:52.111Z Compiling testing_table v0.3.0
34302026-06-01T15:00:52.214Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34312026-06-01T15:00:52.236Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34322026-06-01T15:00:52.239Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34332026-06-01T15:00:52.280Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34342026-06-01T15:00:52.315Z Compiling ctr v0.9.2
34352026-06-01T15:00:52.349Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34362026-06-01T15:00:52.420Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34372026-06-01T15:00:52.543Z Compiling corncobs v0.1.4
34382026-06-01T15:00:52.562Z Compiling hashbrown v0.12.3
34392026-06-01T15:00:52.586Z Compiling unicase v2.9.0
34402026-06-01T15:00:52.609Z Compiling illumos-nvpair-sys v0.2.0
34412026-06-01T15:00:52.709Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34422026-06-01T15:00:52.756Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34432026-06-01T15:00:52.776Z Compiling aes-gcm v0.10.3
34442026-06-01T15:00:52.853Z Compiling mime_guess v2.0.5
34452026-06-01T15:00:52.877Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34462026-06-01T15:00:52.986Z Compiling parking_lot v0.11.2
34472026-06-01T15:00:53.006Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34482026-06-01T15:00:53.048Z Compiling serde-hex v0.1.0
34492026-06-01T15:00:53.097Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34502026-06-01T15:00:53.156Z Compiling typify v0.4.3
34512026-06-01T15:00:53.173Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34522026-06-01T15:00:53.210Z Compiling tabled v0.20.0
34532026-06-01T15:00:53.304Z Compiling progenitor-impl v0.11.2
34542026-06-01T15:00:53.321Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
34552026-06-01T15:00:53.343Z Compiling ron v0.8.1
34562026-06-01T15:00:53.413Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-06-01T15:00:53.453Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34582026-06-01T15:00:53.454Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34592026-06-01T15:00:53.490Z Compiling hashbrown v0.13.2
34602026-06-01T15:00:53.807Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34612026-06-01T15:00:53.856Z Compiling progenitor-client v0.11.2
34622026-06-01T15:00:53.963Z Compiling ssh-encoding v0.2.0
34632026-06-01T15:00:53.985Z Compiling prefix-trie v0.7.0
34642026-06-01T15:00:54.020Z Compiling blowfish v0.9.1
34652026-06-01T15:00:54.060Z Compiling fxhash v0.2.1
34662026-06-01T15:00:54.219Z Compiling secrecy v0.8.0
34672026-06-01T15:00:54.242Z Compiling crc-any v2.5.0
34682026-06-01T15:00:54.272Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34692026-06-01T15:00:54.293Z Compiling sled v0.34.7
34702026-06-01T15:00:54.312Z Compiling ssh-cipher v0.2.0
34712026-06-01T15:00:54.403Z Compiling hickory-server v0.25.2
34722026-06-01T15:00:54.421Z Compiling bcrypt-pbkdf v0.10.0
34732026-06-01T15:00:54.523Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34742026-06-01T15:00:54.584Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34752026-06-01T15:00:54.715Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34762026-06-01T15:00:54.851Z Compiling object v0.30.4
34772026-06-01T15:00:54.922Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34782026-06-01T15:00:55.076Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
34792026-06-01T15:00:55.096Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34802026-06-01T15:00:55.153Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34812026-06-01T15:00:55.228Z Compiling password-hash v0.4.2
34822026-06-01T15:00:55.250Z Compiling path-slash v0.1.5
34832026-06-01T15:00:55.424Z Compiling crc8 v0.1.1
34842026-06-01T15:00:55.460Z Compiling half v1.8.3
34852026-06-01T15:00:55.574Z Compiling http-range v0.1.5
34862026-06-01T15:00:55.660Z Compiling pbkdf2 v0.11.0
34872026-06-01T15:00:55.681Z Compiling serde_cbor v0.11.2
34882026-06-01T15:00:55.735Z Compiling illumos-nvpair v0.3.0
34892026-06-01T15:00:55.763Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34902026-06-01T15:00:55.901Z Compiling ssh-key v0.6.7
34912026-06-01T15:00:56.033Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34922026-06-01T15:00:56.036Z Compiling progenitor-macro v0.11.2
34932026-06-01T15:00:56.261Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34942026-06-01T15:00:56.299Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34952026-06-01T15:00:56.322Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34962026-06-01T15:00:56.326Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34972026-06-01T15:00:56.447Z Compiling p521 v0.13.3
34982026-06-01T15:00:56.866Z Compiling p256 v0.13.2
34992026-06-01T15:00:56.888Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35002026-06-01T15:00:56.892Z Compiling yasna v0.5.2
35012026-06-01T15:00:57.002Z Compiling kstat-rs v0.2.4
35022026-06-01T15:00:57.304Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35032026-06-01T15:00:57.324Z Compiling headers-core v0.3.0
35042026-06-01T15:00:57.345Z Compiling nanorand v0.7.0
35052026-06-01T15:00:57.479Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
35062026-06-01T15:00:57.502Z Compiling russh-cryptovec v0.7.3
35072026-06-01T15:00:57.532Z Compiling atty v0.2.14
35082026-06-01T15:00:57.558Z Compiling md5 v0.7.0
35092026-06-01T15:00:57.633Z Compiling home v0.5.12
35102026-06-01T15:00:57.664Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35112026-06-01T15:00:57.684Z Compiling flume v0.11.1
35122026-06-01T15:00:57.708Z Compiling headers v0.4.1
35132026-06-01T15:00:57.730Z Compiling rcgen v0.12.1
35142026-06-01T15:00:57.752Z Compiling russh-keys v0.45.0
35152026-06-01T15:00:57.817Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35162026-06-01T15:00:57.850Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35172026-06-01T15:00:57.869Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35182026-06-01T15:00:58.035Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35192026-06-01T15:00:58.086Z Compiling hyper-staticfile v0.10.1
35202026-06-01T15:00:58.276Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35212026-06-01T15:00:58.389Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35222026-06-01T15:00:58.511Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35232026-06-01T15:00:58.647Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35242026-06-01T15:00:58.667Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35252026-06-01T15:00:58.798Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35262026-06-01T15:00:58.820Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35272026-06-01T15:00:58.893Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35282026-06-01T15:00:58.937Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35292026-06-01T15:00:58.987Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35302026-06-01T15:00:59.037Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35312026-06-01T15:00:59.400Z Compiling num-bigint v0.4.6
35322026-06-01T15:00:59.477Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-06-01T15:00:59.563Z Compiling des v0.8.1
35342026-06-01T15:00:59.609Z Compiling subprocess v0.2.15
35352026-06-01T15:00:59.675Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35362026-06-01T15:00:59.752Z Compiling hex-literal v0.4.1
35372026-06-01T15:00:59.782Z Compiling display-error-chain v0.2.2
35382026-06-01T15:00:59.833Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35392026-06-01T15:00:59.905Z Compiling colored v2.2.0
35402026-06-01T15:00:59.933Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35412026-06-01T15:00:59.962Z Compiling internet-checksum v0.2.1
35422026-06-01T15:01:00.136Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35432026-06-01T15:01:00.156Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35442026-06-01T15:01:00.528Z Compiling russh v0.45.0
35452026-06-01T15:01:01.094Z Compiling progenitor v0.11.2
35462026-06-01T15:01:01.259Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35472026-06-01T15:01:01.579Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35482026-06-01T15:01:09.916Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35492026-06-01T15:01:11.587Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35502026-06-01T15:01:12.545Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35512026-06-01T15:01:13.305Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35522026-06-01T15:01:16.708Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35532026-06-01T15:01:16.708Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35542026-06-01T15:01:25.854Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35552026-06-01T15:01:33.773Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35562026-06-01T15:01:33.773Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35572026-06-01T15:01:33.773Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35582026-06-01T15:01:33.777Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35592026-06-01T15:01:35.665Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35602026-06-01T15:01:35.683Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35612026-06-01T15:01:39.758Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35622026-06-01T15:02:21.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
35632026-06-01T15:02:21.755Z
35642026-06-01T15:02:21.755Zreal 1:54.216669162
35652026-06-01T15:02:21.755Zuser 9:51.004771786
35662026-06-01T15:02:21.755Zsys 2:01.346987726
35672026-06-01T15:02:21.759Ztrap 0.294579530
35682026-06-01T15:02:21.759Ztflt 0.616168602
35692026-06-01T15:02:21.759Zdflt 1.963986239
35702026-06-01T15:02:21.759Zkflt 0.000322589
35712026-06-01T15:02:21.759Zlock 34:46.013391269
35722026-06-01T15:02:21.759Zslp 22:49.682697737
35732026-06-01T15:02:21.759Zlat 46.302862579
35742026-06-01T15:02:21.759Zstop 3:25.502037528
35752026-06-01T15:02:21.759Z+ mkdir tests
35762026-06-01T15:02:21.762Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35772026-06-01T15:02:21.762Z+ xargs -I '{}' -t cp '{}' tests/
35782026-06-01T15:02:21.790Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a99db9dbcb60ed1d tests/
35792026-06-01T15:02:21.811Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-07a29fe302457ecf tests/
35802026-06-01T15:02:21.831Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-63d65edd458c972e tests/
35812026-06-01T15:02:21.851Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-74fcd31cfcca745a tests/
35822026-06-01T15:02:22.128Z+ 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)
35832026-06-01T15:02:22.131Z+ 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-07a29fe302457ecf tests/commtest-63d65edd458c972e tests/dhcp_server-a99db9dbcb60ed1d tests/end_to_end_tests-74fcd31cfcca745a 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
35842026-06-01T15:03:46.656ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35852026-06-01T15:03:46.656Za .github/buildomat/ci-env.sh 1K
35862026-06-01T15:03:46.656Za out/target/test 1K
35872026-06-01T15:03:46.656Za out/npuzone/npuzone 31102K
35882026-06-01T15:03:46.656Za package-manifest.toml 35K
35892026-06-01T15:03:46.656Za smf/sled-agent/non-gimlet/config.toml 6K
35902026-06-01T15:03:46.656Za target/release/omicron-package 45381K
35912026-06-01T15:03:46.657Za target/release/xtask 11453K
35922026-06-01T15:03:46.657Za target/debug/bootstrap 410605K
35932026-06-01T15:03:46.657Za tests/bootstrap-07a29fe302457ecf 31215K
35942026-06-01T15:03:46.657Za tests/commtest-63d65edd458c972e 32300K
35952026-06-01T15:03:46.657Za tests/dhcp_server-a99db9dbcb60ed1d 31215K
35962026-06-01T15:03:46.657Za tests/end_to_end_tests-74fcd31cfcca745a 480186K
35972026-06-01T15:03:46.657Za tools/opte_version 1K
35982026-06-01T15:03:46.657Za tools/opte_version_override 2K
35992026-06-01T15:03:46.657Za out/clickhouse.tar.gz 313764K
36002026-06-01T15:03:46.657Za out/clickhouse_keeper.tar.gz 298804K
36012026-06-01T15:03:46.657Za out/clickhouse_server.tar.gz 313762K
36022026-06-01T15:03:46.657Za out/cockroachdb.tar.gz 157830K
36032026-06-01T15:03:46.657Za out/crucible-pantry-zone.tar.gz 36538K
36042026-06-01T15:03:46.657Za out/crucible-utils.tar 16478K
36052026-06-01T15:03:46.657Za out/crucible-zone.tar.gz 52108K
36062026-06-01T15:03:46.657Za out/external-dns.tar.gz 42466K
36072026-06-01T15:03:46.657Za out/internal-dns.tar.gz 42465K
36082026-06-01T15:03:46.657Za out/mg-ddm-gz.tar 103603K
36092026-06-01T15:03:46.657Za out/nexus.tar.gz 294499K
36102026-06-01T15:03:46.657Za out/ntp.tar.gz 24196K
36112026-06-01T15:03:46.657Za out/omicron-gateway-softnpu.tar.gz 33528K
36122026-06-01T15:03:46.657Za out/omicron-sled-agent.tar 216982K
36132026-06-01T15:03:46.657Za out/overlay.tar.gz 3K
36142026-06-01T15:03:46.657Za out/oximeter.tar.gz 70443K
36152026-06-01T15:03:46.657Za out/oxlog.tar 3782K
36162026-06-01T15:03:46.657Za out/probe.tar.gz 1390K
36172026-06-01T15:03:46.657Za out/propolis-server.tar.gz 34911K
36182026-06-01T15:03:46.658Za out/pumpkind-gz.tar 26647K
36192026-06-01T15:03:46.658Za out/switch-softnpu.tar.gz 466130K
36202026-06-01T15:03:46.661Z
36212026-06-01T15:03:46.661Zreal 1:24.525135392
36222026-06-01T15:03:46.661Zuser 1:21.735212967
36232026-06-01T15:03:46.661Zsys 4.642587912
36242026-06-01T15:03:46.661Ztrap 0.006951328
36252026-06-01T15:03:46.662Ztflt 0.000000000
36262026-06-01T15:03:46.662Zdflt 0.000000000
36272026-06-01T15:03:46.662Zkflt 0.000000000
36282026-06-01T15:03:46.662Zlock 0.000000000
36292026-06-01T15:03:46.662Zslp 1:21.624528167
36302026-06-01T15:03:46.662Zlat 1.036621447
36312026-06-01T15:03:46.662Zstop 0.000223568
36322026-06-01T15:03:46.662Zprocess exited: duration 1068240 ms, exit code 0
 
36332026-06-01T15:03:46.677Zfound 1 output files
36342026-06-01T15:03:46.677Zuploading: /work/package.tar.gz (2565775039 bytes)
36352026-06-01T15:04:17.222Zuploaded: /work/package.tar.gz