01KTCMJJZRDWHVTZR8BHV6GP3C: 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: 01KTCMK53JP2R274DDF6BWJA73

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T19:37:22.974Zjob assigned to worker 01KTCMK8Z3SHG9T4PWSVM83VFZ [factory aws, i-02925949241c3d830] (queued for 46 s)
 
22026-06-05T19:37:30.463Zstarting task 0: "setup"
32026-06-05T19:37:30.468Z++ uname -s
42026-06-05T19:37:30.471Z+ kern=SunOS
52026-06-05T19:37:30.471Z+ build_user=build
62026-06-05T19:37:30.471Z+ build_uid=12345
72026-06-05T19:37:30.471Z+ work_dir=/work
82026-06-05T19:37:30.471Z+ input_dir=/input
92026-06-05T19:37:30.471Z+ [[ 0 == 12345 ]]
102026-06-05T19:37:30.471Z+ case "$kern" in
112026-06-05T19:37:30.471Z+ groupadd -g 12345 build
122026-06-05T19:37:30.474Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T19:37:32.482Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T19:37:32.604Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T19:37:32.607Z+ home_fs=zfs
162026-06-05T19:37:32.607Z+ [[ zfs == autofs ]]
172026-06-05T19:37:32.607Z+ mkdir -p /home/build
182026-06-05T19:37:32.609Z+ chown build:build /home/build /work
192026-06-05T19:37:34.610Z+ chmod 0700 /home/build /work
202026-06-05T19:37:34.614Zprocess exited: duration 4154 ms, exit code 0
 
212026-06-05T19:37:34.620Zstarting task 1: "rust-toolchain"
222026-06-05T19:37:34.626Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-05T19:37:34.626Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T19:37:34.626Z * rust toolchain channel = "1.94.0"
252026-06-05T19:37:34.626Z * rust toolchain profile = "default"
262026-06-05T19:37:34.626Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T19:37:34.626Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T19:37:34.629Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T19:37:34.629Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-05T19:37:34.694Zinfo: downloading installer
312026-06-05T19:37:36.127Zwarn: It looks like you have an existing rustup settings file at:
322026-06-05T19:37:36.128Zwarn: /home/build/.rustup/settings.toml
332026-06-05T19:37:36.128Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-05T19:37:36.128Zwarn: instead of the one inferred from the default host triple.
352026-06-05T19:37:36.140Zinfo: profile set to default
362026-06-05T19:37:36.140Zinfo: default host triple is x86_64-unknown-illumos
372026-06-05T19:37:36.144Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-05T19:37:36.280Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-05T19:37:36.281Zinfo: downloading 6 components
402026-06-05T19:37:51.299Z
412026-06-05T19:37:51.300Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-05T19:37:51.327Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-05T19:37:51.327Z
442026-06-05T19:37:51.327Z
452026-06-05T19:37:51.327ZRust is installed now. Great!
462026-06-05T19:37:51.327Z
472026-06-05T19:37:51.327ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-05T19:37:51.327Zenvironment variable. This has not been done automatically.
492026-06-05T19:37:51.327Z
502026-06-05T19:37:51.327ZTo configure your current shell, you need to source
512026-06-05T19:37:51.327Zthe corresponding env file under $HOME/.cargo.
522026-06-05T19:37:51.327Z
532026-06-05T19:37:51.327ZThis is usually done by running one of the following (note the leading DOT):
542026-06-05T19:37:51.327Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-05T19:37:51.330Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-05T19:37:51.330Zsource "~/.cargo/env.nu" # For nushell
572026-06-05T19:37:51.330Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-05T19:37:51.330Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-05T19:37:51.330Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-05T19:37:51.330Zwarn: no default linker (`cc`) was found in your PATH
612026-06-05T19:37:51.330Zwarn: many Rust crates require a system C toolchain to build
622026-06-05T19:37:51.434Z+ rustup --version
632026-06-05T19:37:51.441Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-05T19:37:51.444Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-05T19:37:51.463Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-05T19:37:51.466Z+ cargo --version
672026-06-05T19:37:51.473Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-05T19:37:51.476Z+ rustc --version
692026-06-05T19:37:51.499Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-05T19:37:51.502Zprocess exited: duration 16881 ms, exit code 0
 
712026-06-05T19:37:51.507Zstarting task 2: "authentication"
722026-06-05T19:37:51.525Zprocess exited: duration 17 ms, exit code 0
 
732026-06-05T19:37:51.533Zstarting task 3: "clone repository"
742026-06-05T19:37:51.536Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-05T19:37:51.539Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-05T19:37:51.578ZCloning into '/work/oxidecomputer/omicron'...
772026-06-05T19:38:02.183Z+ cd /work/oxidecomputer/omicron
782026-06-05T19:38:02.183Z+ git fetch origin e17f0421878f9b511930b1b1ab9eef7a8ed454c1
792026-06-05T19:38:02.641ZFrom https://github.com/oxidecomputer/omicron
802026-06-05T19:38:02.641Z * branch e17f0421878f9b511930b1b1ab9eef7a8ed454c1 -> FETCH_HEAD
812026-06-05T19:38:02.656Z+ [[ -n '' ]]
822026-06-05T19:38:02.656Z+ git reset --hard e17f0421878f9b511930b1b1ab9eef7a8ed454c1
832026-06-05T19:38:02.897ZHEAD is now at e17f04218 Bump web console (jumbo frames types)
842026-06-05T19:38:02.900Zprocess exited: duration 11368 ms, exit code 0
 
852026-06-05T19:38:02.906Zstarting task 4: "build"
862026-06-05T19:38:02.912Z+ source .github/buildomat/ci-env.sh
872026-06-05T19:38:02.912Z++ export CARGO_TERM_COLOR=always
882026-06-05T19:38:02.912Z++ CARGO_TERM_COLOR=always
892026-06-05T19:38:02.912Z+ cargo --version
902026-06-05T19:38:02.923Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-05T19:38:02.926Z+ rustc --version
922026-06-05T19:38:02.948Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-05T19:38:02.951Z+ WORK=/work
942026-06-05T19:38:02.951Z+ pfexec mkdir -p /work
952026-06-05T19:38:02.955Z+ pfexec chown build /work
962026-06-05T19:38:02.958Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-05T19:38:04.547Z Startup: Refreshing catalog 'helios' ... Done
982026-06-05T19:38:04.630Z Startup: Caching catalogs ... Done
992026-06-05T19:38:04.966ZPlanning: Solver setup ... Done (0.287s)
1002026-06-05T19:38:04.987ZPlanning: Running solver ... Done (0.021s)
1012026-06-05T19:38:04.994ZPlanning: Finding local manifests ... Done (0.003s)
1022026-06-05T19:38:05.007ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-05T19:38:05.023ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-05T19:38:05.039ZPlanning: Package planning ... Done (0.016s)
1052026-06-05T19:38:05.042ZPlanning: Merging actions ... Done (0.002s)
1062026-06-05T19:38:05.234ZPlanning: Checking for conflicting actions ... Done (0.193s)
1072026-06-05T19:38:05.237ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-05T19:38:06.092ZPlanning: Evaluating mediators ... Done (0.857s)
1092026-06-05T19:38:06.095ZPlanning: Planning completed in 1.44 seconds
1102026-06-05T19:38:06.102Z Packages to install: 2
1112026-06-05T19:38:06.102Z Estimated space available: 156.07 GB
1122026-06-05T19:38:06.102ZEstimated space to be consumed: 25.33 MB
1132026-06-05T19:38:06.102Z Create boot environment: No
1142026-06-05T19:38:06.102ZCreate backup boot environment: No
1152026-06-05T19:38:06.105Z Rebuild boot archive: No
1162026-06-05T19:38:06.105Z
1172026-06-05T19:38:06.105ZChanged packages:
1182026-06-05T19:38:06.105Zhelios
1192026-06-05T19:38:06.105Z developer/build-essential
1202026-06-05T19:38:06.105Z None -> 11-3.0
1212026-06-05T19:38:06.105Z library/libxmlsec1
1222026-06-05T19:38:06.105Z None -> 1.2.35-3.0
1232026-06-05T19:38:06.127Z
1242026-06-05T19:38:06.127ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-05T19:38:07.495ZDownload: Completed 1.28 MB in 1.37 seconds (958k/s)
1262026-06-05T19:38:07.574Z Actions: 1/268 actions (Installing new actions)
1272026-06-05T19:38:07.626Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-05T19:38:07.630ZFinalize: Updating package state database ... Done (0.008s)
1292026-06-05T19:38:07.630ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-05T19:38:07.649ZFinalize: Updating image state ... Done (0.022s)
1312026-06-05T19:38:10.313ZFinalize: Creating fast lookup database ... Done (2.642s)
1322026-06-05T19:38:10.381ZFinalize: Reading search index ... Done (0.013s)
1332026-06-05T19:38:10.384ZFinalize: Updating search index ... Done (0.000s)
1342026-06-05T19:38:10.486ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-05T19:38:10.794ZPlanning: Evaluating mediator changes ... Done
1362026-06-05T19:38:10.900ZPlanning: Checking for conflicting actions ... Done
1372026-06-05T19:38:10.903ZPlanning: Consolidating action changes ... Done
1382026-06-05T19:38:11.061ZPlanning: Evaluating mediators ... Done
1392026-06-05T19:38:11.064ZPlanning: Planning completed in 0.27 seconds
1402026-06-05T19:38:11.085Z Mediators to change: 2
1412026-06-05T19:38:11.085Z Create boot environment: No
1422026-06-05T19:38:11.085ZCreate backup boot environment: No
1432026-06-05T19:38:11.158ZFinalize: Updating package state database ... Done
1442026-06-05T19:38:11.158ZFinalize: Updating package cache ... Done
1452026-06-05T19:38:11.174ZFinalize: Updating image state ... Done
1462026-06-05T19:38:13.138ZFinalize: Creating fast lookup database ... Done
1472026-06-05T19:38:13.198ZFinalize: Reading search index ... Done
1482026-06-05T19:38:13.201ZFinalize: Updating search index ... Done
1492026-06-05T19:38:13.292ZFinalize: Updating package cache ... Done
1502026-06-05T19:38:13.584ZPlanning: Evaluating mediator changes ... Done
1512026-06-05T19:38:13.689ZPlanning: Checking for conflicting actions ... Done
1522026-06-05T19:38:13.694ZPlanning: Consolidating action changes ... Done
1532026-06-05T19:38:13.851ZPlanning: Evaluating mediators ... Done
1542026-06-05T19:38:13.855ZPlanning: Planning completed in 0.27 seconds
1552026-06-05T19:38:13.875Z Mediators to change: 1
1562026-06-05T19:38:13.875Z Create boot environment: No
1572026-06-05T19:38:13.875ZCreate backup boot environment: No
1582026-06-05T19:38:13.932ZFinalize: Updating package state database ... Done
1592026-06-05T19:38:13.932ZFinalize: Updating package cache ... Done
1602026-06-05T19:38:13.948ZFinalize: Updating image state ... Done
1612026-06-05T19:38:15.908ZFinalize: Creating fast lookup database ... Done
1622026-06-05T19:38:15.968ZFinalize: Reading search index ... Done
1632026-06-05T19:38:15.972ZFinalize: Updating search index ... Done
1642026-06-05T19:38:16.045ZFinalize: Updating package cache ... Done
1652026-06-05T19:38:16.366ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-05T19:38:16.366Zapache system 2.4 system
1672026-06-05T19:38:16.366Zclang system 15 system
1682026-06-05T19:38:16.366Zcsh system system illumos
1692026-06-05T19:38:16.366Zctags system system illumos
1702026-06-05T19:38:16.366Zfile vendor vendor darwinsys
1712026-06-05T19:38:16.366Zfile system system illumos
1722026-06-05T19:38:16.367Zgcc vendor 14 vendor
1732026-06-05T19:38:16.367Zgcc system 13 system
1742026-06-05T19:38:16.367Zgcc system 10 system
1752026-06-05T19:38:16.367Zgo system 1.25 system
1762026-06-05T19:38:16.367Zllvm system 15 system
1772026-06-05T19:38:16.367Zmariadb system 11.4 system
1782026-06-05T19:38:16.367Zmta vendor vendor dma
1792026-06-05T19:38:16.367Zopenjdk system 17 system
1802026-06-05T19:38:16.368Zopenjdk system 11 system
1812026-06-05T19:38:16.368Zopenssl vendor 3 vendor
1822026-06-05T19:38:16.368Zperl system 5.40 system
1832026-06-05T19:38:16.368Zpostgresql system 18 system
1842026-06-05T19:38:16.368Zpostgresql system 17 system
1852026-06-05T19:38:16.368Zpython vendor 3 vendor
1862026-06-05T19:38:16.368Zpython system 2 system
1872026-06-05T19:38:16.368Zpython3 vendor 3.13 vendor
1882026-06-05T19:38:16.368Zruby system 3.4 system
1892026-06-05T19:38:16.368Zruby system 3.0 system
1902026-06-05T19:38:16.368Zwords vendor vendor american-english
1912026-06-05T19:38:16.368Zwords system system australian-english
1922026-06-05T19:38:16.368Zwords system system british-english
1932026-06-05T19:38:16.368Zwords system system canadian-english
1942026-06-05T19:38:16.369Zwords system system french
1952026-06-05T19:38:16.369Zwords system system italian
1962026-06-05T19:38:16.369Zwords system system ngerman
1972026-06-05T19:38:16.369Zwords system system ogerman
1982026-06-05T19:38:16.369Zwords system system spanish
1992026-06-05T19:38:16.631ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-05T19:38:16.631Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-05T19:38:16.928ZFMRI IFO
2022026-06-05T19:38:16.928Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-05T19:38:16.928Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-05T19:38:16.928Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-05T19:38:16.928Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-05T19:38:16.928Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-05T19:38:16.928Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-05T19:38:16.928Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-05T19:38:16.928Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-05T19:38:16.928Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-05T19:38:17.173Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-05T19:38:17.429Z Updating crates.io index
2132026-06-05T19:38:17.431Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-05T19:38:17.689Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-05T19:38:18.618Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-05T19:38:18.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-05T19:38:20.061Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-05T19:38:20.583Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-05T19:38:22.094Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-05T19:38:22.878Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-05T19:38:23.297Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-05T19:38:24.267Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-05T19:38:24.747Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-05T19:38:25.113Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-05T19:38:25.448Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-05T19:38:26.379Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-05T19:38:26.833Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-05T19:38:27.238Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-05T19:38:27.534Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-05T19:38:27.864Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-05T19:38:28.335Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-05T19:38:28.877Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-05T19:38:29.101Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-05T19:38:29.354Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-05T19:38:29.799Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-05T19:38:30.259Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-05T19:38:30.813Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-05T19:38:31.309Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-05T19:38:31.636Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-05T19:38:31.961Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-05T19:38:32.238Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-05T19:38:33.348Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-05T19:38:34.223Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-05T19:38:34.606Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-05T19:38:35.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-05T19:38:35.335Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-05T19:38:35.630Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-05T19:38:35.931Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-05T19:38:36.271Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-05T19:38:36.701Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-05T19:38:36.945Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-05T19:38:37.173Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-05T19:38:37.505Z Updating git repository `https://github.com/oxidecomputer/omicron`
2542026-06-05T19:38:48.991Z Downloading crates ...
2552026-06-05T19:38:49.045Z Downloaded equivalent v1.0.2
2562026-06-05T19:38:49.050Z Downloaded crypto-common v0.1.7
2572026-06-05T19:38:49.052Z Downloaded dof v0.3.0
2582026-06-05T19:38:49.055Z Downloaded clap_lex v1.0.0
2592026-06-05T19:38:49.055Z Downloaded toml_write v0.1.2
2602026-06-05T19:38:49.055Z Downloaded thiserror v1.0.69
2612026-06-05T19:38:49.058Z Downloaded heck v0.5.0
2622026-06-05T19:38:49.061Z Downloaded form_urlencoded v1.2.2
2632026-06-05T19:38:49.061Z Downloaded unicode-xid v0.2.6
2642026-06-05T19:38:49.061Z Downloaded yoke v0.8.1
2652026-06-05T19:38:49.064Z Downloaded fnv v1.0.7
2662026-06-05T19:38:49.067Z Downloaded zerofrom-derive v0.1.6
2672026-06-05T19:38:49.067Z Downloaded macaddr v1.0.1
2682026-06-05T19:38:49.070Z Downloaded utf8_iter v1.0.4
2692026-06-05T19:38:49.070Z Downloaded usdt v0.5.0
2702026-06-05T19:38:49.070Z Downloaded fastrand v2.3.0
2712026-06-05T19:38:49.070Z Downloaded unicode-ident v1.0.24
2722026-06-05T19:38:49.073Z Downloaded anstyle-query v1.1.5
2732026-06-05T19:38:49.073Z Downloaded thiserror-impl v2.0.18
2742026-06-05T19:38:49.075Z Downloaded swrite v0.1.0
2752026-06-05T19:38:49.075Z Downloaded typenum v1.19.0
2762026-06-05T19:38:49.078Z Downloaded serde_spanned v0.6.9
2772026-06-05T19:38:49.078Z Downloaded bytecount v0.6.9
2782026-06-05T19:38:49.078Z Downloaded ucd-trie v0.1.7
2792026-06-05T19:38:49.081Z Downloaded smawk v0.3.2
2802026-06-05T19:38:49.081Z Downloaded cargo_metadata v0.21.0
2812026-06-05T19:38:49.084Z Downloaded usdt-impl v0.5.0
2822026-06-05T19:38:49.084Z Downloaded thread-id v4.2.2
2832026-06-05T19:38:49.084Z Downloaded usdt-macro v0.5.0
2842026-06-05T19:38:49.084Z Downloaded thiserror-impl v1.0.69
2852026-06-05T19:38:49.087Z Downloaded is_terminal_polyfill v1.70.2
2862026-06-05T19:38:49.087Z Downloaded anstream v1.0.0
2872026-06-05T19:38:49.087Z Downloaded textwrap v0.16.2
2882026-06-05T19:38:49.090Z Downloaded sha2 v0.10.9
2892026-06-05T19:38:49.090Z Downloaded zmij v1.0.21
2902026-06-05T19:38:49.093Z Downloaded thiserror v2.0.18
2912026-06-05T19:38:49.096Z Downloaded camino-tempfile v1.4.1
2922026-06-05T19:38:49.096Z Downloaded bitflags v2.11.0
2932026-06-05T19:38:49.099Z Downloaded zerofrom v0.1.6
2942026-06-05T19:38:49.099Z Downloaded toml v0.8.23
2952026-06-05T19:38:49.099Z Downloaded pretty-hex v0.4.1
2962026-06-05T19:38:49.102Z Downloaded litemap v0.8.1
2972026-06-05T19:38:49.102Z Downloaded idna_adapter v1.2.1
2982026-06-05T19:38:49.102Z Downloaded erased-serde v0.4.9
2992026-06-05T19:38:49.104Z Downloaded fs-err v3.3.0
3002026-06-05T19:38:49.104Z Downloaded version_check v0.9.5
3012026-06-05T19:38:49.104Z Downloaded usdt-attr-macro v0.5.0
3022026-06-05T19:38:49.104Z Downloaded generic-array v0.14.7
3032026-06-05T19:38:49.107Z Downloaded anstyle v1.0.14
3042026-06-05T19:38:49.110Z Downloaded clap v4.6.1
3052026-06-05T19:38:49.115Z Downloaded zerovec-derive v0.11.2
3062026-06-05T19:38:49.117Z Downloaded yoke-derive v0.8.1
3072026-06-05T19:38:49.117Z Downloaded utf8parse v0.2.2
3082026-06-05T19:38:49.117Z Downloaded heck v0.4.1
3092026-06-05T19:38:49.117Z Downloaded unicode-linebreak v0.1.5
3102026-06-05T19:38:49.120Z Downloaded proc-macro-error-attr v1.0.4
3112026-06-05T19:38:49.120Z Downloaded ordered-float v2.10.1
3122026-06-05T19:38:49.120Z Downloaded itoa v1.0.17
3132026-06-05T19:38:49.120Z Downloaded errno v0.3.14
3142026-06-05T19:38:49.123Z Downloaded toml_datetime v0.6.11
3152026-06-05T19:38:49.123Z Downloaded tempfile v3.25.0
3162026-06-05T19:38:49.123Z Downloaded cfg-if v1.0.4
3172026-06-05T19:38:49.126Z Downloaded typeid v1.0.3
3182026-06-05T19:38:49.126Z Downloaded percent-encoding v2.3.2
3192026-06-05T19:38:49.129Z Downloaded writeable v0.6.2
3202026-06-05T19:38:49.129Z Downloaded tinystr v0.8.2
3212026-06-05T19:38:49.133Z Downloaded block-buffer v0.10.4
3222026-06-05T19:38:49.136Z Downloaded strsim v0.11.1
3232026-06-05T19:38:49.136Z Downloaded potential_utf v0.1.4
3242026-06-05T19:38:49.136Z Downloaded colorchoice v1.0.4
3252026-06-05T19:38:49.138Z Downloaded serde-value v0.7.0
3262026-06-05T19:38:49.138Z Downloaded zerocopy-derive v0.7.35
3272026-06-05T19:38:49.141Z Downloaded tabled_derive v0.7.0
3282026-06-05T19:38:49.141Z Downloaded zerotrie v0.2.3
3292026-06-05T19:38:49.144Z Downloaded memmap v0.7.0
3302026-06-05T19:38:49.144Z Downloaded stable_deref_trait v1.2.1
3312026-06-05T19:38:49.144Z Downloaded num-traits v0.2.19
3322026-06-05T19:38:49.147Z Downloaded cpufeatures v0.2.17
3332026-06-05T19:38:49.147Z Downloaded url v2.5.8
3342026-06-05T19:38:49.149Z Downloaded papergrid v0.11.0
3352026-06-05T19:38:49.152Z Downloaded zerocopy v0.7.35
3362026-06-05T19:38:49.161Z Downloaded scroll_derive v0.12.1
3372026-06-05T19:38:49.164Z Downloaded toml_edit v0.22.27
3382026-06-05T19:38:49.167Z Downloaded dtrace-parser v0.2.0
3392026-06-05T19:38:49.167Z Downloaded plain v0.2.3
3402026-06-05T19:38:49.167Z Downloaded cargo-platform v0.2.0
3412026-06-05T19:38:49.167Z Downloaded unicode-width v0.2.0
3422026-06-05T19:38:49.170Z Downloaded winnow v0.7.14
3432026-06-05T19:38:49.174Z Downloaded zerovec v0.11.5
3442026-06-05T19:38:49.177Z Downloaded terminal_size v0.4.3
3452026-06-05T19:38:49.207Z Downloaded proc-macro-error v1.0.4
3462026-06-05T19:38:49.207Z Downloaded synstructure v0.13.2
3472026-06-05T19:38:49.207Z Downloaded unicode-width v0.1.14
3482026-06-05T19:38:49.207Z Downloaded digest v0.10.7
3492026-06-05T19:38:49.207Z Downloaded autocfg v1.5.0
3502026-06-05T19:38:49.207Z Downloaded pest_meta v2.8.6
3512026-06-05T19:38:49.207Z Downloaded clap_derive v4.6.1
3522026-06-05T19:38:49.207Z Downloaded quote v1.0.45
3532026-06-05T19:38:49.207Z Downloaded serde_tokenstream v0.2.3
3542026-06-05T19:38:49.207Z Downloaded byteorder v1.5.0
3552026-06-05T19:38:49.207Z Downloaded scroll v0.12.0
3562026-06-05T19:38:49.211Z Downloaded cargo_toml v0.21.0
3572026-06-05T19:38:49.213Z Downloaded displaydoc v0.2.5
3582026-06-05T19:38:49.218Z Downloaded cargo-util-schemas v0.8.2
3592026-06-05T19:38:49.221Z Downloaded pest_derive v2.8.6
3602026-06-05T19:38:49.224Z Downloaded smallvec v1.15.1
3612026-06-05T19:38:49.226Z Downloaded serde_core v1.0.228
3622026-06-05T19:38:49.226Z Downloaded serde-untagged v0.1.9
3632026-06-05T19:38:49.229Z Downloaded serde v1.0.228
3642026-06-05T19:38:49.238Z Downloaded semver v1.0.28
3652026-06-05T19:38:49.241Z Downloaded anstyle-parse v1.0.0
3662026-06-05T19:38:49.241Z Downloaded once_cell v1.21.3
3672026-06-05T19:38:49.244Z Downloaded proc-macro2 v1.0.106
3682026-06-05T19:38:49.244Z Downloaded icu_properties v2.1.2
3692026-06-05T19:38:49.247Z Downloaded camino v1.2.2
3702026-06-05T19:38:49.249Z Downloaded getrandom v0.4.1
3712026-06-05T19:38:49.249Z Downloaded serde_derive v1.0.228
3722026-06-05T19:38:49.252Z Downloaded pest_generator v2.8.6
3732026-06-05T19:38:49.254Z Downloaded anyhow v1.0.102
3742026-06-05T19:38:49.260Z Downloaded log v0.4.29
3752026-06-05T19:38:49.263Z Downloaded icu_provider v2.1.1
3762026-06-05T19:38:49.269Z Downloaded icu_normalizer_data v2.1.1
3772026-06-05T19:38:49.275Z Downloaded icu_normalizer v2.1.1
3782026-06-05T19:38:49.287Z Downloaded icu_locale_core v2.1.1
3792026-06-05T19:38:49.291Z Downloaded icu_collections v2.1.1
3802026-06-05T19:38:49.295Z Downloaded memchr v2.8.0
3812026-06-05T19:38:49.299Z Downloaded idna v1.1.0
3822026-06-05T19:38:49.307Z Downloaded indexmap v2.14.0
3832026-06-05T19:38:49.315Z Downloaded pest v2.8.6
3842026-06-05T19:38:49.318Z Downloaded clap_builder v4.6.0
3852026-06-05T19:38:49.327Z Downloaded icu_properties_data v2.1.2
3862026-06-05T19:38:49.332Z Downloaded goblin v0.8.2
3872026-06-05T19:38:49.336Z Downloaded hashbrown v0.17.0
3882026-06-05T19:38:49.342Z Downloaded serde_json v1.0.149
3892026-06-05T19:38:49.358Z Downloaded tabled v0.15.0
3902026-06-05T19:38:49.367Z Downloaded syn v1.0.109
3912026-06-05T19:38:49.378Z Downloaded syn v2.0.117
3922026-06-05T19:38:49.396Z Downloaded rustix v1.1.3
3932026-06-05T19:38:49.422Z Downloaded libc v0.2.185
3942026-06-05T19:38:49.488Z Compiling proc-macro2 v1.0.106
3952026-06-05T19:38:49.488Z Compiling unicode-ident v1.0.24
3962026-06-05T19:38:49.488Z Compiling quote v1.0.45
3972026-06-05T19:38:49.491Z Compiling serde_core v1.0.228
3982026-06-05T19:38:49.491Z Compiling libc v0.2.185
3992026-06-05T19:38:49.491Z Compiling version_check v0.9.5
4002026-06-05T19:38:49.491Z Compiling memchr v2.8.0
4012026-06-05T19:38:49.491Z Compiling stable_deref_trait v1.2.1
4022026-06-05T19:38:49.491Z Compiling serde v1.0.228
4032026-06-05T19:38:49.491Z Compiling zmij v1.0.21
4042026-06-05T19:38:49.491Z Compiling thiserror v1.0.69
4052026-06-05T19:38:49.491Z Compiling ucd-trie v0.1.7
4062026-06-05T19:38:49.491Z Compiling itoa v1.0.17
4072026-06-05T19:38:49.491Z Compiling autocfg v1.5.0
4082026-06-05T19:38:49.491Z Compiling writeable v0.6.2
4092026-06-05T19:38:49.977Z Compiling litemap v0.8.1
4102026-06-05T19:38:49.996Z Compiling icu_properties_data v2.1.2
4112026-06-05T19:38:50.085Z Compiling icu_normalizer_data v2.1.1
4122026-06-05T19:38:50.133Z Compiling rustix v1.1.3
4132026-06-05T19:38:50.133Z Compiling byteorder v1.5.0
4142026-06-05T19:38:50.184Z Compiling bitflags v2.11.0
4152026-06-05T19:38:50.189Z Compiling serde_json v1.0.149
4162026-06-05T19:38:50.237Z Compiling pest v2.8.6
4172026-06-05T19:38:50.327Z Compiling num-traits v0.2.19
4182026-06-05T19:38:50.394Z Compiling equivalent v1.0.2
4192026-06-05T19:38:50.465Z Compiling smallvec v1.15.1
4202026-06-05T19:38:50.532Z Compiling hashbrown v0.17.0
4212026-06-05T19:38:50.535Z Compiling typeid v1.0.3
4222026-06-05T19:38:50.535Z Compiling proc-macro-error-attr v1.0.4
4232026-06-05T19:38:50.535Z Compiling usdt-impl v0.5.0
4242026-06-05T19:38:50.651Z Compiling toml_write v0.1.2
4252026-06-05T19:38:50.651Z Compiling syn v1.0.109
4262026-06-05T19:38:50.654Z Compiling erased-serde v0.4.9
4272026-06-05T19:38:50.704Z Compiling winnow v0.7.14
4282026-06-05T19:38:50.776Z Compiling errno v0.3.14
4292026-06-05T19:38:50.797Z Compiling thread-id v4.2.2
4302026-06-05T19:38:50.889Z Compiling proc-macro-error v1.0.4
4312026-06-05T19:38:50.892Z Compiling thiserror v2.0.18
4322026-06-05T19:38:50.962Z Compiling utf8_iter v1.0.4
4332026-06-05T19:38:51.028Z Compiling camino v1.2.2
4342026-06-05T19:38:51.129Z Compiling indexmap v2.14.0
4352026-06-05T19:38:51.146Z Compiling plain v0.2.3
4362026-06-05T19:38:51.184Z Compiling syn v2.0.117
4372026-06-05T19:38:51.209Z Compiling percent-encoding v2.3.2
4382026-06-05T19:38:51.226Z Compiling getrandom v0.4.1
4392026-06-05T19:38:51.244Z Compiling log v0.4.29
4402026-06-05T19:38:51.263Z Compiling utf8parse v0.2.2
4412026-06-05T19:38:51.405Z Compiling pest_meta v2.8.6
4422026-06-05T19:38:51.419Z Compiling form_urlencoded v1.2.2
4432026-06-05T19:38:51.438Z Compiling anstyle-parse v1.0.0
4442026-06-05T19:38:51.477Z Compiling ordered-float v2.10.1
4452026-06-05T19:38:51.604Z Compiling cfg-if v1.0.4
4462026-06-05T19:38:51.650Z Compiling colorchoice v1.0.4
4472026-06-05T19:38:51.710Z Compiling pretty-hex v0.4.1
4482026-06-05T19:38:51.773Z Compiling anstyle-query v1.1.5
4492026-06-05T19:38:51.773Z Compiling is_terminal_polyfill v1.70.2
4502026-06-05T19:38:51.773Z Compiling anstyle v1.0.14
4512026-06-05T19:38:51.865Z Compiling fs-err v3.3.0
4522026-06-05T19:38:51.929Z Compiling fastrand v2.3.0
4532026-06-05T19:38:51.929Z Compiling strsim v0.11.1
4542026-06-05T19:38:51.929Z Compiling unicode-width v0.1.14
4552026-06-05T19:38:51.929Z Compiling once_cell v1.21.3
4562026-06-05T19:38:52.033Z Compiling terminal_size v0.4.3
4572026-06-05T19:38:52.119Z Compiling anstream v1.0.0
4582026-06-05T19:38:52.119Z Compiling anyhow v1.0.102
4592026-06-05T19:38:52.119Z Compiling heck v0.4.1
4602026-06-05T19:38:52.232Z Compiling semver v1.0.28
4612026-06-05T19:38:52.299Z Compiling clap_lex v1.0.0
4622026-06-05T19:38:52.319Z Compiling fnv v1.0.7
4632026-06-05T19:38:52.319Z Compiling heck v0.5.0
4642026-06-05T19:38:52.354Z Compiling unicode-xid v0.2.6
4652026-06-05T19:38:52.373Z Compiling bytecount v0.6.9
4662026-06-05T19:38:52.405Z Compiling tempfile v3.25.0
4672026-06-05T19:38:52.497Z Compiling papergrid v0.11.0
4682026-06-05T19:38:52.525Z Compiling clap_builder v4.6.0
4692026-06-05T19:38:52.565Z Compiling memmap v0.7.0
4702026-06-05T19:38:52.577Z Compiling serde-untagged v0.1.9
4712026-06-05T19:38:52.577Z Compiling smawk v0.3.2
4722026-06-05T19:38:52.615Z Compiling unicode-width v0.2.0
4732026-06-05T19:38:52.649Z Compiling unicode-linebreak v0.1.5
4742026-06-05T19:38:52.680Z Compiling camino-tempfile v1.4.1
4752026-06-05T19:38:52.785Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-05T19:38:52.853Z Compiling textwrap v0.16.2
4772026-06-05T19:38:52.895Z Compiling swrite v0.1.0
4782026-06-05T19:38:53.278Z Compiling tabled_derive v0.7.0
4792026-06-05T19:38:53.808Z Compiling synstructure v0.13.2
4802026-06-05T19:38:53.808Z Compiling pest_generator v2.8.6
4812026-06-05T19:38:53.948Z Compiling tabled v0.15.0
4822026-06-05T19:38:54.335Z Compiling serde_derive v1.0.228
4832026-06-05T19:38:54.338Z Compiling zerofrom-derive v0.1.6
4842026-06-05T19:38:54.338Z Compiling yoke-derive v0.8.1
4852026-06-05T19:38:54.338Z Compiling zerovec-derive v0.11.2
4862026-06-05T19:38:54.338Z Compiling displaydoc v0.2.5
4872026-06-05T19:38:54.371Z Compiling thiserror-impl v1.0.69
4882026-06-05T19:38:54.389Z Compiling zerocopy-derive v0.7.35
4892026-06-05T19:38:54.394Z Compiling scroll_derive v0.12.1
4902026-06-05T19:38:54.394Z Compiling thiserror-impl v2.0.18
4912026-06-05T19:38:54.394Z Compiling clap_derive v4.6.1
4922026-06-05T19:38:54.457Z Compiling pest_derive v2.8.6
4932026-06-05T19:38:55.115Z Compiling scroll v0.12.0
4942026-06-05T19:38:55.311Z Compiling zerocopy v0.7.35
4952026-06-05T19:38:55.344Z Compiling goblin v0.8.2
4962026-06-05T19:38:55.361Z Compiling zerofrom v0.1.6
4972026-06-05T19:38:55.466Z Compiling yoke v0.8.1
4982026-06-05T19:38:55.523Z Compiling dtrace-parser v0.2.0
4992026-06-05T19:38:55.622Z Compiling zerovec v0.11.5
5002026-06-05T19:38:55.622Z Compiling zerotrie v0.2.3
5012026-06-05T19:38:55.796Z Compiling clap v4.6.1
5022026-06-05T19:38:56.066Z Compiling tinystr v0.8.2
5032026-06-05T19:38:56.066Z Compiling potential_utf v0.1.4
5042026-06-05T19:38:56.193Z Compiling icu_collections v2.1.1
5052026-06-05T19:38:56.219Z Compiling icu_locale_core v2.1.1
5062026-06-05T19:38:56.775Z Compiling icu_provider v2.1.1
5072026-06-05T19:38:56.813Z Compiling dof v0.3.0
5082026-06-05T19:38:56.813Z Compiling serde_tokenstream v0.2.3
5092026-06-05T19:38:56.846Z Compiling toml_datetime v0.6.11
5102026-06-05T19:38:56.850Z Compiling serde_spanned v0.6.9
5112026-06-05T19:38:56.850Z Compiling serde-value v0.7.0
5122026-06-05T19:38:56.850Z Compiling cargo-platform v0.2.0
5132026-06-05T19:38:56.850Z Compiling macaddr v1.0.1
5142026-06-05T19:38:57.006Z Compiling icu_normalizer v2.1.1
5152026-06-05T19:38:57.006Z Compiling icu_properties v2.1.2
5162026-06-05T19:38:57.043Z Compiling toml_edit v0.22.27
5172026-06-05T19:38:57.566Z Compiling usdt-attr-macro v0.5.0
5182026-06-05T19:38:57.569Z Compiling usdt-macro v0.5.0
5192026-06-05T19:38:57.916Z Compiling idna_adapter v1.2.1
5202026-06-05T19:38:58.025Z Compiling idna v1.1.0
5212026-06-05T19:38:58.156Z Compiling usdt v0.5.0
5222026-06-05T19:38:58.284Z Compiling url v2.5.8
5232026-06-05T19:38:58.388Z Compiling toml v0.8.23
5242026-06-05T19:38:58.718Z Compiling cargo-util-schemas v0.8.2
5252026-06-05T19:38:58.718Z Compiling cargo_toml v0.21.0
5262026-06-05T19:38:59.521Z Compiling cargo_metadata v0.21.0
5272026-06-05T19:39:00.441Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5282026-06-05T19:39:02.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.55s
5292026-06-05T19:39:02.829Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5302026-06-05T19:39:03.385Z Downloading crates ...
5312026-06-05T19:39:03.496Z Downloaded adler2 v2.0.1
5322026-06-05T19:39:03.501Z Downloaded aead v0.5.2
5332026-06-05T19:39:03.505Z Downloaded async-stream v0.3.6
5342026-06-05T19:39:03.510Z Downloaded dof v0.4.0
5352026-06-05T19:39:03.513Z Downloaded darling_macro v0.23.0
5362026-06-05T19:39:03.513Z Downloaded async-stream-impl v0.3.6
5372026-06-05T19:39:03.513Z Downloaded ecdsa v0.16.9
5382026-06-05T19:39:03.516Z Downloaded async-recursion v1.1.1
5392026-06-05T19:39:03.518Z Downloaded deranged v0.5.8
5402026-06-05T19:39:03.518Z Downloaded assert_matches v1.5.0
5412026-06-05T19:39:03.521Z Downloaded array-init v0.0.4
5422026-06-05T19:39:03.521Z Downloaded atty v0.2.14
5432026-06-05T19:39:03.521Z Downloaded ascii-canvas v3.0.0
5442026-06-05T19:39:03.524Z Downloaded block-padding v0.3.3
5452026-06-05T19:39:03.527Z Downloaded anstream v0.6.21
5462026-06-05T19:39:03.530Z Downloaded async-trait v0.1.89
5472026-06-05T19:39:03.533Z Downloaded atomic-waker v1.1.2
5482026-06-05T19:39:03.536Z Downloaded darling_macro v0.21.3
5492026-06-05T19:39:03.539Z Downloaded fixedbitset v0.5.7
5502026-06-05T19:39:03.539Z Downloaded arrayref v0.3.9
5512026-06-05T19:39:03.542Z Downloaded argon2 v0.5.3
5522026-06-05T19:39:03.542Z Downloaded dsl_auto_type v0.2.0
5532026-06-05T19:39:03.544Z Downloaded byte-wrapper v0.1.0
5542026-06-05T19:39:03.544Z Downloaded cassowary v0.3.0
5552026-06-05T19:39:03.547Z Downloaded fatfs v0.3.6
5562026-06-05T19:39:03.547Z Downloaded either v1.15.0
5572026-06-05T19:39:03.550Z Downloaded dirs-sys-next v0.1.2
5582026-06-05T19:39:03.550Z Downloaded enum-as-inner v0.6.1
5592026-06-05T19:39:03.550Z Downloaded arrayvec v0.7.6
5602026-06-05T19:39:03.553Z Downloaded dropshot v0.17.0
5612026-06-05T19:39:03.565Z Downloaded diesel-dtrace v0.5.0
5622026-06-05T19:39:03.568Z Downloaded derive_builder_macro v0.20.2
5632026-06-05T19:39:03.568Z Downloaded debug-ignore v1.0.5
5642026-06-05T19:39:03.570Z Downloaded darling v0.13.4
5652026-06-05T19:39:03.570Z Downloaded cookie_store v0.22.1
5662026-06-05T19:39:03.573Z Downloaded async-bb8-diesel v0.2.1
5672026-06-05T19:39:03.573Z Downloaded difflib v0.4.0
5682026-06-05T19:39:03.576Z Downloaded darling_macro v0.20.11
5692026-06-05T19:39:03.576Z Downloaded darling_macro v0.13.4
5702026-06-05T19:39:03.576Z Downloaded darling v0.21.3
5712026-06-05T19:39:03.579Z Downloaded ciborium-ll v0.2.2
5722026-06-05T19:39:03.581Z Downloaded dirs-next v2.0.0
5732026-06-05T19:39:03.581Z Downloaded fd-lock v4.0.4
5742026-06-05T19:39:03.584Z Downloaded crc8 v0.1.1
5752026-06-05T19:39:03.584Z Downloaded dyn-clone v1.0.20
5762026-06-05T19:39:03.584Z Downloaded dropshot-api-manager-types v0.7.2
5772026-06-05T19:39:03.587Z Downloaded defmt v0.3.100
5782026-06-05T19:39:03.587Z Downloaded cpufeatures v0.3.0
5792026-06-05T19:39:03.587Z Downloaded dtrace-parser v0.3.0
5802026-06-05T19:39:03.590Z Downloaded embedded-io v0.4.0
5812026-06-05T19:39:03.590Z Downloaded compression-core v0.4.31
5822026-06-05T19:39:03.590Z Downloaded crunchy v0.2.4
5832026-06-05T19:39:03.590Z Downloaded crc v3.4.0
5842026-06-05T19:39:03.593Z Downloaded castaway v0.2.4
5852026-06-05T19:39:03.593Z Downloaded bitfield-struct v0.6.2
5862026-06-05T19:39:03.593Z Downloaded cfg_aliases v0.2.1
5872026-06-05T19:39:03.597Z Downloaded convert_case v0.4.0
5882026-06-05T19:39:03.597Z Downloaded crucible-workspace-hack v0.1.0
5892026-06-05T19:39:03.597Z Downloaded ahash v0.8.12
5902026-06-05T19:39:03.597Z Downloaded anstyle-parse v0.2.7
5912026-06-05T19:39:03.602Z Downloaded atomicwrites v0.4.4
5922026-06-05T19:39:03.606Z Downloaded cargo-platform v0.3.2
5932026-06-05T19:39:03.606Z Downloaded endian-type v0.1.2
5942026-06-05T19:39:03.606Z Downloaded derive-where v1.6.0
5952026-06-05T19:39:03.606Z Downloaded cobs v0.3.0
5962026-06-05T19:39:03.606Z Downloaded bb8 v0.8.6
5972026-06-05T19:39:03.609Z Downloaded foreign-types-shared v0.1.1
5982026-06-05T19:39:03.609Z Downloaded env_filter v1.0.0
5992026-06-05T19:39:03.612Z Downloaded embedded-io v0.6.1
6002026-06-05T19:39:03.612Z Downloaded diesel_table_macro_syntax v0.3.0
6012026-06-05T19:39:03.612Z Downloaded bit-set v0.5.3
6022026-06-05T19:39:03.615Z Downloaded document-features v0.2.12
6032026-06-05T19:39:03.615Z Downloaded foreign-types-macros v0.2.3
6042026-06-05T19:39:03.617Z Downloaded dunce v1.0.5
6052026-06-05T19:39:03.617Z Downloaded fixedbitset v0.4.2
6062026-06-05T19:39:03.617Z Downloaded float-ord v0.3.2
6072026-06-05T19:39:03.617Z Downloaded curve25519-dalek-derive v0.1.1
6082026-06-05T19:39:03.620Z Downloaded foreign-types v0.5.0
6092026-06-05T19:39:03.623Z Downloaded bit-set v0.8.0
6102026-06-05T19:39:03.623Z Downloaded float-cmp v0.10.0
6112026-06-05T19:39:03.626Z Downloaded cstr-argument v0.1.2
6122026-06-05T19:39:03.626Z Downloaded downcast-rs v2.0.2
6132026-06-05T19:39:03.626Z Downloaded allocator-api2 v0.2.21
6142026-06-05T19:39:03.629Z Downloaded foreign-types v0.3.2
6152026-06-05T19:39:03.629Z Downloaded crc-catalog v2.4.0
6162026-06-05T19:39:03.629Z Downloaded arc-swap v1.8.2
6172026-06-05T19:39:03.632Z Downloaded funty v2.0.0
6182026-06-05T19:39:03.634Z Downloaded cexpr v0.6.0
6192026-06-05T19:39:03.634Z Downloaded display-error-chain v0.2.2
6202026-06-05T19:39:03.634Z Downloaded futures-sink v0.3.32
6212026-06-05T19:39:03.637Z Downloaded bitfield-macros v0.19.4
6222026-06-05T19:39:03.637Z Downloaded git-stub v1.0.0
6232026-06-05T19:39:03.640Z Downloaded env_logger v0.11.9
6242026-06-05T19:39:03.640Z Downloaded critical-section v1.2.0
6252026-06-05T19:39:03.642Z Downloaded bcrypt-pbkdf v0.10.0
6262026-06-05T19:39:03.642Z Downloaded foreign-types-shared v0.3.1
6272026-06-05T19:39:03.643Z Downloaded base16ct v0.2.0
6282026-06-05T19:39:03.645Z Downloaded darling_core v0.20.11
6292026-06-05T19:39:03.648Z Downloaded ed25519 v2.2.3
6302026-06-05T19:39:03.648Z Downloaded fxhash v0.2.1
6312026-06-05T19:39:03.650Z Downloaded futures-macro v0.3.32
6322026-06-05T19:39:03.650Z Downloaded cfg_aliases v0.1.1
6332026-06-05T19:39:03.651Z Downloaded defmt-macros v1.0.1
6342026-06-05T19:39:03.653Z Downloaded ctr v0.9.2
6352026-06-05T19:39:03.653Z Downloaded ff v0.13.1
6362026-06-05T19:39:03.656Z Downloaded ghash v0.5.1
6372026-06-05T19:39:03.656Z Downloaded globwalk v0.9.1
6382026-06-05T19:39:03.660Z Downloaded futures-io v0.3.32
6392026-06-05T19:39:03.660Z Downloaded cargo_metadata v0.23.1
6402026-06-05T19:39:03.660Z Downloaded futures-task v0.3.32
6412026-06-05T19:39:03.660Z Downloaded der_derive v0.7.3
6422026-06-05T19:39:03.660Z Downloaded hash32 v0.2.1
6432026-06-05T19:39:03.663Z Downloaded crossbeam-utils v0.8.21
6442026-06-05T19:39:03.666Z Downloaded hex v0.4.3
6452026-06-05T19:39:03.670Z Downloaded chacha20 v0.9.1
6462026-06-05T19:39:03.672Z Downloaded defmt-parser v1.0.0
6472026-06-05T19:39:03.673Z Downloaded data-encoding v2.10.0
6482026-06-05T19:39:03.675Z Downloaded flagset v0.4.7
6492026-06-05T19:39:03.675Z Downloaded derive-ex v0.1.8
6502026-06-05T19:39:03.676Z Downloaded convert_case v0.10.0
6512026-06-05T19:39:03.678Z Downloaded cmake v0.1.57
6522026-06-05T19:39:03.679Z Downloaded ciborium-io v0.2.2
6532026-06-05T19:39:03.679Z Downloaded bit-vec v0.8.0
6542026-06-05T19:39:03.683Z Downloaded bitflags v1.3.2
6552026-06-05T19:39:03.683Z Downloaded find-msvc-tools v0.1.9
6562026-06-05T19:39:03.686Z Downloaded filetime v0.2.27
6572026-06-05T19:39:03.686Z Downloaded headers-core v0.3.0
6582026-06-05T19:39:03.686Z Downloaded hash32 v0.3.1
6592026-06-05T19:39:03.686Z Downloaded foldhash v0.2.0
6602026-06-05T19:39:03.689Z Downloaded foldhash v0.1.5
6612026-06-05T19:39:03.689Z Downloaded home v0.5.12
6622026-06-05T19:39:03.689Z Downloaded hex-literal v0.4.1
6632026-06-05T19:39:03.689Z Downloaded corncobs v0.1.4
6642026-06-05T19:39:03.692Z Downloaded ar_archive_writer v0.5.1
6652026-06-05T19:39:03.692Z Downloaded colored v3.1.1
6662026-06-05T19:39:03.695Z Downloaded httpdate v1.0.3
6672026-06-05T19:39:03.695Z Downloaded hubpack_derive v0.1.1
6682026-06-05T19:39:03.695Z Downloaded constant_time_eq v0.4.2
6692026-06-05T19:39:03.698Z Downloaded cipher v0.4.4
6702026-06-05T19:39:03.698Z Downloaded futures-core v0.3.32
6712026-06-05T19:39:03.701Z Downloaded fs_extra v1.3.0
6722026-06-05T19:39:03.701Z Downloaded darling v0.23.0
6732026-06-05T19:39:03.704Z Downloaded futures-executor v0.3.32
6742026-06-05T19:39:03.708Z Downloaded fs-err v2.11.0
6752026-06-05T19:39:03.708Z Downloaded defmt v1.0.1
6762026-06-05T19:39:03.711Z Downloaded hostname v0.3.1
6772026-06-05T19:39:03.711Z Downloaded derive_builder_core v0.20.2
6782026-06-05T19:39:03.711Z Downloaded hubpack v0.1.2
6792026-06-05T19:39:03.715Z Downloaded http-range v0.1.5
6802026-06-05T19:39:03.715Z Downloaded http-body v1.0.1
6812026-06-05T19:39:03.715Z Downloaded hostname v0.4.2
6822026-06-05T19:39:03.715Z Downloaded hyper-tls v0.6.0
6832026-06-05T19:39:03.718Z Downloaded darling_core v0.13.4
6842026-06-05T19:39:03.721Z Downloaded group v0.13.0
6852026-06-05T19:39:03.721Z Downloaded flume v0.11.1
6862026-06-05T19:39:03.724Z Downloaded ident_case v1.0.1
6872026-06-05T19:39:03.724Z Downloaded globset v0.4.18
6882026-06-05T19:39:03.724Z Downloaded bzip2 v0.4.4
6892026-06-05T19:39:03.728Z Downloaded const_format_proc_macros v0.2.34
6902026-06-05T19:39:03.728Z Downloaded const-oid v0.9.6
6912026-06-05T19:39:03.731Z Downloaded blake2 v0.10.6
6922026-06-05T19:39:03.731Z Downloaded illumos-nvpair-sys v0.2.0
6932026-06-05T19:39:03.731Z Downloaded illumos-nvpair v0.3.0
6942026-06-05T19:39:03.731Z Downloaded compression-codecs v0.4.37
6952026-06-05T19:39:03.734Z Downloaded indent_write v2.2.0
6962026-06-05T19:39:03.734Z Downloaded glob v0.3.3
6972026-06-05T19:39:03.737Z Downloaded git-stub-vcs v0.1.0
6982026-06-05T19:39:03.737Z Downloaded internet-checksum v0.2.1
6992026-06-05T19:39:03.737Z Downloaded instability v0.3.11
7002026-06-05T19:39:03.740Z Downloaded inout v0.1.4
7012026-06-05T19:39:03.740Z Downloaded is_ci v1.2.0
7022026-06-05T19:39:03.740Z Downloaded is-terminal v0.4.17
7032026-06-05T19:39:03.744Z Downloaded lazy_static v1.5.0
7042026-06-05T19:39:03.744Z Downloaded lalrpop-util v0.19.12
7052026-06-05T19:39:03.744Z Downloaded instant v0.1.13
7062026-06-05T19:39:03.744Z Downloaded gethostname v0.5.0
7072026-06-05T19:39:03.747Z Downloaded cookie v0.18.1
7082026-06-05T19:39:03.747Z Downloaded des v0.8.1
7092026-06-05T19:39:03.747Z Downloaded diff v0.1.13
7102026-06-05T19:39:03.750Z Downloaded bzip2 v0.6.1
7112026-06-05T19:39:03.750Z Downloaded fallible-iterator v0.2.0
7122026-06-05T19:39:03.753Z Downloaded crossbeam-epoch v0.9.18
7132026-06-05T19:39:03.753Z Downloaded console v0.16.2
7142026-06-05T19:39:03.756Z Downloaded console v0.15.11
7152026-06-05T19:39:03.756Z Downloaded chacha20 v0.10.0
7162026-06-05T19:39:03.759Z Downloaded getrandom v0.2.17
7172026-06-05T19:39:03.759Z Downloaded futures-channel v0.3.32
7182026-06-05T19:39:03.762Z Downloaded highway v1.3.0
7192026-06-05T19:39:03.762Z Downloaded bitfield v0.19.4
7202026-06-05T19:39:03.765Z Downloaded hyper-staticfile v0.10.1
7212026-06-05T19:39:03.765Z Downloaded kstat-rs v0.2.4
7222026-06-05T19:39:03.768Z Downloaded keccak v0.1.6
7232026-06-05T19:39:03.768Z Downloaded drift v0.2.0
7242026-06-05T19:39:03.772Z Downloaded crc-any v2.5.0
7252026-06-05T19:39:03.775Z Downloaded libscf-sys v1.1.0
7262026-06-05T19:39:03.775Z Downloaded derive_more-impl v2.1.1
7272026-06-05T19:39:03.778Z Downloaded cancel-safe-futures v0.1.5
7282026-06-05T19:39:03.781Z Downloaded http-body-util v0.1.3
7292026-06-05T19:39:03.784Z Downloaded maplit v1.0.2
7302026-06-05T19:39:03.784Z Downloaded match_cfg v0.1.0
7312026-06-05T19:39:03.784Z Downloaded humantime v2.3.0
7322026-06-05T19:39:03.787Z Downloaded ipnet v2.11.0
7332026-06-05T19:39:03.787Z Downloaded linked-hash-map v0.5.6
7342026-06-05T19:39:03.791Z Downloaded libefi-sys v0.1.0
7352026-06-05T19:39:03.791Z Downloaded lzss v0.8.2
7362026-06-05T19:39:03.794Z Downloaded lru-slab v0.1.2
7372026-06-05T19:39:03.794Z Downloaded managed v0.8.0
7382026-06-05T19:39:03.794Z Downloaded indoc v2.0.7
7392026-06-05T19:39:03.797Z Downloaded lru-cache v0.1.2
7402026-06-05T19:39:03.797Z Downloaded md-5 v0.10.6
7412026-06-05T19:39:03.797Z Downloaded futures v0.3.32
7422026-06-05T19:39:03.801Z Downloaded clang-sys v1.8.1
7432026-06-05T19:39:03.803Z Downloaded ciborium v0.2.2
7442026-06-05T19:39:03.806Z Downloaded indoc v1.0.9
7452026-06-05T19:39:03.809Z Downloaded nodrop v0.1.14
7462026-06-05T19:39:03.809Z Downloaded impl-trait-for-tuples v0.2.3
7472026-06-05T19:39:03.812Z Downloaded compact_str v0.8.1
7482026-06-05T19:39:03.816Z Downloaded newtype-uuid-macros v0.1.0
7492026-06-05T19:39:03.816Z Downloaded new_debug_unreachable v1.0.6
7502026-06-05T19:39:03.816Z Downloaded chacha20poly1305 v0.10.1
7512026-06-05T19:39:03.819Z Downloaded newtype_derive v0.1.6
7522026-06-05T19:39:03.819Z Downloaded mime v0.3.17
7532026-06-05T19:39:03.819Z Downloaded backon v1.6.0
7542026-06-05T19:39:03.823Z Downloaded nonempty v0.12.0
7552026-06-05T19:39:03.823Z Downloaded ipnetwork v0.21.1
7562026-06-05T19:39:03.862Z Downloaded multimap v0.10.1
7572026-06-05T19:39:03.862Z Downloaded num v0.4.3
7582026-06-05T19:39:03.862Z Downloaded normalize-line-endings v0.3.0
7592026-06-05T19:39:03.862Z Downloaded nibble_vec v0.1.0
7602026-06-05T19:39:03.862Z Downloaded num-conv v0.2.0
7612026-06-05T19:39:03.862Z Downloaded aes v0.8.4
7622026-06-05T19:39:03.862Z Downloaded httparse v1.10.1
7632026-06-05T19:39:03.862Z Downloaded hmac v0.12.1
7642026-06-05T19:39:03.862Z Downloaded num-derive v0.3.3
7652026-06-05T19:39:03.862Z Downloaded libsw v3.5.0
7662026-06-05T19:39:03.862Z Downloaded ingot-macros v0.1.1
7672026-06-05T19:39:03.862Z Downloaded num_enum_derive v0.5.11
7682026-06-05T19:39:03.862Z Downloaded num-iter v0.1.45
7692026-06-05T19:39:03.862Z Downloaded jobserver v0.1.34
7702026-06-05T19:39:03.862Z Downloaded olpc-cjson v0.1.4
7712026-06-05T19:39:03.862Z Downloaded newline-converter v0.3.0
7722026-06-05T19:39:03.862Z Downloaded maybe-uninit v2.0.0
7732026-06-05T19:39:03.862Z Downloaded num_threads v0.1.7
7742026-06-05T19:39:03.862Z Downloaded openssl-probe v0.1.6
7752026-06-05T19:39:03.863Z Downloaded md5 v0.7.0
7762026-06-05T19:39:03.863Z Downloaded lru v0.12.5
7772026-06-05T19:39:03.863Z Downloaded ingot-types v0.1.2
7782026-06-05T19:39:03.863Z Downloaded ingot v0.1.1
7792026-06-05T19:39:03.863Z Downloaded crossbeam-channel v0.5.15
7802026-06-05T19:39:03.863Z Downloaded derive_more v0.99.20
7812026-06-05T19:39:03.863Z Downloaded const_format v0.2.35
7822026-06-05T19:39:03.866Z Downloaded openssl-probe v0.2.1
7832026-06-05T19:39:03.866Z Downloaded memoffset v0.9.1
7842026-06-05T19:39:03.866Z Downloaded hyper-rustls v0.27.7
7852026-06-05T19:39:03.866Z Downloaded opaque-debug v0.3.1
7862026-06-05T19:39:03.867Z Downloaded nanorand v0.7.0
7872026-06-05T19:39:03.867Z Downloaded libloading v0.8.9
7882026-06-05T19:39:03.870Z Downloaded packed_struct_codegen v0.10.1
7892026-06-05T19:39:03.870Z Downloaded lock_api v0.4.14
7902026-06-05T19:39:03.874Z Downloaded openssl-macros v0.1.1
7912026-06-05T19:39:03.874Z Downloaded mime_guess v2.0.5
7922026-06-05T19:39:03.874Z Downloaded getrandom v0.3.4
7932026-06-05T19:39:03.877Z Downloaded parse-size v1.1.0
7942026-06-05T19:39:03.878Z Downloaded linear-map v1.2.0
7952026-06-05T19:39:03.878Z Downloaded native-tls v0.2.18
7962026-06-05T19:39:03.881Z Downloaded half v1.8.3
7972026-06-05T19:39:03.881Z Downloaded libsw-core v0.3.2
7982026-06-05T19:39:03.884Z Downloaded bumpalo v3.20.2
7992026-06-05T19:39:03.884Z Downloaded pbkdf2 v0.11.0
8002026-06-05T19:39:03.887Z Downloaded newtype-uuid v1.3.2
8012026-06-05T19:39:03.887Z Downloaded base64 v0.21.7
8022026-06-05T19:39:03.890Z Downloaded pbkdf2 v0.12.2
8032026-06-05T19:39:03.890Z Downloaded parse-display v0.10.0
8042026-06-05T19:39:03.893Z Downloaded multer v3.1.0
8052026-06-05T19:39:03.893Z Downloaded darling_core v0.23.0
8062026-06-05T19:39:03.896Z Downloaded pin-utils v0.1.0
8072026-06-05T19:39:03.899Z Downloaded phf_shared v0.13.1
8082026-06-05T19:39:03.899Z Downloaded peg-runtime v0.8.5
8092026-06-05T19:39:03.899Z Downloaded libbz2-rs-sys v0.2.2
8102026-06-05T19:39:03.902Z Downloaded num-integer v0.1.46
8112026-06-05T19:39:03.919Z Downloaded powerfmt v0.2.0
8122026-06-05T19:39:03.921Z Downloaded heapless v0.8.0
8132026-06-05T19:39:03.924Z Downloaded bytes v1.11.1
8142026-06-05T19:39:03.931Z Downloaded ed25519-dalek v2.2.0
8152026-06-05T19:39:03.931Z Downloaded heapless v0.7.17
8162026-06-05T19:39:03.934Z Downloaded base64 v0.22.1
8172026-06-05T19:39:03.934Z Downloaded parse-display-derive v0.10.0
8182026-06-05T19:39:03.937Z Downloaded predicates-tree v1.0.13
8192026-06-05T19:39:03.937Z Downloaded oxnet v0.1.5
8202026-06-05T19:39:03.937Z Downloaded oxide-tokio-rt v0.1.4
8212026-06-05T19:39:03.940Z Downloaded owo-colors v4.3.0
8222026-06-05T19:39:03.940Z Downloaded precomputed-hash v0.1.1
8232026-06-05T19:39:03.943Z Downloaded password-hash v0.5.0
8242026-06-05T19:39:03.943Z Downloaded packed_struct v0.10.1
8252026-06-05T19:39:03.943Z Downloaded cc v1.2.56
8262026-06-05T19:39:03.947Z Downloaded oso-derive v0.27.3
8272026-06-05T19:39:03.947Z Downloaded path-slash v0.1.5
8282026-06-05T19:39:03.950Z Downloaded proc-macro-crate v3.4.0
8292026-06-05T19:39:03.950Z Downloaded proc-macro-error-attr2 v2.0.0
8302026-06-05T19:39:03.950Z Downloaded half v2.7.1
8312026-06-05T19:39:03.953Z Downloaded proc-macro-crate v1.3.1
8322026-06-05T19:39:03.953Z Downloaded litrs v1.0.0
8332026-06-05T19:39:03.956Z Downloaded progenitor-client v0.10.0
8342026-06-05T19:39:03.956Z Downloaded parking_lot_core v0.8.6
8352026-06-05T19:39:03.959Z Downloaded indexmap v1.9.3
8362026-06-05T19:39:03.959Z Downloaded headers v0.4.1
8372026-06-05T19:39:03.963Z Downloaded psl-types v2.0.11
8382026-06-05T19:39:03.965Z Downloaded progenitor-macro v0.11.2
8392026-06-05T19:39:03.965Z Downloaded progenitor-client v0.14.0
8402026-06-05T19:39:03.966Z Downloaded pem-rfc7468 v0.7.0
8412026-06-05T19:39:03.968Z Downloaded progenitor-macro v0.13.0
8422026-06-05T19:39:03.969Z Downloaded phf v0.12.1
8432026-06-05T19:39:03.971Z Downloaded pkg-config v0.3.32
8442026-06-05T19:39:03.971Z Downloaded phf v0.13.1
8452026-06-05T19:39:03.975Z Downloaded memmap2 v0.9.10
8462026-06-05T19:39:03.975Z Downloaded pem v3.0.6
8472026-06-05T19:39:03.978Z Downloaded quick-error v1.2.3
8482026-06-05T19:39:03.978Z Downloaded progenitor-macro v0.14.0
8492026-06-05T19:39:03.978Z Downloaded der v0.7.10
8502026-06-05T19:39:03.981Z Downloaded pin-project-internal v1.1.11
8512026-06-05T19:39:03.984Z Downloaded pkcs8 v0.10.2
8522026-06-05T19:39:03.987Z Downloaded flate2 v1.1.9
8532026-06-05T19:39:03.989Z Downloaded peg-macros v0.8.5
8542026-06-05T19:39:03.989Z Downloaded poly1305 v0.8.0
8552026-06-05T19:39:03.995Z Downloaded peg v0.8.5
8562026-06-05T19:39:03.998Z Downloaded rand_xorshift v0.4.0
8572026-06-05T19:39:03.998Z Downloaded parking_lot v0.12.5
8582026-06-05T19:39:03.998Z Downloaded aes-gcm v0.10.3
8592026-06-05T19:39:04.001Z Downloaded darling_core v0.21.3
8602026-06-05T19:39:04.003Z Downloaded rand_chacha v0.3.1
8612026-06-05T19:39:04.006Z Downloaded ppv-lite86 v0.2.21
8622026-06-05T19:39:04.006Z Downloaded predicates-core v1.0.10
8632026-06-05T19:39:04.006Z Downloaded recursive v0.1.1
8642026-06-05T19:39:04.009Z Downloaded primeorder v0.13.6
8652026-06-05T19:39:04.009Z Downloaded iana-time-zone v0.1.65
8662026-06-05T19:39:04.012Z Downloaded parking_lot v0.11.2
8672026-06-05T19:39:04.012Z Downloaded ref-cast-impl v1.0.25
8682026-06-05T19:39:04.015Z Downloaded aho-corasick v1.1.4
8692026-06-05T19:39:04.018Z Downloaded ref-cast v1.0.25
8702026-06-05T19:39:04.021Z Downloaded jiff-static v0.2.21
8712026-06-05T19:39:04.021Z Downloaded recursive-proc-macro-impl v0.1.1
8722026-06-05T19:39:04.024Z Downloaded progenitor-extras v0.2.0
8732026-06-05T19:39:04.025Z Downloaded progenitor-client v0.13.0
8742026-06-05T19:39:04.025Z Downloaded indicatif v0.18.4
8752026-06-05T19:39:04.027Z Downloaded psm v0.1.30
8762026-06-05T19:39:04.030Z Downloaded rfc6979 v0.4.0
8772026-06-05T19:39:04.030Z Downloaded progenitor v0.14.0
8782026-06-05T19:39:04.034Z Downloaded omicron-zone-package v0.12.2
8792026-06-05T19:39:04.034Z Downloaded rtoolbox v0.0.3
8802026-06-05T19:39:04.037Z Downloaded progenitor-client v0.11.2
8812026-06-05T19:39:04.037Z Downloaded progenitor v0.11.2
8822026-06-05T19:39:04.037Z Downloaded rustc_version v0.4.1
8832026-06-05T19:39:04.040Z Downloaded rustc_version v0.1.7
8842026-06-05T19:39:04.040Z Downloaded pkcs5 v0.7.1
8852026-06-05T19:39:04.043Z Downloaded pkcs1 v0.7.5
8862026-06-05T19:39:04.045Z Downloaded hickory-resolver v0.24.4
8872026-06-05T19:39:04.048Z Downloaded p256 v0.13.2
8882026-06-05T19:39:04.048Z Downloaded hickory-resolver v0.25.2
8892026-06-05T19:39:04.051Z Downloaded radium v0.7.0
8902026-06-05T19:39:04.054Z Downloaded r2d2 v0.8.10
8912026-06-05T19:39:04.054Z Downloaded rustc-hash v2.1.1
8922026-06-05T19:39:04.057Z Downloaded russh-cryptovec v0.7.3
8932026-06-05T19:39:04.057Z Downloaded rand_core v0.9.5
8942026-06-05T19:39:04.057Z Downloaded rand_core v0.6.4
8952026-06-05T19:39:04.060Z Downloaded rand_core v0.10.0
8962026-06-05T19:39:04.060Z Downloaded pin-project-lite v0.2.17
8972026-06-05T19:39:04.063Z Downloaded salsa20 v0.10.2
8982026-06-05T19:39:04.066Z Downloaded rand_seeder v0.4.0
8992026-06-05T19:39:04.066Z Downloaded rand_chacha v0.9.0
9002026-06-05T19:39:04.069Z Downloaded derive_more v2.1.1
9012026-06-05T19:39:04.076Z Downloaded postgres-types v0.2.12
9022026-06-05T19:39:04.078Z Downloaded oso v0.27.3
9032026-06-05T19:39:04.079Z Downloaded same-file v1.0.6
9042026-06-05T19:39:04.081Z Downloaded miniz_oxide v0.8.9
9052026-06-05T19:39:04.081Z Downloaded papergrid v0.17.0
9062026-06-05T19:39:04.085Z Downloaded scopeguard v1.2.0
9072026-06-05T19:39:04.089Z Downloaded secrecy v0.8.0
9082026-06-05T19:39:04.089Z Downloaded scroll_derive v0.13.1
9092026-06-05T19:39:04.089Z Downloaded progenitor v0.13.0
9102026-06-05T19:39:04.092Z Downloaded scrypt v0.11.0
9112026-06-05T19:39:04.092Z Downloaded scheduled-thread-pool v0.2.7
9122026-06-05T19:39:04.092Z Downloaded semver v0.1.20
9132026-06-05T19:39:04.095Z Downloaded secrecy v0.10.3
9142026-06-05T19:39:04.095Z Downloaded parking_lot_core v0.9.12
9152026-06-05T19:39:04.099Z Downloaded sapling-renderdag v0.1.0
9162026-06-05T19:39:04.099Z Downloaded hashbrown v0.12.3
9172026-06-05T19:39:04.102Z Downloaded diesel_derives v2.3.7
9182026-06-05T19:39:04.105Z Downloaded serde-big-array v0.5.1
9192026-06-05T19:39:04.108Z Downloaded resolv-conf v0.7.6
9202026-06-05T19:39:04.108Z Downloaded serde_plain v1.0.2
9212026-06-05T19:39:04.111Z Downloaded serde_bytes v0.11.19
9222026-06-05T19:39:04.111Z Downloaded serde_spanned v1.0.4
9232026-06-05T19:39:04.111Z Downloaded quinn-udp v0.5.14
9242026-06-05T19:39:04.114Z Downloaded pin-project v1.1.11
9252026-06-05T19:39:04.121Z Downloaded rustls-pemfile v2.2.0
9262026-06-05T19:39:04.124Z Downloaded rustls-native-certs v0.8.3
9272026-06-05T19:39:04.125Z Downloaded postcard v1.1.3
9282026-06-05T19:39:04.127Z Downloaded serde_repr v0.1.20
9292026-06-05T19:39:04.127Z Downloaded crypto-bigint v0.5.5
9302026-06-05T19:39:04.131Z Downloaded seq-macro v0.3.6
9312026-06-05T19:39:04.134Z Downloaded proc-macro-error2 v2.0.1
9322026-06-05T19:39:04.137Z Downloaded ignore v0.4.25
9332026-06-05T19:39:04.137Z Downloaded serde_urlencoded v0.7.1
9342026-06-05T19:39:04.140Z Downloaded predicates v3.1.4
9352026-06-05T19:39:04.140Z Downloaded signature v2.2.0
9362026-06-05T19:39:04.143Z Downloaded prefix-trie v0.7.0
9372026-06-05T19:39:04.143Z Downloaded shell-words v1.1.1
9382026-06-05T19:39:04.146Z Downloaded rustls-pemfile v1.0.4
9392026-06-05T19:39:04.146Z Downloaded openssl-sys v0.9.115
9402026-06-05T19:39:04.149Z Downloaded hyper-util v0.1.20
9412026-06-05T19:39:04.152Z Downloaded signal-hook-tokio v0.3.1
9422026-06-05T19:39:04.152Z Downloaded http v1.4.0
9432026-06-05T19:39:04.155Z Downloaded sigpipe v0.1.3
9442026-06-05T19:39:04.155Z Downloaded signal-hook-mio v0.2.5
9452026-06-05T19:39:04.159Z Downloaded rusty-fork v0.3.1
9462026-06-05T19:39:04.159Z Downloaded polyval v0.6.2
9472026-06-05T19:39:04.162Z Downloaded postgres-protocol v0.6.10
9482026-06-05T19:39:04.162Z Downloaded progenitor-impl v0.13.0
9492026-06-05T19:39:04.162Z Downloaded expectorate v1.2.0
9502026-06-05T19:39:04.165Z Downloaded paste v1.0.15
9512026-06-05T19:39:04.165Z Downloaded schemars_derive v0.8.22
9522026-06-05T19:39:04.168Z Downloaded password-hash v0.4.2
9532026-06-05T19:39:04.168Z Downloaded sct v0.7.1
9542026-06-05T19:39:04.171Z Downloaded scroll v0.13.0
9552026-06-05T19:39:04.171Z Downloaded num-derive v0.4.2
9562026-06-05T19:39:04.171Z Downloaded slog-envlogger v2.2.0
9572026-06-05T19:39:04.174Z Downloaded progenitor-impl v0.11.2
9582026-06-05T19:39:04.174Z Downloaded serde-hex v0.1.0
9592026-06-05T19:39:04.177Z Downloaded sec1 v0.7.3
9602026-06-05T19:39:04.177Z Downloaded elliptic-curve v0.13.8
9612026-06-05T19:39:04.180Z Downloaded phf_shared v0.12.1
9622026-06-05T19:39:04.180Z Downloaded phf_shared v0.11.3
9632026-06-05T19:39:04.183Z Downloaded num_enum_derive v0.7.6
9642026-06-05T19:39:04.183Z Downloaded num_enum v0.7.6
9652026-06-05T19:39:04.186Z Downloaded hashbrown v0.13.2
9662026-06-05T19:39:04.189Z Downloaded num_enum v0.5.11
9672026-06-05T19:39:04.192Z Downloaded slog-bunyan v2.5.0
9682026-06-05T19:39:04.192Z Downloaded num-rational v0.4.2
9692026-06-05T19:39:04.195Z Downloaded ssh-cipher v0.2.0
9702026-06-05T19:39:04.195Z Downloaded russh-keys v0.45.0
9712026-06-05T19:39:04.195Z Downloaded num-complex v0.4.6
9722026-06-05T19:39:04.198Z Downloaded serde_derive_internals v0.29.1
9732026-06-05T19:39:04.198Z Downloaded rustversion v1.0.22
9742026-06-05T19:39:04.198Z Downloaded serde_path_to_error v0.1.20
9752026-06-05T19:39:04.202Z Downloaded nu-ansi-term v0.50.3
9762026-06-05T19:39:04.202Z Downloaded dropshot_endpoint v0.17.0
9772026-06-05T19:39:04.205Z Downloaded prettyplease v0.2.37
9782026-06-05T19:39:04.208Z Downloaded darling v0.20.11
9792026-06-05T19:39:04.211Z Downloaded crossbeam-deque v0.8.6
9802026-06-05T19:39:04.212Z Downloaded derive_builder v0.20.2
9812026-06-05T19:39:04.216Z Downloaded ssh-encoding v0.2.0
9822026-06-05T19:39:04.216Z Downloaded crc32fast v1.5.0
9832026-06-05T19:39:04.216Z Downloaded strsim v0.10.0
9842026-06-05T19:39:04.216Z Downloaded strip-ansi-escapes v0.2.1
9852026-06-05T19:39:04.222Z Downloaded camino-tempfile-ext v0.3.3
9862026-06-05T19:39:04.222Z Downloaded base64ct v1.8.3
9872026-06-05T19:39:04.222Z Downloaded shlex v1.3.0
9882026-06-05T19:39:04.222Z Downloaded sha1 v0.10.6
9892026-06-05T19:39:04.225Z Downloaded rcgen v0.12.1
9902026-06-05T19:39:04.225Z Downloaded pretty_assertions v1.4.1
9912026-06-05T19:39:04.225Z Downloaded signal-hook-registry v1.4.8
9922026-06-05T19:39:04.230Z Downloaded strum v0.27.2
9932026-06-05T19:39:04.231Z Downloaded blowfish v0.9.1
9942026-06-05T19:39:04.231Z Downloaded crossterm v0.28.1
9952026-06-05T19:39:04.234Z Downloaded subtle v2.6.1
9962026-06-05T19:39:04.234Z Downloaded strum v0.26.3
9972026-06-05T19:39:04.234Z Downloaded tabwriter v1.4.1
9982026-06-05T19:39:04.234Z Downloaded tabled_derive v0.11.0
9992026-06-05T19:39:04.237Z Downloaded slog-async v2.8.0
10002026-06-05T19:39:04.237Z Downloaded supports-color v3.0.2
10012026-06-05T19:39:04.237Z Downloaded slab v0.4.12
10022026-06-05T19:39:04.240Z Downloaded simd-adler32 v0.3.8
10032026-06-05T19:39:04.241Z Downloaded slog-term v2.9.2
10042026-06-05T19:39:04.244Z Downloaded rustls-pki-types v1.14.0
10052026-06-05T19:39:04.244Z Downloaded structmeta-derive v0.3.0
10062026-06-05T19:39:04.244Z Downloaded structmeta v0.3.0
10072026-06-05T19:39:04.247Z Downloaded colored v2.2.0
10082026-06-05T19:39:04.247Z Downloaded async-compression v0.4.41
10092026-06-05T19:39:04.250Z Downloaded sync-ptr v0.1.4
10102026-06-05T19:39:04.250Z Downloaded tap v1.0.1
10112026-06-05T19:39:04.253Z Downloaded smf v0.2.3
10122026-06-05T19:39:04.253Z Downloaded take_mut v0.2.2
10132026-06-05T19:39:04.253Z Downloaded tagptr v0.2.0
10142026-06-05T19:39:04.256Z Downloaded snafu-derive v0.8.9
10152026-06-05T19:39:04.256Z Downloaded slog-dtrace v0.3.0
10162026-06-05T19:39:04.256Z Downloaded minimal-lexical v0.2.1
10172026-06-05T19:39:04.259Z Downloaded stringprep v0.1.5
10182026-06-05T19:39:04.262Z Downloaded stacker v0.1.23
10192026-06-05T19:39:04.262Z Downloaded thread-id v5.1.0
10202026-06-05T19:39:04.262Z Downloaded thiserror-impl-no-std v2.0.2
10212026-06-05T19:39:04.265Z Downloaded sqlformat v0.3.5
10222026-06-05T19:39:04.265Z Downloaded spki v0.7.3
10232026-06-05T19:39:04.265Z Downloaded smallvec v0.6.14
10242026-06-05T19:39:04.269Z Downloaded slog-stdlog v4.1.1
10252026-06-05T19:39:04.269Z Downloaded progenitor-impl v0.14.0
10262026-06-05T19:39:04.272Z Downloaded static_assertions v1.1.0
10272026-06-05T19:39:04.272Z Downloaded sqlparser_derive v0.5.0
10282026-06-05T19:39:04.272Z Downloaded slog-json v2.6.1
10292026-06-05T19:39:04.272Z Downloaded termtree v0.5.1
10302026-06-05T19:39:04.275Z Downloaded crossterm v0.29.0
10312026-06-05T19:39:04.278Z Downloaded itertools v0.10.5
10322026-06-05T19:39:04.281Z Downloaded mio v1.2.0
10332026-06-05T19:39:04.284Z Downloaded time-core v0.1.8
10342026-06-05T19:39:04.287Z Downloaded strum_macros v0.24.3
10352026-06-05T19:39:04.288Z Downloaded string_cache v0.8.9
10362026-06-05T19:39:04.291Z Downloaded serde_with_macros v3.17.0
10372026-06-05T19:39:04.291Z Downloaded tinyvec_macros v0.1.1
10382026-06-05T19:39:04.291Z Downloaded nom v7.1.3
10392026-06-05T19:39:04.296Z Downloaded strum_macros v0.26.4
10402026-06-05T19:39:04.296Z Downloaded tokio-macros v2.7.0
10412026-06-05T19:39:04.299Z Downloaded sync_wrapper v1.0.2
10422026-06-05T19:39:04.299Z Downloaded aws-lc-rs v1.16.3
10432026-06-05T19:39:04.302Z Downloaded support-bundle-viewer v0.1.2
10442026-06-05T19:39:04.305Z Downloaded schemars v0.8.22
10452026-06-05T19:39:04.310Z Downloaded testing_table v0.3.0
10462026-06-05T19:39:04.313Z Downloaded spin v0.9.8
10472026-06-05T19:39:04.313Z Downloaded ron v0.8.1
10482026-06-05T19:39:04.317Z Downloaded qorb v0.4.1
10492026-06-05T19:39:04.320Z Downloaded publicsuffix v2.3.0
10502026-06-05T19:39:04.323Z Downloaded ryu v1.0.23
10512026-06-05T19:39:04.329Z Downloaded thiserror-no-std v2.0.2
10522026-06-05T19:39:04.329Z Downloaded dropshot-api-manager v0.7.2
10532026-06-05T19:39:04.332Z Downloaded trait-variant v0.1.2
10542026-06-05T19:39:04.332Z Downloaded serde_cbor v0.11.2
10552026-06-05T19:39:04.335Z Downloaded serde_with_macros v1.5.2
10562026-06-05T19:39:04.336Z Downloaded slog-scope v4.4.1
10572026-06-05T19:39:04.342Z Downloaded num-bigint v0.4.6
10582026-06-05T19:39:04.345Z Downloaded termios v0.3.3
10592026-06-05T19:39:04.345Z Downloaded rand v0.8.6
10602026-06-05T19:39:04.345Z Downloaded quinn v0.11.9
10612026-06-05T19:39:04.348Z Downloaded topological-sort v0.2.2
10622026-06-05T19:39:04.348Z Downloaded tower-service v0.3.3
10632026-06-05T19:39:04.348Z Downloaded bitvec v1.0.1
10642026-06-05T19:39:04.359Z Downloaded try-lock v0.2.5
10652026-06-05T19:39:04.362Z Downloaded tiny-keccak v2.0.2
10662026-06-05T19:39:04.362Z Downloaded unarray v0.1.4
10672026-06-05T19:39:04.365Z Downloaded tower-layer v0.3.3
10682026-06-05T19:39:04.365Z Downloaded thread_local v1.1.9
10692026-06-05T19:39:04.365Z Downloaded tokio-rustls v0.25.0
10702026-06-05T19:39:04.368Z Downloaded tokio-native-tls v0.3.1
10712026-06-05T19:39:04.368Z Downloaded slog v2.8.2
10722026-06-05T19:39:04.371Z Downloaded tls_codec_derive v0.4.2
10732026-06-05T19:39:04.375Z Downloaded libxml v0.3.3
10742026-06-05T19:39:04.379Z Downloaded unicode-truncate v1.1.0
10752026-06-05T19:39:04.379Z Downloaded tokio-tungstenite v0.21.0
10762026-06-05T19:39:04.382Z Downloaded untrusted v0.7.1
10772026-06-05T19:39:04.382Z Downloaded universal-hash v0.5.1
10782026-06-05T19:39:04.382Z Downloaded unit-prefix v0.5.2
10792026-06-05T19:39:04.382Z Downloaded rsa v0.9.10
10802026-06-05T19:39:04.385Z Downloaded hashbrown v0.15.5
10812026-06-05T19:39:04.388Z Downloaded strum_macros v0.27.2
10822026-06-05T19:39:04.391Z Downloaded typify-macro v0.4.3
10832026-06-05T19:39:04.391Z Downloaded term v0.7.0
10842026-06-05T19:39:04.395Z Downloaded time-macros v0.2.27
10852026-06-05T19:39:04.398Z Downloaded socket2 v0.5.10
10862026-06-05T19:39:04.398Z Downloaded futures-util v0.3.32
10872026-06-05T19:39:04.404Z Downloaded tls_codec v0.4.2
10882026-06-05T19:39:04.406Z Downloaded untrusted v0.9.0
10892026-06-05T19:39:04.406Z Downloaded rustls-webpki v0.103.9
10902026-06-05T19:39:04.410Z Downloaded usdt-macro v0.6.0
10912026-06-05T19:39:04.410Z Downloaded usdt-attr-macro v0.6.0
10922026-06-05T19:39:04.413Z Downloaded tokio-tungstenite v0.23.1
10932026-06-05T19:39:04.413Z Downloaded rand v0.9.2
10942026-06-05T19:39:04.416Z Downloaded socket2 v0.6.3
10952026-06-05T19:39:04.416Z Downloaded usdt v0.6.0
10962026-06-05T19:39:04.419Z Downloaded itertools v0.13.0
10972026-06-05T19:39:04.422Z Downloaded waitgroup v0.1.2
10982026-06-05T19:39:04.425Z Downloaded toml_writer v1.0.6+spec-1.1.0
10992026-06-05T19:39:04.425Z Downloaded utf-8 v0.7.6
11002026-06-05T19:39:04.425Z Downloaded void v1.0.2
11012026-06-05T19:39:04.430Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-06-05T19:39:04.430Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11032026-06-05T19:39:04.430Z Downloaded itertools v0.12.1
11042026-06-05T19:39:04.433Z Downloaded subprocess v0.2.15
11052026-06-05T19:39:04.436Z Downloaded wait-timeout v0.2.1
11062026-06-05T19:39:04.439Z Downloaded unicase v2.9.0
11072026-06-05T19:39:04.439Z Downloaded tui-tree-widget v0.23.1
11082026-06-05T19:39:04.439Z Downloaded tokio-dtrace v0.1.1
11092026-06-05T19:39:04.442Z Downloaded hashbrown v0.16.1
11102026-06-05T19:39:04.445Z Downloaded schemars v1.2.1
11112026-06-05T19:39:04.454Z Downloaded typify-macro v0.6.2
11122026-06-05T19:39:04.456Z Downloaded schemars v0.9.0
11132026-06-05T19:39:04.461Z Downloaded tokio-stream v0.1.18
11142026-06-05T19:39:04.464Z Downloaded test-strategy v0.4.5
11152026-06-05T19:39:04.468Z Downloaded p521 v0.13.3
11162026-06-05T19:39:04.471Z Downloaded xshell-macros v0.2.7
11172026-06-05T19:39:04.471Z Downloaded usdt-impl v0.6.0
11182026-06-05T19:39:04.474Z Downloaded tokio-rustls v0.26.4
11192026-06-05T19:39:04.474Z Downloaded xattr v1.6.1
11202026-06-05T19:39:04.477Z Downloaded hkdf v0.12.4
11212026-06-05T19:39:04.477Z Downloaded blake3 v1.8.3
11222026-06-05T19:39:04.482Z Downloaded zone_cfg_derive v0.3.1
11232026-06-05T19:39:04.485Z Downloaded vergen-lib v9.1.0
11242026-06-05T19:39:04.485Z Downloaded iri-string v0.7.10
11252026-06-05T19:39:04.489Z Downloaded whoami v2.1.0
11262026-06-05T19:39:04.493Z Downloaded vergen-gitcl v1.0.8
11272026-06-05T19:39:04.493Z Downloaded rand v0.10.0
11282026-06-05T19:39:04.496Z Downloaded want v0.3.1
11292026-06-05T19:39:04.496Z Downloaded twox-hash v2.1.2
11302026-06-05T19:39:04.499Z Downloaded tinyvec v1.10.0
11312026-06-05T19:39:04.499Z Downloaded walkdir v2.5.0
11322026-06-05T19:39:04.502Z Downloaded vergen-lib v0.1.6
11332026-06-05T19:39:04.502Z Downloaded hyper v1.8.1
11342026-06-05T19:39:04.505Z Downloaded vsss-rs v3.3.4
11352026-06-05T19:39:04.508Z Downloaded tokio-rustls v0.24.1
11362026-06-05T19:39:04.511Z Downloaded tar v0.4.45
11372026-06-05T19:39:04.511Z Downloaded unicode-properties v0.1.4
11382026-06-05T19:39:04.514Z Downloaded russh v0.45.0
11392026-06-05T19:39:04.519Z Downloaded xshell v0.2.7
11402026-06-05T19:39:04.519Z Downloaded libm v0.2.16
11412026-06-05T19:39:04.524Z Downloaded toml v1.0.6+spec-1.1.0
11422026-06-05T19:39:04.526Z Downloaded toml v0.7.8
11432026-06-05T19:39:04.530Z Downloaded chrono v0.4.44
11442026-06-05T19:39:04.533Z Downloaded zeroize v1.8.2
11452026-06-05T19:39:04.538Z Downloaded samael v0.0.19
11462026-06-05T19:39:04.542Z Downloaded uzers v0.12.2
11472026-06-05T19:39:04.542Z Downloaded steno v0.4.1
11482026-06-05T19:39:04.547Z Downloaded zstd v0.13.3
11492026-06-05T19:39:04.547Z Downloaded num-bigint-dig v0.8.6
11502026-06-05T19:39:04.550Z Downloaded itertools v0.14.0
11512026-06-05T19:39:04.554Z Downloaded serde_with v1.14.0
11522026-06-05T19:39:04.556Z Downloaded rustyline v14.0.0
11532026-06-05T19:39:04.560Z Downloaded vergen v9.1.0
11542026-06-05T19:39:04.563Z Downloaded typify v0.6.2
11552026-06-05T19:39:04.566Z Downloaded whoami v1.6.1
11562026-06-05T19:39:04.566Z Downloaded unicode-bidi v0.3.18
11572026-06-05T19:39:04.569Z Downloaded typify v0.4.3
11582026-06-05T19:39:04.572Z Downloaded wyz v0.5.1
11592026-06-05T19:39:04.572Z Downloaded unsafe-libyaml v0.2.11
11602026-06-05T19:39:04.575Z Downloaded yasna v0.5.2
11612026-06-05T19:39:04.575Z Downloaded nom v8.0.0
11622026-06-05T19:39:04.578Z Downloaded bindgen v0.71.1
11632026-06-05T19:39:04.583Z Downloaded toml_edit v0.23.10+spec-1.0.0
11642026-06-05T19:39:04.585Z Downloaded zerocopy v0.6.6
11652026-06-05T19:39:04.590Z Downloaded tungstenite v0.23.0
11662026-06-05T19:39:04.594Z Downloaded rpassword v7.4.0
11672026-06-05T19:39:04.594Z Downloaded zone v0.3.1
11682026-06-05T19:39:04.594Z Downloaded vte v0.14.1
11692026-06-05T19:39:04.594Z Downloaded zeroize_derive v1.4.3
11702026-06-05T19:39:04.594Z Downloaded vergen-git2 v9.1.0
11712026-06-05T19:39:04.597Z Downloaded uuid v1.23.0
11722026-06-05T19:39:04.601Z Downloaded tracing-attributes v0.1.31
11732026-06-05T19:39:04.601Z Downloaded toml_parser v1.0.9+spec-1.1.0
11742026-06-05T19:39:04.603Z Downloaded zstd-safe v7.2.4
11752026-06-05T19:39:04.603Z Downloaded snafu v0.8.9
11762026-06-05T19:39:04.607Z Downloaded tungstenite v0.21.0
11772026-06-05T19:39:04.610Z Downloaded h2 v0.4.13
11782026-06-05T19:39:04.613Z Downloaded term v1.2.1
11792026-06-05T19:39:04.616Z Downloaded similar v2.7.0
11802026-06-05T19:39:04.621Z Downloaded signal-hook v0.3.18
11812026-06-05T19:39:04.624Z Downloaded serde_yaml v0.9.34+deprecated
11822026-06-05T19:39:04.624Z Downloaded rustls-platform-verifier v0.6.2
11832026-06-05T19:39:04.627Z Downloaded rayon-core v1.13.0
11842026-06-05T19:39:04.631Z Downloaded toml_edit v0.19.15
11852026-06-05T19:39:04.639Z Downloaded tracing-core v0.1.36
11862026-06-05T19:39:04.642Z Downloaded reedline v0.40.0
11872026-06-05T19:39:04.646Z Downloaded iddqd v0.4.2
11882026-06-05T19:39:04.651Z Downloaded tokio-postgres v0.7.16
11892026-06-05T19:39:04.655Z Downloaded yansi v1.0.1
11902026-06-05T19:39:04.659Z Downloaded regex v1.12.3
11912026-06-05T19:39:04.662Z Downloaded p384 v0.13.1
11922026-06-05T19:39:04.665Z Downloaded git2 v0.20.4
11932026-06-05T19:39:04.669Z Downloaded unicode_categories v0.1.1
11942026-06-05T19:39:04.675Z Downloaded ssh-key v0.6.7
11952026-06-05T19:39:04.678Z Downloaded zopfli v0.8.3
11962026-06-05T19:39:04.678Z Downloaded zip v0.6.6
11972026-06-05T19:39:04.683Z Downloaded curve25519-dalek v4.1.3
11982026-06-05T19:39:04.686Z Downloaded reqwest v0.13.2
11992026-06-05T19:39:04.690Z Downloaded unicode-segmentation v1.12.0
12002026-06-05T19:39:04.693Z Downloaded goblin v0.10.5
12012026-06-05T19:39:04.698Z Downloaded quick-xml v0.37.5
12022026-06-05T19:39:04.701Z Downloaded rayon v1.11.0
12032026-06-05T19:39:04.707Z Downloaded rustls-webpki v0.101.7
12042026-06-05T19:39:04.718Z Downloaded tower v0.5.3
12052026-06-05T19:39:04.723Z Downloaded lalrpop v0.19.12
12062026-06-05T19:39:04.730Z Downloaded x509-cert v0.2.5
12072026-06-05T19:39:04.735Z Downloaded typed-path v0.9.3
12082026-06-05T19:39:04.738Z Downloaded proptest v1.10.0
12092026-06-05T19:39:04.745Z Downloaded zerocopy-derive v0.8.40
12102026-06-05T19:39:04.752Z Downloaded salty v0.3.0
12112026-06-05T19:39:04.756Z Downloaded petname v2.0.2
12122026-06-05T19:39:04.759Z Downloaded moka v0.12.13
12132026-06-05T19:39:04.765Z Downloaded reqwest v0.12.28
12142026-06-05T19:39:04.770Z Downloaded zip v4.6.1
12152026-06-05T19:39:04.773Z Downloaded rustls-webpki v0.102.8
12162026-06-05T19:39:04.785Z Downloaded unicode-normalization v0.1.25
12172026-06-05T19:39:04.788Z Downloaded quinn-proto v0.11.13
12182026-06-05T19:39:04.791Z Downloaded tower-http v0.6.8
12192026-06-05T19:39:04.796Z Downloaded tokio-util v0.7.18
12202026-06-05T19:39:04.801Z Downloaded winnow v0.6.26
12212026-06-05T19:39:04.807Z Downloaded serde_with v3.17.0
12222026-06-05T19:39:04.816Z Downloaded portable-atomic v1.13.1
12232026-06-05T19:39:04.823Z Downloaded tough v0.22.0
12242026-06-05T19:39:04.827Z Downloaded object v0.30.4
12252026-06-05T19:39:04.833Z Downloaded polar-core v0.27.3
12262026-06-05T19:39:04.838Z Downloaded nix v0.27.1
12272026-06-05T19:39:04.845Z Downloaded openssl v0.10.79
12282026-06-05T19:39:04.852Z Downloaded winnow v0.5.40
12292026-06-05T19:39:04.857Z Downloaded bstr v1.12.1
12302026-06-05T19:39:04.863Z Downloaded nix v0.28.0
12312026-06-05T19:39:04.870Z Downloaded hickory-server v0.25.2
12322026-06-05T19:39:04.873Z Downloaded tabled v0.20.0
12332026-06-05T19:39:04.886Z Downloaded time v0.3.47
12342026-06-05T19:39:04.894Z Downloaded rustls v0.21.12
12352026-06-05T19:39:04.903Z Downloaded zlib-rs v0.6.2
12362026-06-05T19:39:04.906Z Downloaded vcpkg v0.2.15
12372026-06-05T19:39:04.929Z Downloaded webpki-roots v1.0.6
12382026-06-05T19:39:04.960Z Downloaded object v0.37.3
12392026-06-05T19:39:04.960Z Downloaded nix v0.31.2
12402026-06-05T19:39:04.961Z Downloaded hickory-proto v0.24.4
12412026-06-05T19:39:04.961Z Downloaded diesel v2.3.7
12422026-06-05T19:39:04.968Z Downloaded smoltcp v0.11.0
12432026-06-05T19:39:04.977Z Downloaded zerocopy v0.8.40
12442026-06-05T19:39:04.981Z Downloaded regress v0.10.5
12452026-06-05T19:39:04.987Z Downloaded rustls v0.23.37
12462026-06-05T19:39:04.994Z Downloaded regress v0.11.1
12472026-06-05T19:39:05.000Z Downloaded rustls v0.22.4
12482026-06-05T19:39:05.009Z Downloaded rustix v0.38.44
12492026-06-05T19:39:05.023Z Downloaded hickory-proto v0.25.2
12502026-06-05T19:39:05.033Z Downloaded regex-syntax v0.8.10
12512026-06-05T19:39:05.038Z Downloaded openapiv3 v2.2.0
12522026-06-05T19:39:05.045Z Downloaded smoltcp v0.9.1
12532026-06-05T19:39:05.052Z Downloaded regex-syntax v0.6.29
12542026-06-05T19:39:05.056Z Downloaded radix_trie v0.2.1
12552026-06-05T19:39:05.060Z Downloaded siphasher v1.0.2
12562026-06-05T19:39:05.062Z Downloaded cbc v0.1.2
12572026-06-05T19:39:05.062Z Downloaded buf-list v1.1.2
12582026-06-05T19:39:05.065Z Downloaded bcs v0.1.6
12592026-06-05T19:39:05.065Z Downloaded sqlparser v0.61.0
12602026-06-05T19:39:05.071Z Downloaded backoff v0.4.0
12612026-06-05T19:39:05.074Z Downloaded daft-derive v0.1.7
12622026-06-05T19:39:05.077Z Downloaded erased-serde v0.3.31
12632026-06-05T19:39:05.077Z Downloaded ena v0.14.4
12642026-06-05T19:39:05.081Z Downloaded daft v0.1.7
12652026-06-05T19:39:05.081Z Downloaded csv-core v0.1.13
12662026-06-05T19:39:05.081Z Downloaded bit-vec v0.6.3
12672026-06-05T19:39:05.085Z Downloaded typify-impl v0.6.2
12682026-06-05T19:39:05.094Z Downloaded tracing v0.1.44
12692026-06-05T19:39:05.107Z Downloaded typify-impl v0.4.3
12702026-06-05T19:39:05.116Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-06-05T19:39:05.123Z Downloaded sled v0.34.7
12722026-06-05T19:39:05.130Z Downloaded ratatui v0.29.0
12732026-06-05T19:39:05.143Z Downloaded zerocopy-derive v0.6.6
12742026-06-05T19:39:05.148Z Downloaded regex-automata v0.4.14
12752026-06-05T19:39:05.162Z Downloaded chrono-tz v0.10.4
12762026-06-05T19:39:05.167Z Downloaded jiff v0.2.21
12772026-06-05T19:39:05.178Z Downloaded petgraph v0.6.5
12782026-06-05T19:39:05.204Z Downloaded petgraph v0.8.3
12792026-06-05T19:39:05.224Z Downloaded csv v1.4.0
12802026-06-05T19:39:05.238Z Downloaded libz-sys v1.1.24
12812026-06-05T19:39:05.249Z Downloaded sha3 v0.10.8
12822026-06-05T19:39:05.252Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-06-05T19:39:05.263Z Downloaded tokio v1.52.1
12842026-06-05T19:39:05.352Z Downloaded encoding_rs v0.8.35
12852026-06-05T19:39:05.376Z Downloaded ring v0.17.14
12862026-06-05T19:39:05.408Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-06-05T19:39:05.841Z Downloaded aws-lc-sys v0.40.0
12882026-06-05T19:39:06.124Z Compiling libc v0.2.185
12892026-06-05T19:39:06.124Z Compiling serde v1.0.228
12902026-06-05T19:39:06.127Z Compiling log v0.4.29
12912026-06-05T19:39:06.127Z Compiling shlex v1.3.0
12922026-06-05T19:39:06.127Z Compiling find-msvc-tools v0.1.9
12932026-06-05T19:39:06.127Z Compiling smallvec v1.15.1
12942026-06-05T19:39:06.127Z Compiling typenum v1.19.0
12952026-06-05T19:39:06.127Z Compiling subtle v2.6.1
12962026-06-05T19:39:06.309Z Compiling generic-array v0.14.7
12972026-06-05T19:39:06.313Z Compiling scopeguard v1.2.0
12982026-06-05T19:39:06.367Z Compiling const-oid v0.9.6
12992026-06-05T19:39:06.370Z Compiling serde_json v1.0.149
13002026-06-05T19:39:06.380Z Compiling syn v2.0.117
13012026-06-05T19:39:06.393Z Compiling zerocopy v0.8.40
13022026-06-05T19:39:06.396Z Compiling pin-project-lite v0.2.17
13032026-06-05T19:39:06.450Z Compiling portable-atomic v1.13.1
13042026-06-05T19:39:06.527Z Compiling lock_api v0.4.14
13052026-06-05T19:39:06.543Z Compiling parking_lot_core v0.9.12
13062026-06-05T19:39:06.556Z Compiling pkg-config v0.3.32
13072026-06-05T19:39:06.560Z Compiling bitflags v2.11.0
13082026-06-05T19:39:06.584Z Compiling futures-core v0.3.32
13092026-06-05T19:39:06.617Z Compiling libm v0.2.16
13102026-06-05T19:39:06.644Z Compiling critical-section v1.2.0
13112026-06-05T19:39:06.674Z Compiling num-traits v0.2.19
13122026-06-05T19:39:06.716Z Compiling percent-encoding v2.3.2
13132026-06-05T19:39:06.775Z Compiling futures-sink v0.3.32
13142026-06-05T19:39:06.778Z Compiling futures-io v0.3.32
13152026-06-05T19:39:06.803Z Compiling slab v0.4.12
13162026-06-05T19:39:06.843Z Compiling futures-task v0.3.32
13172026-06-05T19:39:06.861Z Compiling cpufeatures v0.2.17
13182026-06-05T19:39:06.914Z Compiling futures-channel v0.3.32
13192026-06-05T19:39:06.953Z Compiling getrandom v0.4.1
13202026-06-05T19:39:06.968Z Compiling rand_core v0.10.0
13212026-06-05T19:39:06.983Z Compiling indexmap v2.14.0
13222026-06-05T19:39:06.986Z Compiling rustversion v1.0.22
13232026-06-05T19:39:07.042Z Compiling getrandom v0.3.4
13242026-06-05T19:39:07.069Z Compiling form_urlencoded v1.2.2
13252026-06-05T19:39:07.096Z Compiling fs_extra v1.3.0
13262026-06-05T19:39:07.153Z Compiling dunce v1.0.5
13272026-06-05T19:39:07.168Z Compiling ident_case v1.0.1
13282026-06-05T19:39:07.187Z Compiling base64ct v1.8.3
13292026-06-05T19:39:07.229Z Compiling iana-time-zone v0.1.65
13302026-06-05T19:39:07.265Z Compiling getrandom v0.2.17
13312026-06-05T19:39:07.277Z Compiling jobserver v0.1.34
13322026-06-05T19:39:07.306Z Compiling errno v0.3.14
13332026-06-05T19:39:07.340Z Compiling mio v1.2.0
13342026-06-05T19:39:07.386Z Compiling socket2 v0.6.3
13352026-06-05T19:39:07.421Z Compiling rand_core v0.6.4
13362026-06-05T19:39:07.438Z Compiling signal-hook-registry v1.4.8
13372026-06-05T19:39:07.509Z Compiling cc v1.2.56
13382026-06-05T19:39:07.525Z Compiling parking_lot v0.12.5
13392026-06-05T19:39:07.539Z Compiling once_cell v1.21.3
13402026-06-05T19:39:07.652Z Compiling pem-rfc7468 v0.7.0
13412026-06-05T19:39:07.703Z Compiling rustix v1.1.3
13422026-06-05T19:39:07.718Z Compiling regex-syntax v0.8.10
13432026-06-05T19:39:07.733Z Compiling flagset v0.4.7
13442026-06-05T19:39:07.749Z Compiling vcpkg v0.2.15
13452026-06-05T19:39:07.767Z Compiling aws-lc-rs v1.16.3
13462026-06-05T19:39:07.790Z Compiling tracing-core v0.1.36
13472026-06-05T19:39:07.849Z Compiling uuid v1.23.0
13482026-06-05T19:39:07.913Z Compiling rustc_version v0.4.1
13492026-06-05T19:39:07.962Z Compiling base64 v0.22.1
13502026-06-05T19:39:07.983Z Compiling untrusted v0.7.1
13512026-06-05T19:39:08.023Z Compiling untrusted v0.9.0
13522026-06-05T19:39:08.130Z Compiling rand_core v0.9.5
13532026-06-05T19:39:08.145Z Compiling tinyvec_macros v0.1.1
13542026-06-05T19:39:08.162Z Compiling httparse v1.10.1
13552026-06-05T19:39:08.177Z Compiling openssl-probe v0.2.1
13562026-06-05T19:39:08.231Z Compiling tinyvec v1.10.0
13572026-06-05T19:39:08.278Z Compiling aho-corasick v1.1.4
13582026-06-05T19:39:08.292Z Compiling tower-service v0.3.3
13592026-06-05T19:39:08.306Z Compiling atomic-waker v1.1.2
13602026-06-05T19:39:08.322Z Compiling cmake v0.1.57
13612026-06-05T19:39:08.394Z Compiling schemars v0.8.22
13622026-06-05T19:39:08.408Z Compiling tower-layer v0.3.3
13632026-06-05T19:39:08.411Z Compiling dyn-clone v1.0.20
13642026-06-05T19:39:08.437Z Compiling rustls v0.23.37
13652026-06-05T19:39:08.452Z Compiling try-lock v0.2.5
13662026-06-05T19:39:08.566Z Compiling want v0.3.1
13672026-06-05T19:39:08.581Z Compiling openssl v0.10.79
13682026-06-05T19:39:08.584Z Compiling foreign-types-shared v0.1.1
13692026-06-05T19:39:08.625Z Compiling httpdate v1.0.3
13702026-06-05T19:39:08.628Z Compiling pin-utils v0.1.0
13712026-06-05T19:39:08.654Z Compiling unicode-normalization v0.1.25
13722026-06-05T19:39:08.654Z Compiling spin v0.9.8
13732026-06-05T19:39:08.657Z Compiling native-tls v0.2.18
13742026-06-05T19:39:08.707Z Compiling foreign-types v0.3.2
13752026-06-05T19:39:08.720Z Compiling num-conv v0.2.0
13762026-06-05T19:39:08.723Z Compiling crc32fast v1.5.0
13772026-06-05T19:39:08.753Z Compiling powerfmt v0.2.0
13782026-06-05T19:39:08.771Z Compiling time-core v0.1.8
13792026-06-05T19:39:08.787Z Compiling wait-timeout v0.2.1
13802026-06-05T19:39:08.847Z Compiling sync_wrapper v1.0.2
13812026-06-05T19:39:08.885Z Compiling bit-vec v0.8.0
13822026-06-05T19:39:08.900Z Compiling crossbeam-utils v0.8.21
13832026-06-05T19:39:08.903Z Compiling usdt-impl v0.6.0
13842026-06-05T19:39:08.929Z Compiling deranged v0.5.8
13852026-06-05T19:39:08.946Z Compiling syn v1.0.109
13862026-06-05T19:39:08.960Z Compiling time-macros v0.2.27
13872026-06-05T19:39:08.976Z Compiling simd-adler32 v0.3.8
13882026-06-05T19:39:08.992Z Compiling unicode-segmentation v1.12.0
13892026-06-05T19:39:09.079Z Compiling num_threads v0.1.7
13902026-06-05T19:39:09.093Z Compiling siphasher v1.0.2
13912026-06-05T19:39:09.146Z Compiling quick-error v1.2.3
13922026-06-05T19:39:09.175Z Compiling bit-set v0.8.0
13932026-06-05T19:39:09.204Z Compiling rand_xorshift v0.4.0
13942026-06-05T19:39:09.228Z Compiling aws-lc-sys v0.40.0
13952026-06-05T19:39:09.243Z Compiling ring v0.17.14
13962026-06-05T19:39:09.257Z Compiling openssl-sys v0.9.115
13972026-06-05T19:39:09.272Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-06-05T19:39:09.305Z Compiling regex-automata v0.4.14
13992026-06-05T19:39:09.346Z Compiling tempfile v3.25.0
14002026-06-05T19:39:09.378Z Compiling bzip2-sys v0.1.13+1.0.8
14012026-06-05T19:39:09.392Z Compiling slog v2.8.2
14022026-06-05T19:39:09.429Z Compiling heapless v0.7.17
14032026-06-05T19:39:09.434Z Compiling thread-id v5.1.0
14042026-06-05T19:39:09.530Z Compiling synstructure v0.13.2
14052026-06-05T19:39:09.617Z Compiling pest_generator v2.8.6
14062026-06-05T19:39:09.633Z Compiling serde_derive_internals v0.29.1
14072026-06-05T19:39:09.701Z Compiling darling_core v0.20.11
14082026-06-05T19:39:09.716Z Compiling rusty-fork v0.3.1
14092026-06-05T19:39:09.759Z Compiling darling_core v0.21.3
14102026-06-05T19:39:10.019Z Compiling cookie v0.18.1
14112026-06-05T19:39:10.060Z Compiling zstd-safe v7.2.4
14122026-06-05T19:39:10.125Z Compiling time v0.3.47
14132026-06-05T19:39:10.125Z Compiling signal-hook v0.3.18
14142026-06-05T19:39:10.192Z Compiling unicode-properties v0.1.4
14152026-06-05T19:39:10.226Z Compiling paste v1.0.15
14162026-06-05T19:39:10.257Z Compiling allocator-api2 v0.2.21
14172026-06-05T19:39:10.282Z Compiling ryu v1.0.23
14182026-06-05T19:39:10.327Z Compiling unarray v0.1.4
14192026-06-05T19:39:10.379Z Compiling adler2 v2.0.1
14202026-06-05T19:39:10.425Z Compiling unicode-bidi v0.3.18
14212026-06-05T19:39:10.440Z Compiling anyhow v1.0.102
14222026-06-05T19:39:10.454Z Compiling iri-string v0.7.10
14232026-06-05T19:39:10.482Z Compiling miniz_oxide v0.8.9
14242026-06-05T19:39:10.652Z Compiling heck v0.4.1
14252026-06-05T19:39:10.893Z Compiling stringprep v0.1.5
14262026-06-05T19:39:10.987Z Compiling num-integer v0.1.46
14272026-06-05T19:39:11.017Z Compiling vergen-lib v9.1.0
14282026-06-05T19:39:11.167Z Compiling curve25519-dalek v4.1.3
14292026-06-05T19:39:11.189Z Compiling ff v0.13.1
14302026-06-05T19:39:11.240Z Compiling hash32 v0.2.1
14312026-06-05T19:39:11.326Z Compiling serde_derive v1.0.228
14322026-06-05T19:39:11.341Z Compiling zeroize_derive v1.4.3
14332026-06-05T19:39:11.354Z Compiling zerofrom-derive v0.1.6
14342026-06-05T19:39:11.357Z Compiling yoke-derive v0.8.1
14352026-06-05T19:39:11.440Z Compiling zerocopy-derive v0.8.40
14362026-06-05T19:39:11.454Z Compiling zerovec-derive v0.11.2
14372026-06-05T19:39:11.534Z Compiling displaydoc v0.2.5
14382026-06-05T19:39:11.849Z Compiling tokio-macros v2.7.0
14392026-06-05T19:39:12.040Z Compiling zeroize v1.8.2
14402026-06-05T19:39:12.061Z Compiling futures-macro v0.3.32
14412026-06-05T19:39:12.144Z Compiling der_derive v0.7.3
14422026-06-05T19:39:12.318Z Compiling rustls-pki-types v1.14.0
14432026-06-05T19:39:12.468Z Compiling thiserror-impl v2.0.18
14442026-06-05T19:39:12.627Z Compiling tracing-attributes v0.1.31
14452026-06-05T19:39:12.639Z Compiling schemars_derive v0.8.22
14462026-06-05T19:39:12.658Z Compiling pest_derive v2.8.6
14472026-06-05T19:39:12.804Z Compiling crypto-common v0.1.7
14482026-06-05T19:39:12.854Z Compiling zerofrom v0.1.6
14492026-06-05T19:39:12.859Z Compiling block-buffer v0.10.4
14502026-06-05T19:39:12.929Z Compiling futures-util v0.3.32
14512026-06-05T19:39:12.975Z Compiling yoke v0.8.1
14522026-06-05T19:39:12.990Z Compiling block-padding v0.3.3
14532026-06-05T19:39:13.046Z Compiling digest v0.10.7
14542026-06-05T19:39:13.135Z Compiling inout v0.1.4
14552026-06-05T19:39:13.176Z Compiling zerovec v0.11.5
14562026-06-05T19:39:13.191Z Compiling zerotrie v0.2.3
14572026-06-05T19:39:13.194Z Compiling der v0.7.10
14582026-06-05T19:39:13.324Z Compiling hmac v0.12.1
14592026-06-05T19:39:13.338Z Compiling cipher v0.4.4
14602026-06-05T19:39:13.501Z Compiling sha2 v0.10.9
14612026-06-05T19:39:13.519Z Compiling pbkdf2 v0.12.2
14622026-06-05T19:39:13.626Z Compiling salsa20 v0.10.2
14632026-06-05T19:39:13.652Z Compiling tinystr v0.8.2
14642026-06-05T19:39:13.668Z Compiling potential_utf v0.1.4
14652026-06-05T19:39:13.701Z Compiling aes v0.8.4
14662026-06-05T19:39:13.785Z Compiling scrypt v0.11.0
14672026-06-05T19:39:13.854Z Compiling icu_locale_core v2.1.1
14682026-06-05T19:39:13.874Z Compiling icu_collections v2.1.1
14692026-06-05T19:39:13.888Z Compiling cbc v0.1.2
14702026-06-05T19:39:13.904Z Compiling thiserror v2.0.18
14712026-06-05T19:39:14.032Z Compiling scroll_derive v0.13.1
14722026-06-05T19:39:14.048Z Compiling tracing v0.1.44
14732026-06-05T19:39:14.064Z Compiling spki v0.7.3
14742026-06-05T19:39:14.082Z Compiling darling_macro v0.20.11
14752026-06-05T19:39:14.302Z Compiling pkcs5 v0.7.1
14762026-06-05T19:39:14.352Z Compiling openssl-macros v0.1.1
14772026-06-05T19:39:14.411Z Compiling rustls-native-certs v0.8.3
14782026-06-05T19:39:14.479Z Compiling dtrace-parser v0.3.0
14792026-06-05T19:39:14.608Z Compiling icu_provider v2.1.1
14802026-06-05T19:39:14.703Z Compiling pkcs8 v0.10.2
14812026-06-05T19:39:14.729Z Compiling darling v0.20.11
14822026-06-05T19:39:14.802Z Compiling derive_builder_core v0.20.2
14832026-06-05T19:39:14.817Z Compiling signature v2.2.0
14842026-06-05T19:39:14.835Z Compiling webpki-roots v1.0.6
14852026-06-05T19:39:14.862Z Compiling icu_normalizer v2.1.1
14862026-06-05T19:39:14.901Z Compiling bytes v1.11.1
14872026-06-05T19:39:14.939Z Compiling icu_properties v2.1.2
14882026-06-05T19:39:14.955Z Compiling chrono v0.4.44
14892026-06-05T19:39:14.976Z Compiling ipnet v2.11.0
14902026-06-05T19:39:14.989Z Compiling scroll v0.13.0
14912026-06-05T19:39:15.021Z Compiling thiserror-impl v1.0.69
14922026-06-05T19:39:15.043Z Compiling scroll_derive v0.12.1
14932026-06-05T19:39:15.271Z Compiling goblin v0.10.5
14942026-06-05T19:39:15.274Z Compiling serde_spanned v0.6.9
14952026-06-05T19:39:15.324Z Compiling erased-serde v0.3.31
14962026-06-05T19:39:15.431Z Compiling tokio v1.52.1
14972026-06-05T19:39:15.446Z Compiling http v1.4.0
14982026-06-05T19:39:15.510Z Compiling serde_tokenstream v0.2.3
14992026-06-05T19:39:15.569Z Compiling serde_urlencoded v0.7.1
15002026-06-05T19:39:15.731Z Compiling derive_builder_macro v0.20.2
15012026-06-05T19:39:15.750Z Compiling scroll v0.12.0
15022026-06-05T19:39:15.838Z Compiling idna_adapter v1.2.1
15032026-06-05T19:39:15.853Z Compiling toml_datetime v0.6.11
15042026-06-05T19:39:15.856Z Compiling md-5 v0.10.6
15052026-06-05T19:39:15.904Z Compiling darling_macro v0.21.3
15062026-06-05T19:39:15.997Z Compiling idna v1.1.0
15072026-06-05T19:39:16.100Z Compiling ppv-lite86 v0.2.21
15082026-06-05T19:39:16.102Z Compiling bstr v1.12.1
15092026-06-05T19:39:16.162Z Compiling http-body v1.0.1
15102026-06-05T19:39:16.176Z Compiling async-trait v0.1.89
15112026-06-05T19:39:16.179Z Compiling pin-project-internal v1.1.11
15122026-06-05T19:39:16.274Z Compiling zerocopy-derive v0.7.35
15132026-06-05T19:39:16.340Z Compiling http-body-util v0.1.3
15142026-06-05T19:39:16.411Z Compiling url v2.5.8
15152026-06-05T19:39:16.449Z Compiling rand_chacha v0.9.0
15162026-06-05T19:39:16.456Z Compiling thiserror v1.0.69
15172026-06-05T19:39:16.469Z Compiling rand_chacha v0.3.1
15182026-06-05T19:39:16.508Z Compiling memoffset v0.9.1
15192026-06-05T19:39:16.575Z Compiling encoding_rs v0.8.35
15202026-06-05T19:39:16.616Z Compiling psl-types v2.0.11
15212026-06-05T19:39:16.725Z Compiling rand v0.9.2
15222026-06-05T19:39:16.751Z Compiling zlib-rs v0.6.2
15232026-06-05T19:39:16.766Z Compiling smoltcp v0.9.1
15242026-06-05T19:39:16.816Z Compiling litrs v1.0.0
15252026-06-05T19:39:17.223Z Compiling ref-cast v1.0.25
15262026-06-05T19:39:17.290Z Compiling mime v0.3.17
15272026-06-05T19:39:17.306Z Compiling proptest v1.10.0
15282026-06-05T19:39:17.336Z Compiling num-bigint-dig v0.8.6
15292026-06-05T19:39:17.372Z Compiling cfg_aliases v0.2.1
15302026-06-05T19:39:17.396Z Compiling base16ct v0.2.0
15312026-06-05T19:39:17.459Z Compiling rustix v0.38.44
15322026-06-05T19:39:17.552Z Compiling fallible-iterator v0.2.0
15332026-06-05T19:39:17.612Z Compiling sec1 v0.7.3
15342026-06-05T19:39:17.615Z Compiling nix v0.31.2
15352026-06-05T19:39:17.652Z Compiling pin-project v1.1.11
15362026-06-05T19:39:17.655Z Compiling document-features v0.2.12
15372026-06-05T19:39:17.656Z Compiling zerocopy v0.7.35
15382026-06-05T19:39:17.843Z Compiling publicsuffix v2.3.0
15392026-06-05T19:39:17.890Z Compiling postgres-protocol v0.6.10
15402026-06-05T19:39:17.925Z Compiling rand v0.8.6
15412026-06-05T19:39:17.940Z Compiling darling v0.21.3
15422026-06-05T19:39:17.954Z Compiling derive_builder v0.20.2
15432026-06-05T19:39:17.969Z Compiling ipnetwork v0.21.1
15442026-06-05T19:39:18.035Z Compiling goblin v0.8.2
15452026-06-05T19:39:18.051Z Compiling futures-executor v0.3.32
15462026-06-05T19:39:18.098Z Compiling hex v0.4.3
15472026-06-05T19:39:18.206Z Compiling dof v0.4.0
15482026-06-05T19:39:18.267Z Compiling oxnet v0.1.5
15492026-06-05T19:39:18.297Z Compiling hubpack_derive v0.1.1
15502026-06-05T19:39:18.338Z Compiling hkdf v0.12.4
15512026-06-05T19:39:18.387Z Compiling crypto-bigint v0.5.5
15522026-06-05T19:39:18.405Z Compiling regex v1.12.3
15532026-06-05T19:39:18.577Z Compiling snafu-derive v0.8.9
15542026-06-05T19:39:18.654Z Compiling curve25519-dalek-derive v0.1.1
15552026-06-05T19:39:18.709Z Compiling ref-cast-impl v1.0.25
15562026-06-05T19:39:18.793Z Compiling daft-derive v0.1.7
15572026-06-05T19:39:18.807Z Compiling strum_macros v0.27.2
15582026-06-05T19:39:18.868Z Compiling group v0.13.0
15592026-06-05T19:39:19.078Z Compiling num-iter v0.1.45
15602026-06-05T19:39:19.339Z Compiling tokio-util v0.7.18
15612026-06-05T19:39:19.445Z Compiling tower v0.5.3
15622026-06-05T19:39:19.477Z Compiling tokio-native-tls v0.3.1
15632026-06-05T19:39:19.560Z Compiling terminal_size v0.4.3
15642026-06-05T19:39:19.615Z Compiling phf_shared v0.13.1
15652026-06-05T19:39:19.640Z Compiling lazy_static v1.5.0
15662026-06-05T19:39:19.671Z Compiling flate2 v1.1.9
15672026-06-05T19:39:19.718Z Compiling newtype-uuid v1.3.2
15682026-06-05T19:39:19.748Z Compiling anstyle-parse v0.2.7
15692026-06-05T19:39:19.762Z Compiling vergen v9.1.0
15702026-06-05T19:39:19.793Z Compiling cargo-platform v0.3.2
15712026-06-05T19:39:19.889Z Compiling tower-http v0.6.8
15722026-06-05T19:39:19.958Z Compiling fs-err v3.3.0
15732026-06-05T19:39:19.974Z Compiling ahash v0.8.12
15742026-06-05T19:39:19.977Z Compiling same-file v1.0.6
15752026-06-05T19:39:20.077Z Compiling h2 v0.4.13
15762026-06-05T19:39:20.093Z Compiling object v0.37.3
15772026-06-05T19:39:20.106Z Compiling managed v0.8.0
15782026-06-05T19:39:20.123Z Compiling foldhash v0.1.5
15792026-06-05T19:39:20.157Z Compiling libbz2-rs-sys v0.2.2
15802026-06-05T19:39:20.171Z Compiling foldhash v0.2.0
15812026-06-05T19:39:20.218Z Compiling bitflags v1.3.2
15822026-06-05T19:39:20.309Z Compiling bumpalo v3.20.2
15832026-06-05T19:39:20.323Z Compiling winnow v0.5.40
15842026-06-05T19:39:20.339Z Compiling hashbrown v0.16.1
15852026-06-05T19:39:20.397Z Compiling dof v0.3.0
15862026-06-05T19:39:20.440Z Compiling hashbrown v0.15.5
15872026-06-05T19:39:20.580Z Compiling snafu v0.8.9
15882026-06-05T19:39:20.595Z Compiling bzip2 v0.6.1
15892026-06-05T19:39:20.611Z Compiling zopfli v0.8.3
15902026-06-05T19:39:20.629Z Compiling clap_builder v4.6.0
15912026-06-05T19:39:20.844Z Compiling walkdir v2.5.0
15922026-06-05T19:39:20.874Z Compiling strum v0.27.2
15932026-06-05T19:39:20.897Z Compiling cargo_metadata v0.23.1
15942026-06-05T19:39:21.052Z Compiling daft v0.1.7
15952026-06-05T19:39:21.055Z Compiling anstream v0.6.21
15962026-06-05T19:39:21.082Z Compiling phf v0.13.1
15972026-06-05T19:39:21.084Z Compiling usdt-attr-macro v0.6.0
15982026-06-05T19:39:21.163Z Compiling usdt-macro v0.6.0
15992026-06-05T19:39:21.259Z Compiling signal-hook-mio v0.2.5
16002026-06-05T19:39:21.309Z Compiling elliptic-curve v0.13.8
16012026-06-05T19:39:21.407Z Compiling hubpack v0.1.2
16022026-06-05T19:39:21.436Z Compiling cookie_store v0.22.1
16032026-06-05T19:39:21.525Z Compiling bzip2 v0.4.4
16042026-06-05T19:39:21.661Z Compiling postgres-types v0.2.12
16052026-06-05T19:39:21.730Z Compiling toml_edit v0.19.15
16062026-06-05T19:39:21.751Z Compiling futures v0.3.32
16072026-06-05T19:39:21.787Z Compiling serde_with_macros v3.17.0
16082026-06-05T19:39:21.888Z Compiling zstd v0.13.3
16092026-06-05T19:39:21.952Z Compiling globset v0.4.18
16102026-06-05T19:39:21.967Z Compiling dtrace-parser v0.2.0
16112026-06-05T19:39:21.987Z Compiling ed25519 v2.2.3
16122026-06-05T19:39:22.132Z Compiling pkcs1 v0.7.5
16132026-06-05T19:39:22.175Z Compiling serde-big-array v0.5.1
16142026-06-05T19:39:22.255Z Compiling serde_plain v1.0.2
16152026-06-05T19:39:22.338Z Compiling olpc-cjson v0.1.4
16162026-06-05T19:39:22.395Z Compiling rfc6979 v0.4.0
16172026-06-05T19:39:22.471Z Compiling clap_derive v4.6.1
16182026-06-05T19:39:22.524Z Compiling enum-as-inner v0.6.1
16192026-06-05T19:39:22.538Z Compiling serde_repr v0.1.20
16202026-06-05T19:39:22.561Z Compiling async-recursion v1.1.1
16212026-06-05T19:39:22.680Z Compiling strum_macros v0.26.4
16222026-06-05T19:39:22.763Z Compiling phf_shared v0.11.3
16232026-06-05T19:39:22.944Z Compiling float-cmp v0.10.0
16242026-06-05T19:39:22.959Z Compiling pem v3.0.6
16252026-06-05T19:39:22.973Z Compiling memmap2 v0.9.10
16262026-06-05T19:39:22.998Z Compiling thread-id v4.2.2
16272026-06-05T19:39:23.074Z Compiling env_filter v1.0.0
16282026-06-05T19:39:23.099Z Compiling data-encoding v2.10.0
16292026-06-05T19:39:23.115Z Compiling normalize-line-endings v0.3.0
16302026-06-05T19:39:23.130Z Compiling precomputed-hash v0.1.1
16312026-06-05T19:39:23.236Z Compiling hyper v1.8.1
16322026-06-05T19:39:23.251Z Compiling predicates-core v1.0.10
16332026-06-05T19:39:23.266Z Compiling keccak v0.1.6
16342026-06-05T19:39:23.270Z Compiling fixedbitset v0.5.7
16352026-06-05T19:39:23.320Z Compiling fixedbitset v0.4.2
16362026-06-05T19:39:23.412Z Compiling static_assertions v1.1.0
16372026-06-05T19:39:23.451Z Compiling either v1.15.0
16382026-06-05T19:39:23.502Z Compiling typed-path v0.9.3
16392026-06-05T19:39:23.561Z Compiling difflib v0.4.0
16402026-06-05T19:39:23.625Z Compiling jiff v0.2.21
16412026-06-05T19:39:23.677Z Compiling new_debug_unreachable v1.0.6
16422026-06-05T19:39:23.764Z Compiling whoami v2.1.0
16432026-06-05T19:39:23.802Z Compiling toml_edit v0.22.27
16442026-06-05T19:39:23.836Z Compiling predicates v3.1.4
16452026-06-05T19:39:24.118Z Compiling tokio-postgres v0.7.16
16462026-06-05T19:39:24.171Z Compiling string_cache v0.8.9
16472026-06-05T19:39:24.205Z Compiling itertools v0.13.0
16482026-06-05T19:39:24.285Z Compiling petgraph v0.8.3
16492026-06-05T19:39:24.358Z Compiling hyper-util v0.1.20
16502026-06-05T19:39:24.426Z Compiling clap v4.6.1
16512026-06-05T19:39:24.517Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16522026-06-05T19:39:24.534Z Compiling petgraph v0.6.5
16532026-06-05T19:39:24.553Z Compiling sha3 v0.10.8
16542026-06-05T19:39:24.557Z Compiling strum v0.26.3
16552026-06-05T19:39:24.557Z Compiling hickory-proto v0.25.2
16562026-06-05T19:39:24.725Z Compiling env_logger v0.11.9
16572026-06-05T19:39:24.870Z Compiling usdt v0.6.0
16582026-06-05T19:39:24.900Z Compiling toml v0.7.8
16592026-06-05T19:39:25.039Z Compiling usdt-impl v0.5.0
16602026-06-05T19:39:25.107Z Compiling serde_with v3.17.0
16612026-06-05T19:39:25.128Z Compiling crossterm v0.28.1
16622026-06-05T19:39:25.507Z Compiling ecdsa v0.16.9
16632026-06-05T19:39:25.538Z Compiling rsa v0.9.10
16642026-06-05T19:39:25.669Z Compiling ed25519-dalek v2.2.0
16652026-06-05T19:39:25.920Z Compiling hyper-tls v0.6.0
16662026-06-05T19:39:26.232Z Compiling zip v0.6.6
16672026-06-05T19:39:26.367Z Compiling zip v4.6.1
16682026-06-05T19:39:26.409Z Compiling iddqd v0.4.2
16692026-06-05T19:39:26.689Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-06-05T19:39:26.773Z Compiling tokio-stream v0.1.18
16712026-06-05T19:39:26.859Z Compiling buf-list v1.1.2
16722026-06-05T19:39:26.874Z Compiling similar v2.7.0
16732026-06-05T19:39:26.902Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-05T19:39:27.055Z Compiling openapiv3 v2.2.0
16752026-06-05T19:39:27.172Z Compiling x509-cert v0.2.5
16762026-06-05T19:39:27.235Z Compiling sha1 v0.10.6
16772026-06-05T19:39:27.280Z Compiling crossbeam-epoch v0.9.18
16782026-06-05T19:39:27.365Z Compiling lalrpop-util v0.19.12
16792026-06-05T19:39:27.396Z Compiling peg-runtime v0.8.5
16802026-06-05T19:39:27.492Z Compiling thread_local v1.1.9
16812026-06-05T19:39:27.496Z Compiling slog-async v2.8.0
16822026-06-05T19:39:27.585Z Compiling crossbeam-channel v0.5.15
16832026-06-05T19:39:27.631Z Compiling filetime v0.2.27
16842026-06-05T19:39:27.714Z Compiling is-terminal v0.4.17
16852026-06-05T19:39:27.733Z Compiling xattr v1.6.1
16862026-06-05T19:39:27.772Z Compiling take_mut v0.2.2
16872026-06-05T19:39:27.776Z Compiling term v1.2.1
16882026-06-05T19:39:27.901Z Compiling tar v0.4.45
16892026-06-05T19:39:28.079Z Compiling slog-term v2.9.2
16902026-06-05T19:39:45.662Z Compiling rustls-webpki v0.103.9
16912026-06-05T19:39:48.500Z Compiling tokio-rustls v0.26.4
16922026-06-05T19:39:48.500Z Compiling rustls-platform-verifier v0.6.2
16932026-06-05T19:39:48.712Z Compiling hyper-rustls v0.27.7
16942026-06-05T19:39:48.906Z Compiling reqwest v0.12.28
16952026-06-05T19:39:48.906Z Compiling reqwest v0.13.2
16962026-06-05T19:39:50.151Z Compiling tough v0.22.0
16972026-06-05T19:39:52.674Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-05T19:39:52.914Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-05T19:39:55.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.90s
17002026-06-05T19:39:55.952Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-05T19:39:56.009ZJun 05 19:39:55.293 INFO Starting download, target: Clickhouse
17022026-06-05T19:39:56.015ZJun 05 19:39:55.294 INFO Starting download, target: Console
17032026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Starting download, target: Cockroach
17042026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Starting download, target: DendriteStub
17052026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Starting download, target: MaghemiteMgd
17062026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Starting download, target: TransceiverControl
17072026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-06-05T19:39:56.016ZJun 05 19:39:55.294 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-06-05T19:39:56.016ZJun 05 19:39:55.295 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-05T19:39:56.517ZJun 05 19:39:55.783 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-05T19:39:56.731ZJun 05 19:39:55.996 INFO Download complete, target: TransceiverControl
17152026-06-05T19:39:56.974ZJun 05 19:39:56.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-05T19:39:57.243ZJun 05 19:39:56.506 INFO Download complete, target: Console
17172026-06-05T19:39:57.976ZJun 05 19:39:57.247 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-05T19:39:58.212ZJun 05 19:39:57.496 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-06-05T19:39:58.285ZJun 05 19:39:57.573 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-06-05T19:39:58.286ZJun 05 19:39:57.573 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-06-05T19:39:58.938ZJun 05 19:39:58.227 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-05T19:40:00.435ZJun 05 19:39:59.721 INFO Download complete, target: DendriteStub
17232026-06-05T19:40:00.612ZJun 05 19:39:59.900 INFO Download complete, target: MaghemiteMgd
17242026-06-05T19:40:03.236ZJun 05 19:40:02.523 INFO Checking that binary works, target: Cockroach
17252026-06-05T19:40:03.361ZJun 05 19:40:02.647 INFO Download complete, target: Cockroach
17262026-06-05T19:40:05.896ZJun 05 19:40:05.179 INFO Checking that binary works, target: Clickhouse
17272026-06-05T19:40:05.989ZJun 05 19:40:05.270 INFO Download complete, target: Clickhouse
17282026-06-05T19:40:05.994ZAll prerequisites installed successfully
17292026-06-05T19:40:05.994Z
17302026-06-05T19:40:05.994Zreal 2:03.026529257
17312026-06-05T19:40:05.994Zuser 7:07.482046260
17322026-06-05T19:40:05.995Zsys 1:42.693878303
17332026-06-05T19:40:05.995Ztrap 0.288307966
17342026-06-05T19:40:05.995Ztflt 1.239532142
17352026-06-05T19:40:05.995Zdflt 1.750809581
17362026-06-05T19:40:05.995Zkflt 0.026189507
17372026-06-05T19:40:05.995Zlock 24:18.109272895
17382026-06-05T19:40:05.995Zslp 19:24.092844538
17392026-06-05T19:40:05.995Zlat 23.964085106
17402026-06-05T19:40:05.995Zstop 2:53.051974759
17412026-06-05T19:40:05.995Z+ ptime -m cargo xtask download softnpu
17422026-06-05T19:40:06.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-06-05T19:40:06.541Z Running `target/debug/xtask download softnpu`
17442026-06-05T19:40:07.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17452026-06-05T19:40:07.383Z Running `target/debug/xtask-downloader softnpu`
17462026-06-05T19:40:07.454ZJun 05 19:40:06.713 INFO Starting download, target: Softnpu
17472026-06-05T19:40:07.490ZJun 05 19:40:06.713 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-05T19:40:08.211ZJun 05 19:40:07.488 INFO Download complete, target: Softnpu
17492026-06-05T19:40:08.215Z
17502026-06-05T19:40:08.215Zreal 2.208041148
17512026-06-05T19:40:08.216Zuser 1.351279110
17522026-06-05T19:40:08.216Zsys 0.659125896
17532026-06-05T19:40:08.216Ztrap 0.000741910
17542026-06-05T19:40:08.216Ztflt 0.000119450
17552026-06-05T19:40:08.216Zdflt 0.000177620
17562026-06-05T19:40:08.216Zkflt 0.000000000
17572026-06-05T19:40:08.216Zlock 14.075627126
17582026-06-05T19:40:08.216Zslp 0.633116259
17592026-06-05T19:40:08.216Zlat 0.074733954
17602026-06-05T19:40:08.216Zstop 0.000173470
17612026-06-05T19:40:08.216Z+ export CARGO_INCREMENTAL=0
17622026-06-05T19:40:08.216Z+ CARGO_INCREMENTAL=0
17632026-06-05T19:40:08.216Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-05T19:40:09.139Z Compiling proc-macro2 v1.0.106
17652026-06-05T19:40:09.139Z Compiling quote v1.0.45
17662026-06-05T19:40:09.139Z Compiling unicode-ident v1.0.24
17672026-06-05T19:40:09.139Z Compiling libc v0.2.185
17682026-06-05T19:40:09.152Z Compiling serde_core v1.0.228
17692026-06-05T19:40:09.152Z Compiling serde v1.0.228
17702026-06-05T19:40:09.152Z Compiling cfg-if v1.0.4
17712026-06-05T19:40:09.152Z Compiling version_check v0.9.5
17722026-06-05T19:40:09.152Z Compiling find-msvc-tools v0.1.9
17732026-06-05T19:40:09.152Z Compiling shlex v1.3.0
17742026-06-05T19:40:09.153Z Compiling typenum v1.19.0
17752026-06-05T19:40:09.153Z Compiling zmij v1.0.21
17762026-06-05T19:40:09.285Z Compiling autocfg v1.5.0
17772026-06-05T19:40:09.300Z Compiling serde_json v1.0.149
17782026-06-05T19:40:09.300Z Compiling memchr v2.8.0
17792026-06-05T19:40:09.453Z Compiling portable-atomic v1.13.1
17802026-06-05T19:40:09.497Z Compiling libm v0.2.16
17812026-06-05T19:40:09.638Z Compiling generic-array v0.14.7
17822026-06-05T19:40:09.670Z Compiling zerocopy v0.8.40
17832026-06-05T19:40:09.699Z Compiling parking_lot_core v0.9.12
17842026-06-05T19:40:09.716Z Compiling smallvec v1.15.1
17852026-06-05T19:40:09.888Z Compiling icu_properties_data v2.1.2
17862026-06-05T19:40:09.906Z Compiling icu_normalizer_data v2.1.1
17872026-06-05T19:40:09.922Z Compiling itoa v1.0.17
17882026-06-05T19:40:09.940Z Compiling getrandom v0.4.1
17892026-06-05T19:40:09.953Z Compiling num-traits v0.2.19
17902026-06-05T19:40:09.970Z Compiling log v0.4.29
17912026-06-05T19:40:10.004Z Compiling stable_deref_trait v1.2.1
17922026-06-05T19:40:10.053Z Compiling pkg-config v0.3.32
17932026-06-05T19:40:10.139Z Compiling subtle v2.6.1
17942026-06-05T19:40:10.229Z Compiling scopeguard v1.2.0
17952026-06-05T19:40:10.355Z Compiling jobserver v0.1.34
17962026-06-05T19:40:10.358Z Compiling getrandom v0.2.17
17972026-06-05T19:40:10.401Z Compiling errno v0.3.14
17982026-06-05T19:40:10.404Z Compiling lock_api v0.4.14
17992026-06-05T19:40:10.500Z Compiling litemap v0.8.1
18002026-06-05T19:40:10.532Z Compiling rand_core v0.6.4
18012026-06-05T19:40:10.564Z Compiling writeable v0.6.2
18022026-06-05T19:40:10.594Z Compiling cc v1.2.56
18032026-06-05T19:40:10.597Z Compiling percent-encoding v2.3.2
18042026-06-05T19:40:10.698Z Compiling syn v2.0.117
18052026-06-05T19:40:10.729Z Compiling pin-project-lite v0.2.17
18062026-06-05T19:40:10.760Z Compiling fnv v1.0.7
18072026-06-05T19:40:10.837Z Compiling thiserror v2.0.18
18082026-06-05T19:40:10.881Z Compiling getrandom v0.3.4
18092026-06-05T19:40:10.925Z Compiling fs_extra v1.3.0
18102026-06-05T19:40:10.956Z Compiling equivalent v1.0.2
18112026-06-05T19:40:10.962Z Compiling dunce v1.0.5
18122026-06-05T19:40:11.016Z Compiling schemars v0.8.22
18132026-06-05T19:40:11.031Z Compiling utf8_iter v1.0.4
18142026-06-05T19:40:11.047Z Compiling rand_core v0.10.0
18152026-06-05T19:40:11.064Z Compiling rustversion v1.0.22
18162026-06-05T19:40:11.166Z Compiling form_urlencoded v1.2.2
18172026-06-05T19:40:11.219Z Compiling critical-section v1.2.0
18182026-06-05T19:40:11.282Z Compiling signal-hook-registry v1.4.8
18192026-06-05T19:40:11.327Z Compiling hashbrown v0.17.0
18202026-06-05T19:40:11.345Z Compiling cmake v0.1.57
18212026-06-05T19:40:11.370Z Compiling rustix v1.1.3
18222026-06-05T19:40:11.463Z Compiling mio v1.2.0
18232026-06-05T19:40:11.498Z Compiling parking_lot v0.12.5
18242026-06-05T19:40:11.742Z Compiling bitflags v2.11.0
18252026-06-05T19:40:11.759Z Compiling semver v1.0.28
18262026-06-05T19:40:11.810Z Compiling once_cell v1.21.3
18272026-06-05T19:40:11.857Z Compiling indexmap v2.14.0
18282026-06-05T19:40:11.903Z Compiling socket2 v0.6.3
18292026-06-05T19:40:11.937Z Compiling const-oid v0.9.6
18302026-06-05T19:40:11.954Z Compiling ring v0.17.14
18312026-06-05T19:40:12.041Z Compiling aws-lc-sys v0.40.0
18322026-06-05T19:40:12.136Z Compiling aws-lc-rs v1.16.3
18332026-06-05T19:40:12.163Z Compiling futures-core v0.3.32
18342026-06-05T19:40:12.211Z Compiling httparse v1.10.1
18352026-06-05T19:40:12.333Z Compiling strsim v0.11.1
18362026-06-05T19:40:12.346Z Compiling vcpkg v0.2.15
18372026-06-05T19:40:12.362Z Compiling thiserror v1.0.69
18382026-06-05T19:40:12.481Z Compiling iana-time-zone v0.1.65
18392026-06-05T19:40:12.557Z Compiling ucd-trie v0.1.7
18402026-06-05T19:40:12.655Z Compiling byteorder v1.5.0
18412026-06-05T19:40:12.709Z Compiling pest v2.8.6
18422026-06-05T19:40:12.713Z Compiling syn v1.0.109
18432026-06-05T19:40:12.741Z Compiling ident_case v1.0.1
18442026-06-05T19:40:12.744Z Compiling regex-syntax v0.8.10
18452026-06-05T19:40:12.772Z Compiling heck v0.5.0
18462026-06-05T19:40:12.815Z Compiling uuid v1.23.0
18472026-06-05T19:40:12.832Z Compiling cpufeatures v0.2.17
18482026-06-05T19:40:12.882Z Compiling rustls v0.23.37
18492026-06-05T19:40:12.945Z Compiling openssl-sys v0.9.115
18502026-06-05T19:40:13.097Z Compiling futures-sink v0.3.32
18512026-06-05T19:40:13.142Z Compiling rustc_version v0.4.1
18522026-06-05T19:40:13.204Z Compiling futures-channel v0.3.32
18532026-06-05T19:40:13.222Z Compiling futures-io v0.3.32
18542026-06-05T19:40:13.237Z Compiling futures-task v0.3.32
18552026-06-05T19:40:13.397Z Compiling slab v0.4.12
18562026-06-05T19:40:13.459Z Compiling aho-corasick v1.1.4
18572026-06-05T19:40:13.505Z Compiling dyn-clone v1.0.20
18582026-06-05T19:40:13.574Z Compiling synstructure v0.13.2
18592026-06-05T19:40:13.627Z Compiling serde_derive_internals v0.29.1
18602026-06-05T19:40:13.782Z Compiling openssl v0.10.79
18612026-06-05T19:40:13.821Z Compiling pest_meta v2.8.6
18622026-06-05T19:40:13.850Z Compiling plain v0.2.3
18632026-06-05T19:40:13.938Z Compiling crc32fast v1.5.0
18642026-06-05T19:40:13.981Z Compiling base64 v0.22.1
18652026-06-05T19:40:14.037Z Compiling time-core v0.1.8
18662026-06-05T19:40:14.054Z Compiling num-conv v0.2.0
18672026-06-05T19:40:14.186Z Compiling crossbeam-utils v0.8.21
18682026-06-05T19:40:14.220Z Compiling time-macros v0.2.27
18692026-06-05T19:40:14.267Z Compiling pretty-hex v0.4.1
18702026-06-05T19:40:14.288Z Compiling native-tls v0.2.18
18712026-06-05T19:40:14.359Z Compiling regex-automata v0.4.14
18722026-06-05T19:40:14.423Z Compiling pest_generator v2.8.6
18732026-06-05T19:40:14.454Z Compiling anyhow v1.0.102
18742026-06-05T19:40:14.474Z Compiling base64ct v1.8.3
18752026-06-05T19:40:14.492Z Compiling darling_core v0.21.3
18762026-06-05T19:40:14.581Z Compiling tracing-core v0.1.36
18772026-06-05T19:40:14.596Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-06-05T19:40:14.774Z Compiling pem-rfc7468 v0.7.0
18792026-06-05T19:40:14.844Z Compiling serde_derive v1.0.228
18802026-06-05T19:40:14.975Z Compiling zeroize_derive v1.4.3
18812026-06-05T19:40:14.991Z Compiling zerofrom-derive v0.1.6
18822026-06-05T19:40:15.008Z Compiling yoke-derive v0.8.1
18832026-06-05T19:40:15.025Z Compiling zerovec-derive v0.11.2
18842026-06-05T19:40:15.100Z Compiling displaydoc v0.2.5
18852026-06-05T19:40:15.116Z Compiling zerocopy-derive v0.8.40
18862026-06-05T19:40:15.131Z Compiling tokio-macros v2.7.0
18872026-06-05T19:40:15.271Z Compiling futures-macro v0.3.32
18882026-06-05T19:40:15.607Z Compiling zeroize v1.8.2
18892026-06-05T19:40:15.836Z Compiling thiserror-impl v2.0.18
18902026-06-05T19:40:15.920Z Compiling schemars_derive v0.8.22
18912026-06-05T19:40:16.023Z Compiling tracing-attributes v0.1.31
18922026-06-05T19:40:16.071Z Compiling der_derive v0.7.3
18932026-06-05T19:40:16.108Z Compiling thiserror-impl v1.0.69
18942026-06-05T19:40:16.193Z Compiling zerofrom v0.1.6
18952026-06-05T19:40:16.341Z Compiling yoke v0.8.1
18962026-06-05T19:40:16.396Z Compiling crypto-common v0.1.7
18972026-06-05T19:40:16.566Z Compiling zerovec v0.11.5
18982026-06-05T19:40:16.570Z Compiling zerotrie v0.2.3
18992026-06-05T19:40:16.753Z Compiling block-buffer v0.10.4
19002026-06-05T19:40:16.995Z Compiling digest v0.10.7
19012026-06-05T19:40:17.095Z Compiling pest_derive v2.8.6
19022026-06-05T19:40:17.111Z Compiling tinystr v0.8.2
19032026-06-05T19:40:17.171Z Compiling potential_utf v0.1.4
19042026-06-05T19:40:17.216Z Compiling futures-util v0.3.32
19052026-06-05T19:40:17.233Z Compiling hmac v0.12.1
19062026-06-05T19:40:17.327Z Compiling icu_locale_core v2.1.1
19072026-06-05T19:40:17.343Z Compiling icu_collections v2.1.1
19082026-06-05T19:40:17.378Z Compiling block-padding v0.3.3
19092026-06-05T19:40:17.490Z Compiling rustls-pki-types v1.14.0
19102026-06-05T19:40:17.545Z Compiling inout v0.1.4
19112026-06-05T19:40:17.715Z Compiling openssl-macros v0.1.1
19122026-06-05T19:40:17.965Z Compiling cipher v0.4.4
19132026-06-05T19:40:18.074Z Compiling bytes v1.11.1
19142026-06-05T19:40:18.097Z Compiling icu_provider v2.1.1
19152026-06-05T19:40:18.118Z Compiling chrono v0.4.44
19162026-06-05T19:40:18.222Z Compiling serde_tokenstream v0.2.3
19172026-06-05T19:40:18.349Z Compiling sha2 v0.10.9
19182026-06-05T19:40:18.386Z Compiling icu_normalizer v2.1.1
19192026-06-05T19:40:18.490Z Compiling icu_properties v2.1.2
19202026-06-05T19:40:18.712Z Compiling tokio v1.52.1
19212026-06-05T19:40:19.032Z Compiling scroll_derive v0.12.1
19222026-06-05T19:40:19.179Z Compiling scroll_derive v0.13.1
19232026-06-05T19:40:19.507Z Compiling idna_adapter v1.2.1
19242026-06-05T19:40:19.616Z Compiling ppv-lite86 v0.2.21
19252026-06-05T19:40:19.669Z Compiling idna v1.1.0
19262026-06-05T19:40:19.777Z Compiling http v1.4.0
19272026-06-05T19:40:19.868Z Compiling untrusted v0.9.0
19282026-06-05T19:40:19.952Z Compiling flagset v0.4.7
19292026-06-05T19:40:20.016Z Compiling url v2.5.8
19302026-06-05T19:40:20.062Z Compiling tracing v0.1.44
19312026-06-05T19:40:20.121Z Compiling der v0.7.10
19322026-06-05T19:40:20.230Z Compiling darling_macro v0.21.3
19332026-06-05T19:40:20.284Z Compiling regex v1.12.3
19342026-06-05T19:40:20.316Z Compiling zerocopy-derive v0.7.35
19352026-06-05T19:40:20.522Z Compiling rand_core v0.9.5
19362026-06-05T19:40:20.732Z Compiling slog v2.8.2
19372026-06-05T19:40:20.990Z Compiling spki v0.7.3
19382026-06-05T19:40:21.211Z Compiling darling v0.21.3
19392026-06-05T19:40:21.227Z Compiling salsa20 v0.10.2
19402026-06-05T19:40:21.269Z Compiling pbkdf2 v0.12.2
19412026-06-05T19:40:21.779Z Compiling cookie v0.18.1
19422026-06-05T19:40:21.779Z Compiling camino v1.2.2
19432026-06-05T19:40:22.124Z Compiling scrypt v0.11.0
19442026-06-05T19:40:22.155Z Compiling rand_chacha v0.9.0
19452026-06-05T19:40:22.174Z Compiling http-body v1.0.1
19462026-06-05T19:40:22.257Z Compiling cbc v0.1.2
19472026-06-05T19:40:22.347Z Compiling aes v0.8.4
19482026-06-05T19:40:22.429Z Compiling usdt-impl v0.5.0
19492026-06-05T19:40:22.443Z Compiling openssl-probe v0.2.1
19502026-06-05T19:40:22.460Z Compiling untrusted v0.7.1
19512026-06-05T19:40:22.544Z Compiling either v1.15.0
19522026-06-05T19:40:22.578Z Compiling ref-cast v1.0.25
19532026-06-05T19:40:22.603Z Compiling tokio-util v0.7.18
19542026-06-05T19:40:22.619Z Compiling unicode-segmentation v1.12.0
19552026-06-05T19:40:22.668Z Compiling usdt-impl v0.6.0
19562026-06-05T19:40:22.770Z Compiling atomic-waker v1.1.2
19572026-06-05T19:40:22.786Z Compiling winnow v0.7.14
19582026-06-05T19:40:22.838Z Compiling paste v1.0.15
19592026-06-05T19:40:22.884Z Compiling tinyvec_macros v0.1.1
19602026-06-05T19:40:22.907Z Compiling pkcs5 v0.7.1
19612026-06-05T19:40:22.970Z Compiling tinyvec v1.10.0
19622026-06-05T19:40:23.176Z Compiling rand v0.9.2
19632026-06-05T19:40:23.555Z Compiling scroll v0.13.0
19642026-06-05T19:40:23.588Z Compiling scroll v0.12.0
19652026-06-05T19:40:23.621Z Compiling serde_spanned v0.6.9
19662026-06-05T19:40:23.766Z Compiling toml_datetime v0.6.11
19672026-06-05T19:40:23.784Z Compiling async-trait v0.1.89
19682026-06-05T19:40:23.824Z Compiling heapless v0.7.17
19692026-06-05T19:40:23.877Z Compiling bzip2-sys v0.1.13+1.0.8
19702026-06-05T19:40:24.032Z Compiling zstd-safe v7.2.4
19712026-06-05T19:40:24.087Z Compiling fastrand v2.3.0
19722026-06-05T19:40:24.102Z Compiling tower-layer v0.3.3
19732026-06-05T19:40:24.181Z Compiling signal-hook v0.3.18
19742026-06-05T19:40:24.280Z Compiling tower-service v0.3.3
19752026-06-05T19:40:24.353Z Compiling try-lock v0.2.5
19762026-06-05T19:40:24.409Z Compiling h2 v0.4.13
19772026-06-05T19:40:24.412Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-05T19:40:24.443Z Compiling want v0.3.1
19792026-06-05T19:40:24.525Z Compiling goblin v0.8.2
19802026-06-05T19:40:24.624Z Compiling goblin v0.10.5
19812026-06-05T19:40:24.708Z Compiling pkcs8 v0.10.2
19822026-06-05T19:40:24.944Z Compiling heck v0.4.1
19832026-06-05T19:40:24.990Z Compiling zerocopy v0.7.35
19842026-06-05T19:40:25.019Z Compiling ipnet v2.11.0
19852026-06-05T19:40:25.270Z Compiling ref-cast-impl v1.0.25
19862026-06-05T19:40:25.281Z Compiling darling_core v0.20.11
19872026-06-05T19:40:25.601Z Compiling curve25519-dalek v4.1.3
19882026-06-05T19:40:25.684Z Compiling memoffset v0.9.1
19892026-06-05T19:40:25.771Z Compiling litrs v1.0.0
19902026-06-05T19:40:25.882Z Compiling utf8parse v0.2.2
19912026-06-05T19:40:25.910Z Compiling httpdate v1.0.3
19922026-06-05T19:40:26.013Z Compiling pin-utils v0.1.0
19932026-06-05T19:40:26.244Z Compiling foreign-types-shared v0.1.1
19942026-06-05T19:40:26.347Z Compiling winnow v0.5.40
19952026-06-05T19:40:26.366Z Compiling rustix v0.38.44
19962026-06-05T19:40:26.412Z Compiling foreign-types v0.3.2
19972026-06-05T19:40:26.502Z Compiling tempfile v3.25.0
19982026-06-05T19:40:26.560Z Compiling document-features v0.2.12
19992026-06-05T19:40:26.872Z Compiling dof v0.3.0
20002026-06-05T19:40:27.119Z Compiling unicode-normalization v0.1.25
20012026-06-05T19:40:27.296Z Compiling dtrace-parser v0.2.0
20022026-06-05T19:40:27.338Z Compiling darling_macro v0.20.11
20032026-06-05T19:40:27.510Z Compiling dof v0.4.0
20042026-06-05T19:40:27.557Z Compiling hyper v1.8.1
20052026-06-05T19:40:27.759Z Compiling toml_edit v0.19.15
20062026-06-05T19:40:27.825Z Compiling dtrace-parser v0.3.0
20072026-06-05T19:40:27.890Z Compiling daft-derive v0.1.7
20082026-06-05T19:40:27.926Z Compiling pin-project-internal v1.1.11
20092026-06-05T19:40:28.020Z Compiling spin v0.9.8
20102026-06-05T19:40:28.061Z Compiling thread-id v4.2.2
20112026-06-05T19:40:28.096Z Compiling thread-id v5.1.0
20122026-06-05T19:40:28.166Z Compiling anstyle v1.0.14
20132026-06-05T19:40:28.199Z Compiling powerfmt v0.2.0
20142026-06-05T19:40:28.384Z Compiling smoltcp v0.9.1
20152026-06-05T19:40:28.409Z Compiling cfg_aliases v0.2.1
20162026-06-05T19:40:28.448Z Compiling num-bigint-dig v0.8.6
20172026-06-05T19:40:28.493Z Compiling deranged v0.5.8
20182026-06-05T19:40:28.512Z Compiling nix v0.31.2
20192026-06-05T19:40:28.716Z Compiling hyper-util v0.1.20
20202026-06-05T19:40:28.973Z Compiling darling v0.20.11
20212026-06-05T19:40:29.094Z Compiling rustls-native-certs v0.8.3
20222026-06-05T19:40:29.180Z Compiling ipnetwork v0.21.1
20232026-06-05T19:40:29.493Z Compiling strum_macros v0.26.4
20242026-06-05T19:40:29.694Z Compiling curve25519-dalek-derive v0.1.1
20252026-06-05T19:40:29.875Z Compiling sync_wrapper v1.0.2
20262026-06-05T19:40:29.970Z Compiling wait-timeout v0.2.1
20272026-06-05T19:40:30.365Z Compiling colorchoice v1.0.4
20282026-06-05T19:40:30.393Z Compiling bit-vec v0.8.0
20292026-06-05T19:40:30.413Z Compiling simd-adler32 v0.3.8
20302026-06-05T19:40:30.470Z Compiling anstyle-query v1.1.5
20312026-06-05T19:40:30.510Z Compiling is_terminal_polyfill v1.70.2
20322026-06-05T19:40:30.596Z Compiling num_threads v0.1.7
20332026-06-05T19:40:30.616Z Compiling quick-error v1.2.3
20342026-06-05T19:40:30.671Z Compiling siphasher v1.0.2
20352026-06-05T19:40:30.695Z Compiling bit-set v0.8.0
20362026-06-05T19:40:30.712Z Compiling rusty-fork v0.3.1
20372026-06-05T19:40:30.829Z Compiling time v0.3.47
20382026-06-05T19:40:30.874Z Compiling tower v0.5.3
20392026-06-05T19:40:31.139Z Compiling derive_builder_core v0.20.2
20402026-06-05T19:40:31.339Z Compiling snafu-derive v0.8.9
20412026-06-05T19:40:31.490Z Compiling http-body-util v0.1.3
20422026-06-05T19:40:31.775Z Compiling webpki-roots v1.0.6
20432026-06-05T19:40:31.803Z Compiling rand_xorshift v0.4.0
20442026-06-05T19:40:31.869Z Compiling signature v2.2.0
20452026-06-05T19:40:31.916Z Compiling hubpack_derive v0.1.1
20462026-06-05T19:40:31.949Z Compiling strum_macros v0.27.2
20472026-06-05T19:40:32.037Z Compiling fs-err v3.3.0
20482026-06-05T19:40:32.155Z Compiling ahash v0.8.12
20492026-06-05T19:40:32.260Z Compiling encoding_rs v0.8.35
20502026-06-05T19:40:32.275Z Compiling ryu v1.0.23
20512026-06-05T19:40:32.463Z Compiling mime v0.3.17
20522026-06-05T19:40:32.589Z Compiling unarray v0.1.4
20532026-06-05T19:40:32.605Z Compiling adler2 v2.0.1
20542026-06-05T19:40:32.608Z Compiling unicode-properties v0.1.4
20552026-06-05T19:40:32.634Z Compiling unicode-bidi v0.3.18
20562026-06-05T19:40:32.750Z Compiling object v0.37.3
20572026-06-05T19:40:32.854Z Compiling allocator-api2 v0.2.21
20582026-06-05T19:40:32.870Z Compiling iri-string v0.7.10
20592026-06-05T19:40:33.001Z Compiling stringprep v0.1.5
20602026-06-05T19:40:33.046Z Compiling miniz_oxide v0.8.9
20612026-06-05T19:40:33.071Z Compiling proptest v1.10.0
20622026-06-05T19:40:33.112Z Compiling serde_urlencoded v0.7.1
20632026-06-05T19:40:33.383Z Compiling derive_builder_macro v0.20.2
20642026-06-05T19:40:33.598Z Compiling tokio-native-tls v0.3.1
20652026-06-05T19:40:33.666Z Compiling usdt-macro v0.6.0
20662026-06-05T19:40:33.753Z Compiling usdt-attr-macro v0.6.0
20672026-06-05T19:40:33.886Z Compiling anstyle-parse v1.0.0
20682026-06-05T19:40:34.061Z Compiling tower-http v0.6.8
20692026-06-05T19:40:34.245Z Compiling rand_chacha v0.3.1
20702026-06-05T19:40:34.262Z Compiling erased-serde v0.3.31
20712026-06-05T19:40:34.296Z Compiling md-5 v0.10.6
20722026-06-05T19:40:34.361Z Compiling bstr v1.12.1
20732026-06-05T19:40:34.469Z Compiling num-integer v0.1.46
20742026-06-05T19:40:34.513Z Compiling hash32 v0.2.1
20752026-06-05T19:40:34.537Z Compiling vergen-lib v9.1.0
20762026-06-05T19:40:34.554Z Compiling ff v0.13.1
20772026-06-05T19:40:34.672Z Compiling psl-types v2.0.11
20782026-06-05T19:40:34.710Z Compiling zlib-rs v0.6.2
20792026-06-05T19:40:34.745Z Compiling fallible-iterator v0.2.0
20802026-06-05T19:40:34.791Z Compiling base16ct v0.2.0
20812026-06-05T19:40:34.841Z Compiling publicsuffix v2.3.0
20822026-06-05T19:40:34.963Z Compiling sec1 v0.7.3
20832026-06-05T19:40:35.011Z Compiling num-iter v0.1.45
20842026-06-05T19:40:35.041Z Compiling group v0.13.0
20852026-06-05T19:40:35.125Z Compiling newtype-uuid v1.3.2
20862026-06-05T19:40:35.170Z Compiling postgres-protocol v0.6.10
20872026-06-05T19:40:35.449Z Compiling rand v0.8.6
20882026-06-05T19:40:35.819Z Compiling oxnet v0.1.5
20892026-06-05T19:40:35.998Z Compiling anstream v1.0.0
20902026-06-05T19:40:36.077Z Compiling derive_builder v0.20.2
20912026-06-05T19:40:36.112Z Compiling hyper-tls v0.6.0
20922026-06-05T19:40:36.233Z Compiling phf_shared v0.13.1
20932026-06-05T19:40:36.290Z Compiling pin-project v1.1.11
20942026-06-05T19:40:36.350Z Compiling lazy_static v1.5.0
20952026-06-05T19:40:36.400Z Compiling anstyle-parse v0.2.7
20962026-06-05T19:40:36.496Z Compiling terminal_size v0.4.3
20972026-06-05T19:40:36.502Z Compiling serde_with_macros v3.17.0
20982026-06-05T19:40:36.533Z Compiling futures-executor v0.3.32
20992026-06-05T19:40:36.564Z Compiling hex v0.4.3
21002026-06-05T19:40:36.732Z Compiling hkdf v0.12.4
21012026-06-05T19:40:36.748Z Compiling crypto-bigint v0.5.5
21022026-06-05T19:40:36.782Z Compiling clap_derive v4.6.1
21032026-06-05T19:40:36.877Z Compiling flate2 v1.1.9
21042026-06-05T19:40:36.944Z Compiling enum-as-inner v0.6.1
21052026-06-05T19:40:36.951Z Compiling serde_repr v0.1.20
21062026-06-05T19:40:37.006Z Compiling async-recursion v1.1.1
21072026-06-05T19:40:37.097Z Compiling vergen v9.1.0
21082026-06-05T19:40:37.251Z Compiling cargo-platform v0.3.2
21092026-06-05T19:40:37.325Z Compiling bumpalo v3.20.2
21102026-06-05T19:40:37.410Z Compiling clap_lex v1.0.0
21112026-06-05T19:40:37.459Z Compiling managed v0.8.0
21122026-06-05T19:40:37.490Z Compiling bitflags v1.3.2
21132026-06-05T19:40:37.600Z Compiling foldhash v0.1.5
21142026-06-05T19:40:37.647Z Compiling foldhash v0.2.0
21152026-06-05T19:40:37.743Z Compiling libbz2-rs-sys v0.2.2
21162026-06-05T19:40:37.759Z Compiling same-file v1.0.6
21172026-06-05T19:40:37.804Z Compiling hashbrown v0.16.1
21182026-06-05T19:40:37.841Z Compiling hashbrown v0.15.5
21192026-06-05T19:40:37.896Z Compiling walkdir v2.5.0
21202026-06-05T19:40:37.918Z Compiling elliptic-curve v0.13.8
21212026-06-05T19:40:37.999Z Compiling clap_builder v4.6.0
21222026-06-05T19:40:38.201Z Compiling bzip2 v0.6.1
21232026-06-05T19:40:38.275Z Compiling zopfli v0.8.3
21242026-06-05T19:40:38.405Z Compiling cargo_metadata v0.23.1
21252026-06-05T19:40:38.453Z Compiling futures v0.3.32
21262026-06-05T19:40:38.545Z Compiling anstream v0.6.21
21272026-06-05T19:40:38.843Z Compiling phf v0.13.1
21282026-06-05T19:40:38.876Z Compiling snafu v0.8.9
21292026-06-05T19:40:38.901Z Compiling zstd v0.13.3
21302026-06-05T19:40:38.927Z Compiling signal-hook-mio v0.2.5
21312026-06-05T19:40:39.060Z Compiling daft v0.1.7
21322026-06-05T19:40:39.175Z Compiling cookie_store v0.22.1
21332026-06-05T19:40:39.233Z Compiling postgres-types v0.2.12
21342026-06-05T19:40:39.342Z Compiling bzip2 v0.4.4
21352026-06-05T19:40:39.358Z Compiling globset v0.4.18
21362026-06-05T19:40:39.469Z Compiling strum v0.27.2
21372026-06-05T19:40:39.675Z Compiling hubpack v0.1.2
21382026-06-05T19:40:39.774Z Compiling ed25519 v2.2.3
21392026-06-05T19:40:39.791Z Compiling phf_shared v0.11.3
21402026-06-05T19:40:39.903Z Compiling crossbeam-epoch v0.9.18
21412026-06-05T19:40:39.952Z Compiling olpc-cjson v0.1.4
21422026-06-05T19:40:39.971Z Compiling pkcs1 v0.7.5
21432026-06-05T19:40:40.042Z Compiling pem v3.0.6
21442026-06-05T19:40:40.188Z Compiling serde-big-array v0.5.1
21452026-06-05T19:40:40.188Z Compiling serde_plain v1.0.2
21462026-06-05T19:40:40.373Z Compiling rfc6979 v0.4.0
21472026-06-05T19:40:40.392Z Compiling float-cmp v0.10.0
21482026-06-05T19:40:40.409Z Compiling memmap2 v0.9.10
21492026-06-05T19:40:40.413Z Compiling env_filter v1.0.0
21502026-06-05T19:40:40.413Z Compiling normalize-line-endings v0.3.0
21512026-06-05T19:40:40.460Z Compiling jiff v0.2.21
21522026-06-05T19:40:40.493Z Compiling predicates-core v1.0.10
21532026-06-05T19:40:40.517Z Compiling precomputed-hash v0.1.1
21542026-06-05T19:40:40.555Z Compiling new_debug_unreachable v1.0.6
21552026-06-05T19:40:40.570Z Compiling data-encoding v2.10.0
21562026-06-05T19:40:40.621Z Compiling fixedbitset v0.5.7
21572026-06-05T19:40:40.639Z Compiling keccak v0.1.6
21582026-06-05T19:40:40.654Z Compiling difflib v0.4.0
21592026-06-05T19:40:40.703Z Compiling typed-path v0.9.3
21602026-06-05T19:40:40.772Z Compiling fixedbitset v0.4.2
21612026-06-05T19:40:40.843Z Compiling toml_write v0.1.2
21622026-06-05T19:40:40.861Z Compiling static_assertions v1.1.0
21632026-06-05T19:40:40.929Z Compiling whoami v2.1.0
21642026-06-05T19:40:40.944Z Compiling petgraph v0.6.5
21652026-06-05T19:40:40.962Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21662026-06-05T19:40:40.997Z Compiling predicates v3.1.4
21672026-06-05T19:40:41.067Z Compiling toml_edit v0.22.27
21682026-06-05T19:40:41.137Z Compiling hickory-proto v0.25.2
21692026-06-05T19:40:41.152Z Compiling petgraph v0.8.3
21702026-06-05T19:40:41.297Z Compiling tokio-postgres v0.7.16
21712026-06-05T19:40:41.619Z Compiling sha3 v0.10.8
21722026-06-05T19:40:41.908Z Compiling string_cache v0.8.9
21732026-06-05T19:40:42.005Z Compiling usdt v0.6.0
21742026-06-05T19:40:42.147Z Compiling env_logger v0.11.9
21752026-06-05T19:40:42.277Z Compiling ecdsa v0.16.9
21762026-06-05T19:40:42.461Z Compiling rsa v0.9.10
21772026-06-05T19:40:42.521Z Compiling ed25519-dalek v2.2.0
21782026-06-05T19:40:43.084Z Compiling crossterm v0.28.1
21792026-06-05T19:40:43.115Z Compiling zip v4.6.1
21802026-06-05T19:40:43.133Z Compiling zip v0.6.6
21812026-06-05T19:40:43.441Z Compiling clap v4.6.1
21822026-06-05T19:40:43.459Z Compiling iddqd v0.4.2
21832026-06-05T19:40:43.923Z Compiling serde_with v3.17.0
21842026-06-05T19:40:43.989Z Compiling similar v2.7.0
21852026-06-05T19:40:44.014Z Compiling strum v0.26.3
21862026-06-05T19:40:44.054Z Compiling toml v0.7.8
21872026-06-05T19:40:44.069Z Compiling tokio-stream v0.1.18
21882026-06-05T19:40:44.229Z Compiling itertools v0.13.0
21892026-06-05T19:40:44.262Z Compiling buf-list v1.1.2
21902026-06-05T19:40:44.437Z Compiling x509-cert v0.2.5
21912026-06-05T19:40:44.713Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21922026-06-05T19:40:44.747Z Compiling openapiv3 v2.2.0
21932026-06-05T19:40:44.960Z Compiling sha1 v0.10.6
21942026-06-05T19:40:45.241Z Compiling lalrpop-util v0.19.12
21952026-06-05T19:40:45.457Z Compiling peg-runtime v0.8.5
21962026-06-05T19:41:00.429Z Compiling rustls-webpki v0.103.9
21972026-06-05T19:41:02.210Z Compiling macaddr v1.0.1
21982026-06-05T19:41:02.235Z Compiling structmeta-derive v0.3.0
21992026-06-05T19:41:02.330Z Compiling rayon-core v1.13.0
22002026-06-05T19:41:02.513Z Compiling crucible-workspace-hack v0.1.0
22012026-06-05T19:41:02.564Z Compiling itertools v0.14.0
22022026-06-05T19:41:02.733Z Compiling secrecy v0.10.3
22032026-06-05T19:41:02.754Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-06-05T19:41:02.841Z Compiling heapless v0.8.0
22052026-06-05T19:41:02.923Z Compiling toml_datetime v0.7.5+spec-1.1.0
22062026-06-05T19:41:02.987Z Compiling rustls v0.22.4
22072026-06-05T19:41:03.184Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-05T19:41:03.199Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-06-05T19:41:03.259Z Compiling structmeta v0.3.0
22102026-06-05T19:41:03.311Z Compiling crossbeam-deque v0.8.6
22112026-06-05T19:41:03.336Z Compiling rustls-webpki v0.102.8
22122026-06-05T19:41:03.352Z Compiling hash32 v0.3.1
22132026-06-05T19:41:03.367Z Compiling multer v3.1.0
22142026-06-05T19:41:03.367Z Compiling thread_local v1.1.9
22152026-06-05T19:41:03.531Z Compiling unicode-width v0.2.0
22162026-06-05T19:41:03.534Z Compiling compression-core v0.4.31
22172026-06-05T19:41:03.557Z Compiling slog-async v2.8.0
22182026-06-05T19:41:03.585Z Compiling smoltcp v0.11.0
22192026-06-05T19:41:03.715Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22202026-06-05T19:41:03.734Z Compiling match_cfg v0.1.0
22212026-06-05T19:41:03.750Z Compiling compression-codecs v0.4.37
22222026-06-05T19:41:03.820Z Compiling hostname v0.3.1
22232026-06-05T19:41:03.872Z Compiling ingot-macros v0.1.1
22242026-06-05T19:41:03.912Z Compiling proc-macro-crate v3.4.0
22252026-06-05T19:41:04.001Z Compiling derive-ex v0.1.8
22262026-06-05T19:41:04.033Z Compiling slog-json v2.6.1
22272026-06-05T19:41:04.152Z Compiling crossbeam-channel v0.5.15
22282026-06-05T19:41:04.155Z Compiling half v2.7.1
22292026-06-05T19:41:04.311Z Compiling newtype-uuid-macros v0.1.0
22302026-06-05T19:41:04.370Z Compiling tokio-rustls v0.26.4
22312026-06-05T19:41:04.536Z Compiling rustls-platform-verifier v0.6.2
22322026-06-05T19:41:04.564Z Compiling cobs v0.3.0
22332026-06-05T19:41:04.668Z Compiling hyper-rustls v0.27.7
22342026-06-05T19:41:04.768Z Compiling thiserror-impl-no-std v2.0.2
22352026-06-05T19:41:04.872Z Compiling universal-hash v0.5.1
22362026-06-05T19:41:04.897Z Compiling async-stream-impl v0.3.6
22372026-06-05T19:41:05.029Z Compiling reqwest v0.12.28
22382026-06-05T19:41:05.072Z Compiling reqwest v0.13.2
22392026-06-05T19:41:05.103Z Compiling serde_spanned v1.0.4
22402026-06-05T19:41:05.206Z Compiling toml_datetime v1.0.0+spec-1.1.0
22412026-06-05T19:41:05.288Z Compiling is-terminal v0.4.17
22422026-06-05T19:41:05.412Z Compiling dropshot v0.17.0
22432026-06-05T19:41:05.500Z Compiling proc-macro-error-attr v1.0.4
22442026-06-05T19:41:05.588Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-05T19:41:05.605Z Compiling convert_case v0.4.0
22462026-06-05T19:41:05.634Z Compiling take_mut v0.2.2
22472026-06-05T19:41:05.667Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-06-05T19:41:05.721Z Compiling opaque-debug v0.3.1
22492026-06-05T19:41:05.773Z Compiling ciborium-io v0.2.2
22502026-06-05T19:41:05.810Z Compiling term v1.2.1
22512026-06-05T19:41:05.847Z Compiling poly1305 v0.8.0
22522026-06-05T19:41:05.878Z Compiling thiserror-no-std v2.0.2
22532026-06-05T19:41:05.902Z Compiling ciborium-ll v0.2.2
22542026-06-05T19:41:05.936Z Compiling derive_more v0.99.20
22552026-06-05T19:41:05.958Z Compiling toml v1.0.6+spec-1.1.0
22562026-06-05T19:41:06.051Z Compiling tokio-rustls v0.25.0
22572026-06-05T19:41:06.180Z Compiling slog-term v2.9.2
22582026-06-05T19:41:06.196Z Compiling test-strategy v0.4.5
22592026-06-05T19:41:06.324Z Compiling async-stream v0.3.6
22602026-06-05T19:41:06.507Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-06-05T19:41:06.538Z Compiling postcard v1.1.3
22622026-06-05T19:41:06.556Z Compiling ingot-types v0.1.2
22632026-06-05T19:41:06.955Z Compiling tough v0.22.0
22642026-06-05T19:41:07.049Z Compiling ingot v0.1.1
22652026-06-05T19:41:07.465Z Compiling num_enum_derive v0.7.6
22662026-06-05T19:41:07.545Z Compiling slog-bunyan v2.5.0
22672026-06-05T19:41:07.667Z Compiling async-compression v0.4.41
22682026-06-05T19:41:07.754Z Compiling parse-display-derive v0.10.0
22692026-06-05T19:41:08.158Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22702026-06-05T19:41:08.175Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-06-05T19:41:08.344Z Compiling proc-macro-crate v1.3.1
22722026-06-05T19:41:08.437Z Compiling backon v1.6.0
22732026-06-05T19:41:08.453Z Compiling waitgroup v0.1.2
22742026-06-05T19:41:08.471Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22752026-06-05T19:41:08.526Z Compiling password-hash v0.5.0
22762026-06-05T19:41:08.706Z Compiling chacha20 v0.9.1
22772026-06-05T19:41:08.722Z Compiling dropshot_endpoint v0.17.0
22782026-06-05T19:41:08.737Z Compiling rustls-pemfile v2.2.0
22792026-06-05T19:41:08.871Z Compiling blake2 v0.10.6
22802026-06-05T19:41:08.989Z Compiling aead v0.5.2
22812026-06-05T19:41:09.045Z Compiling foreign-types-macros v0.2.3
22822026-06-05T19:41:09.206Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22832026-06-05T19:41:09.267Z Compiling serde_path_to_error v0.1.20
22842026-06-05T19:41:09.347Z Compiling hostname v0.4.2
22852026-06-05T19:41:09.414Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22862026-06-05T19:41:09.523Z Compiling proc-macro-error v1.0.4
22872026-06-05T19:41:09.540Z Compiling instant v0.1.13
22882026-06-05T19:41:09.620Z Compiling cpufeatures v0.3.0
22892026-06-05T19:41:09.645Z Compiling foreign-types-shared v0.3.1
22902026-06-05T19:41:09.660Z Compiling typeid v1.0.3
22912026-06-05T19:41:09.664Z Compiling debug-ignore v1.0.5
22922026-06-05T19:41:09.692Z Compiling chacha20 v0.10.0
22932026-06-05T19:41:09.734Z Compiling foreign-types v0.5.0
22942026-06-05T19:41:09.768Z Compiling backoff v0.4.0
22952026-06-05T19:41:09.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-05T19:41:09.808Z Compiling parse-display v0.10.0
22972026-06-05T19:41:09.839Z Compiling chacha20poly1305 v0.10.1
22982026-06-05T19:41:09.876Z Compiling argon2 v0.5.3
22992026-06-05T19:41:09.976Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23002026-06-05T19:41:10.014Z Compiling num_enum_derive v0.5.11
23012026-06-05T19:41:10.030Z Compiling num_enum v0.7.6
23022026-06-05T19:41:10.033Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-05T19:41:10.092Z Compiling ciborium v0.2.2
23042026-06-05T19:41:10.284Z Compiling vsss-rs v3.3.4
23052026-06-05T19:41:10.606Z Compiling tabwriter v1.4.1
23062026-06-05T19:41:10.620Z Compiling regress v0.10.5
23072026-06-05T19:41:10.641Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-06-05T19:41:10.717Z Compiling byte-wrapper v0.1.0
23092026-06-05T19:41:10.780Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23102026-06-05T19:41:10.960Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-06-05T19:41:10.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23122026-06-05T19:41:10.995Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-06-05T19:41:11.012Z Compiling cstr-argument v0.1.2
23142026-06-05T19:41:11.028Z Compiling erased-serde v0.4.9
23152026-06-05T19:41:11.219Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-06-05T19:41:11.317Z Compiling humantime v2.3.0
23172026-06-05T19:41:11.440Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-05T19:41:11.506Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23192026-06-05T19:41:11.552Z Compiling num_enum v0.5.11
23202026-06-05T19:41:11.599Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-06-05T19:41:11.668Z Compiling rand v0.10.0
23222026-06-05T19:41:11.693Z Compiling rayon v1.11.0
23232026-06-05T19:41:11.774Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-06-05T19:41:11.794Z Compiling indent_write v2.2.0
23252026-06-05T19:41:11.857Z Compiling libefi-sys v0.1.0
23262026-06-05T19:41:11.873Z Compiling colored v3.1.1
23272026-06-05T19:41:11.890Z Compiling zone_cfg_derive v0.3.1
23282026-06-05T19:41:11.951Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23292026-06-05T19:41:11.968Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23302026-06-05T19:41:12.103Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23312026-06-05T19:41:12.136Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-05T19:41:12.327Z Compiling camino-tempfile v1.4.1
23332026-06-05T19:41:12.389Z Compiling itertools v0.12.1
23342026-06-05T19:41:12.474Z Compiling usdt-attr-macro v0.5.0
23352026-06-05T19:41:12.513Z Compiling usdt-macro v0.5.0
23362026-06-05T19:41:12.582Z Compiling num-derive v0.4.2
23372026-06-05T19:41:12.668Z Compiling bitfield-struct v0.6.2
23382026-06-05T19:41:12.696Z Compiling blake3 v1.8.3
23392026-06-05T19:41:12.791Z Compiling ordered-float v2.10.1
23402026-06-05T19:41:13.076Z Compiling sigpipe v0.1.3
23412026-06-05T19:41:13.092Z Compiling memmap v0.7.0
23422026-06-05T19:41:13.192Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-06-05T19:41:13.218Z Compiling swrite v0.1.0
23442026-06-05T19:41:13.242Z Compiling glob v0.3.3
23452026-06-05T19:41:13.309Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-06-05T19:41:13.340Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23472026-06-05T19:41:13.355Z Compiling usdt v0.5.0
23482026-06-05T19:41:13.513Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23492026-06-05T19:41:13.652Z Compiling serde-value v0.7.0
23502026-06-05T19:41:13.868Z Compiling zone v0.3.1
23512026-06-05T19:41:13.884Z Compiling serde-untagged v0.1.9
23522026-06-05T19:41:13.910Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23532026-06-05T19:41:14.182Z Compiling toml v0.8.23
23542026-06-05T19:41:14.216Z Compiling smf v0.2.3
23552026-06-05T19:41:14.242Z Compiling filetime v0.2.27
23562026-06-05T19:41:14.257Z Compiling arrayref v0.3.9
23572026-06-05T19:41:14.261Z Compiling unicode-xid v0.2.6
23582026-06-05T19:41:14.287Z Compiling xattr v1.6.1
23592026-06-05T19:41:14.356Z Compiling constant_time_eq v0.4.2
23602026-06-05T19:41:14.411Z Compiling whoami v1.6.1
23612026-06-05T19:41:14.437Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-06-05T19:41:14.476Z Compiling arrayvec v0.7.6
23632026-06-05T19:41:14.504Z Compiling tar v0.4.45
23642026-06-05T19:41:14.535Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-05T19:41:14.552Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-06-05T19:41:14.573Z Compiling tokio-dtrace v0.1.1
23672026-06-05T19:41:14.812Z Compiling cargo-util-schemas v0.8.2
23682026-06-05T19:41:14.890Z Compiling console v0.16.2
23692026-06-05T19:41:14.919Z Compiling gethostname v0.5.0
23702026-06-05T19:41:15.120Z Compiling cargo-platform v0.2.0
23712026-06-05T19:41:15.260Z Compiling topological-sort v0.2.2
23722026-06-05T19:41:15.416Z Compiling unit-prefix v0.5.2
23732026-06-05T19:41:15.468Z Compiling oxide-tokio-rt v0.1.4
23742026-06-05T19:41:15.484Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-05T19:41:15.542Z Compiling indicatif v0.18.4
23762026-06-05T19:41:15.597Z Compiling shell-words v1.1.1
23772026-06-05T19:41:16.073Z Compiling cargo_metadata v0.21.0
23782026-06-05T19:41:25.340Z Compiling progenitor-client v0.14.0
23792026-06-05T19:41:25.357Z Compiling progenitor-client v0.10.0
23802026-06-05T19:41:25.360Z Compiling omicron-zone-package v0.12.2
23812026-06-05T19:41:25.841Z Compiling progenitor-extras v0.2.0
23822026-06-05T19:41:28.264Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-06-05T19:41:28.395Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23842026-06-05T19:41:28.416Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-06-05T19:41:28.432Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862026-06-05T19:41:28.452Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-06-05T19:41:28.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-06-05T19:41:28.470Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-06-05T19:41:28.751Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-06-05T19:41:28.775Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-06-05T19:41:32.615Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23922026-06-05T19:41:40.479Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23932026-06-05T19:41:43.610Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23942026-06-05T19:41:44.631Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23952026-06-05T19:41:54.441Z Finished `release` profile [optimized] target(s) in 1m 46s
23962026-06-05T19:41:54.593Z Running `target/release/omicron-package -t test target create -p dev`
23972026-06-05T19:41:54.657ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-06-05T19:41:54.660ZCreated new build target 'test' and set it as active
23992026-06-05T19:41:54.663Z
24002026-06-05T19:41:54.663Zreal 1:46.451826231
24012026-06-05T19:41:54.663Zuser 17:31.351365382
24022026-06-05T19:41:54.663Zsys 2:39.216197191
24032026-06-05T19:41:54.664Ztrap 0.473895793
24042026-06-05T19:41:54.664Ztflt 3.055064298
24052026-06-05T19:41:54.664Zdflt 4.551061578
24062026-06-05T19:41:54.664Zkflt 0.000461600
24072026-06-05T19:41:54.664Zlock 54:30.935209266
24082026-06-05T19:41:54.664Zslp 44:30.883156086
24092026-06-05T19:41:54.664Zlat 42.850706310
24102026-06-05T19:41:54.664Zstop 5:35.690530506
24112026-06-05T19:41:54.664Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24122026-06-05T19:41:55.586Z Finished `release` profile [optimized] target(s) in 0.91s
24132026-06-05T19:41:55.666Z Running `target/release/omicron-package -t test package`
24142026-06-05T19:41:55.725ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152026-06-05T19:41:57.178Z Compiling heck v0.5.0
24162026-06-05T19:41:57.182Z Compiling regress v0.11.1
24172026-06-05T19:41:57.182Z Compiling unsafe-libyaml v0.2.11
24182026-06-05T19:41:57.451Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24192026-06-05T19:41:57.480Z Compiling regress v0.10.5
24202026-06-05T19:41:57.501Z Compiling is-terminal v0.4.17
24212026-06-05T19:41:57.504Z Compiling unicode-width v0.1.14
24222026-06-05T19:41:57.544Z Compiling prettyplease v0.2.37
24232026-06-05T19:41:57.548Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-06-05T19:41:57.548Z Compiling bytecount v0.6.9
24252026-06-05T19:41:57.548Z Compiling rustls v0.22.4
24262026-06-05T19:41:57.548Z Compiling rustls-webpki v0.102.8
24272026-06-05T19:41:57.564Z Compiling derive-where v1.6.0
24282026-06-05T19:41:57.569Z Compiling thread_local v1.1.9
24292026-06-05T19:41:57.583Z Compiling match_cfg v0.1.0
24302026-06-05T19:41:57.691Z Compiling compression-core v0.4.31
24312026-06-05T19:41:57.741Z Compiling hostname v0.3.1
24322026-06-05T19:41:57.764Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-06-05T19:41:57.787Z Compiling multer v3.1.0
24342026-06-05T19:41:57.790Z Compiling slog-async v2.8.0
24352026-06-05T19:41:57.790Z Compiling crossbeam-channel v0.5.15
24362026-06-05T19:41:57.854Z Compiling compression-codecs v0.4.37
24372026-06-05T19:41:57.877Z Compiling slog-json v2.6.1
24382026-06-05T19:41:57.881Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-06-05T19:41:57.923Z Compiling serde_spanned v1.0.4
24402026-06-05T19:41:57.926Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-06-05T19:41:57.927Z Compiling term v1.2.1
24422026-06-05T19:41:57.989Z Compiling serde_yaml v0.9.34+deprecated
24432026-06-05T19:41:58.129Z Compiling take_mut v0.2.2
24442026-06-05T19:41:58.132Z Compiling slog-bunyan v2.5.0
24452026-06-05T19:41:58.132Z Compiling async-compression v0.4.41
24462026-06-05T19:41:58.195Z Compiling toml v1.0.6+spec-1.1.0
24472026-06-05T19:41:58.273Z Compiling slog-term v2.9.2
24482026-06-05T19:41:58.339Z Compiling dropshot v0.17.0
24492026-06-05T19:41:58.366Z Compiling async-stream v0.3.6
24502026-06-05T19:41:58.404Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-06-05T19:41:58.499Z Compiling num-rational v0.4.2
24522026-06-05T19:41:58.520Z Compiling progenitor-client v0.14.0
24532026-06-05T19:41:58.556Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-06-05T19:41:58.578Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-06-05T19:41:58.648Z Compiling waitgroup v0.1.2
24562026-06-05T19:41:58.727Z Compiling backon v1.6.0
24572026-06-05T19:41:58.763Z Compiling rustls-pemfile v2.2.0
24582026-06-05T19:41:58.790Z Compiling num-complex v0.4.6
24592026-06-05T19:41:58.814Z Compiling serde_path_to_error v0.1.20
24602026-06-05T19:41:58.841Z Compiling hostname v0.4.2
24612026-06-05T19:41:58.864Z Compiling instant v0.1.13
24622026-06-05T19:41:58.887Z Compiling debug-ignore v1.0.5
24632026-06-05T19:41:58.949Z Compiling typify-impl v0.6.2
24642026-06-05T19:41:58.983Z Compiling backoff v0.4.0
24652026-06-05T19:41:59.006Z Compiling progenitor-extras v0.2.0
24662026-06-05T19:41:59.026Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24672026-06-05T19:41:59.029Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-06-05T19:41:59.249Z Compiling num v0.4.3
24692026-06-05T19:41:59.291Z Compiling parse-display v0.10.0
24702026-06-05T19:41:59.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-06-05T19:41:59.335Z Compiling progenitor-client v0.10.0
24722026-06-05T19:41:59.360Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24732026-06-05T19:41:59.380Z Compiling macaddr v1.0.1
24742026-06-05T19:41:59.405Z Compiling float-ord v0.3.2
24752026-06-05T19:41:59.501Z Compiling humantime v2.3.0
24762026-06-05T19:41:59.628Z Compiling console v0.15.11
24772026-06-05T19:41:59.670Z Compiling atomicwrites v0.4.4
24782026-06-05T19:41:59.674Z Compiling newline-converter v0.3.0
24792026-06-05T19:41:59.785Z Compiling slog-dtrace v0.3.0
24802026-06-05T19:41:59.806Z Compiling owo-colors v4.3.0
24812026-06-05T19:41:59.862Z Compiling resolv-conf v0.7.6
24822026-06-05T19:41:59.949Z Compiling cancel-safe-futures v0.1.5
24832026-06-05T19:42:00.036Z Compiling tokio-rustls v0.25.0
24842026-06-05T19:42:00.089Z Compiling expectorate v1.2.0
24852026-06-05T19:42:00.149Z Compiling toml v0.8.23
24862026-06-05T19:42:00.200Z Compiling libsw-core v0.3.2
24872026-06-05T19:42:00.408Z Compiling libsw v3.5.0
24882026-06-05T19:42:00.430Z Compiling linked-hash-map v0.5.6
24892026-06-05T19:42:00.526Z Compiling linear-map v1.2.0
24902026-06-05T19:42:00.651Z Compiling lru-cache v0.1.2
24912026-06-05T19:42:00.692Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-06-05T19:42:00.711Z Compiling minimal-lexical v0.2.1
24932026-06-05T19:42:00.770Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-06-05T19:42:00.791Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-06-05T19:42:00.830Z Compiling hickory-proto v0.24.4
24962026-06-05T19:42:00.862Z Compiling unicode-xid v0.2.6
24972026-06-05T19:42:00.997Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24982026-06-05T19:42:01.001Z Compiling nom v7.1.3
24992026-06-05T19:42:01.048Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-06-05T19:42:01.158Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-06-05T19:42:01.220Z Compiling convert_case v0.10.0
25022026-06-05T19:42:01.518Z Compiling derive_more-impl v2.1.1
25032026-06-05T19:42:01.978Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25042026-06-05T19:42:02.349Z Compiling derive_more v2.1.1
25052026-06-05T19:42:02.391Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-06-05T19:42:02.434Z Compiling papergrid v0.11.0
25072026-06-05T19:42:02.457Z Compiling tabled_derive v0.7.0
25082026-06-05T19:42:02.557Z Compiling typify-macro v0.6.2
25092026-06-05T19:42:02.583Z Compiling termtree v0.5.1
25102026-06-05T19:42:02.784Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-06-05T19:42:03.035Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25122026-06-05T19:42:03.372Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-06-05T19:42:03.410Z Compiling hickory-resolver v0.24.4
25142026-06-05T19:42:03.671Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-06-05T19:42:03.746Z Compiling tabled v0.15.0
25162026-06-05T19:42:03.890Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-05T19:42:04.163Z Compiling typify v0.6.2
25182026-06-05T19:42:04.344Z Compiling progenitor-impl v0.14.0
25192026-06-05T19:42:05.033Z Compiling qorb v0.4.1
25202026-06-05T19:42:05.084Z Compiling crossterm v0.29.0
25212026-06-05T19:42:06.585Z Compiling progenitor-macro v0.14.0
25222026-06-05T19:42:07.105Z Compiling phf_shared v0.12.1
25232026-06-05T19:42:07.361Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-06-05T19:42:07.901Z Compiling csv-core v0.1.13
25252026-06-05T19:42:08.143Z Compiling vte v0.14.1
25262026-06-05T19:42:08.365Z Compiling chrono-tz v0.10.4
25272026-06-05T19:42:08.413Z Compiling highway v1.3.0
25282026-06-05T19:42:08.587Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292026-06-05T19:42:08.980Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-06-05T19:42:09.186Z Compiling strip-ansi-escapes v0.2.1
25312026-06-05T19:42:09.209Z Compiling csv v1.4.0
25322026-06-05T19:42:09.287Z Compiling phf v0.12.1
25332026-06-05T19:42:09.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-06-05T19:42:09.641Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-06-05T19:42:09.698Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-06-05T19:42:09.991Z Compiling const_format_proc_macros v0.2.34
25372026-06-05T19:42:10.135Z Compiling fd-lock v4.0.4
25382026-06-05T19:42:10.244Z Compiling peg-macros v0.8.5
25392026-06-05T19:42:10.322Z Compiling nu-ansi-term v0.50.3
25402026-06-05T19:42:10.816Z Compiling progenitor v0.14.0
25412026-06-05T19:42:10.838Z Compiling const_format v0.2.35
25422026-06-05T19:42:10.990Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-06-05T19:42:11.016Z Compiling reedline v0.40.0
25442026-06-05T19:42:11.371Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-06-05T19:42:11.474Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-06-05T19:42:11.558Z Compiling peg v0.8.5
25472026-06-05T19:42:11.900Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-06-05T19:42:11.996Z Compiling bcs v0.1.6
25492026-06-05T19:42:12.437Z Compiling nom v8.0.0
25502026-06-05T19:42:12.676Z Compiling semver v0.1.20
25512026-06-05T19:42:12.969Z Compiling rustc_version v0.1.7
25522026-06-05T19:42:13.228Z Compiling newtype_derive v0.1.6
25532026-06-05T19:42:13.462Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-05T19:42:13.736Z Compiling unicode-linebreak v0.1.5
25552026-06-05T19:42:13.758Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25562026-06-05T19:42:13.860Z Compiling smawk v0.3.2
25572026-06-05T19:42:14.056Z Compiling textwrap v0.16.2
25582026-06-05T19:42:14.199Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-06-05T19:42:14.253Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25602026-06-05T19:42:14.326Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-06-05T19:42:14.620Z Compiling base64 v0.21.7
25622026-06-05T19:42:14.717Z Compiling steno v0.4.1
25632026-06-05T19:42:14.835Z Compiling dropshot-api-manager-types v0.7.2
25642026-06-05T19:42:15.149Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25652026-06-05T19:42:15.174Z Compiling tagptr v0.2.0
25662026-06-05T19:42:15.225Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25672026-06-05T19:42:15.370Z Compiling moka v0.12.13
25682026-06-05T19:42:15.459Z Compiling utf-8 v0.7.6
25692026-06-05T19:42:15.545Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-06-05T19:42:15.712Z Compiling tungstenite v0.21.0
25712026-06-05T19:42:15.738Z Compiling radium v0.7.0
25722026-06-05T19:42:15.761Z Compiling display-error-chain v0.2.2
25732026-06-05T19:42:15.952Z Compiling maybe-uninit v2.0.0
25742026-06-05T19:42:16.073Z Compiling tap v1.0.1
25752026-06-05T19:42:16.343Z Compiling tokio-tungstenite v0.21.0
25762026-06-05T19:42:16.400Z Compiling wyz v0.5.1
25772026-06-05T19:42:16.651Z Compiling hickory-resolver v0.25.2
25782026-06-05T19:42:16.720Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25792026-06-05T19:42:16.955Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-06-05T19:42:17.026Z Compiling num-derive v0.3.3
25812026-06-05T19:42:17.650Z Compiling zerocopy-derive v0.6.6
25822026-06-05T19:42:17.929Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-06-05T19:42:17.970Z Compiling proc-macro-error-attr2 v2.0.0
25842026-06-05T19:42:18.392Z Compiling funty v2.0.0
25852026-06-05T19:42:18.435Z Compiling crc-catalog v2.4.0
25862026-06-05T19:42:18.593Z Compiling packed_struct v0.10.1
25872026-06-05T19:42:18.907Z Compiling bitvec v1.0.1
25882026-06-05T19:42:19.404Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-06-05T19:42:19.428Z Compiling crc v3.4.0
25902026-06-05T19:42:19.655Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25912026-06-05T19:42:19.867Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25922026-06-05T19:42:19.924Z Compiling zerocopy v0.6.6
25932026-06-05T19:42:19.976Z Compiling proc-macro-error2 v2.0.1
25942026-06-05T19:42:20.319Z Compiling libscf-sys v1.1.0
25952026-06-05T19:42:20.455Z Compiling packed_struct_codegen v0.10.1
25962026-06-05T19:42:20.494Z Compiling vergen-lib v0.1.6
25972026-06-05T19:42:20.726Z Compiling bitfield-macros v0.19.4
25982026-06-05T19:42:20.813Z Compiling indexmap v1.9.3
25992026-06-05T19:42:21.057Z Compiling nodrop v0.1.14
26002026-06-05T19:42:21.190Z Compiling array-init v0.0.4
26012026-06-05T19:42:21.452Z Compiling bitfield v0.19.4
26022026-06-05T19:42:21.657Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-06-05T19:42:21.661Z Compiling smallvec v0.6.14
26042026-06-05T19:42:21.732Z Compiling tabled_derive v0.11.0
26052026-06-05T19:42:21.939Z Compiling papergrid v0.17.0
26062026-06-05T19:42:21.960Z Compiling testing_table v0.3.0
26072026-06-05T19:42:22.382Z Compiling vergen-gitcl v1.0.8
26082026-06-05T19:42:22.419Z Compiling dirs-sys-next v0.1.2
26092026-06-05T19:42:22.489Z Compiling crunchy v0.2.4
26102026-06-05T19:42:22.610Z Compiling diesel_derives v2.3.7
26112026-06-05T19:42:22.705Z Compiling hashbrown v0.12.3
26122026-06-05T19:42:22.729Z Compiling glob v0.3.3
26132026-06-05T19:42:22.773Z Compiling maplit v1.0.2
26142026-06-05T19:42:22.878Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-06-05T19:42:22.900Z Compiling dirs-next v2.0.0
26162026-06-05T19:42:22.927Z Compiling serde-hex v0.1.0
26172026-06-05T19:42:23.059Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-06-05T19:42:23.097Z Compiling clang-sys v1.8.1
26192026-06-05T19:42:23.331Z Compiling tabled v0.20.0
26202026-06-05T19:42:23.334Z Compiling ron v0.8.1
26212026-06-05T19:42:23.377Z Compiling hashbrown v0.13.2
26222026-06-05T19:42:23.487Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26232026-06-05T19:42:23.517Z Compiling dsl_auto_type v0.2.0
26242026-06-05T19:42:23.842Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26252026-06-05T19:42:24.004Z Compiling scheduled-thread-pool v0.2.7
26262026-06-05T19:42:24.089Z Compiling diesel_table_macro_syntax v0.3.0
26272026-06-05T19:42:24.318Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26282026-06-05T19:42:24.557Z Compiling crc-any v2.5.0
26292026-06-05T19:42:24.619Z Compiling tiny-keccak v2.0.2
26302026-06-05T19:42:24.921Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26312026-06-05T19:42:25.002Z Compiling r2d2 v0.8.10
26322026-06-05T19:42:25.095Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-06-05T19:42:25.321Z Compiling object v0.30.4
26342026-06-05T19:42:25.860Z Compiling term v0.7.0
26352026-06-05T19:42:26.104Z Compiling bit-vec v0.6.3
26362026-06-05T19:42:26.350Z Compiling path-slash v0.1.5
26372026-06-05T19:42:26.373Z Compiling xshell-macros v0.2.7
26382026-06-05T19:42:26.377Z Compiling downcast-rs v2.0.2
26392026-06-05T19:42:26.422Z Compiling bit-set v0.5.3
26402026-06-05T19:42:26.506Z Compiling ascii-canvas v3.0.0
26412026-06-05T19:42:26.778Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-06-05T19:42:26.802Z Compiling xshell v0.2.7
26432026-06-05T19:42:26.862Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26442026-06-05T19:42:27.366Z Compiling itertools v0.10.5
26452026-06-05T19:42:27.719Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-06-05T19:42:28.124Z Compiling ena v0.14.4
26472026-06-05T19:42:28.368Z Compiling libloading v0.8.9
26482026-06-05T19:42:28.521Z Compiling diff v0.1.13
26492026-06-05T19:42:28.604Z Compiling crc8 v0.1.1
26502026-06-05T19:42:28.745Z Compiling bindgen v0.71.1
26512026-06-05T19:42:28.786Z Compiling regex-syntax v0.6.29
26522026-06-05T19:42:29.041Z Compiling unicase v2.9.0
26532026-06-05T19:42:29.357Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26542026-06-05T19:42:29.394Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-06-05T19:42:29.668Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-06-05T19:42:29.841Z Compiling diesel v2.3.7
26572026-06-05T19:42:30.202Z Compiling lalrpop v0.19.12
26582026-06-05T19:42:30.332Z Compiling cexpr v0.6.0
26592026-06-05T19:42:30.619Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26602026-06-05T19:42:30.763Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26612026-06-05T19:42:30.784Z Compiling rustc-hash v2.1.1
26622026-06-05T19:42:30.897Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-06-05T19:42:30.965Z Compiling headers-core v0.3.0
26642026-06-05T19:42:30.987Z Compiling libxml v0.3.3
26652026-06-05T19:42:30.990Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-06-05T19:42:31.129Z Compiling headers v0.4.1
26672026-06-05T19:42:31.302Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26682026-06-05T19:42:31.382Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-06-05T19:42:31.587Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-05T19:42:31.829Z Compiling git-stub v1.0.0
26712026-06-05T19:42:32.061Z Compiling strum_macros v0.24.3
26722026-06-05T19:42:32.108Z Compiling indoc v1.0.9
26732026-06-05T19:42:32.235Z Compiling git-stub-vcs v0.1.0
26742026-06-05T19:42:32.538Z Compiling progenitor-impl v0.13.0
26752026-06-05T19:42:32.612Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-05T19:42:32.821Z Compiling derive_builder v0.20.2
26772026-06-05T19:42:32.843Z Compiling quick-xml v0.37.5
26782026-06-05T19:42:33.034Z Compiling oso-derive v0.27.3
26792026-06-05T19:42:33.319Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-05T19:42:33.512Z Compiling openssl-probe v0.1.6
26812026-06-05T19:42:33.771Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-05T19:42:33.843Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-06-05T19:42:33.956Z Compiling progenitor-client v0.13.0
26842026-06-05T19:42:34.225Z Compiling half v1.8.3
26852026-06-05T19:42:34.502Z Compiling serde_cbor v0.11.2
26862026-06-05T19:42:34.523Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-06-05T19:42:34.599Z Compiling bb8 v0.8.6
26882026-06-05T19:42:34.684Z Compiling trait-variant v0.1.2
26892026-06-05T19:42:34.729Z Compiling progenitor-macro v0.13.0
26902026-06-05T19:42:34.819Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-06-05T19:42:34.983Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-06-05T19:42:35.238Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-06-05T19:42:35.339Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-05T19:42:35.573Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-06-05T19:42:35.631Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-06-05T19:42:35.658Z Compiling typify-impl v0.4.3
26972026-06-05T19:42:35.694Z Compiling samael v0.0.19
26982026-06-05T19:42:35.845Z Compiling fxhash v0.2.1
26992026-06-05T19:42:35.914Z Compiling libz-sys v1.1.24
27002026-06-05T19:42:36.024Z Compiling nonempty v0.12.0
27012026-06-05T19:42:36.266Z Compiling salty v0.3.0
27022026-06-05T19:42:36.327Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-06-05T19:42:37.012Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-06-05T19:42:37.140Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27052026-06-05T19:42:37.163Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-06-05T19:42:37.622Z Compiling kstat-rs v0.2.4
27072026-06-05T19:42:37.645Z Compiling arc-swap v1.8.2
27082026-06-05T19:42:37.860Z Compiling polar-core v0.27.3
27092026-06-05T19:42:38.030Z Compiling fs-err v2.11.0
27102026-06-05T19:42:38.373Z Compiling mime_guess v2.0.5
27112026-06-05T19:42:38.414Z Compiling slog-scope v4.4.1
27122026-06-05T19:42:38.898Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-06-05T19:42:38.932Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27142026-06-05T19:42:38.993Z Compiling progenitor v0.13.0
27152026-06-05T19:42:39.178Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27162026-06-05T19:42:39.207Z Compiling typify-macro v0.4.3
27172026-06-05T19:42:40.450Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27182026-06-05T19:42:40.479Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-06-05T19:42:40.609Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-06-05T19:42:40.782Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-05T19:42:40.973Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27222026-06-05T19:42:41.244Z Compiling nanorand v0.7.0
27232026-06-05T19:42:41.467Z Compiling darling_core v0.23.0
27242026-06-05T19:42:41.627Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-05T19:42:41.851Z Compiling parking_lot_core v0.8.6
27262026-06-05T19:42:42.166Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27272026-06-05T19:42:42.728Z Compiling flume v0.11.1
27282026-06-05T19:42:43.139Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-06-05T19:42:43.584Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-06-05T19:42:43.701Z Compiling slog-stdlog v4.1.1
27312026-06-05T19:42:43.723Z Compiling darling_macro v0.23.0
27322026-06-05T19:42:44.240Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27332026-06-05T19:42:44.316Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27342026-06-05T19:42:45.520Z Compiling primeorder v0.13.6
27352026-06-05T19:42:45.642Z Compiling atty v0.2.14
27362026-06-05T19:42:45.792Z Compiling instability v0.3.11
27372026-06-05T19:42:45.852Z Compiling http-range v0.1.5
27382026-06-05T19:42:46.021Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-06-05T19:42:46.187Z Compiling strsim v0.10.0
27402026-06-05T19:42:46.229Z Compiling parse-size v1.1.0
27412026-06-05T19:42:46.329Z Compiling p384 v0.13.1
27422026-06-05T19:42:46.460Z Compiling darling_core v0.13.4
27432026-06-05T19:42:46.502Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-05T19:42:48.156Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-06-05T19:42:49.709Z Compiling oso v0.27.3
27462026-06-05T19:42:50.546Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-06-05T19:42:50.684Z Compiling diesel-dtrace v0.5.0
27482026-06-05T19:42:50.900Z Compiling async-bb8-diesel v0.2.1
27492026-06-05T19:42:51.005Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-06-05T19:42:51.756Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-06-05T19:42:52.684Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-06-05T19:42:53.107Z Compiling darling v0.23.0
27532026-06-05T19:42:53.229Z Compiling slog-envlogger v2.2.0
27542026-06-05T19:42:54.327Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27552026-06-05T19:42:54.882Z Compiling typify v0.4.3
27562026-06-05T19:42:55.026Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-06-05T19:42:55.697Z Compiling ignore v0.4.25
27582026-06-05T19:42:56.387Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-05T19:42:57.216Z Compiling vergen-git2 v9.1.0
27602026-06-05T19:42:57.455Z Compiling castaway v0.2.4
27612026-06-05T19:42:57.620Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-05T19:42:57.646Z Compiling indoc v2.0.7
27632026-06-05T19:42:57.836Z Compiling compact_str v0.8.1
27642026-06-05T19:42:57.964Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-05T19:42:58.158Z Compiling globwalk v0.9.1
27662026-06-05T19:42:58.637Z Compiling progenitor-impl v0.11.2
27672026-06-05T19:42:58.664Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-06-05T19:42:58.804Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27692026-06-05T19:42:58.855Z Compiling parking_lot v0.11.2
27702026-06-05T19:42:58.996Z Compiling hyper-staticfile v0.10.1
27712026-06-05T19:42:59.517Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-06-05T19:42:59.824Z Compiling darling_macro v0.13.4
27732026-06-05T19:43:00.267Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-06-05T19:43:00.342Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-06-05T19:43:00.559Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27762026-06-05T19:43:00.912Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772026-06-05T19:43:00.934Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27782026-06-05T19:43:00.965Z Compiling predicates-tree v1.0.13
27792026-06-05T19:43:01.035Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-06-05T19:43:01.138Z Compiling unicode-truncate v1.1.0
27812026-06-05T19:43:01.267Z Compiling lru v0.12.5
27822026-06-05T19:43:01.362Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-06-05T19:43:01.449Z Compiling rand_seeder v0.4.0
27842026-06-05T19:43:01.497Z Compiling prefix-trie v0.7.0
27852026-06-05T19:43:01.715Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-05T19:43:01.911Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27872026-06-05T19:43:01.987Z Compiling illumos-nvpair-sys v0.2.0
27882026-06-05T19:43:02.170Z Compiling corncobs v0.1.4
27892026-06-05T19:43:02.201Z Compiling rustls v0.21.12
27902026-06-05T19:43:02.223Z Compiling cassowary v0.3.0
27912026-06-05T19:43:02.336Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-06-05T19:43:02.410Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-06-05T19:43:02.501Z Compiling ratatui v0.29.0
27942026-06-05T19:43:02.529Z Compiling hickory-server v0.25.2
27952026-06-05T19:43:02.636Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27962026-06-05T19:43:02.848Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-06-05T19:43:03.092Z Compiling camino-tempfile-ext v0.3.3
27982026-06-05T19:43:03.166Z Compiling progenitor-macro v0.11.2
27992026-06-05T19:43:03.335Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-06-05T19:43:03.754Z Compiling darling v0.13.4
28012026-06-05T19:43:03.871Z Compiling sled v0.34.7
28022026-06-05T19:43:04.918Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-06-05T19:43:06.406Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-05T19:43:07.217Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052026-06-05T19:43:07.647Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28062026-06-05T19:43:07.699Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-06-05T19:43:07.924Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28082026-06-05T19:43:08.154Z Compiling progenitor-client v0.11.2
28092026-06-05T19:43:08.177Z Compiling rustls-webpki v0.101.7
28102026-06-05T19:43:08.413Z Compiling git2 v0.20.4
28112026-06-05T19:43:08.491Z Compiling sct v0.7.1
28122026-06-05T19:43:08.705Z Compiling secrecy v0.8.0
28132026-06-05T19:43:08.788Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-06-05T19:43:09.951Z Compiling progenitor v0.11.2
28152026-06-05T19:43:10.194Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28162026-06-05T19:43:11.148Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-06-05T19:43:11.473Z Compiling serde_with_macros v1.5.2
28182026-06-05T19:43:11.662Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-06-05T19:43:12.326Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-06-05T19:43:12.387Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28212026-06-05T19:43:12.729Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28222026-06-05T19:43:13.779Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28232026-06-05T19:43:13.967Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28242026-06-05T19:43:14.441Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28252026-06-05T19:43:14.668Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28262026-06-05T19:43:14.898Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-06-05T19:43:14.985Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28282026-06-05T19:43:15.125Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-06-05T19:43:15.282Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-06-05T19:43:15.393Z Compiling void v1.0.2
28312026-06-05T19:43:15.581Z Compiling lzss v0.8.2
28322026-06-05T19:43:16.076Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28332026-06-05T19:43:16.794Z Compiling illumos-nvpair v0.3.0
28342026-06-05T19:43:17.310Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28352026-06-05T19:43:18.208Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-06-05T19:43:18.719Z Compiling serde_with v1.14.0
28372026-06-05T19:43:19.869Z Compiling tokio-rustls v0.24.1
28382026-06-05T19:43:19.947Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28392026-06-05T19:43:19.950Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28402026-06-05T19:43:20.170Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28412026-06-05T19:43:20.243Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-06-05T19:43:20.987Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28432026-06-05T19:43:21.248Z Compiling tungstenite v0.23.0
28442026-06-05T19:43:21.372Z Compiling rustls-pemfile v1.0.4
28452026-06-05T19:43:21.639Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28462026-06-05T19:43:21.791Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28472026-06-05T19:43:21.969Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-06-05T19:43:22.022Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28492026-06-05T19:43:22.207Z Compiling nix v0.27.1
28502026-06-05T19:43:23.420Z Compiling twox-hash v2.1.2
28512026-06-05T19:43:23.676Z Compiling serde_bytes v0.11.19
28522026-06-05T19:43:23.797Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28532026-06-05T19:43:23.934Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28542026-06-05T19:43:24.011Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-05T19:43:24.194Z Compiling tokio-tungstenite v0.23.1
28562026-06-05T19:43:24.589Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28572026-06-05T19:43:24.620Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28582026-06-05T19:43:24.890Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28592026-06-05T19:43:27.221Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28602026-06-05T19:43:27.885Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28612026-06-05T19:43:28.573Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-06-05T19:43:28.666Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28632026-06-05T19:43:28.999Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28642026-06-05T19:43:29.106Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-06-05T19:43:29.134Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-06-05T19:43:29.687Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-06-05T19:43:30.315Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28682026-06-05T19:43:30.428Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-06-05T19:43:32.232Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28702026-06-05T19:43:33.243Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28712026-06-05T19:43:33.587Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28722026-06-05T19:43:34.372Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28732026-06-05T19:43:34.637Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28742026-06-05T19:43:35.391Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28752026-06-05T19:43:35.839Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28762026-06-05T19:43:36.159Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28772026-06-05T19:43:36.937Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-06-05T19:43:36.964Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28792026-06-05T19:43:37.163Z Compiling signal-hook-tokio v0.3.1
28802026-06-05T19:43:37.254Z Compiling fatfs v0.3.6
28812026-06-05T19:43:37.360Z Compiling yasna v0.5.2
28822026-06-05T19:43:37.770Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-06-05T19:43:37.933Z Compiling assert_matches v1.5.0
28842026-06-05T19:43:38.048Z Compiling seq-macro v0.3.6
28852026-06-05T19:43:38.485Z Compiling is_ci v1.2.0
28862026-06-05T19:43:38.545Z Compiling rcgen v0.12.1
28872026-06-05T19:43:38.732Z Compiling supports-color v3.0.2
28882026-06-05T19:43:38.874Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-06-05T19:43:38.982Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28902026-06-05T19:43:39.323Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28912026-06-05T19:43:39.981Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28922026-06-05T19:43:40.182Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28932026-06-05T19:43:40.227Z Compiling rtoolbox v0.0.3
28942026-06-05T19:43:40.413Z Compiling subprocess v0.2.15
28952026-06-05T19:43:40.546Z Compiling rpassword v7.4.0
28962026-06-05T19:43:40.871Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-06-05T19:43:41.566Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-06-05T19:43:42.688Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-06-05T19:43:42.830Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-06-05T19:43:43.083Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29012026-06-05T19:43:43.192Z Compiling tui-tree-widget v0.23.1
29022026-06-05T19:43:43.484Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-06-05T19:43:43.858Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-06-05T19:43:44.397Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-06-05T19:43:45.372Z Compiling uzers v0.12.2
29062026-06-05T19:43:46.105Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-06-05T19:43:46.890Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-06-05T19:43:48.069Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-06-05T19:43:49.947Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-06-05T19:43:52.325Z Compiling support-bundle-viewer v0.1.2
29112026-06-05T19:43:53.089Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-06-05T19:43:54.282Z Compiling multimap v0.10.1
29132026-06-05T19:43:59.337Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-06-05T19:44:09.166Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29152026-06-05T19:44:16.127Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29162026-06-05T19:44:17.113Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29172026-06-05T19:44:18.882Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29182026-06-05T19:51:23.856Z Finished `release` profile [optimized] target(s) in 9m 28s
29192026-06-05T19:52:10.981Z
29202026-06-05T19:52:10.984Zreal 10:16.291301273
29212026-06-05T19:52:10.985Zuser 1:22:54.850961032
29222026-06-05T19:52:10.985Zsys 3:40.363328071
29232026-06-05T19:52:10.985Ztrap 1.847281159
29242026-06-05T19:52:10.985Ztflt 2.602100211
29252026-06-05T19:52:10.985Zdflt 17.605917590
29262026-06-05T19:52:10.985Zkflt 0.006881200
29272026-06-05T19:52:10.985Zlock 7:32:18.757145098
29282026-06-05T19:52:10.985Zslp 2:23:55.955536335
29292026-06-05T19:52:10.985Zlat 2:33.286964834
29302026-06-05T19:52:10.985Zstop 5:34.189340481
29312026-06-05T19:52:10.985Z+ mapfile -t packages
29322026-06-05T19:52:10.985Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29332026-06-05T19:52:11.970Z Finished `release` profile [optimized] target(s) in 0.97s
29342026-06-05T19:52:12.042Z Running `target/release/omicron-package -t test list-outputs`
29352026-06-05T19:52:12.104ZLogging to: /work/oxidecomputer/omicron/out/LOG
29362026-06-05T19:52:12.110Z+ ptime -m cargo build --locked --release -p xtask
29372026-06-05T19:52:12.652Z Compiling libc v0.2.185
29382026-06-05T19:52:12.652Z Compiling serde v1.0.228
29392026-06-05T19:52:12.656Z Compiling serde_core v1.0.228
29402026-06-05T19:52:12.656Z Compiling rustix v1.1.3
29412026-06-05T19:52:12.656Z Compiling serde_json v1.0.149
29422026-06-05T19:52:12.656Z Compiling bitflags v2.11.0
29432026-06-05T19:52:12.810Z Compiling num-traits v0.2.19
29442026-06-05T19:52:12.822Z Compiling syn v2.0.117
29452026-06-05T19:52:12.844Z Compiling smallvec v1.15.1
29462026-06-05T19:52:12.852Z Compiling indexmap v2.14.0
29472026-06-05T19:52:12.865Z Compiling usdt-impl v0.5.0
29482026-06-05T19:52:12.878Z Compiling syn v1.0.109
29492026-06-05T19:52:12.891Z Compiling percent-encoding v2.3.2
29502026-06-05T19:52:12.906Z Compiling log v0.4.29
29512026-06-05T19:52:13.023Z Compiling getrandom v0.4.1
29522026-06-05T19:52:13.143Z Compiling form_urlencoded v1.2.2
29532026-06-05T19:52:13.229Z Compiling fs-err v3.3.0
29542026-06-05T19:52:13.256Z Compiling heck v0.4.1
29552026-06-05T19:52:13.260Z Compiling anyhow v1.0.102
29562026-06-05T19:52:13.280Z Compiling once_cell v1.21.3
29572026-06-05T19:52:13.471Z Compiling errno v0.3.14
29582026-06-05T19:52:13.474Z Compiling thread-id v4.2.2
29592026-06-05T19:52:13.549Z Compiling memmap v0.7.0
29602026-06-05T19:52:13.818Z Compiling ordered-float v2.10.1
29612026-06-05T19:52:14.364Z Compiling proc-macro-error v1.0.4
29622026-06-05T19:52:14.490Z Compiling terminal_size v0.4.3
29632026-06-05T19:52:14.490Z Compiling tempfile v3.25.0
29642026-06-05T19:52:14.597Z Compiling clap_builder v4.6.0
29652026-06-05T19:52:14.597Z Compiling textwrap v0.16.2
29662026-06-05T19:52:14.621Z Compiling tabled_derive v0.7.0
29672026-06-05T19:52:14.721Z Compiling camino-tempfile v1.4.1
29682026-06-05T19:52:15.284Z Compiling tabled v0.15.0
29692026-06-05T19:52:15.399Z Compiling synstructure v0.13.2
29702026-06-05T19:52:15.399Z Compiling pest_generator v2.8.6
29712026-06-05T19:52:15.791Z Compiling serde_derive v1.0.228
29722026-06-05T19:52:15.794Z Compiling zerovec-derive v0.11.2
29732026-06-05T19:52:15.794Z Compiling displaydoc v0.2.5
29742026-06-05T19:52:15.794Z Compiling thiserror-impl v1.0.69
29752026-06-05T19:52:15.794Z Compiling zerocopy-derive v0.7.35
29762026-06-05T19:52:15.795Z Compiling scroll_derive v0.12.1
29772026-06-05T19:52:15.795Z Compiling thiserror-impl v2.0.18
29782026-06-05T19:52:15.795Z Compiling clap_derive v4.6.1
29792026-06-05T19:52:15.800Z Compiling zerofrom-derive v0.1.6
29802026-06-05T19:52:15.947Z Compiling yoke-derive v0.8.1
29812026-06-05T19:52:16.533Z Compiling pest_derive v2.8.6
29822026-06-05T19:52:16.615Z Compiling scroll v0.12.0
29832026-06-05T19:52:16.719Z Compiling zerocopy v0.7.35
29842026-06-05T19:52:16.898Z Compiling goblin v0.8.2
29852026-06-05T19:52:17.015Z Compiling zerofrom v0.1.6
29862026-06-05T19:52:17.100Z Compiling thiserror v1.0.69
29872026-06-05T19:52:17.125Z Compiling thiserror v2.0.18
29882026-06-05T19:52:17.163Z Compiling yoke v0.8.1
29892026-06-05T19:52:17.224Z Compiling dtrace-parser v0.2.0
29902026-06-05T19:52:17.379Z Compiling zerovec v0.11.5
29912026-06-05T19:52:17.393Z Compiling zerotrie v0.2.3
29922026-06-05T19:52:17.546Z Compiling clap v4.6.1
29932026-06-05T19:52:18.016Z Compiling tinystr v0.8.2
29942026-06-05T19:52:18.258Z Compiling icu_locale_core v2.1.1
29952026-06-05T19:52:19.323Z Compiling potential_utf v0.1.4
29962026-06-05T19:52:19.521Z Compiling icu_collections v2.1.1
29972026-06-05T19:52:19.534Z Compiling icu_provider v2.1.1
29982026-06-05T19:52:19.603Z Compiling serde_spanned v0.6.9
29992026-06-05T19:52:19.676Z Compiling toml_datetime v0.6.11
30002026-06-05T19:52:19.676Z Compiling dof v0.3.0
30012026-06-05T19:52:19.676Z Compiling serde-value v0.7.0
30022026-06-05T19:52:19.695Z Compiling cargo-platform v0.2.0
30032026-06-05T19:52:19.719Z Compiling macaddr v1.0.1
30042026-06-05T19:52:19.976Z Compiling icu_properties v2.1.2
30052026-06-05T19:52:20.001Z Compiling icu_normalizer v2.1.1
30062026-06-05T19:52:20.056Z Compiling toml_edit v0.22.27
30072026-06-05T19:52:20.077Z Compiling serde_tokenstream v0.2.3
30082026-06-05T19:52:20.810Z Compiling usdt-macro v0.5.0
30092026-06-05T19:52:20.822Z Compiling usdt-attr-macro v0.5.0
30102026-06-05T19:52:20.870Z Compiling idna_adapter v1.2.1
30112026-06-05T19:52:20.984Z Compiling idna v1.1.0
30122026-06-05T19:52:21.307Z Compiling url v2.5.8
30132026-06-05T19:52:21.427Z Compiling usdt v0.5.0
30142026-06-05T19:52:21.602Z Compiling toml v0.8.23
30152026-06-05T19:52:22.055Z Compiling cargo-util-schemas v0.8.2
30162026-06-05T19:52:22.055Z Compiling cargo_toml v0.21.0
30172026-06-05T19:52:23.097Z Compiling cargo_metadata v0.21.0
30182026-06-05T19:52:26.228Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-06-05T19:52:29.271Z Finished `release` profile [optimized] target(s) in 17.15s
30202026-06-05T19:52:29.437Z
30212026-06-05T19:52:29.440Zreal 17.290193619
30222026-06-05T19:52:29.441Zuser 2:25.703510412
30232026-06-05T19:52:29.441Zsys 16.918149303
30242026-06-05T19:52:29.441Ztrap 0.097027561
30252026-06-05T19:52:29.441Ztflt 0.677777164
30262026-06-05T19:52:29.441Zdflt 1.517874166
30272026-06-05T19:52:29.441Zkflt 0.000094110
30282026-06-05T19:52:29.441Zlock 5:23.909694952
30292026-06-05T19:52:29.441Zslp 3:26.122572892
30302026-06-05T19:52:29.441Zlat 6.637217811
30312026-06-05T19:52:29.441Zstop 19.991076602
30322026-06-05T19:52:29.441Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-06-05T19:52:29.442Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-06-05T19:52:29.442Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-06-05T19:52:29.442Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-06-05T19:52:29.442Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-06-05T19:52:30.413Z Compiling progenitor-client v0.14.0
30382026-06-05T19:52:30.413Z Compiling newtype-uuid-macros v0.1.0
30392026-06-05T19:52:30.417Z Compiling structmeta-derive v0.3.0
30402026-06-05T19:52:30.417Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-06-05T19:52:30.417Z Compiling rustls v0.22.4
30422026-06-05T19:52:30.417Z Compiling rustls-webpki v0.102.8
30432026-06-05T19:52:30.417Z Compiling multer v3.1.0
30442026-06-05T19:52:30.417Z Compiling debug-ignore v1.0.5
30452026-06-05T19:52:30.417Z Compiling match_cfg v0.1.0
30462026-06-05T19:52:30.417Z Compiling compression-core v0.4.31
30472026-06-05T19:52:30.563Z Compiling slog-json v2.6.1
30482026-06-05T19:52:30.566Z Compiling async-stream-impl v0.3.6
30492026-06-05T19:52:30.622Z Compiling toml_datetime v1.0.0+spec-1.1.0
30502026-06-05T19:52:30.625Z Compiling serde_spanned v1.0.4
30512026-06-05T19:52:30.640Z Compiling dropshot v0.17.0
30522026-06-05T19:52:30.657Z Compiling toml_writer v1.0.6+spec-1.1.0
30532026-06-05T19:52:30.707Z Compiling hostname v0.3.1
30542026-06-05T19:52:30.725Z Compiling itertools v0.14.0
30552026-06-05T19:52:30.874Z Compiling compression-codecs v0.4.37
30562026-06-05T19:52:30.892Z Compiling waitgroup v0.1.2
30572026-06-05T19:52:30.895Z Compiling rustls-pemfile v2.2.0
30582026-06-05T19:52:30.944Z Compiling toml v1.0.6+spec-1.1.0
30592026-06-05T19:52:30.996Z Compiling slog-bunyan v2.5.0
30602026-06-05T19:52:31.032Z Compiling dropshot_endpoint v0.17.0
30612026-06-05T19:52:31.032Z Compiling serde_path_to_error v0.1.20
30622026-06-05T19:52:31.082Z Compiling async-compression v0.4.41
30632026-06-05T19:52:31.118Z Compiling hostname v0.4.2
30642026-06-05T19:52:31.140Z Compiling regress v0.10.5
30652026-06-05T19:52:31.143Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-06-05T19:52:31.176Z Compiling macaddr v1.0.1
30672026-06-05T19:52:31.198Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-06-05T19:52:31.279Z Compiling instant v0.1.13
30692026-06-05T19:52:31.331Z Compiling async-stream v0.3.6
30702026-06-05T19:52:31.347Z Compiling backon v1.6.0
30712026-06-05T19:52:31.363Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30722026-06-05T19:52:31.409Z Compiling backoff v0.4.0
30732026-06-05T19:52:31.426Z Compiling progenitor-client v0.10.0
30742026-06-05T19:52:31.429Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30752026-06-05T19:52:31.462Z Compiling humantime v2.3.0
30762026-06-05T19:52:31.465Z Compiling universal-hash v0.5.1
30772026-06-05T19:52:31.528Z Compiling progenitor-extras v0.2.0
30782026-06-05T19:52:31.588Z Compiling opaque-debug v0.3.1
30792026-06-05T19:52:31.633Z Compiling half v2.7.1
30802026-06-05T19:52:31.651Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-06-05T19:52:31.667Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-06-05T19:52:31.683Z Compiling crucible-workspace-hack v0.1.0
30832026-06-05T19:52:31.686Z Compiling ciborium-io v0.2.2
30842026-06-05T19:52:31.714Z Compiling structmeta v0.3.0
30852026-06-05T19:52:31.754Z Compiling convert_case v0.4.0
30862026-06-05T19:52:31.783Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30872026-06-05T19:52:31.812Z Compiling aead v0.5.2
30882026-06-05T19:52:31.830Z Compiling secrecy v0.10.3
30892026-06-05T19:52:31.833Z Compiling poly1305 v0.8.0
30902026-06-05T19:52:31.868Z Compiling chacha20 v0.9.1
30912026-06-05T19:52:31.911Z Compiling ciborium-ll v0.2.2
30922026-06-05T19:52:31.958Z Compiling derive-ex v0.1.8
30932026-06-05T19:52:31.978Z Compiling parse-display-derive v0.10.0
30942026-06-05T19:52:32.047Z Compiling regress v0.11.1
30952026-06-05T19:52:32.078Z Compiling unsafe-libyaml v0.2.11
30962026-06-05T19:52:32.097Z Compiling ciborium v0.2.2
30972026-06-05T19:52:32.116Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30982026-06-05T19:52:32.158Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-06-05T19:52:32.176Z Compiling derive_more v0.99.20
31002026-06-05T19:52:32.180Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31012026-06-05T19:52:32.318Z Compiling thiserror-impl-no-std v2.0.2
31022026-06-05T19:52:32.338Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31032026-06-05T19:52:32.394Z Compiling byte-wrapper v0.1.0
31042026-06-05T19:52:32.526Z Compiling blake2 v0.10.6
31052026-06-05T19:52:32.551Z Compiling password-hash v0.5.0
31062026-06-05T19:52:32.649Z Compiling serde_yaml v0.9.34+deprecated
31072026-06-05T19:52:32.733Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31082026-06-05T19:52:32.764Z Compiling toml_datetime v0.7.5+spec-1.1.0
31092026-06-05T19:52:32.822Z Compiling argon2 v0.5.3
31102026-06-05T19:52:32.855Z Compiling chacha20poly1305 v0.10.1
31112026-06-05T19:52:32.920Z Compiling tokio-rustls v0.25.0
31122026-06-05T19:52:33.004Z Compiling toml_edit v0.23.10+spec-1.0.0
31132026-06-05T19:52:33.036Z Compiling indent_write v2.2.0
31142026-06-05T19:52:33.054Z Compiling heapless v0.8.0
31152026-06-05T19:52:33.127Z Compiling ingot-macros v0.1.1
31162026-06-05T19:52:33.209Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31172026-06-05T19:52:33.516Z Compiling tabwriter v1.4.1
31182026-06-05T19:52:33.587Z Compiling proc-macro-crate v3.4.0
31192026-06-05T19:52:33.604Z Compiling thiserror-no-std v2.0.2
31202026-06-05T19:52:33.719Z Compiling typify-impl v0.6.2
31212026-06-05T19:52:33.765Z Compiling test-strategy v0.4.5
31222026-06-05T19:52:33.785Z Compiling vsss-rs v3.3.4
31232026-06-05T19:52:33.801Z Compiling parse-display v0.10.0
31242026-06-05T19:52:34.091Z Compiling hash32 v0.3.1
31252026-06-05T19:52:34.136Z Compiling smoltcp v0.11.0
31262026-06-05T19:52:34.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31272026-06-05T19:52:34.186Z Compiling num-rational v0.4.2
31282026-06-05T19:52:34.189Z Compiling num_enum_derive v0.7.6
31292026-06-05T19:52:34.439Z Compiling cobs v0.3.0
31302026-06-05T19:52:34.457Z Compiling num-complex v0.4.6
31312026-06-05T19:52:34.497Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31322026-06-05T19:52:34.542Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31332026-06-05T19:52:34.628Z Compiling colored v3.1.1
31342026-06-05T19:52:34.667Z Compiling postcard v1.1.3
31352026-06-05T19:52:34.791Z Compiling proc-macro-error v1.0.4
31362026-06-05T19:52:34.817Z Compiling num v0.4.3
31372026-06-05T19:52:34.831Z Compiling proc-macro-crate v1.3.1
31382026-06-05T19:52:34.883Z Compiling atomicwrites v0.4.4
31392026-06-05T19:52:34.902Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31402026-06-05T19:52:34.920Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31412026-06-05T19:52:35.031Z Compiling foreign-types-macros v0.2.3
31422026-06-05T19:52:35.055Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31432026-06-05T19:52:35.110Z Compiling float-ord v0.3.2
31442026-06-05T19:52:35.140Z Compiling cpufeatures v0.3.0
31452026-06-05T19:52:35.244Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31462026-06-05T19:52:35.263Z Compiling foreign-types-shared v0.3.1
31472026-06-05T19:52:35.267Z Compiling rayon-core v1.13.0
31482026-06-05T19:52:35.318Z Compiling num_enum_derive v0.5.11
31492026-06-05T19:52:35.343Z Compiling chacha20 v0.10.0
31502026-06-05T19:52:35.361Z Compiling num_enum v0.7.6
31512026-06-05T19:52:35.394Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31522026-06-05T19:52:35.440Z Compiling crossbeam-deque v0.8.6
31532026-06-05T19:52:35.458Z Compiling camino-tempfile v1.4.1
31542026-06-05T19:52:35.521Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-06-05T19:52:35.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31562026-06-05T19:52:35.556Z Compiling cstr-argument v0.1.2
31572026-06-05T19:52:35.559Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31582026-06-05T19:52:35.695Z Compiling foreign-types v0.5.0
31592026-06-05T19:52:35.712Z Compiling rand v0.10.0
31602026-06-05T19:52:35.732Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31612026-06-05T19:52:35.751Z Compiling toml v0.8.23
31622026-06-05T19:52:35.804Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31632026-06-05T19:52:35.828Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31642026-06-05T19:52:35.972Z Compiling zone_cfg_derive v0.3.1
31652026-06-05T19:52:36.013Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31662026-06-05T19:52:36.031Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31672026-06-05T19:52:36.054Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31682026-06-05T19:52:36.088Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-06-05T19:52:36.107Z Compiling rayon v1.11.0
31702026-06-05T19:52:36.150Z Compiling ingot-types v0.1.2
31712026-06-05T19:52:36.169Z Compiling itertools v0.12.1
31722026-06-05T19:52:36.190Z Compiling num-derive v0.4.2
31732026-06-05T19:52:36.217Z Compiling sigpipe v0.1.3
31742026-06-05T19:52:36.291Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31752026-06-05T19:52:36.329Z Compiling glob v0.3.3
31762026-06-05T19:52:36.428Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31772026-06-05T19:52:36.458Z Compiling num_enum v0.5.11
31782026-06-05T19:52:36.577Z Compiling ingot v0.1.1
31792026-06-05T19:52:36.622Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31802026-06-05T19:52:36.641Z Compiling smf v0.2.3
31812026-06-05T19:52:36.660Z Compiling whoami v1.6.1
31822026-06-05T19:52:36.681Z Compiling prettyplease v0.2.37
31832026-06-05T19:52:36.737Z Compiling usdt-macro v0.5.0
31842026-06-05T19:52:36.794Z Compiling usdt-attr-macro v0.5.0
31852026-06-05T19:52:36.814Z Compiling gethostname v0.5.0
31862026-06-05T19:52:36.982Z Compiling memmap v0.7.0
31872026-06-05T19:52:37.000Z Compiling derive-where v1.6.0
31882026-06-05T19:52:37.211Z Compiling resolv-conf v0.7.6
31892026-06-05T19:52:37.228Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31902026-06-05T19:52:37.231Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31912026-06-05T19:52:37.231Z Compiling owo-colors v4.3.0
31922026-06-05T19:52:37.397Z Compiling cancel-safe-futures v0.1.5
31932026-06-05T19:52:37.531Z Compiling zone v0.3.1
31942026-06-05T19:52:37.558Z Compiling libsw-core v0.3.2
31952026-06-05T19:52:37.597Z Compiling console v0.15.11
31962026-06-05T19:52:37.680Z Compiling usdt v0.5.0
31972026-06-05T19:52:37.683Z Compiling hickory-proto v0.24.4
31982026-06-05T19:52:37.758Z Compiling libsw v3.5.0
31992026-06-05T19:52:37.975Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32002026-06-05T19:52:37.992Z Compiling newline-converter v0.3.0
32012026-06-05T19:52:38.050Z Compiling linear-map v1.2.0
32022026-06-05T19:52:38.068Z Compiling linked-hash-map v0.5.6
32032026-06-05T19:52:38.071Z Compiling libefi-sys v0.1.0
32042026-06-05T19:52:38.135Z Compiling expectorate v1.2.0
32052026-06-05T19:52:38.243Z Compiling lru-cache v0.1.2
32062026-06-05T19:52:38.261Z Compiling git-stub v1.0.0
32072026-06-05T19:52:38.324Z Compiling bitfield-struct v0.6.2
32082026-06-05T19:52:38.324Z Compiling nom v8.0.0
32092026-06-05T19:52:38.324Z Compiling semver v0.1.20
32102026-06-05T19:52:38.349Z Compiling tokio-dtrace v0.1.1
32112026-06-05T19:52:38.400Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32122026-06-05T19:52:38.423Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32132026-06-05T19:52:38.493Z Compiling typify-macro v0.6.2
32142026-06-05T19:52:38.511Z Compiling git-stub-vcs v0.1.0
32152026-06-05T19:52:38.562Z Compiling rustc_version v0.1.7
32162026-06-05T19:52:38.598Z Compiling dropshot-api-manager-types v0.7.2
32172026-06-05T19:52:38.616Z Compiling slog-dtrace v0.3.0
32182026-06-05T19:52:38.635Z Compiling minimal-lexical v0.2.1
32192026-06-05T19:52:38.663Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-05T19:52:38.682Z Compiling oxide-tokio-rt v0.1.4
32212026-06-05T19:52:38.771Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32222026-06-05T19:52:38.833Z Compiling newtype_derive v0.1.6
32232026-06-05T19:52:38.909Z Compiling nom v7.1.3
32242026-06-05T19:52:38.926Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32252026-06-05T19:52:38.929Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32262026-06-05T19:52:38.929Z Compiling phf_shared v0.12.1
32272026-06-05T19:52:38.982Z Compiling csv-core v0.1.13
32282026-06-05T19:52:39.006Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-06-05T19:52:39.023Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32302026-06-05T19:52:39.026Z Compiling xshell-macros v0.2.7
32312026-06-05T19:52:39.057Z Compiling chrono-tz v0.10.4
32322026-06-05T19:52:39.136Z Compiling highway v1.3.0
32332026-06-05T19:52:39.171Z Compiling phf v0.12.1
32342026-06-05T19:52:39.268Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-06-05T19:52:39.330Z Compiling csv v1.4.0
32362026-06-05T19:52:39.357Z Compiling const_format_proc_macros v0.2.34
32372026-06-05T19:52:39.457Z Compiling xshell v0.2.7
32382026-06-05T19:52:39.600Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-05T19:52:39.617Z Compiling primeorder v0.13.6
32402026-06-05T19:52:39.698Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32412026-06-05T19:52:39.842Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-06-05T19:52:39.908Z Compiling hickory-resolver v0.24.4
32432026-06-05T19:52:40.001Z Compiling tabled_derive v0.7.0
32442026-06-05T19:52:40.030Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-06-05T19:52:40.102Z Compiling bcs v0.1.6
32462026-06-05T19:52:40.263Z Compiling salty v0.3.0
32472026-06-05T19:52:40.286Z Compiling const_format v0.2.35
32482026-06-05T19:52:40.362Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32492026-06-05T19:52:40.405Z Compiling typify v0.6.2
32502026-06-05T19:52:40.481Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32512026-06-05T19:52:40.543Z Compiling progenitor-impl v0.14.0
32522026-06-05T19:52:40.561Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-06-05T19:52:40.647Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32542026-06-05T19:52:40.677Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-06-05T19:52:40.743Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32562026-06-05T19:52:40.913Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32572026-06-05T19:52:41.061Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32582026-06-05T19:52:41.078Z Compiling qorb v0.4.1
32592026-06-05T19:52:41.172Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32602026-06-05T19:52:41.233Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-06-05T19:52:41.307Z Compiling tagptr v0.2.0
32622026-06-05T19:52:41.307Z Compiling termtree v0.5.1
32632026-06-05T19:52:41.504Z Compiling moka v0.12.13
32642026-06-05T19:52:41.556Z Compiling textwrap v0.16.2
32652026-06-05T19:52:41.592Z Compiling tabled v0.15.0
32662026-06-05T19:52:41.754Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-06-05T19:52:42.011Z Compiling steno v0.4.1
32682026-06-05T19:52:42.090Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-06-05T19:52:42.133Z Compiling base64 v0.21.7
32702026-06-05T19:52:42.218Z Compiling radium v0.7.0
32712026-06-05T19:52:42.320Z Compiling hickory-resolver v0.25.2
32722026-06-05T19:52:42.393Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32732026-06-05T19:52:42.411Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-06-05T19:52:42.501Z Compiling p384 v0.13.1
32752026-06-05T19:52:42.553Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32762026-06-05T19:52:42.728Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32772026-06-05T19:52:42.746Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32782026-06-05T19:52:43.043Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-06-05T19:52:43.062Z Compiling typify-impl v0.4.3
32802026-06-05T19:52:43.118Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32812026-06-05T19:52:43.222Z Compiling tap v1.0.1
32822026-06-05T19:52:43.320Z Compiling maybe-uninit v2.0.0
32832026-06-05T19:52:43.367Z Compiling progenitor-macro v0.14.0
32842026-06-05T19:52:43.385Z Compiling wyz v0.5.1
32852026-06-05T19:52:43.613Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-06-05T19:52:43.699Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-06-05T19:52:43.720Z Compiling proc-macro-error-attr2 v2.0.0
32882026-06-05T19:52:43.882Z Compiling parking_lot_core v0.8.6
32892026-06-05T19:52:44.074Z Compiling packed_struct v0.10.1
32902026-06-05T19:52:44.086Z Compiling funty v2.0.0
32912026-06-05T19:52:44.209Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-06-05T19:52:44.237Z Compiling utf-8 v0.7.6
32932026-06-05T19:52:44.319Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-06-05T19:52:44.379Z Compiling tungstenite v0.21.0
32952026-06-05T19:52:44.402Z Compiling proc-macro-error2 v2.0.1
32962026-06-05T19:52:44.467Z Compiling bitvec v1.0.1
32972026-06-05T19:52:44.521Z Compiling polyval v0.6.2
32982026-06-05T19:52:44.579Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32992026-06-05T19:52:44.706Z Compiling packed_struct_codegen v0.10.1
33002026-06-05T19:52:44.735Z Compiling num-derive v0.3.3
33012026-06-05T19:52:44.766Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33022026-06-05T19:52:44.785Z Compiling bitfield-macros v0.19.4
33032026-06-05T19:52:44.863Z Compiling zerocopy-derive v0.6.6
33042026-06-05T19:52:44.909Z Compiling indexmap v1.9.3
33052026-06-05T19:52:45.040Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33062026-06-05T19:52:45.142Z Compiling nodrop v0.1.14
33072026-06-05T19:52:45.264Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33082026-06-05T19:52:45.269Z Compiling crc-catalog v2.4.0
33092026-06-05T19:52:45.301Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-06-05T19:52:45.399Z Compiling crc v3.4.0
33112026-06-05T19:52:45.445Z Compiling array-init v0.0.4
33122026-06-05T19:52:45.552Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33132026-06-05T19:52:45.572Z Compiling bitfield v0.19.4
33142026-06-05T19:52:45.655Z Compiling tokio-tungstenite v0.21.0
33152026-06-05T19:52:45.718Z Compiling libscf-sys v1.1.0
33162026-06-05T19:52:45.814Z Compiling zerocopy v0.6.6
33172026-06-05T19:52:45.844Z Compiling tabled_derive v0.11.0
33182026-06-05T19:52:45.886Z Compiling ghash v0.5.1
33192026-06-05T19:52:45.905Z Compiling smallvec v0.6.14
33202026-06-05T19:52:46.024Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-06-05T19:52:46.063Z Compiling papergrid v0.17.0
33222026-06-05T19:52:46.152Z Compiling testing_table v0.3.0
33232026-06-05T19:52:46.191Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-06-05T19:52:46.248Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33252026-06-05T19:52:46.351Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-06-05T19:52:46.377Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33272026-06-05T19:52:46.397Z Compiling ctr v0.9.2
33282026-06-05T19:52:46.451Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-06-05T19:52:46.639Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-06-05T19:52:46.658Z Compiling illumos-nvpair-sys v0.2.0
33312026-06-05T19:52:46.676Z Compiling corncobs v0.1.4
33322026-06-05T19:52:46.830Z Compiling unicase v2.9.0
33332026-06-05T19:52:46.848Z Compiling hashbrown v0.12.3
33342026-06-05T19:52:46.908Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-05T19:52:46.937Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-06-05T19:52:46.975Z Compiling aes-gcm v0.10.3
33372026-06-05T19:52:46.999Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-06-05T19:52:47.027Z Compiling parking_lot v0.11.2
33392026-06-05T19:52:47.068Z Compiling mime_guess v2.0.5
33402026-06-05T19:52:47.161Z Compiling tabled v0.20.0
33412026-06-05T19:52:47.204Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33422026-06-05T19:52:47.395Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-06-05T19:52:47.416Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-06-05T19:52:47.445Z Compiling serde-hex v0.1.0
33452026-06-05T19:52:47.462Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33462026-06-05T19:52:47.682Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33472026-06-05T19:52:47.811Z Compiling ron v0.8.1
33482026-06-05T19:52:47.830Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-06-05T19:52:47.851Z Compiling typify-macro v0.4.3
33502026-06-05T19:52:47.869Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33512026-06-05T19:52:47.890Z Compiling hashbrown v0.13.2
33522026-06-05T19:52:47.907Z Compiling progenitor-client v0.11.2
33532026-06-05T19:52:48.051Z Compiling prefix-trie v0.7.0
33542026-06-05T19:52:48.273Z Compiling blowfish v0.9.1
33552026-06-05T19:52:48.377Z Compiling ssh-encoding v0.2.0
33562026-06-05T19:52:48.432Z Compiling fxhash v0.2.1
33572026-06-05T19:52:48.489Z Compiling secrecy v0.8.0
33582026-06-05T19:52:48.561Z Compiling crc-any v2.5.0
33592026-06-05T19:52:48.606Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-06-05T19:52:48.691Z Compiling ssh-cipher v0.2.0
33612026-06-05T19:52:48.716Z Compiling progenitor v0.14.0
33622026-06-05T19:52:48.859Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33632026-06-05T19:52:48.862Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33642026-06-05T19:52:48.987Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33652026-06-05T19:52:49.187Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33662026-06-05T19:52:49.281Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33672026-06-05T19:52:49.344Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33682026-06-05T19:52:49.430Z Compiling sled v0.34.7
33692026-06-05T19:52:49.508Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-06-05T19:52:49.704Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33712026-06-05T19:52:49.744Z Compiling typify v0.4.3
33722026-06-05T19:52:49.787Z Compiling bcrypt-pbkdf v0.10.0
33732026-06-05T19:52:49.805Z Compiling hickory-server v0.25.2
33742026-06-05T19:52:49.861Z Compiling progenitor-impl v0.11.2
33752026-06-05T19:52:49.896Z Compiling object v0.30.4
33762026-06-05T19:52:50.100Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-06-05T19:52:50.122Z Compiling password-hash v0.4.2
33782026-06-05T19:52:50.142Z Compiling http-range v0.1.5
33792026-06-05T19:52:50.161Z Compiling crc8 v0.1.1
33802026-06-05T19:52:50.365Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33812026-06-05T19:52:50.369Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33822026-06-05T19:52:50.559Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33832026-06-05T19:52:50.875Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-06-05T19:52:50.903Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33852026-06-05T19:52:51.411Z Compiling half v1.8.3
33862026-06-05T19:52:51.688Z Compiling path-slash v0.1.5
33872026-06-05T19:52:51.738Z Compiling serde_cbor v0.11.2
33882026-06-05T19:52:51.801Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-06-05T19:52:51.881Z Compiling pbkdf2 v0.11.0
33902026-06-05T19:52:51.956Z Compiling illumos-nvpair v0.3.0
33912026-06-05T19:52:52.107Z Compiling ssh-key v0.6.7
33922026-06-05T19:52:52.371Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33932026-06-05T19:52:52.484Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33942026-06-05T19:52:52.617Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-06-05T19:52:52.715Z Compiling progenitor-macro v0.11.2
33962026-06-05T19:52:52.810Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33972026-06-05T19:52:52.994Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33982026-06-05T19:52:52.997Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33992026-06-05T19:52:53.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-06-05T19:52:53.434Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-06-05T19:52:53.452Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-06-05T19:52:53.539Z Compiling p521 v0.13.3
34032026-06-05T19:52:53.557Z Compiling p256 v0.13.2
34042026-06-05T19:52:53.576Z Compiling yasna v0.5.2
34052026-06-05T19:52:53.667Z Compiling kstat-rs v0.2.4
34062026-06-05T19:52:53.873Z Compiling headers-core v0.3.0
34072026-06-05T19:52:53.902Z Compiling nanorand v0.7.0
34082026-06-05T19:52:53.982Z Compiling atty v0.2.14
34092026-06-05T19:52:54.005Z Compiling russh-cryptovec v0.7.3
34102026-06-05T19:52:54.033Z Compiling md5 v0.7.0
34112026-06-05T19:52:54.055Z Compiling home v0.5.12
34122026-06-05T19:52:54.060Z Compiling rcgen v0.12.1
34132026-06-05T19:52:54.134Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34142026-06-05T19:52:54.226Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-06-05T19:52:54.252Z Compiling russh-keys v0.45.0
34162026-06-05T19:52:54.260Z Compiling flume v0.11.1
34172026-06-05T19:52:54.307Z Compiling headers v0.4.1
34182026-06-05T19:52:54.326Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34192026-06-05T19:52:54.341Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-06-05T19:52:54.598Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34212026-06-05T19:52:54.623Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34222026-06-05T19:52:54.650Z Compiling hyper-staticfile v0.10.1
34232026-06-05T19:52:54.935Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34242026-06-05T19:52:54.978Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-06-05T19:52:55.022Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-06-05T19:52:55.072Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-06-05T19:52:55.158Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34282026-06-05T19:52:55.226Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-06-05T19:52:55.230Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34302026-06-05T19:52:55.389Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34312026-06-05T19:52:55.432Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-06-05T19:52:55.651Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34332026-06-05T19:52:55.720Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-06-05T19:52:55.725Z Compiling num-bigint v0.4.6
34352026-06-05T19:52:55.768Z Compiling des v0.8.1
34362026-06-05T19:52:55.875Z Compiling subprocess v0.2.15
34372026-06-05T19:52:55.912Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-06-05T19:52:55.940Z Compiling display-error-chain v0.2.2
34392026-06-05T19:52:56.010Z Compiling hex-literal v0.4.1
34402026-06-05T19:52:56.056Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-06-05T19:52:56.109Z Compiling colored v2.2.0
34422026-06-05T19:52:56.128Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34432026-06-05T19:52:56.128Z Compiling socket2 v0.5.10
34442026-06-05T19:52:56.157Z Compiling internet-checksum v0.2.1
34452026-06-05T19:52:56.382Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-06-05T19:52:56.616Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34472026-06-05T19:52:57.051Z Compiling russh v0.45.0
34482026-06-05T19:52:57.692Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34492026-06-05T19:52:57.711Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34502026-06-05T19:52:57.829Z Compiling progenitor v0.11.2
34512026-06-05T19:52:57.961Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34522026-06-05T19:53:00.165Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-06-05T19:53:00.849Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-06-05T19:53:01.320Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-06-05T19:53:03.122Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-06-05T19:53:03.716Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34572026-06-05T19:53:11.210Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34582026-06-05T19:53:11.210Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34592026-06-05T19:53:11.214Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-06-05T19:53:11.214Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34612026-06-05T19:53:12.977Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34622026-06-05T19:53:13.035Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34632026-06-05T19:53:17.195Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34642026-06-05T19:53:57.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34652026-06-05T19:53:57.720Z
34662026-06-05T19:53:57.720Zreal 1:28.166900398
34672026-06-05T19:53:57.720Zuser 8:23.535126291
34682026-06-05T19:53:57.830Zsys 1:42.444086169
34692026-06-05T19:53:57.830Ztrap 0.258278410
34702026-06-05T19:53:57.830Ztflt 0.572363789
34712026-06-05T19:53:57.830Zdflt 1.709152906
34722026-06-05T19:53:57.830Zkflt 0.000437110
34732026-06-05T19:53:57.830Zlock 28:21.398870942
34742026-06-05T19:53:57.830Zslp 19:12.111688663
34752026-06-05T19:53:57.830Zlat 39.271085101
34762026-06-05T19:53:57.831Zstop 2:43.514801726
34772026-06-05T19:53:57.831Z+ mkdir tests
34782026-06-05T19:53:57.831Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-06-05T19:53:57.831Z+ xargs -I '{}' -t cp '{}' tests/
34802026-06-05T19:53:57.831Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34812026-06-05T19:53:57.831Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34822026-06-05T19:53:57.831Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34832026-06-05T19:53:57.884Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34842026-06-05T19:53:58.016Z+ 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)
34852026-06-05T19:53:58.020Z+ 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 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
34862026-06-05T19:55:21.230ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-06-05T19:55:21.230Za .github/buildomat/ci-env.sh 1K
34882026-06-05T19:55:21.230Za out/target/test 1K
34892026-06-05T19:55:21.231Za out/npuzone/npuzone 27402K
34902026-06-05T19:55:21.231Za package-manifest.toml 35K
34912026-06-05T19:55:21.231Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-06-05T19:55:21.231Za target/release/omicron-package 46205K
34932026-06-05T19:55:21.231Za target/release/xtask 11453K
34942026-06-05T19:55:21.231Za target/debug/bootstrap 354734K
34952026-06-05T19:55:21.231Za tests/bootstrap-5cb81a4442024e3b 31215K
34962026-06-05T19:55:21.231Za tests/commtest-0f6493148f0d4209 32300K
34972026-06-05T19:55:21.231Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
34982026-06-05T19:55:21.231Za tests/end_to_end_tests-6c7bc3bbe97020e4 395806K
34992026-06-05T19:55:21.231Za tools/opte_version 1K
35002026-06-05T19:55:21.231Za tools/opte_version_override 2K
35012026-06-05T19:55:21.231Za out/clickhouse.tar.gz 321897K
35022026-06-05T19:55:21.231Za out/clickhouse_keeper.tar.gz 306962K
35032026-06-05T19:55:21.231Za out/clickhouse_server.tar.gz 321895K
35042026-06-05T19:55:21.231Za out/cockroachdb.tar.gz 166143K
35052026-06-05T19:55:21.231Za out/crucible-pantry-zone.tar.gz 41125K
35062026-06-05T19:55:21.231Za out/crucible-utils.tar 16478K
35072026-06-05T19:55:21.231Za out/crucible-zone.tar.gz 56695K
35082026-06-05T19:55:21.231Za out/external-dns.tar.gz 51260K
35092026-06-05T19:55:21.231Za out/internal-dns.tar.gz 51259K
35102026-06-05T19:55:21.231Za out/mg-ddm-gz.tar 97912K
35112026-06-05T19:55:21.231Za out/nexus.tar.gz 280877K
35122026-06-05T19:55:21.231Za out/ntp.tar.gz 32798K
35132026-06-05T19:55:21.231Za out/omicron-gateway-softnpu.tar.gz 29799K
35142026-06-05T19:55:21.231Za out/omicron-sled-agent.tar 206655K
35152026-06-05T19:55:21.232Za out/overlay.tar.gz 3K
35162026-06-05T19:55:21.232Za out/oximeter.tar.gz 68157K
35172026-06-05T19:55:21.232Za out/oxlog.tar 3782K
35182026-06-05T19:55:21.232Za out/probe.tar.gz 3037K
35192026-06-05T19:55:21.232Za out/propolis-server.tar.gz 34918K
35202026-06-05T19:55:21.232Za out/pumpkind-gz.tar 26647K
35212026-06-05T19:55:21.232Za out/switch-softnpu.tar.gz 455250K
35222026-06-05T19:55:21.235Z
35232026-06-05T19:55:21.235Zreal 1:23.213214976
35242026-06-05T19:55:21.235Zuser 1:20.413244076
35252026-06-05T19:55:21.235Zsys 4.582539518
35262026-06-05T19:55:21.235Ztrap 0.007049622
35272026-06-05T19:55:21.235Ztflt 0.000000000
35282026-06-05T19:55:21.235Zdflt 0.000000000
35292026-06-05T19:55:21.235Zkflt 0.000000000
35302026-06-05T19:55:21.235Zlock 0.000000000
35312026-06-05T19:55:21.235Zslp 1:20.402319402
35322026-06-05T19:55:21.235Zlat 1.016159411
35332026-06-05T19:55:21.235Zstop 0.000189230
35342026-06-05T19:55:21.236Zprocess exited: duration 1038318 ms, exit code 0
 
35352026-06-05T19:55:21.284Zfound 1 output files
35362026-06-05T19:55:21.284Zuploading: /work/package.tar.gz (2568461854 bytes)
35372026-06-05T19:55:54.812Zuploaded: /work/package.tar.gz