01KSRGMFTCGPNWSC91Z6SGJDEG: 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: 01KSRGN5PFVYMANFVWCW29HXFD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T00:03:47.885Zjob assigned to worker 01KSRGNAP0QJ5R4WFB2YPYJ1TM [factory aws, i-0d326833de1e9b21e] (queued for 47 s)
 
22026-05-29T00:03:55.603Zstarting task 0: "setup"
32026-05-29T00:03:55.608Z++ uname -s
42026-05-29T00:03:55.611Z+ kern=SunOS
52026-05-29T00:03:55.611Z+ build_user=build
62026-05-29T00:03:55.611Z+ build_uid=12345
72026-05-29T00:03:55.611Z+ work_dir=/work
82026-05-29T00:03:55.611Z+ input_dir=/input
92026-05-29T00:03:55.611Z+ [[ 0 == 12345 ]]
102026-05-29T00:03:55.611Z+ case "$kern" in
112026-05-29T00:03:55.611Z+ groupadd -g 12345 build
122026-05-29T00:03:55.614Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T00:03:57.622Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T00:03:57.699Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T00:03:57.703Z+ home_fs=zfs
162026-05-29T00:03:57.703Z+ [[ zfs == autofs ]]
172026-05-29T00:03:57.703Z+ mkdir -p /home/build
182026-05-29T00:03:57.703Z+ chown build:build /home/build /work
192026-05-29T00:03:59.705Z+ chmod 0700 /home/build /work
202026-05-29T00:03:59.709Zprocess exited: duration 4109 ms, exit code 0
 
212026-05-29T00:03:59.716Zstarting task 1: "rust-toolchain"
222026-05-29T00:03:59.723Z * rust toolchain channel = "1.94.0"
232026-05-29T00:03:59.723Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-29T00:03:59.723Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-29T00:03:59.723Z * rust toolchain profile = "default"
262026-05-29T00:03:59.723Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T00:03:59.723Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T00:03:59.726Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T00:03:59.727Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T00:03:59.816Zinfo: downloading installer
312026-05-29T00:04:01.199Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T00:04:01.199Zwarn: /home/build/.rustup/settings.toml
332026-05-29T00:04:01.200Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T00:04:01.200Zwarn: instead of the one inferred from the default host triple.
352026-05-29T00:04:01.212Zinfo: profile set to default
362026-05-29T00:04:01.212Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T00:04:01.216Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T00:04:01.376Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T00:04:01.379Zinfo: downloading 6 components
402026-05-29T00:04:15.383Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T00:04:15.383Z
422026-05-29T00:04:15.414Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T00:04:15.414Z
442026-05-29T00:04:15.415Z
452026-05-29T00:04:15.415ZRust is installed now. Great!
462026-05-29T00:04:15.415Z
472026-05-29T00:04:15.415ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T00:04:15.415Zenvironment variable. This has not been done automatically.
492026-05-29T00:04:15.415Z
502026-05-29T00:04:15.415ZTo configure your current shell, you need to source
512026-05-29T00:04:15.415Zthe corresponding env file under $HOME/.cargo.
522026-05-29T00:04:15.419Z
532026-05-29T00:04:15.419ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T00:04:15.419Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T00:04:15.419Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T00:04:15.419Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T00:04:15.419Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T00:04:15.419Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T00:04:15.419Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T00:04:15.419Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T00:04:15.419Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T00:04:15.518Z+ rustup --version
632026-05-29T00:04:15.524Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T00:04:15.524Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T00:04:15.546Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T00:04:15.550Z+ cargo --version
672026-05-29T00:04:15.558Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T00:04:15.561Z+ rustc --version
692026-05-29T00:04:15.581Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T00:04:15.585Zprocess exited: duration 15867 ms, exit code 0
 
712026-05-29T00:04:15.592Zstarting task 2: "authentication"
722026-05-29T00:04:15.612Zprocess exited: duration 20 ms, exit code 0
 
732026-05-29T00:04:15.619Zstarting task 3: "clone repository"
742026-05-29T00:04:15.623Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T00:04:15.626Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T00:04:15.682ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T00:04:27.230Z+ cd /work/oxidecomputer/omicron
782026-05-29T00:04:27.230Z+ git fetch origin a840e09fbdb1afb9be2362b3d80a144e16779e99
792026-05-29T00:04:27.505ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T00:04:27.505Z * branch a840e09fbdb1afb9be2362b3d80a144e16779e99 -> FETCH_HEAD
812026-05-29T00:04:27.519Z+ [[ -n '' ]]
822026-05-29T00:04:27.520Z+ git reset --hard a840e09fbdb1afb9be2362b3d80a144e16779e99
832026-05-29T00:04:27.758ZHEAD is now at a840e09fb [spr] initial version
842026-05-29T00:04:27.761Zprocess exited: duration 12141 ms, exit code 0
 
852026-05-29T00:04:27.768Zstarting task 4: "build"
862026-05-29T00:04:27.774Z+ source .github/buildomat/ci-env.sh
872026-05-29T00:04:27.774Z++ export CARGO_TERM_COLOR=always
882026-05-29T00:04:27.774Z++ CARGO_TERM_COLOR=always
892026-05-29T00:04:27.774Z+ cargo --version
902026-05-29T00:04:27.785Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-29T00:04:27.788Z+ rustc --version
922026-05-29T00:04:27.811Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-29T00:04:27.814Z+ WORK=/work
942026-05-29T00:04:27.814Z+ pfexec mkdir -p /work
952026-05-29T00:04:27.818Z+ pfexec chown build /work
962026-05-29T00:04:27.821Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-29T00:04:29.980Z Startup: Refreshing catalog 'helios' ... Done
982026-05-29T00:04:30.065Z Startup: Caching catalogs ... Done
992026-05-29T00:04:30.337ZPlanning: Solver setup ... Done (0.229s)
1002026-05-29T00:04:30.355ZPlanning: Running solver ... Done (0.019s)
1012026-05-29T00:04:30.368ZPlanning: Finding local manifests ... Done (0.010s)
1022026-05-29T00:04:30.379ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-29T00:04:30.396ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-29T00:04:30.412ZPlanning: Package planning ... Done (0.016s)
1052026-05-29T00:04:30.414ZPlanning: Merging actions ... Done (0.002s)
1062026-05-29T00:04:30.610ZPlanning: Checking for conflicting actions ... Done (0.196s)
1072026-05-29T00:04:30.613ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-29T00:04:32.349ZPlanning: Evaluating mediators ... Done (1.738s)
1092026-05-29T00:04:32.352ZPlanning: Planning completed in 2.26 seconds
1102026-05-29T00:04:32.359Z Packages to install: 2
1112026-05-29T00:04:32.359Z Estimated space available: 156.07 GB
1122026-05-29T00:04:32.359ZEstimated space to be consumed: 22.53 MB
1132026-05-29T00:04:32.359Z Create boot environment: No
1142026-05-29T00:04:32.359ZCreate backup boot environment: No
1152026-05-29T00:04:32.359Z Rebuild boot archive: No
1162026-05-29T00:04:32.359Z
1172026-05-29T00:04:32.359ZChanged packages:
1182026-05-29T00:04:32.359Zhelios
1192026-05-29T00:04:32.359Z developer/build-essential
1202026-05-29T00:04:32.360Z None -> 11-3.0
1212026-05-29T00:04:32.360Z library/libxmlsec1
1222026-05-29T00:04:32.360Z None -> 1.2.35-3.0
1232026-05-29T00:04:32.420Z
1242026-05-29T00:04:32.420ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-29T00:04:33.606ZDownload: Completed 1.28 MB in 1.19 seconds (1.1M/s)
1262026-05-29T00:04:33.671Z Actions: 1/268 actions (Installing new actions)
1272026-05-29T00:04:33.710Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-29T00:04:33.744ZFinalize: Updating package state database ... Done (0.033s)
1292026-05-29T00:04:33.744ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-29T00:04:33.762ZFinalize: Updating image state ... Done (0.018s)
1312026-05-29T00:04:36.705ZFinalize: Creating fast lookup database ... Done (2.919s)
1322026-05-29T00:04:36.785ZFinalize: Reading search index ... Done (0.022s)
1332026-05-29T00:04:36.789ZFinalize: Updating search index ... Done (0.000s)
1342026-05-29T00:04:36.893ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-29T00:04:37.201ZPlanning: Evaluating mediator changes ... Done
1362026-05-29T00:04:37.307ZPlanning: Checking for conflicting actions ... Done
1372026-05-29T00:04:37.311ZPlanning: Consolidating action changes ... Done
1382026-05-29T00:04:37.464ZPlanning: Evaluating mediators ... Done
1392026-05-29T00:04:37.468ZPlanning: Planning completed in 0.26 seconds
1402026-05-29T00:04:37.488Z Mediators to change: 2
1412026-05-29T00:04:37.488Z Create boot environment: No
1422026-05-29T00:04:37.488ZCreate backup boot environment: No
1432026-05-29T00:04:37.541ZFinalize: Updating package state database ... Done
1442026-05-29T00:04:37.541ZFinalize: Updating package cache ... Done
1452026-05-29T00:04:37.554ZFinalize: Updating image state ... Done
1462026-05-29T00:04:39.508ZFinalize: Creating fast lookup database ... Done
1472026-05-29T00:04:39.571ZFinalize: Reading search index ... Done
1482026-05-29T00:04:39.574ZFinalize: Updating search index ... Done
1492026-05-29T00:04:39.635ZFinalize: Updating package cache ... Done
1502026-05-29T00:04:39.923ZPlanning: Evaluating mediator changes ... Done
1512026-05-29T00:04:40.029ZPlanning: Checking for conflicting actions ... Done
1522026-05-29T00:04:40.033ZPlanning: Consolidating action changes ... Done
1532026-05-29T00:04:40.190ZPlanning: Evaluating mediators ... Done
1542026-05-29T00:04:40.193ZPlanning: Planning completed in 0.27 seconds
1552026-05-29T00:04:40.216Z Mediators to change: 1
1562026-05-29T00:04:40.216Z Create boot environment: No
1572026-05-29T00:04:40.216ZCreate backup boot environment: No
1582026-05-29T00:04:40.269ZFinalize: Updating package state database ... Done
1592026-05-29T00:04:40.269ZFinalize: Updating package cache ... Done
1602026-05-29T00:04:40.280ZFinalize: Updating image state ... Done
1612026-05-29T00:04:42.242ZFinalize: Creating fast lookup database ... Done
1622026-05-29T00:04:42.306ZFinalize: Reading search index ... Done
1632026-05-29T00:04:42.309ZFinalize: Updating search index ... Done
1642026-05-29T00:04:42.363ZFinalize: Updating package cache ... Done
1652026-05-29T00:04:42.674ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-29T00:04:42.674Zapache system 2.4 system
1672026-05-29T00:04:42.674Zclang system 15 system
1682026-05-29T00:04:42.674Zcsh system system illumos
1692026-05-29T00:04:42.674Zctags system system illumos
1702026-05-29T00:04:42.674Zfile vendor vendor darwinsys
1712026-05-29T00:04:42.674Zfile system system illumos
1722026-05-29T00:04:42.674Zgcc vendor 14 vendor
1732026-05-29T00:04:42.674Zgcc system 13 system
1742026-05-29T00:04:42.674Zgcc system 10 system
1752026-05-29T00:04:42.674Zgo system 1.25 system
1762026-05-29T00:04:42.674Zllvm system 15 system
1772026-05-29T00:04:42.674Zmariadb system 11.4 system
1782026-05-29T00:04:42.674Zmta vendor vendor dma
1792026-05-29T00:04:42.674Zopenjdk system 17 system
1802026-05-29T00:04:42.674Zopenjdk system 11 system
1812026-05-29T00:04:42.674Zopenssl vendor 3 vendor
1822026-05-29T00:04:42.674Zperl system 5.40 system
1832026-05-29T00:04:42.674Zpostgresql system 18 system
1842026-05-29T00:04:42.674Zpostgresql system 17 system
1852026-05-29T00:04:42.674Zpython vendor 3 vendor
1862026-05-29T00:04:42.674Zpython system 2 system
1872026-05-29T00:04:42.674Zpython3 vendor 3.13 vendor
1882026-05-29T00:04:42.674Zruby system 3.4 system
1892026-05-29T00:04:42.674Zruby system 3.0 system
1902026-05-29T00:04:42.675Zwords vendor vendor american-english
1912026-05-29T00:04:42.675Zwords system system australian-english
1922026-05-29T00:04:42.675Zwords system system british-english
1932026-05-29T00:04:42.675Zwords system system canadian-english
1942026-05-29T00:04:42.675Zwords system system french
1952026-05-29T00:04:42.675Zwords system system italian
1962026-05-29T00:04:42.675Zwords system system ngerman
1972026-05-29T00:04:42.675Zwords system system ogerman
1982026-05-29T00:04:42.675Zwords system system spanish
1992026-05-29T00:04:42.931ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-29T00:04:42.931Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-29T00:04:43.208ZFMRI IFO
2022026-05-29T00:04:43.208Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-29T00:04:43.208Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-29T00:04:43.208Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-29T00:04:43.208Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-29T00:04:43.208Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-29T00:04:43.208Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-29T00:04:43.208Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-29T00:04:43.208Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-29T00:04:43.208Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-29T00:04:43.456Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-29T00:04:43.743Z Updating crates.io index
2132026-05-29T00:04:43.745Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-29T00:04:44.042Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-29T00:04:44.969Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-29T00:04:45.956Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-29T00:04:46.817Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-29T00:04:47.338Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-29T00:04:48.909Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-29T00:04:49.689Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-29T00:04:50.103Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-29T00:04:51.338Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-29T00:04:51.750Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-29T00:04:52.196Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-29T00:04:52.463Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-29T00:04:53.488Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-29T00:04:53.932Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-29T00:04:54.174Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-29T00:04:54.549Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-29T00:04:54.877Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-29T00:04:55.160Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-29T00:04:55.435Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-29T00:04:55.662Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-29T00:04:55.914Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-29T00:04:56.667Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-29T00:04:56.738Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-05-29T00:04:57.051Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-05-29T00:04:57.441Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-05-29T00:04:57.740Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-05-29T00:04:58.021Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-05-29T00:04:58.281Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-05-29T00:04:59.299Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-29T00:04:59.831Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-29T00:05:00.242Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-29T00:05:00.593Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-29T00:05:00.952Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-29T00:05:03.504Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2482026-05-29T00:05:03.546Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2492026-05-29T00:05:03.547Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2502026-05-29T00:05:03.547Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2512026-05-29T00:05:03.547Z Updating git repository `https://github.com/illumos/smf-rs`
2522026-05-29T00:05:03.547Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-05-29T00:05:15.418Z Downloading crates ...
2542026-05-29T00:05:15.561Z Downloaded block-buffer v0.10.4
2552026-05-29T00:05:15.627Z Downloaded is_terminal_polyfill v1.70.2
2562026-05-29T00:05:15.627Z Downloaded bitflags v2.11.0
2572026-05-29T00:05:15.627Z Downloaded pest v2.8.6
2582026-05-29T00:05:15.627Z Downloaded fastrand v2.3.0
2592026-05-29T00:05:15.627Z Downloaded litemap v0.8.1
2602026-05-29T00:05:15.627Z Downloaded cargo_metadata v0.21.0
2612026-05-29T00:05:15.627Z Downloaded num-traits v0.2.19
2622026-05-29T00:05:15.629Z Downloaded anstream v0.6.21
2632026-05-29T00:05:15.629Z Downloaded thread-id v4.2.2
2642026-05-29T00:05:15.629Z Downloaded papergrid v0.11.0
2652026-05-29T00:05:15.629Z Downloaded pest_meta v2.8.6
2662026-05-29T00:05:15.629Z Downloaded displaydoc v0.2.5
2672026-05-29T00:05:15.629Z Downloaded cfg-if v1.0.4
2682026-05-29T00:05:15.629Z Downloaded cargo-util-schemas v0.8.2
2692026-05-29T00:05:15.629Z Downloaded anstyle v1.0.13
2702026-05-29T00:05:15.629Z Downloaded cargo_toml v0.21.0
2712026-05-29T00:05:15.629Z Downloaded usdt-impl v0.5.0
2722026-05-29T00:05:15.629Z Downloaded thiserror v2.0.18
2732026-05-29T00:05:15.630Z Downloaded strsim v0.11.1
2742026-05-29T00:05:15.630Z Downloaded macaddr v1.0.1
2752026-05-29T00:05:15.630Z Downloaded errno v0.3.14
2762026-05-29T00:05:15.630Z Downloaded bytecount v0.6.9
2772026-05-29T00:05:15.630Z Downloaded camino-tempfile v1.4.1
2782026-05-29T00:05:15.630Z Downloaded sha2 v0.10.9
2792026-05-29T00:05:15.630Z Downloaded crypto-common v0.1.7
2802026-05-29T00:05:15.630Z Downloaded utf8parse v0.2.2
2812026-05-29T00:05:15.630Z Downloaded toml_datetime v0.6.11
2822026-05-29T00:05:15.630Z Downloaded toml_write v0.1.2
2832026-05-29T00:05:15.630Z Downloaded icu_properties v2.1.2
2842026-05-29T00:05:15.630Z Downloaded camino v1.2.2
2852026-05-29T00:05:15.630Z Downloaded smallvec v1.15.1
2862026-05-29T00:05:15.630Z Downloaded typeid v1.0.3
2872026-05-29T00:05:15.630Z Downloaded utf8_iter v1.0.4
2882026-05-29T00:05:15.631Z Downloaded unicode-xid v0.2.6
2892026-05-29T00:05:15.631Z Downloaded zerofrom v0.1.6
2902026-05-29T00:05:15.631Z Downloaded usdt-macro v0.5.0
2912026-05-29T00:05:15.632Z Downloaded digest v0.10.7
2922026-05-29T00:05:15.632Z Downloaded yoke-derive v0.8.1
2932026-05-29T00:05:15.632Z Downloaded cargo-platform v0.2.0
2942026-05-29T00:05:15.632Z Downloaded anyhow v1.0.102
2952026-05-29T00:05:15.632Z Downloaded serde_spanned v0.6.9
2962026-05-29T00:05:15.632Z Downloaded zmij v1.0.21
2972026-05-29T00:05:15.632Z Downloaded anstyle-parse v0.2.7
2982026-05-29T00:05:15.632Z Downloaded clap_lex v1.0.0
2992026-05-29T00:05:15.632Z Downloaded byteorder v1.5.0
3002026-05-29T00:05:15.632Z Downloaded zerofrom-derive v0.1.6
3012026-05-29T00:05:15.632Z Downloaded version_check v0.9.5
3022026-05-29T00:05:15.632Z Downloaded usdt v0.5.0
3032026-05-29T00:05:15.632Z Downloaded tinystr v0.8.2
3042026-05-29T00:05:15.632Z Downloaded thiserror-impl v1.0.69
3052026-05-29T00:05:15.632Z Downloaded yoke v0.8.1
3062026-05-29T00:05:15.633Z Downloaded writeable v0.6.2
3072026-05-29T00:05:15.633Z Downloaded proc-macro-error v1.0.4
3082026-05-29T00:05:15.633Z Downloaded ordered-float v2.10.1
3092026-05-29T00:05:15.633Z Downloaded ucd-trie v0.1.7
3102026-05-29T00:05:15.633Z Downloaded serde_tokenstream v0.2.3
3112026-05-29T00:05:15.633Z Downloaded serde v1.0.228
3122026-05-29T00:05:15.633Z Downloaded serde-value v0.7.0
3132026-05-29T00:05:15.633Z Downloaded log v0.4.29
3142026-05-29T00:05:15.634Z Downloaded thiserror-impl v2.0.18
3152026-05-29T00:05:15.634Z Downloaded quote v1.0.45
3162026-05-29T00:05:15.634Z Downloaded unicode-linebreak v0.1.5
3172026-05-29T00:05:15.634Z Downloaded usdt-attr-macro v0.5.0
3182026-05-29T00:05:15.634Z Downloaded zerovec-derive v0.11.2
3192026-05-29T00:05:15.634Z Downloaded zerocopy-derive v0.7.35
3202026-05-29T00:05:15.634Z Downloaded heck v0.4.1
3212026-05-29T00:05:15.634Z Downloaded swrite v0.1.0
3222026-05-29T00:05:15.634Z Downloaded generic-array v0.14.7
3232026-05-29T00:05:15.634Z Downloaded heck v0.5.0
3242026-05-29T00:05:15.635Z Downloaded thiserror v1.0.69
3252026-05-29T00:05:15.666Z Downloaded toml v0.8.23
3262026-05-29T00:05:15.666Z Downloaded textwrap v0.16.2
3272026-05-29T00:05:15.666Z Downloaded tabled_derive v0.7.0
3282026-05-29T00:05:15.666Z Downloaded plain v0.2.3
3292026-05-29T00:05:15.666Z Downloaded scroll_derive v0.12.1
3302026-05-29T00:05:15.666Z Downloaded form_urlencoded v1.2.2
3312026-05-29T00:05:15.697Z Downloaded toml_edit v0.22.27
3322026-05-29T00:05:15.698Z Downloaded potential_utf v0.1.4
3332026-05-29T00:05:15.698Z Downloaded fs-err v3.3.0
3342026-05-29T00:05:15.698Z Downloaded erased-serde v0.4.9
3352026-05-29T00:05:15.698Z Downloaded typenum v1.19.0
3362026-05-29T00:05:15.698Z Downloaded zerotrie v0.2.3
3372026-05-29T00:05:15.698Z Downloaded unicode-ident v1.0.24
3382026-05-29T00:05:15.698Z Downloaded dof v0.3.0
3392026-05-29T00:05:15.698Z Downloaded smawk v0.3.2
3402026-05-29T00:05:15.698Z Downloaded url v2.5.8
3412026-05-29T00:05:15.698Z Downloaded cpufeatures v0.2.17
3422026-05-29T00:05:15.698Z Downloaded anstyle-query v1.1.5
3432026-05-29T00:05:15.698Z Downloaded colorchoice v1.0.4
3442026-05-29T00:05:15.698Z Downloaded winnow v0.7.14
3452026-05-29T00:05:15.698Z Downloaded zerovec v0.11.5
3462026-05-29T00:05:15.698Z Downloaded serde-untagged v0.1.9
3472026-05-29T00:05:15.698Z Downloaded terminal_size v0.4.3
3482026-05-29T00:05:15.698Z Downloaded zerocopy v0.7.35
3492026-05-29T00:05:15.698Z Downloaded stable_deref_trait v1.2.1
3502026-05-29T00:05:15.698Z Downloaded percent-encoding v2.3.2
3512026-05-29T00:05:15.698Z Downloaded memmap v0.7.0
3522026-05-29T00:05:15.698Z Downloaded semver v1.0.28
3532026-05-29T00:05:15.698Z Downloaded getrandom v0.4.1
3542026-05-29T00:05:15.698Z Downloaded icu_normalizer v2.1.1
3552026-05-29T00:05:15.698Z Downloaded dtrace-parser v0.2.0
3562026-05-29T00:05:15.699Z Downloaded proc-macro-error-attr v1.0.4
3572026-05-29T00:05:15.699Z Downloaded unicode-width v0.2.0
3582026-05-29T00:05:15.699Z Downloaded pretty-hex v0.4.1
3592026-05-29T00:05:15.699Z Downloaded autocfg v1.5.0
3602026-05-29T00:05:15.699Z Downloaded idna_adapter v1.2.1
3612026-05-29T00:05:15.699Z Downloaded unicode-width v0.1.14
3622026-05-29T00:05:15.699Z Downloaded scroll v0.12.0
3632026-05-29T00:05:15.699Z Downloaded clap_derive v4.5.55
3642026-05-29T00:05:15.699Z Downloaded equivalent v1.0.2
3652026-05-29T00:05:15.699Z Downloaded itoa v1.0.17
3662026-05-29T00:05:15.699Z Downloaded tempfile v3.25.0
3672026-05-29T00:05:15.722Z Downloaded synstructure v0.13.2
3682026-05-29T00:05:15.722Z Downloaded fnv v1.0.7
3692026-05-29T00:05:15.722Z Downloaded pest_derive v2.8.6
3702026-05-29T00:05:15.722Z Downloaded once_cell v1.21.3
3712026-05-29T00:05:15.723Z Downloaded icu_provider v2.1.1
3722026-05-29T00:05:15.723Z Downloaded icu_normalizer_data v2.1.1
3732026-05-29T00:05:15.723Z Downloaded idna v1.1.0
3742026-05-29T00:05:15.723Z Downloaded serde_core v1.0.228
3752026-05-29T00:05:15.727Z Downloaded memchr v2.8.0
3762026-05-29T00:05:15.727Z Downloaded icu_locale_core v2.1.1
3772026-05-29T00:05:15.728Z Downloaded serde_derive v1.0.228
3782026-05-29T00:05:15.728Z Downloaded pest_generator v2.8.6
3792026-05-29T00:05:15.728Z Downloaded proc-macro2 v1.0.106
3802026-05-29T00:05:15.728Z Downloaded clap v4.5.60
3812026-05-29T00:05:15.742Z Downloaded icu_collections v2.1.1
3822026-05-29T00:05:15.742Z Downloaded clap_builder v4.5.60
3832026-05-29T00:05:15.814Z Downloaded serde_json v1.0.149
3842026-05-29T00:05:15.854Z Downloaded indexmap v2.14.0
3852026-05-29T00:05:15.854Z Downloaded icu_properties_data v2.1.2
3862026-05-29T00:05:15.854Z Downloaded hashbrown v0.17.0
3872026-05-29T00:05:15.855Z Downloaded goblin v0.8.2
3882026-05-29T00:05:15.855Z Downloaded tabled v0.15.0
3892026-05-29T00:05:15.855Z Downloaded syn v1.0.109
3902026-05-29T00:05:15.855Z Downloaded syn v2.0.117
3912026-05-29T00:05:15.855Z Downloaded rustix v1.1.3
3922026-05-29T00:05:15.877Z Downloaded libc v0.2.185
3932026-05-29T00:05:16.013Z Compiling proc-macro2 v1.0.106
3942026-05-29T00:05:16.013Z Compiling quote v1.0.45
3952026-05-29T00:05:16.013Z Compiling unicode-ident v1.0.24
3962026-05-29T00:05:16.037Z Compiling serde_core v1.0.228
3972026-05-29T00:05:16.037Z Compiling libc v0.2.185
3982026-05-29T00:05:16.037Z Compiling version_check v0.9.5
3992026-05-29T00:05:16.037Z Compiling serde v1.0.228
4002026-05-29T00:05:16.037Z Compiling memchr v2.8.0
4012026-05-29T00:05:16.037Z Compiling stable_deref_trait v1.2.1
4022026-05-29T00:05:16.037Z Compiling zmij v1.0.21
4032026-05-29T00:05:16.037Z Compiling itoa v1.0.17
4042026-05-29T00:05:16.178Z Compiling thiserror v1.0.69
4052026-05-29T00:05:16.238Z Compiling autocfg v1.5.0
4062026-05-29T00:05:16.238Z Compiling ucd-trie v0.1.7
4072026-05-29T00:05:16.238Z Compiling writeable v0.6.2
4082026-05-29T00:05:16.281Z Compiling litemap v0.8.1
4092026-05-29T00:05:16.531Z Compiling icu_properties_data v2.1.2
4102026-05-29T00:05:16.639Z Compiling icu_normalizer_data v2.1.1
4112026-05-29T00:05:16.648Z Compiling byteorder v1.5.0
4122026-05-29T00:05:16.650Z Compiling rustix v1.1.3
4132026-05-29T00:05:16.650Z Compiling serde_json v1.0.149
4142026-05-29T00:05:16.817Z Compiling pest v2.8.6
4152026-05-29T00:05:16.836Z Compiling bitflags v2.11.0
4162026-05-29T00:05:17.012Z Compiling num-traits v0.2.19
4172026-05-29T00:05:17.055Z Compiling hashbrown v0.17.0
4182026-05-29T00:05:17.055Z Compiling smallvec v1.15.1
4192026-05-29T00:05:17.055Z Compiling equivalent v1.0.2
4202026-05-29T00:05:17.079Z Compiling typeid v1.0.3
4212026-05-29T00:05:17.210Z Compiling proc-macro-error-attr v1.0.4
4222026-05-29T00:05:17.215Z Compiling usdt-impl v0.5.0
4232026-05-29T00:05:17.215Z Compiling toml_write v0.1.2
4242026-05-29T00:05:17.215Z Compiling syn v1.0.109
4252026-05-29T00:05:17.324Z Compiling erased-serde v0.4.9
4262026-05-29T00:05:17.337Z Compiling winnow v0.7.14
4272026-05-29T00:05:17.390Z Compiling proc-macro-error v1.0.4
4282026-05-29T00:05:17.477Z Compiling log v0.4.29
4292026-05-29T00:05:17.500Z Compiling utf8_iter v1.0.4
4302026-05-29T00:05:17.538Z Compiling errno v0.3.14
4312026-05-29T00:05:17.541Z Compiling thread-id v4.2.2
4322026-05-29T00:05:17.617Z Compiling indexmap v2.14.0
4332026-05-29T00:05:17.669Z Compiling thiserror v2.0.18
4342026-05-29T00:05:17.693Z Compiling percent-encoding v2.3.2
4352026-05-29T00:05:17.693Z Compiling camino v1.2.2
4362026-05-29T00:05:17.749Z Compiling plain v0.2.3
4372026-05-29T00:05:17.756Z Compiling utf8parse v0.2.2
4382026-05-29T00:05:17.756Z Compiling getrandom v0.4.1
4392026-05-29T00:05:17.892Z Compiling anstyle-parse v0.2.7
4402026-05-29T00:05:17.907Z Compiling form_urlencoded v1.2.2
4412026-05-29T00:05:17.930Z Compiling pest_meta v2.8.6
4422026-05-29T00:05:18.032Z Compiling syn v2.0.117
4432026-05-29T00:05:18.130Z Compiling colorchoice v1.0.4
4442026-05-29T00:05:18.134Z Compiling anstyle v1.0.13
4452026-05-29T00:05:18.206Z Compiling ordered-float v2.10.1
4462026-05-29T00:05:18.230Z Compiling pretty-hex v0.4.1
4472026-05-29T00:05:18.243Z Compiling is_terminal_polyfill v1.70.2
4482026-05-29T00:05:18.272Z Compiling anstyle-query v1.1.5
4492026-05-29T00:05:18.294Z Compiling cfg-if v1.0.4
4502026-05-29T00:05:18.382Z Compiling fs-err v3.3.0
4512026-05-29T00:05:18.403Z Compiling anstream v0.6.21
4522026-05-29T00:05:18.421Z Compiling fastrand v2.3.0
4532026-05-29T00:05:18.425Z Compiling bytecount v0.6.9
4542026-05-29T00:05:18.458Z Compiling heck v0.5.0
4552026-05-29T00:05:18.516Z Compiling fnv v1.0.7
4562026-05-29T00:05:18.560Z Compiling heck v0.4.1
4572026-05-29T00:05:18.604Z Compiling terminal_size v0.4.3
4582026-05-29T00:05:18.622Z Compiling unicode-width v0.1.14
4592026-05-29T00:05:18.657Z Compiling unicode-xid v0.2.6
4602026-05-29T00:05:18.725Z Compiling once_cell v1.21.3
4612026-05-29T00:05:18.752Z Compiling strsim v0.11.1
4622026-05-29T00:05:18.761Z Compiling anyhow v1.0.102
4632026-05-29T00:05:18.778Z Compiling clap_lex v1.0.0
4642026-05-29T00:05:18.821Z Compiling memmap v0.7.0
4652026-05-29T00:05:18.824Z Compiling smawk v0.3.2
4662026-05-29T00:05:18.964Z Compiling semver v1.0.28
4672026-05-29T00:05:18.967Z Compiling clap_builder v4.5.60
4682026-05-29T00:05:19.001Z Compiling tempfile v3.25.0
4692026-05-29T00:05:19.029Z Compiling papergrid v0.11.0
4702026-05-29T00:05:19.053Z Compiling unicode-width v0.2.0
4712026-05-29T00:05:19.075Z Compiling unicode-linebreak v0.1.5
4722026-05-29T00:05:19.324Z Compiling serde-untagged v0.1.9
4732026-05-29T00:05:19.362Z Compiling textwrap v0.16.2
4742026-05-29T00:05:19.400Z Compiling camino-tempfile v1.4.1
4752026-05-29T00:05:19.430Z Compiling swrite v0.1.0
4762026-05-29T00:05:19.430Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-05-29T00:05:19.851Z Compiling tabled_derive v0.7.0
4782026-05-29T00:05:20.510Z Compiling tabled v0.15.0
4792026-05-29T00:05:20.601Z Compiling synstructure v0.13.2
4802026-05-29T00:05:20.601Z Compiling pest_generator v2.8.6
4812026-05-29T00:05:21.195Z Compiling serde_derive v1.0.228
4822026-05-29T00:05:21.195Z Compiling zerofrom-derive v0.1.6
4832026-05-29T00:05:21.199Z Compiling yoke-derive v0.8.1
4842026-05-29T00:05:21.199Z Compiling zerovec-derive v0.11.2
4852026-05-29T00:05:21.199Z Compiling displaydoc v0.2.5
4862026-05-29T00:05:21.199Z Compiling thiserror-impl v1.0.69
4872026-05-29T00:05:21.199Z Compiling zerocopy-derive v0.7.35
4882026-05-29T00:05:21.199Z Compiling pest_derive v2.8.6
4892026-05-29T00:05:21.199Z Compiling scroll_derive v0.12.1
4902026-05-29T00:05:21.199Z Compiling thiserror-impl v2.0.18
4912026-05-29T00:05:21.199Z Compiling clap_derive v4.5.55
4922026-05-29T00:05:21.910Z Compiling scroll v0.12.0
4932026-05-29T00:05:22.014Z Compiling zerocopy v0.7.35
4942026-05-29T00:05:22.135Z Compiling goblin v0.8.2
4952026-05-29T00:05:22.389Z Compiling zerofrom v0.1.6
4962026-05-29T00:05:22.490Z Compiling yoke v0.8.1
4972026-05-29T00:05:22.506Z Compiling dtrace-parser v0.2.0
4982026-05-29T00:05:22.617Z Compiling clap v4.5.60
4992026-05-29T00:05:22.643Z Compiling zerovec v0.11.5
5002026-05-29T00:05:22.643Z Compiling zerotrie v0.2.3
5012026-05-29T00:05:23.108Z Compiling tinystr v0.8.2
5022026-05-29T00:05:23.108Z Compiling potential_utf v0.1.4
5032026-05-29T00:05:23.237Z Compiling icu_collections v2.1.1
5042026-05-29T00:05:23.261Z Compiling icu_locale_core v2.1.1
5052026-05-29T00:05:23.801Z Compiling icu_provider v2.1.1
5062026-05-29T00:05:23.881Z Compiling serde_spanned v0.6.9
5072026-05-29T00:05:23.881Z Compiling toml_datetime v0.6.11
5082026-05-29T00:05:23.884Z Compiling serde-value v0.7.0
5092026-05-29T00:05:23.884Z Compiling cargo-platform v0.2.0
5102026-05-29T00:05:23.884Z Compiling macaddr v1.0.1
5112026-05-29T00:05:23.897Z Compiling dof v0.3.0
5122026-05-29T00:05:23.902Z Compiling serde_tokenstream v0.2.3
5132026-05-29T00:05:24.019Z Compiling icu_normalizer v2.1.1
5142026-05-29T00:05:24.019Z Compiling icu_properties v2.1.2
5152026-05-29T00:05:24.073Z Compiling toml_edit v0.22.27
5162026-05-29T00:05:24.648Z Compiling usdt-macro v0.5.0
5172026-05-29T00:05:24.648Z Compiling usdt-attr-macro v0.5.0
5182026-05-29T00:05:24.854Z Compiling idna_adapter v1.2.1
5192026-05-29T00:05:24.961Z Compiling idna v1.1.0
5202026-05-29T00:05:25.222Z Compiling url v2.5.8
5212026-05-29T00:05:25.240Z Compiling usdt v0.5.0
5222026-05-29T00:05:25.335Z Compiling toml v0.8.23
5232026-05-29T00:05:25.706Z Compiling cargo-util-schemas v0.8.2
5242026-05-29T00:05:25.706Z Compiling cargo_toml v0.21.0
5252026-05-29T00:05:26.517Z Compiling cargo_metadata v0.21.0
5262026-05-29T00:05:27.397Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5272026-05-29T00:05:29.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.24s
5282026-05-29T00:05:29.794Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5292026-05-29T00:05:30.354Z Downloading crates ...
5302026-05-29T00:05:30.443Z Downloaded adler2 v2.0.1
5312026-05-29T00:05:30.466Z Downloaded curve25519-dalek-derive v0.1.1
5322026-05-29T00:05:30.469Z Downloaded camino-tempfile-ext v0.3.3
5332026-05-29T00:05:30.472Z Downloaded blowfish v0.9.1
5342026-05-29T00:05:30.475Z Downloaded darling v0.23.0
5352026-05-29T00:05:30.478Z Downloaded crossbeam-utils v0.8.21
5362026-05-29T00:05:30.478Z Downloaded ascii-canvas v3.0.0
5372026-05-29T00:05:30.480Z Downloaded cstr-argument v0.1.2
5382026-05-29T00:05:30.483Z Downloaded crunchy v0.2.4
5392026-05-29T00:05:30.483Z Downloaded crucible-workspace-hack v0.1.0
5402026-05-29T00:05:30.483Z Downloaded block-padding v0.3.3
5412026-05-29T00:05:30.490Z Downloaded darling v0.13.4
5422026-05-29T00:05:30.495Z Downloaded async-stream v0.3.6
5432026-05-29T00:05:30.495Z Downloaded crossbeam-epoch v0.9.18
5442026-05-29T00:05:30.499Z Downloaded bit-set v0.8.0
5452026-05-29T00:05:30.499Z Downloaded critical-section v1.2.0
5462026-05-29T00:05:30.499Z Downloaded daft v0.1.7
5472026-05-29T00:05:30.499Z Downloaded cexpr v0.6.0
5482026-05-29T00:05:30.499Z Downloaded bitfield-macros v0.19.4
5492026-05-29T00:05:30.503Z Downloaded arc-swap v1.8.2
5502026-05-29T00:05:30.503Z Downloaded cfg_aliases v0.1.1
5512026-05-29T00:05:30.506Z Downloaded darling v0.21.3
5522026-05-29T00:05:30.509Z Downloaded buf-list v1.1.2
5532026-05-29T00:05:30.509Z Downloaded colored v3.1.1
5542026-05-29T00:05:30.512Z Downloaded diff v0.1.13
5552026-05-29T00:05:30.512Z Downloaded cfg_aliases v0.2.1
5562026-05-29T00:05:30.516Z Downloaded csv-core v0.1.13
5572026-05-29T00:05:30.516Z Downloaded atomicwrites v0.4.4
5582026-05-29T00:05:30.516Z Downloaded darling_core v0.13.4
5592026-05-29T00:05:30.519Z Downloaded dirs-sys-next v0.1.2
5602026-05-29T00:05:30.519Z Downloaded darling_core v0.20.11
5612026-05-29T00:05:30.522Z Downloaded crc32fast v1.5.0
5622026-05-29T00:05:30.522Z Downloaded compression-core v0.4.31
5632026-05-29T00:05:30.525Z Downloaded crc8 v0.1.1
5642026-05-29T00:05:30.525Z Downloaded dsl_auto_type v0.2.0
5652026-05-29T00:05:30.525Z Downloaded dirs-next v2.0.0
5662026-05-29T00:05:30.530Z Downloaded difflib v0.4.0
5672026-05-29T00:05:30.530Z Downloaded darling_macro v0.23.0
5682026-05-29T00:05:30.530Z Downloaded bit-set v0.5.3
5692026-05-29T00:05:30.531Z Downloaded castaway v0.2.4
5702026-05-29T00:05:30.531Z Downloaded atomic-waker v1.1.2
5712026-05-29T00:05:30.534Z Downloaded bit-vec v0.8.0
5722026-05-29T00:05:30.534Z Downloaded embedded-io v0.4.0
5732026-05-29T00:05:30.534Z Downloaded argon2 v0.5.3
5742026-05-29T00:05:30.534Z Downloaded darling_macro v0.13.4
5752026-05-29T00:05:30.537Z Downloaded darling_core v0.21.3
5762026-05-29T00:05:30.541Z Downloaded env_filter v1.0.0
5772026-05-29T00:05:30.541Z Downloaded crc-catalog v2.4.0
5782026-05-29T00:05:30.541Z Downloaded float-ord v0.3.2
5792026-05-29T00:05:30.544Z Downloaded float-cmp v0.10.0
5802026-05-29T00:05:30.544Z Downloaded dyn-clone v1.0.20
5812026-05-29T00:05:30.544Z Downloaded cpufeatures v0.3.0
5822026-05-29T00:05:30.544Z Downloaded async-recursion v1.1.1
5832026-05-29T00:05:30.547Z Downloaded enum-as-inner v0.6.1
5842026-05-29T00:05:30.547Z Downloaded derive_builder_macro v0.20.2
5852026-05-29T00:05:30.552Z Downloaded diesel_table_macro_syntax v0.3.0
5862026-05-29T00:05:30.554Z Downloaded base16ct v0.2.0
5872026-05-29T00:05:30.554Z Downloaded atty v0.2.14
5882026-05-29T00:05:30.554Z Downloaded assert_matches v1.5.0
5892026-05-29T00:05:30.558Z Downloaded arrayref v0.3.9
5902026-05-29T00:05:30.558Z Downloaded ena v0.14.4
5912026-05-29T00:05:30.558Z Downloaded defmt v1.0.1
5922026-05-29T00:05:30.558Z Downloaded cbc v0.1.2
5932026-05-29T00:05:30.558Z Downloaded byte-wrapper v0.1.0
5942026-05-29T00:05:30.561Z Downloaded darling_macro v0.21.3
5952026-05-29T00:05:30.561Z Downloaded cipher v0.4.4
5962026-05-29T00:05:30.561Z Downloaded bzip2 v0.4.4
5972026-05-29T00:05:30.561Z Downloaded async-bb8-diesel v0.2.1
5982026-05-29T00:05:30.564Z Downloaded ahash v0.8.12
5992026-05-29T00:05:30.564Z Downloaded bitfield-struct v0.6.2
6002026-05-29T00:05:30.567Z Downloaded fixedbitset v0.4.2
6012026-05-29T00:05:30.567Z Downloaded darling_macro v0.20.11
6022026-05-29T00:05:30.567Z Downloaded bcs v0.1.6
6032026-05-29T00:05:30.570Z Downloaded foreign-types v0.3.2
6042026-05-29T00:05:30.570Z Downloaded flagset v0.4.7
6052026-05-29T00:05:30.570Z Downloaded endian-type v0.1.2
6062026-05-29T00:05:30.574Z Downloaded ciborium-io v0.2.2
6072026-05-29T00:05:30.574Z Downloaded bcrypt-pbkdf v0.10.0
6082026-05-29T00:05:30.574Z Downloaded downcast-rs v2.0.2
6092026-05-29T00:05:30.577Z Downloaded ciborium-ll v0.2.2
6102026-05-29T00:05:30.577Z Downloaded debug-ignore v1.0.5
6112026-05-29T00:05:30.577Z Downloaded dunce v1.0.5
6122026-05-29T00:05:30.577Z Downloaded async-stream-impl v0.3.6
6132026-05-29T00:05:30.578Z Downloaded backoff v0.4.0
6142026-05-29T00:05:30.580Z Downloaded cargo-platform v0.3.2
6152026-05-29T00:05:30.580Z Downloaded document-features v0.2.12
6162026-05-29T00:05:30.580Z Downloaded darling v0.20.11
6172026-05-29T00:05:30.584Z Downloaded funty v2.0.0
6182026-05-29T00:05:30.587Z Downloaded cobs v0.3.0
6192026-05-29T00:05:30.587Z Downloaded defmt v0.3.100
6202026-05-29T00:05:30.587Z Downloaded daft-derive v0.1.7
6212026-05-29T00:05:30.590Z Downloaded foreign-types-shared v0.1.1
6222026-05-29T00:05:30.590Z Downloaded fd-lock v4.0.4
6232026-05-29T00:05:30.592Z Downloaded foreign-types-shared v0.3.1
6242026-05-29T00:05:30.592Z Downloaded dtrace-parser v0.3.0
6252026-05-29T00:05:30.593Z Downloaded foreign-types v0.5.0
6262026-05-29T00:05:30.593Z Downloaded ed25519 v2.2.3
6272026-05-29T00:05:30.595Z Downloaded bitfield v0.19.4
6282026-05-29T00:05:30.595Z Downloaded async-trait v0.1.89
6292026-05-29T00:05:30.599Z Downloaded compression-codecs v0.4.37
6302026-05-29T00:05:30.604Z Downloaded env_logger v0.11.9
6312026-05-29T00:05:30.604Z Downloaded futures-sink v0.3.32
6322026-05-29T00:05:30.607Z Downloaded dof v0.4.0
6332026-05-29T00:05:30.607Z Downloaded diesel-dtrace v0.5.0
6342026-05-29T00:05:30.607Z Downloaded convert_case v0.10.0
6352026-05-29T00:05:30.607Z Downloaded futures-task v0.3.32
6362026-05-29T00:05:30.607Z Downloaded bit-vec v0.6.3
6372026-05-29T00:05:30.607Z Downloaded bitflags v1.3.2
6382026-05-29T00:05:30.611Z Downloaded arrayvec v0.7.6
6392026-05-29T00:05:30.611Z Downloaded fallible-iterator v0.2.0
6402026-05-29T00:05:30.614Z Downloaded erased-serde v0.3.31
6412026-05-29T00:05:30.614Z Downloaded ghash v0.5.1
6422026-05-29T00:05:30.614Z Downloaded blake2 v0.10.6
6432026-05-29T00:05:30.617Z Downloaded git-stub v1.0.0
6442026-05-29T00:05:30.617Z Downloaded futures-core v0.3.32
6452026-05-29T00:05:30.617Z Downloaded const_format_proc_macros v0.2.34
6462026-05-29T00:05:30.620Z Downloaded defmt-parser v1.0.0
6472026-05-29T00:05:30.620Z Downloaded crossbeam-deque v0.8.6
6482026-05-29T00:05:30.620Z Downloaded hash32 v0.3.1
6492026-05-29T00:05:30.626Z Downloaded globwalk v0.9.1
6502026-05-29T00:05:30.626Z Downloaded gethostname v0.5.0
6512026-05-29T00:05:30.626Z Downloaded foldhash v0.2.0
6522026-05-29T00:05:30.628Z Downloaded crc v3.4.0
6532026-05-29T00:05:30.628Z Downloaded cassowary v0.3.0
6542026-05-29T00:05:30.628Z Downloaded embedded-io v0.6.1
6552026-05-29T00:05:30.628Z Downloaded cmake v0.1.57
6562026-05-29T00:05:30.629Z Downloaded aead v0.5.2
6572026-05-29T00:05:30.631Z Downloaded hex-literal v0.4.1
6582026-05-29T00:05:30.632Z Downloaded deranged v0.5.8
6592026-05-29T00:05:30.632Z Downloaded corncobs v0.1.4
6602026-05-29T00:05:30.639Z Downloaded chacha20 v0.9.1
6612026-05-29T00:05:30.639Z Downloaded ff v0.13.1
6622026-05-29T00:05:30.642Z Downloaded hash32 v0.2.1
6632026-05-29T00:05:30.642Z Downloaded base64ct v1.8.3
6642026-05-29T00:05:30.642Z Downloaded fs-err v2.11.0
6652026-05-29T00:05:30.642Z Downloaded derive-ex v0.1.8
6662026-05-29T00:05:30.642Z Downloaded hex v0.4.3
6672026-05-29T00:05:30.642Z Downloaded array-init v0.0.4
6682026-05-29T00:05:30.643Z Downloaded filetime v0.2.27
6692026-05-29T00:05:30.646Z Downloaded der_derive v0.7.3
6702026-05-29T00:05:30.646Z Downloaded data-encoding v2.10.0
6712026-05-29T00:05:30.646Z Downloaded headers-core v0.3.0
6722026-05-29T00:05:30.646Z Downloaded futures-macro v0.3.32
6732026-05-29T00:05:30.648Z Downloaded fxhash v0.2.1
6742026-05-29T00:05:30.648Z Downloaded dropshot-api-manager-types v0.7.2
6752026-05-29T00:05:30.649Z Downloaded convert_case v0.4.0
6762026-05-29T00:05:30.649Z Downloaded httpdate v1.0.3
6772026-05-29T00:05:30.652Z Downloaded foreign-types-macros v0.2.3
6782026-05-29T00:05:30.652Z Downloaded hostname v0.4.2
6792026-05-29T00:05:30.652Z Downloaded http-range v0.1.5
6802026-05-29T00:05:30.656Z Downloaded hostname v0.3.1
6812026-05-29T00:05:30.656Z Downloaded fixedbitset v0.5.7
6822026-05-29T00:05:30.656Z Downloaded http-body v1.0.1
6832026-05-29T00:05:30.656Z Downloaded home v0.5.12
6842026-05-29T00:05:30.659Z Downloaded defmt-macros v1.0.1
6852026-05-29T00:05:30.659Z Downloaded fs_extra v1.3.0
6862026-05-29T00:05:30.659Z Downloaded cookie v0.18.1
6872026-05-29T00:05:30.662Z Downloaded cargo_metadata v0.23.1
6882026-05-29T00:05:30.662Z Downloaded foldhash v0.1.5
6892026-05-29T00:05:30.666Z Downloaded display-error-chain v0.2.2
6902026-05-29T00:05:30.666Z Downloaded ctr v0.9.2
6912026-05-29T00:05:30.666Z Downloaded indent_write v2.2.0
6922026-05-29T00:05:30.670Z Downloaded futures-io v0.3.32
6932026-05-29T00:05:30.670Z Downloaded hubpack_derive v0.1.1
6942026-05-29T00:05:30.670Z Downloaded des v0.8.1
6952026-05-29T00:05:30.670Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-29T00:05:30.672Z Downloaded ident_case v1.0.1
6972026-05-29T00:05:30.672Z Downloaded hyper-tls v0.6.0
6982026-05-29T00:05:30.672Z Downloaded const-oid v0.9.6
6992026-05-29T00:05:30.673Z Downloaded bzip2 v0.6.1
7002026-05-29T00:05:30.675Z Downloaded indoc v1.0.9
7012026-05-29T00:05:30.675Z Downloaded group v0.13.0
7022026-05-29T00:05:30.679Z Downloaded git-stub-vcs v0.1.0
7032026-05-29T00:05:30.679Z Downloaded bb8 v0.8.6
7042026-05-29T00:05:30.679Z Downloaded instability v0.3.11
7052026-05-29T00:05:30.683Z Downloaded illumos-nvpair v0.3.0
7062026-05-29T00:05:30.683Z Downloaded is-terminal v0.4.17
7072026-05-29T00:05:30.686Z Downloaded derive_builder_core v0.20.2
7082026-05-29T00:05:30.688Z Downloaded instant v0.1.13
7092026-05-29T00:05:30.688Z Downloaded cc v1.2.56
7102026-05-29T00:05:30.691Z Downloaded cookie_store v0.22.1
7112026-05-29T00:05:30.694Z Downloaded console v0.16.2
7122026-05-29T00:05:30.694Z Downloaded clang-sys v1.8.1
7132026-05-29T00:05:30.697Z Downloaded ecdsa v0.16.9
7142026-05-29T00:05:30.697Z Downloaded cancel-safe-futures v0.1.5
7152026-05-29T00:05:30.700Z Downloaded keccak v0.1.6
7162026-05-29T00:05:30.700Z Downloaded highway v1.3.0
7172026-05-29T00:05:30.703Z Downloaded lazy_static v1.5.0
7182026-05-29T00:05:30.703Z Downloaded kstat-rs v0.2.4
7192026-05-29T00:05:30.706Z Downloaded colored v2.2.0
7202026-05-29T00:05:30.706Z Downloaded http-body-util v0.1.3
7212026-05-29T00:05:30.709Z Downloaded internet-checksum v0.2.1
7222026-05-29T00:05:30.709Z Downloaded is_ci v1.2.0
7232026-05-29T00:05:30.709Z Downloaded ciborium v0.2.2
7242026-05-29T00:05:30.714Z Downloaded either v1.15.0
7252026-05-29T00:05:30.714Z Downloaded dropshot_endpoint v0.17.0
7262026-05-29T00:05:30.716Z Downloaded globset v0.4.18
7272026-05-29T00:05:30.717Z Downloaded hyper-staticfile v0.10.1
7282026-05-29T00:05:30.717Z Downloaded backon v1.6.0
7292026-05-29T00:05:30.736Z Downloaded hubpack v0.1.2
7302026-05-29T00:05:30.736Z Downloaded derive_more v0.99.20
7312026-05-29T00:05:30.737Z Downloaded libscf-sys v1.1.0
7322026-05-29T00:05:30.737Z Downloaded lalrpop-util v0.19.12
7332026-05-29T00:05:30.737Z Downloaded derive_builder v0.20.2
7342026-05-29T00:05:30.737Z Downloaded futures-channel v0.3.32
7352026-05-29T00:05:30.737Z Downloaded impl-trait-for-tuples v0.2.3
7362026-05-29T00:05:30.737Z Downloaded linked-hash-map v0.5.6
7372026-05-29T00:05:30.737Z Downloaded lru v0.12.5
7382026-05-29T00:05:30.737Z Downloaded futures-executor v0.3.32
7392026-05-29T00:05:30.737Z Downloaded maybe-uninit v2.0.0
7402026-05-29T00:05:30.737Z Downloaded lru-slab v0.1.2
7412026-05-29T00:05:30.740Z Downloaded memoffset v0.9.1
7422026-05-29T00:05:30.740Z Downloaded managed v0.8.0
7432026-05-29T00:05:30.740Z Downloaded match_cfg v0.1.0
7442026-05-29T00:05:30.740Z Downloaded lzss v0.8.2
7452026-05-29T00:05:30.740Z Downloaded lru-cache v0.1.2
7462026-05-29T00:05:30.741Z Downloaded mime v0.3.17
7472026-05-29T00:05:30.744Z Downloaded allocator-api2 v0.2.21
7482026-05-29T00:05:30.744Z Downloaded newtype_derive v0.1.6
7492026-05-29T00:05:30.744Z Downloaded newline-converter v0.3.0
7502026-05-29T00:05:30.747Z Downloaded multimap v0.10.1
7512026-05-29T00:05:30.747Z Downloaded ingot-types v0.1.2
7522026-05-29T00:05:30.747Z Downloaded ingot v0.1.1
7532026-05-29T00:05:30.750Z Downloaded maplit v1.0.2
7542026-05-29T00:05:30.750Z Downloaded ipnet v2.11.0
7552026-05-29T00:05:30.750Z Downloaded ipnetwork v0.21.1
7562026-05-29T00:05:30.753Z Downloaded half v1.8.3
7572026-05-29T00:05:30.755Z Downloaded new_debug_unreachable v1.0.6
7582026-05-29T00:05:30.755Z Downloaded indoc v2.0.7
7592026-05-29T00:05:30.758Z Downloaded md-5 v0.10.6
7602026-05-29T00:05:30.758Z Downloaded getrandom v0.2.17
7612026-05-29T00:05:30.761Z Downloaded futures v0.3.32
7622026-05-29T00:05:30.764Z Downloaded nibble_vec v0.1.0
7632026-05-29T00:05:30.764Z Downloaded jobserver v0.1.34
7642026-05-29T00:05:30.767Z Downloaded num v0.4.3
7652026-05-29T00:05:30.767Z Downloaded num-conv v0.2.0
7662026-05-29T00:05:30.767Z Downloaded inout v0.1.4
7672026-05-29T00:05:30.767Z Downloaded num-derive v0.4.2
7682026-05-29T00:05:30.771Z Downloaded crc-any v2.5.0
7692026-05-29T00:05:30.771Z Downloaded hyper-rustls v0.27.7
7702026-05-29T00:05:30.774Z Downloaded chacha20 v0.10.0
7712026-05-29T00:05:30.775Z Downloaded nonempty v0.12.0
7722026-05-29T00:05:30.775Z Downloaded humantime v2.3.0
7732026-05-29T00:05:30.779Z Downloaded normalize-line-endings v0.3.0
7742026-05-29T00:05:30.779Z Downloaded glob v0.3.3
7752026-05-29T00:05:30.779Z Downloaded darling_core v0.23.0
7762026-05-29T00:05:30.781Z Downloaded hmac v0.12.1
7772026-05-29T00:05:30.781Z Downloaded fatfs v0.3.6
7782026-05-29T00:05:30.784Z Downloaded num_enum_derive v0.5.11
7792026-05-29T00:05:30.784Z Downloaded num-derive v0.3.3
7802026-05-29T00:05:30.787Z Downloaded nodrop v0.1.14
7812026-05-29T00:05:30.787Z Downloaded libsw v3.5.0
7822026-05-29T00:05:30.787Z Downloaded derive-where v1.6.0
7832026-05-29T00:05:30.790Z Downloaded num-iter v0.1.45
7842026-05-29T00:05:30.790Z Downloaded drift v0.2.0
7852026-05-29T00:05:30.796Z Downloaded libsw-core v0.3.2
7862026-05-29T00:05:30.799Z Downloaded openssl-probe v0.1.6
7872026-05-29T00:05:30.799Z Downloaded openssl-macros v0.1.1
7882026-05-29T00:05:30.799Z Downloaded openssl-probe v0.2.1
7892026-05-29T00:05:30.802Z Downloaded linear-map v1.2.0
7902026-05-29T00:05:30.802Z Downloaded httparse v1.10.1
7912026-05-29T00:05:30.805Z Downloaded num_threads v0.1.7
7922026-05-29T00:05:30.805Z Downloaded olpc-cjson v0.1.4
7932026-05-29T00:05:30.805Z Downloaded libefi-sys v0.1.0
7942026-05-29T00:05:30.806Z Downloaded opaque-debug v0.3.1
7952026-05-29T00:05:30.809Z Downloaded const_format v0.2.35
7962026-05-29T00:05:30.809Z Downloaded native-tls v0.2.18
7972026-05-29T00:05:30.813Z Downloaded iana-time-zone v0.1.65
7982026-05-29T00:05:30.813Z Downloaded chacha20poly1305 v0.10.1
7992026-05-29T00:05:30.815Z Downloaded constant_time_eq v0.4.2
8002026-05-29T00:05:30.815Z Downloaded ingot-macros v0.1.1
8012026-05-29T00:05:30.818Z Downloaded bytes v1.11.1
8022026-05-29T00:05:30.821Z Downloaded getrandom v0.3.4
8032026-05-29T00:05:30.821Z Downloaded newtype-uuid-macros v0.1.0
8042026-05-29T00:05:30.824Z Downloaded flume v0.11.1
8052026-05-29T00:05:30.824Z Downloaded nanorand v0.7.0
8062026-05-29T00:05:30.827Z Downloaded oso-derive v0.27.3
8072026-05-29T00:05:30.827Z Downloaded multer v3.1.0
8082026-05-29T00:05:30.830Z Downloaded mime_guess v2.0.5
8092026-05-29T00:05:30.830Z Downloaded newtype-uuid v1.3.2
8102026-05-29T00:05:30.830Z Downloaded nu-ansi-term v0.50.3
8112026-05-29T00:05:30.833Z Downloaded peg-runtime v0.8.5
8122026-05-29T00:05:30.833Z Downloaded num_enum_derive v0.7.5
8132026-05-29T00:05:30.833Z Downloaded path-slash v0.1.5
8142026-05-29T00:05:30.836Z Downloaded md5 v0.7.0
8152026-05-29T00:05:30.836Z Downloaded parse-size v1.1.0
8162026-05-29T00:05:30.836Z Downloaded parse-display v0.10.0
8172026-05-29T00:05:30.839Z Downloaded packed_struct_codegen v0.10.1
8182026-05-29T00:05:30.839Z Downloaded console v0.15.11
8192026-05-29T00:05:30.843Z Downloaded find-msvc-tools v0.1.9
8202026-05-29T00:05:30.843Z Downloaded half v2.7.1
8212026-05-29T00:05:30.846Z Downloaded num-complex v0.4.6
8222026-05-29T00:05:30.846Z Downloaded libloading v0.8.9
8232026-05-29T00:05:30.847Z Downloaded ed25519-dalek v2.2.0
8242026-05-29T00:05:30.849Z Downloaded num_enum v0.5.11
8252026-05-29T00:05:30.852Z Downloaded phf_shared v0.11.3
8262026-05-29T00:05:30.852Z Downloaded pbkdf2 v0.12.2
8272026-05-29T00:05:30.852Z Downloaded compact_str v0.8.1
8282026-05-29T00:05:30.856Z Downloaded litrs v1.0.0
8292026-05-29T00:05:30.859Z Downloaded num_enum v0.7.5
8302026-05-29T00:05:30.859Z Downloaded pin-utils v0.1.0
8312026-05-29T00:05:30.862Z Downloaded num-integer v0.1.46
8322026-05-29T00:05:30.862Z Downloaded indexmap v1.9.3
8332026-05-29T00:05:30.867Z Downloaded bumpalo v3.20.2
8342026-05-29T00:05:30.880Z Downloaded predicates-core v1.0.10
8352026-05-29T00:05:30.884Z Downloaded derive_more v2.1.1
8362026-05-29T00:05:30.888Z Downloaded precomputed-hash v0.1.1
8372026-05-29T00:05:30.891Z Downloaded password-hash v0.4.2
8382026-05-29T00:05:30.891Z Downloaded parse-display-derive v0.10.0
8392026-05-29T00:05:30.891Z Downloaded oxnet v0.1.4
8402026-05-29T00:05:30.894Z Downloaded heapless v0.8.0
8412026-05-29T00:05:30.897Z Downloaded proc-macro-crate v1.3.1
8422026-05-29T00:05:30.897Z Downloaded password-hash v0.5.0
8432026-05-29T00:05:30.897Z Downloaded packed_struct v0.10.1
8442026-05-29T00:05:30.900Z Downloaded oxide-tokio-rt v0.1.4
8452026-05-29T00:05:30.900Z Downloaded base64 v0.22.1
8462026-05-29T00:05:30.904Z Downloaded pem v3.0.6
8472026-05-29T00:05:30.904Z Downloaded headers v0.4.1
8482026-05-29T00:05:30.907Z Downloaded crypto-bigint v0.5.5
8492026-05-29T00:05:30.910Z Downloaded progenitor-client v0.14.0
8502026-05-29T00:05:30.913Z Downloaded progenitor-client v0.10.0
8512026-05-29T00:05:30.913Z Downloaded proc-macro-crate v3.4.0
8522026-05-29T00:05:30.913Z Downloaded progenitor-macro v0.14.0
8532026-05-29T00:05:30.917Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-05-29T00:05:30.917Z Downloaded predicates-tree v1.0.13
8552026-05-29T00:05:30.917Z Downloaded psl-types v2.0.11
8562026-05-29T00:05:30.917Z Downloaded async-compression v0.4.41
8572026-05-29T00:05:30.921Z Downloaded peg v0.8.5
8582026-05-29T00:05:30.924Z Downloaded progenitor-macro v0.13.0
8592026-05-29T00:05:30.924Z Downloaded ignore v0.4.25
8602026-05-29T00:05:30.927Z Downloaded lock_api v0.4.14
8612026-05-29T00:05:30.927Z Downloaded ar_archive_writer v0.5.1
8622026-05-29T00:05:30.930Z Downloaded progenitor-client v0.11.2
8632026-05-29T00:05:30.930Z Downloaded pem-rfc7468 v0.7.0
8642026-05-29T00:05:30.930Z Downloaded progenitor-macro v0.11.2
8652026-05-29T00:05:30.933Z Downloaded polyval v0.6.2
8662026-05-29T00:05:30.933Z Downloaded radium v0.7.0
8672026-05-29T00:05:30.933Z Downloaded quick-error v1.2.3
8682026-05-29T00:05:30.937Z Downloaded pin-project-lite v0.2.17
8692026-05-29T00:05:30.937Z Downloaded rand_xorshift v0.4.0
8702026-05-29T00:05:30.940Z Downloaded peg-macros v0.8.5
8712026-05-29T00:05:30.940Z Downloaded phf v0.13.1
8722026-05-29T00:05:30.940Z Downloaded phf v0.12.1
8732026-05-29T00:05:30.943Z Downloaded indicatif v0.18.4
8742026-05-29T00:05:30.943Z Downloaded pin-project-internal v1.1.11
8752026-05-29T00:05:30.947Z Downloaded crossbeam-channel v0.5.15
8762026-05-29T00:05:30.950Z Downloaded parking_lot_core v0.8.6
8772026-05-29T00:05:30.950Z Downloaded parking_lot v0.12.5
8782026-05-29T00:05:30.950Z Downloaded pkg-config v0.3.32
8792026-05-29T00:05:30.953Z Downloaded pkcs8 v0.10.2
8802026-05-29T00:05:30.953Z Downloaded rand_chacha v0.3.1
8812026-05-29T00:05:30.956Z Downloaded predicates v3.1.4
8822026-05-29T00:05:30.956Z Downloaded parking_lot_core v0.9.12
8832026-05-29T00:05:30.959Z Downloaded ref-cast-impl v1.0.25
8842026-05-29T00:05:30.959Z Downloaded paste v1.0.15
8852026-05-29T00:05:30.962Z Downloaded primeorder v0.13.6
8862026-05-29T00:05:30.962Z Downloaded parking_lot v0.11.2
8872026-05-29T00:05:30.962Z Downloaded recursive v0.1.1
8882026-05-29T00:05:30.965Z Downloaded hickory-resolver v0.25.2
8892026-05-29T00:05:30.965Z Downloaded ref-cast v1.0.25
8902026-05-29T00:05:30.969Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-29T00:05:30.970Z Downloaded postgres-protocol v0.6.10
8922026-05-29T00:05:30.973Z Downloaded proc-macro-error2 v2.0.1
8932026-05-29T00:05:30.973Z Downloaded powerfmt v0.2.0
8942026-05-29T00:05:30.973Z Downloaded libbz2-rs-sys v0.2.2
8952026-05-29T00:05:30.973Z Downloaded progenitor v0.13.0
8962026-05-29T00:05:30.976Z Downloaded progenitor-extras v0.2.0
8972026-05-29T00:05:30.977Z Downloaded progenitor-client v0.13.0
8982026-05-29T00:05:30.977Z Downloaded progenitor v0.11.2
8992026-05-29T00:05:30.980Z Downloaded phf_shared v0.13.1
9002026-05-29T00:05:30.980Z Downloaded phf_shared v0.12.1
9012026-05-29T00:05:30.980Z Downloaded poly1305 v0.8.0
9022026-05-29T00:05:30.980Z Downloaded owo-colors v4.3.0
9032026-05-29T00:05:30.985Z Downloaded memmap2 v0.9.10
9042026-05-29T00:05:30.986Z Downloaded flate2 v1.1.9
9052026-05-29T00:05:30.988Z Downloaded rfc6979 v0.4.0
9062026-05-29T00:05:30.988Z Downloaded pbkdf2 v0.11.0
9072026-05-29T00:05:30.988Z Downloaded russh-cryptovec v0.7.3
9082026-05-29T00:05:30.988Z Downloaded rtoolbox v0.0.3
9092026-05-29T00:05:30.991Z Downloaded num-rational v0.4.2
9102026-05-29T00:05:30.991Z Downloaded derive_more-impl v2.1.1
9112026-05-29T00:05:30.996Z Downloaded r2d2 v0.8.10
9122026-05-29T00:05:30.996Z Downloaded aes v0.8.4
9132026-05-29T00:05:30.999Z Downloaded miniz_oxide v0.8.9
9142026-05-29T00:05:31.000Z Downloaded psm v0.1.30
9152026-05-29T00:05:31.004Z Downloaded rustc-hash v2.1.1
9162026-05-29T00:05:31.004Z Downloaded oso v0.27.3
9172026-05-29T00:05:31.004Z Downloaded rustc_version v0.4.1
9182026-05-29T00:05:31.004Z Downloaded base64 v0.21.7
9192026-05-29T00:05:31.007Z Downloaded rustc_version v0.1.7
9202026-05-29T00:05:31.008Z Downloaded der v0.7.10
9212026-05-29T00:05:31.011Z Downloaded pkcs1 v0.7.5
9222026-05-29T00:05:31.013Z Downloaded elliptic-curve v0.13.8
9232026-05-29T00:05:31.018Z Downloaded salsa20 v0.10.2
9242026-05-29T00:05:31.018Z Downloaded http v1.4.0
9252026-05-29T00:05:31.021Z Downloaded scheduled-thread-pool v0.2.7
9262026-05-29T00:05:31.021Z Downloaded sapling-renderdag v0.1.0
9272026-05-29T00:05:31.021Z Downloaded ppv-lite86 v0.2.21
9282026-05-29T00:05:31.021Z Downloaded rand_core v0.10.0
9292026-05-29T00:05:31.024Z Downloaded rand_core v0.6.4
9302026-05-29T00:05:31.024Z Downloaded p256 v0.13.2
9312026-05-29T00:05:31.027Z Downloaded same-file v1.0.6
9322026-05-29T00:05:31.027Z Downloaded papergrid v0.17.0
9332026-05-29T00:05:31.030Z Downloaded rand_seeder v0.4.0
9342026-05-29T00:05:31.030Z Downloaded resolv-conf v0.7.6
9352026-05-29T00:05:31.033Z Downloaded hickory-server v0.25.2
9362026-05-29T00:05:31.036Z Downloaded jiff-static v0.2.21
9372026-05-29T00:05:31.036Z Downloaded scroll_derive v0.13.1
9382026-05-29T00:05:31.036Z Downloaded heapless v0.7.17
9392026-05-29T00:05:31.039Z Downloaded expectorate v1.2.0
9402026-05-29T00:05:31.042Z Downloaded scrypt v0.11.0
9412026-05-29T00:05:31.042Z Downloaded diesel_derives v2.3.7
9422026-05-29T00:05:31.046Z Downloaded hickory-resolver v0.24.4
9432026-05-29T00:05:31.055Z Downloaded secrecy v0.8.0
9442026-05-29T00:05:31.058Z Downloaded progenitor v0.14.0
9452026-05-29T00:05:31.061Z Downloaded serde-big-array v0.5.1
9462026-05-29T00:05:31.064Z Downloaded serde_plain v1.0.2
9472026-05-29T00:05:31.067Z Downloaded semver v0.1.20
9482026-05-29T00:05:31.069Z Downloaded secrecy v0.10.3
9492026-05-29T00:05:31.069Z Downloaded postcard v1.1.3
9502026-05-29T00:05:31.072Z Downloaded pin-project v1.1.11
9512026-05-29T00:05:31.077Z Downloaded serde_repr v0.1.20
9522026-05-29T00:05:31.079Z Downloaded crossterm v0.28.1
9532026-05-29T00:05:31.082Z Downloaded serde_urlencoded v0.7.1
9542026-05-29T00:05:31.087Z Downloaded rustls-pemfile v2.2.0
9552026-05-29T00:05:31.087Z Downloaded rand_core v0.9.5
9562026-05-29T00:05:31.091Z Downloaded hashbrown v0.13.2
9572026-05-29T00:05:31.091Z Downloaded dropshot-api-manager v0.7.2
9582026-05-29T00:05:31.095Z Downloaded minimal-lexical v0.2.1
9592026-05-29T00:05:31.095Z Downloaded shell-words v1.1.1
9602026-05-29T00:05:31.095Z Downloaded crossterm v0.29.0
9612026-05-29T00:05:31.099Z Downloaded signal-hook-tokio v0.3.1
9622026-05-29T00:05:31.101Z Downloaded prefix-trie v0.7.0
9632026-05-29T00:05:31.101Z Downloaded rustversion v1.0.22
9642026-05-29T00:05:31.105Z Downloaded postgres-types v0.2.12
9652026-05-29T00:05:31.105Z Downloaded omicron-zone-package v0.12.2
9662026-05-29T00:05:31.107Z Downloaded hashbrown v0.12.3
9672026-05-29T00:05:31.110Z Downloaded scopeguard v1.2.0
9682026-05-29T00:05:31.110Z Downloaded sha1 v0.10.6
9692026-05-29T00:05:31.114Z Downloaded slog-bunyan v2.5.0
9702026-05-29T00:05:31.114Z Downloaded sigpipe v0.1.3
9712026-05-29T00:05:31.114Z Downloaded signal-hook-mio v0.2.5
9722026-05-29T00:05:31.117Z Downloaded scroll v0.13.0
9732026-05-29T00:05:31.117Z Downloaded schemars_derive v0.8.22
9742026-05-29T00:05:31.117Z Downloaded rustls-pemfile v1.0.4
9752026-05-29T00:05:31.117Z Downloaded siphasher v1.0.2
9762026-05-29T00:05:31.120Z Downloaded slog-envlogger v2.2.0
9772026-05-29T00:05:31.120Z Downloaded rustls-native-certs v0.8.3
9782026-05-29T00:05:31.123Z Downloaded serde_spanned v1.0.4
9792026-05-29T00:05:31.123Z Downloaded rand_chacha v0.9.0
9802026-05-29T00:05:31.123Z Downloaded quinn-udp v0.5.14
9812026-05-29T00:05:31.126Z Downloaded serde_bytes v0.11.19
9822026-05-29T00:05:31.127Z Downloaded pkcs5 v0.7.1
9832026-05-29T00:05:31.131Z Downloaded openssl-sys v0.9.115
9842026-05-29T00:05:31.131Z Downloaded progenitor-impl v0.13.0
9852026-05-29T00:05:31.134Z Downloaded bitvec v1.0.1
9862026-05-29T00:05:31.140Z Downloaded signature v2.2.0
9872026-05-29T00:05:31.143Z Downloaded serde_derive_internals v0.29.1
9882026-05-29T00:05:31.143Z Downloaded serde-hex v0.1.0
9892026-05-29T00:05:31.146Z Downloaded sec1 v0.7.3
9902026-05-29T00:05:31.146Z Downloaded seq-macro v0.3.6
9912026-05-29T00:05:31.146Z Downloaded sct v0.7.1
9922026-05-29T00:05:31.149Z Downloaded serde_with_macros v1.5.2
9932026-05-29T00:05:31.149Z Downloaded serde_path_to_error v0.1.20
9942026-05-29T00:05:31.152Z Downloaded prettyplease v0.2.37
9952026-05-29T00:05:31.155Z Downloaded russh-keys v0.45.0
9962026-05-29T00:05:31.155Z Downloaded aes-gcm v0.10.3
9972026-05-29T00:05:31.158Z Downloaded hyper-util v0.1.20
9982026-05-29T00:05:31.161Z Downloaded rusty-fork v0.3.1
9992026-05-29T00:05:31.164Z Downloaded ssh-cipher v0.2.0
10002026-05-29T00:05:31.168Z Downloaded itertools v0.10.5
10012026-05-29T00:05:31.171Z Downloaded strip-ansi-escapes v0.2.1
10022026-05-29T00:05:31.171Z Downloaded shlex v1.3.0
10032026-05-29T00:05:31.171Z Downloaded strsim v0.10.0
10042026-05-29T00:05:31.175Z Downloaded slab v0.4.12
10052026-05-29T00:05:31.175Z Downloaded signal-hook-registry v1.4.8
10062026-05-29T00:05:31.175Z Downloaded rcgen v0.12.1
10072026-05-29T00:05:31.175Z Downloaded progenitor-impl v0.11.2
10082026-05-29T00:05:31.178Z Downloaded ssh-encoding v0.2.0
10092026-05-29T00:05:31.185Z Downloaded hashbrown v0.16.1
10102026-05-29T00:05:31.188Z Downloaded structmeta-derive v0.3.0
10112026-05-29T00:05:31.191Z Downloaded progenitor-impl v0.14.0
10122026-05-29T00:05:31.194Z Downloaded slog-dtrace v0.3.0
10132026-05-29T00:05:31.194Z Downloaded slog-async v2.8.0
10142026-05-29T00:05:31.200Z Downloaded take_mut v0.2.2
10152026-05-29T00:05:31.203Z Downloaded strum v0.26.3
10162026-05-29T00:05:31.203Z Downloaded subtle v2.6.1
10172026-05-29T00:05:31.203Z Downloaded structmeta v0.3.0
10182026-05-29T00:05:31.206Z Downloaded supports-color v3.0.2
10192026-05-29T00:05:31.207Z Downloaded pretty_assertions v1.4.1
10202026-05-29T00:05:31.211Z Downloaded smallvec v0.6.14
10212026-05-29T00:05:31.211Z Downloaded slog-json v2.6.1
10222026-05-29T00:05:31.211Z Downloaded termtree v0.5.1
10232026-05-29T00:05:31.214Z Downloaded sqlparser_derive v0.5.0
10242026-05-29T00:05:31.214Z Downloaded tap v1.0.1
10252026-05-29T00:05:31.214Z Downloaded tabwriter v1.4.1
10262026-05-29T00:05:31.217Z Downloaded spki v0.7.3
10272026-05-29T00:05:31.217Z Downloaded time-core v0.1.8
10282026-05-29T00:05:31.217Z Downloaded rustls-pki-types v1.14.0
10292026-05-29T00:05:31.220Z Downloaded tabled_derive v0.11.0
10302026-05-29T00:05:31.221Z Downloaded sync_wrapper v1.0.2
10312026-05-29T00:05:31.221Z Downloaded sqlformat v0.3.5
10322026-05-29T00:05:31.224Z Downloaded snafu-derive v0.8.9
10332026-05-29T00:05:31.224Z Downloaded smf v0.2.3
10342026-05-29T00:05:31.224Z Downloaded serde_with_macros v3.17.0
10352026-05-29T00:05:31.229Z Downloaded sync-ptr v0.1.4
10362026-05-29T00:05:31.229Z Downloaded tagptr v0.2.0
10372026-05-29T00:05:31.229Z Downloaded rayon-core v1.13.0
10382026-05-29T00:05:31.232Z Downloaded nom v7.1.3
10392026-05-29T00:05:31.232Z Downloaded stacker v0.1.23
10402026-05-29T00:05:31.235Z Downloaded static_assertions v1.1.0
10412026-05-29T00:05:31.236Z Downloaded num-bigint v0.4.6
10422026-05-29T00:05:31.240Z Downloaded ryu v1.0.23
10432026-05-29T00:05:31.240Z Downloaded tokio-macros v2.7.0
10442026-05-29T00:05:31.240Z Downloaded thread-id v5.1.0
10452026-05-29T00:05:31.244Z Downloaded tinyvec_macros v0.1.1
10462026-05-29T00:05:31.244Z Downloaded thiserror-impl-no-std v2.0.2
10472026-05-29T00:05:31.244Z Downloaded testing_table v0.3.0
10482026-05-29T00:05:31.244Z Downloaded slog-term v2.9.2
10492026-05-29T00:05:31.247Z Downloaded simd-adler32 v0.3.8
10502026-05-29T00:05:31.247Z Downloaded string_cache v0.8.9
10512026-05-29T00:05:31.251Z Downloaded hashbrown v0.15.5
10522026-05-29T00:05:31.254Z Downloaded quinn v0.11.9
10532026-05-29T00:05:31.257Z Downloaded ron v0.8.1
10542026-05-29T00:05:31.260Z Downloaded qorb v0.4.1
10552026-05-29T00:05:31.264Z Downloaded strum_macros v0.27.2
10562026-05-29T00:05:31.264Z Downloaded serde_cbor v0.11.2
10572026-05-29T00:05:31.268Z Downloaded publicsuffix v2.3.0
10582026-05-29T00:05:31.268Z Downloaded strum_macros v0.26.4
10592026-05-29T00:05:31.271Z Downloaded strum_macros v0.24.3
10602026-05-29T00:05:31.271Z Downloaded strum v0.27.2
10612026-05-29T00:05:31.271Z Downloaded slog-stdlog v4.1.1
10622026-05-29T00:05:31.275Z Downloaded mio v1.2.0
10632026-05-29T00:05:31.278Z Downloaded support-bundle-viewer v0.1.2
10642026-05-29T00:05:31.278Z Downloaded termios v0.3.3
10652026-05-29T00:05:31.278Z Downloaded slog-scope v4.4.1
10662026-05-29T00:05:31.282Z Downloaded curve25519-dalek v4.1.3
10672026-05-29T00:05:31.284Z Downloaded tower-service v0.3.3
10682026-05-29T00:05:31.288Z Downloaded topological-sort v0.2.2
10692026-05-29T00:05:31.288Z Downloaded time-macros v0.2.27
10702026-05-29T00:05:31.292Z Downloaded thiserror-no-std v2.0.2
10712026-05-29T00:05:31.292Z Downloaded tower-layer v0.3.3
10722026-05-29T00:05:31.293Z Downloaded tiny-keccak v2.0.2
10732026-05-29T00:05:31.295Z Downloaded similar v2.7.0
10742026-05-29T00:05:31.296Z Downloaded trait-variant v0.1.2
10752026-05-29T00:05:31.298Z Downloaded spin v0.9.8
10762026-05-29T00:05:31.298Z Downloaded tls_codec v0.4.2
10772026-05-29T00:05:31.302Z Downloaded stringprep v0.1.5
10782026-05-29T00:05:31.302Z Downloaded rand v0.8.6
10792026-05-29T00:05:31.302Z Downloaded hyper v1.8.1
10802026-05-29T00:05:31.307Z Downloaded rustls-platform-verifier v0.6.2
10812026-05-29T00:05:31.309Z Downloaded tokio-native-tls v0.3.1
10822026-05-29T00:05:31.309Z Downloaded rsa v0.9.10
10832026-05-29T00:05:31.313Z Downloaded try-lock v0.2.5
10842026-05-29T00:05:31.316Z Downloaded tokio-rustls v0.25.0
10852026-05-29T00:05:31.316Z Downloaded tokio-dtrace v0.1.1
10862026-05-29T00:05:31.316Z Downloaded libxml v0.3.3
10872026-05-29T00:05:31.320Z Downloaded thread_local v1.1.9
10882026-05-29T00:05:31.324Z Downloaded iri-string v0.7.10
10892026-05-29T00:05:31.326Z Downloaded typify-macro v0.6.2
10902026-05-29T00:05:31.327Z Downloaded untrusted v0.9.0
10912026-05-29T00:05:31.327Z Downloaded term v0.7.0
10922026-05-29T00:05:31.330Z Downloaded untrusted v0.7.1
10932026-05-29T00:05:31.330Z Downloaded typify-macro v0.4.3
10942026-05-29T00:05:31.330Z Downloaded term v1.2.1
10952026-05-29T00:05:31.333Z Downloaded tokio-tungstenite v0.21.0
10962026-05-29T00:05:31.333Z Downloaded samael v0.0.19
10972026-05-29T00:05:31.337Z Downloaded unicode-truncate v1.1.0
10982026-05-29T00:05:31.340Z Downloaded tls_codec_derive v0.4.2
10992026-05-29T00:05:31.340Z Downloaded utf-8 v0.7.6
11002026-05-29T00:05:31.340Z Downloaded usdt-attr-macro v0.6.0
11012026-05-29T00:05:31.343Z Downloaded usdt v0.6.0
11022026-05-29T00:05:31.343Z Downloaded universal-hash v0.5.1
11032026-05-29T00:05:31.343Z Downloaded slog v2.8.2
11042026-05-29T00:05:31.346Z Downloaded unarray v0.1.4
11052026-05-29T00:05:31.346Z Downloaded schemars v0.9.0
11062026-05-29T00:05:31.353Z Downloaded num-bigint-dig v0.8.6
11072026-05-29T00:05:31.356Z Downloaded h2 v0.4.13
11082026-05-29T00:05:31.359Z Downloaded tokio-rustls v0.24.1
11092026-05-29T00:05:31.362Z Downloaded aho-corasick v1.1.4
11102026-05-29T00:05:31.365Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11112026-05-29T00:05:31.365Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-05-29T00:05:31.365Z Downloaded tokio-tungstenite v0.23.1
11132026-05-29T00:05:31.369Z Downloaded want v0.3.1
11142026-05-29T00:05:31.369Z Downloaded wait-timeout v0.2.1
11152026-05-29T00:05:31.369Z Downloaded void v1.0.2
11162026-05-29T00:05:31.369Z Downloaded signal-hook v0.3.18
11172026-05-29T00:05:31.372Z Downloaded socket2 v0.6.3
11182026-05-29T00:05:31.372Z Downloaded rustls-webpki v0.103.9
11192026-05-29T00:05:31.375Z Downloaded p521 v0.13.3
11202026-05-29T00:05:31.379Z Downloaded usdt-macro v0.6.0
11212026-05-29T00:05:31.379Z Downloaded itertools v0.12.1
11222026-05-29T00:05:31.382Z Downloaded waitgroup v0.1.2
11232026-05-29T00:05:31.382Z Downloaded xattr v1.6.1
11242026-05-29T00:05:31.385Z Downloaded toml_writer v1.0.6+spec-1.1.0
11252026-05-29T00:05:31.385Z Downloaded xshell-macros v0.2.7
11262026-05-29T00:05:31.385Z Downloaded rand v0.9.2
11272026-05-29T00:05:31.392Z Downloaded serde_yaml v0.9.34+deprecated
11282026-05-29T00:05:31.398Z Downloaded unit-prefix v0.5.2
11292026-05-29T00:05:31.401Z Downloaded tui-tree-widget v0.23.1
11302026-05-29T00:05:31.401Z Downloaded schemars v0.8.22
11312026-05-29T00:05:31.407Z Downloaded vergen-lib v9.1.0
11322026-05-29T00:05:31.411Z Downloaded itertools v0.13.0
11332026-05-29T00:05:31.414Z Downloaded vergen-lib v0.1.6
11342026-05-29T00:05:31.414Z Downloaded tracing-attributes v0.1.31
11352026-05-29T00:05:31.417Z Downloaded zone_cfg_derive v0.3.1
11362026-05-29T00:05:31.417Z Downloaded vergen-gitcl v1.0.8
11372026-05-29T00:05:31.417Z Downloaded socket2 v0.5.10
11382026-05-29T00:05:31.420Z Downloaded snafu v0.8.9
11392026-05-29T00:05:31.423Z Downloaded vsss-rs v3.3.4
11402026-05-29T00:05:31.423Z Downloaded walkdir v2.5.0
11412026-05-29T00:05:31.430Z Downloaded vergen-git2 v9.1.0
11422026-05-29T00:05:31.430Z Downloaded toml v0.7.8
11432026-05-29T00:05:31.433Z Downloaded tokio-stream v0.1.18
11442026-05-29T00:05:31.433Z Downloaded zeroize_derive v1.4.3
11452026-05-29T00:05:31.433Z Downloaded itertools v0.14.0
11462026-05-29T00:05:31.438Z Downloaded hkdf v0.12.4
11472026-05-29T00:05:31.444Z Downloaded iddqd v0.4.2
11482026-05-29T00:05:31.448Z Downloaded wyz v0.5.1
11492026-05-29T00:05:31.451Z Downloaded whoami v2.1.0
11502026-05-29T00:05:31.451Z Downloaded subprocess v0.2.15
11512026-05-29T00:05:31.458Z Downloaded tinyvec v1.10.0
11522026-05-29T00:05:31.458Z Downloaded uzers v0.12.2
11532026-05-29T00:05:31.461Z Downloaded zone v0.3.1
11542026-05-29T00:05:31.461Z Downloaded usdt-impl v0.6.0
11552026-05-29T00:05:31.461Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-05-29T00:05:31.461Z Downloaded vergen v9.1.0
11572026-05-29T00:05:31.467Z Downloaded rand v0.10.0
11582026-05-29T00:05:31.472Z Downloaded test-strategy v0.4.5
11592026-05-29T00:05:31.476Z Downloaded twox-hash v2.1.2
11602026-05-29T00:05:31.479Z Downloaded whoami v1.6.1
11612026-05-29T00:05:31.482Z Downloaded typify v0.4.3
11622026-05-29T00:05:31.489Z Downloaded zeroize v1.8.2
11632026-05-29T00:05:31.492Z Downloaded unicode-properties v0.1.4
11642026-05-29T00:05:31.496Z Downloaded schemars v1.2.1
11652026-05-29T00:05:31.504Z Downloaded zstd v0.13.3
11662026-05-29T00:05:31.507Z Downloaded reedline v0.40.0
11672026-05-29T00:05:31.510Z Downloaded zstd-safe v7.2.4
11682026-05-29T00:05:31.510Z Downloaded uuid v1.23.0
11692026-05-29T00:05:31.513Z Downloaded toml v1.0.6+spec-1.1.0
11702026-05-29T00:05:31.516Z Downloaded tokio-rustls v0.26.4
11712026-05-29T00:05:31.516Z Downloaded unsafe-libyaml v0.2.11
11722026-05-29T00:05:31.519Z Downloaded unicase v2.9.0
11732026-05-29T00:05:31.519Z Downloaded toml_edit v0.23.10+spec-1.0.0
11742026-05-29T00:05:31.523Z Downloaded tar v0.4.45
11752026-05-29T00:05:31.523Z Downloaded yasna v0.5.2
11762026-05-29T00:05:31.527Z Downloaded russh v0.45.0
11772026-05-29T00:05:31.530Z Downloaded ssh-key v0.6.7
11782026-05-29T00:05:31.530Z Downloaded zerocopy v0.6.6
11792026-05-29T00:05:31.533Z Downloaded vte v0.14.1
11802026-05-29T00:05:31.536Z Downloaded xshell v0.2.7
11812026-05-29T00:05:31.536Z Downloaded typify v0.6.2
11822026-05-29T00:05:31.539Z Downloaded tracing-core v0.1.36
11832026-05-29T00:05:31.542Z Downloaded futures-util v0.3.32
11842026-05-29T00:05:31.548Z Downloaded git2 v0.20.4
11852026-05-29T00:05:31.552Z Downloaded tungstenite v0.23.0
11862026-05-29T00:05:31.555Z Downloaded libm v0.2.16
11872026-05-29T00:05:31.565Z Downloaded blake3 v1.8.3
11882026-05-29T00:05:31.572Z Downloaded rpassword v7.4.0
11892026-05-29T00:05:31.575Z Downloaded aws-lc-rs v1.16.3
11902026-05-29T00:05:31.583Z Downloaded unicode_categories v0.1.1
11912026-05-29T00:05:31.586Z Downloaded reqwest v0.12.28
11922026-05-29T00:05:31.589Z Downloaded lalrpop v0.19.12
11932026-05-29T00:05:31.594Z Downloaded steno v0.4.1
11942026-05-29T00:05:31.597Z Downloaded serde_with v1.14.0
11952026-05-29T00:05:31.600Z Downloaded rustyline v14.0.0
11962026-05-29T00:05:31.604Z Downloaded zip v0.6.6
11972026-05-29T00:05:31.607Z Downloaded quick-xml v0.37.5
11982026-05-29T00:05:31.610Z Downloaded tungstenite v0.21.0
11992026-05-29T00:05:31.610Z Downloaded tokio-postgres v0.7.16
12002026-05-29T00:05:31.616Z Downloaded unicode-bidi v0.3.18
12012026-05-29T00:05:31.623Z Downloaded zerocopy-derive v0.8.40
12022026-05-29T00:05:31.635Z Downloaded zopfli v0.8.3
12032026-05-29T00:05:31.635Z Downloaded bindgen v0.71.1
12042026-05-29T00:05:31.649Z Downloaded proptest v1.10.0
12052026-05-29T00:05:31.653Z Downloaded tokio-util v0.7.18
12062026-05-29T00:05:31.658Z Downloaded x509-cert v0.2.5
12072026-05-29T00:05:31.666Z Downloaded yansi v1.0.1
12082026-05-29T00:05:31.670Z Downloaded chrono v0.4.44
12092026-05-29T00:05:31.671Z Downloaded serde_with v3.17.0
12102026-05-29T00:05:31.676Z Downloaded toml_edit v0.19.15
12112026-05-29T00:05:31.684Z Downloaded zip v4.6.1
12122026-05-29T00:05:31.688Z Downloaded tower v0.5.3
12132026-05-29T00:05:31.691Z Downloaded unicode-normalization v0.1.25
12142026-05-29T00:05:31.694Z Downloaded rustls-webpki v0.102.8
12152026-05-29T00:05:31.705Z Downloaded reqwest v0.13.2
12162026-05-29T00:05:31.708Z Downloaded rayon v1.11.0
12172026-05-29T00:05:31.713Z Downloaded unicode-segmentation v1.12.0
12182026-05-29T00:05:31.717Z Downloaded p384 v0.13.1
12192026-05-29T00:05:31.720Z Downloaded portable-atomic v1.13.1
12202026-05-29T00:05:31.725Z Downloaded object v0.30.4
12212026-05-29T00:05:31.735Z Downloaded rustls-webpki v0.101.7
12222026-05-29T00:05:31.744Z Downloaded winnow v0.5.40
12232026-05-29T00:05:31.751Z Downloaded winnow v0.6.26
12242026-05-29T00:05:31.757Z Downloaded typed-path v0.9.3
12252026-05-29T00:05:31.762Z Downloaded dropshot v0.17.0
12262026-05-29T00:05:31.773Z Downloaded salty v0.3.0
12272026-05-29T00:05:31.776Z Downloaded rustls v0.21.12
12282026-05-29T00:05:31.783Z Downloaded moka v0.12.13
12292026-05-29T00:05:31.788Z Downloaded regex v1.12.3
12302026-05-29T00:05:31.794Z Downloaded petname v2.0.2
12312026-05-29T00:05:31.797Z Downloaded object v0.37.3
12322026-05-29T00:05:31.804Z Downloaded tower-http v0.6.8
12332026-05-29T00:05:31.817Z Downloaded webpki-roots v1.0.6
12342026-05-29T00:05:31.829Z Downloaded rustls v0.22.4
12352026-05-29T00:05:31.839Z Downloaded regress v0.10.5
12362026-05-29T00:05:31.846Z Downloaded smoltcp v0.11.0
12372026-05-29T00:05:31.850Z Downloaded zerocopy v0.8.40
12382026-05-29T00:05:31.857Z Downloaded tough v0.22.0
12392026-05-29T00:05:31.860Z Downloaded rustix v0.38.44
12402026-05-29T00:05:31.876Z Downloaded quinn-proto v0.11.13
12412026-05-29T00:05:31.879Z Downloaded openapiv3 v2.2.0
12422026-05-29T00:05:31.884Z Downloaded polar-core v0.27.3
12432026-05-29T00:05:31.890Z Downloaded diesel v2.3.7
12442026-05-29T00:05:31.903Z Downloaded openssl v0.10.79
12452026-05-29T00:05:31.908Z Downloaded regress v0.11.1
12462026-05-29T00:05:31.913Z Downloaded radix_trie v0.2.1
12472026-05-29T00:05:31.916Z Downloaded bstr v1.12.1
12482026-05-29T00:05:31.932Z Downloaded nix v0.27.1
12492026-05-29T00:05:31.935Z Downloaded tabled v0.20.0
12502026-05-29T00:05:31.939Z Downloaded time v0.3.47
12512026-05-29T00:05:31.947Z Downloaded sqlparser v0.61.0
12522026-05-29T00:05:31.954Z Downloaded regex-syntax v0.6.29
12532026-05-29T00:05:31.957Z Downloaded nix v0.28.0
12542026-05-29T00:05:31.960Z Downloaded zlib-rs v0.6.2
12552026-05-29T00:05:31.965Z Downloaded vcpkg v0.2.15
12562026-05-29T00:05:31.987Z Downloaded tracing v0.1.44
12572026-05-29T00:05:31.999Z Downloaded typify-impl v0.4.3
12582026-05-29T00:05:32.008Z Downloaded smoltcp v0.9.1
12592026-05-29T00:05:32.014Z Downloaded hickory-proto v0.24.4
12602026-05-29T00:05:32.022Z Downloaded regex-syntax v0.8.10
12612026-05-29T00:05:32.026Z Downloaded nix v0.31.2
12622026-05-29T00:05:32.049Z Downloaded zerocopy-derive v0.6.6
12632026-05-29T00:05:32.054Z Downloaded hickory-proto v0.25.2
12642026-05-29T00:05:32.054Z Downloaded rustls v0.23.37
12652026-05-29T00:05:32.059Z Downloaded csv v1.4.0
12662026-05-29T00:05:32.068Z Downloaded goblin v0.10.5
12672026-05-29T00:05:32.100Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12682026-05-29T00:05:32.111Z Downloaded sha3 v0.10.8
12692026-05-29T00:05:32.141Z Downloaded sled v0.34.7
12702026-05-29T00:05:32.147Z Downloaded typify-impl v0.6.2
12712026-05-29T00:05:32.157Z Downloaded encoding_rs v0.8.35
12722026-05-29T00:05:32.169Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-29T00:05:32.183Z Downloaded ratatui v0.29.0
12742026-05-29T00:05:32.197Z Downloaded libgit2-sys v0.18.3+1.9.2
12752026-05-29T00:05:32.242Z Downloaded regex-automata v0.4.14
12762026-05-29T00:05:32.270Z Downloaded petgraph v0.6.5
12772026-05-29T00:05:32.279Z Downloaded chrono-tz v0.10.4
12782026-05-29T00:05:32.289Z Downloaded jiff v0.2.21
12792026-05-29T00:05:32.309Z Downloaded libz-sys v1.1.24
12802026-05-29T00:05:32.323Z Downloaded petgraph v0.8.3
12812026-05-29T00:05:32.349Z Downloaded tokio v1.52.1
12822026-05-29T00:05:32.430Z Downloaded ring v0.17.14
12832026-05-29T00:05:32.931Z Downloaded aws-lc-sys v0.40.0
12842026-05-29T00:05:33.176Z Compiling libc v0.2.185
12852026-05-29T00:05:33.176Z Compiling serde v1.0.228
12862026-05-29T00:05:33.179Z Compiling log v0.4.29
12872026-05-29T00:05:33.179Z Compiling find-msvc-tools v0.1.9
12882026-05-29T00:05:33.179Z Compiling shlex v1.3.0
12892026-05-29T00:05:33.179Z Compiling smallvec v1.15.1
12902026-05-29T00:05:33.179Z Compiling typenum v1.19.0
12912026-05-29T00:05:33.180Z Compiling subtle v2.6.1
12922026-05-29T00:05:33.337Z Compiling generic-array v0.14.7
12932026-05-29T00:05:33.341Z Compiling scopeguard v1.2.0
12942026-05-29T00:05:33.380Z Compiling const-oid v0.9.6
12952026-05-29T00:05:33.442Z Compiling serde_json v1.0.149
12962026-05-29T00:05:33.454Z Compiling syn v2.0.117
12972026-05-29T00:05:33.460Z Compiling zerocopy v0.8.40
12982026-05-29T00:05:33.460Z Compiling portable-atomic v1.13.1
12992026-05-29T00:05:33.468Z Compiling parking_lot_core v0.9.12
13002026-05-29T00:05:33.539Z Compiling lock_api v0.4.14
13012026-05-29T00:05:33.556Z Compiling pin-project-lite v0.2.17
13022026-05-29T00:05:33.568Z Compiling pkg-config v0.3.32
13032026-05-29T00:05:33.587Z Compiling bitflags v2.11.0
13042026-05-29T00:05:33.603Z Compiling libm v0.2.16
13052026-05-29T00:05:33.662Z Compiling critical-section v1.2.0
13062026-05-29T00:05:33.678Z Compiling futures-core v0.3.32
13072026-05-29T00:05:33.707Z Compiling num-traits v0.2.19
13082026-05-29T00:05:33.744Z Compiling percent-encoding v2.3.2
13092026-05-29T00:05:33.824Z Compiling futures-sink v0.3.32
13102026-05-29T00:05:33.827Z Compiling slab v0.4.12
13112026-05-29T00:05:33.869Z Compiling futures-task v0.3.32
13122026-05-29T00:05:33.872Z Compiling cpufeatures v0.2.17
13132026-05-29T00:05:33.915Z Compiling getrandom v0.4.1
13142026-05-29T00:05:33.955Z Compiling futures-channel v0.3.32
13152026-05-29T00:05:33.984Z Compiling futures-io v0.3.32
13162026-05-29T00:05:34.013Z Compiling rand_core v0.10.0
13172026-05-29T00:05:34.016Z Compiling indexmap v2.14.0
13182026-05-29T00:05:34.070Z Compiling getrandom v0.3.4
13192026-05-29T00:05:34.084Z Compiling rustversion v1.0.22
13202026-05-29T00:05:34.159Z Compiling form_urlencoded v1.2.2
13212026-05-29T00:05:34.173Z Compiling fs_extra v1.3.0
13222026-05-29T00:05:34.211Z Compiling dunce v1.0.5
13232026-05-29T00:05:34.214Z Compiling ident_case v1.0.1
13242026-05-29T00:05:34.214Z Compiling base64ct v1.8.3
13252026-05-29T00:05:34.263Z Compiling regex-syntax v0.8.10
13262026-05-29T00:05:34.316Z Compiling rustix v1.1.3
13272026-05-29T00:05:34.331Z Compiling getrandom v0.2.17
13282026-05-29T00:05:34.358Z Compiling jobserver v0.1.34
13292026-05-29T00:05:34.371Z Compiling errno v0.3.14
13302026-05-29T00:05:34.468Z Compiling mio v1.2.0
13312026-05-29T00:05:34.482Z Compiling rand_core v0.6.4
13322026-05-29T00:05:34.498Z Compiling signal-hook-registry v1.4.8
13332026-05-29T00:05:34.545Z Compiling once_cell v1.21.3
13342026-05-29T00:05:34.559Z Compiling socket2 v0.6.3
13352026-05-29T00:05:34.583Z Compiling cc v1.2.56
13362026-05-29T00:05:34.649Z Compiling parking_lot v0.12.5
13372026-05-29T00:05:34.755Z Compiling pem-rfc7468 v0.7.0
13382026-05-29T00:05:34.795Z Compiling iana-time-zone v0.1.65
13392026-05-29T00:05:34.795Z Compiling flagset v0.4.7
13402026-05-29T00:05:34.833Z Compiling aws-lc-rs v1.16.3
13412026-05-29T00:05:34.972Z Compiling vcpkg v0.2.15
13422026-05-29T00:05:34.989Z Compiling uuid v1.23.0
13432026-05-29T00:05:34.989Z Compiling tracing-core v0.1.36
13442026-05-29T00:05:35.021Z Compiling rustc_version v0.4.1
13452026-05-29T00:05:35.052Z Compiling base64 v0.22.1
13462026-05-29T00:05:35.069Z Compiling untrusted v0.7.1
13472026-05-29T00:05:35.087Z Compiling openssl-probe v0.2.1
13482026-05-29T00:05:35.166Z Compiling rand_core v0.9.5
13492026-05-29T00:05:35.214Z Compiling httparse v1.10.1
13502026-05-29T00:05:35.236Z Compiling untrusted v0.9.0
13512026-05-29T00:05:35.264Z Compiling tinyvec_macros v0.1.1
13522026-05-29T00:05:35.296Z Compiling aho-corasick v1.1.4
13532026-05-29T00:05:35.355Z Compiling cmake v0.1.57
13542026-05-29T00:05:35.385Z Compiling tinyvec v1.10.0
13552026-05-29T00:05:35.401Z Compiling atomic-waker v1.1.2
13562026-05-29T00:05:35.418Z Compiling dyn-clone v1.0.20
13572026-05-29T00:05:35.418Z Compiling tower-service v0.3.3
13582026-05-29T00:05:35.473Z Compiling tower-layer v0.3.3
13592026-05-29T00:05:35.522Z Compiling try-lock v0.2.5
13602026-05-29T00:05:35.535Z Compiling rustls v0.23.37
13612026-05-29T00:05:35.564Z Compiling schemars v0.8.22
13622026-05-29T00:05:35.585Z Compiling foreign-types-shared v0.1.1
13632026-05-29T00:05:35.603Z Compiling pin-utils v0.1.0
13642026-05-29T00:05:35.650Z Compiling want v0.3.1
13652026-05-29T00:05:35.666Z Compiling openssl v0.10.79
13662026-05-29T00:05:35.694Z Compiling httpdate v1.0.3
13672026-05-29T00:05:35.698Z Compiling foreign-types v0.3.2
13682026-05-29T00:05:35.737Z Compiling unicode-normalization v0.1.25
13692026-05-29T00:05:35.751Z Compiling spin v0.9.8
13702026-05-29T00:05:35.768Z Compiling crc32fast v1.5.0
13712026-05-29T00:05:35.768Z Compiling num-conv v0.2.0
13722026-05-29T00:05:35.800Z Compiling powerfmt v0.2.0
13732026-05-29T00:05:35.800Z Compiling time-core v0.1.8
13742026-05-29T00:05:35.845Z Compiling native-tls v0.2.18
13752026-05-29T00:05:35.865Z Compiling wait-timeout v0.2.1
13762026-05-29T00:05:35.928Z Compiling sync_wrapper v1.0.2
13772026-05-29T00:05:35.942Z Compiling quick-error v1.2.3
13782026-05-29T00:05:35.956Z Compiling syn v1.0.109
13792026-05-29T00:05:35.975Z Compiling time-macros v0.2.27
13802026-05-29T00:05:35.989Z Compiling usdt-impl v0.6.0
13812026-05-29T00:05:36.013Z Compiling deranged v0.5.8
13822026-05-29T00:05:36.042Z Compiling crossbeam-utils v0.8.21
13832026-05-29T00:05:36.059Z Compiling bit-vec v0.8.0
13842026-05-29T00:05:36.074Z Compiling tempfile v3.25.0
13852026-05-29T00:05:36.094Z Compiling simd-adler32 v0.3.8
13862026-05-29T00:05:36.163Z Compiling regex-automata v0.4.14
13872026-05-29T00:05:36.178Z Compiling num_threads v0.1.7
13882026-05-29T00:05:36.222Z Compiling siphasher v1.0.2
13892026-05-29T00:05:36.240Z Compiling aws-lc-sys v0.40.0
13902026-05-29T00:05:36.253Z Compiling ring v0.17.14
13912026-05-29T00:05:36.302Z Compiling openssl-sys v0.9.115
13922026-05-29T00:05:36.313Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-05-29T00:05:36.385Z Compiling rusty-fork v0.3.1
13942026-05-29T00:05:36.398Z Compiling synstructure v0.13.2
13952026-05-29T00:05:36.414Z Compiling serde_derive_internals v0.29.1
13962026-05-29T00:05:36.414Z Compiling pest_generator v2.8.6
13972026-05-29T00:05:36.444Z Compiling darling_core v0.20.11
13982026-05-29T00:05:36.475Z Compiling darling_core v0.21.3
13992026-05-29T00:05:36.714Z Compiling bit-set v0.8.0
14002026-05-29T00:05:36.732Z Compiling bzip2-sys v0.1.13+1.0.8
14012026-05-29T00:05:37.043Z Compiling slog v2.8.2
14022026-05-29T00:05:37.058Z Compiling heapless v0.7.17
14032026-05-29T00:05:37.063Z Compiling rand_xorshift v0.4.0
14042026-05-29T00:05:37.105Z Compiling time v0.3.47
14052026-05-29T00:05:37.121Z Compiling thread-id v5.1.0
14062026-05-29T00:05:37.126Z Compiling cookie v0.18.1
14072026-05-29T00:05:37.166Z Compiling allocator-api2 v0.2.21
14082026-05-29T00:05:37.222Z Compiling ryu v1.0.23
14092026-05-29T00:05:37.251Z Compiling unicode-bidi v0.3.18
14102026-05-29T00:05:37.256Z Compiling unicode-properties v0.1.4
14112026-05-29T00:05:37.346Z Compiling adler2 v2.0.1
14122026-05-29T00:05:37.398Z Compiling paste v1.0.15
14132026-05-29T00:05:37.401Z Compiling signal-hook v0.3.18
14142026-05-29T00:05:37.509Z Compiling zstd-safe v7.2.4
14152026-05-29T00:05:37.527Z Compiling anyhow v1.0.102
14162026-05-29T00:05:37.543Z Compiling iri-string v0.7.10
14172026-05-29T00:05:37.559Z Compiling unarray v0.1.4
14182026-05-29T00:05:37.634Z Compiling miniz_oxide v0.8.9
14192026-05-29T00:05:37.688Z Compiling stringprep v0.1.5
14202026-05-29T00:05:37.892Z Compiling vergen-lib v9.1.0
14212026-05-29T00:05:38.107Z Compiling num-integer v0.1.46
14222026-05-29T00:05:38.121Z Compiling curve25519-dalek v4.1.3
14232026-05-29T00:05:38.164Z Compiling ff v0.13.1
14242026-05-29T00:05:38.191Z Compiling serde_derive v1.0.228
14252026-05-29T00:05:38.276Z Compiling zeroize_derive v1.4.3
14262026-05-29T00:05:38.319Z Compiling zerofrom-derive v0.1.6
14272026-05-29T00:05:38.345Z Compiling yoke-derive v0.8.1
14282026-05-29T00:05:38.456Z Compiling zerovec-derive v0.11.2
14292026-05-29T00:05:38.484Z Compiling zerocopy-derive v0.8.40
14302026-05-29T00:05:38.576Z Compiling displaydoc v0.2.5
14312026-05-29T00:05:38.807Z Compiling tokio-macros v2.7.0
14322026-05-29T00:05:38.845Z Compiling futures-macro v0.3.32
14332026-05-29T00:05:38.958Z Compiling zeroize v1.8.2
14342026-05-29T00:05:39.131Z Compiling der_derive v0.7.3
14352026-05-29T00:05:39.187Z Compiling rustls-pki-types v1.14.0
14362026-05-29T00:05:39.389Z Compiling tracing-attributes v0.1.31
14372026-05-29T00:05:39.583Z Compiling thiserror-impl v2.0.18
14382026-05-29T00:05:39.598Z Compiling schemars_derive v0.8.22
14392026-05-29T00:05:39.653Z Compiling crypto-common v0.1.7
14402026-05-29T00:05:39.669Z Compiling block-buffer v0.10.4
14412026-05-29T00:05:39.692Z Compiling block-padding v0.3.3
14422026-05-29T00:05:39.711Z Compiling futures-util v0.3.32
14432026-05-29T00:05:39.809Z Compiling zerofrom v0.1.6
14442026-05-29T00:05:39.823Z Compiling digest v0.10.7
14452026-05-29T00:05:39.859Z Compiling inout v0.1.4
14462026-05-29T00:05:39.878Z Compiling scroll_derive v0.13.1
14472026-05-29T00:05:39.953Z Compiling yoke v0.8.1
14482026-05-29T00:05:40.065Z Compiling hmac v0.12.1
14492026-05-29T00:05:40.094Z Compiling sha2 v0.10.9
14502026-05-29T00:05:40.146Z Compiling zerovec v0.11.5
14512026-05-29T00:05:40.162Z Compiling zerotrie v0.2.3
14522026-05-29T00:05:40.238Z Compiling cipher v0.4.4
14532026-05-29T00:05:40.442Z Compiling der v0.7.10
14542026-05-29T00:05:40.474Z Compiling salsa20 v0.10.2
14552026-05-29T00:05:40.526Z Compiling pbkdf2 v0.12.2
14562026-05-29T00:05:40.636Z Compiling tinystr v0.8.2
14572026-05-29T00:05:40.663Z Compiling potential_utf v0.1.4
14582026-05-29T00:05:40.685Z Compiling scrypt v0.11.0
14592026-05-29T00:05:40.739Z Compiling cbc v0.1.2
14602026-05-29T00:05:40.772Z Compiling tracing v0.1.44
14612026-05-29T00:05:40.852Z Compiling icu_locale_core v2.1.1
14622026-05-29T00:05:40.866Z Compiling icu_collections v2.1.1
14632026-05-29T00:05:40.905Z Compiling aes v0.8.4
14642026-05-29T00:05:40.905Z Compiling pest_derive v2.8.6
14652026-05-29T00:05:40.964Z Compiling scroll v0.13.0
14662026-05-29T00:05:40.987Z Compiling thiserror v2.0.18
14672026-05-29T00:05:41.062Z Compiling darling_macro v0.20.11
14682026-05-29T00:05:41.109Z Compiling openssl-macros v0.1.1
14692026-05-29T00:05:41.254Z Compiling goblin v0.10.5
14702026-05-29T00:05:41.368Z Compiling spki v0.7.3
14712026-05-29T00:05:41.397Z Compiling rustls-native-certs v0.8.3
14722026-05-29T00:05:41.549Z Compiling icu_provider v2.1.1
14732026-05-29T00:05:41.579Z Compiling pkcs5 v0.7.1
14742026-05-29T00:05:41.614Z Compiling darling v0.20.11
14752026-05-29T00:05:41.713Z Compiling bytes v1.11.1
14762026-05-29T00:05:41.731Z Compiling chrono v0.4.44
14772026-05-29T00:05:41.745Z Compiling ipnet v2.11.0
14782026-05-29T00:05:41.790Z Compiling derive_builder_core v0.20.2
14792026-05-29T00:05:41.812Z Compiling icu_properties v2.1.2
14802026-05-29T00:05:41.895Z Compiling icu_normalizer v2.1.1
14812026-05-29T00:05:41.912Z Compiling pkcs8 v0.10.2
14822026-05-29T00:05:42.025Z Compiling dtrace-parser v0.3.0
14832026-05-29T00:05:42.067Z Compiling signature v2.2.0
14842026-05-29T00:05:42.102Z Compiling webpki-roots v1.0.6
14852026-05-29T00:05:42.222Z Compiling tokio v1.52.1
14862026-05-29T00:05:42.252Z Compiling http v1.4.0
14872026-05-29T00:05:42.270Z Compiling scroll_derive v0.12.1
14882026-05-29T00:05:42.283Z Compiling thiserror-impl v1.0.69
14892026-05-29T00:05:42.396Z Compiling serde_tokenstream v0.2.3
14902026-05-29T00:05:42.507Z Compiling erased-serde v0.3.31
14912026-05-29T00:05:42.738Z Compiling idna_adapter v1.2.1
14922026-05-29T00:05:42.751Z Compiling derive_builder_macro v0.20.2
14932026-05-29T00:05:42.871Z Compiling idna v1.1.0
14942026-05-29T00:05:42.914Z Compiling http-body v1.0.1
14952026-05-29T00:05:43.003Z Compiling ppv-lite86 v0.2.21
14962026-05-29T00:05:43.016Z Compiling scroll v0.12.0
14972026-05-29T00:05:43.033Z Compiling http-body-util v0.1.3
14982026-05-29T00:05:43.072Z Compiling toml_datetime v0.6.11
14992026-05-29T00:05:43.213Z Compiling url v2.5.8
15002026-05-29T00:05:43.228Z Compiling serde_urlencoded v0.7.1
15012026-05-29T00:05:43.231Z Compiling serde_spanned v0.6.9
15022026-05-29T00:05:43.259Z Compiling md-5 v0.10.6
15032026-05-29T00:05:43.287Z Compiling darling_macro v0.21.3
15042026-05-29T00:05:43.318Z Compiling rand_chacha v0.9.0
15052026-05-29T00:05:43.357Z Compiling rand_chacha v0.3.1
15062026-05-29T00:05:43.370Z Compiling bstr v1.12.1
15072026-05-29T00:05:43.407Z Compiling zerocopy-derive v0.7.35
15082026-05-29T00:05:43.449Z Compiling async-trait v0.1.89
15092026-05-29T00:05:43.477Z Compiling pin-project-internal v1.1.11
15102026-05-29T00:05:43.498Z Compiling hash32 v0.2.1
15112026-05-29T00:05:43.562Z Compiling rand v0.9.2
15122026-05-29T00:05:43.630Z Compiling thiserror v1.0.69
15132026-05-29T00:05:43.713Z Compiling memoffset v0.9.1
15142026-05-29T00:05:43.804Z Compiling encoding_rs v0.8.35
15152026-05-29T00:05:43.932Z Compiling rustix v0.38.44
15162026-05-29T00:05:44.047Z Compiling cfg_aliases v0.2.1
15172026-05-29T00:05:44.082Z Compiling num-bigint-dig v0.8.6
15182026-05-29T00:05:44.148Z Compiling dof v0.4.0
15192026-05-29T00:05:44.217Z Compiling proptest v1.10.0
15202026-05-29T00:05:44.296Z Compiling base16ct v0.2.0
15212026-05-29T00:05:44.313Z Compiling fallible-iterator v0.2.0
15222026-05-29T00:05:44.342Z Compiling litrs v1.0.0
15232026-05-29T00:05:44.401Z Compiling smoltcp v0.9.1
15242026-05-29T00:05:44.418Z Compiling zlib-rs v0.6.2
15252026-05-29T00:05:44.501Z Compiling psl-types v2.0.11
15262026-05-29T00:05:44.536Z Compiling mime v0.3.17
15272026-05-29T00:05:44.648Z Compiling ipnetwork v0.21.1
15282026-05-29T00:05:44.662Z Compiling ref-cast v1.0.25
15292026-05-29T00:05:44.665Z Compiling pin-project v1.1.11
15302026-05-29T00:05:44.755Z Compiling publicsuffix v2.3.0
15312026-05-29T00:05:44.792Z Compiling postgres-protocol v0.6.10
15322026-05-29T00:05:44.807Z Compiling sec1 v0.7.3
15332026-05-29T00:05:44.823Z Compiling zerocopy v0.7.35
15342026-05-29T00:05:44.948Z Compiling document-features v0.2.12
15352026-05-29T00:05:45.058Z Compiling oxnet v0.1.4
15362026-05-29T00:05:45.136Z Compiling nix v0.31.2
15372026-05-29T00:05:45.204Z Compiling darling v0.21.3
15382026-05-29T00:05:45.294Z Compiling rand v0.8.6
15392026-05-29T00:05:45.381Z Compiling derive_builder v0.20.2
15402026-05-29T00:05:45.385Z Compiling goblin v0.8.2
15412026-05-29T00:05:45.413Z Compiling hubpack_derive v0.1.1
15422026-05-29T00:05:45.475Z Compiling futures-executor v0.3.32
15432026-05-29T00:05:45.501Z Compiling hex v0.4.3
15442026-05-29T00:05:45.530Z Compiling hkdf v0.12.4
15452026-05-29T00:05:45.545Z Compiling crypto-bigint v0.5.5
15462026-05-29T00:05:45.576Z Compiling regex v1.12.3
15472026-05-29T00:05:45.713Z Compiling num-iter v0.1.45
15482026-05-29T00:05:45.756Z Compiling group v0.13.0
15492026-05-29T00:05:45.770Z Compiling strum_macros v0.27.2
15502026-05-29T00:05:45.795Z Compiling curve25519-dalek-derive v0.1.1
15512026-05-29T00:05:45.810Z Compiling snafu-derive v0.8.9
15522026-05-29T00:05:45.832Z Compiling daft-derive v0.1.7
15532026-05-29T00:05:45.848Z Compiling ref-cast-impl v1.0.25
15542026-05-29T00:05:46.182Z Compiling tokio-util v0.7.18
15552026-05-29T00:05:46.247Z Compiling tower v0.5.3
15562026-05-29T00:05:46.292Z Compiling tokio-native-tls v0.3.1
15572026-05-29T00:05:46.349Z Compiling phf_shared v0.13.1
15582026-05-29T00:05:46.434Z Compiling terminal_size v0.4.3
15592026-05-29T00:05:46.486Z Compiling lazy_static v1.5.0
15602026-05-29T00:05:46.489Z Compiling vergen v9.1.0
15612026-05-29T00:05:46.519Z Compiling cargo-platform v0.3.2
15622026-05-29T00:05:46.595Z Compiling newtype-uuid v1.3.2
15632026-05-29T00:05:46.611Z Compiling fs-err v3.3.0
15642026-05-29T00:05:46.616Z Compiling ahash v0.8.12
15652026-05-29T00:05:46.639Z Compiling bitflags v1.3.2
15662026-05-29T00:05:46.707Z Compiling tower-http v0.6.8
15672026-05-29T00:05:46.731Z Compiling bumpalo v3.20.2
15682026-05-29T00:05:46.746Z Compiling object v0.37.3
15692026-05-29T00:05:46.813Z Compiling managed v0.8.0
15702026-05-29T00:05:46.829Z Compiling foldhash v0.1.5
15712026-05-29T00:05:46.871Z Compiling winnow v0.5.40
15722026-05-29T00:05:46.968Z Compiling h2 v0.4.13
15732026-05-29T00:05:47.012Z Compiling same-file v1.0.6
15742026-05-29T00:05:47.021Z Compiling foldhash v0.2.0
15752026-05-29T00:05:47.046Z Compiling libbz2-rs-sys v0.2.2
15762026-05-29T00:05:47.060Z Compiling unicode-segmentation v1.12.0
15772026-05-29T00:05:47.137Z Compiling walkdir v2.5.0
15782026-05-29T00:05:47.193Z Compiling hashbrown v0.16.1
15792026-05-29T00:05:47.257Z Compiling flate2 v1.1.9
15802026-05-29T00:05:47.260Z Compiling clap_builder v4.5.60
15812026-05-29T00:05:47.535Z Compiling hashbrown v0.15.5
15822026-05-29T00:05:47.730Z Compiling dof v0.3.0
15832026-05-29T00:05:47.782Z Compiling bzip2 v0.6.1
15842026-05-29T00:05:47.796Z Compiling zopfli v0.8.3
15852026-05-29T00:05:47.863Z Compiling snafu v0.8.9
15862026-05-29T00:05:47.946Z Compiling strum v0.27.2
15872026-05-29T00:05:47.976Z Compiling daft v0.1.7
15882026-05-29T00:05:48.037Z Compiling cargo_metadata v0.23.1
15892026-05-29T00:05:48.104Z Compiling phf v0.13.1
15902026-05-29T00:05:48.166Z Compiling elliptic-curve v0.13.8
15912026-05-29T00:05:48.254Z Compiling toml_edit v0.19.15
15922026-05-29T00:05:48.297Z Compiling signal-hook-mio v0.2.5
15932026-05-29T00:05:48.425Z Compiling cookie_store v0.22.1
15942026-05-29T00:05:48.439Z Compiling hubpack v0.1.2
15952026-05-29T00:05:48.439Z Compiling usdt-macro v0.6.0
15962026-05-29T00:05:48.507Z Compiling usdt-attr-macro v0.6.0
15972026-05-29T00:05:48.527Z Compiling bzip2 v0.4.4
15982026-05-29T00:05:48.596Z Compiling futures v0.3.32
15992026-05-29T00:05:48.709Z Compiling zstd v0.13.3
16002026-05-29T00:05:48.758Z Compiling serde_with_macros v3.17.0
16012026-05-29T00:05:48.830Z Compiling postgres-types v0.2.12
16022026-05-29T00:05:49.000Z Compiling globset v0.4.18
16032026-05-29T00:05:49.067Z Compiling dtrace-parser v0.2.0
16042026-05-29T00:05:49.114Z Compiling ed25519 v2.2.3
16052026-05-29T00:05:49.250Z Compiling pkcs1 v0.7.5
16062026-05-29T00:05:49.367Z Compiling serde_plain v1.0.2
16072026-05-29T00:05:49.421Z Compiling serde-big-array v0.5.1
16082026-05-29T00:05:49.469Z Compiling olpc-cjson v0.1.4
16092026-05-29T00:05:49.589Z Compiling rfc6979 v0.4.0
16102026-05-29T00:05:49.604Z Compiling serde_repr v0.1.20
16112026-05-29T00:05:49.654Z Compiling async-recursion v1.1.1
16122026-05-29T00:05:49.679Z Compiling strum_macros v0.26.4
16132026-05-29T00:05:49.728Z Compiling clap_derive v4.5.55
16142026-05-29T00:05:49.742Z Compiling enum-as-inner v0.6.1
16152026-05-29T00:05:49.861Z Compiling phf_shared v0.11.3
16162026-05-29T00:05:49.949Z Compiling float-cmp v0.10.0
16172026-05-29T00:05:49.964Z Compiling pem v3.0.6
16182026-05-29T00:05:50.069Z Compiling hyper v1.8.1
16192026-05-29T00:05:50.072Z Compiling memmap2 v0.9.10
16202026-05-29T00:05:50.119Z Compiling thread-id v4.2.2
16212026-05-29T00:05:50.181Z Compiling env_filter v1.0.0
16222026-05-29T00:05:50.226Z Compiling jiff v0.2.21
16232026-05-29T00:05:50.289Z Compiling either v1.15.0
16242026-05-29T00:05:50.349Z Compiling new_debug_unreachable v1.0.6
16252026-05-29T00:05:50.357Z Compiling precomputed-hash v0.1.1
16262026-05-29T00:05:50.368Z Compiling normalize-line-endings v0.3.0
16272026-05-29T00:05:50.425Z Compiling typed-path v0.9.3
16282026-05-29T00:05:50.445Z Compiling keccak v0.1.6
16292026-05-29T00:05:50.459Z Compiling whoami v2.1.0
16302026-05-29T00:05:50.488Z Compiling predicates-core v1.0.10
16312026-05-29T00:05:50.517Z Compiling fixedbitset v0.4.2
16322026-05-29T00:05:50.532Z Compiling fixedbitset v0.5.7
16332026-05-29T00:05:50.687Z Compiling data-encoding v2.10.0
16342026-05-29T00:05:50.770Z Compiling difflib v0.4.0
16352026-05-29T00:05:50.860Z Compiling static_assertions v1.1.0
16362026-05-29T00:05:50.872Z Compiling petgraph v0.8.3
16372026-05-29T00:05:50.945Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16382026-05-29T00:05:50.997Z Compiling predicates v3.1.4
16392026-05-29T00:05:51.086Z Compiling hickory-proto v0.25.2
16402026-05-29T00:05:51.266Z Compiling hyper-util v0.1.20
16412026-05-29T00:05:51.282Z Compiling tokio-postgres v0.7.16
16422026-05-29T00:05:51.359Z Compiling petgraph v0.6.5
16432026-05-29T00:05:51.422Z Compiling sha3 v0.10.8
16442026-05-29T00:05:51.536Z Compiling strum v0.26.3
16452026-05-29T00:05:51.597Z Compiling clap v4.5.60
16462026-05-29T00:05:51.676Z Compiling itertools v0.13.0
16472026-05-29T00:05:51.695Z Compiling string_cache v0.8.9
16482026-05-29T00:05:51.712Z Compiling env_logger v0.11.9
16492026-05-29T00:05:51.730Z Compiling usdt v0.6.0
16502026-05-29T00:05:51.733Z Compiling toml_edit v0.22.27
16512026-05-29T00:05:51.903Z Compiling usdt-impl v0.5.0
16522026-05-29T00:05:51.946Z Compiling serde_with v3.17.0
16532026-05-29T00:05:52.023Z Compiling ecdsa v0.16.9
16542026-05-29T00:05:52.105Z Compiling crossterm v0.28.1
16552026-05-29T00:05:52.475Z Compiling toml v0.7.8
16562026-05-29T00:05:52.557Z Compiling rsa v0.9.10
16572026-05-29T00:05:52.901Z Compiling hyper-tls v0.6.0
16582026-05-29T00:05:52.931Z Compiling zip v4.6.1
16592026-05-29T00:05:52.981Z Compiling ed25519-dalek v2.2.0
16602026-05-29T00:05:53.165Z Compiling zip v0.6.6
16612026-05-29T00:05:53.474Z Compiling iddqd v0.4.2
16622026-05-29T00:05:53.797Z Compiling heck v0.4.1
16632026-05-29T00:05:53.800Z Compiling similar v2.7.0
16642026-05-29T00:05:53.835Z Compiling toml_parser v1.0.9+spec-1.1.0
16652026-05-29T00:05:53.850Z Compiling tokio-stream v0.1.18
16662026-05-29T00:05:53.866Z Compiling buf-list v1.1.2
16672026-05-29T00:05:53.933Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-05-29T00:05:53.973Z Compiling openapiv3 v2.2.0
16692026-05-29T00:05:54.070Z Compiling x509-cert v0.2.5
16702026-05-29T00:05:54.169Z Compiling sha1 v0.10.6
16712026-05-29T00:05:54.268Z Compiling crossbeam-epoch v0.9.18
16722026-05-29T00:05:54.365Z Compiling peg-runtime v0.8.5
16732026-05-29T00:05:54.419Z Compiling lalrpop-util v0.19.12
16742026-05-29T00:05:54.510Z Compiling thread_local v1.1.9
16752026-05-29T00:05:54.564Z Compiling slog-async v2.8.0
16762026-05-29T00:05:54.583Z Compiling crossbeam-channel v0.5.15
16772026-05-29T00:05:54.621Z Compiling is-terminal v0.4.17
16782026-05-29T00:05:54.637Z Compiling filetime v0.2.27
16792026-05-29T00:05:54.673Z Compiling xattr v1.6.1
16802026-05-29T00:05:54.707Z Compiling term v1.2.1
16812026-05-29T00:05:54.723Z Compiling take_mut v0.2.2
16822026-05-29T00:05:54.820Z Compiling tar v0.4.45
16832026-05-29T00:05:55.057Z Compiling slog-term v2.9.2
16842026-05-29T00:06:12.595Z Compiling rustls-webpki v0.103.9
16852026-05-29T00:06:15.420Z Compiling tokio-rustls v0.26.4
16862026-05-29T00:06:15.420Z Compiling rustls-platform-verifier v0.6.2
16872026-05-29T00:06:15.616Z Compiling hyper-rustls v0.27.7
16882026-05-29T00:06:15.797Z Compiling reqwest v0.12.28
16892026-05-29T00:06:15.797Z Compiling reqwest v0.13.2
16902026-05-29T00:06:17.026Z Compiling tough v0.22.0
16912026-05-29T00:06:19.541Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-05-29T00:06:19.779Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-05-29T00:06:22.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.77s
16942026-05-29T00:06:22.789Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952026-05-29T00:06:22.848ZMay 29 00:06:21.493 INFO Starting download, target: Clickhouse
16962026-05-29T00:06:22.848ZMay 29 00:06:21.494 INFO Starting download, target: Console
16972026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Starting download, target: Cockroach
16982026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Starting download, target: DendriteStub
16992026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Starting download, target: MaghemiteMgd
17002026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Starting download, target: TransceiverControl
17012026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17032026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-05-29T00:06:22.852ZMay 29 00:06:21.494 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-05-29T00:06:23.195ZMay 29 00:06:21.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-05-29T00:06:23.443ZMay 29 00:06:22.045 INFO Download complete, target: TransceiverControl
17092026-05-29T00:06:23.983ZMay 29 00:06:22.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-05-29T00:06:24.115ZMay 29 00:06:22.744 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17112026-05-29T00:06:24.228ZMay 29 00:06:22.812 INFO Download complete, target: Console
17122026-05-29T00:06:24.913ZMay 29 00:06:23.448 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-05-29T00:06:24.939ZMay 29 00:06:23.562 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17142026-05-29T00:06:26.541ZMay 29 00:06:25.184 INFO Download complete, target: DendriteStub
17152026-05-29T00:06:26.726ZMay 29 00:06:25.362 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-05-29T00:06:26.726ZMay 29 00:06:25.363 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-05-29T00:06:27.330ZMay 29 00:06:25.976 INFO Download complete, target: MaghemiteMgd
17182026-05-29T00:06:31.644ZMay 29 00:06:30.188 INFO Checking that binary works, target: Cockroach
17192026-05-29T00:06:31.696ZMay 29 00:06:30.310 INFO Download complete, target: Cockroach
17202026-05-29T00:06:32.095ZMay 29 00:06:30.594 INFO Checking that binary works, target: Clickhouse
17212026-05-29T00:06:32.121ZMay 29 00:06:30.687 INFO Download complete, target: Clickhouse
17222026-05-29T00:06:32.121ZAll prerequisites installed successfully
17232026-05-29T00:06:32.121Z
17242026-05-29T00:06:32.121Zreal 2:04.214864693
17252026-05-29T00:06:32.121Zuser 6:59.414103257
17262026-05-29T00:06:32.121Zsys 1:44.120248085
17272026-05-29T00:06:32.121Ztrap 0.258509991
17282026-05-29T00:06:32.121Ztflt 1.906840874
17292026-05-29T00:06:32.122Zdflt 2.707205002
17302026-05-29T00:06:32.122Zkflt 0.040445008
17312026-05-29T00:06:32.122Zlock 23:02.705084801
17322026-05-29T00:06:32.122Zslp 19:27.767238721
17332026-05-29T00:06:32.122Zlat 23.107141005
17342026-05-29T00:06:32.122Zstop 2:52.695078338
17352026-05-29T00:06:32.122Z+ ptime -m cargo xtask download softnpu
17362026-05-29T00:06:32.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17372026-05-29T00:06:32.657Z Running `target/debug/xtask download softnpu`
17382026-05-29T00:06:33.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17392026-05-29T00:06:33.471Z Running `target/debug/xtask-downloader softnpu`
17402026-05-29T00:06:33.515ZMay 29 00:06:32.151 INFO Starting download, target: Softnpu
17412026-05-29T00:06:33.545ZMay 29 00:06:32.152 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17422026-05-29T00:06:34.430ZMay 29 00:06:33.077 INFO Download complete, target: Softnpu
17432026-05-29T00:06:34.434Z
17442026-05-29T00:06:34.440Zreal 2.380603631
17452026-05-29T00:06:34.440Zuser 1.363213466
17462026-05-29T00:06:34.441Zsys 0.673091871
17472026-05-29T00:06:34.441Ztrap 0.000923230
17482026-05-29T00:06:34.441Ztflt 0.000072790
17492026-05-29T00:06:34.441Zdflt 0.000362060
17502026-05-29T00:06:34.441Zkflt 0.000000000
17512026-05-29T00:06:34.441Zlock 16.790793092
17522026-05-29T00:06:34.441Zslp 0.777980111
17532026-05-29T00:06:34.441Zlat 0.079551804
17542026-05-29T00:06:34.441Zstop 0.000173490
17552026-05-29T00:06:34.441Z+ export CARGO_INCREMENTAL=0
17562026-05-29T00:06:34.441Z+ CARGO_INCREMENTAL=0
17572026-05-29T00:06:34.441Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17582026-05-29T00:06:35.339Z Compiling proc-macro2 v1.0.106
17592026-05-29T00:06:35.339Z Compiling quote v1.0.45
17602026-05-29T00:06:35.339Z Compiling unicode-ident v1.0.24
17612026-05-29T00:06:35.339Z Compiling libc v0.2.185
17622026-05-29T00:06:35.342Z Compiling serde_core v1.0.228
17632026-05-29T00:06:35.342Z Compiling serde v1.0.228
17642026-05-29T00:06:35.342Z Compiling cfg-if v1.0.4
17652026-05-29T00:06:35.342Z Compiling version_check v0.9.5
17662026-05-29T00:06:35.342Z Compiling shlex v1.3.0
17672026-05-29T00:06:35.342Z Compiling find-msvc-tools v0.1.9
17682026-05-29T00:06:35.502Z Compiling typenum v1.19.0
17692026-05-29T00:06:35.544Z Compiling zmij v1.0.21
17702026-05-29T00:06:35.547Z Compiling autocfg v1.5.0
17712026-05-29T00:06:35.547Z Compiling memchr v2.8.0
17722026-05-29T00:06:35.547Z Compiling serde_json v1.0.149
17732026-05-29T00:06:35.840Z Compiling portable-atomic v1.13.1
17742026-05-29T00:06:35.859Z Compiling libm v0.2.16
17752026-05-29T00:06:35.881Z Compiling generic-array v0.14.7
17762026-05-29T00:06:35.895Z Compiling zerocopy v0.8.40
17772026-05-29T00:06:35.897Z Compiling parking_lot_core v0.9.12
17782026-05-29T00:06:35.928Z Compiling smallvec v1.15.1
17792026-05-29T00:06:35.989Z Compiling icu_properties_data v2.1.2
17802026-05-29T00:06:36.647Z Compiling num-traits v0.2.19
17812026-05-29T00:06:36.667Z Compiling icu_normalizer_data v2.1.1
17822026-05-29T00:06:36.667Z Compiling itoa v1.0.17
17832026-05-29T00:06:36.667Z Compiling getrandom v0.4.1
17842026-05-29T00:06:36.667Z Compiling log v0.4.29
17852026-05-29T00:06:36.667Z Compiling stable_deref_trait v1.2.1
17862026-05-29T00:06:36.667Z Compiling pkg-config v0.3.32
17872026-05-29T00:06:36.668Z Compiling subtle v2.6.1
17882026-05-29T00:06:36.668Z Compiling jobserver v0.1.34
17892026-05-29T00:06:36.668Z Compiling getrandom v0.2.17
17902026-05-29T00:06:36.668Z Compiling scopeguard v1.2.0
17912026-05-29T00:06:36.668Z Compiling errno v0.3.14
17922026-05-29T00:06:36.681Z Compiling lock_api v0.4.14
17932026-05-29T00:06:36.700Z Compiling rand_core v0.6.4
17942026-05-29T00:06:40.086Z Compiling cc v1.2.56
17952026-05-29T00:06:40.098Z Compiling writeable v0.6.2
17962026-05-29T00:06:40.098Z Compiling litemap v0.8.1
17972026-05-29T00:06:40.098Z Compiling percent-encoding v2.3.2
17982026-05-29T00:06:40.098Z Compiling syn v2.0.117
17992026-05-29T00:06:40.099Z Compiling pin-project-lite v0.2.17
18002026-05-29T00:06:40.099Z Compiling fnv v1.0.7
18012026-05-29T00:06:40.099Z Compiling thiserror v2.0.18
18022026-05-29T00:06:40.099Z Compiling getrandom v0.3.4
18032026-05-29T00:06:40.099Z Compiling equivalent v1.0.2
18042026-05-29T00:06:40.099Z Compiling dunce v1.0.5
18052026-05-29T00:06:40.099Z Compiling fs_extra v1.3.0
18062026-05-29T00:06:40.099Z Compiling rustversion v1.0.22
18072026-05-29T00:06:40.099Z Compiling utf8_iter v1.0.4
18082026-05-29T00:06:40.099Z Compiling schemars v0.8.22
18092026-05-29T00:06:40.099Z Compiling rand_core v0.10.0
18102026-05-29T00:06:40.099Z Compiling form_urlencoded v1.2.2
18112026-05-29T00:06:40.099Z Compiling critical-section v1.2.0
18122026-05-29T00:06:40.100Z Compiling cmake v0.1.57
18132026-05-29T00:06:40.100Z Compiling signal-hook-registry v1.4.8
18142026-05-29T00:06:40.100Z Compiling rustix v1.1.3
18152026-05-29T00:06:40.100Z Compiling hashbrown v0.17.0
18162026-05-29T00:06:40.100Z Compiling socket2 v0.6.3
18172026-05-29T00:06:40.100Z Compiling mio v1.2.0
18182026-05-29T00:06:40.100Z Compiling semver v1.0.28
18192026-05-29T00:06:40.100Z Compiling once_cell v1.21.3
18202026-05-29T00:06:40.100Z Compiling parking_lot v0.12.5
18212026-05-29T00:06:40.100Z Compiling bitflags v2.11.0
18222026-05-29T00:06:40.100Z Compiling ring v0.17.14
18232026-05-29T00:06:40.100Z Compiling aws-lc-sys v0.40.0
18242026-05-29T00:06:40.100Z Compiling indexmap v2.14.0
18252026-05-29T00:06:40.100Z Compiling const-oid v0.9.6
18262026-05-29T00:06:40.100Z Compiling heck v0.5.0
18272026-05-29T00:06:40.100Z Compiling aws-lc-rs v1.16.3
18282026-05-29T00:06:40.100Z Compiling futures-core v0.3.32
18292026-05-29T00:06:40.100Z Compiling httparse v1.10.1
18302026-05-29T00:06:40.101Z Compiling vcpkg v0.2.15
18312026-05-29T00:06:40.101Z Compiling thiserror v1.0.69
18322026-05-29T00:06:40.101Z Compiling strsim v0.11.1
18332026-05-29T00:06:40.101Z Compiling iana-time-zone v0.1.65
18342026-05-29T00:06:40.101Z Compiling ucd-trie v0.1.7
18352026-05-29T00:06:40.101Z Compiling byteorder v1.5.0
18362026-05-29T00:06:40.101Z Compiling ident_case v1.0.1
18372026-05-29T00:06:40.101Z Compiling syn v1.0.109
18382026-05-29T00:06:40.101Z Compiling regex-syntax v0.8.10
18392026-05-29T00:06:40.101Z Compiling pest v2.8.6
18402026-05-29T00:06:40.101Z Compiling uuid v1.23.0
18412026-05-29T00:06:40.101Z Compiling cpufeatures v0.2.17
18422026-05-29T00:06:40.101Z Compiling rustls v0.23.37
18432026-05-29T00:06:40.101Z Compiling openssl-sys v0.9.115
18442026-05-29T00:06:40.101Z Compiling futures-sink v0.3.32
18452026-05-29T00:06:40.102Z Compiling rustc_version v0.4.1
18462026-05-29T00:06:40.102Z Compiling slab v0.4.12
18472026-05-29T00:06:40.102Z Compiling futures-channel v0.3.32
18482026-05-29T00:06:40.102Z Compiling futures-task v0.3.32
18492026-05-29T00:06:40.102Z Compiling futures-io v0.3.32
18502026-05-29T00:06:40.102Z Compiling aho-corasick v1.1.4
18512026-05-29T00:06:40.102Z Compiling synstructure v0.13.2
18522026-05-29T00:06:40.102Z Compiling serde_derive_internals v0.29.1
18532026-05-29T00:06:40.102Z Compiling dyn-clone v1.0.20
18542026-05-29T00:06:40.102Z Compiling openssl v0.10.79
18552026-05-29T00:06:40.102Z Compiling base64 v0.22.1
18562026-05-29T00:06:40.196Z Compiling crc32fast v1.5.0
18572026-05-29T00:06:42.040Z Compiling pest_meta v2.8.6
18582026-05-29T00:06:42.062Z Compiling plain v0.2.3
18592026-05-29T00:06:42.063Z Compiling time-core v0.1.8
18602026-05-29T00:06:42.063Z Compiling crossbeam-utils v0.8.21
18612026-05-29T00:06:42.063Z Compiling num-conv v0.2.0
18622026-05-29T00:06:42.063Z Compiling time-macros v0.2.27
18632026-05-29T00:06:42.063Z Compiling native-tls v0.2.18
18642026-05-29T00:06:42.063Z Compiling regex-automata v0.4.14
18652026-05-29T00:06:42.097Z Compiling pretty-hex v0.4.1
18662026-05-29T00:06:42.097Z Compiling base64ct v1.8.3
18672026-05-29T00:06:42.097Z Compiling anyhow v1.0.102
18682026-05-29T00:06:42.097Z Compiling darling_core v0.21.3
18692026-05-29T00:06:42.097Z Compiling pest_generator v2.8.6
18702026-05-29T00:06:42.097Z Compiling tracing-core v0.1.36
18712026-05-29T00:06:42.097Z Compiling pem-rfc7468 v0.7.0
18722026-05-29T00:06:42.097Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18732026-05-29T00:06:42.097Z Compiling serde_derive v1.0.228
18742026-05-29T00:06:42.097Z Compiling zeroize_derive v1.4.3
18752026-05-29T00:06:42.097Z Compiling zerofrom-derive v0.1.6
18762026-05-29T00:06:42.097Z Compiling yoke-derive v0.8.1
18772026-05-29T00:06:42.097Z Compiling zerovec-derive v0.11.2
18782026-05-29T00:06:42.097Z Compiling displaydoc v0.2.5
18792026-05-29T00:06:42.097Z Compiling zerocopy-derive v0.8.40
18802026-05-29T00:06:42.097Z Compiling tokio-macros v2.7.0
18812026-05-29T00:06:42.098Z Compiling futures-macro v0.3.32
18822026-05-29T00:06:42.098Z Compiling zeroize v1.8.2
18832026-05-29T00:06:42.132Z Compiling thiserror-impl v2.0.18
18842026-05-29T00:06:42.580Z Compiling schemars_derive v0.8.22
18852026-05-29T00:06:42.606Z Compiling tracing-attributes v0.1.31
18862026-05-29T00:06:42.606Z Compiling der_derive v0.7.3
18872026-05-29T00:06:42.606Z Compiling zerofrom v0.1.6
18882026-05-29T00:06:42.606Z Compiling yoke v0.8.1
18892026-05-29T00:06:42.634Z Compiling crypto-common v0.1.7
18902026-05-29T00:06:42.787Z Compiling zerovec v0.11.5
18912026-05-29T00:06:42.798Z Compiling zerotrie v0.2.3
18922026-05-29T00:06:42.802Z Compiling block-buffer v0.10.4
18932026-05-29T00:06:43.615Z Compiling digest v0.10.7
18942026-05-29T00:06:43.639Z Compiling thiserror-impl v1.0.69
18952026-05-29T00:06:43.639Z Compiling pest_derive v2.8.6
18962026-05-29T00:06:43.639Z Compiling tinystr v0.8.2
18972026-05-29T00:06:43.639Z Compiling potential_utf v0.1.4
18982026-05-29T00:06:43.639Z Compiling futures-util v0.3.32
18992026-05-29T00:06:43.639Z Compiling hmac v0.12.1
19002026-05-29T00:06:43.639Z Compiling icu_locale_core v2.1.1
19012026-05-29T00:06:43.639Z Compiling icu_collections v2.1.1
19022026-05-29T00:06:44.026Z Compiling block-padding v0.3.3
19032026-05-29T00:06:44.030Z Compiling rustls-pki-types v1.14.0
19042026-05-29T00:06:44.145Z Compiling inout v0.1.4
19052026-05-29T00:06:44.161Z Compiling openssl-macros v0.1.1
19062026-05-29T00:06:44.267Z Compiling bytes v1.11.1
19072026-05-29T00:06:44.292Z Compiling icu_provider v2.1.1
19082026-05-29T00:06:44.315Z Compiling chrono v0.4.44
19092026-05-29T00:06:44.530Z Compiling serde_tokenstream v0.2.3
19102026-05-29T00:06:44.574Z Compiling icu_properties v2.1.2
19112026-05-29T00:06:44.617Z Compiling icu_normalizer v2.1.1
19122026-05-29T00:06:44.870Z Compiling tokio v1.52.1
19132026-05-29T00:06:45.228Z Compiling cipher v0.4.4
19142026-05-29T00:06:45.258Z Compiling sha2 v0.10.9
19152026-05-29T00:06:45.476Z Compiling idna_adapter v1.2.1
19162026-05-29T00:06:45.624Z Compiling idna v1.1.0
19172026-05-29T00:06:45.716Z Compiling ppv-lite86 v0.2.21
19182026-05-29T00:06:45.901Z Compiling scroll_derive v0.13.1
19192026-05-29T00:06:46.010Z Compiling url v2.5.8
19202026-05-29T00:06:46.032Z Compiling scroll_derive v0.12.1
19212026-05-29T00:06:46.071Z Compiling http v1.4.0
19222026-05-29T00:06:46.221Z Compiling flagset v0.4.7
19232026-05-29T00:06:46.239Z Compiling untrusted v0.9.0
19242026-05-29T00:06:46.373Z Compiling der v0.7.10
19252026-05-29T00:06:46.406Z Compiling tracing v0.1.44
19262026-05-29T00:06:46.724Z Compiling darling_macro v0.21.3
19272026-05-29T00:06:46.741Z Compiling regex v1.12.3
19282026-05-29T00:06:46.846Z Compiling zerocopy-derive v0.7.35
19292026-05-29T00:06:46.924Z Compiling rand_core v0.9.5
19302026-05-29T00:06:47.159Z Compiling slog v2.8.2
19312026-05-29T00:06:47.545Z Compiling darling v0.21.3
19322026-05-29T00:06:47.617Z Compiling spki v0.7.3
19332026-05-29T00:06:47.633Z Compiling salsa20 v0.10.2
19342026-05-29T00:06:47.647Z Compiling pbkdf2 v0.12.2
19352026-05-29T00:06:48.021Z Compiling cookie v0.18.1
19362026-05-29T00:06:48.186Z Compiling camino v1.2.2
19372026-05-29T00:06:48.500Z Compiling scrypt v0.11.0
19382026-05-29T00:06:48.518Z Compiling rand_chacha v0.9.0
19392026-05-29T00:06:48.518Z Compiling http-body v1.0.1
19402026-05-29T00:06:48.573Z Compiling cbc v0.1.2
19412026-05-29T00:06:48.596Z Compiling aes v0.8.4
19422026-05-29T00:06:48.762Z Compiling usdt-impl v0.5.0
19432026-05-29T00:06:48.765Z Compiling openssl-probe v0.2.1
19442026-05-29T00:06:48.795Z Compiling tokio-util v0.7.18
19452026-05-29T00:06:48.812Z Compiling usdt-impl v0.6.0
19462026-05-29T00:06:48.925Z Compiling untrusted v0.7.1
19472026-05-29T00:06:48.960Z Compiling paste v1.0.15
19482026-05-29T00:06:49.007Z Compiling winnow v0.7.14
19492026-05-29T00:06:49.053Z Compiling ref-cast v1.0.25
19502026-05-29T00:06:49.073Z Compiling atomic-waker v1.1.2
19512026-05-29T00:06:49.096Z Compiling tinyvec_macros v0.1.1
19522026-05-29T00:06:49.107Z Compiling either v1.15.0
19532026-05-29T00:06:49.270Z Compiling tinyvec v1.10.0
19542026-05-29T00:06:49.315Z Compiling pkcs5 v0.7.1
19552026-05-29T00:06:49.458Z Compiling rand v0.9.2
19562026-05-29T00:06:49.790Z Compiling scroll v0.12.0
19572026-05-29T00:06:49.860Z Compiling scroll v0.13.0
19582026-05-29T00:06:49.899Z Compiling serde_spanned v0.6.9
19592026-05-29T00:06:50.037Z Compiling toml_datetime v0.6.11
19602026-05-29T00:06:50.067Z Compiling async-trait v0.1.89
19612026-05-29T00:06:50.078Z Compiling heapless v0.7.17
19622026-05-29T00:06:50.159Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-29T00:06:50.184Z Compiling tower-layer v0.3.3
19642026-05-29T00:06:50.205Z Compiling fastrand v2.3.0
19652026-05-29T00:06:50.301Z Compiling zstd-safe v7.2.4
19662026-05-29T00:06:50.352Z Compiling try-lock v0.2.5
19672026-05-29T00:06:50.486Z Compiling tower-service v0.3.3
19682026-05-29T00:06:50.638Z Compiling signal-hook v0.3.18
19692026-05-29T00:06:50.685Z Compiling h2 v0.4.13
19702026-05-29T00:06:50.686Z Compiling want v0.3.1
19712026-05-29T00:06:50.726Z Compiling toml_parser v1.0.9+spec-1.1.0
19722026-05-29T00:06:50.851Z Compiling goblin v0.10.5
19732026-05-29T00:06:50.860Z Compiling goblin v0.8.2
19742026-05-29T00:06:50.932Z Compiling pkcs8 v0.10.2
19752026-05-29T00:06:51.090Z Compiling zerocopy v0.7.35
19762026-05-29T00:06:51.242Z Compiling ipnet v2.11.0
19772026-05-29T00:06:51.352Z Compiling ref-cast-impl v1.0.25
19782026-05-29T00:06:51.454Z Compiling darling_core v0.20.11
19792026-05-29T00:06:51.692Z Compiling curve25519-dalek v4.1.3
19802026-05-29T00:06:51.738Z Compiling memoffset v0.9.1
19812026-05-29T00:06:51.914Z Compiling winnow v0.5.40
19822026-05-29T00:06:51.982Z Compiling httpdate v1.0.3
19832026-05-29T00:06:52.235Z Compiling foreign-types-shared v0.1.1
19842026-05-29T00:06:52.343Z Compiling pin-utils v0.1.0
19852026-05-29T00:06:52.489Z Compiling rustix v0.38.44
19862026-05-29T00:06:52.599Z Compiling litrs v1.0.0
19872026-05-29T00:06:52.629Z Compiling foreign-types v0.3.2
19882026-05-29T00:06:52.721Z Compiling tempfile v3.25.0
19892026-05-29T00:06:53.082Z Compiling document-features v0.2.12
19902026-05-29T00:06:53.163Z Compiling dof v0.3.0
19912026-05-29T00:06:53.361Z Compiling toml_edit v0.19.15
19922026-05-29T00:06:53.464Z Compiling darling_macro v0.20.11
19932026-05-29T00:06:53.481Z Compiling unicode-normalization v0.1.25
19942026-05-29T00:06:53.619Z Compiling dtrace-parser v0.2.0
19952026-05-29T00:06:53.677Z Compiling dof v0.4.0
19962026-05-29T00:06:53.763Z Compiling hyper v1.8.1
19972026-05-29T00:06:53.990Z Compiling dtrace-parser v0.3.0
19982026-05-29T00:06:54.040Z Compiling daft-derive v0.1.7
19992026-05-29T00:06:54.186Z Compiling pin-project-internal v1.1.11
20002026-05-29T00:06:54.242Z Compiling spin v0.9.8
20012026-05-29T00:06:54.285Z Compiling thread-id v4.2.2
20022026-05-29T00:06:54.389Z Compiling thread-id v5.1.0
20032026-05-29T00:06:54.486Z Compiling smoltcp v0.9.1
20042026-05-29T00:06:54.504Z Compiling powerfmt v0.2.0
20052026-05-29T00:06:54.604Z Compiling num-bigint-dig v0.8.6
20062026-05-29T00:06:54.621Z Compiling cfg_aliases v0.2.1
20072026-05-29T00:06:54.712Z Compiling nix v0.31.2
20082026-05-29T00:06:54.730Z Compiling deranged v0.5.8
20092026-05-29T00:06:54.840Z Compiling hyper-util v0.1.20
20102026-05-29T00:06:55.228Z Compiling darling v0.20.11
20112026-05-29T00:06:55.309Z Compiling rustls-native-certs v0.8.3
20122026-05-29T00:06:55.356Z Compiling ipnetwork v0.21.1
20132026-05-29T00:06:55.653Z Compiling curve25519-dalek-derive v0.1.1
20142026-05-29T00:06:55.685Z Compiling strum_macros v0.26.4
20152026-05-29T00:06:55.923Z Compiling sync_wrapper v1.0.2
20162026-05-29T00:06:55.992Z Compiling wait-timeout v0.2.1
20172026-05-29T00:06:56.291Z Compiling quick-error v1.2.3
20182026-05-29T00:06:56.426Z Compiling anstyle v1.0.13
20192026-05-29T00:06:56.480Z Compiling bit-vec v0.8.0
20202026-05-29T00:06:56.540Z Compiling siphasher v1.0.2
20212026-05-29T00:06:56.573Z Compiling utf8parse v0.2.2
20222026-05-29T00:06:56.687Z Compiling num_threads v0.1.7
20232026-05-29T00:06:56.703Z Compiling simd-adler32 v0.3.8
20242026-05-29T00:06:56.724Z Compiling bit-set v0.8.0
20252026-05-29T00:06:56.736Z Compiling anstyle-parse v0.2.7
20262026-05-29T00:06:56.800Z Compiling time v0.3.47
20272026-05-29T00:06:56.941Z Compiling rusty-fork v0.3.1
20282026-05-29T00:06:57.037Z Compiling tower v0.5.3
20292026-05-29T00:06:57.468Z Compiling derive_builder_core v0.20.2
20302026-05-29T00:06:57.535Z Compiling http-body-util v0.1.3
20312026-05-29T00:06:57.694Z Compiling webpki-roots v1.0.6
20322026-05-29T00:06:57.831Z Compiling rand_xorshift v0.4.0
20332026-05-29T00:06:57.834Z Compiling signature v2.2.0
20342026-05-29T00:06:57.865Z Compiling hubpack_derive v0.1.1
20352026-05-29T00:06:57.985Z Compiling snafu-derive v0.8.9
20362026-05-29T00:06:58.002Z Compiling strum_macros v0.27.2
20372026-05-29T00:06:58.207Z Compiling fs-err v3.3.0
20382026-05-29T00:06:58.283Z Compiling ahash v0.8.12
20392026-05-29T00:06:58.334Z Compiling encoding_rs v0.8.35
20402026-05-29T00:06:58.411Z Compiling object v0.37.3
20412026-05-29T00:06:58.430Z Compiling adler2 v2.0.1
20422026-05-29T00:06:58.526Z Compiling is_terminal_polyfill v1.70.2
20432026-05-29T00:06:58.590Z Compiling mime v0.3.17
20442026-05-29T00:06:58.635Z Compiling iri-string v0.7.10
20452026-05-29T00:06:58.723Z Compiling colorchoice v1.0.4
20462026-05-29T00:06:58.735Z Compiling ryu v1.0.23
20472026-05-29T00:06:58.826Z Compiling unicode-bidi v0.3.18
20482026-05-29T00:06:58.856Z Compiling unarray v0.1.4
20492026-05-29T00:06:58.875Z Compiling unicode-segmentation v1.12.0
20502026-05-29T00:06:58.992Z Compiling unicode-properties v0.1.4
20512026-05-29T00:06:59.033Z Compiling anstyle-query v1.1.5
20522026-05-29T00:06:59.082Z Compiling allocator-api2 v0.2.21
20532026-05-29T00:06:59.094Z Compiling proptest v1.10.0
20542026-05-29T00:06:59.131Z Compiling serde_urlencoded v0.7.1
20552026-05-29T00:06:59.163Z Compiling anstream v0.6.21
20562026-05-29T00:06:59.211Z Compiling stringprep v0.1.5
20572026-05-29T00:06:59.405Z Compiling miniz_oxide v0.8.9
20582026-05-29T00:06:59.569Z Compiling derive_builder_macro v0.20.2
20592026-05-29T00:06:59.813Z Compiling tower-http v0.6.8
20602026-05-29T00:06:59.884Z Compiling tokio-native-tls v0.3.1
20612026-05-29T00:06:59.965Z Compiling usdt-macro v0.6.0
20622026-05-29T00:06:59.996Z Compiling usdt-attr-macro v0.6.0
20632026-05-29T00:07:00.316Z Compiling rand_chacha v0.3.1
20642026-05-29T00:07:00.333Z Compiling erased-serde v0.3.31
20652026-05-29T00:07:00.467Z Compiling md-5 v0.10.6
20662026-05-29T00:07:00.491Z Compiling bstr v1.12.1
20672026-05-29T00:07:00.699Z Compiling num-integer v0.1.46
20682026-05-29T00:07:00.714Z Compiling hash32 v0.2.1
20692026-05-29T00:07:00.778Z Compiling vergen-lib v9.1.0
20702026-05-29T00:07:00.796Z Compiling ff v0.13.1
20712026-05-29T00:07:00.911Z Compiling base16ct v0.2.0
20722026-05-29T00:07:00.929Z Compiling zlib-rs v0.6.2
20732026-05-29T00:07:01.015Z Compiling fallible-iterator v0.2.0
20742026-05-29T00:07:01.018Z Compiling psl-types v2.0.11
20752026-05-29T00:07:01.098Z Compiling newtype-uuid v1.3.2
20762026-05-29T00:07:01.124Z Compiling sec1 v0.7.3
20772026-05-29T00:07:01.160Z Compiling publicsuffix v2.3.0
20782026-05-29T00:07:01.200Z Compiling num-iter v0.1.45
20792026-05-29T00:07:01.244Z Compiling group v0.13.0
20802026-05-29T00:07:01.352Z Compiling postgres-protocol v0.6.10
20812026-05-29T00:07:01.705Z Compiling rand v0.8.6
20822026-05-29T00:07:01.998Z Compiling oxnet v0.1.4
20832026-05-29T00:07:02.163Z Compiling derive_builder v0.20.2
20842026-05-29T00:07:02.281Z Compiling hyper-tls v0.6.0
20852026-05-29T00:07:02.361Z Compiling heck v0.4.1
20862026-05-29T00:07:02.385Z Compiling phf_shared v0.13.1
20872026-05-29T00:07:02.388Z Compiling pin-project v1.1.11
20882026-05-29T00:07:02.525Z Compiling lazy_static v1.5.0
20892026-05-29T00:07:02.643Z Compiling terminal_size v0.4.3
20902026-05-29T00:07:02.666Z Compiling serde_with_macros v3.17.0
20912026-05-29T00:07:02.685Z Compiling futures-executor v0.3.32
20922026-05-29T00:07:02.688Z Compiling hex v0.4.3
20932026-05-29T00:07:02.818Z Compiling hkdf v0.12.4
20942026-05-29T00:07:02.941Z Compiling crypto-bigint v0.5.5
20952026-05-29T00:07:02.984Z Compiling async-recursion v1.1.1
20962026-05-29T00:07:02.988Z Compiling enum-as-inner v0.6.1
20972026-05-29T00:07:03.017Z Compiling flate2 v1.1.9
20982026-05-29T00:07:03.038Z Compiling serde_repr v0.1.20
20992026-05-29T00:07:03.132Z Compiling clap_derive v4.5.55
21002026-05-29T00:07:03.295Z Compiling vergen v9.1.0
21012026-05-29T00:07:03.435Z Compiling cargo-platform v0.3.2
21022026-05-29T00:07:03.540Z Compiling libbz2-rs-sys v0.2.2
21032026-05-29T00:07:03.588Z Compiling managed v0.8.0
21042026-05-29T00:07:03.625Z Compiling bitflags v1.3.2
21052026-05-29T00:07:03.739Z Compiling clap_lex v1.0.0
21062026-05-29T00:07:03.743Z Compiling foldhash v0.2.0
21072026-05-29T00:07:03.871Z Compiling bumpalo v3.20.2
21082026-05-29T00:07:03.894Z Compiling same-file v1.0.6
21092026-05-29T00:07:03.969Z Compiling foldhash v0.1.5
21102026-05-29T00:07:03.987Z Compiling bzip2 v0.6.1
21112026-05-29T00:07:04.036Z Compiling walkdir v2.5.0
21122026-05-29T00:07:04.085Z Compiling zopfli v0.8.3
21132026-05-29T00:07:04.134Z Compiling hashbrown v0.15.5
21142026-05-29T00:07:04.150Z Compiling hashbrown v0.16.1
21152026-05-29T00:07:04.167Z Compiling clap_builder v4.5.60
21162026-05-29T00:07:04.221Z Compiling elliptic-curve v0.13.8
21172026-05-29T00:07:04.330Z Compiling cargo_metadata v0.23.1
21182026-05-29T00:07:04.714Z Compiling futures v0.3.32
21192026-05-29T00:07:04.939Z Compiling phf v0.13.1
21202026-05-29T00:07:05.114Z Compiling snafu v0.8.9
21212026-05-29T00:07:05.117Z Compiling zstd v0.13.3
21222026-05-29T00:07:05.167Z Compiling signal-hook-mio v0.2.5
21232026-05-29T00:07:05.301Z Compiling daft v0.1.7
21242026-05-29T00:07:05.403Z Compiling cookie_store v0.22.1
21252026-05-29T00:07:05.460Z Compiling postgres-types v0.2.12
21262026-05-29T00:07:05.529Z Compiling bzip2 v0.4.4
21272026-05-29T00:07:05.561Z Compiling globset v0.4.18
21282026-05-29T00:07:05.772Z Compiling strum v0.27.2
21292026-05-29T00:07:05.987Z Compiling hubpack v0.1.2
21302026-05-29T00:07:06.005Z Compiling ed25519 v2.2.3
21312026-05-29T00:07:06.020Z Compiling phf_shared v0.11.3
21322026-05-29T00:07:06.087Z Compiling crossbeam-epoch v0.9.18
21332026-05-29T00:07:06.206Z Compiling olpc-cjson v0.1.4
21342026-05-29T00:07:06.222Z Compiling pkcs1 v0.7.5
21352026-05-29T00:07:06.238Z Compiling pem v3.0.6
21362026-05-29T00:07:06.322Z Compiling serde-big-array v0.5.1
21372026-05-29T00:07:06.345Z Compiling serde_plain v1.0.2
21382026-05-29T00:07:06.430Z Compiling rfc6979 v0.4.0
21392026-05-29T00:07:06.486Z Compiling float-cmp v0.10.0
21402026-05-29T00:07:06.539Z Compiling memmap2 v0.9.10
21412026-05-29T00:07:06.556Z Compiling env_filter v1.0.0
21422026-05-29T00:07:06.571Z Compiling precomputed-hash v0.1.1
21432026-05-29T00:07:06.588Z Compiling new_debug_unreachable v1.0.6
21442026-05-29T00:07:06.625Z Compiling fixedbitset v0.5.7
21452026-05-29T00:07:06.628Z Compiling toml_write v0.1.2
21462026-05-29T00:07:06.659Z Compiling whoami v2.1.0
21472026-05-29T00:07:06.696Z Compiling keccak v0.1.6
21482026-05-29T00:07:06.700Z Compiling data-encoding v2.10.0
21492026-05-29T00:07:06.766Z Compiling typed-path v0.9.3
21502026-05-29T00:07:06.822Z Compiling fixedbitset v0.4.2
21512026-05-29T00:07:06.863Z Compiling static_assertions v1.1.0
21522026-05-29T00:07:06.923Z Compiling jiff v0.2.21
21532026-05-29T00:07:06.939Z Compiling predicates-core v1.0.10
21542026-05-29T00:07:06.939Z Compiling difflib v0.4.0
21552026-05-29T00:07:06.970Z Compiling normalize-line-endings v0.3.0
21562026-05-29T00:07:07.013Z Compiling petgraph v0.6.5
21572026-05-29T00:07:07.052Z Compiling hickory-proto v0.25.2
21582026-05-29T00:07:07.089Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21592026-05-29T00:07:07.105Z Compiling tokio-postgres v0.7.16
21602026-05-29T00:07:07.124Z Compiling sha3 v0.10.8
21612026-05-29T00:07:07.282Z Compiling predicates v3.1.4
21622026-05-29T00:07:07.443Z Compiling petgraph v0.8.3
21632026-05-29T00:07:07.622Z Compiling toml_edit v0.22.27
21642026-05-29T00:07:07.863Z Compiling env_logger v0.11.9
21652026-05-29T00:07:07.880Z Compiling usdt v0.6.0
21662026-05-29T00:07:07.966Z Compiling string_cache v0.8.9
21672026-05-29T00:07:08.195Z Compiling ecdsa v0.16.9
21682026-05-29T00:07:08.211Z Compiling rsa v0.9.10
21692026-05-29T00:07:08.569Z Compiling ed25519-dalek v2.2.0
21702026-05-29T00:07:09.032Z Compiling zip v0.6.6
21712026-05-29T00:07:09.123Z Compiling crossterm v0.28.1
21722026-05-29T00:07:09.186Z Compiling clap v4.5.60
21732026-05-29T00:07:09.287Z Compiling iddqd v0.4.2
21742026-05-29T00:07:09.578Z Compiling zip v4.6.1
21752026-05-29T00:07:09.977Z Compiling serde_with v3.17.0
21762026-05-29T00:07:10.013Z Compiling similar v2.7.0
21772026-05-29T00:07:10.086Z Compiling strum v0.26.3
21782026-05-29T00:07:10.119Z Compiling toml v0.7.8
21792026-05-29T00:07:10.281Z Compiling tokio-stream v0.1.18
21802026-05-29T00:07:10.367Z Compiling itertools v0.13.0
21812026-05-29T00:07:10.484Z Compiling buf-list v1.1.2
21822026-05-29T00:07:10.643Z Compiling x509-cert v0.2.5
21832026-05-29T00:07:10.756Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21842026-05-29T00:07:10.790Z Compiling openapiv3 v2.2.0
21852026-05-29T00:07:11.018Z Compiling sha1 v0.10.6
21862026-05-29T00:07:11.283Z Compiling lalrpop-util v0.19.12
21872026-05-29T00:07:11.351Z Compiling peg-runtime v0.8.5
21882026-05-29T00:07:26.691Z Compiling rustls-webpki v0.103.9
21892026-05-29T00:07:28.178Z Compiling macaddr v1.0.1
21902026-05-29T00:07:28.348Z Compiling structmeta-derive v0.3.0
21912026-05-29T00:07:28.365Z Compiling crucible-workspace-hack v0.1.0
21922026-05-29T00:07:28.368Z Compiling rayon-core v1.13.0
21932026-05-29T00:07:28.480Z Compiling itertools v0.14.0
21942026-05-29T00:07:28.602Z Compiling secrecy v0.10.3
21952026-05-29T00:07:28.688Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21962026-05-29T00:07:28.797Z Compiling heapless v0.8.0
21972026-05-29T00:07:28.800Z Compiling rustls v0.22.4
21982026-05-29T00:07:28.831Z Compiling toml_datetime v0.7.5+spec-1.1.0
21992026-05-29T00:07:29.008Z Compiling toml_edit v0.23.10+spec-1.0.0
22002026-05-29T00:07:29.087Z Compiling crossbeam-deque v0.8.6
22012026-05-29T00:07:29.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-29T00:07:29.147Z Compiling rustls-webpki v0.102.8
22032026-05-29T00:07:29.242Z Compiling hash32 v0.3.1
22042026-05-29T00:07:29.294Z Compiling multer v3.1.0
22052026-05-29T00:07:29.309Z Compiling thread_local v1.1.9
22062026-05-29T00:07:29.327Z Compiling unicode-width v0.2.0
22072026-05-29T00:07:29.330Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22082026-05-29T00:07:29.373Z Compiling structmeta v0.3.0
22092026-05-29T00:07:29.429Z Compiling compression-core v0.4.31
22102026-05-29T00:07:29.510Z Compiling slog-async v2.8.0
22112026-05-29T00:07:29.582Z Compiling match_cfg v0.1.0
22122026-05-29T00:07:29.607Z Compiling smoltcp v0.11.0
22132026-05-29T00:07:29.631Z Compiling derive-ex v0.1.8
22142026-05-29T00:07:29.668Z Compiling hostname v0.3.1
22152026-05-29T00:07:29.724Z Compiling compression-codecs v0.4.37
22162026-05-29T00:07:29.755Z Compiling ingot-macros v0.1.1
22172026-05-29T00:07:29.849Z Compiling proc-macro-crate v3.4.0
22182026-05-29T00:07:29.963Z Compiling slog-json v2.6.1
22192026-05-29T00:07:29.982Z Compiling crossbeam-channel v0.5.15
22202026-05-29T00:07:30.123Z Compiling half v2.7.1
22212026-05-29T00:07:30.234Z Compiling newtype-uuid-macros v0.1.0
22222026-05-29T00:07:30.306Z Compiling tokio-rustls v0.26.4
22232026-05-29T00:07:30.406Z Compiling rustls-platform-verifier v0.6.2
22242026-05-29T00:07:30.513Z Compiling cobs v0.3.0
22252026-05-29T00:07:30.602Z Compiling hyper-rustls v0.27.7
22262026-05-29T00:07:30.637Z Compiling thiserror-impl-no-std v2.0.2
22272026-05-29T00:07:30.682Z Compiling universal-hash v0.5.1
22282026-05-29T00:07:30.820Z Compiling async-stream-impl v0.3.6
22292026-05-29T00:07:30.848Z Compiling reqwest v0.12.28
22302026-05-29T00:07:30.941Z Compiling reqwest v0.13.2
22312026-05-29T00:07:30.974Z Compiling serde_spanned v1.0.4
22322026-05-29T00:07:31.006Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-05-29T00:07:31.163Z Compiling is-terminal v0.4.17
22342026-05-29T00:07:31.210Z Compiling proc-macro-error-attr v1.0.4
22352026-05-29T00:07:31.320Z Compiling dropshot v0.17.0
22362026-05-29T00:07:31.433Z Compiling term v1.2.1
22372026-05-29T00:07:31.447Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-05-29T00:07:31.464Z Compiling ciborium-io v0.2.2
22392026-05-29T00:07:31.481Z Compiling take_mut v0.2.2
22402026-05-29T00:07:31.548Z Compiling toml_writer v1.0.6+spec-1.1.0
22412026-05-29T00:07:31.596Z Compiling convert_case v0.4.0
22422026-05-29T00:07:31.623Z Compiling opaque-debug v0.3.1
22432026-05-29T00:07:31.700Z Compiling poly1305 v0.8.0
22442026-05-29T00:07:31.735Z Compiling thiserror-no-std v2.0.2
22452026-05-29T00:07:31.842Z Compiling tokio-rustls v0.25.0
22462026-05-29T00:07:31.858Z Compiling slog-term v2.9.2
22472026-05-29T00:07:31.924Z Compiling derive_more v0.99.20
22482026-05-29T00:07:31.938Z Compiling toml v1.0.6+spec-1.1.0
22492026-05-29T00:07:32.006Z Compiling ciborium-ll v0.2.2
22502026-05-29T00:07:32.244Z Compiling async-stream v0.3.6
22512026-05-29T00:07:32.305Z Compiling test-strategy v0.4.5
22522026-05-29T00:07:32.367Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-05-29T00:07:32.439Z Compiling tough v0.22.0
22542026-05-29T00:07:32.462Z Compiling ingot-types v0.1.2
22552026-05-29T00:07:32.784Z Compiling postcard v1.1.3
22562026-05-29T00:07:32.943Z Compiling ingot v0.1.1
22572026-05-29T00:07:33.162Z Compiling num_enum_derive v0.7.5
22582026-05-29T00:07:33.192Z Compiling slog-bunyan v2.5.0
22592026-05-29T00:07:33.394Z Compiling async-compression v0.4.41
22602026-05-29T00:07:33.623Z Compiling parse-display-derive v0.10.0
22612026-05-29T00:07:33.901Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22622026-05-29T00:07:34.127Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-29T00:07:34.144Z Compiling proc-macro-crate v1.3.1
22642026-05-29T00:07:34.153Z Compiling backon v1.6.0
22652026-05-29T00:07:34.269Z Compiling waitgroup v0.1.2
22662026-05-29T00:07:34.335Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22672026-05-29T00:07:34.440Z Compiling password-hash v0.5.0
22682026-05-29T00:07:34.455Z Compiling chacha20 v0.9.1
22692026-05-29T00:07:34.485Z Compiling dropshot_endpoint v0.17.0
22702026-05-29T00:07:34.505Z Compiling rustls-pemfile v2.2.0
22712026-05-29T00:07:34.522Z Compiling blake2 v0.10.6
22722026-05-29T00:07:34.734Z Compiling aead v0.5.2
22732026-05-29T00:07:34.815Z Compiling foreign-types-macros v0.2.3
22742026-05-29T00:07:34.946Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-29T00:07:35.089Z Compiling serde_path_to_error v0.1.20
22762026-05-29T00:07:35.111Z Compiling hostname v0.4.2
22772026-05-29T00:07:35.190Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22782026-05-29T00:07:35.249Z Compiling proc-macro-error v1.0.4
22792026-05-29T00:07:35.297Z Compiling instant v0.1.13
22802026-05-29T00:07:35.378Z Compiling debug-ignore v1.0.5
22812026-05-29T00:07:35.409Z Compiling typeid v1.0.3
22822026-05-29T00:07:35.429Z Compiling cpufeatures v0.3.0
22832026-05-29T00:07:35.446Z Compiling foreign-types-shared v0.3.1
22842026-05-29T00:07:35.502Z Compiling chacha20 v0.10.0
22852026-05-29T00:07:35.517Z Compiling backoff v0.4.0
22862026-05-29T00:07:35.532Z Compiling foreign-types v0.5.0
22872026-05-29T00:07:35.536Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-29T00:07:35.536Z Compiling parse-display v0.10.0
22892026-05-29T00:07:35.581Z Compiling chacha20poly1305 v0.10.1
22902026-05-29T00:07:35.613Z Compiling argon2 v0.5.3
22912026-05-29T00:07:35.635Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22922026-05-29T00:07:35.758Z Compiling num_enum_derive v0.5.11
22932026-05-29T00:07:35.774Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-05-29T00:07:35.777Z Compiling num_enum v0.7.5
22952026-05-29T00:07:35.949Z Compiling ciborium v0.2.2
22962026-05-29T00:07:36.027Z Compiling vsss-rs v3.3.4
22972026-05-29T00:07:36.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22982026-05-29T00:07:36.255Z Compiling tabwriter v1.4.1
22992026-05-29T00:07:36.383Z Compiling regress v0.10.5
23002026-05-29T00:07:36.424Z Compiling byte-wrapper v0.1.0
23012026-05-29T00:07:36.435Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23022026-05-29T00:07:36.489Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23032026-05-29T00:07:36.651Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-05-29T00:07:36.689Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23052026-05-29T00:07:36.730Z Compiling cstr-argument v0.1.2
23062026-05-29T00:07:36.850Z Compiling humantime v2.3.0
23072026-05-29T00:07:36.883Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23082026-05-29T00:07:36.932Z Compiling erased-serde v0.4.9
23092026-05-29T00:07:37.126Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-29T00:07:37.148Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-05-29T00:07:37.282Z Compiling num_enum v0.5.11
23122026-05-29T00:07:37.318Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-05-29T00:07:37.353Z Compiling rand v0.10.0
23142026-05-29T00:07:37.373Z Compiling rayon v1.11.0
23152026-05-29T00:07:37.436Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23162026-05-29T00:07:37.496Z Compiling libefi-sys v0.1.0
23172026-05-29T00:07:37.587Z Compiling indent_write v2.2.0
23182026-05-29T00:07:37.603Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23192026-05-29T00:07:37.603Z Compiling colored v3.1.1
23202026-05-29T00:07:37.638Z Compiling zone_cfg_derive v0.3.1
23212026-05-29T00:07:37.732Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-05-29T00:07:37.768Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-05-29T00:07:37.822Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23242026-05-29T00:07:38.069Z Compiling camino-tempfile v1.4.1
23252026-05-29T00:07:38.085Z Compiling itertools v0.12.1
23262026-05-29T00:07:38.175Z Compiling usdt-macro v0.5.0
23272026-05-29T00:07:38.265Z Compiling usdt-attr-macro v0.5.0
23282026-05-29T00:07:38.326Z Compiling bitfield-struct v0.6.2
23292026-05-29T00:07:38.343Z Compiling num-derive v0.4.2
23302026-05-29T00:07:38.376Z Compiling blake3 v1.8.3
23312026-05-29T00:07:38.487Z Compiling ordered-float v2.10.1
23322026-05-29T00:07:38.747Z Compiling sigpipe v0.1.3
23332026-05-29T00:07:38.792Z Compiling memmap v0.7.0
23342026-05-29T00:07:38.871Z Compiling glob v0.3.3
23352026-05-29T00:07:38.885Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23362026-05-29T00:07:38.962Z Compiling swrite v0.1.0
23372026-05-29T00:07:39.047Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23382026-05-29T00:07:39.047Z Compiling usdt v0.5.0
23392026-05-29T00:07:39.098Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23402026-05-29T00:07:39.249Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23412026-05-29T00:07:39.436Z Compiling zone v0.3.1
23422026-05-29T00:07:39.548Z Compiling serde-value v0.7.0
23432026-05-29T00:07:39.563Z Compiling serde-untagged v0.1.9
23442026-05-29T00:07:39.579Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23452026-05-29T00:07:39.810Z Compiling toml v0.8.23
23462026-05-29T00:07:39.895Z Compiling smf v0.2.3
23472026-05-29T00:07:39.924Z Compiling filetime v0.2.27
23482026-05-29T00:07:39.943Z Compiling arrayref v0.3.9
23492026-05-29T00:07:39.960Z Compiling unicode-xid v0.2.6
23502026-05-29T00:07:39.985Z Compiling constant_time_eq v0.4.2
23512026-05-29T00:07:40.040Z Compiling xattr v1.6.1
23522026-05-29T00:07:40.127Z Compiling arrayvec v0.7.6
23532026-05-29T00:07:40.152Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-05-29T00:07:40.205Z Compiling whoami v1.6.1
23552026-05-29T00:07:40.208Z Compiling tar v0.4.45
23562026-05-29T00:07:40.253Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-29T00:07:40.270Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582026-05-29T00:07:40.288Z Compiling cargo-util-schemas v0.8.2
23592026-05-29T00:07:40.527Z Compiling tokio-dtrace v0.1.1
23602026-05-29T00:07:40.678Z Compiling console v0.16.2
23612026-05-29T00:07:40.868Z Compiling gethostname v0.5.0
23622026-05-29T00:07:40.946Z Compiling cargo-platform v0.2.0
23632026-05-29T00:07:41.021Z Compiling unit-prefix v0.5.2
23642026-05-29T00:07:41.041Z Compiling topological-sort v0.2.2
23652026-05-29T00:07:41.078Z Compiling oxide-tokio-rt v0.1.4
23662026-05-29T00:07:41.167Z Compiling indicatif v0.18.4
23672026-05-29T00:07:41.212Z Compiling shell-words v1.1.1
23682026-05-29T00:07:41.239Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-05-29T00:07:41.471Z Compiling cargo_metadata v0.21.0
23702026-05-29T00:07:50.896Z Compiling progenitor-client v0.14.0
23712026-05-29T00:07:50.964Z Compiling progenitor-client v0.10.0
23722026-05-29T00:07:50.964Z Compiling omicron-zone-package v0.12.2
23732026-05-29T00:07:51.396Z Compiling progenitor-extras v0.2.0
23742026-05-29T00:07:53.784Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23752026-05-29T00:07:53.874Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-05-29T00:07:53.906Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-05-29T00:07:53.948Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-05-29T00:07:54.004Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-05-29T00:07:54.046Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-05-29T00:07:54.096Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23812026-05-29T00:07:54.136Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-29T00:07:54.226Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-05-29T00:07:58.203Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-05-29T00:08:05.863Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-05-29T00:08:08.957Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-05-29T00:08:09.935Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-05-29T00:08:19.772Z Finished `release` profile [optimized] target(s) in 1m 45s
23882026-05-29T00:08:19.924Z Running `target/release/omicron-package -t test target create -p dev`
23892026-05-29T00:08:19.990ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-29T00:08:19.993ZCreated new build target 'test' and set it as active
23912026-05-29T00:08:19.996Z
23922026-05-29T00:08:19.996Zreal 1:45.554590933
23932026-05-29T00:08:19.996Zuser 17:13.372625899
23942026-05-29T00:08:19.996Zsys 2:41.323577597
23952026-05-29T00:08:19.996Ztrap 0.478127141
23962026-05-29T00:08:19.996Ztflt 2.687737477
23972026-05-29T00:08:19.996Zdflt 4.793690076
23982026-05-29T00:08:19.996Zkflt 0.001299290
23992026-05-29T00:08:19.996Zlock 53:42.778067332
24002026-05-29T00:08:19.996Zslp 43:48.629652893
24012026-05-29T00:08:19.996Zlat 45.214965936
24022026-05-29T00:08:19.996Zstop 5:43.286193785
24032026-05-29T00:08:19.996Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-05-29T00:08:20.886Z Finished `release` profile [optimized] target(s) in 0.88s
24052026-05-29T00:08:20.958Z Running `target/release/omicron-package -t test package`
24062026-05-29T00:08:21.019ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-05-29T00:08:22.455Z Compiling heck v0.5.0
24082026-05-29T00:08:22.455Z Compiling regress v0.11.1
24092026-05-29T00:08:22.458Z Compiling unsafe-libyaml v0.2.11
24102026-05-29T00:08:22.725Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-05-29T00:08:22.754Z Compiling regress v0.10.5
24122026-05-29T00:08:22.778Z Compiling is-terminal v0.4.17
24132026-05-29T00:08:22.795Z Compiling unicode-width v0.1.14
24142026-05-29T00:08:22.799Z Compiling prettyplease v0.2.37
24152026-05-29T00:08:22.799Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24162026-05-29T00:08:22.799Z Compiling bytecount v0.6.9
24172026-05-29T00:08:22.799Z Compiling rustls v0.22.4
24182026-05-29T00:08:22.799Z Compiling rustls-webpki v0.102.8
24192026-05-29T00:08:22.799Z Compiling derive-where v1.6.0
24202026-05-29T00:08:22.814Z Compiling thread_local v1.1.9
24212026-05-29T00:08:22.833Z Compiling compression-core v0.4.31
24222026-05-29T00:08:22.944Z Compiling match_cfg v0.1.0
24232026-05-29T00:08:22.967Z Compiling multer v3.1.0
24242026-05-29T00:08:23.053Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24252026-05-29T00:08:23.076Z Compiling compression-codecs v0.4.37
24262026-05-29T00:08:23.079Z Compiling slog-async v2.8.0
24272026-05-29T00:08:23.079Z Compiling crossbeam-channel v0.5.15
24282026-05-29T00:08:23.145Z Compiling hostname v0.3.1
24292026-05-29T00:08:23.149Z Compiling slog-json v2.6.1
24302026-05-29T00:08:23.193Z Compiling serde_yaml v0.9.34+deprecated
24312026-05-29T00:08:23.196Z Compiling serde_spanned v1.0.4
24322026-05-29T00:08:23.197Z Compiling toml_datetime v1.0.0+spec-1.1.0
24332026-05-29T00:08:23.260Z Compiling term v1.2.1
24342026-05-29T00:08:23.305Z Compiling toml_writer v1.0.6+spec-1.1.0
24352026-05-29T00:08:23.361Z Compiling take_mut v0.2.2
24362026-05-29T00:08:23.394Z Compiling slog-bunyan v2.5.0
24372026-05-29T00:08:23.418Z Compiling async-compression v0.4.41
24382026-05-29T00:08:23.506Z Compiling toml v1.0.6+spec-1.1.0
24392026-05-29T00:08:23.563Z Compiling slog-term v2.9.2
24402026-05-29T00:08:23.633Z Compiling dropshot v0.17.0
24412026-05-29T00:08:23.656Z Compiling async-stream v0.3.6
24422026-05-29T00:08:23.703Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-05-29T00:08:23.765Z Compiling num-rational v0.4.2
24442026-05-29T00:08:23.790Z Compiling progenitor-client v0.14.0
24452026-05-29T00:08:23.856Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24462026-05-29T00:08:23.879Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-05-29T00:08:23.968Z Compiling waitgroup v0.1.2
24482026-05-29T00:08:24.052Z Compiling backon v1.6.0
24492026-05-29T00:08:24.092Z Compiling rustls-pemfile v2.2.0
24502026-05-29T00:08:24.096Z Compiling num-complex v0.4.6
24512026-05-29T00:08:24.136Z Compiling hostname v0.4.2
24522026-05-29T00:08:24.140Z Compiling serde_path_to_error v0.1.20
24532026-05-29T00:08:24.158Z Compiling instant v0.1.13
24542026-05-29T00:08:24.162Z Compiling debug-ignore v1.0.5
24552026-05-29T00:08:24.284Z Compiling typify-impl v0.6.2
24562026-05-29T00:08:24.306Z Compiling backoff v0.4.0
24572026-05-29T00:08:24.330Z Compiling progenitor-extras v0.2.0
24582026-05-29T00:08:24.333Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24592026-05-29T00:08:24.373Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-05-29T00:08:24.550Z Compiling num v0.4.3
24612026-05-29T00:08:24.553Z Compiling parse-display v0.10.0
24622026-05-29T00:08:24.604Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-05-29T00:08:24.642Z Compiling progenitor-client v0.10.0
24642026-05-29T00:08:24.663Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-05-29T00:08:24.690Z Compiling macaddr v1.0.1
24662026-05-29T00:08:24.693Z Compiling humantime v2.3.0
24672026-05-29T00:08:24.749Z Compiling float-ord v0.3.2
24682026-05-29T00:08:24.897Z Compiling console v0.15.11
24692026-05-29T00:08:24.970Z Compiling atomicwrites v0.4.4
24702026-05-29T00:08:24.993Z Compiling newline-converter v0.3.0
24712026-05-29T00:08:24.997Z Compiling progenitor-client v0.13.0
24722026-05-29T00:08:25.074Z Compiling slog-dtrace v0.3.0
24732026-05-29T00:08:25.167Z Compiling owo-colors v4.3.0
24742026-05-29T00:08:25.236Z Compiling tokio-rustls v0.25.0
24752026-05-29T00:08:25.289Z Compiling expectorate v1.2.0
24762026-05-29T00:08:25.361Z Compiling cancel-safe-futures v0.1.5
24772026-05-29T00:08:25.399Z Compiling resolv-conf v0.7.6
24782026-05-29T00:08:25.526Z Compiling toml v0.8.23
24792026-05-29T00:08:25.575Z Compiling libsw-core v0.3.2
24802026-05-29T00:08:25.664Z Compiling linear-map v1.2.0
24812026-05-29T00:08:25.789Z Compiling libsw v3.5.0
24822026-05-29T00:08:25.817Z Compiling linked-hash-map v0.5.6
24832026-05-29T00:08:26.036Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-29T00:08:26.071Z Compiling lru-cache v0.1.2
24852026-05-29T00:08:26.100Z Compiling minimal-lexical v0.2.1
24862026-05-29T00:08:26.121Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-29T00:08:26.179Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-29T00:08:26.201Z Compiling hickory-proto v0.24.4
24892026-05-29T00:08:26.227Z Compiling unicode-xid v0.2.6
24902026-05-29T00:08:26.253Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24912026-05-29T00:08:26.295Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24922026-05-29T00:08:26.400Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932026-05-29T00:08:26.403Z Compiling nom v7.1.3
24942026-05-29T00:08:26.634Z Compiling convert_case v0.10.0
24952026-05-29T00:08:26.943Z Compiling derive_more-impl v2.1.1
24962026-05-29T00:08:27.127Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-05-29T00:08:27.647Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-05-29T00:08:27.774Z Compiling derive_more v2.1.1
24992026-05-29T00:08:27.821Z Compiling papergrid v0.11.0
25002026-05-29T00:08:27.843Z Compiling tabled_derive v0.7.0
25012026-05-29T00:08:27.884Z Compiling typify-macro v0.6.2
25022026-05-29T00:08:27.907Z Compiling termtree v0.5.1
25032026-05-29T00:08:28.117Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-29T00:08:28.368Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-05-29T00:08:28.695Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-05-29T00:08:28.740Z Compiling hickory-resolver v0.24.4
25072026-05-29T00:08:28.827Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-29T00:08:29.039Z Compiling tabled v0.15.0
25092026-05-29T00:08:29.061Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-29T00:08:29.437Z Compiling typify v0.6.2
25112026-05-29T00:08:29.595Z Compiling progenitor-impl v0.14.0
25122026-05-29T00:08:30.249Z Compiling progenitor-impl v0.13.0
25132026-05-29T00:08:31.824Z Compiling progenitor-macro v0.14.0
25142026-05-29T00:08:32.180Z Compiling qorb v0.4.1
25152026-05-29T00:08:32.442Z Compiling progenitor-macro v0.13.0
25162026-05-29T00:08:34.213Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-29T00:08:34.477Z Compiling crossterm v0.29.0
25182026-05-29T00:08:34.502Z Compiling phf_shared v0.12.1
25192026-05-29T00:08:34.638Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25202026-05-29T00:08:34.763Z Compiling csv-core v0.1.13
25212026-05-29T00:08:34.942Z Compiling vte v0.14.1
25222026-05-29T00:08:35.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25232026-05-29T00:08:35.205Z Compiling chrono-tz v0.10.4
25242026-05-29T00:08:35.452Z Compiling highway v1.3.0
25252026-05-29T00:08:35.530Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-29T00:08:35.861Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-05-29T00:08:36.005Z Compiling progenitor v0.14.0
25282026-05-29T00:08:36.193Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25292026-05-29T00:08:36.235Z Compiling strip-ansi-escapes v0.2.1
25302026-05-29T00:08:36.608Z Compiling progenitor v0.13.0
25312026-05-29T00:08:36.758Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-05-29T00:08:36.809Z Compiling csv v1.4.0
25332026-05-29T00:08:36.858Z Compiling phf v0.12.1
25342026-05-29T00:08:37.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352026-05-29T00:08:37.086Z Compiling const_format_proc_macros v0.2.34
25362026-05-29T00:08:37.125Z Compiling fd-lock v4.0.4
25372026-05-29T00:08:37.303Z Compiling peg-macros v0.8.5
25382026-05-29T00:08:37.519Z Compiling nu-ansi-term v0.50.3
25392026-05-29T00:08:37.838Z Compiling reedline v0.40.0
25402026-05-29T00:08:37.911Z Compiling const_format v0.2.35
25412026-05-29T00:08:38.099Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-29T00:08:38.587Z Compiling peg v0.8.5
25432026-05-29T00:08:38.724Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-29T00:08:39.432Z Compiling bcs v0.1.6
25452026-05-29T00:08:39.605Z Compiling semver v0.1.20
25462026-05-29T00:08:39.637Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-05-29T00:08:39.885Z Compiling rustc_version v0.1.7
25482026-05-29T00:08:39.908Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-05-29T00:08:39.935Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-29T00:08:40.136Z Compiling newtype_derive v0.1.6
25512026-05-29T00:08:40.208Z Compiling unicode-linebreak v0.1.5
25522026-05-29T00:08:40.376Z Compiling smawk v0.3.2
25532026-05-29T00:08:40.580Z Compiling textwrap v0.16.2
25542026-05-29T00:08:40.602Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-29T00:08:41.140Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-05-29T00:08:41.206Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-05-29T00:08:41.472Z Compiling base64 v0.21.7
25582026-05-29T00:08:41.778Z Compiling steno v0.4.1
25592026-05-29T00:08:42.030Z Compiling dropshot-api-manager-types v0.7.2
25602026-05-29T00:08:42.067Z Compiling tagptr v0.2.0
25612026-05-29T00:08:42.242Z Compiling moka v0.12.13
25622026-05-29T00:08:42.276Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25632026-05-29T00:08:42.503Z Compiling utf-8 v0.7.6
25642026-05-29T00:08:42.722Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-05-29T00:08:42.753Z Compiling tungstenite v0.21.0
25662026-05-29T00:08:42.898Z Compiling radium v0.7.0
25672026-05-29T00:08:43.128Z Compiling tap v1.0.1
25682026-05-29T00:08:43.225Z Compiling maybe-uninit v2.0.0
25692026-05-29T00:08:43.285Z Compiling display-error-chain v0.2.2
25702026-05-29T00:08:43.448Z Compiling hickory-resolver v0.25.2
25712026-05-29T00:08:43.475Z Compiling tokio-tungstenite v0.21.0
25722026-05-29T00:08:43.519Z Compiling wyz v0.5.1
25732026-05-29T00:08:43.870Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25742026-05-29T00:08:43.893Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-05-29T00:08:43.950Z Compiling num-derive v0.3.3
25762026-05-29T00:08:44.839Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25772026-05-29T00:08:44.864Z Compiling zerocopy-derive v0.6.6
25782026-05-29T00:08:44.914Z Compiling proc-macro-error-attr2 v2.0.0
25792026-05-29T00:08:44.967Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25802026-05-29T00:08:45.332Z Compiling crc-catalog v2.4.0
25812026-05-29T00:08:45.464Z Compiling funty v2.0.0
25822026-05-29T00:08:45.645Z Compiling packed_struct v0.10.1
25832026-05-29T00:08:45.772Z Compiling zerocopy v0.6.6
25842026-05-29T00:08:45.964Z Compiling bitvec v1.0.1
25852026-05-29T00:08:46.175Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25862026-05-29T00:08:46.446Z Compiling crc v3.4.0
25872026-05-29T00:08:46.682Z Compiling proc-macro-error2 v2.0.1
25882026-05-29T00:08:46.724Z Compiling libscf-sys v1.1.0
25892026-05-29T00:08:47.011Z Compiling packed_struct_codegen v0.10.1
25902026-05-29T00:08:47.059Z Compiling vergen-lib v0.1.6
25912026-05-29T00:08:47.300Z Compiling bitfield-macros v0.19.4
25922026-05-29T00:08:47.863Z Compiling indexmap v1.9.3
25932026-05-29T00:08:47.923Z Compiling nodrop v0.1.14
25942026-05-29T00:08:48.074Z Compiling array-init v0.0.4
25952026-05-29T00:08:48.168Z Compiling bitfield v0.19.4
25962026-05-29T00:08:48.174Z Compiling tabled_derive v0.11.0
25972026-05-29T00:08:48.364Z Compiling smallvec v0.6.14
25982026-05-29T00:08:48.412Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25992026-05-29T00:08:48.624Z Compiling papergrid v0.17.0
26002026-05-29T00:08:48.645Z Compiling testing_table v0.3.0
26012026-05-29T00:08:48.888Z Compiling vergen-gitcl v1.0.8
26022026-05-29T00:08:49.087Z Compiling dirs-sys-next v0.1.2
26032026-05-29T00:08:49.117Z Compiling glob v0.3.3
26042026-05-29T00:08:49.122Z Compiling crunchy v0.2.4
26052026-05-29T00:08:49.239Z Compiling diesel_derives v2.3.7
26062026-05-29T00:08:49.360Z Compiling hashbrown v0.12.3
26072026-05-29T00:08:49.429Z Compiling maplit v1.0.2
26082026-05-29T00:08:49.497Z Compiling clang-sys v1.8.1
26092026-05-29T00:08:49.551Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-29T00:08:49.554Z Compiling dirs-next v2.0.0
26112026-05-29T00:08:49.627Z Compiling serde-hex v0.1.0
26122026-05-29T00:08:49.751Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-05-29T00:08:49.967Z Compiling tabled v0.20.0
26142026-05-29T00:08:49.990Z Compiling ron v0.8.1
26152026-05-29T00:08:50.013Z Compiling hashbrown v0.13.2
26162026-05-29T00:08:50.071Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-29T00:08:50.443Z Compiling dsl_auto_type v0.2.0
26182026-05-29T00:08:50.506Z Compiling scheduled-thread-pool v0.2.7
26192026-05-29T00:08:50.635Z Compiling diesel_table_macro_syntax v0.3.0
26202026-05-29T00:08:50.870Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-29T00:08:50.997Z Compiling crc-any v2.5.0
26222026-05-29T00:08:51.108Z Compiling tiny-keccak v2.0.2
26232026-05-29T00:08:51.379Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26242026-05-29T00:08:51.557Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-29T00:08:51.562Z Compiling r2d2 v0.8.10
26262026-05-29T00:08:51.562Z Compiling object v0.30.4
26272026-05-29T00:08:51.811Z Compiling term v0.7.0
26282026-05-29T00:08:51.949Z Compiling xshell-macros v0.2.7
26292026-05-29T00:08:52.138Z Compiling bit-vec v0.6.3
26302026-05-29T00:08:52.157Z Compiling downcast-rs v2.0.2
26312026-05-29T00:08:52.291Z Compiling path-slash v0.1.5
26322026-05-29T00:08:52.350Z Compiling xshell v0.2.7
26332026-05-29T00:08:52.372Z Compiling bit-set v0.5.3
26342026-05-29T00:08:52.395Z Compiling ascii-canvas v3.0.0
26352026-05-29T00:08:52.484Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-05-29T00:08:52.660Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-29T00:08:52.682Z Compiling itertools v0.10.5
26382026-05-29T00:08:52.839Z Compiling ena v0.14.4
26392026-05-29T00:08:53.112Z Compiling libloading v0.8.9
26402026-05-29T00:08:53.174Z Compiling regex-syntax v0.6.29
26412026-05-29T00:08:53.348Z Compiling unicase v2.9.0
26422026-05-29T00:08:53.661Z Compiling crc8 v0.1.1
26432026-05-29T00:08:53.730Z Compiling diff v0.1.13
26442026-05-29T00:08:53.803Z Compiling bindgen v0.71.1
26452026-05-29T00:08:53.825Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-05-29T00:08:54.134Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26472026-05-29T00:08:54.427Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-05-29T00:08:55.040Z Compiling lalrpop v0.19.12
26492026-05-29T00:08:55.114Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26502026-05-29T00:08:55.178Z Compiling cexpr v0.6.0
26512026-05-29T00:08:55.463Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-05-29T00:08:55.695Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-05-29T00:08:55.747Z Compiling rustc-hash v2.1.1
26542026-05-29T00:08:55.821Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-05-29T00:08:55.865Z Compiling headers-core v0.3.0
26562026-05-29T00:08:55.916Z Compiling libxml v0.3.3
26572026-05-29T00:08:56.039Z Compiling headers v0.4.1
26582026-05-29T00:08:56.061Z Compiling diesel v2.3.7
26592026-05-29T00:08:56.234Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-05-29T00:08:56.372Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26612026-05-29T00:08:56.493Z Compiling typify-impl v0.4.3
26622026-05-29T00:08:56.662Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26632026-05-29T00:08:56.894Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26642026-05-29T00:08:57.107Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-05-29T00:08:57.513Z Compiling strum_macros v0.24.3
26662026-05-29T00:08:57.813Z Compiling git-stub v1.0.0
26672026-05-29T00:08:57.872Z Compiling indoc v1.0.9
26682026-05-29T00:08:58.086Z Compiling git-stub-vcs v0.1.0
26692026-05-29T00:08:58.304Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-05-29T00:08:58.465Z Compiling derive_builder v0.20.2
26712026-05-29T00:08:58.537Z Compiling quick-xml v0.37.5
26722026-05-29T00:08:58.644Z Compiling oso-derive v0.27.3
26732026-05-29T00:08:58.775Z Compiling impl-trait-for-tuples v0.2.3
26742026-05-29T00:08:59.153Z Compiling openssl-probe v0.1.6
26752026-05-29T00:08:59.490Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26762026-05-29T00:08:59.906Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-05-29T00:09:00.104Z Compiling typify-macro v0.4.3
26782026-05-29T00:09:00.126Z Compiling half v1.8.3
26792026-05-29T00:09:00.241Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-05-29T00:09:00.425Z Compiling serde_cbor v0.11.2
26812026-05-29T00:09:00.448Z Compiling bb8 v0.8.6
26822026-05-29T00:09:00.468Z Compiling trait-variant v0.1.2
26832026-05-29T00:09:00.614Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26842026-05-29T00:09:00.672Z Compiling samael v0.0.19
26852026-05-29T00:09:00.840Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26862026-05-29T00:09:01.013Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26872026-05-29T00:09:01.178Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-05-29T00:09:01.460Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26892026-05-29T00:09:01.521Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902026-05-29T00:09:01.737Z Compiling typify v0.4.3
26912026-05-29T00:09:01.768Z Compiling fxhash v0.2.1
26922026-05-29T00:09:01.887Z Compiling progenitor-impl v0.11.2
26932026-05-29T00:09:01.912Z Compiling libz-sys v1.1.24
26942026-05-29T00:09:01.942Z Compiling nonempty v0.12.0
26952026-05-29T00:09:02.184Z Compiling salty v0.3.0
26962026-05-29T00:09:02.497Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26972026-05-29T00:09:02.527Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26982026-05-29T00:09:02.627Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26992026-05-29T00:09:02.650Z Compiling polar-core v0.27.3
27002026-05-29T00:09:02.735Z Compiling progenitor-client v0.11.2
27012026-05-29T00:09:02.926Z Compiling kstat-rs v0.2.4
27022026-05-29T00:09:02.959Z Compiling arc-swap v1.8.2
27032026-05-29T00:09:03.294Z Compiling fs-err v2.11.0
27042026-05-29T00:09:03.580Z Compiling mime_guess v2.0.5
27052026-05-29T00:09:03.673Z Compiling slog-scope v4.4.1
27062026-05-29T00:09:04.065Z Compiling progenitor-macro v0.11.2
27072026-05-29T00:09:04.134Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27082026-05-29T00:09:04.156Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-05-29T00:09:04.836Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27102026-05-29T00:09:06.883Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-29T00:09:07.095Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-29T00:09:07.144Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-29T00:09:07.385Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-29T00:09:07.736Z Compiling darling_core v0.23.0
27152026-05-29T00:09:08.122Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27162026-05-29T00:09:08.428Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172026-05-29T00:09:08.607Z Compiling progenitor v0.11.2
27182026-05-29T00:09:08.813Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-29T00:09:08.828Z Compiling nanorand v0.7.0
27202026-05-29T00:09:09.209Z Compiling libgit2-sys v0.18.3+1.9.2
27212026-05-29T00:09:09.628Z Compiling parking_lot_core v0.8.6
27222026-05-29T00:09:09.949Z Compiling darling_macro v0.23.0
27232026-05-29T00:09:10.506Z Compiling flume v0.11.1
27242026-05-29T00:09:10.903Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-29T00:09:12.708Z Compiling oso v0.27.3
27262026-05-29T00:09:16.397Z Compiling async-bb8-diesel v0.2.1
27272026-05-29T00:09:16.745Z Compiling diesel-dtrace v0.5.0
27282026-05-29T00:09:16.778Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-05-29T00:09:16.953Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-05-29T00:09:17.021Z Compiling slog-stdlog v4.1.1
27312026-05-29T00:09:17.241Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-05-29T00:09:17.492Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-05-29T00:09:18.677Z Compiling primeorder v0.13.6
27342026-05-29T00:09:18.986Z Compiling atty v0.2.14
27352026-05-29T00:09:19.015Z Compiling http-range v0.1.5
27362026-05-29T00:09:19.117Z Compiling strsim v0.10.0
27372026-05-29T00:09:19.154Z Compiling parse-size v1.1.0
27382026-05-29T00:09:19.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-05-29T00:09:19.256Z Compiling instability v0.3.11
27402026-05-29T00:09:19.362Z Compiling darling_core v0.13.4
27412026-05-29T00:09:19.386Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-05-29T00:09:19.432Z Compiling p384 v0.13.1
27432026-05-29T00:09:19.478Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-05-29T00:09:19.556Z Compiling slog-envlogger v2.2.0
27452026-05-29T00:09:21.039Z Compiling darling v0.23.0
27462026-05-29T00:09:21.518Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-29T00:09:21.628Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-29T00:09:21.651Z Compiling ignore v0.4.25
27492026-05-29T00:09:22.142Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-29T00:09:22.375Z Compiling vergen-git2 v9.1.0
27512026-05-29T00:09:22.625Z Compiling castaway v0.2.4
27522026-05-29T00:09:22.670Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-29T00:09:22.791Z Compiling indoc v2.0.7
27542026-05-29T00:09:22.984Z Compiling compact_str v0.8.1
27552026-05-29T00:09:23.448Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-29T00:09:23.602Z Compiling globwalk v0.9.1
27572026-05-29T00:09:23.955Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27582026-05-29T00:09:24.196Z Compiling parking_lot v0.11.2
27592026-05-29T00:09:24.506Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-29T00:09:25.141Z Compiling hyper-staticfile v0.10.1
27612026-05-29T00:09:25.200Z Compiling darling_macro v0.13.4
27622026-05-29T00:09:25.725Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-29T00:09:26.392Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27642026-05-29T00:09:26.439Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-29T00:09:26.712Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27662026-05-29T00:09:27.075Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27672026-05-29T00:09:27.205Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-05-29T00:09:27.256Z Compiling predicates-tree v1.0.13
27692026-05-29T00:09:27.338Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27702026-05-29T00:09:27.377Z Compiling unicode-truncate v1.1.0
27712026-05-29T00:09:27.571Z Compiling lru v0.12.5
27722026-05-29T00:09:27.594Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-29T00:09:27.727Z Compiling rand_seeder v0.4.0
27742026-05-29T00:09:27.811Z Compiling prefix-trie v0.7.0
27752026-05-29T00:09:27.844Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-29T00:09:27.991Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-29T00:09:28.201Z Compiling corncobs v0.1.4
27782026-05-29T00:09:28.242Z Compiling rustls v0.21.12
27792026-05-29T00:09:28.267Z Compiling cassowary v0.3.0
27802026-05-29T00:09:28.308Z Compiling illumos-nvpair-sys v0.2.0
27812026-05-29T00:09:28.364Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-29T00:09:28.492Z Compiling hickory-server v0.25.2
27832026-05-29T00:09:28.520Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-05-29T00:09:28.568Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-29T00:09:28.599Z Compiling ratatui v0.29.0
27862026-05-29T00:09:28.793Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-05-29T00:09:28.880Z Compiling camino-tempfile-ext v0.3.3
27882026-05-29T00:09:29.030Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-29T00:09:29.089Z Compiling darling v0.13.4
27902026-05-29T00:09:29.540Z Compiling sled v0.34.7
27912026-05-29T00:09:29.816Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-05-29T00:09:29.876Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27932026-05-29T00:09:30.452Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-29T00:09:31.730Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-29T00:09:33.003Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-05-29T00:09:33.178Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-05-29T00:09:33.239Z Compiling sct v0.7.1
27982026-05-29T00:09:33.424Z Compiling rustls-webpki v0.101.7
27992026-05-29T00:09:33.528Z Compiling secrecy v0.8.0
28002026-05-29T00:09:33.595Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-05-29T00:09:34.146Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-05-29T00:09:34.864Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-05-29T00:09:34.938Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28042026-05-29T00:09:35.177Z Compiling serde_with_macros v1.5.2
28052026-05-29T00:09:35.465Z Compiling git2 v0.20.4
28062026-05-29T00:09:36.009Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-05-29T00:09:36.046Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28082026-05-29T00:09:36.715Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28092026-05-29T00:09:36.846Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-05-29T00:09:37.028Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-05-29T00:09:37.262Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28122026-05-29T00:09:37.498Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-05-29T00:09:37.908Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-05-29T00:09:38.137Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-05-29T00:09:38.285Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-05-29T00:09:38.526Z Compiling void v1.0.2
28172026-05-29T00:09:38.665Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28182026-05-29T00:09:38.687Z Compiling lzss v0.8.2
28192026-05-29T00:09:38.943Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28202026-05-29T00:09:39.059Z Compiling illumos-nvpair v0.3.0
28212026-05-29T00:09:39.563Z Compiling serde_with v1.14.0
28222026-05-29T00:09:39.639Z Compiling tokio-rustls v0.24.1
28232026-05-29T00:09:39.929Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-05-29T00:09:40.736Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28252026-05-29T00:09:40.851Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-05-29T00:09:42.019Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28272026-05-29T00:09:42.738Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-05-29T00:09:43.384Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-05-29T00:09:43.482Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-05-29T00:09:43.632Z Compiling tungstenite v0.23.0
28312026-05-29T00:09:43.730Z Compiling rustls-pemfile v1.0.4
28322026-05-29T00:09:44.144Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28332026-05-29T00:09:44.365Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-05-29T00:09:44.599Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28352026-05-29T00:09:44.838Z Compiling nix v0.27.1
28362026-05-29T00:09:45.121Z Compiling twox-hash v2.1.2
28372026-05-29T00:09:45.642Z Compiling serde_bytes v0.11.19
28382026-05-29T00:09:45.954Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-05-29T00:09:46.003Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28402026-05-29T00:09:46.089Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28412026-05-29T00:09:46.301Z Compiling tokio-tungstenite v0.23.1
28422026-05-29T00:09:46.744Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-05-29T00:09:47.183Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-05-29T00:09:49.847Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-05-29T00:09:50.376Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28462026-05-29T00:09:51.032Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28472026-05-29T00:09:51.585Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-05-29T00:09:51.728Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-05-29T00:09:51.913Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28502026-05-29T00:09:52.189Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28512026-05-29T00:09:52.503Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-05-29T00:09:52.686Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-05-29T00:09:52.749Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-05-29T00:09:54.303Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-05-29T00:09:55.015Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-05-29T00:09:55.745Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-05-29T00:09:55.971Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-05-29T00:09:56.494Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-05-29T00:09:57.433Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-05-29T00:09:57.588Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-05-29T00:09:57.618Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28622026-05-29T00:09:57.838Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-05-29T00:09:58.907Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28642026-05-29T00:09:59.130Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-05-29T00:09:59.777Z Compiling signal-hook-tokio v0.3.1
28662026-05-29T00:09:59.968Z Compiling fatfs v0.3.6
28672026-05-29T00:10:00.066Z Compiling yasna v0.5.2
28682026-05-29T00:10:00.211Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28692026-05-29T00:10:00.321Z Compiling is_ci v1.2.0
28702026-05-29T00:10:00.541Z Compiling seq-macro v0.3.6
28712026-05-29T00:10:00.720Z Compiling assert_matches v1.5.0
28722026-05-29T00:10:00.834Z Compiling rcgen v0.12.1
28732026-05-29T00:10:00.969Z Compiling supports-color v3.0.2
28742026-05-29T00:10:01.051Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-05-29T00:10:01.281Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-05-29T00:10:01.431Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-05-29T00:10:01.638Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-05-29T00:10:01.887Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-05-29T00:10:02.123Z Compiling rtoolbox v0.0.3
28802026-05-29T00:10:02.405Z Compiling subprocess v0.2.15
28812026-05-29T00:10:02.875Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28822026-05-29T00:10:03.955Z Compiling rpassword v7.4.0
28832026-05-29T00:10:04.317Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28842026-05-29T00:10:04.636Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28852026-05-29T00:10:05.239Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28862026-05-29T00:10:05.374Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28872026-05-29T00:10:05.399Z Compiling tui-tree-widget v0.23.1
28882026-05-29T00:10:05.705Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28892026-05-29T00:10:06.655Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28902026-05-29T00:10:07.199Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28912026-05-29T00:10:07.223Z Compiling uzers v0.12.2
28922026-05-29T00:10:08.198Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28932026-05-29T00:10:09.917Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28942026-05-29T00:10:10.294Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28952026-05-29T00:10:10.977Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28962026-05-29T00:10:14.487Z Compiling support-bundle-viewer v0.1.2
28972026-05-29T00:10:15.739Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28982026-05-29T00:10:16.453Z Compiling multimap v0.10.1
28992026-05-29T00:10:25.317Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29002026-05-29T00:10:31.256Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29012026-05-29T00:10:38.060Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29022026-05-29T00:10:38.667Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29032026-05-29T00:10:40.131Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29042026-05-29T00:16:37.222Z Finished `release` profile [optimized] target(s) in 8m 16s
29052026-05-29T00:17:23.703Z
29062026-05-29T00:17:23.703Zreal 9:03.681963597
29072026-05-29T00:17:23.703Zuser 1:20:01.634269648
29082026-05-29T00:17:23.705Zsys 3:41.259562408
29092026-05-29T00:17:23.706Ztrap 1.824586812
29102026-05-29T00:17:23.706Ztflt 3.510593775
29112026-05-29T00:17:23.706Zdflt 20.260056451
29122026-05-29T00:17:23.706Zkflt 0.033706009
29132026-05-29T00:17:23.706Zlock 6:42:03.084784864
29142026-05-29T00:17:23.706Zslp 2:15:44.792747459
29152026-05-29T00:17:23.706Zlat 2:23.664088163
29162026-05-29T00:17:23.706Zstop 5:30.395226327
29172026-05-29T00:17:23.706Z+ mapfile -t packages
29182026-05-29T00:17:23.706Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29192026-05-29T00:17:24.682Z Finished `release` profile [optimized] target(s) in 0.96s
29202026-05-29T00:17:24.753Z Running `target/release/omicron-package -t test list-outputs`
29212026-05-29T00:17:24.820ZLogging to: /work/oxidecomputer/omicron/out/LOG
29222026-05-29T00:17:24.823Z+ ptime -m cargo build --locked --release -p xtask
29232026-05-29T00:17:25.364Z Compiling libc v0.2.185
29242026-05-29T00:17:25.364Z Compiling serde v1.0.228
29252026-05-29T00:17:25.366Z Compiling serde_core v1.0.228
29262026-05-29T00:17:25.367Z Compiling rustix v1.1.3
29272026-05-29T00:17:25.458Z Compiling bitflags v2.11.0
29282026-05-29T00:17:25.468Z Compiling serde_json v1.0.149
29292026-05-29T00:17:25.511Z Compiling num-traits v0.2.19
29302026-05-29T00:17:25.523Z Compiling syn v2.0.117
29312026-05-29T00:17:25.546Z Compiling smallvec v1.15.1
29322026-05-29T00:17:25.559Z Compiling indexmap v2.14.0
29332026-05-29T00:17:25.562Z Compiling usdt-impl v0.5.0
29342026-05-29T00:17:25.585Z Compiling syn v1.0.109
29352026-05-29T00:17:25.597Z Compiling percent-encoding v2.3.2
29362026-05-29T00:17:25.600Z Compiling getrandom v0.4.1
29372026-05-29T00:17:25.723Z Compiling log v0.4.29
29382026-05-29T00:17:25.879Z Compiling form_urlencoded v1.2.2
29392026-05-29T00:17:25.911Z Compiling fs-err v3.3.0
29402026-05-29T00:17:25.914Z Compiling heck v0.4.1
29412026-05-29T00:17:26.031Z Compiling once_cell v1.21.3
29422026-05-29T00:17:26.046Z Compiling anyhow v1.0.102
29432026-05-29T00:17:26.252Z Compiling thread-id v4.2.2
29442026-05-29T00:17:26.297Z Compiling errno v0.3.14
29452026-05-29T00:17:26.319Z Compiling memmap v0.7.0
29462026-05-29T00:17:26.556Z Compiling ordered-float v2.10.1
29472026-05-29T00:17:27.134Z Compiling proc-macro-error v1.0.4
29482026-05-29T00:17:27.316Z Compiling terminal_size v0.4.3
29492026-05-29T00:17:27.316Z Compiling tempfile v3.25.0
29502026-05-29T00:17:27.385Z Compiling tabled_derive v0.7.0
29512026-05-29T00:17:27.419Z Compiling clap_builder v4.5.60
29522026-05-29T00:17:27.419Z Compiling textwrap v0.16.2
29532026-05-29T00:17:27.551Z Compiling camino-tempfile v1.4.1
29542026-05-29T00:17:28.058Z Compiling synstructure v0.13.2
29552026-05-29T00:17:28.058Z Compiling pest_generator v2.8.6
29562026-05-29T00:17:28.089Z Compiling tabled v0.15.0
29572026-05-29T00:17:28.453Z Compiling serde_derive v1.0.228
29582026-05-29T00:17:28.453Z Compiling zerofrom-derive v0.1.6
29592026-05-29T00:17:28.453Z Compiling yoke-derive v0.8.1
29602026-05-29T00:17:28.456Z Compiling zerovec-derive v0.11.2
29612026-05-29T00:17:28.456Z Compiling displaydoc v0.2.5
29622026-05-29T00:17:28.456Z Compiling thiserror-impl v1.0.69
29632026-05-29T00:17:28.456Z Compiling zerocopy-derive v0.7.35
29642026-05-29T00:17:28.456Z Compiling scroll_derive v0.12.1
29652026-05-29T00:17:28.456Z Compiling thiserror-impl v2.0.18
29662026-05-29T00:17:28.456Z Compiling clap_derive v4.5.55
29672026-05-29T00:17:28.598Z Compiling pest_derive v2.8.6
29682026-05-29T00:17:29.135Z Compiling scroll v0.12.0
29692026-05-29T00:17:29.309Z Compiling zerocopy v0.7.35
29702026-05-29T00:17:29.476Z Compiling goblin v0.8.2
29712026-05-29T00:17:29.584Z Compiling zerofrom v0.1.6
29722026-05-29T00:17:29.654Z Compiling thiserror v1.0.69
29732026-05-29T00:17:29.720Z Compiling yoke v0.8.1
29742026-05-29T00:17:29.749Z Compiling dtrace-parser v0.2.0
29752026-05-29T00:17:29.801Z Compiling thiserror v2.0.18
29762026-05-29T00:17:29.911Z Compiling zerovec v0.11.5
29772026-05-29T00:17:29.924Z Compiling zerotrie v0.2.3
29782026-05-29T00:17:30.181Z Compiling clap v4.5.60
29792026-05-29T00:17:30.538Z Compiling tinystr v0.8.2
29802026-05-29T00:17:30.782Z Compiling icu_locale_core v2.1.1
29812026-05-29T00:17:31.408Z Compiling potential_utf v0.1.4
29822026-05-29T00:17:31.618Z Compiling icu_collections v2.1.1
29832026-05-29T00:17:31.631Z Compiling icu_provider v2.1.1
29842026-05-29T00:17:31.855Z Compiling serde_spanned v0.6.9
29852026-05-29T00:17:32.051Z Compiling icu_properties v2.1.2
29862026-05-29T00:17:32.076Z Compiling icu_normalizer v2.1.1
29872026-05-29T00:17:32.139Z Compiling toml_datetime v0.6.11
29882026-05-29T00:17:32.173Z Compiling dof v0.3.0
29892026-05-29T00:17:32.394Z Compiling toml_edit v0.22.27
29902026-05-29T00:17:32.545Z Compiling serde_tokenstream v0.2.3
29912026-05-29T00:17:32.568Z Compiling serde-value v0.7.0
29922026-05-29T00:17:32.734Z Compiling cargo-platform v0.2.0
29932026-05-29T00:17:32.765Z Compiling macaddr v1.0.1
29942026-05-29T00:17:33.017Z Compiling idna_adapter v1.2.1
29952026-05-29T00:17:33.143Z Compiling idna v1.1.0
29962026-05-29T00:17:33.291Z Compiling usdt-macro v0.5.0
29972026-05-29T00:17:33.380Z Compiling usdt-attr-macro v0.5.0
29982026-05-29T00:17:33.481Z Compiling url v2.5.8
29992026-05-29T00:17:33.997Z Compiling toml v0.8.23
30002026-05-29T00:17:34.044Z Compiling usdt v0.5.0
30012026-05-29T00:17:34.444Z Compiling cargo-util-schemas v0.8.2
30022026-05-29T00:17:34.445Z Compiling cargo_toml v0.21.0
30032026-05-29T00:17:35.475Z Compiling cargo_metadata v0.21.0
30042026-05-29T00:17:38.581Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-05-29T00:17:41.617Z Finished `release` profile [optimized] target(s) in 16.78s
30062026-05-29T00:17:41.787Z
30072026-05-29T00:17:41.787Zreal 16.923555254
30082026-05-29T00:17:41.787Zuser 2:24.034013568
30092026-05-29T00:17:41.787Zsys 17.467848204
30102026-05-29T00:17:41.863Ztrap 0.100554801
30112026-05-29T00:17:41.863Ztflt 0.598127249
30122026-05-29T00:17:41.863Zdflt 1.528558656
30132026-05-29T00:17:41.863Zkflt 0.000037400
30142026-05-29T00:17:41.863Zlock 5:29.013513312
30152026-05-29T00:17:41.863Zslp 3:32.294426154
30162026-05-29T00:17:41.863Zlat 6.554322123
30172026-05-29T00:17:41.863Zstop 21.048083909
30182026-05-29T00:17:41.863Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-05-29T00:17:41.863Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30202026-05-29T00:17:41.863Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-05-29T00:17:41.863Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30222026-05-29T00:17:41.863Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30232026-05-29T00:17:42.754Z Compiling newtype-uuid-macros v0.1.0
30242026-05-29T00:17:42.754Z Compiling progenitor-client v0.14.0
30252026-05-29T00:17:42.754Z Compiling structmeta-derive v0.3.0
30262026-05-29T00:17:42.757Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-05-29T00:17:42.757Z Compiling rustls v0.22.4
30282026-05-29T00:17:42.757Z Compiling rustls-webpki v0.102.8
30292026-05-29T00:17:42.903Z Compiling multer v3.1.0
30302026-05-29T00:17:42.906Z Compiling compression-core v0.4.31
30312026-05-29T00:17:42.920Z Compiling match_cfg v0.1.0
30322026-05-29T00:17:42.923Z Compiling debug-ignore v1.0.5
30332026-05-29T00:17:42.923Z Compiling slog-json v2.6.1
30342026-05-29T00:17:42.923Z Compiling async-stream-impl v0.3.6
30352026-05-29T00:17:42.932Z Compiling toml_datetime v1.0.0+spec-1.1.0
30362026-05-29T00:17:42.935Z Compiling serde_spanned v1.0.4
30372026-05-29T00:17:43.032Z Compiling hostname v0.3.1
30382026-05-29T00:17:43.036Z Compiling dropshot v0.17.0
30392026-05-29T00:17:43.048Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-05-29T00:17:43.082Z Compiling itertools v0.14.0
30412026-05-29T00:17:43.184Z Compiling compression-codecs v0.4.37
30422026-05-29T00:17:43.223Z Compiling slog-bunyan v2.5.0
30432026-05-29T00:17:43.244Z Compiling waitgroup v0.1.2
30442026-05-29T00:17:43.244Z Compiling rustls-pemfile v2.2.0
30452026-05-29T00:17:43.280Z Compiling toml v1.0.6+spec-1.1.0
30462026-05-29T00:17:43.339Z Compiling dropshot_endpoint v0.17.0
30472026-05-29T00:17:43.396Z Compiling async-compression v0.4.41
30482026-05-29T00:17:43.397Z Compiling hostname v0.4.2
30492026-05-29T00:17:43.435Z Compiling serde_path_to_error v0.1.20
30502026-05-29T00:17:43.451Z Compiling regress v0.10.5
30512026-05-29T00:17:43.489Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30522026-05-29T00:17:43.493Z Compiling macaddr v1.0.1
30532026-05-29T00:17:43.493Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-05-29T00:17:43.585Z Compiling instant v0.1.13
30552026-05-29T00:17:43.673Z Compiling async-stream v0.3.6
30562026-05-29T00:17:43.695Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572026-05-29T00:17:43.713Z Compiling backon v1.6.0
30582026-05-29T00:17:43.732Z Compiling backoff v0.4.0
30592026-05-29T00:17:43.761Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-05-29T00:17:43.779Z Compiling progenitor-client v0.10.0
30612026-05-29T00:17:43.810Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30622026-05-29T00:17:43.827Z Compiling humantime v2.3.0
30632026-05-29T00:17:43.876Z Compiling universal-hash v0.5.1
30642026-05-29T00:17:43.925Z Compiling progenitor-extras v0.2.0
30652026-05-29T00:17:43.951Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-05-29T00:17:43.954Z Compiling opaque-debug v0.3.1
30672026-05-29T00:17:43.987Z Compiling half v2.7.1
30682026-05-29T00:17:44.036Z Compiling ciborium-io v0.2.2
30692026-05-29T00:17:44.039Z Compiling structmeta v0.3.0
30702026-05-29T00:17:44.071Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-05-29T00:17:44.114Z Compiling crucible-workspace-hack v0.1.0
30722026-05-29T00:17:44.131Z Compiling regress v0.11.1
30732026-05-29T00:17:44.151Z Compiling convert_case v0.4.0
30742026-05-29T00:17:44.171Z Compiling aead v0.5.2
30752026-05-29T00:17:44.212Z Compiling secrecy v0.10.3
30762026-05-29T00:17:44.232Z Compiling unsafe-libyaml v0.2.11
30772026-05-29T00:17:44.305Z Compiling derive-ex v0.1.8
30782026-05-29T00:17:44.324Z Compiling parse-display-derive v0.10.0
30792026-05-29T00:17:44.357Z Compiling ciborium-ll v0.2.2
30802026-05-29T00:17:44.377Z Compiling poly1305 v0.8.0
30812026-05-29T00:17:44.414Z Compiling chacha20 v0.9.1
30822026-05-29T00:17:44.434Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-05-29T00:17:44.470Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30842026-05-29T00:17:44.495Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30852026-05-29T00:17:44.567Z Compiling derive_more v0.99.20
30862026-05-29T00:17:44.610Z Compiling ciborium v0.2.2
30872026-05-29T00:17:44.634Z Compiling thiserror-impl-no-std v2.0.2
30882026-05-29T00:17:44.708Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30892026-05-29T00:17:44.748Z Compiling byte-wrapper v0.1.0
30902026-05-29T00:17:44.840Z Compiling serde_yaml v0.9.34+deprecated
30912026-05-29T00:17:44.859Z Compiling blake2 v0.10.6
30922026-05-29T00:17:45.023Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30932026-05-29T00:17:45.138Z Compiling password-hash v0.5.0
30942026-05-29T00:17:45.169Z Compiling chacha20poly1305 v0.10.1
30952026-05-29T00:17:45.194Z Compiling indent_write v2.2.0
30962026-05-29T00:17:45.213Z Compiling heapless v0.8.0
30972026-05-29T00:17:45.232Z Compiling toml_datetime v0.7.5+spec-1.1.0
30982026-05-29T00:17:45.350Z Compiling ingot-macros v0.1.1
30992026-05-29T00:17:45.368Z Compiling tabwriter v1.4.1
31002026-05-29T00:17:45.457Z Compiling tokio-rustls v0.25.0
31012026-05-29T00:17:45.525Z Compiling argon2 v0.5.3
31022026-05-29T00:17:45.589Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-05-29T00:17:45.625Z Compiling hash32 v0.3.1
31042026-05-29T00:17:45.745Z Compiling typify-impl v0.6.2
31052026-05-29T00:17:45.830Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-05-29T00:17:45.903Z Compiling thiserror-no-std v2.0.2
31072026-05-29T00:17:46.022Z Compiling vsss-rs v3.3.4
31082026-05-29T00:17:46.080Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31092026-05-29T00:17:46.116Z Compiling test-strategy v0.4.5
31102026-05-29T00:17:46.153Z Compiling parse-display v0.10.0
31112026-05-29T00:17:46.426Z Compiling smoltcp v0.11.0
31122026-05-29T00:17:46.444Z Compiling proc-macro-crate v3.4.0
31132026-05-29T00:17:46.694Z Compiling num-rational v0.4.2
31142026-05-29T00:17:46.768Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31152026-05-29T00:17:46.809Z Compiling cobs v0.3.0
31162026-05-29T00:17:46.858Z Compiling num-complex v0.4.6
31172026-05-29T00:17:46.905Z Compiling colored v3.1.1
31182026-05-29T00:17:46.994Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-05-29T00:17:47.063Z Compiling postcard v1.1.3
31202026-05-29T00:17:47.081Z Compiling num_enum_derive v0.7.5
31212026-05-29T00:17:47.102Z Compiling proc-macro-error v1.0.4
31222026-05-29T00:17:47.245Z Compiling num v0.4.3
31232026-05-29T00:17:47.287Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31242026-05-29T00:17:47.303Z Compiling proc-macro-crate v1.3.1
31252026-05-29T00:17:47.320Z Compiling atomicwrites v0.4.4
31262026-05-29T00:17:47.345Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31272026-05-29T00:17:47.363Z Compiling foreign-types-macros v0.2.3
31282026-05-29T00:17:47.446Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31292026-05-29T00:17:47.465Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-29T00:17:47.519Z Compiling foreign-types-shared v0.3.1
31312026-05-29T00:17:47.550Z Compiling rayon-core v1.13.0
31322026-05-29T00:17:47.636Z Compiling float-ord v0.3.2
31332026-05-29T00:17:47.656Z Compiling cpufeatures v0.3.0
31342026-05-29T00:17:47.758Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31352026-05-29T00:17:47.777Z Compiling num_enum_derive v0.5.11
31362026-05-29T00:17:47.781Z Compiling chacha20 v0.10.0
31372026-05-29T00:17:47.810Z Compiling crossbeam-deque v0.8.6
31382026-05-29T00:17:47.813Z Compiling camino-tempfile v1.4.1
31392026-05-29T00:17:47.865Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-05-29T00:17:47.865Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31412026-05-29T00:17:47.900Z Compiling cstr-argument v0.1.2
31422026-05-29T00:17:48.026Z Compiling foreign-types v0.5.0
31432026-05-29T00:17:48.044Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-05-29T00:17:48.106Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31452026-05-29T00:17:48.110Z Compiling rand v0.10.0
31462026-05-29T00:17:48.160Z Compiling toml v0.8.23
31472026-05-29T00:17:48.237Z Compiling num_enum v0.7.5
31482026-05-29T00:17:48.300Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31492026-05-29T00:17:48.375Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31502026-05-29T00:17:48.396Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-05-29T00:17:48.399Z Compiling zone_cfg_derive v0.3.1
31522026-05-29T00:17:48.399Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-05-29T00:17:48.416Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31542026-05-29T00:17:48.471Z Compiling ingot-types v0.1.2
31552026-05-29T00:17:48.489Z Compiling itertools v0.12.1
31562026-05-29T00:17:48.557Z Compiling rayon v1.11.0
31572026-05-29T00:17:48.579Z Compiling num-derive v0.4.2
31582026-05-29T00:17:48.622Z Compiling sigpipe v0.1.3
31592026-05-29T00:17:48.688Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-05-29T00:17:48.713Z Compiling glob v0.3.3
31612026-05-29T00:17:48.832Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31622026-05-29T00:17:48.858Z Compiling ingot v0.1.1
31632026-05-29T00:17:48.903Z Compiling num_enum v0.5.11
31642026-05-29T00:17:48.927Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31652026-05-29T00:17:48.944Z Compiling smf v0.2.3
31662026-05-29T00:17:49.054Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-05-29T00:17:49.090Z Compiling prettyplease v0.2.37
31682026-05-29T00:17:49.111Z Compiling whoami v1.6.1
31692026-05-29T00:17:49.139Z Compiling usdt-attr-macro v0.5.0
31702026-05-29T00:17:49.158Z Compiling usdt-macro v0.5.0
31712026-05-29T00:17:49.201Z Compiling gethostname v0.5.0
31722026-05-29T00:17:49.396Z Compiling memmap v0.7.0
31732026-05-29T00:17:49.428Z Compiling derive-where v1.6.0
31742026-05-29T00:17:49.543Z Compiling resolv-conf v0.7.6
31752026-05-29T00:17:49.637Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31762026-05-29T00:17:49.655Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-05-29T00:17:49.672Z Compiling owo-colors v4.3.0
31782026-05-29T00:17:49.818Z Compiling zone v0.3.1
31792026-05-29T00:17:49.838Z Compiling cancel-safe-futures v0.1.5
31802026-05-29T00:17:49.930Z Compiling libsw-core v0.3.2
31812026-05-29T00:17:50.014Z Compiling console v0.15.11
31822026-05-29T00:17:50.069Z Compiling hickory-proto v0.24.4
31832026-05-29T00:17:50.085Z Compiling usdt v0.5.0
31842026-05-29T00:17:50.138Z Compiling libsw v3.5.0
31852026-05-29T00:17:50.352Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-29T00:17:50.394Z Compiling newline-converter v0.3.0
31872026-05-29T00:17:50.411Z Compiling progenitor-client v0.13.0
31882026-05-29T00:17:50.436Z Compiling libefi-sys v0.1.0
31892026-05-29T00:17:50.500Z Compiling linear-map v1.2.0
31902026-05-29T00:17:50.529Z Compiling typify-macro v0.6.2
31912026-05-29T00:17:50.548Z Compiling linked-hash-map v0.5.6
31922026-05-29T00:17:50.551Z Compiling expectorate v1.2.0
31932026-05-29T00:17:50.640Z Compiling git-stub v1.0.0
31942026-05-29T00:17:50.658Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31952026-05-29T00:17:50.708Z Compiling bitfield-struct v0.6.2
31962026-05-29T00:17:50.725Z Compiling semver v0.1.20
31972026-05-29T00:17:50.754Z Compiling lru-cache v0.1.2
31982026-05-29T00:17:50.781Z Compiling tokio-dtrace v0.1.1
31992026-05-29T00:17:50.872Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-05-29T00:17:50.894Z Compiling git-stub-vcs v0.1.0
32012026-05-29T00:17:50.910Z Compiling dropshot-api-manager-types v0.7.2
32022026-05-29T00:17:50.933Z Compiling rustc_version v0.1.7
32032026-05-29T00:17:50.951Z Compiling slog-dtrace v0.3.0
32042026-05-29T00:17:50.985Z Compiling minimal-lexical v0.2.1
32052026-05-29T00:17:51.015Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-05-29T00:17:51.052Z Compiling oxide-tokio-rt v0.1.4
32072026-05-29T00:17:51.103Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-05-29T00:17:51.122Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-05-29T00:17:51.204Z Compiling newtype_derive v0.1.6
32102026-05-29T00:17:51.240Z Compiling nom v7.1.3
32112026-05-29T00:17:51.274Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-05-29T00:17:51.293Z Compiling phf_shared v0.12.1
32132026-05-29T00:17:51.296Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-29T00:17:51.392Z Compiling csv-core v0.1.13
32152026-05-29T00:17:51.412Z Compiling xshell-macros v0.2.7
32162026-05-29T00:17:51.462Z Compiling highway v1.3.0
32172026-05-29T00:17:51.480Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-05-29T00:17:51.501Z Compiling chrono-tz v0.10.4
32192026-05-29T00:17:51.583Z Compiling const_format_proc_macros v0.2.34
32202026-05-29T00:17:51.744Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-29T00:17:51.766Z Compiling csv v1.4.0
32222026-05-29T00:17:51.832Z Compiling phf v0.12.1
32232026-05-29T00:17:51.877Z Compiling xshell v0.2.7
32242026-05-29T00:17:51.952Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-29T00:17:51.969Z Compiling primeorder v0.13.6
32262026-05-29T00:17:52.120Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32272026-05-29T00:17:52.190Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-05-29T00:17:52.271Z Compiling tabled_derive v0.7.0
32292026-05-29T00:17:52.291Z Compiling hickory-resolver v0.24.4
32302026-05-29T00:17:52.346Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-05-29T00:17:52.444Z Compiling bcs v0.1.6
32322026-05-29T00:17:52.488Z Compiling const_format v0.2.35
32332026-05-29T00:17:52.492Z Compiling typify v0.6.2
32342026-05-29T00:17:52.591Z Compiling termtree v0.5.1
32352026-05-29T00:17:52.643Z Compiling progenitor-impl v0.14.0
32362026-05-29T00:17:52.663Z Compiling progenitor-impl v0.13.0
32372026-05-29T00:17:52.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-05-29T00:17:52.785Z Compiling tagptr v0.2.0
32392026-05-29T00:17:52.815Z Compiling salty v0.3.0
32402026-05-29T00:17:52.842Z Compiling textwrap v0.16.2
32412026-05-29T00:17:52.979Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32422026-05-29T00:17:53.049Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32432026-05-29T00:17:53.084Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-05-29T00:17:53.247Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32452026-05-29T00:17:53.343Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32462026-05-29T00:17:53.371Z Compiling qorb v0.4.1
32472026-05-29T00:17:53.453Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32482026-05-29T00:17:53.477Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-29T00:17:53.578Z Compiling tabled v0.15.0
32502026-05-29T00:17:53.626Z Compiling moka v0.12.13
32512026-05-29T00:17:53.713Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32522026-05-29T00:17:54.022Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-05-29T00:17:54.042Z Compiling steno v0.4.1
32542026-05-29T00:17:54.156Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32552026-05-29T00:17:54.337Z Compiling base64 v0.21.7
32562026-05-29T00:17:54.431Z Compiling radium v0.7.0
32572026-05-29T00:17:54.509Z Compiling hickory-resolver v0.25.2
32582026-05-29T00:17:54.708Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-29T00:17:54.774Z Compiling p384 v0.13.1
32602026-05-29T00:17:54.862Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-05-29T00:17:55.106Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-05-29T00:17:55.125Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32632026-05-29T00:17:55.338Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-05-29T00:17:55.370Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-05-29T00:17:55.370Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-05-29T00:17:55.416Z Compiling typify-impl v0.4.3
32672026-05-29T00:17:55.430Z Compiling progenitor-macro v0.14.0
32682026-05-29T00:17:55.455Z Compiling tap v1.0.1
32692026-05-29T00:17:55.489Z Compiling progenitor-macro v0.13.0
32702026-05-29T00:17:55.509Z Compiling maybe-uninit v2.0.0
32712026-05-29T00:17:55.612Z Compiling wyz v0.5.1
32722026-05-29T00:17:55.899Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-05-29T00:17:55.983Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-05-29T00:17:56.083Z Compiling proc-macro-error-attr2 v2.0.0
32752026-05-29T00:17:56.102Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-05-29T00:17:56.162Z Compiling utf-8 v0.7.6
32772026-05-29T00:17:56.348Z Compiling packed_struct v0.10.1
32782026-05-29T00:17:56.396Z Compiling parking_lot_core v0.8.6
32792026-05-29T00:17:56.429Z Compiling funty v2.0.0
32802026-05-29T00:17:56.490Z Compiling tungstenite v0.21.0
32812026-05-29T00:17:56.558Z Compiling proc-macro-error2 v2.0.1
32822026-05-29T00:17:56.738Z Compiling polyval v0.6.2
32832026-05-29T00:17:56.778Z Compiling packed_struct_codegen v0.10.1
32842026-05-29T00:17:56.822Z Compiling bitvec v1.0.1
32852026-05-29T00:17:56.932Z Compiling num-derive v0.3.3
32862026-05-29T00:17:56.954Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32872026-05-29T00:17:57.035Z Compiling bitfield-macros v0.19.4
32882026-05-29T00:17:57.095Z Compiling zerocopy-derive v0.6.6
32892026-05-29T00:17:57.104Z Compiling indexmap v1.9.3
32902026-05-29T00:17:57.191Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-05-29T00:17:57.210Z Compiling crc-catalog v2.4.0
32922026-05-29T00:17:57.340Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32932026-05-29T00:17:57.358Z Compiling nodrop v0.1.14
32942026-05-29T00:17:57.447Z Compiling crc v3.4.0
32952026-05-29T00:17:57.465Z Compiling array-init v0.0.4
32962026-05-29T00:17:57.485Z Compiling tokio-tungstenite v0.21.0
32972026-05-29T00:17:57.595Z Compiling ghash v0.5.1
32982026-05-29T00:17:57.698Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-29T00:17:57.777Z Compiling tabled_derive v0.11.0
33002026-05-29T00:17:57.831Z Compiling bitfield v0.19.4
33012026-05-29T00:17:57.855Z Compiling smallvec v0.6.14
33022026-05-29T00:17:57.921Z Compiling libscf-sys v1.1.0
33032026-05-29T00:17:58.020Z Compiling zerocopy v0.6.6
33042026-05-29T00:17:58.103Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-05-29T00:17:58.121Z Compiling papergrid v0.17.0
33062026-05-29T00:17:58.172Z Compiling testing_table v0.3.0
33072026-05-29T00:17:58.211Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-29T00:17:58.213Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-05-29T00:17:58.374Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33102026-05-29T00:17:58.399Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-05-29T00:17:58.438Z Compiling ctr v0.9.2
33122026-05-29T00:17:58.655Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-29T00:17:58.687Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-29T00:17:58.690Z Compiling corncobs v0.1.4
33152026-05-29T00:17:58.732Z Compiling unicase v2.9.0
33162026-05-29T00:17:58.812Z Compiling illumos-nvpair-sys v0.2.0
33172026-05-29T00:17:58.900Z Compiling hashbrown v0.12.3
33182026-05-29T00:17:58.981Z Compiling mime_guess v2.0.5
33192026-05-29T00:17:59.010Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-05-29T00:17:59.047Z Compiling aes-gcm v0.10.3
33212026-05-29T00:17:59.083Z Compiling tabled v0.20.0
33222026-05-29T00:17:59.105Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-05-29T00:17:59.260Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-05-29T00:17:59.290Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33252026-05-29T00:17:59.459Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-05-29T00:17:59.492Z Compiling parking_lot v0.11.2
33272026-05-29T00:17:59.616Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-05-29T00:17:59.689Z Compiling serde-hex v0.1.0
33292026-05-29T00:17:59.755Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33302026-05-29T00:17:59.905Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-05-29T00:17:59.924Z Compiling ron v0.8.1
33322026-05-29T00:18:00.115Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-05-29T00:18:00.135Z Compiling typify-macro v0.4.3
33342026-05-29T00:18:00.163Z Compiling hashbrown v0.13.2
33352026-05-29T00:18:00.190Z Compiling progenitor-client v0.11.2
33362026-05-29T00:18:00.488Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-29T00:18:00.565Z Compiling blowfish v0.9.1
33382026-05-29T00:18:00.625Z Compiling prefix-trie v0.7.0
33392026-05-29T00:18:00.695Z Compiling ssh-encoding v0.2.0
33402026-05-29T00:18:00.713Z Compiling progenitor v0.14.0
33412026-05-29T00:18:00.793Z Compiling progenitor v0.13.0
33422026-05-29T00:18:00.838Z Compiling fxhash v0.2.1
33432026-05-29T00:18:00.854Z Compiling secrecy v0.8.0
33442026-05-29T00:18:00.902Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-05-29T00:18:00.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-29T00:18:01.009Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-05-29T00:18:01.026Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-05-29T00:18:01.051Z Compiling crc-any v2.5.0
33492026-05-29T00:18:01.068Z Compiling hickory-server v0.25.2
33502026-05-29T00:18:01.291Z Compiling sled v0.34.7
33512026-05-29T00:18:01.325Z Compiling ssh-cipher v0.2.0
33522026-05-29T00:18:01.538Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-05-29T00:18:01.591Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33542026-05-29T00:18:01.682Z Compiling bcrypt-pbkdf v0.10.0
33552026-05-29T00:18:01.807Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-05-29T00:18:01.848Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-05-29T00:18:02.026Z Compiling typify v0.4.3
33582026-05-29T00:18:02.118Z Compiling object v0.30.4
33592026-05-29T00:18:02.177Z Compiling progenitor-impl v0.11.2
33602026-05-29T00:18:02.233Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-05-29T00:18:02.332Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33622026-05-29T00:18:02.474Z Compiling password-hash v0.4.2
33632026-05-29T00:18:02.589Z Compiling half v1.8.3
33642026-05-29T00:18:02.682Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-05-29T00:18:02.914Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33662026-05-29T00:18:03.006Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33672026-05-29T00:18:03.059Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-29T00:18:03.169Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33692026-05-29T00:18:03.335Z Compiling path-slash v0.1.5
33702026-05-29T00:18:03.511Z Compiling http-range v0.1.5
33712026-05-29T00:18:03.743Z Compiling crc8 v0.1.1
33722026-05-29T00:18:03.865Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-05-29T00:18:04.033Z Compiling serde_cbor v0.11.2
33742026-05-29T00:18:04.163Z Compiling pbkdf2 v0.11.0
33752026-05-29T00:18:04.166Z Compiling illumos-nvpair v0.3.0
33762026-05-29T00:18:04.470Z Compiling ssh-key v0.6.7
33772026-05-29T00:18:04.682Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-05-29T00:18:04.732Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-05-29T00:18:04.913Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33802026-05-29T00:18:04.945Z Compiling progenitor-macro v0.11.2
33812026-05-29T00:18:05.175Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-05-29T00:18:05.179Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-05-29T00:18:05.292Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33842026-05-29T00:18:05.377Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-05-29T00:18:05.397Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-05-29T00:18:05.400Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-29T00:18:05.878Z Compiling p521 v0.13.3
33882026-05-29T00:18:05.882Z Compiling p256 v0.13.2
33892026-05-29T00:18:05.932Z Compiling yasna v0.5.2
33902026-05-29T00:18:06.209Z Compiling kstat-rs v0.2.4
33912026-05-29T00:18:06.228Z Compiling headers-core v0.3.0
33922026-05-29T00:18:06.251Z Compiling nanorand v0.7.0
33932026-05-29T00:18:06.323Z Compiling atty v0.2.14
33942026-05-29T00:18:06.385Z Compiling russh-cryptovec v0.7.3
33952026-05-29T00:18:06.388Z Compiling home v0.5.12
33962026-05-29T00:18:06.434Z Compiling md5 v0.7.0
33972026-05-29T00:18:06.464Z Compiling rcgen v0.12.1
33982026-05-29T00:18:06.514Z Compiling flume v0.11.1
33992026-05-29T00:18:06.586Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-05-29T00:18:06.612Z Compiling russh-keys v0.45.0
34012026-05-29T00:18:06.615Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34022026-05-29T00:18:06.645Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34032026-05-29T00:18:06.681Z Compiling headers v0.4.1
34042026-05-29T00:18:06.753Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-05-29T00:18:06.902Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-05-29T00:18:06.938Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34072026-05-29T00:18:07.106Z Compiling hyper-staticfile v0.10.1
34082026-05-29T00:18:07.261Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34092026-05-29T00:18:07.331Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-05-29T00:18:07.387Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-05-29T00:18:07.428Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34122026-05-29T00:18:07.487Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34132026-05-29T00:18:07.591Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34142026-05-29T00:18:07.665Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34152026-05-29T00:18:07.739Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-05-29T00:18:07.815Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34172026-05-29T00:18:07.901Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182026-05-29T00:18:08.006Z Compiling num-bigint v0.4.6
34192026-05-29T00:18:08.040Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34202026-05-29T00:18:08.080Z Compiling des v0.8.1
34212026-05-29T00:18:08.156Z Compiling subprocess v0.2.15
34222026-05-29T00:18:08.239Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-29T00:18:08.283Z Compiling display-error-chain v0.2.2
34242026-05-29T00:18:08.287Z Compiling hex-literal v0.4.1
34252026-05-29T00:18:08.350Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34262026-05-29T00:18:08.449Z Compiling colored v2.2.0
34272026-05-29T00:18:08.466Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34282026-05-29T00:18:08.487Z Compiling socket2 v0.5.10
34292026-05-29T00:18:08.514Z Compiling internet-checksum v0.2.1
34302026-05-29T00:18:08.716Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34312026-05-29T00:18:08.940Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34322026-05-29T00:18:09.354Z Compiling russh v0.45.0
34332026-05-29T00:18:09.936Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34342026-05-29T00:18:09.936Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-05-29T00:18:10.043Z Compiling progenitor v0.11.2
34362026-05-29T00:18:10.216Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34372026-05-29T00:18:12.443Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-29T00:18:13.122Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-29T00:18:13.593Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-29T00:18:15.289Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-29T00:18:15.888Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34422026-05-29T00:18:23.390Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-05-29T00:18:23.390Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-05-29T00:18:23.390Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34452026-05-29T00:18:23.402Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34462026-05-29T00:18:25.156Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34472026-05-29T00:18:25.183Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34482026-05-29T00:18:29.338Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34492026-05-29T00:19:08.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34502026-05-29T00:19:09.016Z
34512026-05-29T00:19:09.016Zreal 1:27.158204830
34522026-05-29T00:19:09.016Zuser 8:15.228424205
34532026-05-29T00:19:09.016Zsys 1:45.980052956
34542026-05-29T00:19:09.016Ztrap 0.249088647
34552026-05-29T00:19:09.016Ztflt 0.586267846
34562026-05-29T00:19:09.019Zdflt 1.659964324
34572026-05-29T00:19:09.019Zkflt 0.000295080
34582026-05-29T00:19:09.019Zlock 28:09.134912881
34592026-05-29T00:19:09.019Zslp 19:01.890799130
34602026-05-29T00:19:09.019Zlat 39.855635646
34612026-05-29T00:19:09.019Zstop 2:49.825015228
34622026-05-29T00:19:09.019Z+ mkdir tests
34632026-05-29T00:19:09.023Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34642026-05-29T00:19:09.023Z+ xargs -I '{}' -t cp '{}' tests/
34652026-05-29T00:19:09.161Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34662026-05-29T00:19:09.193Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34672026-05-29T00:19:09.222Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34682026-05-29T00:19:09.253Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34692026-05-29T00:19:09.605Z+ 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)
34702026-05-29T00:19:09.608Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34712026-05-29T00:20:31.923ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34722026-05-29T00:20:31.923Za .github/buildomat/ci-env.sh 1K
34732026-05-29T00:20:31.923Za out/target/test 1K
34742026-05-29T00:20:31.923Za out/npuzone/npuzone 27402K
34752026-05-29T00:20:31.923Za package-manifest.toml 35K
34762026-05-29T00:20:31.923Za smf/sled-agent/non-gimlet/config.toml 6K
34772026-05-29T00:20:31.923Za target/release/omicron-package 45151K
34782026-05-29T00:20:31.923Za target/release/xtask 11449K
34792026-05-29T00:20:31.923Za target/debug/bootstrap 353190K
34802026-05-29T00:20:31.923Za tests/bootstrap-f18b755259a0b5b5 31215K
34812026-05-29T00:20:31.923Za tests/commtest-0a11de06ac61b760 32300K
34822026-05-29T00:20:31.923Za tests/dhcp_server-7741181b9d09bcb1 31215K
34832026-05-29T00:20:31.923Za tests/end_to_end_tests-cebe13924327cd8a 394985K
34842026-05-29T00:20:31.923Za tools/opte_version 1K
34852026-05-29T00:20:31.923Za tools/opte_version_override 2K
34862026-05-29T00:20:31.923Za out/clickhouse.tar.gz 321341K
34872026-05-29T00:20:31.923Za out/clickhouse_keeper.tar.gz 306406K
34882026-05-29T00:20:31.923Za out/clickhouse_server.tar.gz 321338K
34892026-05-29T00:20:31.923Za out/cockroachdb.tar.gz 165626K
34902026-05-29T00:20:31.923Za out/crucible-pantry-zone.tar.gz 40619K
34912026-05-29T00:20:31.923Za out/crucible-utils.tar 16478K
34922026-05-29T00:20:31.923Za out/crucible-zone.tar.gz 56189K
34932026-05-29T00:20:31.923Za out/external-dns.tar.gz 50209K
34942026-05-29T00:20:31.923Za out/internal-dns.tar.gz 50209K
34952026-05-29T00:20:31.924Za out/mg-ddm-gz.tar 95141K
34962026-05-29T00:20:31.924Za out/nexus.tar.gz 278431K
34972026-05-29T00:20:31.926Za out/ntp.tar.gz 32290K
34982026-05-29T00:20:31.926Za out/omicron-gateway-softnpu.tar.gz 29905K
34992026-05-29T00:20:31.926Za out/omicron-sled-agent.tar 203620K
35002026-05-29T00:20:31.926Za out/overlay.tar.gz 3K
35012026-05-29T00:20:31.926Za out/oximeter.tar.gz 67117K
35022026-05-29T00:20:31.926Za out/oxlog.tar 3782K
35032026-05-29T00:20:31.926Za out/probe.tar.gz 3037K
35042026-05-29T00:20:31.926Za out/propolis-server.tar.gz 35483K
35052026-05-29T00:20:31.926Za out/pumpkind-gz.tar 26647K
35062026-05-29T00:20:31.926Za out/switch-softnpu.tar.gz 452022K
35072026-05-29T00:20:31.930Z
35082026-05-29T00:20:31.930Zreal 1:22.315507028
35092026-05-29T00:20:31.930Zuser 1:19.585981643
35102026-05-29T00:20:31.930Zsys 4.502305999
35112026-05-29T00:20:31.930Ztrap 0.007540392
35122026-05-29T00:20:31.930Ztflt 0.000000000
35132026-05-29T00:20:31.930Zdflt 0.000000000
35142026-05-29T00:20:31.930Zkflt 0.000000000
35152026-05-29T00:20:31.930Zlock 0.000000000
35162026-05-29T00:20:31.930Zslp 1:19.541989356
35172026-05-29T00:20:31.930Zlat 0.989005801
35182026-05-29T00:20:31.930Zstop 0.000509690
35192026-05-29T00:20:31.930Zprocess exited: duration 964149 ms, exit code 0
 
35202026-05-29T00:20:31.945Zfound 1 output files
35212026-05-29T00:20:31.945Zuploading: /work/package.tar.gz (2555325505 bytes)
35222026-05-29T00:21:30.873Zuploaded: /work/package.tar.gz