01KZSQQ7S5MR0QZ8M20N2B29SB: 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: 01KZSQQX67F33NSCCBBX30MT3F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T01:01:05.692Zjob assigned to worker 01KZSQR477D2YXZKTEMZ9HGSZ2 [factory aws, i-064ec473ac497f795] (queued for 50 s)
 
22026-08-12T01:01:12.928Zstarting task 0: "setup"
32026-08-12T01:01:12.932Z++ uname -s
42026-08-12T01:01:12.935Z+ kern=SunOS
52026-08-12T01:01:12.935Z+ build_user=build
62026-08-12T01:01:12.936Z+ build_uid=12345
72026-08-12T01:01:12.936Z+ work_dir=/work
82026-08-12T01:01:12.936Z+ input_dir=/input
92026-08-12T01:01:12.936Z+ [[ 0 == 12345 ]]
102026-08-12T01:01:12.936Z+ case "$kern" in
112026-08-12T01:01:12.936Z+ groupadd -g 12345 build
122026-08-12T01:01:12.939Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T01:01:14.944Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T01:01:15.013Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T01:01:15.016Z+ home_fs=zfs
162026-08-12T01:01:15.016Z+ [[ zfs == autofs ]]
172026-08-12T01:01:15.017Z+ mkdir -p /home/build
182026-08-12T01:01:15.017Z+ chown build:build /home/build /work
192026-08-12T01:01:17.018Z+ chmod 0700 /home/build /work
202026-08-12T01:01:17.024Zprocess exited: duration 4095 ms, exit code 0
 
212026-08-12T01:01:17.031Zstarting task 1: "rust-toolchain"
222026-08-12T01:01:17.035Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T01:01:17.035Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-12T01:01:17.035Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-12T01:01:17.036Z * rust toolchain channel = "1.97.1"
262026-08-12T01:01:17.036Z * rust toolchain profile = "default"
272026-08-12T01:01:17.036Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T01:01:17.039Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T01:01:17.039Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T01:01:17.149Zinfo: downloading installer
312026-08-12T01:01:18.707Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T01:01:18.707Zwarn: /home/build/.rustup/settings.toml
332026-08-12T01:01:18.707Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T01:01:18.707Zwarn: instead of the one inferred from the default host triple.
352026-08-12T01:01:18.720Zinfo: profile set to default
362026-08-12T01:01:18.720Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T01:01:18.723Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T01:01:18.866Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T01:01:18.870Zinfo: downloading 6 components
402026-08-12T01:01:34.216Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T01:01:34.216Z
422026-08-12T01:01:34.241Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T01:01:34.242Z
442026-08-12T01:01:34.242Z
452026-08-12T01:01:34.242ZRust is installed now. Great!
462026-08-12T01:01:34.242Z
472026-08-12T01:01:34.242ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T01:01:34.242Zenvironment variable. This has not been done automatically.
492026-08-12T01:01:34.242Z
502026-08-12T01:01:34.242ZTo configure your current shell, you need to source
512026-08-12T01:01:34.242Zthe corresponding env file under $HOME/.cargo.
522026-08-12T01:01:34.242Z
532026-08-12T01:01:34.242ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T01:01:34.242Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T01:01:34.242Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T01:01:34.242Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T01:01:34.242Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T01:01:34.242Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T01:01:34.242Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T01:01:34.246Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T01:01:34.246Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T01:01:34.344Z+ rustup --version
632026-08-12T01:01:34.350Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T01:01:34.353Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T01:01:34.374Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T01:01:34.377Z+ cargo --version
672026-08-12T01:01:34.385Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T01:01:34.388Z+ rustc --version
692026-08-12T01:01:34.408Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T01:01:34.412Zprocess exited: duration 17381 ms, exit code 0
 
712026-08-12T01:01:34.418Zstarting task 2: "authentication"
722026-08-12T01:01:34.436Zprocess exited: duration 18 ms, exit code 0
 
732026-08-12T01:01:34.442Zstarting task 3: "clone repository"
742026-08-12T01:01:34.447Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T01:01:34.451Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T01:01:34.482ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T01:01:44.797Z+ cd /work/oxidecomputer/omicron
782026-08-12T01:01:44.797Z+ git fetch origin a6edaf011eeb97d1e5513f06fa914ae31cb7065f
792026-08-12T01:01:45.119ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T01:01:45.119Z * branch a6edaf011eeb97d1e5513f06fa914ae31cb7065f -> FETCH_HEAD
812026-08-12T01:01:45.134Z+ [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
822026-08-12T01:01:45.138Z++ git branch --show-current
832026-08-12T01:01:45.138Z+ current=main
842026-08-12T01:01:45.138Z+ [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
852026-08-12T01:01:45.138Z+ git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config a6edaf011eeb97d1e5513f06fa914ae31cb7065f
862026-08-12T01:01:45.141Z+ git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config
872026-08-12T01:01:45.396ZSwitched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config'
882026-08-12T01:01:45.400Z+ git reset --hard a6edaf011eeb97d1e5513f06fa914ae31cb7065f
892026-08-12T01:01:45.414ZHEAD is now at a6edaf011 [spr] initial version
902026-08-12T01:01:45.417Zprocess exited: duration 10973 ms, exit code 0
 
912026-08-12T01:01:45.423Zstarting task 4: "build"
922026-08-12T01:01:45.428Z+ source .github/buildomat/ci-env.sh
932026-08-12T01:01:45.428Z++ export CARGO_TERM_COLOR=always
942026-08-12T01:01:45.428Z++ CARGO_TERM_COLOR=always
952026-08-12T01:01:45.432Z+++ uname -s
962026-08-12T01:01:45.432Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T01:01:45.432Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T01:01:45.435Z+ cargo --version
992026-08-12T01:01:45.443Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T01:01:45.446Z+ rustc --version
1012026-08-12T01:01:45.467Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T01:01:45.470Z+ WORK=/work
1032026-08-12T01:01:45.470Z+ pfexec mkdir -p /work
1042026-08-12T01:01:45.473Z+ pfexec chown build /work
1052026-08-12T01:01:45.476Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-12T01:01:47.786Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-12T01:01:48.097Z Startup: Caching catalogs ... Done
1082026-08-12T01:01:49.794ZPlanning: Solver setup ... Done (1.594s)
1092026-08-12T01:01:49.849ZPlanning: Running solver ... Done (0.053s)
1102026-08-12T01:01:49.895ZPlanning: Finding local manifests ... Done (0.013s)
1112026-08-12T01:01:49.907ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-12T01:01:49.923ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-12T01:01:49.937ZPlanning: Package planning ... Done (0.014s)
1142026-08-12T01:01:49.940ZPlanning: Merging actions ... Done (0.001s)
1152026-08-12T01:01:50.107ZPlanning: Checking for conflicting actions ... Done (0.168s)
1162026-08-12T01:01:50.111ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-12T01:01:51.264ZPlanning: Evaluating mediators ... Done (1.155s)
1182026-08-12T01:01:51.266ZPlanning: Planning completed in 3.13 seconds
1192026-08-12T01:01:51.275Z Packages to install: 2
1202026-08-12T01:01:51.275Z Estimated space available: 156.02 GB
1212026-08-12T01:01:51.275ZEstimated space to be consumed: 67.95 MB
1222026-08-12T01:01:51.275Z Create boot environment: No
1232026-08-12T01:01:51.275ZCreate backup boot environment: No
1242026-08-12T01:01:51.279Z Rebuild boot archive: No
1252026-08-12T01:01:51.279Z
1262026-08-12T01:01:51.279ZChanged packages:
1272026-08-12T01:01:51.280Zhelios
1282026-08-12T01:01:51.280Z developer/build-essential
1292026-08-12T01:01:51.280Z None -> 11-3.0
1302026-08-12T01:01:51.280Z library/libxmlsec1
1312026-08-12T01:01:51.280Z None -> 1.2.35-3.0
1322026-08-12T01:01:51.321Z
1332026-08-12T01:01:51.321ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-12T01:01:51.398ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1352026-08-12T01:01:51.461Z Actions: 1/268 actions (Installing new actions)
1362026-08-12T01:01:51.500Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-12T01:01:51.531ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-12T01:01:51.531ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-12T01:01:51.604ZFinalize: Updating image state ... Done (0.074s)
1402026-08-12T01:01:54.369ZFinalize: Creating fast lookup database ... Done (2.717s)
1412026-08-12T01:01:54.433ZFinalize: Reading search index ... Done (0.012s)
1422026-08-12T01:01:54.437ZFinalize: Updating search index ... Done (0.000s)
1432026-08-12T01:01:54.552ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-12T01:01:54.904ZPlanning: Evaluating mediator changes ... Done
1452026-08-12T01:01:55.010ZPlanning: Checking for conflicting actions ... Done
1462026-08-12T01:01:55.015ZPlanning: Consolidating action changes ... Done
1472026-08-12T01:01:55.169ZPlanning: Evaluating mediators ... Done
1482026-08-12T01:01:55.174ZPlanning: Planning completed in 0.27 seconds
1492026-08-12T01:01:55.191Z Mediators to change: 2
1502026-08-12T01:01:55.191Z Create boot environment: No
1512026-08-12T01:01:55.191ZCreate backup boot environment: No
1522026-08-12T01:01:55.261ZFinalize: Updating package state database ... Done
1532026-08-12T01:01:55.262ZFinalize: Updating package cache ... Done
1542026-08-12T01:01:55.310ZFinalize: Updating image state ... Done
1552026-08-12T01:01:57.268ZFinalize: Creating fast lookup database ... Done
1562026-08-12T01:01:57.329ZFinalize: Reading search index ... Done
1572026-08-12T01:01:57.332ZFinalize: Updating search index ... Done
1582026-08-12T01:01:57.442ZFinalize: Updating package cache ... Done
1592026-08-12T01:01:57.728ZPlanning: Evaluating mediator changes ... Done
1602026-08-12T01:01:57.837ZPlanning: Checking for conflicting actions ... Done
1612026-08-12T01:01:57.842ZPlanning: Consolidating action changes ... Done
1622026-08-12T01:01:57.994ZPlanning: Evaluating mediators ... Done
1632026-08-12T01:01:57.998ZPlanning: Planning completed in 0.27 seconds
1642026-08-12T01:01:58.019Z Mediators to change: 1
1652026-08-12T01:01:58.019Z Create boot environment: No
1662026-08-12T01:01:58.019ZCreate backup boot environment: No
1672026-08-12T01:01:58.076ZFinalize: Updating package state database ... Done
1682026-08-12T01:01:58.076ZFinalize: Updating package cache ... Done
1692026-08-12T01:01:58.124ZFinalize: Updating image state ... Done
1702026-08-12T01:02:00.043ZFinalize: Creating fast lookup database ... Done
1712026-08-12T01:02:00.102ZFinalize: Reading search index ... Done
1722026-08-12T01:02:00.104ZFinalize: Updating search index ... Done
1732026-08-12T01:02:00.190ZFinalize: Updating package cache ... Done
1742026-08-12T01:02:00.502ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-12T01:02:00.502Zapache system 2.4 system
1762026-08-12T01:02:00.502Zclang system 15 system
1772026-08-12T01:02:00.502Zcsh system system illumos
1782026-08-12T01:02:00.502Zctags system system illumos
1792026-08-12T01:02:00.502Zfile vendor vendor darwinsys
1802026-08-12T01:02:00.502Zfile system system illumos
1812026-08-12T01:02:00.502Zgcc vendor 14 vendor
1822026-08-12T01:02:00.502Zgcc system 13 system
1832026-08-12T01:02:00.502Zgcc system 10 system
1842026-08-12T01:02:00.502Zgo system 1.25 system
1852026-08-12T01:02:00.502Zllvm system 15 system
1862026-08-12T01:02:00.502Zmariadb system 11.4 system
1872026-08-12T01:02:00.502Zmta vendor vendor dma
1882026-08-12T01:02:00.502Zopenjdk system 17 system
1892026-08-12T01:02:00.502Zopenjdk system 11 system
1902026-08-12T01:02:00.502Zopenssl vendor 3 vendor
1912026-08-12T01:02:00.502Zperl system 5.40 system
1922026-08-12T01:02:00.502Zpostgresql system 18 system
1932026-08-12T01:02:00.502Zpostgresql system 17 system
1942026-08-12T01:02:00.503Zpython vendor 3 vendor
1952026-08-12T01:02:00.503Zpython system 2 system
1962026-08-12T01:02:00.503Zpython3 vendor 3.13 vendor
1972026-08-12T01:02:00.503Zruby system 3.4 system
1982026-08-12T01:02:00.503Zruby system 3.0 system
1992026-08-12T01:02:00.503Zwords vendor vendor american-english
2002026-08-12T01:02:00.503Zwords system system australian-english
2012026-08-12T01:02:00.503Zwords system system british-english
2022026-08-12T01:02:00.503Zwords system system canadian-english
2032026-08-12T01:02:00.503Zwords system system french
2042026-08-12T01:02:00.503Zwords system system italian
2052026-08-12T01:02:00.503Zwords system system ngerman
2062026-08-12T01:02:00.503Zwords system system ogerman
2072026-08-12T01:02:00.503Zwords system system spanish
2082026-08-12T01:02:00.750ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-12T01:02:00.750Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-12T01:02:01.189ZFMRI IFO
2112026-08-12T01:02:01.189Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-12T01:02:01.189Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-12T01:02:01.189Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-12T01:02:01.189Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-12T01:02:01.189Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-12T01:02:01.189Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-12T01:02:01.189Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-12T01:02:01.190Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-12T01:02:01.190Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-12T01:02:01.503Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-12T01:02:01.848Z Updating crates.io index
2222026-08-12T01:02:01.851Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-12T01:02:02.121Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-12T01:02:02.488Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-12T01:02:03.470Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-12T01:02:04.179Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-12T01:02:05.893Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-12T01:02:06.955Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-12T01:02:07.240Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-12T01:02:07.643Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-12T01:02:08.961Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-12T01:02:09.257Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-12T01:02:09.645Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-12T01:02:09.915Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-12T01:02:10.184Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-12T01:02:10.468Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-12T01:02:10.764Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-12T01:02:11.063Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-12T01:02:11.351Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-12T01:02:11.789Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-12T01:02:12.368Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-12T01:02:12.764Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-12T01:02:13.160Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-12T01:02:13.505Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-12T01:02:14.081Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-12T01:02:14.413Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-12T01:02:14.685Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-12T01:02:15.176Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-12T01:02:15.510Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-12T01:02:15.811Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-12T01:02:16.174Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-12T01:02:16.454Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-12T01:02:16.783Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-12T01:02:17.191Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-12T01:02:17.967Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-12T01:02:18.227Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-12T01:02:18.528Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-12T01:02:18.865Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-12T01:02:19.180Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-12T01:02:19.452Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-12T01:02:19.743Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-12T01:02:20.071Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-12T01:02:20.561Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-12T01:02:23.349Z Downloading crates ...
2652026-08-12T01:02:23.401Z Downloaded block-buffer v0.10.4
2662026-08-12T01:02:23.407Z Downloaded heck v0.4.1
2672026-08-12T01:02:23.411Z Downloaded equivalent v1.0.2
2682026-08-12T01:02:23.416Z Downloaded anstyle-parse v1.0.0
2692026-08-12T01:02:23.416Z Downloaded autocfg v1.5.0
2702026-08-12T01:02:23.416Z Downloaded clap_derive v4.6.1
2712026-08-12T01:02:23.416Z Downloaded usdt-macro v0.5.0
2722026-08-12T01:02:23.421Z Downloaded anstyle-query v1.1.5
2732026-08-12T01:02:23.421Z Downloaded anyhow v1.0.102
2742026-08-12T01:02:23.424Z Downloaded dof v0.3.0
2752026-08-12T01:02:23.437Z Downloaded fastrand v2.3.0
2762026-08-12T01:02:23.440Z Downloaded clap_lex v1.0.0
2772026-08-12T01:02:23.444Z Downloaded camino-tempfile v1.4.1
2782026-08-12T01:02:23.444Z Downloaded cargo_metadata v0.23.1
2792026-08-12T01:02:23.447Z Downloaded macaddr v1.0.1
2802026-08-12T01:02:23.451Z Downloaded colorchoice v1.0.4
2812026-08-12T01:02:23.451Z Downloaded cpufeatures v0.2.17
2822026-08-12T01:02:23.451Z Downloaded anstream v1.0.0
2832026-08-12T01:02:23.454Z Downloaded zerocopy-derive v0.7.35
2842026-08-12T01:02:23.454Z Downloaded bitflags v2.11.0
2852026-08-12T01:02:23.458Z Downloaded anstyle v1.0.14
2862026-08-12T01:02:23.458Z Downloaded bytecount v0.6.9
2872026-08-12T01:02:23.461Z Downloaded papergrid v0.11.0
2882026-08-12T01:02:23.464Z Downloaded zerocopy v0.7.35
2892026-08-12T01:02:23.470Z Downloaded crypto-common v0.1.7
2902026-08-12T01:02:23.475Z Downloaded cargo-platform v0.3.2
2912026-08-12T01:02:23.475Z Downloaded generic-array v0.14.7
2922026-08-12T01:02:23.475Z Downloaded zmij v1.0.21
2932026-08-12T01:02:23.475Z Downloaded is_terminal_polyfill v1.70.2
2942026-08-12T01:02:23.475Z Downloaded cfg-if v1.0.4
2952026-08-12T01:02:23.478Z Downloaded dtrace-parser v0.2.0
2962026-08-12T01:02:23.478Z Downloaded itoa v1.0.17
2972026-08-12T01:02:23.481Z Downloaded usdt v0.5.0
2982026-08-12T01:02:23.484Z Downloaded fs-err v3.3.0
2992026-08-12T01:02:23.488Z Downloaded errno v0.3.14
3002026-08-12T01:02:23.488Z Downloaded tabled_derive v0.7.0
3012026-08-12T01:02:23.488Z Downloaded toml_write v0.1.2
3022026-08-12T01:02:23.491Z Downloaded memmap v0.7.0
3032026-08-12T01:02:23.499Z Downloaded thread-id v4.2.2
3042026-08-12T01:02:23.502Z Downloaded unicode-linebreak v0.1.5
3052026-08-12T01:02:23.502Z Downloaded fnv v1.0.7
3062026-08-12T01:02:23.505Z Downloaded quote v1.0.45
3072026-08-12T01:02:23.508Z Downloaded cargo_toml v0.21.0
3082026-08-12T01:02:23.512Z Downloaded memchr v2.8.0
3092026-08-12T01:02:23.512Z Downloaded utf8parse v0.2.2
3102026-08-12T01:02:23.515Z Downloaded plain v0.2.3
3112026-08-12T01:02:23.519Z Downloaded scroll_derive v0.12.1
3122026-08-12T01:02:23.519Z Downloaded version_check v0.9.5
3132026-08-12T01:02:23.522Z Downloaded smawk v0.3.2
3142026-08-12T01:02:23.525Z Downloaded pretty-hex v0.4.1
3152026-08-12T01:02:23.525Z Downloaded toml_datetime v0.6.11
3162026-08-12T01:02:23.525Z Downloaded usdt-attr-macro v0.5.0
3172026-08-12T01:02:23.528Z Downloaded strsim v0.11.1
3182026-08-12T01:02:23.533Z Downloaded heck v0.5.0
3192026-08-12T01:02:23.536Z Downloaded byteorder v1.5.0
3202026-08-12T01:02:23.544Z Downloaded terminal_size v0.4.3
3212026-08-12T01:02:23.554Z Downloaded getrandom v0.4.1
3222026-08-12T01:02:23.558Z Downloaded swrite v0.1.0
3232026-08-12T01:02:23.561Z Downloaded proc-macro-error-attr v1.0.4
3242026-08-12T01:02:23.564Z Downloaded serde_spanned v0.6.9
3252026-08-12T01:02:23.567Z Downloaded sha2 v0.10.9
3262026-08-12T01:02:23.577Z Downloaded digest v0.10.7
3272026-08-12T01:02:23.581Z Downloaded scroll v0.12.0
3282026-08-12T01:02:23.581Z Downloaded serde_tokenstream v0.2.3
3292026-08-12T01:02:23.581Z Downloaded proc-macro-error v1.0.4
3302026-08-12T01:02:23.585Z Downloaded pest_generator v2.8.6
3312026-08-12T01:02:23.589Z Downloaded thiserror-impl v2.0.18
3322026-08-12T01:02:23.593Z Downloaded pest_meta v2.8.6
3332026-08-12T01:02:23.596Z Downloaded toml v0.8.23
3342026-08-12T01:02:23.596Z Downloaded thiserror-impl v1.0.69
3352026-08-12T01:02:23.600Z Downloaded thiserror v1.0.69
3362026-08-12T01:02:23.603Z Downloaded usdt-impl v0.5.0
3372026-08-12T01:02:23.607Z Downloaded pest_derive v2.8.6
3382026-08-12T01:02:23.610Z Downloaded tempfile v3.25.0
3392026-08-12T01:02:23.614Z Downloaded clap v4.6.1
3402026-08-12T01:02:23.617Z Downloaded log v0.4.29
3412026-08-12T01:02:23.621Z Downloaded semver v1.0.28
3422026-08-12T01:02:23.621Z Downloaded textwrap v0.16.2
3432026-08-12T01:02:23.626Z Downloaded once_cell v1.21.3
3442026-08-12T01:02:23.629Z Downloaded thiserror v2.0.18
3452026-08-12T01:02:23.632Z Downloaded serde_derive v1.0.228
3462026-08-12T01:02:23.633Z Downloaded camino v1.2.2
3472026-08-12T01:02:23.636Z Downloaded ucd-trie v0.1.7
3482026-08-12T01:02:23.640Z Downloaded serde_core v1.0.228
3492026-08-12T01:02:23.647Z Downloaded toml_edit v0.22.27
3502026-08-12T01:02:23.651Z Downloaded proc-macro2 v1.0.106
3512026-08-12T01:02:23.655Z Downloaded indexmap v2.14.0
3522026-08-12T01:02:23.663Z Downloaded unicode-ident v1.0.24
3532026-08-12T01:02:23.677Z Downloaded serde v1.0.228
3542026-08-12T01:02:23.685Z Downloaded typenum v1.20.1
3552026-08-12T01:02:23.711Z Downloaded pest v2.8.6
3562026-08-12T01:02:23.715Z Downloaded tabled v0.15.0
3572026-08-12T01:02:23.722Z Downloaded hashbrown v0.17.0
3582026-08-12T01:02:23.726Z Downloaded serde_json v1.0.151
3592026-08-12T01:02:23.729Z Downloaded clap_builder v4.6.0
3602026-08-12T01:02:23.740Z Downloaded goblin v0.8.2
3612026-08-12T01:02:23.744Z Downloaded winnow v0.7.14
3622026-08-12T01:02:23.766Z Downloaded unicode-width v0.1.14
3632026-08-12T01:02:23.770Z Downloaded syn v1.0.109
3642026-08-12T01:02:23.774Z Downloaded syn v2.0.117
3652026-08-12T01:02:23.781Z Downloaded unicode-width v0.2.0
3662026-08-12T01:02:23.789Z Downloaded rustix v1.1.3
3672026-08-12T01:02:23.800Z Downloaded libc v0.2.185
3682026-08-12T01:02:23.863Z Compiling proc-macro2 v1.0.106
3692026-08-12T01:02:23.863Z Compiling quote v1.0.45
3702026-08-12T01:02:23.866Z Compiling unicode-ident v1.0.24
3712026-08-12T01:02:23.866Z Compiling serde_core v1.0.228
3722026-08-12T01:02:23.866Z Compiling libc v0.2.185
3732026-08-12T01:02:23.866Z Compiling version_check v0.9.5
3742026-08-12T01:02:23.866Z Compiling memchr v2.8.0
3752026-08-12T01:02:23.866Z Compiling serde v1.0.228
3762026-08-12T01:02:24.051Z Compiling zmij v1.0.21
3772026-08-12T01:02:24.056Z Compiling thiserror v1.0.69
3782026-08-12T01:02:24.056Z Compiling ucd-trie v0.1.7
3792026-08-12T01:02:24.056Z Compiling itoa v1.0.17
3802026-08-12T01:02:24.056Z Compiling byteorder v1.5.0
3812026-08-12T01:02:24.056Z Compiling rustix v1.1.3
3822026-08-12T01:02:24.297Z Compiling serde_json v1.0.151
3832026-08-12T01:02:24.411Z Compiling bitflags v2.11.0
3842026-08-12T01:02:24.493Z Compiling usdt-impl v0.5.0
3852026-08-12T01:02:24.509Z Compiling proc-macro-error-attr v1.0.4
3862026-08-12T01:02:24.653Z Compiling pest v2.8.6
3872026-08-12T01:02:24.752Z Compiling syn v1.0.109
3882026-08-12T01:02:24.831Z Compiling camino v1.2.2
3892026-08-12T01:02:24.959Z Compiling proc-macro-error v1.0.4
3902026-08-12T01:02:24.973Z Compiling hashbrown v0.17.0
3912026-08-12T01:02:24.991Z Compiling equivalent v1.0.2
3922026-08-12T01:02:25.009Z Compiling utf8parse v0.2.2
3932026-08-12T01:02:25.046Z Compiling getrandom v0.4.1
3942026-08-12T01:02:25.080Z Compiling plain v0.2.3
3952026-08-12T01:02:25.111Z Compiling log v0.4.29
3962026-08-12T01:02:25.230Z Compiling anstyle-parse v1.0.0
3972026-08-12T01:02:25.237Z Compiling colorchoice v1.0.4
3982026-08-12T01:02:25.303Z Compiling toml_write v0.1.2
3992026-08-12T01:02:25.339Z Compiling anstyle-query v1.1.5
4002026-08-12T01:02:25.396Z Compiling autocfg v1.5.0
4012026-08-12T01:02:25.406Z Compiling cfg-if v1.0.4
4022026-08-12T01:02:25.426Z Compiling errno v0.3.14
4032026-08-12T01:02:25.464Z Compiling thread-id v4.2.2
4042026-08-12T01:02:25.480Z Compiling winnow v0.7.14
4052026-08-12T01:02:25.485Z Compiling thiserror v2.0.18
4062026-08-12T01:02:25.485Z Compiling is_terminal_polyfill v1.70.2
4072026-08-12T01:02:25.517Z Compiling anstyle v1.0.14
4082026-08-12T01:02:25.525Z Compiling pretty-hex v0.4.1
4092026-08-12T01:02:25.624Z Compiling indexmap v2.14.0
4102026-08-12T01:02:25.672Z Compiling clap_lex v1.0.0
4112026-08-12T01:02:25.672Z Compiling fnv v1.0.7
4122026-08-12T01:02:25.672Z Compiling strsim v0.11.1
4132026-08-12T01:02:25.768Z Compiling anstream v1.0.0
4142026-08-12T01:02:25.783Z Compiling unicode-width v0.1.14
4152026-08-12T01:02:25.783Z Compiling pest_meta v2.8.6
4162026-08-12T01:02:25.860Z Compiling fs-err v3.3.0
4172026-08-12T01:02:25.902Z Compiling heck v0.5.0
4182026-08-12T01:02:25.940Z Compiling anyhow v1.0.102
4192026-08-12T01:02:26.048Z Compiling syn v2.0.117
4202026-08-12T01:02:26.093Z Compiling once_cell v1.21.3
4212026-08-12T01:02:26.093Z Compiling bytecount v0.6.9
4222026-08-12T01:02:26.194Z Compiling fastrand v2.3.0
4232026-08-12T01:02:26.248Z Compiling heck v0.4.1
4242026-08-12T01:02:26.249Z Compiling memmap v0.7.0
4252026-08-12T01:02:26.262Z Compiling papergrid v0.11.0
4262026-08-12T01:02:26.272Z Compiling unicode-width v0.2.0
4272026-08-12T01:02:26.313Z Compiling smawk v0.3.2
4282026-08-12T01:02:26.331Z Compiling unicode-linebreak v0.1.5
4292026-08-12T01:02:26.396Z Compiling swrite v0.1.0
4302026-08-12T01:02:26.520Z Compiling terminal_size v0.4.3
4312026-08-12T01:02:26.538Z Compiling tempfile v3.25.0
4322026-08-12T01:02:26.635Z Compiling clap_builder v4.6.0
4332026-08-12T01:02:26.657Z Compiling textwrap v0.16.2
4342026-08-12T01:02:26.876Z Compiling cargo-platform v0.3.2
4352026-08-12T01:02:26.899Z Compiling semver v1.0.28
4362026-08-12T01:02:27.076Z Compiling camino-tempfile v1.4.1
4372026-08-12T01:02:27.466Z Compiling tabled_derive v0.7.0
4382026-08-12T01:02:28.135Z Compiling tabled v0.15.0
4392026-08-12T01:02:28.150Z Compiling pest_generator v2.8.6
4402026-08-12T01:02:28.636Z Compiling serde_derive v1.0.228
4412026-08-12T01:02:28.636Z Compiling thiserror-impl v1.0.69
4422026-08-12T01:02:28.639Z Compiling zerocopy-derive v0.7.35
4432026-08-12T01:02:28.639Z Compiling scroll_derive v0.12.1
4442026-08-12T01:02:28.639Z Compiling thiserror-impl v2.0.18
4452026-08-12T01:02:28.639Z Compiling clap_derive v4.6.1
4462026-08-12T01:02:28.702Z Compiling pest_derive v2.8.6
4472026-08-12T01:02:29.262Z Compiling scroll v0.12.0
4482026-08-12T01:02:29.388Z Compiling zerocopy v0.7.35
4492026-08-12T01:02:29.475Z Compiling goblin v0.8.2
4502026-08-12T01:02:29.642Z Compiling dtrace-parser v0.2.0
4512026-08-12T01:02:29.957Z Compiling clap v4.6.1
4522026-08-12T01:02:31.008Z Compiling serde_spanned v0.6.9
4532026-08-12T01:02:31.008Z Compiling toml_datetime v0.6.11
4542026-08-12T01:02:31.011Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-08-12T01:02:31.011Z Compiling cargo_metadata v0.23.1
4562026-08-12T01:02:31.011Z Compiling macaddr v1.0.1
4572026-08-12T01:02:31.026Z Compiling dof v0.3.0
4582026-08-12T01:02:31.030Z Compiling serde_tokenstream v0.2.3
4592026-08-12T01:02:31.265Z Compiling toml_edit v0.22.27
4602026-08-12T01:02:31.790Z Compiling usdt-macro v0.5.0
4612026-08-12T01:02:31.793Z Compiling usdt-attr-macro v0.5.0
4622026-08-12T01:02:32.419Z Compiling usdt v0.5.0
4632026-08-12T01:02:32.533Z Compiling toml v0.8.23
4642026-08-12T01:02:32.851Z Compiling cargo_toml v0.21.0
4652026-08-12T01:02:34.110Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-12T01:02:36.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.84s
4672026-08-12T01:02:36.403Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-12T01:02:36.918Z Downloading crates ...
4692026-08-12T01:02:36.979Z Downloaded aead v0.6.1
4702026-08-12T01:02:36.988Z Downloaded aes-gcm v0.11.0
4712026-08-12T01:02:36.991Z Downloaded aead v0.5.2
4722026-08-12T01:02:36.995Z Downloaded argon2 v0.5.3
4732026-08-12T01:02:37.001Z Downloaded foreign-types-macros v0.2.3
4742026-08-12T01:02:37.004Z Downloaded anstyle-parse v0.2.7
4752026-08-12T01:02:37.004Z Downloaded fxhash v0.2.1
4762026-08-12T01:02:37.007Z Downloaded argon2 v0.6.0-rc.8
4772026-08-12T01:02:37.012Z Downloaded form_urlencoded v1.2.2
4782026-08-12T01:02:37.012Z Downloaded fs_extra v1.3.0
4792026-08-12T01:02:37.015Z Downloaded ar_archive_writer v0.5.1
4802026-08-12T01:02:37.015Z Downloaded arc-swap v1.8.2
4812026-08-12T01:02:37.018Z Downloaded fatfs v0.3.6
4822026-08-12T01:02:37.018Z Downloaded aes v0.9.1
4832026-08-12T01:02:37.022Z Downloaded hostname v0.4.2
4842026-08-12T01:02:37.022Z Downloaded hubpack_derive v0.1.1
4852026-08-12T01:02:37.022Z Downloaded convert_case v0.4.0
4862026-08-12T01:02:37.022Z Downloaded futures-channel v0.3.32
4872026-08-12T01:02:37.025Z Downloaded enum_dispatch v0.3.13
4882026-08-12T01:02:37.025Z Downloaded bit-set v0.5.3
4892026-08-12T01:02:37.025Z Downloaded async-stream-impl v0.3.6
4902026-08-12T01:02:37.025Z Downloaded atty v0.2.14
4912026-08-12T01:02:37.025Z Downloaded backoff v0.4.0
4922026-08-12T01:02:37.028Z Downloaded getrandom v0.3.4
4932026-08-12T01:02:37.028Z Downloaded bitfield v0.19.4
4942026-08-12T01:02:37.028Z Downloaded futures v0.3.32
4952026-08-12T01:02:37.031Z Downloaded futures-sink v0.3.32
4962026-08-12T01:02:37.031Z Downloaded fallible-iterator v0.2.0
4972026-08-12T01:02:37.035Z Downloaded fixedbitset v0.5.7
4982026-08-12T01:02:37.035Z Downloaded adler2 v2.0.1
4992026-08-12T01:02:37.035Z Downloaded assert_matches v1.5.0
5002026-08-12T01:02:37.035Z Downloaded async-trait v0.1.89
5012026-08-12T01:02:37.038Z Downloaded ff v0.14.0
5022026-08-12T01:02:37.038Z Downloaded foldhash v0.1.5
5032026-08-12T01:02:37.038Z Downloaded foreign-types v0.5.0
5042026-08-12T01:02:37.038Z Downloaded ff v0.13.1
5052026-08-12T01:02:37.041Z Downloaded filetime v0.2.27
5062026-08-12T01:02:37.041Z Downloaded ciborium-io v0.2.2
5072026-08-12T01:02:37.041Z Downloaded atomicwrites v0.4.4
5082026-08-12T01:02:37.041Z Downloaded bcrypt-pbkdf v0.11.0
5092026-08-12T01:02:37.044Z Downloaded foreign-types-shared v0.1.1
5102026-08-12T01:02:37.044Z Downloaded futures-macro v0.3.32
5112026-08-12T01:02:37.044Z Downloaded funty v2.0.0
5122026-08-12T01:02:37.048Z Downloaded bitfield-macros v0.19.4
5132026-08-12T01:02:37.048Z Downloaded fixedbitset v0.4.2
5142026-08-12T01:02:37.051Z Downloaded async-recursion v1.1.1
5152026-08-12T01:02:37.054Z Downloaded env_filter v1.0.0
5162026-08-12T01:02:37.054Z Downloaded getrandom v0.2.17
5172026-08-12T01:02:37.057Z Downloaded progenitor v0.13.0
5182026-08-12T01:02:37.057Z Downloaded expectorate v1.2.0
5192026-08-12T01:02:37.061Z Downloaded bitfield-struct v0.6.2
5202026-08-12T01:02:37.061Z Downloaded ascii-canvas v3.0.0
5212026-08-12T01:02:37.064Z Downloaded flume v0.11.1
5222026-08-12T01:02:37.064Z Downloaded git-stub v1.0.0
5232026-08-12T01:02:37.064Z Downloaded compression-core v0.4.31
5242026-08-12T01:02:37.067Z Downloaded array-init v0.0.4
5252026-08-12T01:02:37.067Z Downloaded hostname v0.3.1
5262026-08-12T01:02:37.067Z Downloaded bit-set v0.8.0
5272026-08-12T01:02:37.067Z Downloaded futures-executor v0.3.32
5282026-08-12T01:02:37.067Z Downloaded futures-task v0.3.32
5292026-08-12T01:02:37.071Z Downloaded castaway v0.2.4
5302026-08-12T01:02:37.071Z Downloaded block-padding v0.4.2
5312026-08-12T01:02:37.071Z Downloaded hash32 v0.3.1
5322026-08-12T01:02:37.071Z Downloaded flagset v0.4.7
5332026-08-12T01:02:37.075Z Downloaded base16ct v1.0.0
5342026-08-12T01:02:37.078Z Downloaded hex-literal v1.1.0
5352026-08-12T01:02:37.081Z Downloaded async-stream v0.3.6
5362026-08-12T01:02:37.084Z Downloaded futures-core v0.3.32
5372026-08-12T01:02:37.087Z Downloaded fd-lock v4.0.4
5382026-08-12T01:02:37.087Z Downloaded home v0.5.12
5392026-08-12T01:02:37.090Z Downloaded camino-tempfile-ext v0.3.3
5402026-08-12T01:02:37.090Z Downloaded cbc v0.2.1
5412026-08-12T01:02:37.093Z Downloaded find-msvc-tools v0.1.9
5422026-08-12T01:02:37.097Z Downloaded float-cmp v0.10.0
5432026-08-12T01:02:37.097Z Downloaded hyper-tls v0.6.0
5442026-08-12T01:02:37.101Z Downloaded foldhash v0.2.0
5452026-08-12T01:02:37.104Z Downloaded arrayref v0.3.9
5462026-08-12T01:02:37.104Z Downloaded cfg_aliases v0.1.1
5472026-08-12T01:02:37.104Z Downloaded num v0.4.3
5482026-08-12T01:02:37.108Z Downloaded bb8 v0.8.6
5492026-08-12T01:02:37.108Z Downloaded httparse v1.10.1
5502026-08-12T01:02:37.111Z Downloaded httpdate v1.0.3
5512026-08-12T01:02:37.114Z Downloaded base16ct v0.2.0
5522026-08-12T01:02:37.114Z Downloaded cfg_aliases v0.2.1
5532026-08-12T01:02:37.114Z Downloaded atomic-waker v1.1.2
5542026-08-12T01:02:37.114Z Downloaded gethostname v0.5.0
5552026-08-12T01:02:37.117Z Downloaded http-range v0.1.5
5562026-08-12T01:02:37.117Z Downloaded ghash v0.6.0
5572026-08-12T01:02:37.120Z Downloaded block-buffer v0.12.1
5582026-08-12T01:02:37.120Z Downloaded ciborium-ll v0.2.2
5592026-08-12T01:02:37.120Z Downloaded endian-type v0.1.2
5602026-08-12T01:02:37.124Z Downloaded foreign-types v0.3.2
5612026-08-12T01:02:37.127Z Downloaded openssl-probe v0.2.1
5622026-08-12T01:02:37.127Z Downloaded num-conv v0.2.0
5632026-08-12T01:02:37.130Z Downloaded float-ord v0.3.2
5642026-08-12T01:02:37.130Z Downloaded hex v0.4.3
5652026-08-12T01:02:37.133Z Downloaded predicates-core v1.0.10
5662026-08-12T01:02:37.136Z Downloaded foreign-types-shared v0.3.1
5672026-08-12T01:02:37.136Z Downloaded enum-as-inner v0.6.1
5682026-08-12T01:02:37.136Z Downloaded globwalk v0.9.1
5692026-08-12T01:02:37.139Z Downloaded progenitor-macro v0.14.0
5702026-08-12T01:02:37.139Z Downloaded hmac v0.13.0
5712026-08-12T01:02:37.139Z Downloaded hubpack v0.1.2
5722026-08-12T01:02:37.142Z Downloaded num_enum_derive v0.5.11
5732026-08-12T01:02:37.142Z Downloaded anstream v0.6.21
5742026-08-12T01:02:37.142Z Downloaded cmov v0.5.4
5752026-08-12T01:02:37.143Z Downloaded http-body-util v0.1.3
5762026-08-12T01:02:37.146Z Downloaded env_logger v0.11.9
5772026-08-12T01:02:37.150Z Downloaded cipher v0.5.2
5782026-08-12T01:02:37.150Z Downloaded proc-macro-crate v1.3.1
5792026-08-12T01:02:37.153Z Downloaded futures-io v0.3.32
5802026-08-12T01:02:37.153Z Downloaded headers-core v0.3.0
5812026-08-12T01:02:37.153Z Downloaded cipher v0.4.4
5822026-08-12T01:02:37.156Z Downloaded constant_time_eq v0.4.2
5832026-08-12T01:02:37.156Z Downloaded blake2 v0.10.6
5842026-08-12T01:02:37.160Z Downloaded ahash v0.8.12
5852026-08-12T01:02:37.160Z Downloaded predicates-tree v1.0.13
5862026-08-12T01:02:37.163Z Downloaded rustc-hash v2.1.1
5872026-08-12T01:02:37.163Z Downloaded hash32 v0.2.1
5882026-08-12T01:02:37.166Z Downloaded generic-array v1.4.3
5892026-08-12T01:02:37.169Z Downloaded serde_spanned v1.1.1
5902026-08-12T01:02:37.169Z Downloaded radium v0.7.0
5912026-08-12T01:02:37.173Z Downloaded semver v0.1.20
5922026-08-12T01:02:37.173Z Downloaded slog-bunyan v2.5.0
5932026-08-12T01:02:37.176Z Downloaded shell-words v1.1.1
5942026-08-12T01:02:37.176Z Downloaded strum v0.26.3
5952026-08-12T01:02:37.179Z Downloaded opaque-debug v0.3.1
5962026-08-12T01:02:37.179Z Downloaded rand_xorshift v0.4.0
5972026-08-12T01:02:37.179Z Downloaded bs58 v0.5.1
5982026-08-12T01:02:37.179Z Downloaded buf-list v1.1.2
5992026-08-12T01:02:37.183Z Downloaded cobs v0.3.0
6002026-08-12T01:02:37.183Z Downloaded phf_shared v0.13.1
6012026-08-12T01:02:37.186Z Downloaded same-file v1.0.6
6022026-08-12T01:02:37.186Z Downloaded serde_bytes v0.11.19
6032026-08-12T01:02:37.189Z Downloaded arrayvec v0.7.6
6042026-08-12T01:02:37.189Z Downloaded bit-vec v0.6.3
6052026-08-12T01:02:37.189Z Downloaded base64ct v1.8.3
6062026-08-12T01:02:37.192Z Downloaded bitflags v1.3.2
6072026-08-12T01:02:37.192Z Downloaded sapling-renderdag v0.1.0
6082026-08-12T01:02:37.195Z Downloaded signal-hook-tokio v0.3.1
6092026-08-12T01:02:37.195Z Downloaded group v0.14.0
6102026-08-12T01:02:37.195Z Downloaded cmake v0.1.57
6112026-08-12T01:02:37.195Z Downloaded compression-codecs v0.4.37
6122026-08-12T01:02:37.198Z Downloaded byte-wrapper v0.1.0
6132026-08-12T01:02:37.199Z Downloaded chacha20 v0.9.1
6142026-08-12T01:02:37.199Z Downloaded cassowary v0.3.0
6152026-08-12T01:02:37.202Z Downloaded blowfish v0.10.0
6162026-08-12T01:02:37.202Z Downloaded erased-serde v0.3.31
6172026-08-12T01:02:37.202Z Downloaded fs-err v2.11.0
6182026-08-12T01:02:37.202Z Downloaded num-rational v0.4.2
6192026-08-12T01:02:37.207Z Downloaded pkg-config v0.3.32
6202026-08-12T01:02:37.210Z Downloaded thiserror-impl-no-std v2.0.2
6212026-08-12T01:02:37.210Z Downloaded bit-vec v0.8.0
6222026-08-12T01:02:37.213Z Downloaded supports-color v3.0.2
6232026-08-12T01:02:37.216Z Downloaded colored v3.1.1
6242026-08-12T01:02:37.221Z Downloaded console v0.16.2
6252026-08-12T01:02:37.221Z Downloaded async-bb8-diesel v0.2.1
6262026-08-12T01:02:37.221Z Downloaded blake2 v0.11.0-rc.6
6272026-08-12T01:02:37.224Z Downloaded cexpr v0.6.0
6282026-08-12T01:02:37.224Z Downloaded half v2.7.1
6292026-08-12T01:02:37.224Z Downloaded rustls-native-certs v0.8.3
6302026-08-12T01:02:37.227Z Downloaded backon v1.6.0
6312026-08-12T01:02:37.227Z Downloaded bcs v0.1.6
6322026-08-12T01:02:37.227Z Downloaded bzip2 v0.4.4
6332026-08-12T01:02:37.230Z Downloaded clang-sys v1.8.1
6342026-08-12T01:02:37.230Z Downloaded colored v2.2.0
6352026-08-12T01:02:37.233Z Downloaded globset v0.4.18
6362026-08-12T01:02:37.233Z Downloaded http-body v1.0.1
6372026-08-12T01:02:37.233Z Downloaded pbkdf2 v0.13.0
6382026-08-12T01:02:37.233Z Downloaded git-stub-vcs v0.1.0
6392026-08-12T01:02:37.236Z Downloaded glob v0.3.3
6402026-08-12T01:02:37.236Z Downloaded group v0.13.0
6412026-08-12T01:02:37.236Z Downloaded usdt-attr-macro v0.6.0
6422026-08-12T01:02:37.239Z Downloaded sec1 v0.7.3
6432026-08-12T01:02:37.239Z Downloaded slab v0.4.12
6442026-08-12T01:02:37.239Z Downloaded packed_struct v0.10.1
6452026-08-12T01:02:37.239Z Downloaded tokio-test v0.4.5
6462026-08-12T01:02:37.242Z Downloaded tower-layer v0.3.3
6472026-08-12T01:02:37.243Z Downloaded tower-service v0.3.3
6482026-08-12T01:02:37.243Z Downloaded try-lock v0.2.5
6492026-08-12T01:02:37.246Z Downloaded cpubits v0.1.1
6502026-08-12T01:02:37.246Z Downloaded chacha20 v0.10.0
6512026-08-12T01:02:37.249Z Downloaded cstr-argument v0.1.2
6522026-08-12T01:02:37.249Z Downloaded heapless v0.8.0
6532026-08-12T01:02:37.252Z Downloaded poly1305 v0.8.0
6542026-08-12T01:02:37.252Z Downloaded hyper-staticfile v0.10.1
6552026-08-12T01:02:37.255Z Downloaded highway v1.3.0
6562026-08-12T01:02:37.255Z Downloaded owo-colors v4.3.0
6572026-08-12T01:02:37.255Z Downloaded ciborium v0.2.2
6582026-08-12T01:02:37.258Z Downloaded proc-macro-error2 v2.0.1
6592026-08-12T01:02:37.261Z Downloaded rpassword v7.5.4
6602026-08-12T01:02:37.261Z Downloaded unit-prefix v0.5.2
6612026-08-12T01:02:37.261Z Downloaded const_format_proc_macros v0.2.34
6622026-08-12T01:02:37.264Z Downloaded const-oid v0.9.6
6632026-08-12T01:02:37.264Z Downloaded crc-catalog v2.4.0
6642026-08-12T01:02:37.269Z Downloaded bzip2 v0.6.1
6652026-08-12T01:02:37.269Z Downloaded hybrid-array v0.4.13
6662026-08-12T01:02:37.269Z Downloaded humantime v2.3.0
6672026-08-12T01:02:37.272Z Downloaded peg v0.8.5
6682026-08-12T01:02:37.272Z Downloaded pkcs1 v0.7.5
6692026-08-12T01:02:37.272Z Downloaded pkcs8 v0.11.0
6702026-08-12T01:02:37.275Z Downloaded half v1.8.3
6712026-08-12T01:02:37.275Z Downloaded sqlformat v0.3.5
6722026-08-12T01:02:37.278Z Downloaded strum_macros v0.26.4
6732026-08-12T01:02:37.278Z Downloaded diesel_table_macro_syntax v0.3.0
6742026-08-12T01:02:37.278Z Downloaded derive_builder_macro v0.20.2
6752026-08-12T01:02:37.278Z Downloaded schemars_derive v0.8.22
6762026-08-12T01:02:37.278Z Downloaded allocator-api2 v0.2.21
6772026-08-12T01:02:37.281Z Downloaded serde-hex v0.1.0
6782026-08-12T01:02:37.281Z Downloaded slog-json v2.6.1
6792026-08-12T01:02:37.281Z Downloaded smallvec v0.6.14
6802026-08-12T01:02:37.284Z Downloaded tap v1.0.1
6812026-08-12T01:02:37.284Z Downloaded ssh-cipher v0.3.0
6822026-08-12T01:02:37.284Z Downloaded static_assertions v1.1.0
6832026-08-12T01:02:37.284Z Downloaded tinystr v0.8.2
6842026-08-12T01:02:37.287Z Downloaded tls_codec_derive v0.4.2
6852026-08-12T01:02:37.287Z Downloaded cancel-safe-futures v0.1.5
6862026-08-12T01:02:37.290Z Downloaded console v0.15.11
6872026-08-12T01:02:37.290Z Downloaded termios v0.3.3
6882026-08-12T01:02:37.290Z Downloaded want v0.3.1
6892026-08-12T01:02:37.290Z Downloaded dropshot-api-manager-types v0.7.2
6902026-08-12T01:02:37.293Z Downloaded dsl_auto_type v0.2.0
6912026-08-12T01:02:37.293Z Downloaded thread_local v1.1.9
6922026-08-12T01:02:37.296Z Downloaded jiff-static v0.2.34
6932026-08-12T01:02:37.300Z Downloaded utf8_iter v1.0.4
6942026-08-12T01:02:37.300Z Downloaded is-terminal v0.4.17
6952026-08-12T01:02:37.303Z Downloaded darling_macro v0.21.3
6962026-08-12T01:02:37.303Z Downloaded kstat-rs v0.2.5
6972026-08-12T01:02:37.307Z Downloaded serde_with_macros v3.21.0
6982026-08-12T01:02:37.307Z Downloaded embedded-io v0.6.1
6992026-08-12T01:02:37.311Z Downloaded wait-timeout v0.2.1
7002026-08-12T01:02:37.311Z Downloaded defmt v0.3.100
7012026-08-12T01:02:37.311Z Downloaded display-error-chain v0.2.2
7022026-08-12T01:02:37.311Z Downloaded hyper-rustls v0.27.7
7032026-08-12T01:02:37.314Z Downloaded hmac v0.12.1
7042026-08-12T01:02:37.314Z Downloaded vergen-lib v9.1.0
7052026-08-12T01:02:37.314Z Downloaded ctr v0.10.1
7062026-08-12T01:02:37.318Z Downloaded flate2 v1.1.9
7072026-08-12T01:02:37.322Z Downloaded memoffset v0.9.1
7082026-08-12T01:02:37.322Z Downloaded lzss v0.8.2
7092026-08-12T01:02:37.322Z Downloaded maybe-uninit v2.0.0
7102026-08-12T01:02:37.322Z Downloaded newline-converter v0.3.0
7112026-08-12T01:02:37.325Z Downloaded newtype-uuid-macros v0.1.0
7122026-08-12T01:02:37.330Z Downloaded internet-checksum v0.2.1
7132026-08-12T01:02:37.333Z Downloaded const-oid v0.10.2
7142026-08-12T01:02:37.333Z Downloaded parse-display v0.10.0
7152026-08-12T01:02:37.333Z Downloaded password-hash v0.5.0
7162026-08-12T01:02:37.339Z Downloaded yoke v0.8.1
7172026-08-12T01:02:37.344Z Downloaded daft v0.1.7
7182026-08-12T01:02:37.344Z Downloaded delegate v0.13.5
7192026-08-12T01:02:37.344Z Downloaded derive_builder_core v0.20.2
7202026-08-12T01:02:37.344Z Downloaded num_threads v0.1.7
7212026-08-12T01:02:37.347Z Downloaded compact_str v0.8.1
7222026-08-12T01:02:37.347Z Downloaded bytes v1.11.1
7232026-08-12T01:02:37.354Z Downloaded whoami v1.6.1
7242026-08-12T01:02:37.354Z Downloaded signal-hook-registry v1.4.8
7252026-08-12T01:02:37.358Z Downloaded password-hash v0.6.1
7262026-08-12T01:02:37.363Z Downloaded toml_parser v1.1.2+spec-1.1.0
7272026-08-12T01:02:37.363Z Downloaded illumos-nvpair v0.3.0
7282026-08-12T01:02:37.370Z Downloaded tokio-native-tls v0.3.1
7292026-08-12T01:02:37.373Z Downloaded convert_case v0.10.0
7302026-08-12T01:02:37.373Z Downloaded deranged v0.5.8
7312026-08-12T01:02:37.373Z Downloaded ref-cast-impl v1.0.25
7322026-08-12T01:02:37.386Z Downloaded crossbeam-deque v0.8.6
7332026-08-12T01:02:37.391Z Downloaded displaydoc v0.2.5
7342026-08-12T01:02:37.391Z Downloaded either v1.15.0
7352026-08-12T01:02:37.391Z Downloaded multer v3.1.0
7362026-08-12T01:02:37.391Z Downloaded oxide-update-engine-types v0.1.2
7372026-08-12T01:02:37.395Z Downloaded num_enum_derive v0.7.6
7382026-08-12T01:02:37.395Z Downloaded libsw v3.5.0
7392026-08-12T01:02:37.395Z Downloaded spin v0.9.8
7402026-08-12T01:02:37.395Z Downloaded ena v0.14.4
7412026-08-12T01:02:37.399Z Downloaded structmeta-derive v0.3.0
7422026-08-12T01:02:37.403Z Downloaded p384 v0.14.0
7432026-08-12T01:02:37.403Z Downloaded rtoolbox v0.0.3
7442026-08-12T01:02:37.403Z Downloaded powerfmt v0.2.0
7452026-08-12T01:02:37.409Z Downloaded chacha20poly1305 v0.10.1
7462026-08-12T01:02:37.415Z Downloaded const_format v0.2.35
7472026-08-12T01:02:37.415Z Downloaded scheduled-thread-pool v0.2.7
7482026-08-12T01:02:37.415Z Downloaded serde_repr v0.1.20
7492026-08-12T01:02:37.415Z Downloaded stable_deref_trait v1.2.1
7502026-08-12T01:02:37.415Z Downloaded sync_wrapper v1.0.2
7512026-08-12T01:02:37.415Z Downloaded oxide-update-engine v0.1.2
7522026-08-12T01:02:37.415Z Downloaded serde_plain v1.0.2
7532026-08-12T01:02:37.415Z Downloaded termtree v0.5.1
7542026-08-12T01:02:37.418Z Downloaded rfc6979 v0.6.0
7552026-08-12T01:02:37.418Z Downloaded slog-envlogger v2.2.0
7562026-08-12T01:02:37.422Z Downloaded async-compression v0.4.41
7572026-08-12T01:02:37.426Z Downloaded ingot v0.2.1
7582026-08-12T01:02:37.426Z Downloaded libsw-core v0.3.2
7592026-08-12T01:02:37.426Z Downloaded newtype-uuid v1.3.2
7602026-08-12T01:02:37.426Z Downloaded oxide-tokio-rt v0.1.4
7612026-08-12T01:02:37.426Z Downloaded toml v1.1.2+spec-1.1.0
7622026-08-12T01:02:37.429Z Downloaded heapless v0.7.17
7632026-08-12T01:02:37.433Z Downloaded toml v0.7.8
7642026-08-12T01:02:37.433Z Downloaded typify v0.6.2
7652026-08-12T01:02:37.437Z Downloaded psm v0.1.30
7662026-08-12T01:02:37.437Z Downloaded ryu v1.0.23
7672026-08-12T01:02:37.437Z Downloaded polyval v0.7.1
7682026-08-12T01:02:37.440Z Downloaded serde_yaml v0.9.34+deprecated
7692026-08-12T01:02:37.440Z Downloaded signature v3.0.0
7702026-08-12T01:02:37.440Z Downloaded bindgen v0.71.1
7712026-08-12T01:02:37.444Z Downloaded sync-ptr v0.1.4
7722026-08-12T01:02:37.444Z Downloaded unsafe-libyaml v0.2.11
7732026-08-12T01:02:37.448Z Downloaded headers v0.4.1
7742026-08-12T01:02:37.453Z Downloaded lock_api v0.4.14
7752026-08-12T01:02:37.453Z Downloaded typify-macro v0.6.2
7762026-08-12T01:02:37.464Z Downloaded yasna v0.5.2
7772026-08-12T01:02:37.464Z Downloaded untrusted v0.9.0
7782026-08-12T01:02:37.464Z Downloaded zone v0.3.1
7792026-08-12T01:02:37.468Z Downloaded usdt-macro v0.6.0
7802026-08-12T01:02:37.468Z Downloaded cpufeatures v0.3.0
7812026-08-12T01:02:37.468Z Downloaded hashbrown v0.13.2
7822026-08-12T01:02:37.468Z Downloaded predicates v3.1.4
7832026-08-12T01:02:37.468Z Downloaded waitgroup v0.1.2
7842026-08-12T01:02:37.468Z Downloaded base64 v0.22.1
7852026-08-12T01:02:37.468Z Downloaded base64 v0.21.7
7862026-08-12T01:02:37.472Z Downloaded dtrace-parser v0.3.0
7872026-08-12T01:02:37.479Z Downloaded zerofrom v0.1.6
7882026-08-12T01:02:37.482Z Downloaded num-integer v0.1.46
7892026-08-12T01:02:37.482Z Downloaded pem v3.0.6
7902026-08-12T01:02:37.486Z Downloaded crc v3.4.0
7912026-08-12T01:02:37.486Z Downloaded darling_macro v0.13.4
7922026-08-12T01:02:37.486Z Downloaded curve25519-dalek-derive v0.1.1
7932026-08-12T01:02:37.486Z Downloaded quinn v0.11.11
7942026-08-12T01:02:37.489Z Downloaded rusty-fork v0.3.1
7952026-08-12T01:02:37.489Z Downloaded dropshot_endpoint v0.17.1
7962026-08-12T01:02:37.489Z Downloaded rand_seeder v0.4.0
7972026-08-12T01:02:37.497Z Downloaded dirs-next v2.0.0
7982026-08-12T01:02:37.497Z Downloaded icu_properties v2.1.2
7992026-08-12T01:02:37.502Z Downloaded ignore v0.4.25
8002026-08-12T01:02:37.502Z Downloaded poly1305 v0.9.0
8012026-08-12T01:02:37.502Z Downloaded ident_case v1.0.1
8022026-08-12T01:02:37.502Z Downloaded inout v0.2.2
8032026-08-12T01:02:37.502Z Downloaded serde_derive_internals v0.29.1
8042026-08-12T01:02:37.502Z Downloaded idna_adapter v1.2.1
8052026-08-12T01:02:37.505Z Downloaded ingot-macros v0.2.0
8062026-08-12T01:02:37.505Z Downloaded zopfli v0.8.3
8072026-08-12T01:02:37.505Z Downloaded ssh-encoding v0.3.0
8082026-08-12T01:02:37.506Z Downloaded tokio-tungstenite v0.23.1
8092026-08-12T01:02:37.506Z Downloaded darling v0.21.3
8102026-08-12T01:02:37.509Z Downloaded debug-ignore v1.0.5
8112026-08-12T01:02:37.509Z Downloaded downcast-rs v2.0.2
8122026-08-12T01:02:37.513Z Downloaded rustls-webpki v0.103.13
8132026-08-12T01:02:37.513Z Downloaded time-macros v0.2.27
8142026-08-12T01:02:37.516Z Downloaded snafu v0.8.9
8152026-08-12T01:02:37.520Z Downloaded aho-corasick v1.1.4
8162026-08-12T01:02:37.523Z Downloaded zerotrie v0.2.3
8172026-08-12T01:02:37.526Z Downloaded is_ci v1.2.0
8182026-08-12T01:02:37.526Z Downloaded bumpalo v3.20.2
8192026-08-12T01:02:37.526Z Downloaded lru v0.12.5
8202026-08-12T01:02:37.530Z Downloaded lru-cache v0.1.2
8212026-08-12T01:02:37.530Z Downloaded mime v0.3.17
8222026-08-12T01:02:37.535Z Downloaded darling_core v0.21.3
8232026-08-12T01:02:37.538Z Downloaded hickory-resolver v0.25.2
8242026-08-12T01:02:37.538Z Downloaded zeroize_derive v1.5.0
8252026-08-12T01:02:37.538Z Downloaded hickory-resolver v0.24.4
8262026-08-12T01:02:37.543Z Downloaded libscf-sys v1.2.0
8272026-08-12T01:02:37.547Z Downloaded pin-project v1.1.11
8282026-08-12T01:02:37.551Z Downloaded smallvec v1.15.1
8292026-08-12T01:02:37.554Z Downloaded kem v0.3.0
8302026-08-12T01:02:37.554Z Downloaded void v1.0.2
8312026-08-12T01:02:37.554Z Downloaded defmt v1.0.1
8322026-08-12T01:02:37.558Z Downloaded vsss-rs v3.3.4
8332026-08-12T01:02:37.558Z Downloaded serde_path_to_error v0.1.20
8342026-08-12T01:02:37.558Z Downloaded term v1.2.1
8352026-08-12T01:02:37.565Z Downloaded path-slash v0.1.5
8362026-08-12T01:02:37.565Z Downloaded scrypt v0.12.0
8372026-08-12T01:02:37.568Z Downloaded percent-encoding v2.3.2
8382026-08-12T01:02:37.569Z Downloaded recursive-proc-macro-impl v0.1.1
8392026-08-12T01:02:37.569Z Downloaded packed_struct_codegen v0.10.1
8402026-08-12T01:02:37.569Z Downloaded phc v0.6.1
8412026-08-12T01:02:37.572Z Downloaded rayon-core v1.13.0
8422026-08-12T01:02:37.576Z Downloaded tiny-keccak v2.0.2
8432026-08-12T01:02:37.580Z Downloaded parking_lot v0.11.2
8442026-08-12T01:02:37.583Z Downloaded quinn-udp v0.5.14
8452026-08-12T01:02:37.584Z Downloaded russh-util v0.52.0
8462026-08-12T01:02:37.587Z Downloaded cc v1.2.56
8472026-08-12T01:02:37.590Z Downloaded rfc6979 v0.4.0
8482026-08-12T01:02:37.590Z Downloaded scroll_derive v0.13.1
8492026-08-12T01:02:37.590Z Downloaded smf v0.2.3
8502026-08-12T01:02:37.590Z Downloaded signature v2.2.0
8512026-08-12T01:02:37.598Z Downloaded p521 v0.14.0
8522026-08-12T01:02:37.602Z Downloaded rand v0.8.6
8532026-08-12T01:02:37.606Z Downloaded rustc_version v0.1.7
8542026-08-12T01:02:37.612Z Downloaded uuid v1.23.4
8552026-08-12T01:02:37.616Z Downloaded seq-macro v0.3.6
8562026-08-12T01:02:37.616Z Downloaded ipnet v2.11.0
8572026-08-12T01:02:37.617Z Downloaded linked-hash-map v0.5.6
8582026-08-12T01:02:37.617Z Downloaded nu-ansi-term v0.50.3
8592026-08-12T01:02:37.621Z Downloaded hickory-server v0.25.2
8602026-08-12T01:02:37.625Z Downloaded socket2 v0.6.3
8612026-08-12T01:02:37.628Z Downloaded trait-variant v0.1.2
8622026-08-12T01:02:37.629Z Downloaded unicode-truncate v1.1.0
8632026-08-12T01:02:37.632Z Downloaded x509-cert v0.2.5
8642026-08-12T01:02:37.636Z Downloaded crypto-bigint v0.5.5
8652026-08-12T01:02:37.647Z Downloaded native-tls v0.2.18
8662026-08-12T01:02:37.647Z Downloaded tungstenite v0.21.0
8672026-08-12T01:02:37.652Z Downloaded zerocopy v0.6.6
8682026-08-12T01:02:37.652Z Downloaded olpc-cjson v0.1.4
8692026-08-12T01:02:37.652Z Downloaded pem-rfc7468 v1.0.0
8702026-08-12T01:02:37.652Z Downloaded progenitor v0.14.0
8712026-08-12T01:02:37.652Z Downloaded siphasher v1.0.2
8722026-08-12T01:02:37.652Z Downloaded untrusted v0.7.1
8732026-08-12T01:02:37.652Z Downloaded num_enum v0.7.6
8742026-08-12T01:02:37.652Z Downloaded postgres-protocol v0.6.10
8752026-08-12T01:02:37.652Z Downloaded tokio-macros v2.7.0
8762026-08-12T01:02:37.652Z Downloaded strsim v0.10.0
8772026-08-12T01:02:37.652Z Downloaded num_enum v0.5.11
8782026-08-12T01:02:37.656Z Downloaded csv-core v0.1.13
8792026-08-12T01:02:37.656Z Downloaded darling v0.23.0
8802026-08-12T01:02:37.663Z Downloaded ecdsa v0.17.0
8812026-08-12T01:02:37.663Z Downloaded crc-any v2.5.0
8822026-08-12T01:02:37.667Z Downloaded http v1.4.2
8832026-08-12T01:02:37.667Z Downloaded yansi v1.0.1
8842026-08-12T01:02:37.668Z Downloaded utf-8 v0.7.6
8852026-08-12T01:02:37.668Z Downloaded dirs-sys-next v0.1.2
8862026-08-12T01:02:37.671Z Downloaded derive_more v0.99.20
8872026-08-12T01:02:37.678Z Downloaded match_cfg v0.1.0
8882026-08-12T01:02:37.682Z Downloaded spki v0.8.0
8892026-08-12T01:02:37.685Z Downloaded synstructure v0.13.2
8902026-08-12T01:02:37.688Z Downloaded tinyvec v1.10.0
8912026-08-12T01:02:37.689Z Downloaded keccak v0.1.6
8922026-08-12T01:02:37.689Z Downloaded ml-kem v0.3.2
8932026-08-12T01:02:37.692Z Downloaded hashbrown v0.12.3
8942026-08-12T01:02:37.692Z Downloaded miniz_oxide v0.8.9
8952026-08-12T01:02:37.696Z Downloaded steno v0.4.1
8962026-08-12T01:02:37.696Z Downloaded crossbeam-channel v0.5.15
8972026-08-12T01:02:37.700Z Downloaded prefix-trie v0.7.0
8982026-08-12T01:02:37.700Z Downloaded signal-hook v0.3.18
8992026-08-12T01:02:37.704Z Downloaded lazy_static v1.5.0
9002026-08-12T01:02:37.704Z Downloaded postcard v1.1.3
9012026-08-12T01:02:37.704Z Downloaded stacker v0.1.23
9022026-08-12T01:02:37.707Z Downloaded ipnetwork v0.21.1
9032026-08-12T01:02:37.707Z Downloaded nibble_vec v0.1.0
9042026-08-12T01:02:37.707Z Downloaded num-iter v0.1.45
9052026-08-12T01:02:37.707Z Downloaded derive-where v1.6.0
9062026-08-12T01:02:37.711Z Downloaded vte v0.14.1
9072026-08-12T01:02:37.711Z Downloaded potential_utf v0.1.4
9082026-08-12T01:02:37.711Z Downloaded strum_macros v0.27.2
9092026-08-12T01:02:37.714Z Downloaded unarray v0.1.4
9102026-08-12T01:02:37.714Z Downloaded vergen v9.1.0
9112026-08-12T01:02:37.718Z Downloaded writeable v0.6.2
9122026-08-12T01:02:37.718Z Downloaded zstd v0.13.3
9132026-08-12T01:02:37.718Z Downloaded zstd-safe v7.2.4
9142026-08-12T01:02:37.721Z Downloaded pretty_assertions v1.4.1
9152026-08-12T01:02:37.721Z Downloaded wyz v0.5.1
9162026-08-12T01:02:37.725Z Downloaded nom v8.0.0
9172026-08-12T01:02:37.728Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9182026-08-12T01:02:37.728Z Downloaded darling v0.13.4
9192026-08-12T01:02:37.732Z Downloaded rustc_version v0.4.1
9202026-08-12T01:02:37.732Z Downloaded parking_lot_core v0.9.12
9212026-08-12T01:02:37.735Z Downloaded postgres-types v0.2.12
9222026-08-12T01:02:37.738Z Downloaded unicode-segmentation v1.12.0
9232026-08-12T01:02:37.742Z Downloaded rcgen v0.12.1
9242026-08-12T01:02:37.742Z Downloaded samael v0.0.19
9252026-08-12T01:02:37.745Z Downloaded prettyplease v0.2.37
9262026-08-12T01:02:37.749Z Downloaded scuffle v0.1.0
9272026-08-12T01:02:37.752Z Downloaded serde_urlencoded v0.7.1
9282026-08-12T01:02:37.753Z Downloaded data-encoding v2.10.0
9292026-08-12T01:02:37.756Z Downloaded daft-derive v0.1.7
9302026-08-12T01:02:37.756Z Downloaded tagptr v0.2.0
9312026-08-12T01:02:37.759Z Downloaded ingot-types v0.2.0
9322026-08-12T01:02:37.759Z Downloaded module-lattice v0.2.3
9332026-08-12T01:02:37.763Z Downloaded strip-ansi-escapes v0.2.1
9342026-08-12T01:02:37.770Z Downloaded libbz2-rs-sys v0.2.2
9352026-08-12T01:02:37.774Z Downloaded mime_guess v2.0.5
9362026-08-12T01:02:37.777Z Downloaded parking_lot_core v0.8.6
9372026-08-12T01:02:37.777Z Downloaded structmeta v0.3.0
9382026-08-12T01:02:37.782Z Downloaded peg-macros v0.8.5
9392026-08-12T01:02:37.785Z Downloaded term v0.7.0
9402026-08-12T01:02:37.788Z Downloaded reedline v0.40.0
9412026-08-12T01:02:37.792Z Downloaded zerovec v0.11.5
9422026-08-12T01:02:37.795Z Downloaded quick-error v1.2.3
9432026-08-12T01:02:37.795Z Downloaded toml_edit v0.19.15
9442026-08-12T01:02:37.807Z Downloaded num-derive v0.4.2
9452026-08-12T01:02:37.812Z Downloaded wnaf v0.14.0
9462026-08-12T01:02:37.812Z Downloaded crucible-workspace-hack v0.1.0
9472026-08-12T01:02:37.813Z Downloaded darling_macro v0.23.0
9482026-08-12T01:02:37.813Z Downloaded icu_normalizer v2.1.1
9492026-08-12T01:02:37.813Z Downloaded num-traits v0.2.19
9502026-08-12T01:02:37.813Z Downloaded pin-project-lite v0.2.17
9512026-08-12T01:02:37.818Z Downloaded crossbeam-epoch v0.9.18
9522026-08-12T01:02:37.818Z Downloaded primeorder v0.13.6
9532026-08-12T01:02:37.818Z Downloaded r2d2 v0.8.10
9542026-08-12T01:02:37.821Z Downloaded rand_chacha v0.3.1
9552026-08-12T01:02:37.821Z Downloaded lru-slab v0.1.2
9562026-08-12T01:02:37.821Z Downloaded instant v0.1.13
9572026-08-12T01:02:37.822Z Downloaded managed v0.8.0
9582026-08-12T01:02:37.822Z Downloaded crossbeam-utils v0.8.21
9592026-08-12T01:02:37.822Z Downloaded progenitor-client v0.13.0
9602026-08-12T01:02:37.822Z Downloaded ecdsa v0.16.9
9612026-08-12T01:02:37.827Z Downloaded diesel_derives v2.3.7
9622026-08-12T01:02:37.833Z Downloaded libefi-sys v0.1.0
9632026-08-12T01:02:37.837Z Downloaded uzers v0.12.2
9642026-08-12T01:02:37.837Z Downloaded serde_with_macros v1.5.2
9652026-08-12T01:02:37.837Z Downloaded simd-adler32 v0.3.8
9662026-08-12T01:02:37.837Z Downloaded illumos-nvpair-sys v0.2.0
9672026-08-12T01:02:37.837Z Downloaded sec1 v0.8.1
9682026-08-12T01:02:37.840Z Downloaded indoc v1.0.9
9692026-08-12T01:02:37.840Z Downloaded newtype_derive v0.1.6
9702026-08-12T01:02:37.840Z Downloaded multimap v0.10.1
9712026-08-12T01:02:37.841Z Downloaded pkcs1 v0.8.0-rc.4
9722026-08-12T01:02:37.848Z Downloaded slog-scope v4.4.1
9732026-08-12T01:02:37.848Z Downloaded slog-stdlog v4.1.1
9742026-08-12T01:02:37.848Z Downloaded phf_shared v0.11.3
9752026-08-12T01:02:37.848Z Downloaded jiff-core v0.1.0
9762026-08-12T01:02:37.851Z Downloaded litrs v1.0.0
9772026-08-12T01:02:37.851Z Downloaded thiserror-no-std v2.0.2
9782026-08-12T01:02:37.855Z Downloaded oso-derive v0.27.3
9792026-08-12T01:02:37.859Z Downloaded progenitor-client v0.14.0
9802026-08-12T01:02:37.859Z Downloaded unicase v2.9.0
9812026-08-12T01:02:37.862Z Downloaded tls_codec v0.4.2
9822026-08-12T01:02:37.862Z Downloaded vergen-gitcl v1.0.8
9832026-08-12T01:02:37.862Z Downloaded psl-types v2.0.11
9842026-08-12T01:02:37.865Z Downloaded russh-cryptovec v0.62.0
9852026-08-12T01:02:37.869Z Downloaded progenitor-macro v0.13.0
9862026-08-12T01:02:37.869Z Downloaded signal-hook-mio v0.2.5
9872026-08-12T01:02:37.878Z Downloaded scopeguard v1.2.0
9882026-08-12T01:02:37.878Z Downloaded secrecy v0.10.3
9892026-08-12T01:02:37.878Z Downloaded serde-big-array v0.5.1
9902026-08-12T01:02:37.918Z Downloaded der_derive v0.7.3
9912026-08-12T01:02:37.918Z Downloaded test-strategy v0.4.5
9922026-08-12T01:02:37.949Z Downloaded phf v0.13.1
9932026-08-12T01:02:37.949Z Downloaded take_mut v0.2.2
9942026-08-12T01:02:37.949Z Downloaded diesel-dtrace v0.5.0
9952026-08-12T01:02:37.949Z Downloaded time-core v0.1.8
9962026-08-12T01:02:37.949Z Downloaded usdt v0.6.0
9972026-08-12T01:02:37.950Z Downloaded zeroize v1.9.0
9982026-08-12T01:02:37.950Z Downloaded indexmap v1.9.3
9992026-08-12T01:02:37.950Z Downloaded ed25519 v3.0.0
10002026-08-12T01:02:37.950Z Downloaded crunchy v0.2.4
10012026-08-12T01:02:37.950Z Downloaded crypto-common v0.2.2
10022026-08-12T01:02:37.950Z Downloaded slog v2.8.2
10032026-08-12T01:02:37.950Z Downloaded zone_cfg_derive v0.3.1
10042026-08-12T01:02:37.950Z Downloaded darling_macro v0.20.11
10052026-08-12T01:02:37.950Z Downloaded elliptic-curve v0.14.1
10062026-08-12T01:02:37.950Z Downloaded iri-string v0.7.10
10072026-08-12T01:02:37.950Z Downloaded futures-util v0.3.32
10082026-08-12T01:02:37.955Z Downloaded tracing-attributes v0.1.31
10092026-08-12T01:02:37.955Z Downloaded oxide-update-engine-display v0.1.2
10102026-08-12T01:02:37.955Z Downloaded paste v1.0.15
10112026-08-12T01:02:37.956Z Downloaded primefield v0.14.0
10122026-08-12T01:02:37.956Z Downloaded difflib v0.4.0
10132026-08-12T01:02:37.956Z Downloaded tower v0.5.3
10142026-08-12T01:02:37.956Z Downloaded elliptic-curve v0.13.8
10152026-08-12T01:02:37.956Z Downloaded num-complex v0.4.6
10162026-08-12T01:02:37.956Z Downloaded oso v0.27.3
10172026-08-12T01:02:37.956Z Downloaded embedded-io v0.4.0
10182026-08-12T01:02:37.956Z Downloaded icu_provider v2.1.1
10192026-08-12T01:02:37.956Z Downloaded recursive v0.1.1
10202026-08-12T01:02:37.956Z Downloaded progenitor-impl v0.14.0
10212026-08-12T01:02:37.956Z Downloaded hashbrown v0.15.5
10222026-08-12T01:02:37.956Z Downloaded progenitor-extras v0.2.0
10232026-08-12T01:02:37.964Z Downloaded tar v0.4.46
10242026-08-12T01:02:37.964Z Downloaded rustversion v1.0.22
10252026-08-12T01:02:37.964Z Downloaded slog-dtrace v0.3.0
10262026-08-12T01:02:37.964Z Downloaded openssl-probe v0.1.6
10272026-08-12T01:02:37.965Z Downloaded tui-tree-widget v0.23.1
10282026-08-12T01:02:37.992Z Downloaded precomputed-hash v0.1.1
10292026-08-12T01:02:37.992Z Downloaded rustls-platform-verifier v0.6.2
10302026-08-12T01:02:37.992Z Downloaded cookie v0.18.1
10312026-08-12T01:02:37.992Z Downloaded hkdf v0.12.4
10322026-08-12T01:02:37.992Z Downloaded unicode_categories v0.1.1
10332026-08-12T01:02:38.003Z Downloaded schemars v0.9.0
10342026-08-12T01:02:38.003Z Downloaded serde_cbor v0.11.2
10352026-08-12T01:02:38.003Z Downloaded sponge-cursor v0.1.0
10362026-08-12T01:02:38.003Z Downloaded testing_table v0.3.0
10372026-08-12T01:02:38.003Z Downloaded topological-sort v0.2.2
10382026-08-12T01:02:38.003Z Downloaded zerofrom-derive v0.1.6
10392026-08-12T01:02:38.003Z Downloaded digest v0.11.3
10402026-08-12T01:02:38.003Z Downloaded zip v0.6.6
10412026-08-12T01:02:38.003Z Downloaded digest-io v0.1.0
10422026-08-12T01:02:38.003Z Downloaded tracing-core v0.1.36
10432026-08-12T01:02:38.003Z Downloaded whoami v2.1.0
10442026-08-12T01:02:38.003Z Downloaded tabwriter v1.4.1
10452026-08-12T01:02:38.011Z Downloaded dunce v1.0.5
10462026-08-12T01:02:38.011Z Downloaded dyn-clone v1.0.20
10472026-08-12T01:02:38.011Z Downloaded indent_write v2.2.0
10482026-08-12T01:02:38.011Z Downloaded defmt-parser v1.0.0
10492026-08-12T01:02:38.011Z Downloaded maplit v1.0.2
10502026-08-12T01:02:38.011Z Downloaded rand v0.9.2
10512026-08-12T01:02:38.011Z Downloaded walkdir v2.5.0
10522026-08-12T01:02:38.011Z Downloaded derive-ex v0.1.8
10532026-08-12T01:02:38.020Z Downloaded new_debug_unreachable v1.0.6
10542026-08-12T01:02:38.023Z Downloaded rsa v0.10.0-rc.18
10552026-08-12T01:02:38.024Z Downloaded unicode-normalization v0.1.25
10562026-08-12T01:02:38.024Z Downloaded pkcs8 v0.10.2
10572026-08-12T01:02:38.031Z Downloaded resolv-conf v0.7.6
10582026-08-12T01:02:38.034Z Downloaded zerocopy-derive v0.8.40
10592026-08-12T01:02:38.038Z Downloaded p256 v0.14.0
10602026-08-12T01:02:38.041Z Downloaded rustls-pemfile v2.2.0
10612026-08-12T01:02:38.041Z Downloaded hyper-util v0.1.20
10622026-08-12T01:02:38.051Z Downloaded unicode-properties v0.1.4
10632026-08-12T01:02:38.051Z Downloaded hyper v1.10.1
10642026-08-12T01:02:38.057Z Downloaded proptest v1.11.0
10652026-08-12T01:02:38.057Z Downloaded string_cache v0.8.9
10662026-08-12T01:02:38.057Z Downloaded oxnet v0.1.6
10672026-08-12T01:02:38.065Z Downloaded xattr v1.6.1
10682026-08-12T01:02:38.065Z Downloaded serdect v0.4.3
10692026-08-12T01:02:38.065Z Downloaded darling_core v0.13.4
10702026-08-12T01:02:38.065Z Downloaded primeorder v0.14.0
10712026-08-12T01:02:38.065Z Downloaded rand_core v0.6.4
10722026-08-12T01:02:38.065Z Downloaded xshell-macros v0.2.7
10732026-08-12T01:02:38.065Z Downloaded inout v0.1.4
10742026-08-12T01:02:38.065Z Downloaded nom v7.1.3
10752026-08-12T01:02:38.073Z Downloaded h2 v0.4.15
10762026-08-12T01:02:38.073Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10772026-08-12T01:02:38.073Z Downloaded cookie_store v0.22.1
10782026-08-12T01:02:38.081Z Downloaded toml_edit v0.23.10+spec-1.0.0
10792026-08-12T01:02:38.081Z Downloaded tokio-stream v0.1.18
10802026-08-12T01:02:38.081Z Downloaded normalize-line-endings v0.3.0
10812026-08-12T01:02:38.081Z Downloaded md5 v0.8.0
10822026-08-12T01:02:38.081Z Downloaded rand v0.10.1
10832026-08-12T01:02:38.090Z Downloaded toml_writer v1.1.1+spec-1.1.0
10842026-08-12T01:02:38.090Z Downloaded tough v0.22.0
10852026-08-12T01:02:38.090Z Downloaded derive_more v2.1.1
10862026-08-12T01:02:38.099Z Downloaded hashbrown v0.16.1
10872026-08-12T01:02:38.100Z Downloaded num-bigint-dig v0.8.6
10882026-08-12T01:02:38.103Z Downloaded jobserver v0.1.34
10892026-08-12T01:02:38.103Z Downloaded peg-runtime v0.8.5
10902026-08-12T01:02:38.103Z Downloaded sigpipe v0.1.3
10912026-08-12T01:02:38.103Z Downloaded nanorand v0.7.0
10922026-08-12T01:02:38.103Z Downloaded parse-display-derive v0.10.0
10932026-08-12T01:02:38.103Z Downloaded secrecy v0.8.0
10942026-08-12T01:02:38.103Z Downloaded universal-hash v0.6.1
10952026-08-12T01:02:38.103Z Downloaded blake3 v1.8.5
10962026-08-12T01:02:38.111Z Downloaded ed25519-dalek v3.0.0
10972026-08-12T01:02:38.118Z Downloaded rand_chacha v0.9.0
10982026-08-12T01:02:38.118Z Downloaded rand_core v0.9.5
10992026-08-12T01:02:38.118Z Downloaded derive_more-impl v2.1.1
11002026-08-12T01:02:38.118Z Downloaded ppv-lite86 v0.2.21
11012026-08-12T01:02:38.118Z Downloaded phf v0.12.1
11022026-08-12T01:02:38.125Z Downloaded md-5 v0.10.6
11032026-08-12T01:02:38.125Z Downloaded phf_shared v0.12.1
11042026-08-12T01:02:38.125Z Downloaded crc8 v0.1.1
11052026-08-12T01:02:38.125Z Downloaded pin-project-internal v1.1.11
11062026-08-12T01:02:38.133Z Downloaded serde_with v1.14.0
11072026-08-12T01:02:38.133Z Downloaded support-bundle-viewer v0.1.2
11082026-08-12T01:02:38.133Z Downloaded internal-russh-num-bigint v0.5.0
11092026-08-12T01:02:38.133Z Downloaded slog-term v2.9.2
11102026-08-12T01:02:38.141Z Downloaded crc32fast v1.5.0
11112026-08-12T01:02:38.141Z Downloaded spki v0.7.3
11122026-08-12T01:02:38.141Z Downloaded stringprep v0.1.5
11132026-08-12T01:02:38.141Z Downloaded tokio-dtrace v0.1.1
11142026-08-12T01:02:38.141Z Downloaded strum v0.27.2
11152026-08-12T01:02:38.141Z Downloaded iddqd v0.4.2
11162026-08-12T01:02:38.153Z Downloaded defmt-macros v1.0.1
11172026-08-12T01:02:38.153Z Downloaded socket2 v0.5.10
11182026-08-12T01:02:38.153Z Downloaded tokio-postgres v0.7.16
11192026-08-12T01:02:38.153Z Downloaded tinyvec_macros v0.1.1
11202026-08-12T01:02:38.153Z Downloaded diff v0.1.13
11212026-08-12T01:02:38.156Z Downloaded instability v0.3.11
11222026-08-12T01:02:38.156Z Downloaded port-file v0.1.0
11232026-08-12T01:02:38.156Z Downloaded darling v0.20.11
11242026-08-12T01:02:38.157Z Downloaded rand_core v0.10.0
11252026-08-12T01:02:38.157Z Downloaded subprocess v0.2.15
11262026-08-12T01:02:38.157Z Downloaded corncobs v0.1.4
11272026-08-12T01:02:38.157Z Downloaded parse-size v1.1.0
11282026-08-12T01:02:38.157Z Downloaded sqlparser_derive v0.5.0
11292026-08-12T01:02:38.161Z Downloaded proc-macro-error-attr2 v2.0.0
11302026-08-12T01:02:38.162Z Downloaded sha1 v0.11.0
11312026-08-12T01:02:38.162Z Downloaded tokio-tungstenite v0.21.0
11322026-08-12T01:02:38.169Z Downloaded ref-cast v1.0.25
11332026-08-12T01:02:38.176Z Downloaded universal-hash v0.5.1
11342026-08-12T01:02:38.183Z Downloaded document-features v0.2.12
11352026-08-12T01:02:38.183Z Downloaded publicsuffix v2.3.0
11362026-08-12T01:02:38.183Z Downloaded keccak v0.2.0
11372026-08-12T01:02:38.190Z Downloaded libloading v0.8.9
11382026-08-12T01:02:38.190Z Downloaded strum_macros v0.24.3
11392026-08-12T01:02:38.197Z Downloaded lalrpop-util v0.19.12
11402026-08-12T01:02:38.198Z Downloaded nonempty v0.12.0
11412026-08-12T01:02:38.198Z Downloaded sha1 v0.10.6
11422026-08-12T01:02:38.205Z Downloaded quick-xml v0.37.5
11432026-08-12T01:02:38.205Z Downloaded rustls-pki-types v1.14.0
11442026-08-12T01:02:38.218Z Downloaded zerovec-derive v0.11.2
11452026-08-12T01:02:38.218Z Downloaded ctutils v0.4.2
11462026-08-12T01:02:38.218Z Downloaded scroll v0.13.0
11472026-08-12T01:02:38.218Z Downloaded icu_normalizer_data v2.1.1
11482026-08-12T01:02:38.219Z Downloaded rand_pcg v0.10.2
11492026-08-12T01:02:38.219Z Downloaded xshell v0.2.7
11502026-08-12T01:02:38.230Z Downloaded hkdf v0.13.0
11512026-08-12T01:02:38.230Z Downloaded url v2.5.8
11522026-08-12T01:02:38.230Z Downloaded indicatif v0.18.4
11532026-08-12T01:02:38.230Z Downloaded omicron-zone-package v0.12.3
11542026-08-12T01:02:38.230Z Downloaded ssh-key v0.7.0-rc.11
11552026-08-12T01:02:38.230Z Downloaded ed25519 v2.2.3
11562026-08-12T01:02:38.234Z Downloaded der v0.8.0
11572026-08-12T01:02:38.234Z Downloaded proc-macro-crate v3.4.0
11582026-08-12T01:02:38.234Z Downloaded nodrop v0.1.14
11592026-08-12T01:02:38.234Z Downloaded bitvec v1.0.1
11602026-08-12T01:02:38.238Z Downloaded shlex v1.3.0
11612026-08-12T01:02:38.238Z Downloaded subtle v2.6.1
11622026-08-12T01:02:38.238Z Downloaded twox-hash v2.1.2
11632026-08-12T01:02:38.241Z Downloaded indoc v2.0.7
11642026-08-12T01:02:38.245Z Downloaded litemap v0.8.1
11652026-08-12T01:02:38.245Z Downloaded openssl-macros v0.1.1
11662026-08-12T01:02:38.249Z Downloaded snafu-derive v0.8.9
11672026-08-12T01:02:38.249Z Downloaded yoke-derive v0.8.1
11682026-08-12T01:02:38.249Z Downloaded vergen-lib v0.1.6
11692026-08-12T01:02:38.253Z Downloaded ed25519-dalek v2.2.0
11702026-08-12T01:02:38.253Z Downloaded linear-map v1.2.0
11712026-08-12T01:02:38.257Z Downloaded unicode-xid v0.2.6
11722026-08-12T01:02:38.261Z Downloaded critical-section v1.2.0
11732026-08-12T01:02:38.261Z Downloaded dof v0.4.0
11742026-08-12T01:02:38.271Z Downloaded rustyline v14.0.0
11752026-08-12T01:02:38.279Z Downloaded regex v1.12.3
11762026-08-12T01:02:38.279Z Downloaded vergen-git2 v9.1.0
11772026-08-12T01:02:38.294Z Downloaded salsa20 v0.11.0
11782026-08-12T01:02:38.294Z Downloaded pem-rfc7468 v0.7.0
11792026-08-12T01:02:38.294Z Downloaded progenitor-impl v0.13.0
11802026-08-12T01:02:38.305Z Downloaded openssl-sys v0.9.117
11812026-08-12T01:02:38.305Z Downloaded thread-id v5.1.0
11822026-08-12T01:02:38.305Z Downloaded aws-lc-rs v1.16.3
11832026-08-12T01:02:38.310Z Downloaded impl-trait-for-tuples v0.2.3
11842026-08-12T01:02:38.310Z Downloaded des v0.9.0
11852026-08-12T01:02:38.310Z Downloaded drift v0.2.0
11862026-08-12T01:02:38.310Z Downloaded derive_builder v0.20.2
11872026-08-12T01:02:38.310Z Downloaded tokio-rustls v0.26.4
11882026-08-12T01:02:38.315Z Downloaded papergrid v0.18.0
11892026-08-12T01:02:38.315Z Downloaded schemars v1.2.1
11902026-08-12T01:02:38.323Z Downloaded tungstenite v0.23.0
11912026-08-12T01:02:38.328Z Downloaded slog-async v2.8.0
11922026-08-12T01:02:38.328Z Downloaded git2 v0.20.4
11932026-08-12T01:02:38.332Z Downloaded sha2 v0.11.0
11942026-08-12T01:02:38.332Z Downloaded darling_core v0.23.0
11952026-08-12T01:02:38.336Z Downloaded similar v2.7.0
11962026-08-12T01:02:38.341Z Downloaded memmap2 v0.9.10
11972026-08-12T01:02:38.342Z Downloaded iana-time-zone v0.1.65
11982026-08-12T01:02:38.342Z Downloaded num-bigint v0.4.6
11992026-08-12T01:02:38.342Z Downloaded chrono v0.4.45
12002026-08-12T01:02:38.345Z Downloaded polar-core v0.27.3
12012026-08-12T01:02:38.348Z Downloaded usdt-impl v0.6.0
12022026-08-12T01:02:38.355Z Downloaded idna v1.1.0
12032026-08-12T01:02:38.355Z Downloaded minimal-lexical v0.2.1
12042026-08-12T01:02:38.359Z Downloaded icu_locale_core v2.1.1
12052026-08-12T01:02:38.359Z Downloaded unicode-bidi v0.3.18
12062026-08-12T01:02:38.359Z Downloaded reqwest v0.12.28
12072026-08-12T01:02:38.408Z Downloaded portable-atomic v1.13.1
12082026-08-12T01:02:38.424Z Downloaded der v0.7.10
12092026-08-12T01:02:38.424Z Downloaded ron v0.8.1
12102026-08-12T01:02:38.424Z Downloaded pkcs5 v0.8.1
12112026-08-12T01:02:38.424Z Downloaded itertools v0.10.5
12122026-08-12T01:02:38.424Z Downloaded moka v0.12.13
12132026-08-12T01:02:38.424Z Downloaded parking_lot v0.12.5
12142026-08-12T01:02:38.424Z Downloaded quinn-proto v0.11.16
12152026-08-12T01:02:38.424Z Downloaded regex-syntax v0.6.29
12162026-08-12T01:02:38.424Z Downloaded schemars v0.8.22
12172026-08-12T01:02:38.424Z Downloaded winnow v0.5.40
12182026-08-12T01:02:38.442Z Downloaded russh v0.62.4
12192026-08-12T01:02:38.442Z Downloaded libxml v0.3.3
12202026-08-12T01:02:38.442Z Downloaded mio v1.2.0
12212026-08-12T01:02:38.442Z Downloaded tabled v0.21.0
12222026-08-12T01:02:38.448Z Downloaded object v0.30.4
12232026-08-12T01:02:38.448Z Downloaded itertools v0.14.0
12242026-08-12T01:02:38.448Z Downloaded itertools v0.12.1
12252026-08-12T01:02:38.452Z Downloaded goblin v0.10.5
12262026-08-12T01:02:38.459Z Downloaded rsa v0.9.10
12272026-08-12T01:02:38.459Z Downloaded crossterm v0.29.0
12282026-08-12T01:02:38.470Z Downloaded icu_collections v2.1.1
12292026-08-12T01:02:38.473Z Downloaded dropshot-api-manager v0.7.2
12302026-08-12T01:02:38.473Z Downloaded radix_trie v0.2.1
12312026-08-12T01:02:38.483Z Downloaded tokio-util v0.7.18
12322026-08-12T01:02:38.491Z Downloaded tower-http v0.6.8
12332026-08-12T01:02:38.500Z Downloaded qorb v0.4.1
12342026-08-12T01:02:38.500Z Downloaded typed-path v0.9.3
12352026-08-12T01:02:38.503Z Downloaded darling_core v0.20.11
12362026-08-12T01:02:38.503Z Downloaded bstr v1.12.1
12372026-08-12T01:02:38.510Z Downloaded object v0.37.3
12382026-08-12T01:02:38.520Z Downloaded petname v2.0.2
12392026-08-12T01:02:38.520Z Downloaded crossterm v0.28.1
12402026-08-12T01:02:38.527Z Downloaded icu_properties_data v2.1.2
12412026-08-12T01:02:38.527Z Downloaded crypto-bigint v0.7.5
12422026-08-12T01:02:38.532Z Downloaded winnow v0.6.26
12432026-08-12T01:02:38.536Z Downloaded serde_with v3.21.0
12442026-08-12T01:02:38.544Z Downloaded vcpkg v0.2.15
12452026-08-12T01:02:38.572Z Downloaded itertools v0.13.0
12462026-08-12T01:02:38.577Z Downloaded itertools v0.15.0
12472026-08-12T01:02:38.577Z Downloaded salty v0.3.0
12482026-08-12T01:02:38.580Z Downloaded zip v4.6.1
12492026-08-12T01:02:38.580Z Downloaded crypto-primes v0.7.2
12502026-08-12T01:02:38.583Z Downloaded reqwest v0.13.2
12512026-08-12T01:02:38.630Z Downloaded libm v0.2.16
12522026-08-12T01:02:38.646Z Downloaded zlib-rs v0.6.2
12532026-08-12T01:02:38.656Z Downloaded lalrpop v0.19.12
12542026-08-12T01:02:38.660Z Downloaded sha3 v0.12.0
12552026-08-12T01:02:38.660Z Downloaded nix v0.28.0
12562026-08-12T01:02:38.667Z Downloaded nix v0.27.1
12572026-08-12T01:02:38.678Z Downloaded rawzip v0.4.4
12582026-08-12T01:02:38.682Z Downloaded typify-impl v0.6.2
12592026-08-12T01:02:38.690Z Downloaded rayon v1.11.0
12602026-08-12T01:02:38.711Z Downloaded zerocopy v0.8.40
12612026-08-12T01:02:38.718Z Downloaded winnow v1.0.3
12622026-08-12T01:02:38.722Z Downloaded nix v0.31.2
12632026-08-12T01:02:38.727Z Downloaded p384 v0.13.1
12642026-08-12T01:02:38.753Z Downloaded diesel v2.3.7
12652026-08-12T01:02:38.757Z Downloaded hickory-proto v0.24.4
12662026-08-12T01:02:38.757Z Downloaded curve25519-dalek v4.1.3
12672026-08-12T01:02:38.757Z Downloaded smoltcp v0.11.0
12682026-08-12T01:02:38.764Z Downloaded sled v0.34.7
12692026-08-12T01:02:38.770Z Downloaded regex-syntax v0.8.10
12702026-08-12T01:02:38.780Z Downloaded time v0.3.47
12712026-08-12T01:02:38.785Z Downloaded hickory-proto v0.25.2
12722026-08-12T01:02:38.789Z Downloaded tracing v0.1.44
12732026-08-12T01:02:38.803Z Downloaded rustix v0.38.44
12742026-08-12T01:02:38.853Z Downloaded smoltcp v0.9.1
12752026-08-12T01:02:38.858Z Downloaded openapiv3 v2.2.0
12762026-08-12T01:02:38.858Z Downloaded sha3 v0.11.0
12772026-08-12T01:02:38.858Z Downloaded regress v0.10.5
12782026-08-12T01:02:38.858Z Downloaded regex-automata v0.4.14
12792026-08-12T01:02:38.858Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-08-12T01:02:38.858Z Downloaded ratatui v0.29.0
12812026-08-12T01:02:38.876Z Downloaded dropshot v0.17.1
12822026-08-12T01:02:38.880Z Downloaded zerocopy-derive v0.6.6
12832026-08-12T01:02:38.880Z Downloaded openssl v0.10.80
12842026-08-12T01:02:38.885Z Downloaded curve25519-dalek v5.0.0
12852026-08-12T01:02:38.893Z Downloaded regress v0.11.1
12862026-08-12T01:02:38.896Z Downloaded rustls v0.23.41
12872026-08-12T01:02:38.926Z Downloaded chrono-tz v0.10.4
12882026-08-12T01:02:38.933Z Downloaded sqlparser v0.61.0
12892026-08-12T01:02:38.933Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-08-12T01:02:38.974Z Downloaded petgraph v0.6.5
12912026-08-12T01:02:38.984Z Downloaded libz-sys v1.1.24
12922026-08-12T01:02:39.000Z Downloaded sha3 v0.10.8
12932026-08-12T01:02:39.017Z Downloaded jiff v0.2.34
12942026-08-12T01:02:39.029Z Downloaded petgraph v0.8.3
12952026-08-12T01:02:39.054Z Downloaded csv v1.4.0
12962026-08-12T01:02:39.067Z Downloaded tokio v1.52.1
12972026-08-12T01:02:39.088Z Downloaded encoding_rs v0.8.35
12982026-08-12T01:02:39.101Z Downloaded ring v0.17.14
12992026-08-12T01:02:39.145Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-08-12T01:02:39.651Z Downloaded aws-lc-sys v0.40.0
13012026-08-12T01:02:39.914Z Compiling serde_core v1.0.228
13022026-08-12T01:02:39.914Z Compiling libc v0.2.185
13032026-08-12T01:02:39.914Z Compiling serde v1.0.228
13042026-08-12T01:02:39.918Z Compiling log v0.4.29
13052026-08-12T01:02:39.918Z Compiling smallvec v1.15.1
13062026-08-12T01:02:39.918Z Compiling find-msvc-tools v0.1.9
13072026-08-12T01:02:39.918Z Compiling shlex v1.3.0
13082026-08-12T01:02:39.918Z Compiling subtle v2.6.1
13092026-08-12T01:02:40.068Z Compiling scopeguard v1.2.0
13102026-08-12T01:02:40.071Z Compiling typenum v1.20.1
13112026-08-12T01:02:40.071Z Compiling stable_deref_trait v1.2.1
13122026-08-12T01:02:40.088Z Compiling zerocopy v0.8.40
13132026-08-12T01:02:40.088Z Compiling portable-atomic v1.13.1
13142026-08-12T01:02:40.103Z Compiling serde_json v1.0.151
13152026-08-12T01:02:40.115Z Compiling syn v2.0.117
13162026-08-12T01:02:40.165Z Compiling critical-section v1.2.0
13172026-08-12T01:02:40.327Z Compiling libm v0.2.16
13182026-08-12T01:02:40.333Z Compiling num-traits v0.2.19
13192026-08-12T01:02:40.351Z Compiling lock_api v0.4.14
13202026-08-12T01:02:40.357Z Compiling pkg-config v0.3.32
13212026-08-12T01:02:40.357Z Compiling generic-array v0.14.7
13222026-08-12T01:02:40.378Z Compiling getrandom v0.4.1
13232026-08-12T01:02:40.405Z Compiling const-oid v0.9.6
13242026-08-12T01:02:40.452Z Compiling pin-project-lite v0.2.17
13252026-08-12T01:02:40.516Z Compiling parking_lot_core v0.9.12
13262026-08-12T01:02:40.520Z Compiling rand_core v0.10.0
13272026-08-12T01:02:40.560Z Compiling litemap v0.8.1
13282026-08-12T01:02:40.612Z Compiling writeable v0.6.2
13292026-08-12T01:02:40.651Z Compiling percent-encoding v2.3.2
13302026-08-12T01:02:40.699Z Compiling futures-core v0.3.32
13312026-08-12T01:02:40.732Z Compiling icu_properties_data v2.1.2
13322026-08-12T01:02:40.761Z Compiling icu_normalizer_data v2.1.1
13332026-08-12T01:02:40.794Z Compiling getrandom v0.3.4
13342026-08-12T01:02:40.841Z Compiling futures-sink v0.3.32
13352026-08-12T01:02:40.846Z Compiling rustix v1.1.3
13362026-08-12T01:02:40.854Z Compiling utf8_iter v1.0.4
13372026-08-12T01:02:40.883Z Compiling slab v0.4.12
13382026-08-12T01:02:40.897Z Compiling futures-task v0.3.32
13392026-08-12T01:02:40.958Z Compiling futures-channel v0.3.32
13402026-08-12T01:02:40.969Z Compiling futures-io v0.3.32
13412026-08-12T01:02:41.031Z Compiling errno v0.3.14
13422026-08-12T01:02:41.078Z Compiling jobserver v0.1.34
13432026-08-12T01:02:41.092Z Compiling getrandom v0.2.17
13442026-08-12T01:02:41.146Z Compiling signal-hook-registry v1.4.8
13452026-08-12T01:02:41.162Z Compiling mio v1.2.0
13462026-08-12T01:02:41.178Z Compiling socket2 v0.6.3
13472026-08-12T01:02:41.196Z Compiling form_urlencoded v1.2.2
13482026-08-12T01:02:41.215Z Compiling rustversion v1.0.22
13492026-08-12T01:02:41.229Z Compiling base64ct v1.8.3
13502026-08-12T01:02:41.242Z Compiling rand_core v0.6.4
13512026-08-12T01:02:41.345Z Compiling cc v1.2.56
13522026-08-12T01:02:41.361Z Compiling once_cell v1.21.3
13532026-08-12T01:02:41.381Z Compiling parking_lot v0.12.5
13542026-08-12T01:02:41.438Z Compiling iana-time-zone v0.1.65
13552026-08-12T01:02:41.442Z Compiling flagset v0.4.7
13562026-08-12T01:02:41.569Z Compiling pem-rfc7468 v0.7.0
13572026-08-12T01:02:41.569Z Compiling dunce v1.0.5
13582026-08-12T01:02:41.619Z Compiling ident_case v1.0.1
13592026-08-12T01:02:41.654Z Compiling fs_extra v1.3.0
13602026-08-12T01:02:41.673Z Compiling regex-syntax v0.8.10
13612026-08-12T01:02:41.688Z Compiling base64 v0.22.1
13622026-08-12T01:02:41.706Z Compiling syn v1.0.109
13632026-08-12T01:02:41.706Z Compiling vcpkg v0.2.15
13642026-08-12T01:02:41.720Z Compiling rand_core v0.9.5
13652026-08-12T01:02:41.781Z Compiling tracing-core v0.1.36
13662026-08-12T01:02:41.799Z Compiling aws-lc-rs v1.16.3
13672026-08-12T01:02:41.814Z Compiling schemars v0.8.22
13682026-08-12T01:02:41.871Z Compiling dyn-clone v1.0.20
13692026-08-12T01:02:41.947Z Compiling cpufeatures v0.2.17
13702026-08-12T01:02:41.962Z Compiling spin v0.9.8
13712026-08-12T01:02:42.027Z Compiling tinyvec_macros v0.1.1
13722026-08-12T01:02:42.060Z Compiling httparse v1.10.1
13732026-08-12T01:02:42.063Z Compiling crc32fast v1.5.0
13742026-08-12T01:02:42.063Z Compiling openssl-probe v0.2.1
13752026-08-12T01:02:42.101Z Compiling cmov v0.5.4
13762026-08-12T01:02:42.117Z Compiling tinyvec v1.10.0
13772026-08-12T01:02:42.117Z Compiling aho-corasick v1.1.4
13782026-08-12T01:02:42.161Z Compiling cmake v0.1.57
13792026-08-12T01:02:42.197Z Compiling atomic-waker v1.1.2
13802026-08-12T01:02:42.248Z Compiling untrusted v0.7.1
13812026-08-12T01:02:42.326Z Compiling ctutils v0.4.2
13822026-08-12T01:02:42.339Z Compiling bitflags v2.11.0
13832026-08-12T01:02:42.376Z Compiling semver v1.0.28
13842026-08-12T01:02:42.390Z Compiling indexmap v2.14.0
13852026-08-12T01:02:42.404Z Compiling uuid v1.23.4
13862026-08-12T01:02:42.500Z Compiling try-lock v0.2.5
13872026-08-12T01:02:42.516Z Compiling radium v0.7.0
13882026-08-12T01:02:42.544Z Compiling tower-layer v0.3.3
13892026-08-12T01:02:42.582Z Compiling tower-service v0.3.3
13902026-08-12T01:02:42.598Z Compiling rustc_version v0.4.1
13912026-08-12T01:02:42.598Z Compiling want v0.3.1
13922026-08-12T01:02:42.716Z Compiling tap v1.0.1
13932026-08-12T01:02:42.730Z Compiling httpdate v1.0.3
13942026-08-12T01:02:42.801Z Compiling foreign-types-shared v0.1.1
13952026-08-12T01:02:42.817Z Compiling simd-adler32 v0.3.8
13962026-08-12T01:02:42.833Z Compiling openssl v0.10.80
13972026-08-12T01:02:42.847Z Compiling rustls v0.23.41
13982026-08-12T01:02:42.894Z Compiling maybe-uninit v2.0.0
13992026-08-12T01:02:42.945Z Compiling untrusted v0.9.0
14002026-08-12T01:02:42.983Z Compiling foreign-types v0.3.2
14012026-08-12T01:02:42.999Z Compiling aws-lc-sys v0.40.0
14022026-08-12T01:02:43.026Z Compiling openssl-sys v0.9.117
14032026-08-12T01:02:43.041Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-08-12T01:02:43.069Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-08-12T01:02:43.087Z Compiling wyz v0.5.1
14062026-08-12T01:02:43.115Z Compiling unicode-normalization v0.1.25
14072026-08-12T01:02:43.115Z Compiling num-integer v0.1.46
14082026-08-12T01:02:43.145Z Compiling wait-timeout v0.2.1
14092026-08-12T01:02:43.187Z Compiling regex-automata v0.4.14
14102026-08-12T01:02:43.304Z Compiling synstructure v0.13.2
14112026-08-12T01:02:43.304Z Compiling serde_derive_internals v0.29.1
14122026-08-12T01:02:43.402Z Compiling pest_generator v2.8.6
14132026-08-12T01:02:43.473Z Compiling darling_core v0.20.11
14142026-08-12T01:02:43.505Z Compiling tempfile v3.25.0
14152026-08-12T01:02:43.545Z Compiling terminal_size v0.4.3
14162026-08-12T01:02:43.567Z Compiling ahash v0.8.12
14172026-08-12T01:02:43.655Z Compiling bit-vec v0.8.0
14182026-08-12T01:02:43.702Z Compiling powerfmt v0.2.0
14192026-08-12T01:02:43.769Z Compiling time-core v0.1.8
14202026-08-12T01:02:43.790Z Compiling adler2 v2.0.1
14212026-08-12T01:02:43.900Z Compiling native-tls v0.2.18
14222026-08-12T01:02:43.918Z Compiling packed_struct v0.10.1
14232026-08-12T01:02:43.931Z Compiling num-bigint-dig v0.8.6
14242026-08-12T01:02:43.948Z Compiling num-conv v0.2.0
14252026-08-12T01:02:43.951Z Compiling funty v2.0.0
14262026-08-12T01:02:43.951Z Compiling quick-error v1.2.3
14272026-08-12T01:02:43.993Z Compiling miniz_oxide v0.8.9
14282026-08-12T01:02:44.116Z Compiling time-macros v0.2.27
14292026-08-12T01:02:44.135Z Compiling rusty-fork v0.3.1
14302026-08-12T01:02:44.150Z Compiling deranged v0.5.8
14312026-08-12T01:02:44.194Z Compiling bit-set v0.8.0
14322026-08-12T01:02:44.240Z Compiling clap_builder v4.6.0
14332026-08-12T01:02:44.340Z Compiling bitvec v1.0.1
14342026-08-12T01:02:44.375Z Compiling num-iter v0.1.45
14352026-08-12T01:02:44.449Z Compiling lazy_static v1.5.0
14362026-08-12T01:02:44.477Z Compiling rand_xorshift v0.4.0
14372026-08-12T01:02:44.508Z Compiling anstyle-parse v0.2.7
14382026-08-12T01:02:44.552Z Compiling sync_wrapper v1.0.2
14392026-08-12T01:02:44.579Z Compiling indexmap v1.9.3
14402026-08-12T01:02:44.628Z Compiling siphasher v1.0.2
14412026-08-12T01:02:44.656Z Compiling nodrop v0.1.14
14422026-08-12T01:02:44.673Z Compiling usdt-impl v0.6.0
14432026-08-12T01:02:44.699Z Compiling zlib-rs v0.6.2
14442026-08-12T01:02:44.763Z Compiling crossbeam-utils v0.8.21
14452026-08-12T01:02:44.783Z Compiling paste v1.0.15
14462026-08-12T01:02:44.832Z Compiling num_threads v0.1.7
14472026-08-12T01:02:44.892Z Compiling unarray v0.1.4
14482026-08-12T01:02:44.949Z Compiling crc-catalog v2.4.0
14492026-08-12T01:02:45.033Z Compiling crc v3.4.0
14502026-08-12T01:02:45.069Z Compiling serde_derive v1.0.228
14512026-08-12T01:02:45.072Z Compiling zeroize_derive v1.5.0
14522026-08-12T01:02:45.101Z Compiling zerocopy-derive v0.8.40
14532026-08-12T01:02:45.104Z Compiling zerofrom-derive v0.1.6
14542026-08-12T01:02:45.206Z Compiling yoke-derive v0.8.1
14552026-08-12T01:02:45.238Z Compiling zerovec-derive v0.11.2
14562026-08-12T01:02:45.298Z Compiling displaydoc v0.2.5
14572026-08-12T01:02:45.564Z Compiling tokio-macros v2.7.0
14582026-08-12T01:02:45.769Z Compiling futures-macro v0.3.32
14592026-08-12T01:02:45.857Z Compiling thiserror-impl v2.0.18
14602026-08-12T01:02:45.873Z Compiling der_derive v0.7.3
14612026-08-12T01:02:46.075Z Compiling tracing-attributes v0.1.31
14622026-08-12T01:02:46.204Z Compiling schemars_derive v0.8.22
14632026-08-12T01:02:46.345Z Compiling scroll_derive v0.13.1
14642026-08-12T01:02:46.407Z Compiling pest_derive v2.8.6
14652026-08-12T01:02:46.421Z Compiling darling_macro v0.20.11
14662026-08-12T01:02:46.586Z Compiling zerofrom v0.1.6
14672026-08-12T01:02:46.634Z Compiling futures-util v0.3.32
14682026-08-12T01:02:46.728Z Compiling yoke v0.8.1
14692026-08-12T01:02:46.886Z Compiling thiserror-impl v1.0.69
14702026-08-12T01:02:46.889Z Compiling openssl-macros v0.1.1
14712026-08-12T01:02:46.928Z Compiling zerovec v0.11.5
14722026-08-12T01:02:46.940Z Compiling zerotrie v0.2.3
14732026-08-12T01:02:47.185Z Compiling scroll v0.13.0
14742026-08-12T01:02:47.216Z Compiling thiserror v2.0.18
14752026-08-12T01:02:47.261Z Compiling darling v0.20.11
14762026-08-12T01:02:47.314Z Compiling packed_struct_codegen v0.10.1
14772026-08-12T01:02:47.345Z Compiling bitfield-macros v0.19.4
14782026-08-12T01:02:47.362Z Compiling zerocopy-derive v0.6.6
14792026-08-12T01:02:47.450Z Compiling tinystr v0.8.2
14802026-08-12T01:02:47.472Z Compiling potential_utf v0.1.4
14812026-08-12T01:02:47.488Z Compiling tracing v0.1.44
14822026-08-12T01:02:47.491Z Compiling goblin v0.10.5
14832026-08-12T01:02:47.536Z Compiling clap_derive v4.6.1
14842026-08-12T01:02:47.660Z Compiling icu_locale_core v2.1.1
14852026-08-12T01:02:47.674Z Compiling icu_collections v2.1.1
14862026-08-12T01:02:47.782Z Compiling flate2 v1.1.9
14872026-08-12T01:02:47.954Z Compiling derive_builder_core v0.20.2
14882026-08-12T01:02:48.129Z Compiling bitfield v0.19.4
14892026-08-12T01:02:48.190Z Compiling dtrace-parser v0.3.0
14902026-08-12T01:02:48.224Z Compiling thiserror v1.0.69
14912026-08-12T01:02:48.276Z Compiling zerocopy v0.6.6
14922026-08-12T01:02:48.342Z Compiling icu_provider v2.1.1
14932026-08-12T01:02:48.356Z Compiling time v0.3.47
14942026-08-12T01:02:48.481Z Compiling scroll_derive v0.12.1
14952026-08-12T01:02:48.519Z Compiling structmeta-derive v0.3.0
14962026-08-12T01:02:48.565Z Compiling array-init v0.0.4
14972026-08-12T01:02:48.623Z Compiling icu_normalizer v2.1.1
14982026-08-12T01:02:48.660Z Compiling zeroize v1.9.0
14992026-08-12T01:02:48.716Z Compiling bytes v1.11.1
15002026-08-12T01:02:48.891Z Compiling icu_properties v2.1.2
15012026-08-12T01:02:48.927Z Compiling chrono v0.4.45
15022026-08-12T01:02:48.943Z Compiling der v0.7.10
15032026-08-12T01:02:49.021Z Compiling rustls-pki-types v1.14.0
15042026-08-12T01:02:49.172Z Compiling hybrid-array v0.4.13
15052026-08-12T01:02:49.186Z Compiling tokio v1.52.1
15062026-08-12T01:02:49.339Z Compiling http v1.4.2
15072026-08-12T01:02:49.365Z Compiling ipnet v2.11.0
15082026-08-12T01:02:49.432Z Compiling crypto-common v0.1.7
15092026-08-12T01:02:49.486Z Compiling block-buffer v0.10.4
15102026-08-12T01:02:49.598Z Compiling ppv-lite86 v0.2.21
15112026-08-12T01:02:49.643Z Compiling digest v0.10.7
15122026-08-12T01:02:49.675Z Compiling hex v0.4.3
15132026-08-12T01:02:49.728Z Compiling toml_datetime v0.6.11
15142026-08-12T01:02:49.856Z Compiling idna_adapter v1.2.1
15152026-08-12T01:02:49.912Z Compiling spki v0.7.3
15162026-08-12T01:02:49.932Z Compiling rand_chacha v0.9.0
15172026-08-12T01:02:49.965Z Compiling idna v1.1.0
15182026-08-12T01:02:49.969Z Compiling sha2 v0.10.9
15192026-08-12T01:02:49.996Z Compiling http-body v1.0.1
15202026-08-12T01:02:50.000Z Compiling rand_chacha v0.3.1
15212026-08-12T01:02:50.010Z Compiling signature v2.2.0
15222026-08-12T01:02:50.026Z Compiling hmac v0.12.1
15232026-08-12T01:02:50.147Z Compiling pkcs8 v0.10.2
15242026-08-12T01:02:50.204Z Compiling serde_spanned v0.6.9
15252026-08-12T01:02:50.228Z Compiling rand v0.9.2
15262026-08-12T01:02:50.243Z Compiling dof v0.4.0
15272026-08-12T01:02:50.250Z Compiling http-body-util v0.1.3
15282026-08-12T01:02:50.309Z Compiling rand v0.8.6
15292026-08-12T01:02:50.372Z Compiling url v2.5.8
15302026-08-12T01:02:50.388Z Compiling pkcs1 v0.7.5
15312026-08-12T01:02:50.505Z Compiling clap v4.6.1
15322026-08-12T01:02:50.706Z Compiling anstream v0.6.21
15332026-08-12T01:02:50.720Z Compiling smallvec v0.6.14
15342026-08-12T01:02:50.737Z Compiling darling_core v0.23.0
15352026-08-12T01:02:50.765Z Compiling heapless v0.7.17
15362026-08-12T01:02:50.795Z Compiling slog v2.8.2
15372026-08-12T01:02:50.998Z Compiling proptest v1.11.0
15382026-08-12T01:02:51.014Z Compiling thread-id v5.1.0
15392026-08-12T01:02:51.027Z Compiling env_filter v1.0.0
15402026-08-12T01:02:51.030Z Compiling cookie v0.18.1
15412026-08-12T01:02:51.107Z Compiling hashbrown v0.12.3
15422026-08-12T01:02:51.130Z Compiling base64 v0.21.7
15432026-08-12T01:02:51.204Z Compiling iri-string v0.7.10
15442026-08-12T01:02:51.242Z Compiling anyhow v1.0.102
15452026-08-12T01:02:51.339Z Compiling zstd-safe v7.2.4
15462026-08-12T01:02:51.388Z Compiling signal-hook v0.3.18
15472026-08-12T01:02:51.465Z Compiling allocator-api2 v0.2.21
15482026-08-12T01:02:51.482Z Compiling ryu v1.0.23
15492026-08-12T01:02:51.552Z Compiling winnow v0.5.40
15502026-08-12T01:02:51.568Z Compiling unicode-bidi v0.3.18
15512026-08-12T01:02:51.582Z Compiling unicode-properties v0.1.4
15522026-08-12T01:02:51.614Z Compiling serde_urlencoded v0.7.1
15532026-08-12T01:02:51.671Z Compiling ipnetwork v0.21.1
15542026-08-12T01:02:51.800Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15552026-08-12T01:02:51.881Z Compiling stringprep v0.1.5
15562026-08-12T01:02:51.901Z Compiling oxnet v0.1.6
15572026-08-12T01:02:51.918Z Compiling ron v0.8.1
15582026-08-12T01:02:52.046Z Compiling rsa v0.9.10
15592026-08-12T01:02:52.101Z Compiling env_logger v0.11.9
15602026-08-12T01:02:52.252Z Compiling serde-hex v0.1.0
15612026-08-12T01:02:52.267Z Compiling hashbrown v0.13.2
15622026-08-12T01:02:52.344Z Compiling x509-cert v0.2.5
15632026-08-12T01:02:52.359Z Compiling crypto-common v0.2.2
15642026-08-12T01:02:52.472Z Compiling block-padding v0.4.2
15652026-08-12T01:02:52.661Z Compiling block-buffer v0.12.1
15662026-08-12T01:02:52.731Z Compiling md-5 v0.10.6
15672026-08-12T01:02:52.747Z Compiling structmeta v0.3.0
15682026-08-12T01:02:52.771Z Compiling rustls-native-certs v0.8.3
15692026-08-12T01:02:52.879Z Compiling toml_edit v0.19.15
15702026-08-12T01:02:52.879Z Compiling scroll v0.12.0
15712026-08-12T01:02:52.920Z Compiling derive_builder_macro v0.20.2
15722026-08-12T01:02:52.978Z Compiling serde_tokenstream v0.2.3
15732026-08-12T01:02:53.002Z Compiling erased-serde v0.3.31
15742026-08-12T01:02:53.087Z Compiling tokio-util v0.7.18
15752026-08-12T01:02:53.181Z Compiling tower v0.5.3
15762026-08-12T01:02:53.260Z Compiling darling_macro v0.23.0
15772026-08-12T01:02:53.306Z Compiling tokio-native-tls v0.3.1
15782026-08-12T01:02:53.430Z Compiling newtype-uuid v1.3.2
15792026-08-12T01:02:53.498Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15802026-08-12T01:02:53.502Z Compiling camino v1.2.2
15812026-08-12T01:02:53.679Z Compiling tower-http v0.6.8
15822026-08-12T01:02:53.778Z Compiling h2 v0.4.15
15832026-08-12T01:02:53.887Z Compiling bzip2 v0.4.4
15842026-08-12T01:02:53.975Z Compiling bstr v1.12.1
15852026-08-12T01:02:53.999Z Compiling pin-project-internal v1.1.11
15862026-08-12T01:02:54.095Z Compiling daft-derive v0.1.7
15872026-08-12T01:02:54.109Z Compiling zerocopy-derive v0.7.35
15882026-08-12T01:02:54.124Z Compiling async-trait v0.1.89
15892026-08-12T01:02:54.140Z Compiling curve25519-dalek v4.1.3
15902026-08-12T01:02:54.233Z Compiling vergen-lib v9.1.0
15912026-08-12T01:02:54.307Z Compiling hash32 v0.2.1
15922026-08-12T01:02:54.432Z Compiling memoffset v0.9.1
15932026-08-12T01:02:54.528Z Compiling encoding_rs v0.8.35
15942026-08-12T01:02:54.545Z Compiling mime v0.3.17
15952026-08-12T01:02:54.667Z Compiling fallible-iterator v0.2.0
15962026-08-12T01:02:54.684Z Compiling smoltcp v0.9.1
15972026-08-12T01:02:54.813Z Compiling crc-any v2.5.0
15982026-08-12T01:02:54.890Z Compiling cfg_aliases v0.2.1
15992026-08-12T01:02:54.967Z Compiling ref-cast v1.0.25
16002026-08-12T01:02:54.999Z Compiling litrs v1.0.0
16012026-08-12T01:02:55.037Z Compiling psl-types v2.0.11
16022026-08-12T01:02:55.054Z Compiling rustix v0.38.44
16032026-08-12T01:02:55.059Z Compiling zerocopy v0.7.35
16042026-08-12T01:02:55.083Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16052026-08-12T01:02:55.196Z Compiling nix v0.31.2
16062026-08-12T01:02:55.222Z Compiling pin-project v1.1.11
16072026-08-12T01:02:55.237Z Compiling publicsuffix v2.3.0
16082026-08-12T01:02:55.241Z Compiling postgres-protocol v0.6.10
16092026-08-12T01:02:55.336Z Compiling daft v0.1.7
16102026-08-12T01:02:55.551Z Compiling document-features v0.2.12
16112026-08-12T01:02:55.566Z Compiling toml v0.7.8
16122026-08-12T01:02:55.569Z Compiling zip v0.6.6
16132026-08-12T01:02:55.599Z Compiling darling v0.23.0
16142026-08-12T01:02:55.601Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16152026-08-12T01:02:55.646Z Compiling derive_builder v0.20.2
16162026-08-12T01:02:55.708Z Compiling goblin v0.8.2
16172026-08-12T01:02:55.790Z Compiling derive-ex v0.1.8
16182026-08-12T01:02:55.820Z Compiling object v0.30.4
16192026-08-12T01:02:55.923Z Compiling inout v0.2.2
16202026-08-12T01:02:56.170Z Compiling futures-executor v0.3.32
16212026-08-12T01:02:56.173Z Compiling hubpack_derive v0.1.1
16222026-08-12T01:02:56.199Z Compiling regex v1.12.3
16232026-08-12T01:02:56.344Z Compiling curve25519-dalek-derive v0.1.1
16242026-08-12T01:02:56.453Z Compiling ref-cast-impl v1.0.25
16252026-08-12T01:02:56.456Z Compiling snafu-derive v0.8.9
16262026-08-12T01:02:56.485Z Compiling strum_macros v0.27.2
16272026-08-12T01:02:56.537Z Compiling phf_shared v0.13.1
16282026-08-12T01:02:56.567Z Compiling cargo-platform v0.3.2
16292026-08-12T01:02:56.582Z Compiling vergen v9.1.0
16302026-08-12T01:02:56.652Z Compiling ff v0.13.1
16312026-08-12T01:02:56.675Z Compiling fs-err v3.3.0
16322026-08-12T01:02:56.781Z Compiling jiff-core v0.1.0
16332026-08-12T01:02:56.798Z Compiling unicode-segmentation v1.12.0
16342026-08-12T01:02:56.812Z Compiling path-slash v0.1.5
16352026-08-12T01:02:56.861Z Compiling libbz2-rs-sys v0.2.2
16362026-08-12T01:02:56.886Z Compiling same-file v1.0.6
16372026-08-12T01:02:56.961Z Compiling base16ct v0.2.0
16382026-08-12T01:02:57.049Z Compiling hyper v1.10.1
16392026-08-12T01:02:57.065Z Compiling bumpalo v3.20.2
16402026-08-12T01:02:57.083Z Compiling bitflags v1.3.2
16412026-08-12T01:02:57.159Z Compiling either v1.15.0
16422026-08-12T01:02:57.176Z Compiling foldhash v0.2.0
16432026-08-12T01:02:57.209Z Compiling managed v0.8.0
16442026-08-12T01:02:57.334Z Compiling foldhash v0.1.5
16452026-08-12T01:02:57.383Z Compiling object v0.37.3
16462026-08-12T01:02:57.441Z Compiling hashbrown v0.16.1
16472026-08-12T01:02:57.519Z Compiling hashbrown v0.15.5
16482026-08-12T01:02:57.538Z Compiling test-strategy v0.4.5
16492026-08-12T01:02:57.556Z Compiling jiff v0.2.34
16502026-08-12T01:02:57.735Z Compiling bzip2 v0.6.1
16512026-08-12T01:02:57.883Z Compiling zopfli v0.8.3
16522026-08-12T01:02:57.959Z Compiling dof v0.3.0
16532026-08-12T01:02:58.033Z Compiling sec1 v0.7.3
16542026-08-12T01:02:58.159Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16552026-08-12T01:02:58.225Z Compiling hyper-util v0.1.20
16562026-08-12T01:02:58.323Z Compiling walkdir v2.5.0
16572026-08-12T01:02:58.445Z Compiling snafu v0.8.9
16582026-08-12T01:02:58.490Z Compiling strum v0.27.2
16592026-08-12T01:02:58.658Z Compiling group v0.13.0
16602026-08-12T01:02:58.673Z Compiling cargo_metadata v0.23.1
16612026-08-12T01:02:58.676Z Compiling phf v0.13.1
16622026-08-12T01:02:58.708Z Compiling hubpack v0.1.2
16632026-08-12T01:02:58.719Z Compiling signal-hook-mio v0.2.5
16642026-08-12T01:02:58.755Z Compiling futures v0.3.32
16652026-08-12T01:02:58.848Z Compiling cookie_store v0.22.1
16662026-08-12T01:02:58.863Z Compiling zstd v0.13.3
16672026-08-12T01:02:58.867Z Compiling cipher v0.5.2
16682026-08-12T01:02:58.867Z Compiling serde_with_macros v3.21.0
16692026-08-12T01:02:58.932Z Compiling postgres-types v0.2.12
16702026-08-12T01:02:59.198Z Compiling globset v0.4.18
16712026-08-12T01:02:59.214Z Compiling usdt-macro v0.6.0
16722026-08-12T01:02:59.234Z Compiling usdt-attr-macro v0.6.0
16732026-08-12T01:02:59.250Z Compiling byte-wrapper v0.1.0
16742026-08-12T01:02:59.492Z Compiling ed25519 v2.2.3
16752026-08-12T01:02:59.524Z Compiling hkdf v0.12.4
16762026-08-12T01:02:59.599Z Compiling crypto-bigint v0.5.5
16772026-08-12T01:02:59.615Z Compiling olpc-cjson v0.1.4
16782026-08-12T01:02:59.710Z Compiling hyper-tls v0.6.0
16792026-08-12T01:02:59.819Z Compiling serde-big-array v0.5.1
16802026-08-12T01:02:59.884Z Compiling serde_plain v1.0.2
16812026-08-12T01:02:59.969Z Compiling reqwest v0.12.28
16822026-08-12T01:02:59.985Z Compiling dtrace-parser v0.2.0
16832026-08-12T01:03:00.012Z Compiling strum_macros v0.26.4
16842026-08-12T01:03:00.038Z Compiling serde_repr v0.1.20
16852026-08-12T01:03:00.070Z Compiling enum-as-inner v0.6.1
16862026-08-12T01:03:00.073Z Compiling async-recursion v1.1.1
16872026-08-12T01:03:00.101Z Compiling phf_shared v0.11.3
16882026-08-12T01:03:00.114Z Compiling float-cmp v0.10.0
16892026-08-12T01:03:00.234Z Compiling pem v3.0.6
16902026-08-12T01:03:00.299Z Compiling memmap2 v0.9.10
16912026-08-12T01:03:00.313Z Compiling thread-id v4.2.2
16922026-08-12T01:03:00.411Z Compiling fixedbitset v0.4.2
16932026-08-12T01:03:00.453Z Compiling fixedbitset v0.5.7
16942026-08-12T01:03:00.529Z Compiling difflib v0.4.0
16952026-08-12T01:03:00.576Z Compiling typed-path v0.9.3
16962026-08-12T01:03:00.641Z Compiling static_assertions v1.1.0
16972026-08-12T01:03:00.658Z Compiling normalize-line-endings v0.3.0
16982026-08-12T01:03:00.671Z Compiling winnow v1.0.3
16992026-08-12T01:03:00.726Z Compiling predicates-core v1.0.10
17002026-08-12T01:03:00.773Z Compiling whoami v2.1.0
17012026-08-12T01:03:00.787Z Compiling keccak v0.1.6
17022026-08-12T01:03:00.802Z Compiling new_debug_unreachable v1.0.6
17032026-08-12T01:03:00.827Z Compiling cpufeatures v0.3.0
17042026-08-12T01:03:00.885Z Compiling precomputed-hash v0.1.1
17052026-08-12T01:03:00.916Z Compiling const-oid v0.10.2
17062026-08-12T01:03:00.930Z Compiling data-encoding v2.10.0
17072026-08-12T01:03:00.985Z Compiling toml_parser v1.1.2+spec-1.1.0
17082026-08-12T01:03:01.047Z Compiling tokio-postgres v0.7.16
17092026-08-12T01:03:01.111Z Compiling digest v0.11.3
17102026-08-12T01:03:01.142Z Compiling string_cache v0.8.9
17112026-08-12T01:03:01.156Z Compiling sha3 v0.10.8
17122026-08-12T01:03:01.171Z Compiling chacha20 v0.10.0
17132026-08-12T01:03:01.221Z Compiling predicates v3.1.4
17142026-08-12T01:03:01.362Z Compiling hickory-proto v0.25.2
17152026-08-12T01:03:01.387Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-08-12T01:03:01.570Z Compiling petgraph v0.8.3
17172026-08-12T01:03:01.585Z Compiling elliptic-curve v0.13.8
17182026-08-12T01:03:01.632Z Compiling petgraph v0.6.5
17192026-08-12T01:03:01.632Z Compiling toml_edit v0.22.27
17202026-08-12T01:03:01.662Z Compiling usdt v0.6.0
17212026-08-12T01:03:01.847Z Compiling usdt-impl v0.5.0
17222026-08-12T01:03:01.863Z Compiling serde_with v3.21.0
17232026-08-12T01:03:01.902Z Compiling strum v0.26.3
17242026-08-12T01:03:01.902Z Compiling crossterm v0.28.1
17252026-08-12T01:03:01.948Z Compiling zip v4.6.1
17262026-08-12T01:03:02.022Z Compiling ed25519-dalek v2.2.0
17272026-08-12T01:03:02.124Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17282026-08-12T01:03:02.576Z Compiling iddqd v0.4.2
17292026-08-12T01:03:02.923Z Compiling itertools v0.15.0
17302026-08-12T01:03:03.152Z Compiling itertools v0.13.0
17312026-08-12T01:03:03.207Z Compiling heck v0.4.1
17322026-08-12T01:03:03.335Z Compiling similar v2.7.0
17332026-08-12T01:03:03.447Z Compiling crossbeam-epoch v0.9.18
17342026-08-12T01:03:03.569Z Compiling tokio-stream v0.1.18
17352026-08-12T01:03:03.658Z Compiling buf-list v1.1.2
17362026-08-12T01:03:03.675Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-12T01:03:03.796Z Compiling openapiv3 v2.2.0
17382026-08-12T01:03:03.837Z Compiling lalrpop-util v0.19.12
17392026-08-12T01:03:03.864Z Compiling peg-runtime v0.8.5
17402026-08-12T01:03:03.954Z Compiling thread_local v1.1.9
17412026-08-12T01:03:03.996Z Compiling slog-async v2.8.0
17422026-08-12T01:03:04.047Z Compiling crossbeam-channel v0.5.15
17432026-08-12T01:03:04.050Z Compiling is-terminal v0.4.17
17442026-08-12T01:03:04.159Z Compiling filetime v0.2.27
17452026-08-12T01:03:04.174Z Compiling take_mut v0.2.2
17462026-08-12T01:03:04.207Z Compiling term v1.2.1
17472026-08-12T01:03:04.223Z Compiling xattr v1.6.1
17482026-08-12T01:03:04.239Z Compiling camino-tempfile v1.4.1
17492026-08-12T01:03:04.356Z Compiling tar v0.4.46
17502026-08-12T01:03:04.475Z Compiling slog-term v2.9.2
17512026-08-12T01:03:21.918Z Compiling rustls-webpki v0.103.13
17522026-08-12T01:03:24.602Z Compiling tokio-rustls v0.26.4
17532026-08-12T01:03:24.602Z Compiling rustls-platform-verifier v0.6.2
17542026-08-12T01:03:24.854Z Compiling tough v0.22.0
17552026-08-12T01:03:24.998Z Compiling hyper-rustls v0.27.7
17562026-08-12T01:03:24.998Z Compiling reqwest v0.13.2
17572026-08-12T01:03:27.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-08-12T01:03:27.308Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-08-12T01:03:30.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.78s
17602026-08-12T01:03:30.409Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-08-12T01:03:30.475ZAug 12 01:03:29.094 INFO Starting download, target: Clickhouse
17622026-08-12T01:03:30.475ZAug 12 01:03:29.095 INFO Starting download, target: Cockroach
17632026-08-12T01:03:30.475ZAug 12 01:03:29.095 INFO Starting download, target: Console
17642026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Starting download, target: DendriteStub
17652026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Starting download, target: MaghemiteMgd
17662026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Starting download, target: MaghemiteDdmd
17672026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Starting download, target: TransceiverControl
17682026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17692026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17712026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17722026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17732026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17742026-08-12T01:03:30.486ZAug 12 01:03:29.095 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-08-12T01:03:31.000ZAug 12 01:03:29.626 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-08-12T01:03:31.212ZAug 12 01:03:29.839 INFO Download complete, target: TransceiverControl
17772026-08-12T01:03:32.370ZAug 12 01:03:30.972 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-08-12T01:03:32.684ZAug 12 01:03:31.230 INFO Download complete, target: Console
17792026-08-12T01:03:32.808ZAug 12 01:03:31.240 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-08-12T01:03:33.785ZAug 12 01:03:32.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-08-12T01:03:34.333ZAug 12 01:03:32.935 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17822026-08-12T01:03:35.229ZAug 12 01:03:33.822 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-08-12T01:03:36.180ZAug 12 01:03:34.815 INFO Download complete, target: DendriteStub
17842026-08-12T01:03:36.290ZAug 12 01:03:34.922 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17852026-08-12T01:03:36.290ZAug 12 01:03:34.922 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17862026-08-12T01:03:36.441ZAug 12 01:03:35.065 INFO Download complete, target: MaghemiteDdmd
17872026-08-12T01:03:37.764ZAug 12 01:03:36.401 INFO Download complete, target: MaghemiteMgd
17882026-08-12T01:03:39.448ZAug 12 01:03:38.083 INFO Checking that binary works, target: Clickhouse
17892026-08-12T01:03:39.597ZAug 12 01:03:38.220 INFO Download complete, target: Clickhouse
17902026-08-12T01:03:40.910ZAug 12 01:03:39.548 INFO Checking that binary works, target: Cockroach
17912026-08-12T01:03:41.099ZAug 12 01:03:39.737 INFO Download complete, target: Cockroach
17922026-08-12T01:03:41.104ZAll prerequisites installed successfully
17932026-08-12T01:03:41.108Z
17942026-08-12T01:03:41.108Zreal 1:55.614907456
17952026-08-12T01:03:41.108Zuser 7:11.286214199
17962026-08-12T01:03:41.108Zsys 1:43.640591077
17972026-08-12T01:03:41.108Ztrap 0.291279192
17982026-08-12T01:03:41.108Ztflt 1.092824541
17992026-08-12T01:03:41.108Zdflt 2.535256532
18002026-08-12T01:03:41.108Zkflt 0.033642406
18012026-08-12T01:03:41.108Zlock 28:53.162616202
18022026-08-12T01:03:41.108Zslp 19:56.371376403
18032026-08-12T01:03:41.108Zlat 26.775083136
18042026-08-12T01:03:41.108Zstop 3:33.432249316
18052026-08-12T01:03:41.108Z+ ptime -m cargo xtask download softnpu
18062026-08-12T01:03:41.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18072026-08-12T01:03:41.595Z Running `target/debug/xtask download softnpu`
18082026-08-12T01:03:42.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18092026-08-12T01:03:42.442Z Running `target/debug/xtask-downloader softnpu`
18102026-08-12T01:03:42.488ZAug 12 01:03:41.123 INFO Starting download, target: Softnpu
18112026-08-12T01:03:42.493ZAug 12 01:03:41.123 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-08-12T01:03:43.375ZAug 12 01:03:42.010 INFO Download complete, target: Softnpu
18132026-08-12T01:03:43.380Z
18142026-08-12T01:03:43.380Zreal 2.264787749
18152026-08-12T01:03:43.380Zuser 1.316777502
18162026-08-12T01:03:43.380Zsys 0.628288150
18172026-08-12T01:03:43.380Ztrap 0.000443693
18182026-08-12T01:03:43.380Ztflt 0.000088133
18192026-08-12T01:03:43.380Zdflt 0.000163248
18202026-08-12T01:03:43.381Zkflt 0.000001759
18212026-08-12T01:03:43.381Zlock 16.677867647
18222026-08-12T01:03:43.381Zslp 0.755363461
18232026-08-12T01:03:43.381Zlat 0.088551378
18242026-08-12T01:03:43.381Zstop 0.000180057
18252026-08-12T01:03:43.381Z+ export CARGO_INCREMENTAL=0
18262026-08-12T01:03:43.381Z+ CARGO_INCREMENTAL=0
18272026-08-12T01:03:43.381Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-08-12T01:03:44.287Z Compiling proc-macro2 v1.0.106
18292026-08-12T01:03:44.287Z Compiling quote v1.0.45
18302026-08-12T01:03:44.287Z Compiling unicode-ident v1.0.24
18312026-08-12T01:03:44.288Z Compiling serde_core v1.0.228
18322026-08-12T01:03:44.296Z Compiling libc v0.2.185
18332026-08-12T01:03:44.296Z Compiling serde v1.0.228
18342026-08-12T01:03:44.296Z Compiling cfg-if v1.0.4
18352026-08-12T01:03:44.296Z Compiling version_check v0.9.5
18362026-08-12T01:03:44.296Z Compiling autocfg v1.5.0
18372026-08-12T01:03:44.296Z Compiling shlex v1.3.0
18382026-08-12T01:03:44.296Z Compiling find-msvc-tools v0.1.9
18392026-08-12T01:03:44.296Z Compiling memchr v2.8.0
18402026-08-12T01:03:44.296Z Compiling zmij v1.0.21
18412026-08-12T01:03:44.296Z Compiling serde_json v1.0.151
18422026-08-12T01:03:44.667Z Compiling portable-atomic v1.13.1
18432026-08-12T01:03:44.680Z Compiling zerocopy v0.8.40
18442026-08-12T01:03:44.692Z Compiling libm v0.2.16
18452026-08-12T01:03:44.769Z Compiling getrandom v0.4.1
18462026-08-12T01:03:44.787Z Compiling parking_lot_core v0.9.12
18472026-08-12T01:03:44.935Z Compiling generic-array v0.14.7
18482026-08-12T01:03:44.949Z Compiling icu_properties_data v2.1.2
18492026-08-12T01:03:44.963Z Compiling icu_normalizer_data v2.1.1
18502026-08-12T01:03:44.981Z Compiling smallvec v1.15.1
18512026-08-12T01:03:44.996Z Compiling num-traits v0.2.19
18522026-08-12T01:03:45.042Z Compiling itoa v1.0.17
18532026-08-12T01:03:45.046Z Compiling log v0.4.29
18542026-08-12T01:03:45.118Z Compiling pkg-config v0.3.32
18552026-08-12T01:03:45.152Z Compiling subtle v2.6.1
18562026-08-12T01:03:45.184Z Compiling stable_deref_trait v1.2.1
18572026-08-12T01:03:45.231Z Compiling typenum v1.20.1
18582026-08-12T01:03:45.276Z Compiling getrandom v0.3.4
18592026-08-12T01:03:45.320Z Compiling scopeguard v1.2.0
18602026-08-12T01:03:45.336Z Compiling thiserror v2.0.18
18612026-08-12T01:03:45.362Z Compiling rustix v1.1.3
18622026-08-12T01:03:45.426Z Compiling lock_api v0.4.14
18632026-08-12T01:03:45.522Z Compiling rand_core v0.10.0
18642026-08-12T01:03:45.565Z Compiling jobserver v0.1.34
18652026-08-12T01:03:45.582Z Compiling errno v0.3.14
18662026-08-12T01:03:45.682Z Compiling getrandom v0.2.17
18672026-08-12T01:03:45.714Z Compiling equivalent v1.0.2
18682026-08-12T01:03:45.762Z Compiling heck v0.5.0
18692026-08-12T01:03:45.793Z Compiling cc v1.2.56
18702026-08-12T01:03:45.869Z Compiling syn v2.0.117
18712026-08-12T01:03:45.902Z Compiling rand_core v0.6.4
18722026-08-12T01:03:45.917Z Compiling syn v1.0.109
18732026-08-12T01:03:45.947Z Compiling critical-section v1.2.0
18742026-08-12T01:03:45.950Z Compiling pin-project-lite v0.2.17
18752026-08-12T01:03:46.026Z Compiling percent-encoding v2.3.2
18762026-08-12T01:03:46.047Z Compiling litemap v0.8.1
18772026-08-12T01:03:46.065Z Compiling writeable v0.6.2
18782026-08-12T01:03:46.150Z Compiling schemars v0.8.22
18792026-08-12T01:03:46.173Z Compiling hashbrown v0.17.0
18802026-08-12T01:03:46.281Z Compiling fs_extra v1.3.0
18812026-08-12T01:03:46.286Z Compiling rustversion v1.0.22
18822026-08-12T01:03:46.329Z Compiling once_cell v1.21.3
18832026-08-12T01:03:46.335Z Compiling dunce v1.0.5
18842026-08-12T01:03:46.503Z Compiling byteorder v1.5.0
18852026-08-12T01:03:46.562Z Compiling strsim v0.11.1
18862026-08-12T01:03:46.592Z Compiling signal-hook-registry v1.4.8
18872026-08-12T01:03:46.657Z Compiling cmake v0.1.57
18882026-08-12T01:03:46.699Z Compiling semver v1.0.28
18892026-08-12T01:03:46.787Z Compiling indexmap v2.14.0
18902026-08-12T01:03:46.827Z Compiling bitflags v2.11.0
18912026-08-12T01:03:46.998Z Compiling thiserror v1.0.69
18922026-08-12T01:03:47.016Z Compiling utf8_iter v1.0.4
18932026-08-12T01:03:47.029Z Compiling parking_lot v0.12.5
18942026-08-12T01:03:47.051Z Compiling form_urlencoded v1.2.2
18952026-08-12T01:03:47.166Z Compiling socket2 v0.6.3
18962026-08-12T01:03:47.204Z Compiling mio v1.2.0
18972026-08-12T01:03:47.217Z Compiling aws-lc-sys v0.40.0
18982026-08-12T01:03:47.326Z Compiling aws-lc-rs v1.16.3
18992026-08-12T01:03:47.342Z Compiling futures-core v0.3.32
19002026-08-12T01:03:47.362Z Compiling const-oid v0.9.6
19012026-08-12T01:03:47.568Z Compiling httparse v1.10.1
19022026-08-12T01:03:47.855Z Compiling crc32fast v1.5.0
19032026-08-12T01:03:47.910Z Compiling ucd-trie v0.1.7
19042026-08-12T01:03:47.938Z Compiling regex-syntax v0.8.10
19052026-08-12T01:03:47.966Z Compiling fnv v1.0.7
19062026-08-12T01:03:48.047Z Compiling pest v2.8.6
19072026-08-12T01:03:48.081Z Compiling ident_case v1.0.1
19082026-08-12T01:03:48.109Z Compiling vcpkg v0.2.15
19092026-08-12T01:03:48.116Z Compiling iana-time-zone v0.1.65
19102026-08-12T01:03:48.149Z Compiling uuid v1.23.4
19112026-08-12T01:03:48.280Z Compiling rustc_version v0.4.1
19122026-08-12T01:03:48.365Z Compiling rustls v0.23.41
19132026-08-12T01:03:48.429Z Compiling futures-sink v0.3.32
19142026-08-12T01:03:48.566Z Compiling futures-channel v0.3.32
19152026-08-12T01:03:48.609Z Compiling aho-corasick v1.1.4
19162026-08-12T01:03:48.613Z Compiling futures-io v0.3.32
19172026-08-12T01:03:48.662Z Compiling openssl-sys v0.9.117
19182026-08-12T01:03:48.791Z Compiling synstructure v0.13.2
19192026-08-12T01:03:48.807Z Compiling serde_derive_internals v0.29.1
19202026-08-12T01:03:48.810Z Compiling futures-task v0.3.32
19212026-08-12T01:03:48.839Z Compiling slab v0.4.12
19222026-08-12T01:03:49.059Z Compiling num-conv v0.2.0
19232026-08-12T01:03:49.062Z Compiling radium v0.7.0
19242026-08-12T01:03:49.093Z Compiling pest_meta v2.8.6
19252026-08-12T01:03:49.097Z Compiling time-core v0.1.8
19262026-08-12T01:03:49.153Z Compiling plain v0.2.3
19272026-08-12T01:03:49.172Z Compiling dyn-clone v1.0.20
19282026-08-12T01:03:49.270Z Compiling time-macros v0.2.27
19292026-08-12T01:03:49.287Z Compiling crossbeam-utils v0.8.21
19302026-08-12T01:03:49.338Z Compiling maybe-uninit v2.0.0
19312026-08-12T01:03:49.355Z Compiling base64 v0.22.1
19322026-08-12T01:03:49.358Z Compiling openssl v0.10.80
19332026-08-12T01:03:49.455Z Compiling regex-automata v0.4.14
19342026-08-12T01:03:49.515Z Compiling pretty-hex v0.4.1
19352026-08-12T01:03:49.556Z Compiling base64ct v1.8.3
19362026-08-12T01:03:49.690Z Compiling flagset v0.4.7
19372026-08-12T01:03:49.706Z Compiling pest_generator v2.8.6
19382026-08-12T01:03:49.767Z Compiling darling_core v0.23.0
19392026-08-12T01:03:49.839Z Compiling pem-rfc7468 v0.7.0
19402026-08-12T01:03:49.864Z Compiling rand_core v0.9.5
19412026-08-12T01:03:49.900Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19422026-08-12T01:03:49.909Z Compiling bzip2-sys v0.1.13+1.0.8
19432026-08-12T01:03:49.928Z Compiling ahash v0.8.12
19442026-08-12T01:03:50.021Z Compiling serde_derive v1.0.228
19452026-08-12T01:03:50.026Z Compiling zeroize_derive v1.5.0
19462026-08-12T01:03:50.056Z Compiling zerofrom-derive v0.1.6
19472026-08-12T01:03:50.089Z Compiling yoke-derive v0.8.1
19482026-08-12T01:03:50.134Z Compiling zerocopy-derive v0.8.40
19492026-08-12T01:03:50.168Z Compiling zerovec-derive v0.11.2
19502026-08-12T01:03:50.221Z Compiling displaydoc v0.2.5
19512026-08-12T01:03:50.266Z Compiling tokio-macros v2.7.0
19522026-08-12T01:03:50.293Z Compiling futures-macro v0.3.32
19532026-08-12T01:03:50.296Z Compiling thiserror-impl v2.0.18
19542026-08-12T01:03:50.344Z Compiling schemars_derive v0.8.22
19552026-08-12T01:03:50.375Z Compiling der_derive v0.7.3
19562026-08-12T01:03:50.646Z Compiling tracing-attributes v0.1.31
19572026-08-12T01:03:50.666Z Compiling thiserror-impl v1.0.69
19582026-08-12T01:03:50.923Z Compiling pest_derive v2.8.6
19592026-08-12T01:03:50.986Z Compiling scroll_derive v0.13.1
19602026-08-12T01:03:51.064Z Compiling scroll_derive v0.12.1
19612026-08-12T01:03:51.083Z Compiling futures-util v0.3.32
19622026-08-12T01:03:51.197Z Compiling zerofrom v0.1.6
19632026-08-12T01:03:51.325Z Compiling yoke v0.8.1
19642026-08-12T01:03:51.400Z Compiling openssl-macros v0.1.1
19652026-08-12T01:03:51.510Z Compiling zerovec v0.11.5
19662026-08-12T01:03:51.515Z Compiling zerotrie v0.2.3
19672026-08-12T01:03:51.803Z Compiling num-bigint-dig v0.8.6
19682026-08-12T01:03:51.834Z Compiling native-tls v0.2.18
19692026-08-12T01:03:51.851Z Compiling anyhow v1.0.102
19702026-08-12T01:03:51.928Z Compiling packed_struct v0.10.1
19712026-08-12T01:03:51.979Z Compiling darling_macro v0.23.0
19722026-08-12T01:03:51.995Z Compiling regex v1.12.3
19732026-08-12T01:03:52.013Z Compiling zerocopy-derive v0.7.35
19742026-08-12T01:03:52.070Z Compiling tinystr v0.8.2
19752026-08-12T01:03:52.119Z Compiling potential_utf v0.1.4
19762026-08-12T01:03:52.205Z Compiling slog v2.8.2
19772026-08-12T01:03:52.305Z Compiling icu_locale_core v2.1.1
19782026-08-12T01:03:52.328Z Compiling icu_collections v2.1.1
19792026-08-12T01:03:52.494Z Compiling tracing-core v0.1.36
19802026-08-12T01:03:52.618Z Compiling cookie v0.18.1
19812026-08-12T01:03:52.633Z Compiling camino v1.2.2
19822026-08-12T01:03:52.800Z Compiling utf8parse v0.2.2
19832026-08-12T01:03:52.832Z Compiling cpufeatures v0.2.17
19842026-08-12T01:03:52.923Z Compiling tracing v0.1.44
19852026-08-12T01:03:52.940Z Compiling icu_provider v2.1.1
19862026-08-12T01:03:53.075Z Compiling darling v0.23.0
19872026-08-12T01:03:53.100Z Compiling clap_derive v4.6.1
19882026-08-12T01:03:53.149Z Compiling zerocopy-derive v0.6.6
19892026-08-12T01:03:53.168Z Compiling zeroize v1.9.0
19902026-08-12T01:03:53.286Z Compiling bytes v1.11.1
19912026-08-12T01:03:53.324Z Compiling icu_normalizer v2.1.1
19922026-08-12T01:03:53.468Z Compiling icu_properties v2.1.2
19932026-08-12T01:03:53.511Z Compiling chrono v0.4.45
19942026-08-12T01:03:53.894Z Compiling tokio v1.52.1
19952026-08-12T01:03:53.997Z Compiling crypto-common v0.1.7
19962026-08-12T01:03:54.011Z Compiling block-buffer v0.10.4
19972026-08-12T01:03:54.192Z Compiling serde_tokenstream v0.2.3
19982026-08-12T01:03:54.197Z Compiling der v0.7.10
19992026-08-12T01:03:54.313Z Compiling ppv-lite86 v0.2.21
20002026-08-12T01:03:54.367Z Compiling idna_adapter v1.2.1
20012026-08-12T01:03:54.499Z Compiling idna v1.1.0
20022026-08-12T01:03:54.515Z Compiling digest v0.10.7
20032026-08-12T01:03:54.709Z Compiling http v1.4.2
20042026-08-12T01:03:54.815Z Compiling rand_chacha v0.9.0
20052026-08-12T01:03:54.842Z Compiling toml_datetime v0.6.11
20062026-08-12T01:03:54.861Z Compiling serde_spanned v0.6.9
20072026-08-12T01:03:54.981Z Compiling url v2.5.8
20082026-08-12T01:03:55.039Z Compiling bitfield-macros v0.19.4
20092026-08-12T01:03:55.099Z Compiling spki v0.7.3
20102026-08-12T01:03:55.200Z Compiling packed_struct_codegen v0.10.1
20112026-08-12T01:03:55.329Z Compiling indexmap v1.9.3
20122026-08-12T01:03:55.444Z Compiling anstyle v1.0.14
20132026-08-12T01:03:55.544Z Compiling paste v1.0.15
20142026-08-12T01:03:55.744Z Compiling http-body v1.0.1
20152026-08-12T01:03:55.767Z Compiling pkcs8 v0.10.2
20162026-08-12T01:03:55.886Z Compiling rand v0.9.2
20172026-08-12T01:03:55.970Z Compiling rustls-pki-types v1.14.0
20182026-08-12T01:03:56.055Z Compiling spin v0.9.8
20192026-08-12T01:03:56.077Z Compiling usdt-impl v0.5.0
20202026-08-12T01:03:56.191Z Compiling tinyvec_macros v0.1.1
20212026-08-12T01:03:56.283Z Compiling usdt-impl v0.6.0
20222026-08-12T01:03:56.318Z Compiling openssl-probe v0.2.1
20232026-08-12T01:03:56.326Z Compiling fastrand v2.3.0
20242026-08-12T01:03:56.425Z Compiling cmov v0.5.4
20252026-08-12T01:03:56.487Z Compiling winnow v0.5.40
20262026-08-12T01:03:56.547Z Compiling ref-cast v1.0.25
20272026-08-12T01:03:56.607Z Compiling colorchoice v1.0.4
20282026-08-12T01:03:56.684Z Compiling either v1.15.0
20292026-08-12T01:03:56.695Z Compiling is_terminal_polyfill v1.70.2
20302026-08-12T01:03:56.695Z Compiling anstyle-query v1.1.5
20312026-08-12T01:03:56.752Z Compiling ctutils v0.4.2
20322026-08-12T01:03:56.857Z Compiling tinyvec v1.10.0
20332026-08-12T01:03:56.958Z Compiling sha2 v0.10.9
20342026-08-12T01:03:56.988Z Compiling scroll v0.13.0
20352026-08-12T01:03:57.067Z Compiling scroll v0.12.0
20362026-08-12T01:03:57.100Z Compiling async-trait v0.1.89
20372026-08-12T01:03:57.273Z Compiling heapless v0.7.17
20382026-08-12T01:03:57.354Z Compiling atomic-waker v1.1.2
20392026-08-12T01:03:57.374Z Compiling rustix v0.38.44
20402026-08-12T01:03:57.427Z Compiling winnow v1.0.3
20412026-08-12T01:03:57.427Z Compiling tower-service v0.3.3
20422026-08-12T01:03:57.489Z Compiling signal-hook v0.3.18
20432026-08-12T01:03:57.524Z Compiling winnow v0.7.14
20442026-08-12T01:03:57.652Z Compiling tower-layer v0.3.3
20452026-08-12T01:03:57.687Z Compiling litrs v1.0.0
20462026-08-12T01:03:57.705Z Compiling tokio-util v0.7.18
20472026-08-12T01:03:57.708Z Compiling try-lock v0.2.5
20482026-08-12T01:03:57.784Z Compiling toml_edit v0.19.15
20492026-08-12T01:03:57.850Z Compiling untrusted v0.7.1
20502026-08-12T01:03:57.854Z Compiling zstd-safe v7.2.4
20512026-08-12T01:03:57.904Z Compiling want v0.3.1
20522026-08-12T01:03:57.990Z Compiling toml_parser v1.1.2+spec-1.1.0
20532026-08-12T01:03:58.005Z Compiling tempfile v3.25.0
20542026-08-12T01:03:58.278Z Compiling document-features v0.2.12
20552026-08-12T01:03:58.391Z Compiling goblin v0.8.2
20562026-08-12T01:03:58.540Z Compiling h2 v0.4.15
20572026-08-12T01:03:58.554Z Compiling goblin v0.10.5
20582026-08-12T01:03:58.581Z Compiling hybrid-array v0.4.13
20592026-08-12T01:03:58.802Z Compiling itertools v0.15.0
20602026-08-12T01:03:59.015Z Compiling ipnet v2.11.0
20612026-08-12T01:03:59.057Z Compiling anstyle-parse v1.0.0
20622026-08-12T01:03:59.270Z Compiling zerocopy v0.7.35
20632026-08-12T01:03:59.380Z Compiling daft-derive v0.1.7
20642026-08-12T01:03:59.467Z Compiling ref-cast-impl v1.0.25
20652026-08-12T01:03:59.568Z Compiling structmeta-derive v0.3.0
20662026-08-12T01:03:59.672Z Compiling darling_core v0.20.11
20672026-08-12T01:03:59.733Z Compiling curve25519-dalek v4.1.3
20682026-08-12T01:03:59.943Z Compiling memoffset v0.9.1
20692026-08-12T01:04:00.064Z Compiling httpdate v1.0.3
20702026-08-12T01:04:00.135Z Compiling simd-adler32 v0.3.8
20712026-08-12T01:04:00.166Z Compiling foreign-types-shared v0.1.1
20722026-08-12T01:04:00.236Z Compiling powerfmt v0.2.0
20732026-08-12T01:04:00.254Z Compiling tap v1.0.1
20742026-08-12T01:04:00.332Z Compiling untrusted v0.9.0
20752026-08-12T01:04:00.361Z Compiling foreign-types v0.3.2
20762026-08-12T01:04:00.387Z Compiling wyz v0.5.1
20772026-08-12T01:04:00.402Z Compiling deranged v0.5.8
20782026-08-12T01:04:00.481Z Compiling anstream v1.0.0
20792026-08-12T01:04:00.557Z Compiling structmeta v0.3.0
20802026-08-12T01:04:00.633Z Compiling dof v0.3.0
20812026-08-12T01:04:00.690Z Compiling unicode-normalization v0.1.25
20822026-08-12T01:04:00.919Z Compiling signature v2.2.0
20832026-08-12T01:04:01.086Z Compiling rand_chacha v0.3.1
20842026-08-12T01:04:01.169Z Compiling hex v0.4.3
20852026-08-12T01:04:01.246Z Compiling dtrace-parser v0.2.0
20862026-08-12T01:04:01.269Z Compiling dtrace-parser v0.3.0
20872026-08-12T01:04:01.458Z Compiling dof v0.4.0
20882026-08-12T01:04:01.482Z Compiling terminal_size v0.4.3
20892026-08-12T01:04:01.502Z Compiling pin-project-internal v1.1.11
20902026-08-12T01:04:01.568Z Compiling num-integer v0.1.46
20912026-08-12T01:04:01.639Z Compiling wait-timeout v0.2.1
20922026-08-12T01:04:01.643Z Compiling darling_macro v0.20.11
20932026-08-12T01:04:01.833Z Compiling hyper v1.10.1
20942026-08-12T01:04:01.836Z Compiling thread-id v5.1.0
20952026-08-12T01:04:01.877Z Compiling thread-id v4.2.2
20962026-08-12T01:04:01.897Z Compiling smoltcp v0.9.1
20972026-08-12T01:04:01.963Z Compiling quick-error v1.2.3
20982026-08-12T01:04:02.087Z Compiling adler2 v2.0.1
20992026-08-12T01:04:02.206Z Compiling clap_lex v1.0.0
21002026-08-12T01:04:02.236Z Compiling cfg_aliases v0.2.1
21012026-08-12T01:04:02.323Z Compiling num_threads v0.1.7
21022026-08-12T01:04:02.342Z Compiling funty v2.0.0
21032026-08-12T01:04:02.367Z Compiling bit-vec v0.8.0
21042026-08-12T01:04:02.456Z Compiling time v0.3.47
21052026-08-12T01:04:02.463Z Compiling clap_builder v4.6.0
21062026-08-12T01:04:02.464Z Compiling nix v0.31.2
21072026-08-12T01:04:02.464Z Compiling miniz_oxide v0.8.9
21082026-08-12T01:04:02.543Z Compiling darling v0.20.11
21092026-08-12T01:04:02.605Z Compiling bit-set v0.8.0
21102026-08-12T01:04:02.650Z Compiling rusty-fork v0.3.1
21112026-08-12T01:04:02.659Z Compiling bitvec v1.0.1
21122026-08-12T01:04:02.785Z Compiling num-iter v0.1.45
21132026-08-12T01:04:02.922Z Compiling rand v0.8.6
21142026-08-12T01:04:02.997Z Compiling hyper-util v0.1.20
21152026-08-12T01:04:03.208Z Compiling ipnetwork v0.21.1
21162026-08-12T01:04:03.279Z Compiling lazy_static v1.5.0
21172026-08-12T01:04:03.353Z Compiling hmac v0.12.1
21182026-08-12T01:04:03.381Z Compiling anstyle-parse v0.2.7
21192026-08-12T01:04:03.588Z Compiling rand_xorshift v0.4.0
21202026-08-12T01:04:03.621Z Compiling curve25519-dalek-derive v0.1.1
21212026-08-12T01:04:03.670Z Compiling sync_wrapper v1.0.2
21222026-08-12T01:04:03.784Z Compiling siphasher v1.0.2
21232026-08-12T01:04:03.788Z Compiling unarray v0.1.4
21242026-08-12T01:04:03.909Z Compiling nodrop v0.1.14
21252026-08-12T01:04:04.252Z Compiling crc-catalog v2.4.0
21262026-08-12T01:04:04.267Z Compiling zlib-rs v0.6.2
21272026-08-12T01:04:04.355Z Compiling crc v3.4.0
21282026-08-12T01:04:04.703Z Compiling array-init v0.0.4
21292026-08-12T01:04:04.769Z Compiling clap v4.6.1
21302026-08-12T01:04:04.867Z Compiling proptest v1.11.0
21312026-08-12T01:04:05.070Z Compiling tower v0.5.3
21322026-08-12T01:04:05.595Z Compiling anstream v0.6.21
21332026-08-12T01:04:05.800Z Compiling smallvec v0.6.14
21342026-08-12T01:04:05.908Z Compiling derive_builder_core v0.20.2
21352026-08-12T01:04:05.989Z Compiling pkcs1 v0.7.5
21362026-08-12T01:04:06.021Z Compiling http-body-util v0.1.3
21372026-08-12T01:04:06.230Z Compiling bitfield v0.19.4
21382026-08-12T01:04:06.333Z Compiling flate2 v1.1.9
21392026-08-12T01:04:06.359Z Compiling zerocopy v0.6.6
21402026-08-12T01:04:06.407Z Compiling snafu-derive v0.8.9
21412026-08-12T01:04:06.528Z Compiling strum_macros v0.27.2
21422026-08-12T01:04:06.546Z Compiling strum_macros v0.26.4
21432026-08-12T01:04:06.577Z Compiling hubpack_derive v0.1.1
21442026-08-12T01:04:06.665Z Compiling env_filter v1.0.0
21452026-08-12T01:04:06.685Z Compiling fs-err v3.3.0
21462026-08-12T01:04:06.740Z Compiling unicode-properties v0.1.4
21472026-08-12T01:04:06.757Z Compiling object v0.37.3
21482026-08-12T01:04:06.894Z Compiling allocator-api2 v0.2.21
21492026-08-12T01:04:06.965Z Compiling hashbrown v0.12.3
21502026-08-12T01:04:07.033Z Compiling unicode-segmentation v1.12.0
21512026-08-12T01:04:07.048Z Compiling unicode-bidi v0.3.18
21522026-08-12T01:04:07.325Z Compiling base64 v0.21.7
21532026-08-12T01:04:07.525Z Compiling ryu v1.0.23
21542026-08-12T01:04:07.626Z Compiling iri-string v0.7.10
21552026-08-12T01:04:07.641Z Compiling ron v0.8.1
21562026-08-12T01:04:07.699Z Compiling serde_urlencoded v0.7.1
21572026-08-12T01:04:07.735Z Compiling stringprep v0.1.5
21582026-08-12T01:04:08.045Z Compiling newtype-uuid v1.3.2
21592026-08-12T01:04:08.104Z Compiling env_logger v0.11.9
21602026-08-12T01:04:08.137Z Compiling derive_builder_macro v0.20.2
21612026-08-12T01:04:08.261Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21622026-08-12T01:04:08.367Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21632026-08-12T01:04:08.403Z Compiling rsa v0.9.10
21642026-08-12T01:04:08.430Z Compiling oxnet v0.1.6
21652026-08-12T01:04:08.447Z Compiling serde-hex v0.1.0
21662026-08-12T01:04:08.450Z Compiling hashbrown v0.13.2
21672026-08-12T01:04:08.478Z Compiling tokio-native-tls v0.3.1
21682026-08-12T01:04:08.495Z Compiling bzip2 v0.4.4
21692026-08-12T01:04:08.633Z Compiling usdt-macro v0.6.0
21702026-08-12T01:04:08.665Z Compiling usdt-attr-macro v0.6.0
21712026-08-12T01:04:08.709Z Compiling derive-ex v0.1.8
21722026-08-12T01:04:08.791Z Compiling tower-http v0.6.8
21732026-08-12T01:04:08.835Z Compiling crypto-common v0.2.2
21742026-08-12T01:04:08.953Z Compiling block-buffer v0.12.1
21752026-08-12T01:04:09.122Z Compiling block-padding v0.4.2
21762026-08-12T01:04:09.227Z Compiling rustls-native-certs v0.8.3
21772026-08-12T01:04:09.242Z Compiling x509-cert v0.2.5
21782026-08-12T01:04:09.374Z Compiling md-5 v0.10.6
21792026-08-12T01:04:09.486Z Compiling erased-serde v0.3.31
21802026-08-12T01:04:09.626Z Compiling bstr v1.12.1
21812026-08-12T01:04:09.629Z Compiling vergen-lib v9.1.0
21822026-08-12T01:04:09.845Z Compiling hash32 v0.2.1
21832026-08-12T01:04:09.865Z Compiling encoding_rs v0.8.35
21842026-08-12T01:04:09.959Z Compiling psl-types v2.0.11
21852026-08-12T01:04:10.074Z Compiling fallible-iterator v0.2.0
21862026-08-12T01:04:10.141Z Compiling mime v0.3.17
21872026-08-12T01:04:10.208Z Compiling cpufeatures v0.3.0
21882026-08-12T01:04:10.224Z Compiling crc-any v2.5.0
21892026-08-12T01:04:10.258Z Compiling test-strategy v0.4.5
21902026-08-12T01:04:10.405Z Compiling postgres-protocol v0.6.10
21912026-08-12T01:04:10.421Z Compiling publicsuffix v2.3.0
21922026-08-12T01:04:10.910Z Compiling inout v0.2.2
21932026-08-12T01:04:11.005Z Compiling object v0.30.4
21942026-08-12T01:04:11.089Z Compiling daft v0.1.7
21952026-08-12T01:04:11.110Z Compiling zip v0.6.6
21962026-08-12T01:04:11.127Z Compiling derive_builder v0.20.2
21972026-08-12T01:04:11.130Z Compiling hyper-tls v0.6.0
21982026-08-12T01:04:11.157Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-12T01:04:11.230Z Compiling heck v0.4.1
22002026-08-12T01:04:11.278Z Compiling phf_shared v0.13.1
22012026-08-12T01:04:11.366Z Compiling pin-project v1.1.11
22022026-08-12T01:04:11.483Z Compiling toml v0.7.8
22032026-08-12T01:04:11.553Z Compiling futures-executor v0.3.32
22042026-08-12T01:04:11.568Z Compiling serde_with_macros v3.21.0
22052026-08-12T01:04:11.637Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22062026-08-12T01:04:11.652Z Compiling enum-as-inner v0.6.1
22072026-08-12T01:04:11.785Z Compiling serde_repr v0.1.20
22082026-08-12T01:04:11.802Z Compiling async-recursion v1.1.1
22092026-08-12T01:04:11.893Z Compiling vergen v9.1.0
22102026-08-12T01:04:11.981Z Compiling ff v0.13.1
22112026-08-12T01:04:12.029Z Compiling cargo-platform v0.3.2
22122026-08-12T01:04:12.143Z Compiling libbz2-rs-sys v0.2.2
22132026-08-12T01:04:12.162Z Compiling managed v0.8.0
22142026-08-12T01:04:12.295Z Compiling path-slash v0.1.5
22152026-08-12T01:04:12.323Z Compiling bitflags v1.3.2
22162026-08-12T01:04:12.410Z Compiling base16ct v0.2.0
22172026-08-12T01:04:12.575Z Compiling bumpalo v3.20.2
22182026-08-12T01:04:12.610Z Compiling foldhash v0.2.0
22192026-08-12T01:04:12.627Z Compiling same-file v1.0.6
22202026-08-12T01:04:12.726Z Compiling foldhash v0.1.5
22212026-08-12T01:04:12.822Z Compiling jiff-core v0.1.0
22222026-08-12T01:04:12.902Z Compiling hashbrown v0.15.5
22232026-08-12T01:04:12.916Z Compiling zopfli v0.8.3
22242026-08-12T01:04:12.942Z Compiling hashbrown v0.16.1
22252026-08-12T01:04:13.064Z Compiling walkdir v2.5.0
22262026-08-12T01:04:13.080Z Compiling bzip2 v0.6.1
22272026-08-12T01:04:13.290Z Compiling sec1 v0.7.3
22282026-08-12T01:04:13.343Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22292026-08-12T01:04:13.476Z Compiling cargo_metadata v0.23.1
22302026-08-12T01:04:13.543Z Compiling jiff v0.2.34
22312026-08-12T01:04:13.576Z Compiling group v0.13.0
22322026-08-12T01:04:13.733Z Compiling futures v0.3.32
22332026-08-12T01:04:14.095Z Compiling phf v0.13.1
22342026-08-12T01:04:14.240Z Compiling snafu v0.8.9
22352026-08-12T01:04:14.270Z Compiling reqwest v0.12.28
22362026-08-12T01:04:14.421Z Compiling signal-hook-mio v0.2.5
22372026-08-12T01:04:14.494Z Compiling cipher v0.5.2
22382026-08-12T01:04:14.584Z Compiling cookie_store v0.22.1
22392026-08-12T01:04:14.611Z Compiling postgres-types v0.2.12
22402026-08-12T01:04:14.661Z Compiling zstd v0.13.3
22412026-08-12T01:04:14.711Z Compiling globset v0.4.18
22422026-08-12T01:04:14.844Z Compiling strum v0.27.2
22432026-08-12T01:04:14.860Z Compiling hubpack v0.1.2
22442026-08-12T01:04:15.015Z Compiling phf_shared v0.11.3
22452026-08-12T01:04:15.056Z Compiling hkdf v0.12.4
22462026-08-12T01:04:15.095Z Compiling crossbeam-epoch v0.9.18
22472026-08-12T01:04:15.142Z Compiling byte-wrapper v0.1.0
22482026-08-12T01:04:15.162Z Compiling olpc-cjson v0.1.4
22492026-08-12T01:04:15.185Z Compiling ed25519 v2.2.3
22502026-08-12T01:04:15.434Z Compiling crypto-bigint v0.5.5
22512026-08-12T01:04:15.450Z Compiling serde-big-array v0.5.1
22522026-08-12T01:04:15.480Z Compiling serde_plain v1.0.2
22532026-08-12T01:04:15.564Z Compiling pem v3.0.6
22542026-08-12T01:04:15.634Z Compiling float-cmp v0.10.0
22552026-08-12T01:04:15.689Z Compiling memmap2 v0.9.10
22562026-08-12T01:04:15.771Z Compiling fixedbitset v0.4.2
22572026-08-12T01:04:15.796Z Compiling data-encoding v2.10.0
22582026-08-12T01:04:15.862Z Compiling new_debug_unreachable v1.0.6
22592026-08-12T01:04:15.904Z Compiling keccak v0.1.6
22602026-08-12T01:04:15.921Z Compiling normalize-line-endings v0.3.0
22612026-08-12T01:04:15.947Z Compiling whoami v2.1.0
22622026-08-12T01:04:15.965Z Compiling const-oid v0.10.2
22632026-08-12T01:04:16.029Z Compiling static_assertions v1.1.0
22642026-08-12T01:04:16.114Z Compiling predicates-core v1.0.10
22652026-08-12T01:04:16.130Z Compiling fixedbitset v0.5.7
22662026-08-12T01:04:16.147Z Compiling toml_write v0.1.2
22672026-08-12T01:04:16.340Z Compiling difflib v0.4.0
22682026-08-12T01:04:16.359Z Compiling typed-path v0.9.3
22692026-08-12T01:04:16.372Z Compiling precomputed-hash v0.1.1
22702026-08-12T01:04:16.446Z Compiling string_cache v0.8.9
22712026-08-12T01:04:16.474Z Compiling chacha20 v0.10.0
22722026-08-12T01:04:16.532Z Compiling elliptic-curve v0.13.8
22732026-08-12T01:04:16.685Z Compiling predicates v3.1.4
22742026-08-12T01:04:16.753Z Compiling petgraph v0.8.3
22752026-08-12T01:04:16.779Z Compiling toml_edit v0.22.27
22762026-08-12T01:04:16.795Z Compiling tokio-postgres v0.7.16
22772026-08-12T01:04:16.900Z Compiling digest v0.11.3
22782026-08-12T01:04:17.123Z Compiling hickory-proto v0.25.2
22792026-08-12T01:04:17.143Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22802026-08-12T01:04:17.231Z Compiling sha3 v0.10.8
22812026-08-12T01:04:17.245Z Compiling petgraph v0.6.5
22822026-08-12T01:04:17.508Z Compiling usdt v0.6.0
22832026-08-12T01:04:17.775Z Compiling zip v4.6.1
22842026-08-12T01:04:18.705Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22852026-08-12T01:04:18.763Z Compiling ed25519-dalek v2.2.0
22862026-08-12T01:04:19.126Z Compiling crossterm v0.28.1
22872026-08-12T01:04:19.701Z Compiling iddqd v0.4.2
22882026-08-12T01:04:19.811Z Compiling serde_with v3.21.0
22892026-08-12T01:04:19.955Z Compiling similar v2.7.0
22902026-08-12T01:04:20.013Z Compiling strum v0.26.3
22912026-08-12T01:04:20.425Z Compiling tokio-stream v0.1.18
22922026-08-12T01:04:20.454Z Compiling buf-list v1.1.2
22932026-08-12T01:04:20.545Z Compiling itertools v0.13.0
22942026-08-12T01:04:20.725Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22952026-08-12T01:04:20.752Z Compiling openapiv3 v2.2.0
22962026-08-12T01:04:21.628Z Compiling lalrpop-util v0.19.12
22972026-08-12T01:04:21.898Z Compiling peg-runtime v0.8.5
22982026-08-12T01:04:37.358Z Compiling rustls-webpki v0.103.13
22992026-08-12T01:04:41.106Z Compiling tokio-rustls v0.26.4
23002026-08-12T01:04:41.392Z Compiling hyper-rustls v0.27.7
23012026-08-12T01:04:41.424Z Compiling rustls-platform-verifier v0.6.2
23022026-08-12T01:04:41.558Z Compiling tough v0.22.0
23032026-08-12T01:04:41.649Z Compiling reqwest v0.13.2
23042026-08-12T01:04:42.313Z Compiling macaddr v1.0.1
23052026-08-12T01:04:42.368Z Compiling rayon-core v1.13.0
23062026-08-12T01:04:42.371Z Compiling crucible-workspace-hack v0.1.0
23072026-08-12T01:04:42.487Z Compiling secrecy v0.10.3
23082026-08-12T01:04:42.612Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-08-12T01:04:42.628Z Compiling heapless v0.8.0
23102026-08-12T01:04:42.632Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-08-12T01:04:42.677Z Compiling crossbeam-deque v0.8.6
23122026-08-12T01:04:42.694Z Compiling ingot-macros v0.2.0
23132026-08-12T01:04:42.752Z Compiling inout v0.1.4
23142026-08-12T01:04:42.771Z Compiling hash32 v0.3.1
23152026-08-12T01:04:42.889Z Compiling toml_edit v0.23.10+spec-1.0.0
23162026-08-12T01:04:42.936Z Compiling multer v3.1.0
23172026-08-12T01:04:42.940Z Compiling thread_local v1.1.9
23182026-08-12T01:04:42.969Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23192026-08-12T01:04:43.039Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202026-08-12T01:04:43.110Z Compiling unicode-width v0.2.0
23212026-08-12T01:04:43.158Z Compiling slog-async v2.8.0
23222026-08-12T01:04:43.188Z Compiling compression-core v0.4.31
23232026-08-12T01:04:43.207Z Compiling smoltcp v0.11.0
23242026-08-12T01:04:43.224Z Compiling match_cfg v0.1.0
23252026-08-12T01:04:43.293Z Compiling hostname v0.3.1
23262026-08-12T01:04:43.313Z Compiling compression-codecs v0.4.37
23272026-08-12T01:04:43.382Z Compiling cipher v0.4.4
23282026-08-12T01:04:43.436Z Compiling proc-macro-crate v3.4.0
23292026-08-12T01:04:43.509Z Compiling atomicwrites v0.4.4
23302026-08-12T01:04:43.551Z Compiling slog-json v2.6.1
23312026-08-12T01:04:43.682Z Compiling crossbeam-channel v0.5.15
23322026-08-12T01:04:43.712Z Compiling half v2.7.1
23332026-08-12T01:04:43.788Z Compiling newtype-uuid-macros v0.1.0
23342026-08-12T01:04:43.812Z Compiling universal-hash v0.5.1
23352026-08-12T01:04:43.827Z Compiling cobs v0.3.0
23362026-08-12T01:04:43.851Z Compiling async-stream-impl v0.3.6
23372026-08-12T01:04:43.983Z Compiling thiserror-impl-no-std v2.0.2
23382026-08-12T01:04:44.000Z Compiling serde_spanned v1.1.1
23392026-08-12T01:04:44.104Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-08-12T01:04:44.168Z Compiling is-terminal v0.4.17
23412026-08-12T01:04:44.284Z Compiling proc-macro-error-attr v1.0.4
23422026-08-12T01:04:44.299Z Compiling dropshot v0.17.1
23432026-08-12T01:04:44.368Z Compiling ciborium-io v0.2.2
23442026-08-12T01:04:44.442Z Compiling take_mut v0.2.2
23452026-08-12T01:04:44.475Z Compiling toml_writer v1.1.1+spec-1.1.0
23462026-08-12T01:04:44.491Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-08-12T01:04:44.509Z Compiling opaque-debug v0.3.1
23482026-08-12T01:04:44.526Z Compiling convert_case v0.4.0
23492026-08-12T01:04:44.561Z Compiling term v1.2.1
23502026-08-12T01:04:44.564Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23512026-08-12T01:04:44.622Z Compiling poly1305 v0.8.0
23522026-08-12T01:04:44.743Z Compiling toml v1.1.2+spec-1.1.0
23532026-08-12T01:04:44.864Z Compiling derive_more v0.99.20
23542026-08-12T01:04:44.909Z Compiling slog-term v2.9.2
23552026-08-12T01:04:44.924Z Compiling ciborium-ll v0.2.2
23562026-08-12T01:04:45.004Z Compiling async-stream v0.3.6
23572026-08-12T01:04:45.023Z Compiling thiserror-no-std v2.0.2
23582026-08-12T01:04:45.138Z Compiling postcard v1.1.3
23592026-08-12T01:04:45.167Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23602026-08-12T01:04:45.212Z Compiling num_enum_derive v0.7.6
23612026-08-12T01:04:45.297Z Compiling slog-bunyan v2.5.0
23622026-08-12T01:04:45.357Z Compiling ingot-types v0.2.0
23632026-08-12T01:04:45.500Z Compiling chacha20 v0.9.1
23642026-08-12T01:04:45.519Z Compiling async-compression v0.4.41
23652026-08-12T01:04:45.802Z Compiling ingot v0.2.1
23662026-08-12T01:04:45.821Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23672026-08-12T01:04:45.846Z Compiling sha1 v0.11.0
23682026-08-12T01:04:46.020Z Compiling parse-display-derive v0.10.0
23692026-08-12T01:04:46.148Z Compiling proc-macro-crate v1.3.1
23702026-08-12T01:04:46.170Z Compiling waitgroup v0.1.2
23712026-08-12T01:04:46.187Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23722026-08-12T01:04:46.306Z Compiling backon v1.6.0
23732026-08-12T01:04:46.343Z Compiling rustls-pemfile v2.2.0
23742026-08-12T01:04:46.409Z Compiling blake2 v0.10.6
23752026-08-12T01:04:46.498Z Compiling dropshot_endpoint v0.17.1
23762026-08-12T01:04:46.573Z Compiling aead v0.5.2
23772026-08-12T01:04:46.621Z Compiling password-hash v0.5.0
23782026-08-12T01:04:46.645Z Compiling foreign-types-macros v0.2.3
23792026-08-12T01:04:46.706Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23802026-08-12T01:04:46.791Z Compiling serde_path_to_error v0.1.20
23812026-08-12T01:04:46.938Z Compiling hostname v0.4.2
23822026-08-12T01:04:47.063Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23832026-08-12T01:04:47.122Z Compiling proc-macro-error v1.0.4
23842026-08-12T01:04:47.137Z Compiling instant v0.1.13
23852026-08-12T01:04:47.226Z Compiling debug-ignore v1.0.5
23862026-08-12T01:04:47.255Z Compiling foreign-types-shared v0.3.1
23872026-08-12T01:04:47.271Z Compiling backoff v0.4.0
23882026-08-12T01:04:47.286Z Compiling argon2 v0.5.3
23892026-08-12T01:04:47.360Z Compiling foreign-types v0.5.0
23902026-08-12T01:04:47.376Z Compiling chacha20poly1305 v0.10.1
23912026-08-12T01:04:47.379Z Compiling num_enum_derive v0.5.11
23922026-08-12T01:04:47.456Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-12T01:04:47.471Z Compiling num_enum v0.7.6
23942026-08-12T01:04:47.488Z Compiling parse-display v0.10.0
23952026-08-12T01:04:47.506Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23962026-08-12T01:04:47.550Z Compiling vsss-rs v3.3.4
23972026-08-12T01:04:47.576Z Compiling ciborium v0.2.2
23982026-08-12T01:04:47.884Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23992026-08-12T01:04:48.003Z Compiling tabwriter v1.4.1
24002026-08-12T01:04:48.067Z Compiling regress v0.10.5
24012026-08-12T01:04:48.089Z Compiling itertools v0.14.0
24022026-08-12T01:04:48.157Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24032026-08-12T01:04:48.287Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24042026-08-12T01:04:48.318Z Compiling cstr-argument v0.1.2
24052026-08-12T01:04:48.336Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24062026-08-12T01:04:48.393Z Compiling humantime v2.3.0
24072026-08-12T01:04:48.448Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24082026-08-12T01:04:48.491Z Compiling num_enum v0.5.11
24092026-08-12T01:04:48.510Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24102026-08-12T01:04:48.609Z Compiling rayon v1.11.0
24112026-08-12T01:04:48.629Z Compiling rand v0.10.1
24122026-08-12T01:04:48.730Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24132026-08-12T01:04:48.765Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24142026-08-12T01:04:48.844Z Compiling indent_write v2.2.0
24152026-08-12T01:04:48.875Z Compiling colored v3.1.1
24162026-08-12T01:04:48.878Z Compiling libefi-sys v0.1.0
24172026-08-12T01:04:48.903Z Compiling zone_cfg_derive v0.3.1
24182026-08-12T01:04:48.906Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24192026-08-12T01:04:48.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24202026-08-12T01:04:49.006Z Compiling camino-tempfile v1.4.1
24212026-08-12T01:04:49.064Z Compiling itertools v0.12.1
24222026-08-12T01:04:49.122Z Compiling usdt-attr-macro v0.5.0
24232026-08-12T01:04:49.139Z Compiling usdt-macro v0.5.0
24242026-08-12T01:04:49.171Z Compiling bitfield-struct v0.6.2
24252026-08-12T01:04:49.424Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24262026-08-12T01:04:49.450Z Compiling num-derive v0.4.2
24272026-08-12T01:04:49.501Z Compiling blake3 v1.8.5
24282026-08-12T01:04:49.546Z Compiling memmap v0.7.0
24292026-08-12T01:04:49.608Z Compiling sigpipe v0.1.3
24302026-08-12T01:04:49.683Z Compiling swrite v0.1.0
24312026-08-12T01:04:49.716Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-12T01:04:49.732Z Compiling glob v0.3.3
24332026-08-12T01:04:49.805Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24342026-08-12T01:04:49.822Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24352026-08-12T01:04:49.906Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-12T01:04:49.939Z Compiling usdt v0.5.0
24372026-08-12T01:04:50.034Z Compiling smf v0.2.3
24382026-08-12T01:04:50.069Z Compiling filetime v0.2.27
24392026-08-12T01:04:50.151Z Compiling xattr v1.6.1
24402026-08-12T01:04:50.218Z Compiling whoami v1.6.1
24412026-08-12T01:04:50.295Z Compiling constant_time_eq v0.4.2
24422026-08-12T01:04:50.355Z Compiling arrayvec v0.7.6
24432026-08-12T01:04:50.358Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24442026-08-12T01:04:50.389Z Compiling arrayref v0.3.9
24452026-08-12T01:04:50.416Z Compiling zone v0.3.1
24462026-08-12T01:04:50.482Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472026-08-12T01:04:50.504Z Compiling tar v0.4.46
24482026-08-12T01:04:50.578Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24492026-08-12T01:04:50.595Z Compiling tokio-dtrace v0.1.1
24502026-08-12T01:04:50.634Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24512026-08-12T01:04:50.668Z Compiling console v0.16.2
24522026-08-12T01:04:50.684Z Compiling gethostname v0.5.0
24532026-08-12T01:04:50.837Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24542026-08-12T01:04:50.888Z Compiling topological-sort v0.2.2
24552026-08-12T01:04:50.957Z Compiling unit-prefix v0.5.2
24562026-08-12T01:04:51.047Z Compiling oxide-tokio-rt v0.1.4
24572026-08-12T01:04:51.141Z Compiling indicatif v0.18.4
24582026-08-12T01:04:51.196Z Compiling toml v0.8.23
24592026-08-12T01:04:51.254Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-12T01:04:51.411Z Compiling shell-words v1.1.1
24612026-08-12T01:05:00.562Z Compiling progenitor-client v0.14.0
24622026-08-12T01:05:00.562Z Compiling omicron-zone-package v0.12.3
24632026-08-12T01:05:00.803Z Compiling progenitor-extras v0.2.0
24642026-08-12T01:05:01.146Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24652026-08-12T01:05:01.254Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-08-12T01:05:01.276Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24672026-08-12T01:05:01.320Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24682026-08-12T01:05:01.339Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-12T01:05:01.367Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-12T01:05:01.459Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712026-08-12T01:05:01.584Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-12T01:05:01.965Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-08-12T01:05:05.763Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-08-12T01:05:13.988Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-08-12T01:05:17.207Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24762026-08-12T01:05:18.250Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24772026-08-12T01:05:27.840Z Finished `release` profile [optimized] target(s) in 1m 44s
24782026-08-12T01:05:27.991Z Running `target/release/omicron-package -t test target create -p dev`
24792026-08-12T01:05:28.053ZLogging to: /work/oxidecomputer/omicron/out/LOG
24802026-08-12T01:05:28.056ZCreated new build target 'test' and set it as active
24812026-08-12T01:05:28.056Z
24822026-08-12T01:05:28.056Zreal 1:44.676676171
24832026-08-12T01:05:28.056Zuser 17:25.664173879
24842026-08-12T01:05:28.056Zsys 2:42.014556950
24852026-08-12T01:05:28.056Ztrap 0.506591763
24862026-08-12T01:05:28.056Ztflt 2.225853318
24872026-08-12T01:05:28.056Zdflt 4.534843239
24882026-08-12T01:05:28.056Zkflt 0.000712321
24892026-08-12T01:05:28.056Zlock 56:48.781212148
24902026-08-12T01:05:28.056Zslp 44:23.639444787
24912026-08-12T01:05:28.057Zlat 50.549916333
24922026-08-12T01:05:28.057Zstop 6:03.863458205
24932026-08-12T01:05:28.060Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24942026-08-12T01:05:28.939Z Finished `release` profile [optimized] target(s) in 0.87s
24952026-08-12T01:05:29.006Z Running `target/release/omicron-package -t test package`
24962026-08-12T01:05:29.064ZLogging to: /work/oxidecomputer/omicron/out/LOG
24972026-08-12T01:05:30.510Z Compiling heck v0.5.0
24982026-08-12T01:05:30.510Z Compiling regress v0.11.1
24992026-08-12T01:05:30.734Z Compiling unsafe-libyaml v0.2.11
25002026-08-12T01:05:30.767Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25012026-08-12T01:05:30.789Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-08-12T01:05:30.812Z Compiling derive-where v1.6.0
25032026-08-12T01:05:30.812Z Compiling bytecount v0.6.9
25042026-08-12T01:05:30.852Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-08-12T01:05:30.855Z Compiling atomicwrites v0.4.4
25062026-08-12T01:05:30.855Z Compiling is-terminal v0.4.17
25072026-08-12T01:05:30.855Z Compiling prettyplease v0.2.37
25082026-08-12T01:05:30.855Z Compiling console v0.15.11
25092026-08-12T01:05:30.855Z Compiling newline-converter v0.3.0
25102026-08-12T01:05:30.935Z Compiling slog-dtrace v0.3.0
25112026-08-12T01:05:30.977Z Compiling resolv-conf v0.7.6
25122026-08-12T01:05:31.019Z Compiling num-rational v0.4.2
25132026-08-12T01:05:31.043Z Compiling num-complex v0.4.6
25142026-08-12T01:05:31.047Z Compiling thread_local v1.1.9
25152026-08-12T01:05:31.086Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25162026-08-12T01:05:31.151Z Compiling unicode-width v0.1.14
25172026-08-12T01:05:31.156Z Compiling compression-core v0.4.31
25182026-08-12T01:05:31.261Z Compiling serde_yaml v0.9.34+deprecated
25192026-08-12T01:05:31.320Z Compiling expectorate v1.2.0
25202026-08-12T01:05:31.402Z Compiling match_cfg v0.1.0
25212026-08-12T01:05:31.479Z Compiling cancel-safe-futures v0.1.5
25222026-08-12T01:05:31.509Z Compiling num v0.4.3
25232026-08-12T01:05:31.530Z Compiling hostname v0.3.1
25242026-08-12T01:05:31.555Z Compiling compression-codecs v0.4.37
25252026-08-12T01:05:31.583Z Compiling slog-async v2.8.0
25262026-08-12T01:05:31.604Z Compiling multer v3.1.0
25272026-08-12T01:05:31.626Z Compiling crossbeam-channel v0.5.15
25282026-08-12T01:05:31.647Z Compiling slog-json v2.6.1
25292026-08-12T01:05:31.671Z Compiling toml_datetime v1.1.1+spec-1.1.0
25302026-08-12T01:05:31.695Z Compiling serde_spanned v1.1.1
25312026-08-12T01:05:31.754Z Compiling toml_writer v1.1.1+spec-1.1.0
25322026-08-12T01:05:31.808Z Compiling float-ord v0.3.2
25332026-08-12T01:05:31.872Z Compiling linked-hash-map v0.5.6
25342026-08-12T01:05:31.895Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25352026-08-12T01:05:31.949Z Compiling term v1.2.1
25362026-08-12T01:05:31.974Z Compiling take_mut v0.2.2
25372026-08-12T01:05:31.998Z Compiling toml v1.1.2+spec-1.1.0
25382026-08-12T01:05:32.020Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25392026-08-12T01:05:32.023Z Compiling oxide-update-engine-types v0.1.2
25402026-08-12T01:05:32.060Z Compiling slog-bunyan v2.5.0
25412026-08-12T01:05:32.103Z Compiling lru-cache v0.1.2
25422026-08-12T01:05:32.103Z Compiling async-compression v0.4.41
25432026-08-12T01:05:32.226Z Compiling slog-term v2.9.2
25442026-08-12T01:05:32.285Z Compiling typify-impl v0.6.2
25452026-08-12T01:05:32.465Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25462026-08-12T01:05:32.486Z Compiling async-stream v0.3.6
25472026-08-12T01:05:32.553Z Compiling dropshot v0.17.1
25482026-08-12T01:05:32.621Z Compiling sha1 v0.11.0
25492026-08-12T01:05:32.624Z Compiling progenitor-client v0.14.0
25502026-08-12T01:05:32.665Z Compiling waitgroup v0.1.2
25512026-08-12T01:05:32.686Z Compiling rustls-pemfile v2.2.0
25522026-08-12T01:05:32.741Z Compiling backon v1.6.0
25532026-08-12T01:05:32.761Z Compiling serde_path_to_error v0.1.20
25542026-08-12T01:05:32.821Z Compiling hostname v0.4.2
25552026-08-12T01:05:32.897Z Compiling instant v0.1.13
25562026-08-12T01:05:32.947Z Compiling debug-ignore v1.0.5
25572026-08-12T01:05:32.968Z Compiling linear-map v1.2.0
25582026-08-12T01:05:32.989Z Compiling minimal-lexical v0.2.1
25592026-08-12T01:05:32.992Z Compiling progenitor-extras v0.2.0
25602026-08-12T01:05:33.032Z Compiling backoff v0.4.0
25612026-08-12T01:05:33.105Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25622026-08-12T01:05:33.127Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25632026-08-12T01:05:33.211Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25642026-08-12T01:05:33.259Z Compiling nom v7.1.3
25652026-08-12T01:05:33.281Z Compiling oxide-update-engine v0.1.2
25662026-08-12T01:05:33.285Z Compiling parse-display v0.10.0
25672026-08-12T01:05:33.387Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25682026-08-12T01:05:33.439Z Compiling hickory-proto v0.24.4
25692026-08-12T01:05:33.914Z Compiling regress v0.10.5
25702026-08-12T01:05:34.041Z Compiling itertools v0.14.0
25712026-08-12T01:05:34.547Z Compiling macaddr v1.0.1
25722026-08-12T01:05:34.587Z Compiling unicode-xid v0.2.6
25732026-08-12T01:05:34.640Z Compiling humantime v2.3.0
25742026-08-12T01:05:34.803Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25752026-08-12T01:05:34.939Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25762026-08-12T01:05:34.986Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25772026-08-12T01:05:35.116Z Compiling convert_case v0.10.0
25782026-08-12T01:05:35.232Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25792026-08-12T01:05:35.291Z Compiling owo-colors v4.3.0
25802026-08-12T01:05:35.357Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25812026-08-12T01:05:35.426Z Compiling derive_more-impl v2.1.1
25822026-08-12T01:05:35.522Z Compiling toml v0.8.23
25832026-08-12T01:05:35.792Z Compiling typify-macro v0.6.2
25842026-08-12T01:05:35.899Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-12T01:05:35.944Z Compiling hickory-resolver v0.24.4
25862026-08-12T01:05:36.063Z Compiling papergrid v0.11.0
25872026-08-12T01:05:36.093Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25882026-08-12T01:05:36.210Z Compiling derive_more v2.1.1
25892026-08-12T01:05:36.321Z Compiling tabled_derive v0.7.0
25902026-08-12T01:05:36.630Z Compiling termtree v0.5.1
25912026-08-12T01:05:36.681Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25922026-08-12T01:05:36.831Z Compiling crossterm v0.29.0
25932026-08-12T01:05:37.165Z Compiling qorb v0.4.1
25942026-08-12T01:05:37.249Z Compiling tabled v0.15.0
25952026-08-12T01:05:37.382Z Compiling typify v0.6.2
25962026-08-12T01:05:37.700Z Compiling progenitor-impl v0.14.0
25972026-08-12T01:05:38.407Z Compiling phf_shared v0.12.1
25982026-08-12T01:05:38.658Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25992026-08-12T01:05:39.184Z Compiling csv-core v0.1.13
26002026-08-12T01:05:39.679Z Compiling vte v0.14.1
26012026-08-12T01:05:39.821Z Compiling progenitor-macro v0.14.0
26022026-08-12T01:05:39.937Z Compiling highway v1.3.0
26032026-08-12T01:05:40.633Z Compiling chrono-tz v0.10.4
26042026-08-12T01:05:40.664Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-08-12T01:05:40.879Z Compiling strip-ansi-escapes v0.2.1
26062026-08-12T01:05:41.193Z Compiling csv v1.4.0
26072026-08-12T01:05:41.316Z Compiling phf v0.12.1
26082026-08-12T01:05:41.341Z Compiling const_format_proc_macros v0.2.34
26092026-08-12T01:05:41.438Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102026-08-12T01:05:41.645Z Compiling fd-lock v4.0.4
26112026-08-12T01:05:41.866Z Compiling peg-macros v0.8.5
26122026-08-12T01:05:41.902Z Compiling nu-ansi-term v0.50.3
26132026-08-12T01:05:42.111Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26142026-08-12T01:05:42.137Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26152026-08-12T01:05:42.280Z Compiling reedline v0.40.0
26162026-08-12T01:05:42.522Z Compiling const_format v0.2.35
26172026-08-12T01:05:43.071Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26182026-08-12T01:05:43.111Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26192026-08-12T01:05:43.134Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26202026-08-12T01:05:44.028Z Compiling progenitor v0.14.0
26212026-08-12T01:05:44.150Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26222026-08-12T01:05:44.194Z Compiling peg v0.8.5
26232026-08-12T01:05:44.299Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26242026-08-12T01:05:44.352Z Compiling bcs v0.1.6
26252026-08-12T01:05:44.841Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26262026-08-12T01:05:45.142Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26272026-08-12T01:05:45.214Z Compiling nom v8.0.0
26282026-08-12T01:05:45.843Z Compiling semver v0.1.20
26292026-08-12T01:05:46.140Z Compiling rustc_version v0.1.7
26302026-08-12T01:05:46.328Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-12T01:05:46.379Z Compiling newtype_derive v0.1.6
26322026-08-12T01:05:46.590Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26332026-08-12T01:05:46.614Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26342026-08-12T01:05:46.617Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26352026-08-12T01:05:46.732Z Compiling unicode-linebreak v0.1.5
26362026-08-12T01:05:46.766Z Compiling smawk v0.3.2
26372026-08-12T01:05:46.958Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26382026-08-12T01:05:46.998Z Compiling textwrap v0.16.2
26392026-08-12T01:05:47.295Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26402026-08-12T01:05:47.493Z Compiling steno v0.4.1
26412026-08-12T01:05:47.926Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26422026-08-12T01:05:48.520Z Compiling dropshot-api-manager-types v0.7.2
26432026-08-12T01:05:49.112Z Compiling sha1 v0.10.6
26442026-08-12T01:05:49.140Z Compiling tagptr v0.2.0
26452026-08-12T01:05:49.332Z Compiling utf-8 v0.7.6
26462026-08-12T01:05:49.501Z Compiling moka v0.12.13
26472026-08-12T01:05:49.585Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26482026-08-12T01:05:49.613Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26492026-08-12T01:05:49.656Z Compiling tungstenite v0.21.0
26502026-08-12T01:05:49.842Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26512026-08-12T01:05:49.954Z Compiling darling_core v0.21.3
26522026-08-12T01:05:50.035Z Compiling display-error-chain v0.2.2
26532026-08-12T01:05:50.208Z Compiling libscf-sys v1.2.0
26542026-08-12T01:05:50.389Z Compiling tokio-tungstenite v0.21.0
26552026-08-12T01:05:50.788Z Compiling hickory-resolver v0.25.2
26562026-08-12T01:05:50.840Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26572026-08-12T01:05:51.746Z Compiling vergen-lib v0.1.6
26582026-08-12T01:05:51.962Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26592026-08-12T01:05:52.153Z Compiling darling_macro v0.21.3
26602026-08-12T01:05:52.495Z Compiling diesel_derives v2.3.7
26612026-08-12T01:05:52.666Z Compiling darling v0.21.3
26622026-08-12T01:05:52.742Z Compiling scheduled-thread-pool v0.2.7
26632026-08-12T01:05:52.745Z Compiling vergen-gitcl v1.0.8
26642026-08-12T01:05:52.783Z Compiling dsl_auto_type v0.2.0
26652026-08-12T01:05:52.786Z Compiling diesel_table_macro_syntax v0.3.0
26662026-08-12T01:05:52.987Z Compiling dirs-sys-next v0.1.2
26672026-08-12T01:05:53.059Z Compiling maplit v1.0.2
26682026-08-12T01:05:53.151Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26692026-08-12T01:05:53.176Z Compiling glob v0.3.3
26702026-08-12T01:05:53.179Z Compiling crunchy v0.2.4
26712026-08-12T01:05:53.279Z Compiling dirs-next v2.0.0
26722026-08-12T01:05:53.366Z Compiling r2d2 v0.8.10
26732026-08-12T01:05:53.423Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26742026-08-12T01:05:53.486Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-12T01:05:53.530Z Compiling clang-sys v1.8.1
26762026-08-12T01:05:53.660Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26772026-08-12T01:05:53.907Z Compiling papergrid v0.18.0
26782026-08-12T01:05:53.930Z Compiling downcast-rs v2.0.2
26792026-08-12T01:05:54.062Z Compiling tiny-keccak v2.0.2
26802026-08-12T01:05:54.481Z Compiling term v0.7.0
26812026-08-12T01:05:54.875Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26822026-08-12T01:05:54.997Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26832026-08-12T01:05:55.224Z Compiling tabled v0.21.0
26842026-08-12T01:05:55.642Z Compiling bit-vec v0.6.3
26852026-08-12T01:05:55.740Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26862026-08-12T01:05:55.791Z Compiling ascii-canvas v3.0.0
26872026-08-12T01:05:55.877Z Compiling bit-set v0.5.3
26882026-08-12T01:05:56.024Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26892026-08-12T01:05:56.081Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26902026-08-12T01:05:56.281Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26912026-08-12T01:05:56.304Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26922026-08-12T01:05:56.307Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26932026-08-12T01:05:56.497Z Compiling itertools v0.10.5
26942026-08-12T01:05:56.521Z Compiling ena v0.14.4
26952026-08-12T01:05:56.761Z Compiling libloading v0.8.9
26962026-08-12T01:05:56.868Z Compiling unicase v2.9.0
26972026-08-12T01:05:56.987Z Compiling bindgen v0.71.1
26982026-08-12T01:05:57.166Z Compiling regex-syntax v0.6.29
26992026-08-12T01:05:57.284Z Compiling xshell-macros v0.2.7
27002026-08-12T01:05:57.358Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27012026-08-12T01:05:57.520Z Compiling diff v0.1.13
27022026-08-12T01:05:57.680Z Compiling xshell v0.2.7
27032026-08-12T01:05:57.948Z Compiling diesel v2.3.7
27042026-08-12T01:05:58.539Z Compiling lalrpop v0.19.12
27052026-08-12T01:05:59.053Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27062026-08-12T01:05:59.076Z Compiling cexpr v0.6.0
27072026-08-12T01:05:59.418Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27082026-08-12T01:05:59.515Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27092026-08-12T01:05:59.653Z Compiling crc8 v0.1.1
27102026-08-12T01:05:59.715Z Compiling rustc-hash v2.1.1
27112026-08-12T01:06:00.045Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27122026-08-12T01:06:00.072Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27132026-08-12T01:06:00.096Z Compiling headers-core v0.3.0
27142026-08-12T01:06:00.251Z Compiling libxml v0.3.3
27152026-08-12T01:06:00.302Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27162026-08-12T01:06:00.576Z Compiling headers v0.4.1
27172026-08-12T01:06:00.597Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27182026-08-12T01:06:00.757Z Compiling strum_macros v0.24.3
27192026-08-12T01:06:00.813Z Compiling indoc v1.0.9
27202026-08-12T01:06:01.272Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27212026-08-12T01:06:01.499Z Compiling derive_builder v0.20.2
27222026-08-12T01:06:01.522Z Compiling oso-derive v0.27.3
27232026-08-12T01:06:01.699Z Compiling quick-xml v0.37.5
27242026-08-12T01:06:01.980Z Compiling impl-trait-for-tuples v0.2.3
27252026-08-12T01:06:02.043Z Compiling openssl-probe v0.1.6
27262026-08-12T01:06:02.188Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27272026-08-12T01:06:02.341Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27282026-08-12T01:06:02.884Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27292026-08-12T01:06:03.076Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27302026-08-12T01:06:03.114Z Compiling bb8 v0.8.6
27312026-08-12T01:06:03.142Z Compiling trait-variant v0.1.2
27322026-08-12T01:06:03.226Z Compiling half v1.8.3
27332026-08-12T01:06:03.277Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27342026-08-12T01:06:03.301Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-08-12T01:06:03.499Z Compiling serde_cbor v0.11.2
27362026-08-12T01:06:03.568Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27372026-08-12T01:06:03.660Z Compiling progenitor-impl v0.13.0
27382026-08-12T01:06:03.693Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27392026-08-12T01:06:04.371Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27402026-08-12T01:06:04.467Z Compiling nonempty v0.12.0
27412026-08-12T01:06:04.493Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27422026-08-12T01:06:04.578Z Compiling samael v0.0.19
27432026-08-12T01:06:04.759Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27442026-08-12T01:06:04.904Z Compiling progenitor-client v0.13.0
27452026-08-12T01:06:05.441Z Compiling fxhash v0.2.1
27462026-08-12T01:06:05.614Z Compiling libz-sys v1.1.24
27472026-08-12T01:06:05.778Z Compiling salty v0.3.0
27482026-08-12T01:06:05.868Z Compiling progenitor-macro v0.13.0
27492026-08-12T01:06:06.082Z Compiling polar-core v0.27.3
27502026-08-12T01:06:06.131Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27512026-08-12T01:06:06.154Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27522026-08-12T01:06:06.411Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27532026-08-12T01:06:06.511Z Compiling kstat-rs v0.2.5
27542026-08-12T01:06:07.171Z Compiling mime_guess v2.0.5
27552026-08-12T01:06:07.670Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27562026-08-12T01:06:08.399Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572026-08-12T01:06:09.358Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-08-12T01:06:09.453Z Compiling rfc6979 v0.4.0
27592026-08-12T01:06:09.663Z Compiling nanorand v0.7.0
27602026-08-12T01:06:09.807Z Compiling libgit2-sys v0.18.3+1.9.2
27612026-08-12T01:06:09.968Z Compiling progenitor v0.13.0
27622026-08-12T01:06:09.989Z Compiling parking_lot_core v0.8.6
27632026-08-12T01:06:10.030Z Compiling flume v0.11.1
27642026-08-12T01:06:10.167Z Compiling ecdsa v0.16.9
27652026-08-12T01:06:10.310Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27662026-08-12T01:06:10.423Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27672026-08-12T01:06:10.762Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27682026-08-12T01:06:10.800Z Compiling primeorder v0.13.6
27692026-08-12T01:06:11.119Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-12T01:06:11.290Z Compiling git-stub v1.0.0
27712026-08-12T01:06:11.561Z Compiling strsim v0.10.0
27722026-08-12T01:06:11.864Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27732026-08-12T01:06:11.927Z Compiling instability v0.3.11
27742026-08-12T01:06:12.096Z Compiling http-range v0.1.5
27752026-08-12T01:06:12.210Z Compiling darling_core v0.13.4
27762026-08-12T01:06:12.416Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27772026-08-12T01:06:13.211Z Compiling git-stub-vcs v0.1.0
27782026-08-12T01:06:13.573Z Compiling p384 v0.13.1
27792026-08-12T01:06:13.990Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27802026-08-12T01:06:14.261Z Compiling ignore v0.4.25
27812026-08-12T01:06:14.487Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-12T01:06:14.778Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27832026-08-12T01:06:16.345Z Compiling oso v0.27.3
27842026-08-12T01:06:17.442Z Compiling async-bb8-diesel v0.2.1
27852026-08-12T01:06:17.910Z Compiling diesel-dtrace v0.5.0
27862026-08-12T01:06:18.235Z Compiling castaway v0.2.4
27872026-08-12T01:06:18.394Z Compiling vergen-git2 v9.1.0
27882026-08-12T01:06:18.657Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27892026-08-12T01:06:18.902Z Compiling indoc v2.0.7
27902026-08-12T01:06:18.978Z Compiling compact_str v0.8.1
27912026-08-12T01:06:18.998Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27922026-08-12T01:06:19.191Z Compiling globwalk v0.9.1
27932026-08-12T01:06:19.836Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27942026-08-12T01:06:20.076Z Compiling parking_lot v0.11.2
27952026-08-12T01:06:20.079Z Compiling hyper-staticfile v0.10.1
27962026-08-12T01:06:20.123Z Compiling darling_macro v0.13.4
27972026-08-12T01:06:20.631Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27982026-08-12T01:06:20.656Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27992026-08-12T01:06:20.976Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28002026-08-12T01:06:21.233Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28012026-08-12T01:06:21.391Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-08-12T01:06:21.424Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28032026-08-12T01:06:21.604Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28042026-08-12T01:06:22.092Z Compiling predicates-tree v1.0.13
28052026-08-12T01:06:22.506Z Compiling unicode-truncate v1.1.0
28062026-08-12T01:06:22.715Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28072026-08-12T01:06:22.821Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28082026-08-12T01:06:22.905Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28092026-08-12T01:06:23.213Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-08-12T01:06:23.436Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28112026-08-12T01:06:23.439Z Compiling sha2 v0.11.0
28122026-08-12T01:06:23.734Z Compiling lru v0.12.5
28132026-08-12T01:06:23.965Z Compiling digest-io v0.1.0
28142026-08-12T01:06:24.148Z Compiling prefix-trie v0.7.0
28152026-08-12T01:06:24.453Z Compiling rand_seeder v0.4.0
28162026-08-12T01:06:24.660Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-08-12T01:06:24.720Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28182026-08-12T01:06:24.961Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28192026-08-12T01:06:25.040Z Compiling rawzip v0.4.4
28202026-08-12T01:06:25.136Z Compiling cassowary v0.3.0
28212026-08-12T01:06:25.404Z Compiling corncobs v0.1.4
28222026-08-12T01:06:25.651Z Compiling illumos-nvpair-sys v0.2.0
28232026-08-12T01:06:25.910Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28242026-08-12T01:06:26.123Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28252026-08-12T01:06:26.672Z Compiling ratatui v0.29.0
28262026-08-12T01:06:26.827Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28272026-08-12T01:06:27.037Z Compiling hickory-server v0.25.2
28282026-08-12T01:06:27.264Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28292026-08-12T01:06:29.377Z Compiling camino-tempfile-ext v0.3.3
28302026-08-12T01:06:29.979Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-12T01:06:30.910Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28322026-08-12T01:06:31.020Z Compiling darling v0.13.4
28332026-08-12T01:06:31.135Z Compiling sled v0.34.7
28342026-08-12T01:06:31.794Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28352026-08-12T01:06:32.073Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28362026-08-12T01:06:32.671Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28372026-08-12T01:06:32.759Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28382026-08-12T01:06:32.763Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28392026-08-12T01:06:32.985Z Compiling secrecy v0.8.0
28402026-08-12T01:06:33.007Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28412026-08-12T01:06:33.184Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28422026-08-12T01:06:34.689Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-12T01:06:35.034Z Compiling serde_with_macros v1.5.2
28442026-08-12T01:06:35.185Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28452026-08-12T01:06:35.531Z Compiling git2 v0.20.4
28462026-08-12T01:06:35.796Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28472026-08-12T01:06:36.046Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28482026-08-12T01:06:37.469Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28492026-08-12T01:06:37.689Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28502026-08-12T01:06:37.845Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28512026-08-12T01:06:37.869Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522026-08-12T01:06:37.912Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28532026-08-12T01:06:38.065Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28542026-08-12T01:06:38.102Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28552026-08-12T01:06:38.140Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28562026-08-12T01:06:38.293Z Compiling arc-swap v1.8.2
28572026-08-12T01:06:38.327Z Compiling void v1.0.2
28582026-08-12T01:06:38.459Z Compiling lzss v0.8.2
28592026-08-12T01:06:38.557Z Compiling slog-scope v4.4.1
28602026-08-12T01:06:38.619Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-08-12T01:06:38.640Z Compiling illumos-nvpair v0.3.0
28622026-08-12T01:06:38.667Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28632026-08-12T01:06:38.686Z Compiling serde_with v1.14.0
28642026-08-12T01:06:39.136Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28652026-08-12T01:06:39.267Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28662026-08-12T01:06:39.891Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28672026-08-12T01:06:41.035Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-08-12T01:06:41.063Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28692026-08-12T01:06:41.819Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28702026-08-12T01:06:42.706Z Compiling scuffle v0.1.0
28712026-08-12T01:06:43.988Z Compiling tungstenite v0.23.0
28722026-08-12T01:06:44.772Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28732026-08-12T01:06:44.969Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28742026-08-12T01:06:46.083Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-08-12T01:06:46.304Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28762026-08-12T01:06:46.327Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28772026-08-12T01:06:46.352Z Compiling nix v0.27.1
28782026-08-12T01:06:46.528Z Compiling twox-hash v2.1.2
28792026-08-12T01:06:46.578Z Compiling libsw-core v0.3.2
28802026-08-12T01:06:46.798Z Compiling atty v0.2.14
28812026-08-12T01:06:46.803Z Compiling serde_bytes v0.11.19
28822026-08-12T01:06:46.950Z Compiling libsw v3.5.0
28832026-08-12T01:06:47.033Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28842026-08-12T01:06:47.118Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28852026-08-12T01:06:47.147Z Compiling tokio-tungstenite v0.23.1
28862026-08-12T01:06:47.175Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28872026-08-12T01:06:47.514Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28882026-08-12T01:06:47.537Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28892026-08-12T01:06:47.887Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28902026-08-12T01:06:48.410Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28912026-08-12T01:06:50.771Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28922026-08-12T01:06:50.823Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28932026-08-12T01:06:51.245Z Compiling slog-stdlog v4.1.1
28942026-08-12T01:06:51.313Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28952026-08-12T01:06:51.474Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28962026-08-12T01:06:51.531Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-08-12T01:06:51.632Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-08-12T01:06:51.950Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28992026-08-12T01:06:52.127Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29002026-08-12T01:06:53.104Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012026-08-12T01:06:53.772Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29022026-08-12T01:06:54.048Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29032026-08-12T01:06:54.357Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29042026-08-12T01:06:56.664Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29052026-08-12T01:06:57.657Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29062026-08-12T01:06:58.213Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29072026-08-12T01:06:59.339Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29082026-08-12T01:06:59.453Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29092026-08-12T01:06:59.703Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29102026-08-12T01:07:00.597Z Compiling signal-hook-tokio v0.3.1
29112026-08-12T01:07:00.814Z Compiling fatfs v0.3.6
29122026-08-12T01:07:01.048Z Compiling yasna v0.5.2
29132026-08-12T01:07:01.800Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29142026-08-12T01:07:02.128Z Compiling seq-macro v0.3.6
29152026-08-12T01:07:02.640Z Compiling is_ci v1.2.0
29162026-08-12T01:07:02.643Z Compiling assert_matches v1.5.0
29172026-08-12T01:07:02.686Z Compiling rcgen v0.12.1
29182026-08-12T01:07:02.775Z Compiling supports-color v3.0.2
29192026-08-12T01:07:02.857Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29202026-08-12T01:07:02.921Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29212026-08-12T01:07:03.136Z Compiling slog-envlogger v2.2.0
29222026-08-12T01:07:04.275Z Compiling oxide-update-engine-display v0.1.2
29232026-08-12T01:07:05.210Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29242026-08-12T01:07:05.542Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29252026-08-12T01:07:06.165Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29262026-08-12T01:07:06.402Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29272026-08-12T01:07:06.637Z Compiling port-file v0.1.0
29282026-08-12T01:07:06.711Z Compiling subprocess v0.2.15
29292026-08-12T01:07:06.978Z Compiling rtoolbox v0.0.3
29302026-08-12T01:07:07.106Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29312026-08-12T01:07:07.268Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29322026-08-12T01:07:07.950Z Compiling rpassword v7.5.4
29332026-08-12T01:07:08.865Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29342026-08-12T01:07:09.005Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29352026-08-12T01:07:09.085Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29362026-08-12T01:07:11.256Z Compiling tui-tree-widget v0.23.1
29372026-08-12T01:07:11.555Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-08-12T01:07:11.715Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29392026-08-12T01:07:12.689Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29402026-08-12T01:07:12.743Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29412026-08-12T01:07:12.900Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422026-08-12T01:07:13.139Z Compiling uzers v0.12.2
29432026-08-12T01:07:14.193Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29442026-08-12T01:07:14.559Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29452026-08-12T01:07:15.611Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29462026-08-12T01:07:17.188Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29472026-08-12T01:07:17.312Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29482026-08-12T01:07:17.337Z Compiling support-bundle-viewer v0.1.2
29492026-08-12T01:07:19.202Z Compiling multimap v0.10.1
29502026-08-12T01:07:27.453Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29512026-08-12T01:07:29.861Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29522026-08-12T01:07:35.930Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29532026-08-12T01:07:39.488Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29542026-08-12T01:07:40.841Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29552026-08-12T01:15:04.144Z Finished `release` profile [optimized] target(s) in 9m 34s
29562026-08-12T01:15:56.405Z
29572026-08-12T01:15:56.405Zreal 10:28.325058251
29582026-08-12T01:15:56.405Zuser 1:21:04.667809432
29592026-08-12T01:15:56.405Zsys 3:37.185094322
29602026-08-12T01:15:56.408Ztrap 1.775501240
29612026-08-12T01:15:56.408Ztflt 5.077600451
29622026-08-12T01:15:56.408Zdflt 22.524201929
29632026-08-12T01:15:56.408Zkflt 0.099295471
29642026-08-12T01:15:56.408Zlock 7:52:52.300210649
29652026-08-12T01:15:56.408Zslp 2:17:09.748270565
29662026-08-12T01:15:56.408Zlat 2:22.420207441
29672026-08-12T01:15:56.408Zstop 5:28.521393556
29682026-08-12T01:15:56.408Z+ mapfile -t packages
29692026-08-12T01:15:56.408Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29702026-08-12T01:15:57.359Z Finished `release` profile [optimized] target(s) in 0.94s
29712026-08-12T01:15:57.435Z Running `target/release/omicron-package -t test list-outputs`
29722026-08-12T01:15:57.497ZLogging to: /work/oxidecomputer/omicron/out/LOG
29732026-08-12T01:15:57.501Z+ ptime -m cargo build --locked --release -p xtask
29742026-08-12T01:15:57.989Z Compiling libc v0.2.185
29752026-08-12T01:15:57.989Z Compiling serde_core v1.0.228
29762026-08-12T01:15:57.989Z Compiling serde v1.0.228
29772026-08-12T01:15:57.991Z Compiling rustix v1.1.3
29782026-08-12T01:15:57.992Z Compiling serde_json v1.0.151
29792026-08-12T01:15:57.992Z Compiling bitflags v2.11.0
29802026-08-12T01:15:58.154Z Compiling syn v2.0.117
29812026-08-12T01:15:58.155Z Compiling usdt-impl v0.5.0
29822026-08-12T01:15:58.158Z Compiling syn v1.0.109
29832026-08-12T01:15:58.187Z Compiling getrandom v0.4.1
29842026-08-12T01:15:58.199Z Compiling log v0.4.29
29852026-08-12T01:15:58.202Z Compiling indexmap v2.14.0
29862026-08-12T01:15:58.224Z Compiling fs-err v3.3.0
29872026-08-12T01:15:58.411Z Compiling anyhow v1.0.102
29882026-08-12T01:15:58.474Z Compiling heck v0.4.1
29892026-08-12T01:15:58.477Z Compiling once_cell v1.21.3
29902026-08-12T01:15:58.852Z Compiling errno v0.3.14
29912026-08-12T01:15:58.852Z Compiling thread-id v4.2.2
29922026-08-12T01:15:58.855Z Compiling memmap v0.7.0
29932026-08-12T01:15:59.625Z Compiling proc-macro-error v1.0.4
29942026-08-12T01:15:59.828Z Compiling terminal_size v0.4.3
29952026-08-12T01:15:59.828Z Compiling tempfile v3.25.0
29962026-08-12T01:15:59.889Z Compiling tabled_derive v0.7.0
29972026-08-12T01:15:59.926Z Compiling clap_builder v4.6.0
29982026-08-12T01:15:59.926Z Compiling textwrap v0.16.2
29992026-08-12T01:16:00.314Z Compiling camino v1.2.2
30002026-08-12T01:16:00.314Z Compiling cargo-platform v0.3.2
30012026-08-12T01:16:00.319Z Compiling semver v1.0.28
30022026-08-12T01:16:00.335Z Compiling pest_generator v2.8.6
30032026-08-12T01:16:00.615Z Compiling tabled v0.15.0
30042026-08-12T01:16:00.640Z Compiling camino-tempfile v1.4.1
30052026-08-12T01:16:00.831Z Compiling serde_derive v1.0.228
30062026-08-12T01:16:00.831Z Compiling thiserror-impl v1.0.69
30072026-08-12T01:16:00.835Z Compiling zerocopy-derive v0.7.35
30082026-08-12T01:16:00.835Z Compiling scroll_derive v0.12.1
30092026-08-12T01:16:00.835Z Compiling thiserror-impl v2.0.18
30102026-08-12T01:16:00.874Z Compiling clap_derive v4.6.1
30112026-08-12T01:16:00.907Z Compiling pest_derive v2.8.6
30122026-08-12T01:16:01.521Z Compiling scroll v0.12.0
30132026-08-12T01:16:01.675Z Compiling zerocopy v0.7.35
30142026-08-12T01:16:01.813Z Compiling goblin v0.8.2
30152026-08-12T01:16:01.944Z Compiling thiserror v1.0.69
30162026-08-12T01:16:02.018Z Compiling thiserror v2.0.18
30172026-08-12T01:16:02.060Z Compiling dtrace-parser v0.2.0
30182026-08-12T01:16:02.562Z Compiling clap v4.6.1
30192026-08-12T01:16:03.995Z Compiling dof v0.3.0
30202026-08-12T01:16:04.027Z Compiling serde_spanned v0.6.9
30212026-08-12T01:16:04.075Z Compiling toml_datetime v0.6.11
30222026-08-12T01:16:04.096Z Compiling serde_tokenstream v0.2.3
30232026-08-12T01:16:04.151Z Compiling macaddr v1.0.1
30242026-08-12T01:16:04.161Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30252026-08-12T01:16:04.194Z Compiling cargo_metadata v0.23.1
30262026-08-12T01:16:04.380Z Compiling toml_edit v0.22.27
30272026-08-12T01:16:04.784Z Compiling usdt-attr-macro v0.5.0
30282026-08-12T01:16:04.784Z Compiling usdt-macro v0.5.0
30292026-08-12T01:16:05.446Z Compiling usdt v0.5.0
30302026-08-12T01:16:05.934Z Compiling toml v0.8.23
30312026-08-12T01:16:06.391Z Compiling cargo_toml v0.21.0
30322026-08-12T01:16:10.834Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-08-12T01:16:14.111Z Finished `release` profile [optimized] target(s) in 16.60s
30342026-08-12T01:16:14.217Z
30352026-08-12T01:16:14.218Zreal 16.681668991
30362026-08-12T01:16:14.218Zuser 2:06.056871306
30372026-08-12T01:16:14.218Zsys 13.595435298
30382026-08-12T01:16:14.218Ztrap 0.067218411
30392026-08-12T01:16:14.221Ztflt 0.445190080
30402026-08-12T01:16:14.221Zdflt 1.593481545
30412026-08-12T01:16:14.222Zkflt 0.000009587
30422026-08-12T01:16:14.222Zlock 4:51.245391838
30432026-08-12T01:16:14.222Zslp 2:42.590514786
30442026-08-12T01:16:14.222Zlat 3.583572350
30452026-08-12T01:16:14.222Zstop 16.022852328
30462026-08-12T01:16:14.222Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-08-12T01:16:14.222Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-08-12T01:16:14.222Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-08-12T01:16:14.222Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-08-12T01:16:14.222Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30512026-08-12T01:16:15.162Z Compiling match_cfg v0.1.0
30522026-08-12T01:16:15.162Z Compiling progenitor-client v0.14.0
30532026-08-12T01:16:15.163Z Compiling slog-json v2.6.1
30542026-08-12T01:16:15.166Z Compiling newtype-uuid-macros v0.1.0
30552026-08-12T01:16:15.166Z Compiling sha1 v0.11.0
30562026-08-12T01:16:15.166Z Compiling multer v3.1.0
30572026-08-12T01:16:15.166Z Compiling debug-ignore v1.0.5
30582026-08-12T01:16:15.166Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30592026-08-12T01:16:15.166Z Compiling compression-core v0.4.31
30602026-08-12T01:16:15.166Z Compiling async-stream-impl v0.3.6
30612026-08-12T01:16:15.166Z Compiling toml_datetime v1.1.1+spec-1.1.0
30622026-08-12T01:16:15.317Z Compiling serde_spanned v1.1.1
30632026-08-12T01:16:15.320Z Compiling dropshot v0.17.1
30642026-08-12T01:16:15.320Z Compiling toml_writer v1.1.1+spec-1.1.0
30652026-08-12T01:16:15.336Z Compiling waitgroup v0.1.2
30662026-08-12T01:16:15.339Z Compiling rustls-pemfile v2.2.0
30672026-08-12T01:16:15.508Z Compiling compression-codecs v0.4.37
30682026-08-12T01:16:15.618Z Compiling dropshot_endpoint v0.17.1
30692026-08-12T01:16:15.626Z Compiling toml v1.1.2+spec-1.1.0
30702026-08-12T01:16:15.649Z Compiling serde_path_to_error v0.1.20
30712026-08-12T01:16:15.652Z Compiling hostname v0.4.2
30722026-08-12T01:16:15.706Z Compiling hostname v0.3.1
30732026-08-12T01:16:15.710Z Compiling atomicwrites v0.4.4
30742026-08-12T01:16:15.710Z Compiling macaddr v1.0.1
30752026-08-12T01:16:15.710Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-08-12T01:16:15.835Z Compiling slog-bunyan v2.5.0
30772026-08-12T01:16:15.859Z Compiling async-compression v0.4.41
30782026-08-12T01:16:15.877Z Compiling instant v0.1.13
30792026-08-12T01:16:15.878Z Compiling regress v0.10.5
30802026-08-12T01:16:15.878Z Compiling parse-display-derive v0.10.0
30812026-08-12T01:16:15.878Z Compiling backon v1.6.0
30822026-08-12T01:16:15.988Z Compiling backoff v0.4.0
30832026-08-12T01:16:16.026Z Compiling itertools v0.14.0
30842026-08-12T01:16:16.026Z Compiling humantime v2.3.0
30852026-08-12T01:16:16.026Z Compiling half v2.7.1
30862026-08-12T01:16:16.067Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30872026-08-12T01:16:16.082Z Compiling progenitor-extras v0.2.0
30882026-08-12T01:16:16.099Z Compiling async-stream v0.3.6
30892026-08-12T01:16:16.119Z Compiling ciborium-io v0.2.2
30902026-08-12T01:16:16.171Z Compiling crucible-workspace-hack v0.1.0
30912026-08-12T01:16:16.207Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-08-12T01:16:16.228Z Compiling regress v0.11.1
30932026-08-12T01:16:16.257Z Compiling convert_case v0.4.0
30942026-08-12T01:16:16.305Z Compiling ciborium-ll v0.2.2
30952026-08-12T01:16:16.321Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30962026-08-12T01:16:16.358Z Compiling secrecy v0.10.3
30972026-08-12T01:16:16.364Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982026-08-12T01:16:16.389Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30992026-08-12T01:16:16.395Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31002026-08-12T01:16:16.452Z Compiling inout v0.1.4
31012026-08-12T01:16:16.511Z Compiling ciborium v0.2.2
31022026-08-12T01:16:16.532Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31032026-08-12T01:16:16.537Z Compiling unsafe-libyaml v0.2.11
31042026-08-12T01:16:16.563Z Compiling thiserror-impl-no-std v2.0.2
31052026-08-12T01:16:16.603Z Compiling cipher v0.4.4
31062026-08-12T01:16:16.640Z Compiling derive_more v0.99.20
31072026-08-12T01:16:16.653Z Compiling universal-hash v0.5.1
31082026-08-12T01:16:16.742Z Compiling opaque-debug v0.3.1
31092026-08-12T01:16:16.761Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31102026-08-12T01:16:16.812Z Compiling poly1305 v0.8.0
31112026-08-12T01:16:16.834Z Compiling chacha20 v0.9.1
31122026-08-12T01:16:16.886Z Compiling blake2 v0.10.6
31132026-08-12T01:16:16.950Z Compiling aead v0.5.2
31142026-08-12T01:16:17.110Z Compiling serde_yaml v0.9.34+deprecated
31152026-08-12T01:16:17.120Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31162026-08-12T01:16:17.150Z Compiling password-hash v0.5.0
31172026-08-12T01:16:17.194Z Compiling indent_write v2.2.0
31182026-08-12T01:16:17.236Z Compiling chacha20poly1305 v0.10.1
31192026-08-12T01:16:17.341Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-08-12T01:16:17.352Z Compiling num-derive v0.4.2
31212026-08-12T01:16:17.359Z Compiling heapless v0.8.0
31222026-08-12T01:16:17.418Z Compiling argon2 v0.5.3
31232026-08-12T01:16:17.466Z Compiling tabwriter v1.4.1
31242026-08-12T01:16:17.593Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-08-12T01:16:17.607Z Compiling ingot-macros v0.2.0
31262026-08-12T01:16:17.607Z Compiling hash32 v0.3.1
31272026-08-12T01:16:17.721Z Compiling smoltcp v0.11.0
31282026-08-12T01:16:17.742Z Compiling parse-display v0.10.0
31292026-08-12T01:16:17.779Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31302026-08-12T01:16:17.813Z Compiling thiserror-no-std v2.0.2
31312026-08-12T01:16:17.885Z Compiling typify-impl v0.6.2
31322026-08-12T01:16:17.918Z Compiling vsss-rs v3.3.4
31332026-08-12T01:16:18.029Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-08-12T01:16:18.153Z Compiling proc-macro-crate v3.4.0
31352026-08-12T01:16:18.299Z Compiling cobs v0.3.0
31362026-08-12T01:16:18.321Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31372026-08-12T01:16:18.530Z Compiling colored v3.1.1
31382026-08-12T01:16:18.594Z Compiling postcard v1.1.3
31392026-08-12T01:16:18.627Z Compiling proc-macro-error v1.0.4
31402026-08-12T01:16:18.651Z Compiling rand v0.10.1
31412026-08-12T01:16:18.676Z Compiling proc-macro-crate v1.3.1
31422026-08-12T01:16:18.734Z Compiling num_enum_derive v0.7.6
31432026-08-12T01:16:18.884Z Compiling foreign-types-macros v0.2.3
31442026-08-12T01:16:18.912Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31452026-08-12T01:16:18.948Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31462026-08-12T01:16:18.968Z Compiling foreign-types-shared v0.3.1
31472026-08-12T01:16:19.098Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31482026-08-12T01:16:19.142Z Compiling rayon-core v1.13.0
31492026-08-12T01:16:19.171Z Compiling num_enum_derive v0.5.11
31502026-08-12T01:16:19.247Z Compiling crossbeam-deque v0.8.6
31512026-08-12T01:16:19.311Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-08-12T01:16:19.330Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31532026-08-12T01:16:19.387Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-08-12T01:16:19.407Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31552026-08-12T01:16:19.486Z Compiling cstr-argument v0.1.2
31562026-08-12T01:16:19.523Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31572026-08-12T01:16:19.575Z Compiling foreign-types v0.5.0
31582026-08-12T01:16:19.581Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31592026-08-12T01:16:19.666Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31602026-08-12T01:16:19.682Z Compiling cpubits v0.1.1
31612026-08-12T01:16:19.766Z Compiling zone_cfg_derive v0.3.1
31622026-08-12T01:16:19.790Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31632026-08-12T01:16:19.826Z Compiling num_enum v0.7.6
31642026-08-12T01:16:19.887Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31652026-08-12T01:16:19.927Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31662026-08-12T01:16:19.947Z Compiling itertools v0.12.1
31672026-08-12T01:16:19.958Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31682026-08-12T01:16:19.971Z Compiling rayon v1.11.0
31692026-08-12T01:16:19.990Z Compiling sigpipe v0.1.3
31702026-08-12T01:16:20.029Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-08-12T01:16:20.108Z Compiling glob v0.3.3
31722026-08-12T01:16:20.150Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-12T01:16:20.188Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31742026-08-12T01:16:20.265Z Compiling smf v0.2.3
31752026-08-12T01:16:20.271Z Compiling num_enum v0.5.11
31762026-08-12T01:16:20.317Z Compiling whoami v1.6.1
31772026-08-12T01:16:20.359Z Compiling usdt-macro v0.5.0
31782026-08-12T01:16:20.385Z Compiling usdt-attr-macro v0.5.0
31792026-08-12T01:16:20.439Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31802026-08-12T01:16:20.445Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-08-12T01:16:20.486Z Compiling gethostname v0.5.0
31822026-08-12T01:16:20.534Z Compiling num-rational v0.4.2
31832026-08-12T01:16:20.557Z Compiling ingot-types v0.2.0
31842026-08-12T01:16:20.606Z Compiling pem-rfc7468 v1.0.0
31852026-08-12T01:16:20.648Z Compiling num-complex v0.4.6
31862026-08-12T01:16:20.778Z Compiling derive-where v1.6.0
31872026-08-12T01:16:20.821Z Compiling memmap v0.7.0
31882026-08-12T01:16:20.909Z Compiling float-ord v0.3.2
31892026-08-12T01:16:20.926Z Compiling ingot v0.2.1
31902026-08-12T01:16:21.055Z Compiling toml v0.8.23
31912026-08-12T01:16:21.075Z Compiling hmac v0.13.0
31922026-08-12T01:16:21.118Z Compiling zone v0.3.1
31932026-08-12T01:16:21.135Z Compiling num v0.4.3
31942026-08-12T01:16:21.151Z Compiling universal-hash v0.6.1
31952026-08-12T01:16:21.214Z Compiling resolv-conf v0.7.6
31962026-08-12T01:16:21.239Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31972026-08-12T01:16:21.253Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-08-12T01:16:21.265Z Compiling usdt v0.5.0
31992026-08-12T01:16:21.293Z Compiling cancel-safe-futures v0.1.5
32002026-08-12T01:16:21.320Z Compiling polyval v0.7.1
32012026-08-12T01:16:21.433Z Compiling der v0.8.0
32022026-08-12T01:16:21.571Z Compiling prettyplease v0.2.37
32032026-08-12T01:16:21.591Z Compiling ghash v0.6.0
32042026-08-12T01:16:21.634Z Compiling pbkdf2 v0.13.0
32052026-08-12T01:16:21.718Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-08-12T01:16:21.737Z Compiling crypto-bigint v0.7.5
32072026-08-12T01:16:21.758Z Compiling aes v0.9.1
32082026-08-12T01:16:21.781Z Compiling console v0.15.11
32092026-08-12T01:16:21.827Z Compiling hickory-proto v0.24.4
32102026-08-12T01:16:21.834Z Compiling newline-converter v0.3.0
32112026-08-12T01:16:21.865Z Compiling ctr v0.10.1
32122026-08-12T01:16:21.925Z Compiling aead v0.6.1
32132026-08-12T01:16:21.993Z Compiling sha2 v0.11.0
32142026-08-12T01:16:22.117Z Compiling linked-hash-map v0.5.6
32152026-08-12T01:16:22.130Z Compiling linear-map v1.2.0
32162026-08-12T01:16:22.227Z Compiling oxide-update-engine-types v0.1.2
32172026-08-12T01:16:22.332Z Compiling libefi-sys v0.1.0
32182026-08-12T01:16:22.354Z Compiling lru-cache v0.1.2
32192026-08-12T01:16:22.369Z Compiling spki v0.8.0
32202026-08-12T01:16:22.403Z Compiling aes-gcm v0.11.0
32212026-08-12T01:16:22.513Z Compiling expectorate v1.2.0
32222026-08-12T01:16:22.535Z Compiling typify-macro v0.6.2
32232026-08-12T01:16:22.633Z Compiling salsa20 v0.11.0
32242026-08-12T01:16:22.654Z Compiling bitfield-struct v0.6.2
32252026-08-12T01:16:22.701Z Compiling nom v8.0.0
32262026-08-12T01:16:22.733Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32272026-08-12T01:16:22.819Z Compiling semver v0.1.20
32282026-08-12T01:16:22.903Z Compiling scrypt v0.12.0
32292026-08-12T01:16:23.149Z Compiling rustc_version v0.1.7
32302026-08-12T01:16:23.152Z Compiling tokio-dtrace v0.1.1
32312026-08-12T01:16:23.224Z Compiling cbc v0.2.1
32322026-08-12T01:16:23.254Z Compiling oxide-update-engine v0.1.2
32332026-08-12T01:16:23.353Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-08-12T01:16:23.414Z Compiling slog-dtrace v0.3.0
32352026-08-12T01:16:23.432Z Compiling minimal-lexical v0.2.1
32362026-08-12T01:16:23.468Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-08-12T01:16:23.471Z Compiling newtype_derive v0.1.6
32382026-08-12T01:16:23.579Z Compiling oxide-tokio-rt v0.1.4
32392026-08-12T01:16:23.678Z Compiling nom v7.1.3
32402026-08-12T01:16:23.700Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-08-12T01:16:23.716Z Compiling pkcs5 v0.8.1
32422026-08-12T01:16:23.732Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32432026-08-12T01:16:23.784Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-08-12T01:16:23.807Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-08-12T01:16:23.825Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32462026-08-12T01:16:23.894Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32472026-08-12T01:16:23.912Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32482026-08-12T01:16:23.966Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32492026-08-12T01:16:24.040Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32502026-08-12T01:16:24.108Z Compiling hickory-resolver v0.24.4
32512026-08-12T01:16:24.143Z Compiling phf_shared v0.12.1
32522026-08-12T01:16:24.288Z Compiling dropshot-api-manager-types v0.7.2
32532026-08-12T01:16:24.346Z Compiling csv-core v0.1.13
32542026-08-12T01:16:24.378Z Compiling typify v0.6.2
32552026-08-12T01:16:24.411Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32562026-08-12T01:16:24.443Z Compiling chrono-tz v0.10.4
32572026-08-12T01:16:24.507Z Compiling progenitor-impl v0.14.0
32582026-08-12T01:16:24.526Z Compiling highway v1.3.0
32592026-08-12T01:16:24.637Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602026-08-12T01:16:24.654Z Compiling unicode-xid v0.2.6
32612026-08-12T01:16:24.672Z Compiling xshell-macros v0.2.7
32622026-08-12T01:16:24.812Z Compiling const_format_proc_macros v0.2.34
32632026-08-12T01:16:24.928Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32642026-08-12T01:16:24.990Z Compiling csv v1.4.0
32652026-08-12T01:16:25.046Z Compiling phf v0.12.1
32662026-08-12T01:16:25.075Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32672026-08-12T01:16:25.103Z Compiling xshell v0.2.7
32682026-08-12T01:16:25.121Z Compiling pkcs8 v0.11.0
32692026-08-12T01:16:25.231Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32702026-08-12T01:16:25.409Z Compiling qorb v0.4.1
32712026-08-12T01:16:25.445Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32722026-08-12T01:16:25.538Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32732026-08-12T01:16:25.625Z Compiling ff v0.14.0
32742026-08-12T01:16:25.644Z Compiling owo-colors v4.3.0
32752026-08-12T01:16:25.683Z Compiling const_format v0.2.35
32762026-08-12T01:16:25.754Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32772026-08-12T01:16:25.930Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32782026-08-12T01:16:26.013Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-08-12T01:16:26.079Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32802026-08-12T01:16:26.082Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32812026-08-12T01:16:26.217Z Compiling tabled_derive v0.7.0
32822026-08-12T01:16:26.293Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32832026-08-12T01:16:26.387Z Compiling bcs v0.1.6
32842026-08-12T01:16:26.769Z Compiling termtree v0.5.1
32852026-08-12T01:16:26.850Z Compiling tagptr v0.2.0
32862026-08-12T01:16:26.923Z Compiling salty v0.3.0
32872026-08-12T01:16:26.960Z Compiling textwrap v0.16.2
32882026-08-12T01:16:27.038Z Compiling moka v0.12.13
32892026-08-12T01:16:27.232Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-08-12T01:16:27.289Z Compiling steno v0.4.1
32912026-08-12T01:16:27.307Z Compiling tabled v0.15.0
32922026-08-12T01:16:27.308Z Compiling progenitor-macro v0.14.0
32932026-08-12T01:16:27.463Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-08-12T01:16:27.482Z Compiling group v0.14.0
32952026-08-12T01:16:27.567Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32962026-08-12T01:16:27.651Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-08-12T01:16:27.703Z Compiling sha1 v0.10.6
32982026-08-12T01:16:27.736Z Compiling signature v3.0.0
32992026-08-12T01:16:27.759Z Compiling base16ct v1.0.0
33002026-08-12T01:16:27.877Z Compiling hickory-resolver v0.25.2
33012026-08-12T01:16:27.929Z Compiling sec1 v0.8.1
33022026-08-12T01:16:27.981Z Compiling hkdf v0.13.0
33032026-08-12T01:16:27.985Z Compiling libscf-sys v1.2.0
33042026-08-12T01:16:28.026Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-08-12T01:16:28.148Z Compiling rfc6979 v0.4.0
33062026-08-12T01:16:28.204Z Compiling elliptic-curve v0.14.1
33072026-08-12T01:16:28.268Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33082026-08-12T01:16:28.294Z Compiling ecdsa v0.16.9
33092026-08-12T01:16:28.323Z Compiling primeorder v0.13.6
33102026-08-12T01:16:28.413Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33112026-08-12T01:16:28.610Z Compiling parking_lot_core v0.8.6
33122026-08-12T01:16:28.629Z Compiling utf-8 v0.7.6
33132026-08-12T01:16:28.673Z Compiling p384 v0.13.1
33142026-08-12T01:16:28.719Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33152026-08-12T01:16:28.784Z Compiling tungstenite v0.21.0
33162026-08-12T01:16:28.838Z Compiling wnaf v0.14.0
33172026-08-12T01:16:28.915Z Compiling primefield v0.14.0
33182026-08-12T01:16:29.067Z Compiling rfc6979 v0.6.0
33192026-08-12T01:16:29.118Z Compiling papergrid v0.18.0
33202026-08-12T01:16:29.194Z Compiling git-stub v1.0.0
33212026-08-12T01:16:29.255Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33222026-08-12T01:16:29.281Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-12T01:16:29.485Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33242026-08-12T01:16:29.513Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33252026-08-12T01:16:29.726Z Compiling git-stub-vcs v0.1.0
33262026-08-12T01:16:29.744Z Compiling tokio-tungstenite v0.21.0
33272026-08-12T01:16:29.780Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33282026-08-12T01:16:29.802Z Compiling ecdsa v0.17.0
33292026-08-12T01:16:29.805Z Compiling primeorder v0.14.0
33302026-08-12T01:16:29.869Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-08-12T01:16:30.095Z Compiling tabled v0.21.0
33322026-08-12T01:16:30.117Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33332026-08-12T01:16:30.136Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33342026-08-12T01:16:30.176Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33352026-08-12T01:16:30.256Z Compiling curve25519-dalek v5.0.0
33362026-08-12T01:16:30.282Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33372026-08-12T01:16:30.303Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-08-12T01:16:30.330Z Compiling corncobs v0.1.4
33392026-08-12T01:16:30.443Z Compiling illumos-nvpair-sys v0.2.0
33402026-08-12T01:16:30.558Z Compiling unicase v2.9.0
33412026-08-12T01:16:30.657Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33422026-08-12T01:16:30.732Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-08-12T01:16:30.749Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-08-12T01:16:30.787Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33452026-08-12T01:16:30.802Z Compiling mime_guess v2.0.5
33462026-08-12T01:16:30.832Z Compiling parking_lot v0.11.2
33472026-08-12T01:16:30.971Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-08-12T01:16:31.072Z Compiling progenitor-impl v0.13.0
33492026-08-12T01:16:31.134Z Compiling ssh-encoding v0.3.0
33502026-08-12T01:16:31.152Z Compiling prefix-trie v0.7.0
33512026-08-12T01:16:31.195Z Compiling fxhash v0.2.1
33522026-08-12T01:16:31.300Z Compiling secrecy v0.8.0
33532026-08-12T01:16:31.337Z Compiling keccak v0.2.0
33542026-08-12T01:16:31.365Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-08-12T01:16:31.425Z Compiling crc8 v0.1.1
33562026-08-12T01:16:31.520Z Compiling hickory-server v0.25.2
33572026-08-12T01:16:31.584Z Compiling sled v0.34.7
33582026-08-12T01:16:31.659Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-08-12T01:16:31.678Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33602026-08-12T01:16:31.681Z Compiling ed25519 v3.0.0
33612026-08-12T01:16:31.813Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33622026-08-12T01:16:32.512Z Compiling crypto-primes v0.7.2
33632026-08-12T01:16:32.543Z Compiling progenitor v0.14.0
33642026-08-12T01:16:32.585Z Compiling pkcs1 v0.8.0-rc.4
33652026-08-12T01:16:32.606Z Compiling poly1305 v0.9.0
33662026-08-12T01:16:32.647Z Compiling progenitor-client v0.13.0
33672026-08-12T01:16:32.735Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33682026-08-12T01:16:32.755Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33692026-08-12T01:16:32.837Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-08-12T01:16:32.858Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33712026-08-12T01:16:33.003Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33722026-08-12T01:16:33.021Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33732026-08-12T01:16:33.073Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33742026-08-12T01:16:33.372Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-08-12T01:16:33.393Z Compiling blowfish v0.10.0
33762026-08-12T01:16:33.470Z Compiling blake2 v0.11.0-rc.6
33772026-08-12T01:16:33.562Z Compiling half v1.8.3
33782026-08-12T01:16:33.676Z Compiling http-range v0.1.5
33792026-08-12T01:16:33.764Z Compiling serde_cbor v0.11.2
33802026-08-12T01:16:33.781Z Compiling argon2 v0.6.0-rc.8
33812026-08-12T01:16:33.801Z Compiling progenitor-macro v0.13.0
33822026-08-12T01:16:33.899Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-08-12T01:16:34.074Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33842026-08-12T01:16:34.104Z Compiling bcrypt-pbkdf v0.11.0
33852026-08-12T01:16:34.384Z Compiling rsa v0.10.0-rc.18
33862026-08-12T01:16:34.682Z Compiling ssh-cipher v0.3.0
33872026-08-12T01:16:34.894Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33882026-08-12T01:16:34.949Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-08-12T01:16:35.132Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-08-12T01:16:35.302Z Compiling ed25519-dalek v3.0.0
33912026-08-12T01:16:35.340Z Compiling illumos-nvpair v0.3.0
33922026-08-12T01:16:35.469Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33932026-08-12T01:16:35.779Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33942026-08-12T01:16:35.799Z Compiling sha3 v0.11.0
33952026-08-12T01:16:35.853Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-08-12T01:16:35.871Z Compiling p256 v0.14.0
33972026-08-12T01:16:36.117Z Compiling p521 v0.14.0
33982026-08-12T01:16:36.159Z Compiling p384 v0.14.0
33992026-08-12T01:16:36.317Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-08-12T01:16:36.444Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-08-12T01:16:36.499Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-08-12T01:16:36.916Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-08-12T01:16:37.088Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-08-12T01:16:37.121Z Compiling scuffle v0.1.0
34052026-08-12T01:16:37.183Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-08-12T01:16:37.432Z Compiling yasna v0.5.2
34072026-08-12T01:16:37.564Z Compiling kstat-rs v0.2.5
34082026-08-12T01:16:37.663Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34092026-08-12T01:16:37.883Z Compiling headers-core v0.3.0
34102026-08-12T01:16:38.038Z Compiling kem v0.3.0
34112026-08-12T01:16:38.042Z Compiling module-lattice v0.2.3
34122026-08-12T01:16:38.099Z Compiling nanorand v0.7.0
34132026-08-12T01:16:38.121Z Compiling sponge-cursor v0.1.0
34142026-08-12T01:16:38.141Z Compiling headers v0.4.1
34152026-08-12T01:16:38.198Z Compiling rcgen v0.12.1
34162026-08-12T01:16:38.287Z Compiling sha3 v0.12.0
34172026-08-12T01:16:38.347Z Compiling flume v0.11.1
34182026-08-12T01:16:38.366Z Compiling ml-kem v0.3.2
34192026-08-12T01:16:38.418Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34202026-08-12T01:16:38.575Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34212026-08-12T01:16:38.611Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-08-12T01:16:38.685Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-08-12T01:16:38.701Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-08-12T01:16:38.904Z Compiling hyper-staticfile v0.10.1
34252026-08-12T01:16:38.939Z Compiling progenitor v0.13.0
34262026-08-12T01:16:38.957Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-08-12T01:16:38.987Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-08-12T01:16:39.037Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-08-12T01:16:39.101Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34302026-08-12T01:16:39.134Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34312026-08-12T01:16:39.181Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34322026-08-12T01:16:39.347Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34332026-08-12T01:16:39.416Z Compiling ssh-key v0.7.0-rc.11
34342026-08-12T01:16:39.448Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-08-12T01:16:39.448Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34362026-08-12T01:16:39.515Z Compiling russh-cryptovec v0.62.0
34372026-08-12T01:16:39.595Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-08-12T01:16:39.613Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-08-12T01:16:39.630Z Compiling internal-russh-num-bigint v0.5.0
34402026-08-12T01:16:39.651Z Compiling port-file v0.1.0
34412026-08-12T01:16:39.762Z Compiling num-bigint v0.4.6
34422026-08-12T01:16:39.807Z Compiling generic-array v1.4.3
34432026-08-12T01:16:39.826Z Compiling russh-util v0.52.0
34442026-08-12T01:16:39.911Z Compiling enum_dispatch v0.3.13
34452026-08-12T01:16:39.927Z Compiling delegate v0.13.5
34462026-08-12T01:16:39.944Z Compiling subprocess v0.2.15
34472026-08-12T01:16:40.002Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-08-12T01:16:40.306Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34492026-08-12T01:16:40.404Z Compiling display-error-chain v0.2.2
34502026-08-12T01:16:40.458Z Compiling md5 v0.8.0
34512026-08-12T01:16:40.575Z Compiling hex-literal v1.1.0
34522026-08-12T01:16:40.714Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-08-12T01:16:40.754Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542026-08-12T01:16:40.777Z Compiling colored v2.2.0
34552026-08-12T01:16:40.811Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-08-12T01:16:40.970Z Compiling socket2 v0.5.10
34572026-08-12T01:16:40.978Z Compiling russh v0.62.4
34582026-08-12T01:16:40.981Z Compiling internet-checksum v0.2.1
34592026-08-12T01:16:41.527Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34602026-08-12T01:16:41.545Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34612026-08-12T01:16:41.973Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34622026-08-12T01:16:44.229Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34632026-08-12T01:16:44.977Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34642026-08-12T01:16:45.557Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-08-12T01:16:47.506Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-08-12T01:16:56.351Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-08-12T01:16:56.351Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34682026-08-12T01:16:56.351Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-08-12T01:16:56.354Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-08-12T01:16:58.167Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-08-12T01:16:58.233Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-08-12T01:17:02.377Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-08-12T01:17:43.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34742026-08-12T01:17:43.542Z
34752026-08-12T01:17:43.542Zreal 1:29.257218389
34762026-08-12T01:17:43.542Zuser 8:27.552560505
34772026-08-12T01:17:43.542Zsys 1:40.762824849
34782026-08-12T01:17:43.546Ztrap 0.252984838
34792026-08-12T01:17:43.546Ztflt 0.258800578
34802026-08-12T01:17:43.546Zdflt 1.791929703
34812026-08-12T01:17:43.546Zkflt 0.000223835
34822026-08-12T01:17:43.546Zlock 31:17.851013786
34832026-08-12T01:17:43.546Zslp 19:00.161285438
34842026-08-12T01:17:43.546Zlat 41.779620121
34852026-08-12T01:17:43.546Zstop 3:07.793045675
34862026-08-12T01:17:43.546Z+ mkdir tests
34872026-08-12T01:17:43.549Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-08-12T01:17:43.549Z+ xargs -I '{}' -t cp '{}' tests/
34892026-08-12T01:17:43.695Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a3bd4d4d849442a3 tests/
34902026-08-12T01:17:43.728Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a9f3131aea505e8f tests/
34912026-08-12T01:17:43.761Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e49b9df76cb09181 tests/
34922026-08-12T01:17:43.794Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-222777d26de38264 tests/
34932026-08-12T01:17:44.175Z+ 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)
34942026-08-12T01:17:44.178Z+ 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-a9f3131aea505e8f tests/commtest-e49b9df76cb09181 tests/dhcp_server-a3bd4d4d849442a3 tests/end_to_end_tests-222777d26de38264 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
34952026-08-12T01:19:13.538ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-08-12T01:19:13.539Za .github/buildomat/ci-env.sh 1K
34972026-08-12T01:19:13.539Za out/target/test 1K
34982026-08-12T01:19:13.539Za out/npuzone/npuzone 27402K
34992026-08-12T01:19:13.539Za package-manifest.toml 35K
35002026-08-12T01:19:13.539Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-08-12T01:19:13.539Za target/release/omicron-package 48051K
35022026-08-12T01:19:13.539Za target/release/xtask 11722K
35032026-08-12T01:19:13.539Za target/debug/bootstrap 434608K
35042026-08-12T01:19:13.539Za tests/bootstrap-a9f3131aea505e8f 34516K
35052026-08-12T01:19:13.539Za tests/commtest-e49b9df76cb09181 34517K
35062026-08-12T01:19:13.539Za tests/dhcp_server-a3bd4d4d849442a3 34516K
35072026-08-12T01:19:13.539Za tests/end_to_end_tests-222777d26de38264 497891K
35082026-08-12T01:19:13.539Za tools/opte_version 1K
35092026-08-12T01:19:13.539Za tools/opte_version_override 2K
35102026-08-12T01:19:13.539Za out/clickhouse.tar.gz 327680K
35112026-08-12T01:19:13.539Za out/clickhouse_keeper.tar.gz 311673K
35122026-08-12T01:19:13.539Za out/clickhouse_server.tar.gz 327677K
35132026-08-12T01:19:13.539Za out/cockroachdb.tar.gz 168013K
35142026-08-12T01:19:13.539Za out/crucible-pantry-zone.tar.gz 41281K
35152026-08-12T01:19:13.539Za out/crucible-utils.tar 18900K
35162026-08-12T01:19:13.539Za out/crucible-zone.tar.gz 56093K
35172026-08-12T01:19:13.539Za out/external-dns.tar.gz 53663K
35182026-08-12T01:19:13.539Za out/internal-dns.tar.gz 53662K
35192026-08-12T01:19:13.539Za out/mg-ddm-gz.tar 100917K
35202026-08-12T01:19:13.539Za out/nexus.tar.gz 352680K
35212026-08-12T01:19:13.539Za out/ntp.tar.gz 34640K
35222026-08-12T01:19:13.539Za out/omicron-gateway-softnpu.tar.gz 29914K
35232026-08-12T01:19:13.539Za out/omicron-sled-agent.tar 237424K
35242026-08-12T01:19:13.539Za out/overlay.tar.gz 4K
35252026-08-12T01:19:13.539Za out/oximeter.tar.gz 69343K
35262026-08-12T01:19:13.539Za out/oxlog.tar 4067K
35272026-08-12T01:19:13.539Za out/probe.tar.gz 3037K
35282026-08-12T01:19:13.539Za out/propolis-server.tar.gz 34642K
35292026-08-12T01:19:13.539Za out/pumpkind-gz.tar 26647K
35302026-08-12T01:19:13.540Za out/switch-softnpu.tar.gz 495972K
35312026-08-12T01:19:13.543Z
35322026-08-12T01:19:13.543Zreal 1:29.361151039
35332026-08-12T01:19:13.543Zuser 1:26.411920212
35342026-08-12T01:19:13.543Zsys 4.972225435
35352026-08-12T01:19:13.543Ztrap 0.006526946
35362026-08-12T01:19:13.543Ztflt 0.000000000
35372026-08-12T01:19:13.543Zdflt 0.000000000
35382026-08-12T01:19:13.543Zkflt 0.000000000
35392026-08-12T01:19:13.543Zlock 0.000000000
35402026-08-12T01:19:13.543Zslp 1:26.247889245
35412026-08-12T01:19:13.543Zlat 1.079524979
35422026-08-12T01:19:13.543Zstop 0.000205948
35432026-08-12T01:19:13.543Zprocess exited: duration 1048118 ms, exit code 0
 
35442026-08-12T01:19:13.557Zfound 1 output files
35452026-08-12T01:19:13.557Zuploading: /work/package.tar.gz (2750397708 bytes)
35462026-08-12T01:20:21.286Zuploaded: /work/package.tar.gz