01KVRCA74KVWMNGMC11DCTCJM9: 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: 01KVRCFS8H0QQCH1RGG0W29F95

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:23:02.217Zjob assigned to worker 01KVRCGXT5FNWNJXE568Z11QK2 [factory aws, i-00202132d646f8eec] (queued for 1 m 29 s)
 
22026-06-22T19:23:09.800Zstarting task 0: "setup"
32026-06-22T19:23:09.805Z++ uname -s
42026-06-22T19:23:09.808Z+ kern=SunOS
52026-06-22T19:23:09.808Z+ build_user=build
62026-06-22T19:23:09.808Z+ build_uid=12345
72026-06-22T19:23:09.808Z+ work_dir=/work
82026-06-22T19:23:09.808Z+ input_dir=/input
92026-06-22T19:23:09.808Z+ [[ 0 == 12345 ]]
102026-06-22T19:23:09.808Z+ case "$kern" in
112026-06-22T19:23:09.808Z+ groupadd -g 12345 build
122026-06-22T19:23:09.811Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:23:11.817Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:23:11.902Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:23:11.906Z+ home_fs=zfs
162026-06-22T19:23:11.906Z+ [[ zfs == autofs ]]
172026-06-22T19:23:11.906Z+ mkdir -p /home/build
182026-06-22T19:23:11.906Z+ chown build:build /home/build /work
192026-06-22T19:23:13.905Z+ chmod 0700 /home/build /work
202026-06-22T19:23:13.908Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-22T19:23:13.914Zstarting task 1: "rust-toolchain"
222026-06-22T19:23:13.921Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:23:13.921Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-22T19:23:13.922Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-22T19:23:13.922Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-22T19:23:13.922Z * rust toolchain channel = "1.94.0"
272026-06-22T19:23:13.922Z * rust toolchain profile = "default"
282026-06-22T19:23:13.925Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:23:13.925Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:23:14.016Zinfo: downloading installer
312026-06-22T19:23:15.444Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:23:15.444Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:23:15.444Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:23:15.444Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:23:15.451Zinfo: profile set to default
362026-06-22T19:23:15.451Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:23:15.454Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:23:15.630Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:23:15.633Zinfo: downloading 6 components
402026-06-22T19:23:31.742Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:23:31.742Z
422026-06-22T19:23:31.770Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:23:31.770Z
442026-06-22T19:23:31.770Z
452026-06-22T19:23:31.770ZRust is installed now. Great!
462026-06-22T19:23:31.770Z
472026-06-22T19:23:31.770ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:23:31.770Zenvironment variable. This has not been done automatically.
492026-06-22T19:23:31.770Z
502026-06-22T19:23:31.770ZTo configure your current shell, you need to source
512026-06-22T19:23:31.770Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:23:31.770Z
532026-06-22T19:23:31.770ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:23:31.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:23:31.774Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:23:31.774Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:23:31.774Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:23:31.774Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:23:31.774Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:23:31.774Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:23:31.774Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:23:31.863Z+ rustup --version
632026-06-22T19:23:31.868Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:23:31.871Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:23:31.891Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:23:31.894Z+ cargo --version
672026-06-22T19:23:31.902Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:23:31.905Z+ rustc --version
692026-06-22T19:23:31.925Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:23:31.928Zprocess exited: duration 18013 ms, exit code 0
 
712026-06-22T19:23:31.934Zstarting task 2: "authentication"
722026-06-22T19:23:32.363ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:24:10.837Zprocess exited: duration 38901 ms, exit code 0
 
742026-06-22T19:24:10.845Zstarting task 3: "clone repository"
752026-06-22T19:24:10.853Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:24:10.858Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:24:10.892ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:20.554Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:20.554Z+ git fetch origin 8c3936c626894c90c60f54610810b257b0b346b3
802026-06-22T19:24:20.834ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:20.834Z * branch 8c3936c626894c90c60f54610810b257b0b346b3 -> FETCH_HEAD
822026-06-22T19:24:20.852Z+ [[ -n '' ]]
832026-06-22T19:24:20.857Z+ git reset --hard 8c3936c626894c90c60f54610810b257b0b346b3
842026-06-22T19:24:21.026ZHEAD is now at 8c3936c62 [spr] initial version
852026-06-22T19:24:21.031Zprocess exited: duration 10175 ms, exit code 0
 
862026-06-22T19:24:21.041Zstarting task 4: "build"
872026-06-22T19:24:21.044Z+ source .github/buildomat/ci-env.sh
882026-06-22T19:24:21.044Z++ export CARGO_TERM_COLOR=always
892026-06-22T19:24:21.045Z++ CARGO_TERM_COLOR=always
902026-06-22T19:24:21.045Z+ cargo --version
912026-06-22T19:24:21.062Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-06-22T19:24:21.066Z+ rustc --version
932026-06-22T19:24:21.091Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-06-22T19:24:21.099Z+ WORK=/work
952026-06-22T19:24:21.099Z+ pfexec mkdir -p /work
962026-06-22T19:24:21.099Z+ pfexec chown build /work
972026-06-22T19:24:21.099Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982026-06-22T19:24:22.669Z Startup: Refreshing catalog 'helios' ... Done
992026-06-22T19:24:22.765Z Startup: Caching catalogs ... Done
1002026-06-22T19:24:23.233ZPlanning: Solver setup ... Done (0.382s)
1012026-06-22T19:24:23.242ZPlanning: Running solver ... Done (0.025s)
1022026-06-22T19:24:23.262ZPlanning: Finding local manifests ... Done (0.004s)
1032026-06-22T19:24:23.281ZPlanning: Fetching manifests: 0/2 0% complete
1042026-06-22T19:24:23.300ZPlanning: Fetching manifests: 2/2 100% complete
1052026-06-22T19:24:23.313ZPlanning: Package planning ... Done (0.015s)
1062026-06-22T19:24:23.313ZPlanning: Merging actions ... Done (0.001s)
1072026-06-22T19:24:23.486ZPlanning: Checking for conflicting actions ... Done (0.175s)
1082026-06-22T19:24:23.497ZPlanning: Consolidating action changes ... Done (0.001s)
1092026-06-22T19:24:24.381ZPlanning: Evaluating mediators ... Done (0.867s)
1102026-06-22T19:24:24.413ZPlanning: Planning completed in 1.55 seconds
1112026-06-22T19:24:24.413Z Packages to install: 2
1122026-06-22T19:24:24.413Z Estimated space available: 156.07 GB
1132026-06-22T19:24:24.413ZEstimated space to be consumed: 28.17 MB
1142026-06-22T19:24:24.413Z Create boot environment: No
1152026-06-22T19:24:24.413ZCreate backup boot environment: No
1162026-06-22T19:24:24.413Z Rebuild boot archive: No
1172026-06-22T19:24:24.413Z
1182026-06-22T19:24:24.413ZChanged packages:
1192026-06-22T19:24:24.413Zhelios
1202026-06-22T19:24:24.413Z developer/build-essential
1212026-06-22T19:24:24.413Z None -> 11-3.0
1222026-06-22T19:24:24.413Z library/libxmlsec1
1232026-06-22T19:24:24.413Z None -> 1.2.35-3.0
1242026-06-22T19:24:24.413Z
1252026-06-22T19:24:24.413ZDownload: 0/214 items 0.0/1.3MB 0% complete
1262026-06-22T19:24:25.233ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1272026-06-22T19:24:25.233Z Actions: 1/268 actions (Installing new actions)
1282026-06-22T19:24:25.233Z Actions: Completed 268 actions in 0.04 seconds.
1292026-06-22T19:24:25.233ZFinalize: Updating package state database ... Done (0.011s)
1302026-06-22T19:24:25.233ZFinalize: Updating package cache ... Done (0.000s)
1312026-06-22T19:24:25.233ZFinalize: Updating image state ... Done (0.025s)
1322026-06-22T19:24:27.911ZFinalize: Creating fast lookup database ... Done (2.689s)
1332026-06-22T19:24:27.983ZFinalize: Reading search index ... Done (0.012s)
1342026-06-22T19:24:27.987ZFinalize: Updating search index ... Done (0.000s)
1352026-06-22T19:24:28.111ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-22T19:24:28.830ZPlanning: Evaluating mediator changes ... Done
1372026-06-22T19:24:28.833ZPlanning: Checking for conflicting actions ... Done
1382026-06-22T19:24:28.833ZPlanning: Consolidating action changes ... Done
1392026-06-22T19:24:28.833ZPlanning: Evaluating mediators ... Done
1402026-06-22T19:24:28.833ZPlanning: Planning completed in 0.27 seconds
1412026-06-22T19:24:28.833Z Mediators to change: 2
1422026-06-22T19:24:28.833Z Create boot environment: No
1432026-06-22T19:24:28.833ZCreate backup boot environment: No
1442026-06-22T19:24:28.833ZFinalize: Updating package state database ... Done
1452026-06-22T19:24:28.833ZFinalize: Updating package cache ... Done
1462026-06-22T19:24:28.833ZFinalize: Updating image state ... Done
1472026-06-22T19:24:30.787ZFinalize: Creating fast lookup database ... Done
1482026-06-22T19:24:30.854ZFinalize: Reading search index ... Done
1492026-06-22T19:24:30.861ZFinalize: Updating search index ... Done
1502026-06-22T19:24:30.931ZFinalize: Updating package cache ... Done
1512026-06-22T19:24:31.218ZPlanning: Evaluating mediator changes ... Done
1522026-06-22T19:24:31.334ZPlanning: Checking for conflicting actions ... Done
1532026-06-22T19:24:31.337ZPlanning: Consolidating action changes ... Done
1542026-06-22T19:24:31.509ZPlanning: Evaluating mediators ... Done
1552026-06-22T19:24:31.921ZPlanning: Planning completed in 0.28 seconds
1562026-06-22T19:24:31.943Z Mediators to change: 1
1572026-06-22T19:24:31.943Z Create boot environment: No
1582026-06-22T19:24:31.943ZCreate backup boot environment: No
1592026-06-22T19:24:31.943ZFinalize: Updating package state database ... Done
1602026-06-22T19:24:31.943ZFinalize: Updating package cache ... Done
1612026-06-22T19:24:31.943ZFinalize: Updating image state ... Done
1622026-06-22T19:24:33.636ZFinalize: Creating fast lookup database ... Done
1632026-06-22T19:24:33.713ZFinalize: Reading search index ... Done
1642026-06-22T19:24:33.721ZFinalize: Updating search index ... Done
1652026-06-22T19:24:33.763ZFinalize: Updating package cache ... Done
1662026-06-22T19:24:34.083ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1672026-06-22T19:24:34.083Zapache system 2.4 system
1682026-06-22T19:24:34.083Zclang system 15 system
1692026-06-22T19:24:34.083Zcsh system system illumos
1702026-06-22T19:24:34.083Zctags system system illumos
1712026-06-22T19:24:34.083Zfile vendor vendor darwinsys
1722026-06-22T19:24:34.083Zfile system system illumos
1732026-06-22T19:24:34.084Zgcc vendor 14 vendor
1742026-06-22T19:24:34.084Zgcc system 13 system
1752026-06-22T19:24:34.084Zgcc system 10 system
1762026-06-22T19:24:34.084Zgo system 1.25 system
1772026-06-22T19:24:34.084Zllvm system 15 system
1782026-06-22T19:24:34.084Zmariadb system 11.4 system
1792026-06-22T19:24:34.084Zmta vendor vendor dma
1802026-06-22T19:24:34.084Zopenjdk system 17 system
1812026-06-22T19:24:34.084Zopenjdk system 11 system
1822026-06-22T19:24:34.084Zopenssl vendor 3 vendor
1832026-06-22T19:24:34.084Zperl system 5.40 system
1842026-06-22T19:24:34.084Zpostgresql system 18 system
1852026-06-22T19:24:34.084Zpostgresql system 17 system
1862026-06-22T19:24:34.084Zpython vendor 3 vendor
1872026-06-22T19:24:34.084Zpython system 2 system
1882026-06-22T19:24:34.084Zpython3 vendor 3.13 vendor
1892026-06-22T19:24:34.084Zruby system 3.4 system
1902026-06-22T19:24:34.084Zruby system 3.0 system
1912026-06-22T19:24:34.084Zwords vendor vendor american-english
1922026-06-22T19:24:34.084Zwords system system australian-english
1932026-06-22T19:24:34.084Zwords system system british-english
1942026-06-22T19:24:34.084Zwords system system canadian-english
1952026-06-22T19:24:34.084Zwords system system french
1962026-06-22T19:24:34.084Zwords system system italian
1972026-06-22T19:24:34.084Zwords system system ngerman
1982026-06-22T19:24:34.084Zwords system system ogerman
1992026-06-22T19:24:34.084Zwords system system spanish
2002026-06-22T19:24:34.750ZPUBLISHER TYPE STATUS P LOCATION
2012026-06-22T19:24:34.750Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2022026-06-22T19:24:34.753ZFMRI IFO
2032026-06-22T19:24:34.753Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2042026-06-22T19:24:34.754Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2052026-06-22T19:24:34.754Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2062026-06-22T19:24:34.754Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2072026-06-22T19:24:34.754Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2082026-06-22T19:24:34.754Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2092026-06-22T19:24:34.754Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2102026-06-22T19:24:34.754Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2112026-06-22T19:24:34.754Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2122026-06-22T19:24:35.226Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2132026-06-22T19:24:35.226Z Updating crates.io index
2142026-06-22T19:24:35.227Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2152026-06-22T19:24:36.353Z Updating git repository `https://github.com/oxidecomputer/lldp`
2162026-06-22T19:24:36.467Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2172026-06-22T19:24:37.164Z Updating git repository `https://github.com/oxidecomputer/propolis`
2182026-06-22T19:24:38.098Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2192026-06-22T19:24:38.972Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-06-22T19:24:40.095Z Updating git repository `https://github.com/oxidecomputer/opte`
2212026-06-22T19:24:41.069Z Updating git repository `https://github.com/oxidecomputer/tofino`
2222026-06-22T19:24:41.406Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-06-22T19:24:42.645Z Updating git repository `https://github.com/oxidecomputer/clickward`
2242026-06-22T19:24:43.256Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2252026-06-22T19:24:43.628Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2262026-06-22T19:24:44.005Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2272026-06-22T19:24:44.831Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2282026-06-22T19:24:44.926Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-06-22T19:24:45.277Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2302026-06-22T19:24:45.667Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2312026-06-22T19:24:46.099Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2322026-06-22T19:24:46.525Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-06-22T19:24:46.742Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2342026-06-22T19:24:46.945Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2352026-06-22T19:24:47.193Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2362026-06-22T19:24:47.557Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2372026-06-22T19:24:48.078Z Updating git repository `https://github.com/oxidecomputer/erebor`
2382026-06-22T19:24:48.305Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2392026-06-22T19:24:48.837Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2402026-06-22T19:24:49.078Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2412026-06-22T19:24:49.389Z Updating git repository `https://github.com/oxidecomputer/ispf`
2422026-06-22T19:24:50.431Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-06-22T19:24:51.123Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2442026-06-22T19:24:51.563Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-06-22T19:24:51.931Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2462026-06-22T19:24:52.473Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-06-22T19:24:53.190Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2482026-06-22T19:24:53.197Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2492026-06-22T19:24:53.813Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2502026-06-22T19:24:54.236Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2512026-06-22T19:24:54.881Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2522026-06-22T19:24:54.909Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2532026-06-22T19:24:55.397Z Updating git repository `https://github.com/illumos/smf-rs`
2542026-06-22T19:24:56.776Z Downloading crates ...
2552026-06-22T19:24:57.266Z Downloaded clap_derive v4.6.1
2562026-06-22T19:24:57.279Z Downloaded is_terminal_polyfill v1.70.2
2572026-06-22T19:24:57.279Z Downloaded macaddr v1.0.1
2582026-06-22T19:24:57.279Z Downloaded num-traits v0.2.19
2592026-06-22T19:24:57.279Z Downloaded terminal_size v0.4.3
2602026-06-22T19:24:57.279Z Downloaded thiserror v2.0.18
2612026-06-22T19:24:57.279Z Downloaded thread-id v4.2.2
2622026-06-22T19:24:57.279Z Downloaded serde_tokenstream v0.2.3
2632026-06-22T19:24:57.279Z Downloaded utf8_iter v1.0.4
2642026-06-22T19:24:57.279Z Downloaded toml_datetime v0.6.11
2652026-06-22T19:24:57.279Z Downloaded unicode-linebreak v0.1.5
2662026-06-22T19:24:57.279Z Downloaded pest_derive v2.8.6
2672026-06-22T19:24:57.279Z Downloaded zerofrom v0.1.6
2682026-06-22T19:24:57.280Z Downloaded cfg-if v1.0.4
2692026-06-22T19:24:57.280Z Downloaded usdt v0.5.0
2702026-06-22T19:24:57.280Z Downloaded unicode-xid v0.2.6
2712026-06-22T19:24:57.280Z Downloaded icu_normalizer v2.1.1
2722026-06-22T19:24:57.280Z Downloaded usdt-attr-macro v0.5.0
2732026-06-22T19:24:57.280Z Downloaded toml_write v0.1.2
2742026-06-22T19:24:57.280Z Downloaded version_check v0.9.5
2752026-06-22T19:24:57.280Z Downloaded papergrid v0.11.0
2762026-06-22T19:24:57.280Z Downloaded errno v0.3.14
2772026-06-22T19:24:57.280Z Downloaded byteorder v1.5.0
2782026-06-22T19:24:57.280Z Downloaded zerofrom-derive v0.1.6
2792026-06-22T19:24:57.280Z Downloaded utf8parse v0.2.2
2802026-06-22T19:24:57.280Z Downloaded usdt-macro v0.5.0
2812026-06-22T19:24:57.280Z Downloaded erased-serde v0.4.9
2822026-06-22T19:24:57.280Z Downloaded fs-err v3.3.0
2832026-06-22T19:24:57.280Z Downloaded digest v0.10.7
2842026-06-22T19:24:57.280Z Downloaded heck v0.4.1
2852026-06-22T19:24:57.280Z Downloaded dtrace-parser v0.2.0
2862026-06-22T19:24:57.280Z Downloaded cargo-platform v0.2.0
2872026-06-22T19:24:57.280Z Downloaded colorchoice v1.0.4
2882026-06-22T19:24:57.280Z Downloaded generic-array v0.14.7
2892026-06-22T19:24:57.280Z Downloaded block-buffer v0.10.4
2902026-06-22T19:24:57.280Z Downloaded typeid v1.0.3
2912026-06-22T19:24:57.280Z Downloaded cpufeatures v0.2.17
2922026-06-22T19:24:57.280Z Downloaded zmij v1.0.21
2932026-06-22T19:24:57.281Z Downloaded cargo_metadata v0.21.0
2942026-06-22T19:24:57.281Z Downloaded thiserror-impl v2.0.18
2952026-06-22T19:24:57.281Z Downloaded thiserror v1.0.69
2962026-06-22T19:24:57.281Z Downloaded zerocopy-derive v0.7.35
2972026-06-22T19:24:57.281Z Downloaded anstyle-query v1.1.5
2982026-06-22T19:24:57.281Z Downloaded yoke-derive v0.8.1
2992026-06-22T19:24:57.281Z Downloaded ucd-trie v0.1.7
3002026-06-22T19:24:57.281Z Downloaded fastrand v2.3.0
3012026-06-22T19:24:57.281Z Downloaded zerovec-derive v0.11.2
3022026-06-22T19:24:57.281Z Downloaded usdt-impl v0.5.0
3032026-06-22T19:24:57.281Z Downloaded fnv v1.0.7
3042026-06-22T19:24:57.281Z Downloaded equivalent v1.0.2
3052026-06-22T19:24:57.281Z Downloaded dof v0.3.0
3062026-06-22T19:24:57.281Z Downloaded thiserror-impl v1.0.69
3072026-06-22T19:24:57.281Z Downloaded clap_lex v1.0.0
3082026-06-22T19:24:57.281Z Downloaded autocfg v1.5.0
3092026-06-22T19:24:57.281Z Downloaded yoke v0.8.1
3102026-06-22T19:24:57.281Z Downloaded textwrap v0.16.2
3112026-06-22T19:24:57.281Z Downloaded zerotrie v0.2.3
3122026-06-22T19:24:57.281Z Downloaded tinystr v0.8.2
3132026-06-22T19:24:57.281Z Downloaded itoa v1.0.17
3142026-06-22T19:24:57.281Z Downloaded heck v0.5.0
3152026-06-22T19:24:57.281Z Downloaded scroll_derive v0.12.1
3162026-06-22T19:24:57.281Z Downloaded idna_adapter v1.2.1
3172026-06-22T19:24:57.282Z Downloaded toml v0.8.23
3182026-06-22T19:24:57.282Z Downloaded stable_deref_trait v1.2.1
3192026-06-22T19:24:57.282Z Downloaded proc-macro-error-attr v1.0.4
3202026-06-22T19:24:57.282Z Downloaded percent-encoding v2.3.2
3212026-06-22T19:24:57.282Z Downloaded serde-value v0.7.0
3222026-06-22T19:24:57.282Z Downloaded plain v0.2.3
3232026-06-22T19:24:57.282Z Downloaded ordered-float v2.10.1
3242026-06-22T19:24:57.282Z Downloaded writeable v0.6.2
3252026-06-22T19:24:57.282Z Downloaded crypto-common v0.1.7
3262026-06-22T19:24:57.282Z Downloaded anstyle v1.0.14
3272026-06-22T19:24:57.282Z Downloaded form_urlencoded v1.2.2
3282026-06-22T19:24:57.282Z Downloaded camino-tempfile v1.4.1
3292026-06-22T19:24:57.282Z Downloaded unicode-ident v1.0.24
3302026-06-22T19:24:57.282Z Downloaded typenum v1.19.0
3312026-06-22T19:24:57.282Z Downloaded bytecount v0.6.9
3322026-06-22T19:24:57.282Z Downloaded toml_edit v0.22.27
3332026-06-22T19:24:57.282Z Downloaded strsim v0.11.1
3342026-06-22T19:24:57.282Z Downloaded url v2.5.8
3352026-06-22T19:24:57.282Z Downloaded tabled_derive v0.7.0
3362026-06-22T19:24:57.282Z Downloaded swrite v0.1.0
3372026-06-22T19:24:57.282Z Downloaded serde_spanned v0.6.9
3382026-06-22T19:24:57.282Z Downloaded pretty-hex v0.4.1
3392026-06-22T19:24:57.282Z Downloaded anstream v1.0.0
3402026-06-22T19:24:57.282Z Downloaded potential_utf v0.1.4
3412026-06-22T19:24:57.282Z Downloaded clap v4.6.1
3422026-06-22T19:24:57.283Z Downloaded zerovec v0.11.5
3432026-06-22T19:24:57.283Z Downloaded zerocopy v0.7.35
3442026-06-22T19:24:57.283Z Downloaded serde-untagged v0.1.9
3452026-06-22T19:24:57.283Z Downloaded winnow v0.7.14
3462026-06-22T19:24:57.283Z Downloaded sha2 v0.10.9
3472026-06-22T19:24:57.283Z Downloaded scroll v0.12.0
3482026-06-22T19:24:57.283Z Downloaded proc-macro-error v1.0.4
3492026-06-22T19:24:57.283Z Downloaded memmap v0.7.0
3502026-06-22T19:24:57.283Z Downloaded unicode-width v0.2.0
3512026-06-22T19:24:57.283Z Downloaded unicode-width v0.1.14
3522026-06-22T19:24:57.283Z Downloaded displaydoc v0.2.5
3532026-06-22T19:24:57.283Z Downloaded smawk v0.3.2
3542026-06-22T19:24:57.283Z Downloaded cargo_toml v0.21.0
3552026-06-22T19:24:57.283Z Downloaded bitflags v2.11.0
3562026-06-22T19:24:57.333Z Downloaded cargo-util-schemas v0.8.2
3572026-06-22T19:24:57.333Z Downloaded smallvec v1.15.1
3582026-06-22T19:24:57.333Z Downloaded quote v1.0.45
3592026-06-22T19:24:57.333Z Downloaded anstyle-parse v1.0.0
3602026-06-22T19:24:57.333Z Downloaded litemap v0.8.1
3612026-06-22T19:24:57.333Z Downloaded once_cell v1.21.3
3622026-06-22T19:24:57.333Z Downloaded tempfile v3.25.0
3632026-06-22T19:24:57.333Z Downloaded pest_generator v2.8.6
3642026-06-22T19:24:57.333Z Downloaded synstructure v0.13.2
3652026-06-22T19:24:57.333Z Downloaded getrandom v0.4.1
3662026-06-22T19:24:57.333Z Downloaded camino v1.2.2
3672026-06-22T19:24:57.334Z Downloaded semver v1.0.28
3682026-06-22T19:24:57.334Z Downloaded log v0.4.29
3692026-06-22T19:24:57.334Z Downloaded icu_provider v2.1.1
3702026-06-22T19:24:57.334Z Downloaded serde_core v1.0.228
3712026-06-22T19:24:57.334Z Downloaded anyhow v1.0.102
3722026-06-22T19:24:57.334Z Downloaded icu_properties v2.1.2
3732026-06-22T19:24:57.334Z Downloaded proc-macro2 v1.0.106
3742026-06-22T19:24:57.334Z Downloaded icu_normalizer_data v2.1.1
3752026-06-22T19:24:57.334Z Downloaded icu_locale_core v2.1.1
3762026-06-22T19:24:57.334Z Downloaded pest_meta v2.8.6
3772026-06-22T19:24:57.334Z Downloaded serde_derive v1.0.228
3782026-06-22T19:24:57.334Z Downloaded serde v1.0.228
3792026-06-22T19:24:57.334Z Downloaded serde_json v1.0.149
3802026-06-22T19:24:57.334Z Downloaded indexmap v2.14.0
3812026-06-22T19:24:57.334Z Downloaded icu_collections v2.1.1
3822026-06-22T19:24:57.334Z Downloaded memchr v2.8.0
3832026-06-22T19:24:57.334Z Downloaded icu_properties_data v2.1.2
3842026-06-22T19:24:57.334Z Downloaded tabled v0.15.0
3852026-06-22T19:24:57.334Z Downloaded pest v2.8.6
3862026-06-22T19:24:57.334Z Downloaded idna v1.1.0
3872026-06-22T19:24:57.334Z Downloaded clap_builder v4.6.0
3882026-06-22T19:24:57.334Z Downloaded goblin v0.8.2
3892026-06-22T19:24:57.334Z Downloaded hashbrown v0.17.0
3902026-06-22T19:24:57.334Z Downloaded syn v1.0.109
3912026-06-22T19:24:57.334Z Downloaded syn v2.0.117
3922026-06-22T19:24:57.334Z Downloaded rustix v1.1.3
3932026-06-22T19:24:57.334Z Downloaded libc v0.2.185
3942026-06-22T19:24:57.334Z Compiling proc-macro2 v1.0.106
3952026-06-22T19:24:57.334Z Compiling unicode-ident v1.0.24
3962026-06-22T19:24:57.334Z Compiling quote v1.0.45
3972026-06-22T19:24:57.334Z Compiling serde_core v1.0.228
3982026-06-22T19:24:57.334Z Compiling libc v0.2.185
3992026-06-22T19:24:57.334Z Compiling version_check v0.9.5
4002026-06-22T19:24:57.334Z Compiling memchr v2.8.0
4012026-06-22T19:24:57.334Z Compiling stable_deref_trait v1.2.1
4022026-06-22T19:24:57.334Z Compiling serde v1.0.228
4032026-06-22T19:24:57.334Z Compiling zmij v1.0.21
4042026-06-22T19:24:57.335Z Compiling thiserror v1.0.69
4052026-06-22T19:24:57.335Z Compiling ucd-trie v0.1.7
4062026-06-22T19:24:57.452Z Compiling autocfg v1.5.0
4072026-06-22T19:24:57.481Z Compiling itoa v1.0.17
4082026-06-22T19:24:57.481Z Compiling writeable v0.6.2
4092026-06-22T19:24:57.625Z Compiling litemap v0.8.1
4102026-06-22T19:24:57.850Z Compiling icu_properties_data v2.1.2
4112026-06-22T19:24:57.916Z Compiling icu_normalizer_data v2.1.1
4122026-06-22T19:24:57.916Z Compiling byteorder v1.5.0
4132026-06-22T19:24:57.948Z Compiling pest v2.8.6
4142026-06-22T19:24:57.948Z Compiling rustix v1.1.3
4152026-06-22T19:24:57.948Z Compiling bitflags v2.11.0
4162026-06-22T19:24:57.992Z Compiling serde_json v1.0.149
4172026-06-22T19:24:58.100Z Compiling num-traits v0.2.19
4182026-06-22T19:24:58.124Z Compiling smallvec v1.15.1
4192026-06-22T19:24:58.162Z Compiling typeid v1.0.3
4202026-06-22T19:24:58.188Z Compiling hashbrown v0.17.0
4212026-06-22T19:24:58.248Z Compiling equivalent v1.0.2
4222026-06-22T19:24:58.346Z Compiling proc-macro-error-attr v1.0.4
4232026-06-22T19:24:58.372Z Compiling usdt-impl v0.5.0
4242026-06-22T19:24:58.372Z Compiling erased-serde v0.4.9
4252026-06-22T19:24:58.372Z Compiling toml_write v0.1.2
4262026-06-22T19:24:58.457Z Compiling winnow v0.7.14
4272026-06-22T19:24:58.485Z Compiling syn v1.0.109
4282026-06-22T19:24:58.527Z Compiling errno v0.3.14
4292026-06-22T19:24:58.547Z Compiling thread-id v4.2.2
4302026-06-22T19:24:58.610Z Compiling proc-macro-error v1.0.4
4312026-06-22T19:24:58.652Z Compiling log v0.4.29
4322026-06-22T19:24:58.678Z Compiling percent-encoding v2.3.2
4332026-06-22T19:24:58.729Z Compiling indexmap v2.14.0
4342026-06-22T19:24:58.763Z Compiling camino v1.2.2
4352026-06-22T19:24:58.782Z Compiling utf8parse v0.2.2
4362026-06-22T19:24:58.820Z Compiling getrandom v0.4.1
4372026-06-22T19:24:59.269Z Compiling plain v0.2.3
4382026-06-22T19:24:59.283Z Compiling thiserror v2.0.18
4392026-06-22T19:24:59.283Z Compiling utf8_iter v1.0.4
4402026-06-22T19:24:59.284Z Compiling syn v2.0.117
4412026-06-22T19:24:59.284Z Compiling anstyle-parse v1.0.0
4422026-06-22T19:24:59.284Z Compiling pest_meta v2.8.6
4432026-06-22T19:24:59.284Z Compiling form_urlencoded v1.2.2
4442026-06-22T19:24:59.284Z Compiling ordered-float v2.10.1
4452026-06-22T19:24:59.284Z Compiling anstyle-query v1.1.5
4462026-06-22T19:24:59.284Z Compiling anstyle v1.0.14
4472026-06-22T19:24:59.315Z Compiling colorchoice v1.0.4
4482026-06-22T19:24:59.408Z Compiling pretty-hex v0.4.1
4492026-06-22T19:24:59.420Z Compiling cfg-if v1.0.4
4502026-06-22T19:24:59.420Z Compiling is_terminal_polyfill v1.70.2
4512026-06-22T19:24:59.527Z Compiling fs-err v3.3.0
4522026-06-22T19:24:59.574Z Compiling anstream v1.0.0
4532026-06-22T19:24:59.575Z Compiling clap_lex v1.0.0
4542026-06-22T19:24:59.575Z Compiling once_cell v1.21.3
4552026-06-22T19:24:59.587Z Compiling heck v0.5.0
4562026-06-22T19:24:59.587Z Compiling fastrand v2.3.0
4572026-06-22T19:25:00.052Z Compiling anyhow v1.0.102
4582026-06-22T19:25:00.084Z Compiling terminal_size v0.4.3
4592026-06-22T19:25:00.084Z Compiling heck v0.4.1
4602026-06-22T19:25:00.084Z Compiling semver v1.0.28
4612026-06-22T19:25:00.084Z Compiling bytecount v0.6.9
4622026-06-22T19:25:00.084Z Compiling fnv v1.0.7
4632026-06-22T19:25:00.084Z Compiling unicode-xid v0.2.6
4642026-06-22T19:25:00.084Z Compiling unicode-width v0.1.14
4652026-06-22T19:25:00.110Z Compiling strsim v0.11.1
4662026-06-22T19:25:00.548Z Compiling tempfile v3.25.0
4672026-06-22T19:25:00.578Z Compiling memmap v0.7.0
4682026-06-22T19:25:00.578Z Compiling smawk v0.3.2
4692026-06-22T19:25:00.578Z Compiling papergrid v0.11.0
4702026-06-22T19:25:00.578Z Compiling serde-untagged v0.1.9
4712026-06-22T19:25:00.578Z Compiling clap_builder v4.6.0
4722026-06-22T19:25:00.579Z Compiling unicode-width v0.2.0
4732026-06-22T19:25:00.579Z Compiling unicode-linebreak v0.1.5
4742026-06-22T19:25:00.579Z Compiling camino-tempfile v1.4.1
4752026-06-22T19:25:00.579Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-22T19:25:00.663Z Compiling swrite v0.1.0
4772026-06-22T19:25:00.714Z Compiling textwrap v0.16.2
4782026-06-22T19:25:00.981Z Compiling tabled_derive v0.7.0
4792026-06-22T19:25:01.634Z Compiling synstructure v0.13.2
4802026-06-22T19:25:01.634Z Compiling pest_generator v2.8.6
4812026-06-22T19:25:01.670Z Compiling tabled v0.15.0
4822026-06-22T19:25:02.141Z Compiling serde_derive v1.0.228
4832026-06-22T19:25:02.141Z Compiling zerofrom-derive v0.1.6
4842026-06-22T19:25:02.176Z Compiling yoke-derive v0.8.1
4852026-06-22T19:25:02.176Z Compiling zerovec-derive v0.11.2
4862026-06-22T19:25:02.176Z Compiling displaydoc v0.2.5
4872026-06-22T19:25:02.176Z Compiling thiserror-impl v1.0.69
4882026-06-22T19:25:02.177Z Compiling zerocopy-derive v0.7.35
4892026-06-22T19:25:02.177Z Compiling scroll_derive v0.12.1
4902026-06-22T19:25:02.628Z Compiling pest_derive v2.8.6
4912026-06-22T19:25:03.099Z Compiling thiserror-impl v2.0.18
4922026-06-22T19:25:03.099Z Compiling clap_derive v4.6.1
4932026-06-22T19:25:03.203Z Compiling scroll v0.12.0
4942026-06-22T19:25:03.203Z Compiling zerocopy v0.7.35
4952026-06-22T19:25:03.203Z Compiling goblin v0.8.2
4962026-06-22T19:25:03.254Z Compiling zerofrom v0.1.6
4972026-06-22T19:25:03.688Z Compiling yoke v0.8.1
4982026-06-22T19:25:03.700Z Compiling dtrace-parser v0.2.0
4992026-06-22T19:25:03.700Z Compiling zerovec v0.11.5
5002026-06-22T19:25:03.700Z Compiling zerotrie v0.2.3
5012026-06-22T19:25:03.700Z Compiling clap v4.6.1
5022026-06-22T19:25:03.853Z Compiling tinystr v0.8.2
5032026-06-22T19:25:03.853Z Compiling potential_utf v0.1.4
5042026-06-22T19:25:04.005Z Compiling icu_collections v2.1.1
5052026-06-22T19:25:04.070Z Compiling icu_locale_core v2.1.1
5062026-06-22T19:25:04.602Z Compiling icu_provider v2.1.1
5072026-06-22T19:25:04.735Z Compiling toml_datetime v0.6.11
5082026-06-22T19:25:04.735Z Compiling serde_spanned v0.6.9
5092026-06-22T19:25:04.735Z Compiling serde-value v0.7.0
5102026-06-22T19:25:04.755Z Compiling cargo-platform v0.2.0
5112026-06-22T19:25:04.755Z Compiling macaddr v1.0.1
5122026-06-22T19:25:04.755Z Compiling dof v0.3.0
5132026-06-22T19:25:04.755Z Compiling serde_tokenstream v0.2.3
5142026-06-22T19:25:04.823Z Compiling icu_normalizer v2.1.1
5152026-06-22T19:25:04.823Z Compiling icu_properties v2.1.2
5162026-06-22T19:25:05.017Z Compiling toml_edit v0.22.27
5172026-06-22T19:25:05.502Z Compiling usdt-macro v0.5.0
5182026-06-22T19:25:05.502Z Compiling usdt-attr-macro v0.5.0
5192026-06-22T19:25:05.782Z Compiling idna_adapter v1.2.1
5202026-06-22T19:25:05.816Z Compiling idna v1.1.0
5212026-06-22T19:25:06.058Z Compiling url v2.5.8
5222026-06-22T19:25:06.085Z Compiling usdt v0.5.0
5232026-06-22T19:25:06.292Z Compiling toml v0.8.23
5242026-06-22T19:25:06.617Z Compiling cargo-util-schemas v0.8.2
5252026-06-22T19:25:06.617Z Compiling cargo_toml v0.21.0
5262026-06-22T19:25:07.412Z Compiling cargo_metadata v0.21.0
5272026-06-22T19:25:08.390Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5282026-06-22T19:25:10.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.76s
5292026-06-22T19:25:10.759Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5302026-06-22T19:25:11.279Z Downloading crates ...
5312026-06-22T19:25:11.365Z Downloaded ascii-canvas v3.0.0
5322026-06-22T19:25:11.410Z Downloaded atty v0.2.14
5332026-06-22T19:25:11.410Z Downloaded assert_matches v1.5.0
5342026-06-22T19:25:11.410Z Downloaded darling v0.13.4
5352026-06-22T19:25:11.410Z Downloaded async-stream v0.3.6
5362026-06-22T19:25:11.410Z Downloaded crc32fast v1.5.0
5372026-06-22T19:25:11.411Z Downloaded erased-serde v0.3.31
5382026-06-22T19:25:11.411Z Downloaded embedded-io v0.6.1
5392026-06-22T19:25:11.411Z Downloaded diesel_table_macro_syntax v0.3.0
5402026-06-22T19:25:11.411Z Downloaded atomic-waker v1.1.2
5412026-06-22T19:25:11.411Z Downloaded array-init v0.0.4
5422026-06-22T19:25:11.411Z Downloaded anstyle-parse v0.2.7
5432026-06-22T19:25:11.411Z Downloaded arrayref v0.3.9
5442026-06-22T19:25:11.411Z Downloaded dtrace-parser v0.3.0
5452026-06-22T19:25:11.411Z Downloaded env_filter v1.0.0
5462026-06-22T19:25:11.411Z Downloaded defmt-macros v1.0.1
5472026-06-22T19:25:11.411Z Downloaded aead v0.5.2
5482026-06-22T19:25:11.431Z Downloaded convert_case v0.4.0
5492026-06-22T19:25:11.431Z Downloaded cobs v0.3.0
5502026-06-22T19:25:11.432Z Downloaded adler2 v2.0.1
5512026-06-22T19:25:11.432Z Downloaded blowfish v0.9.1
5522026-06-22T19:25:11.432Z Downloaded bit-vec v0.8.0
5532026-06-22T19:25:11.432Z Downloaded async-stream-impl v0.3.6
5542026-06-22T19:25:11.432Z Downloaded async-recursion v1.1.1
5552026-06-22T19:25:11.432Z Downloaded ff v0.13.1
5562026-06-22T19:25:11.432Z Downloaded crc-any v2.5.0
5572026-06-22T19:25:11.432Z Downloaded embedded-io v0.4.0
5582026-06-22T19:25:11.432Z Downloaded bitflags v1.3.2
5592026-06-22T19:25:11.432Z Downloaded atomicwrites v0.4.4
5602026-06-22T19:25:11.432Z Downloaded async-trait v0.1.89
5612026-06-22T19:25:11.432Z Downloaded argon2 v0.5.3
5622026-06-22T19:25:11.432Z Downloaded crossterm v0.29.0
5632026-06-22T19:25:11.433Z Downloaded either v1.15.0
5642026-06-22T19:25:11.433Z Downloaded colored v3.1.1
5652026-06-22T19:25:11.433Z Downloaded crossbeam-epoch v0.9.18
5662026-06-22T19:25:11.433Z Downloaded bitfield-macros v0.19.4
5672026-06-22T19:25:11.433Z Downloaded cargo-platform v0.3.2
5682026-06-22T19:25:11.433Z Downloaded flate2 v1.1.9
5692026-06-22T19:25:11.433Z Downloaded downcast-rs v2.0.2
5702026-06-22T19:25:11.433Z Downloaded des v0.8.1
5712026-06-22T19:25:11.433Z Downloaded compression-core v0.4.31
5722026-06-22T19:25:11.433Z Downloaded anstream v0.6.21
5732026-06-22T19:25:11.433Z Downloaded ahash v0.8.12
5742026-06-22T19:25:11.433Z Downloaded ciborium-io v0.2.2
5752026-06-22T19:25:11.433Z Downloaded dof v0.4.0
5762026-06-22T19:25:11.433Z Downloaded block-padding v0.3.3
5772026-06-22T19:25:11.433Z Downloaded derive_more v2.1.1
5782026-06-22T19:25:11.452Z Downloaded float-ord v0.3.2
5792026-06-22T19:25:11.452Z Downloaded ena v0.14.4
5802026-06-22T19:25:11.452Z Downloaded ed25519 v2.2.3
5812026-06-22T19:25:11.452Z Downloaded bit-set v0.5.3
5822026-06-22T19:25:11.452Z Downloaded derive_builder_core v0.20.2
5832026-06-22T19:25:11.452Z Downloaded cfg_aliases v0.2.1
5842026-06-22T19:25:11.452Z Downloaded endian-type v0.1.2
5852026-06-22T19:25:11.452Z Downloaded defmt v0.3.100
5862026-06-22T19:25:11.452Z Downloaded async-bb8-diesel v0.2.1
5872026-06-22T19:25:11.452Z Downloaded clang-sys v1.8.1
5882026-06-22T19:25:11.452Z Downloaded bb8 v0.8.6
5892026-06-22T19:25:11.478Z Downloaded derive_builder_macro v0.20.2
5902026-06-22T19:25:11.478Z Downloaded dsl_auto_type v0.2.0
5912026-06-22T19:25:11.478Z Downloaded dyn-clone v1.0.20
5922026-06-22T19:25:11.478Z Downloaded const-oid v0.9.6
5932026-06-22T19:25:11.478Z Downloaded critical-section v1.2.0
5942026-06-22T19:25:11.478Z Downloaded cfg_aliases v0.1.1
5952026-06-22T19:25:11.478Z Downloaded chacha20 v0.9.1
5962026-06-22T19:25:11.478Z Downloaded cbc v0.1.2
5972026-06-22T19:25:11.478Z Downloaded dropshot-api-manager-types v0.7.2
5982026-06-22T19:25:11.478Z Downloaded ciborium-ll v0.2.2
5992026-06-22T19:25:11.478Z Downloaded castaway v0.2.4
6002026-06-22T19:25:11.478Z Downloaded enum-as-inner v0.6.1
6012026-06-22T19:25:11.478Z Downloaded bcrypt-pbkdf v0.10.0
6022026-06-22T19:25:11.478Z Downloaded display-error-chain v0.2.2
6032026-06-22T19:25:11.478Z Downloaded dirs-next v2.0.0
6042026-06-22T19:25:11.478Z Downloaded document-features v0.2.12
6052026-06-22T19:25:11.478Z Downloaded curve25519-dalek-derive v0.1.1
6062026-06-22T19:25:11.947Z Downloaded foreign-types-macros v0.2.3
6072026-06-22T19:25:11.947Z Downloaded debug-ignore v1.0.5
6082026-06-22T19:25:11.947Z Downloaded darling_macro v0.21.3
6092026-06-22T19:25:11.947Z Downloaded crucible-workspace-hack v0.1.0
6102026-06-22T19:25:11.947Z Downloaded base16ct v0.2.0
6112026-06-22T19:25:11.947Z Downloaded dunce v1.0.5
6122026-06-22T19:25:11.947Z Downloaded difflib v0.4.0
6132026-06-22T19:25:11.947Z Downloaded darling_macro v0.13.4
6142026-06-22T19:25:11.947Z Downloaded bit-set v0.8.0
6152026-06-22T19:25:11.947Z Downloaded bcs v0.1.6
6162026-06-22T19:25:11.947Z Downloaded arrayvec v0.7.6
6172026-06-22T19:25:11.947Z Downloaded cstr-argument v0.1.2
6182026-06-22T19:25:11.947Z Downloaded crc8 v0.1.1
6192026-06-22T19:25:11.947Z Downloaded dirs-sys-next v0.1.2
6202026-06-22T19:25:11.947Z Downloaded crunchy v0.2.4
6212026-06-22T19:25:11.947Z Downloaded dropshot_endpoint v0.17.0
6222026-06-22T19:25:11.947Z Downloaded data-encoding v2.10.0
6232026-06-22T19:25:11.947Z Downloaded foreign-types v0.5.0
6242026-06-22T19:25:11.948Z Downloaded crc v3.4.0
6252026-06-22T19:25:11.948Z Downloaded bitfield-struct v0.6.2
6262026-06-22T19:25:11.948Z Downloaded foreign-types-shared v0.1.1
6272026-06-22T19:25:11.948Z Downloaded compression-codecs v0.4.37
6282026-06-22T19:25:12.383Z Downloaded backoff v0.4.0
6292026-06-22T19:25:12.383Z Downloaded futures-sink v0.3.32
6302026-06-22T19:25:12.383Z Downloaded futures-macro v0.3.32
6312026-06-22T19:25:12.383Z Downloaded gethostname v0.5.0
6322026-06-22T19:25:12.383Z Downloaded fxhash v0.2.1
6332026-06-22T19:25:12.383Z Downloaded futures-task v0.3.32
6342026-06-22T19:25:12.383Z Downloaded darling_macro v0.23.0
6352026-06-22T19:25:12.384Z Downloaded cexpr v0.6.0
6362026-06-22T19:25:12.384Z Downloaded cargo_metadata v0.23.1
6372026-06-22T19:25:12.384Z Downloaded bitfield v0.19.4
6382026-06-22T19:25:12.384Z Downloaded byte-wrapper v0.1.0
6392026-06-22T19:25:12.384Z Downloaded git-stub v1.0.0
6402026-06-22T19:25:12.384Z Downloaded flagset v0.4.7
6412026-06-22T19:25:12.384Z Downloaded futures-io v0.3.32
6422026-06-22T19:25:12.384Z Downloaded bit-vec v0.6.3
6432026-06-22T19:25:12.384Z Downloaded hex-literal v0.4.1
6442026-06-22T19:25:12.384Z Downloaded allocator-api2 v0.2.21
6452026-06-22T19:25:12.384Z Downloaded fd-lock v4.0.4
6462026-06-22T19:25:12.384Z Downloaded crc-catalog v2.4.0
6472026-06-22T19:25:12.385Z Downloaded base64ct v1.8.3
6482026-06-22T19:25:12.385Z Downloaded futures-core v0.3.32
6492026-06-22T19:25:12.385Z Downloaded funty v2.0.0
6502026-06-22T19:25:12.385Z Downloaded foreign-types-shared v0.3.1
6512026-06-22T19:25:12.385Z Downloaded cpufeatures v0.3.0
6522026-06-22T19:25:12.385Z Downloaded globwalk v0.9.1
6532026-06-22T19:25:12.385Z Downloaded hash32 v0.2.1
6542026-06-22T19:25:12.385Z Downloaded cipher v0.4.4
6552026-06-22T19:25:12.385Z Downloaded foreign-types v0.3.2
6562026-06-22T19:25:12.385Z Downloaded ghash v0.5.1
6572026-06-22T19:25:12.385Z Downloaded cassowary v0.3.0
6582026-06-22T19:25:12.385Z Downloaded hash32 v0.3.1
6592026-06-22T19:25:12.385Z Downloaded const_format_proc_macros v0.2.34
6602026-06-22T19:25:12.385Z Downloaded camino-tempfile-ext v0.3.3
6612026-06-22T19:25:12.386Z Downloaded defmt-parser v1.0.0
6622026-06-22T19:25:12.386Z Downloaded buf-list v1.1.2
6632026-06-22T19:25:12.386Z Downloaded env_logger v0.11.9
6642026-06-22T19:25:12.386Z Downloaded ar_archive_writer v0.5.1
6652026-06-22T19:25:12.386Z Downloaded filetime v0.2.27
6662026-06-22T19:25:12.386Z Downloaded foldhash v0.2.0
6672026-06-22T19:25:12.386Z Downloaded corncobs v0.1.4
6682026-06-22T19:25:12.386Z Downloaded csv-core v0.1.13
6692026-06-22T19:25:12.386Z Downloaded diff v0.1.13
6702026-06-22T19:25:12.386Z Downloaded foldhash v0.1.5
6712026-06-22T19:25:12.386Z Downloaded der_derive v0.7.3
6722026-06-22T19:25:12.386Z Downloaded darling_macro v0.20.11
6732026-06-22T19:25:12.386Z Downloaded daft v0.1.7
6742026-06-22T19:25:12.386Z Downloaded hex v0.4.3
6752026-06-22T19:25:12.386Z Downloaded backon v1.6.0
6762026-06-22T19:25:12.386Z Downloaded headers-core v0.3.0
6772026-06-22T19:25:12.386Z Downloaded convert_case v0.10.0
6782026-06-22T19:25:12.386Z Downloaded bzip2 v0.4.4
6792026-06-22T19:25:12.386Z Downloaded constant_time_eq v0.4.2
6802026-06-22T19:25:12.386Z Downloaded http-body v1.0.1
6812026-06-22T19:25:12.387Z Downloaded httpdate v1.0.3
6822026-06-22T19:25:12.387Z Downloaded http-range v0.1.5
6832026-06-22T19:25:12.387Z Downloaded hostname v0.3.1
6842026-06-22T19:25:12.387Z Downloaded home v0.5.12
6852026-06-22T19:25:12.387Z Downloaded hubpack v0.1.2
6862026-06-22T19:25:12.387Z Downloaded hostname v0.4.2
6872026-06-22T19:25:12.387Z Downloaded hyper-tls v0.6.0
6882026-06-22T19:25:12.387Z Downloaded ident_case v1.0.1
6892026-06-22T19:25:12.387Z Downloaded hubpack_derive v0.1.1
6902026-06-22T19:25:12.387Z Downloaded indent_write v2.2.0
6912026-06-22T19:25:12.387Z Downloaded arc-swap v1.8.2
6922026-06-22T19:25:12.387Z Downloaded chacha20 v0.10.0
6932026-06-22T19:25:12.387Z Downloaded daft-derive v0.1.7
6942026-06-22T19:25:12.387Z Downloaded fixedbitset v0.4.2
6952026-06-22T19:25:12.387Z Downloaded crossbeam-deque v0.8.6
6962026-06-22T19:25:12.387Z Downloaded derive-ex v0.1.8
6972026-06-22T19:25:12.387Z Downloaded glob v0.3.3
6982026-06-22T19:25:12.387Z Downloaded find-msvc-tools v0.1.9
6992026-06-22T19:25:12.387Z Downloaded fallible-iterator v0.2.0
7002026-06-22T19:25:12.387Z Downloaded git-stub-vcs v0.1.0
7012026-06-22T19:25:12.387Z Downloaded group v0.13.0
7022026-06-22T19:25:12.387Z Downloaded ciborium v0.2.2
7032026-06-22T19:25:12.387Z Downloaded float-cmp v0.10.0
7042026-06-22T19:25:12.387Z Downloaded fixedbitset v0.5.7
7052026-06-22T19:25:12.387Z Downloaded fs-err v2.11.0
7062026-06-22T19:25:12.387Z Downloaded deranged v0.5.8
7072026-06-22T19:25:12.387Z Downloaded defmt v1.0.1
7082026-06-22T19:25:12.387Z Downloaded cookie v0.18.1
7092026-06-22T19:25:12.387Z Downloaded const_format v0.2.35
7102026-06-22T19:25:12.387Z Downloaded indoc v1.0.9
7112026-06-22T19:25:12.387Z Downloaded globset v0.4.18
7122026-06-22T19:25:12.387Z Downloaded illumos-nvpair-sys v0.2.0
7132026-06-22T19:25:12.388Z Downloaded highway v1.3.0
7142026-06-22T19:25:12.388Z Downloaded futures-executor v0.3.32
7152026-06-22T19:25:12.388Z Downloaded bzip2 v0.6.1
7162026-06-22T19:25:12.388Z Downloaded is_ci v1.2.0
7172026-06-22T19:25:12.388Z Downloaded instability v0.3.11
7182026-06-22T19:25:12.388Z Downloaded is-terminal v0.4.17
7192026-06-22T19:25:12.388Z Downloaded inout v0.1.4
7202026-06-22T19:25:12.388Z Downloaded darling v0.21.3
7212026-06-22T19:25:12.388Z Downloaded darling v0.20.11
7222026-06-22T19:25:12.388Z Downloaded colored v2.2.0
7232026-06-22T19:25:12.388Z Downloaded console v0.16.2
7242026-06-22T19:25:12.388Z Downloaded darling v0.23.0
7252026-06-22T19:25:12.388Z Downloaded kstat-rs v0.2.4
7262026-06-22T19:25:12.388Z Downloaded instant v0.1.13
7272026-06-22T19:25:12.388Z Downloaded keccak v0.1.6
7282026-06-22T19:25:12.816Z Downloaded internet-checksum v0.2.1
7292026-06-22T19:25:12.816Z Downloaded http-body-util v0.1.3
7302026-06-22T19:25:12.816Z Downloaded cmake v0.1.57
7312026-06-22T19:25:12.816Z Downloaded elliptic-curve v0.13.8
7322026-06-22T19:25:12.816Z Downloaded illumos-nvpair v0.3.0
7332026-06-22T19:25:12.816Z Downloaded lazy_static v1.5.0
7342026-06-22T19:25:12.816Z Downloaded hyper-staticfile v0.10.1
7352026-06-22T19:25:12.816Z Downloaded humantime v2.3.0
7362026-06-22T19:25:12.816Z Downloaded console v0.15.11
7372026-06-22T19:25:12.816Z Downloaded cancel-safe-futures v0.1.5
7382026-06-22T19:25:12.816Z Downloaded linked-hash-map v0.5.6
7392026-06-22T19:25:12.816Z Downloaded libscf-sys v1.1.0
7402026-06-22T19:25:12.816Z Downloaded lalrpop-util v0.19.12
7412026-06-22T19:25:12.816Z Downloaded maplit v1.0.2
7422026-06-22T19:25:12.816Z Downloaded managed v0.8.0
7432026-06-22T19:25:12.816Z Downloaded futures-channel v0.3.32
7442026-06-22T19:25:12.817Z Downloaded match_cfg v0.1.0
7452026-06-22T19:25:12.817Z Downloaded lzss v0.8.2
7462026-06-22T19:25:12.817Z Downloaded mime v0.3.17
7472026-06-22T19:25:12.817Z Downloaded getrandom v0.2.17
7482026-06-22T19:25:12.817Z Downloaded cookie_store v0.22.1
7492026-06-22T19:25:12.817Z Downloaded lru-cache v0.1.2
7502026-06-22T19:25:12.817Z Downloaded md5 v0.7.0
7512026-06-22T19:25:12.817Z Downloaded maybe-uninit v2.0.0
7522026-06-22T19:25:12.817Z Downloaded nodrop v0.1.14
7532026-06-22T19:25:12.817Z Downloaded newtype-uuid-macros v0.1.0
7542026-06-22T19:25:12.817Z Downloaded newline-converter v0.3.0
7552026-06-22T19:25:12.817Z Downloaded compact_str v0.8.1
7562026-06-22T19:25:12.817Z Downloaded ctr v0.9.2
7572026-06-22T19:25:12.817Z Downloaded blake2 v0.10.6
7582026-06-22T19:25:12.817Z Downloaded derive_builder v0.20.2
7592026-06-22T19:25:12.817Z Downloaded half v1.8.3
7602026-06-22T19:25:12.817Z Downloaded diesel-dtrace v0.5.0
7612026-06-22T19:25:12.817Z Downloaded fs_extra v1.3.0
7622026-06-22T19:25:12.817Z Downloaded crossbeam-utils v0.8.21
7632026-06-22T19:25:12.817Z Downloaded ipnetwork v0.21.1
7642026-06-22T19:25:12.817Z Downloaded impl-trait-for-tuples v0.2.3
7652026-06-22T19:25:12.817Z Downloaded indoc v2.0.7
7662026-06-22T19:25:12.817Z Downloaded ipnet v2.11.0
7672026-06-22T19:25:12.817Z Downloaded num v0.4.3
7682026-06-22T19:25:12.817Z Downloaded lru v0.12.5
7692026-06-22T19:25:12.817Z Downloaded fatfs v0.3.6
7702026-06-22T19:25:12.818Z Downloaded ingot v0.1.1
7712026-06-22T19:25:12.818Z Downloaded ecdsa v0.16.9
7722026-06-22T19:25:12.818Z Downloaded nibble_vec v0.1.0
7732026-06-22T19:25:12.818Z Downloaded new_debug_unreachable v1.0.6
7742026-06-22T19:25:12.818Z Downloaded memoffset v0.9.1
7752026-06-22T19:25:12.818Z Downloaded lru-slab v0.1.2
7762026-06-22T19:25:12.818Z Downloaded drift v0.2.0
7772026-06-22T19:25:12.818Z Downloaded num-iter v0.1.45
7782026-06-22T19:25:12.818Z Downloaded num-conv v0.2.0
7792026-06-22T19:25:12.818Z Downloaded nonempty v0.12.0
7802026-06-22T19:25:12.818Z Downloaded newtype_derive v0.1.6
7812026-06-22T19:25:12.818Z Downloaded multimap v0.10.1
7822026-06-22T19:25:12.818Z Downloaded md-5 v0.10.6
7832026-06-22T19:25:12.818Z Downloaded num-derive v0.3.3
7842026-06-22T19:25:12.818Z Downloaded libloading v0.8.9
7852026-06-22T19:25:12.818Z Downloaded lock_api v0.4.14
7862026-06-22T19:25:12.818Z Downloaded olpc-cjson v0.1.4
7872026-06-22T19:25:12.818Z Downloaded libsw-core v0.3.2
7882026-06-22T19:25:12.818Z Downloaded httparse v1.10.1
7892026-06-22T19:25:12.818Z Downloaded base64 v0.22.1
7902026-06-22T19:25:12.818Z Downloaded openssl-probe v0.1.6
7912026-06-22T19:25:12.818Z Downloaded async-compression v0.4.41
7922026-06-22T19:25:12.818Z Downloaded libsw v3.5.0
7932026-06-22T19:25:12.818Z Downloaded libefi-sys v0.1.0
7942026-06-22T19:25:12.818Z Downloaded jobserver v0.1.34
7952026-06-22T19:25:12.819Z Downloaded getrandom v0.3.4
7962026-06-22T19:25:12.819Z Downloaded num-derive v0.4.2
7972026-06-22T19:25:12.819Z Downloaded mime_guess v2.0.5
7982026-06-22T19:25:12.819Z Downloaded num_threads v0.1.7
7992026-06-22T19:25:12.819Z Downloaded native-tls v0.2.18
8002026-06-22T19:25:12.819Z Downloaded openssl-probe v0.2.1
8012026-06-22T19:25:12.819Z Downloaded openssl-macros v0.1.1
8022026-06-22T19:25:12.819Z Downloaded flume v0.11.1
8032026-06-22T19:25:12.819Z Downloaded bytes v1.11.1
8042026-06-22T19:25:12.819Z Downloaded oso-derive v0.27.3
8052026-06-22T19:25:12.819Z Downloaded opaque-debug v0.3.1
8062026-06-22T19:25:12.819Z Downloaded num_enum_derive v0.5.11
8072026-06-22T19:25:12.819Z Downloaded hmac v0.12.1
8082026-06-22T19:25:12.819Z Downloaded nanorand v0.7.0
8092026-06-22T19:25:12.819Z Downloaded hyper-rustls v0.27.7
8102026-06-22T19:25:12.819Z Downloaded chacha20poly1305 v0.10.1
8112026-06-22T19:25:12.819Z Downloaded derive_more v0.99.20
8122026-06-22T19:25:12.819Z Downloaded darling_core v0.13.4
8132026-06-22T19:25:12.819Z Downloaded bumpalo v3.20.2
8142026-06-22T19:25:12.819Z Downloaded parse-display v0.10.0
8152026-06-22T19:25:12.819Z Downloaded parse-size v1.1.0
8162026-06-22T19:25:12.819Z Downloaded derive-where v1.6.0
8172026-06-22T19:25:12.820Z Downloaded nu-ansi-term v0.50.3
8182026-06-22T19:25:12.820Z Downloaded num-complex v0.4.6
8192026-06-22T19:25:12.820Z Downloaded iana-time-zone v0.1.65
8202026-06-22T19:25:12.820Z Downloaded pbkdf2 v0.11.0
8212026-06-22T19:25:12.820Z Downloaded path-slash v0.1.5
8222026-06-22T19:25:12.820Z Downloaded phf_shared v0.11.3
8232026-06-22T19:25:12.820Z Downloaded futures v0.3.32
8242026-06-22T19:25:12.820Z Downloaded packed_struct_codegen v0.10.1
8252026-06-22T19:25:12.820Z Downloaded normalize-line-endings v0.3.0
8262026-06-22T19:25:12.821Z Downloaded num_enum_derive v0.7.6
8272026-06-22T19:25:12.821Z Downloaded num-rational v0.4.2
8282026-06-22T19:25:12.852Z Downloaded litrs v1.0.0
8292026-06-22T19:25:12.853Z Downloaded phf_shared v0.12.1
8302026-06-22T19:25:12.853Z Downloaded newtype-uuid v1.3.2
8312026-06-22T19:25:12.853Z Downloaded multer v3.1.0
8322026-06-22T19:25:12.853Z Downloaded ingot-types v0.1.2
8332026-06-22T19:25:12.853Z Downloaded pin-utils v0.1.0
8342026-06-22T19:25:12.853Z Downloaded peg-runtime v0.8.5
8352026-06-22T19:25:12.853Z Downloaded num_enum v0.7.6
8362026-06-22T19:25:12.853Z Downloaded derive_more-impl v2.1.1
8372026-06-22T19:25:12.853Z Downloaded packed_struct v0.10.1
8382026-06-22T19:25:12.853Z Downloaded linear-map v1.2.0
8392026-06-22T19:25:12.853Z Downloaded oxnet v0.1.6
8402026-06-22T19:25:12.853Z Downloaded num_enum v0.5.11
8412026-06-22T19:25:12.853Z Downloaded num-integer v0.1.46
8422026-06-22T19:25:12.853Z Downloaded paste v1.0.15
8432026-06-22T19:25:12.853Z Downloaded owo-colors v4.3.0
8442026-06-22T19:25:12.853Z Downloaded oxide-tokio-rt v0.1.4
8452026-06-22T19:25:12.853Z Downloaded headers v0.4.1
8462026-06-22T19:25:12.853Z Downloaded parse-display-derive v0.10.0
8472026-06-22T19:25:12.853Z Downloaded base64 v0.21.7
8482026-06-22T19:25:12.853Z Downloaded proc-macro-crate v1.3.1
8492026-06-22T19:25:12.853Z Downloaded predicates-core v1.0.10
8502026-06-22T19:25:12.853Z Downloaded powerfmt v0.2.0
8512026-06-22T19:25:12.853Z Downloaded password-hash v0.4.2
8522026-06-22T19:25:12.854Z Downloaded progenitor-macro v0.14.0
8532026-06-22T19:25:12.854Z Downloaded progenitor-macro v0.13.0
8542026-06-22T19:25:12.854Z Downloaded progenitor-client v0.14.0
8552026-06-22T19:25:12.854Z Downloaded predicates-tree v1.0.13
8562026-06-22T19:25:12.854Z Downloaded precomputed-hash v0.1.1
8572026-06-22T19:25:12.854Z Downloaded half v2.7.1
8582026-06-22T19:25:12.854Z Downloaded ingot-macros v0.1.1
8592026-06-22T19:25:12.854Z Downloaded parking_lot_core v0.8.6
8602026-06-22T19:25:12.854Z Downloaded peg v0.8.5
8612026-06-22T19:25:12.854Z Downloaded darling_core v0.20.11
8622026-06-22T19:25:12.854Z Downloaded psl-types v2.0.11
8632026-06-22T19:25:12.854Z Downloaded darling_core v0.21.3
8642026-06-22T19:25:12.854Z Downloaded phf v0.12.1
8652026-06-22T19:25:12.854Z Downloaded pin-project-internal v1.1.11
8662026-06-22T19:25:12.854Z Downloaded phf_shared v0.13.1
8672026-06-22T19:25:12.854Z Downloaded phf v0.13.1
8682026-06-22T19:25:12.854Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-06-22T19:25:12.854Z Downloaded proc-macro-crate v3.4.0
8702026-06-22T19:25:12.854Z Downloaded pin-project-lite v0.2.17
8712026-06-22T19:25:12.854Z Downloaded rand_xorshift v0.4.0
8722026-06-22T19:25:12.854Z Downloaded memmap2 v0.9.10
8732026-06-22T19:25:12.854Z Downloaded polyval v0.6.2
8742026-06-22T19:25:12.854Z Downloaded pbkdf2 v0.12.2
8752026-06-22T19:25:12.854Z Downloaded ed25519-dalek v2.2.0
8762026-06-22T19:25:12.854Z Downloaded crypto-bigint v0.5.5
8772026-06-22T19:25:12.854Z Downloaded libbz2-rs-sys v0.2.2
8782026-06-22T19:25:12.854Z Downloaded indexmap v1.9.3
8792026-06-22T19:25:12.854Z Downloaded parking_lot v0.11.2
8802026-06-22T19:25:12.854Z Downloaded poly1305 v0.8.0
8812026-06-22T19:25:12.854Z Downloaded pem-rfc7468 v0.7.0
8822026-06-22T19:25:12.854Z Downloaded quick-error v1.2.3
8832026-06-22T19:25:12.854Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-06-22T19:25:12.854Z Downloaded recursive v0.1.1
8852026-06-22T19:25:12.854Z Downloaded radium v0.7.0
8862026-06-22T19:25:12.854Z Downloaded cc v1.2.56
8872026-06-22T19:25:12.854Z Downloaded postgres-protocol v0.6.10
8882026-06-22T19:25:12.854Z Downloaded pem v3.0.6
8892026-06-22T19:25:12.855Z Downloaded pkg-config v0.3.32
8902026-06-22T19:25:12.855Z Downloaded heapless v0.7.17
8912026-06-22T19:25:12.855Z Downloaded ref-cast-impl v1.0.25
8922026-06-22T19:25:12.855Z Downloaded progenitor-extras v0.2.0
8932026-06-22T19:25:12.855Z Downloaded primeorder v0.13.6
8942026-06-22T19:25:12.855Z Downloaded rfc6979 v0.4.0
8952026-06-22T19:25:12.855Z Downloaded aes v0.8.4
8962026-06-22T19:25:12.855Z Downloaded omicron-zone-package v0.12.2
8972026-06-22T19:25:12.855Z Downloaded password-hash v0.5.0
8982026-06-22T19:25:12.855Z Downloaded psm v0.1.30
8992026-06-22T19:25:12.855Z Downloaded ppv-lite86 v0.2.21
9002026-06-22T19:25:12.855Z Downloaded pkcs8 v0.10.2
9012026-06-22T19:25:12.855Z Downloaded rustc-hash v2.1.1
9022026-06-22T19:25:12.855Z Downloaded r2d2 v0.8.10
9032026-06-22T19:25:12.855Z Downloaded rand_chacha v0.3.1
9042026-06-22T19:25:12.855Z Downloaded rustc_version v0.4.1
9052026-06-22T19:25:12.855Z Downloaded progenitor v0.13.0
9062026-06-22T19:25:12.855Z Downloaded der v0.7.10
9072026-06-22T19:25:12.855Z Downloaded crossbeam-channel v0.5.15
9082026-06-22T19:25:12.855Z Downloaded postgres-types v0.2.12
9092026-06-22T19:25:12.855Z Downloaded rand_core v0.6.4
9102026-06-22T19:25:12.855Z Downloaded rand_chacha v0.9.0
9112026-06-22T19:25:12.855Z Downloaded indicatif v0.18.4
9122026-06-22T19:25:12.855Z Downloaded ignore v0.4.25
9132026-06-22T19:25:12.855Z Downloaded darling_core v0.23.0
9142026-06-22T19:25:12.855Z Downloaded ref-cast v1.0.25
9152026-06-22T19:25:12.855Z Downloaded russh-cryptovec v0.7.3
9162026-06-22T19:25:12.855Z Downloaded progenitor v0.14.0
9172026-06-22T19:25:12.855Z Downloaded parking_lot_core v0.9.12
9182026-06-22T19:25:12.855Z Downloaded parking_lot v0.12.5
9192026-06-22T19:25:12.855Z Downloaded papergrid v0.17.0
9202026-06-22T19:25:12.855Z Downloaded same-file v1.0.6
9212026-06-22T19:25:12.855Z Downloaded rustc_version v0.1.7
9222026-06-22T19:25:12.855Z Downloaded rtoolbox v0.0.3
9232026-06-22T19:25:12.855Z Downloaded miniz_oxide v0.8.9
9242026-06-22T19:25:12.855Z Downloaded oso v0.27.3
9252026-06-22T19:25:12.855Z Downloaded pkcs5 v0.7.1
9262026-06-22T19:25:12.855Z Downloaded peg-macros v0.8.5
9272026-06-22T19:25:12.855Z Downloaded pkcs1 v0.7.5
9282026-06-22T19:25:12.898Z Downloaded resolv-conf v0.7.6
9292026-06-22T19:25:12.898Z Downloaded sapling-renderdag v0.1.0
9302026-06-22T19:25:12.898Z Downloaded scheduled-thread-pool v0.2.7
9312026-06-22T19:25:12.898Z Downloaded rand_core v0.9.5
9322026-06-22T19:25:12.898Z Downloaded secrecy v0.10.3
9332026-06-22T19:25:12.898Z Downloaded scroll_derive v0.13.1
9342026-06-22T19:25:12.898Z Downloaded secrecy v0.8.0
9352026-06-22T19:25:12.898Z Downloaded scopeguard v1.2.0
9362026-06-22T19:25:12.898Z Downloaded seq-macro v0.3.6
9372026-06-22T19:25:12.898Z Downloaded rand_seeder v0.4.0
9382026-06-22T19:25:12.898Z Downloaded heapless v0.8.0
9392026-06-22T19:25:12.898Z Downloaded serde_repr v0.1.20
9402026-06-22T19:25:12.898Z Downloaded rand_core v0.10.0
9412026-06-22T19:25:12.898Z Downloaded semver v0.1.20
9422026-06-22T19:25:12.898Z Downloaded pin-project v1.1.11
9432026-06-22T19:25:12.899Z Downloaded predicates v3.1.4
9442026-06-22T19:25:12.899Z Downloaded progenitor-client v0.13.0
9452026-06-22T19:25:12.899Z Downloaded p256 v0.13.2
9462026-06-22T19:25:12.899Z Downloaded postcard v1.1.3
9472026-06-22T19:25:12.899Z Downloaded aes-gcm v0.10.3
9482026-06-22T19:25:12.899Z Downloaded rustls-pemfile v2.2.0
9492026-06-22T19:25:12.899Z Downloaded hashbrown v0.13.2
9502026-06-22T19:25:12.899Z Downloaded serde_bytes v0.11.19
9512026-06-22T19:25:12.899Z Downloaded serde-big-array v0.5.1
9522026-06-22T19:25:12.899Z Downloaded shell-words v1.1.1
9532026-06-22T19:25:12.899Z Downloaded signal-hook-tokio v0.3.1
9542026-06-22T19:25:12.899Z Downloaded signal-hook-mio v0.2.5
9552026-06-22T19:25:12.899Z Downloaded proc-macro-error2 v2.0.1
9562026-06-22T19:25:12.899Z Downloaded jiff-static v0.2.21
9572026-06-22T19:25:12.899Z Downloaded serde_urlencoded v0.7.1
9582026-06-22T19:25:12.899Z Downloaded serde_spanned v1.0.4
9592026-06-22T19:25:12.899Z Downloaded serde_plain v1.0.2
9602026-06-22T19:25:12.899Z Downloaded hashbrown v0.12.3
9612026-06-22T19:25:12.899Z Downloaded hickory-server v0.25.2
9622026-06-22T19:25:12.899Z Downloaded sha1 v0.10.6
9632026-06-22T19:25:12.899Z Downloaded signature v2.2.0
9642026-06-22T19:25:12.899Z Downloaded sigpipe v0.1.3
9652026-06-22T19:25:12.899Z Downloaded scrypt v0.11.0
9662026-06-22T19:25:12.899Z Downloaded scroll v0.13.0
9672026-06-22T19:25:12.899Z Downloaded rusty-fork v0.3.1
9682026-06-22T19:25:12.899Z Downloaded rustls-native-certs v0.8.3
9692026-06-22T19:25:12.899Z Downloaded quinn-udp v0.5.14
9702026-06-22T19:25:12.899Z Downloaded slog-envlogger v2.2.0
9712026-06-22T19:25:12.899Z Downloaded salsa20 v0.10.2
9722026-06-22T19:25:12.899Z Downloaded rustversion v1.0.22
9732026-06-22T19:25:12.900Z Downloaded serde_path_to_error v0.1.20
9742026-06-22T19:25:12.900Z Downloaded schemars_derive v0.8.22
9752026-06-22T19:25:12.900Z Downloaded serde_derive_internals v0.29.1
9762026-06-22T19:25:12.900Z Downloaded slog-bunyan v2.5.0
9772026-06-22T19:25:12.900Z Downloaded rustls-pemfile v1.0.4
9782026-06-22T19:25:12.900Z Downloaded hickory-resolver v0.25.2
9792026-06-22T19:25:12.900Z Downloaded openssl-sys v0.9.115
9802026-06-22T19:25:12.900Z Downloaded hickory-resolver v0.24.4
9812026-06-22T19:25:12.900Z Downloaded serde_with_macros v1.5.2
9822026-06-22T19:25:12.900Z Downloaded sqlparser_derive v0.5.0
9832026-06-22T19:25:12.900Z Downloaded prefix-trie v0.7.0
9842026-06-22T19:25:12.900Z Downloaded ssh-cipher v0.2.0
9852026-06-22T19:25:12.900Z Downloaded strip-ansi-escapes v0.2.1
9862026-06-22T19:25:12.900Z Downloaded signal-hook-registry v1.4.8
9872026-06-22T19:25:12.900Z Downloaded mio v1.2.0
9882026-06-22T19:25:12.900Z Downloaded sct v0.7.1
9892026-06-22T19:25:12.900Z Downloaded serde-hex v0.1.0
9902026-06-22T19:25:12.900Z Downloaded sec1 v0.7.3
9912026-06-22T19:25:12.900Z Downloaded itertools v0.10.5
9922026-06-22T19:25:12.900Z Downloaded slab v0.4.12
9932026-06-22T19:25:12.900Z Downloaded aho-corasick v1.1.4
9942026-06-22T19:25:12.900Z Downloaded siphasher v1.0.2
9952026-06-22T19:25:12.900Z Downloaded num-bigint v0.4.6
9962026-06-22T19:25:12.900Z Downloaded ron v0.8.1
9972026-06-22T19:25:12.900Z Downloaded diesel_derives v2.3.7
9982026-06-22T19:25:12.900Z Downloaded sync-ptr v0.1.4
9992026-06-22T19:25:12.900Z Downloaded supports-color v3.0.2
10002026-06-22T19:25:12.900Z Downloaded strum v0.26.3
10012026-06-22T19:25:12.900Z Downloaded structmeta-derive v0.3.0
10022026-06-22T19:25:12.900Z Downloaded structmeta v0.3.0
10032026-06-22T19:25:12.900Z Downloaded subtle v2.6.1
10042026-06-22T19:25:12.900Z Downloaded russh-keys v0.45.0
10052026-06-22T19:25:12.900Z Downloaded shlex v1.3.0
10062026-06-22T19:25:12.900Z Downloaded hyper-util v0.1.20
10072026-06-22T19:25:12.900Z Downloaded slog-scope v4.4.1
10082026-06-22T19:25:12.901Z Downloaded slog-json v2.6.1
10092026-06-22T19:25:12.901Z Downloaded http v1.4.0
10102026-06-22T19:25:12.901Z Downloaded expectorate v1.2.0
10112026-06-22T19:25:12.901Z Downloaded sqlformat v0.3.5
10122026-06-22T19:25:12.901Z Downloaded rustls-pki-types v1.14.0
10132026-06-22T19:25:12.901Z Downloaded spki v0.7.3
10142026-06-22T19:25:12.901Z Downloaded progenitor-impl v0.13.0
10152026-06-22T19:25:12.901Z Downloaded rayon-core v1.13.0
10162026-06-22T19:25:12.901Z Downloaded simd-adler32 v0.3.8
10172026-06-22T19:25:12.901Z Downloaded smf v0.2.3
10182026-06-22T19:25:12.901Z Downloaded snafu-derive v0.8.9
10192026-06-22T19:25:12.901Z Downloaded slog-async v2.8.0
10202026-06-22T19:25:12.901Z Downloaded smallvec v0.6.14
10212026-06-22T19:25:12.901Z Downloaded tabled_derive v0.11.0
10222026-06-22T19:25:12.901Z Downloaded slog-stdlog v4.1.1
10232026-06-22T19:25:12.901Z Downloaded tap v1.0.1
10242026-06-22T19:25:12.901Z Downloaded tagptr v0.2.0
10252026-06-22T19:25:12.901Z Downloaded static_assertions v1.1.0
10262026-06-22T19:25:12.901Z Downloaded take_mut v0.2.2
10272026-06-22T19:25:12.901Z Downloaded sync_wrapper v1.0.2
10282026-06-22T19:25:12.950Z Downloaded ryu v1.0.23
10292026-06-22T19:25:12.950Z Downloaded prettyplease v0.2.37
10302026-06-22T19:25:12.950Z Downloaded hashbrown v0.15.5
10312026-06-22T19:25:12.950Z Downloaded minimal-lexical v0.2.1
10322026-06-22T19:25:12.950Z Downloaded rcgen v0.12.1
10332026-06-22T19:25:12.951Z Downloaded strsim v0.10.0
10342026-06-22T19:25:12.951Z Downloaded schemars v0.8.22
10352026-06-22T19:25:12.951Z Downloaded termtree v0.5.1
10362026-06-22T19:25:12.951Z Downloaded stacker v0.1.23
10372026-06-22T19:25:12.951Z Downloaded tabwriter v1.4.1
10382026-06-22T19:25:12.951Z Downloaded slog-dtrace v0.3.0
10392026-06-22T19:25:12.951Z Downloaded publicsuffix v2.3.0
10402026-06-22T19:25:12.951Z Downloaded testing_table v0.3.0
10412026-06-22T19:25:12.951Z Downloaded strum_macros v0.27.2
10422026-06-22T19:25:12.951Z Downloaded strum_macros v0.26.4
10432026-06-22T19:25:12.951Z Downloaded time-core v0.1.8
10442026-06-22T19:25:12.951Z Downloaded thiserror-impl-no-std v2.0.2
10452026-06-22T19:25:12.951Z Downloaded strum_macros v0.24.3
10462026-06-22T19:25:12.951Z Downloaded progenitor-impl v0.14.0
10472026-06-22T19:25:12.951Z Downloaded strum v0.27.2
10482026-06-22T19:25:12.951Z Downloaded support-bundle-viewer v0.1.2
10492026-06-22T19:25:12.951Z Downloaded quinn v0.11.9
10502026-06-22T19:25:12.951Z Downloaded dropshot-api-manager v0.7.2
10512026-06-22T19:25:12.951Z Downloaded ssh-encoding v0.2.0
10522026-06-22T19:25:12.951Z Downloaded tinyvec_macros v0.1.1
10532026-06-22T19:25:12.951Z Downloaded tokio-macros v2.7.0
10542026-06-22T19:25:12.951Z Downloaded stringprep v0.1.5
10552026-06-22T19:25:12.951Z Downloaded string_cache v0.8.9
10562026-06-22T19:25:12.951Z Downloaded termios v0.3.3
10572026-06-22T19:25:12.952Z Downloaded rustls-platform-verifier v0.6.2
10582026-06-22T19:25:12.952Z Downloaded serde_with_macros v3.17.0
10592026-06-22T19:25:12.952Z Downloaded thiserror-no-std v2.0.2
10602026-06-22T19:25:12.952Z Downloaded slog-term v2.9.2
10612026-06-22T19:25:12.952Z Downloaded blake3 v1.8.3
10622026-06-22T19:25:12.952Z Downloaded time-macros v0.2.27
10632026-06-22T19:25:12.952Z Downloaded topological-sort v0.2.2
10642026-06-22T19:25:12.952Z Downloaded itertools v0.13.0
10652026-06-22T19:25:12.952Z Downloaded slog v2.8.2
10662026-06-22T19:25:12.952Z Downloaded schemars v0.9.0
10672026-06-22T19:25:12.952Z Downloaded try-lock v0.2.5
10682026-06-22T19:25:12.952Z Downloaded tls_codec_derive v0.4.2
10692026-06-22T19:25:12.952Z Downloaded iri-string v0.7.10
10702026-06-22T19:25:12.952Z Downloaded tower-service v0.3.3
10712026-06-22T19:25:12.952Z Downloaded tower-layer v0.3.3
10722026-06-22T19:25:12.952Z Downloaded trait-variant v0.1.2
10732026-06-22T19:25:12.952Z Downloaded serde_cbor v0.11.2
10742026-06-22T19:25:12.952Z Downloaded pretty_assertions v1.4.1
10752026-06-22T19:25:12.952Z Downloaded universal-hash v0.5.1
10762026-06-22T19:25:12.952Z Downloaded usdt v0.6.0
10772026-06-22T19:25:12.952Z Downloaded thread-id v5.1.0
10782026-06-22T19:25:12.952Z Downloaded unit-prefix v0.5.2
10792026-06-22T19:25:12.952Z Downloaded tokio-dtrace v0.1.1
10802026-06-22T19:25:12.952Z Downloaded crossterm v0.28.1
10812026-06-22T19:25:12.952Z Downloaded hyper v1.8.1
10822026-06-22T19:25:12.952Z Downloaded thread_local v1.1.9
10832026-06-22T19:25:12.952Z Downloaded spin v0.9.8
10842026-06-22T19:25:12.952Z Downloaded signal-hook v0.3.18
10852026-06-22T19:25:12.952Z Downloaded tokio-tungstenite v0.21.0
10862026-06-22T19:25:12.952Z Downloaded tls_codec v0.4.2
10872026-06-22T19:25:12.952Z Downloaded tokio-rustls v0.25.0
10882026-06-22T19:25:12.952Z Downloaded usdt-macro v0.6.0
10892026-06-22T19:25:12.952Z Downloaded tiny-keccak v2.0.2
10902026-06-22T19:25:12.952Z Downloaded utf-8 v0.7.6
10912026-06-22T19:25:12.952Z Downloaded typify-macro v0.6.2
10922026-06-22T19:25:12.953Z Downloaded unarray v0.1.4
10932026-06-22T19:25:12.953Z Downloaded untrusted v0.9.0
10942026-06-22T19:25:12.953Z Downloaded untrusted v0.7.1
10952026-06-22T19:25:12.953Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10962026-06-22T19:25:12.953Z Downloaded nom v7.1.3
10972026-06-22T19:25:12.953Z Downloaded h2 v0.4.13
10982026-06-22T19:25:12.953Z Downloaded qorb v0.4.1
10992026-06-22T19:25:12.953Z Downloaded term v1.2.1
11002026-06-22T19:25:12.953Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-06-22T19:25:12.953Z Downloaded term v0.7.0
11022026-06-22T19:25:12.953Z Downloaded serde_yaml v0.9.34+deprecated
11032026-06-22T19:25:12.953Z Downloaded wait-timeout v0.2.1
11042026-06-22T19:25:12.953Z Downloaded futures-util v0.3.32
11052026-06-22T19:25:12.953Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-06-22T19:25:12.953Z Downloaded rustls-webpki v0.103.9
11072026-06-22T19:25:12.953Z Downloaded tokio-tungstenite v0.23.1
11082026-06-22T19:25:12.953Z Downloaded unicode-truncate v1.1.0
11092026-06-22T19:25:12.953Z Downloaded itertools v0.14.0
11102026-06-22T19:25:12.953Z Downloaded waitgroup v0.1.2
11112026-06-22T19:25:12.953Z Downloaded void v1.0.2
11122026-06-22T19:25:12.953Z Downloaded hkdf v0.12.4
11132026-06-22T19:25:12.953Z Downloaded tokio-rustls v0.24.1
11142026-06-22T19:25:12.953Z Downloaded itertools v0.12.1
11152026-06-22T19:25:12.953Z Downloaded tokio-rustls v0.26.4
11162026-06-22T19:25:12.953Z Downloaded tokio-native-tls v0.3.1
11172026-06-22T19:25:12.953Z Downloaded xshell-macros v0.2.7
11182026-06-22T19:25:12.953Z Downloaded zone v0.3.1
11192026-06-22T19:25:12.953Z Downloaded want v0.3.1
11202026-06-22T19:25:12.953Z Downloaded zeroize_derive v1.4.3
11212026-06-22T19:25:12.953Z Downloaded socket2 v0.6.3
11222026-06-22T19:25:12.953Z Downloaded uzers v0.12.2
11232026-06-22T19:25:12.953Z Downloaded toml_parser v1.0.9+spec-1.1.0
11242026-06-22T19:25:12.953Z Downloaded vergen-lib v0.1.6
11252026-06-22T19:25:12.953Z Downloaded vergen-gitcl v1.0.8
11262026-06-22T19:25:12.953Z Downloaded unicase v2.9.0
11272026-06-22T19:25:12.953Z Downloaded zone_cfg_derive v0.3.1
11282026-06-22T19:25:12.990Z Downloaded tracing-attributes v0.1.31
11292026-06-22T19:25:12.990Z Downloaded usdt-attr-macro v0.6.0
11302026-06-22T19:25:12.990Z Downloaded tui-tree-widget v0.23.1
11312026-06-22T19:25:12.990Z Downloaded xattr v1.6.1
11322026-06-22T19:25:12.990Z Downloaded tokio-stream v0.1.18
11332026-06-22T19:25:12.990Z Downloaded num-bigint-dig v0.8.6
11342026-06-22T19:25:12.990Z Downloaded twox-hash v2.1.2
11352026-06-22T19:25:12.990Z Downloaded rand v0.8.6
11362026-06-22T19:25:12.990Z Downloaded rand v0.9.2
11372026-06-22T19:25:12.990Z Downloaded similar v2.7.0
11382026-06-22T19:25:12.990Z Downloaded libm v0.2.16
11392026-06-22T19:25:12.990Z Downloaded schemars v1.2.1
11402026-06-22T19:25:12.990Z Downloaded zeroize v1.8.2
11412026-06-22T19:25:12.991Z Downloaded hashbrown v0.16.1
11422026-06-22T19:25:12.991Z Downloaded vergen v9.1.0
11432026-06-22T19:25:12.991Z Downloaded toml v1.0.6+spec-1.1.0
11442026-06-22T19:25:12.991Z Downloaded libxml v0.3.3
11452026-06-22T19:25:12.991Z Downloaded aws-lc-rs v1.16.3
11462026-06-22T19:25:12.991Z Downloaded vergen-git2 v9.1.0
11472026-06-22T19:25:12.991Z Downloaded socket2 v0.5.10
11482026-06-22T19:25:12.991Z Downloaded tinyvec v1.10.0
11492026-06-22T19:25:12.991Z Downloaded walkdir v2.5.0
11502026-06-22T19:25:12.991Z Downloaded xshell v0.2.7
11512026-06-22T19:25:12.991Z Downloaded zstd v0.13.3
11522026-06-22T19:25:12.991Z Downloaded test-strategy v0.4.5
11532026-06-22T19:25:12.991Z Downloaded nom v8.0.0
11542026-06-22T19:25:12.991Z Downloaded whoami v2.1.0
11552026-06-22T19:25:12.991Z Downloaded unicode-properties v0.1.4
11562026-06-22T19:25:12.991Z Downloaded tungstenite v0.21.0
11572026-06-22T19:25:12.992Z Downloaded whoami v1.6.1
11582026-06-22T19:25:12.992Z Downloaded bitvec v1.0.1
11592026-06-22T19:25:12.992Z Downloaded yasna v0.5.2
11602026-06-22T19:25:12.992Z Downloaded rsa v0.9.10
11612026-06-22T19:25:12.992Z Downloaded wyz v0.5.1
11622026-06-22T19:25:12.992Z Downloaded reedline v0.40.0
11632026-06-22T19:25:12.992Z Downloaded vergen-lib v9.1.0
11642026-06-22T19:25:12.992Z Downloaded usdt-impl v0.6.0
11652026-06-22T19:25:12.992Z Downloaded serde_with v1.14.0
11662026-06-22T19:25:12.992Z Downloaded subprocess v0.2.15
11672026-06-22T19:25:12.992Z Downloaded snafu v0.8.9
11682026-06-22T19:25:12.992Z Downloaded vsss-rs v3.3.4
11692026-06-22T19:25:12.992Z Downloaded toml v0.7.8
11702026-06-22T19:25:12.992Z Downloaded rand v0.10.0
11712026-06-22T19:25:12.992Z Downloaded samael v0.0.19
11722026-06-22T19:25:12.992Z Downloaded zstd-safe v7.2.4
11732026-06-22T19:25:12.992Z Downloaded tokio-postgres v0.7.16
11742026-06-22T19:25:12.992Z Downloaded unsafe-libyaml v0.2.11
11752026-06-22T19:25:12.992Z Downloaded tar v0.4.45
11762026-06-22T19:25:12.993Z Downloaded tungstenite v0.23.0
11772026-06-22T19:25:12.993Z Downloaded tracing-core v0.1.36
11782026-06-22T19:25:12.993Z Downloaded git2 v0.20.4
11792026-06-22T19:25:12.993Z Downloaded p521 v0.13.3
11802026-06-22T19:25:12.993Z Downloaded unicode-bidi v0.3.18
11812026-06-22T19:25:12.993Z Downloaded steno v0.4.1
11822026-06-22T19:25:12.993Z Downloaded zerocopy v0.6.6
11832026-06-22T19:25:12.993Z Downloaded reqwest v0.12.28
11842026-06-22T19:25:12.993Z Downloaded vte v0.14.1
11852026-06-22T19:25:12.993Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-06-22T19:25:12.993Z Downloaded unicode_categories v0.1.1
11872026-06-22T19:25:12.993Z Downloaded yansi v1.0.1
11882026-06-22T19:25:12.993Z Downloaded p384 v0.13.1
11892026-06-22T19:25:12.993Z Downloaded bindgen v0.71.1
11902026-06-22T19:25:12.993Z Downloaded reqwest v0.13.2
11912026-06-22T19:25:12.993Z Downloaded zopfli v0.8.3
11922026-06-22T19:25:12.993Z Downloaded iddqd v0.4.2
11932026-06-22T19:25:12.993Z Downloaded chrono v0.4.44
11942026-06-22T19:25:12.994Z Downloaded typify v0.6.2
11952026-06-22T19:25:12.994Z Downloaded russh v0.45.0
11962026-06-22T19:25:12.994Z Downloaded rpassword v7.4.0
11972026-06-22T19:25:12.994Z Downloaded uuid v1.23.0
11982026-06-22T19:25:12.994Z Downloaded toml_edit v0.19.15
11992026-06-22T19:25:12.994Z Downloaded zerocopy-derive v0.8.40
12002026-06-22T19:25:12.994Z Downloaded rustyline v14.0.0
12012026-06-22T19:25:12.994Z Downloaded rustls-webpki v0.101.7
12022026-06-22T19:25:12.994Z Downloaded x509-cert v0.2.5
12032026-06-22T19:25:12.994Z Downloaded lalrpop v0.19.12
12042026-06-22T19:25:12.994Z Downloaded moka v0.12.13
12052026-06-22T19:25:12.994Z Downloaded ssh-key v0.6.7
12062026-06-22T19:25:12.995Z Downloaded salty v0.3.0
12072026-06-22T19:25:12.995Z Downloaded zip v0.6.6
12082026-06-22T19:25:12.995Z Downloaded proptest v1.10.0
12092026-06-22T19:25:12.995Z Downloaded tower v0.5.3
12102026-06-22T19:25:12.995Z Downloaded rustls-webpki v0.102.8
12112026-06-22T19:25:12.995Z Downloaded tower-http v0.6.8
12122026-06-22T19:25:12.995Z Downloaded unicode-segmentation v1.12.0
12132026-06-22T19:25:12.995Z Downloaded petname v2.0.2
12142026-06-22T19:25:12.995Z Downloaded serde_with v3.17.0
12152026-06-22T19:25:12.996Z Downloaded tough v0.22.0
12162026-06-22T19:25:12.996Z Downloaded rayon v1.11.0
12172026-06-22T19:25:12.996Z Downloaded regex v1.12.3
12182026-06-22T19:25:12.996Z Downloaded nix v0.27.1
12192026-06-22T19:25:12.996Z Downloaded typed-path v0.9.3
12202026-06-22T19:25:12.996Z Downloaded quick-xml v0.37.5
12212026-06-22T19:25:12.996Z Downloaded portable-atomic v1.13.1
12222026-06-22T19:25:12.996Z Downloaded winnow v0.5.40
12232026-06-22T19:25:12.996Z Downloaded unicode-normalization v0.1.25
12242026-06-22T19:25:12.997Z Downloaded rustls v0.21.12
12252026-06-22T19:25:12.997Z Downloaded nix v0.28.0
12262026-06-22T19:25:12.997Z Downloaded zip v4.6.1
12272026-06-22T19:25:12.997Z Downloaded bstr v1.12.1
12282026-06-22T19:25:13.030Z Downloaded tabled v0.20.0
12292026-06-22T19:25:13.030Z Downloaded tokio-util v0.7.18
12302026-06-22T19:25:13.030Z Downloaded time v0.3.47
12312026-06-22T19:25:13.030Z Downloaded goblin v0.10.5
12322026-06-22T19:25:13.030Z Downloaded vcpkg v0.2.15
12332026-06-22T19:25:13.030Z Downloaded smoltcp v0.9.1
12342026-06-22T19:25:13.032Z Downloaded object v0.30.4
12352026-06-22T19:25:13.033Z Downloaded rustls v0.22.4
12362026-06-22T19:25:13.033Z Downloaded hickory-proto v0.24.4
12372026-06-22T19:25:13.033Z Downloaded curve25519-dalek v4.1.3
12382026-06-22T19:25:13.033Z Downloaded zerocopy v0.8.40
12392026-06-22T19:25:13.033Z Downloaded smoltcp v0.11.0
12402026-06-22T19:25:13.033Z Downloaded hickory-proto v0.25.2
12412026-06-22T19:25:13.033Z Downloaded radix_trie v0.2.1
12422026-06-22T19:25:13.033Z Downloaded rustix v0.38.44
12432026-06-22T19:25:13.062Z Downloaded winnow v0.6.26
12442026-06-22T19:25:13.062Z Downloaded polar-core v0.27.3
12452026-06-22T19:25:13.062Z Downloaded quinn-proto v0.11.13
12462026-06-22T19:25:13.089Z Downloaded openssl v0.10.79
12472026-06-22T19:25:13.089Z Downloaded regex-syntax v0.6.29
12482026-06-22T19:25:13.089Z Downloaded sled v0.34.7
12492026-06-22T19:25:13.103Z Downloaded dropshot v0.17.0
12502026-06-22T19:25:13.103Z Downloaded zlib-rs v0.6.2
12512026-06-22T19:25:13.103Z Downloaded ratatui v0.29.0
12522026-06-22T19:25:13.538Z Downloaded webpki-roots v1.0.6
12532026-06-22T19:25:13.561Z Downloaded nix v0.31.2
12542026-06-22T19:25:13.561Z Downloaded object v0.37.3
12552026-06-22T19:25:13.561Z Downloaded zerocopy-derive v0.6.6
12562026-06-22T19:25:13.561Z Downloaded bzip2-sys v0.1.13+1.0.8
12572026-06-22T19:25:13.561Z Downloaded regress v0.10.5
12582026-06-22T19:25:13.561Z Downloaded openapiv3 v2.2.0
12592026-06-22T19:25:13.561Z Downloaded diesel v2.3.7
12602026-06-22T19:25:13.561Z Downloaded regex-syntax v0.8.10
12612026-06-22T19:25:13.561Z Downloaded regress v0.11.1
12622026-06-22T19:25:13.561Z Downloaded jiff v0.2.21
12632026-06-22T19:25:13.561Z Downloaded rustls v0.23.37
12642026-06-22T19:25:13.561Z Downloaded chrono-tz v0.10.4
12652026-06-22T19:25:13.562Z Downloaded sqlparser v0.61.0
12662026-06-22T19:25:13.562Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12672026-06-22T19:25:13.562Z Downloaded sha3 v0.10.8
12682026-06-22T19:25:13.562Z Downloaded typify-impl v0.6.2
12692026-06-22T19:25:13.562Z Downloaded tokio v1.52.1
12702026-06-22T19:25:13.562Z Downloaded tracing v0.1.44
12712026-06-22T19:25:13.562Z Downloaded regex-automata v0.4.14
12722026-06-22T19:25:13.562Z Downloaded ring v0.17.14
12732026-06-22T19:25:13.562Z Downloaded petgraph v0.6.5
12742026-06-22T19:25:13.562Z Downloaded petgraph v0.8.3
12752026-06-22T19:25:13.562Z Downloaded csv v1.4.0
12762026-06-22T19:25:13.562Z Downloaded libz-sys v1.1.24
12772026-06-22T19:25:13.562Z Downloaded encoding_rs v0.8.35
12782026-06-22T19:25:13.575Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-06-22T19:25:13.990Z Downloaded aws-lc-sys v0.40.0
12802026-06-22T19:25:14.229Z Compiling libc v0.2.185
12812026-06-22T19:25:14.229Z Compiling serde v1.0.228
12822026-06-22T19:25:14.258Z Compiling log v0.4.29
12832026-06-22T19:25:14.258Z Compiling find-msvc-tools v0.1.9
12842026-06-22T19:25:14.258Z Compiling shlex v1.3.0
12852026-06-22T19:25:14.258Z Compiling smallvec v1.15.1
12862026-06-22T19:25:14.258Z Compiling typenum v1.19.0
12872026-06-22T19:25:14.258Z Compiling subtle v2.6.1
12882026-06-22T19:25:14.387Z Compiling generic-array v0.14.7
12892026-06-22T19:25:14.401Z Compiling scopeguard v1.2.0
12902026-06-22T19:25:14.457Z Compiling const-oid v0.9.6
12912026-06-22T19:25:14.481Z Compiling serde_json v1.0.149
12922026-06-22T19:25:14.481Z Compiling syn v2.0.117
12932026-06-22T19:25:14.508Z Compiling zerocopy v0.8.40
12942026-06-22T19:25:14.508Z Compiling pin-project-lite v0.2.17
12952026-06-22T19:25:14.508Z Compiling portable-atomic v1.13.1
12962026-06-22T19:25:14.556Z Compiling lock_api v0.4.14
12972026-06-22T19:25:14.591Z Compiling parking_lot_core v0.9.12
12982026-06-22T19:25:14.617Z Compiling pkg-config v0.3.32
12992026-06-22T19:25:14.643Z Compiling bitflags v2.11.0
13002026-06-22T19:25:14.677Z Compiling futures-core v0.3.32
13012026-06-22T19:25:14.677Z Compiling critical-section v1.2.0
13022026-06-22T19:25:14.694Z Compiling libm v0.2.16
13032026-06-22T19:25:14.731Z Compiling num-traits v0.2.19
13042026-06-22T19:25:14.802Z Compiling percent-encoding v2.3.2
13052026-06-22T19:25:14.893Z Compiling futures-sink v0.3.32
13062026-06-22T19:25:14.893Z Compiling getrandom v0.4.1
13072026-06-22T19:25:15.326Z Compiling cpufeatures v0.2.17
13082026-06-22T19:25:15.326Z Compiling slab v0.4.12
13092026-06-22T19:25:15.326Z Compiling futures-task v0.3.32
13102026-06-22T19:25:15.342Z Compiling futures-channel v0.3.32
13112026-06-22T19:25:15.342Z Compiling futures-io v0.3.32
13122026-06-22T19:25:15.342Z Compiling rand_core v0.10.0
13132026-06-22T19:25:15.342Z Compiling indexmap v2.14.0
13142026-06-22T19:25:15.342Z Compiling getrandom v0.3.4
13152026-06-22T19:25:15.342Z Compiling rustversion v1.0.22
13162026-06-22T19:25:15.342Z Compiling form_urlencoded v1.2.2
13172026-06-22T19:25:15.342Z Compiling dunce v1.0.5
13182026-06-22T19:25:15.342Z Compiling fs_extra v1.3.0
13192026-06-22T19:25:15.342Z Compiling ident_case v1.0.1
13202026-06-22T19:25:15.342Z Compiling base64ct v1.8.3
13212026-06-22T19:25:15.343Z Compiling regex-syntax v0.8.10
13222026-06-22T19:25:15.343Z Compiling rustix v1.1.3
13232026-06-22T19:25:15.343Z Compiling iana-time-zone v0.1.65
13242026-06-22T19:25:15.343Z Compiling getrandom v0.2.17
13252026-06-22T19:25:15.355Z Compiling jobserver v0.1.34
13262026-06-22T19:25:15.406Z Compiling errno v0.3.14
13272026-06-22T19:25:15.486Z Compiling rand_core v0.6.4
13282026-06-22T19:25:15.505Z Compiling mio v1.2.0
13292026-06-22T19:25:15.525Z Compiling once_cell v1.21.3
13302026-06-22T19:25:15.533Z Compiling signal-hook-registry v1.4.8
13312026-06-22T19:25:15.574Z Compiling cc v1.2.56
13322026-06-22T19:25:15.591Z Compiling socket2 v0.6.3
13332026-06-22T19:25:15.638Z Compiling parking_lot v0.12.5
13342026-06-22T19:25:15.736Z Compiling pem-rfc7468 v0.7.0
13352026-06-22T19:25:15.751Z Compiling flagset v0.4.7
13362026-06-22T19:25:15.782Z Compiling vcpkg v0.2.15
13372026-06-22T19:25:15.837Z Compiling aws-lc-rs v1.16.3
13382026-06-22T19:25:15.914Z Compiling uuid v1.23.0
13392026-06-22T19:25:15.956Z Compiling tracing-core v0.1.36
13402026-06-22T19:25:15.990Z Compiling rustc_version v0.4.1
13412026-06-22T19:25:16.026Z Compiling base64 v0.22.1
13422026-06-22T19:25:16.039Z Compiling untrusted v0.9.0
13432026-06-22T19:25:16.052Z Compiling rand_core v0.9.5
13442026-06-22T19:25:16.134Z Compiling untrusted v0.7.1
13452026-06-22T19:25:16.156Z Compiling openssl-probe v0.2.1
13462026-06-22T19:25:16.181Z Compiling httparse v1.10.1
13472026-06-22T19:25:16.667Z Compiling tinyvec_macros v0.1.1
13482026-06-22T19:25:16.720Z Compiling aho-corasick v1.1.4
13492026-06-22T19:25:16.720Z Compiling tinyvec v1.10.0
13502026-06-22T19:25:16.720Z Compiling cmake v0.1.57
13512026-06-22T19:25:16.720Z Compiling tower-service v0.3.3
13522026-06-22T19:25:16.720Z Compiling schemars v0.8.22
13532026-06-22T19:25:16.720Z Compiling atomic-waker v1.1.2
13542026-06-22T19:25:16.720Z Compiling dyn-clone v1.0.20
13552026-06-22T19:25:16.721Z Compiling try-lock v0.2.5
13562026-06-22T19:25:16.721Z Compiling tower-layer v0.3.3
13572026-06-22T19:25:16.721Z Compiling rustls v0.23.37
13582026-06-22T19:25:16.721Z Compiling foreign-types-shared v0.1.1
13592026-06-22T19:25:16.721Z Compiling want v0.3.1
13602026-06-22T19:25:16.721Z Compiling httpdate v1.0.3
13612026-06-22T19:25:16.721Z Compiling openssl v0.10.79
13622026-06-22T19:25:16.721Z Compiling pin-utils v0.1.0
13632026-06-22T19:25:16.769Z Compiling unicode-normalization v0.1.25
13642026-06-22T19:25:16.770Z Compiling foreign-types v0.3.2
13652026-06-22T19:25:16.770Z Compiling socket2 v0.5.10
13662026-06-22T19:25:16.770Z Compiling spin v0.9.8
13672026-06-22T19:25:16.770Z Compiling native-tls v0.2.18
13682026-06-22T19:25:16.794Z Compiling num-conv v0.2.0
13692026-06-22T19:25:16.794Z Compiling powerfmt v0.2.0
13702026-06-22T19:25:16.794Z Compiling crc32fast v1.5.0
13712026-06-22T19:25:17.222Z Compiling time-core v0.1.8
13722026-06-22T19:25:17.230Z Compiling wait-timeout v0.2.1
13732026-06-22T19:25:17.230Z Compiling sync_wrapper v1.0.2
13742026-06-22T19:25:17.230Z Compiling unicode-segmentation v1.12.0
13752026-06-22T19:25:17.230Z Compiling deranged v0.5.8
13762026-06-22T19:25:17.230Z Compiling time-macros v0.2.27
13772026-06-22T19:25:17.231Z Compiling num_threads v0.1.7
13782026-06-22T19:25:17.231Z Compiling syn v1.0.109
13792026-06-22T19:25:17.231Z Compiling siphasher v1.0.2
13802026-06-22T19:25:17.231Z Compiling bit-vec v0.8.0
13812026-06-22T19:25:17.231Z Compiling tempfile v3.25.0
13822026-06-22T19:25:17.231Z Compiling usdt-impl v0.6.0
13832026-06-22T19:25:17.231Z Compiling regex-automata v0.4.14
13842026-06-22T19:25:17.231Z Compiling crossbeam-utils v0.8.21
13852026-06-22T19:25:17.231Z Compiling quick-error v1.2.3
13862026-06-22T19:25:17.231Z Compiling simd-adler32 v0.3.8
13872026-06-22T19:25:17.288Z Compiling aws-lc-sys v0.40.0
13882026-06-22T19:25:17.321Z Compiling ring v0.17.14
13892026-06-22T19:25:17.369Z Compiling openssl-sys v0.9.115
13902026-06-22T19:25:17.391Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13912026-06-22T19:25:17.391Z Compiling rusty-fork v0.3.1
13922026-06-22T19:25:17.411Z Compiling synstructure v0.13.2
13932026-06-22T19:25:17.411Z Compiling pest_generator v2.8.6
13942026-06-22T19:25:17.501Z Compiling serde_derive_internals v0.29.1
13952026-06-22T19:25:17.545Z Compiling darling_core v0.20.11
13962026-06-22T19:25:17.645Z Compiling darling_core v0.21.3
13972026-06-22T19:25:17.707Z Compiling bzip2-sys v0.1.13+1.0.8
13982026-06-22T19:25:17.742Z Compiling bit-set v0.8.0
13992026-06-22T19:25:18.029Z Compiling slog v2.8.2
14002026-06-22T19:25:18.073Z Compiling heapless v0.7.17
14012026-06-22T19:25:18.093Z Compiling rand_xorshift v0.4.0
14022026-06-22T19:25:18.124Z Compiling thread-id v5.1.0
14032026-06-22T19:25:18.141Z Compiling time v0.3.47
14042026-06-22T19:25:18.141Z Compiling cookie v0.18.1
14052026-06-22T19:25:18.157Z Compiling adler2 v2.0.1
14062026-06-22T19:25:18.207Z Compiling paste v1.0.15
14072026-06-22T19:25:18.228Z Compiling unicode-bidi v0.3.18
14082026-06-22T19:25:18.288Z Compiling iri-string v0.7.10
14092026-06-22T19:25:18.331Z Compiling zstd-safe v7.2.4
14102026-06-22T19:25:18.368Z Compiling allocator-api2 v0.2.21
14112026-06-22T19:25:18.369Z Compiling signal-hook v0.3.18
14122026-06-22T19:25:18.453Z Compiling unarray v0.1.4
14132026-06-22T19:25:18.503Z Compiling anyhow v1.0.102
14142026-06-22T19:25:18.942Z Compiling unicode-properties v0.1.4
14152026-06-22T19:25:18.954Z Compiling ryu v1.0.23
14162026-06-22T19:25:18.954Z Compiling miniz_oxide v0.8.9
14172026-06-22T19:25:18.954Z Compiling stringprep v0.1.5
14182026-06-22T19:25:18.954Z Compiling heck v0.4.1
14192026-06-22T19:25:19.489Z Compiling num-integer v0.1.46
14202026-06-22T19:25:19.495Z Compiling vergen-lib v9.1.0
14212026-06-22T19:25:19.495Z Compiling serde_derive v1.0.228
14222026-06-22T19:25:19.495Z Compiling zeroize_derive v1.4.3
14232026-06-22T19:25:19.495Z Compiling zerofrom-derive v0.1.6
14242026-06-22T19:25:19.495Z Compiling yoke-derive v0.8.1
14252026-06-22T19:25:19.495Z Compiling zerovec-derive v0.11.2
14262026-06-22T19:25:19.495Z Compiling zerocopy-derive v0.8.40
14272026-06-22T19:25:19.495Z Compiling displaydoc v0.2.5
14282026-06-22T19:25:20.239Z Compiling tokio-macros v2.7.0
14292026-06-22T19:25:20.239Z Compiling zeroize v1.8.2
14302026-06-22T19:25:20.240Z Compiling futures-macro v0.3.32
14312026-06-22T19:25:20.240Z Compiling der_derive v0.7.3
14322026-06-22T19:25:20.260Z Compiling rustls-pki-types v1.14.0
14332026-06-22T19:25:20.678Z Compiling thiserror-impl v2.0.18
14342026-06-22T19:25:20.683Z Compiling tracing-attributes v0.1.31
14352026-06-22T19:25:20.683Z Compiling pest_derive v2.8.6
14362026-06-22T19:25:20.683Z Compiling scroll_derive v0.13.1
14372026-06-22T19:25:20.683Z Compiling crypto-common v0.1.7
14382026-06-22T19:25:20.718Z Compiling block-buffer v0.10.4
14392026-06-22T19:25:20.773Z Compiling futures-util v0.3.32
14402026-06-22T19:25:20.787Z Compiling zerofrom v0.1.6
14412026-06-22T19:25:20.850Z Compiling block-padding v0.3.3
14422026-06-22T19:25:21.355Z Compiling yoke v0.8.1
14432026-06-22T19:25:21.381Z Compiling digest v0.10.7
14442026-06-22T19:25:21.381Z Compiling inout v0.1.4
14452026-06-22T19:25:21.381Z Compiling der v0.7.10
14462026-06-22T19:25:21.381Z Compiling schemars_derive v0.8.22
14472026-06-22T19:25:21.381Z Compiling zerovec v0.11.5
14482026-06-22T19:25:21.381Z Compiling zerotrie v0.2.3
14492026-06-22T19:25:21.381Z Compiling hmac v0.12.1
14502026-06-22T19:25:21.422Z Compiling sha2 v0.10.9
14512026-06-22T19:25:21.521Z Compiling cipher v0.4.4
14522026-06-22T19:25:21.671Z Compiling pbkdf2 v0.12.2
14532026-06-22T19:25:21.671Z Compiling scroll v0.13.0
14542026-06-22T19:25:21.713Z Compiling tinystr v0.8.2
14552026-06-22T19:25:21.713Z Compiling potential_utf v0.1.4
14562026-06-22T19:25:21.762Z Compiling thiserror v2.0.18
14572026-06-22T19:25:21.823Z Compiling icu_collections v2.1.1
14582026-06-22T19:25:21.852Z Compiling salsa20 v0.10.2
14592026-06-22T19:25:21.852Z Compiling icu_locale_core v2.1.1
14602026-06-22T19:25:21.887Z Compiling cbc v0.1.2
14612026-06-22T19:25:21.915Z Compiling aes v0.8.4
14622026-06-22T19:25:22.335Z Compiling spki v0.7.3
14632026-06-22T19:25:22.362Z Compiling tracing v0.1.44
14642026-06-22T19:25:22.362Z Compiling scrypt v0.11.0
14652026-06-22T19:25:22.362Z Compiling darling_macro v0.20.11
14662026-06-22T19:25:22.362Z Compiling openssl-macros v0.1.1
14672026-06-22T19:25:22.362Z Compiling goblin v0.10.5
14682026-06-22T19:25:22.362Z Compiling pkcs5 v0.7.1
14692026-06-22T19:25:22.362Z Compiling rustls-native-certs v0.8.3
14702026-06-22T19:25:22.790Z Compiling dtrace-parser v0.3.0
14712026-06-22T19:25:22.837Z Compiling icu_provider v2.1.1
14722026-06-22T19:25:22.837Z Compiling pkcs8 v0.10.2
14732026-06-22T19:25:22.837Z Compiling darling v0.20.11
14742026-06-22T19:25:22.837Z Compiling bytes v1.11.1
14752026-06-22T19:25:22.837Z Compiling chrono v0.4.44
14762026-06-22T19:25:22.837Z Compiling ipnet v2.11.0
14772026-06-22T19:25:22.856Z Compiling derive_builder_core v0.20.2
14782026-06-22T19:25:22.856Z Compiling signature v2.2.0
14792026-06-22T19:25:22.996Z Compiling icu_normalizer v2.1.1
14802026-06-22T19:25:23.037Z Compiling icu_properties v2.1.2
14812026-06-22T19:25:23.037Z Compiling webpki-roots v1.0.6
14822026-06-22T19:25:23.076Z Compiling thiserror-impl v1.0.69
14832026-06-22T19:25:23.146Z Compiling scroll_derive v0.12.1
14842026-06-22T19:25:23.172Z Compiling erased-serde v0.3.31
14852026-06-22T19:25:23.197Z Compiling serde_tokenstream v0.2.3
14862026-06-22T19:25:23.321Z Compiling tokio v1.52.1
14872026-06-22T19:25:23.439Z Compiling http v1.4.0
14882026-06-22T19:25:23.936Z Compiling toml_datetime v0.6.11
14892026-06-22T19:25:23.962Z Compiling serde_spanned v0.6.9
14902026-06-22T19:25:23.962Z Compiling serde_urlencoded v0.7.1
14912026-06-22T19:25:23.962Z Compiling md-5 v0.10.6
14922026-06-22T19:25:23.962Z Compiling derive_builder_macro v0.20.2
14932026-06-22T19:25:23.962Z Compiling darling_macro v0.21.3
14942026-06-22T19:25:23.962Z Compiling idna_adapter v1.2.1
14952026-06-22T19:25:23.962Z Compiling bstr v1.12.1
14962026-06-22T19:25:23.962Z Compiling scroll v0.12.0
14972026-06-22T19:25:23.994Z Compiling ppv-lite86 v0.2.21
14982026-06-22T19:25:24.055Z Compiling idna v1.1.0
14992026-06-22T19:25:24.166Z Compiling http-body v1.0.1
15002026-06-22T19:25:24.186Z Compiling zerocopy-derive v0.7.35
15012026-06-22T19:25:24.191Z Compiling pin-project-internal v1.1.11
15022026-06-22T19:25:24.361Z Compiling rand_chacha v0.9.0
15032026-06-22T19:25:24.785Z Compiling http-body-util v0.1.3
15042026-06-22T19:25:24.785Z Compiling rand_chacha v0.3.1
15052026-06-22T19:25:24.785Z Compiling async-trait v0.1.89
15062026-06-22T19:25:24.794Z Compiling url v2.5.8
15072026-06-22T19:25:24.794Z Compiling curve25519-dalek v4.1.3
15082026-06-22T19:25:24.794Z Compiling thiserror v1.0.69
15092026-06-22T19:25:24.794Z Compiling rand v0.9.2
15102026-06-22T19:25:24.794Z Compiling ff v0.13.1
15112026-06-22T19:25:24.794Z Compiling hash32 v0.2.1
15122026-06-22T19:25:24.794Z Compiling memoffset v0.9.1
15132026-06-22T19:25:24.795Z Compiling encoding_rs v0.8.35
15142026-06-22T19:25:24.795Z Compiling zlib-rs v0.6.2
15152026-06-22T19:25:24.807Z Compiling litrs v1.0.0
15162026-06-22T19:25:25.094Z Compiling base16ct v0.2.0
15172026-06-22T19:25:25.150Z Compiling dof v0.4.0
15182026-06-22T19:25:25.280Z Compiling proptest v1.10.0
15192026-06-22T19:25:25.714Z Compiling smoltcp v0.9.1
15202026-06-22T19:25:25.761Z Compiling cfg_aliases v0.2.1
15212026-06-22T19:25:25.761Z Compiling psl-types v2.0.11
15222026-06-22T19:25:25.761Z Compiling mime v0.3.17
15232026-06-22T19:25:25.761Z Compiling rustix v0.38.44
15242026-06-22T19:25:25.761Z Compiling fallible-iterator v0.2.0
15252026-06-22T19:25:25.761Z Compiling num-bigint-dig v0.8.6
15262026-06-22T19:25:25.761Z Compiling ref-cast v1.0.25
15272026-06-22T19:25:25.761Z Compiling publicsuffix v2.3.0
15282026-06-22T19:25:25.794Z Compiling nix v0.31.2
15292026-06-22T19:25:25.820Z Compiling ipnetwork v0.21.1
15302026-06-22T19:25:26.291Z Compiling postgres-protocol v0.6.10
15312026-06-22T19:25:26.384Z Compiling pin-project v1.1.11
15322026-06-22T19:25:26.384Z Compiling document-features v0.2.12
15332026-06-22T19:25:26.384Z Compiling sec1 v0.7.3
15342026-06-22T19:25:26.384Z Compiling zerocopy v0.7.35
15352026-06-22T19:25:26.385Z Compiling oxnet v0.1.6
15362026-06-22T19:25:26.385Z Compiling group v0.13.0
15372026-06-22T19:25:26.887Z Compiling rand v0.8.6
15382026-06-22T19:25:26.887Z Compiling darling v0.21.3
15392026-06-22T19:25:26.888Z Compiling derive_builder v0.20.2
15402026-06-22T19:25:26.908Z Compiling goblin v0.8.2
15412026-06-22T19:25:26.908Z Compiling futures-executor v0.3.32
15422026-06-22T19:25:26.908Z Compiling hubpack_derive v0.1.1
15432026-06-22T19:25:26.908Z Compiling hex v0.4.3
15442026-06-22T19:25:26.908Z Compiling hkdf v0.12.4
15452026-06-22T19:25:26.909Z Compiling crypto-bigint v0.5.5
15462026-06-22T19:25:26.909Z Compiling regex v1.12.3
15472026-06-22T19:25:26.909Z Compiling num-iter v0.1.45
15482026-06-22T19:25:26.909Z Compiling ref-cast-impl v1.0.25
15492026-06-22T19:25:26.909Z Compiling strum_macros v0.27.2
15502026-06-22T19:25:26.909Z Compiling snafu-derive v0.8.9
15512026-06-22T19:25:26.909Z Compiling daft-derive v0.1.7
15522026-06-22T19:25:26.909Z Compiling curve25519-dalek-derive v0.1.1
15532026-06-22T19:25:27.629Z Compiling phf_shared v0.13.1
15542026-06-22T19:25:27.682Z Compiling tokio-util v0.7.18
15552026-06-22T19:25:27.682Z Compiling tower v0.5.3
15562026-06-22T19:25:27.682Z Compiling tokio-native-tls v0.3.1
15572026-06-22T19:25:27.682Z Compiling terminal_size v0.4.3
15582026-06-22T19:25:27.682Z Compiling lazy_static v1.5.0
15592026-06-22T19:25:27.682Z Compiling anstyle-parse v0.2.7
15602026-06-22T19:25:27.682Z Compiling vergen v9.1.0
15612026-06-22T19:25:27.682Z Compiling cargo-platform v0.3.2
15622026-06-22T19:25:27.682Z Compiling fs-err v3.3.0
15632026-06-22T19:25:27.682Z Compiling ahash v0.8.12
15642026-06-22T19:25:27.682Z Compiling foldhash v0.2.0
15652026-06-22T19:25:27.742Z Compiling tower-http v0.6.8
15662026-06-22T19:25:27.804Z Compiling flate2 v1.1.9
15672026-06-22T19:25:27.838Z Compiling newtype-uuid v1.3.2
15682026-06-22T19:25:27.877Z Compiling same-file v1.0.6
15692026-06-22T19:25:27.877Z Compiling foldhash v0.1.5
15702026-06-22T19:25:27.899Z Compiling bitflags v1.3.2
15712026-06-22T19:25:27.922Z Compiling libbz2-rs-sys v0.2.2
15722026-06-22T19:25:27.978Z Compiling winnow v0.5.40
15732026-06-22T19:25:28.538Z Compiling h2 v0.4.13
15742026-06-22T19:25:28.579Z Compiling object v0.37.3
15752026-06-22T19:25:28.580Z Compiling managed v0.8.0
15762026-06-22T19:25:28.580Z Compiling bumpalo v3.20.2
15772026-06-22T19:25:28.580Z Compiling daft v0.1.7
15782026-06-22T19:25:28.580Z Compiling hashbrown v0.15.5
15792026-06-22T19:25:28.580Z Compiling bzip2 v0.6.1
15802026-06-22T19:25:28.580Z Compiling zopfli v0.8.3
15812026-06-22T19:25:28.580Z Compiling walkdir v2.5.0
15822026-06-22T19:25:28.580Z Compiling clap_builder v4.6.0
15832026-06-22T19:25:29.079Z Compiling hashbrown v0.16.1
15842026-06-22T19:25:29.106Z Compiling dof v0.3.0
15852026-06-22T19:25:29.106Z Compiling cargo_metadata v0.23.1
15862026-06-22T19:25:29.106Z Compiling anstream v0.6.21
15872026-06-22T19:25:29.106Z Compiling snafu v0.8.9
15882026-06-22T19:25:29.106Z Compiling strum v0.27.2
15892026-06-22T19:25:29.123Z Compiling elliptic-curve v0.13.8
15902026-06-22T19:25:29.178Z Compiling phf v0.13.1
15912026-06-22T19:25:29.321Z Compiling toml_edit v0.19.15
15922026-06-22T19:25:29.348Z Compiling signal-hook-mio v0.2.5
15932026-06-22T19:25:29.368Z Compiling cookie_store v0.22.1
15942026-06-22T19:25:29.408Z Compiling hubpack v0.1.2
15952026-06-22T19:25:29.470Z Compiling usdt-macro v0.6.0
15962026-06-22T19:25:29.487Z Compiling usdt-attr-macro v0.6.0
15972026-06-22T19:25:30.001Z Compiling bzip2 v0.4.4
15982026-06-22T19:25:30.065Z Compiling futures v0.3.32
15992026-06-22T19:25:30.066Z Compiling serde_with_macros v3.17.0
16002026-06-22T19:25:30.066Z Compiling postgres-types v0.2.12
16012026-06-22T19:25:30.066Z Compiling zstd v0.13.3
16022026-06-22T19:25:30.115Z Compiling dtrace-parser v0.2.0
16032026-06-22T19:25:30.123Z Compiling globset v0.4.18
16042026-06-22T19:25:30.123Z Compiling ed25519 v2.2.3
16052026-06-22T19:25:30.265Z Compiling pkcs1 v0.7.5
16062026-06-22T19:25:30.286Z Compiling serde_plain v1.0.2
16072026-06-22T19:25:30.286Z Compiling serde-big-array v0.5.1
16082026-06-22T19:25:30.379Z Compiling olpc-cjson v0.1.4
16092026-06-22T19:25:30.519Z Compiling rfc6979 v0.4.0
16102026-06-22T19:25:30.539Z Compiling async-recursion v1.1.1
16112026-06-22T19:25:30.539Z Compiling serde_repr v0.1.20
16122026-06-22T19:25:30.608Z Compiling enum-as-inner v0.6.1
16132026-06-22T19:25:30.678Z Compiling clap_derive v4.6.1
16142026-06-22T19:25:30.844Z Compiling strum_macros v0.26.4
16152026-06-22T19:25:30.861Z Compiling phf_shared v0.11.3
16162026-06-22T19:25:30.861Z Compiling float-cmp v0.10.0
16172026-06-22T19:25:30.993Z Compiling pem v3.0.6
16182026-06-22T19:25:31.049Z Compiling thread-id v4.2.2
16192026-06-22T19:25:31.056Z Compiling memmap2 v0.9.10
16202026-06-22T19:25:31.084Z Compiling env_filter v1.0.0
16212026-06-22T19:25:31.107Z Compiling difflib v0.4.0
16222026-06-22T19:25:31.132Z Compiling fixedbitset v0.4.2
16232026-06-22T19:25:31.141Z Compiling hyper v1.8.1
16242026-06-22T19:25:31.197Z Compiling data-encoding v2.10.0
16252026-06-22T19:25:31.290Z Compiling normalize-line-endings v0.3.0
16262026-06-22T19:25:31.343Z Compiling static_assertions v1.1.0
16272026-06-22T19:25:31.370Z Compiling precomputed-hash v0.1.1
16282026-06-22T19:25:31.389Z Compiling keccak v0.1.6
16292026-06-22T19:25:31.412Z Compiling jiff v0.2.21
16302026-06-22T19:25:31.830Z Compiling predicates-core v1.0.10
16312026-06-22T19:25:32.251Z Compiling whoami v2.1.0
16322026-06-22T19:25:32.251Z Compiling either v1.15.0
16332026-06-22T19:25:32.251Z Compiling fixedbitset v0.5.7
16342026-06-22T19:25:32.251Z Compiling new_debug_unreachable v1.0.6
16352026-06-22T19:25:32.251Z Compiling typed-path v0.9.3
16362026-06-22T19:25:32.262Z Compiling petgraph v0.8.3
16372026-06-22T19:25:32.262Z Compiling itertools v0.13.0
16382026-06-22T19:25:32.262Z Compiling string_cache v0.8.9
16392026-06-22T19:25:32.263Z Compiling tokio-postgres v0.7.16
16402026-06-22T19:25:32.263Z Compiling sha3 v0.10.8
16412026-06-22T19:25:32.263Z Compiling predicates v3.1.4
16422026-06-22T19:25:32.263Z Compiling hickory-proto v0.25.2
16432026-06-22T19:25:32.263Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16442026-06-22T19:25:32.264Z Compiling toml_edit v0.22.27
16452026-06-22T19:25:32.426Z Compiling hyper-util v0.1.20
16462026-06-22T19:25:32.519Z Compiling clap v4.6.1
16472026-06-22T19:25:32.619Z Compiling petgraph v0.6.5
16482026-06-22T19:25:32.646Z Compiling strum v0.26.3
16492026-06-22T19:25:32.734Z Compiling env_logger v0.11.9
16502026-06-22T19:25:32.788Z Compiling usdt v0.6.0
16512026-06-22T19:25:32.815Z Compiling usdt-impl v0.5.0
16522026-06-22T19:25:33.497Z Compiling serde_with v3.17.0
16532026-06-22T19:25:33.526Z Compiling crossterm v0.28.1
16542026-06-22T19:25:33.526Z Compiling toml v0.7.8
16552026-06-22T19:25:33.526Z Compiling ecdsa v0.16.9
16562026-06-22T19:25:33.526Z Compiling rsa v0.9.10
16572026-06-22T19:25:33.594Z Compiling ed25519-dalek v2.2.0
16582026-06-22T19:25:33.894Z Compiling hyper-tls v0.6.0
16592026-06-22T19:25:34.136Z Compiling zip v4.6.1
16602026-06-22T19:25:34.167Z Compiling zip v0.6.6
16612026-06-22T19:25:34.263Z Compiling iddqd v0.4.2
16622026-06-22T19:25:35.118Z Compiling toml_parser v1.0.9+spec-1.1.0
16632026-06-22T19:25:35.121Z Compiling tokio-stream v0.1.18
16642026-06-22T19:25:35.121Z Compiling buf-list v1.1.2
16652026-06-22T19:25:35.214Z Compiling similar v2.7.0
16662026-06-22T19:25:35.214Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-22T19:25:35.214Z Compiling openapiv3 v2.2.0
16682026-06-22T19:25:35.214Z Compiling x509-cert v0.2.5
16692026-06-22T19:25:35.214Z Compiling sha1 v0.10.6
16702026-06-22T19:25:35.214Z Compiling crossbeam-epoch v0.9.18
16712026-06-22T19:25:35.214Z Compiling peg-runtime v0.8.5
16722026-06-22T19:25:35.628Z Compiling lalrpop-util v0.19.12
16732026-06-22T19:25:35.631Z Compiling thread_local v1.1.9
16742026-06-22T19:25:35.631Z Compiling slog-async v2.8.0
16752026-06-22T19:25:35.631Z Compiling crossbeam-channel v0.5.15
16762026-06-22T19:25:35.631Z Compiling filetime v0.2.27
16772026-06-22T19:25:35.631Z Compiling is-terminal v0.4.17
16782026-06-22T19:25:35.631Z Compiling take_mut v0.2.2
16792026-06-22T19:25:35.631Z Compiling xattr v1.6.1
16802026-06-22T19:25:35.631Z Compiling term v1.2.1
16812026-06-22T19:25:35.749Z Compiling tar v0.4.45
16822026-06-22T19:25:36.418Z Compiling slog-term v2.9.2
16832026-06-22T19:25:53.551Z Compiling rustls-webpki v0.103.9
16842026-06-22T19:25:56.375Z Compiling tokio-rustls v0.26.4
16852026-06-22T19:25:56.375Z Compiling rustls-platform-verifier v0.6.2
16862026-06-22T19:25:56.970Z Compiling hyper-rustls v0.27.7
16872026-06-22T19:25:57.006Z Compiling reqwest v0.12.28
16882026-06-22T19:25:57.006Z Compiling reqwest v0.13.2
16892026-06-22T19:25:57.974Z Compiling tough v0.22.0
16902026-06-22T19:26:00.589Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16912026-06-22T19:26:00.771Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16922026-06-22T19:26:03.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.87s
16932026-06-22T19:26:03.919Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16942026-06-22T19:26:03.919ZJun 22 19:26:03.470 INFO Starting download, target: Clickhouse
16952026-06-22T19:26:03.919ZJun 22 19:26:03.470 INFO Starting download, target: Cockroach
16962026-06-22T19:26:03.919ZJun 22 19:26:03.470 INFO Starting download, target: Console
16972026-06-22T19:26:03.919ZJun 22 19:26:03.470 INFO Starting download, target: DendriteStub
16982026-06-22T19:26:03.919ZJun 22 19:26:03.470 INFO Starting download, target: MaghemiteMgd
16992026-06-22T19:26:03.919ZJun 22 19:26:03.470 INFO Starting download, target: MaghemiteDdmd
17002026-06-22T19:26:03.919ZJun 22 19:26:03.470 INFO Starting download, target: TransceiverControl
17012026-06-22T19:26:03.920ZJun 22 19:26:03.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-06-22T19:26:03.920ZJun 22 19:26:03.471 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17032026-06-22T19:26:03.920ZJun 22 19:26:03.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17042026-06-22T19:26:03.920ZJun 22 19:26:03.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052026-06-22T19:26:03.920ZJun 22 19:26:03.471 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17062026-06-22T19:26:03.920ZJun 22 19:26:03.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-06-22T19:26:03.920ZJun 22 19:26:03.471 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17082026-06-22T19:26:04.902ZJun 22 19:26:04.490 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17092026-06-22T19:26:05.201ZJun 22 19:26:04.734 INFO Download complete, target: Console
17102026-06-22T19:26:05.721ZJun 22 19:26:05.325 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17112026-06-22T19:26:08.086ZJun 22 19:26:07.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-06-22T19:26:08.306ZJun 22 19:26:07.897 INFO Download complete, target: TransceiverControl
17132026-06-22T19:26:12.621ZJun 22 19:26:12.220 INFO Checking that binary works, target: Clickhouse
17142026-06-22T19:26:12.699ZJun 22 19:26:12.310 INFO Download complete, target: Clickhouse
17152026-06-22T19:26:25.096ZJun 22 19:26:24.428 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17162026-06-22T19:26:26.612ZJun 22 19:26:26.187 INFO Download complete, target: MaghemiteDdmd
17172026-06-22T19:26:28.523ZJun 22 19:26:28.115 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-06-22T19:26:30.829ZJun 22 19:26:30.439 INFO Download complete, target: MaghemiteMgd
17192026-06-22T19:26:42.112ZJun 22 19:26:41.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-22T19:26:44.565ZJun 22 19:26:44.172 INFO Download complete, target: DendriteStub
17212026-06-22T19:26:53.415ZJun 22 19:26:53.032 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-22T19:26:53.415ZJun 22 19:26:53.032 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-22T19:26:58.186ZJun 22 19:26:57.809 INFO Checking that binary works, target: Cockroach
17242026-06-22T19:26:58.336ZJun 22 19:26:57.947 INFO Download complete, target: Cockroach
17252026-06-22T19:26:58.349ZAll prerequisites installed successfully
17262026-06-22T19:26:58.349Z
17272026-06-22T19:26:58.349Zreal 2:37.235231685
17282026-06-22T19:26:58.349Zuser 7:01.393416858
17292026-06-22T19:26:58.349Zsys 1:43.385604036
17302026-06-22T19:26:58.349Ztrap 0.273309660
17312026-06-22T19:26:58.349Ztflt 1.179868895
17322026-06-22T19:26:58.349Zdflt 1.731929965
17332026-06-22T19:26:58.349Zkflt 0.025193955
17342026-06-22T19:26:58.349Zlock 45:31.728217541
17352026-06-22T19:26:58.349Zslp 20:37.043613448
17362026-06-22T19:26:58.349Zlat 25.029984452
17372026-06-22T19:26:58.349Zstop 2:44.308247841
17382026-06-22T19:26:58.350Z+ ptime -m cargo xtask download softnpu
17392026-06-22T19:26:58.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17402026-06-22T19:26:58.820Z Running `target/debug/xtask download softnpu`
17412026-06-22T19:26:59.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17422026-06-22T19:26:59.592Z Running `target/debug/xtask-downloader softnpu`
17432026-06-22T19:26:59.628ZJun 22 19:26:59.244 INFO Starting download, target: Softnpu
17442026-06-22T19:26:59.633ZJun 22 19:26:59.245 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17452026-06-22T19:27:00.304ZJun 22 19:26:59.928 INFO Download complete, target: Softnpu
17462026-06-22T19:27:00.313Z
17472026-06-22T19:27:00.323Zreal 1.971565290
17482026-06-22T19:27:00.323Zuser 1.270781074
17492026-06-22T19:27:00.323Zsys 0.610110039
17502026-06-22T19:27:00.323Ztrap 0.000511240
17512026-06-22T19:27:00.323Ztflt 0.000068260
17522026-06-22T19:27:00.323Zdflt 0.000110220
17532026-06-22T19:27:00.323Zkflt 0.000000000
17542026-06-22T19:27:00.323Zlock 12.404763503
17552026-06-22T19:27:00.323Zslp 0.562198883
17562026-06-22T19:27:00.323Zlat 0.096576705
17572026-06-22T19:27:00.323Zstop 0.000160530
17582026-06-22T19:27:00.323Z+ export CARGO_INCREMENTAL=0
17592026-06-22T19:27:00.323Z+ CARGO_INCREMENTAL=0
17602026-06-22T19:27:00.323Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17612026-06-22T19:27:01.148Z Compiling proc-macro2 v1.0.106
17622026-06-22T19:27:01.148Z Compiling quote v1.0.45
17632026-06-22T19:27:01.148Z Compiling unicode-ident v1.0.24
17642026-06-22T19:27:01.148Z Compiling libc v0.2.185
17652026-06-22T19:27:01.148Z Compiling serde_core v1.0.228
17662026-06-22T19:27:01.148Z Compiling serde v1.0.228
17672026-06-22T19:27:01.153Z Compiling cfg-if v1.0.4
17682026-06-22T19:27:01.153Z Compiling version_check v0.9.5
17692026-06-22T19:27:01.153Z Compiling find-msvc-tools v0.1.9
17702026-06-22T19:27:01.153Z Compiling shlex v1.3.0
17712026-06-22T19:27:01.153Z Compiling typenum v1.19.0
17722026-06-22T19:27:01.153Z Compiling autocfg v1.5.0
17732026-06-22T19:27:01.153Z Compiling zmij v1.0.21
17742026-06-22T19:27:01.153Z Compiling memchr v2.8.0
17752026-06-22T19:27:01.153Z Compiling serde_json v1.0.149
17762026-06-22T19:27:01.510Z Compiling portable-atomic v1.13.1
17772026-06-22T19:27:01.534Z Compiling libm v0.2.16
17782026-06-22T19:27:01.576Z Compiling zerocopy v0.8.40
17792026-06-22T19:27:01.606Z Compiling smallvec v1.15.1
17802026-06-22T19:27:01.628Z Compiling generic-array v0.14.7
17812026-06-22T19:27:01.651Z Compiling parking_lot_core v0.9.12
17822026-06-22T19:27:01.710Z Compiling icu_properties_data v2.1.2
17832026-06-22T19:27:01.710Z Compiling icu_normalizer_data v2.1.1
17842026-06-22T19:27:01.710Z Compiling itoa v1.0.17
17852026-06-22T19:27:01.749Z Compiling num-traits v0.2.19
17862026-06-22T19:27:01.889Z Compiling getrandom v0.4.1
17872026-06-22T19:27:01.906Z Compiling log v0.4.29
17882026-06-22T19:27:01.950Z Compiling stable_deref_trait v1.2.1
17892026-06-22T19:27:01.988Z Compiling pkg-config v0.3.32
17902026-06-22T19:27:02.024Z Compiling subtle v2.6.1
17912026-06-22T19:27:02.137Z Compiling scopeguard v1.2.0
17922026-06-22T19:27:02.229Z Compiling fnv v1.0.7
17932026-06-22T19:27:02.275Z Compiling lock_api v0.4.14
17942026-06-22T19:27:02.292Z Compiling writeable v0.6.2
17952026-06-22T19:27:02.366Z Compiling litemap v0.8.1
17962026-06-22T19:27:02.376Z Compiling percent-encoding v2.3.2
17972026-06-22T19:27:02.479Z Compiling jobserver v0.1.34
17982026-06-22T19:27:02.498Z Compiling getrandom v0.2.17
17992026-06-22T19:27:02.553Z Compiling errno v0.3.14
18002026-06-22T19:27:02.581Z Compiling thiserror v2.0.18
18012026-06-22T19:27:02.581Z Compiling pin-project-lite v0.2.17
18022026-06-22T19:27:02.680Z Compiling rand_core v0.6.4
18032026-06-22T19:27:02.697Z Compiling cc v1.2.56
18042026-06-22T19:27:02.782Z Compiling getrandom v0.3.4
18052026-06-22T19:27:02.839Z Compiling syn v2.0.117
18062026-06-22T19:27:02.851Z Compiling equivalent v1.0.2
18072026-06-22T19:27:02.885Z Compiling rand_core v0.10.0
18082026-06-22T19:27:02.931Z Compiling dunce v1.0.5
18092026-06-22T19:27:02.948Z Compiling fs_extra v1.3.0
18102026-06-22T19:27:02.970Z Compiling rustversion v1.0.22
18112026-06-22T19:27:02.980Z Compiling schemars v0.8.22
18122026-06-22T19:27:03.007Z Compiling critical-section v1.2.0
18132026-06-22T19:27:03.011Z Compiling rustix v1.1.3
18142026-06-22T19:27:03.130Z Compiling utf8_iter v1.0.4
18152026-06-22T19:27:03.235Z Compiling form_urlencoded v1.2.2
18162026-06-22T19:27:03.256Z Compiling hashbrown v0.17.0
18172026-06-22T19:27:03.304Z Compiling signal-hook-registry v1.4.8
18182026-06-22T19:27:03.352Z Compiling const-oid v0.9.6
18192026-06-22T19:27:03.432Z Compiling cmake v0.1.57
18202026-06-22T19:27:03.755Z Compiling bitflags v2.11.0
18212026-06-22T19:27:03.784Z Compiling semver v1.0.28
18222026-06-22T19:27:03.831Z Compiling once_cell v1.21.3
18232026-06-22T19:27:03.879Z Compiling indexmap v2.14.0
18242026-06-22T19:27:03.911Z Compiling parking_lot v0.12.5
18252026-06-22T19:27:03.929Z Compiling socket2 v0.6.3
18262026-06-22T19:27:03.935Z Compiling mio v1.2.0
18272026-06-22T19:27:04.026Z Compiling aws-lc-rs v1.16.3
18282026-06-22T19:27:04.054Z Compiling ring v0.17.14
18292026-06-22T19:27:04.114Z Compiling aws-lc-sys v0.40.0
18302026-06-22T19:27:04.143Z Compiling futures-core v0.3.32
18312026-06-22T19:27:04.180Z Compiling httparse v1.10.1
18322026-06-22T19:27:04.195Z Compiling thiserror v1.0.69
18332026-06-22T19:27:04.205Z Compiling strsim v0.11.1
18342026-06-22T19:27:04.454Z Compiling ucd-trie v0.1.7
18352026-06-22T19:27:04.501Z Compiling vcpkg v0.2.15
18362026-06-22T19:27:04.517Z Compiling iana-time-zone v0.1.65
18372026-06-22T19:27:04.551Z Compiling byteorder v1.5.0
18382026-06-22T19:27:04.586Z Compiling heck v0.5.0
18392026-06-22T19:27:04.615Z Compiling pest v2.8.6
18402026-06-22T19:27:04.680Z Compiling regex-syntax v0.8.10
18412026-06-22T19:27:04.714Z Compiling syn v1.0.109
18422026-06-22T19:27:04.727Z Compiling ident_case v1.0.1
18432026-06-22T19:27:04.790Z Compiling uuid v1.23.0
18442026-06-22T19:27:04.889Z Compiling cpufeatures v0.2.17
18452026-06-22T19:27:05.050Z Compiling rustls v0.23.37
18462026-06-22T19:27:05.066Z Compiling rustc_version v0.4.1
18472026-06-22T19:27:05.125Z Compiling openssl-sys v0.9.115
18482026-06-22T19:27:05.154Z Compiling futures-sink v0.3.32
18492026-06-22T19:27:05.259Z Compiling futures-channel v0.3.32
18502026-06-22T19:27:05.348Z Compiling aho-corasick v1.1.4
18512026-06-22T19:27:05.374Z Compiling futures-task v0.3.32
18522026-06-22T19:27:05.397Z Compiling slab v0.4.12
18532026-06-22T19:27:05.474Z Compiling futures-io v0.3.32
18542026-06-22T19:27:05.552Z Compiling dyn-clone v1.0.20
18552026-06-22T19:27:05.675Z Compiling synstructure v0.13.2
18562026-06-22T19:27:05.687Z Compiling serde_derive_internals v0.29.1
18572026-06-22T19:27:05.735Z Compiling pest_meta v2.8.6
18582026-06-22T19:27:05.742Z Compiling crc32fast v1.5.0
18592026-06-22T19:27:05.772Z Compiling plain v0.2.3
18602026-06-22T19:27:05.912Z Compiling openssl v0.10.79
18612026-06-22T19:27:05.919Z Compiling base64 v0.22.1
18622026-06-22T19:27:05.919Z Compiling num-conv v0.2.0
18632026-06-22T19:27:05.991Z Compiling crossbeam-utils v0.8.21
18642026-06-22T19:27:06.083Z Compiling time-core v0.1.8
18652026-06-22T19:27:06.205Z Compiling regex-automata v0.4.14
18662026-06-22T19:27:06.209Z Compiling pretty-hex v0.4.1
18672026-06-22T19:27:06.255Z Compiling time-macros v0.2.27
18682026-06-22T19:27:06.317Z Compiling pest_generator v2.8.6
18692026-06-22T19:27:06.391Z Compiling anyhow v1.0.102
18702026-06-22T19:27:06.406Z Compiling base64ct v1.8.3
18712026-06-22T19:27:06.471Z Compiling native-tls v0.2.18
18722026-06-22T19:27:06.496Z Compiling darling_core v0.21.3
18732026-06-22T19:27:06.516Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18742026-06-22T19:27:07.097Z Compiling pem-rfc7468 v0.7.0
18752026-06-22T19:27:07.102Z Compiling flagset v0.4.7
18762026-06-22T19:27:07.102Z Compiling rand_core v0.9.5
18772026-06-22T19:27:07.102Z Compiling tracing-core v0.1.36
18782026-06-22T19:27:07.102Z Compiling slog v2.8.2
18792026-06-22T19:27:07.102Z Compiling serde_derive v1.0.228
18802026-06-22T19:27:07.102Z Compiling zeroize_derive v1.4.3
18812026-06-22T19:27:07.102Z Compiling zerofrom-derive v0.1.6
18822026-06-22T19:27:07.102Z Compiling yoke-derive v0.8.1
18832026-06-22T19:27:07.102Z Compiling zerovec-derive v0.11.2
18842026-06-22T19:27:07.102Z Compiling displaydoc v0.2.5
18852026-06-22T19:27:07.176Z Compiling zerocopy-derive v0.8.40
18862026-06-22T19:27:07.200Z Compiling tokio-macros v2.7.0
18872026-06-22T19:27:07.237Z Compiling futures-macro v0.3.32
18882026-06-22T19:27:07.596Z Compiling zeroize v1.8.2
18892026-06-22T19:27:07.896Z Compiling thiserror-impl v2.0.18
18902026-06-22T19:27:07.923Z Compiling schemars_derive v0.8.22
18912026-06-22T19:27:08.003Z Compiling tracing-attributes v0.1.31
18922026-06-22T19:27:08.018Z Compiling der_derive v0.7.3
18932026-06-22T19:27:08.076Z Compiling thiserror-impl v1.0.69
18942026-06-22T19:27:08.117Z Compiling zerofrom v0.1.6
18952026-06-22T19:27:08.262Z Compiling yoke v0.8.1
18962026-06-22T19:27:08.458Z Compiling zerovec v0.11.5
18972026-06-22T19:27:08.495Z Compiling zerotrie v0.2.3
18982026-06-22T19:27:08.516Z Compiling crypto-common v0.1.7
18992026-06-22T19:27:08.692Z Compiling block-buffer v0.10.4
19002026-06-22T19:27:08.971Z Compiling digest v0.10.7
19012026-06-22T19:27:09.030Z Compiling tinystr v0.8.2
19022026-06-22T19:27:09.477Z Compiling potential_utf v0.1.4
19032026-06-22T19:27:09.483Z Compiling pest_derive v2.8.6
19042026-06-22T19:27:09.483Z Compiling icu_locale_core v2.1.1
19052026-06-22T19:27:09.483Z Compiling icu_collections v2.1.1
19062026-06-22T19:27:09.483Z Compiling hmac v0.12.1
19072026-06-22T19:27:09.483Z Compiling futures-util v0.3.32
19082026-06-22T19:27:09.483Z Compiling block-padding v0.3.3
19092026-06-22T19:27:09.483Z Compiling sha2 v0.10.9
19102026-06-22T19:27:09.597Z Compiling inout v0.1.4
19112026-06-22T19:27:09.777Z Compiling cipher v0.4.4
19122026-06-22T19:27:09.808Z Compiling rustls-pki-types v1.14.0
19132026-06-22T19:27:09.830Z Compiling scroll_derive v0.12.1
19142026-06-22T19:27:10.025Z Compiling icu_provider v2.1.1
19152026-06-22T19:27:10.050Z Compiling openssl-macros v0.1.1
19162026-06-22T19:27:10.212Z Compiling bytes v1.11.1
19172026-06-22T19:27:10.269Z Compiling chrono v0.4.44
19182026-06-22T19:27:10.448Z Compiling icu_properties v2.1.2
19192026-06-22T19:27:10.466Z Compiling icu_normalizer v2.1.1
19202026-06-22T19:27:10.590Z Compiling serde_tokenstream v0.2.3
19212026-06-22T19:27:10.676Z Compiling scroll_derive v0.13.1
19222026-06-22T19:27:10.790Z Compiling tokio v1.52.1
19232026-06-22T19:27:11.423Z Compiling idna_adapter v1.2.1
19242026-06-22T19:27:11.589Z Compiling idna v1.1.0
19252026-06-22T19:27:11.609Z Compiling ppv-lite86 v0.2.21
19262026-06-22T19:27:11.822Z Compiling http v1.4.0
19272026-06-22T19:27:11.946Z Compiling url v2.5.8
19282026-06-22T19:27:11.963Z Compiling der v0.7.10
19292026-06-22T19:27:12.009Z Compiling darling_macro v0.21.3
19302026-06-22T19:27:12.030Z Compiling regex v1.12.3
19312026-06-22T19:27:12.084Z Compiling zerocopy-derive v0.7.35
19322026-06-22T19:27:12.471Z Compiling untrusted v0.9.0
19332026-06-22T19:27:12.713Z Compiling darling v0.21.3
19342026-06-22T19:27:12.814Z Compiling spki v0.7.3
19352026-06-22T19:27:12.908Z Compiling salsa20 v0.10.2
19362026-06-22T19:27:13.459Z Compiling pbkdf2 v0.12.2
19372026-06-22T19:27:13.464Z Compiling tracing v0.1.44
19382026-06-22T19:27:13.780Z Compiling cookie v0.18.1
19392026-06-22T19:27:13.876Z Compiling camino v1.2.2
19402026-06-22T19:27:14.121Z Compiling scrypt v0.11.0
19412026-06-22T19:27:14.194Z Compiling http-body v1.0.1
19422026-06-22T19:27:14.249Z Compiling rand_chacha v0.9.0
19432026-06-22T19:27:14.271Z Compiling cbc v0.1.2
19442026-06-22T19:27:14.346Z Compiling aes v0.8.4
19452026-06-22T19:27:14.792Z Compiling usdt-impl v0.5.0
19462026-06-22T19:27:14.798Z Compiling openssl-probe v0.2.1
19472026-06-22T19:27:14.798Z Compiling ref-cast v1.0.25
19482026-06-22T19:27:14.798Z Compiling paste v1.0.15
19492026-06-22T19:27:14.798Z Compiling tinyvec_macros v0.1.1
19502026-06-22T19:27:14.798Z Compiling unicode-segmentation v1.12.0
19512026-06-22T19:27:14.798Z Compiling either v1.15.0
19522026-06-22T19:27:14.798Z Compiling tokio-util v0.7.18
19532026-06-22T19:27:14.798Z Compiling untrusted v0.7.1
19542026-06-22T19:27:14.798Z Compiling usdt-impl v0.6.0
19552026-06-22T19:27:14.798Z Compiling winnow v0.7.14
19562026-06-22T19:27:14.851Z Compiling fastrand v2.3.0
19572026-06-22T19:27:14.880Z Compiling pkcs5 v0.7.1
19582026-06-22T19:27:14.923Z Compiling tinyvec v1.10.0
19592026-06-22T19:27:15.013Z Compiling rand v0.9.2
19602026-06-22T19:27:15.357Z Compiling scroll v0.13.0
19612026-06-22T19:27:15.458Z Compiling scroll v0.12.0
19622026-06-22T19:27:15.495Z Compiling toml_datetime v0.6.11
19632026-06-22T19:27:15.611Z Compiling serde_spanned v0.6.9
19642026-06-22T19:27:15.627Z Compiling async-trait v0.1.89
19652026-06-22T19:27:15.646Z Compiling heapless v0.7.17
19662026-06-22T19:27:15.777Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-06-22T19:27:15.799Z Compiling zstd-safe v7.2.4
19682026-06-22T19:27:15.817Z Compiling tower-service v0.3.3
19692026-06-22T19:27:15.909Z Compiling signal-hook v0.3.18
19702026-06-22T19:27:15.932Z Compiling atomic-waker v1.1.2
19712026-06-22T19:27:15.935Z Compiling tower-layer v0.3.3
19722026-06-22T19:27:16.052Z Compiling try-lock v0.2.5
19732026-06-22T19:27:16.077Z Compiling rustix v0.38.44
19742026-06-22T19:27:16.134Z Compiling h2 v0.4.13
19752026-06-22T19:27:16.177Z Compiling want v0.3.1
19762026-06-22T19:27:16.197Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-06-22T19:27:16.780Z Compiling goblin v0.8.2
19782026-06-22T19:27:16.790Z Compiling goblin v0.10.5
19792026-06-22T19:27:16.790Z Compiling pkcs8 v0.10.2
19802026-06-22T19:27:16.790Z Compiling heck v0.4.1
19812026-06-22T19:27:16.790Z Compiling zerocopy v0.7.35
19822026-06-22T19:27:16.855Z Compiling ipnet v2.11.0
19832026-06-22T19:27:16.867Z Compiling ref-cast-impl v1.0.25
19842026-06-22T19:27:16.979Z Compiling darling_core v0.20.11
19852026-06-22T19:27:17.045Z Compiling curve25519-dalek v4.1.3
19862026-06-22T19:27:17.299Z Compiling memoffset v0.9.1
19872026-06-22T19:27:17.427Z Compiling litrs v1.0.0
19882026-06-22T19:27:17.500Z Compiling utf8parse v0.2.2
19892026-06-22T19:27:17.524Z Compiling pin-utils v0.1.0
19902026-06-22T19:27:17.631Z Compiling foreign-types-shared v0.1.1
19912026-06-22T19:27:17.642Z Compiling httpdate v1.0.3
19922026-06-22T19:27:17.709Z Compiling winnow v0.5.40
19932026-06-22T19:27:17.897Z Compiling foreign-types v0.3.2
19942026-06-22T19:27:17.926Z Compiling document-features v0.2.12
19952026-06-22T19:27:17.982Z Compiling tempfile v3.25.0
19962026-06-22T19:27:18.468Z Compiling unicode-normalization v0.1.25
19972026-06-22T19:27:18.482Z Compiling dtrace-parser v0.2.0
19982026-06-22T19:27:18.967Z Compiling dof v0.3.0
19992026-06-22T19:27:19.006Z Compiling darling_macro v0.20.11
20002026-06-22T19:27:19.105Z Compiling toml_edit v0.19.15
20012026-06-22T19:27:19.162Z Compiling dof v0.4.0
20022026-06-22T19:27:19.208Z Compiling hyper v1.8.1
20032026-06-22T19:27:19.518Z Compiling dtrace-parser v0.3.0
20042026-06-22T19:27:19.610Z Compiling pin-project-internal v1.1.11
20052026-06-22T19:27:19.709Z Compiling daft-derive v0.1.7
20062026-06-22T19:27:19.772Z Compiling spin v0.9.8
20072026-06-22T19:27:20.315Z Compiling thread-id v4.2.2
20082026-06-22T19:27:20.325Z Compiling socket2 v0.5.10
20092026-06-22T19:27:20.325Z Compiling thread-id v5.1.0
20102026-06-22T19:27:20.325Z Compiling cfg_aliases v0.2.1
20112026-06-22T19:27:20.325Z Compiling anstyle v1.0.14
20122026-06-22T19:27:20.325Z Compiling smoltcp v0.9.1
20132026-06-22T19:27:20.325Z Compiling num-bigint-dig v0.8.6
20142026-06-22T19:27:20.325Z Compiling powerfmt v0.2.0
20152026-06-22T19:27:20.342Z Compiling hyper-util v0.1.20
20162026-06-22T19:27:20.371Z Compiling nix v0.31.2
20172026-06-22T19:27:20.466Z Compiling deranged v0.5.8
20182026-06-22T19:27:20.743Z Compiling darling v0.20.11
20192026-06-22T19:27:20.840Z Compiling rustls-native-certs v0.8.3
20202026-06-22T19:27:20.878Z Compiling ipnetwork v0.21.1
20212026-06-22T19:27:21.076Z Compiling curve25519-dalek-derive v0.1.1
20222026-06-22T19:27:21.106Z Compiling strum_macros v0.26.4
20232026-06-22T19:27:21.416Z Compiling sync_wrapper v1.0.2
20242026-06-22T19:27:21.503Z Compiling wait-timeout v0.2.1
20252026-06-22T19:27:21.571Z Compiling siphasher v1.0.2
20262026-06-22T19:27:22.188Z Compiling quick-error v1.2.3
20272026-06-22T19:27:22.191Z Compiling is_terminal_polyfill v1.70.2
20282026-06-22T19:27:22.191Z Compiling colorchoice v1.0.4
20292026-06-22T19:27:22.191Z Compiling num_threads v0.1.7
20302026-06-22T19:27:22.191Z Compiling anstyle-query v1.1.5
20312026-06-22T19:27:22.191Z Compiling simd-adler32 v0.3.8
20322026-06-22T19:27:22.191Z Compiling bit-vec v0.8.0
20332026-06-22T19:27:22.191Z Compiling time v0.3.47
20342026-06-22T19:27:22.256Z Compiling rusty-fork v0.3.1
20352026-06-22T19:27:22.295Z Compiling bit-set v0.8.0
20362026-06-22T19:27:22.344Z Compiling tower v0.5.3
20372026-06-22T19:27:22.556Z Compiling derive_builder_core v0.20.2
20382026-06-22T19:27:22.707Z Compiling snafu-derive v0.8.9
20392026-06-22T19:27:22.720Z Compiling http-body-util v0.1.3
20402026-06-22T19:27:22.826Z Compiling webpki-roots v1.0.6
20412026-06-22T19:27:22.953Z Compiling signature v2.2.0
20422026-06-22T19:27:22.973Z Compiling hubpack_derive v0.1.1
20432026-06-22T19:27:23.776Z Compiling strum_macros v0.27.2
20442026-06-22T19:27:24.191Z Compiling rand_xorshift v0.4.0
20452026-06-22T19:27:24.191Z Compiling fs-err v3.3.0
20462026-06-22T19:27:24.191Z Compiling ahash v0.8.12
20472026-06-22T19:27:24.191Z Compiling unicode-bidi v0.3.18
20482026-06-22T19:27:24.191Z Compiling adler2 v2.0.1
20492026-06-22T19:27:24.202Z Compiling unarray v0.1.4
20502026-06-22T19:27:24.202Z Compiling ryu v1.0.23
20512026-06-22T19:27:24.202Z Compiling iri-string v0.7.10
20522026-06-22T19:27:24.203Z Compiling allocator-api2 v0.2.21
20532026-06-22T19:27:24.203Z Compiling unicode-properties v0.1.4
20542026-06-22T19:27:24.203Z Compiling object v0.37.3
20552026-06-22T19:27:24.665Z Compiling serde_urlencoded v0.7.1
20562026-06-22T19:27:24.671Z Compiling stringprep v0.1.5
20572026-06-22T19:27:24.671Z Compiling proptest v1.10.0
20582026-06-22T19:27:24.671Z Compiling miniz_oxide v0.8.9
20592026-06-22T19:27:24.881Z Compiling derive_builder_macro v0.20.2
20602026-06-22T19:27:25.020Z Compiling tokio-native-tls v0.3.1
20612026-06-22T19:27:25.096Z Compiling tower-http v0.6.8
20622026-06-22T19:27:25.218Z Compiling usdt-attr-macro v0.6.0
20632026-06-22T19:27:25.231Z Compiling usdt-macro v0.6.0
20642026-06-22T19:27:25.379Z Compiling anstyle-parse v1.0.0
20652026-06-22T19:27:25.700Z Compiling rand_chacha v0.3.1
20662026-06-22T19:27:25.741Z Compiling erased-serde v0.3.31
20672026-06-22T19:27:25.761Z Compiling md-5 v0.10.6
20682026-06-22T19:27:25.907Z Compiling bstr v1.12.1
20692026-06-22T19:27:25.990Z Compiling num-integer v0.1.46
20702026-06-22T19:27:26.099Z Compiling hash32 v0.2.1
20712026-06-22T19:27:26.183Z Compiling vergen-lib v9.1.0
20722026-06-22T19:27:26.199Z Compiling ff v0.13.1
20732026-06-22T19:27:26.676Z Compiling encoding_rs v0.8.35
20742026-06-22T19:27:26.685Z Compiling psl-types v2.0.11
20752026-06-22T19:27:26.685Z Compiling base16ct v0.2.0
20762026-06-22T19:27:26.685Z Compiling mime v0.3.17
20772026-06-22T19:27:26.685Z Compiling zlib-rs v0.6.2
20782026-06-22T19:27:26.685Z Compiling fallible-iterator v0.2.0
20792026-06-22T19:27:26.685Z Compiling sec1 v0.7.3
20802026-06-22T19:27:26.685Z Compiling publicsuffix v2.3.0
20812026-06-22T19:27:26.692Z Compiling newtype-uuid v1.3.2
20822026-06-22T19:27:26.761Z Compiling postgres-protocol v0.6.10
20832026-06-22T19:27:26.803Z Compiling group v0.13.0
20842026-06-22T19:27:26.903Z Compiling num-iter v0.1.45
20852026-06-22T19:27:27.042Z Compiling rand v0.8.6
20862026-06-22T19:27:27.415Z Compiling oxnet v0.1.6
20872026-06-22T19:27:27.630Z Compiling anstream v1.0.0
20882026-06-22T19:27:27.634Z Compiling derive_builder v0.20.2
20892026-06-22T19:27:27.634Z Compiling hyper-tls v0.6.0
20902026-06-22T19:27:27.699Z Compiling phf_shared v0.13.1
20912026-06-22T19:27:27.808Z Compiling pin-project v1.1.11
20922026-06-22T19:27:27.881Z Compiling lazy_static v1.5.0
20932026-06-22T19:27:27.902Z Compiling anstyle-parse v0.2.7
20942026-06-22T19:27:28.001Z Compiling terminal_size v0.4.3
20952026-06-22T19:27:28.011Z Compiling serde_with_macros v3.17.0
20962026-06-22T19:27:28.036Z Compiling futures-executor v0.3.32
20972026-06-22T19:27:28.456Z Compiling hex v0.4.3
20982026-06-22T19:27:28.866Z Compiling hkdf v0.12.4
20992026-06-22T19:27:28.866Z Compiling crypto-bigint v0.5.5
21002026-06-22T19:27:28.866Z Compiling async-recursion v1.1.1
21012026-06-22T19:27:28.866Z Compiling serde_repr v0.1.20
21022026-06-22T19:27:28.866Z Compiling enum-as-inner v0.6.1
21032026-06-22T19:27:28.866Z Compiling clap_derive v4.6.1
21042026-06-22T19:27:28.866Z Compiling vergen v9.1.0
21052026-06-22T19:27:28.871Z Compiling flate2 v1.1.9
21062026-06-22T19:27:28.871Z Compiling cargo-platform v0.3.2
21072026-06-22T19:27:28.871Z Compiling managed v0.8.0
21082026-06-22T19:27:28.871Z Compiling bumpalo v3.20.2
21092026-06-22T19:27:28.947Z Compiling same-file v1.0.6
21102026-06-22T19:27:28.976Z Compiling bitflags v1.3.2
21112026-06-22T19:27:29.072Z Compiling foldhash v0.1.5
21122026-06-22T19:27:29.114Z Compiling libbz2-rs-sys v0.2.2
21132026-06-22T19:27:29.542Z Compiling foldhash v0.2.0
21142026-06-22T19:27:29.955Z Compiling clap_lex v1.0.0
21152026-06-22T19:27:29.955Z Compiling hashbrown v0.15.5
21162026-06-22T19:27:29.955Z Compiling clap_builder v4.6.0
21172026-06-22T19:27:29.955Z Compiling hashbrown v0.16.1
21182026-06-22T19:27:29.955Z Compiling elliptic-curve v0.13.8
21192026-06-22T19:27:29.958Z Compiling bzip2 v0.6.1
21202026-06-22T19:27:29.958Z Compiling walkdir v2.5.0
21212026-06-22T19:27:29.958Z Compiling zopfli v0.8.3
21222026-06-22T19:27:29.958Z Compiling cargo_metadata v0.23.1
21232026-06-22T19:27:30.046Z Compiling futures v0.3.32
21242026-06-22T19:27:30.061Z Compiling zstd v0.13.3
21252026-06-22T19:27:30.361Z Compiling anstream v0.6.21
21262026-06-22T19:27:30.719Z Compiling phf v0.13.1
21272026-06-22T19:27:30.735Z Compiling snafu v0.8.9
21282026-06-22T19:27:31.091Z Compiling daft v0.1.7
21292026-06-22T19:27:31.107Z Compiling cookie_store v0.22.1
21302026-06-22T19:27:31.249Z Compiling signal-hook-mio v0.2.5
21312026-06-22T19:27:31.335Z Compiling postgres-types v0.2.12
21322026-06-22T19:27:31.387Z Compiling bzip2 v0.4.4
21332026-06-22T19:27:31.399Z Compiling globset v0.4.18
21342026-06-22T19:27:31.402Z Compiling strum v0.27.2
21352026-06-22T19:27:31.682Z Compiling hubpack v0.1.2
21362026-06-22T19:27:31.710Z Compiling ed25519 v2.2.3
21372026-06-22T19:27:31.728Z Compiling phf_shared v0.11.3
21382026-06-22T19:27:31.795Z Compiling crossbeam-epoch v0.9.18
21392026-06-22T19:27:31.817Z Compiling olpc-cjson v0.1.4
21402026-06-22T19:27:31.847Z Compiling pkcs1 v0.7.5
21412026-06-22T19:27:31.914Z Compiling pem v3.0.6
21422026-06-22T19:27:31.990Z Compiling serde-big-array v0.5.1
21432026-06-22T19:27:32.009Z Compiling serde_plain v1.0.2
21442026-06-22T19:27:32.052Z Compiling rfc6979 v0.4.0
21452026-06-22T19:27:32.182Z Compiling float-cmp v0.10.0
21462026-06-22T19:27:32.199Z Compiling memmap2 v0.9.10
21472026-06-22T19:27:32.220Z Compiling env_filter v1.0.0
21482026-06-22T19:27:32.234Z Compiling new_debug_unreachable v1.0.6
21492026-06-22T19:27:32.234Z Compiling fixedbitset v0.5.7
21502026-06-22T19:27:32.266Z Compiling jiff v0.2.21
21512026-06-22T19:27:32.318Z Compiling normalize-line-endings v0.3.0
21522026-06-22T19:27:32.335Z Compiling static_assertions v1.1.0
21532026-06-22T19:27:32.355Z Compiling keccak v0.1.6
21542026-06-22T19:27:32.441Z Compiling toml_write v0.1.2
21552026-06-22T19:27:32.856Z Compiling fixedbitset v0.4.2
21562026-06-22T19:27:32.860Z Compiling predicates-core v1.0.10
21572026-06-22T19:27:32.860Z Compiling typed-path v0.9.3
21582026-06-22T19:27:32.860Z Compiling difflib v0.4.0
21592026-06-22T19:27:32.860Z Compiling whoami v2.1.0
21602026-06-22T19:27:32.860Z Compiling precomputed-hash v0.1.1
21612026-06-22T19:27:32.860Z Compiling data-encoding v2.10.0
21622026-06-22T19:27:32.860Z Compiling toml_edit v0.22.27
21632026-06-22T19:27:32.860Z Compiling string_cache v0.8.9
21642026-06-22T19:27:32.912Z Compiling predicates v3.1.4
21652026-06-22T19:27:33.385Z Compiling hickory-proto v0.25.2
21662026-06-22T19:27:33.799Z Compiling tokio-postgres v0.7.16
21672026-06-22T19:27:33.799Z Compiling petgraph v0.6.5
21682026-06-22T19:27:33.799Z Compiling sha3 v0.10.8
21692026-06-22T19:27:33.799Z Compiling petgraph v0.8.3
21702026-06-22T19:27:33.825Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21712026-06-22T19:27:33.825Z Compiling env_logger v0.11.9
21722026-06-22T19:27:33.825Z Compiling usdt v0.6.0
21732026-06-22T19:27:33.988Z Compiling ecdsa v0.16.9
21742026-06-22T19:27:34.011Z Compiling rsa v0.9.10
21752026-06-22T19:27:34.410Z Compiling ed25519-dalek v2.2.0
21762026-06-22T19:27:35.051Z Compiling zip v4.6.1
21772026-06-22T19:27:35.575Z Compiling zip v0.6.6
21782026-06-22T19:27:35.578Z Compiling crossterm v0.28.1
21792026-06-22T19:27:35.578Z Compiling iddqd v0.4.2
21802026-06-22T19:27:35.957Z Compiling clap v4.6.1
21812026-06-22T19:27:36.070Z Compiling serde_with v3.17.0
21822026-06-22T19:27:36.102Z Compiling similar v2.7.0
21832026-06-22T19:27:36.157Z Compiling strum v0.26.3
21842026-06-22T19:27:36.304Z Compiling toml v0.7.8
21852026-06-22T19:27:36.383Z Compiling tokio-stream v0.1.18
21862026-06-22T19:27:36.795Z Compiling itertools v0.13.0
21872026-06-22T19:27:36.798Z Compiling buf-list v1.1.2
21882026-06-22T19:27:36.798Z Compiling x509-cert v0.2.5
21892026-06-22T19:27:36.858Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-06-22T19:27:36.885Z Compiling openapiv3 v2.2.0
21912026-06-22T19:27:37.162Z Compiling sha1 v0.10.6
21922026-06-22T19:27:37.506Z Compiling peg-runtime v0.8.5
21932026-06-22T19:27:37.637Z Compiling lalrpop-util v0.19.12
21942026-06-22T19:27:52.730Z Compiling rustls-webpki v0.103.9
21952026-06-22T19:27:54.081Z Compiling macaddr v1.0.1
21962026-06-22T19:27:54.111Z Compiling structmeta-derive v0.3.0
21972026-06-22T19:27:54.286Z Compiling rayon-core v1.13.0
21982026-06-22T19:27:54.363Z Compiling crucible-workspace-hack v0.1.0
21992026-06-22T19:27:54.393Z Compiling itertools v0.14.0
22002026-06-22T19:27:54.413Z Compiling secrecy v0.10.3
22012026-06-22T19:27:54.533Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-22T19:27:54.551Z Compiling toml_datetime v0.7.5+spec-1.1.0
22032026-06-22T19:27:54.606Z Compiling heapless v0.8.0
22042026-06-22T19:27:55.030Z Compiling rustls v0.22.4
22052026-06-22T19:27:55.033Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-22T19:27:55.034Z Compiling crossbeam-deque v0.8.6
22072026-06-22T19:27:55.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-22T19:27:55.034Z Compiling rustls-webpki v0.102.8
22092026-06-22T19:27:55.034Z Compiling hash32 v0.3.1
22102026-06-22T19:27:55.034Z Compiling multer v3.1.0
22112026-06-22T19:27:55.109Z Compiling thread_local v1.1.9
22122026-06-22T19:27:55.145Z Compiling unicode-width v0.2.0
22132026-06-22T19:27:55.157Z Compiling structmeta v0.3.0
22142026-06-22T19:27:55.191Z Compiling smoltcp v0.11.0
22152026-06-22T19:27:55.195Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-06-22T19:27:55.239Z Compiling slog-async v2.8.0
22172026-06-22T19:27:55.403Z Compiling compression-core v0.4.31
22182026-06-22T19:27:55.442Z Compiling match_cfg v0.1.0
22192026-06-22T19:27:55.509Z Compiling hostname v0.3.1
22202026-06-22T19:27:55.565Z Compiling compression-codecs v0.4.37
22212026-06-22T19:27:55.595Z Compiling derive-ex v0.1.8
22222026-06-22T19:27:55.644Z Compiling proc-macro-crate v3.4.0
22232026-06-22T19:27:55.677Z Compiling ingot-macros v0.1.1
22242026-06-22T19:27:55.738Z Compiling atomicwrites v0.4.4
22252026-06-22T19:27:55.814Z Compiling slog-json v2.6.1
22262026-06-22T19:27:56.345Z Compiling crossbeam-channel v0.5.15
22272026-06-22T19:27:56.369Z Compiling half v2.7.1
22282026-06-22T19:27:56.369Z Compiling newtype-uuid-macros v0.1.0
22292026-06-22T19:27:56.369Z Compiling cobs v0.3.0
22302026-06-22T19:27:56.369Z Compiling tokio-rustls v0.26.4
22312026-06-22T19:27:56.395Z Compiling rustls-platform-verifier v0.6.2
22322026-06-22T19:27:56.407Z Compiling universal-hash v0.5.1
22332026-06-22T19:27:56.492Z Compiling hyper-rustls v0.27.7
22342026-06-22T19:27:56.597Z Compiling thiserror-impl-no-std v2.0.2
22352026-06-22T19:27:57.033Z Compiling async-stream-impl v0.3.6
22362026-06-22T19:27:57.499Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-06-22T19:27:57.499Z Compiling reqwest v0.12.28
22382026-06-22T19:27:57.499Z Compiling reqwest v0.13.2
22392026-06-22T19:27:57.499Z Compiling serde_spanned v1.0.4
22402026-06-22T19:27:57.499Z Compiling is-terminal v0.4.17
22412026-06-22T19:27:57.522Z Compiling dropshot v0.17.0
22422026-06-22T19:27:57.522Z Compiling proc-macro-error-attr v1.0.4
22432026-06-22T19:27:57.522Z Compiling convert_case v0.4.0
22442026-06-22T19:27:57.522Z Compiling opaque-debug v0.3.1
22452026-06-22T19:27:57.522Z Compiling term v1.2.1
22462026-06-22T19:27:57.522Z Compiling ciborium-io v0.2.2
22472026-06-22T19:27:57.522Z Compiling take_mut v0.2.2
22482026-06-22T19:27:57.522Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-06-22T19:27:57.522Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22502026-06-22T19:27:57.522Z Compiling derive_more v0.99.20
22512026-06-22T19:27:57.629Z Compiling toml v1.0.6+spec-1.1.0
22522026-06-22T19:27:57.645Z Compiling tokio-rustls v0.25.0
22532026-06-22T19:27:57.661Z Compiling slog-term v2.9.2
22542026-06-22T19:27:57.665Z Compiling thiserror-no-std v2.0.2
22552026-06-22T19:27:57.792Z Compiling ciborium-ll v0.2.2
22562026-06-22T19:27:57.915Z Compiling poly1305 v0.8.0
22572026-06-22T19:27:57.942Z Compiling async-stream v0.3.6
22582026-06-22T19:27:58.495Z Compiling test-strategy v0.4.5
22592026-06-22T19:27:58.500Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-22T19:27:58.500Z Compiling ingot-types v0.1.2
22612026-06-22T19:27:58.556Z Compiling tough v0.22.0
22622026-06-22T19:27:58.746Z Compiling ingot v0.1.1
22632026-06-22T19:27:59.164Z Compiling postcard v1.1.3
22642026-06-22T19:27:59.170Z Compiling num_enum_derive v0.7.6
22652026-06-22T19:27:59.176Z Compiling slog-bunyan v2.5.0
22662026-06-22T19:27:59.312Z Compiling async-compression v0.4.41
22672026-06-22T19:27:59.442Z Compiling parse-display-derive v0.10.0
22682026-06-22T19:27:59.722Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22692026-06-22T19:27:59.867Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-06-22T19:28:00.024Z Compiling proc-macro-crate v1.3.1
22712026-06-22T19:28:00.061Z Compiling waitgroup v0.1.2
22722026-06-22T19:28:00.545Z Compiling backon v1.6.0
22732026-06-22T19:28:00.560Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22742026-06-22T19:28:00.560Z Compiling password-hash v0.5.0
22752026-06-22T19:28:00.560Z Compiling chacha20 v0.9.1
22762026-06-22T19:28:00.560Z Compiling dropshot_endpoint v0.17.0
22772026-06-22T19:28:00.560Z Compiling rustls-pemfile v2.2.0
22782026-06-22T19:28:01.031Z Compiling blake2 v0.10.6
22792026-06-22T19:28:01.103Z Compiling aead v0.5.2
22802026-06-22T19:28:01.103Z Compiling foreign-types-macros v0.2.3
22812026-06-22T19:28:01.103Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22822026-06-22T19:28:01.262Z Compiling serde_path_to_error v0.1.20
22832026-06-22T19:28:01.262Z Compiling hostname v0.4.2
22842026-06-22T19:28:01.329Z Compiling proc-macro-error v1.0.4
22852026-06-22T19:28:01.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22862026-06-22T19:28:01.372Z Compiling instant v0.1.13
22872026-06-22T19:28:02.228Z Compiling typeid v1.0.3
22882026-06-22T19:28:02.228Z Compiling debug-ignore v1.0.5
22892026-06-22T19:28:02.228Z Compiling foreign-types-shared v0.3.1
22902026-06-22T19:28:02.333Z Compiling cpufeatures v0.3.0
22912026-06-22T19:28:02.333Z Compiling backoff v0.4.0
22922026-06-22T19:28:02.333Z Compiling chacha20 v0.10.0
22932026-06-22T19:28:02.333Z Compiling foreign-types v0.5.0
22942026-06-22T19:28:02.333Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22952026-06-22T19:28:02.333Z Compiling parse-display v0.10.0
22962026-06-22T19:28:02.333Z Compiling argon2 v0.5.3
22972026-06-22T19:28:02.333Z Compiling chacha20poly1305 v0.10.1
22982026-06-22T19:28:02.333Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22992026-06-22T19:28:02.333Z Compiling num_enum_derive v0.5.11
23002026-06-22T19:28:02.333Z Compiling num_enum v0.7.6
23012026-06-22T19:28:02.333Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-06-22T19:28:02.333Z Compiling ciborium v0.2.2
23032026-06-22T19:28:02.333Z Compiling vsss-rs v3.3.4
23042026-06-22T19:28:02.333Z Compiling tabwriter v1.4.1
23052026-06-22T19:28:02.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-06-22T19:28:02.364Z Compiling regress v0.10.5
23072026-06-22T19:28:02.896Z Compiling byte-wrapper v0.1.0
23082026-06-22T19:28:02.907Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23092026-06-22T19:28:02.907Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23102026-06-22T19:28:02.908Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-06-22T19:28:02.908Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23122026-06-22T19:28:02.908Z Compiling cstr-argument v0.1.2
23132026-06-22T19:28:02.918Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-06-22T19:28:03.032Z Compiling humantime v2.3.0
23152026-06-22T19:28:03.133Z Compiling erased-serde v0.4.9
23162026-06-22T19:28:03.172Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-06-22T19:28:03.304Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-06-22T19:28:03.335Z Compiling num_enum v0.5.11
23192026-06-22T19:28:03.350Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-06-22T19:28:03.410Z Compiling rand v0.10.0
23212026-06-22T19:28:03.455Z Compiling rayon v1.11.0
23222026-06-22T19:28:03.484Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-06-22T19:28:03.501Z Compiling colored v3.1.1
23242026-06-22T19:28:03.578Z Compiling indent_write v2.2.0
23252026-06-22T19:28:03.596Z Compiling libefi-sys v0.1.0
23262026-06-22T19:28:03.615Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23272026-06-22T19:28:03.738Z Compiling zone_cfg_derive v0.3.1
23282026-06-22T19:28:03.793Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23292026-06-22T19:28:03.871Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-06-22T19:28:03.888Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23312026-06-22T19:28:03.891Z Compiling camino-tempfile v1.4.1
23322026-06-22T19:28:04.137Z Compiling itertools v0.12.1
23332026-06-22T19:28:04.223Z Compiling usdt-macro v0.5.0
23342026-06-22T19:28:04.644Z Compiling usdt-attr-macro v0.5.0
23352026-06-22T19:28:04.648Z Compiling bitfield-struct v0.6.2
23362026-06-22T19:28:04.648Z Compiling num-derive v0.4.2
23372026-06-22T19:28:04.648Z Compiling blake3 v1.8.3
23382026-06-22T19:28:04.648Z Compiling ordered-float v2.10.1
23392026-06-22T19:28:04.769Z Compiling memmap v0.7.0
23402026-06-22T19:28:05.212Z Compiling sigpipe v0.1.3
23412026-06-22T19:28:05.212Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-06-22T19:28:05.212Z Compiling swrite v0.1.0
23432026-06-22T19:28:05.212Z Compiling glob v0.3.3
23442026-06-22T19:28:05.212Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-06-22T19:28:05.212Z Compiling usdt v0.5.0
23462026-06-22T19:28:05.212Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23472026-06-22T19:28:05.312Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23482026-06-22T19:28:05.384Z Compiling serde-value v0.7.0
23492026-06-22T19:28:05.580Z Compiling zone v0.3.1
23502026-06-22T19:28:05.619Z Compiling serde-untagged v0.1.9
23512026-06-22T19:28:05.702Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23522026-06-22T19:28:05.934Z Compiling toml v0.8.23
23532026-06-22T19:28:05.949Z Compiling smf v0.2.3
23542026-06-22T19:28:06.006Z Compiling filetime v0.2.27
23552026-06-22T19:28:06.021Z Compiling whoami v1.6.1
23562026-06-22T19:28:06.037Z Compiling constant_time_eq v0.4.2
23572026-06-22T19:28:06.040Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-06-22T19:28:06.129Z Compiling xattr v1.6.1
23592026-06-22T19:28:06.146Z Compiling unicode-xid v0.2.6
23602026-06-22T19:28:06.663Z Compiling arrayvec v0.7.6
23612026-06-22T19:28:06.691Z Compiling arrayref v0.3.9
23622026-06-22T19:28:06.692Z Compiling tar v0.4.45
23632026-06-22T19:28:06.692Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-22T19:28:06.692Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-06-22T19:28:06.692Z Compiling tokio-dtrace v0.1.1
23662026-06-22T19:28:06.692Z Compiling cargo-util-schemas v0.8.2
23672026-06-22T19:28:06.692Z Compiling console v0.16.2
23682026-06-22T19:28:06.738Z Compiling gethostname v0.5.0
23692026-06-22T19:28:06.886Z Compiling cargo-platform v0.2.0
23702026-06-22T19:28:07.005Z Compiling unit-prefix v0.5.2
23712026-06-22T19:28:07.081Z Compiling topological-sort v0.2.2
23722026-06-22T19:28:07.115Z Compiling oxide-tokio-rt v0.1.4
23732026-06-22T19:28:07.191Z Compiling indicatif v0.18.4
23742026-06-22T19:28:07.208Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-22T19:28:07.279Z Compiling shell-words v1.1.1
23762026-06-22T19:28:07.675Z Compiling cargo_metadata v0.21.0
23772026-06-22T19:28:16.951Z Compiling omicron-zone-package v0.12.2
23782026-06-22T19:28:16.967Z Compiling progenitor-client v0.14.0
23792026-06-22T19:28:17.483Z Compiling progenitor-extras v0.2.0
23802026-06-22T19:28:19.851Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-22T19:28:19.910Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-06-22T19:28:20.064Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-22T19:28:20.570Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-22T19:28:20.570Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-06-22T19:28:20.570Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-06-22T19:28:20.686Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-22T19:28:20.686Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-06-22T19:28:20.686Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-06-22T19:28:23.998Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-22T19:28:32.017Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-22T19:28:35.168Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-22T19:28:36.154Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-22T19:28:46.435Z Finished `release` profile [optimized] target(s) in 1m 46s
23942026-06-22T19:28:46.551Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-22T19:28:46.601ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-22T19:28:46.605ZCreated new build target 'test' and set it as active
23972026-06-22T19:28:46.605Z
23982026-06-22T19:28:46.605Zreal 1:46.291386998
23992026-06-22T19:28:46.605Zuser 17:19.752401258
24002026-06-22T19:28:46.605Zsys 2:39.954147789
24012026-06-22T19:28:46.605Ztrap 0.476813259
24022026-06-22T19:28:46.605Ztflt 2.869703987
24032026-06-22T19:28:46.605Zdflt 4.550174833
24042026-06-22T19:28:46.605Zkflt 0.000525580
24052026-06-22T19:28:46.605Zlock 54:00.429259219
24062026-06-22T19:28:46.605Zslp 44:25.342140766
24072026-06-22T19:28:46.605Zlat 41.526176525
24082026-06-22T19:28:46.605Zstop 5:17.372303509
24092026-06-22T19:28:46.612Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-22T19:28:47.439Z Finished `release` profile [optimized] target(s) in 0.80s
24112026-06-22T19:28:47.488Z Running `target/release/omicron-package -t test package`
24122026-06-22T19:28:47.550ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-22T19:28:48.929Z Compiling heck v0.5.0
24142026-06-22T19:28:48.933Z Compiling regress v0.11.1
24152026-06-22T19:28:49.149Z Compiling unsafe-libyaml v0.2.11
24162026-06-22T19:28:49.187Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-22T19:28:49.212Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-06-22T19:28:49.235Z Compiling unicode-width v0.1.14
24192026-06-22T19:28:49.235Z Compiling atomicwrites v0.4.4
24202026-06-22T19:28:49.257Z Compiling derive-where v1.6.0
24212026-06-22T19:28:49.275Z Compiling bytecount v0.6.9
24222026-06-22T19:28:49.319Z Compiling is-terminal v0.4.17
24232026-06-22T19:28:49.324Z Compiling prettyplease v0.2.37
24242026-06-22T19:28:49.324Z Compiling console v0.15.11
24252026-06-22T19:28:49.324Z Compiling newline-converter v0.3.0
24262026-06-22T19:28:49.324Z Compiling slog-dtrace v0.3.0
24272026-06-22T19:28:49.807Z Compiling owo-colors v4.3.0
24282026-06-22T19:28:49.812Z Compiling cancel-safe-futures v0.1.5
24292026-06-22T19:28:49.813Z Compiling resolv-conf v0.7.6
24302026-06-22T19:28:49.813Z Compiling rustls v0.22.4
24312026-06-22T19:28:49.813Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-06-22T19:28:49.813Z Compiling num-rational v0.4.2
24332026-06-22T19:28:49.813Z Compiling libsw-core v0.3.2
24342026-06-22T19:28:49.813Z Compiling rustls-webpki v0.102.8
24352026-06-22T19:28:49.813Z Compiling num-complex v0.4.6
24362026-06-22T19:28:49.813Z Compiling serde_yaml v0.9.34+deprecated
24372026-06-22T19:28:49.819Z Compiling expectorate v1.2.0
24382026-06-22T19:28:49.819Z Compiling thread_local v1.1.9
24392026-06-22T19:28:49.853Z Compiling match_cfg v0.1.0
24402026-06-22T19:28:49.875Z Compiling compression-core v0.4.31
24412026-06-22T19:28:49.967Z Compiling hostname v0.3.1
24422026-06-22T19:28:50.061Z Compiling compression-codecs v0.4.37
24432026-06-22T19:28:50.110Z Compiling num v0.4.3
24442026-06-22T19:28:50.166Z Compiling libsw v3.5.0
24452026-06-22T19:28:50.215Z Compiling multer v3.1.0
24462026-06-22T19:28:50.283Z Compiling slog-async v2.8.0
24472026-06-22T19:28:50.342Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-06-22T19:28:50.359Z Compiling crossbeam-channel v0.5.15
24492026-06-22T19:28:50.363Z Compiling slog-json v2.6.1
24502026-06-22T19:28:50.412Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-22T19:28:50.467Z Compiling serde_spanned v1.0.4
24522026-06-22T19:28:50.525Z Compiling toml_writer v1.0.6+spec-1.1.0
24532026-06-22T19:28:50.548Z Compiling term v1.2.1
24542026-06-22T19:28:50.573Z Compiling linked-hash-map v0.5.6
24552026-06-22T19:28:50.608Z Compiling linear-map v1.2.0
24562026-06-22T19:28:50.628Z Compiling float-ord v0.3.2
24572026-06-22T19:28:50.650Z Compiling take_mut v0.2.2
24582026-06-22T19:28:50.721Z Compiling typify-impl v0.6.2
24592026-06-22T19:28:50.743Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24602026-06-22T19:28:50.776Z Compiling lru-cache v0.1.2
24612026-06-22T19:28:50.829Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622026-06-22T19:28:50.843Z Compiling toml v1.0.6+spec-1.1.0
24632026-06-22T19:28:50.859Z Compiling slog-term v2.9.2
24642026-06-22T19:28:50.863Z Compiling slog-bunyan v2.5.0
24652026-06-22T19:28:51.077Z Compiling async-compression v0.4.41
24662026-06-22T19:28:51.118Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-06-22T19:28:51.204Z Compiling async-stream v0.3.6
24682026-06-22T19:28:51.232Z Compiling dropshot v0.17.0
24692026-06-22T19:28:51.290Z Compiling progenitor-client v0.14.0
24702026-06-22T19:28:51.306Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-06-22T19:28:51.391Z Compiling waitgroup v0.1.2
24722026-06-22T19:28:51.411Z Compiling backon v1.6.0
24732026-06-22T19:28:51.434Z Compiling rustls-pemfile v2.2.0
24742026-06-22T19:28:51.481Z Compiling serde_path_to_error v0.1.20
24752026-06-22T19:28:51.520Z Compiling hostname v0.4.2
24762026-06-22T19:28:51.550Z Compiling instant v0.1.13
24772026-06-22T19:28:51.621Z Compiling minimal-lexical v0.2.1
24782026-06-22T19:28:51.652Z Compiling debug-ignore v1.0.5
24792026-06-22T19:28:51.674Z Compiling backoff v0.4.0
24802026-06-22T19:28:51.693Z Compiling progenitor-extras v0.2.0
24812026-06-22T19:28:51.703Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24822026-06-22T19:28:51.789Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-06-22T19:28:51.860Z Compiling nom v7.1.3
24842026-06-22T19:28:51.896Z Compiling tokio-rustls v0.25.0
24852026-06-22T19:28:51.970Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-06-22T19:28:52.007Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24872026-06-22T19:28:52.019Z Compiling parse-display v0.10.0
24882026-06-22T19:28:52.074Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-06-22T19:28:52.179Z Compiling hickory-proto v0.24.4
24902026-06-22T19:28:52.303Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24912026-06-22T19:28:52.746Z Compiling regress v0.10.5
24922026-06-22T19:28:52.984Z Compiling macaddr v1.0.1
24932026-06-22T19:28:53.139Z Compiling humantime v2.3.0
24942026-06-22T19:28:53.240Z Compiling unicode-xid v0.2.6
24952026-06-22T19:28:53.282Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-06-22T19:28:53.395Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24972026-06-22T19:28:53.467Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-06-22T19:28:53.522Z Compiling convert_case v0.10.0
24992026-06-22T19:28:53.583Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-06-22T19:28:53.771Z Compiling toml v0.8.23
25012026-06-22T19:28:53.835Z Compiling derive_more-impl v2.1.1
25022026-06-22T19:28:54.032Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-06-22T19:28:54.297Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-22T19:28:54.343Z Compiling typify-macro v0.6.2
25052026-06-22T19:28:54.396Z Compiling papergrid v0.11.0
25062026-06-22T19:28:54.468Z Compiling tabled_derive v0.7.0
25072026-06-22T19:28:54.639Z Compiling derive_more v2.1.1
25082026-06-22T19:28:54.758Z Compiling hickory-resolver v0.24.4
25092026-06-22T19:28:54.828Z Compiling termtree v0.5.1
25102026-06-22T19:28:54.849Z Compiling crossterm v0.29.0
25112026-06-22T19:28:55.052Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25122026-06-22T19:28:55.389Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-06-22T19:28:55.938Z Compiling typify v0.6.2
25142026-06-22T19:28:56.484Z Compiling progenitor-impl v0.14.0
25152026-06-22T19:28:56.698Z Compiling qorb v0.4.1
25162026-06-22T19:28:56.897Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-06-22T19:28:57.185Z Compiling tabled v0.15.0
25182026-06-22T19:28:57.844Z Compiling phf_shared v0.12.1
25192026-06-22T19:28:58.099Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25202026-06-22T19:28:58.311Z Compiling progenitor-macro v0.14.0
25212026-06-22T19:28:58.623Z Compiling csv-core v0.1.13
25222026-06-22T19:28:59.086Z Compiling vte v0.14.1
25232026-06-22T19:28:59.174Z Compiling highway v1.3.0
25242026-06-22T19:28:59.686Z Compiling chrono-tz v0.10.4
25252026-06-22T19:28:59.931Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-06-22T19:28:59.967Z Compiling strip-ansi-escapes v0.2.1
25272026-06-22T19:29:00.058Z Compiling csv v1.4.0
25282026-06-22T19:29:00.379Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292026-06-22T19:29:00.490Z Compiling phf v0.12.1
25302026-06-22T19:29:00.548Z Compiling const_format_proc_macros v0.2.34
25312026-06-22T19:29:00.573Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-06-22T19:29:00.673Z Compiling fd-lock v4.0.4
25332026-06-22T19:29:00.698Z Compiling peg-macros v0.8.5
25342026-06-22T19:29:01.047Z Compiling nu-ansi-term v0.50.3
25352026-06-22T19:29:01.351Z Compiling const_format v0.2.35
25362026-06-22T19:29:01.530Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-06-22T19:29:01.864Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-06-22T19:29:01.969Z Compiling peg v0.8.5
25392026-06-22T19:29:02.016Z Compiling reedline v0.40.0
25402026-06-22T19:29:02.458Z Compiling progenitor v0.14.0
25412026-06-22T19:29:02.637Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-06-22T19:29:02.864Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-06-22T19:29:03.001Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-06-22T19:29:03.099Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-06-22T19:29:03.860Z Compiling bcs v0.1.6
25462026-06-22T19:29:04.332Z Compiling nom v8.0.0
25472026-06-22T19:29:05.101Z Compiling semver v0.1.20
25482026-06-22T19:29:05.386Z Compiling rustc_version v0.1.7
25492026-06-22T19:29:05.624Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25502026-06-22T19:29:05.644Z Compiling newtype_derive v0.1.6
25512026-06-22T19:29:05.667Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-22T19:29:05.834Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-06-22T19:29:05.884Z Compiling smawk v0.3.2
25542026-06-22T19:29:06.065Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25552026-06-22T19:29:06.090Z Compiling unicode-linebreak v0.1.5
25562026-06-22T19:29:06.128Z Compiling base64 v0.21.7
25572026-06-22T19:29:06.163Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-06-22T19:29:06.190Z Compiling dropshot-api-manager-types v0.7.2
25592026-06-22T19:29:06.289Z Compiling steno v0.4.1
25602026-06-22T19:29:06.398Z Compiling textwrap v0.16.2
25612026-06-22T19:29:06.430Z Compiling utf-8 v0.7.6
25622026-06-22T19:29:06.668Z Compiling tagptr v0.2.0
25632026-06-22T19:29:06.688Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-06-22T19:29:06.804Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25652026-06-22T19:29:06.868Z Compiling moka v0.12.13
25662026-06-22T19:29:06.943Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-06-22T19:29:07.022Z Compiling tungstenite v0.21.0
25682026-06-22T19:29:07.126Z Compiling display-error-chain v0.2.2
25692026-06-22T19:29:07.475Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-06-22T19:29:07.498Z Compiling radium v0.7.0
25712026-06-22T19:29:07.808Z Compiling tokio-tungstenite v0.21.0
25722026-06-22T19:29:08.038Z Compiling hickory-resolver v0.25.2
25732026-06-22T19:29:08.109Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25742026-06-22T19:29:08.247Z Compiling vergen-lib v0.1.6
25752026-06-22T19:29:08.481Z Compiling diesel_derives v2.3.7
25762026-06-22T19:29:08.587Z Compiling maybe-uninit v2.0.0
25772026-06-22T19:29:08.704Z Compiling tap v1.0.1
25782026-06-22T19:29:08.863Z Compiling wyz v0.5.1
25792026-06-22T19:29:09.140Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-06-22T19:29:09.345Z Compiling scheduled-thread-pool v0.2.7
25812026-06-22T19:29:09.466Z Compiling dsl_auto_type v0.2.0
25822026-06-22T19:29:10.017Z Compiling vergen-gitcl v1.0.8
25832026-06-22T19:29:10.042Z Compiling zerocopy-derive v0.6.6
25842026-06-22T19:29:10.250Z Compiling diesel_table_macro_syntax v0.3.0
25852026-06-22T19:29:10.372Z Compiling dirs-sys-next v0.1.2
25862026-06-22T19:29:10.488Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25872026-06-22T19:29:10.647Z Compiling crunchy v0.2.4
25882026-06-22T19:29:10.812Z Compiling packed_struct v0.10.1
25892026-06-22T19:29:10.959Z Compiling maplit v1.0.2
25902026-06-22T19:29:11.064Z Compiling crc-catalog v2.4.0
25912026-06-22T19:29:11.103Z Compiling glob v0.3.3
25922026-06-22T19:29:11.195Z Compiling funty v2.0.0
25932026-06-22T19:29:11.354Z Compiling crc v3.4.0
25942026-06-22T19:29:11.481Z Compiling clang-sys v1.8.1
25952026-06-22T19:29:11.581Z Compiling bitvec v1.0.1
25962026-06-22T19:29:11.609Z Compiling zerocopy v0.6.6
25972026-06-22T19:29:11.888Z Compiling dirs-next v2.0.0
25982026-06-22T19:29:12.072Z Compiling r2d2 v0.8.10
25992026-06-22T19:29:12.185Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26002026-06-22T19:29:12.373Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26012026-06-22T19:29:12.636Z Compiling packed_struct_codegen v0.10.1
26022026-06-22T19:29:12.867Z Compiling bitfield-macros v0.19.4
26032026-06-22T19:29:13.112Z Compiling proc-macro-error-attr2 v2.0.0
26042026-06-22T19:29:13.403Z Compiling indexmap v1.9.3
26052026-06-22T19:29:13.532Z Compiling nodrop v0.1.14
26062026-06-22T19:29:13.587Z Compiling downcast-rs v2.0.2
26072026-06-22T19:29:13.640Z Compiling tiny-keccak v2.0.2
26082026-06-22T19:29:13.717Z Compiling array-init v0.0.4
26092026-06-22T19:29:13.743Z Compiling bitfield v0.19.4
26102026-06-22T19:29:13.917Z Compiling proc-macro-error2 v2.0.1
26112026-06-22T19:29:14.522Z Compiling smallvec v0.6.14
26122026-06-22T19:29:14.528Z Compiling term v0.7.0
26132026-06-22T19:29:14.528Z Compiling num-derive v0.3.3
26142026-06-22T19:29:14.528Z Compiling hashbrown v0.12.3
26152026-06-22T19:29:14.626Z Compiling bit-vec v0.6.3
26162026-06-22T19:29:14.667Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26172026-06-22T19:29:14.692Z Compiling ascii-canvas v3.0.0
26182026-06-22T19:29:15.214Z Compiling bit-set v0.5.3
26192026-06-22T19:29:15.214Z Compiling serde-hex v0.1.0
26202026-06-22T19:29:15.214Z Compiling tabled_derive v0.11.0
26212026-06-22T19:29:15.214Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-22T19:29:15.214Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26232026-06-22T19:29:15.214Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26242026-06-22T19:29:15.309Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-06-22T19:29:15.309Z Compiling ron v0.8.1
26262026-06-22T19:29:15.351Z Compiling libscf-sys v1.1.0
26272026-06-22T19:29:15.533Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26282026-06-22T19:29:15.538Z Compiling papergrid v0.17.0
26292026-06-22T19:29:15.762Z Compiling testing_table v0.3.0
26302026-06-22T19:29:15.942Z Compiling hashbrown v0.13.2
26312026-06-22T19:29:16.113Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-22T19:29:16.205Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26332026-06-22T19:29:16.381Z Compiling itertools v0.10.5
26342026-06-22T19:29:16.406Z Compiling ena v0.14.4
26352026-06-22T19:29:16.557Z Compiling libloading v0.8.9
26362026-06-22T19:29:16.654Z Compiling diff v0.1.13
26372026-06-22T19:29:16.749Z Compiling diesel v2.3.7
26382026-06-22T19:29:16.792Z Compiling unicase v2.9.0
26392026-06-22T19:29:16.923Z Compiling bindgen v0.71.1
26402026-06-22T19:29:17.092Z Compiling crc-any v2.5.0
26412026-06-22T19:29:17.112Z Compiling regex-syntax v0.6.29
26422026-06-22T19:29:17.260Z Compiling tabled v0.20.0
26432026-06-22T19:29:17.485Z Compiling object v0.30.4
26442026-06-22T19:29:17.549Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26452026-06-22T19:29:17.754Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26462026-06-22T19:29:17.984Z Compiling progenitor-impl v0.13.0
26472026-06-22T19:29:18.323Z Compiling cexpr v0.6.0
26482026-06-22T19:29:18.460Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-06-22T19:29:18.704Z Compiling lalrpop v0.19.12
26502026-06-22T19:29:19.024Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-06-22T19:29:19.086Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-06-22T19:29:19.321Z Compiling xshell-macros v0.2.7
26532026-06-22T19:29:19.768Z Compiling rustc-hash v2.1.1
26542026-06-22T19:29:19.930Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-06-22T19:29:20.319Z Compiling path-slash v0.1.5
26562026-06-22T19:29:20.342Z Compiling progenitor-macro v0.13.0
26572026-06-22T19:29:20.510Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26582026-06-22T19:29:21.275Z Compiling xshell v0.2.7
26592026-06-22T19:29:22.491Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26602026-06-22T19:29:22.632Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-06-22T19:29:23.848Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-06-22T19:29:24.395Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-06-22T19:29:24.437Z Compiling progenitor-client v0.13.0
26642026-06-22T19:29:24.806Z Compiling headers-core v0.3.0
26652026-06-22T19:29:24.882Z Compiling libxml v0.3.3
26662026-06-22T19:29:24.965Z Compiling headers v0.4.1
26672026-06-22T19:29:24.986Z Compiling progenitor v0.13.0
26682026-06-22T19:29:25.179Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26692026-06-22T19:29:25.223Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-06-22T19:29:25.283Z Compiling samael v0.0.19
26712026-06-22T19:29:25.448Z Compiling strum_macros v0.24.3
26722026-06-22T19:29:25.878Z Compiling crc8 v0.1.1
26732026-06-22T19:29:26.022Z Compiling indoc v1.0.9
26742026-06-22T19:29:26.221Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26752026-06-22T19:29:26.340Z Compiling polar-core v0.27.3
26762026-06-22T19:29:26.366Z Compiling derive_builder v0.20.2
26772026-06-22T19:29:26.464Z Compiling quick-xml v0.37.5
26782026-06-22T19:29:26.487Z Compiling oso-derive v0.27.3
26792026-06-22T19:29:26.554Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-22T19:29:26.632Z Compiling openssl-probe v0.1.6
26812026-06-22T19:29:26.732Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-06-22T19:29:26.932Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-06-22T19:29:27.009Z Compiling git-stub v1.0.0
26842026-06-22T19:29:27.282Z Compiling git-stub-vcs v0.1.0
26852026-06-22T19:29:27.669Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-06-22T19:29:27.690Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-06-22T19:29:27.768Z Compiling bb8 v0.8.6
26882026-06-22T19:29:27.854Z Compiling trait-variant v0.1.2
26892026-06-22T19:29:27.953Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-06-22T19:29:27.999Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-22T19:29:28.145Z Compiling half v1.8.3
26922026-06-22T19:29:28.219Z Compiling nonempty v0.12.0
26932026-06-22T19:29:28.329Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-06-22T19:29:28.428Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26952026-06-22T19:29:28.450Z Compiling serde_cbor v0.11.2
26962026-06-22T19:29:28.646Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-06-22T19:29:28.954Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-06-22T19:29:29.106Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26992026-06-22T19:29:29.490Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-06-22T19:29:29.834Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-06-22T19:29:29.860Z Compiling fxhash v0.2.1
27022026-06-22T19:29:29.972Z Compiling libz-sys v1.1.24
27032026-06-22T19:29:30.100Z Compiling salty v0.3.0
27042026-06-22T19:29:30.475Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27052026-06-22T19:29:30.645Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-06-22T19:29:30.665Z Compiling kstat-rs v0.2.4
27072026-06-22T19:29:31.177Z Compiling arc-swap v1.8.2
27082026-06-22T19:29:31.262Z Compiling fs-err v2.11.0
27092026-06-22T19:29:31.573Z Compiling slog-scope v4.4.1
27102026-06-22T19:29:31.671Z Compiling mime_guess v2.0.5
27112026-06-22T19:29:32.142Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-06-22T19:29:32.145Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-06-22T19:29:32.833Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27142026-06-22T19:29:32.933Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27152026-06-22T19:29:33.233Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27162026-06-22T19:29:33.275Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27172026-06-22T19:29:33.860Z Compiling nanorand v0.7.0
27182026-06-22T19:29:33.984Z Compiling darling_core v0.23.0
27192026-06-22T19:29:34.671Z Compiling async-bb8-diesel v0.2.1
27202026-06-22T19:29:34.675Z Compiling diesel-dtrace v0.5.0
27212026-06-22T19:29:34.768Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-06-22T19:29:35.206Z Compiling parking_lot_core v0.8.6
27232026-06-22T19:29:35.207Z Compiling flume v0.11.1
27242026-06-22T19:29:35.481Z Compiling oso v0.27.3
27252026-06-22T19:29:35.593Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27262026-06-22T19:29:36.372Z Compiling darling_macro v0.23.0
27272026-06-22T19:29:36.449Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-06-22T19:29:36.911Z Compiling slog-stdlog v4.1.1
27292026-06-22T19:29:37.519Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-06-22T19:29:37.541Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-06-22T19:29:37.668Z Compiling primeorder v0.13.6
27322026-06-22T19:29:37.996Z Compiling atty v0.2.14
27332026-06-22T19:29:38.148Z Compiling strsim v0.10.0
27342026-06-22T19:29:38.304Z Compiling parse-size v1.1.0
27352026-06-22T19:29:38.463Z Compiling http-range v0.1.5
27362026-06-22T19:29:38.528Z Compiling instability v0.3.11
27372026-06-22T19:29:38.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27382026-06-22T19:29:38.810Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-06-22T19:29:38.831Z Compiling darling_core v0.13.4
27402026-06-22T19:29:38.999Z Compiling p384 v0.13.1
27412026-06-22T19:29:40.534Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27422026-06-22T19:29:41.189Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27432026-06-22T19:29:41.935Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27442026-06-22T19:29:42.763Z Compiling slog-envlogger v2.2.0
27452026-06-22T19:29:43.603Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27462026-06-22T19:29:43.625Z Compiling darling v0.23.0
27472026-06-22T19:29:43.972Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-06-22T19:29:44.738Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-06-22T19:29:45.079Z Compiling ignore v0.4.25
27502026-06-22T19:29:45.099Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-06-22T19:29:45.146Z Compiling castaway v0.2.4
27522026-06-22T19:29:45.711Z Compiling vergen-git2 v9.1.0
27532026-06-22T19:29:45.714Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-22T19:29:45.821Z Compiling indoc v2.0.7
27552026-06-22T19:29:46.520Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-22T19:29:47.023Z Compiling globwalk v0.9.1
27572026-06-22T19:29:47.076Z Compiling compact_str v0.8.1
27582026-06-22T19:29:47.688Z Compiling parking_lot v0.11.2
27592026-06-22T19:29:47.731Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602026-06-22T19:29:48.273Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27612026-06-22T19:29:48.298Z Compiling hyper-staticfile v0.10.1
27622026-06-22T19:29:48.453Z Compiling darling_macro v0.13.4
27632026-06-22T19:29:48.652Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27642026-06-22T19:29:48.814Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-06-22T19:29:48.966Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27662026-06-22T19:29:49.076Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27672026-06-22T19:29:49.353Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-06-22T19:29:49.443Z Compiling predicates-tree v1.0.13
27692026-06-22T19:29:49.558Z Compiling unicode-truncate v1.1.0
27702026-06-22T19:29:49.580Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27712026-06-22T19:29:49.634Z Compiling lru v0.12.5
27722026-06-22T19:29:49.655Z Compiling prefix-trie v0.7.0
27732026-06-22T19:29:49.749Z Compiling rand_seeder v0.4.0
27742026-06-22T19:29:49.793Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-06-22T19:29:49.866Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27762026-06-22T19:29:49.931Z Compiling cassowary v0.3.0
27772026-06-22T19:29:50.009Z Compiling rustls v0.21.12
27782026-06-22T19:29:50.125Z Compiling corncobs v0.1.4
27792026-06-22T19:29:50.144Z Compiling illumos-nvpair-sys v0.2.0
27802026-06-22T19:29:50.204Z Compiling ratatui v0.29.0
27812026-06-22T19:29:50.283Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-22T19:29:50.304Z Compiling hickory-server v0.25.2
27832026-06-22T19:29:50.373Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-06-22T19:29:50.453Z Compiling camino-tempfile-ext v0.3.3
27852026-06-22T19:29:50.646Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-22T19:29:50.913Z Compiling darling v0.13.4
27872026-06-22T19:29:50.963Z Compiling sled v0.34.7
27882026-06-22T19:29:51.035Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27892026-06-22T19:29:51.113Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27902026-06-22T19:29:51.524Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-06-22T19:29:52.552Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-06-22T19:29:53.525Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-06-22T19:29:54.116Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-06-22T19:29:54.348Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-06-22T19:29:54.604Z Compiling sct v0.7.1
27962026-06-22T19:29:54.886Z Compiling rustls-webpki v0.101.7
27972026-06-22T19:29:55.240Z Compiling secrecy v0.8.0
27982026-06-22T19:29:55.299Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-06-22T19:29:56.349Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-06-22T19:29:56.411Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-06-22T19:29:56.618Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-06-22T19:29:56.779Z Compiling serde_with_macros v1.5.2
28032026-06-22T19:29:57.278Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-06-22T19:29:57.776Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-06-22T19:29:57.998Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-06-22T19:29:58.952Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-06-22T19:29:58.955Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-06-22T19:29:59.033Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-06-22T19:29:59.268Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28102026-06-22T19:29:59.493Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-06-22T19:29:59.734Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-06-22T19:29:59.837Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28132026-06-22T19:29:59.976Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28142026-06-22T19:30:00.078Z Compiling void v1.0.2
28152026-06-22T19:30:00.271Z Compiling lzss v0.8.2
28162026-06-22T19:30:00.921Z Compiling illumos-nvpair v0.3.0
28172026-06-22T19:30:01.460Z Compiling serde_with v1.14.0
28182026-06-22T19:30:01.479Z Compiling tokio-rustls v0.24.1
28192026-06-22T19:30:01.533Z Compiling git2 v0.20.4
28202026-06-22T19:30:01.594Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28212026-06-22T19:30:01.769Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-06-22T19:30:01.998Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28232026-06-22T19:30:03.081Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28242026-06-22T19:30:04.374Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-22T19:30:04.690Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28262026-06-22T19:30:04.950Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-06-22T19:30:05.636Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-06-22T19:30:05.879Z Compiling tungstenite v0.23.0
28292026-06-22T19:30:06.117Z Compiling rustls-pemfile v1.0.4
28302026-06-22T19:30:06.436Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-06-22T19:30:06.522Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-06-22T19:30:06.758Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28332026-06-22T19:30:06.996Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-22T19:30:07.421Z Compiling nix v0.27.1
28352026-06-22T19:30:07.621Z Compiling twox-hash v2.1.2
28362026-06-22T19:30:08.131Z Compiling serde_bytes v0.11.19
28372026-06-22T19:30:08.254Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-22T19:30:08.441Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-06-22T19:30:09.031Z Compiling tokio-tungstenite v0.23.1
28402026-06-22T19:30:09.035Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-06-22T19:30:09.035Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-06-22T19:30:09.035Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-06-22T19:30:09.068Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28442026-06-22T19:30:10.478Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-06-22T19:30:11.127Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-06-22T19:30:12.956Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-06-22T19:30:13.044Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-22T19:30:13.810Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28492026-06-22T19:30:13.814Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-06-22T19:30:13.814Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28512026-06-22T19:30:13.879Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28522026-06-22T19:30:14.069Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-06-22T19:30:14.260Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-06-22T19:30:14.905Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-06-22T19:30:15.188Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-06-22T19:30:15.808Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-06-22T19:30:18.200Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-06-22T19:30:18.424Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-06-22T19:30:18.674Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28602026-06-22T19:30:19.573Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28612026-06-22T19:30:20.223Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-06-22T19:30:20.460Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-06-22T19:30:20.821Z Compiling signal-hook-tokio v0.3.1
28642026-06-22T19:30:21.030Z Compiling fatfs v0.3.6
28652026-06-22T19:30:21.411Z Compiling yasna v0.5.2
28662026-06-22T19:30:21.465Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-06-22T19:30:22.243Z Compiling is_ci v1.2.0
28682026-06-22T19:30:22.304Z Compiling assert_matches v1.5.0
28692026-06-22T19:30:22.420Z Compiling seq-macro v0.3.6
28702026-06-22T19:30:22.448Z Compiling supports-color v3.0.2
28712026-06-22T19:30:22.583Z Compiling rcgen v0.12.1
28722026-06-22T19:30:22.733Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-06-22T19:30:22.933Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-06-22T19:30:23.081Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-22T19:30:25.373Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-06-22T19:30:25.513Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-06-22T19:30:25.603Z Compiling subprocess v0.2.15
28782026-06-22T19:30:25.748Z Compiling rtoolbox v0.0.3
28792026-06-22T19:30:26.072Z Compiling rpassword v7.4.0
28802026-06-22T19:30:26.359Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-06-22T19:30:27.011Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-06-22T19:30:27.309Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-06-22T19:30:27.899Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-06-22T19:30:28.047Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-06-22T19:30:29.938Z Compiling tui-tree-widget v0.23.1
28862026-06-22T19:30:30.099Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-06-22T19:30:30.239Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-06-22T19:30:30.276Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-06-22T19:30:30.524Z Compiling uzers v0.12.2
28902026-06-22T19:30:31.749Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-06-22T19:30:31.994Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-06-22T19:30:32.910Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-06-22T19:30:34.650Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-06-22T19:30:35.165Z Compiling support-bundle-viewer v0.1.2
28952026-06-22T19:30:37.095Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-06-22T19:30:37.254Z Compiling multimap v0.10.1
28972026-06-22T19:30:48.616Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-06-22T19:30:53.054Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-06-22T19:30:59.476Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-06-22T19:31:00.062Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-06-22T19:31:02.682Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-06-22T19:31:28.604Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29032026-06-22T19:37:23.466Z Finished `release` profile [optimized] target(s) in 8m 35s
29042026-06-22T19:38:13.082Z
29052026-06-22T19:38:13.082Zreal 9:26.395640598
29062026-06-22T19:38:13.083Zuser 1:20:10.423213181
29072026-06-22T19:38:13.130Zsys 3:32.731730530
29082026-06-22T19:38:13.130Ztrap 1.813666607
29092026-06-22T19:38:13.130Ztflt 2.731053702
29102026-06-22T19:38:13.130Zdflt 18.336747276
29112026-06-22T19:38:13.130Zkflt 0.021991677
29122026-06-22T19:38:13.131Zlock 6:54:11.347902955
29132026-06-22T19:38:13.131Zslp 2:14:27.777090364
29142026-06-22T19:38:13.131Zlat 2:25.701511691
29152026-06-22T19:38:13.131Zstop 5:13.139327395
29162026-06-22T19:38:13.131Z+ mapfile -t packages
29172026-06-22T19:38:13.131Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29182026-06-22T19:38:13.929Z Finished `release` profile [optimized] target(s) in 0.87s
29192026-06-22T19:38:13.990Z Running `target/release/omicron-package -t test list-outputs`
29202026-06-22T19:38:14.061ZLogging to: /work/oxidecomputer/omicron/out/LOG
29212026-06-22T19:38:14.081Z+ ptime -m cargo build --locked --release -p xtask
29222026-06-22T19:38:14.535Z Compiling libc v0.2.185
29232026-06-22T19:38:14.535Z Compiling serde v1.0.228
29242026-06-22T19:38:14.535Z Compiling serde_core v1.0.228
29252026-06-22T19:38:14.552Z Compiling rustix v1.1.3
29262026-06-22T19:38:14.629Z Compiling serde_json v1.0.149
29272026-06-22T19:38:14.649Z Compiling bitflags v2.11.0
29282026-06-22T19:38:14.754Z Compiling num-traits v0.2.19
29292026-06-22T19:38:14.809Z Compiling syn v2.0.117
29302026-06-22T19:38:14.809Z Compiling smallvec v1.15.1
29312026-06-22T19:38:14.809Z Compiling indexmap v2.14.0
29322026-06-22T19:38:14.809Z Compiling usdt-impl v0.5.0
29332026-06-22T19:38:14.809Z Compiling syn v1.0.109
29342026-06-22T19:38:14.809Z Compiling log v0.4.29
29352026-06-22T19:38:14.809Z Compiling getrandom v0.4.1
29362026-06-22T19:38:14.927Z Compiling percent-encoding v2.3.2
29372026-06-22T19:38:15.019Z Compiling fs-err v3.3.0
29382026-06-22T19:38:15.042Z Compiling anyhow v1.0.102
29392026-06-22T19:38:15.139Z Compiling form_urlencoded v1.2.2
29402026-06-22T19:38:15.207Z Compiling heck v0.4.1
29412026-06-22T19:38:15.207Z Compiling once_cell v1.21.3
29422026-06-22T19:38:15.531Z Compiling thread-id v4.2.2
29432026-06-22T19:38:15.585Z Compiling errno v0.3.14
29442026-06-22T19:38:15.585Z Compiling memmap v0.7.0
29452026-06-22T19:38:15.848Z Compiling ordered-float v2.10.1
29462026-06-22T19:38:16.292Z Compiling proc-macro-error v1.0.4
29472026-06-22T19:38:16.580Z Compiling terminal_size v0.4.3
29482026-06-22T19:38:16.630Z Compiling tempfile v3.25.0
29492026-06-22T19:38:16.630Z Compiling tabled_derive v0.7.0
29502026-06-22T19:38:16.669Z Compiling clap_builder v4.6.0
29512026-06-22T19:38:16.669Z Compiling textwrap v0.16.2
29522026-06-22T19:38:16.775Z Compiling camino-tempfile v1.4.1
29532026-06-22T19:38:17.194Z Compiling tabled v0.15.0
29542026-06-22T19:38:17.300Z Compiling synstructure v0.13.2
29552026-06-22T19:38:17.300Z Compiling pest_generator v2.8.6
29562026-06-22T19:38:17.771Z Compiling serde_derive v1.0.228
29572026-06-22T19:38:17.820Z Compiling zerofrom-derive v0.1.6
29582026-06-22T19:38:17.954Z Compiling yoke-derive v0.8.1
29592026-06-22T19:38:17.970Z Compiling zerovec-derive v0.11.2
29602026-06-22T19:38:17.970Z Compiling displaydoc v0.2.5
29612026-06-22T19:38:17.985Z Compiling thiserror-impl v1.0.69
29622026-06-22T19:38:18.059Z Compiling zerocopy-derive v0.7.35
29632026-06-22T19:38:18.096Z Compiling pest_derive v2.8.6
29642026-06-22T19:38:18.110Z Compiling scroll_derive v0.12.1
29652026-06-22T19:38:18.148Z Compiling thiserror-impl v2.0.18
29662026-06-22T19:38:18.230Z Compiling clap_derive v4.6.1
29672026-06-22T19:38:18.986Z Compiling zerofrom v0.1.6
29682026-06-22T19:38:19.248Z Compiling scroll v0.12.0
29692026-06-22T19:38:19.248Z Compiling yoke v0.8.1
29702026-06-22T19:38:19.248Z Compiling zerocopy v0.7.35
29712026-06-22T19:38:19.500Z Compiling zerovec v0.11.5
29722026-06-22T19:38:19.500Z Compiling zerotrie v0.2.3
29732026-06-22T19:38:19.500Z Compiling thiserror v1.0.69
29742026-06-22T19:38:19.500Z Compiling dtrace-parser v0.2.0
29752026-06-22T19:38:19.589Z Compiling goblin v0.8.2
29762026-06-22T19:38:19.972Z Compiling thiserror v2.0.18
29772026-06-22T19:38:20.064Z Compiling tinystr v0.8.2
29782026-06-22T19:38:20.064Z Compiling potential_utf v0.1.4
29792026-06-22T19:38:20.064Z Compiling icu_locale_core v2.1.1
29802026-06-22T19:38:20.064Z Compiling icu_collections v2.1.1
29812026-06-22T19:38:20.064Z Compiling clap v4.6.1
29822026-06-22T19:38:20.665Z Compiling icu_provider v2.1.1
29832026-06-22T19:38:21.748Z Compiling icu_normalizer v2.1.1
29842026-06-22T19:38:21.889Z Compiling icu_properties v2.1.2
29852026-06-22T19:38:21.889Z Compiling toml_datetime v0.6.11
29862026-06-22T19:38:21.889Z Compiling serde_spanned v0.6.9
29872026-06-22T19:38:21.890Z Compiling dof v0.3.0
29882026-06-22T19:38:21.890Z Compiling serde_tokenstream v0.2.3
29892026-06-22T19:38:21.890Z Compiling toml_edit v0.22.27
29902026-06-22T19:38:21.890Z Compiling serde-value v0.7.0
29912026-06-22T19:38:21.890Z Compiling cargo-platform v0.2.0
29922026-06-22T19:38:21.890Z Compiling macaddr v1.0.1
29932026-06-22T19:38:22.114Z Compiling idna_adapter v1.2.1
29942026-06-22T19:38:22.239Z Compiling usdt-macro v0.5.0
29952026-06-22T19:38:22.239Z Compiling usdt-attr-macro v0.5.0
29962026-06-22T19:38:22.239Z Compiling idna v1.1.0
29972026-06-22T19:38:22.440Z Compiling url v2.5.8
29982026-06-22T19:38:23.040Z Compiling usdt v0.5.0
29992026-06-22T19:38:23.136Z Compiling toml v0.8.23
30002026-06-22T19:38:28.014Z Compiling cargo-util-schemas v0.8.2
30012026-06-22T19:38:28.263Z Compiling cargo_toml v0.21.0
30022026-06-22T19:38:28.263Z Compiling cargo_metadata v0.21.0
30032026-06-22T19:38:28.296Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-06-22T19:38:30.615Z Finished `release` profile [optimized] target(s) in 16.54s
30052026-06-22T19:38:30.712Z
30062026-06-22T19:38:30.712Zreal 16.629291584
30072026-06-22T19:38:30.712Zuser 2:24.236003273
30082026-06-22T19:38:30.712Zsys 16.861960781
30092026-06-22T19:38:30.712Ztrap 0.079713086
30102026-06-22T19:38:30.715Ztflt 0.486196081
30112026-06-22T19:38:30.715Zdflt 1.610955229
30122026-06-22T19:38:30.715Zkflt 0.000036320
30132026-06-22T19:38:30.715Zlock 5:20.445757786
30142026-06-22T19:38:30.715Zslp 3:27.223800549
30152026-06-22T19:38:30.715Zlat 5.504078663
30162026-06-22T19:38:30.715Zstop 18.635100785
30172026-06-22T19:38:30.716Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-06-22T19:38:30.716Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-06-22T19:38:30.716Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-06-22T19:38:30.716Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-06-22T19:38:30.716Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30222026-06-22T19:38:31.608Z Compiling progenitor-client v0.14.0
30232026-06-22T19:38:31.608Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-06-22T19:38:31.613Z Compiling newtype-uuid-macros v0.1.0
30252026-06-22T19:38:31.613Z Compiling match_cfg v0.1.0
30262026-06-22T19:38:31.613Z Compiling slog-json v2.6.1
30272026-06-22T19:38:31.613Z Compiling structmeta-derive v0.3.0
30282026-06-22T19:38:31.613Z Compiling rustls v0.22.4
30292026-06-22T19:38:31.613Z Compiling rustls-webpki v0.102.8
30302026-06-22T19:38:31.613Z Compiling multer v3.1.0
30312026-06-22T19:38:31.613Z Compiling debug-ignore v1.0.5
30322026-06-22T19:38:31.613Z Compiling compression-core v0.4.31
30332026-06-22T19:38:31.613Z Compiling atomicwrites v0.4.4
30342026-06-22T19:38:31.613Z Compiling itertools v0.14.0
30352026-06-22T19:38:31.790Z Compiling async-stream-impl v0.3.6
30362026-06-22T19:38:31.819Z Compiling toml_datetime v1.0.0+spec-1.1.0
30372026-06-22T19:38:31.823Z Compiling serde_spanned v1.0.4
30382026-06-22T19:38:31.909Z Compiling compression-codecs v0.4.37
30392026-06-22T19:38:31.969Z Compiling dropshot v0.17.0
30402026-06-22T19:38:32.025Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-06-22T19:38:32.046Z Compiling hostname v0.3.1
30422026-06-22T19:38:32.096Z Compiling waitgroup v0.1.2
30432026-06-22T19:38:32.115Z Compiling async-compression v0.4.41
30442026-06-22T19:38:32.132Z Compiling dropshot_endpoint v0.17.0
30452026-06-22T19:38:32.135Z Compiling rustls-pemfile v2.2.0
30462026-06-22T19:38:32.176Z Compiling slog-bunyan v2.5.0
30472026-06-22T19:38:32.205Z Compiling toml v1.0.6+spec-1.1.0
30482026-06-22T19:38:32.331Z Compiling hostname v0.4.2
30492026-06-22T19:38:32.344Z Compiling serde_path_to_error v0.1.20
30502026-06-22T19:38:32.345Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30512026-06-22T19:38:32.345Z Compiling macaddr v1.0.1
30522026-06-22T19:38:32.357Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30532026-06-22T19:38:32.372Z Compiling instant v0.1.13
30542026-06-22T19:38:32.440Z Compiling regress v0.10.5
30552026-06-22T19:38:32.456Z Compiling async-stream v0.3.6
30562026-06-22T19:38:32.457Z Compiling backon v1.6.0
30572026-06-22T19:38:32.495Z Compiling backoff v0.4.0
30582026-06-22T19:38:32.512Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-06-22T19:38:32.544Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30602026-06-22T19:38:32.574Z Compiling humantime v2.3.0
30612026-06-22T19:38:32.590Z Compiling universal-hash v0.5.1
30622026-06-22T19:38:32.670Z Compiling progenitor-extras v0.2.0
30632026-06-22T19:38:32.689Z Compiling opaque-debug v0.3.1
30642026-06-22T19:38:32.711Z Compiling regress v0.11.1
30652026-06-22T19:38:32.730Z Compiling half v2.7.1
30662026-06-22T19:38:32.754Z Compiling ciborium-io v0.2.2
30672026-06-22T19:38:32.775Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-06-22T19:38:32.791Z Compiling crucible-workspace-hack v0.1.0
30692026-06-22T19:38:32.810Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-06-22T19:38:32.874Z Compiling convert_case v0.4.0
30712026-06-22T19:38:32.885Z Compiling aead v0.5.2
30722026-06-22T19:38:32.932Z Compiling structmeta v0.3.0
30732026-06-22T19:38:32.955Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-06-22T19:38:32.971Z Compiling secrecy v0.10.3
30752026-06-22T19:38:32.990Z Compiling ciborium-ll v0.2.2
30762026-06-22T19:38:33.057Z Compiling poly1305 v0.8.0
30772026-06-22T19:38:33.106Z Compiling chacha20 v0.9.1
30782026-06-22T19:38:33.123Z Compiling unsafe-libyaml v0.2.11
30792026-06-22T19:38:33.127Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30802026-06-22T19:38:33.158Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30812026-06-22T19:38:33.181Z Compiling derive-ex v0.1.8
30822026-06-22T19:38:33.229Z Compiling parse-display-derive v0.10.0
30832026-06-22T19:38:33.248Z Compiling ciborium v0.2.2
30842026-06-22T19:38:33.276Z Compiling derive_more v0.99.20
30852026-06-22T19:38:33.390Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30862026-06-22T19:38:33.466Z Compiling thiserror-impl-no-std v2.0.2
30872026-06-22T19:38:33.483Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-06-22T19:38:33.552Z Compiling byte-wrapper v0.1.0
30892026-06-22T19:38:33.601Z Compiling blake2 v0.10.6
30902026-06-22T19:38:33.748Z Compiling serde_yaml v0.9.34+deprecated
30912026-06-22T19:38:33.844Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30922026-06-22T19:38:33.861Z Compiling password-hash v0.5.0
30932026-06-22T19:38:33.861Z Compiling toml_datetime v0.7.5+spec-1.1.0
30942026-06-22T19:38:33.970Z Compiling chacha20poly1305 v0.10.1
30952026-06-22T19:38:33.982Z Compiling indent_write v2.2.0
30962026-06-22T19:38:34.002Z Compiling heapless v0.8.0
30972026-06-22T19:38:34.089Z Compiling tokio-rustls v0.25.0
30982026-06-22T19:38:34.107Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-06-22T19:38:34.141Z Compiling argon2 v0.5.3
31002026-06-22T19:38:34.209Z Compiling ingot-macros v0.1.1
31012026-06-22T19:38:34.340Z Compiling typify-impl v0.6.2
31022026-06-22T19:38:34.583Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31032026-06-22T19:38:34.749Z Compiling thiserror-no-std v2.0.2
31042026-06-22T19:38:34.866Z Compiling vsss-rs v3.3.4
31052026-06-22T19:38:34.890Z Compiling proc-macro-crate v3.4.0
31062026-06-22T19:38:34.997Z Compiling test-strategy v0.4.5
31072026-06-22T19:38:35.069Z Compiling parse-display v0.10.0
31082026-06-22T19:38:35.288Z Compiling tabwriter v1.4.1
31092026-06-22T19:38:35.304Z Compiling hash32 v0.3.1
31102026-06-22T19:38:35.412Z Compiling smoltcp v0.11.0
31112026-06-22T19:38:35.443Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-06-22T19:38:35.516Z Compiling num_enum_derive v0.7.6
31132026-06-22T19:38:35.529Z Compiling cobs v0.3.0
31142026-06-22T19:38:35.696Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31152026-06-22T19:38:35.739Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-06-22T19:38:35.762Z Compiling colored v3.1.1
31172026-06-22T19:38:35.780Z Compiling postcard v1.1.3
31182026-06-22T19:38:35.827Z Compiling proc-macro-error v1.0.4
31192026-06-22T19:38:35.839Z Compiling proc-macro-crate v1.3.1
31202026-06-22T19:38:35.867Z Compiling foreign-types-macros v0.2.3
31212026-06-22T19:38:35.996Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31222026-06-22T19:38:36.015Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31232026-06-22T19:38:36.122Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31242026-06-22T19:38:36.149Z Compiling foreign-types-shared v0.3.1
31252026-06-22T19:38:36.152Z Compiling cpufeatures v0.3.0
31262026-06-22T19:38:36.181Z Compiling rayon-core v1.13.0
31272026-06-22T19:38:36.262Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282026-06-22T19:38:36.280Z Compiling chacha20 v0.10.0
31292026-06-22T19:38:36.298Z Compiling num_enum_derive v0.5.11
31302026-06-22T19:38:36.445Z Compiling crossbeam-deque v0.8.6
31312026-06-22T19:38:36.462Z Compiling camino-tempfile v1.4.1
31322026-06-22T19:38:36.480Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31332026-06-22T19:38:36.499Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31342026-06-22T19:38:36.525Z Compiling foreign-types v0.5.0
31352026-06-22T19:38:36.564Z Compiling cstr-argument v0.1.2
31362026-06-22T19:38:36.618Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31372026-06-22T19:38:36.637Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31382026-06-22T19:38:36.678Z Compiling num_enum v0.7.6
31392026-06-22T19:38:36.682Z Compiling rand v0.10.0
31402026-06-22T19:38:36.789Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-06-22T19:38:36.799Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31422026-06-22T19:38:36.848Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-06-22T19:38:36.920Z Compiling zone_cfg_derive v0.3.1
31442026-06-22T19:38:37.014Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-06-22T19:38:37.054Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-06-22T19:38:37.057Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31472026-06-22T19:38:37.105Z Compiling itertools v0.12.1
31482026-06-22T19:38:37.171Z Compiling rayon v1.11.0
31492026-06-22T19:38:37.194Z Compiling num-derive v0.4.2
31502026-06-22T19:38:37.212Z Compiling sigpipe v0.1.3
31512026-06-22T19:38:37.233Z Compiling glob v0.3.3
31522026-06-22T19:38:37.269Z Compiling ingot-types v0.1.2
31532026-06-22T19:38:37.278Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31542026-06-22T19:38:37.303Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-06-22T19:38:37.323Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31562026-06-22T19:38:37.470Z Compiling num_enum v0.5.11
31572026-06-22T19:38:37.548Z Compiling smf v0.2.3
31582026-06-22T19:38:37.593Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31592026-06-22T19:38:37.618Z Compiling whoami v1.6.1
31602026-06-22T19:38:37.635Z Compiling usdt-attr-macro v0.5.0
31612026-06-22T19:38:37.652Z Compiling ingot v0.1.1
31622026-06-22T19:38:37.725Z Compiling usdt-macro v0.5.0
31632026-06-22T19:38:37.748Z Compiling gethostname v0.5.0
31642026-06-22T19:38:37.899Z Compiling num-rational v0.4.2
31652026-06-22T19:38:37.934Z Compiling num-complex v0.4.6
31662026-06-22T19:38:37.952Z Compiling memmap v0.7.0
31672026-06-22T19:38:38.120Z Compiling derive-where v1.6.0
31682026-06-22T19:38:38.160Z Compiling float-ord v0.3.2
31692026-06-22T19:38:38.179Z Compiling toml v0.8.23
31702026-06-22T19:38:38.199Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31712026-06-22T19:38:38.308Z Compiling zone v0.3.1
31722026-06-22T19:38:38.358Z Compiling num v0.4.3
31732026-06-22T19:38:38.389Z Compiling resolv-conf v0.7.6
31742026-06-22T19:38:38.445Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31752026-06-22T19:38:38.491Z Compiling owo-colors v4.3.0
31762026-06-22T19:38:38.508Z Compiling usdt v0.5.0
31772026-06-22T19:38:38.532Z Compiling cancel-safe-futures v0.1.5
31782026-06-22T19:38:38.622Z Compiling libsw-core v0.3.2
31792026-06-22T19:38:38.638Z Compiling prettyplease v0.2.37
31802026-06-22T19:38:38.760Z Compiling console v0.15.11
31812026-06-22T19:38:38.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-22T19:38:38.822Z Compiling libsw v3.5.0
31832026-06-22T19:38:38.858Z Compiling hickory-proto v0.24.4
31842026-06-22T19:38:38.917Z Compiling newline-converter v0.3.0
31852026-06-22T19:38:39.006Z Compiling libefi-sys v0.1.0
31862026-06-22T19:38:39.024Z Compiling linked-hash-map v0.5.6
31872026-06-22T19:38:39.047Z Compiling linear-map v1.2.0
31882026-06-22T19:38:39.082Z Compiling git-stub v1.0.0
31892026-06-22T19:38:39.149Z Compiling typify-macro v0.6.2
31902026-06-22T19:38:39.166Z Compiling expectorate v1.2.0
31912026-06-22T19:38:39.254Z Compiling lru-cache v0.1.2
31922026-06-22T19:38:39.268Z Compiling bitfield-struct v0.6.2
31932026-06-22T19:38:39.272Z Compiling nom v8.0.0
31942026-06-22T19:38:39.353Z Compiling semver v0.1.20
31952026-06-22T19:38:39.382Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31962026-06-22T19:38:39.405Z Compiling git-stub-vcs v0.1.0
31972026-06-22T19:38:39.493Z Compiling tokio-dtrace v0.1.1
31982026-06-22T19:38:39.572Z Compiling rustc_version v0.1.7
31992026-06-22T19:38:39.663Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-06-22T19:38:39.694Z Compiling dropshot-api-manager-types v0.7.2
32012026-06-22T19:38:39.709Z Compiling slog-dtrace v0.3.0
32022026-06-22T19:38:39.791Z Compiling minimal-lexical v0.2.1
32032026-06-22T19:38:39.812Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-06-22T19:38:39.825Z Compiling oxide-tokio-rt v0.1.4
32052026-06-22T19:38:39.839Z Compiling newtype_derive v0.1.6
32062026-06-22T19:38:39.917Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-06-22T19:38:40.008Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-06-22T19:38:40.028Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-22T19:38:40.064Z Compiling nom v7.1.3
32102026-06-22T19:38:40.085Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-06-22T19:38:40.093Z Compiling phf_shared v0.12.1
32122026-06-22T19:38:40.109Z Compiling csv-core v0.1.13
32132026-06-22T19:38:40.152Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32142026-06-22T19:38:40.170Z Compiling xshell-macros v0.2.7
32152026-06-22T19:38:40.248Z Compiling highway v1.3.0
32162026-06-22T19:38:40.295Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-06-22T19:38:40.395Z Compiling chrono-tz v0.10.4
32182026-06-22T19:38:40.416Z Compiling const_format_proc_macros v0.2.34
32192026-06-22T19:38:40.595Z Compiling csv v1.4.0
32202026-06-22T19:38:40.648Z Compiling xshell v0.2.7
32212026-06-22T19:38:40.671Z Compiling phf v0.12.1
32222026-06-22T19:38:40.730Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32232026-06-22T19:38:40.747Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32242026-06-22T19:38:40.843Z Compiling primeorder v0.13.6
32252026-06-22T19:38:41.073Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32262026-06-22T19:38:41.129Z Compiling typify v0.6.2
32272026-06-22T19:38:41.150Z Compiling hickory-resolver v0.24.4
32282026-06-22T19:38:41.218Z Compiling tabled_derive v0.7.0
32292026-06-22T19:38:41.268Z Compiling progenitor-impl v0.14.0
32302026-06-22T19:38:41.283Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-06-22T19:38:41.339Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32322026-06-22T19:38:41.664Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32332026-06-22T19:38:41.685Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32342026-06-22T19:38:41.685Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32352026-06-22T19:38:41.685Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-06-22T19:38:42.026Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-06-22T19:38:42.214Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32382026-06-22T19:38:42.256Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32392026-06-22T19:38:42.278Z Compiling qorb v0.4.1
32402026-06-22T19:38:42.304Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412026-06-22T19:38:42.330Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32422026-06-22T19:38:42.380Z Compiling const_format v0.2.35
32432026-06-22T19:38:42.418Z Compiling bcs v0.1.6
32442026-06-22T19:38:42.607Z Compiling termtree v0.5.1
32452026-06-22T19:38:43.144Z Compiling salty v0.3.0
32462026-06-22T19:38:43.144Z Compiling tagptr v0.2.0
32472026-06-22T19:38:43.144Z Compiling textwrap v0.16.2
32482026-06-22T19:38:43.144Z Compiling tabled v0.15.0
32492026-06-22T19:38:43.259Z Compiling moka v0.12.13
32502026-06-22T19:38:43.259Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-06-22T19:38:43.259Z Compiling steno v0.4.1
32522026-06-22T19:38:43.349Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32532026-06-22T19:38:43.415Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32542026-06-22T19:38:43.415Z Compiling base64 v0.21.7
32552026-06-22T19:38:43.415Z Compiling radium v0.7.0
32562026-06-22T19:38:43.474Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-06-22T19:38:43.589Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32582026-06-22T19:38:43.647Z Compiling p384 v0.13.1
32592026-06-22T19:38:43.672Z Compiling hickory-resolver v0.25.2
32602026-06-22T19:38:43.842Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-06-22T19:38:44.072Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-06-22T19:38:44.129Z Compiling progenitor-macro v0.14.0
32632026-06-22T19:38:44.357Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32642026-06-22T19:38:44.397Z Compiling maybe-uninit v2.0.0
32652026-06-22T19:38:44.397Z Compiling tap v1.0.1
32662026-06-22T19:38:44.532Z Compiling wyz v0.5.1
32672026-06-22T19:38:44.694Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-06-22T19:38:44.990Z Compiling proc-macro-error-attr2 v2.0.0
32692026-06-22T19:38:45.095Z Compiling funty v2.0.0
32702026-06-22T19:38:45.095Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-06-22T19:38:45.096Z Compiling parking_lot_core v0.8.6
32722026-06-22T19:38:45.268Z Compiling utf-8 v0.7.6
32732026-06-22T19:38:45.268Z Compiling packed_struct v0.10.1
32742026-06-22T19:38:45.268Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-06-22T19:38:45.268Z Compiling proc-macro-error2 v2.0.1
32762026-06-22T19:38:45.322Z Compiling tungstenite v0.21.0
32772026-06-22T19:38:45.322Z Compiling bitvec v1.0.1
32782026-06-22T19:38:45.400Z Compiling polyval v0.6.2
32792026-06-22T19:38:45.428Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32802026-06-22T19:38:45.428Z Compiling num-derive v0.3.3
32812026-06-22T19:38:45.540Z Compiling packed_struct_codegen v0.10.1
32822026-06-22T19:38:45.585Z Compiling bitfield-macros v0.19.4
32832026-06-22T19:38:45.647Z Compiling zerocopy-derive v0.6.6
32842026-06-22T19:38:45.861Z Compiling indexmap v1.9.3
32852026-06-22T19:38:46.102Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-22T19:38:46.102Z Compiling nodrop v0.1.14
32872026-06-22T19:38:46.102Z Compiling crc-catalog v2.4.0
32882026-06-22T19:38:46.102Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-06-22T19:38:46.110Z Compiling crc v3.4.0
32902026-06-22T19:38:46.111Z Compiling array-init v0.0.4
32912026-06-22T19:38:46.111Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32922026-06-22T19:38:46.149Z Compiling tokio-tungstenite v0.21.0
32932026-06-22T19:38:46.188Z Compiling ghash v0.5.1
32942026-06-22T19:38:46.229Z Compiling tabled_derive v0.11.0
32952026-06-22T19:38:46.252Z Compiling smallvec v0.6.14
32962026-06-22T19:38:46.306Z Compiling bitfield v0.19.4
32972026-06-22T19:38:46.334Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32982026-06-22T19:38:46.395Z Compiling libscf-sys v1.1.0
32992026-06-22T19:38:46.482Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-06-22T19:38:46.505Z Compiling progenitor-impl v0.13.0
33012026-06-22T19:38:46.582Z Compiling papergrid v0.17.0
33022026-06-22T19:38:46.675Z Compiling testing_table v0.3.0
33032026-06-22T19:38:46.675Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33042026-06-22T19:38:46.713Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-06-22T19:38:46.713Z Compiling zerocopy v0.6.6
33062026-06-22T19:38:46.714Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33072026-06-22T19:38:46.800Z Compiling ctr v0.9.2
33082026-06-22T19:38:46.834Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-06-22T19:38:46.860Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-06-22T19:38:47.015Z Compiling illumos-nvpair-sys v0.2.0
33112026-06-22T19:38:47.164Z Compiling unicase v2.9.0
33122026-06-22T19:38:47.164Z Compiling hashbrown v0.12.3
33132026-06-22T19:38:47.164Z Compiling corncobs v0.1.4
33142026-06-22T19:38:47.211Z Compiling aes-gcm v0.10.3
33152026-06-22T19:38:47.212Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33162026-06-22T19:38:47.212Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-06-22T19:38:47.259Z Compiling mime_guess v2.0.5
33182026-06-22T19:38:47.995Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-22T19:38:48.219Z Compiling parking_lot v0.11.2
33202026-06-22T19:38:48.219Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33212026-06-22T19:38:48.219Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33222026-06-22T19:38:48.219Z Compiling tabled v0.20.0
33232026-06-22T19:38:48.220Z Compiling serde-hex v0.1.0
33242026-06-22T19:38:48.220Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-06-22T19:38:48.220Z Compiling ron v0.8.1
33262026-06-22T19:38:48.652Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-06-22T19:38:48.652Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33282026-06-22T19:38:48.746Z Compiling hashbrown v0.13.2
33292026-06-22T19:38:48.746Z Compiling progenitor-client v0.13.0
33302026-06-22T19:38:48.746Z Compiling blowfish v0.9.1
33312026-06-22T19:38:48.746Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33322026-06-22T19:38:48.746Z Compiling prefix-trie v0.7.0
33332026-06-22T19:38:48.746Z Compiling ssh-encoding v0.2.0
33342026-06-22T19:38:48.878Z Compiling fxhash v0.2.1
33352026-06-22T19:38:48.963Z Compiling secrecy v0.8.0
33362026-06-22T19:38:48.964Z Compiling crc-any v2.5.0
33372026-06-22T19:38:49.030Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33382026-06-22T19:38:49.030Z Compiling ssh-cipher v0.2.0
33392026-06-22T19:38:49.048Z Compiling hickory-server v0.25.2
33402026-06-22T19:38:49.126Z Compiling sled v0.34.7
33412026-06-22T19:38:49.175Z Compiling object v0.30.4
33422026-06-22T19:38:49.375Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-06-22T19:38:49.386Z Compiling progenitor-macro v0.13.0
33442026-06-22T19:38:49.386Z Compiling progenitor v0.14.0
33452026-06-22T19:38:49.823Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33462026-06-22T19:38:50.020Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-06-22T19:38:50.020Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-22T19:38:50.020Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33492026-06-22T19:38:50.262Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33502026-06-22T19:38:50.344Z Compiling bcrypt-pbkdf v0.10.0
33512026-06-22T19:38:50.344Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33522026-06-22T19:38:50.344Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33532026-06-22T19:38:50.664Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33542026-06-22T19:38:50.776Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-06-22T19:38:50.776Z Compiling password-hash v0.4.2
33562026-06-22T19:38:50.776Z Compiling crc8 v0.1.1
33572026-06-22T19:38:50.939Z Compiling http-range v0.1.5
33582026-06-22T19:38:50.958Z Compiling path-slash v0.1.5
33592026-06-22T19:38:50.958Z Compiling half v1.8.3
33602026-06-22T19:38:51.110Z Compiling pbkdf2 v0.11.0
33612026-06-22T19:38:51.164Z Compiling illumos-nvpair v0.3.0
33622026-06-22T19:38:51.295Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33632026-06-22T19:38:51.403Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33642026-06-22T19:38:51.422Z Compiling serde_cbor v0.11.2
33652026-06-22T19:38:52.094Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-06-22T19:38:52.571Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33672026-06-22T19:38:52.620Z Compiling ssh-key v0.6.7
33682026-06-22T19:38:52.620Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-06-22T19:38:52.683Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-06-22T19:38:52.928Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33712026-06-22T19:38:53.000Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33722026-06-22T19:38:53.018Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33732026-06-22T19:38:53.069Z Compiling p256 v0.13.2
33742026-06-22T19:38:53.126Z Compiling p521 v0.13.3
33752026-06-22T19:38:53.197Z Compiling yasna v0.5.2
33762026-06-22T19:38:53.437Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33772026-06-22T19:38:53.585Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-06-22T19:38:53.591Z Compiling kstat-rs v0.2.4
33792026-06-22T19:38:53.822Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33802026-06-22T19:38:53.945Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33812026-06-22T19:38:53.945Z Compiling headers-core v0.3.0
33822026-06-22T19:38:54.207Z Compiling nanorand v0.7.0
33832026-06-22T19:38:54.207Z Compiling atty v0.2.14
33842026-06-22T19:38:54.253Z Compiling russh-cryptovec v0.7.3
33852026-06-22T19:38:54.253Z Compiling home v0.5.12
33862026-06-22T19:38:54.253Z Compiling md5 v0.7.0
33872026-06-22T19:38:54.253Z Compiling flume v0.11.1
33882026-06-22T19:38:54.253Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33892026-06-22T19:38:54.311Z Compiling headers v0.4.1
33902026-06-22T19:38:54.320Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-06-22T19:38:54.321Z Compiling rcgen v0.12.1
33922026-06-22T19:38:54.459Z Compiling russh-keys v0.45.0
33932026-06-22T19:38:54.727Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-06-22T19:38:54.727Z Compiling progenitor v0.13.0
33952026-06-22T19:38:54.868Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33962026-06-22T19:38:54.868Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33972026-06-22T19:38:55.024Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33982026-06-22T19:38:55.025Z Compiling hyper-staticfile v0.10.1
33992026-06-22T19:38:55.099Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34002026-06-22T19:38:55.122Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-06-22T19:38:55.122Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-06-22T19:38:55.256Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-06-22T19:38:55.403Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34042026-06-22T19:38:55.476Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-06-22T19:38:55.601Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34062026-06-22T19:38:55.660Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34072026-06-22T19:38:55.688Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34082026-06-22T19:38:55.889Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-06-22T19:38:56.551Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34102026-06-22T19:38:56.551Z Compiling num-bigint v0.4.6
34112026-06-22T19:38:56.551Z Compiling des v0.8.1
34122026-06-22T19:38:56.551Z Compiling subprocess v0.2.15
34132026-06-22T19:38:56.551Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34142026-06-22T19:38:56.552Z Compiling hex-literal v0.4.1
34152026-06-22T19:38:56.758Z Compiling display-error-chain v0.2.2
34162026-06-22T19:38:56.758Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-06-22T19:38:56.758Z Compiling colored v2.2.0
34182026-06-22T19:38:56.758Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-06-22T19:38:56.758Z Compiling internet-checksum v0.2.1
34202026-06-22T19:38:56.758Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34212026-06-22T19:38:56.758Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34222026-06-22T19:38:57.168Z Compiling russh v0.45.0
34232026-06-22T19:38:57.756Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-06-22T19:38:58.410Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-06-22T19:38:58.410Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-06-22T19:39:00.809Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-06-22T19:39:01.531Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-06-22T19:39:01.624Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-06-22T19:39:01.896Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-06-22T19:39:04.047Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-06-22T19:39:12.226Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-06-22T19:39:12.226Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-06-22T19:39:12.763Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-06-22T19:39:12.763Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-06-22T19:39:14.026Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-06-22T19:39:14.191Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-06-22T19:39:18.064Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-06-22T19:39:57.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34392026-06-22T19:39:58.175Z
34402026-06-22T19:39:58.175Zreal 1:27.363341631
34412026-06-22T19:39:58.175Zuser 8:10.195753706
34422026-06-22T19:39:58.175Zsys 1:38.727147919
34432026-06-22T19:39:58.175Ztrap 0.238799699
34442026-06-22T19:39:58.175Ztflt 0.680450460
34452026-06-22T19:39:58.175Zdflt 1.654216669
34462026-06-22T19:39:58.223Zkflt 0.000204940
34472026-06-22T19:39:58.223Zlock 27:25.245738867
34482026-06-22T19:39:58.223Zslp 18:19.507971415
34492026-06-22T19:39:58.223Zlat 39.183889644
34502026-06-22T19:39:58.223Zstop 2:37.646722630
34512026-06-22T19:39:58.223Z+ mkdir tests
34522026-06-22T19:39:58.223Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-06-22T19:39:58.223Z+ xargs -I '{}' -t cp '{}' tests/
34542026-06-22T19:39:58.224Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34552026-06-22T19:39:58.283Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34562026-06-22T19:39:58.283Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34572026-06-22T19:39:58.326Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34582026-06-22T19:39:58.557Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34592026-06-22T19:39:58.581Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34602026-06-22T19:41:19.933ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-06-22T19:41:19.933Za .github/buildomat/ci-env.sh 1K
34622026-06-22T19:41:19.933Za out/target/test 1K
34632026-06-22T19:41:19.933Za out/npuzone/npuzone 27402K
34642026-06-22T19:41:19.933Za package-manifest.toml 35K
34652026-06-22T19:41:19.933Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-06-22T19:41:19.933Za target/release/omicron-package 45241K
34672026-06-22T19:41:19.933Za target/release/xtask 11453K
34682026-06-22T19:41:19.933Za target/debug/bootstrap 356178K
34692026-06-22T19:41:19.933Za tests/bootstrap-924fc3fc47321669 31215K
34702026-06-22T19:41:19.933Za tests/commtest-408c589a9be9a15a 32300K
34712026-06-22T19:41:19.933Za tests/dhcp_server-f35f394bfb169ef7 31215K
34722026-06-22T19:41:19.933Za tests/end_to_end_tests-f00a927a2ca939a9 398002K
34732026-06-22T19:41:19.933Za tools/opte_version 1K
34742026-06-22T19:41:19.933Za tools/opte_version_override 2K
34752026-06-22T19:41:19.933Za out/clickhouse.tar.gz 313512K
34762026-06-22T19:41:19.933Za out/clickhouse_keeper.tar.gz 298568K
34772026-06-22T19:41:19.934Za out/clickhouse_server.tar.gz 313508K
34782026-06-22T19:41:19.934Za out/cockroachdb.tar.gz 157713K
34792026-06-22T19:41:19.934Za out/crucible-pantry-zone.tar.gz 36484K
34802026-06-22T19:41:19.934Za out/crucible-utils.tar 16478K
34812026-06-22T19:41:19.934Za out/crucible-zone.tar.gz 52054K
34822026-06-22T19:41:19.934Za out/external-dns.tar.gz 42923K
34832026-06-22T19:41:19.934Za out/internal-dns.tar.gz 42922K
34842026-06-22T19:41:19.934Za out/mg-ddm-gz.tar 97917K
34852026-06-22T19:41:19.934Za out/nexus.tar.gz 279195K
34862026-06-22T19:41:19.934Za out/ntp.tar.gz 24125K
34872026-06-22T19:41:19.934Za out/omicron-gateway-softnpu.tar.gz 30218K
34882026-06-22T19:41:19.934Za out/omicron-sled-agent.tar 194835K
34892026-06-22T19:41:19.934Za out/overlay.tar.gz 3K
34902026-06-22T19:41:19.934Za out/oximeter.tar.gz 62320K
34912026-06-22T19:41:19.934Za out/oxlog.tar 3782K
34922026-06-22T19:41:19.934Za out/probe.tar.gz 3037K
34932026-06-22T19:41:19.934Za out/propolis-server.tar.gz 34918K
34942026-06-22T19:41:19.934Za out/pumpkind-gz.tar 26647K
34952026-06-22T19:41:19.934Za out/switch-softnpu.tar.gz 448480K
34962026-06-22T19:41:19.954Z
34972026-06-22T19:41:19.954Zreal 1:21.285497887
34982026-06-22T19:41:19.955Zuser 1:18.485044244
34992026-06-22T19:41:19.955Zsys 4.601096491
35002026-06-22T19:41:19.955Ztrap 0.007175938
35012026-06-22T19:41:19.955Ztflt 0.000000000
35022026-06-22T19:41:19.955Zdflt 0.000000000
35032026-06-22T19:41:19.955Zkflt 0.000000000
35042026-06-22T19:41:19.955Zlock 0.000000000
35052026-06-22T19:41:19.955Zslp 1:18.442898946
35062026-06-22T19:41:19.955Zlat 1.030020835
35072026-06-22T19:41:19.955Zstop 0.000242160
35082026-06-22T19:41:19.955Zprocess exited: duration 1018787 ms, exit code 0
 
35092026-06-22T19:41:20.023Zfound 1 output files
35102026-06-22T19:41:20.023Zuploading: /work/package.tar.gz (2481659249 bytes)
35112026-06-22T19:43:37.929Zuploaded: /work/package.tar.gz