01M156Y7P9N86HG6Q1C0RT3AHX: 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: 01M156ZEXDME0XKSKXWXF60ZEQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-28T22:14:53.211Zjob assigned to worker 01M156ZRGRWY0SKHD4ZRC9QRMT [factory aws, i-04cfb0f809b4c9041] (queued for 1 m 1 s)
 
22026-08-28T22:14:59.968Zstarting task 0: "setup"
32026-08-28T22:14:59.976Z++ uname -s
42026-08-28T22:14:59.976Z+ kern=SunOS
52026-08-28T22:14:59.976Z+ build_user=build
62026-08-28T22:14:59.976Z+ build_uid=12345
72026-08-28T22:14:59.976Z+ work_dir=/work
82026-08-28T22:14:59.976Z+ input_dir=/input
92026-08-28T22:14:59.976Z+ [[ 0 == 12345 ]]
102026-08-28T22:14:59.976Z+ case "$kern" in
112026-08-28T22:14:59.976Z+ groupadd -g 12345 build
122026-08-28T22:14:59.976Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-28T22:15:01.975Z+ zfs create -o mountpoint=/work rpool/work
142026-08-28T22:15:02.068Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-28T22:15:02.071Z+ home_fs=zfs
162026-08-28T22:15:02.071Z+ [[ zfs == autofs ]]
172026-08-28T22:15:02.071Z+ mkdir -p /home/build
182026-08-28T22:15:02.071Z+ chown build:build /home/build /work
192026-08-28T22:15:04.076Z+ chmod 0700 /home/build /work
202026-08-28T22:15:04.080Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-28T22:15:04.089Zstarting task 1: "rust-toolchain"
222026-08-28T22:15:04.094Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-28T22:15:04.094Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-28T22:15:04.094Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-28T22:15:04.094Z * rust toolchain channel = "1.97.1"
262026-08-28T22:15:04.094Z * rust toolchain profile = "default"
272026-08-28T22:15:04.094Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-28T22:15:04.098Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-28T22:15:04.098Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-28T22:15:04.208Zinfo: downloading installer
312026-08-28T22:15:05.420Zwarn: It looks like you have an existing rustup settings file at:
322026-08-28T22:15:05.420Zwarn: /home/build/.rustup/settings.toml
332026-08-28T22:15:05.420Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-28T22:15:05.420Zwarn: instead of the one inferred from the default host triple.
352026-08-28T22:15:05.432Zinfo: profile set to default
362026-08-28T22:15:05.432Zinfo: default host triple is x86_64-unknown-illumos
372026-08-28T22:15:05.437Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-28T22:15:05.600Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-28T22:15:05.604Zinfo: downloading 6 components
402026-08-28T22:15:22.114Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-28T22:15:22.114Z
422026-08-28T22:15:22.142Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-28T22:15:22.142Z
442026-08-28T22:15:22.142Z
452026-08-28T22:15:22.142ZRust is installed now. Great!
462026-08-28T22:15:22.142Z
472026-08-28T22:15:22.145ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-28T22:15:22.145Zenvironment variable. This has not been done automatically.
492026-08-28T22:15:22.146Z
502026-08-28T22:15:22.146ZTo configure your current shell, you need to source
512026-08-28T22:15:22.146Zthe corresponding env file under $HOME/.cargo.
522026-08-28T22:15:22.146Z
532026-08-28T22:15:22.146ZThis is usually done by running one of the following (note the leading DOT):
542026-08-28T22:15:22.146Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-28T22:15:22.146Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-28T22:15:22.146Zsource "~/.cargo/env.nu" # For nushell
572026-08-28T22:15:22.146Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-28T22:15:22.146Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-28T22:15:22.146Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-28T22:15:22.146Zwarn: no default linker (`cc`) was found in your PATH
612026-08-28T22:15:22.146Zwarn: many Rust crates require a system C toolchain to build
622026-08-28T22:15:22.240Z+ rustup --version
632026-08-28T22:15:22.246Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-28T22:15:22.246Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-28T22:15:22.267Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-28T22:15:22.270Z+ cargo --version
672026-08-28T22:15:22.280Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-28T22:15:22.283Z+ rustc --version
692026-08-28T22:15:22.301Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-28T22:15:22.304Zprocess exited: duration 18214 ms, exit code 0
 
712026-08-28T22:15:22.312Zstarting task 2: "authentication"
722026-08-28T22:15:22.334Zprocess exited: duration 21 ms, exit code 0
 
732026-08-28T22:15:22.343Zstarting task 3: "clone repository"
742026-08-28T22:15:22.348Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-28T22:15:22.351Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-28T22:15:22.384ZCloning into '/work/oxidecomputer/omicron'...
772026-08-28T22:15:36.030Z+ cd /work/oxidecomputer/omicron
782026-08-28T22:15:36.031Z+ git fetch origin c265b118cf0b6f321eb31fe00385c0178de5bafe
792026-08-28T22:15:36.357ZFrom https://github.com/oxidecomputer/omicron
802026-08-28T22:15:36.357Z * branch c265b118cf0b6f321eb31fe00385c0178de5bafe -> FETCH_HEAD
812026-08-28T22:15:36.372Z+ [[ -n '' ]]
822026-08-28T22:15:36.372Z+ git reset --hard c265b118cf0b6f321eb31fe00385c0178de5bafe
832026-08-28T22:15:36.628ZHEAD is now at c265b118c Clarify AffinityPolicy variant doc comments (#7649)
842026-08-28T22:15:36.632Zprocess exited: duration 14288 ms, exit code 0
 
852026-08-28T22:15:36.641Zstarting task 4: "build"
862026-08-28T22:15:36.647Z+ source .github/buildomat/ci-env.sh
872026-08-28T22:15:36.647Z++ export CARGO_TERM_COLOR=always
882026-08-28T22:15:36.647Z++ CARGO_TERM_COLOR=always
892026-08-28T22:15:36.651Z+++ uname -s
902026-08-28T22:15:36.651Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-28T22:15:36.651Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-28T22:15:36.651Z+ cargo --version
932026-08-28T22:15:36.659Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-28T22:15:36.662Z+ rustc --version
952026-08-28T22:15:36.681Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-28T22:15:36.685Z+ WORK=/work
972026-08-28T22:15:36.685Z+ pfexec mkdir -p /work
982026-08-28T22:15:36.690Z+ pfexec chown build /work
992026-08-28T22:15:36.693Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-28T22:15:38.730Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-28T22:15:39.128Z Startup: Caching catalogs ... Done
1022026-08-28T22:15:41.465ZPlanning: Solver setup ... Done (2.169s)
1032026-08-28T22:15:41.492ZPlanning: Running solver ... Done (0.064s)
1042026-08-28T22:15:41.542ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-28T22:15:41.554ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-28T22:15:41.571ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-28T22:15:41.585ZPlanning: Package planning ... Done (0.014s)
1082026-08-28T22:15:41.588ZPlanning: Merging actions ... Done (0.001s)
1092026-08-28T22:15:41.808ZPlanning: Checking for conflicting actions ... Done (0.222s)
1102026-08-28T22:15:41.812ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-28T22:15:42.631ZPlanning: Evaluating mediators ... Done (0.819s)
1122026-08-28T22:15:42.646ZPlanning: Planning completed in 3.46 seconds
1132026-08-28T22:15:42.646Z Packages to install: 2
1142026-08-28T22:15:42.646Z Estimated space available: 156.01 GB
1152026-08-28T22:15:42.646ZEstimated space to be consumed: 83.65 MB
1162026-08-28T22:15:42.646Z Create boot environment: No
1172026-08-28T22:15:42.646ZCreate backup boot environment: No
1182026-08-28T22:15:42.646Z Rebuild boot archive: No
1192026-08-28T22:15:42.646Z
1202026-08-28T22:15:42.646ZChanged packages:
1212026-08-28T22:15:42.646Zhelios
1222026-08-28T22:15:42.646Z developer/build-essential
1232026-08-28T22:15:42.646Z None -> 11-3.0
1242026-08-28T22:15:42.646Z library/libxmlsec1
1252026-08-28T22:15:42.646Z None -> 1.2.35-3.0
1262026-08-28T22:15:42.665Z
1272026-08-28T22:15:42.665ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-28T22:15:42.743ZDownload: Completed 1.28 MB in 0.08 seconds (16.2M/s)
1292026-08-28T22:15:42.841Z Actions: 1/268 actions (Installing new actions)
1302026-08-28T22:15:42.905Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-28T22:15:42.946ZFinalize: Updating package state database ... Done (0.039s)
1322026-08-28T22:15:42.946ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-28T22:15:43.006ZFinalize: Updating image state ... Done (0.093s)
1342026-08-28T22:15:45.622ZFinalize: Creating fast lookup database ... Done (2.562s)
1352026-08-28T22:15:45.691ZFinalize: Reading search index ... Done (0.012s)
1362026-08-28T22:15:45.715ZFinalize: Updating search index ... Done (0.000s)
1372026-08-28T22:15:45.816ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-28T22:15:46.185ZPlanning: Evaluating mediator changes ... Done
1392026-08-28T22:15:46.281ZPlanning: Checking for conflicting actions ... Done
1402026-08-28T22:15:46.285ZPlanning: Consolidating action changes ... Done
1412026-08-28T22:15:46.470ZPlanning: Evaluating mediators ... Done
1422026-08-28T22:15:46.501ZPlanning: Planning completed in 0.26 seconds
1432026-08-28T22:15:46.502Z Mediators to change: 2
1442026-08-28T22:15:46.502Z Create boot environment: No
1452026-08-28T22:15:46.502ZCreate backup boot environment: No
1462026-08-28T22:15:46.568ZFinalize: Updating package state database ... Done
1472026-08-28T22:15:46.568ZFinalize: Updating package cache ... Done
1482026-08-28T22:15:46.611ZFinalize: Updating image state ... Done
1492026-08-28T22:15:48.494ZFinalize: Creating fast lookup database ... Done
1502026-08-28T22:15:48.557ZFinalize: Reading search index ... Done
1512026-08-28T22:15:48.560ZFinalize: Updating search index ... Done
1522026-08-28T22:15:48.626ZFinalize: Updating package cache ... Done
1532026-08-28T22:15:48.913ZPlanning: Evaluating mediator changes ... Done
1542026-08-28T22:15:49.016ZPlanning: Checking for conflicting actions ... Done
1552026-08-28T22:15:49.019ZPlanning: Consolidating action changes ... Done
1562026-08-28T22:15:49.171ZPlanning: Evaluating mediators ... Done
1572026-08-28T22:15:49.174ZPlanning: Planning completed in 0.26 seconds
1582026-08-28T22:15:49.193Z Mediators to change: 1
1592026-08-28T22:15:49.193Z Create boot environment: No
1602026-08-28T22:15:49.193ZCreate backup boot environment: No
1612026-08-28T22:15:49.238ZFinalize: Updating package state database ... Done
1622026-08-28T22:15:49.238ZFinalize: Updating package cache ... Done
1632026-08-28T22:15:49.292ZFinalize: Updating image state ... Done
1642026-08-28T22:15:51.200ZFinalize: Creating fast lookup database ... Done
1652026-08-28T22:15:51.262ZFinalize: Reading search index ... Done
1662026-08-28T22:15:51.266ZFinalize: Updating search index ... Done
1672026-08-28T22:15:51.319ZFinalize: Updating package cache ... Done
1682026-08-28T22:15:51.624ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-28T22:15:51.624Zapache system 2.4 system
1702026-08-28T22:15:51.624Zclang system 15 system
1712026-08-28T22:15:51.624Zcsh system system illumos
1722026-08-28T22:15:51.624Zctags system system illumos
1732026-08-28T22:15:51.624Zfile vendor vendor darwinsys
1742026-08-28T22:15:51.624Zfile system system illumos
1752026-08-28T22:15:51.624Zgcc vendor 14 vendor
1762026-08-28T22:15:51.624Zgcc system 13 system
1772026-08-28T22:15:51.624Zgcc system 10 system
1782026-08-28T22:15:51.624Zgo system 1.25 system
1792026-08-28T22:15:51.624Zllvm system 15 system
1802026-08-28T22:15:51.624Zmariadb system 11.4 system
1812026-08-28T22:15:51.624Zmta vendor vendor dma
1822026-08-28T22:15:51.624Zopenjdk system 17 system
1832026-08-28T22:15:51.624Zopenjdk system 11 system
1842026-08-28T22:15:51.624Zopenssl vendor 3 vendor
1852026-08-28T22:15:51.624Zperl system 5.40 system
1862026-08-28T22:15:51.625Zpostgresql system 18 system
1872026-08-28T22:15:51.625Zpostgresql system 17 system
1882026-08-28T22:15:51.625Zpython vendor 3 vendor
1892026-08-28T22:15:51.625Zpython system 2 system
1902026-08-28T22:15:51.625Zpython3 vendor 3.13 vendor
1912026-08-28T22:15:51.625Zruby system 3.4 system
1922026-08-28T22:15:51.625Zruby system 3.0 system
1932026-08-28T22:15:51.625Zwords vendor vendor american-english
1942026-08-28T22:15:51.625Zwords system system australian-english
1952026-08-28T22:15:51.625Zwords system system british-english
1962026-08-28T22:15:51.625Zwords system system canadian-english
1972026-08-28T22:15:51.625Zwords system system french
1982026-08-28T22:15:51.625Zwords system system italian
1992026-08-28T22:15:51.626Zwords system system ngerman
2002026-08-28T22:15:51.626Zwords system system ogerman
2012026-08-28T22:15:51.626Zwords system system spanish
2022026-08-28T22:15:51.874ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-28T22:15:51.874Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-28T22:15:52.368ZFMRI IFO
2052026-08-28T22:15:52.368Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-28T22:15:52.368Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-28T22:15:52.368Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-28T22:15:52.368Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-28T22:15:52.368Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-28T22:15:52.368Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-28T22:15:52.368Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-28T22:15:52.368Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-28T22:15:52.368Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-28T22:15:52.698Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-28T22:15:53.027Z Updating crates.io index
2162026-08-28T22:15:53.030Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-28T22:15:53.320Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-28T22:15:53.711Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2192026-08-28T22:15:54.010Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-08-28T22:15:55.056Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2212026-08-28T22:15:55.622Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-08-28T22:15:57.536Z Updating git repository `https://github.com/oxidecomputer/opte`
2232026-08-28T22:15:58.453Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-08-28T22:15:58.763Z Updating git repository `https://github.com/oxidecomputer/lldp`
2252026-08-28T22:15:59.138Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-08-28T22:16:00.328Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-08-28T22:16:00.649Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2282026-08-28T22:16:01.026Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-08-28T22:16:01.612Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-08-28T22:16:01.876Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2312026-08-28T22:16:02.141Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2322026-08-28T22:16:02.445Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-08-28T22:16:02.753Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-08-28T22:16:03.072Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-28T22:16:03.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-28T22:16:03.947Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2372026-08-28T22:16:04.247Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-08-28T22:16:04.832Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2392026-08-28T22:16:05.168Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-08-28T22:16:05.445Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-08-28T22:16:05.917Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-08-28T22:16:06.191Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-28T22:16:06.514Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-08-28T22:16:07.172Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-08-28T22:16:07.480Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-08-28T22:16:07.801Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-08-28T22:16:08.287Z Updating git repository `https://github.com/oxidecomputer/tough`
2482026-08-28T22:16:09.052Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-08-28T22:16:09.325Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-08-28T22:16:09.970Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-08-28T22:16:10.029Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-08-28T22:16:10.357Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-08-28T22:16:10.638Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-08-28T22:16:10.989Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-08-28T22:16:11.217Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-08-28T22:16:11.486Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-28T22:16:11.887Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-28T22:16:14.517Z Downloading crates ...
2592026-08-28T22:16:14.568Z Downloaded cpufeatures v0.2.17
2602026-08-28T22:16:14.577Z Downloaded colorchoice v1.0.4
2612026-08-28T22:16:14.577Z Downloaded clap_lex v1.0.0
2622026-08-28T22:16:14.598Z Downloaded anstyle-query v1.1.5
2632026-08-28T22:16:14.598Z Downloaded crypto-common v0.1.7
2642026-08-28T22:16:14.598Z Downloaded dtrace-parser v0.2.0
2652026-08-28T22:16:14.620Z Downloaded equivalent v1.0.2
2662026-08-28T22:16:14.620Z Downloaded dof v0.3.0
2672026-08-28T22:16:14.620Z Downloaded errno v0.3.14
2682026-08-28T22:16:14.620Z Downloaded fnv v1.0.7
2692026-08-28T22:16:14.620Z Downloaded cfg-if v1.0.4
2702026-08-28T22:16:14.620Z Downloaded macaddr v1.0.1
2712026-08-28T22:16:14.621Z Downloaded memmap v0.7.0
2722026-08-28T22:16:14.621Z Downloaded anstream v1.0.0
2732026-08-28T22:16:14.621Z Downloaded autocfg v1.5.0
2742026-08-28T22:16:14.621Z Downloaded bytecount v0.6.9
2752026-08-28T22:16:14.621Z Downloaded zerocopy v0.7.35
2762026-08-28T22:16:14.630Z Downloaded is_terminal_polyfill v1.70.2
2772026-08-28T22:16:14.630Z Downloaded fs-err v3.3.0
2782026-08-28T22:16:14.630Z Downloaded heck v0.4.1
2792026-08-28T22:16:14.630Z Downloaded once_cell v1.21.3
2802026-08-28T22:16:14.630Z Downloaded pest_derive v2.8.6
2812026-08-28T22:16:14.630Z Downloaded block-buffer v0.10.4
2822026-08-28T22:16:14.630Z Downloaded heck v0.5.0
2832026-08-28T22:16:14.630Z Downloaded cargo-platform v0.3.2
2842026-08-28T22:16:14.630Z Downloaded fastrand v2.3.0
2852026-08-28T22:16:14.631Z Downloaded itoa v1.0.17
2862026-08-28T22:16:14.631Z Downloaded generic-array v0.14.7
2872026-08-28T22:16:14.631Z Downloaded byteorder v1.5.0
2882026-08-28T22:16:14.649Z Downloaded anyhow v1.0.104
2892026-08-28T22:16:14.649Z Downloaded clap_derive v4.6.1
2902026-08-28T22:16:14.649Z Downloaded scroll_derive v0.12.1
2912026-08-28T22:16:14.649Z Downloaded serde_spanned v0.6.9
2922026-08-28T22:16:14.649Z Downloaded tabled_derive v0.7.0
2932026-08-28T22:16:14.650Z Downloaded usdt v0.5.0
2942026-08-28T22:16:14.650Z Downloaded strsim v0.11.1
2952026-08-28T22:16:14.660Z Downloaded smawk v0.3.2
2962026-08-28T22:16:14.660Z Downloaded swrite v0.1.0
2972026-08-28T22:16:14.660Z Downloaded proc-macro-error-attr v1.0.4
2982026-08-28T22:16:14.660Z Downloaded pretty-hex v0.4.1
2992026-08-28T22:16:14.660Z Downloaded toml_datetime v0.6.11
3002026-08-28T22:16:14.670Z Downloaded unicode-linebreak v0.1.5
3012026-08-28T22:16:14.670Z Downloaded thread-id v4.2.2
3022026-08-28T22:16:14.670Z Downloaded plain v0.2.3
3032026-08-28T22:16:14.671Z Downloaded usdt-attr-macro v0.5.0
3042026-08-28T22:16:14.671Z Downloaded version_check v0.9.5
3052026-08-28T22:16:14.677Z Downloaded terminal_size v0.4.3
3062026-08-28T22:16:14.678Z Downloaded usdt-macro v0.5.0
3072026-08-28T22:16:14.678Z Downloaded anstyle v1.0.14
3082026-08-28T22:16:14.678Z Downloaded cargo_toml v0.21.0
3092026-08-28T22:16:14.678Z Downloaded utf8parse v0.2.2
3102026-08-28T22:16:14.678Z Downloaded thiserror-impl v1.0.69
3112026-08-28T22:16:14.686Z Downloaded digest v0.10.7
3122026-08-28T22:16:14.687Z Downloaded anstyle-parse v1.0.0
3132026-08-28T22:16:14.687Z Downloaded log v0.4.33
3142026-08-28T22:16:14.687Z Downloaded pest_generator v2.8.6
3152026-08-28T22:16:14.701Z Downloaded sha2 v0.10.9
3162026-08-28T22:16:14.701Z Downloaded thiserror v1.0.69
3172026-08-28T22:16:14.701Z Downloaded camino-tempfile v1.4.1
3182026-08-28T22:16:14.701Z Downloaded serde_tokenstream v0.2.3
3192026-08-28T22:16:14.701Z Downloaded toml_write v0.1.2
3202026-08-28T22:16:14.717Z Downloaded zmij v1.0.21
3212026-08-28T22:16:14.717Z Downloaded proc-macro-error v1.0.4
3222026-08-28T22:16:14.717Z Downloaded usdt-impl v0.5.0
3232026-08-28T22:16:14.717Z Downloaded quote v1.0.45
3242026-08-28T22:16:14.717Z Downloaded scroll v0.12.0
3252026-08-28T22:16:14.723Z Downloaded thiserror v2.0.18
3262026-08-28T22:16:14.723Z Downloaded cargo_metadata v0.23.1
3272026-08-28T22:16:14.723Z Downloaded clap v4.6.1
3282026-08-28T22:16:14.723Z Downloaded thiserror-impl v2.0.18
3292026-08-28T22:16:14.732Z Downloaded camino v1.2.5
3302026-08-28T22:16:14.732Z Downloaded tempfile v3.27.0
3312026-08-28T22:16:14.749Z Downloaded semver v1.0.28
3322026-08-28T22:16:14.749Z Downloaded ucd-trie v0.1.7
3332026-08-28T22:16:14.749Z Downloaded zerocopy-derive v0.7.35
3342026-08-28T22:16:14.750Z Downloaded toml v0.8.23
3352026-08-28T22:16:14.750Z Downloaded papergrid v0.11.0
3362026-08-28T22:16:14.774Z Downloaded textwrap v0.16.2
3372026-08-28T22:16:14.774Z Downloaded bitflags v2.11.0
3382026-08-28T22:16:14.774Z Downloaded unicode-ident v1.0.24
3392026-08-28T22:16:14.774Z Downloaded proc-macro2 v1.0.106
3402026-08-28T22:16:14.774Z Downloaded serde_derive v1.0.228
3412026-08-28T22:16:14.774Z Downloaded clap_builder v4.6.0
3422026-08-28T22:16:14.774Z Downloaded pest_meta v2.8.6
3432026-08-28T22:16:14.810Z Downloaded toml_edit v0.22.27
3442026-08-28T22:16:14.810Z Downloaded serde_core v1.0.228
3452026-08-28T22:16:14.810Z Downloaded serde v1.0.228
3462026-08-28T22:16:14.828Z Downloaded getrandom v0.4.3
3472026-08-28T22:16:14.828Z Downloaded memchr v2.8.0
3482026-08-28T22:16:14.828Z Downloaded typenum v1.20.1
3492026-08-28T22:16:14.828Z Downloaded indexmap v2.14.0
3502026-08-28T22:16:14.828Z Downloaded pest v2.8.6
3512026-08-28T22:16:14.880Z Downloaded hashbrown v0.17.0
3522026-08-28T22:16:14.906Z Downloaded serde_json v1.0.151
3532026-08-28T22:16:14.906Z Downloaded goblin v0.8.2
3542026-08-28T22:16:14.906Z Downloaded winnow v0.7.14
3552026-08-28T22:16:14.906Z Downloaded tabled v0.15.0
3562026-08-28T22:16:14.906Z Downloaded syn v1.0.109
3572026-08-28T22:16:14.907Z Downloaded unicode-width v0.1.14
3582026-08-28T22:16:14.907Z Downloaded unicode-width v0.2.0
3592026-08-28T22:16:14.918Z Downloaded syn v2.0.117
3602026-08-28T22:16:14.918Z Downloaded rustix v1.1.4
3612026-08-28T22:16:14.933Z Downloaded libc v0.2.185
3622026-08-28T22:16:14.987Z Compiling proc-macro2 v1.0.106
3632026-08-28T22:16:15.002Z Compiling quote v1.0.45
3642026-08-28T22:16:15.002Z Compiling unicode-ident v1.0.24
3652026-08-28T22:16:15.002Z Compiling serde_core v1.0.228
3662026-08-28T22:16:15.002Z Compiling libc v0.2.185
3672026-08-28T22:16:15.002Z Compiling version_check v0.9.5
3682026-08-28T22:16:15.002Z Compiling memchr v2.8.0
3692026-08-28T22:16:15.002Z Compiling serde v1.0.228
3702026-08-28T22:16:15.002Z Compiling zmij v1.0.21
3712026-08-28T22:16:15.002Z Compiling ucd-trie v0.1.7
3722026-08-28T22:16:15.002Z Compiling itoa v1.0.17
3732026-08-28T22:16:15.166Z Compiling thiserror v1.0.69
3742026-08-28T22:16:15.173Z Compiling rustix v1.1.4
3752026-08-28T22:16:15.178Z Compiling byteorder v1.5.0
3762026-08-28T22:16:15.393Z Compiling serde_json v1.0.151
3772026-08-28T22:16:15.401Z Compiling bitflags v2.11.0
3782026-08-28T22:16:15.581Z Compiling syn v1.0.109
3792026-08-28T22:16:15.677Z Compiling pest v2.8.6
3802026-08-28T22:16:15.757Z Compiling proc-macro-error-attr v1.0.4
3812026-08-28T22:16:15.960Z Compiling usdt-impl v0.5.0
3822026-08-28T22:16:15.977Z Compiling camino v1.2.5
3832026-08-28T22:16:16.010Z Compiling proc-macro-error v1.0.4
3842026-08-28T22:16:16.050Z Compiling log v0.4.33
3852026-08-28T22:16:16.089Z Compiling plain v0.2.3
3862026-08-28T22:16:16.128Z Compiling equivalent v1.0.2
3872026-08-28T22:16:16.138Z Compiling utf8parse v0.2.2
3882026-08-28T22:16:16.229Z Compiling hashbrown v0.17.0
3892026-08-28T22:16:16.344Z Compiling getrandom v0.4.3
3902026-08-28T22:16:16.365Z Compiling anstyle-parse v1.0.0
3912026-08-28T22:16:16.387Z Compiling anstyle-query v1.1.5
3922026-08-28T22:16:16.387Z Compiling winnow v0.7.14
3932026-08-28T22:16:16.387Z Compiling is_terminal_polyfill v1.70.2
3942026-08-28T22:16:16.503Z Compiling errno v0.3.14
3952026-08-28T22:16:16.522Z Compiling thread-id v4.2.2
3962026-08-28T22:16:16.571Z Compiling pretty-hex v0.4.1
3972026-08-28T22:16:16.594Z Compiling cfg-if v1.0.4
3982026-08-28T22:16:16.634Z Compiling autocfg v1.5.0
3992026-08-28T22:16:16.650Z Compiling anstyle v1.0.14
4002026-08-28T22:16:16.650Z Compiling thiserror v2.0.18
4012026-08-28T22:16:16.663Z Compiling colorchoice v1.0.4
4022026-08-28T22:16:16.746Z Compiling pest_meta v2.8.6
4032026-08-28T22:16:16.766Z Compiling toml_write v0.1.2
4042026-08-28T22:16:16.841Z Compiling indexmap v2.14.0
4052026-08-28T22:16:16.875Z Compiling anstream v1.0.0
4062026-08-28T22:16:16.910Z Compiling fastrand v2.3.0
4072026-08-28T22:16:16.921Z Compiling syn v2.0.117
4082026-08-28T22:16:17.092Z Compiling heck v0.5.0
4092026-08-28T22:16:17.115Z Compiling heck v0.4.1
4102026-08-28T22:16:17.115Z Compiling clap_lex v1.0.0
4112026-08-28T22:16:17.115Z Compiling fs-err v3.3.0
4122026-08-28T22:16:17.181Z Compiling once_cell v1.21.3
4132026-08-28T22:16:17.204Z Compiling bytecount v0.6.9
4142026-08-28T22:16:17.305Z Compiling strsim v0.11.1
4152026-08-28T22:16:17.322Z Compiling anyhow v1.0.104
4162026-08-28T22:16:17.322Z Compiling unicode-width v0.1.14
4172026-08-28T22:16:17.322Z Compiling fnv v1.0.7
4182026-08-28T22:16:17.350Z Compiling memmap v0.7.0
4192026-08-28T22:16:17.413Z Compiling unicode-width v0.2.0
4202026-08-28T22:16:17.436Z Compiling smawk v0.3.2
4212026-08-28T22:16:17.471Z Compiling unicode-linebreak v0.1.5
4222026-08-28T22:16:17.547Z Compiling papergrid v0.11.0
4232026-08-28T22:16:17.571Z Compiling swrite v0.1.0
4242026-08-28T22:16:17.614Z Compiling terminal_size v0.4.3
4252026-08-28T22:16:17.664Z Compiling tempfile v3.27.0
4262026-08-28T22:16:17.722Z Compiling clap_builder v4.6.0
4272026-08-28T22:16:17.751Z Compiling textwrap v0.16.2
4282026-08-28T22:16:18.068Z Compiling semver v1.0.28
4292026-08-28T22:16:18.068Z Compiling cargo-platform v0.3.2
4302026-08-28T22:16:18.359Z Compiling camino-tempfile v1.4.1
4312026-08-28T22:16:18.420Z Compiling tabled_derive v0.7.0
4322026-08-28T22:16:19.069Z Compiling pest_generator v2.8.6
4332026-08-28T22:16:19.090Z Compiling tabled v0.15.0
4342026-08-28T22:16:19.740Z Compiling serde_derive v1.0.228
4352026-08-28T22:16:19.752Z Compiling thiserror-impl v1.0.69
4362026-08-28T22:16:19.752Z Compiling zerocopy-derive v0.7.35
4372026-08-28T22:16:19.752Z Compiling scroll_derive v0.12.1
4382026-08-28T22:16:19.752Z Compiling thiserror-impl v2.0.18
4392026-08-28T22:16:19.752Z Compiling clap_derive v4.6.1
4402026-08-28T22:16:19.752Z Compiling pest_derive v2.8.6
4412026-08-28T22:16:20.261Z Compiling scroll v0.12.0
4422026-08-28T22:16:20.310Z Compiling zerocopy v0.7.35
4432026-08-28T22:16:20.468Z Compiling goblin v0.8.2
4442026-08-28T22:16:20.663Z Compiling dtrace-parser v0.2.0
4452026-08-28T22:16:20.914Z Compiling clap v4.6.1
4462026-08-28T22:16:21.988Z Compiling serde_spanned v0.6.9
4472026-08-28T22:16:21.988Z Compiling toml_datetime v0.6.11
4482026-08-28T22:16:22.016Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4492026-08-28T22:16:22.016Z Compiling macaddr v1.0.1
4502026-08-28T22:16:22.018Z Compiling cargo_metadata v0.23.1
4512026-08-28T22:16:22.018Z Compiling dof v0.3.0
4522026-08-28T22:16:22.018Z Compiling serde_tokenstream v0.2.3
4532026-08-28T22:16:22.145Z Compiling toml_edit v0.22.27
4542026-08-28T22:16:22.677Z Compiling usdt-attr-macro v0.5.0
4552026-08-28T22:16:22.684Z Compiling usdt-macro v0.5.0
4562026-08-28T22:16:23.280Z Compiling usdt v0.5.0
4572026-08-28T22:16:23.400Z Compiling toml v0.8.23
4582026-08-28T22:16:23.709Z Compiling cargo_toml v0.21.0
4592026-08-28T22:16:24.980Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-08-28T22:16:27.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.49s
4612026-08-28T22:16:27.230Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-08-28T22:16:27.735Z Downloading crates ...
4632026-08-28T22:16:27.794Z Downloaded addr2line v0.25.1
4642026-08-28T22:16:27.824Z Downloaded async-recursion v1.1.1
4652026-08-28T22:16:27.838Z Downloaded bb8 v0.8.6
4662026-08-28T22:16:27.838Z Downloaded bit-set v0.8.0
4672026-08-28T22:16:27.838Z Downloaded enum-as-inner v0.6.1
4682026-08-28T22:16:27.839Z Downloaded base16ct v1.0.0
4692026-08-28T22:16:27.839Z Downloaded bitfield-macros v0.19.4
4702026-08-28T22:16:27.839Z Downloaded adler2 v2.0.1
4712026-08-28T22:16:27.840Z Downloaded atty v0.2.14
4722026-08-28T22:16:27.840Z Downloaded fd-lock v4.0.4
4732026-08-28T22:16:27.840Z Downloaded flagset v0.4.7
4742026-08-28T22:16:27.840Z Downloaded futures-executor v0.3.32
4752026-08-28T22:16:27.840Z Downloaded embedded-io v0.4.0
4762026-08-28T22:16:27.840Z Downloaded embedded-io v0.6.1
4772026-08-28T22:16:27.840Z Downloaded atomic-waker v1.1.2
4782026-08-28T22:16:27.840Z Downloaded bit-set v0.5.3
4792026-08-28T22:16:27.840Z Downloaded funty v2.0.0
4802026-08-28T22:16:27.841Z Downloaded bitfield-struct v0.6.2
4812026-08-28T22:16:27.841Z Downloaded ena v0.14.4
4822026-08-28T22:16:27.841Z Downloaded endian-type v0.1.2
4832026-08-28T22:16:27.841Z Downloaded fixedbitset v0.4.2
4842026-08-28T22:16:27.841Z Downloaded foreign-types v0.5.0
4852026-08-28T22:16:27.841Z Downloaded cexpr v0.6.0
4862026-08-28T22:16:27.841Z Downloaded bitfield v0.19.4
4872026-08-28T22:16:27.841Z Downloaded backtrace-ext v0.2.1
4882026-08-28T22:16:27.841Z Downloaded foldhash v0.2.0
4892026-08-28T22:16:27.841Z Downloaded const-oid v0.10.2
4902026-08-28T22:16:27.858Z Downloaded arrayref v0.3.9
4912026-08-28T22:16:27.858Z Downloaded hostname v0.4.2
4922026-08-28T22:16:27.859Z Downloaded array-init v0.0.4
4932026-08-28T22:16:27.859Z Downloaded float-ord v0.3.2
4942026-08-28T22:16:27.859Z Downloaded futures-sink v0.3.32
4952026-08-28T22:16:27.859Z Downloaded bcrypt-pbkdf v0.11.0
4962026-08-28T22:16:27.859Z Downloaded aead v0.6.1
4972026-08-28T22:16:27.859Z Downloaded bit-vec v0.6.3
4982026-08-28T22:16:27.860Z Downloaded async-trait v0.1.89
4992026-08-28T22:16:27.871Z Downloaded float-cmp v0.10.0
5002026-08-28T22:16:27.871Z Downloaded foreign-types-macros v0.2.3
5012026-08-28T22:16:27.871Z Downloaded foreign-types-shared v0.3.1
5022026-08-28T22:16:27.871Z Downloaded ff v0.13.1
5032026-08-28T22:16:27.871Z Downloaded fxhash v0.2.1
5042026-08-28T22:16:27.871Z Downloaded form_urlencoded v1.2.2
5052026-08-28T22:16:27.871Z Downloaded base64ct v1.8.3
5062026-08-28T22:16:27.872Z Downloaded env_filter v2.0.0
5072026-08-28T22:16:27.872Z Downloaded foreign-types-shared v0.1.1
5082026-08-28T22:16:27.872Z Downloaded futures-core v0.3.32
5092026-08-28T22:16:27.872Z Downloaded base16ct v0.2.0
5102026-08-28T22:16:27.872Z Downloaded async-stream-impl v0.3.6
5112026-08-28T22:16:27.887Z Downloaded async-stream v0.3.6
5122026-08-28T22:16:27.887Z Downloaded hash32 v0.2.1
5132026-08-28T22:16:27.887Z Downloaded futures-io v0.3.32
5142026-08-28T22:16:27.887Z Downloaded headers-core v0.3.0
5152026-08-28T22:16:27.887Z Downloaded cfg_aliases v0.1.1
5162026-08-28T22:16:27.887Z Downloaded foreign-types v0.3.2
5172026-08-28T22:16:27.887Z Downloaded erased-serde v0.3.31
5182026-08-28T22:16:27.887Z Downloaded foldhash v0.1.5
5192026-08-28T22:16:27.897Z Downloaded castaway v0.2.4
5202026-08-28T22:16:27.897Z Downloaded ciborium-io v0.2.2
5212026-08-28T22:16:27.897Z Downloaded home v0.5.12
5222026-08-28T22:16:27.897Z Downloaded hash32 v0.3.1
5232026-08-28T22:16:27.897Z Downloaded futures-macro v0.3.32
5242026-08-28T22:16:27.897Z Downloaded compression-core v0.4.31
5252026-08-28T22:16:27.897Z Downloaded futures-task v0.3.32
5262026-08-28T22:16:27.898Z Downloaded hex v0.4.3
5272026-08-28T22:16:27.906Z Downloaded anstream v0.6.21
5282026-08-28T22:16:27.906Z Downloaded arrayvec v0.7.6
5292026-08-28T22:16:27.906Z Downloaded assert_matches v1.5.0
5302026-08-28T22:16:27.906Z Downloaded bit-vec v0.8.0
5312026-08-28T22:16:27.906Z Downloaded anstyle-parse v0.2.7
5322026-08-28T22:16:27.906Z Downloaded http-body v1.0.1
5332026-08-28T22:16:27.907Z Downloaded cbc v0.2.1
5342026-08-28T22:16:27.907Z Downloaded globwalk v0.9.1
5352026-08-28T22:16:27.907Z Downloaded httpdate v1.0.3
5362026-08-28T22:16:27.913Z Downloaded block-padding v0.4.2
5372026-08-28T22:16:27.913Z Downloaded ciborium-ll v0.2.2
5382026-08-28T22:16:27.913Z Downloaded ascii-canvas v3.0.0
5392026-08-28T22:16:27.913Z Downloaded hostname v0.3.1
5402026-08-28T22:16:27.914Z Downloaded atomicwrites v0.4.4
5412026-08-28T22:16:27.914Z Downloaded hubpack v0.1.2
5422026-08-28T22:16:27.914Z Downloaded git-stub v1.0.0
5432026-08-28T22:16:27.928Z Downloaded hubpack_derive v0.1.1
5442026-08-28T22:16:27.928Z Downloaded argon2 v0.6.0-rc.8
5452026-08-28T22:16:27.940Z Downloaded ghash v0.6.0
5462026-08-28T22:16:27.940Z Downloaded potential_utf v0.1.4
5472026-08-28T22:16:27.940Z Downloaded async-bb8-diesel v0.2.1
5482026-08-28T22:16:27.940Z Downloaded cobs v0.3.0
5492026-08-28T22:16:27.940Z Downloaded fs_extra v1.3.0
5502026-08-28T22:16:27.940Z Downloaded group v0.14.0
5512026-08-28T22:16:27.940Z Downloaded fixedbitset v0.5.7
5522026-08-28T22:16:27.940Z Downloaded gethostname v0.5.0
5532026-08-28T22:16:27.945Z Downloaded http-body-util v0.1.3
5542026-08-28T22:16:27.945Z Downloaded cfg_aliases v0.2.1
5552026-08-28T22:16:27.945Z Downloaded filetime v0.2.27
5562026-08-28T22:16:27.946Z Downloaded nibble_vec v0.1.0
5572026-08-28T22:16:27.946Z Downloaded nodrop v0.1.14
5582026-08-28T22:16:27.946Z Downloaded normalize-line-endings v0.3.0
5592026-08-28T22:16:27.946Z Downloaded fallible-iterator v0.2.0
5602026-08-28T22:16:27.946Z Downloaded num_threads v0.1.7
5612026-08-28T22:16:27.946Z Downloaded git-stub-vcs v0.1.0
5622026-08-28T22:16:27.946Z Downloaded globset v0.4.18
5632026-08-28T22:16:27.946Z Downloaded futures-channel v0.3.32
5642026-08-28T22:16:27.960Z Downloaded http-range v0.1.5
5652026-08-28T22:16:27.960Z Downloaded openssl-macros v0.1.1
5662026-08-28T22:16:27.960Z Downloaded cipher v0.5.2
5672026-08-28T22:16:27.960Z Downloaded aead v0.5.2
5682026-08-28T22:16:27.960Z Downloaded cassowary v0.3.0
5692026-08-28T22:16:27.960Z Downloaded chacha20 v0.9.1
5702026-08-28T22:16:27.960Z Downloaded hex-literal v1.1.0
5712026-08-28T22:16:27.969Z Downloaded bcs v0.1.6
5722026-08-28T22:16:27.969Z Downloaded block-buffer v0.12.1
5732026-08-28T22:16:27.969Z Downloaded camino-tempfile-ext v0.3.3
5742026-08-28T22:16:27.969Z Downloaded bitflags v1.3.2
5752026-08-28T22:16:27.969Z Downloaded cipher v0.4.4
5762026-08-28T22:16:27.969Z Downloaded predicates-core v1.0.10
5772026-08-28T22:16:27.969Z Downloaded rand_chacha v0.3.1
5782026-08-28T22:16:27.970Z Downloaded proc-macro-crate v1.3.1
5792026-08-28T22:16:27.970Z Downloaded ref-cast-impl v1.0.25
5802026-08-28T22:16:27.970Z Downloaded progenitor-macro v0.14.0
5812026-08-28T22:16:27.970Z Downloaded radium v0.7.0
5822026-08-28T22:16:27.974Z Downloaded backon v1.6.0
5832026-08-28T22:16:27.974Z Downloaded rfc6979 v0.6.0
5842026-08-28T22:16:27.974Z Downloaded env_logger v0.11.11
5852026-08-28T22:16:27.982Z Downloaded argon2 v0.5.3
5862026-08-28T22:16:27.982Z Downloaded bs58 v0.5.1
5872026-08-28T22:16:27.982Z Downloaded byte-wrapper v0.1.0
5882026-08-28T22:16:27.990Z Downloaded glob v0.3.3
5892026-08-28T22:16:27.990Z Downloaded cmov v0.5.4
5902026-08-28T22:16:27.990Z Downloaded compression-codecs v0.4.37
5912026-08-28T22:16:27.990Z Downloaded blowfish v0.10.0
5922026-08-28T22:16:27.990Z Downloaded buf-list v1.1.2
5932026-08-28T22:16:28.003Z Downloaded allocator-api2 v0.2.21
5942026-08-28T22:16:28.004Z Downloaded clang-sys v1.8.1
5952026-08-28T22:16:28.004Z Downloaded fs-err v2.11.0
5962026-08-28T22:16:28.004Z Downloaded ahash v0.8.12
5972026-08-28T22:16:28.004Z Downloaded ff v0.14.0
5982026-08-28T22:16:28.004Z Downloaded group v0.13.0
5992026-08-28T22:16:28.004Z Downloaded rustc-hash v2.1.1
6002026-08-28T22:16:28.004Z Downloaded highway v1.3.0
6012026-08-28T22:16:28.004Z Downloaded scopeguard v1.2.0
6022026-08-28T22:16:28.016Z Downloaded base64 v0.22.1
6032026-08-28T22:16:28.016Z Downloaded newline-converter v0.3.0
6042026-08-28T22:16:28.016Z Downloaded cmake v0.1.57
6052026-08-28T22:16:28.016Z Downloaded num-integer v0.1.46
6062026-08-28T22:16:28.016Z Downloaded num_enum v0.5.11
6072026-08-28T22:16:28.023Z Downloaded num_enum_derive v0.7.6
6082026-08-28T22:16:28.023Z Downloaded pbkdf2 v0.13.0
6092026-08-28T22:16:28.023Z Downloaded slog-envlogger v2.2.0
6102026-08-28T22:16:28.023Z Downloaded structmeta v0.3.0
6112026-08-28T22:16:28.023Z Downloaded hmac v0.13.0
6122026-08-28T22:16:28.023Z Downloaded chacha20 v0.10.0
6132026-08-28T22:16:28.039Z Downloaded console v0.15.11
6142026-08-28T22:16:28.039Z Downloaded pkcs8 v0.10.2
6152026-08-28T22:16:28.039Z Downloaded backoff v0.4.0
6162026-08-28T22:16:28.039Z Downloaded bzip2 v0.4.4
6172026-08-28T22:16:28.064Z Downloaded cancel-safe-futures v0.1.5
6182026-08-28T22:16:28.064Z Downloaded secrecy v0.10.3
6192026-08-28T22:16:28.065Z Downloaded sha1 v0.10.6
6202026-08-28T22:16:28.065Z Downloaded signature v2.2.0
6212026-08-28T22:16:28.065Z Downloaded bzip2 v0.6.1
6222026-08-28T22:16:28.065Z Downloaded colored v2.2.0
6232026-08-28T22:16:28.065Z Downloaded subtle v2.6.1
6242026-08-28T22:16:28.065Z Downloaded tokio-macros v2.7.0
6252026-08-28T22:16:28.065Z Downloaded signature v3.0.0
6262026-08-28T22:16:28.065Z Downloaded stable_deref_trait v1.2.1
6272026-08-28T22:16:28.065Z Downloaded oso-derive v0.27.3
6282026-08-28T22:16:28.065Z Downloaded tagptr v0.2.0
6292026-08-28T22:16:28.065Z Downloaded const-oid v0.9.6
6302026-08-28T22:16:28.065Z Downloaded password-hash v0.5.0
6312026-08-28T22:16:28.083Z Downloaded phf v0.12.1
6322026-08-28T22:16:28.083Z Downloaded colored v3.1.1
6332026-08-28T22:16:28.083Z Downloaded pem v3.0.6
6342026-08-28T22:16:28.083Z Downloaded pem-rfc7468 v0.7.0
6352026-08-28T22:16:28.083Z Downloaded phf v0.13.1
6362026-08-28T22:16:28.083Z Downloaded oxnet v0.1.6
6372026-08-28T22:16:28.083Z Downloaded progenitor v0.13.0
6382026-08-28T22:16:28.083Z Downloaded rfc6979 v0.4.0
6392026-08-28T22:16:28.083Z Downloaded progenitor-extras v0.2.0
6402026-08-28T22:16:28.083Z Downloaded rand_chacha v0.9.0
6412026-08-28T22:16:28.083Z Downloaded testing_table v0.3.0
6422026-08-28T22:16:28.083Z Downloaded supports-unicode v3.0.0
6432026-08-28T22:16:28.083Z Downloaded serde_path_to_error v0.1.20
6442026-08-28T22:16:28.083Z Downloaded serde_derive_internals v0.29.1
6452026-08-28T22:16:28.083Z Downloaded trait-variant v0.1.2
6462026-08-28T22:16:28.083Z Downloaded topological-sort v0.2.2
6472026-08-28T22:16:28.083Z Downloaded usdt-macro v0.6.0
6482026-08-28T22:16:28.083Z Downloaded zeroize_derive v1.5.0
6492026-08-28T22:16:28.083Z Downloaded blake2 v0.11.0-rc.6
6502026-08-28T22:16:28.088Z Downloaded parking_lot v0.11.2
6512026-08-28T22:16:28.088Z Downloaded enum_dispatch v0.3.13
6522026-08-28T22:16:28.088Z Downloaded sqlparser_derive v0.5.0
6532026-08-28T22:16:28.088Z Downloaded slog-json v2.6.1
6542026-08-28T22:16:28.088Z Downloaded slog-scope v4.4.1
6552026-08-28T22:16:28.088Z Downloaded half v1.8.3
6562026-08-28T22:16:28.088Z Downloaded httparse v1.10.1
6572026-08-28T22:16:28.088Z Downloaded xshell-macros v0.2.7
6582026-08-28T22:16:28.088Z Downloaded crunchy v0.2.4
6592026-08-28T22:16:28.088Z Downloaded darling_macro v0.21.3
6602026-08-28T22:16:28.093Z Downloaded pkcs1 v0.7.5
6612026-08-28T22:16:28.101Z Downloaded console v0.16.2
6622026-08-28T22:16:28.101Z Downloaded utf-8 v0.7.6
6632026-08-28T22:16:28.102Z Downloaded blake2 v0.10.6
6642026-08-28T22:16:28.108Z Downloaded strum_macros v0.24.3
6652026-08-28T22:16:28.108Z Downloaded synstructure v0.13.2
6662026-08-28T22:16:28.108Z Downloaded want v0.3.1
6672026-08-28T22:16:28.108Z Downloaded darling_macro v0.20.11
6682026-08-28T22:16:28.108Z Downloaded diesel_table_macro_syntax v0.3.0
6692026-08-28T22:16:28.108Z Downloaded fatfs v0.3.6
6702026-08-28T22:16:28.119Z Downloaded generic-array v1.4.3
6712026-08-28T22:16:28.119Z Downloaded getrandom v0.2.17
6722026-08-28T22:16:28.119Z Downloaded hyper-tls v0.6.0
6732026-08-28T22:16:28.119Z Downloaded compact_str v0.8.1
6742026-08-28T22:16:28.119Z Downloaded serde-hex v0.1.0
6752026-08-28T22:16:28.119Z Downloaded serde_with_macros v1.5.2
6762026-08-28T22:16:28.125Z Downloaded curve25519-dalek-derive v0.1.1
6772026-08-28T22:16:28.125Z Downloaded try-lock v0.2.5
6782026-08-28T22:16:28.125Z Downloaded dunce v1.0.5
6792026-08-28T22:16:28.125Z Downloaded dof v0.4.0
6802026-08-28T22:16:28.132Z Downloaded string_cache v0.8.9
6812026-08-28T22:16:28.132Z Downloaded backtrace v0.3.76
6822026-08-28T22:16:28.132Z Downloaded base64 v0.21.7
6832026-08-28T22:16:28.141Z Downloaded ar_archive_writer v0.5.1
6842026-08-28T22:16:28.142Z Downloaded postcard v1.1.3
6852026-08-28T22:16:28.142Z Downloaded usdt v0.6.0
6862026-08-28T22:16:28.142Z Downloaded illumos-nvpair-sys v0.2.0
6872026-08-28T22:16:28.142Z Downloaded indent_write v2.2.0
6882026-08-28T22:16:28.142Z Downloaded is_ci v1.2.0
6892026-08-28T22:16:28.149Z Downloaded tiny-keccak v2.0.2
6902026-08-28T22:16:28.149Z Downloaded tinystr v0.8.2
6912026-08-28T22:16:28.149Z Downloaded libscf-sys v1.2.0
6922026-08-28T22:16:28.150Z Downloaded aes-gcm v0.11.0
6932026-08-28T22:16:28.150Z Downloaded getrandom v0.3.4
6942026-08-28T22:16:28.165Z Downloaded papergrid v0.18.0
6952026-08-28T22:16:28.165Z Downloaded elliptic-curve v0.14.1
6962026-08-28T22:16:28.165Z Downloaded find-msvc-tools v0.1.9
6972026-08-28T22:16:28.165Z Downloaded wyz v0.5.1
6982026-08-28T22:16:28.176Z Downloaded lalrpop-util v0.19.12
6992026-08-28T22:16:28.176Z Downloaded jiff-static v0.2.34
7002026-08-28T22:16:28.176Z Downloaded openssl-probe v0.1.6
7012026-08-28T22:16:28.176Z Downloaded memoffset v0.9.1
7022026-08-28T22:16:28.176Z Downloaded num-iter v0.1.45
7032026-08-28T22:16:28.176Z Downloaded arc-swap v1.8.2
7042026-08-28T22:16:28.176Z Downloaded ctr v0.10.1
7052026-08-28T22:16:28.176Z Downloaded const_format_proc_macros v0.2.34
7062026-08-28T22:16:28.176Z Downloaded corncobs v0.1.4
7072026-08-28T22:16:28.176Z Downloaded deranged v0.5.8
7082026-08-28T22:16:28.176Z Downloaded bytes v1.11.1
7092026-08-28T22:16:28.176Z Downloaded chacha20poly1305 v0.10.1
7102026-08-28T22:16:28.181Z Downloaded toml_writer v1.1.1+spec-1.1.0
7112026-08-28T22:16:28.181Z Downloaded lru v0.12.5
7122026-08-28T22:16:28.181Z Downloaded nonempty v0.12.0
7132026-08-28T22:16:28.181Z Downloaded oxide-generation-macros v0.2.0
7142026-08-28T22:16:28.181Z Downloaded critical-section v1.2.0
7152026-08-28T22:16:28.181Z Downloaded der_derive v0.7.3
7162026-08-28T22:16:28.187Z Downloaded new_debug_unreachable v1.0.6
7172026-08-28T22:16:28.187Z Downloaded parse-size v1.1.0
7182026-08-28T22:16:28.187Z Downloaded rand_pcg v0.10.2
7192026-08-28T22:16:28.187Z Downloaded tui-tree-widget v0.23.1
7202026-08-28T22:16:28.187Z Downloaded vergen-lib v0.1.6
7212026-08-28T22:16:28.187Z Downloaded flume v0.11.1
7222026-08-28T22:16:28.193Z Downloaded futures v0.3.32
7232026-08-28T22:16:28.193Z Downloaded headers v0.4.1
7242026-08-28T22:16:28.201Z Downloaded chumsky v0.9.3
7252026-08-28T22:16:28.201Z Downloaded percent-encoding v2.3.2
7262026-08-28T22:16:28.201Z Downloaded ciborium v0.2.2
7272026-08-28T22:16:28.217Z Downloaded tokio-stream v0.1.18
7282026-08-28T22:16:28.217Z Downloaded impl-trait-for-tuples v0.2.3
7292026-08-28T22:16:28.217Z Downloaded flate2 v1.1.9
7302026-08-28T22:16:28.232Z Downloaded progenitor-macro v0.13.0
7312026-08-28T22:16:28.232Z Downloaded spki v0.8.0
7322026-08-28T22:16:28.233Z Downloaded defmt v1.0.1
7332026-08-28T22:16:28.233Z Downloaded rustls-platform-verifier v0.6.2
7342026-08-28T22:16:28.233Z Downloaded serde_plain v1.0.2
7352026-08-28T22:16:28.233Z Downloaded oxide-update-engine-types v0.1.2
7362026-08-28T22:16:28.233Z Downloaded humantime v2.3.0
7372026-08-28T22:16:28.233Z Downloaded ipnet v2.12.0
7382026-08-28T22:16:28.233Z Downloaded libsw v3.5.0
7392026-08-28T22:16:28.233Z Downloaded multer v3.1.0
7402026-08-28T22:16:28.240Z Downloaded poly1305 v0.9.0
7412026-08-28T22:16:28.240Z Downloaded signal-hook v0.3.18
7422026-08-28T22:16:28.240Z Downloaded slog v2.8.2
7432026-08-28T22:16:28.240Z Downloaded dtrace-parser v0.3.0
7442026-08-28T22:16:28.240Z Downloaded term v0.7.0
7452026-08-28T22:16:28.240Z Downloaded tokio-tungstenite v0.23.1
7462026-08-28T22:16:28.240Z Downloaded ref-cast v1.0.25
7472026-08-28T22:16:28.240Z Downloaded jobserver v0.1.34
7482026-08-28T22:16:28.241Z Downloaded russh-cryptovec v0.62.0
7492026-08-28T22:16:28.241Z Downloaded sha1 v0.11.0
7502026-08-28T22:16:28.244Z Downloaded rcgen v0.12.1
7512026-08-28T22:16:28.247Z Downloaded heapless v0.8.0
7522026-08-28T22:16:28.311Z Downloaded thread_local v1.1.9
7532026-08-28T22:16:28.311Z Downloaded diff v0.1.13
7542026-08-28T22:16:28.311Z Downloaded poly1305 v0.8.0
7552026-08-28T22:16:28.311Z Downloaded progenitor-client v0.13.0
7562026-08-28T22:16:28.311Z Downloaded supports-hyperlinks v3.2.0
7572026-08-28T22:16:28.311Z Downloaded tinyvec_macros v0.1.1
7582026-08-28T22:16:28.311Z Downloaded sync_wrapper v1.0.2
7592026-08-28T22:16:28.311Z Downloaded thiserror-impl-no-std v2.0.2
7602026-08-28T22:16:28.311Z Downloaded tower-service v0.3.3
7612026-08-28T22:16:28.312Z Downloaded half v2.7.1
7622026-08-28T22:16:28.312Z Downloaded hmac v0.12.1
7632026-08-28T22:16:28.312Z Downloaded postgres-protocol v0.6.10
7642026-08-28T22:16:28.312Z Downloaded rand_seeder v0.4.0
7652026-08-28T22:16:28.312Z Downloaded tracing-core v0.1.36
7662026-08-28T22:16:28.312Z Downloaded lock_api v0.4.14
7672026-08-28T22:16:28.312Z Downloaded num_enum_derive v0.5.11
7682026-08-28T22:16:28.312Z Downloaded wait-timeout v0.2.1
7692026-08-28T22:16:28.312Z Downloaded usdt-attr-macro v0.6.0
7702026-08-28T22:16:28.312Z Downloaded tokio-test v0.4.5
7712026-08-28T22:16:28.312Z Downloaded newtype-uuid v1.3.2
7722026-08-28T22:16:28.312Z Downloaded oxide-generation v0.1.3
7732026-08-28T22:16:28.312Z Downloaded rustc_version v0.4.1
7742026-08-28T22:16:28.313Z Downloaded unit-prefix v0.5.2
7752026-08-28T22:16:28.313Z Downloaded zerofrom v0.1.6
7762026-08-28T22:16:28.313Z Downloaded hickory-server v0.25.2
7772026-08-28T22:16:28.313Z Downloaded parse-display-derive v0.10.0
7782026-08-28T22:16:28.318Z Downloaded crossbeam-utils v0.8.21
7792026-08-28T22:16:28.318Z Downloaded oxide-tokio-rt v0.1.4
7802026-08-28T22:16:28.318Z Downloaded parking_lot_core v0.8.6
7812026-08-28T22:16:28.318Z Downloaded serde_tokenstream v0.3.0
7822026-08-28T22:16:28.318Z Downloaded cc v1.2.56
7832026-08-28T22:16:28.343Z Downloaded cpubits v0.1.1
7842026-08-28T22:16:28.343Z Downloaded darling v0.20.11
7852026-08-28T22:16:28.343Z Downloaded oso v0.27.3
7862026-08-28T22:16:28.343Z Downloaded prettyplease v0.2.37
7872026-08-28T22:16:28.345Z Downloaded schemars_derive v0.8.22
7882026-08-28T22:16:28.345Z Downloaded primefield v0.14.0
7892026-08-28T22:16:28.345Z Downloaded simd-adler32 v0.3.8
7902026-08-28T22:16:28.345Z Downloaded sponge-cursor v0.1.0
7912026-08-28T22:16:28.345Z Downloaded rayon-core v1.13.0
7922026-08-28T22:16:28.345Z Downloaded document-features v0.2.12
7932026-08-28T22:16:28.345Z Downloaded crc8 v0.1.1
7942026-08-28T22:16:28.345Z Downloaded seq-macro v0.3.6
7952026-08-28T22:16:28.345Z Downloaded serdect v0.4.3
7962026-08-28T22:16:28.346Z Downloaded memmap2 v0.9.10
7972026-08-28T22:16:28.361Z Downloaded strum_macros v0.27.2
7982026-08-28T22:16:28.361Z Downloaded dirs-next v2.0.0
7992026-08-28T22:16:28.361Z Downloaded dropshot-api-manager-types v0.8.0
8002026-08-28T22:16:28.361Z Downloaded idna_adapter v1.2.1
8012026-08-28T22:16:28.361Z Downloaded indoc v1.0.9
8022026-08-28T22:16:28.361Z Downloaded postgres-types v0.2.12
8032026-08-28T22:16:28.361Z Downloaded heapless v0.7.17
8042026-08-28T22:16:28.362Z Downloaded instant v0.1.13
8052026-08-28T22:16:28.362Z Downloaded publicsuffix v2.3.0
8062026-08-28T22:16:28.362Z Downloaded async-compression v0.4.41
8072026-08-28T22:16:28.362Z Downloaded keccak v0.1.6
8082026-08-28T22:16:28.362Z Downloaded quinn v0.11.11
8092026-08-28T22:16:28.362Z Downloaded litrs v1.0.0
8102026-08-28T22:16:28.362Z Downloaded icu_properties v2.1.2
8112026-08-28T22:16:28.375Z Downloaded newtype_derive v0.1.6
8122026-08-28T22:16:28.375Z Downloaded bumpalo v3.20.2
8132026-08-28T22:16:28.375Z Downloaded slog-dtrace v0.3.0
8142026-08-28T22:16:28.375Z Downloaded slog-stdlog v4.1.1
8152026-08-28T22:16:28.375Z Downloaded vergen-git2 v9.1.0
8162026-08-28T22:16:28.375Z Downloaded vte v0.14.1
8172026-08-28T22:16:28.389Z Downloaded writeable v0.6.2
8182026-08-28T22:16:28.389Z Downloaded uzers v0.12.2
8192026-08-28T22:16:28.389Z Downloaded maybe-uninit v2.0.0
8202026-08-28T22:16:28.389Z Downloaded vsss-rs v3.3.4
8212026-08-28T22:16:28.389Z Downloaded zstd v0.13.3
8222026-08-28T22:16:28.389Z Downloaded ssh-encoding v0.3.0
8232026-08-28T22:16:28.389Z Downloaded tokio-tungstenite v0.21.0
8242026-08-28T22:16:28.389Z Downloaded phf_shared v0.11.3
8252026-08-28T22:16:28.393Z Downloaded path-slash v0.1.5
8262026-08-28T22:16:28.393Z Downloaded phf_shared v0.12.1
8272026-08-28T22:16:28.393Z Downloaded proc-macro-crate v3.4.0
8282026-08-28T22:16:28.393Z Downloaded psl-types v2.0.11
8292026-08-28T22:16:28.393Z Downloaded rustls-pki-types v1.14.0
8302026-08-28T22:16:28.394Z Downloaded zstd-safe v7.2.4
8312026-08-28T22:16:28.402Z Downloaded const_format v0.2.35
8322026-08-28T22:16:28.402Z Downloaded predicates-tree v1.0.13
8332026-08-28T22:16:28.402Z Downloaded hickory-resolver v0.24.4
8342026-08-28T22:16:28.412Z Downloaded quinn-udp v0.5.14
8352026-08-28T22:16:28.421Z Downloaded ecdsa v0.16.9
8362026-08-28T22:16:28.421Z Downloaded darling_core v0.20.11
8372026-08-28T22:16:28.421Z Downloaded delegate v0.13.5
8382026-08-28T22:16:28.439Z Downloaded recursive-proc-macro-impl v0.1.1
8392026-08-28T22:16:28.439Z Downloaded tls_codec v0.4.2
8402026-08-28T22:16:28.439Z Downloaded toml_parser v1.1.2+spec-1.1.0
8412026-08-28T22:16:28.439Z Downloaded scheduled-thread-pool v0.2.7
8422026-08-28T22:16:28.439Z Downloaded signal-hook-mio v0.2.5
8432026-08-28T22:16:28.439Z Downloaded scroll_derive v0.13.1
8442026-08-28T22:16:28.440Z Downloaded serde_repr v0.1.20
8452026-08-28T22:16:28.440Z Downloaded secrecy v0.8.0
8462026-08-28T22:16:28.440Z Downloaded serde_bytes v0.11.19
8472026-08-28T22:16:28.470Z Downloaded slog-bunyan v2.5.0
8482026-08-28T22:16:28.470Z Downloaded ingot-types v0.2.0
8492026-08-28T22:16:28.470Z Downloaded unicode_categories v0.1.1
8502026-08-28T22:16:28.470Z Downloaded salsa20 v0.11.0
8512026-08-28T22:16:28.470Z Downloaded unsafe-libyaml v0.2.11
8522026-08-28T22:16:28.470Z Downloaded knus-derive v3.4.0
8532026-08-28T22:16:28.470Z Downloaded libsw-core v0.3.2
8542026-08-28T22:16:28.470Z Downloaded strum v0.26.3
8552026-08-28T22:16:28.471Z Downloaded strum v0.27.2
8562026-08-28T22:16:28.471Z Downloaded thread-id v5.1.0
8572026-08-28T22:16:28.471Z Downloaded expectorate v1.2.0
8582026-08-28T22:16:28.471Z Downloaded untrusted v0.7.1
8592026-08-28T22:16:28.471Z Downloaded icu_locale_core v2.1.1
8602026-08-28T22:16:28.481Z Downloaded openssl-probe v0.2.1
8612026-08-28T22:16:28.481Z Downloaded yasna v0.5.2
8622026-08-28T22:16:28.481Z Downloaded oxide-update-engine-display v0.1.2
8632026-08-28T22:16:28.481Z Downloaded peg v0.8.5
8642026-08-28T22:16:28.481Z Downloaded multimap v0.10.1
8652026-08-28T22:16:28.481Z Downloaded stringprep v0.1.5
8662026-08-28T22:16:28.481Z Downloaded xattr v1.6.1
8672026-08-28T22:16:28.482Z Downloaded darling v0.21.3
8682026-08-28T22:16:28.482Z Downloaded hashbrown v0.12.3
8692026-08-28T22:16:28.482Z Downloaded yansi v1.0.1
8702026-08-28T22:16:28.482Z Downloaded zip v0.6.6
8712026-08-28T22:16:28.482Z Downloaded num-complex v0.4.6
8722026-08-28T22:16:28.494Z Downloaded crc-catalog v2.4.0
8732026-08-28T22:16:28.495Z Downloaded cstr-argument v0.1.2
8742026-08-28T22:16:28.495Z Downloaded crypto-bigint v0.5.5
8752026-08-28T22:16:28.495Z Downloaded untrusted v0.9.0
8762026-08-28T22:16:28.496Z Downloaded rustversion v1.0.22
8772026-08-28T22:16:28.505Z Downloaded ed25519 v3.0.0
8782026-08-28T22:16:28.505Z Downloaded unicode-xid v0.2.6
8792026-08-28T22:16:28.505Z Downloaded derive_more v2.1.1
8802026-08-28T22:16:28.505Z Downloaded samael v0.0.19
8812026-08-28T22:16:28.505Z Downloaded scuffle v0.1.0
8822026-08-28T22:16:28.505Z Downloaded downcast-rs v2.0.2
8832026-08-28T22:16:28.513Z Downloaded crc-any v2.5.0
8842026-08-28T22:16:28.513Z Downloaded pin-project v1.1.11
8852026-08-28T22:16:28.513Z Downloaded pkcs5 v0.8.1
8862026-08-28T22:16:28.513Z Downloaded aes v0.9.1
8872026-08-28T22:16:28.513Z Downloaded crc32fast v1.5.0
8882026-08-28T22:16:28.526Z Downloaded polyval v0.7.1
8892026-08-28T22:16:28.526Z Downloaded inout v0.2.2
8902026-08-28T22:16:28.526Z Downloaded des v0.9.0
8912026-08-28T22:16:28.526Z Downloaded iana-time-zone v0.1.65
8922026-08-28T22:16:28.530Z Downloaded kem v0.3.0
8932026-08-28T22:16:28.530Z Downloaded match_cfg v0.1.0
8942026-08-28T22:16:28.530Z Downloaded static_assertions v1.1.0
8952026-08-28T22:16:28.531Z Downloaded indexmap v1.9.3
8962026-08-28T22:16:28.531Z Downloaded rand_core v0.6.4
8972026-08-28T22:16:28.531Z Downloaded rpassword v7.5.4
8982026-08-28T22:16:28.531Z Downloaded parking_lot_core v0.9.12
8992026-08-28T22:16:28.531Z Downloaded dyn-clone v1.0.20
9002026-08-28T22:16:28.531Z Downloaded hickory-resolver v0.25.2
9012026-08-28T22:16:28.535Z Downloaded lru-cache v0.1.2
9022026-08-28T22:16:28.535Z Downloaded whoami v1.6.1
9032026-08-28T22:16:28.535Z Downloaded progenitor v0.14.0
9042026-08-28T22:16:28.535Z Downloaded mime v0.3.17
9052026-08-28T22:16:28.535Z Downloaded newtype-uuid-macros v0.1.0
9062026-08-28T22:16:28.543Z Downloaded opaque-debug v0.3.1
9072026-08-28T22:16:28.544Z Downloaded serde_yaml v0.9.34+deprecated
9082026-08-28T22:16:28.544Z Downloaded ryu v1.0.23
9092026-08-28T22:16:28.544Z Downloaded xshell v0.2.7
9102026-08-28T22:16:28.544Z Downloaded hashbrown v0.13.2
9112026-08-28T22:16:28.553Z Downloaded socket2 v0.5.10
9122026-08-28T22:16:28.553Z Downloaded quick-error v1.2.3
9132026-08-28T22:16:28.563Z Downloaded olpc-cjson v0.1.4
9142026-08-28T22:16:28.563Z Downloaded recursive v0.1.1
9152026-08-28T22:16:28.563Z Downloaded icu_provider v2.1.1
9162026-08-28T22:16:28.583Z Downloaded crossbeam-deque v0.8.6
9172026-08-28T22:16:28.583Z Downloaded test-strategy v0.4.5
9182026-08-28T22:16:28.584Z Downloaded derive_more-impl v2.1.1
9192026-08-28T22:16:28.584Z Downloaded strum_macros v0.26.4
9202026-08-28T22:16:28.584Z Downloaded digest-io v0.1.0
9212026-08-28T22:16:28.591Z Downloaded sapling-renderdag v0.1.0
9222026-08-28T22:16:28.591Z Downloaded semver v0.1.20
9232026-08-28T22:16:28.591Z Downloaded tls_codec_derive v0.4.2
9242026-08-28T22:16:28.591Z Downloaded vergen-lib v9.1.0
9252026-08-28T22:16:28.591Z Downloaded proc-macro-error-attr2 v2.0.0
9262026-08-28T22:16:28.591Z Downloaded ipnetwork v0.21.1
9272026-08-28T22:16:28.591Z Downloaded peg-runtime v0.8.5
9282026-08-28T22:16:28.604Z Downloaded unicode-bidi v0.3.18
9292026-08-28T22:16:28.604Z Downloaded csv-core v0.1.13
9302026-08-28T22:16:28.618Z Downloaded russh-util v0.52.0
9312026-08-28T22:16:28.618Z Downloaded structmeta-derive v0.3.0
9322026-08-28T22:16:28.618Z Downloaded sync-ptr v0.1.4
9332026-08-28T22:16:28.618Z Downloaded time-core v0.1.8
9342026-08-28T22:16:28.619Z Downloaded tracing-attributes v0.1.31
9352026-08-28T22:16:28.619Z Downloaded qorb v0.4.1
9362026-08-28T22:16:28.626Z Downloaded darling_core v0.13.4
9372026-08-28T22:16:28.626Z Downloaded whoami v2.1.0
9382026-08-28T22:16:28.626Z Downloaded rand v0.10.1
9392026-08-28T22:16:28.626Z Downloaded utf8_iter v1.0.4
9402026-08-28T22:16:28.626Z Downloaded darling v0.23.0
9412026-08-28T22:16:28.626Z Downloaded diesel-dtrace v0.5.0
9422026-08-28T22:16:28.626Z Downloaded smf v0.2.3
9432026-08-28T22:16:28.626Z Downloaded schemars v1.2.1
9442026-08-28T22:16:28.634Z Downloaded cookie v0.18.1
9452026-08-28T22:16:28.634Z Downloaded derive_more v0.99.20
9462026-08-28T22:16:28.634Z Downloaded mio v1.2.0
9472026-08-28T22:16:28.639Z Downloaded port-file v0.1.0
9482026-08-28T22:16:28.639Z Downloaded crc v3.4.0
9492026-08-28T22:16:28.639Z Downloaded darling_macro v0.13.4
9502026-08-28T22:16:28.639Z Downloaded difflib v0.4.0
9512026-08-28T22:16:28.639Z Downloaded ppv-lite86 v0.2.21
9522026-08-28T22:16:28.645Z Downloaded derive_builder v0.20.2
9532026-08-28T22:16:28.652Z Downloaded ed25519-dalek v3.0.0
9542026-08-28T22:16:28.652Z Downloaded universal-hash v0.5.1
9552026-08-28T22:16:28.653Z Downloaded libefi-sys v0.1.0
9562026-08-28T22:16:28.653Z Downloaded linear-map v1.2.0
9572026-08-28T22:16:28.653Z Downloaded hyper-rustls v0.27.7
9582026-08-28T22:16:28.657Z Downloaded rustls-native-certs v0.8.3
9592026-08-28T22:16:28.657Z Downloaded scrypt v0.12.0
9602026-08-28T22:16:28.657Z Downloaded void v1.0.2
9612026-08-28T22:16:28.657Z Downloaded zone v0.3.1
9622026-08-28T22:16:28.657Z Downloaded crucible-workspace-hack v0.1.0
9632026-08-28T22:16:28.657Z Downloaded md-5 v0.10.6
9642026-08-28T22:16:28.666Z Downloaded similar v2.7.0
9652026-08-28T22:16:28.675Z Downloaded term v1.2.1
9662026-08-28T22:16:28.676Z Downloaded unarray v0.1.4
9672026-08-28T22:16:28.676Z Downloaded num-traits v0.2.19
9682026-08-28T22:16:28.688Z Downloaded rand v0.9.2
9692026-08-28T22:16:28.688Z Downloaded knus v3.4.0
9702026-08-28T22:16:28.689Z Downloaded peg-macros v0.8.5
9712026-08-28T22:16:28.689Z Downloaded defmt v0.3.100
9722026-08-28T22:16:28.694Z Downloaded snafu-derive v0.8.9
9732026-08-28T22:16:28.694Z Downloaded sqlformat v0.3.5
9742026-08-28T22:16:28.694Z Downloaded pretty_assertions v1.4.1
9752026-08-28T22:16:28.694Z Downloaded omicron-zone-package v0.12.3
9762026-08-28T22:16:28.694Z Downloaded pin-project-lite v0.2.17
9772026-08-28T22:16:28.699Z Downloaded rustyline v14.0.0
9782026-08-28T22:16:28.699Z Downloaded ctutils v0.4.2
9792026-08-28T22:16:28.703Z Downloaded instability v0.3.11
9802026-08-28T22:16:28.703Z Downloaded typify-macro v0.6.2
9812026-08-28T22:16:28.703Z Downloaded parse-display v0.10.0
9822026-08-28T22:16:28.703Z Downloaded shlex v1.3.0
9832026-08-28T22:16:28.703Z Downloaded slab v0.4.12
9842026-08-28T22:16:28.709Z Downloaded num-bigint-dig v0.8.6
9852026-08-28T22:16:28.709Z Downloaded rustc_version v0.1.7
9862026-08-28T22:16:28.709Z Downloaded same-file v1.0.6
9872026-08-28T22:16:28.709Z Downloaded zip v4.6.1
9882026-08-28T22:16:28.714Z Downloaded ron v0.8.1
9892026-08-28T22:16:28.714Z Downloaded dsl_auto_type v0.2.0
9902026-08-28T22:16:28.729Z Downloaded stacker v0.1.23
9912026-08-28T22:16:28.730Z Downloaded yoke v0.8.1
9922026-08-28T22:16:28.730Z Downloaded signal-hook-tokio v0.3.1
9932026-08-28T22:16:28.730Z Downloaded take_mut v0.2.2
9942026-08-28T22:16:28.730Z Downloaded hashbrown v0.16.1
9952026-08-28T22:16:28.748Z Downloaded http v1.4.2
9962026-08-28T22:16:28.749Z Downloaded hashbrown v0.15.5
9972026-08-28T22:16:28.749Z Downloaded miniz_oxide v0.8.9
9982026-08-28T22:16:28.749Z Downloaded serde_cbor v0.11.2
9992026-08-28T22:16:28.754Z Downloaded hashbrown v0.14.5
10002026-08-28T22:16:28.754Z Downloaded maplit v1.0.2
10012026-08-28T22:16:28.754Z Downloaded nanorand v0.7.0
10022026-08-28T22:16:28.754Z Downloaded sigpipe v0.1.3
10032026-08-28T22:16:28.754Z Downloaded zeroize v1.9.0
10042026-08-28T22:16:28.755Z Downloaded zone_cfg_derive v0.3.1
10052026-08-28T22:16:28.755Z Downloaded indoc v2.0.7
10062026-08-28T22:16:28.755Z Downloaded num_enum v0.7.6
10072026-08-28T22:16:28.755Z Downloaded num-rational v0.4.2
10082026-08-28T22:16:28.755Z Downloaded strip-ansi-escapes v0.2.1
10092026-08-28T22:16:28.755Z Downloaded supports-color v3.0.2
10102026-08-28T22:16:28.755Z Downloaded ignore v0.4.25
10112026-08-28T22:16:28.789Z Downloaded aho-corasick v1.1.4
10122026-08-28T22:16:28.789Z Downloaded daft-derive v0.1.8
10132026-08-28T22:16:28.789Z Downloaded zerocopy-derive v0.8.55
10142026-08-28T22:16:28.800Z Downloaded toml_edit v0.23.10+spec-1.0.0
10152026-08-28T22:16:28.801Z Downloaded pin-project-internal v1.1.11
10162026-08-28T22:16:28.801Z Downloaded tinyvec v1.10.0
10172026-08-28T22:16:28.801Z Downloaded illumos-nvpair v0.3.0
10182026-08-28T22:16:28.801Z Downloaded inout v0.1.4
10192026-08-28T22:16:28.801Z Downloaded defmt-macros v1.0.1
10202026-08-28T22:16:28.801Z Downloaded yoke-derive v0.8.1
10212026-08-28T22:16:28.801Z Downloaded primeorder v0.14.0
10222026-08-28T22:16:28.801Z Downloaded hyper-staticfile v0.10.1
10232026-08-28T22:16:28.801Z Downloaded num v0.4.3
10242026-08-28T22:16:28.801Z Downloaded lazy_static v1.5.0
10252026-08-28T22:16:28.801Z Downloaded crossbeam-channel v0.5.15
10262026-08-28T22:16:28.801Z Downloaded r2d2 v0.8.10
10272026-08-28T22:16:28.817Z Downloaded time-macros v0.2.27
10282026-08-28T22:16:28.875Z Downloaded siphasher v1.0.2
10292026-08-28T22:16:28.875Z Downloaded sec1 v0.7.3
10302026-08-28T22:16:28.875Z Downloaded sec1 v0.8.1
10312026-08-28T22:16:28.875Z Downloaded spki v0.7.3
10322026-08-28T22:16:28.875Z Downloaded unicode-truncate v1.1.0
10332026-08-28T22:16:28.875Z Downloaded tokio-dtrace v0.1.1
10342026-08-28T22:16:28.875Z Downloaded litemap v0.8.1
10352026-08-28T22:16:28.947Z Downloaded dropshot-api-manager v0.8.0
10362026-08-28T22:16:28.947Z Downloaded serde_with_macros v3.21.0
10372026-08-28T22:16:28.947Z Downloaded crypto-common v0.2.2
10382026-08-28T22:16:28.947Z Downloaded snafu v0.8.9
10392026-08-28T22:16:28.947Z Downloaded vergen-gitcl v1.0.8
10402026-08-28T22:16:28.947Z Downloaded defmt-parser v1.0.0
10412026-08-28T22:16:28.947Z Downloaded icu_normalizer v2.1.1
10422026-08-28T22:16:28.947Z Downloaded strsim v0.10.0
10432026-08-28T22:16:28.948Z Downloaded derive-ex v0.1.8
10442026-08-28T22:16:28.948Z Downloaded waitgroup v0.1.2
10452026-08-28T22:16:28.948Z Downloaded steno v0.4.1
10462026-08-28T22:16:28.948Z Downloaded constant_time_eq v0.4.2
10472026-08-28T22:16:28.948Z Downloaded digest v0.11.3
10482026-08-28T22:16:28.948Z Downloaded internet-checksum v0.2.1
10492026-08-28T22:16:28.949Z Downloaded is-terminal v0.4.17
10502026-08-28T22:16:28.949Z Downloaded progenitor-client v0.14.0
10512026-08-28T22:16:28.949Z Downloaded toml v1.1.2+spec-1.1.0
10522026-08-28T22:16:28.949Z Downloaded data-encoding v2.10.0
10532026-08-28T22:16:28.949Z Downloaded wnaf v0.14.0
10542026-08-28T22:16:28.949Z Downloaded derive_builder_macro v0.20.2
10552026-08-28T22:16:28.949Z Downloaded lru-slab v0.1.2
10562026-08-28T22:16:28.949Z Downloaded module-lattice v0.2.3
10572026-08-28T22:16:28.949Z Downloaded termtree v0.5.1
10582026-08-28T22:16:28.949Z Downloaded linked-hash-map v0.5.6
10592026-08-28T22:16:28.949Z Downloaded lzss v0.8.2
10602026-08-28T22:16:28.949Z Downloaded winnow v0.6.26
10612026-08-28T22:16:28.949Z Downloaded der v0.7.10
10622026-08-28T22:16:28.949Z Downloaded tokio-util v0.7.18
10632026-08-28T22:16:28.980Z Downloaded predicates v3.1.4
10642026-08-28T22:16:28.980Z Downloaded rand_core v0.9.5
10652026-08-28T22:16:28.981Z Downloaded oxide-update-engine v0.1.2
10662026-08-28T22:16:28.981Z Downloaded psm v0.1.30
10672026-08-28T22:16:28.981Z Downloaded universal-hash v0.6.1
10682026-08-28T22:16:28.981Z Downloaded dirs-sys-next v0.1.2
10692026-08-28T22:16:28.981Z Downloaded ident_case v1.0.1
10702026-08-28T22:16:28.981Z Downloaded signal-hook-registry v1.4.8
10712026-08-28T22:16:28.981Z Downloaded owo-colors v4.3.0
10722026-08-28T22:16:28.981Z Downloaded h2 v0.4.15
10732026-08-28T22:16:28.981Z Downloaded hkdf v0.12.4
10742026-08-28T22:16:28.981Z Downloaded tough v0.22.0
10752026-08-28T22:16:28.981Z Downloaded futures-util v0.3.32
10762026-08-28T22:16:28.981Z Downloaded nom v7.1.3
10772026-08-28T22:16:28.981Z Downloaded hkdf v0.13.0
10782026-08-28T22:16:28.981Z Downloaded scroll v0.13.0
10792026-08-28T22:16:28.981Z Downloaded support-bundle-viewer v0.1.2
10802026-08-28T22:16:28.981Z Downloaded prefix-trie v0.7.0
10812026-08-28T22:16:28.981Z Downloaded password-hash v0.6.1
10822026-08-28T22:16:28.981Z Downloaded serde_spanned v1.1.1
10832026-08-28T22:16:28.981Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10842026-08-28T22:16:28.981Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10852026-08-28T22:16:28.982Z Downloaded pkg-config v0.3.32
10862026-08-28T22:16:28.982Z Downloaded progenitor-impl v0.13.0
10872026-08-28T22:16:28.982Z Downloaded p521 v0.14.0
10882026-08-28T22:16:28.982Z Downloaded ml-kem v0.3.2
10892026-08-28T22:16:29.017Z Downloaded p384 v0.14.0
10902026-08-28T22:16:29.017Z Downloaded pkcs8 v0.11.0
10912026-08-28T22:16:29.017Z Downloaded nu-ansi-term v0.50.3
10922026-08-28T22:16:29.017Z Downloaded zerovec-derive v0.11.2
10932026-08-28T22:16:29.017Z Downloaded cpufeatures v0.3.0
10942026-08-28T22:16:29.017Z Downloaded num-derive v0.4.2
10952026-08-28T22:16:29.017Z Downloaded blake3 v1.8.5
10962026-08-28T22:16:29.017Z Downloaded native-tls v0.2.18
10972026-08-28T22:16:29.017Z Downloaded rand_xorshift v0.4.0
10982026-08-28T22:16:29.017Z Downloaded packed_struct v0.10.1
10992026-08-28T22:16:29.017Z Downloaded paste v1.0.15
11002026-08-28T22:16:29.017Z Downloaded display-error-chain v0.2.2
11012026-08-28T22:16:29.041Z Downloaded tar v0.4.46
11022026-08-28T22:16:29.041Z Downloaded debug-ignore v1.0.5
11032026-08-28T22:16:29.041Z Downloaded darling v0.13.4
11042026-08-28T22:16:29.041Z Downloaded libloading v0.8.9
11052026-08-28T22:16:29.041Z Downloaded rand_core v0.10.0
11062026-08-28T22:16:29.041Z Downloaded kstat-rs v0.2.5
11072026-08-28T22:16:29.041Z Downloaded serde_urlencoded v0.7.1
11082026-08-28T22:16:29.042Z Downloaded nom v8.0.0
11092026-08-28T22:16:29.042Z Downloaded usdt-impl v0.6.0
11102026-08-28T22:16:29.042Z Downloaded miette-derive v7.6.0
11112026-08-28T22:16:29.042Z Downloaded icu_properties_data v2.1.2
11122026-08-28T22:16:29.053Z Downloaded libxml v0.3.3
11132026-08-28T22:16:29.053Z Downloaded managed v0.8.0
11142026-08-28T22:16:29.053Z Downloaded drift v0.2.0
11152026-08-28T22:16:29.053Z Downloaded powerfmt v0.2.0
11162026-08-28T22:16:29.053Z Downloaded slog-async v2.8.0
11172026-08-28T22:16:29.053Z Downloaded packed_struct_codegen v0.10.1
11182026-08-28T22:16:29.053Z Downloaded num-conv v0.2.0
11192026-08-28T22:16:29.053Z Downloaded ssh-cipher v0.3.0
11202026-08-28T22:16:29.053Z Downloaded tungstenite v0.23.0
11212026-08-28T22:16:29.053Z Downloaded salty v0.3.0
11222026-08-28T22:16:29.053Z Downloaded miette v7.6.0
11232026-08-28T22:16:29.064Z Downloaded termios v0.3.3
11242026-08-28T22:16:29.064Z Downloaded tap v1.0.1
11252026-08-28T22:16:29.064Z Downloaded hybrid-array v0.4.13
11262026-08-28T22:16:29.064Z Downloaded shell-words v1.1.1
11272026-08-28T22:16:29.064Z Downloaded darling_macro v0.23.0
11282026-08-28T22:16:29.064Z Downloaded derive_builder_core v0.20.2
11292026-08-28T22:16:29.073Z Downloaded pkcs1 v0.8.0-rc.4
11302026-08-28T22:16:29.074Z Downloaded zopfli v0.8.3
11312026-08-28T22:16:29.074Z Downloaded resolv-conf v0.7.6
11322026-08-28T22:16:29.074Z Downloaded walkdir v2.5.0
11332026-08-28T22:16:29.074Z Downloaded reqwest v0.12.28
11342026-08-28T22:16:29.090Z Downloaded ed25519-dalek v2.2.0
11352026-08-28T22:16:29.090Z Downloaded p256 v0.14.0
11362026-08-28T22:16:29.090Z Downloaded unicase v2.9.0
11372026-08-28T22:16:29.090Z Downloaded tokio-rustls v0.26.4
11382026-08-28T22:16:29.090Z Downloaded pem-rfc7468 v1.0.0
11392026-08-28T22:16:29.090Z Downloaded precomputed-hash v0.1.1
11402026-08-28T22:16:29.090Z Downloaded rtoolbox v0.0.3
11412026-08-28T22:16:29.094Z Downloaded serde-big-array v0.5.1
11422026-08-28T22:16:29.094Z Downloaded itertools v0.14.0
11432026-08-28T22:16:29.094Z Downloaded reedline v0.40.0
11442026-08-28T22:16:29.094Z Downloaded mime_guess v2.0.5
11452026-08-28T22:16:29.094Z Downloaded rusty-fork v0.3.1
11462026-08-28T22:16:29.094Z Downloaded spin v0.9.8
11472026-08-28T22:16:29.094Z Downloaded twox-hash v2.1.2
11482026-08-28T22:16:29.095Z Downloaded ingot v0.2.1
11492026-08-28T22:16:29.099Z Downloaded zerofrom-derive v0.1.6
11502026-08-28T22:16:29.099Z Downloaded either v1.15.0
11512026-08-28T22:16:29.099Z Downloaded tabwriter v1.4.1
11522026-08-28T22:16:29.102Z Downloaded cookie_store v0.22.1
11532026-08-28T22:16:29.107Z Downloaded smallvec v0.6.14
11542026-08-28T22:16:29.107Z Downloaded uuid v1.23.4
11552026-08-28T22:16:29.117Z Downloaded ecdsa v0.17.0
11562026-08-28T22:16:29.129Z Downloaded tower-layer v0.3.3
11572026-08-28T22:16:29.133Z Downloaded rsa v0.9.10
11582026-08-28T22:16:29.136Z Downloaded rustls-pemfile v2.2.0
11592026-08-28T22:16:29.136Z Downloaded bindgen v0.71.1
11602026-08-28T22:16:29.142Z Downloaded typed-path v0.9.3
11612026-08-28T22:16:29.147Z Downloaded parking_lot v0.12.5
11622026-08-28T22:16:29.158Z Downloaded dropshot_endpoint v0.17.1
11632026-08-28T22:16:29.175Z Downloaded convert_case v0.4.0
11642026-08-28T22:16:29.175Z Downloaded slog-term v2.9.2
11652026-08-28T22:16:29.175Z Downloaded aws-lc-rs v1.16.3
11662026-08-28T22:16:29.190Z Downloaded bitvec v1.0.1
11672026-08-28T22:16:29.190Z Downloaded toml_edit v0.19.15
11682026-08-28T22:16:29.199Z Downloaded thiserror-no-std v2.0.2
11692026-08-28T22:16:29.199Z Downloaded keccak v0.2.0
11702026-08-28T22:16:29.199Z Downloaded displaydoc v0.2.5
11712026-08-28T22:16:29.199Z Downloaded md5 v0.8.0
11722026-08-28T22:16:29.199Z Downloaded elliptic-curve v0.13.8
11732026-08-28T22:16:29.199Z Downloaded socket2 v0.6.3
11742026-08-28T22:16:29.199Z Downloaded vergen v9.1.0
11752026-08-28T22:16:29.199Z Downloaded itertools v0.13.0
11762026-08-28T22:16:29.204Z Downloaded progenitor-impl v0.14.0
11772026-08-28T22:16:29.205Z Downloaded libbz2-rs-sys v0.2.2
11782026-08-28T22:16:29.205Z Downloaded ingot-macros v0.2.0
11792026-08-28T22:16:29.219Z Downloaded phc v0.6.1
11802026-08-28T22:16:29.220Z Downloaded typify v0.6.2
11812026-08-28T22:16:29.220Z Downloaded ed25519 v2.2.3
11822026-08-28T22:16:29.223Z Downloaded primeorder v0.13.6
11832026-08-28T22:16:29.224Z Downloaded phf_shared v0.13.1
11842026-08-28T22:16:29.224Z Downloaded crossbeam-epoch v0.9.18
11852026-08-28T22:16:29.224Z Downloaded subprocess v0.2.15
11862026-08-28T22:16:29.224Z Downloaded tokio-native-tls v0.3.1
11872026-08-28T22:16:29.224Z Downloaded zerotrie v0.2.3
11882026-08-28T22:16:29.238Z Downloaded hyper v1.10.1
11892026-08-28T22:16:29.246Z Downloaded diesel_derives v2.3.7
11902026-08-28T22:16:29.246Z Downloaded convert_case v0.10.0
11912026-08-28T22:16:29.246Z Downloaded daft v0.1.8
11922026-08-28T22:16:29.246Z Downloaded sha2 v0.11.0
11932026-08-28T22:16:29.348Z Downloaded zerocopy v0.6.6
11942026-08-28T22:16:29.348Z Downloaded unicode-normalization v0.1.25
11952026-08-28T22:16:29.363Z Downloaded idna v1.1.0
11962026-08-28T22:16:29.363Z Downloaded tower v0.5.3
11972026-08-28T22:16:29.363Z Downloaded smallvec v1.15.1
11982026-08-28T22:16:29.364Z Downloaded proc-macro-error2 v2.0.1
11992026-08-28T22:16:29.364Z Downloaded git2 v0.20.4
12002026-08-28T22:16:29.364Z Downloaded unicode-properties v0.1.4
12012026-08-28T22:16:29.364Z Downloaded iri-string v0.7.10
12022026-08-28T22:16:29.364Z Downloaded toml v0.7.8
12032026-08-28T22:16:29.364Z Downloaded tungstenite v0.21.0
12042026-08-28T22:16:29.364Z Downloaded schemars v0.8.22
12052026-08-28T22:16:29.364Z Downloaded rand v0.8.6
12062026-08-28T22:16:29.364Z Downloaded rustls-webpki v0.103.13
12072026-08-28T22:16:29.364Z Downloaded derive-where v1.6.0
12082026-08-28T22:16:29.364Z Downloaded internal-russh-num-bigint v0.5.0
12092026-08-28T22:16:29.364Z Downloaded rustc-demangle v0.1.27
12102026-08-28T22:16:29.364Z Downloaded chrono v0.4.45
12112026-08-28T22:16:29.364Z Downloaded hyper-util v0.1.20
12122026-08-28T22:16:29.364Z Downloaded darling_core v0.23.0
12132026-08-28T22:16:29.364Z Downloaded russh v0.62.4
12142026-08-28T22:16:29.364Z Downloaded lalrpop v0.19.12
12152026-08-28T22:16:29.364Z Downloaded unicode-segmentation v1.12.0
12162026-08-28T22:16:29.364Z Downloaded icu_normalizer_data v2.1.1
12172026-08-28T22:16:29.364Z Downloaded url v2.5.8
12182026-08-28T22:16:29.379Z Downloaded openssl-sys v0.9.117
12192026-08-28T22:16:29.379Z Downloaded x509-cert v0.2.5
12202026-08-28T22:16:29.379Z Downloaded itertools v0.15.0
12212026-08-28T22:16:29.387Z Downloaded schemars v0.9.0
12222026-08-28T22:16:29.400Z Downloaded tower-http v0.6.8
12232026-08-28T22:16:29.408Z Downloaded crypto-primes v0.7.2
12242026-08-28T22:16:29.423Z Downloaded crossterm v0.28.1
12252026-08-28T22:16:29.423Z Downloaded darling_core v0.21.3
12262026-08-28T22:16:29.423Z Downloaded crossterm v0.29.0
12272026-08-28T22:16:29.428Z Downloaded indicatif v0.18.4
12282026-08-28T22:16:29.428Z Downloaded itertools v0.12.1
12292026-08-28T22:16:29.428Z Downloaded rsa v0.10.0-rc.18
12302026-08-28T22:16:29.438Z Downloaded goblin v0.10.5
12312026-08-28T22:16:29.442Z Downloaded tokio-postgres v0.7.16
12322026-08-28T22:16:29.442Z Downloaded rawzip v0.4.4
12332026-08-28T22:16:29.442Z Downloaded rayon v1.11.0
12342026-08-28T22:16:29.448Z Downloaded serde_with v1.14.0
12352026-08-28T22:16:29.448Z Downloaded itertools v0.10.5
12362026-08-28T22:16:29.458Z Downloaded num-bigint v0.4.6
12372026-08-28T22:16:29.467Z Downloaded minimal-lexical v0.2.1
12382026-08-28T22:16:29.467Z Downloaded icu_collections v2.1.1
12392026-08-28T22:16:29.471Z Downloaded quick-xml v0.37.5
12402026-08-28T22:16:29.477Z Downloaded gimli v0.32.3
12412026-08-28T22:16:29.485Z Downloaded serde_with v3.21.0
12422026-08-28T22:16:29.491Z Downloaded der v0.8.0
12432026-08-28T22:16:29.491Z Downloaded p384 v0.13.1
12442026-08-28T22:16:29.507Z Downloaded portable-atomic v1.13.1
12452026-08-28T22:16:29.515Z Downloaded zerovec v0.11.5
12462026-08-28T22:16:29.526Z Downloaded object v0.30.4
12472026-08-28T22:16:29.526Z Downloaded tabled v0.21.0
12482026-08-28T22:16:29.533Z Downloaded iddqd v0.4.2
12492026-08-28T22:16:29.539Z Downloaded zerocopy v0.8.55
12502026-08-28T22:16:29.553Z Downloaded bstr v1.12.1
12512026-08-28T22:16:29.563Z Downloaded zlib-rs v0.6.2
12522026-08-28T22:16:29.563Z Downloaded winnow v0.5.40
12532026-08-28T22:16:29.563Z Downloaded regex v1.12.3
12542026-08-28T22:16:29.573Z Downloaded sha3 v0.12.0
12552026-08-28T22:16:29.573Z Downloaded time v0.3.47
12562026-08-28T22:16:29.581Z Downloaded smoltcp v0.11.0
12572026-08-28T22:16:29.581Z Downloaded quinn-proto v0.11.16
12582026-08-28T22:16:29.584Z Downloaded polar-core v0.27.3
12592026-08-28T22:16:29.588Z Downloaded jiff-core v0.1.0
12602026-08-28T22:16:29.597Z Downloaded ssh-key v0.7.0-rc.11
12612026-08-28T22:16:29.603Z Downloaded libm v0.2.16
12622026-08-28T22:16:29.614Z Downloaded nix v0.27.1
12632026-08-28T22:16:29.619Z Downloaded radix_trie v0.2.1
12642026-08-28T22:16:29.620Z Downloaded smoltcp v0.9.1
12652026-08-28T22:16:29.623Z Downloaded reqwest v0.13.2
12662026-08-28T22:16:29.626Z Downloaded rustls v0.23.41
12672026-08-28T22:16:29.634Z Downloaded regress v0.10.5
12682026-08-28T22:16:29.648Z Downloaded regress v0.11.1
12692026-08-28T22:16:29.654Z Downloaded proptest v1.11.0
12702026-08-28T22:16:29.660Z Downloaded vcpkg v0.2.15
12712026-08-28T22:16:29.689Z Downloaded petname v2.0.2
12722026-08-28T22:16:29.698Z Downloaded hickory-proto v0.24.4
12732026-08-28T22:16:29.717Z Downloaded curve25519-dalek v5.0.0
12742026-08-28T22:16:29.717Z Downloaded winnow v1.0.3
12752026-08-28T22:16:29.717Z Downloaded curve25519-dalek v4.1.3
12762026-08-28T22:16:29.737Z Downloaded nix v0.28.0
12772026-08-28T22:16:29.737Z Downloaded crypto-bigint v0.7.5
12782026-08-28T22:16:29.744Z Downloaded moka v0.12.13
12792026-08-28T22:16:29.744Z Downloaded rustix v0.38.44
12802026-08-28T22:16:29.758Z Downloaded hickory-proto v0.25.2
12812026-08-28T22:16:29.781Z Downloaded regex-syntax v0.6.29
12822026-08-28T22:16:29.791Z Downloaded regex-syntax v0.8.10
12832026-08-28T22:16:29.791Z Downloaded nix v0.31.2
12842026-08-28T22:16:29.791Z Downloaded openssl v0.10.80
12852026-08-28T22:16:29.799Z Downloaded typify-impl v0.6.2
12862026-08-28T22:16:29.807Z Downloaded syn v3.0.3
12872026-08-28T22:16:29.812Z Downloaded dropshot v0.17.1
12882026-08-28T22:16:29.828Z Downloaded object v0.37.3
12892026-08-28T22:16:29.835Z Downloaded sled v0.34.7
12902026-08-28T22:16:29.838Z Downloaded tracing v0.1.44
12912026-08-28T22:16:29.851Z Downloaded diesel v2.3.7
12922026-08-28T22:16:29.861Z Downloaded openapiv3 v2.2.0
12932026-08-28T22:16:29.872Z Downloaded zerocopy-derive v0.6.6
12942026-08-28T22:16:29.878Z Downloaded sha3 v0.11.0
12952026-08-28T22:16:29.878Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-08-28T22:16:29.887Z Downloaded ratatui v0.29.0
12972026-08-28T22:16:29.900Z Downloaded sqlparser v0.61.0
12982026-08-28T22:16:29.954Z Downloaded chrono-tz v0.10.4
12992026-08-28T22:16:29.979Z Downloaded petgraph v0.6.5
13002026-08-28T22:16:30.009Z Downloaded petgraph v0.8.3
13012026-08-28T22:16:30.026Z Downloaded jiff v0.2.34
13022026-08-28T22:16:30.031Z Downloaded regex-automata v0.4.14
13032026-08-28T22:16:30.038Z Downloaded libz-sys v1.1.24
13042026-08-28T22:16:30.054Z Downloaded csv v1.4.0
13052026-08-28T22:16:30.067Z Downloaded sha3 v0.10.8
13062026-08-28T22:16:30.072Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-08-28T22:16:30.075Z Downloaded tokio v1.52.1
13082026-08-28T22:16:30.148Z Downloaded encoding_rs v0.8.35
13092026-08-28T22:16:30.163Z Downloaded ring v0.17.14
13102026-08-28T22:16:30.189Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-08-28T22:16:30.701Z Downloaded aws-lc-sys v0.40.0
13122026-08-28T22:16:30.958Z Compiling serde_core v1.0.228
13132026-08-28T22:16:30.958Z Compiling libc v0.2.185
13142026-08-28T22:16:30.958Z Compiling serde v1.0.228
13152026-08-28T22:16:30.967Z Compiling log v0.4.33
13162026-08-28T22:16:30.967Z Compiling smallvec v1.15.1
13172026-08-28T22:16:30.967Z Compiling shlex v1.3.0
13182026-08-28T22:16:30.967Z Compiling find-msvc-tools v0.1.9
13192026-08-28T22:16:30.967Z Compiling subtle v2.6.1
13202026-08-28T22:16:31.107Z Compiling scopeguard v1.2.0
13212026-08-28T22:16:31.177Z Compiling stable_deref_trait v1.2.1
13222026-08-28T22:16:31.177Z Compiling typenum v1.20.1
13232026-08-28T22:16:31.177Z Compiling zerocopy v0.8.55
13242026-08-28T22:16:31.177Z Compiling portable-atomic v1.13.1
13252026-08-28T22:16:31.190Z Compiling serde_json v1.0.151
13262026-08-28T22:16:31.190Z Compiling syn v2.0.117
13272026-08-28T22:16:31.190Z Compiling critical-section v1.2.0
13282026-08-28T22:16:31.241Z Compiling libm v0.2.16
13292026-08-28T22:16:31.382Z Compiling num-traits v0.2.19
13302026-08-28T22:16:31.404Z Compiling pkg-config v0.3.32
13312026-08-28T22:16:31.420Z Compiling generic-array v0.14.7
13322026-08-28T22:16:31.454Z Compiling getrandom v0.4.3
13332026-08-28T22:16:31.472Z Compiling lock_api v0.4.14
13342026-08-28T22:16:31.499Z Compiling const-oid v0.9.6
13352026-08-28T22:16:31.503Z Compiling pin-project-lite v0.2.17
13362026-08-28T22:16:31.542Z Compiling parking_lot_core v0.9.12
13372026-08-28T22:16:31.573Z Compiling rand_core v0.10.0
13382026-08-28T22:16:31.636Z Compiling percent-encoding v2.3.2
13392026-08-28T22:16:31.695Z Compiling futures-core v0.3.32
13402026-08-28T22:16:31.726Z Compiling litemap v0.8.1
13412026-08-28T22:16:31.743Z Compiling writeable v0.6.2
13422026-08-28T22:16:31.757Z Compiling icu_normalizer_data v2.1.1
13432026-08-28T22:16:31.809Z Compiling icu_properties_data v2.1.2
13442026-08-28T22:16:31.871Z Compiling rustix v1.1.4
13452026-08-28T22:16:31.891Z Compiling getrandom v0.3.4
13462026-08-28T22:16:31.891Z Compiling futures-sink v0.3.32
13472026-08-28T22:16:31.922Z Compiling utf8_iter v1.0.4
13482026-08-28T22:16:31.947Z Compiling futures-io v0.3.32
13492026-08-28T22:16:31.989Z Compiling slab v0.4.12
13502026-08-28T22:16:32.011Z Compiling futures-channel v0.3.32
13512026-08-28T22:16:32.039Z Compiling futures-task v0.3.32
13522026-08-28T22:16:32.093Z Compiling form_urlencoded v1.2.2
13532026-08-28T22:16:32.093Z Compiling rustversion v1.0.22
13542026-08-28T22:16:32.128Z Compiling errno v0.3.14
13552026-08-28T22:16:32.151Z Compiling jobserver v0.1.34
13562026-08-28T22:16:32.179Z Compiling getrandom v0.2.17
13572026-08-28T22:16:32.233Z Compiling signal-hook-registry v1.4.8
13582026-08-28T22:16:32.273Z Compiling once_cell v1.21.3
13592026-08-28T22:16:32.280Z Compiling mio v1.2.0
13602026-08-28T22:16:32.297Z Compiling socket2 v0.6.3
13612026-08-28T22:16:32.324Z Compiling rand_core v0.6.4
13622026-08-28T22:16:32.386Z Compiling cc v1.2.56
13632026-08-28T22:16:32.439Z Compiling parking_lot v0.12.5
13642026-08-28T22:16:32.459Z Compiling iana-time-zone v0.1.65
13652026-08-28T22:16:32.518Z Compiling base64ct v1.8.3
13662026-08-28T22:16:32.548Z Compiling flagset v0.4.7
13672026-08-28T22:16:32.548Z Compiling regex-syntax v0.8.10
13682026-08-28T22:16:32.639Z Compiling ident_case v1.0.1
13692026-08-28T22:16:32.664Z Compiling fs_extra v1.3.0
13702026-08-28T22:16:32.679Z Compiling dunce v1.0.5
13712026-08-28T22:16:32.717Z Compiling base64 v0.22.1
13722026-08-28T22:16:32.729Z Compiling vcpkg v0.2.15
13732026-08-28T22:16:32.746Z Compiling syn v1.0.109
13742026-08-28T22:16:32.769Z Compiling pem-rfc7468 v0.7.0
13752026-08-28T22:16:32.782Z Compiling rand_core v0.9.5
13762026-08-28T22:16:32.830Z Compiling tracing-core v0.1.36
13772026-08-28T22:16:32.846Z Compiling aws-lc-rs v1.16.3
13782026-08-28T22:16:32.866Z Compiling cpufeatures v0.2.17
13792026-08-28T22:16:32.878Z Compiling dyn-clone v1.0.20
13802026-08-28T22:16:32.922Z Compiling simd-adler32 v0.3.8
13812026-08-28T22:16:32.946Z Compiling schemars v0.8.22
13822026-08-28T22:16:33.028Z Compiling spin v0.9.8
13832026-08-28T22:16:33.059Z Compiling cmov v0.5.4
13842026-08-28T22:16:33.076Z Compiling openssl-probe v0.2.1
13852026-08-28T22:16:33.106Z Compiling adler2 v2.0.1
13862026-08-28T22:16:33.133Z Compiling cmake v0.1.57
13872026-08-28T22:16:33.172Z Compiling tinyvec_macros v0.1.1
13882026-08-28T22:16:33.176Z Compiling crc32fast v1.5.0
13892026-08-28T22:16:33.217Z Compiling httparse v1.10.1
13902026-08-28T22:16:33.233Z Compiling miniz_oxide v0.8.9
13912026-08-28T22:16:33.247Z Compiling tinyvec v1.10.0
13922026-08-28T22:16:33.263Z Compiling ctutils v0.4.2
13932026-08-28T22:16:33.266Z Compiling aho-corasick v1.1.4
13942026-08-28T22:16:33.290Z Compiling untrusted v0.7.1
13952026-08-28T22:16:33.306Z Compiling atomic-waker v1.1.2
13962026-08-28T22:16:33.425Z Compiling bitflags v2.11.0
13972026-08-28T22:16:33.459Z Compiling semver v1.0.28
13982026-08-28T22:16:33.492Z Compiling indexmap v2.14.0
13992026-08-28T22:16:33.518Z Compiling uuid v1.23.4
14002026-08-28T22:16:33.560Z Compiling try-lock v0.2.5
14012026-08-28T22:16:33.599Z Compiling tower-service v0.3.3
14022026-08-28T22:16:33.631Z Compiling unicode-segmentation v1.12.0
14032026-08-28T22:16:33.652Z Compiling tower-layer v0.3.3
14042026-08-28T22:16:33.665Z Compiling radium v0.7.0
14052026-08-28T22:16:33.684Z Compiling rustc_version v0.4.1
14062026-08-28T22:16:33.790Z Compiling want v0.3.1
14072026-08-28T22:16:33.867Z Compiling tap v1.0.1
14082026-08-28T22:16:33.963Z Compiling maybe-uninit v2.0.0
14092026-08-28T22:16:33.977Z Compiling rustls v0.23.41
14102026-08-28T22:16:34.002Z Compiling aws-lc-sys v0.40.0
14112026-08-28T22:16:34.009Z Compiling openssl-sys v0.9.117
14122026-08-28T22:16:34.034Z Compiling openssl v0.10.80
14132026-08-28T22:16:34.042Z Compiling untrusted v0.9.0
14142026-08-28T22:16:34.066Z Compiling httpdate v1.0.3
14152026-08-28T22:16:34.073Z Compiling foreign-types-shared v0.1.1
14162026-08-28T22:16:34.166Z Compiling regex-automata v0.4.14
14172026-08-28T22:16:34.169Z Compiling foreign-types v0.3.2
14182026-08-28T22:16:34.208Z Compiling synstructure v0.13.2
14192026-08-28T22:16:34.238Z Compiling serde_derive_internals v0.29.1
14202026-08-28T22:16:34.238Z Compiling pest_generator v2.8.6
14212026-08-28T22:16:34.259Z Compiling darling_core v0.20.11
14222026-08-28T22:16:34.311Z Compiling bzip2-sys v0.1.13+1.0.8
14232026-08-28T22:16:34.327Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14242026-08-28T22:16:34.350Z Compiling wyz v0.5.1
14252026-08-28T22:16:34.564Z Compiling tempfile v3.27.0
14262026-08-28T22:16:34.624Z Compiling terminal_size v0.4.3
14272026-08-28T22:16:34.770Z Compiling unicode-normalization v0.1.25
14282026-08-28T22:16:34.788Z Compiling num-integer v0.1.46
14292026-08-28T22:16:34.793Z Compiling socket2 v0.5.10
14302026-08-28T22:16:34.840Z Compiling wait-timeout v0.2.1
14312026-08-28T22:16:34.855Z Compiling ahash v0.8.12
14322026-08-28T22:16:34.947Z Compiling quick-error v1.2.3
14332026-08-28T22:16:34.962Z Compiling num-bigint-dig v0.8.6
14342026-08-28T22:16:34.979Z Compiling packed_struct v0.10.1
14352026-08-28T22:16:35.050Z Compiling native-tls v0.2.18
14362026-08-28T22:16:35.069Z Compiling time-core v0.1.8
14372026-08-28T22:16:35.092Z Compiling powerfmt v0.2.0
14382026-08-28T22:16:35.113Z Compiling bit-vec v0.8.0
14392026-08-28T22:16:35.125Z Compiling num-conv v0.2.0
14402026-08-28T22:16:35.154Z Compiling funty v2.0.0
14412026-08-28T22:16:35.223Z Compiling rusty-fork v0.3.1
14422026-08-28T22:16:35.250Z Compiling deranged v0.5.8
14432026-08-28T22:16:35.270Z Compiling num-iter v0.1.45
14442026-08-28T22:16:35.270Z Compiling clap_builder v4.6.0
14452026-08-28T22:16:35.312Z Compiling time-macros v0.2.27
14462026-08-28T22:16:35.325Z Compiling bit-set v0.8.0
14472026-08-28T22:16:35.395Z Compiling lazy_static v1.5.0
14482026-08-28T22:16:35.440Z Compiling rand_xorshift v0.4.0
14492026-08-28T22:16:35.483Z Compiling sync_wrapper v1.0.2
14502026-08-28T22:16:35.514Z Compiling bitvec v1.0.1
14512026-08-28T22:16:35.533Z Compiling indexmap v1.9.3
14522026-08-28T22:16:35.591Z Compiling crossbeam-utils v0.8.21
14532026-08-28T22:16:35.602Z Compiling zlib-rs v0.6.2
14542026-08-28T22:16:35.766Z Compiling usdt-impl v0.6.0
14552026-08-28T22:16:35.779Z Compiling object v0.37.3
14562026-08-28T22:16:35.895Z Compiling paste v1.0.15
14572026-08-28T22:16:35.932Z Compiling serde_derive v1.0.228
14582026-08-28T22:16:35.982Z Compiling zeroize_derive v1.5.0
14592026-08-28T22:16:36.072Z Compiling zerocopy-derive v0.8.55
14602026-08-28T22:16:36.124Z Compiling zerofrom-derive v0.1.6
14612026-08-28T22:16:36.173Z Compiling yoke-derive v0.8.1
14622026-08-28T22:16:36.216Z Compiling zerovec-derive v0.11.2
14632026-08-28T22:16:36.406Z Compiling displaydoc v0.2.5
14642026-08-28T22:16:36.576Z Compiling tokio-macros v2.7.0
14652026-08-28T22:16:36.591Z Compiling futures-macro v0.3.32
14662026-08-28T22:16:36.740Z Compiling thiserror-impl v2.0.18
14672026-08-28T22:16:36.984Z Compiling der_derive v0.7.3
14682026-08-28T22:16:37.083Z Compiling tracing-attributes v0.1.31
14692026-08-28T22:16:37.169Z Compiling schemars_derive v0.8.22
14702026-08-28T22:16:37.350Z Compiling scroll_derive v0.13.1
14712026-08-28T22:16:37.418Z Compiling pest_derive v2.8.6
14722026-08-28T22:16:37.431Z Compiling darling_macro v0.20.11
14732026-08-28T22:16:37.444Z Compiling futures-util v0.3.32
14742026-08-28T22:16:37.564Z Compiling zerofrom v0.1.6
14752026-08-28T22:16:37.713Z Compiling yoke v0.8.1
14762026-08-28T22:16:37.903Z Compiling zerovec v0.11.5
14772026-08-28T22:16:37.921Z Compiling zerotrie v0.2.3
14782026-08-28T22:16:37.938Z Compiling thiserror-impl v1.0.69
14792026-08-28T22:16:37.986Z Compiling openssl-macros v0.1.1
14802026-08-28T22:16:38.077Z Compiling thiserror v2.0.18
14812026-08-28T22:16:38.183Z Compiling scroll v0.13.0
14822026-08-28T22:16:38.201Z Compiling darling v0.20.11
14832026-08-28T22:16:38.240Z Compiling packed_struct_codegen v0.10.1
14842026-08-28T22:16:38.295Z Compiling bitfield-macros v0.19.4
14852026-08-28T22:16:38.314Z Compiling zerocopy-derive v0.6.6
14862026-08-28T22:16:38.336Z Compiling clap_derive v4.6.1
14872026-08-28T22:16:38.421Z Compiling tinystr v0.8.2
14882026-08-28T22:16:38.436Z Compiling potential_utf v0.1.4
14892026-08-28T22:16:38.483Z Compiling tracing v0.1.44
14902026-08-28T22:16:38.542Z Compiling goblin v0.10.5
14912026-08-28T22:16:38.622Z Compiling icu_locale_core v2.1.1
14922026-08-28T22:16:38.642Z Compiling icu_collections v2.1.1
14932026-08-28T22:16:38.743Z Compiling nodrop v0.1.14
14942026-08-28T22:16:38.851Z Compiling unarray v0.1.4
14952026-08-28T22:16:38.977Z Compiling siphasher v1.0.2
14962026-08-28T22:16:39.037Z Compiling num_threads v0.1.7
14972026-08-28T22:16:39.056Z Compiling crc-catalog v2.4.0
14982026-08-28T22:16:39.190Z Compiling bitfield v0.19.4
14992026-08-28T22:16:39.203Z Compiling crc v3.4.0
15002026-08-28T22:16:39.204Z Compiling time v0.3.47
15012026-08-28T22:16:39.204Z Compiling array-init v0.0.4
15022026-08-28T22:16:39.223Z Compiling zerocopy v0.6.6
15032026-08-28T22:16:39.235Z Compiling icu_provider v2.1.1
15042026-08-28T22:16:39.318Z Compiling thiserror v1.0.69
15052026-08-28T22:16:39.361Z Compiling flate2 v1.1.9
15062026-08-28T22:16:39.419Z Compiling zeroize v1.9.0
15072026-08-28T22:16:39.436Z Compiling bytes v1.11.1
15082026-08-28T22:16:39.456Z Compiling chrono v0.4.45
15092026-08-28T22:16:39.509Z Compiling icu_properties v2.1.2
15102026-08-28T22:16:39.536Z Compiling icu_normalizer v2.1.1
15112026-08-28T22:16:39.554Z Compiling ipnet v2.12.0
15122026-08-28T22:16:39.564Z Compiling hex v0.4.3
15132026-08-28T22:16:39.787Z Compiling der v0.7.10
15142026-08-28T22:16:39.794Z Compiling rustls-pki-types v1.14.0
15152026-08-28T22:16:39.842Z Compiling hybrid-array v0.4.13
15162026-08-28T22:16:40.054Z Compiling tokio v1.52.1
15172026-08-28T22:16:40.062Z Compiling http v1.4.2
15182026-08-28T22:16:40.087Z Compiling toml_datetime v0.6.11
15192026-08-28T22:16:40.126Z Compiling serde_spanned v0.6.9
15202026-08-28T22:16:40.233Z Compiling block-buffer v0.10.4
15212026-08-28T22:16:40.269Z Compiling crypto-common v0.1.7
15222026-08-28T22:16:40.285Z Compiling clap v4.6.1
15232026-08-28T22:16:40.362Z Compiling idna_adapter v1.2.1
15242026-08-28T22:16:40.417Z Compiling digest v0.10.7
15252026-08-28T22:16:40.432Z Compiling derive_builder_core v0.20.2
15262026-08-28T22:16:40.511Z Compiling ppv-lite86 v0.2.21
15272026-08-28T22:16:40.611Z Compiling idna v1.1.0
15282026-08-28T22:16:40.624Z Compiling spki v0.7.3
15292026-08-28T22:16:40.678Z Compiling http-body v1.0.1
15302026-08-28T22:16:40.719Z Compiling sha2 v0.10.9
15312026-08-28T22:16:40.779Z Compiling signature v2.2.0
15322026-08-28T22:16:40.837Z Compiling rand_chacha v0.9.0
15332026-08-28T22:16:40.847Z Compiling pkcs8 v0.10.2
15342026-08-28T22:16:40.851Z Compiling rand_chacha v0.3.1
15352026-08-28T22:16:40.876Z Compiling hmac v0.12.1
15362026-08-28T22:16:40.930Z Compiling url v2.5.8
15372026-08-28T22:16:40.959Z Compiling http-body-util v0.1.3
15382026-08-28T22:16:41.053Z Compiling rand v0.9.2
15392026-08-28T22:16:41.126Z Compiling rand v0.8.6
15402026-08-28T22:16:41.269Z Compiling dof v0.4.0
15412026-08-28T22:16:41.282Z Compiling pkcs1 v0.7.5
15422026-08-28T22:16:41.372Z Compiling dtrace-parser v0.3.0
15432026-08-28T22:16:41.666Z Compiling proptest v1.11.0
15442026-08-28T22:16:41.708Z Compiling structmeta-derive v0.3.0
15452026-08-28T22:16:41.727Z Compiling scroll_derive v0.12.1
15462026-08-28T22:16:41.791Z Compiling smallvec v0.6.14
15472026-08-28T22:16:41.795Z Compiling darling_core v0.23.0
15482026-08-28T22:16:41.871Z Compiling heapless v0.7.17
15492026-08-28T22:16:41.998Z Compiling slog v2.8.2
15502026-08-28T22:16:42.015Z Compiling thread-id v5.1.0
15512026-08-28T22:16:42.110Z Compiling env_filter v2.0.0
15522026-08-28T22:16:42.114Z Compiling syn v3.0.3
15532026-08-28T22:16:42.159Z Compiling cookie v0.18.1
15542026-08-28T22:16:42.172Z Compiling allocator-api2 v0.2.21
15552026-08-28T22:16:42.233Z Compiling unicode-properties v0.1.4
15562026-08-28T22:16:42.338Z Compiling ipnetwork v0.21.1
15572026-08-28T22:16:42.410Z Compiling signal-hook v0.3.18
15582026-08-28T22:16:42.431Z Compiling ryu v1.0.23
15592026-08-28T22:16:42.455Z Compiling winnow v0.5.40
15602026-08-28T22:16:42.482Z Compiling anyhow v1.0.104
15612026-08-28T22:16:42.499Z Compiling hashbrown v0.12.3
15622026-08-28T22:16:42.602Z Compiling zstd-safe v7.2.4
15632026-08-28T22:16:42.617Z Compiling unicode-bidi v0.3.18
15642026-08-28T22:16:42.755Z Compiling base64 v0.21.7
15652026-08-28T22:16:42.778Z Compiling gimli v0.32.3
15662026-08-28T22:16:42.804Z Compiling iri-string v0.7.10
15672026-08-28T22:16:42.832Z Compiling rsa v0.9.10
15682026-08-28T22:16:42.849Z Compiling structmeta v0.3.0
15692026-08-28T22:16:42.989Z Compiling ron v0.8.1
15702026-08-28T22:16:43.121Z Compiling stringprep v0.1.5
15712026-08-28T22:16:43.250Z Compiling oxnet v0.1.6
15722026-08-28T22:16:43.338Z Compiling serde_urlencoded v0.7.1
15732026-08-28T22:16:43.382Z Compiling scroll v0.12.0
15742026-08-28T22:16:43.472Z Compiling env_logger v0.11.11
15752026-08-28T22:16:43.549Z Compiling serde-hex v0.1.0
15762026-08-28T22:16:43.841Z Compiling toml_edit v0.19.15
15772026-08-28T22:16:43.870Z Compiling tokio-util v0.7.18
15782026-08-28T22:16:43.941Z Compiling tower v0.5.3
15792026-08-28T22:16:44.075Z Compiling newtype-uuid v1.3.2
15802026-08-28T22:16:44.113Z Compiling tokio-native-tls v0.3.1
15812026-08-28T22:16:44.327Z Compiling bzip2 v0.4.4
15822026-08-28T22:16:44.337Z Compiling darling_macro v0.23.0
15832026-08-28T22:16:44.455Z Compiling tower-http v0.6.8
15842026-08-28T22:16:44.471Z Compiling addr2line v0.25.1
15852026-08-28T22:16:44.564Z Compiling hashbrown v0.13.2
15862026-08-28T22:16:44.809Z Compiling h2 v0.4.15
15872026-08-28T22:16:44.876Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15882026-08-28T22:16:44.955Z Compiling derive_builder_macro v0.20.2
15892026-08-28T22:16:44.955Z Compiling x509-cert v0.2.5
15902026-08-28T22:16:44.955Z Compiling md-5 v0.10.6
15912026-08-28T22:16:45.422Z Compiling crypto-common v0.2.2
15922026-08-28T22:16:45.575Z Compiling block-buffer v0.12.1
15932026-08-28T22:16:45.575Z Compiling block-padding v0.4.2
15942026-08-28T22:16:45.575Z Compiling rustls-native-certs v0.8.3
15952026-08-28T22:16:45.575Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15962026-08-28T22:16:45.575Z Compiling erased-serde v0.3.31
15972026-08-28T22:16:45.575Z Compiling serde_tokenstream v0.2.3
15982026-08-28T22:16:45.817Z Compiling camino v1.2.5
15992026-08-28T22:16:45.817Z Compiling daft-derive v0.1.8
16002026-08-28T22:16:45.817Z Compiling bstr v1.12.1
16012026-08-28T22:16:46.052Z Compiling async-trait v0.1.89
16022026-08-28T22:16:46.052Z Compiling zerocopy-derive v0.7.35
16032026-08-28T22:16:46.052Z Compiling pin-project-internal v1.1.11
16042026-08-28T22:16:46.165Z Compiling curve25519-dalek v4.1.3
16052026-08-28T22:16:46.165Z Compiling heck v0.4.1
16062026-08-28T22:16:46.332Z Compiling vergen-lib v9.1.0
16072026-08-28T22:16:46.503Z Compiling hash32 v0.2.1
16082026-08-28T22:16:46.503Z Compiling encoding_rs v0.8.35
16092026-08-28T22:16:46.503Z Compiling memoffset v0.9.1
16102026-08-28T22:16:46.558Z Compiling ref-cast v1.0.25
16112026-08-28T22:16:46.558Z Compiling rustix v0.38.44
16122026-08-28T22:16:46.558Z Compiling fallible-iterator v0.2.0
16132026-08-28T22:16:46.558Z Compiling cfg_aliases v0.2.1
16142026-08-28T22:16:46.558Z Compiling litrs v1.0.0
16152026-08-28T22:16:46.558Z Compiling rustc-demangle v0.1.27
16162026-08-28T22:16:46.582Z Compiling psl-types v2.0.11
16172026-08-28T22:16:46.761Z Compiling owo-colors v4.3.0
16182026-08-28T22:16:46.911Z Compiling crc-any v2.5.0
16192026-08-28T22:16:46.911Z Compiling mime v0.3.17
16202026-08-28T22:16:46.911Z Compiling smoltcp v0.9.1
16212026-08-28T22:16:46.924Z Compiling zerocopy v0.7.35
16222026-08-28T22:16:47.000Z Compiling backtrace v0.3.76
16232026-08-28T22:16:47.000Z Compiling postgres-protocol v0.6.10
16242026-08-28T22:16:47.111Z Compiling publicsuffix v2.3.0
16252026-08-28T22:16:47.111Z Compiling nix v0.31.2
16262026-08-28T22:16:47.166Z Compiling pin-project v1.1.11
16272026-08-28T22:16:47.166Z Compiling document-features v0.2.12
16282026-08-28T22:16:47.230Z Compiling daft v0.1.8
16292026-08-28T22:16:47.230Z Compiling snafu-derive v0.8.9
16302026-08-28T22:16:47.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16312026-08-28T22:16:47.282Z Compiling derive_builder v0.20.2
16322026-08-28T22:16:47.391Z Compiling inout v0.2.2
16332026-08-28T22:16:47.403Z Compiling toml v0.7.8
16342026-08-28T22:16:47.459Z Compiling object v0.30.4
16352026-08-28T22:16:47.523Z Compiling darling v0.23.0
16362026-08-28T22:16:47.523Z Compiling zip v0.6.6
16372026-08-28T22:16:47.571Z Compiling goblin v0.8.2
16382026-08-28T22:16:47.624Z Compiling derive-ex v0.1.8
16392026-08-28T22:16:48.263Z Compiling futures-executor v0.3.32
16402026-08-28T22:16:48.264Z Compiling phf_shared v0.13.1
16412026-08-28T22:16:48.348Z Compiling hyper v1.10.1
16422026-08-28T22:16:48.348Z Compiling hubpack_derive v0.1.1
16432026-08-28T22:16:48.349Z Compiling regex v1.12.3
16442026-08-28T22:16:48.355Z Compiling ref-cast-impl v1.0.25
16452026-08-28T22:16:48.355Z Compiling strum_macros v0.27.2
16462026-08-28T22:16:48.355Z Compiling curve25519-dalek-derive v0.1.1
16472026-08-28T22:16:48.355Z Compiling convert_case v0.10.0
16482026-08-28T22:16:48.355Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16492026-08-28T22:16:48.471Z Compiling cargo-platform v0.3.2
16502026-08-28T22:16:48.543Z Compiling vergen v9.1.0
16512026-08-28T22:16:48.592Z Compiling ff v0.13.1
16522026-08-28T22:16:48.637Z Compiling fs-err v3.3.0
16532026-08-28T22:16:48.674Z Compiling base16ct v0.2.0
16542026-08-28T22:16:48.695Z Compiling foldhash v0.1.5
16552026-08-28T22:16:48.761Z Compiling same-file v1.0.6
16562026-08-28T22:16:48.777Z Compiling is_ci v1.2.0
16572026-08-28T22:16:48.838Z Compiling jiff-core v0.1.0
16582026-08-28T22:16:48.871Z Compiling libbz2-rs-sys v0.2.2
16592026-08-28T22:16:48.923Z Compiling bumpalo v3.20.2
16602026-08-28T22:16:48.956Z Compiling path-slash v0.1.5
16612026-08-28T22:16:48.956Z Compiling bitflags v1.3.2
16622026-08-28T22:16:48.956Z Compiling managed v0.8.0
16632026-08-28T22:16:48.993Z Compiling foldhash v0.2.0
16642026-08-28T22:16:49.039Z Compiling hyper-util v0.1.20
16652026-08-28T22:16:49.141Z Compiling snafu v0.8.9
16662026-08-28T22:16:49.158Z Compiling hashbrown v0.16.1
16672026-08-28T22:16:49.228Z Compiling zopfli v0.8.3
16682026-08-28T22:16:49.300Z Compiling test-strategy v0.4.5
16692026-08-28T22:16:49.499Z Compiling bzip2 v0.6.1
16702026-08-28T22:16:49.510Z Compiling textwrap v0.16.2
16712026-08-28T22:16:49.525Z Compiling supports-color v3.0.2
16722026-08-28T22:16:49.687Z Compiling jiff v0.2.34
16732026-08-28T22:16:49.711Z Compiling walkdir v2.5.0
16742026-08-28T22:16:49.804Z Compiling hashbrown v0.15.5
16752026-08-28T22:16:49.946Z Compiling dof v0.3.0
16762026-08-28T22:16:50.062Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16772026-08-28T22:16:50.062Z Compiling sec1 v0.7.3
16782026-08-28T22:16:50.159Z Compiling group v0.13.0
16792026-08-28T22:16:50.159Z Compiling strum v0.27.2
16802026-08-28T22:16:50.251Z Compiling cargo_metadata v0.23.1
16812026-08-28T22:16:50.366Z Compiling hubpack v0.1.2
16822026-08-28T22:16:50.367Z Compiling derive_more-impl v2.1.1
16832026-08-28T22:16:50.367Z Compiling phf v0.13.1
16842026-08-28T22:16:50.483Z Compiling futures v0.3.32
16852026-08-28T22:16:50.483Z Compiling cookie_store v0.22.1
16862026-08-28T22:16:50.841Z Compiling hyper-tls v0.6.0
16872026-08-28T22:16:50.841Z Compiling signal-hook-mio v0.2.5
16882026-08-28T22:16:50.841Z Compiling zstd v0.13.3
16892026-08-28T22:16:50.982Z Compiling serde_with_macros v3.21.0
16902026-08-28T22:16:50.982Z Compiling reqwest v0.12.28
16912026-08-28T22:16:50.982Z Compiling cipher v0.5.2
16922026-08-28T22:16:50.982Z Compiling backtrace-ext v0.2.1
16932026-08-28T22:16:50.982Z Compiling postgres-types v0.2.12
16942026-08-28T22:16:51.179Z Compiling globset v0.4.18
16952026-08-28T22:16:51.306Z Compiling usdt-attr-macro v0.6.0
16962026-08-28T22:16:51.306Z Compiling usdt-macro v0.6.0
16972026-08-28T22:16:51.435Z Compiling byte-wrapper v0.1.0
16982026-08-28T22:16:51.529Z Compiling ed25519 v2.2.3
16992026-08-28T22:16:51.529Z Compiling hkdf v0.12.4
17002026-08-28T22:16:51.569Z Compiling crypto-bigint v0.5.5
17012026-08-28T22:16:51.606Z Compiling dtrace-parser v0.2.0
17022026-08-28T22:16:51.724Z Compiling serde_plain v1.0.2
17032026-08-28T22:16:51.778Z Compiling serde-big-array v0.5.1
17042026-08-28T22:16:51.778Z Compiling olpc-cjson v0.1.4
17052026-08-28T22:16:51.812Z Compiling phf_shared v0.11.3
17062026-08-28T22:16:51.901Z Compiling serde_repr v0.1.20
17072026-08-28T22:16:51.969Z Compiling miette-derive v7.6.0
17082026-08-28T22:16:51.969Z Compiling async-recursion v1.1.1
17092026-08-28T22:16:52.045Z Compiling strum_macros v0.26.4
17102026-08-28T22:16:52.045Z Compiling enum-as-inner v0.6.1
17112026-08-28T22:16:52.045Z Compiling float-cmp v0.10.0
17122026-08-28T22:16:52.141Z Compiling pem v3.0.6
17132026-08-28T22:16:52.228Z Compiling memmap2 v0.9.10
17142026-08-28T22:16:52.346Z Compiling thread-id v4.2.2
17152026-08-28T22:16:52.475Z Compiling supports-unicode v3.0.0
17162026-08-28T22:16:52.621Z Compiling fixedbitset v0.5.7
17172026-08-28T22:16:52.621Z Compiling normalize-line-endings v0.3.0
17182026-08-28T22:16:52.621Z Compiling supports-hyperlinks v3.2.0
17192026-08-28T22:16:52.621Z Compiling data-encoding v2.10.0
17202026-08-28T22:16:52.716Z Compiling cpufeatures v0.3.0
17212026-08-28T22:16:52.716Z Compiling static_assertions v1.1.0
17222026-08-28T22:16:52.716Z Compiling keccak v0.1.6
17232026-08-28T22:16:52.716Z Compiling new_debug_unreachable v1.0.6
17242026-08-28T22:16:52.716Z Compiling precomputed-hash v0.1.1
17252026-08-28T22:16:52.716Z Compiling predicates-core v1.0.10
17262026-08-28T22:16:52.716Z Compiling whoami v2.1.0
17272026-08-28T22:16:52.778Z Compiling difflib v0.4.0
17282026-08-28T22:16:52.778Z Compiling winnow v1.0.3
17292026-08-28T22:16:52.778Z Compiling const-oid v0.10.2
17302026-08-28T22:16:52.778Z Compiling fixedbitset v0.4.2
17312026-08-28T22:16:52.820Z Compiling typed-path v0.9.3
17322026-08-28T22:16:53.562Z Compiling either v1.15.0
17332026-08-28T22:16:53.587Z Compiling predicates v3.1.4
17342026-08-28T22:16:53.587Z Compiling petgraph v0.6.5
17352026-08-28T22:16:53.587Z Compiling digest v0.11.3
17362026-08-28T22:16:53.587Z Compiling miette v7.6.0
17372026-08-28T22:16:53.587Z Compiling itertools v0.13.0
17382026-08-28T22:16:53.587Z Compiling tokio-postgres v0.7.16
17392026-08-28T22:16:53.587Z Compiling hickory-proto v0.25.2
17402026-08-28T22:16:53.589Z Compiling sha3 v0.10.8
17412026-08-28T22:16:53.589Z Compiling string_cache v0.8.9
17422026-08-28T22:16:53.593Z Compiling petgraph v0.8.3
17432026-08-28T22:16:53.594Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-28T22:16:57.705Z Compiling chacha20 v0.10.0
17452026-08-28T22:16:57.793Z Compiling toml_parser v1.1.2+spec-1.1.0
17462026-08-28T22:16:57.793Z Compiling strum v0.26.3
17472026-08-28T22:16:57.793Z Compiling toml_edit v0.22.27
17482026-08-28T22:16:57.793Z Compiling elliptic-curve v0.13.8
17492026-08-28T22:16:57.793Z Compiling usdt-impl v0.5.0
17502026-08-28T22:16:57.793Z Compiling usdt v0.6.0
17512026-08-28T22:16:57.794Z Compiling crossterm v0.28.1
17522026-08-28T22:16:57.794Z Compiling zip v4.6.1
17532026-08-28T22:16:57.794Z Compiling serde_with v3.21.0
17542026-08-28T22:16:57.795Z Compiling ed25519-dalek v2.2.0
17552026-08-28T22:16:57.795Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17562026-08-28T22:16:57.795Z Compiling derive_more v2.1.1
17572026-08-28T22:16:57.795Z Compiling iddqd v0.4.2
17582026-08-28T22:16:57.795Z Compiling similar v2.7.0
17592026-08-28T22:16:57.795Z Compiling tokio-stream v0.1.18
17602026-08-28T22:16:57.795Z Compiling crossbeam-epoch v0.9.18
17612026-08-28T22:16:57.920Z Compiling buf-list v1.1.2
17622026-08-28T22:16:57.920Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-28T22:16:57.920Z Compiling openapiv3 v2.2.0
17642026-08-28T22:16:57.920Z Compiling lalrpop-util v0.19.12
17652026-08-28T22:16:57.920Z Compiling peg-runtime v0.8.5
17662026-08-28T22:16:57.920Z Compiling thread_local v1.1.9
17672026-08-28T22:16:57.920Z Compiling slog-async v2.8.0
17682026-08-28T22:16:57.920Z Compiling crossbeam-channel v0.5.15
17692026-08-28T22:16:57.920Z Compiling is-terminal v0.4.17
17702026-08-28T22:16:57.920Z Compiling filetime v0.2.27
17712026-08-28T22:16:57.920Z Compiling take_mut v0.2.2
17722026-08-28T22:16:57.920Z Compiling xattr v1.6.1
17732026-08-28T22:16:57.921Z Compiling term v1.2.1
17742026-08-28T22:16:57.921Z Compiling camino-tempfile v1.4.1
17752026-08-28T22:16:57.921Z Compiling tar v0.4.46
17762026-08-28T22:16:57.921Z Compiling slog-term v2.9.2
17772026-08-28T22:17:13.246Z Compiling rustls-webpki v0.103.13
17782026-08-28T22:17:15.876Z Compiling tokio-rustls v0.26.4
17792026-08-28T22:17:15.877Z Compiling rustls-platform-verifier v0.6.2
17802026-08-28T22:17:15.883Z Compiling tough v0.22.0
17812026-08-28T22:17:16.078Z Compiling hyper-rustls v0.27.7
17822026-08-28T22:17:16.271Z Compiling reqwest v0.13.2
17832026-08-28T22:17:18.438Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-28T22:17:18.673Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-28T22:17:21.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.25s
17862026-08-28T22:17:21.695Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-28T22:17:21.753ZAug 28 22:17:21.133 INFO Starting download, target: Cockroach
17882026-08-28T22:17:21.753ZAug 28 22:17:21.134 INFO Starting download, target: DendriteStub
17892026-08-28T22:17:21.753ZAug 28 22:17:21.134 INFO Starting download, target: Console
17902026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Starting download, target: Clickhouse
17912026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Starting download, target: MaghemiteMgd
17922026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Starting download, target: MaghemiteDdmd
17932026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Starting download, target: TransceiverControl
17942026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-28T22:17:21.758ZAug 28 22:17:21.134 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-08-28T22:17:21.759ZAug 28 22:17:21.134 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-28T22:17:21.759ZAug 28 22:17:21.134 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-28T22:17:22.196ZAug 28 22:17:21.573 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-28T22:17:22.408ZAug 28 22:17:21.773 INFO Download complete, target: TransceiverControl
18032026-08-28T22:17:23.750ZAug 28 22:17:23.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18042026-08-28T22:17:23.994ZAug 28 22:17:23.369 INFO Download complete, target: Console
18052026-08-28T22:17:24.015ZAug 28 22:17:23.378 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18062026-08-28T22:17:24.240ZAug 28 22:17:23.626 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-08-28T22:17:24.266ZAug 28 22:17:23.640 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-28T22:17:24.651ZAug 28 22:17:24.033 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-28T22:17:25.289ZAug 28 22:17:24.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-28T22:17:25.289ZAug 28 22:17:24.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-28T22:17:26.109ZAug 28 22:17:25.477 INFO Download complete, target: MaghemiteDdmd
18122026-08-28T22:17:26.760ZAug 28 22:17:26.148 INFO Download complete, target: DendriteStub
18132026-08-28T22:17:27.133ZAug 28 22:17:26.523 INFO Download complete, target: MaghemiteMgd
18142026-08-28T22:17:29.831ZAug 28 22:17:29.215 INFO Checking that binary works, target: Cockroach
18152026-08-28T22:17:29.961ZAug 28 22:17:29.333 INFO Download complete, target: Cockroach
18162026-08-28T22:17:30.592ZAug 28 22:17:29.957 INFO Checking that binary works, target: Clickhouse
18172026-08-28T22:17:30.673ZAug 28 22:17:30.049 INFO Download complete, target: Clickhouse
18182026-08-28T22:17:30.690ZAll prerequisites installed successfully
18192026-08-28T22:17:30.690Z
18202026-08-28T22:17:30.690Zreal 1:53.942464973
18212026-08-28T22:17:30.691Zuser 7:16.210433401
18222026-08-28T22:17:30.691Zsys 1:45.239200651
18232026-08-28T22:17:30.691Ztrap 0.287220304
18242026-08-28T22:17:30.691Ztflt 2.247537810
18252026-08-28T22:17:30.691Zdflt 2.916200339
18262026-08-28T22:17:30.691Zkflt 0.041814805
18272026-08-28T22:17:30.691Zlock 28:12.027185575
18282026-08-28T22:17:30.692Zslp 20:17.633828835
18292026-08-28T22:17:30.692Zlat 26.502761538
18302026-08-28T22:17:30.692Zstop 3:29.058371978
18312026-08-28T22:17:30.692Z+ ptime -m cargo xtask download softnpu
18322026-08-28T22:17:31.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18332026-08-28T22:17:31.138Z Running `target/debug/xtask download softnpu`
18342026-08-28T22:17:31.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18352026-08-28T22:17:32.007Z Running `target/debug/xtask-downloader softnpu`
18362026-08-28T22:17:32.034ZAug 28 22:17:31.386 INFO Starting download, target: Softnpu
18372026-08-28T22:17:32.034ZAug 28 22:17:31.386 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18382026-08-28T22:18:21.702ZAug 28 22:18:21.071 INFO Download complete, target: Softnpu
18392026-08-28T22:18:21.727Z
18402026-08-28T22:18:21.728Zreal 51.014431902
18412026-08-28T22:18:21.728Zuser 1.319012668
18422026-08-28T22:18:21.728Zsys 0.650971473
18432026-08-28T22:18:21.728Ztrap 0.000921450
18442026-08-28T22:18:21.728Ztflt 0.000361560
18452026-08-28T22:18:21.728Zdflt 0.000072260
18462026-08-28T22:18:21.728Zkflt 0.000000000
18472026-08-28T22:18:21.728Zlock 14:26.548803965
18482026-08-28T22:18:21.728Zslp 49.463027868
18492026-08-28T22:18:21.728Zlat 0.186371004
18502026-08-28T22:18:21.728Zstop 0.000202780
18512026-08-28T22:18:21.728Z+ export CARGO_INCREMENTAL=0
18522026-08-28T22:18:21.728Z+ CARGO_INCREMENTAL=0
18532026-08-28T22:18:21.728Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18542026-08-28T22:18:22.607Z Compiling proc-macro2 v1.0.106
18552026-08-28T22:18:22.607Z Compiling quote v1.0.45
18562026-08-28T22:18:22.629Z Compiling unicode-ident v1.0.24
18572026-08-28T22:18:22.629Z Compiling serde_core v1.0.228
18582026-08-28T22:18:22.629Z Compiling libc v0.2.185
18592026-08-28T22:18:22.630Z Compiling serde v1.0.228
18602026-08-28T22:18:22.630Z Compiling cfg-if v1.0.4
18612026-08-28T22:18:22.630Z Compiling version_check v0.9.5
18622026-08-28T22:18:22.630Z Compiling autocfg v1.5.0
18632026-08-28T22:18:23.019Z Compiling shlex v1.3.0
18642026-08-28T22:18:23.088Z Compiling find-msvc-tools v0.1.9
18652026-08-28T22:18:23.089Z Compiling memchr v2.8.0
18662026-08-28T22:18:23.089Z Compiling zmij v1.0.21
18672026-08-28T22:18:23.089Z Compiling serde_json v1.0.151
18682026-08-28T22:18:23.089Z Compiling portable-atomic v1.13.1
18692026-08-28T22:18:23.089Z Compiling zerocopy v0.8.55
18702026-08-28T22:18:23.183Z Compiling libm v0.2.16
18712026-08-28T22:18:23.203Z Compiling getrandom v0.4.3
18722026-08-28T22:18:23.203Z Compiling icu_normalizer_data v2.1.1
18732026-08-28T22:18:23.203Z Compiling smallvec v1.15.1
18742026-08-28T22:18:23.381Z Compiling generic-array v0.14.7
18752026-08-28T22:18:23.426Z Compiling icu_properties_data v2.1.2
18762026-08-28T22:18:23.426Z Compiling parking_lot_core v0.9.12
18772026-08-28T22:18:23.426Z Compiling num-traits v0.2.19
18782026-08-28T22:18:23.454Z Compiling itoa v1.0.17
18792026-08-28T22:18:23.476Z Compiling log v0.4.33
18802026-08-28T22:18:23.477Z Compiling pkg-config v0.3.32
18812026-08-28T22:18:23.497Z Compiling subtle v2.6.1
18822026-08-28T22:18:23.618Z Compiling stable_deref_trait v1.2.1
18832026-08-28T22:18:23.654Z Compiling rustix v1.1.4
18842026-08-28T22:18:23.691Z Compiling typenum v1.20.1
18852026-08-28T22:18:23.737Z Compiling getrandom v0.3.4
18862026-08-28T22:18:23.785Z Compiling scopeguard v1.2.0
18872026-08-28T22:18:23.803Z Compiling jobserver v0.1.34
18882026-08-28T22:18:23.803Z Compiling errno v0.3.14
18892026-08-28T22:18:23.856Z Compiling lock_api v0.4.14
18902026-08-28T22:18:23.882Z Compiling thiserror v2.0.18
18912026-08-28T22:18:23.965Z Compiling rand_core v0.10.0
18922026-08-28T22:18:24.003Z Compiling cc v1.2.56
18932026-08-28T22:18:24.114Z Compiling critical-section v1.2.0
18942026-08-28T22:18:24.178Z Compiling getrandom v0.2.17
18952026-08-28T22:18:24.189Z Compiling syn v2.0.117
18962026-08-28T22:18:24.189Z Compiling writeable v0.6.2
18972026-08-28T22:18:24.189Z Compiling equivalent v1.0.2
18982026-08-28T22:18:24.220Z Compiling schemars v0.8.22
18992026-08-28T22:18:24.253Z Compiling percent-encoding v2.3.2
19002026-08-28T22:18:24.253Z Compiling litemap v0.8.1
19012026-08-28T22:18:24.287Z Compiling rand_core v0.6.4
19022026-08-28T22:18:24.398Z Compiling pin-project-lite v0.2.17
19032026-08-28T22:18:24.442Z Compiling syn v1.0.109
19042026-08-28T22:18:24.528Z Compiling rustversion v1.0.22
19052026-08-28T22:18:24.585Z Compiling once_cell v1.21.3
19062026-08-28T22:18:24.620Z Compiling heck v0.5.0
19072026-08-28T22:18:24.679Z Compiling hashbrown v0.17.0
19082026-08-28T22:18:24.684Z Compiling dunce v1.0.5
19092026-08-28T22:18:24.716Z Compiling fs_extra v1.3.0
19102026-08-28T22:18:24.737Z Compiling cmake v0.1.57
19112026-08-28T22:18:24.844Z Compiling utf8_iter v1.0.4
19122026-08-28T22:18:24.867Z Compiling byteorder v1.5.0
19132026-08-28T22:18:24.867Z Compiling form_urlencoded v1.2.2
19142026-08-28T22:18:25.041Z Compiling strsim v0.11.1
19152026-08-28T22:18:25.099Z Compiling signal-hook-registry v1.4.8
19162026-08-28T22:18:25.180Z Compiling thiserror v1.0.69
19172026-08-28T22:18:25.180Z Compiling socket2 v0.6.3
19182026-08-28T22:18:25.218Z Compiling mio v1.2.0
19192026-08-28T22:18:25.279Z Compiling semver v1.0.28
19202026-08-28T22:18:25.306Z Compiling bitflags v2.11.0
19212026-08-28T22:18:25.402Z Compiling indexmap v2.14.0
19222026-08-28T22:18:25.472Z Compiling aws-lc-sys v0.40.0
19232026-08-28T22:18:25.498Z Compiling parking_lot v0.12.5
19242026-08-28T22:18:25.632Z Compiling aws-lc-rs v1.16.3
19252026-08-28T22:18:25.683Z Compiling const-oid v0.9.6
19262026-08-28T22:18:25.684Z Compiling futures-core v0.3.32
19272026-08-28T22:18:25.835Z Compiling iana-time-zone v0.1.65
19282026-08-28T22:18:25.835Z Compiling httparse v1.10.1
19292026-08-28T22:18:25.910Z Compiling fnv v1.0.7
19302026-08-28T22:18:26.008Z Compiling crc32fast v1.5.0
19312026-08-28T22:18:26.158Z Compiling regex-syntax v0.8.10
19322026-08-28T22:18:26.214Z Compiling ucd-trie v0.1.7
19332026-08-28T22:18:26.301Z Compiling uuid v1.23.4
19342026-08-28T22:18:26.326Z Compiling vcpkg v0.2.15
19352026-08-28T22:18:26.347Z Compiling ident_case v1.0.1
19362026-08-28T22:18:26.394Z Compiling pest v2.8.6
19372026-08-28T22:18:26.507Z Compiling rustc_version v0.4.1
19382026-08-28T22:18:26.654Z Compiling rustls v0.23.41
19392026-08-28T22:18:26.709Z Compiling futures-sink v0.3.32
19402026-08-28T22:18:26.767Z Compiling dyn-clone v1.0.20
19412026-08-28T22:18:27.026Z Compiling futures-channel v0.3.32
19422026-08-28T22:18:27.132Z Compiling synstructure v0.13.2
19432026-08-28T22:18:27.132Z Compiling serde_derive_internals v0.29.1
19442026-08-28T22:18:27.132Z Compiling openssl-sys v0.9.117
19452026-08-28T22:18:27.132Z Compiling aho-corasick v1.1.4
19462026-08-28T22:18:27.182Z Compiling slab v0.4.12
19472026-08-28T22:18:27.182Z Compiling futures-io v0.3.32
19482026-08-28T22:18:27.250Z Compiling futures-task v0.3.32
19492026-08-28T22:18:27.422Z Compiling pest_meta v2.8.6
19502026-08-28T22:18:27.574Z Compiling plain v0.2.3
19512026-08-28T22:18:27.574Z Compiling num-conv v0.2.0
19522026-08-28T22:18:27.617Z Compiling time-core v0.1.8
19532026-08-28T22:18:27.617Z Compiling radium v0.7.0
19542026-08-28T22:18:27.627Z Compiling crossbeam-utils v0.8.21
19552026-08-28T22:18:27.627Z Compiling base64 v0.22.1
19562026-08-28T22:18:27.729Z Compiling maybe-uninit v2.0.0
19572026-08-28T22:18:27.795Z Compiling time-macros v0.2.27
19582026-08-28T22:18:27.827Z Compiling pretty-hex v0.4.1
19592026-08-28T22:18:27.841Z Compiling openssl v0.10.80
19602026-08-28T22:18:27.842Z Compiling base64ct v1.8.3
19612026-08-28T22:18:27.957Z Compiling regex-automata v0.4.14
19622026-08-28T22:18:27.957Z Compiling slog v2.8.2
19632026-08-28T22:18:27.984Z Compiling flagset v0.4.7
19642026-08-28T22:18:28.070Z Compiling pest_generator v2.8.6
19652026-08-28T22:18:28.282Z Compiling serde_derive v1.0.228
19662026-08-28T22:18:28.282Z Compiling zeroize_derive v1.5.0
19672026-08-28T22:18:28.399Z Compiling zerofrom-derive v0.1.6
19682026-08-28T22:18:28.399Z Compiling yoke-derive v0.8.1
19692026-08-28T22:18:28.399Z Compiling zerocopy-derive v0.8.55
19702026-08-28T22:18:28.399Z Compiling zerovec-derive v0.11.2
19712026-08-28T22:18:28.399Z Compiling displaydoc v0.2.5
19722026-08-28T22:18:28.399Z Compiling tokio-macros v2.7.0
19732026-08-28T22:18:28.399Z Compiling futures-macro v0.3.32
19742026-08-28T22:18:28.456Z Compiling thiserror-impl v2.0.18
19752026-08-28T22:18:28.463Z Compiling schemars_derive v0.8.22
19762026-08-28T22:18:28.650Z Compiling der_derive v0.7.3
19772026-08-28T22:18:28.674Z Compiling tracing-attributes v0.1.31
19782026-08-28T22:18:28.706Z Compiling thiserror-impl v1.0.69
19792026-08-28T22:18:28.738Z Compiling pest_derive v2.8.6
19802026-08-28T22:18:28.767Z Compiling scroll_derive v0.12.1
19812026-08-28T22:18:28.909Z Compiling scroll_derive v0.13.1
19822026-08-28T22:18:28.923Z Compiling pem-rfc7468 v0.7.0
19832026-08-28T22:18:29.103Z Compiling futures-util v0.3.32
19842026-08-28T22:18:29.203Z Compiling unicode-segmentation v1.12.0
19852026-08-28T22:18:29.217Z Compiling openssl-macros v0.1.1
19862026-08-28T22:18:29.290Z Compiling rand_core v0.9.5
19872026-08-28T22:18:29.340Z Compiling zerofrom v0.1.6
19882026-08-28T22:18:29.423Z Compiling yoke v0.8.1
19892026-08-28T22:18:29.518Z Compiling darling_core v0.23.0
19902026-08-28T22:18:29.615Z Compiling zerovec v0.11.5
19912026-08-28T22:18:29.656Z Compiling zerotrie v0.2.3
19922026-08-28T22:18:29.726Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-08-28T22:18:29.823Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19942026-08-28T22:18:29.902Z Compiling syn v3.0.3
19952026-08-28T22:18:29.931Z Compiling ahash v0.8.12
19962026-08-28T22:18:30.211Z Compiling paste v1.0.15
19972026-08-28T22:18:30.255Z Compiling native-tls v0.2.18
19982026-08-28T22:18:30.255Z Compiling anyhow v1.0.104
19992026-08-28T22:18:30.255Z Compiling tinystr v0.8.2
20002026-08-28T22:18:30.345Z Compiling potential_utf v0.1.4
20012026-08-28T22:18:30.377Z Compiling icu_collections v2.1.1
20022026-08-28T22:18:30.442Z Compiling packed_struct v0.10.1
20032026-08-28T22:18:30.487Z Compiling icu_locale_core v2.1.1
20042026-08-28T22:18:30.487Z Compiling num-bigint-dig v0.8.6
20052026-08-28T22:18:30.487Z Compiling regex v1.12.3
20062026-08-28T22:18:30.621Z Compiling zerocopy-derive v0.7.35
20072026-08-28T22:18:31.306Z Compiling icu_provider v2.1.1
20082026-08-28T22:18:31.362Z Compiling zeroize v1.9.0
20092026-08-28T22:18:31.389Z Compiling bytes v1.11.1
20102026-08-28T22:18:31.430Z Compiling chrono v0.4.45
20112026-08-28T22:18:31.449Z Compiling icu_normalizer v2.1.1
20122026-08-28T22:18:31.556Z Compiling icu_properties v2.1.2
20132026-08-28T22:18:31.654Z Compiling serde_tokenstream v0.2.3
20142026-08-28T22:18:31.734Z Compiling der v0.7.10
20152026-08-28T22:18:31.931Z Compiling tokio v1.52.1
20162026-08-28T22:18:32.175Z Compiling crypto-common v0.1.7
20172026-08-28T22:18:32.204Z Compiling block-buffer v0.10.4
20182026-08-28T22:18:32.314Z Compiling digest v0.10.7
20192026-08-28T22:18:32.563Z Compiling idna_adapter v1.2.1
20202026-08-28T22:18:32.598Z Compiling ppv-lite86 v0.2.21
20212026-08-28T22:18:32.683Z Compiling idna v1.1.0
20222026-08-28T22:18:32.887Z Compiling spki v0.7.3
20232026-08-28T22:18:33.032Z Compiling http v1.4.2
20242026-08-28T22:18:33.032Z Compiling darling_macro v0.23.0
20252026-08-28T22:18:33.032Z Compiling tracing-core v0.1.36
20262026-08-28T22:18:33.032Z Compiling cookie v0.18.1
20272026-08-28T22:18:33.090Z Compiling url v2.5.8
20282026-08-28T22:18:33.112Z Compiling fastrand v2.3.0
20292026-08-28T22:18:33.327Z Compiling camino v1.2.5
20302026-08-28T22:18:33.374Z Compiling cpufeatures v0.2.17
20312026-08-28T22:18:33.435Z Compiling darling v0.23.0
20322026-08-28T22:18:33.449Z Compiling tracing v0.1.44
20332026-08-28T22:18:33.547Z Compiling rand_chacha v0.9.0
20342026-08-28T22:18:33.617Z Compiling toml_datetime v0.6.11
20352026-08-28T22:18:33.855Z Compiling serde_spanned v0.6.9
20362026-08-28T22:18:33.964Z Compiling zerocopy-derive v0.6.6
20372026-08-28T22:18:34.013Z Compiling bitfield-macros v0.19.4
20382026-08-28T22:18:34.026Z Compiling clap_derive v4.6.1
20392026-08-28T22:18:34.026Z Compiling packed_struct_codegen v0.10.1
20402026-08-28T22:18:34.398Z Compiling indexmap v1.9.3
20412026-08-28T22:18:34.586Z Compiling simd-adler32 v0.3.8
20422026-08-28T22:18:34.700Z Compiling object v0.37.3
20432026-08-28T22:18:34.786Z Compiling rand v0.9.2
20442026-08-28T22:18:34.845Z Compiling http-body v1.0.1
20452026-08-28T22:18:34.888Z Compiling pkcs8 v0.10.2
20462026-08-28T22:18:34.888Z Compiling daft-derive v0.1.8
20472026-08-28T22:18:34.917Z Compiling rustls-pki-types v1.14.0
20482026-08-28T22:18:35.070Z Compiling spin v0.9.8
20492026-08-28T22:18:35.099Z Compiling usdt-impl v0.5.0
20502026-08-28T22:18:35.123Z Compiling ref-cast v1.0.25
20512026-08-28T22:18:35.278Z Compiling usdt-impl v0.6.0
20522026-08-28T22:18:35.328Z Compiling openssl-probe v0.2.1
20532026-08-28T22:18:35.407Z Compiling anstyle v1.0.14
20542026-08-28T22:18:35.450Z Compiling adler2 v2.0.1
20552026-08-28T22:18:35.450Z Compiling cmov v0.5.4
20562026-08-28T22:18:35.592Z Compiling tinyvec_macros v0.1.1
20572026-08-28T22:18:35.592Z Compiling winnow v0.5.40
20582026-08-28T22:18:35.676Z Compiling utf8parse v0.2.2
20592026-08-28T22:18:35.676Z Compiling either v1.15.0
20602026-08-28T22:18:35.676Z Compiling ctutils v0.4.2
20612026-08-28T22:18:35.700Z Compiling anstyle-parse v1.0.0
20622026-08-28T22:18:35.701Z Compiling tinyvec v1.10.0
20632026-08-28T22:18:35.701Z Compiling miniz_oxide v0.8.9
20642026-08-28T22:18:35.727Z Compiling tokio-util v0.7.18
20652026-08-28T22:18:35.822Z Compiling sha2 v0.10.9
20662026-08-28T22:18:36.059Z Compiling tempfile v3.27.0
20672026-08-28T22:18:36.074Z Compiling scroll v0.13.0
20682026-08-28T22:18:36.204Z Compiling scroll v0.12.0
20692026-08-28T22:18:36.279Z Compiling terminal_size v0.4.3
20702026-08-28T22:18:36.363Z Compiling async-trait v0.1.89
20712026-08-28T22:18:36.382Z Compiling heapless v0.7.17
20722026-08-28T22:18:36.529Z Compiling tower-layer v0.3.3
20732026-08-28T22:18:36.549Z Compiling anstyle-query v1.1.5
20742026-08-28T22:18:36.636Z Compiling atomic-waker v1.1.2
20752026-08-28T22:18:36.654Z Compiling signal-hook v0.3.18
20762026-08-28T22:18:37.070Z Compiling winnow v0.7.14
20772026-08-28T22:18:37.079Z Compiling toml_edit v0.19.15
20782026-08-28T22:18:37.079Z Compiling winnow v1.0.3
20792026-08-28T22:18:37.079Z Compiling try-lock v0.2.5
20802026-08-28T22:18:37.079Z Compiling zstd-safe v7.2.4
20812026-08-28T22:18:37.079Z Compiling rustix v0.38.44
20822026-08-28T22:18:37.079Z Compiling litrs v1.0.0
20832026-08-28T22:18:37.079Z Compiling colorchoice v1.0.4
20842026-08-28T22:18:37.079Z Compiling tower-service v0.3.3
20852026-08-28T22:18:37.175Z Compiling is_terminal_polyfill v1.70.2
20862026-08-28T22:18:37.214Z Compiling untrusted v0.7.1
20872026-08-28T22:18:37.264Z Compiling anstream v1.0.0
20882026-08-28T22:18:37.312Z Compiling want v0.3.1
20892026-08-28T22:18:37.394Z Compiling document-features v0.2.12
20902026-08-28T22:18:37.512Z Compiling h2 v0.4.15
20912026-08-28T22:18:37.812Z Compiling toml_parser v1.1.2+spec-1.1.0
20922026-08-28T22:18:37.920Z Compiling goblin v0.8.2
20932026-08-28T22:18:37.933Z Compiling goblin v0.10.5
20942026-08-28T22:18:37.933Z Compiling hybrid-array v0.4.13
20952026-08-28T22:18:38.111Z Compiling ipnetwork v0.21.1
20962026-08-28T22:18:38.212Z Compiling ipnet v2.12.0
20972026-08-28T22:18:38.382Z Compiling zerocopy v0.7.35
20982026-08-28T22:18:38.546Z Compiling heck v0.4.1
20992026-08-28T22:18:38.626Z Compiling ref-cast-impl v1.0.25
21002026-08-28T22:18:38.679Z Compiling structmeta-derive v0.3.0
21012026-08-28T22:18:38.710Z Compiling darling_core v0.20.11
21022026-08-28T22:18:38.732Z Compiling curve25519-dalek v4.1.3
21032026-08-28T22:18:38.853Z Compiling memoffset v0.9.1
21042026-08-28T22:18:39.038Z Compiling httpdate v1.0.3
21052026-08-28T22:18:39.133Z Compiling untrusted v0.9.0
21062026-08-28T22:18:39.151Z Compiling powerfmt v0.2.0
21072026-08-28T22:18:39.166Z Compiling tap v1.0.1
21082026-08-28T22:18:39.308Z Compiling foreign-types-shared v0.1.1
21092026-08-28T22:18:39.352Z Compiling deranged v0.5.8
21102026-08-28T22:18:39.374Z Compiling foreign-types v0.3.2
21112026-08-28T22:18:39.374Z Compiling wyz v0.5.1
21122026-08-28T22:18:39.499Z Compiling unicode-normalization v0.1.25
21132026-08-28T22:18:39.689Z Compiling structmeta v0.3.0
21142026-08-28T22:18:39.866Z Compiling dtrace-parser v0.2.0
21152026-08-28T22:18:39.876Z Compiling rand_chacha v0.3.1
21162026-08-28T22:18:39.877Z Compiling signature v2.2.0
21172026-08-28T22:18:39.877Z Compiling hex v0.4.3
21182026-08-28T22:18:39.945Z Compiling dtrace-parser v0.3.0
21192026-08-28T22:18:39.992Z Compiling pin-project-internal v1.1.11
21202026-08-28T22:18:40.074Z Compiling num-integer v0.1.46
21212026-08-28T22:18:40.114Z Compiling dof v0.3.0
21222026-08-28T22:18:40.289Z Compiling thread-id v4.2.2
21232026-08-28T22:18:40.384Z Compiling wait-timeout v0.2.1
21242026-08-28T22:18:40.420Z Compiling socket2 v0.5.10
21252026-08-28T22:18:40.420Z Compiling thread-id v5.1.0
21262026-08-28T22:18:40.471Z Compiling quick-error v1.2.3
21272026-08-28T22:18:40.508Z Compiling bit-vec v0.8.0
21282026-08-28T22:18:40.574Z Compiling dof v0.4.0
21292026-08-28T22:18:40.703Z Compiling hyper v1.10.1
21302026-08-28T22:18:40.761Z Compiling darling_macro v0.20.11
21312026-08-28T22:18:40.761Z Compiling clap_lex v1.0.0
21322026-08-28T22:18:40.846Z Compiling owo-colors v4.3.0
21332026-08-28T22:18:40.964Z Compiling funty v2.0.0
21342026-08-28T22:18:40.975Z Compiling num_threads v0.1.7
21352026-08-28T22:18:40.975Z Compiling smoltcp v0.9.1
21362026-08-28T22:18:41.013Z Compiling cfg_aliases v0.2.1
21372026-08-28T22:18:41.045Z Compiling clap_builder v4.6.0
21382026-08-28T22:18:41.093Z Compiling time v0.3.47
21392026-08-28T22:18:41.111Z Compiling nix v0.31.2
21402026-08-28T22:18:41.128Z Compiling bit-set v0.8.0
21412026-08-28T22:18:41.145Z Compiling rusty-fork v0.3.1
21422026-08-28T22:18:41.171Z Compiling darling v0.20.11
21432026-08-28T22:18:41.319Z Compiling bitvec v1.0.1
21442026-08-28T22:18:41.388Z Compiling num-iter v0.1.45
21452026-08-28T22:18:41.498Z Compiling rand v0.8.6
21462026-08-28T22:18:41.634Z Compiling lazy_static v1.5.0
21472026-08-28T22:18:41.698Z Compiling hmac v0.12.1
21482026-08-28T22:18:41.721Z Compiling erased-serde v0.3.31
21492026-08-28T22:18:41.799Z Compiling hyper-util v0.1.20
21502026-08-28T22:18:42.096Z Compiling rand_xorshift v0.4.0
21512026-08-28T22:18:42.194Z Compiling curve25519-dalek-derive v0.1.1
21522026-08-28T22:18:42.276Z Compiling sync_wrapper v1.0.2
21532026-08-28T22:18:42.352Z Compiling crc-catalog v2.4.0
21542026-08-28T22:18:42.352Z Compiling nodrop v0.1.14
21552026-08-28T22:18:42.525Z Compiling siphasher v1.0.2
21562026-08-28T22:18:42.585Z Compiling zlib-rs v0.6.2
21572026-08-28T22:18:42.602Z Compiling unarray v0.1.4
21582026-08-28T22:18:42.720Z Compiling proptest v1.11.0
21592026-08-28T22:18:43.406Z Compiling clap v4.6.1
21602026-08-28T22:18:43.451Z Compiling array-init v0.0.4
21612026-08-28T22:18:43.451Z Compiling crc v3.4.0
21622026-08-28T22:18:43.660Z Compiling tower v0.5.3
21632026-08-28T22:18:44.085Z Compiling smallvec v0.6.14
21642026-08-28T22:18:44.137Z Compiling derive_builder_core v0.20.2
21652026-08-28T22:18:44.294Z Compiling snafu-derive v0.8.9
21662026-08-28T22:18:44.318Z Compiling pkcs1 v0.7.5
21672026-08-28T22:18:44.465Z Compiling http-body-util v0.1.3
21682026-08-28T22:18:44.530Z Compiling zerocopy v0.6.6
21692026-08-28T22:18:44.571Z Compiling bitfield v0.19.4
21702026-08-28T22:18:44.691Z Compiling flate2 v1.1.9
21712026-08-28T22:18:44.763Z Compiling strum_macros v0.27.2
21722026-08-28T22:18:44.840Z Compiling strum_macros v0.26.4
21732026-08-28T22:18:44.868Z Compiling hubpack_derive v0.1.1
21742026-08-28T22:18:44.927Z Compiling env_filter v2.0.0
21752026-08-28T22:18:45.024Z Compiling fs-err v3.3.0
21762026-08-28T22:18:45.377Z Compiling ryu v1.0.23
21772026-08-28T22:18:45.409Z Compiling base64 v0.21.7
21782026-08-28T22:18:45.433Z Compiling allocator-api2 v0.2.21
21792026-08-28T22:18:45.476Z Compiling gimli v0.32.3
21802026-08-28T22:18:45.621Z Compiling unicode-bidi v0.3.18
21812026-08-28T22:18:45.788Z Compiling unicode-properties v0.1.4
21822026-08-28T22:18:45.817Z Compiling iri-string v0.7.10
21832026-08-28T22:18:45.922Z Compiling hashbrown v0.12.3
21842026-08-28T22:18:46.092Z Compiling stringprep v0.1.5
21852026-08-28T22:18:46.162Z Compiling ron v0.8.1
21862026-08-28T22:18:46.184Z Compiling serde_urlencoded v0.7.1
21872026-08-28T22:18:46.600Z Compiling env_logger v0.11.11
21882026-08-28T22:18:46.814Z Compiling derive_builder_macro v0.20.2
21892026-08-28T22:18:46.859Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21902026-08-28T22:18:46.879Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21912026-08-28T22:18:46.918Z Compiling tower-http v0.6.8
21922026-08-28T22:18:47.053Z Compiling newtype-uuid v1.3.2
21932026-08-28T22:18:47.125Z Compiling addr2line v0.25.1
21942026-08-28T22:18:47.144Z Compiling rsa v0.9.10
21952026-08-28T22:18:47.227Z Compiling oxnet v0.1.6
21962026-08-28T22:18:47.371Z Compiling serde-hex v0.1.0
21972026-08-28T22:18:47.401Z Compiling hashbrown v0.13.2
21982026-08-28T22:18:47.401Z Compiling tokio-native-tls v0.3.1
21992026-08-28T22:18:47.416Z Compiling bzip2 v0.4.4
22002026-08-28T22:18:47.454Z Compiling usdt-macro v0.6.0
22012026-08-28T22:18:47.545Z Compiling usdt-attr-macro v0.6.0
22022026-08-28T22:18:47.580Z Compiling derive-ex v0.1.8
22032026-08-28T22:18:47.633Z Compiling block-padding v0.4.2
22042026-08-28T22:18:47.641Z Compiling block-buffer v0.12.1
22052026-08-28T22:18:47.641Z Compiling crypto-common v0.2.2
22062026-08-28T22:18:47.947Z Compiling rustls-native-certs v0.8.3
22072026-08-28T22:18:48.211Z Compiling x509-cert v0.2.5
22082026-08-28T22:18:48.230Z Compiling md-5 v0.10.6
22092026-08-28T22:18:48.403Z Compiling bstr v1.12.1
22102026-08-28T22:18:48.503Z Compiling convert_case v0.10.0
22112026-08-28T22:18:48.710Z Compiling vergen-lib v9.1.0
22122026-08-28T22:18:48.772Z Compiling hash32 v0.2.1
22132026-08-28T22:18:48.808Z Compiling encoding_rs v0.8.35
22142026-08-28T22:18:48.917Z Compiling crc-any v2.5.0
22152026-08-28T22:18:48.961Z Compiling mime v0.3.17
22162026-08-28T22:18:49.149Z Compiling rustc-demangle v0.1.27
22172026-08-28T22:18:49.180Z Compiling unicode-width v0.2.0
22182026-08-28T22:18:49.262Z Compiling psl-types v2.0.11
22192026-08-28T22:18:49.290Z Compiling cpufeatures v0.3.0
22202026-08-28T22:18:49.339Z Compiling fallible-iterator v0.2.0
22212026-08-28T22:18:49.387Z Compiling publicsuffix v2.3.0
22222026-08-28T22:18:49.595Z Compiling test-strategy v0.4.5
22232026-08-28T22:18:49.645Z Compiling derive_more-impl v2.1.1
22242026-08-28T22:18:49.762Z Compiling postgres-protocol v0.6.10
22252026-08-28T22:18:49.951Z Compiling backtrace v0.3.76
22262026-08-28T22:18:50.013Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22272026-08-28T22:18:50.330Z Compiling object v0.30.4
22282026-08-28T22:18:50.558Z Compiling inout v0.2.2
22292026-08-28T22:18:50.584Z Compiling zip v0.6.6
22302026-08-28T22:18:50.623Z Compiling hyper-tls v0.6.0
22312026-08-28T22:18:50.653Z Compiling daft v0.1.8
22322026-08-28T22:18:50.790Z Compiling derive_builder v0.20.2
22332026-08-28T22:18:50.820Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22342026-08-28T22:18:50.873Z Compiling phf_shared v0.13.1
22352026-08-28T22:18:50.926Z Compiling pin-project v1.1.11
22362026-08-28T22:18:50.976Z Compiling toml v0.7.8
22372026-08-28T22:18:51.060Z Compiling serde_with_macros v3.21.0
22382026-08-28T22:18:51.121Z Compiling futures-executor v0.3.32
22392026-08-28T22:18:51.162Z Compiling miette-derive v7.6.0
22402026-08-28T22:18:51.299Z Compiling enum-as-inner v0.6.1
22412026-08-28T22:18:51.334Z Compiling serde_repr v0.1.20
22422026-08-28T22:18:51.376Z Compiling async-recursion v1.1.1
22432026-08-28T22:18:51.436Z Compiling ff v0.13.1
22442026-08-28T22:18:51.492Z Compiling vergen v9.1.0
22452026-08-28T22:18:51.531Z Compiling cargo-platform v0.3.2
22462026-08-28T22:18:51.703Z Compiling jiff-core v0.1.0
22472026-08-28T22:18:51.795Z Compiling managed v0.8.0
22482026-08-28T22:18:51.818Z Compiling smawk v0.3.2
22492026-08-28T22:18:51.871Z Compiling foldhash v0.1.5
22502026-08-28T22:18:51.988Z Compiling bitflags v1.3.2
22512026-08-28T22:18:52.036Z Compiling is_ci v1.2.0
22522026-08-28T22:18:52.046Z Compiling libbz2-rs-sys v0.2.2
22532026-08-28T22:18:52.046Z Compiling foldhash v0.2.0
22542026-08-28T22:18:52.156Z Compiling path-slash v0.1.5
22552026-08-28T22:18:52.208Z Compiling unicode-linebreak v0.1.5
22562026-08-28T22:18:52.241Z Compiling base16ct v0.2.0
22572026-08-28T22:18:52.291Z Compiling same-file v1.0.6
22582026-08-28T22:18:52.340Z Compiling bumpalo v3.20.2
22592026-08-28T22:18:52.434Z Compiling bzip2 v0.6.1
22602026-08-28T22:18:52.448Z Compiling textwrap v0.16.2
22612026-08-28T22:18:52.505Z Compiling sec1 v0.7.3
22622026-08-28T22:18:52.505Z Compiling walkdir v2.5.0
22632026-08-28T22:18:52.588Z Compiling zopfli v0.8.3
22642026-08-28T22:18:52.624Z Compiling jiff v0.2.34
22652026-08-28T22:18:52.624Z Compiling hashbrown v0.16.1
22662026-08-28T22:18:52.672Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22672026-08-28T22:18:52.771Z Compiling supports-color v3.0.2
22682026-08-28T22:18:52.928Z Compiling hashbrown v0.15.5
22692026-08-28T22:18:53.018Z Compiling cargo_metadata v0.23.1
22702026-08-28T22:18:53.145Z Compiling group v0.13.0
22712026-08-28T22:18:53.405Z Compiling futures v0.3.32
22722026-08-28T22:18:53.730Z Compiling phf v0.13.1
22732026-08-28T22:18:53.831Z Compiling snafu v0.8.9
22742026-08-28T22:18:54.049Z Compiling reqwest v0.12.28
22752026-08-28T22:18:54.098Z Compiling cipher v0.5.2
22762026-08-28T22:18:54.406Z Compiling signal-hook-mio v0.2.5
22772026-08-28T22:18:54.406Z Compiling cookie_store v0.22.1
22782026-08-28T22:18:54.406Z Compiling backtrace-ext v0.2.1
22792026-08-28T22:18:54.452Z Compiling postgres-types v0.2.12
22802026-08-28T22:18:54.452Z Compiling zstd v0.13.3
22812026-08-28T22:18:54.539Z Compiling globset v0.4.18
22822026-08-28T22:18:54.655Z Compiling strum v0.27.2
22832026-08-28T22:18:54.691Z Compiling hubpack v0.1.2
22842026-08-28T22:18:54.812Z Compiling phf_shared v0.11.3
22852026-08-28T22:18:54.837Z Compiling crossbeam-epoch v0.9.18
22862026-08-28T22:18:54.837Z Compiling hkdf v0.12.4
22872026-08-28T22:18:54.881Z Compiling byte-wrapper v0.1.0
22882026-08-28T22:18:54.881Z Compiling olpc-cjson v0.1.4
22892026-08-28T22:18:54.949Z Compiling ed25519 v2.2.3
22902026-08-28T22:18:55.146Z Compiling crypto-bigint v0.5.5
22912026-08-28T22:18:55.157Z Compiling serde_plain v1.0.2
22922026-08-28T22:18:55.158Z Compiling serde-big-array v0.5.1
22932026-08-28T22:18:55.208Z Compiling pem v3.0.6
22942026-08-28T22:18:55.340Z Compiling float-cmp v0.10.0
22952026-08-28T22:18:55.356Z Compiling memmap2 v0.9.10
22962026-08-28T22:18:55.477Z Compiling static_assertions v1.1.0
22972026-08-28T22:18:55.541Z Compiling supports-unicode v3.0.0
22982026-08-28T22:18:55.601Z Compiling keccak v0.1.6
22992026-08-28T22:18:55.665Z Compiling new_debug_unreachable v1.0.6
23002026-08-28T22:18:55.665Z Compiling precomputed-hash v0.1.1
23012026-08-28T22:18:55.725Z Compiling fixedbitset v0.4.2
23022026-08-28T22:18:55.725Z Compiling fixedbitset v0.5.7
23032026-08-28T22:18:55.725Z Compiling normalize-line-endings v0.3.0
23042026-08-28T22:18:55.836Z Compiling whoami v2.1.0
23052026-08-28T22:18:55.864Z Compiling data-encoding v2.10.0
23062026-08-28T22:18:55.864Z Compiling toml_write v0.1.2
23072026-08-28T22:18:55.867Z Compiling unicode-width v0.1.14
23082026-08-28T22:18:55.867Z Compiling difflib v0.4.0
23092026-08-28T22:18:56.275Z Compiling supports-hyperlinks v3.2.0
23102026-08-28T22:18:56.383Z Compiling predicates-core v1.0.10
23112026-08-28T22:18:56.383Z Compiling typed-path v0.9.3
23122026-08-28T22:18:56.383Z Compiling const-oid v0.10.2
23132026-08-28T22:18:56.383Z Compiling predicates v3.1.4
23142026-08-28T22:18:56.383Z Compiling miette v7.6.0
23152026-08-28T22:18:56.383Z Compiling hickory-proto v0.25.2
23162026-08-28T22:18:56.384Z Compiling digest v0.11.3
23172026-08-28T22:18:56.440Z Compiling elliptic-curve v0.13.8
23182026-08-28T22:18:56.440Z Compiling toml_edit v0.22.27
23192026-08-28T22:18:56.440Z Compiling tokio-postgres v0.7.16
23202026-08-28T22:18:56.555Z Compiling chacha20 v0.10.0
23212026-08-28T22:18:56.663Z Compiling petgraph v0.8.3
23222026-08-28T22:18:56.700Z Compiling petgraph v0.6.5
23232026-08-28T22:18:56.802Z Compiling sha3 v0.10.8
23242026-08-28T22:18:56.958Z Compiling string_cache v0.8.9
23252026-08-28T22:18:57.226Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23262026-08-28T22:18:57.283Z Compiling usdt v0.6.0
23272026-08-28T22:18:57.637Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23282026-08-28T22:18:58.500Z Compiling ed25519-dalek v2.2.0
23292026-08-28T22:18:58.654Z Compiling zip v4.6.1
23302026-08-28T22:18:58.798Z Compiling crossterm v0.28.1
23312026-08-28T22:18:58.980Z Compiling iddqd v0.4.2
23322026-08-28T22:18:59.116Z Compiling serde_with v3.21.0
23332026-08-28T22:18:59.417Z Compiling derive_more v2.1.1
23342026-08-28T22:18:59.503Z Compiling similar v2.7.0
23352026-08-28T22:18:59.503Z Compiling strum v0.26.3
23362026-08-28T22:18:59.593Z Compiling tokio-stream v0.1.18
23372026-08-28T22:18:59.697Z Compiling itertools v0.13.0
23382026-08-28T22:18:59.823Z Compiling buf-list v1.1.2
23392026-08-28T22:19:00.090Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23402026-08-28T22:19:00.090Z Compiling openapiv3 v2.2.0
23412026-08-28T22:19:00.888Z Compiling lalrpop-util v0.19.12
23422026-08-28T22:19:01.061Z Compiling peg-runtime v0.8.5
23432026-08-28T22:19:15.462Z Compiling rustls-webpki v0.103.13
23442026-08-28T22:19:18.892Z Compiling tokio-rustls v0.26.4
23452026-08-28T22:19:18.966Z Compiling rustls-platform-verifier v0.6.2
23462026-08-28T22:19:19.162Z Compiling hyper-rustls v0.27.7
23472026-08-28T22:19:19.224Z Compiling tough v0.22.0
23482026-08-28T22:19:19.456Z Compiling reqwest v0.13.2
23492026-08-28T22:19:21.917Z Compiling macaddr v1.0.1
23502026-08-28T22:19:21.945Z Compiling rayon-core v1.13.0
23512026-08-28T22:19:22.116Z Compiling crucible-workspace-hack v0.1.0
23522026-08-28T22:19:22.161Z Compiling itertools v0.15.0
23532026-08-28T22:19:22.209Z Compiling secrecy v0.10.3
23542026-08-28T22:19:22.237Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552026-08-28T22:19:22.350Z Compiling heapless v0.8.0
23562026-08-28T22:19:22.364Z Compiling toml_datetime v0.7.5+spec-1.1.0
23572026-08-28T22:19:22.491Z Compiling crossbeam-deque v0.8.6
23582026-08-28T22:19:22.522Z Compiling inout v0.1.4
23592026-08-28T22:19:22.606Z Compiling toml_edit v0.23.10+spec-1.0.0
23602026-08-28T22:19:22.652Z Compiling hash32 v0.3.1
23612026-08-28T22:19:23.302Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622026-08-28T22:19:23.516Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23632026-08-28T22:19:23.517Z Compiling multer v3.1.0
23642026-08-28T22:19:23.517Z Compiling thread_local v1.1.9
23652026-08-28T22:19:23.517Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23662026-08-28T22:19:23.517Z Compiling match_cfg v0.1.0
23672026-08-28T22:19:23.517Z Compiling smoltcp v0.11.0
23682026-08-28T22:19:23.517Z Compiling slog-async v2.8.0
23692026-08-28T22:19:23.517Z Compiling compression-core v0.4.31
23702026-08-28T22:19:23.517Z Compiling hostname v0.3.1
23712026-08-28T22:19:23.517Z Compiling compression-codecs v0.4.37
23722026-08-28T22:19:23.517Z Compiling cipher v0.4.4
23732026-08-28T22:19:23.517Z Compiling proc-macro-crate v3.4.0
23742026-08-28T22:19:23.517Z Compiling atomicwrites v0.4.4
23752026-08-28T22:19:23.517Z Compiling slog-json v2.6.1
23762026-08-28T22:19:23.600Z Compiling crossbeam-channel v0.5.15
23772026-08-28T22:19:23.600Z Compiling half v2.7.1
23782026-08-28T22:19:23.600Z Compiling universal-hash v0.5.1
23792026-08-28T22:19:23.600Z Compiling newtype-uuid-macros v0.1.0
23802026-08-28T22:19:23.601Z Compiling serde_tokenstream v0.3.0
23812026-08-28T22:19:23.601Z Compiling cobs v0.3.0
23822026-08-28T22:19:23.601Z Compiling async-stream-impl v0.3.6
23832026-08-28T22:19:23.601Z Compiling ingot-macros v0.2.0
23842026-08-28T22:19:23.661Z Compiling thiserror-impl-no-std v2.0.2
23852026-08-28T22:19:23.662Z Compiling serde_spanned v1.1.1
23862026-08-28T22:19:23.685Z Compiling toml_datetime v1.1.1+spec-1.1.0
23872026-08-28T22:19:23.768Z Compiling is-terminal v0.4.17
23882026-08-28T22:19:23.823Z Compiling dropshot v0.17.1
23892026-08-28T22:19:23.841Z Compiling proc-macro-error-attr v1.0.4
23902026-08-28T22:19:23.863Z Compiling toml_writer v1.1.1+spec-1.1.0
23912026-08-28T22:19:23.909Z Compiling convert_case v0.4.0
23922026-08-28T22:19:24.025Z Compiling opaque-debug v0.3.1
23932026-08-28T22:19:24.052Z Compiling ciborium-io v0.2.2
23942026-08-28T22:19:24.095Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23952026-08-28T22:19:24.103Z Compiling term v1.2.1
23962026-08-28T22:19:24.120Z Compiling take_mut v0.2.2
23972026-08-28T22:19:24.131Z Compiling async-stream v0.3.6
23982026-08-28T22:19:24.131Z Compiling poly1305 v0.8.0
23992026-08-28T22:19:24.167Z Compiling ciborium-ll v0.2.2
24002026-08-28T22:19:24.184Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24012026-08-28T22:19:24.216Z Compiling derive_more v0.99.20
24022026-08-28T22:19:24.381Z Compiling toml v1.1.2+spec-1.1.0
24032026-08-28T22:19:24.400Z Compiling oxide-generation-macros v0.2.0
24042026-08-28T22:19:24.493Z Compiling slog-term v2.9.2
24052026-08-28T22:19:24.533Z Compiling postcard v1.1.3
24062026-08-28T22:19:24.626Z Compiling thiserror-no-std v2.0.2
24072026-08-28T22:19:24.783Z Compiling num_enum_derive v0.7.6
24082026-08-28T22:19:24.953Z Compiling slog-bunyan v2.5.0
24092026-08-28T22:19:24.998Z Compiling chacha20 v0.9.1
24102026-08-28T22:19:25.127Z Compiling async-compression v0.4.41
24112026-08-28T22:19:25.240Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24122026-08-28T22:19:27.823Z Compiling sha1 v0.11.0
24132026-08-28T22:19:27.889Z Compiling oxide-generation v0.1.3
24142026-08-28T22:19:27.889Z Compiling parse-display-derive v0.10.0
24152026-08-28T22:19:27.889Z Compiling proc-macro-crate v1.3.1
24162026-08-28T22:19:27.892Z Compiling waitgroup v0.1.2
24172026-08-28T22:19:27.892Z Compiling rustls-pemfile v2.2.0
24182026-08-28T22:19:27.892Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24192026-08-28T22:19:27.892Z Compiling backon v1.6.0
24202026-08-28T22:19:27.892Z Compiling blake2 v0.10.6
24212026-08-28T22:19:27.892Z Compiling aead v0.5.2
24222026-08-28T22:19:27.892Z Compiling ingot-types v0.2.0
24232026-08-28T22:19:27.892Z Compiling dropshot_endpoint v0.17.1
24242026-08-28T22:19:27.892Z Compiling password-hash v0.5.0
24252026-08-28T22:19:27.892Z Compiling foreign-types-macros v0.2.3
24262026-08-28T22:19:27.892Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24272026-08-28T22:19:27.892Z Compiling serde_path_to_error v0.1.20
24282026-08-28T22:19:27.892Z Compiling hostname v0.4.2
24292026-08-28T22:19:27.892Z Compiling ingot v0.2.1
24302026-08-28T22:19:27.892Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-28T22:19:27.893Z Compiling proc-macro-error v1.0.4
24322026-08-28T22:19:27.893Z Compiling instant v0.1.13
24332026-08-28T22:19:27.893Z Compiling illumos-nvpair-sys v0.2.0
24342026-08-28T22:19:27.893Z Compiling foreign-types-shared v0.3.1
24352026-08-28T22:19:27.893Z Compiling debug-ignore v1.0.5
24362026-08-28T22:19:27.893Z Compiling backoff v0.4.0
24372026-08-28T22:19:27.893Z Compiling foreign-types v0.5.0
24382026-08-28T22:19:27.893Z Compiling argon2 v0.5.3
24392026-08-28T22:19:27.893Z Compiling chacha20poly1305 v0.10.1
24402026-08-28T22:19:27.896Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24412026-08-28T22:19:27.896Z Compiling parse-display v0.10.0
24422026-08-28T22:19:27.896Z Compiling num_enum_derive v0.5.11
24432026-08-28T22:19:27.896Z Compiling num_enum v0.7.6
24442026-08-28T22:19:27.896Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24452026-08-28T22:19:27.896Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462026-08-28T22:19:27.896Z Compiling vsss-rs v3.3.4
24472026-08-28T22:19:27.896Z Compiling ciborium v0.2.2
24482026-08-28T22:19:27.896Z Compiling regress v0.10.5
24492026-08-28T22:19:27.896Z Compiling itertools v0.14.0
24502026-08-28T22:19:27.896Z Compiling tabwriter v1.4.1
24512026-08-28T22:19:28.053Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24522026-08-28T22:19:28.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24532026-08-28T22:19:28.083Z Compiling cstr-argument v0.1.2
24542026-08-28T22:19:28.083Z Compiling humantime v2.3.0
24552026-08-28T22:19:28.083Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24562026-08-28T22:19:28.157Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572026-08-28T22:19:28.168Z Compiling num_enum v0.5.11
24582026-08-28T22:19:28.191Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24592026-08-28T22:19:28.343Z Compiling rayon v1.11.0
24602026-08-28T22:19:28.373Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24612026-08-28T22:19:28.439Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24622026-08-28T22:19:28.462Z Compiling rand v0.10.1
24632026-08-28T22:19:28.480Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24642026-08-28T22:19:28.495Z Compiling colored v3.1.1
24652026-08-28T22:19:28.519Z Compiling libefi-sys v0.1.0
24662026-08-28T22:19:28.549Z Compiling indent_write v2.2.0
24672026-08-28T22:19:28.608Z Compiling zone_cfg_derive v0.3.1
24682026-08-28T22:19:29.370Z Compiling illumos-nvpair v0.3.0
24692026-08-28T22:19:29.524Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24702026-08-28T22:19:29.527Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-28T22:19:29.527Z Compiling camino-tempfile v1.4.1
24722026-08-28T22:19:29.527Z Compiling itertools v0.12.1
24732026-08-28T22:19:29.527Z Compiling usdt-attr-macro v0.5.0
24742026-08-28T22:19:29.527Z Compiling usdt-macro v0.5.0
24752026-08-28T22:19:29.527Z Compiling num-derive v0.4.2
24762026-08-28T22:19:29.527Z Compiling bitfield-struct v0.6.2
24772026-08-28T22:19:29.527Z Compiling blake3 v1.8.5
24782026-08-28T22:19:29.527Z Compiling sigpipe v0.1.3
24792026-08-28T22:19:29.527Z Compiling memmap v0.7.0
24802026-08-28T22:19:29.527Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24812026-08-28T22:19:29.527Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24822026-08-28T22:19:29.527Z Compiling swrite v0.1.0
24832026-08-28T22:19:29.711Z Compiling glob v0.3.3
24842026-08-28T22:19:29.711Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24852026-08-28T22:19:29.824Z Compiling usdt v0.5.0
24862026-08-28T22:19:29.907Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24872026-08-28T22:19:29.972Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24882026-08-28T22:19:29.972Z Compiling smf v0.2.3
24892026-08-28T22:19:30.024Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24902026-08-28T22:19:30.076Z Compiling filetime v0.2.27
24912026-08-28T22:19:30.165Z Compiling whoami v1.6.1
24922026-08-28T22:19:30.176Z Compiling zone v0.3.1
24932026-08-28T22:19:30.195Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-28T22:19:30.260Z Compiling arrayvec v0.7.6
24952026-08-28T22:19:30.273Z Compiling constant_time_eq v0.4.2
24962026-08-28T22:19:30.282Z Compiling arrayref v0.3.9
24972026-08-28T22:19:30.317Z Compiling xattr v1.6.1
24982026-08-28T22:19:30.347Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24992026-08-28T22:19:30.469Z Compiling tokio-dtrace v0.1.1
25002026-08-28T22:19:30.523Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25012026-08-28T22:19:30.565Z Compiling tar v0.4.46
25022026-08-28T22:19:30.624Z Compiling gethostname v0.5.0
25032026-08-28T22:19:30.624Z Compiling console v0.16.2
25042026-08-28T22:19:30.674Z Compiling topological-sort v0.2.2
25052026-08-28T22:19:30.700Z Compiling unit-prefix v0.5.2
25062026-08-28T22:19:30.734Z Compiling oxide-tokio-rt v0.1.4
25072026-08-28T22:19:30.748Z Compiling toml v0.8.23
25082026-08-28T22:19:31.328Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25092026-08-28T22:19:31.338Z Compiling indicatif v0.18.4
25102026-08-28T22:19:31.342Z Compiling shell-words v1.1.1
25112026-08-28T22:19:31.342Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25122026-08-28T22:19:40.284Z Compiling progenitor-client v0.14.0
25132026-08-28T22:19:40.284Z Compiling omicron-zone-package v0.12.3
25142026-08-28T22:19:40.509Z Compiling progenitor-extras v0.2.0
25152026-08-28T22:19:40.777Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25162026-08-28T22:19:40.803Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25172026-08-28T22:19:41.150Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25182026-08-28T22:19:41.195Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25192026-08-28T22:19:41.195Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25202026-08-28T22:19:41.195Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25212026-08-28T22:19:41.195Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25222026-08-28T22:19:41.294Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25232026-08-28T22:19:41.744Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-08-28T22:19:45.660Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25252026-08-28T22:19:54.311Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-08-28T22:19:57.576Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-08-28T22:19:58.650Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25282026-08-28T22:20:09.239Z Finished `release` profile [optimized] target(s) in 1m 47s
25292026-08-28T22:20:09.417Z Running `target/release/omicron-package -t test target create -p dev`
25302026-08-28T22:20:09.417ZLogging to: /work/oxidecomputer/omicron/out/LOG
25312026-08-28T22:20:09.417ZCreated new build target 'test' and set it as active
25322026-08-28T22:20:09.418Z
25332026-08-28T22:20:09.418Zreal 1:47.594121140
25342026-08-28T22:20:09.418Zuser 17:41.857929973
25352026-08-28T22:20:09.418Zsys 2:47.545013138
25362026-08-28T22:20:09.418Ztrap 0.494177272
25372026-08-28T22:20:09.418Ztflt 2.367892962
25382026-08-28T22:20:09.418Zdflt 4.908743247
25392026-08-28T22:20:09.418Zkflt 0.000637990
25402026-08-28T22:20:09.418Zlock 58:04.816398668
25412026-08-28T22:20:09.418Zslp 45:29.390731211
25422026-08-28T22:20:09.418Zlat 48.699017101
25432026-08-28T22:20:09.419Zstop 5:58.974090517
25442026-08-28T22:20:09.419Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25452026-08-28T22:20:10.194Z Finished `release` profile [optimized] target(s) in 0.87s
25462026-08-28T22:20:10.248Z Running `target/release/omicron-package -t test package`
25472026-08-28T22:20:10.309ZLogging to: /work/oxidecomputer/omicron/out/LOG
25482026-08-28T22:20:11.782Z Compiling heck v0.5.0
25492026-08-28T22:20:11.782Z Compiling regress v0.11.1
25502026-08-28T22:20:12.017Z Compiling unsafe-libyaml v0.2.11
25512026-08-28T22:20:12.017Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25522026-08-28T22:20:12.120Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25532026-08-28T22:20:12.120Z Compiling derive-where v1.6.0
25542026-08-28T22:20:12.241Z Compiling bytecount v0.6.9
25552026-08-28T22:20:12.241Z Compiling atomicwrites v0.4.4
25562026-08-28T22:20:12.241Z Compiling is-terminal v0.4.17
25572026-08-28T22:20:12.241Z Compiling prettyplease v0.2.37
25582026-08-28T22:20:12.241Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25592026-08-28T22:20:12.241Z Compiling newline-converter v0.3.0
25602026-08-28T22:20:12.241Z Compiling console v0.15.11
25612026-08-28T22:20:12.377Z Compiling slog-dtrace v0.3.0
25622026-08-28T22:20:12.377Z Compiling cancel-safe-futures v0.1.5
25632026-08-28T22:20:12.377Z Compiling num-rational v0.4.2
25642026-08-28T22:20:12.377Z Compiling num-complex v0.4.6
25652026-08-28T22:20:12.395Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25662026-08-28T22:20:12.395Z Compiling thread_local v1.1.9
25672026-08-28T22:20:12.395Z Compiling match_cfg v0.1.0
25682026-08-28T22:20:12.444Z Compiling compression-core v0.4.31
25692026-08-28T22:20:12.500Z Compiling serde_yaml v0.9.34+deprecated
25702026-08-28T22:20:12.674Z Compiling expectorate v1.2.0
25712026-08-28T22:20:12.727Z Compiling resolv-conf v0.7.6
25722026-08-28T22:20:12.727Z Compiling compression-codecs v0.4.37
25732026-08-28T22:20:12.863Z Compiling num v0.4.3
25742026-08-28T22:20:13.093Z Compiling hostname v0.3.1
25752026-08-28T22:20:13.093Z Compiling multer v3.1.0
25762026-08-28T22:20:13.093Z Compiling slog-async v2.8.0
25772026-08-28T22:20:13.093Z Compiling crossbeam-channel v0.5.15
25782026-08-28T22:20:13.093Z Compiling slog-json v2.6.1
25792026-08-28T22:20:13.192Z Compiling serde_spanned v1.1.1
25802026-08-28T22:20:13.192Z Compiling toml_datetime v1.1.1+spec-1.1.0
25812026-08-28T22:20:13.192Z Compiling take_mut v0.2.2
25822026-08-28T22:20:13.272Z Compiling toml_writer v1.1.1+spec-1.1.0
25832026-08-28T22:20:13.272Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25842026-08-28T22:20:13.273Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-28T22:20:13.273Z Compiling float-ord v0.3.2
25862026-08-28T22:20:13.331Z Compiling linear-map v1.2.0
25872026-08-28T22:20:13.331Z Compiling oxide-update-engine-types v0.1.2
25882026-08-28T22:20:13.331Z Compiling term v1.2.1
25892026-08-28T22:20:13.374Z Compiling slog-bunyan v2.5.0
25902026-08-28T22:20:13.374Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-08-28T22:20:13.399Z Compiling toml v1.1.2+spec-1.1.0
25922026-08-28T22:20:13.436Z Compiling async-compression v0.4.41
25932026-08-28T22:20:13.737Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25942026-08-28T22:20:13.737Z Compiling dropshot v0.17.1
25952026-08-28T22:20:13.908Z Compiling typify-impl v0.6.2
25962026-08-28T22:20:13.908Z Compiling slog-term v2.9.2
25972026-08-28T22:20:13.908Z Compiling async-stream v0.3.6
25982026-08-28T22:20:13.920Z Compiling progenitor-client v0.14.0
25992026-08-28T22:20:13.920Z Compiling sha1 v0.11.0
26002026-08-28T22:20:13.920Z Compiling oxide-generation v0.1.3
26012026-08-28T22:20:14.016Z Compiling waitgroup v0.1.2
26022026-08-28T22:20:14.047Z Compiling rustls-pemfile v2.2.0
26032026-08-28T22:20:14.086Z Compiling backon v1.6.0
26042026-08-28T22:20:14.124Z Compiling hostname v0.4.2
26052026-08-28T22:20:14.155Z Compiling serde_path_to_error v0.1.20
26062026-08-28T22:20:14.195Z Compiling instant v0.1.13
26072026-08-28T22:20:14.236Z Compiling linked-hash-map v0.5.6
26082026-08-28T22:20:14.286Z Compiling debug-ignore v1.0.5
26092026-08-28T22:20:14.361Z Compiling minimal-lexical v0.2.1
26102026-08-28T22:20:14.361Z Compiling progenitor-extras v0.2.0
26112026-08-28T22:20:14.383Z Compiling backoff v0.4.0
26122026-08-28T22:20:14.404Z Compiling lru-cache v0.1.2
26132026-08-28T22:20:14.445Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26142026-08-28T22:20:14.524Z Compiling oxide-update-engine v0.1.2
26152026-08-28T22:20:14.524Z Compiling nom v7.1.3
26162026-08-28T22:20:14.563Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26172026-08-28T22:20:14.563Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26182026-08-28T22:20:14.589Z Compiling parse-display v0.10.0
26192026-08-28T22:20:14.744Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26202026-08-28T22:20:14.854Z Compiling regress v0.10.5
26212026-08-28T22:20:14.880Z Compiling itertools v0.14.0
26222026-08-28T22:20:15.497Z Compiling macaddr v1.0.1
26232026-08-28T22:20:15.653Z Compiling unicode-xid v0.2.6
26242026-08-28T22:20:15.653Z Compiling humantime v2.3.0
26252026-08-28T22:20:15.784Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26262026-08-28T22:20:15.784Z Compiling hickory-proto v0.24.4
26272026-08-28T22:20:15.817Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26282026-08-28T22:20:15.909Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26292026-08-28T22:20:15.992Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26302026-08-28T22:20:16.338Z Compiling toml v0.8.23
26312026-08-28T22:20:16.526Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26322026-08-28T22:20:16.526Z Compiling papergrid v0.11.0
26332026-08-28T22:20:16.724Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26342026-08-28T22:20:16.752Z Compiling tabled_derive v0.7.0
26352026-08-28T22:20:17.008Z Compiling termtree v0.5.1
26362026-08-28T22:20:17.047Z Compiling crossterm v0.29.0
26372026-08-28T22:20:17.047Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26382026-08-28T22:20:17.079Z Compiling typify-macro v0.6.2
26392026-08-28T22:20:18.053Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26402026-08-28T22:20:18.142Z Compiling tabled v0.15.0
26412026-08-28T22:20:18.143Z Compiling phf_shared v0.12.1
26422026-08-28T22:20:18.269Z Compiling hickory-resolver v0.24.4
26432026-08-28T22:20:18.403Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26442026-08-28T22:20:18.621Z Compiling typify v0.6.2
26452026-08-28T22:20:18.852Z Compiling progenitor-impl v0.14.0
26462026-08-28T22:20:19.267Z Compiling vte v0.14.1
26472026-08-28T22:20:19.343Z Compiling csv-core v0.1.13
26482026-08-28T22:20:19.481Z Compiling qorb v0.4.1
26492026-08-28T22:20:20.140Z Compiling highway v1.3.0
26502026-08-28T22:20:20.298Z Compiling chrono-tz v0.10.4
26512026-08-28T22:20:20.299Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26522026-08-28T22:20:20.546Z Compiling csv v1.4.0
26532026-08-28T22:20:20.932Z Compiling progenitor-macro v0.14.0
26542026-08-28T22:20:21.583Z Compiling strip-ansi-escapes v0.2.1
26552026-08-28T22:20:22.391Z Compiling phf v0.12.1
26562026-08-28T22:20:22.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26572026-08-28T22:20:22.458Z Compiling const_format_proc_macros v0.2.34
26582026-08-28T22:20:22.458Z Compiling fd-lock v4.0.4
26592026-08-28T22:20:22.458Z Compiling peg-macros v0.8.5
26602026-08-28T22:20:22.598Z Compiling nu-ansi-term v0.50.3
26612026-08-28T22:20:22.868Z Compiling const_format v0.2.35
26622026-08-28T22:20:22.890Z Compiling reedline v0.40.0
26632026-08-28T22:20:23.620Z Compiling peg v0.8.5
26642026-08-28T22:20:23.735Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26652026-08-28T22:20:23.865Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26662026-08-28T22:20:24.052Z Compiling bcs v0.1.6
26672026-08-28T22:20:24.484Z Compiling nom v8.0.0
26682026-08-28T22:20:24.983Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26692026-08-28T22:20:25.310Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26702026-08-28T22:20:25.310Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26712026-08-28T22:20:25.360Z Compiling progenitor v0.14.0
26722026-08-28T22:20:25.362Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26732026-08-28T22:20:25.900Z Compiling semver v0.1.20
26742026-08-28T22:20:26.005Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752026-08-28T22:20:26.274Z Compiling rustc_version v0.1.7
26762026-08-28T22:20:26.439Z Compiling newtype_derive v0.1.6
26772026-08-28T22:20:26.477Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26782026-08-28T22:20:26.677Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26792026-08-28T22:20:26.735Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26802026-08-28T22:20:26.900Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26812026-08-28T22:20:26.921Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26822026-08-28T22:20:27.214Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26832026-08-28T22:20:27.724Z Compiling dropshot-api-manager-types v0.8.0
26842026-08-28T22:20:27.952Z Compiling steno v0.4.1
26852026-08-28T22:20:28.121Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26862026-08-28T22:20:28.157Z Compiling sha1 v0.10.6
26872026-08-28T22:20:28.272Z Compiling utf-8 v0.7.6
26882026-08-28T22:20:28.839Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26892026-08-28T22:20:28.889Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26902026-08-28T22:20:28.889Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26912026-08-28T22:20:28.889Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26922026-08-28T22:20:28.889Z Compiling tagptr v0.2.0
26932026-08-28T22:20:28.889Z Compiling tungstenite v0.21.0
26942026-08-28T22:20:28.936Z Compiling moka v0.12.13
26952026-08-28T22:20:29.635Z Compiling tokio-tungstenite v0.21.0
26962026-08-28T22:20:30.078Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26972026-08-28T22:20:30.188Z Compiling hickory-resolver v0.25.2
26982026-08-28T22:20:31.006Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26992026-08-28T22:20:31.079Z Compiling darling_core v0.21.3
27002026-08-28T22:20:33.100Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27012026-08-28T22:20:33.183Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27022026-08-28T22:20:33.242Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27032026-08-28T22:20:33.545Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27042026-08-28T22:20:33.779Z Compiling darling_macro v0.21.3
27052026-08-28T22:20:34.266Z Compiling display-error-chain v0.2.2
27062026-08-28T22:20:34.454Z Compiling darling v0.21.3
27072026-08-28T22:20:34.592Z Compiling vergen-lib v0.1.6
27082026-08-28T22:20:34.710Z Compiling diesel_derives v2.3.7
27092026-08-28T22:20:34.850Z Compiling dsl_auto_type v0.2.0
27102026-08-28T22:20:35.078Z Compiling scheduled-thread-pool v0.2.7
27112026-08-28T22:20:35.138Z Compiling vergen-gitcl v1.0.8
27122026-08-28T22:20:35.370Z Compiling diesel_table_macro_syntax v0.3.0
27132026-08-28T22:20:35.395Z Compiling dirs-sys-next v0.1.2
27142026-08-28T22:20:35.533Z Compiling maplit v1.0.2
27152026-08-28T22:20:35.623Z Compiling glob v0.3.3
27162026-08-28T22:20:35.648Z Compiling crunchy v0.2.4
27172026-08-28T22:20:35.955Z Compiling dirs-next v2.0.0
27182026-08-28T22:20:35.996Z Compiling clang-sys v1.8.1
27192026-08-28T22:20:36.121Z Compiling r2d2 v0.8.10
27202026-08-28T22:20:36.361Z Compiling libscf-sys v1.2.0
27212026-08-28T22:20:36.386Z Compiling downcast-rs v2.0.2
27222026-08-28T22:20:36.444Z Compiling xshell-macros v0.2.7
27232026-08-28T22:20:36.527Z Compiling tiny-keccak v2.0.2
27242026-08-28T22:20:36.584Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27252026-08-28T22:20:36.698Z Compiling term v0.7.0
27262026-08-28T22:20:36.843Z Compiling xshell v0.2.7
27272026-08-28T22:20:36.895Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27282026-08-28T22:20:36.981Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27292026-08-28T22:20:37.074Z Compiling papergrid v0.18.0
27302026-08-28T22:20:37.194Z Compiling bit-vec v0.6.3
27312026-08-28T22:20:37.394Z Compiling bit-set v0.5.3
27322026-08-28T22:20:37.434Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27332026-08-28T22:20:37.465Z Compiling ascii-canvas v3.0.0
27342026-08-28T22:20:37.698Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27352026-08-28T22:20:37.833Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27362026-08-28T22:20:37.955Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27372026-08-28T22:20:38.068Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27382026-08-28T22:20:38.417Z Compiling tabled v0.21.0
27392026-08-28T22:20:38.443Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27402026-08-28T22:20:38.557Z Compiling itertools v0.15.0
27412026-08-28T22:20:38.640Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27422026-08-28T22:20:38.870Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27432026-08-28T22:20:39.063Z Compiling itertools v0.10.5
27442026-08-28T22:20:39.436Z Compiling ena v0.14.4
27452026-08-28T22:20:39.471Z Compiling libloading v0.8.9
27462026-08-28T22:20:39.669Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27472026-08-28T22:20:39.703Z Compiling bindgen v0.71.1
27482026-08-28T22:20:39.901Z Compiling regex-syntax v0.6.29
27492026-08-28T22:20:39.983Z Compiling unicase v2.9.0
27502026-08-28T22:20:40.160Z Compiling diff v0.1.13
27512026-08-28T22:20:40.308Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27522026-08-28T22:20:40.345Z Compiling diesel v2.3.7
27532026-08-28T22:20:40.425Z Compiling cexpr v0.6.0
27542026-08-28T22:20:40.497Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27552026-08-28T22:20:40.564Z Compiling rustc-hash v2.1.1
27562026-08-28T22:20:40.779Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27572026-08-28T22:20:40.800Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27582026-08-28T22:20:40.982Z Compiling headers-core v0.3.0
27592026-08-28T22:20:41.079Z Compiling libxml v0.3.3
27602026-08-28T22:20:41.136Z Compiling crc8 v0.1.1
27612026-08-28T22:20:41.270Z Compiling lalrpop v0.19.12
27622026-08-28T22:20:41.292Z Compiling headers v0.4.1
27632026-08-28T22:20:41.355Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27642026-08-28T22:20:41.745Z Compiling strum_macros v0.24.3
27652026-08-28T22:20:42.594Z Compiling indoc v1.0.9
27662026-08-28T22:20:42.903Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27672026-08-28T22:20:42.936Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27682026-08-28T22:20:43.020Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27692026-08-28T22:20:43.162Z Compiling derive_builder v0.20.2
27702026-08-28T22:20:43.224Z Compiling quick-xml v0.37.5
27712026-08-28T22:20:43.327Z Compiling oso-derive v0.27.3
27722026-08-28T22:20:43.331Z Compiling impl-trait-for-tuples v0.2.3
27732026-08-28T22:20:43.841Z Compiling openssl-probe v0.1.6
27742026-08-28T22:20:43.989Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27752026-08-28T22:20:44.161Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27762026-08-28T22:20:44.486Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27772026-08-28T22:20:44.542Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27782026-08-28T22:20:44.624Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27792026-08-28T22:20:44.713Z Compiling bb8 v0.8.6
27802026-08-28T22:20:44.802Z Compiling trait-variant v0.1.2
27812026-08-28T22:20:44.933Z Compiling proc-macro-error-attr2 v2.0.0
27822026-08-28T22:20:45.071Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27832026-08-28T22:20:45.318Z Compiling half v1.8.3
27842026-08-28T22:20:45.365Z Compiling proc-macro-error2 v2.0.1
27852026-08-28T22:20:45.386Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27862026-08-28T22:20:45.674Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27872026-08-28T22:20:45.724Z Compiling serde_cbor v0.11.2
27882026-08-28T22:20:45.817Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27892026-08-28T22:20:45.917Z Compiling hashbrown v0.14.5
27902026-08-28T22:20:46.042Z Compiling rfc6979 v0.4.0
27912026-08-28T22:20:46.174Z Compiling salty v0.3.0
27922026-08-28T22:20:46.198Z Compiling ecdsa v0.16.9
27932026-08-28T22:20:46.485Z Compiling chumsky v0.9.3
27942026-08-28T22:20:46.525Z Compiling samael v0.0.19
27952026-08-28T22:20:46.625Z Compiling knus-derive v3.4.0
27962026-08-28T22:20:46.668Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27972026-08-28T22:20:46.718Z Compiling primeorder v0.13.6
27982026-08-28T22:20:46.888Z Compiling nonempty v0.12.0
27992026-08-28T22:20:47.024Z Compiling p384 v0.13.1
28002026-08-28T22:20:47.579Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28012026-08-28T22:20:47.688Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28022026-08-28T22:20:47.957Z Compiling knus v3.4.0
28032026-08-28T22:20:48.008Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28042026-08-28T22:20:48.738Z Compiling polar-core v0.27.3
28052026-08-28T22:20:48.828Z Compiling fxhash v0.2.1
28062026-08-28T22:20:48.888Z Compiling libz-sys v1.1.24
28072026-08-28T22:20:48.916Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28082026-08-28T22:20:49.101Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28092026-08-28T22:20:49.176Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28102026-08-28T22:20:49.377Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28112026-08-28T22:20:49.635Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28122026-08-28T22:20:50.063Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28132026-08-28T22:20:50.211Z Compiling kstat-rs v0.2.5
28142026-08-28T22:20:50.877Z Compiling mime_guess v2.0.5
28152026-08-28T22:20:51.154Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28162026-08-28T22:20:51.724Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28172026-08-28T22:20:52.646Z Compiling nanorand v0.7.0
28182026-08-28T22:20:52.846Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28192026-08-28T22:20:53.048Z Compiling libgit2-sys v0.18.3+1.9.2
28202026-08-28T22:20:53.462Z Compiling parking_lot_core v0.8.6
28212026-08-28T22:20:53.563Z Compiling flume v0.11.1
28222026-08-28T22:20:53.824Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28232026-08-28T22:20:53.958Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28242026-08-28T22:20:54.114Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28252026-08-28T22:20:54.572Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28262026-08-28T22:20:54.808Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28272026-08-28T22:20:55.086Z Compiling git-stub v1.0.0
28282026-08-28T22:20:55.292Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28292026-08-28T22:20:55.369Z Compiling corncobs v0.1.4
28302026-08-28T22:20:55.526Z Compiling instability v0.3.11
28312026-08-28T22:20:55.548Z Compiling strsim v0.10.0
28322026-08-28T22:20:55.615Z Compiling http-range v0.1.5
28332026-08-28T22:20:55.739Z Compiling darling_core v0.13.4
28342026-08-28T22:20:55.822Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28352026-08-28T22:20:55.855Z Compiling git-stub-vcs v0.1.0
28362026-08-28T22:20:56.236Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28372026-08-28T22:20:57.255Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28382026-08-28T22:20:57.310Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28392026-08-28T22:20:57.375Z Compiling progenitor-impl v0.13.0
28402026-08-28T22:20:57.396Z Compiling ignore v0.4.25
28412026-08-28T22:20:59.676Z Compiling oso v0.27.3
28422026-08-28T22:21:00.766Z Compiling diesel-dtrace v0.5.0
28432026-08-28T22:21:00.955Z Compiling async-bb8-diesel v0.2.1
28442026-08-28T22:21:01.036Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28452026-08-28T22:21:01.284Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28462026-08-28T22:21:01.377Z Compiling anstyle-parse v0.2.7
28472026-08-28T22:21:01.634Z Compiling secrecy v0.8.0
28482026-08-28T22:21:01.704Z Compiling castaway v0.2.4
28492026-08-28T22:21:01.834Z Compiling vergen-git2 v9.1.0
28502026-08-28T22:21:01.869Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28512026-08-28T22:21:01.895Z Compiling indoc v2.0.7
28522026-08-28T22:21:02.091Z Compiling compact_str v0.8.1
28532026-08-28T22:21:02.230Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28542026-08-28T22:21:02.720Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28552026-08-28T22:21:03.073Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28562026-08-28T22:21:03.199Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28572026-08-28T22:21:03.983Z Compiling anstream v0.6.21
28582026-08-28T22:21:04.537Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28592026-08-28T22:21:04.983Z Compiling progenitor-macro v0.13.0
28602026-08-28T22:21:06.262Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28612026-08-28T22:21:06.405Z Compiling globwalk v0.9.1
28622026-08-28T22:21:06.494Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28632026-08-28T22:21:06.928Z Compiling darling_macro v0.13.4
28642026-08-28T22:21:07.173Z Compiling parking_lot v0.11.2
28652026-08-28T22:21:07.345Z Compiling hyper-staticfile v0.10.1
28662026-08-28T22:21:07.464Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28672026-08-28T22:21:07.995Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28682026-08-28T22:21:08.058Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28692026-08-28T22:21:08.157Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28702026-08-28T22:21:08.484Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28712026-08-28T22:21:08.706Z Compiling predicates-tree v1.0.13
28722026-08-28T22:21:09.097Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28732026-08-28T22:21:09.124Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28742026-08-28T22:21:09.320Z Compiling unicode-truncate v1.1.0
28752026-08-28T22:21:09.557Z Compiling sha2 v0.11.0
28762026-08-28T22:21:09.578Z Compiling digest-io v0.1.0
28772026-08-28T22:21:09.748Z Compiling lru v0.12.5
28782026-08-28T22:21:09.973Z Compiling progenitor-client v0.13.0
28792026-08-28T22:21:10.024Z Compiling rand_seeder v0.4.0
28802026-08-28T22:21:10.275Z Compiling prefix-trie v0.7.0
28812026-08-28T22:21:10.494Z Compiling rawzip v0.4.4
28822026-08-28T22:21:10.686Z Compiling cassowary v0.3.0
28832026-08-28T22:21:10.766Z Compiling hickory-server v0.25.2
28842026-08-28T22:21:10.947Z Compiling progenitor v0.13.0
28852026-08-28T22:21:11.075Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28862026-08-28T22:21:11.145Z Compiling ratatui v0.29.0
28872026-08-28T22:21:11.507Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28882026-08-28T22:21:11.570Z Compiling camino-tempfile-ext v0.3.3
28892026-08-28T22:21:11.765Z Compiling darling v0.13.4
28902026-08-28T22:21:11.875Z Compiling sled v0.34.7
28912026-08-28T22:21:12.138Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28922026-08-28T22:21:12.236Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28932026-08-28T22:21:14.601Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28942026-08-28T22:21:15.713Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28952026-08-28T22:21:16.976Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28962026-08-28T22:21:17.157Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28972026-08-28T22:21:17.399Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-28T22:21:18.196Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28992026-08-28T22:21:18.385Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29002026-08-28T22:21:18.762Z Compiling git2 v0.20.4
29012026-08-28T22:21:18.820Z Compiling serde_with_macros v1.5.2
29022026-08-28T22:21:19.375Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29032026-08-28T22:21:19.612Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29042026-08-28T22:21:19.870Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29052026-08-28T22:21:20.145Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29062026-08-28T22:21:20.237Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29072026-08-28T22:21:20.508Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29082026-08-28T22:21:20.767Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29092026-08-28T22:21:21.217Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29102026-08-28T22:21:21.451Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29112026-08-28T22:21:21.497Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29122026-08-28T22:21:21.537Z Compiling arc-swap v1.8.2
29132026-08-28T22:21:21.674Z Compiling void v1.0.2
29142026-08-28T22:21:21.755Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29152026-08-28T22:21:21.818Z Compiling slog-scope v4.4.1
29162026-08-28T22:21:21.833Z Compiling lzss v0.8.2
29172026-08-28T22:21:22.165Z Compiling serde_with v1.14.0
29182026-08-28T22:21:22.228Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29192026-08-28T22:21:22.777Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29202026-08-28T22:21:22.965Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29212026-08-28T22:21:23.312Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29222026-08-28T22:21:23.363Z Compiling scuffle v0.1.0
29232026-08-28T22:21:24.037Z Compiling tungstenite v0.23.0
29242026-08-28T22:21:24.102Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-28T22:21:24.199Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29262026-08-28T22:21:25.513Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-28T22:21:25.628Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29282026-08-28T22:21:25.849Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29292026-08-28T22:21:26.064Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29302026-08-28T22:21:26.090Z Compiling nix v0.27.1
29312026-08-28T22:21:26.226Z Compiling twox-hash v2.1.2
29322026-08-28T22:21:26.301Z Compiling libsw-core v0.3.2
29332026-08-28T22:21:26.321Z Compiling serde_bytes v0.11.19
29342026-08-28T22:21:26.347Z Compiling atty v0.2.14
29352026-08-28T22:21:26.502Z Compiling libsw v3.5.0
29362026-08-28T22:21:26.586Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-28T22:21:26.615Z Compiling tokio-tungstenite v0.23.1
29382026-08-28T22:21:26.724Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29392026-08-28T22:21:26.728Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29402026-08-28T22:21:26.997Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29412026-08-28T22:21:27.213Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29422026-08-28T22:21:28.494Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29432026-08-28T22:21:29.497Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29442026-08-28T22:21:29.613Z Compiling slog-stdlog v4.1.1
29452026-08-28T22:21:30.061Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29462026-08-28T22:21:30.678Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29472026-08-28T22:21:30.831Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29482026-08-28T22:21:31.279Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29492026-08-28T22:21:32.137Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29502026-08-28T22:21:33.722Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29512026-08-28T22:21:34.401Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29522026-08-28T22:21:35.423Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29532026-08-28T22:21:36.072Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29542026-08-28T22:21:36.375Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29552026-08-28T22:21:36.730Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29562026-08-28T22:21:37.658Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29572026-08-28T22:21:37.748Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29582026-08-28T22:21:38.848Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29592026-08-28T22:21:40.394Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29602026-08-28T22:21:41.047Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29612026-08-28T22:21:41.269Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29622026-08-28T22:21:41.972Z Compiling fatfs v0.3.6
29632026-08-28T22:21:42.036Z Compiling signal-hook-tokio v0.3.1
29642026-08-28T22:21:42.103Z Compiling yasna v0.5.2
29652026-08-28T22:21:42.224Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29662026-08-28T22:21:43.047Z Compiling assert_matches v1.5.0
29672026-08-28T22:21:43.156Z Compiling seq-macro v0.3.6
29682026-08-28T22:21:43.222Z Compiling rcgen v0.12.1
29692026-08-28T22:21:43.629Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29702026-08-28T22:21:43.686Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29712026-08-28T22:21:45.063Z Compiling slog-envlogger v2.2.0
29722026-08-28T22:21:45.150Z Compiling oxide-update-engine-display v0.1.2
29732026-08-28T22:21:46.014Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29742026-08-28T22:21:46.094Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29752026-08-28T22:21:46.203Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29762026-08-28T22:21:46.428Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29772026-08-28T22:21:46.648Z Compiling port-file v0.1.0
29782026-08-28T22:21:46.968Z Compiling subprocess v0.2.15
29792026-08-28T22:21:47.633Z Compiling rtoolbox v0.0.3
29802026-08-28T22:21:47.952Z Compiling rpassword v7.5.4
29812026-08-28T22:21:48.370Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29822026-08-28T22:21:48.610Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29832026-08-28T22:21:49.880Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29842026-08-28T22:21:50.944Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29852026-08-28T22:21:51.081Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29862026-08-28T22:21:52.100Z Compiling tui-tree-widget v0.23.1
29872026-08-28T22:21:52.370Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29882026-08-28T22:21:52.455Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29892026-08-28T22:21:54.016Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29902026-08-28T22:21:54.861Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29912026-08-28T22:21:55.576Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29922026-08-28T22:21:55.818Z Compiling uzers v0.12.2
29932026-08-28T22:21:56.127Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29942026-08-28T22:21:56.850Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29952026-08-28T22:21:57.263Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29962026-08-28T22:21:58.026Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29972026-08-28T22:21:58.762Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29982026-08-28T22:21:59.196Z Compiling support-bundle-viewer v0.1.2
29992026-08-28T22:22:00.924Z Compiling multimap v0.10.1
30002026-08-28T22:22:09.574Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30012026-08-28T22:22:13.145Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30022026-08-28T22:22:14.024Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30032026-08-28T22:22:20.473Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30042026-08-28T22:22:20.594Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30052026-08-28T22:34:09.302Z Finished `release` profile [optimized] target(s) in 13m 58s
30062026-08-28T22:34:09.305Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30072026-08-28T22:34:09.305Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30082026-08-28T22:35:00.368Z
30092026-08-28T22:35:00.368Zreal 14:51.059131517
30102026-08-28T22:35:00.372Zuser 1:24:38.082271221
30112026-08-28T22:35:00.372Zsys 3:42.456489098
30122026-08-28T22:35:00.372Ztrap 1.779296263
30132026-08-28T22:35:00.372Ztflt 3.452553313
30142026-08-28T22:35:00.372Zdflt 20.447688001
30152026-08-28T22:35:00.372Zkflt 0.130378656
30162026-08-28T22:35:00.372Zlock 10:46:34.233868370
30172026-08-28T22:35:00.372Zslp 2:34:36.900071361
30182026-08-28T22:35:00.373Zlat 2:36.495451034
30192026-08-28T22:35:00.373Zstop 5:21.722646345
30202026-08-28T22:35:00.373Z+ mapfile -t packages
30212026-08-28T22:35:00.373Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30222026-08-28T22:35:01.312Z Finished `release` profile [optimized] target(s) in 0.93s
30232026-08-28T22:35:01.387Z Running `target/release/omicron-package -t test list-outputs`
30242026-08-28T22:35:01.445ZLogging to: /work/oxidecomputer/omicron/out/LOG
30252026-08-28T22:35:01.449Z+ ptime -m cargo build --locked --release -p xtask
30262026-08-28T22:35:01.930Z Compiling libc v0.2.185
30272026-08-28T22:35:01.930Z Compiling serde_core v1.0.228
30282026-08-28T22:35:01.930Z Compiling serde v1.0.228
30292026-08-28T22:35:01.935Z Compiling rustix v1.1.4
30302026-08-28T22:35:01.935Z Compiling bitflags v2.11.0
30312026-08-28T22:35:02.017Z Compiling serde_json v1.0.151
30322026-08-28T22:35:02.076Z Compiling syn v2.0.117
30332026-08-28T22:35:02.079Z Compiling usdt-impl v0.5.0
30342026-08-28T22:35:02.079Z Compiling syn v1.0.109
30352026-08-28T22:35:02.106Z Compiling log v0.4.33
30362026-08-28T22:35:02.106Z Compiling getrandom v0.4.3
30372026-08-28T22:35:02.109Z Compiling indexmap v2.14.0
30382026-08-28T22:35:02.141Z Compiling fs-err v3.3.0
30392026-08-28T22:35:02.321Z Compiling anyhow v1.0.104
30402026-08-28T22:35:02.367Z Compiling once_cell v1.21.3
30412026-08-28T22:35:02.466Z Compiling heck v0.4.1
30422026-08-28T22:35:02.768Z Compiling thread-id v4.2.2
30432026-08-28T22:35:02.779Z Compiling errno v0.3.14
30442026-08-28T22:35:02.782Z Compiling memmap v0.7.0
30452026-08-28T22:35:03.529Z Compiling proc-macro-error v1.0.4
30462026-08-28T22:35:03.774Z Compiling terminal_size v0.4.3
30472026-08-28T22:35:03.774Z Compiling tempfile v3.27.0
30482026-08-28T22:35:03.795Z Compiling tabled_derive v0.7.0
30492026-08-28T22:35:03.868Z Compiling clap_builder v4.6.0
30502026-08-28T22:35:03.868Z Compiling textwrap v0.16.2
30512026-08-28T22:35:04.111Z Compiling camino v1.2.5
30522026-08-28T22:35:04.111Z Compiling semver v1.0.28
30532026-08-28T22:35:04.114Z Compiling cargo-platform v0.3.2
30542026-08-28T22:35:04.221Z Compiling pest_generator v2.8.6
30552026-08-28T22:35:04.425Z Compiling camino-tempfile v1.4.1
30562026-08-28T22:35:04.488Z Compiling tabled v0.15.0
30572026-08-28T22:35:04.749Z Compiling serde_derive v1.0.228
30582026-08-28T22:35:04.749Z Compiling thiserror-impl v1.0.69
30592026-08-28T22:35:04.752Z Compiling zerocopy-derive v0.7.35
30602026-08-28T22:35:04.752Z Compiling scroll_derive v0.12.1
30612026-08-28T22:35:04.752Z Compiling thiserror-impl v2.0.18
30622026-08-28T22:35:04.752Z Compiling clap_derive v4.6.1
30632026-08-28T22:35:04.803Z Compiling pest_derive v2.8.6
30642026-08-28T22:35:05.436Z Compiling scroll v0.12.0
30652026-08-28T22:35:05.551Z Compiling zerocopy v0.7.35
30662026-08-28T22:35:05.699Z Compiling goblin v0.8.2
30672026-08-28T22:35:05.796Z Compiling thiserror v1.0.69
30682026-08-28T22:35:05.894Z Compiling dtrace-parser v0.2.0
30692026-08-28T22:35:05.939Z Compiling thiserror v2.0.18
30702026-08-28T22:35:06.222Z Compiling clap v4.6.1
30712026-08-28T22:35:07.867Z Compiling dof v0.3.0
30722026-08-28T22:35:07.879Z Compiling serde_spanned v0.6.9
30732026-08-28T22:35:07.945Z Compiling toml_datetime v0.6.11
30742026-08-28T22:35:07.958Z Compiling serde_tokenstream v0.2.3
30752026-08-28T22:35:07.997Z Compiling macaddr v1.0.1
30762026-08-28T22:35:08.050Z Compiling cargo_metadata v0.23.1
30772026-08-28T22:35:08.249Z Compiling toml_edit v0.22.27
30782026-08-28T22:35:08.262Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30792026-08-28T22:35:08.629Z Compiling usdt-attr-macro v0.5.0
30802026-08-28T22:35:08.629Z Compiling usdt-macro v0.5.0
30812026-08-28T22:35:09.278Z Compiling usdt v0.5.0
30822026-08-28T22:35:09.762Z Compiling toml v0.8.23
30832026-08-28T22:35:10.176Z Compiling cargo_toml v0.21.0
30842026-08-28T22:35:14.575Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30852026-08-28T22:35:17.785Z Finished `release` profile [optimized] target(s) in 16.32s
30862026-08-28T22:35:17.906Z
30872026-08-28T22:35:17.906Zreal 16.425765202
30882026-08-28T22:35:17.906Zuser 2:04.014549024
30892026-08-28T22:35:17.906Zsys 13.336813477
30902026-08-28T22:35:17.906Ztrap 0.068301710
30912026-08-28T22:35:17.906Ztflt 0.425465372
30922026-08-28T22:35:17.909Zdflt 1.335645594
30932026-08-28T22:35:17.909Zkflt 0.000018800
30942026-08-28T22:35:17.909Zlock 4:33.437568935
30952026-08-28T22:35:17.910Zslp 2:39.654028524
30962026-08-28T22:35:17.910Zlat 4.663937620
30972026-08-28T22:35:17.910Zstop 15.164926405
30982026-08-28T22:35:17.910Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30992026-08-28T22:35:17.910Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31002026-08-28T22:35:17.910Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31012026-08-28T22:35:17.910Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31022026-08-28T22:35:17.910Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31032026-08-28T22:35:18.847Z Compiling progenitor-client v0.14.0
31042026-08-28T22:35:18.849Z Compiling match_cfg v0.1.0
31052026-08-28T22:35:18.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31062026-08-28T22:35:18.849Z Compiling slog-json v2.6.1
31072026-08-28T22:35:18.849Z Compiling newtype-uuid-macros v0.1.0
31082026-08-28T22:35:18.850Z Compiling sha1 v0.11.0
31092026-08-28T22:35:18.994Z Compiling multer v3.1.0
31102026-08-28T22:35:18.997Z Compiling compression-core v0.4.31
31112026-08-28T22:35:18.997Z Compiling debug-ignore v1.0.5
31122026-08-28T22:35:18.997Z Compiling async-stream-impl v0.3.6
31132026-08-28T22:35:18.997Z Compiling serde_spanned v1.1.1
31142026-08-28T22:35:18.997Z Compiling toml_datetime v1.1.1+spec-1.1.0
31152026-08-28T22:35:19.011Z Compiling dropshot v0.17.1
31162026-08-28T22:35:19.014Z Compiling toml_writer v1.1.1+spec-1.1.0
31172026-08-28T22:35:19.014Z Compiling waitgroup v0.1.2
31182026-08-28T22:35:19.014Z Compiling rustls-pemfile v2.2.0
31192026-08-28T22:35:19.250Z Compiling dropshot_endpoint v0.17.1
31202026-08-28T22:35:19.286Z Compiling serde_path_to_error v0.1.20
31212026-08-28T22:35:19.319Z Compiling compression-codecs v0.4.37
31222026-08-28T22:35:19.319Z Compiling hostname v0.4.2
31232026-08-28T22:35:19.376Z Compiling atomicwrites v0.4.4
31242026-08-28T22:35:19.376Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31252026-08-28T22:35:19.388Z Compiling hostname v0.3.1
31262026-08-28T22:35:19.391Z Compiling toml v1.1.2+spec-1.1.0
31272026-08-28T22:35:19.391Z Compiling macaddr v1.0.1
31282026-08-28T22:35:19.467Z Compiling serde_tokenstream v0.3.0
31292026-08-28T22:35:19.471Z Compiling oxide-generation v0.1.3
31302026-08-28T22:35:19.471Z Compiling instant v0.1.13
31312026-08-28T22:35:19.536Z Compiling parse-display-derive v0.10.0
31322026-08-28T22:35:19.539Z Compiling regress v0.10.5
31332026-08-28T22:35:19.590Z Compiling slog-bunyan v2.5.0
31342026-08-28T22:35:19.646Z Compiling async-compression v0.4.41
31352026-08-28T22:35:19.651Z Compiling backon v1.6.0
31362026-08-28T22:35:19.668Z Compiling backoff v0.4.0
31372026-08-28T22:35:19.668Z Compiling itertools v0.14.0
31382026-08-28T22:35:19.723Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31392026-08-28T22:35:19.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31402026-08-28T22:35:19.774Z Compiling humantime v2.3.0
31412026-08-28T22:35:19.806Z Compiling async-stream v0.3.6
31422026-08-28T22:35:19.809Z Compiling oxide-generation-macros v0.2.0
31432026-08-28T22:35:19.846Z Compiling progenitor-extras v0.2.0
31442026-08-28T22:35:19.875Z Compiling half v2.7.1
31452026-08-28T22:35:19.931Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31462026-08-28T22:35:19.948Z Compiling crucible-workspace-hack v0.1.0
31472026-08-28T22:35:20.005Z Compiling ciborium-io v0.2.2
31482026-08-28T22:35:20.021Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31492026-08-28T22:35:20.024Z Compiling convert_case v0.4.0
31502026-08-28T22:35:20.066Z Compiling secrecy v0.10.3
31512026-08-28T22:35:20.110Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31522026-08-28T22:35:20.129Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31532026-08-28T22:35:20.132Z Compiling inout v0.1.4
31542026-08-28T22:35:20.179Z Compiling ciborium-ll v0.2.2
31552026-08-28T22:35:20.198Z Compiling regress v0.11.1
31562026-08-28T22:35:20.213Z Compiling thiserror-impl-no-std v2.0.2
31572026-08-28T22:35:20.249Z Compiling universal-hash v0.5.1
31582026-08-28T22:35:20.318Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31592026-08-28T22:35:20.335Z Compiling cipher v0.4.4
31602026-08-28T22:35:20.407Z Compiling ciborium v0.2.2
31612026-08-28T22:35:20.428Z Compiling opaque-debug v0.3.1
31622026-08-28T22:35:20.443Z Compiling derive_more v0.99.20
31632026-08-28T22:35:20.466Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-08-28T22:35:20.485Z Compiling blake2 v0.10.6
31652026-08-28T22:35:20.514Z Compiling poly1305 v0.8.0
31662026-08-28T22:35:20.601Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31672026-08-28T22:35:20.620Z Compiling chacha20 v0.9.1
31682026-08-28T22:35:20.686Z Compiling aead v0.5.2
31692026-08-28T22:35:20.702Z Compiling password-hash v0.5.0
31702026-08-28T22:35:20.878Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31712026-08-28T22:35:20.906Z Compiling indent_write v2.2.0
31722026-08-28T22:35:20.924Z Compiling chacha20poly1305 v0.10.1
31732026-08-28T22:35:20.973Z Compiling argon2 v0.5.3
31742026-08-28T22:35:21.018Z Compiling toml_datetime v0.7.5+spec-1.1.0
31752026-08-28T22:35:21.035Z Compiling unsafe-libyaml v0.2.11
31762026-08-28T22:35:21.074Z Compiling itertools v0.15.0
31772026-08-28T22:35:21.074Z Compiling num-derive v0.4.2
31782026-08-28T22:35:21.106Z Compiling heapless v0.8.0
31792026-08-28T22:35:21.137Z Compiling tabwriter v1.4.1
31802026-08-28T22:35:21.259Z Compiling toml_edit v0.23.10+spec-1.0.0
31812026-08-28T22:35:21.291Z Compiling hash32 v0.3.1
31822026-08-28T22:35:21.317Z Compiling parse-display v0.10.0
31832026-08-28T22:35:21.402Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-08-28T22:35:21.446Z Compiling thiserror-no-std v2.0.2
31852026-08-28T22:35:21.466Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31862026-08-28T22:35:21.561Z Compiling vsss-rs v3.3.4
31872026-08-28T22:35:21.623Z Compiling serde_yaml v0.9.34+deprecated
31882026-08-28T22:35:21.640Z Compiling smoltcp v0.11.0
31892026-08-28T22:35:21.736Z Compiling cobs v0.3.0
31902026-08-28T22:35:21.825Z Compiling typify-impl v0.6.2
31912026-08-28T22:35:21.956Z Compiling proc-macro-crate v3.4.0
31922026-08-28T22:35:22.047Z Compiling illumos-nvpair-sys v0.2.0
31932026-08-28T22:35:22.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31942026-08-28T22:35:22.156Z Compiling colored v3.1.1
31952026-08-28T22:35:22.302Z Compiling postcard v1.1.3
31962026-08-28T22:35:22.320Z Compiling proc-macro-error v1.0.4
31972026-08-28T22:35:22.347Z Compiling rand v0.10.1
31982026-08-28T22:35:22.448Z Compiling ingot-macros v0.2.0
31992026-08-28T22:35:22.537Z Compiling num_enum_derive v0.7.6
32002026-08-28T22:35:22.551Z Compiling proc-macro-crate v1.3.1
32012026-08-28T22:35:22.595Z Compiling foreign-types-macros v0.2.3
32022026-08-28T22:35:22.698Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32032026-08-28T22:35:22.716Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32042026-08-28T22:35:22.733Z Compiling rayon-core v1.13.0
32052026-08-28T22:35:22.939Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32062026-08-28T22:35:22.955Z Compiling foreign-types-shared v0.3.1
32072026-08-28T22:35:23.049Z Compiling num_enum_derive v0.5.11
32082026-08-28T22:35:23.128Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32092026-08-28T22:35:23.128Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32102026-08-28T22:35:23.167Z Compiling crossbeam-deque v0.8.6
32112026-08-28T22:35:23.217Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32122026-08-28T22:35:23.236Z Compiling foreign-types v0.5.0
32132026-08-28T22:35:23.240Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32142026-08-28T22:35:23.271Z Compiling cstr-argument v0.1.2
32152026-08-28T22:35:23.271Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32162026-08-28T22:35:23.389Z Compiling illumos-nvpair v0.3.0
32172026-08-28T22:35:23.453Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32182026-08-28T22:35:23.456Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32192026-08-28T22:35:23.523Z Compiling zone_cfg_derive v0.3.1
32202026-08-28T22:35:23.633Z Compiling num_enum v0.7.6
32212026-08-28T22:35:23.661Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32222026-08-28T22:35:23.693Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32232026-08-28T22:35:23.728Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32242026-08-28T22:35:23.747Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32252026-08-28T22:35:23.783Z Compiling rayon v1.11.0
32262026-08-28T22:35:23.815Z Compiling itertools v0.12.1
32272026-08-28T22:35:23.834Z Compiling sigpipe v0.1.3
32282026-08-28T22:35:23.851Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32292026-08-28T22:35:23.854Z Compiling glob v0.3.3
32302026-08-28T22:35:23.965Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32312026-08-28T22:35:23.981Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32322026-08-28T22:35:24.000Z Compiling smf v0.2.3
32332026-08-28T22:35:24.049Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32342026-08-28T22:35:24.101Z Compiling whoami v1.6.1
32352026-08-28T22:35:24.130Z Compiling num_enum v0.5.11
32362026-08-28T22:35:24.227Z Compiling cpubits v0.1.1
32372026-08-28T22:35:24.245Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32382026-08-28T22:35:24.270Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32392026-08-28T22:35:24.288Z Compiling gethostname v0.5.0
32402026-08-28T22:35:24.305Z Compiling num-rational v0.4.2
32412026-08-28T22:35:24.330Z Compiling num-complex v0.4.6
32422026-08-28T22:35:24.392Z Compiling derive-where v1.6.0
32432026-08-28T22:35:24.422Z Compiling toml v0.8.23
32442026-08-28T22:35:24.456Z Compiling usdt-attr-macro v0.5.0
32452026-08-28T22:35:24.559Z Compiling usdt-macro v0.5.0
32462026-08-28T22:35:24.579Z Compiling pem-rfc7468 v1.0.0
32472026-08-28T22:35:24.718Z Compiling num v0.4.3
32482026-08-28T22:35:24.748Z Compiling memmap v0.7.0
32492026-08-28T22:35:24.817Z Compiling float-ord v0.3.2
32502026-08-28T22:35:24.910Z Compiling cancel-safe-futures v0.1.5
32512026-08-28T22:35:24.927Z Compiling hmac v0.13.0
32522026-08-28T22:35:24.958Z Compiling zone v0.3.1
32532026-08-28T22:35:24.975Z Compiling universal-hash v0.6.1
32542026-08-28T22:35:25.062Z Compiling resolv-conf v0.7.6
32552026-08-28T22:35:25.089Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32562026-08-28T22:35:25.190Z Compiling sha1 v0.10.6
32572026-08-28T22:35:25.195Z Compiling libefi-sys v0.1.0
32582026-08-28T22:35:25.328Z Compiling prettyplease v0.2.37
32592026-08-28T22:35:25.374Z Compiling usdt v0.5.0
32602026-08-28T22:35:25.392Z Compiling linear-map v1.2.0
32612026-08-28T22:35:25.411Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32622026-08-28T22:35:25.455Z Compiling ingot-types v0.2.0
32632026-08-28T22:35:25.478Z Compiling polyval v0.7.1
32642026-08-28T22:35:25.495Z Compiling der v0.8.0
32652026-08-28T22:35:25.545Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-08-28T22:35:25.596Z Compiling newline-converter v0.3.0
32672026-08-28T22:35:25.601Z Compiling console v0.15.11
32682026-08-28T22:35:25.629Z Compiling bitfield-struct v0.6.2
32692026-08-28T22:35:25.663Z Compiling ghash v0.6.0
32702026-08-28T22:35:25.732Z Compiling oxide-update-engine-types v0.1.2
32712026-08-28T22:35:25.750Z Compiling pbkdf2 v0.13.0
32722026-08-28T22:35:25.826Z Compiling ingot v0.2.1
32732026-08-28T22:35:25.902Z Compiling aes v0.9.1
32742026-08-28T22:35:25.920Z Compiling crypto-bigint v0.7.5
32752026-08-28T22:35:25.971Z Compiling expectorate v1.2.0
32762026-08-28T22:35:26.020Z Compiling hickory-proto v0.24.4
32772026-08-28T22:35:26.162Z Compiling ctr v0.10.1
32782026-08-28T22:35:26.214Z Compiling sha2 v0.11.0
32792026-08-28T22:35:26.298Z Compiling aead v0.6.1
32802026-08-28T22:35:26.315Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32812026-08-28T22:35:26.410Z Compiling nom v8.0.0
32822026-08-28T22:35:26.445Z Compiling typify-macro v0.6.2
32832026-08-28T22:35:26.491Z Compiling linked-hash-map v0.5.6
32842026-08-28T22:35:26.633Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32852026-08-28T22:35:26.685Z Compiling semver v0.1.20
32862026-08-28T22:35:26.706Z Compiling lru-cache v0.1.2
32872026-08-28T22:35:26.738Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32882026-08-28T22:35:26.762Z Compiling oxide-update-engine v0.1.2
32892026-08-28T22:35:26.857Z Compiling aes-gcm v0.11.0
32902026-08-28T22:35:26.874Z Compiling spki v0.8.0
32912026-08-28T22:35:26.980Z Compiling rustc_version v0.1.7
32922026-08-28T22:35:27.012Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32932026-08-28T22:35:27.015Z Compiling tokio-dtrace v0.1.1
32942026-08-28T22:35:27.084Z Compiling dropshot-api-manager-types v0.8.0
32952026-08-28T22:35:27.126Z Compiling salsa20 v0.11.0
32962026-08-28T22:35:27.154Z Compiling slog-dtrace v0.3.0
32972026-08-28T22:35:27.242Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32982026-08-28T22:35:27.259Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32992026-08-28T22:35:27.287Z Compiling xshell-macros v0.2.7
33002026-08-28T22:35:27.307Z Compiling minimal-lexical v0.2.1
33012026-08-28T22:35:27.323Z Compiling scrypt v0.12.0
33022026-08-28T22:35:27.395Z Compiling newtype_derive v0.1.6
33032026-08-28T22:35:27.423Z Compiling oxide-tokio-rt v0.1.4
33042026-08-28T22:35:27.439Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-08-28T22:35:27.647Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33062026-08-28T22:35:27.667Z Compiling nom v7.1.3
33072026-08-28T22:35:27.691Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33082026-08-28T22:35:27.752Z Compiling xshell v0.2.7
33092026-08-28T22:35:27.791Z Compiling phf_shared v0.12.1
33102026-08-28T22:35:27.808Z Compiling rfc6979 v0.4.0
33112026-08-28T22:35:27.977Z Compiling cbc v0.2.1
33122026-08-28T22:35:28.001Z Compiling proc-macro-error-attr2 v2.0.0
33132026-08-28T22:35:28.040Z Compiling csv-core v0.1.13
33142026-08-28T22:35:28.172Z Compiling hickory-resolver v0.24.4
33152026-08-28T22:35:28.274Z Compiling chrono-tz v0.10.4
33162026-08-28T22:35:28.297Z Compiling unicode-xid v0.2.6
33172026-08-28T22:35:28.334Z Compiling highway v1.3.0
33182026-08-28T22:35:28.337Z Compiling typify v0.6.2
33192026-08-28T22:35:28.447Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33202026-08-28T22:35:28.465Z Compiling const_format_proc_macros v0.2.34
33212026-08-28T22:35:28.482Z Compiling progenitor-impl v0.14.0
33222026-08-28T22:35:28.526Z Compiling proc-macro-error2 v2.0.1
33232026-08-28T22:35:28.584Z Compiling csv v1.4.0
33242026-08-28T22:35:28.719Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33252026-08-28T22:35:28.741Z Compiling pkcs5 v0.8.1
33262026-08-28T22:35:28.758Z Compiling phf v0.12.1
33272026-08-28T22:35:28.805Z Compiling ecdsa v0.16.9
33282026-08-28T22:35:28.938Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33292026-08-28T22:35:29.069Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33302026-08-28T22:35:29.088Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33312026-08-28T22:35:29.163Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33322026-08-28T22:35:29.252Z Compiling qorb v0.4.1
33332026-08-28T22:35:29.275Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-08-28T22:35:29.321Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-08-28T22:35:29.337Z Compiling primeorder v0.13.6
33362026-08-28T22:35:29.343Z Compiling hashbrown v0.14.5
33372026-08-28T22:35:29.518Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33382026-08-28T22:35:29.537Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33392026-08-28T22:35:29.618Z Compiling salty v0.3.0
33402026-08-28T22:35:29.666Z Compiling p384 v0.13.1
33412026-08-28T22:35:29.918Z Compiling chumsky v0.9.3
33422026-08-28T22:35:29.948Z Compiling const_format v0.2.35
33432026-08-28T22:35:29.966Z Compiling pkcs8 v0.11.0
33442026-08-28T22:35:30.289Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33452026-08-28T22:35:30.308Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-08-28T22:35:30.403Z Compiling knus-derive v3.4.0
33472026-08-28T22:35:30.432Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33482026-08-28T22:35:30.451Z Compiling tabled_derive v0.7.0
33492026-08-28T22:35:31.057Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33502026-08-28T22:35:31.137Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33512026-08-28T22:35:31.170Z Compiling progenitor-macro v0.14.0
33522026-08-28T22:35:31.211Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33532026-08-28T22:35:31.262Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33542026-08-28T22:35:31.306Z Compiling bcs v0.1.6
33552026-08-28T22:35:31.329Z Compiling ff v0.14.0
33562026-08-28T22:35:31.378Z Compiling termtree v0.5.1
33572026-08-28T22:35:31.421Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33582026-08-28T22:35:31.463Z Compiling tabled v0.15.0
33592026-08-28T22:35:31.489Z Compiling steno v0.4.1
33602026-08-28T22:35:31.625Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33612026-08-28T22:35:31.647Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33622026-08-28T22:35:31.705Z Compiling group v0.14.0
33632026-08-28T22:35:31.733Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33642026-08-28T22:35:31.906Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33652026-08-28T22:35:31.922Z Compiling signature v3.0.0
33662026-08-28T22:35:31.925Z Compiling knus v3.4.0
33672026-08-28T22:35:31.989Z Compiling tagptr v0.2.0
33682026-08-28T22:35:32.099Z Compiling base16ct v1.0.0
33692026-08-28T22:35:32.164Z Compiling moka v0.12.13
33702026-08-28T22:35:32.184Z Compiling hkdf v0.13.0
33712026-08-28T22:35:32.217Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33722026-08-28T22:35:32.304Z Compiling sec1 v0.8.1
33732026-08-28T22:35:32.395Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33742026-08-28T22:35:32.412Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33752026-08-28T22:35:32.468Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33762026-08-28T22:35:32.668Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33772026-08-28T22:35:32.683Z Compiling elliptic-curve v0.14.1
33782026-08-28T22:35:32.787Z Compiling corncobs v0.1.4
33792026-08-28T22:35:32.848Z Compiling parking_lot_core v0.8.6
33802026-08-28T22:35:32.986Z Compiling hickory-resolver v0.25.2
33812026-08-28T22:35:33.004Z Compiling utf-8 v0.7.6
33822026-08-28T22:35:33.072Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-28T22:35:33.159Z Compiling tungstenite v0.21.0
33842026-08-28T22:35:33.292Z Compiling wnaf v0.14.0
33852026-08-28T22:35:33.449Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33862026-08-28T22:35:33.484Z Compiling primefield v0.14.0
33872026-08-28T22:35:33.511Z Compiling rfc6979 v0.6.0
33882026-08-28T22:35:33.527Z Compiling libscf-sys v1.2.0
33892026-08-28T22:35:33.583Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33902026-08-28T22:35:33.701Z Compiling git-stub v1.0.0
33912026-08-28T22:35:33.701Z Compiling secrecy v0.8.0
33922026-08-28T22:35:33.752Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33932026-08-28T22:35:33.880Z Compiling primeorder v0.14.0
33942026-08-28T22:35:33.903Z Compiling git-stub-vcs v0.1.0
33952026-08-28T22:35:33.993Z Compiling tokio-tungstenite v0.21.0
33962026-08-28T22:35:34.011Z Compiling ecdsa v0.17.0
33972026-08-28T22:35:34.037Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33982026-08-28T22:35:34.294Z Compiling papergrid v0.18.0
33992026-08-28T22:35:34.320Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34002026-08-28T22:35:34.373Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34012026-08-28T22:35:34.389Z Compiling curve25519-dalek v5.0.0
34022026-08-28T22:35:34.404Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-28T22:35:34.472Z Compiling unicase v2.9.0
34042026-08-28T22:35:34.499Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34052026-08-28T22:35:34.524Z Compiling parking_lot v0.11.2
34062026-08-28T22:35:34.694Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34072026-08-28T22:35:34.718Z Compiling mime_guess v2.0.5
34082026-08-28T22:35:34.859Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34092026-08-28T22:35:34.891Z Compiling ssh-encoding v0.3.0
34102026-08-28T22:35:34.915Z Compiling prefix-trie v0.7.0
34112026-08-28T22:35:34.947Z Compiling fxhash v0.2.1
34122026-08-28T22:35:34.997Z Compiling keccak v0.2.0
34132026-08-28T22:35:35.069Z Compiling sled v0.34.7
34142026-08-28T22:35:35.113Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34152026-08-28T22:35:35.214Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34162026-08-28T22:35:35.232Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34172026-08-28T22:35:35.261Z Compiling tabled v0.21.0
34182026-08-28T22:35:35.332Z Compiling hickory-server v0.25.2
34192026-08-28T22:35:35.335Z Compiling ed25519 v3.0.0
34202026-08-28T22:35:35.378Z Compiling crypto-primes v0.7.2
34212026-08-28T22:35:35.986Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34222026-08-28T22:35:36.086Z Compiling pkcs1 v0.8.0-rc.4
34232026-08-28T22:35:36.176Z Compiling poly1305 v0.9.0
34242026-08-28T22:35:36.349Z Compiling progenitor v0.14.0
34252026-08-28T22:35:36.418Z Compiling blowfish v0.10.0
34262026-08-28T22:35:36.470Z Compiling blake2 v0.11.0-rc.6
34272026-08-28T22:35:36.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34282026-08-28T22:35:36.530Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34292026-08-28T22:35:36.678Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34302026-08-28T22:35:36.697Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34312026-08-28T22:35:36.713Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34322026-08-28T22:35:37.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34332026-08-28T22:35:37.092Z Compiling half v1.8.3
34342026-08-28T22:35:37.153Z Compiling crc8 v0.1.1
34352026-08-28T22:35:37.186Z Compiling http-range v0.1.5
34362026-08-28T22:35:37.212Z Compiling argon2 v0.6.0-rc.8
34372026-08-28T22:35:37.302Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-28T22:35:37.430Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34392026-08-28T22:35:37.442Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34402026-08-28T22:35:37.442Z Compiling serde_cbor v0.11.2
34412026-08-28T22:35:37.446Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34422026-08-28T22:35:37.759Z Compiling bcrypt-pbkdf v0.11.0
34432026-08-28T22:35:38.055Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34442026-08-28T22:35:38.090Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34452026-08-28T22:35:38.108Z Compiling ssh-cipher v0.3.0
34462026-08-28T22:35:38.239Z Compiling rsa v0.10.0-rc.18
34472026-08-28T22:35:38.463Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34482026-08-28T22:35:38.524Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34492026-08-28T22:35:38.781Z Compiling ed25519-dalek v3.0.0
34502026-08-28T22:35:39.062Z Compiling sha3 v0.11.0
34512026-08-28T22:35:39.305Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34522026-08-28T22:35:39.377Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-08-28T22:35:39.509Z Compiling p384 v0.14.0
34542026-08-28T22:35:39.562Z Compiling p256 v0.14.0
34552026-08-28T22:35:39.594Z Compiling p521 v0.14.0
34562026-08-28T22:35:40.072Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34572026-08-28T22:35:40.203Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34582026-08-28T22:35:40.386Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34592026-08-28T22:35:40.458Z Compiling scuffle v0.1.0
34602026-08-28T22:35:40.648Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34612026-08-28T22:35:40.716Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34622026-08-28T22:35:40.883Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34632026-08-28T22:35:40.920Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34642026-08-28T22:35:41.148Z Compiling yasna v0.5.2
34652026-08-28T22:35:41.219Z Compiling kstat-rs v0.2.5
34662026-08-28T22:35:41.357Z Compiling headers-core v0.3.0
34672026-08-28T22:35:41.423Z Compiling kem v0.3.0
34682026-08-28T22:35:41.507Z Compiling module-lattice v0.2.3
34692026-08-28T22:35:41.536Z Compiling nanorand v0.7.0
34702026-08-28T22:35:41.554Z Compiling sponge-cursor v0.1.0
34712026-08-28T22:35:41.579Z Compiling headers v0.4.1
34722026-08-28T22:35:41.717Z Compiling sha3 v0.12.0
34732026-08-28T22:35:41.801Z Compiling flume v0.11.1
34742026-08-28T22:35:41.849Z Compiling ml-kem v0.3.2
34752026-08-28T22:35:41.865Z Compiling rcgen v0.12.1
34762026-08-28T22:35:41.883Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34772026-08-28T22:35:41.965Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34782026-08-28T22:35:41.985Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34792026-08-28T22:35:42.143Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34802026-08-28T22:35:42.315Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34812026-08-28T22:35:42.358Z Compiling hyper-staticfile v0.10.1
34822026-08-28T22:35:42.375Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34832026-08-28T22:35:42.495Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34842026-08-28T22:35:42.787Z Compiling ssh-key v0.7.0-rc.11
34852026-08-28T22:35:42.805Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34862026-08-28T22:35:42.820Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34872026-08-28T22:35:42.854Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34882026-08-28T22:35:42.919Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34892026-08-28T22:35:42.942Z Compiling russh-cryptovec v0.62.0
34902026-08-28T22:35:42.965Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34912026-08-28T22:35:42.981Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34922026-08-28T22:35:42.999Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34932026-08-28T22:35:43.120Z Compiling internal-russh-num-bigint v0.5.0
34942026-08-28T22:35:43.139Z Compiling port-file v0.1.0
34952026-08-28T22:35:43.190Z Compiling num-bigint v0.4.6
34962026-08-28T22:35:43.211Z Compiling generic-array v1.4.3
34972026-08-28T22:35:43.228Z Compiling russh-util v0.52.0
34982026-08-28T22:35:43.294Z Compiling enum_dispatch v0.3.13
34992026-08-28T22:35:43.313Z Compiling delegate v0.13.5
35002026-08-28T22:35:43.398Z Compiling subprocess v0.2.15
35012026-08-28T22:35:43.418Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35022026-08-28T22:35:43.664Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35032026-08-28T22:35:43.705Z Compiling display-error-chain v0.2.2
35042026-08-28T22:35:43.841Z Compiling hex-literal v1.1.0
35052026-08-28T22:35:43.867Z Compiling md5 v0.8.0
35062026-08-28T22:35:43.883Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35072026-08-28T22:35:43.964Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35082026-08-28T22:35:43.995Z Compiling colored v2.2.0
35092026-08-28T22:35:44.158Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35102026-08-28T22:35:44.178Z Compiling internet-checksum v0.2.1
35112026-08-28T22:35:44.312Z Compiling russh v0.62.4
35122026-08-28T22:35:44.598Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35132026-08-28T22:35:45.147Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35142026-08-28T22:35:45.688Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35152026-08-28T22:35:45.688Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35162026-08-28T22:35:48.306Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35172026-08-28T22:35:49.010Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35182026-08-28T22:35:49.496Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35192026-08-28T22:35:50.774Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35202026-08-28T22:35:51.266Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35212026-08-28T22:36:00.247Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35222026-08-28T22:36:00.247Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35232026-08-28T22:36:00.247Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35242026-08-28T22:36:00.250Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35252026-08-28T22:36:00.250Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35262026-08-28T22:36:02.076Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35272026-08-28T22:36:02.215Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35282026-08-28T22:36:06.369Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35292026-08-28T22:36:46.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
35302026-08-28T22:36:46.660Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35312026-08-28T22:36:46.661Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35322026-08-28T22:36:46.889Z
35332026-08-28T22:36:46.889Zreal 1:28.915988143
35342026-08-28T22:36:46.889Zuser 8:20.758781602
35352026-08-28T22:36:46.889Zsys 1:40.522377621
35362026-08-28T22:36:46.889Ztrap 0.229054918
35372026-08-28T22:36:46.889Ztflt 0.422328343
35382026-08-28T22:36:46.894Zdflt 1.812443154
35392026-08-28T22:36:46.894Zkflt 0.000289330
35402026-08-28T22:36:46.894Zlock 30:44.749847866
35412026-08-28T22:36:46.894Zslp 18:47.732787812
35422026-08-28T22:36:46.894Zlat 37.268643741
35432026-08-28T22:36:46.894Zstop 2:55.863775413
35442026-08-28T22:36:46.894Z+ mkdir tests
35452026-08-28T22:36:46.898Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35462026-08-28T22:36:46.898Z+ xargs -I '{}' -t cp '{}' tests/
35472026-08-28T22:36:46.916Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/
35482026-08-28T22:36:46.939Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/
35492026-08-28T22:36:46.962Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/
35502026-08-28T22:36:46.981Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/
35512026-08-28T22:36:47.262Z+ 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)
35522026-08-28T22:36:47.265Z+ 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-0144be0f1f486767 tests/commtest-967955464f559dda tests/dhcp_server-26dd07e52df3a016 tests/end_to_end_tests-8d60c10a3fab2411 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
35532026-08-28T22:38:16.483ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35542026-08-28T22:38:16.483Za .github/buildomat/ci-env.sh 1K
35552026-08-28T22:38:16.483Za out/target/test 1K
35562026-08-28T22:38:16.483Za out/npuzone/npuzone 27402K
35572026-08-28T22:38:16.484Za package-manifest.toml 35K
35582026-08-28T22:38:16.484Za smf/sled-agent/non-gimlet/config.toml 6K
35592026-08-28T22:38:16.484Za target/release/omicron-package 49543K
35602026-08-28T22:38:16.484Za target/release/xtask 11727K
35612026-08-28T22:38:16.484Za target/debug/bootstrap 439412K
35622026-08-28T22:38:16.484Za tests/bootstrap-0144be0f1f486767 34430K
35632026-08-28T22:38:16.484Za tests/commtest-967955464f559dda 34431K
35642026-08-28T22:38:16.485Za tests/dhcp_server-26dd07e52df3a016 34431K
35652026-08-28T22:38:16.485Za tests/end_to_end_tests-8d60c10a3fab2411 502963K
35662026-08-28T22:38:16.485Za tools/opte_version 1K
35672026-08-28T22:38:16.485Za tools/opte_version_override 2K
35682026-08-28T22:38:16.485Za out/clickhouse.tar.gz 331095K
35692026-08-28T22:38:16.485Za out/clickhouse_keeper.tar.gz 315082K
35702026-08-28T22:38:16.485Za out/clickhouse_server.tar.gz 331092K
35712026-08-28T22:38:16.485Za out/cockroachdb.tar.gz 170294K
35722026-08-28T22:38:16.485Za out/crucible-pantry-zone.tar.gz 41927K
35732026-08-28T22:38:16.485Za out/crucible-utils.tar 18900K
35742026-08-28T22:38:16.485Za out/crucible-zone.tar.gz 56740K
35752026-08-28T22:38:16.486Za out/external-dns.tar.gz 46830K
35762026-08-28T22:38:16.486Za out/internal-dns.tar.gz 46829K
35772026-08-28T22:38:16.486Za out/mg-ddm-gz.tar 100917K
35782026-08-28T22:38:16.486Za out/nexus.tar.gz 364493K
35792026-08-28T22:38:16.486Za out/ntp.tar.gz 35293K
35802026-08-28T22:38:16.486Za out/omicron-gateway-softnpu.tar.gz 29489K
35812026-08-28T22:38:16.486Za out/omicron-sled-agent.tar 244399K
35822026-08-28T22:38:16.486Za out/overlay.tar.gz 4K
35832026-08-28T22:38:16.486Za out/oximeter.tar.gz 73723K
35842026-08-28T22:38:16.486Za out/oxlog.tar 4088K
35852026-08-28T22:38:16.486Za out/probe.tar.gz 3037K
35862026-08-28T22:38:16.486Za out/propolis-server.tar.gz 34642K
35872026-08-28T22:38:16.486Za out/pumpkind-gz.tar 26647K
35882026-08-28T22:38:16.486Za out/switch-softnpu.tar.gz 506440K
35892026-08-28T22:38:16.493Z
35902026-08-28T22:38:16.493Zreal 1:29.217014143
35912026-08-28T22:38:16.493Zuser 1:26.297266643
35922026-08-28T22:38:16.493Zsys 4.919069772
35932026-08-28T22:38:16.493Ztrap 0.005845672
35942026-08-28T22:38:16.493Ztflt 0.000000000
35952026-08-28T22:38:16.493Zdflt 0.000000000
35962026-08-28T22:38:16.493Zkflt 0.000000000
35972026-08-28T22:38:16.493Zlock 0.000000000
35982026-08-28T22:38:16.493Zslp 1:26.155328780
35992026-08-28T22:38:16.493Zlat 1.052717945
36002026-08-28T22:38:16.493Zstop 0.000191330
36012026-08-28T22:38:16.493Zprocess exited: duration 1359840 ms, exit code 0
 
36022026-08-28T22:38:16.509Zfound 1 output files
36032026-08-28T22:38:16.510Zuploading: /work/package.tar.gz (2781918637 bytes)
36042026-08-28T22:40:24.184Zuploaded: /work/package.tar.gz