01KRC4TYMT2MMS1ZZP9S1TDJNH: 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: 01KRC4VER892ETFPMNFAZY6HCT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T18:30:56.325Zjob assigned to worker 01KRC4VN8QCV5WGTX0GSVJT6EF [factory aws, i-048056b29ebad6d47] (queued for 48 s)
 
22026-05-11T18:31:03.148Zstarting task 0: "setup"
32026-05-11T18:31:03.153Z++ uname -s
42026-05-11T18:31:03.156Z+ kern=SunOS
52026-05-11T18:31:03.156Z+ build_user=build
62026-05-11T18:31:03.156Z+ build_uid=12345
72026-05-11T18:31:03.156Z+ work_dir=/work
82026-05-11T18:31:03.156Z+ input_dir=/input
92026-05-11T18:31:03.156Z+ [[ 0 == 12345 ]]
102026-05-11T18:31:03.156Z+ case "$kern" in
112026-05-11T18:31:03.156Z+ groupadd -g 12345 build
122026-05-11T18:31:03.160Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T18:31:05.167Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T18:31:05.342Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T18:31:05.345Z+ home_fs=zfs
162026-05-11T18:31:05.345Z+ [[ zfs == autofs ]]
172026-05-11T18:31:05.345Z+ mkdir -p /home/build
182026-05-11T18:31:05.348Z+ chown build:build /home/build /work
192026-05-11T18:31:07.348Z+ chmod 0700 /home/build /work
202026-05-11T18:31:07.352Zprocess exited: duration 4206 ms, exit code 0
 
212026-05-11T18:31:07.358Zstarting task 1: "rust-toolchain"
222026-05-11T18:31:07.365Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-11T18:31:07.365Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T18:31:07.365Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-11T18:31:07.365Z * rust toolchain channel = "1.94.0"
262026-05-11T18:31:07.365Z * rust toolchain profile = "default"
272026-05-11T18:31:07.365Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T18:31:07.368Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T18:31:07.368Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-11T18:31:07.467Zinfo: downloading installer
312026-05-11T18:31:09.082Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T18:31:09.082Zwarn: /home/build/.rustup/settings.toml
332026-05-11T18:31:09.082Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T18:31:09.082Zwarn: instead of the one inferred from the default host triple.
352026-05-11T18:31:09.095Zinfo: profile set to default
362026-05-11T18:31:09.095Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T18:31:09.098Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-11T18:31:09.238Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-11T18:31:09.242Zinfo: downloading 6 components
402026-05-11T18:31:23.443Z
412026-05-11T18:31:23.443Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-11T18:31:23.472Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-11T18:31:23.472Z
442026-05-11T18:31:23.472Z
452026-05-11T18:31:23.472ZRust is installed now. Great!
462026-05-11T18:31:23.472Z
472026-05-11T18:31:23.472ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T18:31:23.472Zenvironment variable. This has not been done automatically.
492026-05-11T18:31:23.472Z
502026-05-11T18:31:23.472ZTo configure your current shell, you need to source
512026-05-11T18:31:23.472Zthe corresponding env file under $HOME/.cargo.
522026-05-11T18:31:23.472Z
532026-05-11T18:31:23.472ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T18:31:23.472Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T18:31:23.472Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T18:31:23.472Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T18:31:23.473Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T18:31:23.473Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T18:31:23.473Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T18:31:23.476Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T18:31:23.476Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T18:31:23.575Z+ rustup --version
632026-05-11T18:31:23.581Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T18:31:23.584Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T18:31:23.602Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-11T18:31:23.605Z+ cargo --version
672026-05-11T18:31:23.613Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-11T18:31:23.616Z+ rustc --version
692026-05-11T18:31:23.634Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-11T18:31:23.637Zprocess exited: duration 16278 ms, exit code 0
 
712026-05-11T18:31:23.644Zstarting task 2: "authentication"
722026-05-11T18:31:23.661Zprocess exited: duration 17 ms, exit code 0
 
732026-05-11T18:31:23.668Zstarting task 3: "clone repository"
742026-05-11T18:31:23.672Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-11T18:31:23.676Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-11T18:31:23.708ZCloning into '/work/oxidecomputer/omicron'...
772026-05-11T18:31:34.748Z+ cd /work/oxidecomputer/omicron
782026-05-11T18:31:34.748Z+ git fetch origin c4b26142f4b39c370639abe8a63f9db0de460c9b
792026-05-11T18:31:35.190ZFrom https://github.com/oxidecomputer/omicron
802026-05-11T18:31:35.190Z * branch c4b26142f4b39c370639abe8a63f9db0de460c9b -> FETCH_HEAD
812026-05-11T18:31:35.201Z+ [[ -n '' ]]
822026-05-11T18:31:35.201Z+ git reset --hard c4b26142f4b39c370639abe8a63f9db0de460c9b
832026-05-11T18:31:35.284ZHEAD is now at c4b26142f Prepend the UUID with the nexus label
842026-05-11T18:31:35.287Zprocess exited: duration 11617 ms, exit code 0
 
852026-05-11T18:31:35.294Zstarting task 4: "build"
862026-05-11T18:31:35.300Z+ source .github/buildomat/ci-env.sh
872026-05-11T18:31:35.300Z++ export CARGO_TERM_COLOR=always
882026-05-11T18:31:35.300Z++ CARGO_TERM_COLOR=always
892026-05-11T18:31:35.300Z+ cargo --version
902026-05-11T18:31:35.310Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-11T18:31:35.314Z+ rustc --version
922026-05-11T18:31:35.333Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-11T18:31:35.337Z+ WORK=/work
942026-05-11T18:31:35.337Z+ pfexec mkdir -p /work
952026-05-11T18:31:35.340Z+ pfexec chown build /work
962026-05-11T18:31:35.343Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-11T18:31:36.872Z Startup: Refreshing catalog 'helios' ... Done
982026-05-11T18:31:36.916Z Startup: Caching catalogs ... Done
992026-05-11T18:31:37.068ZPlanning: Solver setup ... Done (0.119s)
1002026-05-11T18:31:37.077ZPlanning: Running solver ... Done (0.009s)
1012026-05-11T18:31:37.082ZPlanning: Finding local manifests ... Done (0.003s)
1022026-05-11T18:31:37.105ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-11T18:31:37.127ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-11T18:31:37.142ZPlanning: Package planning ... Done (0.015s)
1052026-05-11T18:31:37.145ZPlanning: Merging actions ... Done (0.002s)
1062026-05-11T18:31:37.334ZPlanning: Checking for conflicting actions ... Done (0.190s)
1072026-05-11T18:31:37.337ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-11T18:31:38.220ZPlanning: Evaluating mediators ... Done (0.886s)
1092026-05-11T18:31:38.224ZPlanning: Planning completed in 1.28 seconds
1102026-05-11T18:31:38.231Z Packages to install: 2
1112026-05-11T18:31:38.231Z Estimated space available: 156.08 GB
1122026-05-11T18:31:38.231ZEstimated space to be consumed: 16.95 MB
1132026-05-11T18:31:38.231Z Create boot environment: No
1142026-05-11T18:31:38.231ZCreate backup boot environment: No
1152026-05-11T18:31:38.231Z Rebuild boot archive: No
1162026-05-11T18:31:38.235Z
1172026-05-11T18:31:38.235ZChanged packages:
1182026-05-11T18:31:38.235Zhelios
1192026-05-11T18:31:38.235Z developer/build-essential
1202026-05-11T18:31:38.235Z None -> 11-3.0
1212026-05-11T18:31:38.235Z library/libxmlsec1
1222026-05-11T18:31:38.235Z None -> 1.2.35-3.0
1232026-05-11T18:31:38.258Z
1242026-05-11T18:31:38.258ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-11T18:31:39.551ZDownload: Completed 1.28 MB in 1.29 seconds (1015k/s)
1262026-05-11T18:31:39.614Z Actions: 1/268 actions (Installing new actions)
1272026-05-11T18:31:39.653Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-11T18:31:39.659ZFinalize: Updating package state database ... Done (0.005s)
1292026-05-11T18:31:39.659ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-11T18:31:39.671ZFinalize: Updating image state ... Done (0.011s)
1312026-05-11T18:31:42.236ZFinalize: Creating fast lookup database ... Done (2.544s)
1322026-05-11T18:31:42.310ZFinalize: Reading search index ... Done (0.012s)
1332026-05-11T18:31:42.316ZFinalize: Updating search index ... Done (0.000s)
1342026-05-11T18:31:42.412ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-11T18:31:42.699ZPlanning: Evaluating mediator changes ... Done
1362026-05-11T18:31:42.804ZPlanning: Checking for conflicting actions ... Done
1372026-05-11T18:31:42.809ZPlanning: Consolidating action changes ... Done
1382026-05-11T18:31:42.967ZPlanning: Evaluating mediators ... Done
1392026-05-11T18:31:42.981ZPlanning: Planning completed in 0.26 seconds
1402026-05-11T18:31:42.987Z Mediators to change: 2
1412026-05-11T18:31:42.987Z Create boot environment: No
1422026-05-11T18:31:42.987ZCreate backup boot environment: No
1432026-05-11T18:31:43.044ZFinalize: Updating package state database ... Done
1442026-05-11T18:31:43.044ZFinalize: Updating package cache ... Done
1452026-05-11T18:31:43.054ZFinalize: Updating image state ... Done
1462026-05-11T18:31:44.984ZFinalize: Creating fast lookup database ... Done
1472026-05-11T18:31:45.049ZFinalize: Reading search index ... Done
1482026-05-11T18:31:45.056ZFinalize: Updating search index ... Done
1492026-05-11T18:31:45.137ZFinalize: Updating package cache ... Done
1502026-05-11T18:31:45.419ZPlanning: Evaluating mediator changes ... Done
1512026-05-11T18:31:45.520ZPlanning: Checking for conflicting actions ... Done
1522026-05-11T18:31:45.526ZPlanning: Consolidating action changes ... Done
1532026-05-11T18:31:45.679ZPlanning: Evaluating mediators ... Done
1542026-05-11T18:31:45.682ZPlanning: Planning completed in 0.26 seconds
1552026-05-11T18:31:45.705Z Mediators to change: 1
1562026-05-11T18:31:45.705Z Create boot environment: No
1572026-05-11T18:31:45.705ZCreate backup boot environment: No
1582026-05-11T18:31:45.760ZFinalize: Updating package state database ... Done
1592026-05-11T18:31:45.760ZFinalize: Updating package cache ... Done
1602026-05-11T18:31:45.768ZFinalize: Updating image state ... Done
1612026-05-11T18:31:47.713ZFinalize: Creating fast lookup database ... Done
1622026-05-11T18:31:47.782ZFinalize: Reading search index ... Done
1632026-05-11T18:31:47.788ZFinalize: Updating search index ... Done
1642026-05-11T18:31:47.860ZFinalize: Updating package cache ... Done
1652026-05-11T18:31:48.172ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-11T18:31:48.172Zapache system 2.4 system
1672026-05-11T18:31:48.172Zclang system 15 system
1682026-05-11T18:31:48.172Zcsh system system illumos
1692026-05-11T18:31:48.172Zctags system system illumos
1702026-05-11T18:31:48.172Zfile vendor vendor darwinsys
1712026-05-11T18:31:48.172Zfile system system illumos
1722026-05-11T18:31:48.172Zgcc vendor 14 vendor
1732026-05-11T18:31:48.172Zgcc system 13 system
1742026-05-11T18:31:48.172Zgcc system 10 system
1752026-05-11T18:31:48.172Zgo system 1.25 system
1762026-05-11T18:31:48.172Zllvm system 15 system
1772026-05-11T18:31:48.172Zmariadb system 11.4 system
1782026-05-11T18:31:48.172Zmta vendor vendor dma
1792026-05-11T18:31:48.173Zopenjdk system 17 system
1802026-05-11T18:31:48.173Zopenjdk system 11 system
1812026-05-11T18:31:48.173Zopenssl vendor 3 vendor
1822026-05-11T18:31:48.173Zperl system 5.40 system
1832026-05-11T18:31:48.173Zpostgresql system 18 system
1842026-05-11T18:31:48.173Zpostgresql system 17 system
1852026-05-11T18:31:48.173Zpython vendor 3 vendor
1862026-05-11T18:31:48.173Zpython system 2 system
1872026-05-11T18:31:48.173Zpython3 vendor 3.13 vendor
1882026-05-11T18:31:48.173Zruby system 3.4 system
1892026-05-11T18:31:48.173Zruby system 3.0 system
1902026-05-11T18:31:48.173Zwords vendor vendor american-english
1912026-05-11T18:31:48.173Zwords system system australian-english
1922026-05-11T18:31:48.173Zwords system system british-english
1932026-05-11T18:31:48.173Zwords system system canadian-english
1942026-05-11T18:31:48.173Zwords system system french
1952026-05-11T18:31:48.173Zwords system system italian
1962026-05-11T18:31:48.173Zwords system system ngerman
1972026-05-11T18:31:48.173Zwords system system ogerman
1982026-05-11T18:31:48.173Zwords system system spanish
1992026-05-11T18:31:48.416ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-11T18:31:48.417Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-11T18:31:48.687ZFMRI IFO
2022026-05-11T18:31:48.687Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-11T18:31:48.687Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-11T18:31:48.687Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-11T18:31:48.687Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-11T18:31:48.687Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-11T18:31:48.687Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-11T18:31:48.687Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-11T18:31:48.687Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-11T18:31:48.687Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-11T18:31:48.910Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-11T18:31:49.162Z Updating crates.io index
2132026-05-11T18:31:49.196Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-11T18:31:49.429Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-11T18:31:50.340Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-11T18:31:50.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-11T18:31:51.719Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-11T18:31:52.231Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-11T18:31:53.562Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-11T18:31:54.258Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-11T18:31:54.607Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-11T18:31:55.404Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-11T18:31:55.971Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-11T18:31:56.419Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-11T18:31:56.805Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-11T18:31:58.071Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-11T18:31:58.660Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2282026-05-11T18:31:58.993Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2292026-05-11T18:31:59.297Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2302026-05-11T18:31:59.709Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2312026-05-11T18:32:00.059Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2322026-05-11T18:32:00.305Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2332026-05-11T18:32:00.600Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-05-11T18:32:00.979Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-05-11T18:32:01.437Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2362026-05-11T18:32:01.821Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2372026-05-11T18:32:02.171Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2382026-05-11T18:32:02.501Z Updating git repository `https://github.com/oxidecomputer/ispf`
2392026-05-11T18:32:07.080Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2402026-05-11T18:32:07.089Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412026-05-11T18:32:07.089Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2422026-05-11T18:32:07.089Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2432026-05-11T18:32:07.089Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2442026-05-11T18:32:07.089Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2452026-05-11T18:32:07.089Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2462026-05-11T18:32:07.089Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-05-11T18:32:07.215Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-05-11T18:32:07.406Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-05-11T18:32:07.672Z Updating git repository `https://github.com/illumos/smf-rs`
2502026-05-11T18:32:08.099Z Updating git repository `https://github.com/oxidecomputer/omicron`
2512026-05-11T18:32:19.752Z Downloading crates ...
2522026-05-11T18:32:19.800Z Downloaded cpufeatures v0.2.17
2532026-05-11T18:32:19.804Z Downloaded form_urlencoded v1.2.2
2542026-05-11T18:32:19.807Z Downloaded cargo-util-schemas v0.8.2
2552026-05-11T18:32:19.807Z Downloaded digest v0.10.7
2562026-05-11T18:32:19.811Z Downloaded unicode-linebreak v0.1.5
2572026-05-11T18:32:19.811Z Downloaded utf8_iter v1.0.4
2582026-05-11T18:32:19.814Z Downloaded stable_deref_trait v1.2.1
2592026-05-11T18:32:19.815Z Downloaded autocfg v1.5.0
2602026-05-11T18:32:19.815Z Downloaded potential_utf v0.1.4
2612026-05-11T18:32:19.818Z Downloaded generic-array v0.14.7
2622026-05-11T18:32:19.818Z Downloaded toml_write v0.1.2
2632026-05-11T18:32:19.818Z Downloaded dof v0.3.0
2642026-05-11T18:32:19.822Z Downloaded quote v1.0.45
2652026-05-11T18:32:19.822Z Downloaded displaydoc v0.2.5
2662026-05-11T18:32:19.822Z Downloaded once_cell v1.21.3
2672026-05-11T18:32:19.825Z Downloaded zerovec-derive v0.11.2
2682026-05-11T18:32:19.825Z Downloaded unicode-xid v0.2.6
2692026-05-11T18:32:19.826Z Downloaded usdt-attr-macro v0.5.0
2702026-05-11T18:32:19.829Z Downloaded itoa v1.0.17
2712026-05-11T18:32:19.829Z Downloaded cfg-if v1.0.4
2722026-05-11T18:32:19.833Z Downloaded strsim v0.11.1
2732026-05-11T18:32:19.833Z Downloaded zerotrie v0.2.3
2742026-05-11T18:32:19.836Z Downloaded pest_generator v2.8.6
2752026-05-11T18:32:19.836Z Downloaded clap_lex v1.0.0
2762026-05-11T18:32:19.836Z Downloaded anstream v0.6.21
2772026-05-11T18:32:19.840Z Downloaded anstyle-query v1.1.5
2782026-05-11T18:32:19.840Z Downloaded anstyle v1.0.13
2792026-05-11T18:32:19.840Z Downloaded zerofrom v0.1.6
2802026-05-11T18:32:19.840Z Downloaded zerofrom-derive v0.1.6
2812026-05-11T18:32:19.840Z Downloaded version_check v0.9.5
2822026-05-11T18:32:19.843Z Downloaded thread-id v4.2.2
2832026-05-11T18:32:19.843Z Downloaded cargo_metadata v0.21.0
2842026-05-11T18:32:19.844Z Downloaded dtrace-parser v0.2.0
2852026-05-11T18:32:19.844Z Downloaded typeid v1.0.3
2862026-05-11T18:32:19.845Z Downloaded zerocopy-derive v0.7.35
2872026-05-11T18:32:19.850Z Downloaded usdt v0.5.0
2882026-05-11T18:32:19.850Z Downloaded yoke v0.8.1
2892026-05-11T18:32:19.850Z Downloaded thiserror-impl v1.0.69
2902026-05-11T18:32:19.850Z Downloaded thiserror v2.0.18
2912026-05-11T18:32:19.853Z Downloaded clap_derive v4.5.55
2922026-05-11T18:32:19.853Z Downloaded utf8parse v0.2.2
2932026-05-11T18:32:19.853Z Downloaded writeable v0.6.2
2942026-05-11T18:32:19.857Z Downloaded toml_datetime v0.6.11
2952026-05-11T18:32:19.857Z Downloaded anyhow v1.0.102
2962026-05-11T18:32:19.857Z Downloaded fnv v1.0.7
2972026-05-11T18:32:19.861Z Downloaded thiserror v1.0.69
2982026-05-11T18:32:19.864Z Downloaded usdt-macro v0.5.0
2992026-05-11T18:32:19.864Z Downloaded tinystr v0.8.2
3002026-05-11T18:32:19.865Z Downloaded zmij v1.0.21
3012026-05-11T18:32:19.865Z Downloaded thiserror-impl v2.0.18
3022026-05-11T18:32:19.865Z Downloaded fs-err v3.3.0
3032026-05-11T18:32:19.869Z Downloaded heck v0.4.1
3042026-05-11T18:32:19.869Z Downloaded is_terminal_polyfill v1.70.2
3052026-05-11T18:32:19.869Z Downloaded icu_normalizer_data v2.1.1
3062026-05-11T18:32:19.869Z Downloaded cargo-platform v0.2.0
3072026-05-11T18:32:19.873Z Downloaded equivalent v1.0.2
3082026-05-11T18:32:19.873Z Downloaded yoke-derive v0.8.1
3092026-05-11T18:32:19.876Z Downloaded crypto-common v0.1.7
3102026-05-11T18:32:19.876Z Downloaded pretty-hex v0.4.1
3112026-05-11T18:32:19.877Z Downloaded plain v0.2.3
3122026-05-11T18:32:19.880Z Downloaded macaddr v1.0.1
3132026-05-11T18:32:19.881Z Downloaded usdt-impl v0.5.0
3142026-05-11T18:32:19.881Z Downloaded unicode-ident v1.0.24
3152026-05-11T18:32:19.881Z Downloaded typenum v1.19.0
3162026-05-11T18:32:19.885Z Downloaded scroll_derive v0.12.1
3172026-05-11T18:32:19.885Z Downloaded fastrand v2.3.0
3182026-05-11T18:32:19.885Z Downloaded textwrap v0.16.2
3192026-05-11T18:32:19.889Z Downloaded ucd-trie v0.1.7
3202026-05-11T18:32:19.889Z Downloaded serde_spanned v0.6.9
3212026-05-11T18:32:19.889Z Downloaded swrite v0.1.0
3222026-05-11T18:32:19.889Z Downloaded cargo_toml v0.21.0
3232026-05-11T18:32:19.889Z Downloaded colorchoice v1.0.4
3242026-05-11T18:32:19.894Z Downloaded terminal_size v0.4.3
3252026-05-11T18:32:19.898Z Downloaded idna_adapter v1.2.1
3262026-05-11T18:32:19.898Z Downloaded smawk v0.3.2
3272026-05-11T18:32:19.902Z Downloaded toml_edit v0.22.27
3282026-05-11T18:32:19.906Z Downloaded toml v0.8.23
3292026-05-11T18:32:19.907Z Downloaded anstyle-parse v0.2.7
3302026-05-11T18:32:19.910Z Downloaded url v2.5.8
3312026-05-11T18:32:19.910Z Downloaded tabled_derive v0.7.0
3322026-05-11T18:32:19.910Z Downloaded icu_properties v2.1.2
3332026-05-11T18:32:19.910Z Downloaded ordered-float v2.10.1
3342026-05-11T18:32:19.915Z Downloaded icu_normalizer v2.1.1
3352026-05-11T18:32:19.915Z Downloaded winnow v0.7.14
3362026-05-11T18:32:19.918Z Downloaded zerovec v0.11.5
3372026-05-11T18:32:19.923Z Downloaded serde-value v0.7.0
3382026-05-11T18:32:19.923Z Downloaded zerocopy v0.7.35
3392026-05-11T18:32:19.932Z Downloaded scroll v0.12.0
3402026-05-11T18:32:19.942Z Downloaded proc-macro-error-attr v1.0.4
3412026-05-11T18:32:19.942Z Downloaded percent-encoding v2.3.2
3422026-05-11T18:32:19.942Z Downloaded erased-serde v0.4.9
3432026-05-11T18:32:19.942Z Downloaded heck v0.5.0
3442026-05-11T18:32:19.943Z Downloaded block-buffer v0.10.4
3452026-05-11T18:32:19.943Z Downloaded errno v0.3.14
3462026-05-11T18:32:19.943Z Downloaded synstructure v0.13.2
3472026-05-11T18:32:19.943Z Downloaded byteorder v1.5.0
3482026-05-11T18:32:19.943Z Downloaded sha2 v0.10.9
3492026-05-11T18:32:19.943Z Downloaded unicode-width v0.2.0
3502026-05-11T18:32:19.943Z Downloaded unicode-width v0.1.14
3512026-05-11T18:32:19.951Z Downloaded memmap v0.7.0
3522026-05-11T18:32:19.956Z Downloaded proc-macro-error v1.0.4
3532026-05-11T18:32:19.956Z Downloaded litemap v0.8.1
3542026-05-11T18:32:19.956Z Downloaded serde_tokenstream v0.2.3
3552026-05-11T18:32:19.964Z Downloaded camino-tempfile v1.4.1
3562026-05-11T18:32:19.967Z Downloaded serde-untagged v0.1.9
3572026-05-11T18:32:19.991Z Downloaded camino v1.2.2
3582026-05-11T18:32:19.991Z Downloaded semver v1.0.28
3592026-05-11T18:32:19.991Z Downloaded pest_meta v2.8.6
3602026-05-11T18:32:19.991Z Downloaded tempfile v3.25.0
3612026-05-11T18:32:19.991Z Downloaded pest_derive v2.8.6
3622026-05-11T18:32:19.991Z Downloaded indexmap v2.14.0
3632026-05-11T18:32:19.991Z Downloaded bytecount v0.6.9
3642026-05-11T18:32:19.991Z Downloaded smallvec v1.15.1
3652026-05-11T18:32:19.991Z Downloaded serde_derive v1.0.228
3662026-05-11T18:32:19.991Z Downloaded bitflags v2.11.0
3672026-05-11T18:32:19.996Z Downloaded proc-macro2 v1.0.106
3682026-05-11T18:32:19.996Z Downloaded getrandom v0.4.1
3692026-05-11T18:32:20.000Z Downloaded log v0.4.29
3702026-05-11T18:32:20.005Z Downloaded papergrid v0.11.0
3712026-05-11T18:32:20.008Z Downloaded icu_provider v2.1.1
3722026-05-11T18:32:20.009Z Downloaded num-traits v0.2.19
3732026-05-11T18:32:20.018Z Downloaded clap v4.5.60
3742026-05-11T18:32:20.026Z Downloaded serde_core v1.0.228
3752026-05-11T18:32:20.030Z Downloaded icu_locale_core v2.1.1
3762026-05-11T18:32:20.033Z Downloaded memchr v2.8.0
3772026-05-11T18:32:20.037Z Downloaded icu_collections v2.1.1
3782026-05-11T18:32:20.048Z Downloaded serde v1.0.228
3792026-05-11T18:32:20.060Z Downloaded pest v2.8.6
3802026-05-11T18:32:20.065Z Downloaded idna v1.1.0
3812026-05-11T18:32:20.086Z Downloaded clap_builder v4.5.60
3822026-05-11T18:32:20.090Z Downloaded icu_properties_data v2.1.2
3832026-05-11T18:32:20.094Z Downloaded hashbrown v0.17.0
3842026-05-11T18:32:20.098Z Downloaded serde_json v1.0.149
3852026-05-11T18:32:20.102Z Downloaded tabled v0.15.0
3862026-05-11T18:32:20.111Z Downloaded goblin v0.8.2
3872026-05-11T18:32:20.120Z Downloaded syn v1.0.109
3882026-05-11T18:32:20.124Z Downloaded syn v2.0.117
3892026-05-11T18:32:20.138Z Downloaded rustix v1.1.3
3902026-05-11T18:32:20.164Z Downloaded libc v0.2.185
3912026-05-11T18:32:20.228Z Compiling proc-macro2 v1.0.106
3922026-05-11T18:32:20.228Z Compiling unicode-ident v1.0.24
3932026-05-11T18:32:20.232Z Compiling quote v1.0.45
3942026-05-11T18:32:20.232Z Compiling serde_core v1.0.228
3952026-05-11T18:32:20.232Z Compiling libc v0.2.185
3962026-05-11T18:32:20.232Z Compiling version_check v0.9.5
3972026-05-11T18:32:20.232Z Compiling serde v1.0.228
3982026-05-11T18:32:20.232Z Compiling memchr v2.8.0
3992026-05-11T18:32:20.232Z Compiling stable_deref_trait v1.2.1
4002026-05-11T18:32:20.232Z Compiling zmij v1.0.21
4012026-05-11T18:32:20.232Z Compiling autocfg v1.5.0
4022026-05-11T18:32:20.232Z Compiling thiserror v1.0.69
4032026-05-11T18:32:20.411Z Compiling itoa v1.0.17
4042026-05-11T18:32:20.415Z Compiling ucd-trie v0.1.7
4052026-05-11T18:32:20.415Z Compiling writeable v0.6.2
4062026-05-11T18:32:20.612Z Compiling litemap v0.8.1
4072026-05-11T18:32:20.627Z Compiling rustix v1.1.3
4082026-05-11T18:32:20.829Z Compiling icu_normalizer_data v2.1.1
4092026-05-11T18:32:20.848Z Compiling icu_properties_data v2.1.2
4102026-05-11T18:32:20.882Z Compiling byteorder v1.5.0
4112026-05-11T18:32:20.882Z Compiling bitflags v2.11.0
4122026-05-11T18:32:20.920Z Compiling serde_json v1.0.149
4132026-05-11T18:32:20.953Z Compiling num-traits v0.2.19
4142026-05-11T18:32:21.006Z Compiling equivalent v1.0.2
4152026-05-11T18:32:21.129Z Compiling pest v2.8.6
4162026-05-11T18:32:21.133Z Compiling typeid v1.0.3
4172026-05-11T18:32:21.197Z Compiling smallvec v1.15.1
4182026-05-11T18:32:21.249Z Compiling hashbrown v0.17.0
4192026-05-11T18:32:21.333Z Compiling proc-macro-error-attr v1.0.4
4202026-05-11T18:32:21.337Z Compiling usdt-impl v0.5.0
4212026-05-11T18:32:21.352Z Compiling toml_write v0.1.2
4222026-05-11T18:32:21.389Z Compiling winnow v0.7.14
4232026-05-11T18:32:21.465Z Compiling erased-serde v0.4.9
4242026-05-11T18:32:21.468Z Compiling syn v1.0.109
4252026-05-11T18:32:21.468Z Compiling proc-macro-error v1.0.4
4262026-05-11T18:32:21.518Z Compiling errno v0.3.14
4272026-05-11T18:32:21.522Z Compiling thread-id v4.2.2
4282026-05-11T18:32:21.608Z Compiling utf8_iter v1.0.4
4292026-05-11T18:32:21.645Z Compiling plain v0.2.3
4302026-05-11T18:32:21.681Z Compiling camino v1.2.2
4312026-05-11T18:32:21.699Z Compiling percent-encoding v2.3.2
4322026-05-11T18:32:21.718Z Compiling log v0.4.29
4332026-05-11T18:32:21.752Z Compiling thiserror v2.0.18
4342026-05-11T18:32:21.798Z Compiling utf8parse v0.2.2
4352026-05-11T18:32:21.845Z Compiling indexmap v2.14.0
4362026-05-11T18:32:21.898Z Compiling getrandom v0.4.1
4372026-05-11T18:32:21.947Z Compiling anstyle-parse v0.2.7
4382026-05-11T18:32:21.966Z Compiling form_urlencoded v1.2.2
4392026-05-11T18:32:22.002Z Compiling syn v2.0.117
4402026-05-11T18:32:22.118Z Compiling anstyle-query v1.1.5
4412026-05-11T18:32:22.169Z Compiling pretty-hex v0.4.1
4422026-05-11T18:32:22.169Z Compiling colorchoice v1.0.4
4432026-05-11T18:32:22.268Z Compiling pest_meta v2.8.6
4442026-05-11T18:32:22.286Z Compiling ordered-float v2.10.1
4452026-05-11T18:32:22.323Z Compiling is_terminal_polyfill v1.70.2
4462026-05-11T18:32:22.342Z Compiling cfg-if v1.0.4
4472026-05-11T18:32:22.346Z Compiling anstyle v1.0.13
4482026-05-11T18:32:22.440Z Compiling fs-err v3.3.0
4492026-05-11T18:32:22.455Z Compiling fastrand v2.3.0
4502026-05-11T18:32:22.484Z Compiling anyhow v1.0.102
4512026-05-11T18:32:22.504Z Compiling strsim v0.11.1
4522026-05-11T18:32:22.521Z Compiling fnv v1.0.7
4532026-05-11T18:32:22.613Z Compiling terminal_size v0.4.3
4542026-05-11T18:32:22.671Z Compiling semver v1.0.28
4552026-05-11T18:32:22.731Z Compiling anstream v0.6.21
4562026-05-11T18:32:22.795Z Compiling heck v0.5.0
4572026-05-11T18:32:22.824Z Compiling bytecount v0.6.9
4582026-05-11T18:32:22.874Z Compiling heck v0.4.1
4592026-05-11T18:32:22.908Z Compiling once_cell v1.21.3
4602026-05-11T18:32:22.940Z Compiling clap_lex v1.0.0
4612026-05-11T18:32:22.970Z Compiling unicode-width v0.1.14
4622026-05-11T18:32:23.017Z Compiling unicode-xid v0.2.6
4632026-05-11T18:32:23.066Z Compiling serde-untagged v0.1.9
4642026-05-11T18:32:23.106Z Compiling tempfile v3.25.0
4652026-05-11T18:32:23.145Z Compiling clap_builder v4.5.60
4662026-05-11T18:32:23.149Z Compiling memmap v0.7.0
4672026-05-11T18:32:23.181Z Compiling unicode-width v0.2.0
4682026-05-11T18:32:23.201Z Compiling smawk v0.3.2
4692026-05-11T18:32:23.222Z Compiling papergrid v0.11.0
4702026-05-11T18:32:23.269Z Compiling unicode-linebreak v0.1.5
4712026-05-11T18:32:23.324Z Compiling camino-tempfile v1.4.1
4722026-05-11T18:32:23.379Z Compiling swrite v0.1.0
4732026-05-11T18:32:23.495Z Compiling textwrap v0.16.2
4742026-05-11T18:32:23.512Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-05-11T18:32:23.863Z Compiling tabled_derive v0.7.0
4762026-05-11T18:32:24.557Z Compiling tabled v0.15.0
4772026-05-11T18:32:24.601Z Compiling synstructure v0.13.2
4782026-05-11T18:32:24.601Z Compiling pest_generator v2.8.6
4792026-05-11T18:32:25.138Z Compiling serde_derive v1.0.228
4802026-05-11T18:32:25.138Z Compiling zerofrom-derive v0.1.6
4812026-05-11T18:32:25.156Z Compiling yoke-derive v0.8.1
4822026-05-11T18:32:25.156Z Compiling zerovec-derive v0.11.2
4832026-05-11T18:32:25.156Z Compiling displaydoc v0.2.5
4842026-05-11T18:32:25.156Z Compiling thiserror-impl v1.0.69
4852026-05-11T18:32:25.157Z Compiling zerocopy-derive v0.7.35
4862026-05-11T18:32:25.157Z Compiling scroll_derive v0.12.1
4872026-05-11T18:32:25.157Z Compiling thiserror-impl v2.0.18
4882026-05-11T18:32:25.157Z Compiling clap_derive v4.5.55
4892026-05-11T18:32:25.258Z Compiling pest_derive v2.8.6
4902026-05-11T18:32:25.864Z Compiling scroll v0.12.0
4912026-05-11T18:32:26.072Z Compiling zerocopy v0.7.35
4922026-05-11T18:32:26.090Z Compiling goblin v0.8.2
4932026-05-11T18:32:26.238Z Compiling zerofrom v0.1.6
4942026-05-11T18:32:26.304Z Compiling dtrace-parser v0.2.0
4952026-05-11T18:32:26.337Z Compiling yoke v0.8.1
4962026-05-11T18:32:26.489Z Compiling zerovec v0.11.5
4972026-05-11T18:32:26.489Z Compiling zerotrie v0.2.3
4982026-05-11T18:32:26.542Z Compiling clap v4.5.60
4992026-05-11T18:32:26.900Z Compiling tinystr v0.8.2
5002026-05-11T18:32:26.901Z Compiling potential_utf v0.1.4
5012026-05-11T18:32:27.042Z Compiling icu_collections v2.1.1
5022026-05-11T18:32:27.056Z Compiling icu_locale_core v2.1.1
5032026-05-11T18:32:27.573Z Compiling icu_provider v2.1.1
5042026-05-11T18:32:27.588Z Compiling serde_spanned v0.6.9
5052026-05-11T18:32:27.595Z Compiling toml_datetime v0.6.11
5062026-05-11T18:32:27.595Z Compiling dof v0.3.0
5072026-05-11T18:32:27.595Z Compiling serde_tokenstream v0.2.3
5082026-05-11T18:32:27.596Z Compiling serde-value v0.7.0
5092026-05-11T18:32:27.596Z Compiling cargo-platform v0.2.0
5102026-05-11T18:32:27.596Z Compiling macaddr v1.0.1
5112026-05-11T18:32:27.811Z Compiling icu_normalizer v2.1.1
5122026-05-11T18:32:27.811Z Compiling icu_properties v2.1.2
5132026-05-11T18:32:27.853Z Compiling toml_edit v0.22.27
5142026-05-11T18:32:28.455Z Compiling usdt-attr-macro v0.5.0
5152026-05-11T18:32:28.455Z Compiling usdt-macro v0.5.0
5162026-05-11T18:32:28.683Z Compiling idna_adapter v1.2.1
5172026-05-11T18:32:28.785Z Compiling idna v1.1.0
5182026-05-11T18:32:29.026Z Compiling usdt v0.5.0
5192026-05-11T18:32:29.044Z Compiling url v2.5.8
5202026-05-11T18:32:29.162Z Compiling toml v0.8.23
5212026-05-11T18:32:29.487Z Compiling cargo-util-schemas v0.8.2
5222026-05-11T18:32:29.487Z Compiling cargo_toml v0.21.0
5232026-05-11T18:32:30.249Z Compiling cargo_metadata v0.21.0
5242026-05-11T18:32:31.158Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5252026-05-11T18:32:33.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.48s
5262026-05-11T18:32:33.512Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5272026-05-11T18:32:34.073Z Downloading crates ...
5282026-05-11T18:32:34.169Z Downloaded assert_matches v1.5.0
5292026-05-11T18:32:34.174Z Downloaded aead v0.5.2
5302026-05-11T18:32:34.178Z Downloaded arrayvec v0.7.6
5312026-05-11T18:32:34.178Z Downloaded async-trait v0.1.89
5322026-05-11T18:32:34.182Z Downloaded ciborium-io v0.2.2
5332026-05-11T18:32:34.185Z Downloaded adler2 v2.0.1
5342026-05-11T18:32:34.185Z Downloaded clang-sys v1.8.1
5352026-05-11T18:32:34.185Z Downloaded bcrypt-pbkdf v0.10.0
5362026-05-11T18:32:34.189Z Downloaded base64ct v1.8.3
5372026-05-11T18:32:34.189Z Downloaded const_format_proc_macros v0.2.34
5382026-05-11T18:32:34.193Z Downloaded cbc v0.1.2
5392026-05-11T18:32:34.193Z Downloaded atty v0.2.14
5402026-05-11T18:32:34.193Z Downloaded cpufeatures v0.3.0
5412026-05-11T18:32:34.197Z Downloaded convert_case v0.4.0
5422026-05-11T18:32:34.197Z Downloaded chacha20 v0.10.0
5432026-05-11T18:32:34.197Z Downloaded cfg_aliases v0.1.1
5442026-05-11T18:32:34.200Z Downloaded dropshot-api-manager-types v0.7.1
5452026-05-11T18:32:34.207Z Downloaded bindgen v0.71.1
5462026-05-11T18:32:34.212Z Downloaded darling_core v0.21.3
5472026-05-11T18:32:34.215Z Downloaded foreign-types v0.5.0
5482026-05-11T18:32:34.219Z Downloaded crossbeam-epoch v0.9.18
5492026-05-11T18:32:34.219Z Downloaded compression-core v0.4.31
5502026-05-11T18:32:34.219Z Downloaded async-stream-impl v0.3.6
5512026-05-11T18:32:34.219Z Downloaded arrayref v0.3.9
5522026-05-11T18:32:34.223Z Downloaded console v0.15.11
5532026-05-11T18:32:34.223Z Downloaded deranged v0.5.8
5542026-05-11T18:32:34.223Z Downloaded curve25519-dalek v4.1.3
5552026-05-11T18:32:34.227Z Downloaded csv-core v0.1.13
5562026-05-11T18:32:34.232Z Downloaded ahash v0.8.12
5572026-05-11T18:32:34.232Z Downloaded cargo-platform v0.1.9
5582026-05-11T18:32:34.239Z Downloaded atomicwrites v0.4.4
5592026-05-11T18:32:34.242Z Downloaded chacha20 v0.9.1
5602026-05-11T18:32:34.242Z Downloaded debug-ignore v1.0.5
5612026-05-11T18:32:34.242Z Downloaded byte-wrapper v0.1.0
5622026-05-11T18:32:34.246Z Downloaded dropshot v0.16.7
5632026-05-11T18:32:34.257Z Downloaded defmt-parser v1.0.0
5642026-05-11T18:32:34.262Z Downloaded env_filter v1.0.0
5652026-05-11T18:32:34.262Z Downloaded cipher v0.4.4
5662026-05-11T18:32:34.262Z Downloaded embedded-io v0.4.0
5672026-05-11T18:32:34.266Z Downloaded derive_builder_macro v0.20.2
5682026-05-11T18:32:34.266Z Downloaded darling_macro v0.23.0
5692026-05-11T18:32:34.266Z Downloaded crc8 v0.1.1
5702026-05-11T18:32:34.266Z Downloaded atomic-waker v1.1.2
5712026-05-11T18:32:34.266Z Downloaded defmt v1.0.1
5722026-05-11T18:32:34.270Z Downloaded crc-catalog v2.4.0
5732026-05-11T18:32:34.270Z Downloaded ctr v0.9.2
5742026-05-11T18:32:34.270Z Downloaded defmt-macros v1.0.1
5752026-05-11T18:32:34.274Z Downloaded dtrace-parser v0.3.0
5762026-05-11T18:32:34.274Z Downloaded darling_macro v0.21.3
5772026-05-11T18:32:34.274Z Downloaded dirs-next v2.0.0
5782026-05-11T18:32:34.274Z Downloaded document-features v0.2.12
5792026-05-11T18:32:34.279Z Downloaded crc v3.4.0
5802026-05-11T18:32:34.279Z Downloaded castaway v0.2.4
5812026-05-11T18:32:34.279Z Downloaded foreign-types-shared v0.1.1
5822026-05-11T18:32:34.279Z Downloaded foreign-types-macros v0.2.3
5832026-05-11T18:32:34.283Z Downloaded flagset v0.4.7
5842026-05-11T18:32:34.283Z Downloaded dyn-clone v1.0.20
5852026-05-11T18:32:34.283Z Downloaded der_derive v0.7.3
5862026-05-11T18:32:34.283Z Downloaded defmt v0.3.100
5872026-05-11T18:32:34.283Z Downloaded block-padding v0.3.3
5882026-05-11T18:32:34.283Z Downloaded base16ct v0.2.0
5892026-05-11T18:32:34.287Z Downloaded derive-ex v0.1.8
5902026-05-11T18:32:34.287Z Downloaded erased-serde v0.3.31
5912026-05-11T18:32:34.287Z Downloaded crucible-workspace-hack v0.1.0
5922026-05-11T18:32:34.287Z Downloaded dsl_auto_type v0.2.0
5932026-05-11T18:32:34.291Z Downloaded env_logger v0.11.9
5942026-05-11T18:32:34.291Z Downloaded cfg_aliases v0.2.1
5952026-05-11T18:32:34.291Z Downloaded bit-set v0.8.0
5962026-05-11T18:32:34.294Z Downloaded bit-set v0.5.3
5972026-05-11T18:32:34.294Z Downloaded difflib v0.4.0
5982026-05-11T18:32:34.295Z Downloaded futures-sink v0.3.32
5992026-05-11T18:32:34.295Z Downloaded dunce v1.0.5
6002026-05-11T18:32:34.299Z Downloaded dirs-sys-next v0.1.2
6012026-05-11T18:32:34.299Z Downloaded async-stream v0.3.6
6022026-05-11T18:32:34.299Z Downloaded bb8 v0.8.6
6032026-05-11T18:32:34.299Z Downloaded async-recursion v1.1.1
6042026-05-11T18:32:34.302Z Downloaded float-cmp v0.10.0
6052026-05-11T18:32:34.302Z Downloaded endian-type v0.1.2
6062026-05-11T18:32:34.302Z Downloaded float-ord v0.3.2
6072026-05-11T18:32:34.302Z Downloaded enum-as-inner v0.6.1
6082026-05-11T18:32:34.306Z Downloaded bcs v0.1.6
6092026-05-11T18:32:34.306Z Downloaded cobs v0.3.0
6102026-05-11T18:32:34.306Z Downloaded backoff v0.4.0
6112026-05-11T18:32:34.310Z Downloaded cmake v0.1.57
6122026-05-11T18:32:34.310Z Downloaded cexpr v0.6.0
6132026-05-11T18:32:34.310Z Downloaded embedded-io v0.6.1
6142026-05-11T18:32:34.310Z Downloaded darling_macro v0.20.11
6152026-05-11T18:32:34.314Z Downloaded bitfield-struct v0.6.2
6162026-05-11T18:32:34.314Z Downloaded display-error-chain v0.2.2
6172026-05-11T18:32:34.314Z Downloaded diesel_table_macro_syntax v0.3.0
6182026-05-11T18:32:34.314Z Downloaded ascii-canvas v3.0.0
6192026-05-11T18:32:34.314Z Downloaded array-init v0.0.4
6202026-05-11T18:32:34.317Z Downloaded bitfield-macros v0.19.4
6212026-05-11T18:32:34.318Z Downloaded crunchy v0.2.4
6222026-05-11T18:32:34.318Z Downloaded downcast-rs v2.0.2
6232026-05-11T18:32:34.318Z Downloaded futures-core v0.3.32
6242026-05-11T18:32:34.321Z Downloaded dof v0.4.0
6252026-05-11T18:32:34.322Z Downloaded ciborium-ll v0.2.2
6262026-05-11T18:32:34.322Z Downloaded either v1.15.0
6272026-05-11T18:32:34.325Z Downloaded ff v0.13.1
6282026-05-11T18:32:34.325Z Downloaded foldhash v0.1.5
6292026-05-11T18:32:34.329Z Downloaded crossbeam-deque v0.8.6
6302026-05-11T18:32:34.329Z Downloaded futures-task v0.3.32
6312026-05-11T18:32:34.329Z Downloaded curve25519-dalek-derive v0.1.1
6322026-05-11T18:32:34.329Z Downloaded fs-err v2.11.0
6332026-05-11T18:32:34.333Z Downloaded cstr-argument v0.1.2
6342026-05-11T18:32:34.333Z Downloaded find-msvc-tools v0.1.9
6352026-05-11T18:32:34.333Z Downloaded fxhash v0.2.1
6362026-05-11T18:32:34.333Z Downloaded filetime v0.2.27
6372026-05-11T18:32:34.336Z Downloaded git-stub v1.0.0
6382026-05-11T18:32:34.336Z Downloaded ecdsa v0.16.9
6392026-05-11T18:32:34.336Z Downloaded critical-section v1.2.0
6402026-05-11T18:32:34.336Z Downloaded ghash v0.5.1
6412026-05-11T18:32:34.340Z Downloaded hash32 v0.3.1
6422026-05-11T18:32:34.340Z Downloaded futures-macro v0.3.32
6432026-05-11T18:32:34.340Z Downloaded futures-io v0.3.32
6442026-05-11T18:32:34.344Z Downloaded funty v2.0.0
6452026-05-11T18:32:34.344Z Downloaded foreign-types-shared v0.3.1
6462026-05-11T18:32:34.344Z Downloaded fixedbitset v0.4.2
6472026-05-11T18:32:34.344Z Downloaded gethostname v0.5.0
6482026-05-11T18:32:34.345Z Downloaded hash32 v0.2.1
6492026-05-11T18:32:34.348Z Downloaded globwalk v0.9.1
6502026-05-11T18:32:34.348Z Downloaded bit-vec v0.8.0
6512026-05-11T18:32:34.348Z Downloaded foreign-types v0.3.2
6522026-05-11T18:32:34.348Z Downloaded ed25519 v2.2.3
6532026-05-11T18:32:34.353Z Downloaded buf-list v1.1.2
6542026-05-11T18:32:34.353Z Downloaded fd-lock v4.0.4
6552026-05-11T18:32:34.357Z Downloaded compression-codecs v0.4.37
6562026-05-11T18:32:34.357Z Downloaded camino-tempfile-ext v0.3.3
6572026-05-11T18:32:34.357Z Downloaded cargo_metadata v0.19.2
6582026-05-11T18:32:34.361Z Downloaded fallible-iterator v0.2.0
6592026-05-11T18:32:34.361Z Downloaded foldhash v0.2.0
6602026-05-11T18:32:34.361Z Downloaded diesel-dtrace v0.5.0
6612026-05-11T18:32:34.361Z Downloaded fixedbitset v0.5.7
6622026-05-11T18:32:34.365Z Downloaded blowfish v0.9.1
6632026-05-11T18:32:34.365Z Downloaded bitfield v0.19.4
6642026-05-11T18:32:34.365Z Downloaded argon2 v0.5.3
6652026-05-11T18:32:34.365Z Downloaded derive_builder_core v0.20.2
6662026-05-11T18:32:34.370Z Downloaded headers-core v0.3.0
6672026-05-11T18:32:34.370Z Downloaded hex-literal v0.4.1
6682026-05-11T18:32:34.370Z Downloaded cookie_store v0.22.1
6692026-05-11T18:32:34.374Z Downloaded const-oid v0.9.6
6702026-05-11T18:32:34.374Z Downloaded bzip2 v0.6.1
6712026-05-11T18:32:34.374Z Downloaded bzip2 v0.4.4
6722026-05-11T18:32:34.374Z Downloaded bitflags v1.3.2
6732026-05-11T18:32:34.378Z Downloaded ena v0.14.4
6742026-05-11T18:32:34.378Z Downloaded corncobs v0.1.4
6752026-05-11T18:32:34.378Z Downloaded hex v0.4.3
6762026-05-11T18:32:34.378Z Downloaded derive_builder v0.20.2
6772026-05-11T18:32:34.382Z Downloaded der v0.7.10
6782026-05-11T18:32:34.386Z Downloaded fs_extra v1.3.0
6792026-05-11T18:32:34.386Z Downloaded hubpack_derive v0.1.1
6802026-05-11T18:32:34.386Z Downloaded hostname v0.3.1
6812026-05-11T18:32:34.390Z Downloaded des v0.8.1
6822026-05-11T18:32:34.390Z Downloaded globset v0.4.18
6832026-05-11T18:32:34.390Z Downloaded darling v0.20.11
6842026-05-11T18:32:34.394Z Downloaded hubpack v0.1.2
6852026-05-11T18:32:34.394Z Downloaded httpdate v1.0.3
6862026-05-11T18:32:34.397Z Downloaded http-range v0.1.5
6872026-05-11T18:32:34.397Z Downloaded http-body v1.0.1
6882026-05-11T18:32:34.398Z Downloaded hostname v0.4.2
6892026-05-11T18:32:34.398Z Downloaded ident_case v1.0.1
6902026-05-11T18:32:34.401Z Downloaded hyper-tls v0.6.0
6912026-05-11T18:32:34.401Z Downloaded group v0.13.0
6922026-05-11T18:32:34.401Z Downloaded indent_write v2.2.0
6932026-05-11T18:32:34.401Z Downloaded is_ci v1.2.0
6942026-05-11T18:32:34.405Z Downloaded inout v0.1.4
6952026-05-11T18:32:34.406Z Downloaded indoc v1.0.9
6962026-05-11T18:32:34.406Z Downloaded instant v0.1.13
6972026-05-11T18:32:34.406Z Downloaded colored v2.2.0
6982026-05-11T18:32:34.409Z Downloaded keccak v0.1.6
6992026-05-11T18:32:34.409Z Downloaded instability v0.3.11
7002026-05-11T18:32:34.409Z Downloaded git-stub-vcs v0.1.0
7012026-05-11T18:32:34.413Z Downloaded home v0.5.12
7022026-05-11T18:32:34.413Z Downloaded data-encoding v2.10.0
7032026-05-11T18:32:34.413Z Downloaded cookie v0.18.1
7042026-05-11T18:32:34.416Z Downloaded constant_time_eq v0.4.2
7052026-05-11T18:32:34.416Z Downloaded ciborium v0.2.2
7062026-05-11T18:32:34.416Z Downloaded bit-vec v0.6.3
7072026-05-11T18:32:34.420Z Downloaded backon v1.6.0
7082026-05-11T18:32:34.421Z Downloaded daft v0.1.5
7092026-05-11T18:32:34.421Z Downloaded darling v0.23.0
7102026-05-11T18:32:34.425Z Downloaded crossbeam-utils v0.8.21
7112026-05-11T18:32:34.428Z Downloaded console v0.16.2
7122026-05-11T18:32:34.428Z Downloaded colored v3.1.1
7132026-05-11T18:32:34.428Z Downloaded cassowary v0.3.0
7142026-05-11T18:32:34.432Z Downloaded daft-derive v0.1.5
7152026-05-11T18:32:34.432Z Downloaded bumpalo v3.20.2
7162026-05-11T18:32:34.451Z Downloaded kstat-rs v0.2.4
7172026-05-11T18:32:34.451Z Downloaded libscf-sys v1.1.0
7182026-05-11T18:32:34.456Z Downloaded internet-checksum v0.2.1
7192026-05-11T18:32:34.456Z Downloaded derive_more v0.99.20
7202026-05-11T18:32:34.456Z Downloaded lru-cache v0.1.2
7212026-05-11T18:32:34.456Z Downloaded lzss v0.8.2
7222026-05-11T18:32:34.456Z Downloaded lru v0.12.5
7232026-05-11T18:32:34.457Z Downloaded crc32fast v1.5.0
7242026-05-11T18:32:34.457Z Downloaded crc-any v2.5.0
7252026-05-11T18:32:34.457Z Downloaded fatfs v0.3.6
7262026-05-11T18:32:34.457Z Downloaded lru-slab v0.1.2
7272026-05-11T18:32:34.457Z Downloaded lazy_static v1.5.0
7282026-05-11T18:32:34.457Z Downloaded chacha20poly1305 v0.10.1
7292026-05-11T18:32:34.457Z Downloaded bytes v1.11.1
7302026-05-11T18:32:34.457Z Downloaded match_cfg v0.1.0
7312026-05-11T18:32:34.457Z Downloaded maybe-uninit v2.0.0
7322026-05-11T18:32:34.457Z Downloaded md5 v0.7.0
7332026-05-11T18:32:34.457Z Downloaded maplit v1.0.2
7342026-05-11T18:32:34.461Z Downloaded http-body-util v0.1.3
7352026-05-11T18:32:34.461Z Downloaded md-5 v0.10.6
7362026-05-11T18:32:34.461Z Downloaded humantime v2.3.0
7372026-05-11T18:32:34.461Z Downloaded crypto-bigint v0.5.5
7382026-05-11T18:32:34.465Z Downloaded mime v0.3.17
7392026-05-11T18:32:34.469Z Downloaded newline-converter v0.3.0
7402026-05-11T18:32:34.469Z Downloaded ingot-types v0.1.2
7412026-05-11T18:32:34.469Z Downloaded ingot v0.1.1
7422026-05-11T18:32:34.469Z Downloaded memoffset v0.9.1
7432026-05-11T18:32:34.469Z Downloaded is-terminal v0.4.17
7442026-05-11T18:32:34.473Z Downloaded newtype_derive v0.1.6
7452026-05-11T18:32:34.473Z Downloaded multimap v0.10.1
7462026-05-11T18:32:34.473Z Downloaded ipnetwork v0.21.1
7472026-05-11T18:32:34.473Z Downloaded new_debug_unreachable v1.0.6
7482026-05-11T18:32:34.477Z Downloaded indoc v2.0.7
7492026-05-11T18:32:34.477Z Downloaded half v1.8.3
7502026-05-11T18:32:34.477Z Downloaded async-bb8-diesel v0.2.1
7512026-05-11T18:32:34.481Z Downloaded allocator-api2 v0.2.21
7522026-05-11T18:32:34.481Z Downloaded num-derive v0.3.3
7532026-05-11T18:32:34.485Z Downloaded num-derive v0.4.2
7542026-05-11T18:32:34.485Z Downloaded cancel-safe-futures v0.1.5
7552026-05-11T18:32:34.485Z Downloaded convert_case v0.10.0
7562026-05-11T18:32:34.488Z Downloaded blake2 v0.10.6
7572026-05-11T18:32:34.488Z Downloaded getrandom v0.2.17
7582026-05-11T18:32:34.493Z Downloaded diff v0.1.13
7592026-05-11T18:32:34.493Z Downloaded dropshot_endpoint v0.16.7
7602026-05-11T18:32:34.497Z Downloaded derive-where v1.6.0
7612026-05-11T18:32:34.497Z Downloaded num-conv v0.2.0
7622026-05-11T18:32:34.497Z Downloaded hyper-staticfile v0.10.1
7632026-05-11T18:32:34.500Z Downloaded darling v0.21.3
7642026-05-11T18:32:34.501Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-11T18:32:34.506Z Downloaded lalrpop-util v0.19.12
7662026-05-11T18:32:34.507Z Downloaded jobserver v0.1.34
7672026-05-11T18:32:34.510Z Downloaded num-iter v0.1.45
7682026-05-11T18:32:34.510Z Downloaded dropshot_endpoint v0.17.0
7692026-05-11T18:32:34.510Z Downloaded libloading v0.8.9
7702026-05-11T18:32:34.510Z Downloaded linear-map v1.2.0
7712026-05-11T18:32:34.510Z Downloaded libsw-core v0.3.2
7722026-05-11T18:32:34.515Z Downloaded flume v0.11.1
7732026-05-11T18:32:34.515Z Downloaded openssl-macros v0.1.1
7742026-05-11T18:32:34.519Z Downloaded num v0.4.3
7752026-05-11T18:32:34.519Z Downloaded nibble_vec v0.1.0
7762026-05-11T18:32:34.519Z Downloaded managed v0.8.0
7772026-05-11T18:32:34.519Z Downloaded lock_api v0.4.14
7782026-05-11T18:32:34.519Z Downloaded olpc-cjson v0.1.4
7792026-05-11T18:32:34.523Z Downloaded num_enum_derive v0.5.11
7802026-05-11T18:32:34.523Z Downloaded normalize-line-endings v0.3.0
7812026-05-11T18:32:34.523Z Downloaded nodrop v0.1.14
7822026-05-11T18:32:34.523Z Downloaded futures v0.3.32
7832026-05-11T18:32:34.527Z Downloaded opaque-debug v0.3.1
7842026-05-11T18:32:34.527Z Downloaded openssl-probe v0.2.1
7852026-05-11T18:32:34.527Z Downloaded newtype-uuid-macros v0.1.0
7862026-05-11T18:32:34.527Z Downloaded libefi-sys v0.1.0
7872026-05-11T18:32:34.531Z Downloaded httparse v1.10.1
7882026-05-11T18:32:34.531Z Downloaded newtype-uuid v1.3.2
7892026-05-11T18:32:34.531Z Downloaded openssl-probe v0.1.6
7902026-05-11T18:32:34.535Z Downloaded iana-time-zone v0.1.65
7912026-05-11T18:32:34.535Z Downloaded num_threads v0.1.7
7922026-05-11T18:32:34.535Z Downloaded nonempty v0.12.0
7932026-05-11T18:32:34.538Z Downloaded multer v3.1.0
7942026-05-11T18:32:34.538Z Downloaded half v2.7.1
7952026-05-11T18:32:34.542Z Downloaded drift v0.1.4
7962026-05-11T18:32:34.546Z Downloaded nanorand v0.7.0
7972026-05-11T18:32:34.549Z Downloaded oso-derive v0.27.3
7982026-05-11T18:32:34.549Z Downloaded ipnet v2.11.0
7992026-05-11T18:32:34.550Z Downloaded getrandom v0.3.4
8002026-05-11T18:32:34.553Z Downloaded native-tls v0.2.18
8012026-05-11T18:32:34.553Z Downloaded ar_archive_writer v0.5.1
8022026-05-11T18:32:34.557Z Downloaded compact_str v0.8.1
8032026-05-11T18:32:34.557Z Downloaded hmac v0.12.1
8042026-05-11T18:32:34.560Z Downloaded peg-runtime v0.8.5
8052026-05-11T18:32:34.560Z Downloaded libsw v3.5.0
8062026-05-11T18:32:34.560Z Downloaded ingot-macros v0.1.1
8072026-05-11T18:32:34.560Z Downloaded num-integer v0.1.46
8082026-05-11T18:32:34.564Z Downloaded glob v0.3.3
8092026-05-11T18:32:34.564Z Downloaded futures-executor v0.3.32
8102026-05-11T18:32:34.564Z Downloaded futures-channel v0.3.32
8112026-05-11T18:32:34.564Z Downloaded darling_core v0.23.0
8122026-05-11T18:32:34.568Z Downloaded nu-ansi-term v0.50.3
8132026-05-11T18:32:34.571Z Downloaded const_format v0.2.35
8142026-05-11T18:32:34.574Z Downloaded elliptic-curve v0.13.8
8152026-05-11T18:32:34.574Z Downloaded parse-display v0.10.0
8162026-05-11T18:32:34.578Z Downloaded pbkdf2 v0.11.0
8172026-05-11T18:32:34.578Z Downloaded path-slash v0.1.5
8182026-05-11T18:32:34.578Z Downloaded pin-utils v0.1.0
8192026-05-11T18:32:34.582Z Downloaded phf_shared v0.13.1
8202026-05-11T18:32:34.582Z Downloaded phf_shared v0.11.3
8212026-05-11T18:32:34.582Z Downloaded num_enum_derive v0.7.5
8222026-05-11T18:32:34.596Z Downloaded precomputed-hash v0.1.1
8232026-05-11T18:32:34.601Z Downloaded base64 v0.22.1
8242026-05-11T18:32:34.601Z Downloaded phf_shared v0.12.1
8252026-05-11T18:32:34.606Z Downloaded num-rational v0.4.2
8262026-05-11T18:32:34.606Z Downloaded mime_guess v2.0.5
8272026-05-11T18:32:34.606Z Downloaded ignore v0.4.25
8282026-05-11T18:32:34.606Z Downloaded oxnet v0.1.4
8292026-05-11T18:32:34.611Z Downloaded oxide-tokio-rt v0.1.4
8302026-05-11T18:32:34.611Z Downloaded predicates-tree v1.0.13
8312026-05-11T18:32:34.611Z Downloaded darling_core v0.20.11
8322026-05-11T18:32:34.611Z Downloaded proc-macro-crate v1.3.1
8332026-05-11T18:32:34.616Z Downloaded proc-macro-error-attr2 v2.0.0
8342026-05-11T18:32:34.616Z Downloaded predicates-core v1.0.10
8352026-05-11T18:32:34.617Z Downloaded arc-swap v1.8.2
8362026-05-11T18:32:34.617Z Downloaded memmap2 v0.9.10
8372026-05-11T18:32:34.621Z Downloaded indexmap v1.9.3
8382026-05-11T18:32:34.621Z Downloaded pem v3.0.6
8392026-05-11T18:32:34.621Z Downloaded libbz2-rs-sys v0.2.2
8402026-05-11T18:32:34.621Z Downloaded heapless v0.8.0
8412026-05-11T18:32:34.624Z Downloaded headers v0.4.1
8422026-05-11T18:32:34.628Z Downloaded progenitor-client v0.11.2
8432026-05-11T18:32:34.628Z Downloaded proc-macro-crate v3.4.0
8442026-05-11T18:32:34.628Z Downloaded parse-display-derive v0.10.0
8452026-05-11T18:32:34.633Z Downloaded progenitor-client v0.10.0
8462026-05-11T18:32:34.633Z Downloaded packed_struct v0.10.1
8472026-05-11T18:32:34.633Z Downloaded num-complex v0.4.6
8482026-05-11T18:32:34.636Z Downloaded psl-types v2.0.11
8492026-05-11T18:32:34.636Z Downloaded progenitor-macro v0.11.2
8502026-05-11T18:32:34.636Z Downloaded progenitor-client v0.14.0
8512026-05-11T18:32:34.636Z Downloaded paste v1.0.15
8522026-05-11T18:32:34.637Z Downloaded derive_more v2.1.1
8532026-05-11T18:32:34.645Z Downloaded heapless v0.7.17
8542026-05-11T18:32:34.650Z Downloaded radium v0.7.0
8552026-05-11T18:32:34.650Z Downloaded progenitor-macro v0.14.0
8562026-05-11T18:32:34.650Z Downloaded progenitor-macro v0.13.0
8572026-05-11T18:32:34.650Z Downloaded quick-error v1.2.3
8582026-05-11T18:32:34.655Z Downloaded peg-macros v0.8.5
8592026-05-11T18:32:34.655Z Downloaded peg v0.8.5
8602026-05-11T18:32:34.655Z Downloaded omicron-zone-package v0.12.2
8612026-05-11T18:32:34.659Z Downloaded phf v0.12.1
8622026-05-11T18:32:34.659Z Downloaded indicatif v0.18.4
8632026-05-11T18:32:34.659Z Downloaded parking_lot_core v0.8.6
8642026-05-11T18:32:34.663Z Downloaded predicates v3.1.4
8652026-05-11T18:32:34.663Z Downloaded rand_chacha v0.3.1
8662026-05-11T18:32:34.663Z Downloaded polyval v0.6.2
8672026-05-11T18:32:34.667Z Downloaded pkcs8 v0.10.2
8682026-05-11T18:32:34.667Z Downloaded phf v0.13.1
8692026-05-11T18:32:34.667Z Downloaded cc v1.2.56
8702026-05-11T18:32:34.671Z Downloaded postgres-protocol v0.6.10
8712026-05-11T18:32:34.671Z Downloaded pkg-config v0.3.32
8722026-05-11T18:32:34.671Z Downloaded litrs v1.0.0
8732026-05-11T18:32:34.675Z Downloaded password-hash v0.4.2
8742026-05-11T18:32:34.676Z Downloaded async-compression v0.4.41
8752026-05-11T18:32:34.679Z Downloaded crossbeam-channel v0.5.15
8762026-05-11T18:32:34.683Z Downloaded recursive v0.1.1
8772026-05-11T18:32:34.683Z Downloaded rand_xorshift v0.4.0
8782026-05-11T18:32:34.683Z Downloaded hickory-resolver v0.25.2
8792026-05-11T18:32:34.687Z Downloaded primeorder v0.13.6
8802026-05-11T18:32:34.687Z Downloaded flate2 v1.1.9
8812026-05-11T18:32:34.692Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-05-11T18:32:34.692Z Downloaded progenitor-client v0.13.0
8832026-05-11T18:32:34.692Z Downloaded progenitor v0.14.0
8842026-05-11T18:32:34.692Z Downloaded progenitor v0.13.0
8852026-05-11T18:32:34.697Z Downloaded proc-macro-error2 v2.0.1
8862026-05-11T18:32:34.697Z Downloaded ref-cast-impl v1.0.25
8872026-05-11T18:32:34.697Z Downloaded owo-colors v4.3.0
8882026-05-11T18:32:34.701Z Downloaded parking_lot v0.11.2
8892026-05-11T18:32:34.701Z Downloaded progenitor v0.11.2
8902026-05-11T18:32:34.701Z Downloaded base64 v0.21.7
8912026-05-11T18:32:34.704Z Downloaded ref-cast v1.0.25
8922026-05-11T18:32:34.705Z Downloaded rfc6979 v0.4.0
8932026-05-11T18:32:34.705Z Downloaded pkcs5 v0.7.1
8942026-05-11T18:32:34.708Z Downloaded pin-project-internal v1.1.11
8952026-05-11T18:32:34.708Z Downloaded progenitor-macro v0.10.0
8962026-05-11T18:32:34.712Z Downloaded derive_more-impl v2.1.1
8972026-05-11T18:32:34.712Z Downloaded progenitor-extras v0.2.0
8982026-05-11T18:32:34.716Z Downloaded ed25519-dalek v2.2.0
8992026-05-11T18:32:34.716Z Downloaded pem-rfc7468 v0.7.0
9002026-05-11T18:32:34.716Z Downloaded parking_lot_core v0.9.12
9012026-05-11T18:32:34.720Z Downloaded rustc-hash v2.1.1
9022026-05-11T18:32:34.720Z Downloaded rtoolbox v0.0.3
9032026-05-11T18:32:34.720Z Downloaded hickory-resolver v0.24.4
9042026-05-11T18:32:34.723Z Downloaded russh-cryptovec v0.7.3
9052026-05-11T18:32:34.723Z Downloaded r2d2 v0.8.10
9062026-05-11T18:32:34.727Z Downloaded ppv-lite86 v0.2.21
9072026-05-11T18:32:34.727Z Downloaded pkcs1 v0.7.5
9082026-05-11T18:32:34.727Z Downloaded pin-project-lite v0.2.17
9092026-05-11T18:32:34.731Z Downloaded rand_core v0.9.5
9102026-05-11T18:32:34.731Z Downloaded poly1305 v0.8.0
9112026-05-11T18:32:34.736Z Downloaded rustc_version v0.4.1
9122026-05-11T18:32:34.736Z Downloaded rustc_version v0.1.7
9132026-05-11T18:32:34.736Z Downloaded oso v0.27.3
9142026-05-11T18:32:34.740Z Downloaded rand_seeder v0.4.0
9152026-05-11T18:32:34.740Z Downloaded sapling-renderdag v0.1.0
9162026-05-11T18:32:34.740Z Downloaded rand_chacha v0.9.0
9172026-05-11T18:32:34.740Z Downloaded expectorate v1.2.0
9182026-05-11T18:32:34.744Z Downloaded powerfmt v0.2.0
9192026-05-11T18:32:34.744Z Downloaded postgres-types v0.2.12
9202026-05-11T18:32:34.744Z Downloaded aho-corasick v1.1.4
9212026-05-11T18:32:34.748Z Downloaded rand_core v0.10.0
9222026-05-11T18:32:34.748Z Downloaded rand_core v0.6.4
9232026-05-11T18:32:34.749Z Downloaded postcard v1.1.3
9242026-05-11T18:32:34.752Z Downloaded salsa20 v0.10.2
9252026-05-11T18:32:34.752Z Downloaded hyper-rustls v0.27.7
9262026-05-11T18:32:34.752Z Downloaded pbkdf2 v0.12.2
9272026-05-11T18:32:34.756Z Downloaded same-file v1.0.6
9282026-05-11T18:32:34.756Z Downloaded parse-size v1.1.0
9292026-05-11T18:32:34.756Z Downloaded num_enum v0.7.5
9302026-05-11T18:32:34.759Z Downloaded secrecy v0.8.0
9312026-05-11T18:32:34.759Z Downloaded scroll_derive v0.13.1
9322026-05-11T18:32:34.760Z Downloaded scheduled-thread-pool v0.2.7
9332026-05-11T18:32:34.763Z Downloaded aes-gcm v0.10.3
9342026-05-11T18:32:34.763Z Downloaded miniz_oxide v0.8.9
9352026-05-11T18:32:34.767Z Downloaded parking_lot v0.12.5
9362026-05-11T18:32:34.767Z Downloaded num_enum v0.5.11
9372026-05-11T18:32:34.771Z Downloaded quinn-udp v0.5.14
9382026-05-11T18:32:34.771Z Downloaded password-hash v0.5.0
9392026-05-11T18:32:34.775Z Downloaded papergrid v0.17.0
9402026-05-11T18:32:34.775Z Downloaded serde-big-array v0.5.1
9412026-05-11T18:32:34.778Z Downloaded secrecy v0.10.3
9422026-05-11T18:32:34.778Z Downloaded scrypt v0.11.0
9432026-05-11T18:32:34.778Z Downloaded scopeguard v1.2.0
9442026-05-11T18:32:34.784Z Downloaded seq-macro v0.3.6
9452026-05-11T18:32:34.784Z Downloaded resolv-conf v0.7.6
9462026-05-11T18:32:34.784Z Downloaded packed_struct_codegen v0.10.1
9472026-05-11T18:32:34.784Z Downloaded rustls-native-certs v0.8.3
9482026-05-11T18:32:34.788Z Downloaded jiff-static v0.2.21
9492026-05-11T18:32:34.788Z Downloaded diesel_derives v2.3.7
9502026-05-11T18:32:34.793Z Downloaded serde_repr v0.1.20
9512026-05-11T18:32:34.793Z Downloaded serde_bytes v0.11.19
9522026-05-11T18:32:34.793Z Downloaded serde_plain v1.0.2
9532026-05-11T18:32:34.797Z Downloaded highway v1.3.0
9542026-05-11T18:32:34.797Z Downloaded rustversion v1.0.22
9552026-05-11T18:32:34.797Z Downloaded rustls-pemfile v2.2.0
9562026-05-11T18:32:34.800Z Downloaded pin-project v1.1.11
9572026-05-11T18:32:34.804Z Downloaded serde_spanned v1.0.4
9582026-05-11T18:32:34.807Z Downloaded semver v0.1.20
9592026-05-11T18:32:34.807Z Downloaded progenitor v0.10.0
9602026-05-11T18:32:34.807Z Downloaded shell-words v1.1.1
9612026-05-11T18:32:34.807Z Downloaded sha1 v0.10.6
9622026-05-11T18:32:34.811Z Downloaded p256 v0.13.2
9632026-05-11T18:32:34.812Z Downloaded openssl-sys v0.9.114
9642026-05-11T18:32:34.815Z Downloaded signature v2.2.0
9652026-05-11T18:32:34.815Z Downloaded serde_urlencoded v0.7.1
9662026-05-11T18:32:34.819Z Downloaded linked-hash-map v0.5.6
9672026-05-11T18:32:34.819Z Downloaded siphasher v1.0.2
9682026-05-11T18:32:34.819Z Downloaded signal-hook-tokio v0.3.1
9692026-05-11T18:32:34.823Z Downloaded rusty-fork v0.3.1
9702026-05-11T18:32:34.823Z Downloaded schemars_derive v0.8.22
9712026-05-11T18:32:34.823Z Downloaded progenitor-impl v0.14.0
9722026-05-11T18:32:34.827Z Downloaded progenitor-impl v0.13.0
9732026-05-11T18:32:34.827Z Downloaded prefix-trie v0.7.0
9742026-05-11T18:32:34.830Z Downloaded hyper-util v0.1.20
9752026-05-11T18:32:34.835Z Downloaded sigpipe v0.1.3
9762026-05-11T18:32:34.835Z Downloaded scroll v0.13.0
9772026-05-11T18:32:34.839Z Downloaded sec1 v0.7.3
9782026-05-11T18:32:34.842Z Downloaded psm v0.1.30
9792026-05-11T18:32:34.843Z Downloaded hashbrown v0.13.2
9802026-05-11T18:32:34.847Z Downloaded slog-envlogger v2.2.0
9812026-05-11T18:32:34.847Z Downloaded slog-bunyan v2.5.0
9822026-05-11T18:32:34.847Z Downloaded sct v0.7.1
9832026-05-11T18:32:34.851Z Downloaded hashbrown v0.12.3
9842026-05-11T18:32:34.856Z Downloaded progenitor-impl v0.10.0
9852026-05-11T18:32:34.860Z Downloaded dropshot-api-manager v0.7.1
9862026-05-11T18:32:34.860Z Downloaded mio v1.2.0
9872026-05-11T18:32:34.863Z Downloaded rustls-pemfile v1.0.4
9882026-05-11T18:32:34.864Z Downloaded serde_derive_internals v0.29.1
9892026-05-11T18:32:34.867Z Downloaded ssh-cipher v0.2.0
9902026-05-11T18:32:34.867Z Downloaded ssh-encoding v0.2.0
9912026-05-11T18:32:34.868Z Downloaded sqlparser_derive v0.5.0
9922026-05-11T18:32:34.871Z Downloaded serde-hex v0.1.0
9932026-05-11T18:32:34.871Z Downloaded serde_path_to_error v0.1.20
9942026-05-11T18:32:34.871Z Downloaded crossterm v0.28.1
9952026-05-11T18:32:34.877Z Downloaded aes v0.8.4
9962026-05-11T18:32:34.881Z Downloaded strum v0.26.3
9972026-05-11T18:32:34.881Z Downloaded rustls-pki-types v1.14.0
9982026-05-11T18:32:34.885Z Downloaded signal-hook-registry v1.4.8
9992026-05-11T18:32:34.885Z Downloaded signal-hook-mio v0.2.5
10002026-05-11T18:32:34.885Z Downloaded hickory-server v0.25.2
10012026-05-11T18:32:34.890Z Downloaded structmeta v0.3.0
10022026-05-11T18:32:34.891Z Downloaded strip-ansi-escapes v0.2.1
10032026-05-11T18:32:34.891Z Downloaded rcgen v0.12.1
10042026-05-11T18:32:34.894Z Downloaded subtle v2.6.1
10052026-05-11T18:32:34.894Z Downloaded slab v0.4.12
10062026-05-11T18:32:34.894Z Downloaded simd-adler32 v0.3.8
10072026-05-11T18:32:34.895Z Downloaded sync-ptr v0.1.4
10082026-05-11T18:32:34.895Z Downloaded tabled_derive v0.11.0
10092026-05-11T18:32:34.899Z Downloaded supports-color v3.0.2
10102026-05-11T18:32:34.899Z Downloaded structmeta-derive v0.3.0
10112026-05-11T18:32:34.899Z Downloaded minimal-lexical v0.2.1
10122026-05-11T18:32:34.904Z Downloaded strum v0.27.2
10132026-05-11T18:32:34.907Z Downloaded sync_wrapper v1.0.2
10142026-05-11T18:32:34.907Z Downloaded slog-scope v4.4.1
10152026-05-11T18:32:34.911Z Downloaded slog-json v2.6.1
10162026-05-11T18:32:34.911Z Downloaded progenitor-impl v0.11.2
10172026-05-11T18:32:34.911Z Downloaded prettyplease v0.2.37
10182026-05-11T18:32:34.916Z Downloaded slog-async v2.8.0
10192026-05-11T18:32:34.916Z Downloaded http v1.4.0
10202026-05-11T18:32:34.920Z Downloaded smf v0.2.3
10212026-05-11T18:32:34.920Z Downloaded take_mut v0.2.2
10222026-05-11T18:32:34.920Z Downloaded slog-stdlog v4.1.1
10232026-05-11T18:32:34.924Z Downloaded tagptr v0.2.0
10242026-05-11T18:32:34.924Z Downloaded termtree v0.5.1
10252026-05-11T18:32:34.924Z Downloaded tabwriter v1.4.1
10262026-05-11T18:32:34.924Z Downloaded spki v0.7.3
10272026-05-11T18:32:34.927Z Downloaded smallvec v0.6.14
10282026-05-11T18:32:34.934Z Downloaded tinyvec_macros v0.1.1
10292026-05-11T18:32:34.938Z Downloaded time-core v0.1.8
10302026-05-11T18:32:34.938Z Downloaded testing_table v0.3.0
10312026-05-11T18:32:34.938Z Downloaded thread-id v5.1.0
10322026-05-11T18:32:34.942Z Downloaded serde_with_macros v3.17.0
10332026-05-11T18:32:34.945Z Downloaded stacker v0.1.23
10342026-05-11T18:32:34.945Z Downloaded serde_cbor v0.11.2
10352026-05-11T18:32:34.949Z Downloaded sqlformat v0.3.5
10362026-05-11T18:32:34.949Z Downloaded russh-keys v0.45.0
10372026-05-11T18:32:34.949Z Downloaded slog-dtrace v0.3.0
10382026-05-11T18:32:34.953Z Downloaded stringprep v0.1.5
10392026-05-11T18:32:34.953Z Downloaded shlex v1.3.0
10402026-05-11T18:32:34.953Z Downloaded itertools v0.10.5
10412026-05-11T18:32:34.956Z Downloaded pretty_assertions v1.4.1
10422026-05-11T18:32:34.961Z Downloaded tokio-macros v2.7.0
10432026-05-11T18:32:34.964Z Downloaded hashbrown v0.16.1
10442026-05-11T18:32:34.969Z Downloaded strum_macros v0.27.2
10452026-05-11T18:32:34.969Z Downloaded string_cache v0.8.9
10462026-05-11T18:32:34.969Z Downloaded static_assertions v1.1.0
10472026-05-11T18:32:34.973Z Downloaded ryu v1.0.23
10482026-05-11T18:32:34.973Z Downloaded support-bundle-viewer v0.1.2
10492026-05-11T18:32:34.973Z Downloaded strum_macros v0.24.3
10502026-05-11T18:32:34.976Z Downloaded schemars v0.8.22
10512026-05-11T18:32:34.980Z Downloaded publicsuffix v2.3.0
10522026-05-11T18:32:34.984Z Downloaded quinn v0.11.9
10532026-05-11T18:32:34.987Z Downloaded ron v0.8.1
10542026-05-11T18:32:34.991Z Downloaded nom v7.1.3
10552026-05-11T18:32:34.991Z Downloaded tap v1.0.1
10562026-05-11T18:32:34.994Z Downloaded slog-term v2.9.2
10572026-05-11T18:32:34.994Z Downloaded itertools v0.12.1
10582026-05-11T18:32:34.997Z Downloaded topological-sort v0.2.2
10592026-05-11T18:32:35.001Z Downloaded num-bigint v0.4.6
10602026-05-11T18:32:35.002Z Downloaded snafu-derive v0.8.9
10612026-05-11T18:32:35.005Z Downloaded time-macros v0.2.27
10622026-05-11T18:32:35.005Z Downloaded thread_local v1.1.9
10632026-05-11T18:32:35.005Z Downloaded termios v0.3.3
10642026-05-11T18:32:35.011Z Downloaded crossterm v0.29.0
10652026-05-11T18:32:35.016Z Downloaded spin v0.9.8
10662026-05-11T18:32:35.016Z Downloaded hashbrown v0.15.5
10672026-05-11T18:32:35.019Z Downloaded tower-service v0.3.3
10682026-05-11T18:32:35.019Z Downloaded tower-layer v0.3.3
10692026-05-11T18:32:35.019Z Downloaded rand v0.8.5
10702026-05-11T18:32:35.019Z Downloaded tls_codec v0.4.2
10712026-05-11T18:32:35.020Z Downloaded tiny-keccak v2.0.2
10722026-05-11T18:32:35.023Z Downloaded try-lock v0.2.5
10732026-05-11T18:32:35.023Z Downloaded trait-variant v0.1.2
10742026-05-11T18:32:35.023Z Downloaded serde_yaml v0.9.34+deprecated
10752026-05-11T18:32:35.028Z Downloaded tokio-dtrace v0.1.1
10762026-05-11T18:32:35.028Z Downloaded thiserror-no-std v2.0.2
10772026-05-11T18:32:35.032Z Downloaded typify-macro v0.4.3
10782026-05-11T18:32:35.032Z Downloaded signal-hook v0.3.18
10792026-05-11T18:32:35.032Z Downloaded strum_macros v0.26.4
10802026-05-11T18:32:35.032Z Downloaded rustls-platform-verifier v0.6.2
10812026-05-11T18:32:35.036Z Downloaded typify-macro v0.6.2
10822026-05-11T18:32:35.036Z Downloaded tls_codec_derive v0.4.2
10832026-05-11T18:32:35.036Z Downloaded tokio-rustls v0.25.0
10842026-05-11T18:32:35.040Z Downloaded tokio-native-tls v0.3.1
10852026-05-11T18:32:35.040Z Downloaded universal-hash v0.5.1
10862026-05-11T18:32:35.043Z Downloaded similar v2.7.0
10872026-05-11T18:32:35.043Z Downloaded rayon-core v1.13.0
10882026-05-11T18:32:35.047Z Downloaded tokio-tungstenite v0.21.0
10892026-05-11T18:32:35.051Z Downloaded tokio-tungstenite v0.23.1
10902026-05-11T18:32:35.051Z Downloaded schemars v0.9.0
10912026-05-11T18:32:35.057Z Downloaded unicode-truncate v1.1.0
10922026-05-11T18:32:35.060Z Downloaded libxml v0.3.3
10932026-05-11T18:32:35.061Z Downloaded usdt v0.6.0
10942026-05-11T18:32:35.066Z Downloaded untrusted v0.9.0
10952026-05-11T18:32:35.066Z Downloaded untrusted v0.7.1
10962026-05-11T18:32:35.066Z Downloaded slog v2.8.2
10972026-05-11T18:32:35.070Z Downloaded unit-prefix v0.5.2
10982026-05-11T18:32:35.070Z Downloaded iri-string v0.7.10
10992026-05-11T18:32:35.074Z Downloaded utf-8 v0.7.6
11002026-05-11T18:32:35.074Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-05-11T18:32:35.074Z Downloaded usdt-attr-macro v0.6.0
11022026-05-11T18:32:35.074Z Downloaded thiserror-impl-no-std v2.0.2
11032026-05-11T18:32:35.074Z Downloaded usdt-macro v0.6.0
11042026-05-11T18:32:35.078Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11052026-05-11T18:32:35.078Z Downloaded term v1.2.1
11062026-05-11T18:32:35.078Z Downloaded qorb v0.4.1
11072026-05-11T18:32:35.082Z Downloaded waitgroup v0.1.2
11082026-05-11T18:32:35.082Z Downloaded socket2 v0.6.3
11092026-05-11T18:32:35.085Z Downloaded want v0.3.1
11102026-05-11T18:32:35.085Z Downloaded rand v0.10.0
11112026-05-11T18:32:35.090Z Downloaded term v0.7.0
11122026-05-11T18:32:35.090Z Downloaded wait-timeout v0.2.1
11132026-05-11T18:32:35.107Z Downloaded void v1.0.2
11142026-05-11T18:32:35.107Z Downloaded unarray v0.1.4
11152026-05-11T18:32:35.114Z Downloaded rustls-webpki v0.103.9
11162026-05-11T18:32:35.118Z Downloaded xshell-macros v0.2.7
11172026-05-11T18:32:35.122Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-05-11T18:32:35.122Z Downloaded xattr v1.6.1
11192026-05-11T18:32:35.127Z Downloaded unicase v2.9.0
11202026-05-11T18:32:35.133Z Downloaded tokio-rustls v0.26.4
11212026-05-11T18:32:35.133Z Downloaded hyper v1.8.1
11222026-05-11T18:32:35.137Z Downloaded zone_cfg_derive v0.3.1
11232026-05-11T18:32:35.137Z Downloaded tokio-rustls v0.24.1
11242026-05-11T18:32:35.137Z Downloaded toml_parser v1.0.9+spec-1.1.0
11252026-05-11T18:32:35.142Z Downloaded iddqd v0.3.18
11262026-05-11T18:32:35.146Z Downloaded schemars v1.2.1
11272026-05-11T18:32:35.151Z Downloaded zone v0.3.1
11282026-05-11T18:32:35.155Z Downloaded zeroize_derive v1.4.3
11292026-05-11T18:32:35.155Z Downloaded vergen-gitcl v1.0.8
11302026-05-11T18:32:35.155Z Downloaded vergen-git2 v1.0.7
11312026-05-11T18:32:35.155Z Downloaded twox-hash v2.1.2
11322026-05-11T18:32:35.159Z Downloaded tracing-attributes v0.1.31
11332026-05-11T18:32:35.160Z Downloaded socket2 v0.5.10
11342026-05-11T18:32:35.160Z Downloaded uzers v0.12.2
11352026-05-11T18:32:35.160Z Downloaded usdt-impl v0.6.0
11362026-05-11T18:32:35.163Z Downloaded samael v0.0.19
11372026-05-11T18:32:35.167Z Downloaded rsa v0.9.10
11382026-05-11T18:32:35.171Z Downloaded xshell v0.2.7
11392026-05-11T18:32:35.174Z Downloaded whoami v1.6.1
11402026-05-11T18:32:35.178Z Downloaded vergen-lib v0.1.6
11412026-05-11T18:32:35.178Z Downloaded tinyvec v1.10.0
11422026-05-11T18:32:35.178Z Downloaded unicode-properties v0.1.4
11432026-05-11T18:32:35.183Z Downloaded futures-util v0.3.32
11442026-05-11T18:32:35.186Z Downloaded whoami v2.1.0
11452026-05-11T18:32:35.186Z Downloaded tui-tree-widget v0.23.1
11462026-05-11T18:32:35.191Z Downloaded wyz v0.5.1
11472026-05-11T18:32:35.191Z Downloaded tokio-stream v0.1.18
11482026-05-11T18:32:35.195Z Downloaded itertools v0.13.0
11492026-05-11T18:32:35.198Z Downloaded subprocess v0.2.15
11502026-05-11T18:32:35.198Z Downloaded hkdf v0.12.4
11512026-05-11T18:32:35.202Z Downloaded zstd-safe v7.2.4
11522026-05-11T18:32:35.202Z Downloaded zstd v0.13.3
11532026-05-11T18:32:35.205Z Downloaded russh v0.45.0
11542026-05-11T18:32:35.209Z Downloaded rand v0.9.2
11552026-05-11T18:32:35.209Z Downloaded p521 v0.13.3
11562026-05-11T18:32:35.213Z Downloaded toml v0.9.12+spec-1.1.0
11572026-05-11T18:32:35.216Z Downloaded walkdir v2.5.0
11582026-05-11T18:32:35.216Z Downloaded vsss-rs v3.3.4
11592026-05-11T18:32:35.216Z Downloaded zeroize v1.8.2
11602026-05-11T18:32:35.221Z Downloaded h2 v0.4.13
11612026-05-11T18:32:35.225Z Downloaded typify v0.4.3
11622026-05-11T18:32:35.225Z Downloaded tar v0.4.45
11632026-05-11T18:32:35.225Z Downloaded unicode-bidi v0.3.18
11642026-05-11T18:32:35.231Z Downloaded typify v0.6.2
11652026-05-11T18:32:35.231Z Downloaded num-bigint-dig v0.8.6
11662026-05-11T18:32:35.235Z Downloaded test-strategy v0.4.5
11672026-05-11T18:32:35.235Z Downloaded itertools v0.14.0
11682026-05-11T18:32:35.239Z Downloaded tracing-core v0.1.36
11692026-05-11T18:32:35.239Z Downloaded aws-lc-rs v1.16.0
11702026-05-11T18:32:35.245Z Downloaded tungstenite v0.21.0
11712026-05-11T18:32:35.249Z Downloaded yasna v0.5.2
11722026-05-11T18:32:35.249Z Downloaded libm v0.2.16
11732026-05-11T18:32:35.253Z Downloaded zerocopy v0.6.6
11742026-05-11T18:32:35.257Z Downloaded rustyline v14.0.0
11752026-05-11T18:32:35.260Z Downloaded steno v0.4.1
11762026-05-11T18:32:35.260Z Downloaded toml v1.0.6+spec-1.1.0
11772026-05-11T18:32:35.264Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-05-11T18:32:35.268Z Downloaded bitvec v1.0.1
11792026-05-11T18:32:35.273Z Downloaded unsafe-libyaml v0.2.11
11802026-05-11T18:32:35.276Z Downloaded vergen v9.0.6
11812026-05-11T18:32:35.277Z Downloaded tungstenite v0.23.0
11822026-05-11T18:32:35.280Z Downloaded vte v0.14.1
11832026-05-11T18:32:35.280Z Downloaded uuid v1.23.0
11842026-05-11T18:32:35.284Z Downloaded rpassword v7.4.0
11852026-05-11T18:32:35.284Z Downloaded toml v0.7.8
11862026-05-11T18:32:35.287Z Downloaded blake3 v1.8.3
11872026-05-11T18:32:35.291Z Downloaded tokio-postgres v0.7.16
11882026-05-11T18:32:35.294Z Downloaded snafu v0.8.9
11892026-05-11T18:32:35.329Z Downloaded reqwest v0.12.28
11902026-05-11T18:32:35.334Z Downloaded yansi v1.0.1
11912026-05-11T18:32:35.337Z Downloaded unicode_categories v0.1.1
11922026-05-11T18:32:35.337Z Downloaded ssh-key v0.6.7
11932026-05-11T18:32:35.341Z Downloaded reqwest v0.13.2
11942026-05-11T18:32:35.345Z Downloaded typed-path v0.9.3
11952026-05-11T18:32:35.349Z Downloaded regex v1.12.3
11962026-05-11T18:32:35.352Z Downloaded reedline v0.40.0
11972026-05-11T18:32:35.356Z Downloaded zip v0.6.6
11982026-05-11T18:32:35.359Z Downloaded rayon v1.11.0
11992026-05-11T18:32:35.365Z Downloaded p384 v0.13.1
12002026-05-11T18:32:35.368Z Downloaded zerocopy-derive v0.8.40
12012026-05-11T18:32:35.373Z Downloaded toml_edit v0.19.15
12022026-05-11T18:32:35.381Z Downloaded moka v0.12.13
12032026-05-11T18:32:35.387Z Downloaded tower v0.5.3
12042026-05-11T18:32:35.392Z Downloaded quick-xml v0.37.5
12052026-05-11T18:32:35.402Z Downloaded portable-atomic v1.13.1
12062026-05-11T18:32:35.406Z Downloaded chrono v0.4.44
12072026-05-11T18:32:35.410Z Downloaded zopfli v0.8.3
12082026-05-11T18:32:35.418Z Downloaded unicode-normalization v0.1.25
12092026-05-11T18:32:35.422Z Downloaded unicode-segmentation v1.12.0
12102026-05-11T18:32:35.425Z Downloaded x509-cert v0.2.5
12112026-05-11T18:32:35.429Z Downloaded proptest v1.10.0
12122026-05-11T18:32:35.433Z Downloaded tower-http v0.6.8
12132026-05-11T18:32:35.438Z Downloaded salty v0.3.0
12142026-05-11T18:32:35.441Z Downloaded rustls-webpki v0.101.7
12152026-05-11T18:32:35.450Z Downloaded git2 v0.20.4
12162026-05-11T18:32:35.456Z Downloaded serde_with v3.17.0
12172026-05-11T18:32:35.464Z Downloaded tokio-util v0.7.18
12182026-05-11T18:32:35.469Z Downloaded goblin v0.10.5
12192026-05-11T18:32:35.473Z Downloaded radix_trie v0.2.1
12202026-05-11T18:32:35.477Z Downloaded nix v0.27.1
12212026-05-11T18:32:35.482Z Downloaded winnow v0.5.40
12222026-05-11T18:32:35.487Z Downloaded lalrpop v0.19.12
12232026-05-11T18:32:35.494Z Downloaded petname v2.0.2
12242026-05-11T18:32:35.497Z Downloaded tough v0.20.0
12252026-05-11T18:32:35.501Z Downloaded winnow v0.6.26
12262026-05-11T18:32:35.506Z Downloaded rustls-webpki v0.102.8
12272026-05-11T18:32:35.517Z Downloaded zip v4.6.1
12282026-05-11T18:32:35.521Z Downloaded openssl v0.10.78
12292026-05-11T18:32:35.525Z Downloaded object v0.30.4
12302026-05-11T18:32:35.530Z Downloaded bstr v1.12.1
12312026-05-11T18:32:35.536Z Downloaded tabled v0.20.0
12322026-05-11T18:32:35.545Z Downloaded rustls v0.21.12
12332026-05-11T18:32:35.551Z Downloaded quinn-proto v0.11.13
12342026-05-11T18:32:35.555Z Downloaded smoltcp v0.9.1
12352026-05-11T18:32:35.617Z Downloaded rustls v0.22.4
12362026-05-11T18:32:35.624Z Downloaded time v0.3.47
12372026-05-11T18:32:35.633Z Downloaded rustls v0.23.37
12382026-05-11T18:32:35.639Z Downloaded regress v0.10.5
12392026-05-11T18:32:35.646Z Downloaded nix v0.29.0
12402026-05-11T18:32:35.652Z Downloaded regex-syntax v0.6.29
12412026-05-11T18:32:35.657Z Downloaded zlib-rs v0.6.2
12422026-05-11T18:32:35.660Z Downloaded dropshot v0.17.0
12432026-05-11T18:32:35.672Z Downloaded nix v0.31.2
12442026-05-11T18:32:35.678Z Downloaded polar-core v0.27.3
12452026-05-11T18:32:35.684Z Downloaded object v0.37.3
12462026-05-11T18:32:35.689Z Downloaded nix v0.28.0
12472026-05-11T18:32:35.695Z Downloaded webpki-roots v1.0.6
12482026-05-11T18:32:35.699Z Downloaded hickory-proto v0.24.4
12492026-05-11T18:32:35.707Z Downloaded sqlparser v0.61.0
12502026-05-11T18:32:35.712Z Downloaded smoltcp v0.11.0
12512026-05-11T18:32:35.719Z Downloaded vcpkg v0.2.15
12522026-05-11T18:32:35.741Z Downloaded zerocopy v0.8.40
12532026-05-11T18:32:35.747Z Downloaded diesel v2.3.7
12542026-05-11T18:32:35.760Z Downloaded rustix v0.38.44
12552026-05-11T18:32:35.772Z Downloaded regex-syntax v0.8.10
12562026-05-11T18:32:35.778Z Downloaded hickory-proto v0.25.2
12572026-05-11T18:32:35.785Z Downloaded bzip2-sys v0.1.13+1.0.8
12582026-05-11T18:32:35.793Z Downloaded openapiv3 v2.2.0
12592026-05-11T18:32:35.799Z Downloaded regress v0.11.1
12602026-05-11T18:32:35.808Z Downloaded zerocopy-derive v0.6.6
12612026-05-11T18:32:35.824Z Downloaded regex-automata v0.4.14
12622026-05-11T18:32:35.832Z Downloaded chrono-tz v0.10.4
12632026-05-11T18:32:35.843Z Downloaded petgraph v0.6.5
12642026-05-11T18:32:35.854Z Downloaded tracing v0.1.44
12652026-05-11T18:32:35.866Z Downloaded typify-impl v0.6.2
12662026-05-11T18:32:35.874Z Downloaded ratatui v0.29.0
12672026-05-11T18:32:35.885Z Downloaded sled v0.34.7
12682026-05-11T18:32:35.891Z Downloaded typify-impl v0.4.3
12692026-05-11T18:32:35.901Z Downloaded jiff v0.2.21
12702026-05-11T18:32:35.913Z Downloaded petgraph v0.8.3
12712026-05-11T18:32:35.927Z Downloaded libz-sys v1.1.24
12722026-05-11T18:32:35.938Z Downloaded sha3 v0.10.8
12732026-05-11T18:32:35.942Z Downloaded tokio v1.52.1
12742026-05-11T18:32:35.964Z Downloaded csv v1.4.0
12752026-05-11T18:32:35.978Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-05-11T18:32:36.074Z Downloaded encoding_rs v0.8.35
12772026-05-11T18:32:36.091Z Downloaded ring v0.17.14
12782026-05-11T18:32:36.117Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-05-11T18:32:36.539Z Downloaded aws-lc-sys v0.37.1
12802026-05-11T18:32:36.787Z Compiling libc v0.2.185
12812026-05-11T18:32:36.787Z Compiling serde v1.0.228
12822026-05-11T18:32:36.796Z Compiling log v0.4.29
12832026-05-11T18:32:36.796Z Compiling find-msvc-tools v0.1.9
12842026-05-11T18:32:36.796Z Compiling shlex v1.3.0
12852026-05-11T18:32:36.796Z Compiling smallvec v1.15.1
12862026-05-11T18:32:36.796Z Compiling typenum v1.19.0
12872026-05-11T18:32:36.796Z Compiling subtle v2.6.1
12882026-05-11T18:32:36.796Z Compiling generic-array v0.14.7
12892026-05-11T18:32:36.796Z Compiling scopeguard v1.2.0
12902026-05-11T18:32:36.796Z Compiling const-oid v0.9.6
12912026-05-11T18:32:36.939Z Compiling portable-atomic v1.13.1
12922026-05-11T18:32:36.951Z Compiling zerocopy v0.8.40
12932026-05-11T18:32:36.963Z Compiling syn v2.0.117
12942026-05-11T18:32:36.976Z Compiling critical-section v1.2.0
12952026-05-11T18:32:37.002Z Compiling serde_json v1.0.149
12962026-05-11T18:32:37.120Z Compiling lock_api v0.4.14
12972026-05-11T18:32:37.136Z Compiling pin-project-lite v0.2.17
12982026-05-11T18:32:37.148Z Compiling parking_lot_core v0.9.12
12992026-05-11T18:32:37.161Z Compiling pkg-config v0.3.32
13002026-05-11T18:32:37.205Z Compiling bitflags v2.11.0
13012026-05-11T18:32:37.253Z Compiling libm v0.2.16
13022026-05-11T18:32:37.268Z Compiling num-traits v0.2.19
13032026-05-11T18:32:37.282Z Compiling futures-core v0.3.32
13042026-05-11T18:32:37.297Z Compiling percent-encoding v2.3.2
13052026-05-11T18:32:37.314Z Compiling futures-sink v0.3.32
13062026-05-11T18:32:37.382Z Compiling cpufeatures v0.2.17
13072026-05-11T18:32:37.452Z Compiling futures-channel v0.3.32
13082026-05-11T18:32:37.465Z Compiling slab v0.4.12
13092026-05-11T18:32:37.494Z Compiling getrandom v0.4.1
13102026-05-11T18:32:37.507Z Compiling futures-io v0.3.32
13112026-05-11T18:32:37.511Z Compiling futures-task v0.3.32
13122026-05-11T18:32:37.523Z Compiling rand_core v0.10.0
13132026-05-11T18:32:37.637Z Compiling getrandom v0.3.4
13142026-05-11T18:32:37.652Z Compiling rustversion v1.0.22
13152026-05-11T18:32:37.683Z Compiling indexmap v2.14.0
13162026-05-11T18:32:37.698Z Compiling form_urlencoded v1.2.2
13172026-05-11T18:32:37.698Z Compiling dunce v1.0.5
13182026-05-11T18:32:37.727Z Compiling base64ct v1.8.3
13192026-05-11T18:32:37.731Z Compiling fs_extra v1.3.0
13202026-05-11T18:32:37.753Z Compiling ident_case v1.0.1
13212026-05-11T18:32:37.772Z Compiling flagset v0.4.7
13222026-05-11T18:32:37.855Z Compiling iana-time-zone v0.1.65
13232026-05-11T18:32:37.904Z Compiling getrandom v0.2.17
13242026-05-11T18:32:37.958Z Compiling jobserver v0.1.34
13252026-05-11T18:32:37.963Z Compiling errno v0.3.14
13262026-05-11T18:32:37.988Z Compiling mio v1.2.0
13272026-05-11T18:32:38.092Z Compiling rand_core v0.6.4
13282026-05-11T18:32:38.108Z Compiling once_cell v1.21.3
13292026-05-11T18:32:38.109Z Compiling signal-hook-registry v1.4.8
13302026-05-11T18:32:38.112Z Compiling socket2 v0.6.3
13312026-05-11T18:32:38.189Z Compiling cc v1.2.56
13322026-05-11T18:32:38.210Z Compiling parking_lot v0.12.5
13332026-05-11T18:32:38.294Z Compiling pem-rfc7468 v0.7.0
13342026-05-11T18:32:38.358Z Compiling rustix v1.1.3
13352026-05-11T18:32:38.375Z Compiling rustc_version v0.4.1
13362026-05-11T18:32:38.399Z Compiling uuid v1.23.0
13372026-05-11T18:32:38.414Z Compiling vcpkg v0.2.15
13382026-05-11T18:32:38.439Z Compiling aws-lc-rs v1.16.0
13392026-05-11T18:32:38.505Z Compiling regex-syntax v0.8.10
13402026-05-11T18:32:38.538Z Compiling tracing-core v0.1.36
13412026-05-11T18:32:38.558Z Compiling untrusted v0.9.0
13422026-05-11T18:32:38.612Z Compiling untrusted v0.7.1
13432026-05-11T18:32:38.630Z Compiling openssl-probe v0.2.1
13442026-05-11T18:32:38.705Z Compiling rand_core v0.9.5
13452026-05-11T18:32:38.751Z Compiling base64 v0.22.1
13462026-05-11T18:32:38.769Z Compiling schemars v0.8.22
13472026-05-11T18:32:38.769Z Compiling httparse v1.10.1
13482026-05-11T18:32:38.825Z Compiling tower-service v0.3.3
13492026-05-11T18:32:38.845Z Compiling tower-layer v0.3.3
13502026-05-11T18:32:38.869Z Compiling tinyvec_macros v0.1.1
13512026-05-11T18:32:38.901Z Compiling atomic-waker v1.1.2
13522026-05-11T18:32:38.923Z Compiling try-lock v0.2.5
13532026-05-11T18:32:38.944Z Compiling rustls v0.23.37
13542026-05-11T18:32:39.004Z Compiling cmake v0.1.57
13552026-05-11T18:32:39.047Z Compiling dyn-clone v1.0.20
13562026-05-11T18:32:39.052Z Compiling want v0.3.1
13572026-05-11T18:32:39.052Z Compiling tinyvec v1.10.0
13582026-05-11T18:32:39.091Z Compiling spin v0.9.8
13592026-05-11T18:32:39.119Z Compiling aho-corasick v1.1.4
13602026-05-11T18:32:39.141Z Compiling httpdate v1.0.3
13612026-05-11T18:32:39.159Z Compiling openssl v0.10.78
13622026-05-11T18:32:39.163Z Compiling crc32fast v1.5.0
13632026-05-11T18:32:39.189Z Compiling foreign-types-shared v0.1.1
13642026-05-11T18:32:39.219Z Compiling pin-utils v0.1.0
13652026-05-11T18:32:39.219Z Compiling num-conv v0.2.0
13662026-05-11T18:32:39.251Z Compiling time-core v0.1.8
13672026-05-11T18:32:39.288Z Compiling powerfmt v0.2.0
13682026-05-11T18:32:39.305Z Compiling foreign-types v0.3.2
13692026-05-11T18:32:39.324Z Compiling wait-timeout v0.2.1
13702026-05-11T18:32:39.380Z Compiling num_threads v0.1.7
13712026-05-11T18:32:39.394Z Compiling syn v1.0.109
13722026-05-11T18:32:39.398Z Compiling quick-error v1.2.3
13732026-05-11T18:32:39.423Z Compiling time-macros v0.2.27
13742026-05-11T18:32:39.439Z Compiling native-tls v0.2.18
13752026-05-11T18:32:39.456Z Compiling deranged v0.5.8
13762026-05-11T18:32:39.460Z Compiling simd-adler32 v0.3.8
13772026-05-11T18:32:39.499Z Compiling crossbeam-utils v0.8.21
13782026-05-11T18:32:39.515Z Compiling bit-vec v0.8.0
13792026-05-11T18:32:39.529Z Compiling siphasher v1.0.2
13802026-05-11T18:32:39.543Z Compiling usdt-impl v0.6.0
13812026-05-11T18:32:39.617Z Compiling unicode-normalization v0.1.25
13822026-05-11T18:32:39.658Z Compiling rand_xorshift v0.4.0
13832026-05-11T18:32:39.760Z Compiling bit-set v0.8.0
13842026-05-11T18:32:39.764Z Compiling slog v2.8.2
13852026-05-11T18:32:39.788Z Compiling heapless v0.7.17
13862026-05-11T18:32:39.830Z Compiling thread-id v5.1.0
13872026-05-11T18:32:39.845Z Compiling sync_wrapper v1.0.2
13882026-05-11T18:32:39.876Z Compiling cookie v0.18.1
13892026-05-11T18:32:39.880Z Compiling aws-lc-sys v0.37.1
13902026-05-11T18:32:39.880Z Compiling ring v0.17.14
13912026-05-11T18:32:39.920Z Compiling openssl-sys v0.9.114
13922026-05-11T18:32:39.935Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-05-11T18:32:39.951Z Compiling synstructure v0.13.2
13942026-05-11T18:32:39.971Z Compiling serde_derive_internals v0.29.1
13952026-05-11T18:32:39.986Z Compiling pest_generator v2.8.6
13962026-05-11T18:32:40.052Z Compiling darling_core v0.20.11
13972026-05-11T18:32:40.080Z Compiling regex-automata v0.4.14
13982026-05-11T18:32:40.123Z Compiling tempfile v3.25.0
13992026-05-11T18:32:40.375Z Compiling rusty-fork v0.3.1
14002026-05-11T18:32:40.514Z Compiling darling_core v0.21.3
14012026-05-11T18:32:40.527Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-05-11T18:32:40.594Z Compiling time v0.3.47
14032026-05-11T18:32:40.643Z Compiling unicode-properties v0.1.4
14042026-05-11T18:32:40.719Z Compiling zstd-safe v7.2.4
14052026-05-11T18:32:40.733Z Compiling signal-hook v0.3.18
14062026-05-11T18:32:40.829Z Compiling adler2 v2.0.1
14072026-05-11T18:32:40.875Z Compiling unarray v0.1.4
14082026-05-11T18:32:40.926Z Compiling anyhow v1.0.102
14092026-05-11T18:32:40.943Z Compiling paste v1.0.15
14102026-05-11T18:32:40.957Z Compiling unicode-bidi v0.3.18
14112026-05-11T18:32:40.960Z Compiling allocator-api2 v0.2.21
14122026-05-11T18:32:41.004Z Compiling miniz_oxide v0.8.9
14132026-05-11T18:32:41.290Z Compiling num-integer v0.1.46
14142026-05-11T18:32:41.324Z Compiling stringprep v0.1.5
14152026-05-11T18:32:41.494Z Compiling vergen-lib v0.1.6
14162026-05-11T18:32:41.525Z Compiling curve25519-dalek v4.1.3
14172026-05-11T18:32:41.631Z Compiling ff v0.13.1
14182026-05-11T18:32:41.655Z Compiling hash32 v0.2.1
14192026-05-11T18:32:41.670Z Compiling memoffset v0.9.1
14202026-05-11T18:32:41.696Z Compiling litrs v1.0.0
14212026-05-11T18:32:41.743Z Compiling serde_derive v1.0.228
14222026-05-11T18:32:41.783Z Compiling zeroize_derive v1.4.3
14232026-05-11T18:32:41.809Z Compiling zerofrom-derive v0.1.6
14242026-05-11T18:32:41.813Z Compiling yoke-derive v0.8.1
14252026-05-11T18:32:41.859Z Compiling zerocopy-derive v0.8.40
14262026-05-11T18:32:41.888Z Compiling zerovec-derive v0.11.2
14272026-05-11T18:32:41.902Z Compiling displaydoc v0.2.5
14282026-05-11T18:32:42.233Z Compiling tokio-macros v2.7.0
14292026-05-11T18:32:42.248Z Compiling futures-macro v0.3.32
14302026-05-11T18:32:42.466Z Compiling zeroize v1.8.2
14312026-05-11T18:32:42.469Z Compiling der_derive v0.7.3
14322026-05-11T18:32:42.691Z Compiling thiserror-impl v2.0.18
14332026-05-11T18:32:43.029Z Compiling rustls-pki-types v1.14.0
14342026-05-11T18:32:43.076Z Compiling tracing-attributes v0.1.31
14352026-05-11T18:32:43.087Z Compiling pest_derive v2.8.6
14362026-05-11T18:32:43.116Z Compiling futures-util v0.3.32
14372026-05-11T18:32:43.119Z Compiling schemars_derive v0.8.22
14382026-05-11T18:32:43.213Z Compiling crypto-common v0.1.7
14392026-05-11T18:32:43.262Z Compiling zerofrom v0.1.6
14402026-05-11T18:32:43.373Z Compiling yoke v0.8.1
14412026-05-11T18:32:43.387Z Compiling block-buffer v0.10.4
14422026-05-11T18:32:43.500Z Compiling block-padding v0.3.3
14432026-05-11T18:32:43.534Z Compiling digest v0.10.7
14442026-05-11T18:32:43.538Z Compiling der v0.7.10
14452026-05-11T18:32:43.573Z Compiling zerovec v0.11.5
14462026-05-11T18:32:43.586Z Compiling zerotrie v0.2.3
14472026-05-11T18:32:43.677Z Compiling inout v0.1.4
14482026-05-11T18:32:43.799Z Compiling hmac v0.12.1
14492026-05-11T18:32:43.860Z Compiling cipher v0.4.4
14502026-05-11T18:32:43.906Z Compiling sha2 v0.10.9
14512026-05-11T18:32:43.972Z Compiling pbkdf2 v0.12.2
14522026-05-11T18:32:44.102Z Compiling tinystr v0.8.2
14532026-05-11T18:32:44.102Z Compiling potential_utf v0.1.4
14542026-05-11T18:32:44.137Z Compiling salsa20 v0.10.2
14552026-05-11T18:32:44.151Z Compiling thiserror v2.0.18
14562026-05-11T18:32:44.272Z Compiling icu_locale_core v2.1.1
14572026-05-11T18:32:44.288Z Compiling icu_collections v2.1.1
14582026-05-11T18:32:44.305Z Compiling scrypt v0.11.0
14592026-05-11T18:32:44.305Z Compiling cbc v0.1.2
14602026-05-11T18:32:44.333Z Compiling aes v0.8.4
14612026-05-11T18:32:44.421Z Compiling spki v0.7.3
14622026-05-11T18:32:44.452Z Compiling tracing v0.1.44
14632026-05-11T18:32:44.481Z Compiling scroll_derive v0.13.1
14642026-05-11T18:32:44.576Z Compiling darling_macro v0.20.11
14652026-05-11T18:32:44.653Z Compiling openssl-macros v0.1.1
14662026-05-11T18:32:44.739Z Compiling pkcs5 v0.7.1
14672026-05-11T18:32:44.792Z Compiling dtrace-parser v0.3.0
14682026-05-11T18:32:44.796Z Compiling signature v2.2.0
14692026-05-11T18:32:45.008Z Compiling icu_provider v2.1.1
14702026-05-11T18:32:45.080Z Compiling pkcs8 v0.10.2
14712026-05-11T18:32:45.094Z Compiling darling v0.20.11
14722026-05-11T18:32:45.167Z Compiling derive_builder_core v0.20.2
14732026-05-11T18:32:45.206Z Compiling bytes v1.11.1
14742026-05-11T18:32:45.253Z Compiling icu_normalizer v2.1.1
14752026-05-11T18:32:45.267Z Compiling icu_properties v2.1.2
14762026-05-11T18:32:45.329Z Compiling chrono v0.4.44
14772026-05-11T18:32:45.343Z Compiling ipnet v2.11.0
14782026-05-11T18:32:45.359Z Compiling scroll v0.13.0
14792026-05-11T18:32:45.414Z Compiling rustls-native-certs v0.8.3
14802026-05-11T18:32:45.430Z Compiling thiserror-impl v1.0.69
14812026-05-11T18:32:45.484Z Compiling scroll_derive v0.12.1
14822026-05-11T18:32:45.570Z Compiling serde_spanned v0.6.9
14832026-05-11T18:32:45.643Z Compiling goblin v0.10.5
14842026-05-11T18:32:45.718Z Compiling tokio v1.52.1
14852026-05-11T18:32:45.733Z Compiling http v1.4.0
14862026-05-11T18:32:45.804Z Compiling serde_tokenstream v0.2.3
14872026-05-11T18:32:45.829Z Compiling toml_datetime v0.6.11
14882026-05-11T18:32:45.851Z Compiling erased-serde v0.3.31
14892026-05-11T18:32:46.054Z Compiling derive_builder_macro v0.20.2
14902026-05-11T18:32:46.101Z Compiling md-5 v0.10.6
14912026-05-11T18:32:46.127Z Compiling idna_adapter v1.2.1
14922026-05-11T18:32:46.158Z Compiling scroll v0.12.0
14932026-05-11T18:32:46.288Z Compiling ppv-lite86 v0.2.21
14942026-05-11T18:32:46.291Z Compiling idna v1.1.0
14952026-05-11T18:32:46.318Z Compiling webpki-roots v1.0.6
14962026-05-11T18:32:46.339Z Compiling darling_macro v0.21.3
14972026-05-11T18:32:46.388Z Compiling http-body v1.0.1
14982026-05-11T18:32:46.442Z Compiling zerocopy-derive v0.7.35
14992026-05-11T18:32:46.456Z Compiling fallible-iterator v0.2.0
15002026-05-11T18:32:46.460Z Compiling ryu v1.0.23
15012026-05-11T18:32:46.538Z Compiling http-body-util v0.1.3
15022026-05-11T18:32:46.557Z Compiling smoltcp v0.9.1
15032026-05-11T18:32:46.632Z Compiling url v2.5.8
15042026-05-11T18:32:46.657Z Compiling rand_chacha v0.9.0
15052026-05-11T18:32:46.671Z Compiling rand_chacha v0.3.1
15062026-05-11T18:32:46.718Z Compiling thiserror v1.0.69
15072026-05-11T18:32:46.748Z Compiling ref-cast v1.0.25
15082026-05-11T18:32:46.771Z Compiling cfg_aliases v0.2.1
15092026-05-11T18:32:46.794Z Compiling base16ct v0.2.0
15102026-05-11T18:32:46.840Z Compiling num-bigint-dig v0.8.6
15112026-05-11T18:32:46.855Z Compiling rand v0.9.2
15122026-05-11T18:32:46.870Z Compiling zlib-rs v0.6.2
15132026-05-11T18:32:46.911Z Compiling iri-string v0.7.10
15142026-05-11T18:32:46.972Z Compiling psl-types v2.0.11
15152026-05-11T18:32:46.988Z Compiling rustix v0.38.44
15162026-05-11T18:32:47.069Z Compiling sec1 v0.7.3
15172026-05-11T18:32:47.109Z Compiling publicsuffix v2.3.0
15182026-05-11T18:32:47.320Z Compiling rand v0.8.5
15192026-05-11T18:32:47.334Z Compiling zerocopy v0.7.35
15202026-05-11T18:32:47.366Z Compiling nix v0.31.2
15212026-05-11T18:32:47.369Z Compiling darling v0.21.3
15222026-05-11T18:32:47.451Z Compiling proptest v1.10.0
15232026-05-11T18:32:47.479Z Compiling postgres-protocol v0.6.10
15242026-05-11T18:32:47.494Z Compiling serde_urlencoded v0.7.1
15252026-05-11T18:32:47.679Z Compiling derive_builder v0.20.2
15262026-05-11T18:32:47.750Z Compiling goblin v0.8.2
15272026-05-11T18:32:47.793Z Compiling cargo-platform v0.1.9
15282026-05-11T18:32:47.857Z Compiling hubpack_derive v0.1.1
15292026-05-11T18:32:47.908Z Compiling hkdf v0.12.4
15302026-05-11T18:32:47.956Z Compiling ipnetwork v0.21.1
15312026-05-11T18:32:48.095Z Compiling crypto-bigint v0.5.5
15322026-05-11T18:32:48.115Z Compiling regex v1.12.3
15332026-05-11T18:32:48.132Z Compiling document-features v0.2.12
15342026-05-11T18:32:48.191Z Compiling oxnet v0.1.4
15352026-05-11T18:32:48.375Z Compiling group v0.13.0
15362026-05-11T18:32:48.456Z Compiling dof v0.4.0
15372026-05-11T18:32:48.474Z Compiling async-trait v0.1.89
15382026-05-11T18:32:48.499Z Compiling daft-derive v0.1.5
15392026-05-11T18:32:48.562Z Compiling curve25519-dalek-derive v0.1.1
15402026-05-11T18:32:48.577Z Compiling strum_macros v0.27.2
15412026-05-11T18:32:48.605Z Compiling ref-cast-impl v1.0.25
15422026-05-11T18:32:48.763Z Compiling num-iter v0.1.45
15432026-05-11T18:32:49.201Z Compiling terminal_size v0.4.3
15442026-05-11T18:32:49.251Z Compiling phf_shared v0.13.1
15452026-05-11T18:32:49.269Z Compiling lazy_static v1.5.0
15462026-05-11T18:32:49.282Z Compiling vergen v9.0.6
15472026-05-11T18:32:49.354Z Compiling fs-err v3.3.0
15482026-05-11T18:32:49.378Z Compiling ahash v0.8.12
15492026-05-11T18:32:49.432Z Compiling bumpalo v3.20.2
15502026-05-11T18:32:49.487Z Compiling tokio-util v0.7.18
15512026-05-11T18:32:49.513Z Compiling tower v0.5.3
15522026-05-11T18:32:49.570Z Compiling tokio-native-tls v0.3.1
15532026-05-11T18:32:49.573Z Compiling libbz2-rs-sys v0.2.2
15542026-05-11T18:32:49.598Z Compiling managed v0.8.0
15552026-05-11T18:32:49.702Z Compiling flate2 v1.1.9
15562026-05-11T18:32:49.717Z Compiling bitflags v1.3.2
15572026-05-11T18:32:49.774Z Compiling unicode-segmentation v1.12.0
15582026-05-11T18:32:49.808Z Compiling foldhash v0.1.5
15592026-05-11T18:32:49.829Z Compiling object v0.37.3
15602026-05-11T18:32:49.855Z Compiling winnow v0.5.40
15612026-05-11T18:32:49.980Z Compiling tower-http v0.6.8
15622026-05-11T18:32:50.001Z Compiling newtype-uuid v1.3.2
15632026-05-11T18:32:50.016Z Compiling foldhash v0.2.0
15642026-05-11T18:32:50.098Z Compiling dof v0.3.0
15652026-05-11T18:32:50.142Z Compiling bzip2 v0.6.1
15662026-05-11T18:32:50.175Z Compiling hashbrown v0.16.1
15672026-05-11T18:32:50.189Z Compiling h2 v0.4.13
15682026-05-11T18:32:50.257Z Compiling daft v0.1.5
15692026-05-11T18:32:50.289Z Compiling usdt-attr-macro v0.6.0
15702026-05-11T18:32:50.292Z Compiling usdt-macro v0.6.0
15712026-05-11T18:32:50.354Z Compiling hashbrown v0.15.5
15722026-05-11T18:32:50.411Z Compiling clap_builder v4.5.60
15732026-05-11T18:32:50.563Z Compiling zopfli v0.8.3
15742026-05-11T18:32:50.610Z Compiling strum v0.27.2
15752026-05-11T18:32:50.762Z Compiling phf v0.13.1
15762026-05-11T18:32:50.849Z Compiling cargo_metadata v0.19.2
15772026-05-11T18:32:50.943Z Compiling signal-hook-mio v0.2.5
15782026-05-11T18:32:51.077Z Compiling elliptic-curve v0.13.8
15792026-05-11T18:32:51.080Z Compiling cookie_store v0.22.1
15802026-05-11T18:32:51.134Z Compiling bzip2 v0.4.4
15812026-05-11T18:32:51.185Z Compiling toml_edit v0.19.15
15822026-05-11T18:32:51.321Z Compiling hubpack v0.1.2
15832026-05-11T18:32:51.340Z Compiling postgres-types v0.2.12
15842026-05-11T18:32:51.343Z Compiling zstd v0.13.3
15852026-05-11T18:32:51.392Z Compiling serde_with_macros v3.17.0
15862026-05-11T18:32:51.456Z Compiling dtrace-parser v0.2.0
15872026-05-11T18:32:51.508Z Compiling pkcs1 v0.7.5
15882026-05-11T18:32:51.555Z Compiling ed25519 v2.2.3
15892026-05-11T18:32:51.612Z Compiling hex v0.4.3
15902026-05-11T18:32:51.739Z Compiling serde-big-array v0.5.1
15912026-05-11T18:32:51.899Z Compiling rfc6979 v0.4.0
15922026-05-11T18:32:51.914Z Compiling bstr v1.12.1
15932026-05-11T18:32:51.931Z Compiling serde_repr v0.1.20
15942026-05-11T18:32:51.934Z Compiling enum-as-inner v0.6.1
15952026-05-11T18:32:52.038Z Compiling strum_macros v0.26.4
15962026-05-11T18:32:52.186Z Compiling clap_derive v4.5.55
15972026-05-11T18:32:52.223Z Compiling phf_shared v0.11.3
15982026-05-11T18:32:52.425Z Compiling float-cmp v0.10.0
15992026-05-11T18:32:52.476Z Compiling memmap2 v0.9.10
16002026-05-11T18:32:52.492Z Compiling thread-id v4.2.2
16012026-05-11T18:32:52.508Z Compiling env_filter v1.0.0
16022026-05-11T18:32:52.542Z Compiling encoding_rs v0.8.35
16032026-05-11T18:32:52.558Z Compiling predicates-core v1.0.10
16042026-05-11T18:32:52.589Z Compiling fixedbitset v0.5.7
16052026-05-11T18:32:52.592Z Compiling data-encoding v2.10.0
16062026-05-11T18:32:52.618Z Compiling normalize-line-endings v0.3.0
16072026-05-11T18:32:52.709Z Compiling fixedbitset v0.4.2
16082026-05-11T18:32:52.728Z Compiling keccak v0.1.6
16092026-05-11T18:32:52.753Z Compiling jiff v0.2.21
16102026-05-11T18:32:52.826Z Compiling either v1.15.0
16112026-05-11T18:32:52.964Z Compiling difflib v0.4.0
16122026-05-11T18:32:52.998Z Compiling whoami v2.1.0
16132026-05-11T18:32:53.088Z Compiling rustc-hash v2.1.1
16142026-05-11T18:32:53.226Z Compiling hyper v1.8.1
16152026-05-11T18:32:53.353Z Compiling mime v0.3.17
16162026-05-11T18:32:53.404Z Compiling static_assertions v1.1.0
16172026-05-11T18:32:53.423Z Compiling precomputed-hash v0.1.1
16182026-05-11T18:32:53.488Z Compiling new_debug_unreachable v1.0.6
16192026-05-11T18:32:53.524Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16202026-05-11T18:32:53.557Z Compiling string_cache v0.8.9
16212026-05-11T18:32:53.572Z Compiling tokio-postgres v0.7.16
16222026-05-11T18:32:53.614Z Compiling predicates v3.1.4
16232026-05-11T18:32:53.642Z Compiling iddqd v0.3.18
16242026-05-11T18:32:53.808Z Compiling itertools v0.13.0
16252026-05-11T18:32:53.824Z Compiling hickory-proto v0.25.2
16262026-05-11T18:32:53.840Z Compiling sha3 v0.10.8
16272026-05-11T18:32:53.873Z Compiling strum v0.26.3
16282026-05-11T18:32:54.023Z Compiling petgraph v0.6.5
16292026-05-11T18:32:54.079Z Compiling clap v4.5.60
16302026-05-11T18:32:54.180Z Compiling petgraph v0.8.3
16312026-05-11T18:32:54.196Z Compiling toml_edit v0.22.27
16322026-05-11T18:32:54.222Z Compiling env_logger v0.11.9
16332026-05-11T18:32:54.303Z Compiling usdt v0.6.0
16342026-05-11T18:32:54.324Z Compiling hyper-util v0.1.20
16352026-05-11T18:32:54.595Z Compiling usdt-impl v0.5.0
16362026-05-11T18:32:54.609Z Compiling serde_with v3.17.0
16372026-05-11T18:32:54.834Z Compiling toml v0.7.8
16382026-05-11T18:32:54.874Z Compiling similar v2.7.0
16392026-05-11T18:32:55.069Z Compiling crossterm v0.28.1
16402026-05-11T18:32:55.203Z Compiling ecdsa v0.16.9
16412026-05-11T18:32:55.455Z Compiling zip v4.6.1
16422026-05-11T18:32:55.543Z Compiling rsa v0.9.10
16432026-05-11T18:32:55.602Z Compiling ed25519-dalek v2.2.0
16442026-05-11T18:32:55.757Z Compiling hyper-tls v0.6.0
16452026-05-11T18:32:56.071Z Compiling zip v0.6.6
16462026-05-11T18:32:56.352Z Compiling tokio-stream v0.1.18
16472026-05-11T18:32:56.377Z Compiling heck v0.4.1
16482026-05-11T18:32:56.380Z Compiling buf-list v1.1.2
16492026-05-11T18:32:56.421Z Compiling toml_parser v1.0.9+spec-1.1.0
16502026-05-11T18:32:56.439Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-11T18:32:56.480Z Compiling openapiv3 v2.2.0
16522026-05-11T18:32:56.574Z Compiling x509-cert v0.2.5
16532026-05-11T18:32:56.625Z Compiling sha1 v0.10.6
16542026-05-11T18:32:56.666Z Compiling crossbeam-epoch v0.9.18
16552026-05-11T18:32:56.681Z Compiling toml_datetime v0.7.5+spec-1.1.0
16562026-05-11T18:32:56.763Z Compiling lalrpop-util v0.19.12
16572026-05-11T18:32:56.829Z Compiling peg-runtime v0.8.5
16582026-05-11T18:32:56.862Z Compiling thread_local v1.1.9
16592026-05-11T18:32:56.946Z Compiling slog-async v2.8.0
16602026-05-11T18:32:56.965Z Compiling futures-executor v0.3.32
16612026-05-11T18:32:56.992Z Compiling crossbeam-channel v0.5.15
16622026-05-11T18:32:57.010Z Compiling is-terminal v0.4.17
16632026-05-11T18:32:57.055Z Compiling filetime v0.2.27
16642026-05-11T18:32:57.082Z Compiling xattr v1.6.1
16652026-05-11T18:32:57.119Z Compiling take_mut v0.2.2
16662026-05-11T18:32:57.133Z Compiling term v1.2.1
16672026-05-11T18:32:57.148Z Compiling futures v0.3.32
16682026-05-11T18:32:57.255Z Compiling tar v0.4.45
16692026-05-11T18:32:57.433Z Compiling slog-term v2.9.2
16702026-05-11T18:33:15.161Z Compiling rustls-webpki v0.103.9
16712026-05-11T18:33:17.935Z Compiling tokio-rustls v0.26.4
16722026-05-11T18:33:17.935Z Compiling rustls-platform-verifier v0.6.2
16732026-05-11T18:33:18.128Z Compiling hyper-rustls v0.27.7
16742026-05-11T18:33:18.316Z Compiling reqwest v0.13.2
16752026-05-11T18:33:18.316Z Compiling reqwest v0.12.28
16762026-05-11T18:33:20.288Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16772026-05-11T18:33:20.516Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16782026-05-11T18:33:23.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s
16792026-05-11T18:33:23.475Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16802026-05-11T18:33:23.539ZMay 11 18:33:21.840 INFO Starting download, target: Console
16812026-05-11T18:33:23.540ZMay 11 18:33:21.841 INFO Starting download, target: Clickhouse
16822026-05-11T18:33:23.631ZMay 11 18:33:21.841 INFO Starting download, target: Cockroach
16832026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Starting download, target: DendriteStub
16842026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Starting download, target: MaghemiteMgd
16852026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Starting download, target: TransceiverControl
16862026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16872026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16882026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16892026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16902026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16912026-05-11T18:33:23.632ZMay 11 18:33:21.841 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16922026-05-11T18:33:24.515ZMay 11 18:33:22.845 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16932026-05-11T18:33:24.704ZMay 11 18:33:23.042 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16942026-05-11T18:33:25.141ZMay 11 18:33:23.078 INFO Download complete, target: Console
16952026-05-11T18:33:25.183ZMay 11 18:33:23.271 INFO Download complete, target: TransceiverControl
16962026-05-11T18:33:25.926ZMay 11 18:33:24.267 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16972026-05-11T18:33:26.146ZMay 11 18:33:24.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16982026-05-11T18:33:26.605ZMay 11 18:33:24.950 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16992026-05-11T18:33:26.761ZMay 11 18:33:25.107 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17002026-05-11T18:33:26.761ZMay 11 18:33:25.107 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17012026-05-11T18:33:28.434ZMay 11 18:33:26.780 INFO Download complete, target: DendriteStub
17022026-05-11T18:33:29.038ZMay 11 18:33:27.383 INFO Download complete, target: MaghemiteMgd
17032026-05-11T18:33:31.618ZMay 11 18:33:29.957 INFO Checking that binary works, target: Cockroach
17042026-05-11T18:33:31.776ZMay 11 18:33:30.093 INFO Download complete, target: Cockroach
17052026-05-11T18:33:32.845ZMay 11 18:33:31.171 INFO Checking that binary works, target: Clickhouse
17062026-05-11T18:33:32.933ZMay 11 18:33:31.266 INFO Download complete, target: Clickhouse
17072026-05-11T18:33:32.940ZAll prerequisites installed successfully
17082026-05-11T18:33:32.940Z
17092026-05-11T18:33:32.940Zreal 1:57.581418630
17102026-05-11T18:33:32.940Zuser 6:43.727452048
17112026-05-11T18:33:32.940Zsys 1:37.768525964
17122026-05-11T18:33:32.940Ztrap 0.266578466
17132026-05-11T18:33:32.941Ztflt 1.103269250
17142026-05-11T18:33:32.941Zdflt 1.621912058
17152026-05-11T18:33:32.941Zkflt 0.025664235
17162026-05-11T18:33:32.941Zlock 22:11.595751571
17172026-05-11T18:33:32.941Zslp 18:19.210845131
17182026-05-11T18:33:32.941Zlat 25.481846322
17192026-05-11T18:33:32.941Zstop 2:47.281456574
17202026-05-11T18:33:32.941Z+ ptime -m cargo xtask download softnpu
17212026-05-11T18:33:33.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17222026-05-11T18:33:33.469Z Running `target/debug/xtask download softnpu`
17232026-05-11T18:33:34.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17242026-05-11T18:33:34.299Z Running `target/debug/xtask-downloader softnpu`
17252026-05-11T18:33:34.341ZMay 11 18:33:32.684 INFO Starting download, target: Softnpu
17262026-05-11T18:33:34.345ZMay 11 18:33:32.684 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17272026-05-11T18:33:34.955ZMay 11 18:33:33.301 INFO Download complete, target: Softnpu
17282026-05-11T18:33:34.959Z
17292026-05-11T18:33:34.962Zreal 2.026032242
17302026-05-11T18:33:34.962Zuser 1.326107486
17312026-05-11T18:33:34.962Zsys 0.643014747
17322026-05-11T18:33:34.962Ztrap 0.000669370
17332026-05-11T18:33:34.962Ztflt 0.000079290
17342026-05-11T18:33:34.962Zdflt 0.000154920
17352026-05-11T18:33:34.962Zkflt 0.000000000
17362026-05-11T18:33:34.962Zlock 11.380698435
17372026-05-11T18:33:34.962Zslp 0.467715828
17382026-05-11T18:33:34.962Zlat 0.076800262
17392026-05-11T18:33:34.962Zstop 0.000162520
17402026-05-11T18:33:34.962Z+ export CARGO_INCREMENTAL=0
17412026-05-11T18:33:34.962Z+ CARGO_INCREMENTAL=0
17422026-05-11T18:33:34.962Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17432026-05-11T18:33:35.858Z Compiling proc-macro2 v1.0.106
17442026-05-11T18:33:35.858Z Compiling quote v1.0.45
17452026-05-11T18:33:35.858Z Compiling unicode-ident v1.0.24
17462026-05-11T18:33:35.858Z Compiling libc v0.2.185
17472026-05-11T18:33:35.861Z Compiling serde_core v1.0.228
17482026-05-11T18:33:35.861Z Compiling serde v1.0.228
17492026-05-11T18:33:35.862Z Compiling cfg-if v1.0.4
17502026-05-11T18:33:35.862Z Compiling version_check v0.9.5
17512026-05-11T18:33:35.862Z Compiling find-msvc-tools v0.1.9
17522026-05-11T18:33:35.862Z Compiling shlex v1.3.0
17532026-05-11T18:33:35.862Z Compiling typenum v1.19.0
17542026-05-11T18:33:36.002Z Compiling autocfg v1.5.0
17552026-05-11T18:33:36.005Z Compiling zmij v1.0.21
17562026-05-11T18:33:36.005Z Compiling memchr v2.8.0
17572026-05-11T18:33:36.006Z Compiling serde_json v1.0.149
17582026-05-11T18:33:36.185Z Compiling portable-atomic v1.13.1
17592026-05-11T18:33:36.318Z Compiling zerocopy v0.8.40
17602026-05-11T18:33:36.351Z Compiling libm v0.2.16
17612026-05-11T18:33:36.387Z Compiling smallvec v1.15.1
17622026-05-11T18:33:36.390Z Compiling parking_lot_core v0.9.12
17632026-05-11T18:33:36.420Z Compiling icu_normalizer_data v2.1.1
17642026-05-11T18:33:36.449Z Compiling icu_properties_data v2.1.2
17652026-05-11T18:33:36.452Z Compiling itoa v1.0.17
17662026-05-11T18:33:36.452Z Compiling getrandom v0.4.1
17672026-05-11T18:33:36.494Z Compiling num-traits v0.2.19
17682026-05-11T18:33:36.511Z Compiling generic-array v0.14.7
17692026-05-11T18:33:36.783Z Compiling log v0.4.29
17702026-05-11T18:33:36.815Z Compiling stable_deref_trait v1.2.1
17712026-05-11T18:33:36.820Z Compiling pkg-config v0.3.32
17722026-05-11T18:33:36.820Z Compiling subtle v2.6.1
17732026-05-11T18:33:37.018Z Compiling scopeguard v1.2.0
17742026-05-11T18:33:37.117Z Compiling jobserver v0.1.34
17752026-05-11T18:33:37.127Z Compiling getrandom v0.2.17
17762026-05-11T18:33:37.172Z Compiling lock_api v0.4.14
17772026-05-11T18:33:37.235Z Compiling errno v0.3.14
17782026-05-11T18:33:37.350Z Compiling rand_core v0.6.4
17792026-05-11T18:33:37.363Z Compiling cc v1.2.56
17802026-05-11T18:33:37.370Z Compiling percent-encoding v2.3.2
17812026-05-11T18:33:37.445Z Compiling litemap v0.8.1
17822026-05-11T18:33:37.470Z Compiling writeable v0.6.2
17832026-05-11T18:33:37.488Z Compiling thiserror v2.0.18
17842026-05-11T18:33:37.522Z Compiling syn v2.0.117
17852026-05-11T18:33:37.573Z Compiling fnv v1.0.7
17862026-05-11T18:33:37.590Z Compiling pin-project-lite v0.2.17
17872026-05-11T18:33:37.685Z Compiling getrandom v0.3.4
17882026-05-11T18:33:37.732Z Compiling critical-section v1.2.0
17892026-05-11T18:33:37.796Z Compiling rustversion v1.0.22
17902026-05-11T18:33:37.833Z Compiling schemars v0.8.22
17912026-05-11T18:33:37.847Z Compiling equivalent v1.0.2
17922026-05-11T18:33:37.875Z Compiling fs_extra v1.3.0
17932026-05-11T18:33:37.930Z Compiling dunce v1.0.5
17942026-05-11T18:33:37.931Z Compiling utf8_iter v1.0.4
17952026-05-11T18:33:37.967Z Compiling rand_core v0.10.0
17962026-05-11T18:33:38.056Z Compiling form_urlencoded v1.2.2
17972026-05-11T18:33:38.099Z Compiling cmake v0.1.57
17982026-05-11T18:33:38.175Z Compiling signal-hook-registry v1.4.8
17992026-05-11T18:33:38.256Z Compiling once_cell v1.21.3
18002026-05-11T18:33:38.364Z Compiling hashbrown v0.17.0
18012026-05-11T18:33:38.415Z Compiling const-oid v0.9.6
18022026-05-11T18:33:38.474Z Compiling parking_lot v0.12.5
18032026-05-11T18:33:38.536Z Compiling socket2 v0.6.3
18042026-05-11T18:33:38.541Z Compiling mio v1.2.0
18052026-05-11T18:33:38.642Z Compiling rustix v1.1.3
18062026-05-11T18:33:38.648Z Compiling aws-lc-rs v1.16.0
18072026-05-11T18:33:38.674Z Compiling ring v0.17.14
18082026-05-11T18:33:38.682Z Compiling aws-lc-sys v0.37.1
18092026-05-11T18:33:38.862Z Compiling bitflags v2.11.0
18102026-05-11T18:33:38.892Z Compiling semver v1.0.28
18112026-05-11T18:33:38.947Z Compiling indexmap v2.14.0
18122026-05-11T18:33:38.961Z Compiling thiserror v1.0.69
18132026-05-11T18:33:38.981Z Compiling futures-core v0.3.32
18142026-05-11T18:33:39.002Z Compiling strsim v0.11.1
18152026-05-11T18:33:39.160Z Compiling httparse v1.10.1
18162026-05-11T18:33:39.192Z Compiling ucd-trie v0.1.7
18172026-05-11T18:33:39.210Z Compiling byteorder v1.5.0
18182026-05-11T18:33:39.322Z Compiling heck v0.5.0
18192026-05-11T18:33:39.337Z Compiling syn v1.0.109
18202026-05-11T18:33:39.352Z Compiling pest v2.8.6
18212026-05-11T18:33:39.394Z Compiling vcpkg v0.2.15
18222026-05-11T18:33:39.424Z Compiling iana-time-zone v0.1.65
18232026-05-11T18:33:39.439Z Compiling ident_case v1.0.1
18242026-05-11T18:33:39.456Z Compiling uuid v1.23.0
18252026-05-11T18:33:39.515Z Compiling cpufeatures v0.2.17
18262026-05-11T18:33:39.623Z Compiling regex-syntax v0.8.10
18272026-05-11T18:33:39.774Z Compiling rustc_version v0.4.1
18282026-05-11T18:33:39.807Z Compiling futures-sink v0.3.32
18292026-05-11T18:33:39.878Z Compiling rustls v0.23.37
18302026-05-11T18:33:39.952Z Compiling futures-channel v0.3.32
18312026-05-11T18:33:39.967Z Compiling openssl-sys v0.9.114
18322026-05-11T18:33:40.043Z Compiling slab v0.4.12
18332026-05-11T18:33:40.072Z Compiling futures-task v0.3.32
18342026-05-11T18:33:40.090Z Compiling futures-io v0.3.32
18352026-05-11T18:33:40.205Z Compiling dyn-clone v1.0.20
18362026-05-11T18:33:40.223Z Compiling plain v0.2.3
18372026-05-11T18:33:40.245Z Compiling crc32fast v1.5.0
18382026-05-11T18:33:40.277Z Compiling aho-corasick v1.1.4
18392026-05-11T18:33:40.330Z Compiling synstructure v0.13.2
18402026-05-11T18:33:40.350Z Compiling serde_derive_internals v0.29.1
18412026-05-11T18:33:40.372Z Compiling crossbeam-utils v0.8.21
18422026-05-11T18:33:40.407Z Compiling pest_meta v2.8.6
18432026-05-11T18:33:40.437Z Compiling num-conv v0.2.0
18442026-05-11T18:33:40.500Z Compiling time-core v0.1.8
18452026-05-11T18:33:40.647Z Compiling base64 v0.22.1
18462026-05-11T18:33:40.663Z Compiling time-macros v0.2.27
18472026-05-11T18:33:40.858Z Compiling openssl v0.10.78
18482026-05-11T18:33:40.862Z Compiling pretty-hex v0.4.1
18492026-05-11T18:33:41.012Z Compiling pest_generator v2.8.6
18502026-05-11T18:33:41.091Z Compiling anyhow v1.0.102
18512026-05-11T18:33:41.112Z Compiling regex-automata v0.4.14
18522026-05-11T18:33:41.127Z Compiling base64ct v1.8.3
18532026-05-11T18:33:41.132Z Compiling darling_core v0.21.3
18542026-05-11T18:33:41.158Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18552026-05-11T18:33:41.399Z Compiling pem-rfc7468 v0.7.0
18562026-05-11T18:33:41.428Z Compiling native-tls v0.2.18
18572026-05-11T18:33:41.444Z Compiling flagset v0.4.7
18582026-05-11T18:33:41.448Z Compiling rand_core v0.9.5
18592026-05-11T18:33:41.559Z Compiling serde_derive v1.0.228
18602026-05-11T18:33:41.595Z Compiling zeroize_derive v1.4.3
18612026-05-11T18:33:41.626Z Compiling zerofrom-derive v0.1.6
18622026-05-11T18:33:41.650Z Compiling yoke-derive v0.8.1
18632026-05-11T18:33:41.671Z Compiling zerovec-derive v0.11.2
18642026-05-11T18:33:41.687Z Compiling displaydoc v0.2.5
18652026-05-11T18:33:41.704Z Compiling zerocopy-derive v0.8.40
18662026-05-11T18:33:41.707Z Compiling tokio-macros v2.7.0
18672026-05-11T18:33:41.707Z Compiling futures-macro v0.3.32
18682026-05-11T18:33:41.754Z Compiling thiserror-impl v2.0.18
18692026-05-11T18:33:42.191Z Compiling zeroize v1.8.2
18702026-05-11T18:33:42.450Z Compiling schemars_derive v0.8.22
18712026-05-11T18:33:42.597Z Compiling tracing-attributes v0.1.31
18722026-05-11T18:33:42.618Z Compiling der_derive v0.7.3
18732026-05-11T18:33:42.726Z Compiling thiserror-impl v1.0.69
18742026-05-11T18:33:42.778Z Compiling zerofrom v0.1.6
18752026-05-11T18:33:42.920Z Compiling yoke v0.8.1
18762026-05-11T18:33:42.957Z Compiling crypto-common v0.1.7
18772026-05-11T18:33:43.102Z Compiling zerovec v0.11.5
18782026-05-11T18:33:43.119Z Compiling zerotrie v0.2.3
18792026-05-11T18:33:43.200Z Compiling block-buffer v0.10.4
18802026-05-11T18:33:43.364Z Compiling digest v0.10.7
18812026-05-11T18:33:43.564Z Compiling pest_derive v2.8.6
18822026-05-11T18:33:43.601Z Compiling hmac v0.12.1
18832026-05-11T18:33:43.616Z Compiling futures-util v0.3.32
18842026-05-11T18:33:43.707Z Compiling tinystr v0.8.2
18852026-05-11T18:33:43.742Z Compiling potential_utf v0.1.4
18862026-05-11T18:33:43.821Z Compiling block-padding v0.3.3
18872026-05-11T18:33:43.854Z Compiling sha2 v0.10.9
18882026-05-11T18:33:43.938Z Compiling icu_locale_core v2.1.1
18892026-05-11T18:33:43.955Z Compiling icu_collections v2.1.1
18902026-05-11T18:33:43.988Z Compiling inout v0.1.4
18912026-05-11T18:33:44.174Z Compiling cipher v0.4.4
18922026-05-11T18:33:44.198Z Compiling rustls-pki-types v1.14.0
18932026-05-11T18:33:44.235Z Compiling scroll_derive v0.12.1
18942026-05-11T18:33:44.424Z Compiling scroll_derive v0.13.1
18952026-05-11T18:33:44.611Z Compiling icu_provider v2.1.1
18962026-05-11T18:33:44.712Z Compiling bytes v1.11.1
18972026-05-11T18:33:44.819Z Compiling chrono v0.4.44
18982026-05-11T18:33:44.901Z Compiling icu_normalizer v2.1.1
18992026-05-11T18:33:44.917Z Compiling icu_properties v2.1.2
19002026-05-11T18:33:45.197Z Compiling serde_tokenstream v0.2.3
19012026-05-11T18:33:45.371Z Compiling tokio v1.52.1
19022026-05-11T18:33:45.670Z Compiling openssl-macros v0.1.1
19032026-05-11T18:33:45.770Z Compiling idna_adapter v1.2.1
19042026-05-11T18:33:45.924Z Compiling ppv-lite86 v0.2.21
19052026-05-11T18:33:45.939Z Compiling idna v1.1.0
19062026-05-11T18:33:46.221Z Compiling http v1.4.0
19072026-05-11T18:33:46.236Z Compiling url v2.5.8
19082026-05-11T18:33:46.263Z Compiling der v0.7.10
19092026-05-11T18:33:46.300Z Compiling regex v1.12.3
19102026-05-11T18:33:46.374Z Compiling darling_macro v0.21.3
19112026-05-11T18:33:46.440Z Compiling zerocopy-derive v0.7.35
19122026-05-11T18:33:46.476Z Compiling slog v2.8.2
19132026-05-11T18:33:46.676Z Compiling tracing-core v0.1.36
19142026-05-11T18:33:46.718Z Compiling untrusted v0.9.0
19152026-05-11T18:33:46.850Z Compiling darling v0.21.3
19162026-05-11T18:33:46.958Z Compiling salsa20 v0.10.2
19172026-05-11T18:33:47.073Z Compiling spki v0.7.3
19182026-05-11T18:33:47.088Z Compiling tracing v0.1.44
19192026-05-11T18:33:47.115Z Compiling pbkdf2 v0.12.2
19202026-05-11T18:33:47.619Z Compiling cookie v0.18.1
19212026-05-11T18:33:47.722Z Compiling camino v1.2.2
19222026-05-11T18:33:47.841Z Compiling scrypt v0.11.0
19232026-05-11T18:33:47.966Z Compiling rand_chacha v0.9.0
19242026-05-11T18:33:48.025Z Compiling cbc v0.1.2
19252026-05-11T18:33:48.041Z Compiling aes v0.8.4
19262026-05-11T18:33:48.376Z Compiling usdt-impl v0.5.0
19272026-05-11T18:33:48.515Z Compiling winnow v0.7.14
19282026-05-11T18:33:48.531Z Compiling usdt-impl v0.6.0
19292026-05-11T18:33:48.549Z Compiling ref-cast v1.0.25
19302026-05-11T18:33:48.555Z Compiling paste v1.0.15
19312026-05-11T18:33:48.607Z Compiling either v1.15.0
19322026-05-11T18:33:48.849Z Compiling pkcs5 v0.7.1
19332026-05-11T18:33:48.896Z Compiling rand v0.9.2
19342026-05-11T18:33:48.925Z Compiling http-body v1.0.1
19352026-05-11T18:33:49.093Z Compiling tokio-util v0.7.18
19362026-05-11T18:33:49.220Z Compiling scroll v0.13.0
19372026-05-11T18:33:49.273Z Compiling scroll v0.12.0
19382026-05-11T18:33:49.288Z Compiling serde_spanned v0.6.9
19392026-05-11T18:33:49.324Z Compiling toml_datetime v0.6.11
19402026-05-11T18:33:49.484Z Compiling heapless v0.7.17
19412026-05-11T18:33:49.514Z Compiling bzip2-sys v0.1.13+1.0.8
19422026-05-11T18:33:49.576Z Compiling atomic-waker v1.1.2
19432026-05-11T18:33:49.697Z Compiling openssl-probe v0.2.1
19442026-05-11T18:33:49.741Z Compiling signal-hook v0.3.18
19452026-05-11T18:33:49.802Z Compiling zstd-safe v7.2.4
19462026-05-11T18:33:49.871Z Compiling untrusted v0.7.1
19472026-05-11T18:33:49.959Z Compiling toml_parser v1.0.9+spec-1.1.0
19482026-05-11T18:33:50.013Z Compiling goblin v0.8.2
19492026-05-11T18:33:50.029Z Compiling goblin v0.10.5
19502026-05-11T18:33:50.046Z Compiling pkcs8 v0.10.2
19512026-05-11T18:33:50.345Z Compiling zerocopy v0.7.35
19522026-05-11T18:33:50.446Z Compiling ref-cast-impl v1.0.25
19532026-05-11T18:33:50.463Z Compiling darling_core v0.20.11
19542026-05-11T18:33:50.517Z Compiling curve25519-dalek v4.1.3
19552026-05-11T18:33:50.590Z Compiling toml_datetime v0.7.5+spec-1.1.0
19562026-05-11T18:33:50.687Z Compiling memoffset v0.9.1
19572026-05-11T18:33:50.875Z Compiling litrs v1.0.0
19582026-05-11T18:33:50.904Z Compiling tower-service v0.3.3
19592026-05-11T18:33:51.069Z Compiling rustix v0.38.44
19602026-05-11T18:33:51.126Z Compiling tinyvec_macros v0.1.1
19612026-05-11T18:33:51.139Z Compiling fastrand v2.3.0
19622026-05-11T18:33:51.177Z Compiling try-lock v0.2.5
19632026-05-11T18:33:51.205Z Compiling winnow v0.5.40
19642026-05-11T18:33:51.302Z Compiling tower-layer v0.3.3
19652026-05-11T18:33:51.521Z Compiling document-features v0.2.12
19662026-05-11T18:33:51.577Z Compiling want v0.3.1
19672026-05-11T18:33:51.676Z Compiling tinyvec v1.10.0
19682026-05-11T18:33:51.769Z Compiling h2 v0.4.13
19692026-05-11T18:33:52.344Z Compiling dof v0.3.0
19702026-05-11T18:33:52.387Z Compiling darling_macro v0.20.11
19712026-05-11T18:33:52.603Z Compiling toml_edit v0.19.15
19722026-05-11T18:33:52.677Z Compiling dof v0.4.0
19732026-05-11T18:33:52.692Z Compiling dtrace-parser v0.2.0
19742026-05-11T18:33:52.876Z Compiling dtrace-parser v0.3.0
19752026-05-11T18:33:53.096Z Compiling ipnet v2.11.0
19762026-05-11T18:33:53.136Z Compiling daft-derive v0.1.5
19772026-05-11T18:33:53.139Z Compiling async-trait v0.1.89
19782026-05-11T18:33:53.327Z Compiling spin v0.9.8
19792026-05-11T18:33:53.478Z Compiling thread-id v5.1.0
19802026-05-11T18:33:53.547Z Compiling thread-id v4.2.2
19812026-05-11T18:33:53.547Z Compiling httpdate v1.0.3
19822026-05-11T18:33:53.577Z Compiling num-bigint-dig v0.8.6
19832026-05-11T18:33:53.657Z Compiling pin-utils v0.1.0
19842026-05-11T18:33:53.730Z Compiling smoltcp v0.9.1
19852026-05-11T18:33:53.762Z Compiling foreign-types-shared v0.1.1
19862026-05-11T18:33:53.796Z Compiling powerfmt v0.2.0
19872026-05-11T18:33:53.882Z Compiling cfg_aliases v0.2.1
19882026-05-11T18:33:53.927Z Compiling foreign-types v0.3.2
19892026-05-11T18:33:53.970Z Compiling nix v0.31.2
19902026-05-11T18:33:54.000Z Compiling tempfile v3.25.0
19912026-05-11T18:33:54.016Z Compiling deranged v0.5.8
19922026-05-11T18:33:54.143Z Compiling darling v0.20.11
19932026-05-11T18:33:54.376Z Compiling ipnetwork v0.21.1
19942026-05-11T18:33:54.565Z Compiling curve25519-dalek-derive v0.1.1
19952026-05-11T18:33:54.597Z Compiling strum_macros v0.26.4
19962026-05-11T18:33:54.793Z Compiling hyper v1.8.1
19972026-05-11T18:33:54.940Z Compiling wait-timeout v0.2.1
19982026-05-11T18:33:55.123Z Compiling quick-error v1.2.3
19992026-05-11T18:33:55.148Z Compiling simd-adler32 v0.3.8
20002026-05-11T18:33:55.180Z Compiling anstyle v1.0.13
20012026-05-11T18:33:55.249Z Compiling utf8parse v0.2.2
20022026-05-11T18:33:55.331Z Compiling bit-vec v0.8.0
20032026-05-11T18:33:55.386Z Compiling siphasher v1.0.2
20042026-05-11T18:33:55.417Z Compiling num_threads v0.1.7
20052026-05-11T18:33:55.527Z Compiling bit-set v0.8.0
20062026-05-11T18:33:55.554Z Compiling time v0.3.47
20072026-05-11T18:33:55.708Z Compiling anstyle-parse v0.2.7
20082026-05-11T18:33:55.905Z Compiling hyper-util v0.1.20
20092026-05-11T18:33:55.981Z Compiling rusty-fork v0.3.1
20102026-05-11T18:33:56.240Z Compiling derive_builder_core v0.20.2
20112026-05-11T18:33:56.283Z Compiling unicode-normalization v0.1.25
20122026-05-11T18:33:56.747Z Compiling rustls-native-certs v0.8.3
20132026-05-11T18:33:57.048Z Compiling signature v2.2.0
20142026-05-11T18:33:57.209Z Compiling hubpack_derive v0.1.1
20152026-05-11T18:33:57.253Z Compiling rand_xorshift v0.4.0
20162026-05-11T18:33:57.414Z Compiling strum_macros v0.27.2
20172026-05-11T18:33:57.470Z Compiling sync_wrapper v1.0.2
20182026-05-11T18:33:57.497Z Compiling ahash v0.8.12
20192026-05-11T18:33:57.519Z Compiling fs-err v3.3.0
20202026-05-11T18:33:57.608Z Compiling object v0.37.3
20212026-05-11T18:33:57.691Z Compiling allocator-api2 v0.2.21
20222026-05-11T18:33:57.708Z Compiling is_terminal_polyfill v1.70.2
20232026-05-11T18:33:57.727Z Compiling anstyle-query v1.1.5
20242026-05-11T18:33:57.747Z Compiling unicode-properties v0.1.4
20252026-05-11T18:33:57.768Z Compiling adler2 v2.0.1
20262026-05-11T18:33:57.858Z Compiling unicode-segmentation v1.12.0
20272026-05-11T18:33:57.919Z Compiling unarray v0.1.4
20282026-05-11T18:33:57.975Z Compiling unicode-bidi v0.3.18
20292026-05-11T18:33:58.038Z Compiling colorchoice v1.0.4
20302026-05-11T18:33:58.038Z Compiling proptest v1.10.0
20312026-05-11T18:33:58.151Z Compiling anstream v0.6.21
20322026-05-11T18:33:58.188Z Compiling miniz_oxide v0.8.9
20332026-05-11T18:33:58.457Z Compiling stringprep v0.1.5
20342026-05-11T18:33:58.495Z Compiling tower v0.5.3
20352026-05-11T18:33:58.741Z Compiling derive_builder_macro v0.20.2
20362026-05-11T18:33:58.965Z Compiling usdt-macro v0.6.0
20372026-05-11T18:33:58.984Z Compiling usdt-attr-macro v0.6.0
20382026-05-11T18:33:59.350Z Compiling http-body-util v0.1.3
20392026-05-11T18:33:59.632Z Compiling webpki-roots v1.0.6
20402026-05-11T18:33:59.708Z Compiling rand_chacha v0.3.1
20412026-05-11T18:33:59.712Z Compiling erased-serde v0.3.31
20422026-05-11T18:33:59.725Z Compiling md-5 v0.10.6
20432026-05-11T18:33:59.791Z Compiling num-integer v0.1.46
20442026-05-11T18:33:59.801Z Compiling hash32 v0.2.1
20452026-05-11T18:33:59.910Z Compiling vergen-lib v0.1.6
20462026-05-11T18:33:59.944Z Compiling ff v0.13.1
20472026-05-11T18:33:59.984Z Compiling base16ct v0.2.0
20482026-05-11T18:34:00.001Z Compiling ryu v1.0.23
20492026-05-11T18:34:00.033Z Compiling fallible-iterator v0.2.0
20502026-05-11T18:34:00.037Z Compiling psl-types v2.0.11
20512026-05-11T18:34:00.099Z Compiling zlib-rs v0.6.2
20522026-05-11T18:34:00.117Z Compiling iri-string v0.7.10
20532026-05-11T18:34:00.146Z Compiling sec1 v0.7.3
20542026-05-11T18:34:00.196Z Compiling publicsuffix v2.3.0
20552026-05-11T18:34:00.200Z Compiling serde_urlencoded v0.7.1
20562026-05-11T18:34:00.318Z Compiling postgres-protocol v0.6.10
20572026-05-11T18:34:00.342Z Compiling group v0.13.0
20582026-05-11T18:34:00.383Z Compiling num-iter v0.1.45
20592026-05-11T18:34:00.455Z Compiling newtype-uuid v1.3.2
20602026-05-11T18:34:00.538Z Compiling rand v0.8.5
20612026-05-11T18:34:00.818Z Compiling derive_builder v0.20.2
20622026-05-11T18:34:00.849Z Compiling oxnet v0.1.4
20632026-05-11T18:34:00.961Z Compiling tokio-native-tls v0.3.1
20642026-05-11T18:34:01.003Z Compiling heck v0.4.1
20652026-05-11T18:34:01.045Z Compiling phf_shared v0.13.1
20662026-05-11T18:34:01.138Z Compiling lazy_static v1.5.0
20672026-05-11T18:34:01.233Z Compiling terminal_size v0.4.3
20682026-05-11T18:34:01.264Z Compiling tower-http v0.6.8
20692026-05-11T18:34:01.267Z Compiling serde_with_macros v3.17.0
20702026-05-11T18:34:01.267Z Compiling cargo-platform v0.1.9
20712026-05-11T18:34:01.375Z Compiling hkdf v0.12.4
20722026-05-11T18:34:01.394Z Compiling crypto-bigint v0.5.5
20732026-05-11T18:34:01.494Z Compiling serde_repr v0.1.20
20742026-05-11T18:34:01.511Z Compiling enum-as-inner v0.6.1
20752026-05-11T18:34:01.525Z Compiling clap_derive v4.5.55
20762026-05-11T18:34:01.544Z Compiling vergen v9.0.6
20772026-05-11T18:34:01.593Z Compiling managed v0.8.0
20782026-05-11T18:34:01.674Z Compiling foldhash v0.2.0
20792026-05-11T18:34:01.706Z Compiling bumpalo v3.20.2
20802026-05-11T18:34:01.709Z Compiling bitflags v1.3.2
20812026-05-11T18:34:01.750Z Compiling foldhash v0.1.5
20822026-05-11T18:34:01.830Z Compiling clap_lex v1.0.0
20832026-05-11T18:34:01.895Z Compiling libbz2-rs-sys v0.2.2
20842026-05-11T18:34:02.061Z Compiling clap_builder v4.5.60
20852026-05-11T18:34:02.105Z Compiling flate2 v1.1.9
20862026-05-11T18:34:02.108Z Compiling zopfli v0.8.3
20872026-05-11T18:34:02.266Z Compiling hashbrown v0.15.5
20882026-05-11T18:34:02.343Z Compiling bzip2 v0.6.1
20892026-05-11T18:34:02.398Z Compiling elliptic-curve v0.13.8
20902026-05-11T18:34:02.499Z Compiling hashbrown v0.16.1
20912026-05-11T18:34:02.566Z Compiling zstd v0.13.3
20922026-05-11T18:34:02.718Z Compiling cargo_metadata v0.19.2
20932026-05-11T18:34:02.893Z Compiling phf v0.13.1
20942026-05-11T18:34:03.021Z Compiling hyper-tls v0.6.0
20952026-05-11T18:34:03.079Z Compiling daft v0.1.5
20962026-05-11T18:34:03.110Z Compiling signal-hook-mio v0.2.5
20972026-05-11T18:34:03.241Z Compiling cookie_store v0.22.1
20982026-05-11T18:34:03.259Z Compiling postgres-types v0.2.12
20992026-05-11T18:34:03.386Z Compiling bzip2 v0.4.4
21002026-05-11T18:34:03.490Z Compiling strum v0.27.2
21012026-05-11T18:34:03.714Z Compiling hubpack v0.1.2
21022026-05-11T18:34:03.744Z Compiling ed25519 v2.2.3
21032026-05-11T18:34:03.774Z Compiling phf_shared v0.11.3
21042026-05-11T18:34:03.875Z Compiling crossbeam-epoch v0.9.18
21052026-05-11T18:34:03.952Z Compiling pkcs1 v0.7.5
21062026-05-11T18:34:03.987Z Compiling serde-big-array v0.5.1
21072026-05-11T18:34:04.032Z Compiling hex v0.4.3
21082026-05-11T18:34:04.174Z Compiling rfc6979 v0.4.0
21092026-05-11T18:34:04.305Z Compiling bstr v1.12.1
21102026-05-11T18:34:04.338Z Compiling float-cmp v0.10.0
21112026-05-11T18:34:04.341Z Compiling memmap2 v0.9.10
21122026-05-11T18:34:04.369Z Compiling env_filter v1.0.0
21132026-05-11T18:34:04.441Z Compiling encoding_rs v0.8.35
21142026-05-11T18:34:04.462Z Compiling predicates-core v1.0.10
21152026-05-11T18:34:04.478Z Compiling rustc-hash v2.1.1
21162026-05-11T18:34:04.507Z Compiling whoami v2.1.0
21172026-05-11T18:34:04.525Z Compiling fixedbitset v0.4.2
21182026-05-11T18:34:04.582Z Compiling jiff v0.2.21
21192026-05-11T18:34:04.618Z Compiling precomputed-hash v0.1.1
21202026-05-11T18:34:04.657Z Compiling normalize-line-endings v0.3.0
21212026-05-11T18:34:04.721Z Compiling difflib v0.4.0
21222026-05-11T18:34:04.769Z Compiling static_assertions v1.1.0
21232026-05-11T18:34:04.847Z Compiling keccak v0.1.6
21242026-05-11T18:34:04.863Z Compiling mime v0.3.17
21252026-05-11T18:34:04.880Z Compiling data-encoding v2.10.0
21262026-05-11T18:34:04.897Z Compiling new_debug_unreachable v1.0.6
21272026-05-11T18:34:04.900Z Compiling toml_write v0.1.2
21282026-05-11T18:34:04.929Z Compiling fixedbitset v0.5.7
21292026-05-11T18:34:04.984Z Compiling string_cache v0.8.9
21302026-05-11T18:34:05.122Z Compiling toml_edit v0.22.27
21312026-05-11T18:34:05.136Z Compiling sha3 v0.10.8
21322026-05-11T18:34:05.180Z Compiling hickory-proto v0.25.2
21332026-05-11T18:34:05.216Z Compiling petgraph v0.8.3
21342026-05-11T18:34:05.231Z Compiling predicates v3.1.4
21352026-05-11T18:34:05.431Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21362026-05-11T18:34:05.659Z Compiling similar v2.7.0
21372026-05-11T18:34:05.741Z Compiling tokio-postgres v0.7.16
21382026-05-11T18:34:05.808Z Compiling petgraph v0.6.5
21392026-05-11T18:34:06.284Z Compiling iddqd v0.3.18
21402026-05-11T18:34:06.385Z Compiling env_logger v0.11.9
21412026-05-11T18:34:06.713Z Compiling usdt v0.6.0
21422026-05-11T18:34:07.098Z Compiling ecdsa v0.16.9
21432026-05-11T18:34:07.247Z Compiling zip v4.6.1
21442026-05-11T18:34:07.367Z Compiling serde_with v3.17.0
21452026-05-11T18:34:07.437Z Compiling rsa v0.9.10
21462026-05-11T18:34:07.756Z Compiling ed25519-dalek v2.2.0
21472026-05-11T18:34:08.089Z Compiling crossterm v0.28.1
21482026-05-11T18:34:08.277Z Compiling clap v4.5.60
21492026-05-11T18:34:08.399Z Compiling zip v0.6.6
21502026-05-11T18:34:08.741Z Compiling strum v0.26.3
21512026-05-11T18:34:08.785Z Compiling toml v0.7.8
21522026-05-11T18:34:08.859Z Compiling tokio-stream v0.1.18
21532026-05-11T18:34:08.875Z Compiling buf-list v1.1.2
21542026-05-11T18:34:08.950Z Compiling itertools v0.13.0
21552026-05-11T18:34:09.072Z Compiling x509-cert v0.2.5
21562026-05-11T18:34:09.256Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21572026-05-11T18:34:09.344Z Compiling openapiv3 v2.2.0
21582026-05-11T18:34:09.448Z Compiling sha1 v0.10.6
21592026-05-11T18:34:09.925Z Compiling lalrpop-util v0.19.12
21602026-05-11T18:34:10.126Z Compiling peg-runtime v0.8.5
21612026-05-11T18:34:25.540Z Compiling rustls-webpki v0.103.9
21622026-05-11T18:34:26.097Z Compiling macaddr v1.0.1
21632026-05-11T18:34:26.279Z Compiling structmeta-derive v0.3.0
21642026-05-11T18:34:26.309Z Compiling rayon-core v1.13.0
21652026-05-11T18:34:26.327Z Compiling crucible-workspace-hack v0.1.0
21662026-05-11T18:34:26.402Z Compiling itertools v0.14.0
21672026-05-11T18:34:26.477Z Compiling secrecy v0.10.3
21682026-05-11T18:34:26.549Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692026-05-11T18:34:26.573Z Compiling heapless v0.8.0
21702026-05-11T18:34:26.657Z Compiling rustls v0.22.4
21712026-05-11T18:34:26.962Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722026-05-11T18:34:26.990Z Compiling crossbeam-deque v0.8.6
21732026-05-11T18:34:27.005Z Compiling toml_edit v0.23.10+spec-1.0.0
21742026-05-11T18:34:27.054Z Compiling rustls-webpki v0.102.8
21752026-05-11T18:34:27.138Z Compiling futures-executor v0.3.32
21762026-05-11T18:34:27.244Z Compiling hash32 v0.3.1
21772026-05-11T18:34:27.266Z Compiling multer v3.1.0
21782026-05-11T18:34:27.283Z Compiling structmeta v0.3.0
21792026-05-11T18:34:27.320Z Compiling thread_local v1.1.9
21802026-05-11T18:34:27.368Z Compiling slog-async v2.8.0
21812026-05-11T18:34:27.424Z Compiling smoltcp v0.11.0
21822026-05-11T18:34:27.481Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21832026-05-11T18:34:27.504Z Compiling compression-core v0.4.31
21842026-05-11T18:34:27.646Z Compiling unicode-width v0.2.0
21852026-05-11T18:34:27.661Z Compiling match_cfg v0.1.0
21862026-05-11T18:34:27.711Z Compiling compression-codecs v0.4.37
21872026-05-11T18:34:27.741Z Compiling ingot-macros v0.1.1
21882026-05-11T18:34:27.755Z Compiling hostname v0.3.1
21892026-05-11T18:34:27.769Z Compiling proc-macro-crate v3.4.0
21902026-05-11T18:34:27.816Z Compiling derive-ex v0.1.8
21912026-05-11T18:34:27.933Z Compiling futures v0.3.32
21922026-05-11T18:34:27.969Z Compiling slog-json v2.6.1
21932026-05-11T18:34:28.030Z Compiling crossbeam-channel v0.5.15
21942026-05-11T18:34:28.092Z Compiling half v2.7.1
21952026-05-11T18:34:28.213Z Compiling newtype-uuid-macros v0.1.0
21962026-05-11T18:34:28.252Z Compiling cobs v0.3.0
21972026-05-11T18:34:28.404Z Compiling thiserror-impl-no-std v2.0.2
21982026-05-11T18:34:28.456Z Compiling universal-hash v0.5.1
21992026-05-11T18:34:28.544Z Compiling async-stream-impl v0.3.6
22002026-05-11T18:34:28.615Z Compiling toml_datetime v1.0.0+spec-1.1.0
22012026-05-11T18:34:28.729Z Compiling serde_spanned v1.0.4
22022026-05-11T18:34:28.913Z Compiling is-terminal v0.4.17
22032026-05-11T18:34:28.930Z Compiling dropshot v0.17.0
22042026-05-11T18:34:28.933Z Compiling proc-macro-error-attr v1.0.4
22052026-05-11T18:34:29.052Z Compiling tokio-rustls v0.26.4
22062026-05-11T18:34:29.078Z Compiling rustls-platform-verifier v0.6.2
22072026-05-11T18:34:29.109Z Compiling ciborium-io v0.2.2
22082026-05-11T18:34:29.145Z Compiling toml_writer v1.0.6+spec-1.1.0
22092026-05-11T18:34:29.161Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22102026-05-11T18:34:29.225Z Compiling term v1.2.1
22112026-05-11T18:34:29.312Z Compiling hyper-rustls v0.27.7
22122026-05-11T18:34:29.330Z Compiling take_mut v0.2.2
22132026-05-11T18:34:29.345Z Compiling opaque-debug v0.3.1
22142026-05-11T18:34:29.372Z Compiling convert_case v0.4.0
22152026-05-11T18:34:29.429Z Compiling poly1305 v0.8.0
22162026-05-11T18:34:29.443Z Compiling thiserror-no-std v2.0.2
22172026-05-11T18:34:29.491Z Compiling test-strategy v0.4.5
22182026-05-11T18:34:29.512Z Compiling toml v1.0.6+spec-1.1.0
22192026-05-11T18:34:29.567Z Compiling reqwest v0.12.28
22202026-05-11T18:34:29.631Z Compiling reqwest v0.13.2
22212026-05-11T18:34:29.692Z Compiling derive_more v0.99.20
22222026-05-11T18:34:29.771Z Compiling slog-term v2.9.2
22232026-05-11T18:34:30.064Z Compiling tokio-rustls v0.25.0
22242026-05-11T18:34:30.300Z Compiling ingot-types v0.1.2
22252026-05-11T18:34:30.326Z Compiling ciborium-ll v0.2.2
22262026-05-11T18:34:30.705Z Compiling ingot v0.1.1
22272026-05-11T18:34:30.724Z Compiling async-stream v0.3.6
22282026-05-11T18:34:30.747Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22292026-05-11T18:34:30.763Z Compiling postcard v1.1.3
22302026-05-11T18:34:30.937Z Compiling num_enum_derive v0.7.5
22312026-05-11T18:34:31.011Z Compiling slog-bunyan v2.5.0
22322026-05-11T18:34:31.163Z Compiling async-compression v0.4.41
22332026-05-11T18:34:31.214Z Compiling parse-display-derive v0.10.0
22342026-05-11T18:34:31.651Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22352026-05-11T18:34:31.735Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22362026-05-11T18:34:31.838Z Compiling proc-macro-crate v1.3.1
22372026-05-11T18:34:31.875Z Compiling backon v1.6.0
22382026-05-11T18:34:31.978Z Compiling waitgroup v0.1.2
22392026-05-11T18:34:32.142Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22402026-05-11T18:34:32.158Z Compiling password-hash v0.5.0
22412026-05-11T18:34:32.192Z Compiling chacha20 v0.9.1
22422026-05-11T18:34:32.207Z Compiling dropshot_endpoint v0.17.0
22432026-05-11T18:34:32.486Z Compiling rustls-pemfile v2.2.0
22442026-05-11T18:34:32.708Z Compiling blake2 v0.10.6
22452026-05-11T18:34:32.732Z Compiling aead v0.5.2
22462026-05-11T18:34:32.790Z Compiling foreign-types-macros v0.2.3
22472026-05-11T18:34:32.845Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22482026-05-11T18:34:32.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22492026-05-11T18:34:32.981Z Compiling serde_path_to_error v0.1.20
22502026-05-11T18:34:33.077Z Compiling hostname v0.4.2
22512026-05-11T18:34:33.166Z Compiling proc-macro-error v1.0.4
22522026-05-11T18:34:33.233Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22532026-05-11T18:34:33.248Z Compiling instant v0.1.13
22542026-05-11T18:34:33.267Z Compiling foreign-types-shared v0.3.1
22552026-05-11T18:34:33.293Z Compiling typeid v1.0.3
22562026-05-11T18:34:33.310Z Compiling cpufeatures v0.3.0
22572026-05-11T18:34:33.313Z Compiling debug-ignore v1.0.5
22582026-05-11T18:34:33.385Z Compiling chacha20 v0.10.0
22592026-05-11T18:34:33.401Z Compiling backoff v0.4.0
22602026-05-11T18:34:33.404Z Compiling foreign-types v0.5.0
22612026-05-11T18:34:33.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-05-11T18:34:33.463Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22632026-05-11T18:34:33.466Z Compiling argon2 v0.5.3
22642026-05-11T18:34:33.513Z Compiling chacha20poly1305 v0.10.1
22652026-05-11T18:34:33.539Z Compiling parse-display v0.10.0
22662026-05-11T18:34:33.554Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-11T18:34:33.632Z Compiling num_enum_derive v0.5.11
22682026-05-11T18:34:33.648Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22692026-05-11T18:34:33.665Z Compiling num_enum v0.7.5
22702026-05-11T18:34:33.700Z Compiling ciborium v0.2.2
22712026-05-11T18:34:33.810Z Compiling vsss-rs v3.3.4
22722026-05-11T18:34:34.005Z Compiling tabwriter v1.4.1
22732026-05-11T18:34:34.079Z Compiling regress v0.10.5
22742026-05-11T18:34:34.179Z Compiling byte-wrapper v0.1.0
22752026-05-11T18:34:34.394Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22762026-05-11T18:34:34.415Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22772026-05-11T18:34:34.510Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22782026-05-11T18:34:34.544Z Compiling cstr-argument v0.1.2
22792026-05-11T18:34:34.544Z Compiling erased-serde v0.4.9
22802026-05-11T18:34:34.734Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-05-11T18:34:34.862Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22822026-05-11T18:34:34.917Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22832026-05-11T18:34:34.969Z Compiling num_enum v0.5.11
22842026-05-11T18:34:35.016Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22852026-05-11T18:34:35.111Z Compiling rand v0.10.0
22862026-05-11T18:34:35.126Z Compiling rayon v1.11.0
22872026-05-11T18:34:35.157Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22882026-05-11T18:34:35.219Z Compiling libefi-sys v0.1.0
22892026-05-11T18:34:35.264Z Compiling indent_write v2.2.0
22902026-05-11T18:34:35.281Z Compiling colored v3.1.1
22912026-05-11T18:34:35.316Z Compiling zone_cfg_derive v0.3.1
22922026-05-11T18:34:35.437Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22932026-05-11T18:34:35.471Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-11T18:34:35.505Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22952026-05-11T18:34:35.587Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22962026-05-11T18:34:35.603Z Compiling camino-tempfile v1.4.1
22972026-05-11T18:34:35.840Z Compiling itertools v0.12.1
22982026-05-11T18:34:35.910Z Compiling usdt-attr-macro v0.5.0
22992026-05-11T18:34:35.933Z Compiling usdt-macro v0.5.0
23002026-05-11T18:34:35.950Z Compiling bitfield-struct v0.6.2
23012026-05-11T18:34:35.967Z Compiling num-derive v0.4.2
23022026-05-11T18:34:36.020Z Compiling blake3 v1.8.3
23032026-05-11T18:34:36.053Z Compiling ordered-float v2.10.1
23042026-05-11T18:34:36.345Z Compiling sigpipe v0.1.3
23052026-05-11T18:34:36.385Z Compiling memmap v0.7.0
23062026-05-11T18:34:36.463Z Compiling glob v0.3.3
23072026-05-11T18:34:36.584Z Compiling swrite v0.1.0
23082026-05-11T18:34:36.629Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23092026-05-11T18:34:36.649Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23102026-05-11T18:34:36.663Z Compiling usdt v0.5.0
23112026-05-11T18:34:36.848Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23122026-05-11T18:34:36.887Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23132026-05-11T18:34:36.977Z Compiling serde-value v0.7.0
23142026-05-11T18:34:37.254Z Compiling zone v0.3.1
23152026-05-11T18:34:37.316Z Compiling serde-untagged v0.1.9
23162026-05-11T18:34:37.332Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23172026-05-11T18:34:37.414Z Compiling toml v0.8.23
23182026-05-11T18:34:37.595Z Compiling smf v0.2.3
23192026-05-11T18:34:37.611Z Compiling filetime v0.2.27
23202026-05-11T18:34:37.625Z Compiling same-file v1.0.6
23212026-05-11T18:34:37.644Z Compiling unicode-xid v0.2.6
23222026-05-11T18:34:37.695Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23232026-05-11T18:34:37.713Z Compiling arrayref v0.3.9
23242026-05-11T18:34:37.797Z Compiling xattr v1.6.1
23252026-05-11T18:34:37.813Z Compiling constant_time_eq v0.4.2
23262026-05-11T18:34:37.813Z Compiling arrayvec v0.7.6
23272026-05-11T18:34:37.845Z Compiling whoami v1.6.1
23282026-05-11T18:34:37.848Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23292026-05-11T18:34:37.915Z Compiling cargo-util-schemas v0.8.2
23302026-05-11T18:34:38.012Z Compiling tar v0.4.45
23312026-05-11T18:34:38.030Z Compiling walkdir v2.5.0
23322026-05-11T18:34:38.313Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23332026-05-11T18:34:38.549Z Compiling tokio-dtrace v0.1.1
23342026-05-11T18:34:38.570Z Compiling console v0.16.2
23352026-05-11T18:34:38.754Z Compiling gethostname v0.5.0
23362026-05-11T18:34:38.780Z Compiling cargo-platform v0.2.0
23372026-05-11T18:34:38.796Z Compiling unit-prefix v0.5.2
23382026-05-11T18:34:38.824Z Compiling topological-sort v0.2.2
23392026-05-11T18:34:38.897Z Compiling oxide-tokio-rt v0.1.4
23402026-05-11T18:34:38.913Z Compiling shell-words v1.1.1
23412026-05-11T18:34:38.978Z Compiling indicatif v0.18.4
23422026-05-11T18:34:39.012Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23432026-05-11T18:34:39.184Z Compiling cargo_metadata v0.21.0
23442026-05-11T18:34:48.468Z Compiling progenitor-client v0.10.0
23452026-05-11T18:34:48.468Z Compiling omicron-zone-package v0.12.2
23462026-05-11T18:34:48.527Z Compiling progenitor-client v0.14.0
23472026-05-11T18:34:48.603Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482026-05-11T18:34:48.631Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23492026-05-11T18:34:48.648Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23502026-05-11T18:34:48.939Z Compiling progenitor-extras v0.2.0
23512026-05-11T18:34:48.956Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23522026-05-11T18:34:49.015Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23532026-05-11T18:34:49.190Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23542026-05-11T18:34:49.425Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23552026-05-11T18:34:49.545Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23562026-05-11T18:34:49.723Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-05-11T18:34:53.543Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-05-11T18:35:00.934Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23592026-05-11T18:35:04.019Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23602026-05-11T18:35:04.989Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23612026-05-11T18:35:14.096Z Finished `release` profile [optimized] target(s) in 1m 39s
23622026-05-11T18:35:14.246Z Running `target/release/omicron-package -t test target create -p dev`
23632026-05-11T18:35:14.307ZLogging to: /work/oxidecomputer/omicron/out/LOG
23642026-05-11T18:35:14.310ZCreated new build target 'test' and set it as active
23652026-05-11T18:35:14.313Z
23662026-05-11T18:35:14.313Zreal 1:39.346888064
23672026-05-11T18:35:14.313Zuser 16:24.668997063
23682026-05-11T18:35:14.313Zsys 2:30.993847350
23692026-05-11T18:35:14.313Ztrap 0.452193798
23702026-05-11T18:35:14.313Ztflt 2.612234486
23712026-05-11T18:35:14.313Zdflt 3.752679857
23722026-05-11T18:35:14.313Zkflt 0.000525860
23732026-05-11T18:35:14.313Zlock 51:29.834728366
23742026-05-11T18:35:14.313Zslp 42:25.103852372
23752026-05-11T18:35:14.313Zlat 42.874398974
23762026-05-11T18:35:14.314Zstop 5:20.623958381
23772026-05-11T18:35:14.314Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23782026-05-11T18:35:15.192Z Finished `release` profile [optimized] target(s) in 0.86s
23792026-05-11T18:35:15.272Z Running `target/release/omicron-package -t test package`
23802026-05-11T18:35:15.331ZLogging to: /work/oxidecomputer/omicron/out/LOG
23812026-05-11T18:35:16.725Z Compiling heck v0.5.0
23822026-05-11T18:35:16.725Z Compiling regress v0.11.1
23832026-05-11T18:35:16.725Z Compiling unsafe-libyaml v0.2.11
23842026-05-11T18:35:16.979Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-05-11T18:35:17.004Z Compiling regress v0.10.5
23862026-05-11T18:35:17.025Z Compiling unicode-width v0.1.14
23872026-05-11T18:35:17.046Z Compiling is-terminal v0.4.17
23882026-05-11T18:35:17.065Z Compiling prettyplease v0.2.37
23892026-05-11T18:35:17.065Z Compiling bytecount v0.6.9
23902026-05-11T18:35:17.068Z Compiling rustls v0.22.4
23912026-05-11T18:35:17.068Z Compiling rustls-webpki v0.102.8
23922026-05-11T18:35:17.084Z Compiling derive-where v1.6.0
23932026-05-11T18:35:17.087Z Compiling thread_local v1.1.9
23942026-05-11T18:35:17.087Z Compiling match_cfg v0.1.0
23952026-05-11T18:35:17.102Z Compiling compression-core v0.4.31
23962026-05-11T18:35:17.227Z Compiling multer v3.1.0
23972026-05-11T18:35:17.231Z Compiling slog-async v2.8.0
23982026-05-11T18:35:17.273Z Compiling hostname v0.3.1
23992026-05-11T18:35:17.299Z Compiling compression-codecs v0.4.37
24002026-05-11T18:35:17.302Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-05-11T18:35:17.343Z Compiling crossbeam-channel v0.5.15
24022026-05-11T18:35:17.346Z Compiling slog-json v2.6.1
24032026-05-11T18:35:17.346Z Compiling futures-executor v0.3.32
24042026-05-11T18:35:17.367Z Compiling serde_spanned v1.0.4
24052026-05-11T18:35:17.427Z Compiling toml_datetime v1.0.0+spec-1.1.0
24062026-05-11T18:35:17.427Z Compiling term v1.2.1
24072026-05-11T18:35:17.504Z Compiling serde_yaml v0.9.34+deprecated
24082026-05-11T18:35:17.577Z Compiling take_mut v0.2.2
24092026-05-11T18:35:17.616Z Compiling toml_writer v1.0.6+spec-1.1.0
24102026-05-11T18:35:17.635Z Compiling slog-bunyan v2.5.0
24112026-05-11T18:35:17.635Z Compiling futures v0.3.32
24122026-05-11T18:35:17.734Z Compiling slog-term v2.9.2
24132026-05-11T18:35:17.757Z Compiling async-compression v0.4.41
24142026-05-11T18:35:17.797Z Compiling toml v1.0.6+spec-1.1.0
24152026-05-11T18:35:17.841Z Compiling dropshot v0.17.0
24162026-05-11T18:35:17.859Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24172026-05-11T18:35:17.901Z Compiling async-stream v0.3.6
24182026-05-11T18:35:17.965Z Compiling num-rational v0.4.2
24192026-05-11T18:35:18.017Z Compiling progenitor-client v0.14.0
24202026-05-11T18:35:18.088Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24212026-05-11T18:35:18.110Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24222026-05-11T18:35:18.132Z Compiling waitgroup v0.1.2
24232026-05-11T18:35:18.235Z Compiling backon v1.6.0
24242026-05-11T18:35:18.256Z Compiling rustls-pemfile v2.2.0
24252026-05-11T18:35:18.288Z Compiling num-complex v0.4.6
24262026-05-11T18:35:18.310Z Compiling hostname v0.4.2
24272026-05-11T18:35:18.336Z Compiling serde_path_to_error v0.1.20
24282026-05-11T18:35:18.357Z Compiling instant v0.1.13
24292026-05-11T18:35:18.410Z Compiling debug-ignore v1.0.5
24302026-05-11T18:35:18.452Z Compiling typify-impl v0.6.2
24312026-05-11T18:35:18.472Z Compiling backoff v0.4.0
24322026-05-11T18:35:18.494Z Compiling progenitor-extras v0.2.0
24332026-05-11T18:35:18.497Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24342026-05-11T18:35:18.538Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24352026-05-11T18:35:18.735Z Compiling num v0.4.3
24362026-05-11T18:35:18.794Z Compiling parse-display v0.10.0
24372026-05-11T18:35:18.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24382026-05-11T18:35:18.839Z Compiling progenitor-client v0.13.0
24392026-05-11T18:35:18.884Z Compiling progenitor-client v0.10.0
24402026-05-11T18:35:18.889Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24412026-05-11T18:35:18.963Z Compiling macaddr v1.0.1
24422026-05-11T18:35:19.010Z Compiling float-ord v0.3.2
24432026-05-11T18:35:19.054Z Compiling console v0.15.11
24442026-05-11T18:35:19.156Z Compiling newline-converter v0.3.0
24452026-05-11T18:35:19.180Z Compiling atomicwrites v0.4.4
24462026-05-11T18:35:19.206Z Compiling slog-dtrace v0.3.0
24472026-05-11T18:35:19.375Z Compiling async-recursion v1.1.1
24482026-05-11T18:35:19.427Z Compiling tokio-rustls v0.25.0
24492026-05-11T18:35:19.503Z Compiling expectorate v1.2.0
24502026-05-11T18:35:19.524Z Compiling owo-colors v4.3.0
24512026-05-11T18:35:19.526Z Compiling cancel-safe-futures v0.1.5
24522026-05-11T18:35:19.625Z Compiling libsw-core v0.3.2
24532026-05-11T18:35:19.709Z Compiling resolv-conf v0.7.6
24542026-05-11T18:35:19.746Z Compiling toml v0.8.23
24552026-05-11T18:35:19.851Z Compiling libsw v3.5.0
24562026-05-11T18:35:20.010Z Compiling linear-map v1.2.0
24572026-05-11T18:35:20.050Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-05-11T18:35:20.102Z Compiling linked-hash-map v0.5.6
24592026-05-11T18:35:20.211Z Compiling minimal-lexical v0.2.1
24602026-05-11T18:35:20.287Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24612026-05-11T18:35:20.318Z Compiling lru-cache v0.1.2
24622026-05-11T18:35:20.340Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24632026-05-11T18:35:20.343Z Compiling unicode-xid v0.2.6
24642026-05-11T18:35:20.359Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24652026-05-11T18:35:20.462Z Compiling nom v7.1.3
24662026-05-11T18:35:20.485Z Compiling globset v0.4.18
24672026-05-11T18:35:20.508Z Compiling hickory-proto v0.24.4
24682026-05-11T18:35:20.511Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24692026-05-11T18:35:20.548Z Compiling convert_case v0.10.0
24702026-05-11T18:35:20.849Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-05-11T18:35:20.883Z Compiling derive_more-impl v2.1.1
24722026-05-11T18:35:21.443Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24732026-05-11T18:35:21.667Z Compiling pin-project-internal v1.1.11
24742026-05-11T18:35:21.772Z Compiling derive_more v2.1.1
24752026-05-11T18:35:21.814Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24762026-05-11T18:35:21.878Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24772026-05-11T18:35:21.931Z Compiling typify-macro v0.6.2
24782026-05-11T18:35:22.051Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24792026-05-11T18:35:22.318Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24802026-05-11T18:35:22.483Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24812026-05-11T18:35:22.680Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24822026-05-11T18:35:22.704Z Compiling pin-project v1.1.11
24832026-05-11T18:35:22.842Z Compiling papergrid v0.11.0
24842026-05-11T18:35:23.188Z Compiling hickory-resolver v0.24.4
24852026-05-11T18:35:23.216Z Compiling tabled_derive v0.7.0
24862026-05-11T18:35:23.461Z Compiling typify v0.6.2
24872026-05-11T18:35:23.735Z Compiling progenitor-impl v0.14.0
24882026-05-11T18:35:23.940Z Compiling progenitor-impl v0.13.0
24892026-05-11T18:35:24.349Z Compiling pem v3.0.6
24902026-05-11T18:35:24.892Z Compiling qorb v0.4.1
24912026-05-11T18:35:25.060Z Compiling snafu-derive v0.8.9
24922026-05-11T18:35:25.870Z Compiling progenitor-macro v0.14.0
24932026-05-11T18:35:26.069Z Compiling progenitor-macro v0.13.0
24942026-05-11T18:35:26.236Z Compiling termtree v0.5.1
24952026-05-11T18:35:26.437Z Compiling tabled v0.15.0
24962026-05-11T18:35:26.744Z Compiling snafu v0.8.9
24972026-05-11T18:35:27.331Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24982026-05-11T18:35:28.124Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24992026-05-11T18:35:28.150Z Compiling crossterm v0.29.0
25002026-05-11T18:35:28.597Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25012026-05-11T18:35:29.018Z Compiling phf_shared v0.12.1
25022026-05-11T18:35:29.276Z Compiling olpc-cjson v0.1.4
25032026-05-11T18:35:29.525Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25042026-05-11T18:35:29.936Z Compiling progenitor v0.14.0
25052026-05-11T18:35:29.961Z Compiling serde_plain v1.0.2
25062026-05-11T18:35:30.088Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25072026-05-11T18:35:30.113Z Compiling csv-core v0.1.13
25082026-05-11T18:35:30.170Z Compiling progenitor v0.13.0
25092026-05-11T18:35:30.275Z Compiling vte v0.14.1
25102026-05-11T18:35:30.348Z Compiling typed-path v0.9.3
25112026-05-11T18:35:30.545Z Compiling highway v1.3.0
25122026-05-11T18:35:30.545Z Compiling chrono-tz v0.10.4
25132026-05-11T18:35:30.784Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25142026-05-11T18:35:30.855Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25152026-05-11T18:35:31.048Z Compiling strip-ansi-escapes v0.2.1
25162026-05-11T18:35:31.268Z Compiling csv v1.4.0
25172026-05-11T18:35:31.469Z Compiling tough v0.20.0
25182026-05-11T18:35:31.607Z Compiling phf v0.12.1
25192026-05-11T18:35:31.808Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25202026-05-11T18:35:32.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25212026-05-11T18:35:32.758Z Compiling const_format_proc_macros v0.2.34
25222026-05-11T18:35:33.239Z Compiling fd-lock v4.0.4
25232026-05-11T18:35:33.408Z Compiling peg-macros v0.8.5
25242026-05-11T18:35:33.520Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25252026-05-11T18:35:33.585Z Compiling nu-ansi-term v0.50.3
25262026-05-11T18:35:33.655Z Compiling const_format v0.2.35
25272026-05-11T18:35:33.895Z Compiling reedline v0.40.0
25282026-05-11T18:35:34.192Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25292026-05-11T18:35:34.226Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25302026-05-11T18:35:34.666Z Compiling peg v0.8.5
25312026-05-11T18:35:34.772Z Compiling bcs v0.1.6
25322026-05-11T18:35:35.232Z Compiling semver v0.1.20
25332026-05-11T18:35:35.498Z Compiling rustc_version v0.1.7
25342026-05-11T18:35:35.523Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25352026-05-11T18:35:35.648Z Compiling smawk v0.3.2
25362026-05-11T18:35:35.730Z Compiling newtype_derive v0.1.6
25372026-05-11T18:35:35.775Z Compiling humantime v2.3.0
25382026-05-11T18:35:35.840Z Compiling unicode-linebreak v0.1.5
25392026-05-11T18:35:36.026Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25402026-05-11T18:35:36.159Z Compiling textwrap v0.16.2
25412026-05-11T18:35:36.335Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25422026-05-11T18:35:36.402Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25432026-05-11T18:35:36.816Z Compiling dropshot-api-manager-types v0.7.1
25442026-05-11T18:35:37.210Z Compiling base64 v0.21.7
25452026-05-11T18:35:37.476Z Compiling steno v0.4.1
25462026-05-11T18:35:37.578Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25472026-05-11T18:35:37.751Z Compiling utf-8 v0.7.6
25482026-05-11T18:35:37.792Z Compiling tagptr v0.2.0
25492026-05-11T18:35:37.918Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25502026-05-11T18:35:37.982Z Compiling moka v0.12.13
25512026-05-11T18:35:37.982Z Compiling tungstenite v0.21.0
25522026-05-11T18:35:38.094Z Compiling radium v0.7.0
25532026-05-11T18:35:38.320Z Compiling tap v1.0.1
25542026-05-11T18:35:38.505Z Compiling maybe-uninit v2.0.0
25552026-05-11T18:35:38.787Z Compiling tokio-tungstenite v0.21.0
25562026-05-11T18:35:38.835Z Compiling wyz v0.5.1
25572026-05-11T18:35:38.872Z Compiling zerocopy-derive v0.6.6
25582026-05-11T18:35:39.047Z Compiling display-error-chain v0.2.2
25592026-05-11T18:35:39.075Z Compiling hickory-resolver v0.25.2
25602026-05-11T18:35:39.185Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25612026-05-11T18:35:39.222Z Compiling packed_struct v0.10.1
25622026-05-11T18:35:39.272Z Compiling funty v2.0.0
25632026-05-11T18:35:39.355Z Compiling crc-catalog v2.4.0
25642026-05-11T18:35:39.482Z Compiling crc v3.4.0
25652026-05-11T18:35:39.645Z Compiling bitvec v1.0.1
25662026-05-11T18:35:39.668Z Compiling zerocopy v0.6.6
25672026-05-11T18:35:39.886Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682026-05-11T18:35:40.067Z Compiling num-derive v0.3.3
25692026-05-11T18:35:40.154Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25702026-05-11T18:35:40.210Z Compiling packed_struct_codegen v0.10.1
25712026-05-11T18:35:40.939Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25722026-05-11T18:35:40.948Z Compiling bitfield-macros v0.19.4
25732026-05-11T18:35:41.191Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25742026-05-11T18:35:41.405Z Compiling proc-macro-error-attr2 v2.0.0
25752026-05-11T18:35:41.689Z Compiling indexmap v1.9.3
25762026-05-11T18:35:41.844Z Compiling nodrop v0.1.14
25772026-05-11T18:35:41.957Z Compiling array-init v0.0.4
25782026-05-11T18:35:41.998Z Compiling proc-macro-error2 v2.0.1
25792026-05-11T18:35:42.336Z Compiling bitfield v0.19.4
25802026-05-11T18:35:42.638Z Compiling libscf-sys v1.1.0
25812026-05-11T18:35:42.687Z Compiling smallvec v0.6.14
25822026-05-11T18:35:42.816Z Compiling typify-impl v0.4.3
25832026-05-11T18:35:42.974Z Compiling hashbrown v0.12.3
25842026-05-11T18:35:43.088Z Compiling serde-hex v0.1.0
25852026-05-11T18:35:43.957Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-05-11T18:35:44.108Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25872026-05-11T18:35:44.131Z Compiling tabled_derive v0.11.0
25882026-05-11T18:35:44.735Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892026-05-11T18:35:44.807Z Compiling ron v0.8.1
25902026-05-11T18:35:44.837Z Compiling papergrid v0.17.0
25912026-05-11T18:35:44.974Z Compiling testing_table v0.3.0
25922026-05-11T18:35:45.157Z Compiling hashbrown v0.13.2
25932026-05-11T18:35:45.248Z Compiling vergen-gitcl v1.0.8
25942026-05-11T18:35:45.271Z Compiling dirs-sys-next v0.1.2
25952026-05-11T18:35:45.407Z Compiling diesel_derives v2.3.7
25962026-05-11T18:35:45.479Z Compiling glob v0.3.3
25972026-05-11T18:35:45.524Z Compiling crc-any v2.5.0
25982026-05-11T18:35:45.545Z Compiling maplit v1.0.2
25992026-05-11T18:35:45.630Z Compiling crunchy v0.2.4
26002026-05-11T18:35:45.695Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26012026-05-11T18:35:45.766Z Compiling object v0.30.4
26022026-05-11T18:35:45.835Z Compiling clang-sys v1.8.1
26032026-05-11T18:35:45.942Z Compiling dirs-next v2.0.0
26042026-05-11T18:35:45.986Z Compiling tabled v0.20.0
26052026-05-11T18:35:46.009Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-05-11T18:35:46.114Z Compiling dsl_auto_type v0.2.0
26072026-05-11T18:35:46.211Z Compiling scheduled-thread-pool v0.2.7
26082026-05-11T18:35:46.214Z Compiling typify-macro v0.4.3
26092026-05-11T18:35:46.374Z Compiling diesel_table_macro_syntax v0.3.0
26102026-05-11T18:35:46.601Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-11T18:35:46.651Z Compiling tiny-keccak v2.0.2
26122026-05-11T18:35:46.803Z Compiling xshell-macros v0.2.7
26132026-05-11T18:35:46.831Z Compiling path-slash v0.1.5
26142026-05-11T18:35:46.964Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26152026-05-11T18:35:47.152Z Compiling r2d2 v0.8.10
26162026-05-11T18:35:47.208Z Compiling xshell v0.2.7
26172026-05-11T18:35:47.237Z Compiling term v0.7.0
26182026-05-11T18:35:47.417Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26192026-05-11T18:35:47.739Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26202026-05-11T18:35:47.822Z Compiling bit-vec v0.6.3
26212026-05-11T18:35:47.974Z Compiling downcast-rs v2.0.2
26222026-05-11T18:35:48.083Z Compiling bit-set v0.5.3
26232026-05-11T18:35:48.132Z Compiling ascii-canvas v3.0.0
26242026-05-11T18:35:48.269Z Compiling itertools v0.10.5
26252026-05-11T18:35:48.360Z Compiling ena v0.14.4
26262026-05-11T18:35:48.392Z Compiling libloading v0.8.9
26272026-05-11T18:35:48.529Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26282026-05-11T18:35:48.599Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26292026-05-11T18:35:48.621Z Compiling regex-syntax v0.6.29
26302026-05-11T18:35:49.340Z Compiling diff v0.1.13
26312026-05-11T18:35:49.610Z Compiling bindgen v0.71.1
26322026-05-11T18:35:49.793Z Compiling crc8 v0.1.1
26332026-05-11T18:35:49.907Z Compiling unicase v2.9.0
26342026-05-11T18:35:49.959Z Compiling lalrpop v0.19.12
26352026-05-11T18:35:50.492Z Compiling typify v0.4.3
26362026-05-11T18:35:50.542Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26372026-05-11T18:35:50.583Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26382026-05-11T18:35:50.634Z Compiling cexpr v0.6.0
26392026-05-11T18:35:50.696Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26402026-05-11T18:35:50.920Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26412026-05-11T18:35:51.148Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26422026-05-11T18:35:51.185Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26432026-05-11T18:35:51.342Z Compiling headers-core v0.3.0
26442026-05-11T18:35:51.491Z Compiling libxml v0.3.3
26452026-05-11T18:35:51.512Z Compiling headers v0.4.1
26462026-05-11T18:35:51.679Z Compiling diesel v2.3.7
26472026-05-11T18:35:51.818Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26482026-05-11T18:35:51.919Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492026-05-11T18:35:52.137Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502026-05-11T18:35:52.657Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-05-11T18:35:53.089Z Compiling strum_macros v0.24.3
26522026-05-11T18:35:53.199Z Compiling indoc v1.0.9
26532026-05-11T18:35:53.776Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-05-11T18:35:53.799Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26552026-05-11T18:35:54.008Z Compiling derive_builder v0.20.2
26562026-05-11T18:35:54.178Z Compiling oso-derive v0.27.3
26572026-05-11T18:35:54.335Z Compiling quick-xml v0.37.5
26582026-05-11T18:35:54.407Z Compiling impl-trait-for-tuples v0.2.3
26592026-05-11T18:35:54.568Z Compiling openssl-probe v0.1.6
26602026-05-11T18:35:54.686Z Compiling half v1.8.3
26612026-05-11T18:35:54.896Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26622026-05-11T18:35:55.118Z Compiling serde_cbor v0.11.2
26632026-05-11T18:35:55.139Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26642026-05-11T18:35:55.556Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26652026-05-11T18:35:55.600Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26662026-05-11T18:35:55.672Z Compiling bb8 v0.8.6
26672026-05-11T18:35:55.746Z Compiling trait-variant v0.1.2
26682026-05-11T18:35:55.820Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26692026-05-11T18:35:56.092Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26702026-05-11T18:35:56.110Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26712026-05-11T18:35:56.133Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26722026-05-11T18:35:56.342Z Compiling samael v0.0.19
26732026-05-11T18:35:56.367Z Compiling fxhash v0.2.1
26742026-05-11T18:35:56.372Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26752026-05-11T18:35:56.424Z Compiling salty v0.3.0
26762026-05-11T18:35:56.542Z Compiling progenitor-impl v0.11.2
26772026-05-11T18:35:56.733Z Compiling progenitor-impl v0.10.0
26782026-05-11T18:35:56.821Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26792026-05-11T18:35:56.986Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26802026-05-11T18:35:57.228Z Compiling kstat-rs v0.2.4
26812026-05-11T18:35:57.423Z Compiling polar-core v0.27.3
26822026-05-11T18:35:57.502Z Compiling libz-sys v1.1.24
26832026-05-11T18:35:57.727Z Compiling nonempty v0.12.0
26842026-05-11T18:35:57.787Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26852026-05-11T18:35:57.960Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26862026-05-11T18:35:58.789Z Compiling progenitor-macro v0.11.2
26872026-05-11T18:35:58.939Z Compiling progenitor-macro v0.10.0
26882026-05-11T18:36:00.177Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26892026-05-11T18:36:01.550Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26902026-05-11T18:36:01.715Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26912026-05-11T18:36:02.118Z Compiling progenitor-client v0.11.2
26922026-05-11T18:36:02.565Z Compiling darling_core v0.23.0
26932026-05-11T18:36:02.689Z Compiling nanorand v0.7.0
26942026-05-11T18:36:02.760Z Compiling arc-swap v1.8.2
26952026-05-11T18:36:02.970Z Compiling fs-err v2.11.0
26962026-05-11T18:36:03.073Z Compiling parking_lot_core v0.8.6
26972026-05-11T18:36:03.207Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26982026-05-11T18:36:03.347Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26992026-05-11T18:36:03.380Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27002026-05-11T18:36:04.735Z Compiling darling_macro v0.23.0
27012026-05-11T18:36:05.223Z Compiling mime_guess v2.0.5
27022026-05-11T18:36:05.725Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-05-11T18:36:06.325Z Compiling oso v0.27.3
27042026-05-11T18:36:07.406Z Compiling slog-scope v4.4.1
27052026-05-11T18:36:07.665Z Compiling progenitor v0.10.0
27062026-05-11T18:36:07.860Z Compiling flume v0.11.1
27072026-05-11T18:36:07.888Z Compiling progenitor v0.11.2
27082026-05-11T18:36:08.083Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-05-11T18:36:08.254Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27102026-05-11T18:36:10.492Z Compiling async-bb8-diesel v0.2.1
27112026-05-11T18:36:10.957Z Compiling diesel-dtrace v0.5.0
27122026-05-11T18:36:11.077Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27132026-05-11T18:36:11.288Z Compiling primeorder v0.13.6
27142026-05-11T18:36:11.820Z Compiling git-stub v1.0.0
27152026-05-11T18:36:12.102Z Compiling libgit2-sys v0.18.3+1.9.2
27162026-05-11T18:36:12.216Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27172026-05-11T18:36:12.388Z Compiling instability v0.3.11
27182026-05-11T18:36:12.492Z Compiling git-stub-vcs v0.1.0
27192026-05-11T18:36:12.778Z Compiling p384 v0.13.1
27202026-05-11T18:36:12.801Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-05-11T18:36:12.851Z Compiling slog-stdlog v4.1.1
27222026-05-11T18:36:13.766Z Compiling darling v0.23.0
27232026-05-11T18:36:13.963Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27242026-05-11T18:36:14.021Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27252026-05-11T18:36:14.047Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27262026-05-11T18:36:14.314Z Compiling ignore v0.4.25
27272026-05-11T18:36:14.407Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27282026-05-11T18:36:14.900Z Compiling castaway v0.2.4
27292026-05-11T18:36:15.054Z Compiling atty v0.2.14
27302026-05-11T18:36:15.194Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27312026-05-11T18:36:15.215Z Compiling parse-size v1.1.0
27322026-05-11T18:36:15.426Z Compiling indoc v2.0.7
27332026-05-11T18:36:15.426Z Compiling http-range v0.1.5
27342026-05-11T18:36:15.817Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27352026-05-11T18:36:15.845Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27362026-05-11T18:36:16.597Z Compiling compact_str v0.8.1
27372026-05-11T18:36:16.894Z Compiling globwalk v0.9.1
27382026-05-11T18:36:17.590Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-11T18:36:18.498Z Compiling parking_lot v0.11.2
27402026-05-11T18:36:19.053Z Compiling slog-envlogger v2.2.0
27412026-05-11T18:36:19.303Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27422026-05-11T18:36:19.705Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27432026-05-11T18:36:19.774Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27442026-05-11T18:36:19.942Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27452026-05-11T18:36:20.080Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-11T18:36:20.218Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27472026-05-11T18:36:20.263Z Compiling predicates-tree v1.0.13
27482026-05-11T18:36:20.721Z Compiling unicode-truncate v1.1.0
27492026-05-11T18:36:20.743Z Compiling lru v0.12.5
27502026-05-11T18:36:20.901Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-05-11T18:36:20.937Z Compiling rand_seeder v0.4.0
27522026-05-11T18:36:20.975Z Compiling prefix-trie v0.7.0
27532026-05-11T18:36:21.182Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27542026-05-11T18:36:21.203Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27552026-05-11T18:36:21.283Z Compiling vergen-git2 v1.0.7
27562026-05-11T18:36:21.430Z Compiling cassowary v0.3.0
27572026-05-11T18:36:21.433Z Compiling corncobs v0.1.4
27582026-05-11T18:36:21.471Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-05-11T18:36:21.568Z Compiling hickory-server v0.25.2
27602026-05-11T18:36:21.654Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-11T18:36:21.689Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-05-11T18:36:21.694Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27632026-05-11T18:36:21.785Z Compiling ratatui v0.29.0
27642026-05-11T18:36:21.903Z Compiling camino-tempfile-ext v0.3.3
27652026-05-11T18:36:22.328Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-05-11T18:36:22.420Z Compiling sled v0.34.7
27672026-05-11T18:36:22.560Z Compiling hyper-staticfile v0.10.1
27682026-05-11T18:36:22.817Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27692026-05-11T18:36:23.401Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-11T18:36:23.761Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27712026-05-11T18:36:24.058Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27722026-05-11T18:36:25.479Z Compiling secrecy v0.8.0
27732026-05-11T18:36:25.671Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27742026-05-11T18:36:25.905Z Compiling rustls v0.21.12
27752026-05-11T18:36:26.463Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27762026-05-11T18:36:26.556Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27772026-05-11T18:36:27.183Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27782026-05-11T18:36:27.371Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27792026-05-11T18:36:28.614Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27802026-05-11T18:36:28.788Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27812026-05-11T18:36:29.323Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27822026-05-11T18:36:30.302Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27832026-05-11T18:36:30.735Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27842026-05-11T18:36:30.958Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27852026-05-11T18:36:31.179Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-05-11T18:36:31.400Z Compiling sct v0.7.1
27872026-05-11T18:36:31.489Z Compiling rustls-webpki v0.101.7
27882026-05-11T18:36:31.635Z Compiling nix v0.29.0
27892026-05-11T18:36:31.677Z Compiling dropshot v0.16.7
27902026-05-11T18:36:31.768Z Compiling void v1.0.2
27912026-05-11T18:36:31.980Z Compiling lzss v0.8.2
27922026-05-11T18:36:32.124Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27932026-05-11T18:36:32.168Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-05-11T18:36:32.266Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-11T18:36:33.076Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27962026-05-11T18:36:33.469Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27972026-05-11T18:36:33.872Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27982026-05-11T18:36:34.126Z Compiling tungstenite v0.23.0
27992026-05-11T18:36:34.195Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28002026-05-11T18:36:34.848Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28012026-05-11T18:36:35.066Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-05-11T18:36:35.196Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28032026-05-11T18:36:35.290Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28042026-05-11T18:36:35.421Z Compiling toml v0.9.12+spec-1.1.0
28052026-05-11T18:36:35.514Z Compiling nix v0.27.1
28062026-05-11T18:36:36.008Z Compiling dropshot_endpoint v0.16.7
28072026-05-11T18:36:36.146Z Compiling serde_bytes v0.11.19
28082026-05-11T18:36:36.437Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28092026-05-11T18:36:36.582Z Compiling tokio-tungstenite v0.23.1
28102026-05-11T18:36:36.701Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28112026-05-11T18:36:36.958Z Compiling tokio-rustls v0.24.1
28122026-05-11T18:36:37.679Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28132026-05-11T18:36:37.797Z Compiling git2 v0.20.4
28142026-05-11T18:36:39.551Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28152026-05-11T18:36:41.306Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-05-11T18:36:41.772Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28172026-05-11T18:36:42.186Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28182026-05-11T18:36:42.588Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28192026-05-11T18:36:42.610Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28202026-05-11T18:36:43.022Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-05-11T18:36:44.611Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28222026-05-11T18:36:45.126Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-05-11T18:36:45.538Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28242026-05-11T18:36:46.014Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28252026-05-11T18:36:46.298Z Compiling rustls-pemfile v1.0.4
28262026-05-11T18:36:46.709Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28272026-05-11T18:36:46.968Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28282026-05-11T18:36:47.353Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28292026-05-11T18:36:47.841Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28302026-05-11T18:36:49.694Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28312026-05-11T18:36:49.969Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28322026-05-11T18:36:50.002Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-05-11T18:36:50.209Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28342026-05-11T18:36:50.231Z Compiling signal-hook-tokio v0.3.1
28352026-05-11T18:36:50.253Z Compiling twox-hash v2.1.2
28362026-05-11T18:36:50.418Z Compiling yasna v0.5.2
28372026-05-11T18:36:50.777Z Compiling is_ci v1.2.0
28382026-05-11T18:36:50.998Z Compiling rcgen v0.12.1
28392026-05-11T18:36:51.054Z Compiling supports-color v3.0.2
28402026-05-11T18:36:51.341Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28412026-05-11T18:36:52.001Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-05-11T18:36:52.026Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28432026-05-11T18:36:52.157Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28442026-05-11T18:36:52.806Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-05-11T18:36:53.231Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28462026-05-11T18:36:53.485Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-05-11T18:36:54.247Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28482026-05-11T18:36:55.070Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28492026-05-11T18:36:55.451Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28502026-05-11T18:36:55.891Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28512026-05-11T18:36:56.123Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28522026-05-11T18:36:56.351Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-05-11T18:36:56.580Z Compiling fatfs v0.3.6
28542026-05-11T18:36:56.782Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-05-11T18:36:57.713Z Compiling subprocess v0.2.15
28562026-05-11T18:36:57.885Z Compiling rtoolbox v0.0.3
28572026-05-11T18:36:58.163Z Compiling seq-macro v0.3.6
28582026-05-11T18:36:58.390Z Compiling assert_matches v1.5.0
28592026-05-11T18:36:58.501Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28602026-05-11T18:36:58.645Z Compiling rpassword v7.4.0
28612026-05-11T18:36:58.986Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28622026-05-11T18:36:59.175Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28632026-05-11T18:36:59.859Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28642026-05-11T18:36:59.996Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28652026-05-11T18:37:00.440Z Compiling tui-tree-widget v0.23.1
28662026-05-11T18:37:00.743Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28672026-05-11T18:37:00.788Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28682026-05-11T18:37:01.311Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28692026-05-11T18:37:01.908Z Compiling uzers v0.12.2
28702026-05-11T18:37:02.384Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-05-11T18:37:03.425Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28722026-05-11T18:37:04.018Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28732026-05-11T18:37:05.180Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28742026-05-11T18:37:06.981Z Compiling support-bundle-viewer v0.1.2
28752026-05-11T18:37:08.087Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28762026-05-11T18:37:08.881Z Compiling multimap v0.10.1
28772026-05-11T18:37:16.978Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28782026-05-11T18:37:17.928Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28792026-05-11T18:37:18.902Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28802026-05-11T18:37:27.646Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28812026-05-11T18:48:04.737Z Finished `release` profile [optimized] target(s) in 12m 49s
28822026-05-11T18:48:49.177Z
28832026-05-11T18:48:49.177Zreal 13:34.838794261
28842026-05-11T18:48:49.177Zuser 1:22:58.626710053
28852026-05-11T18:48:49.180Zsys 3:31.043975566
28862026-05-11T18:48:49.180Ztrap 1.758370336
28872026-05-11T18:48:49.180Ztflt 2.541837018
28882026-05-11T18:48:49.180Zdflt 15.729552283
28892026-05-11T18:48:49.180Zkflt 0.080055246
28902026-05-11T18:48:49.180Zlock 9:59:35.342191385
28912026-05-11T18:48:49.180Zslp 2:34:49.856714041
28922026-05-11T18:48:49.180Zlat 2:35.312443591
28932026-05-11T18:48:49.180Zstop 5:11.877799726
28942026-05-11T18:48:49.180Z+ mapfile -t packages
28952026-05-11T18:48:49.180Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28962026-05-11T18:48:50.106Z Finished `release` profile [optimized] target(s) in 0.91s
28972026-05-11T18:48:50.178Z Running `target/release/omicron-package -t test list-outputs`
28982026-05-11T18:48:50.228ZLogging to: /work/oxidecomputer/omicron/out/LOG
28992026-05-11T18:48:50.231Z+ ptime -m cargo build --locked --release -p xtask
29002026-05-11T18:48:50.763Z Compiling libc v0.2.185
29012026-05-11T18:48:50.763Z Compiling serde v1.0.228
29022026-05-11T18:48:50.766Z Compiling serde_core v1.0.228
29032026-05-11T18:48:50.766Z Compiling rustix v1.1.3
29042026-05-11T18:48:50.766Z Compiling bitflags v2.11.0
29052026-05-11T18:48:50.766Z Compiling serde_json v1.0.149
29062026-05-11T18:48:50.891Z Compiling num-traits v0.2.19
29072026-05-11T18:48:50.898Z Compiling syn v2.0.117
29082026-05-11T18:48:50.904Z Compiling smallvec v1.15.1
29092026-05-11T18:48:50.919Z Compiling usdt-impl v0.5.0
29102026-05-11T18:48:50.922Z Compiling indexmap v2.14.0
29112026-05-11T18:48:50.937Z Compiling syn v1.0.109
29122026-05-11T18:48:50.949Z Compiling log v0.4.29
29132026-05-11T18:48:50.952Z Compiling getrandom v0.4.1
29142026-05-11T18:48:51.108Z Compiling percent-encoding v2.3.2
29152026-05-11T18:48:51.248Z Compiling fs-err v3.3.0
29162026-05-11T18:48:51.257Z Compiling form_urlencoded v1.2.2
29172026-05-11T18:48:51.310Z Compiling heck v0.4.1
29182026-05-11T18:48:51.320Z Compiling anyhow v1.0.102
29192026-05-11T18:48:51.351Z Compiling once_cell v1.21.3
29202026-05-11T18:48:51.586Z Compiling errno v0.3.14
29212026-05-11T18:48:51.589Z Compiling thread-id v4.2.2
29222026-05-11T18:48:51.589Z Compiling memmap v0.7.0
29232026-05-11T18:48:51.876Z Compiling ordered-float v2.10.1
29242026-05-11T18:48:52.395Z Compiling proc-macro-error v1.0.4
29252026-05-11T18:48:52.575Z Compiling terminal_size v0.4.3
29262026-05-11T18:48:52.575Z Compiling tempfile v3.25.0
29272026-05-11T18:48:52.634Z Compiling tabled_derive v0.7.0
29282026-05-11T18:48:52.671Z Compiling clap_builder v4.5.60
29292026-05-11T18:48:52.671Z Compiling textwrap v0.16.2
29302026-05-11T18:48:52.801Z Compiling camino-tempfile v1.4.1
29312026-05-11T18:48:53.307Z Compiling tabled v0.15.0
29322026-05-11T18:48:53.388Z Compiling synstructure v0.13.2
29332026-05-11T18:48:53.388Z Compiling pest_generator v2.8.6
29342026-05-11T18:48:53.768Z Compiling serde_derive v1.0.228
29352026-05-11T18:48:53.768Z Compiling zerofrom-derive v0.1.6
29362026-05-11T18:48:53.771Z Compiling yoke-derive v0.8.1
29372026-05-11T18:48:53.771Z Compiling zerovec-derive v0.11.2
29382026-05-11T18:48:53.771Z Compiling displaydoc v0.2.5
29392026-05-11T18:48:53.771Z Compiling thiserror-impl v1.0.69
29402026-05-11T18:48:53.771Z Compiling zerocopy-derive v0.7.35
29412026-05-11T18:48:53.851Z Compiling scroll_derive v0.12.1
29422026-05-11T18:48:53.921Z Compiling pest_derive v2.8.6
29432026-05-11T18:48:54.365Z Compiling thiserror-impl v2.0.18
29442026-05-11T18:48:54.508Z Compiling scroll v0.12.0
29452026-05-11T18:48:54.531Z Compiling clap_derive v4.5.55
29462026-05-11T18:48:54.615Z Compiling zerocopy v0.7.35
29472026-05-11T18:48:54.767Z Compiling goblin v0.8.2
29482026-05-11T18:48:54.916Z Compiling zerofrom v0.1.6
29492026-05-11T18:48:54.939Z Compiling thiserror v1.0.69
29502026-05-11T18:48:55.053Z Compiling yoke v0.8.1
29512026-05-11T18:48:55.056Z Compiling dtrace-parser v0.2.0
29522026-05-11T18:48:55.277Z Compiling zerovec v0.11.5
29532026-05-11T18:48:55.316Z Compiling zerotrie v0.2.3
29542026-05-11T18:48:55.582Z Compiling thiserror v2.0.18
29552026-05-11T18:48:55.882Z Compiling tinystr v0.8.2
29562026-05-11T18:48:56.174Z Compiling icu_locale_core v2.1.1
29572026-05-11T18:48:56.187Z Compiling potential_utf v0.1.4
29582026-05-11T18:48:56.402Z Compiling icu_collections v2.1.1
29592026-05-11T18:48:56.936Z Compiling icu_provider v2.1.1
29602026-05-11T18:48:57.014Z Compiling toml_datetime v0.6.11
29612026-05-11T18:48:57.151Z Compiling serde_spanned v0.6.9
29622026-05-11T18:48:57.164Z Compiling serde-value v0.7.0
29632026-05-11T18:48:57.216Z Compiling icu_normalizer v2.1.1
29642026-05-11T18:48:57.243Z Compiling icu_properties v2.1.2
29652026-05-11T18:48:57.288Z Compiling toml_edit v0.22.27
29662026-05-11T18:48:57.331Z Compiling dof v0.3.0
29672026-05-11T18:48:57.367Z Compiling serde_tokenstream v0.2.3
29682026-05-11T18:48:57.418Z Compiling cargo-platform v0.2.0
29692026-05-11T18:48:57.556Z Compiling macaddr v1.0.1
29702026-05-11T18:48:57.567Z Compiling clap v4.5.60
29712026-05-11T18:48:58.150Z Compiling idna_adapter v1.2.1
29722026-05-11T18:48:58.202Z Compiling usdt-macro v0.5.0
29732026-05-11T18:48:58.217Z Compiling usdt-attr-macro v0.5.0
29742026-05-11T18:48:58.283Z Compiling idna v1.1.0
29752026-05-11T18:48:58.616Z Compiling url v2.5.8
29762026-05-11T18:48:58.840Z Compiling usdt v0.5.0
29772026-05-11T18:48:58.960Z Compiling toml v0.8.23
29782026-05-11T18:48:59.399Z Compiling cargo-util-schemas v0.8.2
29792026-05-11T18:48:59.399Z Compiling cargo_toml v0.21.0
29802026-05-11T18:49:00.406Z Compiling cargo_metadata v0.21.0
29812026-05-11T18:49:03.492Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29822026-05-11T18:49:06.467Z Finished `release` profile [optimized] target(s) in 16.22s
29832026-05-11T18:49:06.622Z
29842026-05-11T18:49:06.622Zreal 16.359366446
29852026-05-11T18:49:06.622Zuser 2:20.912883680
29862026-05-11T18:49:06.622Zsys 16.172543907
29872026-05-11T18:49:06.626Ztrap 0.088744121
29882026-05-11T18:49:06.626Ztflt 0.490711893
29892026-05-11T18:49:06.626Zdflt 1.284304588
29902026-05-11T18:49:06.626Zkflt 0.000071180
29912026-05-11T18:49:06.626Zlock 5:14.267096674
29922026-05-11T18:49:06.626Zslp 3:29.752184136
29932026-05-11T18:49:06.626Zlat 6.472498623
29942026-05-11T18:49:06.626Zstop 16.717317297
29952026-05-11T18:49:06.626Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29962026-05-11T18:49:06.626Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29972026-05-11T18:49:06.626Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29982026-05-11T18:49:06.626Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29992026-05-11T18:49:06.626Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30002026-05-11T18:49:07.537Z Compiling newtype-uuid-macros v0.1.0
30012026-05-11T18:49:07.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-05-11T18:49:07.540Z Compiling regress v0.10.5
30032026-05-11T18:49:07.540Z Compiling structmeta-derive v0.3.0
30042026-05-11T18:49:07.540Z Compiling rustls v0.22.4
30052026-05-11T18:49:07.540Z Compiling rustls-webpki v0.102.8
30062026-05-11T18:49:07.540Z Compiling multer v3.1.0
30072026-05-11T18:49:07.683Z Compiling compression-core v0.4.31
30082026-05-11T18:49:07.686Z Compiling match_cfg v0.1.0
30092026-05-11T18:49:07.686Z Compiling debug-ignore v1.0.5
30102026-05-11T18:49:07.698Z Compiling slog-json v2.6.1
30112026-05-11T18:49:07.815Z Compiling async-stream-impl v0.3.6
30122026-05-11T18:49:07.829Z Compiling toml_datetime v1.0.0+spec-1.1.0
30132026-05-11T18:49:07.832Z Compiling serde_spanned v1.0.4
30142026-05-11T18:49:07.843Z Compiling hostname v0.3.1
30152026-05-11T18:49:07.859Z Compiling dropshot v0.17.0
30162026-05-11T18:49:07.875Z Compiling compression-codecs v0.4.37
30172026-05-11T18:49:07.888Z Compiling toml_writer v1.0.6+spec-1.1.0
30182026-05-11T18:49:07.938Z Compiling itertools v0.14.0
30192026-05-11T18:49:08.010Z Compiling slog-bunyan v2.5.0
30202026-05-11T18:49:08.025Z Compiling waitgroup v0.1.2
30212026-05-11T18:49:08.040Z Compiling rustls-pemfile v2.2.0
30222026-05-11T18:49:08.071Z Compiling dropshot_endpoint v0.17.0
30232026-05-11T18:49:08.146Z Compiling toml v1.0.6+spec-1.1.0
30242026-05-11T18:49:08.165Z Compiling async-compression v0.4.41
30252026-05-11T18:49:08.218Z Compiling hostname v0.4.2
30262026-05-11T18:49:08.231Z Compiling serde_path_to_error v0.1.20
30272026-05-11T18:49:08.231Z Compiling progenitor-client v0.14.0
30282026-05-11T18:49:08.244Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30292026-05-11T18:49:08.264Z Compiling macaddr v1.0.1
30302026-05-11T18:49:08.348Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30312026-05-11T18:49:08.432Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30322026-05-11T18:49:08.448Z Compiling async-stream v0.3.6
30332026-05-11T18:49:08.451Z Compiling instant v0.1.13
30342026-05-11T18:49:08.486Z Compiling progenitor-client v0.10.0
30352026-05-11T18:49:08.504Z Compiling backon v1.6.0
30362026-05-11T18:49:08.506Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-05-11T18:49:08.537Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30382026-05-11T18:49:08.554Z Compiling backoff v0.4.0
30392026-05-11T18:49:08.583Z Compiling universal-hash v0.5.1
30402026-05-11T18:49:08.600Z Compiling opaque-debug v0.3.1
30412026-05-11T18:49:08.634Z Compiling half v2.7.1
30422026-05-11T18:49:08.690Z Compiling progenitor-extras v0.2.0
30432026-05-11T18:49:08.735Z Compiling ciborium-io v0.2.2
30442026-05-11T18:49:08.751Z Compiling unsafe-libyaml v0.2.11
30452026-05-11T18:49:08.782Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-05-11T18:49:08.798Z Compiling crucible-workspace-hack v0.1.0
30472026-05-11T18:49:08.815Z Compiling convert_case v0.4.0
30482026-05-11T18:49:08.850Z Compiling regress v0.11.1
30492026-05-11T18:49:08.922Z Compiling structmeta v0.3.0
30502026-05-11T18:49:08.941Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-05-11T18:49:08.958Z Compiling ciborium-ll v0.2.2
30522026-05-11T18:49:08.975Z Compiling aead v0.5.2
30532026-05-11T18:49:08.995Z Compiling secrecy v0.10.3
30542026-05-11T18:49:09.073Z Compiling poly1305 v0.8.0
30552026-05-11T18:49:09.121Z Compiling chacha20 v0.9.1
30562026-05-11T18:49:09.161Z Compiling derive-ex v0.1.8
30572026-05-11T18:49:09.176Z Compiling parse-display-derive v0.10.0
30582026-05-11T18:49:09.196Z Compiling ciborium v0.2.2
30592026-05-11T18:49:09.215Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30602026-05-11T18:49:09.230Z Compiling derive_more v0.99.20
30612026-05-11T18:49:09.246Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30622026-05-11T18:49:09.263Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30632026-05-11T18:49:09.400Z Compiling serde_yaml v0.9.34+deprecated
30642026-05-11T18:49:09.449Z Compiling thiserror-impl-no-std v2.0.2
30652026-05-11T18:49:09.465Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-05-11T18:49:09.510Z Compiling byte-wrapper v0.1.0
30672026-05-11T18:49:09.598Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30682026-05-11T18:49:09.625Z Compiling password-hash v0.5.0
30692026-05-11T18:49:09.707Z Compiling blake2 v0.10.6
30702026-05-11T18:49:09.789Z Compiling chacha20poly1305 v0.10.1
30712026-05-11T18:49:09.832Z Compiling indent_write v2.2.0
30722026-05-11T18:49:09.874Z Compiling heapless v0.8.0
30732026-05-11T18:49:09.891Z Compiling ingot-macros v0.1.1
30742026-05-11T18:49:09.969Z Compiling argon2 v0.5.3
30752026-05-11T18:49:09.999Z Compiling tokio-rustls v0.25.0
30762026-05-11T18:49:10.059Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-05-11T18:49:10.281Z Compiling hash32 v0.3.1
30782026-05-11T18:49:10.377Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30792026-05-11T18:49:10.460Z Compiling typify-impl v0.6.2
30802026-05-11T18:49:10.666Z Compiling smoltcp v0.11.0
30812026-05-11T18:49:10.682Z Compiling thiserror-no-std v2.0.2
30822026-05-11T18:49:10.795Z Compiling vsss-rs v3.3.4
30832026-05-11T18:49:10.880Z Compiling test-strategy v0.4.5
30842026-05-11T18:49:10.897Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-05-11T18:49:10.929Z Compiling parse-display v0.10.0
30862026-05-11T18:49:10.988Z Compiling proc-macro-crate v3.4.0
30872026-05-11T18:49:11.170Z Compiling tabwriter v1.4.1
30882026-05-11T18:49:11.192Z Compiling num-rational v0.4.2
30892026-05-11T18:49:11.231Z Compiling cobs v0.3.0
30902026-05-11T18:49:11.300Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30912026-05-11T18:49:11.425Z Compiling num-complex v0.4.6
30922026-05-11T18:49:11.442Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30932026-05-11T18:49:11.459Z Compiling postcard v1.1.3
30942026-05-11T18:49:11.582Z Compiling proc-macro-error v1.0.4
30952026-05-11T18:49:11.610Z Compiling num_enum_derive v0.7.5
30962026-05-11T18:49:11.675Z Compiling proc-macro-crate v1.3.1
30972026-05-11T18:49:11.811Z Compiling num v0.4.3
30982026-05-11T18:49:11.838Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30992026-05-11T18:49:11.853Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31002026-05-11T18:49:11.853Z Compiling foreign-types-macros v0.2.3
31012026-05-11T18:49:11.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31022026-05-11T18:49:11.907Z Compiling foreign-types-shared v0.3.1
31032026-05-11T18:49:11.927Z Compiling float-ord v0.3.2
31042026-05-11T18:49:12.028Z Compiling rayon-core v1.13.0
31052026-05-11T18:49:12.072Z Compiling colored v3.1.1
31062026-05-11T18:49:12.111Z Compiling cpufeatures v0.3.0
31072026-05-11T18:49:12.130Z Compiling num_enum_derive v0.5.11
31082026-05-11T18:49:12.191Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31092026-05-11T18:49:12.206Z Compiling chacha20 v0.10.0
31102026-05-11T18:49:12.280Z Compiling crossbeam-deque v0.8.6
31112026-05-11T18:49:12.359Z Compiling camino-tempfile v1.4.1
31122026-05-11T18:49:12.375Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31132026-05-11T18:49:12.437Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31142026-05-11T18:49:12.474Z Compiling cstr-argument v0.1.2
31152026-05-11T18:49:12.491Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31162026-05-11T18:49:12.506Z Compiling foreign-types v0.5.0
31172026-05-11T18:49:12.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-05-11T18:49:12.613Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31192026-05-11T18:49:12.629Z Compiling rand v0.10.0
31202026-05-11T18:49:12.658Z Compiling toml v0.8.23
31212026-05-11T18:49:12.740Z Compiling num_enum v0.7.5
31222026-05-11T18:49:12.759Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-05-11T18:49:12.825Z Compiling ingot-types v0.1.2
31242026-05-11T18:49:12.848Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-05-11T18:49:12.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31262026-05-11T18:49:12.897Z Compiling zone_cfg_derive v0.3.1
31272026-05-11T18:49:12.933Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-05-11T18:49:12.986Z Compiling rayon v1.11.0
31292026-05-11T18:49:13.002Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31302026-05-11T18:49:13.077Z Compiling itertools v0.12.1
31312026-05-11T18:49:13.095Z Compiling num-derive v0.4.2
31322026-05-11T18:49:13.112Z Compiling sigpipe v0.1.3
31332026-05-11T18:49:13.128Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-05-11T18:49:13.223Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31352026-05-11T18:49:13.226Z Compiling ingot v0.1.1
31362026-05-11T18:49:13.255Z Compiling num_enum v0.5.11
31372026-05-11T18:49:13.289Z Compiling glob v0.3.3
31382026-05-11T18:49:13.308Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-11T18:49:13.358Z Compiling smf v0.2.3
31402026-05-11T18:49:13.393Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31412026-05-11T18:49:13.415Z Compiling whoami v1.6.1
31422026-05-11T18:49:13.564Z Compiling prettyplease v0.2.37
31432026-05-11T18:49:13.567Z Compiling gethostname v0.5.0
31442026-05-11T18:49:13.709Z Compiling atomicwrites v0.4.4
31452026-05-11T18:49:13.727Z Compiling usdt-attr-macro v0.5.0
31462026-05-11T18:49:13.730Z Compiling usdt-macro v0.5.0
31472026-05-11T18:49:13.745Z Compiling memmap v0.7.0
31482026-05-11T18:49:13.877Z Compiling derive-where v1.6.0
31492026-05-11T18:49:13.906Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-05-11T18:49:13.923Z Compiling progenitor-client v0.13.0
31512026-05-11T18:49:13.972Z Compiling owo-colors v4.3.0
31522026-05-11T18:49:14.061Z Compiling cancel-safe-futures v0.1.5
31532026-05-11T18:49:14.064Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31542026-05-11T18:49:14.261Z Compiling zone v0.3.1
31552026-05-11T18:49:14.309Z Compiling resolv-conf v0.7.6
31562026-05-11T18:49:14.357Z Compiling libsw-core v0.3.2
31572026-05-11T18:49:14.396Z Compiling async-recursion v1.1.1
31582026-05-11T18:49:14.540Z Compiling libsw v3.5.0
31592026-05-11T18:49:14.573Z Compiling usdt v0.5.0
31602026-05-11T18:49:14.678Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31612026-05-11T18:49:14.744Z Compiling console v0.15.11
31622026-05-11T18:49:14.787Z Compiling newline-converter v0.3.0
31632026-05-11T18:49:14.824Z Compiling linear-map v1.2.0
31642026-05-11T18:49:14.878Z Compiling libefi-sys v0.1.0
31652026-05-11T18:49:14.895Z Compiling hickory-proto v0.24.4
31662026-05-11T18:49:14.930Z Compiling bitfield-struct v0.6.2
31672026-05-11T18:49:14.971Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31682026-05-11T18:49:15.031Z Compiling semver v0.1.20
31692026-05-11T18:49:15.048Z Compiling linked-hash-map v0.5.6
31702026-05-11T18:49:15.063Z Compiling typify-macro v0.6.2
31712026-05-11T18:49:15.096Z Compiling expectorate v1.2.0
31722026-05-11T18:49:15.180Z Compiling tokio-dtrace v0.1.1
31732026-05-11T18:49:15.236Z Compiling rustc_version v0.1.7
31742026-05-11T18:49:15.257Z Compiling lru-cache v0.1.2
31752026-05-11T18:49:15.260Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-05-11T18:49:15.291Z Compiling dropshot-api-manager-types v0.7.1
31772026-05-11T18:49:15.294Z Compiling pin-project-internal v1.1.11
31782026-05-11T18:49:15.344Z Compiling slog-dtrace v0.3.0
31792026-05-11T18:49:15.361Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31802026-05-11T18:49:15.361Z Compiling minimal-lexical v0.2.1
31812026-05-11T18:49:15.406Z Compiling oxide-tokio-rt v0.1.4
31822026-05-11T18:49:15.460Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31832026-05-11T18:49:15.476Z Compiling typify-impl v0.4.3
31842026-05-11T18:49:15.493Z Compiling newtype_derive v0.1.6
31852026-05-11T18:49:15.622Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862026-05-11T18:49:15.638Z Compiling nom v7.1.3
31872026-05-11T18:49:15.641Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31882026-05-11T18:49:15.675Z Compiling snafu-derive v0.8.9
31892026-05-11T18:49:15.691Z Compiling phf_shared v0.12.1
31902026-05-11T18:49:15.722Z Compiling pem v3.0.6
31912026-05-11T18:49:15.725Z Compiling csv-core v0.1.13
31922026-05-11T18:49:15.788Z Compiling same-file v1.0.6
31932026-05-11T18:49:15.935Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-11T18:49:16.033Z Compiling chrono-tz v0.10.4
31952026-05-11T18:49:16.085Z Compiling highway v1.3.0
31962026-05-11T18:49:16.145Z Compiling xshell-macros v0.2.7
31972026-05-11T18:49:16.170Z Compiling const_format_proc_macros v0.2.34
31982026-05-11T18:49:16.239Z Compiling csv v1.4.0
31992026-05-11T18:49:16.280Z Compiling walkdir v2.5.0
32002026-05-11T18:49:16.420Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32012026-05-11T18:49:16.452Z Compiling phf v0.12.1
32022026-05-11T18:49:16.481Z Compiling pin-project v1.1.11
32032026-05-11T18:49:16.563Z Compiling xshell v0.2.7
32042026-05-11T18:49:16.618Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-05-11T18:49:16.635Z Compiling globset v0.4.18
32062026-05-11T18:49:16.637Z Compiling olpc-cjson v0.1.4
32072026-05-11T18:49:16.809Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32082026-05-11T18:49:16.846Z Compiling primeorder v0.13.6
32092026-05-11T18:49:16.898Z Compiling serde_plain v1.0.2
32102026-05-11T18:49:16.949Z Compiling typed-path v0.9.3
32112026-05-11T18:49:16.971Z Compiling typify v0.6.2
32122026-05-11T18:49:17.049Z Compiling hickory-resolver v0.24.4
32132026-05-11T18:49:17.102Z Compiling progenitor-impl v0.14.0
32142026-05-11T18:49:17.118Z Compiling progenitor-impl v0.13.0
32152026-05-11T18:49:17.121Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32162026-05-11T18:49:17.151Z Compiling const_format v0.2.35
32172026-05-11T18:49:17.154Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32182026-05-11T18:49:17.371Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-05-11T18:49:17.499Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-05-11T18:49:17.655Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32212026-05-11T18:49:17.757Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32222026-05-11T18:49:17.854Z Compiling snafu v0.8.9
32232026-05-11T18:49:17.996Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242026-05-11T18:49:18.161Z Compiling qorb v0.4.1
32252026-05-11T18:49:18.212Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32262026-05-11T18:49:18.254Z Compiling tough v0.20.0
32272026-05-11T18:49:18.502Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-05-11T18:49:18.653Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32292026-05-11T18:49:18.915Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-11T18:49:18.932Z Compiling tabled_derive v0.7.0
32312026-05-11T18:49:18.949Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-05-11T18:49:19.187Z Compiling bcs v0.1.6
32332026-05-11T18:49:19.357Z Compiling termtree v0.5.1
32342026-05-11T18:49:19.521Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32352026-05-11T18:49:19.540Z Compiling salty v0.3.0
32362026-05-11T18:49:19.540Z Compiling textwrap v0.16.2
32372026-05-11T18:49:19.626Z Compiling steno v0.4.1
32382026-05-11T18:49:19.781Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-05-11T18:49:19.838Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-05-11T18:49:19.871Z Compiling progenitor-macro v0.14.0
32412026-05-11T18:49:19.889Z Compiling progenitor-macro v0.13.0
32422026-05-11T18:49:19.947Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32432026-05-11T18:49:20.045Z Compiling tabled v0.15.0
32442026-05-11T18:49:20.125Z Compiling typify-macro v0.4.3
32452026-05-11T18:49:20.176Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-11T18:49:20.211Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-05-11T18:49:20.262Z Compiling base64 v0.21.7
32482026-05-11T18:49:20.379Z Compiling tagptr v0.2.0
32492026-05-11T18:49:20.409Z Compiling humantime v2.3.0
32502026-05-11T18:49:20.428Z Compiling radium v0.7.0
32512026-05-11T18:49:20.554Z Compiling moka v0.12.13
32522026-05-11T18:49:20.614Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32532026-05-11T18:49:20.716Z Compiling p384 v0.13.1
32542026-05-11T18:49:20.754Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32552026-05-11T18:49:20.942Z Compiling maybe-uninit v2.0.0
32562026-05-11T18:49:21.267Z Compiling tap v1.0.1
32572026-05-11T18:49:21.283Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32582026-05-11T18:49:21.332Z Compiling hickory-resolver v0.25.2
32592026-05-11T18:49:21.362Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32602026-05-11T18:49:21.394Z Compiling wyz v0.5.1
32612026-05-11T18:49:21.555Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32622026-05-11T18:49:21.617Z Compiling proc-macro-error-attr2 v2.0.0
32632026-05-11T18:49:21.640Z Compiling packed_struct v0.10.1
32642026-05-11T18:49:21.919Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32652026-05-11T18:49:21.939Z Compiling parking_lot_core v0.8.6
32662026-05-11T18:49:21.971Z Compiling typify v0.4.3
32672026-05-11T18:49:21.987Z Compiling funty v2.0.0
32682026-05-11T18:49:22.060Z Compiling utf-8 v0.7.6
32692026-05-11T18:49:22.114Z Compiling proc-macro-error2 v2.0.1
32702026-05-11T18:49:22.200Z Compiling tungstenite v0.21.0
32712026-05-11T18:49:22.260Z Compiling polyval v0.6.2
32722026-05-11T18:49:22.276Z Compiling git-stub v1.0.0
32732026-05-11T18:49:22.314Z Compiling packed_struct_codegen v0.10.1
32742026-05-11T18:49:22.347Z Compiling num-derive v0.3.3
32752026-05-11T18:49:22.441Z Compiling bitvec v1.0.1
32762026-05-11T18:49:22.465Z Compiling zerocopy-derive v0.6.6
32772026-05-11T18:49:22.523Z Compiling bitfield-macros v0.19.4
32782026-05-11T18:49:22.571Z Compiling indexmap v1.9.3
32792026-05-11T18:49:22.609Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-05-11T18:49:22.647Z Compiling crc-catalog v2.4.0
32812026-05-11T18:49:22.771Z Compiling nodrop v0.1.14
32822026-05-11T18:49:22.824Z Compiling tokio-tungstenite v0.21.0
32832026-05-11T18:49:22.863Z Compiling array-init v0.0.4
32842026-05-11T18:49:22.894Z Compiling crc v3.4.0
32852026-05-11T18:49:23.106Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-05-11T18:49:23.125Z Compiling tabled_derive v0.11.0
32872026-05-11T18:49:23.176Z Compiling git-stub-vcs v0.1.0
32882026-05-11T18:49:23.238Z Compiling ghash v0.5.1
32892026-05-11T18:49:23.262Z Compiling smallvec v0.6.14
32902026-05-11T18:49:23.291Z Compiling bitfield v0.19.4
32912026-05-11T18:49:23.313Z Compiling libscf-sys v1.1.0
32922026-05-11T18:49:23.378Z Compiling zerocopy v0.6.6
32932026-05-11T18:49:23.487Z Compiling progenitor-impl v0.11.2
32942026-05-11T18:49:23.505Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-11T18:49:23.573Z Compiling papergrid v0.17.0
32962026-05-11T18:49:23.618Z Compiling testing_table v0.3.0
32972026-05-11T18:49:23.685Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-11T18:49:23.752Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32992026-05-11T18:49:23.768Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33002026-05-11T18:49:23.805Z Compiling ctr v0.9.2
33012026-05-11T18:49:24.007Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-05-11T18:49:24.043Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-11T18:49:24.067Z Compiling corncobs v0.1.4
33042026-05-11T18:49:24.085Z Compiling unicase v2.9.0
33052026-05-11T18:49:24.272Z Compiling hashbrown v0.12.3
33062026-05-11T18:49:24.311Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-11T18:49:24.328Z Compiling mime_guess v2.0.5
33082026-05-11T18:49:24.353Z Compiling aes-gcm v0.10.3
33092026-05-11T18:49:24.385Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-11T18:49:24.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33112026-05-11T18:49:24.518Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33122026-05-11T18:49:24.582Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-11T18:49:24.599Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-11T18:49:24.630Z Compiling tabled v0.20.0
33152026-05-11T18:49:24.784Z Compiling parking_lot v0.11.2
33162026-05-11T18:49:24.806Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33172026-05-11T18:49:24.910Z Compiling serde-hex v0.1.0
33182026-05-11T18:49:24.988Z Compiling progenitor v0.14.0
33192026-05-11T18:49:25.006Z Compiling progenitor v0.13.0
33202026-05-11T18:49:25.169Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33212026-05-11T18:49:25.186Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-05-11T18:49:25.188Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33232026-05-11T18:49:25.219Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-11T18:49:25.262Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33252026-05-11T18:49:25.303Z Compiling progenitor-impl v0.10.0
33262026-05-11T18:49:25.402Z Compiling ron v0.8.1
33272026-05-11T18:49:25.514Z Compiling hashbrown v0.13.2
33282026-05-11T18:49:25.545Z Compiling progenitor-client v0.11.2
33292026-05-11T18:49:25.645Z Compiling prefix-trie v0.7.0
33302026-05-11T18:49:25.696Z Compiling ssh-encoding v0.2.0
33312026-05-11T18:49:25.892Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33322026-05-11T18:49:25.991Z Compiling blowfish v0.9.1
33332026-05-11T18:49:26.133Z Compiling fxhash v0.2.1
33342026-05-11T18:49:26.150Z Compiling secrecy v0.8.0
33352026-05-11T18:49:26.165Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-05-11T18:49:26.184Z Compiling progenitor-macro v0.11.2
33372026-05-11T18:49:26.300Z Compiling crc-any v2.5.0
33382026-05-11T18:49:26.331Z Compiling sled v0.34.7
33392026-05-11T18:49:26.434Z Compiling bcrypt-pbkdf v0.10.0
33402026-05-11T18:49:26.567Z Compiling hickory-server v0.25.2
33412026-05-11T18:49:26.739Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-05-11T18:49:26.803Z Compiling object v0.30.4
33432026-05-11T18:49:27.176Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33442026-05-11T18:49:27.448Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33452026-05-11T18:49:27.619Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-11T18:49:27.665Z Compiling ssh-cipher v0.2.0
33472026-05-11T18:49:27.929Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33482026-05-11T18:49:28.012Z Compiling progenitor-macro v0.10.0
33492026-05-11T18:49:28.194Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33502026-05-11T18:49:28.213Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-05-11T18:49:28.240Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33522026-05-11T18:49:28.315Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-05-11T18:49:28.529Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-05-11T18:49:28.879Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33552026-05-11T18:49:29.039Z Compiling password-hash v0.4.2
33562026-05-11T18:49:29.307Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33572026-05-11T18:49:29.449Z Compiling path-slash v0.1.5
33582026-05-11T18:49:29.620Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33592026-05-11T18:49:29.769Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33602026-05-11T18:49:29.863Z Compiling crc8 v0.1.1
33612026-05-11T18:49:29.881Z Compiling http-range v0.1.5
33622026-05-11T18:49:29.925Z Compiling half v1.8.3
33632026-05-11T18:49:30.017Z Compiling pbkdf2 v0.11.0
33642026-05-11T18:49:30.082Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-05-11T18:49:30.100Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33662026-05-11T18:49:30.118Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-05-11T18:49:30.217Z Compiling serde_cbor v0.11.2
33682026-05-11T18:49:30.262Z Compiling ssh-key v0.6.7
33692026-05-11T18:49:30.458Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-05-11T18:49:30.543Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33712026-05-11T18:49:30.597Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33722026-05-11T18:49:30.614Z Compiling p256 v0.13.2
33732026-05-11T18:49:30.791Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33742026-05-11T18:49:30.829Z Compiling p521 v0.13.3
33752026-05-11T18:49:31.041Z Compiling yasna v0.5.2
33762026-05-11T18:49:31.141Z Compiling kstat-rs v0.2.4
33772026-05-11T18:49:31.211Z Compiling headers-core v0.3.0
33782026-05-11T18:49:31.238Z Compiling progenitor v0.11.2
33792026-05-11T18:49:31.363Z Compiling nanorand v0.7.0
33802026-05-11T18:49:31.418Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33812026-05-11T18:49:31.435Z Compiling atty v0.2.14
33822026-05-11T18:49:31.453Z Compiling russh-cryptovec v0.7.3
33832026-05-11T18:49:31.467Z Compiling home v0.5.12
33842026-05-11T18:49:31.489Z Compiling md5 v0.7.0
33852026-05-11T18:49:31.578Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33862026-05-11T18:49:31.592Z Compiling flume v0.11.1
33872026-05-11T18:49:31.630Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33882026-05-11T18:49:31.664Z Compiling russh-keys v0.45.0
33892026-05-11T18:49:31.682Z Compiling rcgen v0.12.1
33902026-05-11T18:49:31.761Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33912026-05-11T18:49:31.790Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33922026-05-11T18:49:31.807Z Compiling headers v0.4.1
33932026-05-11T18:49:31.842Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-05-11T18:49:31.938Z Compiling hyper-staticfile v0.10.1
33952026-05-11T18:49:31.987Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33962026-05-11T18:49:32.195Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33972026-05-11T18:49:32.380Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33982026-05-11T18:49:32.477Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33992026-05-11T18:49:32.587Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34002026-05-11T18:49:32.604Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34012026-05-11T18:49:32.662Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34022026-05-11T18:49:32.867Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34032026-05-11T18:49:32.901Z Compiling num-bigint v0.4.6
34042026-05-11T18:49:33.003Z Compiling des v0.8.1
34052026-05-11T18:49:33.071Z Compiling progenitor v0.10.0
34062026-05-11T18:49:33.155Z Compiling subprocess v0.2.15
34072026-05-11T18:49:33.204Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34082026-05-11T18:49:33.233Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34092026-05-11T18:49:33.252Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-05-11T18:49:33.268Z Compiling display-error-chain v0.2.2
34112026-05-11T18:49:33.359Z Compiling hex-literal v0.4.1
34122026-05-11T18:49:33.428Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-05-11T18:49:33.500Z Compiling colored v2.2.0
34142026-05-11T18:49:33.599Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34152026-05-11T18:49:33.656Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-05-11T18:49:33.824Z Compiling socket2 v0.5.10
34172026-05-11T18:49:33.864Z Compiling internet-checksum v0.2.1
34182026-05-11T18:49:34.068Z Compiling russh v0.45.0
34192026-05-11T18:49:34.241Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34202026-05-11T18:49:34.262Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34212026-05-11T18:49:36.863Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34222026-05-11T18:49:37.522Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34232026-05-11T18:49:37.993Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34242026-05-11T18:49:39.330Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34252026-05-11T18:49:47.252Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34262026-05-11T18:49:47.253Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34272026-05-11T18:49:47.257Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34282026-05-11T18:49:47.257Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34292026-05-11T18:49:48.939Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34302026-05-11T18:49:49.081Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34312026-05-11T18:49:53.127Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34322026-05-11T18:49:54.493Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34332026-05-11T18:50:13.406Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34342026-05-11T18:50:31.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34352026-05-11T18:50:32.060Z
34362026-05-11T18:50:32.060Zreal 1:25.375566883
34372026-05-11T18:50:32.060Zuser 8:17.718389438
34382026-05-11T18:50:32.060Zsys 1:40.131789234
34392026-05-11T18:50:32.063Ztrap 0.253594347
34402026-05-11T18:50:32.063Ztflt 0.526603072
34412026-05-11T18:50:32.063Zdflt 1.587640596
34422026-05-11T18:50:32.063Zkflt 0.000306620
34432026-05-11T18:50:32.063Zlock 28:18.527525951
34442026-05-11T18:50:32.063Zslp 19:26.679243816
34452026-05-11T18:50:32.063Zlat 37.955917580
34462026-05-11T18:50:32.063Zstop 2:32.019202267
34472026-05-11T18:50:32.063Z+ mkdir tests
34482026-05-11T18:50:32.066Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34492026-05-11T18:50:32.066Z+ xargs -I '{}' -t cp '{}' tests/
34502026-05-11T18:50:32.088Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34512026-05-11T18:50:32.109Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34522026-05-11T18:50:32.128Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34532026-05-11T18:50:32.149Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34542026-05-11T18:50:32.379Z+ 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/*)
34552026-05-11T18:50:32.382Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
34562026-05-11T18:51:51.389ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34572026-05-11T18:51:51.389Za .github/buildomat/ci-env.sh 1K
34582026-05-11T18:51:51.389Za out/target/test 1K
34592026-05-11T18:51:51.389Za out/npuzone/npuzone 27402K
34602026-05-11T18:51:51.389Za package-manifest.toml 35K
34612026-05-11T18:51:51.389Za smf/sled-agent/non-gimlet/config.toml 6K
34622026-05-11T18:51:51.389Za target/release/omicron-package 44860K
34632026-05-11T18:51:51.389Za target/release/xtask 11449K
34642026-05-11T18:51:51.389Za target/debug/bootstrap 352781K
34652026-05-11T18:51:51.389Za tests/bootstrap-a30bd6ce46b8f667 31215K
34662026-05-11T18:51:51.389Za tests/commtest-6ff027522a55cd83 32299K
34672026-05-11T18:51:51.389Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34682026-05-11T18:51:51.389Za tests/end_to_end_tests-06879957ae11aa92 393895K
34692026-05-11T18:51:51.389Za out/clickhouse.tar.gz 318887K
34702026-05-11T18:51:51.389Za out/clickhouse_keeper.tar.gz 304252K
34712026-05-11T18:51:51.389Za out/clickhouse_server.tar.gz 318885K
34722026-05-11T18:51:51.389Za out/cockroachdb.tar.gz 164593K
34732026-05-11T18:51:51.389Za out/crucible-pantry-zone.tar.gz 43673K
34742026-05-11T18:51:51.389Za out/crucible-utils.tar 17744K
34752026-05-11T18:51:51.389Za out/crucible-zone.tar.gz 57811K
34762026-05-11T18:51:51.389Za out/external-dns.tar.gz 49251K
34772026-05-11T18:51:51.389Za out/internal-dns.tar.gz 49251K
34782026-05-11T18:51:51.389Za out/mg-ddm-gz.tar 95141K
34792026-05-11T18:51:51.389Za out/nexus.tar.gz 220380K
34802026-05-11T18:51:51.389Za out/ntp.tar.gz 31610K
34812026-05-11T18:51:51.389Za out/omicron-gateway-softnpu.tar.gz 28491K
34822026-05-11T18:51:51.389Za out/omicron-sled-agent.tar 198868K
34832026-05-11T18:51:51.389Za out/overlay.tar.gz 3K
34842026-05-11T18:51:51.389Za out/oximeter.tar.gz 65343K
34852026-05-11T18:51:51.389Za out/oxlog.tar 3782K
34862026-05-11T18:51:51.389Za out/probe.tar.gz 3037K
34872026-05-11T18:51:51.389Za out/propolis-server.tar.gz 38727K
34882026-05-11T18:51:51.389Za out/pumpkind-gz.tar 26647K
34892026-05-11T18:51:51.389Za out/switch-softnpu.tar.gz 392835K
34902026-05-11T18:51:51.393Z
34912026-05-11T18:51:51.393Zreal 1:19.008161178
34922026-05-11T18:51:51.393Zuser 1:16.277527014
34932026-05-11T18:51:51.393Zsys 4.487378921
34942026-05-11T18:51:51.393Ztrap 0.006486747
34952026-05-11T18:51:51.394Ztflt 0.000000000
34962026-05-11T18:51:51.394Zdflt 0.000000000
34972026-05-11T18:51:51.394Zkflt 0.000000000
34982026-05-11T18:51:51.394Zlock 0.000000000
34992026-05-11T18:51:51.394Zslp 1:16.215573583
35002026-05-11T18:51:51.394Zlat 1.024513859
35012026-05-11T18:51:51.394Zstop 0.000230360
35022026-05-11T18:51:51.394Zprocess exited: duration 1216091 ms, exit code 0
 
35032026-05-11T18:51:51.409Zfound 1 output files
35042026-05-11T18:51:51.409Zuploading: /work/package.tar.gz (2430983330 bytes)
35052026-05-11T18:52:20.443Zuploaded: /work/package.tar.gz