01KS0Z12TKDB7DVTWWEDHZA1TG: 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: 01KS0Z26TWKBNMVF9EGYFD17ZW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T20:34:23.770Zjob assigned to worker 01KS0Z3CRV96F0Z0WWBJAPXDGM [factory aws, i-07edd8f8c3ed0c556] (queued for 1 m 23 s)
 
22026-05-19T20:34:32.598Zstarting task 0: "setup"
32026-05-19T20:34:32.604Z++ uname -s
42026-05-19T20:34:32.607Z+ kern=SunOS
52026-05-19T20:34:32.607Z+ build_user=build
62026-05-19T20:34:32.607Z+ build_uid=12345
72026-05-19T20:34:32.607Z+ work_dir=/work
82026-05-19T20:34:32.607Z+ input_dir=/input
92026-05-19T20:34:32.607Z+ [[ 0 == 12345 ]]
102026-05-19T20:34:32.607Z+ case "$kern" in
112026-05-19T20:34:32.607Z+ groupadd -g 12345 build
122026-05-19T20:34:32.619Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T20:34:34.630Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T20:34:34.724Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T20:34:34.727Z+ home_fs=zfs
162026-05-19T20:34:34.727Z+ [[ zfs == autofs ]]
172026-05-19T20:34:34.727Z+ mkdir -p /home/build
182026-05-19T20:34:34.728Z+ chown build:build /home/build /work
192026-05-19T20:34:36.729Z+ chmod 0700 /home/build /work
202026-05-19T20:34:36.733Zprocess exited: duration 4138 ms, exit code 0
 
212026-05-19T20:34:36.739Zstarting task 1: "rust-toolchain"
222026-05-19T20:34:36.746Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T20:34:36.746Z * rust toolchain channel = "1.94.0"
242026-05-19T20:34:36.746Z * rust toolchain profile = "default"
252026-05-19T20:34:36.746Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-19T20:34:36.746Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T20:34:36.746Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T20:34:36.752Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T20:34:36.752Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T20:34:36.863Zinfo: downloading installer
312026-05-19T20:34:38.241Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T20:34:38.241Zwarn: /home/build/.rustup/settings.toml
332026-05-19T20:34:38.241Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T20:34:38.241Zwarn: instead of the one inferred from the default host triple.
352026-05-19T20:34:38.263Zinfo: profile set to default
362026-05-19T20:34:38.264Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T20:34:38.264Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T20:34:38.424Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T20:34:38.424Zinfo: downloading 6 components
402026-05-19T20:34:54.156Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T20:34:54.156Z
422026-05-19T20:34:54.188Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T20:34:54.188Z
442026-05-19T20:34:54.188Z
452026-05-19T20:34:54.188ZRust is installed now. Great!
462026-05-19T20:34:54.188Z
472026-05-19T20:34:54.188ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T20:34:54.188Zenvironment variable. This has not been done automatically.
492026-05-19T20:34:54.188Z
502026-05-19T20:34:54.188ZTo configure your current shell, you need to source
512026-05-19T20:34:54.188Zthe corresponding env file under $HOME/.cargo.
522026-05-19T20:34:54.188Z
532026-05-19T20:34:54.188ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T20:34:54.193Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T20:34:54.193Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T20:34:54.193Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T20:34:54.193Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T20:34:54.193Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T20:34:54.193Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T20:34:54.194Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T20:34:54.194Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T20:34:54.282Z+ rustup --version
632026-05-19T20:34:54.289Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T20:34:54.292Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T20:34:54.320Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T20:34:54.330Z+ cargo --version
672026-05-19T20:34:54.334Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T20:34:54.334Z+ rustc --version
692026-05-19T20:34:54.350Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T20:34:54.353Zprocess exited: duration 17611 ms, exit code 0
 
712026-05-19T20:34:54.360Zstarting task 2: "authentication"
722026-05-19T20:34:54.382Zprocess exited: duration 20 ms, exit code 0
 
732026-05-19T20:34:54.389Zstarting task 3: "clone repository"
742026-05-19T20:34:54.394Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T20:34:54.398Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T20:34:54.453ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T20:35:04.438Z+ cd /work/oxidecomputer/omicron
782026-05-19T20:35:04.438Z+ git fetch origin 7b561f2ef9b479cad72ce9be3044e56597426c9b
792026-05-19T20:35:04.793ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T20:35:04.793Z * branch 7b561f2ef9b479cad72ce9be3044e56597426c9b -> FETCH_HEAD
812026-05-19T20:35:04.809Z+ [[ -n sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config ]]
822026-05-19T20:35:04.813Z++ git branch --show-current
832026-05-19T20:35:04.815Z+ current=main
842026-05-19T20:35:04.816Z+ [[ main != sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config ]]
852026-05-19T20:35:04.816Z+ git branch -f sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config 7b561f2ef9b479cad72ce9be3044e56597426c9b
862026-05-19T20:35:04.819Z+ git checkout -f sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config
872026-05-19T20:35:04.935ZSwitched to branch 'sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config'
882026-05-19T20:35:04.939Z+ git reset --hard 7b561f2ef9b479cad72ce9be3044e56597426c9b
892026-05-19T20:35:05.055ZHEAD is now at 7b561f2ef rebase on main
902026-05-19T20:35:05.058Zprocess exited: duration 10667 ms, exit code 0
 
912026-05-19T20:35:05.065Zstarting task 4: "build"
922026-05-19T20:35:05.072Z+ source .github/buildomat/ci-env.sh
932026-05-19T20:35:05.072Z++ export CARGO_TERM_COLOR=always
942026-05-19T20:35:05.072Z++ CARGO_TERM_COLOR=always
952026-05-19T20:35:05.072Z+ cargo --version
962026-05-19T20:35:05.082Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T20:35:05.085Z+ rustc --version
982026-05-19T20:35:05.106Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T20:35:05.109Z+ WORK=/work
1002026-05-19T20:35:05.109Z+ pfexec mkdir -p /work
1012026-05-19T20:35:05.113Z+ pfexec chown build /work
1022026-05-19T20:35:05.116Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-19T20:35:07.258Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-19T20:35:07.332Z Startup: Caching catalogs ... Done
1052026-05-19T20:35:07.548ZPlanning: Solver setup ... Done (0.174s)
1062026-05-19T20:35:07.560ZPlanning: Running solver ... Done (0.016s)
1072026-05-19T20:35:07.566ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-19T20:35:07.577ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-19T20:35:07.600ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-19T20:35:07.611ZPlanning: Package planning ... Done (0.015s)
1112026-05-19T20:35:07.615ZPlanning: Merging actions ... Done (0.001s)
1122026-05-19T20:35:07.815ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-05-19T20:35:07.857ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-19T20:35:09.262ZPlanning: Evaluating mediators ... Done (1.448s)
1152026-05-19T20:35:09.270ZPlanning: Planning completed in 1.90 seconds
1162026-05-19T20:35:09.274Z Packages to install: 2
1172026-05-19T20:35:09.274Z Estimated space available: 156.08 GB
1182026-05-19T20:35:09.274ZEstimated space to be consumed: 19.74 MB
1192026-05-19T20:35:09.274Z Create boot environment: No
1202026-05-19T20:35:09.274ZCreate backup boot environment: No
1212026-05-19T20:35:09.274Z Rebuild boot archive: No
1222026-05-19T20:35:09.274Z
1232026-05-19T20:35:09.274ZChanged packages:
1242026-05-19T20:35:09.274Zhelios
1252026-05-19T20:35:09.274Z developer/build-essential
1262026-05-19T20:35:09.274Z None -> 11-3.0
1272026-05-19T20:35:09.274Z library/libxmlsec1
1282026-05-19T20:35:09.274Z None -> 1.2.35-3.0
1292026-05-19T20:35:09.317Z
1302026-05-19T20:35:09.317ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-19T20:35:09.982ZDownload: Completed 1.28 MB in 0.62 seconds (2.0M/s)
1322026-05-19T20:35:10.005Z Actions: 1/268 actions (Installing new actions)
1332026-05-19T20:35:10.053Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-19T20:35:10.059ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-19T20:35:10.059ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-19T20:35:10.075ZFinalize: Updating image state ... Done (0.015s)
1372026-05-19T20:35:12.976ZFinalize: Creating fast lookup database ... Done (2.872s)
1382026-05-19T20:35:13.049ZFinalize: Reading search index ... Done (0.023s)
1392026-05-19T20:35:13.059ZFinalize: Updating search index ... Done (0.000s)
1402026-05-19T20:35:13.114ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-19T20:35:13.411ZPlanning: Evaluating mediator changes ... Done
1422026-05-19T20:35:13.521ZPlanning: Checking for conflicting actions ... Done
1432026-05-19T20:35:13.524ZPlanning: Consolidating action changes ... Done
1442026-05-19T20:35:13.682ZPlanning: Evaluating mediators ... Done
1452026-05-19T20:35:13.686ZPlanning: Planning completed in 0.27 seconds
1462026-05-19T20:35:13.703Z Mediators to change: 2
1472026-05-19T20:35:13.703Z Create boot environment: No
1482026-05-19T20:35:13.703ZCreate backup boot environment: No
1492026-05-19T20:35:13.761ZFinalize: Updating package state database ... Done
1502026-05-19T20:35:13.761ZFinalize: Updating package cache ... Done
1512026-05-19T20:35:13.778ZFinalize: Updating image state ... Done
1522026-05-19T20:35:15.730ZFinalize: Creating fast lookup database ... Done
1532026-05-19T20:35:15.788ZFinalize: Reading search index ... Done
1542026-05-19T20:35:15.791ZFinalize: Updating search index ... Done
1552026-05-19T20:35:15.846ZFinalize: Updating package cache ... Done
1562026-05-19T20:35:16.142ZPlanning: Evaluating mediator changes ... Done
1572026-05-19T20:35:16.270ZPlanning: Checking for conflicting actions ... Done
1582026-05-19T20:35:16.287ZPlanning: Consolidating action changes ... Done
1592026-05-19T20:35:16.408ZPlanning: Evaluating mediators ... Done
1602026-05-19T20:35:16.411ZPlanning: Planning completed in 0.27 seconds
1612026-05-19T20:35:16.434Z Mediators to change: 1
1622026-05-19T20:35:16.434Z Create boot environment: No
1632026-05-19T20:35:16.434ZCreate backup boot environment: No
1642026-05-19T20:35:16.480ZFinalize: Updating package state database ... Done
1652026-05-19T20:35:16.481ZFinalize: Updating package cache ... Done
1662026-05-19T20:35:16.496ZFinalize: Updating image state ... Done
1672026-05-19T20:35:18.475ZFinalize: Creating fast lookup database ... Done
1682026-05-19T20:35:18.595ZFinalize: Reading search index ... Done
1692026-05-19T20:35:18.617ZFinalize: Updating search index ... Done
1702026-05-19T20:35:18.617ZFinalize: Updating package cache ... Done
1712026-05-19T20:35:18.925ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-19T20:35:18.925Zapache system 2.4 system
1732026-05-19T20:35:18.925Zclang system 15 system
1742026-05-19T20:35:18.925Zcsh system system illumos
1752026-05-19T20:35:18.925Zctags system system illumos
1762026-05-19T20:35:18.925Zfile vendor vendor darwinsys
1772026-05-19T20:35:18.926Zfile system system illumos
1782026-05-19T20:35:18.926Zgcc vendor 14 vendor
1792026-05-19T20:35:18.926Zgcc system 13 system
1802026-05-19T20:35:18.926Zgcc system 10 system
1812026-05-19T20:35:18.926Zgo system 1.25 system
1822026-05-19T20:35:18.926Zllvm system 15 system
1832026-05-19T20:35:18.926Zmariadb system 11.4 system
1842026-05-19T20:35:18.926Zmta vendor vendor dma
1852026-05-19T20:35:18.926Zopenjdk system 17 system
1862026-05-19T20:35:18.926Zopenjdk system 11 system
1872026-05-19T20:35:18.926Zopenssl vendor 3 vendor
1882026-05-19T20:35:18.926Zperl system 5.40 system
1892026-05-19T20:35:18.926Zpostgresql system 18 system
1902026-05-19T20:35:18.926Zpostgresql system 17 system
1912026-05-19T20:35:18.926Zpython vendor 3 vendor
1922026-05-19T20:35:18.926Zpython system 2 system
1932026-05-19T20:35:18.926Zpython3 vendor 3.13 vendor
1942026-05-19T20:35:18.926Zruby system 3.4 system
1952026-05-19T20:35:18.926Zruby system 3.0 system
1962026-05-19T20:35:18.926Zwords vendor vendor american-english
1972026-05-19T20:35:18.926Zwords system system australian-english
1982026-05-19T20:35:18.927Zwords system system british-english
1992026-05-19T20:35:18.927Zwords system system canadian-english
2002026-05-19T20:35:18.927Zwords system system french
2012026-05-19T20:35:18.927Zwords system system italian
2022026-05-19T20:35:18.927Zwords system system ngerman
2032026-05-19T20:35:18.927Zwords system system ogerman
2042026-05-19T20:35:18.927Zwords system system spanish
2052026-05-19T20:35:19.192ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-19T20:35:19.192Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-19T20:35:19.473ZFMRI IFO
2082026-05-19T20:35:19.473Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-19T20:35:19.473Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-19T20:35:19.473Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-19T20:35:19.473Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-19T20:35:19.473Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-19T20:35:19.473Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-19T20:35:19.473Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-19T20:35:19.474Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-19T20:35:19.474Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-19T20:35:19.717Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-19T20:35:19.991Z Updating crates.io index
2192026-05-19T20:35:20.055Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-19T20:35:20.242Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-19T20:35:21.083Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-19T20:35:21.498Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-19T20:35:22.625Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-19T20:35:23.139Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-19T20:35:24.465Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-19T20:35:25.360Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-19T20:35:25.640Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-19T20:35:26.397Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-19T20:35:27.044Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-19T20:35:27.584Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-19T20:35:27.890Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-19T20:35:28.919Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-19T20:35:29.409Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-19T20:35:29.745Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-19T20:35:29.993Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-19T20:35:30.362Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-19T20:35:30.794Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-19T20:35:31.182Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-19T20:35:31.402Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-19T20:35:31.649Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-19T20:35:32.121Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-19T20:35:32.458Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-19T20:35:33.106Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-19T20:35:33.440Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-19T20:35:33.755Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-19T20:35:34.061Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-19T20:35:35.161Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-19T20:35:35.951Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-19T20:35:36.424Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-19T20:35:36.673Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-19T20:35:37.006Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-19T20:35:37.305Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-19T20:35:37.729Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-19T20:35:38.236Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-19T20:35:38.492Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-19T20:35:38.735Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-19T20:35:39.102Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-19T20:35:50.957Z Downloading crates ...
2592026-05-19T20:35:51.015Z Downloaded fnv v1.0.7
2602026-05-19T20:35:51.027Z Downloaded generic-array v0.14.7
2612026-05-19T20:35:51.030Z Downloaded version_check v0.9.5
2622026-05-19T20:35:51.033Z Downloaded zerovec-derive v0.11.2
2632026-05-19T20:35:51.033Z Downloaded erased-serde v0.4.9
2642026-05-19T20:35:51.033Z Downloaded bitflags v2.11.0
2652026-05-19T20:35:51.036Z Downloaded usdt-macro v0.5.0
2662026-05-19T20:35:51.036Z Downloaded strsim v0.11.1
2672026-05-19T20:35:51.040Z Downloaded anyhow v1.0.102
2682026-05-19T20:35:51.040Z Downloaded zmij v1.0.21
2692026-05-19T20:35:51.043Z Downloaded yoke v0.8.1
2702026-05-19T20:35:51.043Z Downloaded toml_datetime v0.6.11
2712026-05-19T20:35:51.043Z Downloaded block-buffer v0.10.4
2722026-05-19T20:35:51.043Z Downloaded utf8_iter v1.0.4
2732026-05-19T20:35:51.046Z Downloaded ordered-float v2.10.1
2742026-05-19T20:35:51.046Z Downloaded percent-encoding v2.3.2
2752026-05-19T20:35:51.049Z Downloaded idna_adapter v1.2.1
2762026-05-19T20:35:51.049Z Downloaded anstyle-query v1.1.5
2772026-05-19T20:35:51.052Z Downloaded proc-macro-error v1.0.4
2782026-05-19T20:35:51.054Z Downloaded toml_write v0.1.2
2792026-05-19T20:35:51.054Z Downloaded quote v1.0.45
2802026-05-19T20:35:51.054Z Downloaded thread-id v4.2.2
2812026-05-19T20:35:51.057Z Downloaded zerofrom-derive v0.1.6
2822026-05-19T20:35:51.057Z Downloaded usdt v0.5.0
2832026-05-19T20:35:51.060Z Downloaded yoke-derive v0.8.1
2842026-05-19T20:35:51.060Z Downloaded tabled_derive v0.7.0
2852026-05-19T20:35:51.060Z Downloaded usdt-attr-macro v0.5.0
2862026-05-19T20:35:51.063Z Downloaded litemap v0.8.1
2872026-05-19T20:35:51.063Z Downloaded fastrand v2.3.0
2882026-05-19T20:35:51.063Z Downloaded unicode-xid v0.2.6
2892026-05-19T20:35:51.066Z Downloaded memmap v0.7.0
2902026-05-19T20:35:51.066Z Downloaded ucd-trie v0.1.7
2912026-05-19T20:35:51.069Z Downloaded typeid v1.0.3
2922026-05-19T20:35:51.069Z Downloaded thiserror v2.0.18
2932026-05-19T20:35:51.071Z Downloaded anstyle-parse v0.2.7
2942026-05-19T20:35:51.076Z Downloaded utf8parse v0.2.2
2952026-05-19T20:35:51.076Z Downloaded unicode-linebreak v0.1.5
2962026-05-19T20:35:51.079Z Downloaded zerofrom v0.1.6
2972026-05-19T20:35:51.079Z Downloaded thiserror-impl v1.0.69
2982026-05-19T20:35:51.082Z Downloaded usdt-impl v0.5.0
2992026-05-19T20:35:51.082Z Downloaded heck v0.4.1
3002026-05-19T20:35:51.082Z Downloaded errno v0.3.14
3012026-05-19T20:35:51.084Z Downloaded icu_collections v2.1.1
3022026-05-19T20:35:51.088Z Downloaded zerocopy-derive v0.7.35
3032026-05-19T20:35:51.091Z Downloaded toml v0.8.23
3042026-05-19T20:35:51.091Z Downloaded thiserror-impl v2.0.18
3052026-05-19T20:35:51.094Z Downloaded colorchoice v1.0.4
3062026-05-19T20:35:51.094Z Downloaded writeable v0.6.2
3072026-05-19T20:35:51.094Z Downloaded tinystr v0.8.2
3082026-05-19T20:35:51.097Z Downloaded thiserror v1.0.69
3092026-05-19T20:35:51.100Z Downloaded is_terminal_polyfill v1.70.2
3102026-05-19T20:35:51.103Z Downloaded unicode-ident v1.0.24
3112026-05-19T20:35:51.108Z Downloaded textwrap v0.16.2
3122026-05-19T20:35:51.110Z Downloaded toml_edit v0.22.27
3132026-05-19T20:35:51.113Z Downloaded typenum v1.19.0
3142026-05-19T20:35:51.116Z Downloaded itoa v1.0.17
3152026-05-19T20:35:51.119Z Downloaded url v2.5.8
3162026-05-19T20:35:51.125Z Downloaded plain v0.2.3
3172026-05-19T20:35:51.125Z Downloaded heck v0.5.0
3182026-05-19T20:35:51.125Z Downloaded cpufeatures v0.2.17
3192026-05-19T20:35:51.125Z Downloaded cfg-if v1.0.4
3202026-05-19T20:35:51.128Z Downloaded zerotrie v0.2.3
3212026-05-19T20:35:51.128Z Downloaded equivalent v1.0.2
3222026-05-19T20:35:51.128Z Downloaded dof v0.3.0
3232026-05-19T20:35:51.128Z Downloaded crypto-common v0.1.7
3242026-05-19T20:35:51.128Z Downloaded scroll_derive v0.12.1
3252026-05-19T20:35:51.128Z Downloaded potential_utf v0.1.4
3262026-05-19T20:35:51.131Z Downloaded winnow v0.7.14
3272026-05-19T20:35:51.137Z Downloaded zerovec v0.11.5
3282026-05-19T20:35:51.140Z Downloaded zerocopy v0.7.35
3292026-05-19T20:35:51.147Z Downloaded smawk v0.3.2
3302026-05-19T20:35:51.150Z Downloaded cargo-platform v0.2.0
3312026-05-19T20:35:51.150Z Downloaded macaddr v1.0.1
3322026-05-19T20:35:51.150Z Downloaded unicode-width v0.1.14
3332026-05-19T20:35:51.153Z Downloaded stable_deref_trait v1.2.1
3342026-05-19T20:35:51.156Z Downloaded terminal_size v0.4.3
3352026-05-19T20:35:51.156Z Downloaded form_urlencoded v1.2.2
3362026-05-19T20:35:51.156Z Downloaded unicode-width v0.2.0
3372026-05-19T20:35:51.162Z Downloaded once_cell v1.21.3
3382026-05-19T20:35:51.166Z Downloaded fs-err v3.3.0
3392026-05-19T20:35:51.169Z Downloaded camino-tempfile v1.4.1
3402026-05-19T20:35:51.174Z Downloaded dtrace-parser v0.2.0
3412026-05-19T20:35:51.177Z Downloaded clap_lex v1.0.0
3422026-05-19T20:35:51.180Z Downloaded swrite v0.1.0
3432026-05-19T20:35:51.183Z Downloaded serde-value v0.7.0
3442026-05-19T20:35:51.186Z Downloaded pretty-hex v0.4.1
3452026-05-19T20:35:51.190Z Downloaded cargo_metadata v0.21.0
3462026-05-19T20:35:51.193Z Downloaded autocfg v1.5.0
3472026-05-19T20:35:51.193Z Downloaded displaydoc v0.2.5
3482026-05-19T20:35:51.196Z Downloaded proc-macro-error-attr v1.0.4
3492026-05-19T20:35:51.200Z Downloaded cargo_toml v0.21.0
3502026-05-19T20:35:51.202Z Downloaded serde_spanned v0.6.9
3512026-05-19T20:35:51.202Z Downloaded anstyle v1.0.13
3522026-05-19T20:35:51.206Z Downloaded synstructure v0.13.2
3532026-05-19T20:35:51.209Z Downloaded serde-untagged v0.1.9
3542026-05-19T20:35:51.209Z Downloaded digest v0.10.7
3552026-05-19T20:35:51.209Z Downloaded byteorder v1.5.0
3562026-05-19T20:35:51.215Z Downloaded serde_tokenstream v0.2.3
3572026-05-19T20:35:51.218Z Downloaded tempfile v3.25.0
3582026-05-19T20:35:51.218Z Downloaded clap v4.5.60
3592026-05-19T20:35:51.224Z Downloaded num-traits v0.2.19
3602026-05-19T20:35:51.232Z Downloaded scroll v0.12.0
3612026-05-19T20:35:51.235Z Downloaded bytecount v0.6.9
3622026-05-19T20:35:51.238Z Downloaded sha2 v0.10.9
3632026-05-19T20:35:51.241Z Downloaded anstream v0.6.21
3642026-05-19T20:35:51.244Z Downloaded pest_generator v2.8.6
3652026-05-19T20:35:51.252Z Downloaded semver v1.0.28
3662026-05-19T20:35:51.254Z Downloaded pest_derive v2.8.6
3672026-05-19T20:35:51.254Z Downloaded smallvec v1.15.1
3682026-05-19T20:35:51.257Z Downloaded icu_normalizer_data v2.1.1
3692026-05-19T20:35:51.257Z Downloaded proc-macro2 v1.0.106
3702026-05-19T20:35:51.260Z Downloaded indexmap v2.14.0
3712026-05-19T20:35:51.262Z Downloaded clap_derive v4.5.55
3722026-05-19T20:35:51.265Z Downloaded log v0.4.29
3732026-05-19T20:35:51.269Z Downloaded camino v1.2.2
3742026-05-19T20:35:51.271Z Downloaded papergrid v0.11.0
3752026-05-19T20:35:51.274Z Downloaded icu_provider v2.1.1
3762026-05-19T20:35:51.277Z Downloaded icu_properties v2.1.2
3772026-05-19T20:35:51.277Z Downloaded cargo-util-schemas v0.8.2
3782026-05-19T20:35:51.280Z Downloaded serde_core v1.0.228
3792026-05-19T20:35:51.283Z Downloaded serde_derive v1.0.228
3802026-05-19T20:35:51.289Z Downloaded idna v1.1.0
3812026-05-19T20:35:51.291Z Downloaded icu_normalizer v2.1.1
3822026-05-19T20:35:51.295Z Downloaded hashbrown v0.17.0
3832026-05-19T20:35:51.301Z Downloaded pest_meta v2.8.6
3842026-05-19T20:35:51.305Z Downloaded icu_locale_core v2.1.1
3852026-05-19T20:35:51.311Z Downloaded getrandom v0.4.1
3862026-05-19T20:35:51.313Z Downloaded serde v1.0.228
3872026-05-19T20:35:51.316Z Downloaded pest v2.8.6
3882026-05-19T20:35:51.319Z Downloaded memchr v2.8.0
3892026-05-19T20:35:51.326Z Downloaded icu_properties_data v2.1.2
3902026-05-19T20:35:51.359Z Downloaded serde_json v1.0.149
3912026-05-19T20:35:51.367Z Downloaded clap_builder v4.5.60
3922026-05-19T20:35:51.374Z Downloaded goblin v0.8.2
3932026-05-19T20:35:51.386Z Downloaded syn v1.0.109
3942026-05-19T20:35:51.392Z Downloaded tabled v0.15.0
3952026-05-19T20:35:51.413Z Downloaded syn v2.0.117
3962026-05-19T20:35:51.430Z Downloaded rustix v1.1.3
3972026-05-19T20:35:51.453Z Downloaded libc v0.2.185
3982026-05-19T20:35:52.523Z Compiling proc-macro2 v1.0.106
3992026-05-19T20:35:52.523Z Compiling quote v1.0.45
4002026-05-19T20:35:52.523Z Compiling unicode-ident v1.0.24
4012026-05-19T20:35:52.526Z Compiling serde_core v1.0.228
4022026-05-19T20:35:52.526Z Compiling libc v0.2.185
4032026-05-19T20:35:52.526Z Compiling version_check v0.9.5
4042026-05-19T20:35:52.526Z Compiling serde v1.0.228
4052026-05-19T20:35:52.526Z Compiling stable_deref_trait v1.2.1
4062026-05-19T20:35:52.526Z Compiling memchr v2.8.0
4072026-05-19T20:35:52.526Z Compiling zmij v1.0.21
4082026-05-19T20:35:52.526Z Compiling autocfg v1.5.0
4092026-05-19T20:35:52.526Z Compiling itoa v1.0.17
4102026-05-19T20:35:52.526Z Compiling thiserror v1.0.69
4112026-05-19T20:35:52.526Z Compiling ucd-trie v0.1.7
4122026-05-19T20:35:52.526Z Compiling writeable v0.6.2
4132026-05-19T20:35:52.526Z Compiling litemap v0.8.1
4142026-05-19T20:35:52.526Z Compiling icu_normalizer_data v2.1.1
4152026-05-19T20:35:52.526Z Compiling rustix v1.1.3
4162026-05-19T20:35:52.526Z Compiling byteorder v1.5.0
4172026-05-19T20:35:52.526Z Compiling icu_properties_data v2.1.2
4182026-05-19T20:35:52.527Z Compiling bitflags v2.11.0
4192026-05-19T20:35:52.527Z Compiling serde_json v1.0.149
4202026-05-19T20:35:52.527Z Compiling pest v2.8.6
4212026-05-19T20:35:52.527Z Compiling num-traits v0.2.19
4222026-05-19T20:35:52.567Z Compiling smallvec v1.15.1
4232026-05-19T20:35:52.695Z Compiling hashbrown v0.17.0
4242026-05-19T20:35:52.698Z Compiling equivalent v1.0.2
4252026-05-19T20:35:52.736Z Compiling typeid v1.0.3
4262026-05-19T20:35:52.807Z Compiling proc-macro-error-attr v1.0.4
4272026-05-19T20:35:52.917Z Compiling usdt-impl v0.5.0
4282026-05-19T20:35:52.956Z Compiling erased-serde v0.4.9
4292026-05-19T20:35:52.956Z Compiling toml_write v0.1.2
4302026-05-19T20:35:52.960Z Compiling syn v1.0.109
4312026-05-19T20:35:53.016Z Compiling winnow v0.7.14
4322026-05-19T20:35:53.064Z Compiling proc-macro-error v1.0.4
4332026-05-19T20:35:53.086Z Compiling utf8parse v0.2.2
4342026-05-19T20:35:53.181Z Compiling camino v1.2.2
4352026-05-19T20:35:53.239Z Compiling errno v0.3.14
4362026-05-19T20:35:53.261Z Compiling thread-id v4.2.2
4372026-05-19T20:35:53.303Z Compiling log v0.4.29
4382026-05-19T20:35:53.306Z Compiling utf8_iter v1.0.4
4392026-05-19T20:35:53.341Z Compiling getrandom v0.4.1
4402026-05-19T20:35:53.382Z Compiling plain v0.2.3
4412026-05-19T20:35:53.382Z Compiling thiserror v2.0.18
4422026-05-19T20:35:53.439Z Compiling indexmap v2.14.0
4432026-05-19T20:35:53.442Z Compiling percent-encoding v2.3.2
4442026-05-19T20:35:53.641Z Compiling pest_meta v2.8.6
4452026-05-19T20:35:53.702Z Compiling anstyle-parse v0.2.7
4462026-05-19T20:35:53.779Z Compiling form_urlencoded v1.2.2
4472026-05-19T20:35:53.804Z Compiling ordered-float v2.10.1
4482026-05-19T20:35:53.879Z Compiling cfg-if v1.0.4
4492026-05-19T20:35:53.913Z Compiling syn v2.0.117
4502026-05-19T20:35:53.985Z Compiling colorchoice v1.0.4
4512026-05-19T20:35:53.996Z Compiling anstyle-query v1.1.5
4522026-05-19T20:35:54.012Z Compiling pretty-hex v0.4.1
4532026-05-19T20:35:54.035Z Compiling is_terminal_polyfill v1.70.2
4542026-05-19T20:35:54.077Z Compiling anstyle v1.0.13
4552026-05-19T20:35:54.157Z Compiling fs-err v3.3.0
4562026-05-19T20:35:54.178Z Compiling strsim v0.11.1
4572026-05-19T20:35:54.203Z Compiling heck v0.5.0
4582026-05-19T20:35:54.232Z Compiling bytecount v0.6.9
4592026-05-19T20:35:54.261Z Compiling unicode-width v0.1.14
4602026-05-19T20:35:54.316Z Compiling anstream v0.6.21
4612026-05-19T20:35:54.338Z Compiling heck v0.4.1
4622026-05-19T20:35:54.381Z Compiling clap_lex v1.0.0
4632026-05-19T20:35:54.400Z Compiling fnv v1.0.7
4642026-05-19T20:35:54.524Z Compiling terminal_size v0.4.3
4652026-05-19T20:35:54.544Z Compiling fastrand v2.3.0
4662026-05-19T20:35:54.582Z Compiling unicode-xid v0.2.6
4672026-05-19T20:35:54.583Z Compiling once_cell v1.21.3
4682026-05-19T20:35:54.619Z Compiling anyhow v1.0.102
4692026-05-19T20:35:54.621Z Compiling papergrid v0.11.0
4702026-05-19T20:35:54.700Z Compiling semver v1.0.28
4712026-05-19T20:35:54.751Z Compiling clap_builder v4.5.60
4722026-05-19T20:35:54.771Z Compiling tempfile v3.25.0
4732026-05-19T20:35:54.835Z Compiling memmap v0.7.0
4742026-05-19T20:35:54.853Z Compiling unicode-linebreak v0.1.5
4752026-05-19T20:35:54.942Z Compiling smawk v0.3.2
4762026-05-19T20:35:55.047Z Compiling unicode-width v0.2.0
4772026-05-19T20:35:55.070Z Compiling camino-tempfile v1.4.1
4782026-05-19T20:35:55.130Z Compiling serde-untagged v0.1.9
4792026-05-19T20:35:55.200Z Compiling swrite v0.1.0
4802026-05-19T20:35:55.245Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-19T20:35:55.346Z Compiling textwrap v0.16.2
4822026-05-19T20:35:55.689Z Compiling tabled_derive v0.7.0
4832026-05-19T20:35:56.340Z Compiling tabled v0.15.0
4842026-05-19T20:35:56.508Z Compiling synstructure v0.13.2
4852026-05-19T20:35:56.508Z Compiling pest_generator v2.8.6
4862026-05-19T20:35:57.069Z Compiling serde_derive v1.0.228
4872026-05-19T20:35:57.069Z Compiling zerofrom-derive v0.1.6
4882026-05-19T20:35:57.074Z Compiling yoke-derive v0.8.1
4892026-05-19T20:35:57.074Z Compiling zerovec-derive v0.11.2
4902026-05-19T20:35:57.074Z Compiling displaydoc v0.2.5
4912026-05-19T20:35:57.074Z Compiling thiserror-impl v1.0.69
4922026-05-19T20:35:57.074Z Compiling zerocopy-derive v0.7.35
4932026-05-19T20:35:57.074Z Compiling pest_derive v2.8.6
4942026-05-19T20:35:57.074Z Compiling scroll_derive v0.12.1
4952026-05-19T20:35:57.074Z Compiling thiserror-impl v2.0.18
4962026-05-19T20:35:57.074Z Compiling clap_derive v4.5.55
4972026-05-19T20:35:57.872Z Compiling scroll v0.12.0
4982026-05-19T20:35:57.908Z Compiling zerocopy v0.7.35
4992026-05-19T20:35:58.097Z Compiling goblin v0.8.2
5002026-05-19T20:35:58.208Z Compiling zerofrom v0.1.6
5012026-05-19T20:35:58.286Z Compiling dtrace-parser v0.2.0
5022026-05-19T20:35:58.332Z Compiling yoke v0.8.1
5032026-05-19T20:35:58.484Z Compiling zerovec v0.11.5
5042026-05-19T20:35:58.484Z Compiling zerotrie v0.2.3
5052026-05-19T20:35:58.522Z Compiling clap v4.5.60
5062026-05-19T20:35:58.963Z Compiling tinystr v0.8.2
5072026-05-19T20:35:58.963Z Compiling potential_utf v0.1.4
5082026-05-19T20:35:59.093Z Compiling icu_collections v2.1.1
5092026-05-19T20:35:59.113Z Compiling icu_locale_core v2.1.1
5102026-05-19T20:35:59.598Z Compiling toml_datetime v0.6.11
5112026-05-19T20:35:59.598Z Compiling serde_spanned v0.6.9
5122026-05-19T20:35:59.598Z Compiling serde-value v0.7.0
5132026-05-19T20:35:59.601Z Compiling cargo-platform v0.2.0
5142026-05-19T20:35:59.601Z Compiling macaddr v1.0.1
5152026-05-19T20:35:59.617Z Compiling dof v0.3.0
5162026-05-19T20:35:59.620Z Compiling serde_tokenstream v0.2.3
5172026-05-19T20:35:59.674Z Compiling icu_provider v2.1.1
5182026-05-19T20:35:59.828Z Compiling toml_edit v0.22.27
5192026-05-19T20:35:59.996Z Compiling icu_normalizer v2.1.1
5202026-05-19T20:35:59.996Z Compiling icu_properties v2.1.2
5212026-05-19T20:36:00.389Z Compiling usdt-attr-macro v0.5.0
5222026-05-19T20:36:00.392Z Compiling usdt-macro v0.5.0
5232026-05-19T20:36:00.802Z Compiling idna_adapter v1.2.1
5242026-05-19T20:36:00.912Z Compiling idna v1.1.0
5252026-05-19T20:36:01.005Z Compiling usdt v0.5.0
5262026-05-19T20:36:01.095Z Compiling toml v0.8.23
5272026-05-19T20:36:01.168Z Compiling url v2.5.8
5282026-05-19T20:36:01.456Z Compiling cargo_toml v0.21.0
5292026-05-19T20:36:01.585Z Compiling cargo-util-schemas v0.8.2
5302026-05-19T20:36:02.387Z Compiling cargo_metadata v0.21.0
5312026-05-19T20:36:03.298Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-19T20:36:05.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.94s
5332026-05-19T20:36:05.728Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-19T20:36:06.262Z Downloading crates ...
5352026-05-19T20:36:06.368Z Downloaded bit-set v0.8.0
5362026-05-19T20:36:06.371Z Downloaded crc8 v0.1.1
5372026-05-19T20:36:06.374Z Downloaded atomic-waker v1.1.2
5382026-05-19T20:36:06.374Z Downloaded bitflags v1.3.2
5392026-05-19T20:36:06.377Z Downloaded backon v1.6.0
5402026-05-19T20:36:06.381Z Downloaded dyn-clone v1.0.20
5412026-05-19T20:36:06.384Z Downloaded cstr-argument v0.1.2
5422026-05-19T20:36:06.388Z Downloaded crossbeam-deque v0.8.6
5432026-05-19T20:36:06.391Z Downloaded ahash v0.8.12
5442026-05-19T20:36:06.391Z Downloaded cookie v0.18.1
5452026-05-19T20:36:06.395Z Downloaded crossbeam-epoch v0.9.18
5462026-05-19T20:36:06.400Z Downloaded chacha20 v0.9.1
5472026-05-19T20:36:06.400Z Downloaded async-recursion v1.1.1
5482026-05-19T20:36:06.406Z Downloaded assert_matches v1.5.0
5492026-05-19T20:36:06.406Z Downloaded arrayref v0.3.9
5502026-05-19T20:36:06.406Z Downloaded aead v0.5.2
5512026-05-19T20:36:06.406Z Downloaded crc32fast v1.5.0
5522026-05-19T20:36:06.410Z Downloaded compact_str v0.8.1
5532026-05-19T20:36:06.410Z Downloaded block-padding v0.3.3
5542026-05-19T20:36:06.411Z Downloaded dunce v1.0.5
5552026-05-19T20:36:06.411Z Downloaded bit-vec v0.6.3
5562026-05-19T20:36:06.411Z Downloaded ecdsa v0.16.9
5572026-05-19T20:36:06.413Z Downloaded bcs v0.1.6
5582026-05-19T20:36:06.413Z Downloaded bitfield-struct v0.6.2
5592026-05-19T20:36:06.413Z Downloaded async-stream-impl v0.3.6
5602026-05-19T20:36:06.413Z Downloaded async-stream v0.3.6
5612026-05-19T20:36:06.417Z Downloaded backoff v0.4.0
5622026-05-19T20:36:06.417Z Downloaded dof v0.4.0
5632026-05-19T20:36:06.418Z Downloaded diesel_table_macro_syntax v0.3.0
5642026-05-19T20:36:06.421Z Downloaded bb8 v0.8.6
5652026-05-19T20:36:06.421Z Downloaded byte-wrapper v0.1.0
5662026-05-19T20:36:06.421Z Downloaded argon2 v0.5.3
5672026-05-19T20:36:06.423Z Downloaded ed25519 v2.2.3
5682026-05-19T20:36:06.423Z Downloaded critical-section v1.2.0
5692026-05-19T20:36:06.426Z Downloaded crypto-bigint v0.5.5
5702026-05-19T20:36:06.429Z Downloaded bitfield-macros v0.19.4
5712026-05-19T20:36:06.429Z Downloaded dropshot_endpoint v0.16.7
5722026-05-19T20:36:06.432Z Downloaded fd-lock v4.0.4
5732026-05-19T20:36:06.435Z Downloaded bit-set v0.5.3
5742026-05-19T20:36:06.435Z Downloaded adler2 v2.0.1
5752026-05-19T20:36:06.435Z Downloaded dtrace-parser v0.3.0
5762026-05-19T20:36:06.438Z Downloaded dirs-next v2.0.0
5772026-05-19T20:36:06.438Z Downloaded base16ct v0.2.0
5782026-05-19T20:36:06.438Z Downloaded ascii-canvas v3.0.0
5792026-05-19T20:36:06.441Z Downloaded env_filter v1.0.0
5802026-05-19T20:36:06.441Z Downloaded document-features v0.2.12
5812026-05-19T20:36:06.441Z Downloaded atty v0.2.14
5822026-05-19T20:36:06.444Z Downloaded arrayvec v0.7.6
5832026-05-19T20:36:06.444Z Downloaded dropshot-api-manager-types v0.7.1
5842026-05-19T20:36:06.448Z Downloaded crossbeam-utils v0.8.21
5852026-05-19T20:36:06.451Z Downloaded crunchy v0.2.4
5862026-05-19T20:36:06.451Z Downloaded bcrypt-pbkdf v0.10.0
5872026-05-19T20:36:06.456Z Downloaded array-init v0.0.4
5882026-05-19T20:36:06.456Z Downloaded atomicwrites v0.4.4
5892026-05-19T20:36:06.459Z Downloaded dirs-sys-next v0.1.2
5902026-05-19T20:36:06.463Z Downloaded compression-core v0.4.31
5912026-05-19T20:36:06.463Z Downloaded cfg_aliases v0.1.1
5922026-05-19T20:36:06.467Z Downloaded flagset v0.4.7
5932026-05-19T20:36:06.467Z Downloaded curve25519-dalek-derive v0.1.1
5942026-05-19T20:36:06.467Z Downloaded crucible-workspace-hack v0.1.0
5952026-05-19T20:36:06.467Z Downloaded fixedbitset v0.4.2
5962026-05-19T20:36:06.470Z Downloaded enum-as-inner v0.6.1
5972026-05-19T20:36:06.470Z Downloaded endian-type v0.1.2
5982026-05-19T20:36:06.470Z Downloaded display-error-chain v0.2.2
5992026-05-19T20:36:06.470Z Downloaded defmt-parser v1.0.0
6002026-05-19T20:36:06.470Z Downloaded darling_macro v0.20.11
6012026-05-19T20:36:06.474Z Downloaded cpufeatures v0.3.0
6022026-05-19T20:36:06.474Z Downloaded darling_macro v0.23.0
6032026-05-19T20:36:06.474Z Downloaded convert_case v0.4.0
6042026-05-19T20:36:06.478Z Downloaded cfg_aliases v0.2.1
6052026-05-19T20:36:06.479Z Downloaded castaway v0.2.4
6062026-05-19T20:36:06.479Z Downloaded difflib v0.4.0
6072026-05-19T20:36:06.479Z Downloaded downcast-rs v2.0.2
6082026-05-19T20:36:06.479Z Downloaded float-ord v0.3.2
6092026-05-19T20:36:06.481Z Downloaded cobs v0.3.0
6102026-05-19T20:36:06.481Z Downloaded derive_builder_macro v0.20.2
6112026-05-19T20:36:06.481Z Downloaded defmt v0.3.100
6122026-05-19T20:36:06.481Z Downloaded crc v3.4.0
6132026-05-19T20:36:06.486Z Downloaded foreign-types-macros v0.2.3
6142026-05-19T20:36:06.486Z Downloaded crc-catalog v2.4.0
6152026-05-19T20:36:06.491Z Downloaded foreign-types-shared v0.3.1
6162026-05-19T20:36:06.496Z Downloaded dsl_auto_type v0.2.0
6172026-05-19T20:36:06.496Z Downloaded debug-ignore v1.0.5
6182026-05-19T20:36:06.496Z Downloaded foreign-types v0.3.2
6192026-05-19T20:36:06.500Z Downloaded ciborium-io v0.2.2
6202026-05-19T20:36:06.500Z Downloaded derive-ex v0.1.8
6212026-05-19T20:36:06.500Z Downloaded erased-serde v0.3.31
6222026-05-19T20:36:06.503Z Downloaded embedded-io v0.4.0
6232026-05-19T20:36:06.503Z Downloaded either v1.15.0
6242026-05-19T20:36:06.503Z Downloaded defmt-macros v1.0.1
6252026-05-19T20:36:06.507Z Downloaded funty v2.0.0
6262026-05-19T20:36:06.510Z Downloaded darling_macro v0.21.3
6272026-05-19T20:36:06.510Z Downloaded base64 v0.22.1
6282026-05-19T20:36:06.510Z Downloaded cargo-platform v0.1.9
6292026-05-19T20:36:06.515Z Downloaded git-stub v1.0.0
6302026-05-19T20:36:06.518Z Downloaded headers-core v0.3.0
6312026-05-19T20:36:06.521Z Downloaded hash32 v0.2.1
6322026-05-19T20:36:06.521Z Downloaded gethostname v0.5.0
6332026-05-19T20:36:06.521Z Downloaded hash32 v0.3.1
6342026-05-19T20:36:06.524Z Downloaded ghash v0.5.1
6352026-05-19T20:36:06.524Z Downloaded futures-sink v0.3.32
6362026-05-19T20:36:06.524Z Downloaded futures-macro v0.3.32
6372026-05-19T20:36:06.524Z Downloaded futures-io v0.3.32
6382026-05-19T20:36:06.527Z Downloaded futures-task v0.3.32
6392026-05-19T20:36:06.527Z Downloaded foreign-types-shared v0.1.1
6402026-05-19T20:36:06.527Z Downloaded foreign-types v0.5.0
6412026-05-19T20:36:06.530Z Downloaded flume v0.11.1
6422026-05-19T20:36:06.530Z Downloaded base64ct v1.8.3
6432026-05-19T20:36:06.533Z Downloaded deranged v0.5.8
6442026-05-19T20:36:06.533Z Downloaded ctr v0.9.2
6452026-05-19T20:36:06.536Z Downloaded float-cmp v0.10.0
6462026-05-19T20:36:06.536Z Downloaded ciborium-ll v0.2.2
6472026-05-19T20:36:06.536Z Downloaded corncobs v0.1.4
6482026-05-19T20:36:06.538Z Downloaded cargo_metadata v0.19.2
6492026-05-19T20:36:06.539Z Downloaded ena v0.14.4
6502026-05-19T20:36:06.543Z Downloaded diesel-dtrace v0.5.0
6512026-05-19T20:36:06.543Z Downloaded foldhash v0.1.5
6522026-05-19T20:36:06.543Z Downloaded filetime v0.2.27
6532026-05-19T20:36:06.594Z Downloaded embedded-io v0.6.1
6542026-05-19T20:36:06.594Z Downloaded async-trait v0.1.89
6552026-05-19T20:36:06.595Z Downloaded hex-literal v0.4.1
6562026-05-19T20:36:06.595Z Downloaded hex v0.4.3
6572026-05-19T20:36:06.607Z Downloaded futures-core v0.3.32
6582026-05-19T20:36:06.607Z Downloaded fs-err v2.11.0
6592026-05-19T20:36:06.607Z Downloaded fixedbitset v0.5.7
6602026-05-19T20:36:06.607Z Downloaded cipher v0.4.4
6612026-05-19T20:36:06.607Z Downloaded cexpr v0.6.0
6622026-05-19T20:36:06.607Z Downloaded hostname v0.3.1
6632026-05-19T20:36:06.607Z Downloaded hubpack_derive v0.1.1
6642026-05-19T20:36:06.607Z Downloaded hubpack v0.1.2
6652026-05-19T20:36:06.607Z Downloaded httpdate v1.0.3
6662026-05-19T20:36:06.607Z Downloaded constant_time_eq v0.4.2
6672026-05-19T20:36:06.607Z Downloaded http-body v1.0.1
6682026-05-19T20:36:06.607Z Downloaded compression-codecs v0.4.37
6692026-05-19T20:36:06.607Z Downloaded illumos-nvpair v0.3.0
6702026-05-19T20:36:06.607Z Downloaded ident_case v1.0.1
6712026-05-19T20:36:06.607Z Downloaded hyper-tls v0.6.0
6722026-05-19T20:36:06.607Z Downloaded fs_extra v1.3.0
6732026-05-19T20:36:06.607Z Downloaded arc-swap v1.8.2
6742026-05-19T20:36:06.607Z Downloaded foldhash v0.2.0
6752026-05-19T20:36:06.607Z Downloaded daft-derive v0.1.7
6762026-05-19T20:36:06.607Z Downloaded daft v0.1.7
6772026-05-19T20:36:06.608Z Downloaded blake2 v0.10.6
6782026-05-19T20:36:06.608Z Downloaded group v0.13.0
6792026-05-19T20:36:06.608Z Downloaded home v0.5.12
6802026-05-19T20:36:06.608Z Downloaded git-stub-vcs v0.1.0
6812026-05-19T20:36:06.608Z Downloaded cassowary v0.3.0
6822026-05-19T20:36:06.608Z Downloaded hostname v0.4.2
6832026-05-19T20:36:06.608Z Downloaded camino-tempfile-ext v0.3.3
6842026-05-19T20:36:06.608Z Downloaded highway v1.3.0
6852026-05-19T20:36:06.608Z Downloaded http-range v0.1.5
6862026-05-19T20:36:06.608Z Downloaded data-encoding v2.10.0
6872026-05-19T20:36:06.608Z Downloaded illumos-nvpair-sys v0.2.0
6882026-05-19T20:36:06.608Z Downloaded cbc v0.1.2
6892026-05-19T20:36:06.608Z Downloaded async-bb8-diesel v0.2.1
6902026-05-19T20:36:06.608Z Downloaded fxhash v0.2.1
6912026-05-19T20:36:06.608Z Downloaded inout v0.1.4
6922026-05-19T20:36:06.608Z Downloaded futures-executor v0.3.32
6932026-05-19T20:36:06.608Z Downloaded globset v0.4.18
6942026-05-19T20:36:06.608Z Downloaded internet-checksum v0.2.1
6952026-05-19T20:36:06.608Z Downloaded diff v0.1.13
6962026-05-19T20:36:06.608Z Downloaded glob v0.3.3
6972026-05-19T20:36:06.608Z Downloaded indent_write v2.2.0
6982026-05-19T20:36:06.608Z Downloaded darling v0.23.0
6992026-05-19T20:36:06.619Z Downloaded indoc v1.0.9
7002026-05-19T20:36:06.619Z Downloaded ff v0.13.1
7012026-05-19T20:36:06.619Z Downloaded find-msvc-tools v0.1.9
7022026-05-19T20:36:06.619Z Downloaded des v0.8.1
7032026-05-19T20:36:06.619Z Downloaded colored v3.1.1
7042026-05-19T20:36:06.619Z Downloaded clang-sys v1.8.1
7052026-05-19T20:36:06.619Z Downloaded bitfield v0.19.4
7062026-05-19T20:36:06.619Z Downloaded defmt v1.0.1
7072026-05-19T20:36:06.619Z Downloaded is_ci v1.2.0
7082026-05-19T20:36:06.622Z Downloaded instant v0.1.13
7092026-05-19T20:36:06.622Z Downloaded darling v0.20.11
7102026-05-19T20:36:06.622Z Downloaded is-terminal v0.4.17
7112026-05-19T20:36:06.622Z Downloaded instability v0.3.11
7122026-05-19T20:36:06.622Z Downloaded convert_case v0.10.0
7132026-05-19T20:36:06.622Z Downloaded const-oid v0.9.6
7142026-05-19T20:36:06.622Z Downloaded humantime v2.3.0
7152026-05-19T20:36:06.623Z Downloaded cmake v0.1.57
7162026-05-19T20:36:06.627Z Downloaded bzip2 v0.4.4
7172026-05-19T20:36:06.627Z Downloaded console v0.15.11
7182026-05-19T20:36:06.627Z Downloaded async-compression v0.4.41
7192026-05-19T20:36:06.630Z Downloaded lru-slab v0.1.2
7202026-05-19T20:36:06.633Z Downloaded env_logger v0.11.9
7212026-05-19T20:36:06.633Z Downloaded libscf-sys v1.1.0
7222026-05-19T20:36:06.633Z Downloaded keccak v0.1.6
7232026-05-19T20:36:06.635Z Downloaded lazy_static v1.5.0
7242026-05-19T20:36:06.635Z Downloaded lalrpop-util v0.19.12
7252026-05-19T20:36:06.635Z Downloaded kstat-rs v0.2.4
7262026-05-19T20:36:06.638Z Downloaded http-body-util v0.1.3
7272026-05-19T20:36:06.638Z Downloaded dropshot_endpoint v0.17.0
7282026-05-19T20:36:06.641Z Downloaded drift v0.1.4
7292026-05-19T20:36:06.645Z Downloaded futures-channel v0.3.32
7302026-05-19T20:36:06.648Z Downloaded colored v2.2.0
7312026-05-19T20:36:06.651Z Downloaded console v0.16.2
7322026-05-19T20:36:06.651Z Downloaded lru-cache v0.1.2
7332026-05-19T20:36:06.651Z Downloaded md5 v0.7.0
7342026-05-19T20:36:06.653Z Downloaded md-5 v0.10.6
7352026-05-19T20:36:06.654Z Downloaded lzss v0.8.2
7362026-05-19T20:36:06.654Z Downloaded linked-hash-map v0.5.6
7372026-05-19T20:36:06.657Z Downloaded cancel-safe-futures v0.1.5
7382026-05-19T20:36:06.657Z Downloaded const_format_proc_macros v0.2.34
7392026-05-19T20:36:06.661Z Downloaded new_debug_unreachable v1.0.6
7402026-05-19T20:36:06.661Z Downloaded multimap v0.10.1
7412026-05-19T20:36:06.661Z Downloaded memoffset v0.9.1
7422026-05-19T20:36:06.664Z Downloaded hyper-staticfile v0.10.1
7432026-05-19T20:36:06.664Z Downloaded maybe-uninit v2.0.0
7442026-05-19T20:36:06.664Z Downloaded ingot v0.1.1
7452026-05-19T20:36:06.667Z Downloaded fatfs v0.3.6
7462026-05-19T20:36:06.667Z Downloaded match_cfg v0.1.0
7472026-05-19T20:36:06.672Z Downloaded maplit v1.0.2
7482026-05-19T20:36:06.672Z Downloaded managed v0.8.0
7492026-05-19T20:36:06.672Z Downloaded impl-trait-for-tuples v0.2.3
7502026-05-19T20:36:06.675Z Downloaded getrandom v0.2.17
7512026-05-19T20:36:06.675Z Downloaded futures v0.3.32
7522026-05-19T20:36:06.678Z Downloaded derive-where v1.6.0
7532026-05-19T20:36:06.678Z Downloaded normalize-line-endings v0.3.0
7542026-05-19T20:36:06.681Z Downloaded nodrop v0.1.14
7552026-05-19T20:36:06.681Z Downloaded nibble_vec v0.1.0
7562026-05-19T20:36:06.681Z Downloaded nonempty v0.12.0
7572026-05-19T20:36:06.685Z Downloaded newtype_derive v0.1.6
7582026-05-19T20:36:06.685Z Downloaded newtype-uuid-macros v0.1.0
7592026-05-19T20:36:06.685Z Downloaded num v0.4.3
7602026-05-19T20:36:06.685Z Downloaded newline-converter v0.3.0
7612026-05-19T20:36:06.687Z Downloaded httparse v1.10.1
7622026-05-19T20:36:06.687Z Downloaded ciborium v0.2.2
7632026-05-19T20:36:06.690Z Downloaded crc-any v2.5.0
7642026-05-19T20:36:06.690Z Downloaded ipnetwork v0.21.1
7652026-05-19T20:36:06.693Z Downloaded ingot-types v0.1.2
7662026-05-19T20:36:06.693Z Downloaded lru v0.12.5
7672026-05-19T20:36:06.693Z Downloaded libefi-sys v0.1.0
7682026-05-19T20:36:06.696Z Downloaded half v1.8.3
7692026-05-19T20:36:06.696Z Downloaded bzip2 v0.6.1
7702026-05-19T20:36:06.696Z Downloaded allocator-api2 v0.2.21
7712026-05-19T20:36:06.698Z Downloaded num_enum_derive v0.5.11
7722026-05-19T20:36:06.701Z Downloaded opaque-debug v0.3.1
7732026-05-19T20:36:06.701Z Downloaded jobserver v0.1.34
7742026-05-19T20:36:06.701Z Downloaded num-derive v0.3.3
7752026-05-19T20:36:06.704Z Downloaded derive_builder v0.20.2
7762026-05-19T20:36:06.706Z Downloaded num_threads v0.1.7
7772026-05-19T20:36:06.707Z Downloaded num-iter v0.1.45
7782026-05-19T20:36:06.710Z Downloaded libsw v3.5.0
7792026-05-19T20:36:06.710Z Downloaded darling v0.21.3
7802026-05-19T20:36:06.715Z Downloaded chacha20 v0.10.0
7812026-05-19T20:36:06.715Z Downloaded olpc-cjson v0.1.4
7822026-05-19T20:36:06.715Z Downloaded hmac v0.12.1
7832026-05-19T20:36:06.716Z Downloaded half v2.7.1
7842026-05-19T20:36:06.718Z Downloaded fallible-iterator v0.2.0
7852026-05-19T20:36:06.718Z Downloaded nanorand v0.7.0
7862026-05-19T20:36:06.721Z Downloaded openssl-probe v0.2.1
7872026-05-19T20:36:06.721Z Downloaded openssl-probe v0.1.6
7882026-05-19T20:36:06.724Z Downloaded linear-map v1.2.0
7892026-05-19T20:36:06.725Z Downloaded openssl-macros v0.1.1
7902026-05-19T20:36:06.725Z Downloaded mime_guess v2.0.5
7912026-05-19T20:36:06.727Z Downloaded hyper-rustls v0.27.7
7922026-05-19T20:36:06.727Z Downloaded parse-display v0.10.0
7932026-05-19T20:36:06.727Z Downloaded oso-derive v0.27.3
7942026-05-19T20:36:06.740Z Downloaded native-tls v0.2.18
7952026-05-19T20:36:06.740Z Downloaded multer v3.1.0
7962026-05-19T20:36:06.741Z Downloaded libsw-core v0.3.2
7972026-05-19T20:36:06.744Z Downloaded packed_struct_codegen v0.10.1
7982026-05-19T20:36:06.744Z Downloaded derive_more v0.99.20
7992026-05-19T20:36:06.744Z Downloaded iana-time-zone v0.1.65
8002026-05-19T20:36:06.744Z Downloaded darling_core v0.20.11
8012026-05-19T20:36:06.744Z Downloaded pbkdf2 v0.11.0
8022026-05-19T20:36:06.744Z Downloaded path-slash v0.1.5
8032026-05-19T20:36:06.744Z Downloaded parse-size v1.1.0
8042026-05-19T20:36:06.744Z Downloaded ipnet v2.11.0
8052026-05-19T20:36:06.748Z Downloaded der v0.7.10
8062026-05-19T20:36:06.748Z Downloaded peg-runtime v0.8.5
8072026-05-19T20:36:06.757Z Downloaded num-derive v0.4.2
8082026-05-19T20:36:06.757Z Downloaded newtype-uuid v1.3.2
8092026-05-19T20:36:06.757Z Downloaded ingot-macros v0.1.1
8102026-05-19T20:36:06.757Z Downloaded const_format v0.2.35
8112026-05-19T20:36:06.757Z Downloaded nu-ansi-term v0.50.3
8122026-05-19T20:36:06.762Z Downloaded pbkdf2 v0.12.2
8132026-05-19T20:36:06.762Z Downloaded num_enum_derive v0.7.5
8142026-05-19T20:36:06.762Z Downloaded num-rational v0.4.2
8152026-05-19T20:36:06.762Z Downloaded num-conv v0.2.0
8162026-05-19T20:36:06.762Z Downloaded num-complex v0.4.6
8172026-05-19T20:36:06.762Z Downloaded getrandom v0.3.4
8182026-05-19T20:36:06.765Z Downloaded phf_shared v0.12.1
8192026-05-19T20:36:06.780Z Downloaded pin-utils v0.1.0
8202026-05-19T20:36:06.783Z Downloaded bumpalo v3.20.2
8212026-05-19T20:36:06.786Z Downloaded phf_shared v0.13.1
8222026-05-19T20:36:06.786Z Downloaded phf_shared v0.11.3
8232026-05-19T20:36:06.786Z Downloaded bytes v1.11.1
8242026-05-19T20:36:06.789Z Downloaded num_enum v0.5.11
8252026-05-19T20:36:06.792Z Downloaded libloading v0.8.9
8262026-05-19T20:36:06.796Z Downloaded darling_core v0.23.0
8272026-05-19T20:36:06.803Z Downloaded predicates-core v1.0.10
8282026-05-19T20:36:06.803Z Downloaded packed_struct v0.10.1
8292026-05-19T20:36:06.803Z Downloaded memmap2 v0.9.10
8302026-05-19T20:36:06.803Z Downloaded litrs v1.0.0
8312026-05-19T20:36:06.807Z Downloaded chacha20poly1305 v0.10.1
8322026-05-19T20:36:06.807Z Downloaded elliptic-curve v0.13.8
8332026-05-19T20:36:06.807Z Downloaded password-hash v0.5.0
8342026-05-19T20:36:06.807Z Downloaded parking_lot_core v0.8.6
8352026-05-19T20:36:06.809Z Downloaded oxide-tokio-rt v0.1.4
8362026-05-19T20:36:06.809Z Downloaded proc-macro-error-attr2 v2.0.0
8372026-05-19T20:36:06.812Z Downloaded password-hash v0.4.2
8382026-05-19T20:36:06.812Z Downloaded proc-macro-crate v1.3.1
8392026-05-19T20:36:06.812Z Downloaded predicates-tree v1.0.13
8402026-05-19T20:36:06.814Z Downloaded parse-display-derive v0.10.0
8412026-05-19T20:36:06.814Z Downloaded derive_more v2.1.1
8422026-05-19T20:36:06.820Z Downloaded progenitor-client v0.14.0
8432026-05-19T20:36:06.822Z Downloaded progenitor-client v0.10.0
8442026-05-19T20:36:06.822Z Downloaded paste v1.0.15
8452026-05-19T20:36:06.825Z Downloaded libbz2-rs-sys v0.2.2
8462026-05-19T20:36:06.825Z Downloaded indexmap v1.9.3
8472026-05-19T20:36:06.829Z Downloaded progenitor-client v0.11.2
8482026-05-19T20:36:06.829Z Downloaded darling_core v0.21.3
8492026-05-19T20:36:06.832Z Downloaded phf v0.13.1
8502026-05-19T20:36:06.834Z Downloaded peg-macros v0.8.5
8512026-05-19T20:36:06.834Z Downloaded pem-rfc7468 v0.7.0
8522026-05-19T20:36:06.837Z Downloaded pin-project-internal v1.1.11
8532026-05-19T20:36:06.837Z Downloaded pem v3.0.6
8542026-05-19T20:36:06.837Z Downloaded quick-error v1.2.3
8552026-05-19T20:36:06.840Z Downloaded progenitor-macro v0.13.0
8562026-05-19T20:36:06.840Z Downloaded peg v0.8.5
8572026-05-19T20:36:06.842Z Downloaded psl-types v2.0.11
8582026-05-19T20:36:06.842Z Downloaded progenitor-macro v0.14.0
8592026-05-19T20:36:06.846Z Downloaded progenitor-macro v0.11.2
8602026-05-19T20:36:06.846Z Downloaded progenitor-macro v0.10.0
8612026-05-19T20:36:06.846Z Downloaded flate2 v1.1.9
8622026-05-19T20:36:06.849Z Downloaded num-integer v0.1.46
8632026-05-19T20:36:06.849Z Downloaded ar_archive_writer v0.5.1
8642026-05-19T20:36:06.851Z Downloaded polyval v0.6.2
8652026-05-19T20:36:06.856Z Downloaded hickory-resolver v0.24.4
8662026-05-19T20:36:06.858Z Downloaded pkg-config v0.3.32
8672026-05-19T20:36:06.858Z Downloaded ignore v0.4.25
8682026-05-19T20:36:06.859Z Downloaded recursive v0.1.1
8692026-05-19T20:36:06.859Z Downloaded oxnet v0.1.4
8702026-05-19T20:36:06.862Z Downloaded omicron-zone-package v0.12.2
8712026-05-19T20:36:06.862Z Downloaded indicatif v0.18.4
8722026-05-19T20:36:06.864Z Downloaded rand_chacha v0.3.1
8732026-05-19T20:36:06.867Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-05-19T20:36:06.867Z Downloaded postgres-protocol v0.6.10
8752026-05-19T20:36:06.867Z Downloaded poly1305 v0.8.0
8762026-05-19T20:36:06.870Z Downloaded ed25519-dalek v2.2.0
8772026-05-19T20:36:06.872Z Downloaded ppv-lite86 v0.2.21
8782026-05-19T20:36:06.872Z Downloaded parking_lot_core v0.9.12
8792026-05-19T20:36:06.875Z Downloaded predicates v3.1.4
8802026-05-19T20:36:06.878Z Downloaded parking_lot v0.12.5
8812026-05-19T20:36:06.878Z Downloaded ref-cast-impl v1.0.25
8822026-05-19T20:36:06.878Z Downloaded progenitor v0.10.0
8832026-05-19T20:36:06.883Z Downloaded parking_lot v0.11.2
8842026-05-19T20:36:06.883Z Downloaded owo-colors v4.3.0
8852026-05-19T20:36:06.883Z Downloaded rand_xorshift v0.4.0
8862026-05-19T20:36:06.889Z Downloaded diesel_derives v2.3.7
8872026-05-19T20:36:06.893Z Downloaded ref-cast v1.0.25
8882026-05-19T20:36:06.893Z Downloaded progenitor v0.11.2
8892026-05-19T20:36:06.893Z Downloaded proc-macro-error2 v2.0.1
8902026-05-19T20:36:06.893Z Downloaded progenitor-extras v0.2.0
8912026-05-19T20:36:06.896Z Downloaded progenitor v0.13.0
8922026-05-19T20:36:06.896Z Downloaded dropshot-api-manager v0.7.1
8932026-05-19T20:36:06.896Z Downloaded radium v0.7.0
8942026-05-19T20:36:06.898Z Downloaded hickory-resolver v0.25.2
8952026-05-19T20:36:06.902Z Downloaded pkcs8 v0.10.2
8962026-05-19T20:36:06.902Z Downloaded heapless v0.7.17
8972026-05-19T20:36:06.905Z Downloaded pin-project-lite v0.2.17
8982026-05-19T20:36:06.908Z Downloaded cc v1.2.56
8992026-05-19T20:36:06.910Z Downloaded phf v0.12.1
9002026-05-19T20:36:06.910Z Downloaded r2d2 v0.8.10
9012026-05-19T20:36:06.910Z Downloaded heapless v0.8.0
9022026-05-19T20:36:06.913Z Downloaded rtoolbox v0.0.3
9032026-05-19T20:36:06.916Z Downloaded rfc6979 v0.4.0
9042026-05-19T20:36:06.916Z Downloaded headers v0.4.1
9052026-05-19T20:36:06.919Z Downloaded rustc_version v0.4.1
9062026-05-19T20:36:06.919Z Downloaded rand_core v0.9.5
9072026-05-19T20:36:06.923Z Downloaded psm v0.1.30
9082026-05-19T20:36:06.925Z Downloaded rustc_version v0.1.7
9092026-05-19T20:36:06.925Z Downloaded p256 v0.13.2
9102026-05-19T20:36:06.926Z Downloaded rand_core v0.10.0
9112026-05-19T20:36:06.928Z Downloaded rustc-hash v2.1.1
9122026-05-19T20:36:06.928Z Downloaded rand_core v0.6.4
9132026-05-19T20:36:06.931Z Downloaded oso v0.27.3
9142026-05-19T20:36:06.931Z Downloaded russh-cryptovec v0.7.3
9152026-05-19T20:36:06.931Z Downloaded salsa20 v0.10.2
9162026-05-19T20:36:06.936Z Downloaded expectorate v1.2.0
9172026-05-19T20:36:06.936Z Downloaded proc-macro-crate v3.4.0
9182026-05-19T20:36:06.940Z Downloaded rand_chacha v0.9.0
9192026-05-19T20:36:06.940Z Downloaded postgres-types v0.2.12
9202026-05-19T20:36:06.940Z Downloaded postcard v1.1.3
9212026-05-19T20:36:06.940Z Downloaded derive_more-impl v2.1.1
9222026-05-19T20:36:06.944Z Downloaded primeorder v0.13.6
9232026-05-19T20:36:06.944Z Downloaded papergrid v0.17.0
9242026-05-19T20:36:06.946Z Downloaded progenitor v0.14.0
9252026-05-19T20:36:06.949Z Downloaded pkcs5 v0.7.1
9262026-05-19T20:36:06.952Z Downloaded pkcs1 v0.7.5
9272026-05-19T20:36:06.952Z Downloaded crossbeam-channel v0.5.15
9282026-05-19T20:36:06.955Z Downloaded secrecy v0.8.0
9292026-05-19T20:36:06.955Z Downloaded scroll_derive v0.13.1
9302026-05-19T20:36:06.955Z Downloaded num_enum v0.7.5
9312026-05-19T20:36:06.959Z Downloaded scrypt v0.11.0
9322026-05-19T20:36:06.961Z Downloaded scopeguard v1.2.0
9332026-05-19T20:36:06.962Z Downloaded scheduled-thread-pool v0.2.7
9342026-05-19T20:36:06.962Z Downloaded sapling-renderdag v0.1.0
9352026-05-19T20:36:06.962Z Downloaded same-file v1.0.6
9362026-05-19T20:36:06.964Z Downloaded precomputed-hash v0.1.1
9372026-05-19T20:36:06.964Z Downloaded miniz_oxide v0.8.9
9382026-05-19T20:36:06.966Z Downloaded powerfmt v0.2.0
9392026-05-19T20:36:06.967Z Downloaded cookie_store v0.22.1
9402026-05-19T20:36:06.969Z Downloaded mime v0.3.17
9412026-05-19T20:36:06.969Z Downloaded lock_api v0.4.14
9422026-05-19T20:36:06.969Z Downloaded indoc v2.0.7
9432026-05-19T20:36:06.975Z Downloaded csv-core v0.1.13
9442026-05-19T20:36:06.975Z Downloaded pin-project v1.1.11
9452026-05-19T20:36:06.979Z Downloaded serde_plain v1.0.2
9462026-05-19T20:36:06.982Z Downloaded serde_bytes v0.11.19
9472026-05-19T20:36:06.982Z Downloaded serde-big-array v0.5.1
9482026-05-19T20:36:06.984Z Downloaded serde_spanned v1.0.4
9492026-05-19T20:36:06.984Z Downloaded secrecy v0.10.3
9502026-05-19T20:36:06.984Z Downloaded quinn-udp v0.5.14
9512026-05-19T20:36:06.987Z Downloaded serde_repr v0.1.20
9522026-05-19T20:36:06.987Z Downloaded sha1 v0.10.6
9532026-05-19T20:36:06.990Z Downloaded seq-macro v0.3.6
9542026-05-19T20:36:06.990Z Downloaded semver v0.1.20
9552026-05-19T20:36:06.990Z Downloaded progenitor-client v0.13.0
9562026-05-19T20:36:06.993Z Downloaded serde_urlencoded v0.7.1
9572026-05-19T20:36:06.993Z Downloaded globwalk v0.9.1
9582026-05-19T20:36:06.993Z Downloaded shell-words v1.1.1
9592026-05-19T20:36:06.996Z Downloaded aes v0.8.4
9602026-05-19T20:36:06.996Z Downloaded resolv-conf v0.7.6
9612026-05-19T20:36:07.000Z Downloaded jiff-static v0.2.21
9622026-05-19T20:36:07.000Z Downloaded signal-hook-tokio v0.3.1
9632026-05-19T20:36:07.000Z Downloaded signature v2.2.0
9642026-05-19T20:36:07.003Z Downloaded rustls-pemfile v2.2.0
9652026-05-19T20:36:07.003Z Downloaded rustls-pemfile v1.0.4
9662026-05-19T20:36:07.006Z Downloaded hickory-server v0.25.2
9672026-05-19T20:36:07.006Z Downloaded signal-hook-mio v0.2.5
9682026-05-19T20:36:07.009Z Downloaded hashbrown v0.12.3
9692026-05-19T20:36:07.012Z Downloaded sigpipe v0.1.3
9702026-05-19T20:36:07.012Z Downloaded rand_seeder v0.4.0
9712026-05-19T20:36:07.012Z Downloaded buf-list v1.1.2
9722026-05-19T20:36:07.015Z Downloaded blowfish v0.9.1
9732026-05-19T20:36:07.015Z Downloaded bit-vec v0.8.0
9742026-05-19T20:36:07.018Z Downloaded derive_builder_core v0.20.2
9752026-05-19T20:36:07.018Z Downloaded der_derive v0.7.3
9762026-05-19T20:36:07.018Z Downloaded prefix-trie v0.7.0
9772026-05-19T20:36:07.023Z Downloaded progenitor-impl v0.13.0
9782026-05-19T20:36:07.026Z Downloaded siphasher v1.0.2
9792026-05-19T20:36:07.029Z Downloaded slog-envlogger v2.2.0
9802026-05-19T20:36:07.029Z Downloaded rusty-fork v0.3.1
9812026-05-19T20:36:07.029Z Downloaded rustversion v1.0.22
9822026-05-19T20:36:07.032Z Downloaded slog-bunyan v2.5.0
9832026-05-19T20:36:07.035Z Downloaded schemars_derive v0.8.22
9842026-05-19T20:36:07.042Z Downloaded progenitor-impl v0.14.0
9852026-05-19T20:36:07.044Z Downloaded progenitor-impl v0.10.0
9862026-05-19T20:36:07.055Z Downloaded ssh-cipher v0.2.0
9872026-05-19T20:36:07.059Z Downloaded serde_path_to_error v0.1.20
9882026-05-19T20:36:07.059Z Downloaded sec1 v0.7.3
9892026-05-19T20:36:07.059Z Downloaded sct v0.7.1
9902026-05-19T20:36:07.063Z Downloaded ssh-encoding v0.2.0
9912026-05-19T20:36:07.063Z Downloaded serde_derive_internals v0.29.1
9922026-05-19T20:36:07.063Z Downloaded serde-hex v0.1.0
9932026-05-19T20:36:07.065Z Downloaded hashbrown v0.13.2
9942026-05-19T20:36:07.068Z Downloaded russh-keys v0.45.0
9952026-05-19T20:36:07.072Z Downloaded sqlparser_derive v0.5.0
9962026-05-19T20:36:07.076Z Downloaded rustls-native-certs v0.8.3
9972026-05-19T20:36:07.076Z Downloaded strip-ansi-escapes v0.2.1
9982026-05-19T20:36:07.079Z Downloaded prettyplease v0.2.37
9992026-05-19T20:36:07.079Z Downloaded shlex v1.3.0
10002026-05-19T20:36:07.079Z Downloaded pretty_assertions v1.4.1
10012026-05-19T20:36:07.081Z Downloaded crossterm v0.28.1
10022026-05-19T20:36:07.084Z Downloaded structmeta-derive v0.3.0
10032026-05-19T20:36:07.087Z Downloaded simd-adler32 v0.3.8
10042026-05-19T20:36:07.087Z Downloaded structmeta v0.3.0
10052026-05-19T20:36:07.087Z Downloaded crossterm v0.29.0
10062026-05-19T20:36:07.090Z Downloaded strum v0.26.3
10072026-05-19T20:36:07.095Z Downloaded ron v0.8.1
10082026-05-19T20:36:07.097Z Downloaded smf v0.2.3
10092026-05-19T20:36:07.097Z Downloaded slog-stdlog v4.1.1
10102026-05-19T20:36:07.097Z Downloaded slog-scope v4.4.1
10112026-05-19T20:36:07.098Z Downloaded slog-json v2.6.1
10122026-05-19T20:36:07.101Z Downloaded rustls-pki-types v1.14.0
10132026-05-19T20:36:07.101Z Downloaded tap v1.0.1
10142026-05-19T20:36:07.103Z Downloaded take_mut v0.2.2
10152026-05-19T20:36:07.103Z Downloaded sync_wrapper v1.0.2
10162026-05-19T20:36:07.103Z Downloaded sync-ptr v0.1.4
10172026-05-19T20:36:07.103Z Downloaded subtle v2.6.1
10182026-05-19T20:36:07.104Z Downloaded strum v0.27.2
10192026-05-19T20:36:07.107Z Downloaded rcgen v0.12.1
10202026-05-19T20:36:07.107Z Downloaded supports-color v3.0.2
10212026-05-19T20:36:07.108Z Downloaded scroll v0.13.0
10222026-05-19T20:36:07.110Z Downloaded slab v0.4.12
10232026-05-19T20:36:07.110Z Downloaded tabled_derive v0.11.0
10242026-05-19T20:36:07.110Z Downloaded signal-hook-registry v1.4.8
10252026-05-19T20:36:07.114Z Downloaded slog-async v2.8.0
10262026-05-19T20:36:07.116Z Downloaded minimal-lexical v0.2.1
10272026-05-19T20:36:07.119Z Downloaded itertools v0.10.5
10282026-05-19T20:36:07.122Z Downloaded hyper-util v0.1.20
10292026-05-19T20:36:07.126Z Downloaded snafu-derive v0.8.9
10302026-05-19T20:36:07.129Z Downloaded thread-id v5.1.0
10312026-05-19T20:36:07.129Z Downloaded tagptr v0.2.0
10322026-05-19T20:36:07.132Z Downloaded slog-term v2.9.2
10332026-05-19T20:36:07.132Z Downloaded sqlformat v0.3.5
10342026-05-19T20:36:07.134Z Downloaded spki v0.7.3
10352026-05-19T20:36:07.134Z Downloaded slog-dtrace v0.3.0
10362026-05-19T20:36:07.137Z Downloaded base64 v0.21.7
10372026-05-19T20:36:07.141Z Downloaded testing_table v0.3.0
10382026-05-19T20:36:07.144Z Downloaded serde_with_macros v3.17.0
10392026-05-19T20:36:07.147Z Downloaded serde_cbor v0.11.2
10402026-05-19T20:36:07.150Z Downloaded thiserror-impl-no-std v2.0.2
10412026-05-19T20:36:07.150Z Downloaded stacker v0.1.23
10422026-05-19T20:36:07.152Z Downloaded rustls-platform-verifier v0.6.2
10432026-05-19T20:36:07.159Z Downloaded num-bigint v0.4.6
10442026-05-19T20:36:07.162Z Downloaded stringprep v0.1.5
10452026-05-19T20:36:07.165Z Downloaded static_assertions v1.1.0
10462026-05-19T20:36:07.165Z Downloaded time-core v0.1.8
10472026-05-19T20:36:07.165Z Downloaded strum_macros v0.26.4
10482026-05-19T20:36:07.168Z Downloaded openssl-sys v0.9.115
10492026-05-19T20:36:07.170Z Downloaded tokio-macros v2.7.0
10502026-05-19T20:36:07.170Z Downloaded strum_macros v0.27.2
10512026-05-19T20:36:07.179Z Downloaded string_cache v0.8.9
10522026-05-19T20:36:07.180Z Downloaded http v1.4.0
10532026-05-19T20:36:07.180Z Downloaded strum_macros v0.24.3
10542026-05-19T20:36:07.180Z Downloaded smallvec v0.6.14
10552026-05-19T20:36:07.182Z Downloaded ryu v1.0.23
10562026-05-19T20:36:07.182Z Downloaded support-bundle-viewer v0.1.2
10572026-05-19T20:36:07.184Z Downloaded spin v0.9.8
10582026-05-19T20:36:07.184Z Downloaded termios v0.3.3
10592026-05-19T20:36:07.187Z Downloaded tabwriter v1.4.1
10602026-05-19T20:36:07.187Z Downloaded rayon-core v1.13.0
10612026-05-19T20:36:07.190Z Downloaded mio v1.2.0
10622026-05-19T20:36:07.194Z Downloaded quinn v0.11.9
10632026-05-19T20:36:07.196Z Downloaded termtree v0.5.1
10642026-05-19T20:36:07.199Z Downloaded qorb v0.4.1
10652026-05-19T20:36:07.201Z Downloaded topological-sort v0.2.2
10662026-05-19T20:36:07.202Z Downloaded nom v7.1.3
10672026-05-19T20:36:07.205Z Downloaded tower-service v0.3.3
10682026-05-19T20:36:07.205Z Downloaded tower-layer v0.3.3
10692026-05-19T20:36:07.211Z Downloaded publicsuffix v2.3.0
10702026-05-19T20:36:07.215Z Downloaded thread_local v1.1.9
10712026-05-19T20:36:07.218Z Downloaded signal-hook v0.3.18
10722026-05-19T20:36:07.221Z Downloaded serde_yaml v0.9.34+deprecated
10732026-05-19T20:36:07.223Z Downloaded tiny-keccak v2.0.2
10742026-05-19T20:36:07.225Z Downloaded thiserror-no-std v2.0.2
10752026-05-19T20:36:07.228Z Downloaded try-lock v0.2.5
10762026-05-19T20:36:07.231Z Downloaded trait-variant v0.1.2
10772026-05-19T20:36:07.231Z Downloaded tls_codec v0.4.2
10782026-05-19T20:36:07.236Z Downloaded typify-macro v0.4.3
10792026-05-19T20:36:07.236Z Downloaded tinyvec_macros v0.1.1
10802026-05-19T20:36:07.238Z Downloaded time-macros v0.2.27
10812026-05-19T20:36:07.238Z Downloaded chrono v0.4.44
10822026-05-19T20:36:07.243Z Downloaded tls_codec_derive v0.4.2
10832026-05-19T20:36:07.245Z Downloaded tokio-dtrace v0.1.1
10842026-05-19T20:36:07.248Z Downloaded tokio-rustls v0.25.0
10852026-05-19T20:36:07.248Z Downloaded term v0.7.0
10862026-05-19T20:36:07.251Z Downloaded typify-macro v0.6.2
10872026-05-19T20:36:07.254Z Downloaded tokio-tungstenite v0.21.0
10882026-05-19T20:36:07.258Z Downloaded socket2 v0.5.10
10892026-05-19T20:36:07.260Z Downloaded similar v2.7.0
10902026-05-19T20:36:07.263Z Downloaded tokio-native-tls v0.3.1
10912026-05-19T20:36:07.263Z Downloaded progenitor-impl v0.11.2
10922026-05-19T20:36:07.266Z Downloaded libxml v0.3.3
10932026-05-19T20:36:07.269Z Downloaded universal-hash v0.5.1
10942026-05-19T20:36:07.269Z Downloaded rand v0.10.0
10952026-05-19T20:36:07.272Z Downloaded unit-prefix v0.5.2
10962026-05-19T20:36:07.272Z Downloaded untrusted v0.7.1
10972026-05-19T20:36:07.272Z Downloaded tokio-tungstenite v0.23.1
10982026-05-19T20:36:07.275Z Downloaded aes-gcm v0.10.3
10992026-05-19T20:36:07.278Z Downloaded utf-8 v0.7.6
11002026-05-19T20:36:07.278Z Downloaded rand v0.8.6
11012026-05-19T20:36:07.280Z Downloaded schemars v0.8.22
11022026-05-19T20:36:07.285Z Downloaded usdt-attr-macro v0.6.0
11032026-05-19T20:36:07.287Z Downloaded schemars v0.9.0
11042026-05-19T20:36:07.293Z Downloaded usdt-macro v0.6.0
11052026-05-19T20:36:07.295Z Downloaded tui-tree-widget v0.23.1
11062026-05-19T20:36:07.295Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11072026-05-19T20:36:07.298Z Downloaded hashbrown v0.16.1
11082026-05-19T20:36:07.301Z Downloaded toml_writer v1.0.6+spec-1.1.0
11092026-05-19T20:36:07.301Z Downloaded rsa v0.9.10
11102026-05-19T20:36:07.305Z Downloaded hashbrown v0.15.5
11112026-05-19T20:36:07.308Z Downloaded want v0.3.1
11122026-05-19T20:36:07.308Z Downloaded waitgroup v0.1.2
11132026-05-19T20:36:07.308Z Downloaded wait-timeout v0.2.1
11142026-05-19T20:36:07.312Z Downloaded void v1.0.2
11152026-05-19T20:36:07.312Z Downloaded samael v0.0.19
11162026-05-19T20:36:07.316Z Downloaded aho-corasick v1.1.4
11172026-05-19T20:36:07.358Z Downloaded unicase v2.9.0
11182026-05-19T20:36:07.358Z Downloaded tokio-rustls v0.24.1
11192026-05-19T20:36:07.366Z Downloaded term v1.2.1
11202026-05-19T20:36:07.366Z Downloaded subprocess v0.2.15
11212026-05-19T20:36:07.366Z Downloaded unicode-truncate v1.1.0
11222026-05-19T20:36:07.366Z Downloaded snafu v0.8.9
11232026-05-19T20:36:07.366Z Downloaded xshell-macros v0.2.7
11242026-05-19T20:36:07.366Z Downloaded xattr v1.6.1
11252026-05-19T20:36:07.366Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-05-19T20:36:07.366Z Downloaded rand v0.9.2
11272026-05-19T20:36:07.366Z Downloaded tokio-rustls v0.26.4
11282026-05-19T20:36:07.366Z Downloaded futures-util v0.3.32
11292026-05-19T20:36:07.366Z Downloaded socket2 v0.6.3
11302026-05-19T20:36:07.366Z Downloaded slog v2.8.2
11312026-05-19T20:36:07.366Z Downloaded zeroize_derive v1.4.3
11322026-05-19T20:36:07.366Z Downloaded untrusted v0.9.0
11332026-05-19T20:36:07.366Z Downloaded rustls-webpki v0.103.9
11342026-05-19T20:36:07.366Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-05-19T20:36:07.366Z Downloaded num-bigint-dig v0.8.6
11362026-05-19T20:36:07.366Z Downloaded aws-lc-rs v1.16.3
11372026-05-19T20:36:07.367Z Downloaded vergen-gitcl v1.0.8
11382026-05-19T20:36:07.367Z Downloaded test-strategy v0.4.5
11392026-05-19T20:36:07.374Z Downloaded usdt-impl v0.6.0
11402026-05-19T20:36:07.374Z Downloaded libm v0.2.16
11412026-05-19T20:36:07.374Z Downloaded zone_cfg_derive v0.3.1
11422026-05-19T20:36:07.378Z Downloaded vergen-lib v0.1.6
11432026-05-19T20:36:07.378Z Downloaded tracing-attributes v0.1.31
11442026-05-19T20:36:07.378Z Downloaded h2 v0.4.13
11452026-05-19T20:36:07.378Z Downloaded walkdir v2.5.0
11462026-05-19T20:36:07.381Z Downloaded zone v0.3.1
11472026-05-19T20:36:07.381Z Downloaded vergen-git2 v1.0.7
11482026-05-19T20:36:07.381Z Downloaded p521 v0.13.3
11492026-05-19T20:36:07.383Z Downloaded vsss-rs v3.3.4
11502026-05-19T20:36:07.383Z Downloaded tinyvec v1.10.0
11512026-05-19T20:36:07.386Z Downloaded schemars v1.2.1
11522026-05-19T20:36:07.394Z Downloaded whoami v2.1.0
11532026-05-19T20:36:07.397Z Downloaded wyz v0.5.1
11542026-05-19T20:36:07.397Z Downloaded whoami v1.6.1
11552026-05-19T20:36:07.397Z Downloaded unarray v0.1.4
11562026-05-19T20:36:07.400Z Downloaded toml v0.9.12+spec-1.1.0
11572026-05-19T20:36:07.403Z Downloaded toml v0.7.8
11582026-05-19T20:36:07.403Z Downloaded twox-hash v2.1.2
11592026-05-19T20:36:07.405Z Downloaded hkdf v0.12.4
11602026-05-19T20:36:07.405Z Downloaded blake3 v1.8.3
11612026-05-19T20:36:07.410Z Downloaded itertools v0.13.0
11622026-05-19T20:36:07.414Z Downloaded iri-string v0.7.10
11632026-05-19T20:36:07.418Z Downloaded uzers v0.12.2
11642026-05-19T20:36:07.421Z Downloaded itertools v0.14.0
11652026-05-19T20:36:07.423Z Downloaded tar v0.4.45
11662026-05-19T20:36:07.426Z Downloaded tracing-core v0.1.36
11672026-05-19T20:36:07.429Z Downloaded hyper v1.8.1
11682026-05-19T20:36:07.432Z Downloaded zstd-safe v7.2.4
11692026-05-19T20:36:07.432Z Downloaded zstd v0.13.3
11702026-05-19T20:36:07.435Z Downloaded tungstenite v0.21.0
11712026-05-19T20:36:07.438Z Downloaded usdt v0.6.0
11722026-05-19T20:36:07.438Z Downloaded vergen v9.0.6
11732026-05-19T20:36:07.440Z Downloaded itertools v0.12.1
11742026-05-19T20:36:07.444Z Downloaded iddqd v0.3.18
11752026-05-19T20:36:07.446Z Downloaded typify v0.4.3
11762026-05-19T20:36:07.451Z Downloaded xshell v0.2.7
11772026-05-19T20:36:07.454Z Downloaded unicode-bidi v0.3.18
11782026-05-19T20:36:07.454Z Downloaded unicode-properties v0.1.4
11792026-05-19T20:36:07.457Z Downloaded russh v0.45.0
11802026-05-19T20:36:07.461Z Downloaded zeroize v1.8.2
11812026-05-19T20:36:07.464Z Downloaded tokio-stream v0.1.18
11822026-05-19T20:36:07.467Z Downloaded zerocopy v0.6.6
11832026-05-19T20:36:07.467Z Downloaded uuid v1.23.0
11842026-05-19T20:36:07.471Z Downloaded yasna v0.5.2
11852026-05-19T20:36:07.471Z Downloaded rpassword v7.4.0
11862026-05-19T20:36:07.475Z Downloaded ssh-key v0.6.7
11872026-05-19T20:36:07.479Z Downloaded tungstenite v0.23.0
11882026-05-19T20:36:07.482Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-19T20:36:07.485Z Downloaded toml v1.0.6+spec-1.1.0
11902026-05-19T20:36:07.487Z Downloaded reedline v0.40.0
11912026-05-19T20:36:07.499Z Downloaded steno v0.4.1
11922026-05-19T20:36:07.502Z Downloaded typify v0.6.2
11932026-05-19T20:36:07.515Z Downloaded rustyline v14.0.0
11942026-05-19T20:36:07.519Z Downloaded unsafe-libyaml v0.2.11
11952026-05-19T20:36:07.521Z Downloaded bitvec v1.0.1
11962026-05-19T20:36:07.529Z Downloaded zopfli v0.8.3
11972026-05-19T20:36:07.532Z Downloaded vte v0.14.1
11982026-05-19T20:36:07.532Z Downloaded regex v1.12.3
11992026-05-19T20:36:07.538Z Downloaded unicode_categories v0.1.1
12002026-05-19T20:36:07.543Z Downloaded tokio-postgres v0.7.16
12012026-05-19T20:36:07.548Z Downloaded reqwest v0.13.2
12022026-05-19T20:36:07.552Z Downloaded yansi v1.0.1
12032026-05-19T20:36:07.561Z Downloaded zip v0.6.6
12042026-05-19T20:36:07.566Z Downloaded reqwest v0.12.28
12052026-05-19T20:36:07.570Z Downloaded toml_edit v0.19.15
12062026-05-19T20:36:07.602Z Downloaded lalrpop v0.19.12
12072026-05-19T20:36:07.605Z Downloaded p384 v0.13.1
12082026-05-19T20:36:07.609Z Downloaded portable-atomic v1.13.1
12092026-05-19T20:36:07.616Z Downloaded rustls-webpki v0.101.7
12102026-05-19T20:36:07.622Z Downloaded x509-cert v0.2.5
12112026-05-19T20:36:07.628Z Downloaded zerocopy-derive v0.8.40
12122026-05-19T20:36:07.632Z Downloaded quick-xml v0.37.5
12132026-05-19T20:36:07.635Z Downloaded tower v0.5.3
12142026-05-19T20:36:07.640Z Downloaded goblin v0.10.5
12152026-05-19T20:36:07.645Z Downloaded bindgen v0.71.1
12162026-05-19T20:36:07.650Z Downloaded unicode-normalization v0.1.25
12172026-05-19T20:36:07.654Z Downloaded unicode-segmentation v1.12.0
12182026-05-19T20:36:07.656Z Downloaded salty v0.3.0
12192026-05-19T20:36:07.659Z Downloaded petname v2.0.2
12202026-05-19T20:36:07.662Z Downloaded zip v4.6.1
12212026-05-19T20:36:07.664Z Downloaded tokio-util v0.7.18
12222026-05-19T20:36:07.667Z Downloaded moka v0.12.13
12232026-05-19T20:36:07.672Z Downloaded typed-path v0.9.3
12242026-05-19T20:36:07.676Z Downloaded rayon v1.11.0
12252026-05-19T20:36:07.681Z Downloaded git2 v0.20.4
12262026-05-19T20:36:07.686Z Downloaded proptest v1.10.0
12272026-05-19T20:36:07.691Z Downloaded serde_with v3.17.0
12282026-05-19T20:36:07.701Z Downloaded tough v0.22.0
12292026-05-19T20:36:07.708Z Downloaded tower-http v0.6.8
12302026-05-19T20:36:07.712Z Downloaded quinn-proto v0.11.13
12312026-05-19T20:36:07.715Z Downloaded object v0.30.4
12322026-05-19T20:36:07.721Z Downloaded winnow v0.5.40
12332026-05-19T20:36:07.726Z Downloaded rustls-webpki v0.102.8
12342026-05-19T20:36:07.737Z Downloaded curve25519-dalek v4.1.3
12352026-05-19T20:36:07.744Z Downloaded radix_trie v0.2.1
12362026-05-19T20:36:07.749Z Downloaded polar-core v0.27.3
12372026-05-19T20:36:07.760Z Downloaded nix v0.27.1
12382026-05-19T20:36:07.766Z Downloaded openssl v0.10.79
12392026-05-19T20:36:07.778Z Downloaded tabled v0.20.0
12402026-05-19T20:36:07.787Z Downloaded bstr v1.12.1
12412026-05-19T20:36:07.792Z Downloaded winnow v0.6.26
12422026-05-19T20:36:07.801Z Downloaded rustls v0.21.12
12432026-05-19T20:36:07.808Z Downloaded dropshot v0.16.7
12442026-05-19T20:36:07.820Z Downloaded time v0.3.47
12452026-05-19T20:36:07.827Z Downloaded regex-syntax v0.6.29
12462026-05-19T20:36:07.832Z Downloaded nix v0.29.0
12472026-05-19T20:36:07.837Z Downloaded object v0.37.3
12482026-05-19T20:36:07.846Z Downloaded hickory-proto v0.24.4
12492026-05-19T20:36:07.853Z Downloaded zlib-rs v0.6.2
12502026-05-19T20:36:07.856Z Downloaded nix v0.31.2
12512026-05-19T20:36:07.863Z Downloaded webpki-roots v1.0.6
12522026-05-19T20:36:07.866Z Downloaded openapiv3 v2.2.0
12532026-05-19T20:36:07.872Z Downloaded zerocopy v0.8.40
12542026-05-19T20:36:07.878Z Downloaded diesel v2.3.7
12552026-05-19T20:36:07.889Z Downloaded regress v0.11.1
12562026-05-19T20:36:07.894Z Downloaded regress v0.10.5
12572026-05-19T20:36:07.899Z Downloaded regex-syntax v0.8.10
12582026-05-19T20:36:07.904Z Downloaded rustls v0.23.37
12592026-05-19T20:36:07.911Z Downloaded vcpkg v0.2.15
12602026-05-19T20:36:07.934Z Downloaded rustix v0.38.44
12612026-05-19T20:36:07.946Z Downloaded smoltcp v0.11.0
12622026-05-19T20:36:07.953Z Downloaded rustls v0.22.4
12632026-05-19T20:36:07.962Z Downloaded hickory-proto v0.25.2
12642026-05-19T20:36:07.970Z Downloaded dropshot v0.17.0
12652026-05-19T20:36:07.983Z Downloaded sqlparser v0.61.0
12662026-05-19T20:36:07.989Z Downloaded smoltcp v0.9.1
12672026-05-19T20:36:07.995Z Downloaded nix v0.28.0
12682026-05-19T20:36:08.001Z Downloaded csv v1.4.0
12692026-05-19T20:36:08.014Z Downloaded sled v0.34.7
12702026-05-19T20:36:08.020Z Downloaded tracing v0.1.44
12712026-05-19T20:36:08.031Z Downloaded typify-impl v0.4.3
12722026-05-19T20:36:08.041Z Downloaded ratatui v0.29.0
12732026-05-19T20:36:08.052Z Downloaded typify-impl v0.6.2
12742026-05-19T20:36:08.061Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-19T20:36:08.076Z Downloaded regex-automata v0.4.14
12762026-05-19T20:36:08.084Z Downloaded chrono-tz v0.10.4
12772026-05-19T20:36:08.095Z Downloaded zerocopy-derive v0.6.6
12782026-05-19T20:36:08.101Z Downloaded libz-sys v1.1.24
12792026-05-19T20:36:08.129Z Downloaded petgraph v0.6.5
12802026-05-19T20:36:08.146Z Downloaded jiff v0.2.21
12812026-05-19T20:36:08.179Z Downloaded petgraph v0.8.3
12822026-05-19T20:36:08.215Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-05-19T20:36:08.226Z Downloaded sha3 v0.10.8
12842026-05-19T20:36:08.242Z Downloaded tokio v1.52.1
12852026-05-19T20:36:08.312Z Downloaded encoding_rs v0.8.35
12862026-05-19T20:36:08.342Z Downloaded ring v0.17.14
12872026-05-19T20:36:08.370Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-19T20:36:08.722Z Downloaded aws-lc-sys v0.40.0
12892026-05-19T20:36:08.982Z Compiling libc v0.2.185
12902026-05-19T20:36:08.982Z Compiling serde v1.0.228
12912026-05-19T20:36:08.985Z Compiling log v0.4.29
12922026-05-19T20:36:08.985Z Compiling find-msvc-tools v0.1.9
12932026-05-19T20:36:08.985Z Compiling shlex v1.3.0
12942026-05-19T20:36:08.985Z Compiling smallvec v1.15.1
12952026-05-19T20:36:08.985Z Compiling typenum v1.19.0
12962026-05-19T20:36:08.985Z Compiling subtle v2.6.1
12972026-05-19T20:36:09.183Z Compiling generic-array v0.14.7
12982026-05-19T20:36:09.240Z Compiling scopeguard v1.2.0
12992026-05-19T20:36:09.318Z Compiling const-oid v0.9.6
13002026-05-19T20:36:09.318Z Compiling serde_json v1.0.149
13012026-05-19T20:36:09.358Z Compiling syn v2.0.117
13022026-05-19T20:36:09.358Z Compiling zerocopy v0.8.40
13032026-05-19T20:36:09.359Z Compiling pin-project-lite v0.2.17
13042026-05-19T20:36:09.359Z Compiling parking_lot_core v0.9.12
13052026-05-19T20:36:09.411Z Compiling lock_api v0.4.14
13062026-05-19T20:36:09.411Z Compiling portable-atomic v1.13.1
13072026-05-19T20:36:09.411Z Compiling pkg-config v0.3.32
13082026-05-19T20:36:09.438Z Compiling bitflags v2.11.0
13092026-05-19T20:36:09.438Z Compiling libm v0.2.16
13102026-05-19T20:36:09.468Z Compiling critical-section v1.2.0
13112026-05-19T20:36:09.507Z Compiling futures-core v0.3.32
13122026-05-19T20:36:09.562Z Compiling num-traits v0.2.19
13132026-05-19T20:36:09.573Z Compiling percent-encoding v2.3.2
13142026-05-19T20:36:09.632Z Compiling futures-sink v0.3.32
13152026-05-19T20:36:09.695Z Compiling futures-io v0.3.32
13162026-05-19T20:36:09.723Z Compiling slab v0.4.12
13172026-05-19T20:36:09.723Z Compiling futures-task v0.3.32
13182026-05-19T20:36:09.782Z Compiling getrandom v0.4.1
13192026-05-19T20:36:09.818Z Compiling futures-channel v0.3.32
13202026-05-19T20:36:09.835Z Compiling cpufeatures v0.2.17
13212026-05-19T20:36:09.835Z Compiling rand_core v0.10.0
13222026-05-19T20:36:09.898Z Compiling indexmap v2.14.0
13232026-05-19T20:36:09.913Z Compiling getrandom v0.3.4
13242026-05-19T20:36:10.032Z Compiling rustversion v1.0.22
13252026-05-19T20:36:10.053Z Compiling form_urlencoded v1.2.2
13262026-05-19T20:36:10.053Z Compiling dunce v1.0.5
13272026-05-19T20:36:10.053Z Compiling fs_extra v1.3.0
13282026-05-19T20:36:10.053Z Compiling base64ct v1.8.3
13292026-05-19T20:36:10.077Z Compiling ident_case v1.0.1
13302026-05-19T20:36:10.100Z Compiling regex-syntax v0.8.10
13312026-05-19T20:36:10.116Z Compiling getrandom v0.2.17
13322026-05-19T20:36:10.131Z Compiling jobserver v0.1.34
13332026-05-19T20:36:10.180Z Compiling errno v0.3.14
13342026-05-19T20:36:10.203Z Compiling mio v1.2.0
13352026-05-19T20:36:10.293Z Compiling rand_core v0.6.4
13362026-05-19T20:36:10.322Z Compiling signal-hook-registry v1.4.8
13372026-05-19T20:36:10.332Z Compiling socket2 v0.6.3
13382026-05-19T20:36:10.367Z Compiling cc v1.2.56
13392026-05-19T20:36:10.434Z Compiling parking_lot v0.12.5
13402026-05-19T20:36:10.442Z Compiling once_cell v1.21.3
13412026-05-19T20:36:10.547Z Compiling pem-rfc7468 v0.7.0
13422026-05-19T20:36:10.610Z Compiling rustix v1.1.3
13432026-05-19T20:36:10.613Z Compiling iana-time-zone v0.1.65
13442026-05-19T20:36:10.683Z Compiling flagset v0.4.7
13452026-05-19T20:36:10.744Z Compiling aws-lc-rs v1.16.3
13462026-05-19T20:36:10.759Z Compiling vcpkg v0.2.15
13472026-05-19T20:36:10.785Z Compiling uuid v1.23.0
13482026-05-19T20:36:10.812Z Compiling tracing-core v0.1.36
13492026-05-19T20:36:10.840Z Compiling rustc_version v0.4.1
13502026-05-19T20:36:10.855Z Compiling base64 v0.22.1
13512026-05-19T20:36:10.859Z Compiling httparse v1.10.1
13522026-05-19T20:36:10.892Z Compiling rand_core v0.9.5
13532026-05-19T20:36:10.983Z Compiling openssl-probe v0.2.1
13542026-05-19T20:36:11.043Z Compiling tinyvec_macros v0.1.1
13552026-05-19T20:36:11.071Z Compiling untrusted v0.7.1
13562026-05-19T20:36:11.132Z Compiling cmake v0.1.57
13572026-05-19T20:36:11.147Z Compiling untrusted v0.9.0
13582026-05-19T20:36:11.188Z Compiling tinyvec v1.10.0
13592026-05-19T20:36:11.203Z Compiling aho-corasick v1.1.4
13602026-05-19T20:36:11.217Z Compiling try-lock v0.2.5
13612026-05-19T20:36:11.221Z Compiling tower-service v0.3.3
13622026-05-19T20:36:11.221Z Compiling dyn-clone v1.0.20
13632026-05-19T20:36:11.307Z Compiling schemars v0.8.22
13642026-05-19T20:36:11.325Z Compiling rustls v0.23.37
13652026-05-19T20:36:11.325Z Compiling tower-layer v0.3.3
13662026-05-19T20:36:11.354Z Compiling atomic-waker v1.1.2
13672026-05-19T20:36:11.375Z Compiling want v0.3.1
13682026-05-19T20:36:11.410Z Compiling pin-utils v0.1.0
13692026-05-19T20:36:11.503Z Compiling openssl v0.10.79
13702026-05-19T20:36:11.521Z Compiling httpdate v1.0.3
13712026-05-19T20:36:11.523Z Compiling foreign-types-shared v0.1.1
13722026-05-19T20:36:11.554Z Compiling unicode-normalization v0.1.25
13732026-05-19T20:36:11.557Z Compiling spin v0.9.8
13742026-05-19T20:36:11.587Z Compiling native-tls v0.2.18
13752026-05-19T20:36:11.590Z Compiling crc32fast v1.5.0
13762026-05-19T20:36:11.603Z Compiling time-core v0.1.8
13772026-05-19T20:36:11.618Z Compiling num-conv v0.2.0
13782026-05-19T20:36:11.637Z Compiling foreign-types v0.3.2
13792026-05-19T20:36:11.678Z Compiling powerfmt v0.2.0
13802026-05-19T20:36:11.743Z Compiling wait-timeout v0.2.1
13812026-05-19T20:36:11.758Z Compiling sync_wrapper v1.0.2
13822026-05-19T20:36:11.777Z Compiling crossbeam-utils v0.8.21
13832026-05-19T20:36:11.792Z Compiling usdt-impl v0.6.0
13842026-05-19T20:36:11.792Z Compiling num_threads v0.1.7
13852026-05-19T20:36:11.827Z Compiling time-macros v0.2.27
13862026-05-19T20:36:11.844Z Compiling deranged v0.5.8
13872026-05-19T20:36:11.847Z Compiling siphasher v1.0.2
13882026-05-19T20:36:11.886Z Compiling quick-error v1.2.3
13892026-05-19T20:36:11.908Z Compiling syn v1.0.109
13902026-05-19T20:36:11.937Z Compiling bit-vec v0.8.0
13912026-05-19T20:36:12.014Z Compiling simd-adler32 v0.3.8
13922026-05-19T20:36:12.047Z Compiling aws-lc-sys v0.40.0
13932026-05-19T20:36:12.050Z Compiling ring v0.17.14
13942026-05-19T20:36:12.079Z Compiling openssl-sys v0.9.115
13952026-05-19T20:36:12.083Z Compiling regex-automata v0.4.14
13962026-05-19T20:36:12.083Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-05-19T20:36:12.144Z Compiling bit-set v0.8.0
13982026-05-19T20:36:12.232Z Compiling synstructure v0.13.2
13992026-05-19T20:36:12.249Z Compiling pest_generator v2.8.6
14002026-05-19T20:36:12.286Z Compiling serde_derive_internals v0.29.1
14012026-05-19T20:36:12.303Z Compiling darling_core v0.20.11
14022026-05-19T20:36:12.328Z Compiling tempfile v3.25.0
14032026-05-19T20:36:12.612Z Compiling rusty-fork v0.3.1
14042026-05-19T20:36:12.633Z Compiling darling_core v0.21.3
14052026-05-19T20:36:12.750Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-05-19T20:36:12.915Z Compiling heapless v0.7.17
14072026-05-19T20:36:12.925Z Compiling slog v2.8.2
14082026-05-19T20:36:12.969Z Compiling rand_xorshift v0.4.0
14092026-05-19T20:36:12.987Z Compiling time v0.3.47
14102026-05-19T20:36:13.019Z Compiling thread-id v5.1.0
14112026-05-19T20:36:13.030Z Compiling cookie v0.18.1
14122026-05-19T20:36:13.057Z Compiling adler2 v2.0.1
14132026-05-19T20:36:13.109Z Compiling unicode-bidi v0.3.18
14142026-05-19T20:36:13.124Z Compiling allocator-api2 v0.2.21
14152026-05-19T20:36:13.142Z Compiling ryu v1.0.23
14162026-05-19T20:36:13.162Z Compiling signal-hook v0.3.18
14172026-05-19T20:36:13.206Z Compiling unarray v0.1.4
14182026-05-19T20:36:13.236Z Compiling paste v1.0.15
14192026-05-19T20:36:13.251Z Compiling unicode-properties v0.1.4
14202026-05-19T20:36:13.361Z Compiling anyhow v1.0.102
14212026-05-19T20:36:13.377Z Compiling zstd-safe v7.2.4
14222026-05-19T20:36:13.391Z Compiling iri-string v0.7.10
14232026-05-19T20:36:13.474Z Compiling stringprep v0.1.5
14242026-05-19T20:36:13.635Z Compiling miniz_oxide v0.8.9
14252026-05-19T20:36:13.839Z Compiling curve25519-dalek v4.1.3
14262026-05-19T20:36:13.994Z Compiling num-integer v0.1.46
14272026-05-19T20:36:14.023Z Compiling vergen-lib v0.1.6
14282026-05-19T20:36:14.038Z Compiling serde_derive v1.0.228
14292026-05-19T20:36:14.209Z Compiling zeroize_derive v1.4.3
14302026-05-19T20:36:14.231Z Compiling zerofrom-derive v0.1.6
14312026-05-19T20:36:14.254Z Compiling yoke-derive v0.8.1
14322026-05-19T20:36:14.316Z Compiling zerovec-derive v0.11.2
14332026-05-19T20:36:14.353Z Compiling zerocopy-derive v0.8.40
14342026-05-19T20:36:14.438Z Compiling displaydoc v0.2.5
14352026-05-19T20:36:14.682Z Compiling tokio-macros v2.7.0
14362026-05-19T20:36:14.725Z Compiling futures-macro v0.3.32
14372026-05-19T20:36:14.920Z Compiling zeroize v1.8.2
14382026-05-19T20:36:15.013Z Compiling der_derive v0.7.3
14392026-05-19T20:36:15.242Z Compiling rustls-pki-types v1.14.0
14402026-05-19T20:36:15.298Z Compiling thiserror-impl v2.0.18
14412026-05-19T20:36:15.480Z Compiling tracing-attributes v0.1.31
14422026-05-19T20:36:15.498Z Compiling schemars_derive v0.8.22
14432026-05-19T20:36:15.516Z Compiling pest_derive v2.8.6
14442026-05-19T20:36:15.597Z Compiling futures-util v0.3.32
14452026-05-19T20:36:15.714Z Compiling crypto-common v0.1.7
14462026-05-19T20:36:15.733Z Compiling zerofrom v0.1.6
14472026-05-19T20:36:15.777Z Compiling block-buffer v0.10.4
14482026-05-19T20:36:15.879Z Compiling yoke v0.8.1
14492026-05-19T20:36:15.896Z Compiling digest v0.10.7
14502026-05-19T20:36:15.936Z Compiling block-padding v0.3.3
14512026-05-19T20:36:15.993Z Compiling scroll_derive v0.13.1
14522026-05-19T20:36:16.033Z Compiling der v0.7.10
14532026-05-19T20:36:16.084Z Compiling zerovec v0.11.5
14542026-05-19T20:36:16.117Z Compiling zerotrie v0.2.3
14552026-05-19T20:36:16.166Z Compiling hmac v0.12.1
14562026-05-19T20:36:16.347Z Compiling inout v0.1.4
14572026-05-19T20:36:16.370Z Compiling sha2 v0.10.9
14582026-05-19T20:36:16.434Z Compiling pbkdf2 v0.12.2
14592026-05-19T20:36:16.537Z Compiling tinystr v0.8.2
14602026-05-19T20:36:16.567Z Compiling potential_utf v0.1.4
14612026-05-19T20:36:16.616Z Compiling cipher v0.4.4
14622026-05-19T20:36:16.713Z Compiling icu_locale_core v2.1.1
14632026-05-19T20:36:16.758Z Compiling icu_collections v2.1.1
14642026-05-19T20:36:16.775Z Compiling thiserror v2.0.18
14652026-05-19T20:36:16.826Z Compiling darling_macro v0.20.11
14662026-05-19T20:36:16.868Z Compiling salsa20 v0.10.2
14672026-05-19T20:36:16.884Z Compiling spki v0.7.3
14682026-05-19T20:36:16.902Z Compiling tracing v0.1.44
14692026-05-19T20:36:16.919Z Compiling cbc v0.1.2
14702026-05-19T20:36:17.035Z Compiling scrypt v0.11.0
14712026-05-19T20:36:17.088Z Compiling aes v0.8.4
14722026-05-19T20:36:17.120Z Compiling scroll v0.13.0
14732026-05-19T20:36:17.190Z Compiling openssl-macros v0.1.1
14742026-05-19T20:36:17.266Z Compiling rustls-native-certs v0.8.3
14752026-05-19T20:36:17.304Z Compiling dtrace-parser v0.3.0
14762026-05-19T20:36:17.321Z Compiling signature v2.2.0
14772026-05-19T20:36:17.348Z Compiling icu_provider v2.1.1
14782026-05-19T20:36:17.410Z Compiling goblin v0.10.5
14792026-05-19T20:36:17.518Z Compiling pkcs5 v0.7.1
14802026-05-19T20:36:17.586Z Compiling bytes v1.11.1
14812026-05-19T20:36:17.625Z Compiling icu_properties v2.1.2
14822026-05-19T20:36:17.643Z Compiling icu_normalizer v2.1.1
14832026-05-19T20:36:17.660Z Compiling chrono v0.4.44
14842026-05-19T20:36:17.677Z Compiling ipnet v2.11.0
14852026-05-19T20:36:17.790Z Compiling darling v0.20.11
14862026-05-19T20:36:17.889Z Compiling pkcs8 v0.10.2
14872026-05-19T20:36:18.005Z Compiling derive_builder_core v0.20.2
14882026-05-19T20:36:18.044Z Compiling webpki-roots v1.0.6
14892026-05-19T20:36:18.108Z Compiling tokio v1.52.1
14902026-05-19T20:36:18.183Z Compiling http v1.4.0
14912026-05-19T20:36:18.194Z Compiling thiserror-impl v1.0.69
14922026-05-19T20:36:18.215Z Compiling scroll_derive v0.12.1
14932026-05-19T20:36:18.215Z Compiling serde_spanned v0.6.9
14942026-05-19T20:36:18.245Z Compiling serde_tokenstream v0.2.3
14952026-05-19T20:36:18.252Z Compiling serde_urlencoded v0.7.1
14962026-05-19T20:36:18.382Z Compiling toml_datetime v0.6.11
14972026-05-19T20:36:18.514Z Compiling idna_adapter v1.2.1
14982026-05-19T20:36:18.687Z Compiling idna v1.1.0
14992026-05-19T20:36:18.719Z Compiling erased-serde v0.3.31
15002026-05-19T20:36:18.734Z Compiling md-5 v0.10.6
15012026-05-19T20:36:18.850Z Compiling ppv-lite86 v0.2.21
15022026-05-19T20:36:18.926Z Compiling http-body v1.0.1
15032026-05-19T20:36:18.984Z Compiling derive_builder_macro v0.20.2
15042026-05-19T20:36:19.015Z Compiling url v2.5.8
15052026-05-19T20:36:19.059Z Compiling http-body-util v0.1.3
15062026-05-19T20:36:19.107Z Compiling scroll v0.12.0
15072026-05-19T20:36:19.160Z Compiling rand_chacha v0.9.0
15082026-05-19T20:36:19.183Z Compiling rand_chacha v0.3.1
15092026-05-19T20:36:19.207Z Compiling darling_macro v0.21.3
15102026-05-19T20:36:19.241Z Compiling bstr v1.12.1
15112026-05-19T20:36:19.325Z Compiling async-trait v0.1.89
15122026-05-19T20:36:19.388Z Compiling rand v0.9.2
15132026-05-19T20:36:19.403Z Compiling zerocopy-derive v0.7.35
15142026-05-19T20:36:19.503Z Compiling pin-project-internal v1.1.11
15152026-05-19T20:36:19.749Z Compiling thiserror v1.0.69
15162026-05-19T20:36:19.836Z Compiling ff v0.13.1
15172026-05-19T20:36:19.862Z Compiling hash32 v0.2.1
15182026-05-19T20:36:19.878Z Compiling memoffset v0.9.1
15192026-05-19T20:36:19.909Z Compiling ref-cast v1.0.25
15202026-05-19T20:36:19.935Z Compiling cfg_aliases v0.2.1
15212026-05-19T20:36:19.994Z Compiling proptest v1.10.0
15222026-05-19T20:36:20.028Z Compiling rustix v0.38.44
15232026-05-19T20:36:20.082Z Compiling psl-types v2.0.11
15242026-05-19T20:36:20.103Z Compiling num-bigint-dig v0.8.6
15252026-05-19T20:36:20.233Z Compiling dof v0.4.0
15262026-05-19T20:36:20.248Z Compiling fallible-iterator v0.2.0
15272026-05-19T20:36:20.251Z Compiling litrs v1.0.0
15282026-05-19T20:36:20.322Z Compiling base16ct v0.2.0
15292026-05-19T20:36:20.347Z Compiling smoltcp v0.9.1
15302026-05-19T20:36:20.410Z Compiling zlib-rs v0.6.2
15312026-05-19T20:36:20.441Z Compiling ipnetwork v0.21.1
15322026-05-19T20:36:20.522Z Compiling sec1 v0.7.3
15332026-05-19T20:36:20.537Z Compiling postgres-protocol v0.6.10
15342026-05-19T20:36:20.583Z Compiling zerocopy v0.7.35
15352026-05-19T20:36:20.708Z Compiling pin-project v1.1.11
15362026-05-19T20:36:20.752Z Compiling oxnet v0.1.4
15372026-05-19T20:36:20.848Z Compiling document-features v0.2.12
15382026-05-19T20:36:20.879Z Compiling publicsuffix v2.3.0
15392026-05-19T20:36:20.914Z Compiling nix v0.31.2
15402026-05-19T20:36:21.015Z Compiling group v0.13.0
15412026-05-19T20:36:21.087Z Compiling darling v0.21.3
15422026-05-19T20:36:21.151Z Compiling derive_builder v0.20.2
15432026-05-19T20:36:21.166Z Compiling rand v0.8.6
15442026-05-19T20:36:21.182Z Compiling goblin v0.8.2
15452026-05-19T20:36:21.243Z Compiling futures-executor v0.3.32
15462026-05-19T20:36:21.295Z Compiling hubpack_derive v0.1.1
15472026-05-19T20:36:21.311Z Compiling hex v0.4.3
15482026-05-19T20:36:21.433Z Compiling cargo-platform v0.1.9
15492026-05-19T20:36:21.458Z Compiling hkdf v0.12.4
15502026-05-19T20:36:21.474Z Compiling crypto-bigint v0.5.5
15512026-05-19T20:36:21.526Z Compiling regex v1.12.3
15522026-05-19T20:36:21.631Z Compiling num-iter v0.1.45
15532026-05-19T20:36:21.672Z Compiling ref-cast-impl v1.0.25
15542026-05-19T20:36:21.675Z Compiling snafu-derive v0.8.9
15552026-05-19T20:36:21.718Z Compiling strum_macros v0.27.2
15562026-05-19T20:36:21.752Z Compiling curve25519-dalek-derive v0.1.1
15572026-05-19T20:36:21.783Z Compiling daft-derive v0.1.7
15582026-05-19T20:36:22.035Z Compiling tokio-util v0.7.18
15592026-05-19T20:36:22.176Z Compiling tower v0.5.3
15602026-05-19T20:36:22.192Z Compiling tokio-native-tls v0.3.1
15612026-05-19T20:36:22.264Z Compiling terminal_size v0.4.3
15622026-05-19T20:36:22.323Z Compiling phf_shared v0.13.1
15632026-05-19T20:36:22.397Z Compiling newtype-uuid v1.3.2
15642026-05-19T20:36:22.421Z Compiling lazy_static v1.5.0
15652026-05-19T20:36:22.424Z Compiling vergen v9.0.6
15662026-05-19T20:36:22.457Z Compiling fs-err v3.3.0
15672026-05-19T20:36:22.539Z Compiling ahash v0.8.12
15682026-05-19T20:36:22.560Z Compiling encoding_rs v0.8.35
15692026-05-19T20:36:22.585Z Compiling bumpalo v3.20.2
15702026-05-19T20:36:22.643Z Compiling tower-http v0.6.8
15712026-05-19T20:36:22.676Z Compiling bitflags v1.3.2
15722026-05-19T20:36:22.694Z Compiling object v0.37.3
15732026-05-19T20:36:22.761Z Compiling h2 v0.4.13
15742026-05-19T20:36:22.776Z Compiling libbz2-rs-sys v0.2.2
15752026-05-19T20:36:22.780Z Compiling unicode-segmentation v1.12.0
15762026-05-19T20:36:22.862Z Compiling foldhash v0.1.5
15772026-05-19T20:36:22.992Z Compiling same-file v1.0.6
15782026-05-19T20:36:23.053Z Compiling managed v0.8.0
15792026-05-19T20:36:23.081Z Compiling winnow v0.5.40
15802026-05-19T20:36:23.121Z Compiling foldhash v0.2.0
15812026-05-19T20:36:23.178Z Compiling mime v0.3.17
15822026-05-19T20:36:23.204Z Compiling walkdir v2.5.0
15832026-05-19T20:36:23.288Z Compiling flate2 v1.1.9
15842026-05-19T20:36:23.372Z Compiling hashbrown v0.16.1
15852026-05-19T20:36:23.468Z Compiling dof v0.3.0
15862026-05-19T20:36:23.547Z Compiling bzip2 v0.6.1
15872026-05-19T20:36:23.644Z Compiling clap_builder v4.5.60
15882026-05-19T20:36:23.679Z Compiling snafu v0.8.9
15892026-05-19T20:36:23.777Z Compiling hashbrown v0.15.5
15902026-05-19T20:36:23.793Z Compiling zopfli v0.8.3
15912026-05-19T20:36:23.813Z Compiling strum v0.27.2
15922026-05-19T20:36:23.995Z Compiling daft v0.1.7
15932026-05-19T20:36:24.012Z Compiling phf v0.13.1
15942026-05-19T20:36:24.111Z Compiling elliptic-curve v0.13.8
15952026-05-19T20:36:24.197Z Compiling cargo_metadata v0.19.2
15962026-05-19T20:36:24.320Z Compiling signal-hook-mio v0.2.5
15972026-05-19T20:36:24.337Z Compiling cookie_store v0.22.1
15982026-05-19T20:36:24.369Z Compiling usdt-macro v0.6.0
15992026-05-19T20:36:24.390Z Compiling usdt-attr-macro v0.6.0
16002026-05-19T20:36:24.462Z Compiling toml_edit v0.19.15
16012026-05-19T20:36:24.511Z Compiling hubpack v0.1.2
16022026-05-19T20:36:24.547Z Compiling bzip2 v0.4.4
16032026-05-19T20:36:24.636Z Compiling futures v0.3.32
16042026-05-19T20:36:24.731Z Compiling zstd v0.13.3
16052026-05-19T20:36:24.764Z Compiling serde_with_macros v3.17.0
16062026-05-19T20:36:24.796Z Compiling postgres-types v0.2.12
16072026-05-19T20:36:24.873Z Compiling dtrace-parser v0.2.0
16082026-05-19T20:36:25.031Z Compiling globset v0.4.18
16092026-05-19T20:36:25.056Z Compiling ed25519 v2.2.3
16102026-05-19T20:36:25.184Z Compiling pkcs1 v0.7.5
16112026-05-19T20:36:25.277Z Compiling olpc-cjson v0.1.4
16122026-05-19T20:36:25.399Z Compiling serde_plain v1.0.2
16132026-05-19T20:36:25.462Z Compiling serde-big-array v0.5.1
16142026-05-19T20:36:25.602Z Compiling rfc6979 v0.4.0
16152026-05-19T20:36:25.622Z Compiling clap_derive v4.5.55
16162026-05-19T20:36:25.626Z Compiling serde_repr v0.1.20
16172026-05-19T20:36:25.653Z Compiling enum-as-inner v0.6.1
16182026-05-19T20:36:25.682Z Compiling strum_macros v0.26.4
16192026-05-19T20:36:25.745Z Compiling async-recursion v1.1.1
16202026-05-19T20:36:25.767Z Compiling phf_shared v0.11.3
16212026-05-19T20:36:25.984Z Compiling hyper v1.8.1
16222026-05-19T20:36:26.002Z Compiling float-cmp v0.10.0
16232026-05-19T20:36:26.005Z Compiling pem v3.0.6
16242026-05-19T20:36:26.033Z Compiling memmap2 v0.9.10
16252026-05-19T20:36:26.200Z Compiling thread-id v4.2.2
16262026-05-19T20:36:26.222Z Compiling env_filter v1.0.0
16272026-05-19T20:36:26.253Z Compiling static_assertions v1.1.0
16282026-05-19T20:36:26.279Z Compiling data-encoding v2.10.0
16292026-05-19T20:36:26.299Z Compiling either v1.15.0
16302026-05-19T20:36:26.346Z Compiling fixedbitset v0.4.2
16312026-05-19T20:36:26.369Z Compiling precomputed-hash v0.1.1
16322026-05-19T20:36:26.448Z Compiling predicates-core v1.0.10
16332026-05-19T20:36:26.474Z Compiling typed-path v0.9.3
16342026-05-19T20:36:26.536Z Compiling fixedbitset v0.5.7
16352026-05-19T20:36:26.551Z Compiling rustc-hash v2.1.1
16362026-05-19T20:36:26.579Z Compiling normalize-line-endings v0.3.0
16372026-05-19T20:36:26.649Z Compiling new_debug_unreachable v1.0.6
16382026-05-19T20:36:26.689Z Compiling jiff v0.2.21
16392026-05-19T20:36:26.689Z Compiling whoami v2.1.0
16402026-05-19T20:36:26.737Z Compiling difflib v0.4.0
16412026-05-19T20:36:26.754Z Compiling keccak v0.1.6
16422026-05-19T20:36:26.858Z Compiling petgraph v0.8.3
16432026-05-19T20:36:26.918Z Compiling sha3 v0.10.8
16442026-05-19T20:36:27.025Z Compiling predicates v3.1.4
16452026-05-19T20:36:27.117Z Compiling hyper-util v0.1.20
16462026-05-19T20:36:27.208Z Compiling tokio-postgres v0.7.16
16472026-05-19T20:36:27.227Z Compiling string_cache v0.8.9
16482026-05-19T20:36:27.334Z Compiling iddqd v0.3.18
16492026-05-19T20:36:27.412Z Compiling hickory-proto v0.25.2
16502026-05-19T20:36:27.492Z Compiling petgraph v0.6.5
16512026-05-19T20:36:27.509Z Compiling clap v4.5.60
16522026-05-19T20:36:27.586Z Compiling strum v0.26.3
16532026-05-19T20:36:27.605Z Compiling itertools v0.13.0
16542026-05-19T20:36:27.615Z Compiling toml_edit v0.22.27
16552026-05-19T20:36:27.649Z Compiling env_logger v0.11.9
16562026-05-19T20:36:27.697Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16572026-05-19T20:36:27.711Z Compiling usdt-impl v0.5.0
16582026-05-19T20:36:27.743Z Compiling usdt v0.6.0
16592026-05-19T20:36:28.028Z Compiling serde_with v3.17.0
16602026-05-19T20:36:28.046Z Compiling toml v0.7.8
16612026-05-19T20:36:28.366Z Compiling ecdsa v0.16.9
16622026-05-19T20:36:28.516Z Compiling hyper-tls v0.6.0
16632026-05-19T20:36:28.724Z Compiling crossterm v0.28.1
16642026-05-19T20:36:28.780Z Compiling rsa v0.9.10
16652026-05-19T20:36:28.813Z Compiling ed25519-dalek v2.2.0
16662026-05-19T20:36:28.949Z Compiling zip v0.6.6
16672026-05-19T20:36:29.517Z Compiling zip v4.6.1
16682026-05-19T20:36:29.550Z Compiling heck v0.4.1
16692026-05-19T20:36:29.569Z Compiling similar v2.7.0
16702026-05-19T20:36:29.587Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-19T20:36:29.810Z Compiling tokio-stream v0.1.18
16722026-05-19T20:36:29.838Z Compiling buf-list v1.1.2
16732026-05-19T20:36:29.854Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16742026-05-19T20:36:30.122Z Compiling openapiv3 v2.2.0
16752026-05-19T20:36:30.153Z Compiling x509-cert v0.2.5
16762026-05-19T20:36:30.195Z Compiling sha1 v0.10.6
16772026-05-19T20:36:30.263Z Compiling crossbeam-epoch v0.9.18
16782026-05-19T20:36:30.328Z Compiling toml_datetime v0.7.5+spec-1.1.0
16792026-05-19T20:36:30.423Z Compiling lalrpop-util v0.19.12
16802026-05-19T20:36:30.450Z Compiling peg-runtime v0.8.5
16812026-05-19T20:36:30.466Z Compiling thread_local v1.1.9
16822026-05-19T20:36:30.491Z Compiling slog-async v2.8.0
16832026-05-19T20:36:30.541Z Compiling crossbeam-channel v0.5.15
16842026-05-19T20:36:30.627Z Compiling is-terminal v0.4.17
16852026-05-19T20:36:30.692Z Compiling filetime v0.2.27
16862026-05-19T20:36:30.699Z Compiling take_mut v0.2.2
16872026-05-19T20:36:30.699Z Compiling xattr v1.6.1
16882026-05-19T20:36:30.742Z Compiling term v1.2.1
16892026-05-19T20:36:30.845Z Compiling tar v0.4.45
16902026-05-19T20:36:31.025Z Compiling slog-term v2.9.2
16912026-05-19T20:36:48.576Z Compiling rustls-webpki v0.103.9
16922026-05-19T20:36:51.406Z Compiling tokio-rustls v0.26.4
16932026-05-19T20:36:51.406Z Compiling rustls-platform-verifier v0.6.2
16942026-05-19T20:36:51.608Z Compiling hyper-rustls v0.27.7
16952026-05-19T20:36:51.807Z Compiling reqwest v0.12.28
16962026-05-19T20:36:51.807Z Compiling reqwest v0.13.2
16972026-05-19T20:36:53.037Z Compiling tough v0.22.0
16982026-05-19T20:36:55.593Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-05-19T20:36:55.843Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-05-19T20:36:58.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.94s
17012026-05-19T20:36:58.862Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-05-19T20:36:58.921ZMay 19 20:36:57.610 INFO Starting download, target: MaghemiteMgd
17032026-05-19T20:36:58.921ZMay 19 20:36:57.610 INFO Starting download, target: Cockroach
17042026-05-19T20:36:58.925ZMay 19 20:36:57.610 INFO Starting download, target: DendriteStub
17052026-05-19T20:36:58.925ZMay 19 20:36:57.610 INFO Starting download, target: Clickhouse
17062026-05-19T20:36:58.925ZMay 19 20:36:57.610 INFO Starting download, target: Console
17072026-05-19T20:36:58.925ZMay 19 20:36:57.610 INFO Starting download, target: TransceiverControl
17082026-05-19T20:36:58.925ZMay 19 20:36:57.611 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-19T20:36:58.925ZMay 19 20:36:57.611 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-05-19T20:36:58.925ZMay 19 20:36:57.611 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-19T20:36:58.925ZMay 19 20:36:57.611 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-05-19T20:36:58.925ZMay 19 20:36:57.611 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-19T20:36:58.925ZMay 19 20:36:57.611 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-19T20:36:59.361ZMay 19 20:36:57.984 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-05-19T20:36:59.548ZMay 19 20:36:58.190 INFO Download complete, target: TransceiverControl
17162026-05-19T20:36:59.983ZMay 19 20:36:58.659 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-05-19T20:37:00.206ZMay 19 20:36:58.895 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-19T20:37:00.210ZMay 19 20:36:58.898 INFO Download complete, target: Console
17192026-05-19T20:37:00.798ZMay 19 20:36:59.481 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-19T20:37:00.980ZMay 19 20:36:59.669 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-19T20:37:00.980ZMay 19 20:36:59.669 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-19T20:37:01.978ZMay 19 20:37:00.667 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-05-19T20:37:02.560ZMay 19 20:37:01.250 INFO Download complete, target: DendriteStub
17242026-05-19T20:37:03.216ZMay 19 20:37:01.904 INFO Download complete, target: MaghemiteMgd
17252026-05-19T20:37:05.832ZMay 19 20:37:04.521 INFO Checking that binary works, target: Cockroach
17262026-05-19T20:37:06.044ZMay 19 20:37:04.733 INFO Download complete, target: Cockroach
17272026-05-19T20:37:08.787ZMay 19 20:37:07.465 INFO Checking that binary works, target: Clickhouse
17282026-05-19T20:37:08.904ZMay 19 20:37:07.586 INFO Download complete, target: Clickhouse
17292026-05-19T20:37:08.916ZAll prerequisites installed successfully
17302026-05-19T20:37:08.916Z
17312026-05-19T20:37:08.916Zreal 2:03.772479401
17322026-05-19T20:37:08.916Zuser 7:01.626521129
17332026-05-19T20:37:08.916Zsys 1:47.413696581
17342026-05-19T20:37:08.916Ztrap 0.260886103
17352026-05-19T20:37:08.916Ztflt 2.463818452
17362026-05-19T20:37:08.916Zdflt 3.072328164
17372026-05-19T20:37:08.916Zkflt 0.062116805
17382026-05-19T20:37:08.916Zlock 23:46.765925083
17392026-05-19T20:37:08.916Zslp 19:32.234805035
17402026-05-19T20:37:08.916Zlat 24.983940951
17412026-05-19T20:37:08.916Zstop 3:03.694499194
17422026-05-19T20:37:08.916Z+ ptime -m cargo xtask download softnpu
17432026-05-19T20:37:09.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17442026-05-19T20:37:09.473Z Running `target/debug/xtask download softnpu`
17452026-05-19T20:37:10.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17462026-05-19T20:37:10.342Z Running `target/debug/xtask-downloader softnpu`
17472026-05-19T20:37:10.386ZMay 19 20:37:09.074 INFO Starting download, target: Softnpu
17482026-05-19T20:37:10.389ZMay 19 20:37:09.075 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-05-19T20:37:10.897ZMay 19 20:37:09.585 INFO Download complete, target: Softnpu
17502026-05-19T20:37:10.900Z
17512026-05-19T20:37:10.904Zreal 1.988814638
17522026-05-19T20:37:10.904Zuser 1.382388522
17532026-05-19T20:37:10.904Zsys 0.677601962
17542026-05-19T20:37:10.904Ztrap 0.000746070
17552026-05-19T20:37:10.904Ztflt 0.000129010
17562026-05-19T20:37:10.904Zdflt 0.000213700
17572026-05-19T20:37:10.904Zkflt 0.000000000
17582026-05-19T20:37:10.904Zlock 9.318931621
17592026-05-19T20:37:10.904Zslp 0.387897859
17602026-05-19T20:37:10.904Zlat 0.088614567
17612026-05-19T20:37:10.904Zstop 0.000214110
17622026-05-19T20:37:10.904Z+ export CARGO_INCREMENTAL=0
17632026-05-19T20:37:10.904Z+ CARGO_INCREMENTAL=0
17642026-05-19T20:37:10.904Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-05-19T20:37:11.824Z Compiling proc-macro2 v1.0.106
17662026-05-19T20:37:11.824Z Compiling quote v1.0.45
17672026-05-19T20:37:11.824Z Compiling unicode-ident v1.0.24
17682026-05-19T20:37:11.827Z Compiling libc v0.2.185
17692026-05-19T20:37:11.827Z Compiling serde_core v1.0.228
17702026-05-19T20:37:11.827Z Compiling serde v1.0.228
17712026-05-19T20:37:11.827Z Compiling cfg-if v1.0.4
17722026-05-19T20:37:11.827Z Compiling version_check v0.9.5
17732026-05-19T20:37:11.827Z Compiling find-msvc-tools v0.1.9
17742026-05-19T20:37:11.827Z Compiling shlex v1.3.0
17752026-05-19T20:37:11.827Z Compiling typenum v1.19.0
17762026-05-19T20:37:11.970Z Compiling zmij v1.0.21
17772026-05-19T20:37:12.010Z Compiling autocfg v1.5.0
17782026-05-19T20:37:12.025Z Compiling memchr v2.8.0
17792026-05-19T20:37:12.027Z Compiling serde_json v1.0.149
17802026-05-19T20:37:12.176Z Compiling portable-atomic v1.13.1
17812026-05-19T20:37:12.179Z Compiling libm v0.2.16
17822026-05-19T20:37:12.265Z Compiling zerocopy v0.8.40
17832026-05-19T20:37:12.335Z Compiling generic-array v0.14.7
17842026-05-19T20:37:12.410Z Compiling parking_lot_core v0.9.12
17852026-05-19T20:37:12.464Z Compiling smallvec v1.15.1
17862026-05-19T20:37:12.516Z Compiling icu_properties_data v2.1.2
17872026-05-19T20:37:12.530Z Compiling icu_normalizer_data v2.1.1
17882026-05-19T20:37:12.576Z Compiling num-traits v0.2.19
17892026-05-19T20:37:12.627Z Compiling itoa v1.0.17
17902026-05-19T20:37:12.628Z Compiling getrandom v0.4.1
17912026-05-19T20:37:12.678Z Compiling log v0.4.29
17922026-05-19T20:37:12.749Z Compiling stable_deref_trait v1.2.1
17932026-05-19T20:37:12.777Z Compiling pkg-config v0.3.32
17942026-05-19T20:37:12.808Z Compiling subtle v2.6.1
17952026-05-19T20:37:12.941Z Compiling scopeguard v1.2.0
17962026-05-19T20:37:13.004Z Compiling writeable v0.6.2
17972026-05-19T20:37:13.031Z Compiling litemap v0.8.1
17982026-05-19T20:37:13.064Z Compiling jobserver v0.1.34
17992026-05-19T20:37:13.088Z Compiling getrandom v0.2.17
18002026-05-19T20:37:13.193Z Compiling errno v0.3.14
18012026-05-19T20:37:13.208Z Compiling lock_api v0.4.14
18022026-05-19T20:37:13.258Z Compiling rand_core v0.6.4
18032026-05-19T20:37:13.277Z Compiling percent-encoding v2.3.2
18042026-05-19T20:37:13.307Z Compiling cc v1.2.56
18052026-05-19T20:37:13.338Z Compiling syn v2.0.117
18062026-05-19T20:37:13.412Z Compiling pin-project-lite v0.2.17
18072026-05-19T20:37:13.451Z Compiling fnv v1.0.7
18082026-05-19T20:37:13.532Z Compiling thiserror v2.0.18
18092026-05-19T20:37:13.551Z Compiling getrandom v0.3.4
18102026-05-19T20:37:13.625Z Compiling fs_extra v1.3.0
18112026-05-19T20:37:13.628Z Compiling dunce v1.0.5
18122026-05-19T20:37:13.629Z Compiling equivalent v1.0.2
18132026-05-19T20:37:13.723Z Compiling rand_core v0.10.0
18142026-05-19T20:37:13.743Z Compiling schemars v0.8.22
18152026-05-19T20:37:13.768Z Compiling rustversion v1.0.22
18162026-05-19T20:37:13.783Z Compiling utf8_iter v1.0.4
18172026-05-19T20:37:13.863Z Compiling form_urlencoded v1.2.2
18182026-05-19T20:37:13.924Z Compiling critical-section v1.2.0
18192026-05-19T20:37:13.986Z Compiling signal-hook-registry v1.4.8
18202026-05-19T20:37:14.051Z Compiling cmake v0.1.57
18212026-05-19T20:37:14.071Z Compiling rustix v1.1.3
18222026-05-19T20:37:14.087Z Compiling hashbrown v0.17.0
18232026-05-19T20:37:14.171Z Compiling socket2 v0.6.3
18242026-05-19T20:37:14.203Z Compiling mio v1.2.0
18252026-05-19T20:37:14.431Z Compiling semver v1.0.28
18262026-05-19T20:37:14.447Z Compiling once_cell v1.21.3
18272026-05-19T20:37:14.583Z Compiling bitflags v2.11.0
18282026-05-19T20:37:14.600Z Compiling parking_lot v0.12.5
18292026-05-19T20:37:14.623Z Compiling indexmap v2.14.0
18302026-05-19T20:37:14.677Z Compiling ring v0.17.14
18312026-05-19T20:37:14.689Z Compiling aws-lc-sys v0.40.0
18322026-05-19T20:37:14.720Z Compiling const-oid v0.9.6
18332026-05-19T20:37:14.771Z Compiling aws-lc-rs v1.16.3
18342026-05-19T20:37:14.830Z Compiling heck v0.5.0
18352026-05-19T20:37:14.903Z Compiling futures-core v0.3.32
18362026-05-19T20:37:14.935Z Compiling httparse v1.10.1
18372026-05-19T20:37:15.055Z Compiling vcpkg v0.2.15
18382026-05-19T20:37:15.071Z Compiling thiserror v1.0.69
18392026-05-19T20:37:15.095Z Compiling strsim v0.11.1
18402026-05-19T20:37:15.217Z Compiling byteorder v1.5.0
18412026-05-19T20:37:15.314Z Compiling iana-time-zone v0.1.65
18422026-05-19T20:37:15.378Z Compiling ucd-trie v0.1.7
18432026-05-19T20:37:15.422Z Compiling regex-syntax v0.8.10
18442026-05-19T20:37:15.456Z Compiling syn v1.0.109
18452026-05-19T20:37:15.459Z Compiling ident_case v1.0.1
18462026-05-19T20:37:15.488Z Compiling uuid v1.23.0
18472026-05-19T20:37:15.492Z Compiling rustls v0.23.37
18482026-05-19T20:37:15.544Z Compiling pest v2.8.6
18492026-05-19T20:37:15.578Z Compiling cpufeatures v0.2.17
18502026-05-19T20:37:15.633Z Compiling openssl-sys v0.9.115
18512026-05-19T20:37:15.811Z Compiling futures-sink v0.3.32
18522026-05-19T20:37:15.873Z Compiling rustc_version v0.4.1
18532026-05-19T20:37:15.912Z Compiling futures-channel v0.3.32
18542026-05-19T20:37:15.962Z Compiling slab v0.4.12
18552026-05-19T20:37:16.061Z Compiling futures-task v0.3.32
18562026-05-19T20:37:16.078Z Compiling futures-io v0.3.32
18572026-05-19T20:37:16.171Z Compiling synstructure v0.13.2
18582026-05-19T20:37:16.174Z Compiling serde_derive_internals v0.29.1
18592026-05-19T20:37:16.204Z Compiling aho-corasick v1.1.4
18602026-05-19T20:37:16.297Z Compiling dyn-clone v1.0.20
18612026-05-19T20:37:16.505Z Compiling openssl v0.10.79
18622026-05-19T20:37:16.522Z Compiling crc32fast v1.5.0
18632026-05-19T20:37:16.525Z Compiling plain v0.2.3
18642026-05-19T20:37:16.525Z Compiling base64 v0.22.1
18652026-05-19T20:37:16.662Z Compiling pest_meta v2.8.6
18662026-05-19T20:37:16.708Z Compiling time-core v0.1.8
18672026-05-19T20:37:16.874Z Compiling crossbeam-utils v0.8.21
18682026-05-19T20:37:16.877Z Compiling num-conv v0.2.0
18692026-05-19T20:37:16.988Z Compiling native-tls v0.2.18
18702026-05-19T20:37:17.004Z Compiling pretty-hex v0.4.1
18712026-05-19T20:37:17.054Z Compiling time-macros v0.2.27
18722026-05-19T20:37:17.086Z Compiling regex-automata v0.4.14
18732026-05-19T20:37:17.107Z Compiling base64ct v1.8.3
18742026-05-19T20:37:17.193Z Compiling anyhow v1.0.102
18752026-05-19T20:37:17.193Z Compiling darling_core v0.21.3
18762026-05-19T20:37:17.250Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-05-19T20:37:17.270Z Compiling pest_generator v2.8.6
18782026-05-19T20:37:17.293Z Compiling tracing-core v0.1.36
18792026-05-19T20:37:17.420Z Compiling pem-rfc7468 v0.7.0
18802026-05-19T20:37:17.473Z Compiling serde_derive v1.0.228
18812026-05-19T20:37:17.474Z Compiling zeroize_derive v1.4.3
18822026-05-19T20:37:17.655Z Compiling zerofrom-derive v0.1.6
18832026-05-19T20:37:17.677Z Compiling yoke-derive v0.8.1
18842026-05-19T20:37:17.707Z Compiling zerovec-derive v0.11.2
18852026-05-19T20:37:17.755Z Compiling displaydoc v0.2.5
18862026-05-19T20:37:17.963Z Compiling zerocopy-derive v0.8.40
18872026-05-19T20:37:17.978Z Compiling tokio-macros v2.7.0
18882026-05-19T20:37:18.086Z Compiling futures-macro v0.3.32
18892026-05-19T20:37:18.138Z Compiling zeroize v1.8.2
18902026-05-19T20:37:18.470Z Compiling thiserror-impl v2.0.18
18912026-05-19T20:37:18.670Z Compiling schemars_derive v0.8.22
18922026-05-19T20:37:18.704Z Compiling tracing-attributes v0.1.31
18932026-05-19T20:37:18.802Z Compiling der_derive v0.7.3
18942026-05-19T20:37:18.841Z Compiling zerofrom v0.1.6
18952026-05-19T20:37:18.990Z Compiling yoke v0.8.1
18962026-05-19T20:37:19.011Z Compiling crypto-common v0.1.7
18972026-05-19T20:37:19.173Z Compiling zerovec v0.11.5
18982026-05-19T20:37:19.188Z Compiling zerotrie v0.2.3
18992026-05-19T20:37:19.242Z Compiling block-buffer v0.10.4
19002026-05-19T20:37:19.448Z Compiling digest v0.10.7
19012026-05-19T20:37:19.646Z Compiling thiserror-impl v1.0.69
19022026-05-19T20:37:19.716Z Compiling tinystr v0.8.2
19032026-05-19T20:37:19.854Z Compiling potential_utf v0.1.4
19042026-05-19T20:37:19.854Z Compiling pest_derive v2.8.6
19052026-05-19T20:37:19.859Z Compiling futures-util v0.3.32
19062026-05-19T20:37:19.901Z Compiling icu_locale_core v2.1.1
19072026-05-19T20:37:19.918Z Compiling icu_collections v2.1.1
19082026-05-19T20:37:19.991Z Compiling hmac v0.12.1
19092026-05-19T20:37:20.316Z Compiling block-padding v0.3.3
19102026-05-19T20:37:20.481Z Compiling inout v0.1.4
19112026-05-19T20:37:20.631Z Compiling icu_provider v2.1.1
19122026-05-19T20:37:20.651Z Compiling rustls-pki-types v1.14.0
19132026-05-19T20:37:20.685Z Compiling openssl-macros v0.1.1
19142026-05-19T20:37:20.700Z Compiling bytes v1.11.1
19152026-05-19T20:37:20.793Z Compiling chrono v0.4.44
19162026-05-19T20:37:20.986Z Compiling icu_normalizer v2.1.1
19172026-05-19T20:37:21.066Z Compiling icu_properties v2.1.2
19182026-05-19T20:37:21.366Z Compiling tokio v1.52.1
19192026-05-19T20:37:21.590Z Compiling serde_tokenstream v0.2.3
19202026-05-19T20:37:21.628Z Compiling cipher v0.4.4
19212026-05-19T20:37:21.877Z Compiling sha2 v0.10.9
19222026-05-19T20:37:22.081Z Compiling idna_adapter v1.2.1
19232026-05-19T20:37:22.211Z Compiling idna v1.1.0
19242026-05-19T20:37:22.260Z Compiling ppv-lite86 v0.2.21
19252026-05-19T20:37:22.264Z Compiling scroll_derive v0.13.1
19262026-05-19T20:37:22.357Z Compiling scroll_derive v0.12.1
19272026-05-19T20:37:22.532Z Compiling http v1.4.0
19282026-05-19T20:37:22.642Z Compiling url v2.5.8
19292026-05-19T20:37:22.849Z Compiling untrusted v0.9.0
19302026-05-19T20:37:22.863Z Compiling flagset v0.4.7
19312026-05-19T20:37:23.003Z Compiling der v0.7.10
19322026-05-19T20:37:23.037Z Compiling tracing v0.1.44
19332026-05-19T20:37:23.079Z Compiling darling_macro v0.21.3
19342026-05-19T20:37:23.095Z Compiling regex v1.12.3
19352026-05-19T20:37:23.177Z Compiling zerocopy-derive v0.7.35
19362026-05-19T20:37:23.469Z Compiling rand_core v0.9.5
19372026-05-19T20:37:23.529Z Compiling slog v2.8.2
19382026-05-19T20:37:23.945Z Compiling spki v0.7.3
19392026-05-19T20:37:24.103Z Compiling darling v0.21.3
19402026-05-19T20:37:24.159Z Compiling salsa20 v0.10.2
19412026-05-19T20:37:24.176Z Compiling pbkdf2 v0.12.2
19422026-05-19T20:37:24.543Z Compiling cookie v0.18.1
19432026-05-19T20:37:24.654Z Compiling camino v1.2.2
19442026-05-19T20:37:24.971Z Compiling scrypt v0.11.0
19452026-05-19T20:37:24.987Z Compiling http-body v1.0.1
19462026-05-19T20:37:25.005Z Compiling rand_chacha v0.9.0
19472026-05-19T20:37:25.058Z Compiling aes v0.8.4
19482026-05-19T20:37:25.168Z Compiling cbc v0.1.2
19492026-05-19T20:37:25.245Z Compiling usdt-impl v0.5.0
19502026-05-19T20:37:25.260Z Compiling paste v1.0.15
19512026-05-19T20:37:25.285Z Compiling winnow v0.7.14
19522026-05-19T20:37:25.327Z Compiling tokio-util v0.7.18
19532026-05-19T20:37:25.394Z Compiling usdt-impl v0.6.0
19542026-05-19T20:37:25.412Z Compiling atomic-waker v1.1.2
19552026-05-19T20:37:25.463Z Compiling ref-cast v1.0.25
19562026-05-19T20:37:25.488Z Compiling either v1.15.0
19572026-05-19T20:37:25.541Z Compiling tinyvec_macros v0.1.1
19582026-05-19T20:37:25.644Z Compiling openssl-probe v0.2.1
19592026-05-19T20:37:25.720Z Compiling untrusted v0.7.1
19602026-05-19T20:37:25.724Z Compiling tinyvec v1.10.0
19612026-05-19T20:37:25.826Z Compiling pkcs5 v0.7.1
19622026-05-19T20:37:25.966Z Compiling rand v0.9.2
19632026-05-19T20:37:26.320Z Compiling scroll v0.13.0
19642026-05-19T20:37:26.373Z Compiling scroll v0.12.0
19652026-05-19T20:37:26.393Z Compiling toml_datetime v0.6.11
19662026-05-19T20:37:26.558Z Compiling serde_spanned v0.6.9
19672026-05-19T20:37:26.612Z Compiling async-trait v0.1.89
19682026-05-19T20:37:26.641Z Compiling heapless v0.7.17
19692026-05-19T20:37:26.661Z Compiling bzip2-sys v0.1.13+1.0.8
19702026-05-19T20:37:26.719Z Compiling tower-service v0.3.3
19712026-05-19T20:37:26.781Z Compiling tower-layer v0.3.3
19722026-05-19T20:37:26.902Z Compiling signal-hook v0.3.18
19732026-05-19T20:37:26.934Z Compiling zstd-safe v7.2.4
19742026-05-19T20:37:27.000Z Compiling try-lock v0.2.5
19752026-05-19T20:37:27.015Z Compiling fastrand v2.3.0
19762026-05-19T20:37:27.115Z Compiling want v0.3.1
19772026-05-19T20:37:27.148Z Compiling h2 v0.4.13
19782026-05-19T20:37:27.321Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-05-19T20:37:27.336Z Compiling goblin v0.8.2
19802026-05-19T20:37:27.365Z Compiling goblin v0.10.5
19812026-05-19T20:37:27.466Z Compiling pkcs8 v0.10.2
19822026-05-19T20:37:27.592Z Compiling zerocopy v0.7.35
19832026-05-19T20:37:27.781Z Compiling ipnet v2.11.0
19842026-05-19T20:37:27.933Z Compiling ref-cast-impl v1.0.25
19852026-05-19T20:37:28.021Z Compiling curve25519-dalek v4.1.3
19862026-05-19T20:37:28.171Z Compiling darling_core v0.20.11
19872026-05-19T20:37:28.269Z Compiling toml_datetime v0.7.5+spec-1.1.0
19882026-05-19T20:37:28.331Z Compiling memoffset v0.9.1
19892026-05-19T20:37:28.492Z Compiling foreign-types-shared v0.1.1
19902026-05-19T20:37:28.561Z Compiling rustix v0.38.44
19912026-05-19T20:37:28.576Z Compiling winnow v0.5.40
19922026-05-19T20:37:28.595Z Compiling pin-utils v0.1.0
19932026-05-19T20:37:28.919Z Compiling httpdate v1.0.3
19942026-05-19T20:37:28.959Z Compiling litrs v1.0.0
19952026-05-19T20:37:29.167Z Compiling tempfile v3.25.0
19962026-05-19T20:37:29.243Z Compiling foreign-types v0.3.2
19972026-05-19T20:37:29.438Z Compiling document-features v0.2.12
19982026-05-19T20:37:29.795Z Compiling dof v0.3.0
19992026-05-19T20:37:29.989Z Compiling toml_edit v0.19.15
20002026-05-19T20:37:30.018Z Compiling unicode-normalization v0.1.25
20012026-05-19T20:37:30.055Z Compiling dtrace-parser v0.2.0
20022026-05-19T20:37:30.191Z Compiling dof v0.4.0
20032026-05-19T20:37:30.222Z Compiling darling_macro v0.20.11
20042026-05-19T20:37:30.297Z Compiling hyper v1.8.1
20052026-05-19T20:37:30.540Z Compiling dtrace-parser v0.3.0
20062026-05-19T20:37:30.681Z Compiling pin-project-internal v1.1.11
20072026-05-19T20:37:30.706Z Compiling daft-derive v0.1.7
20082026-05-19T20:37:30.763Z Compiling spin v0.9.8
20092026-05-19T20:37:30.809Z Compiling thread-id v5.1.0
20102026-05-19T20:37:30.898Z Compiling thread-id v4.2.2
20112026-05-19T20:37:30.915Z Compiling powerfmt v0.2.0
20122026-05-19T20:37:31.003Z Compiling smoltcp v0.9.1
20132026-05-19T20:37:31.149Z Compiling cfg_aliases v0.2.1
20142026-05-19T20:37:31.169Z Compiling num-bigint-dig v0.8.6
20152026-05-19T20:37:31.228Z Compiling deranged v0.5.8
20162026-05-19T20:37:31.241Z Compiling nix v0.31.2
20172026-05-19T20:37:31.420Z Compiling hyper-util v0.1.20
20182026-05-19T20:37:31.623Z Compiling darling v0.20.11
20192026-05-19T20:37:31.830Z Compiling rustls-native-certs v0.8.3
20202026-05-19T20:37:31.878Z Compiling ipnetwork v0.21.1
20212026-05-19T20:37:32.273Z Compiling strum_macros v0.26.4
20222026-05-19T20:37:32.301Z Compiling curve25519-dalek-derive v0.1.1
20232026-05-19T20:37:32.530Z Compiling sync_wrapper v1.0.2
20242026-05-19T20:37:32.572Z Compiling wait-timeout v0.2.1
20252026-05-19T20:37:32.694Z Compiling siphasher v1.0.2
20262026-05-19T20:37:33.050Z Compiling bit-vec v0.8.0
20272026-05-19T20:37:33.065Z Compiling anstyle v1.0.13
20282026-05-19T20:37:33.120Z Compiling num_threads v0.1.7
20292026-05-19T20:37:33.152Z Compiling utf8parse v0.2.2
20302026-05-19T20:37:33.168Z Compiling simd-adler32 v0.3.8
20312026-05-19T20:37:33.307Z Compiling quick-error v1.2.3
20322026-05-19T20:37:33.323Z Compiling anstyle-parse v0.2.7
20332026-05-19T20:37:33.414Z Compiling rusty-fork v0.3.1
20342026-05-19T20:37:33.434Z Compiling time v0.3.47
20352026-05-19T20:37:33.451Z Compiling bit-set v0.8.0
20362026-05-19T20:37:33.537Z Compiling tower v0.5.3
20372026-05-19T20:37:33.915Z Compiling derive_builder_core v0.20.2
20382026-05-19T20:37:34.043Z Compiling http-body-util v0.1.3
20392026-05-19T20:37:34.304Z Compiling webpki-roots v1.0.6
20402026-05-19T20:37:34.324Z Compiling rand_xorshift v0.4.0
20412026-05-19T20:37:34.357Z Compiling signature v2.2.0
20422026-05-19T20:37:34.451Z Compiling hubpack_derive v0.1.1
20432026-05-19T20:37:34.479Z Compiling strum_macros v0.27.2
20442026-05-19T20:37:34.495Z Compiling snafu-derive v0.8.9
20452026-05-19T20:37:34.720Z Compiling fs-err v3.3.0
20462026-05-19T20:37:34.758Z Compiling ahash v0.8.12
20472026-05-19T20:37:34.795Z Compiling object v0.37.3
20482026-05-19T20:37:34.936Z Compiling adler2 v2.0.1
20492026-05-19T20:37:34.953Z Compiling ryu v1.0.23
20502026-05-19T20:37:35.082Z Compiling anstyle-query v1.1.5
20512026-05-19T20:37:35.099Z Compiling colorchoice v1.0.4
20522026-05-19T20:37:35.102Z Compiling allocator-api2 v0.2.21
20532026-05-19T20:37:35.206Z Compiling is_terminal_polyfill v1.70.2
20542026-05-19T20:37:35.209Z Compiling iri-string v0.7.10
20552026-05-19T20:37:35.239Z Compiling unarray v0.1.4
20562026-05-19T20:37:35.274Z Compiling unicode-bidi v0.3.18
20572026-05-19T20:37:35.356Z Compiling unicode-segmentation v1.12.0
20582026-05-19T20:37:35.385Z Compiling unicode-properties v0.1.4
20592026-05-19T20:37:35.545Z Compiling proptest v1.10.0
20602026-05-19T20:37:35.564Z Compiling serde_urlencoded v0.7.1
20612026-05-19T20:37:35.621Z Compiling anstream v0.6.21
20622026-05-19T20:37:35.725Z Compiling stringprep v0.1.5
20632026-05-19T20:37:35.788Z Compiling miniz_oxide v0.8.9
20642026-05-19T20:37:35.932Z Compiling derive_builder_macro v0.20.2
20652026-05-19T20:37:36.224Z Compiling tokio-native-tls v0.3.1
20662026-05-19T20:37:36.284Z Compiling usdt-attr-macro v0.6.0
20672026-05-19T20:37:36.351Z Compiling usdt-macro v0.6.0
20682026-05-19T20:37:36.392Z Compiling tower-http v0.6.8
20692026-05-19T20:37:36.715Z Compiling rand_chacha v0.3.1
20702026-05-19T20:37:36.748Z Compiling erased-serde v0.3.31
20712026-05-19T20:37:36.821Z Compiling md-5 v0.10.6
20722026-05-19T20:37:36.838Z Compiling bstr v1.12.1
20732026-05-19T20:37:37.001Z Compiling num-integer v0.1.46
20742026-05-19T20:37:37.072Z Compiling hash32 v0.2.1
20752026-05-19T20:37:37.144Z Compiling vergen-lib v0.1.6
20762026-05-19T20:37:37.148Z Compiling ff v0.13.1
20772026-05-19T20:37:37.170Z Compiling psl-types v2.0.11
20782026-05-19T20:37:37.241Z Compiling fallible-iterator v0.2.0
20792026-05-19T20:37:37.292Z Compiling base16ct v0.2.0
20802026-05-19T20:37:37.314Z Compiling zlib-rs v0.6.2
20812026-05-19T20:37:37.330Z Compiling publicsuffix v2.3.0
20822026-05-19T20:37:37.380Z Compiling group v0.13.0
20832026-05-19T20:37:37.465Z Compiling sec1 v0.7.3
20842026-05-19T20:37:37.505Z Compiling num-iter v0.1.45
20852026-05-19T20:37:37.582Z Compiling postgres-protocol v0.6.10
20862026-05-19T20:37:37.606Z Compiling newtype-uuid v1.3.2
20872026-05-19T20:37:37.649Z Compiling rand v0.8.6
20882026-05-19T20:37:37.962Z Compiling oxnet v0.1.4
20892026-05-19T20:37:38.256Z Compiling derive_builder v0.20.2
20902026-05-19T20:37:38.277Z Compiling hyper-tls v0.6.0
20912026-05-19T20:37:38.329Z Compiling heck v0.4.1
20922026-05-19T20:37:38.361Z Compiling phf_shared v0.13.1
20932026-05-19T20:37:38.416Z Compiling pin-project v1.1.11
20942026-05-19T20:37:38.473Z Compiling lazy_static v1.5.0
20952026-05-19T20:37:38.589Z Compiling terminal_size v0.4.3
20962026-05-19T20:37:38.620Z Compiling serde_with_macros v3.17.0
20972026-05-19T20:37:38.634Z Compiling futures-executor v0.3.32
20982026-05-19T20:37:38.776Z Compiling hex v0.4.3
20992026-05-19T20:37:38.855Z Compiling cargo-platform v0.1.9
21002026-05-19T20:37:38.920Z Compiling hkdf v0.12.4
21012026-05-19T20:37:39.071Z Compiling crypto-bigint v0.5.5
21022026-05-19T20:37:39.091Z Compiling clap_derive v4.5.55
21032026-05-19T20:37:39.108Z Compiling enum-as-inner v0.6.1
21042026-05-19T20:37:39.111Z Compiling async-recursion v1.1.1
21052026-05-19T20:37:39.138Z Compiling serde_repr v0.1.20
21062026-05-19T20:37:39.234Z Compiling vergen v9.0.6
21072026-05-19T20:37:39.452Z Compiling flate2 v1.1.9
21082026-05-19T20:37:39.671Z Compiling encoding_rs v0.8.35
21092026-05-19T20:37:39.693Z Compiling bumpalo v3.20.2
21102026-05-19T20:37:39.713Z Compiling mime v0.3.17
21112026-05-19T20:37:39.730Z Compiling clap_lex v1.0.0
21122026-05-19T20:37:39.771Z Compiling libbz2-rs-sys v0.2.2
21132026-05-19T20:37:39.791Z Compiling bitflags v1.3.2
21142026-05-19T20:37:39.873Z Compiling managed v0.8.0
21152026-05-19T20:37:40.004Z Compiling foldhash v0.1.5
21162026-05-19T20:37:40.114Z Compiling foldhash v0.2.0
21172026-05-19T20:37:40.171Z Compiling same-file v1.0.6
21182026-05-19T20:37:40.197Z Compiling bzip2 v0.6.1
21192026-05-19T20:37:40.271Z Compiling hashbrown v0.16.1
21202026-05-19T20:37:40.343Z Compiling walkdir v2.5.0
21212026-05-19T20:37:40.359Z Compiling hashbrown v0.15.5
21222026-05-19T20:37:40.558Z Compiling elliptic-curve v0.13.8
21232026-05-19T20:37:40.652Z Compiling clap_builder v4.5.60
21242026-05-19T20:37:40.752Z Compiling zopfli v0.8.3
21252026-05-19T20:37:40.923Z Compiling cargo_metadata v0.19.2
21262026-05-19T20:37:40.947Z Compiling zstd v0.13.3
21272026-05-19T20:37:41.017Z Compiling futures v0.3.32
21282026-05-19T20:37:41.189Z Compiling phf v0.13.1
21292026-05-19T20:37:41.302Z Compiling snafu v0.8.9
21302026-05-19T20:37:41.384Z Compiling signal-hook-mio v0.2.5
21312026-05-19T20:37:41.388Z Compiling daft v0.1.7
21322026-05-19T20:37:41.522Z Compiling cookie_store v0.22.1
21332026-05-19T20:37:41.664Z Compiling postgres-types v0.2.12
21342026-05-19T20:37:41.681Z Compiling bzip2 v0.4.4
21352026-05-19T20:37:41.700Z Compiling globset v0.4.18
21362026-05-19T20:37:41.906Z Compiling strum v0.27.2
21372026-05-19T20:37:42.225Z Compiling hubpack v0.1.2
21382026-05-19T20:37:42.243Z Compiling ed25519 v2.2.3
21392026-05-19T20:37:42.261Z Compiling phf_shared v0.11.3
21402026-05-19T20:37:42.333Z Compiling crossbeam-epoch v0.9.18
21412026-05-19T20:37:42.376Z Compiling olpc-cjson v0.1.4
21422026-05-19T20:37:42.468Z Compiling pkcs1 v0.7.5
21432026-05-19T20:37:42.524Z Compiling pem v3.0.6
21442026-05-19T20:37:42.699Z Compiling serde-big-array v0.5.1
21452026-05-19T20:37:42.705Z Compiling serde_plain v1.0.2
21462026-05-19T20:37:42.733Z Compiling rfc6979 v0.4.0
21472026-05-19T20:37:42.838Z Compiling float-cmp v0.10.0
21482026-05-19T20:37:42.874Z Compiling memmap2 v0.9.10
21492026-05-19T20:37:42.891Z Compiling env_filter v1.0.0
21502026-05-19T20:37:42.927Z Compiling rustc-hash v2.1.1
21512026-05-19T20:37:42.930Z Compiling jiff v0.2.21
21522026-05-19T20:37:43.004Z Compiling static_assertions v1.1.0
21532026-05-19T20:37:43.021Z Compiling whoami v2.1.0
21542026-05-19T20:37:43.066Z Compiling normalize-line-endings v0.3.0
21552026-05-19T20:37:43.089Z Compiling precomputed-hash v0.1.1
21562026-05-19T20:37:43.107Z Compiling new_debug_unreachable v1.0.6
21572026-05-19T20:37:43.110Z Compiling toml_write v0.1.2
21582026-05-19T20:37:43.145Z Compiling predicates-core v1.0.10
21592026-05-19T20:37:43.184Z Compiling fixedbitset v0.4.2
21602026-05-19T20:37:43.202Z Compiling typed-path v0.9.3
21612026-05-19T20:37:43.205Z Compiling keccak v0.1.6
21622026-05-19T20:37:43.340Z Compiling fixedbitset v0.5.7
21632026-05-19T20:37:43.356Z Compiling difflib v0.4.0
21642026-05-19T20:37:43.382Z Compiling data-encoding v2.10.0
21652026-05-19T20:37:43.450Z Compiling sha3 v0.10.8
21662026-05-19T20:37:43.466Z Compiling petgraph v0.6.5
21672026-05-19T20:37:43.648Z Compiling predicates v3.1.4
21682026-05-19T20:37:43.747Z Compiling hickory-proto v0.25.2
21692026-05-19T20:37:43.828Z Compiling petgraph v0.8.3
21702026-05-19T20:37:43.873Z Compiling toml_edit v0.22.27
21712026-05-19T20:37:43.917Z Compiling tokio-postgres v0.7.16
21722026-05-19T20:37:43.939Z Compiling string_cache v0.8.9
21732026-05-19T20:37:44.183Z Compiling env_logger v0.11.9
21742026-05-19T20:37:44.235Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21752026-05-19T20:37:44.294Z Compiling iddqd v0.3.18
21762026-05-19T20:37:44.571Z Compiling usdt v0.6.0
21772026-05-19T20:37:44.849Z Compiling ecdsa v0.16.9
21782026-05-19T20:37:44.979Z Compiling rsa v0.9.10
21792026-05-19T20:37:45.268Z Compiling ed25519-dalek v2.2.0
21802026-05-19T20:37:45.561Z Compiling zip v4.6.1
21812026-05-19T20:37:46.059Z Compiling clap v4.5.60
21822026-05-19T20:37:46.062Z Compiling crossterm v0.28.1
21832026-05-19T20:37:46.164Z Compiling zip v0.6.6
21842026-05-19T20:37:46.718Z Compiling serde_with v3.17.0
21852026-05-19T20:37:46.736Z Compiling similar v2.7.0
21862026-05-19T20:37:46.800Z Compiling strum v0.26.3
21872026-05-19T20:37:46.828Z Compiling toml v0.7.8
21882026-05-19T20:37:46.857Z Compiling tokio-stream v0.1.18
21892026-05-19T20:37:47.014Z Compiling itertools v0.13.0
21902026-05-19T20:37:47.063Z Compiling buf-list v1.1.2
21912026-05-19T20:37:47.349Z Compiling x509-cert v0.2.5
21922026-05-19T20:37:47.400Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21932026-05-19T20:37:47.487Z Compiling openapiv3 v2.2.0
21942026-05-19T20:37:47.737Z Compiling sha1 v0.10.6
21952026-05-19T20:37:48.016Z Compiling lalrpop-util v0.19.12
21962026-05-19T20:37:48.095Z Compiling peg-runtime v0.8.5
21972026-05-19T20:38:03.734Z Compiling rustls-webpki v0.103.9
21982026-05-19T20:38:04.890Z Compiling macaddr v1.0.1
21992026-05-19T20:38:04.893Z Compiling structmeta-derive v0.3.0
22002026-05-19T20:38:05.010Z Compiling crucible-workspace-hack v0.1.0
22012026-05-19T20:38:05.105Z Compiling rayon-core v1.13.0
22022026-05-19T20:38:05.203Z Compiling itertools v0.14.0
22032026-05-19T20:38:05.220Z Compiling secrecy v0.10.3
22042026-05-19T20:38:05.261Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-19T20:38:05.342Z Compiling heapless v0.8.0
22062026-05-19T20:38:05.422Z Compiling rustls v0.22.4
22072026-05-19T20:38:05.653Z Compiling crossbeam-deque v0.8.6
22082026-05-19T20:38:05.668Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-19T20:38:05.700Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-19T20:38:05.700Z Compiling rustls-webpki v0.102.8
22112026-05-19T20:38:05.859Z Compiling hash32 v0.3.1
22122026-05-19T20:38:05.886Z Compiling multer v3.1.0
22132026-05-19T20:38:05.908Z Compiling thread_local v1.1.9
22142026-05-19T20:38:05.948Z Compiling structmeta v0.3.0
22152026-05-19T20:38:06.049Z Compiling unicode-width v0.2.0
22162026-05-19T20:38:06.109Z Compiling compression-core v0.4.31
22172026-05-19T20:38:06.125Z Compiling match_cfg v0.1.0
22182026-05-19T20:38:06.183Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-05-19T20:38:06.207Z Compiling smoltcp v0.11.0
22202026-05-19T20:38:06.223Z Compiling slog-async v2.8.0
22212026-05-19T20:38:06.241Z Compiling compression-codecs v0.4.37
22222026-05-19T20:38:06.283Z Compiling proc-macro-crate v3.4.0
22232026-05-19T20:38:06.357Z Compiling hostname v0.3.1
22242026-05-19T20:38:06.390Z Compiling derive-ex v0.1.8
22252026-05-19T20:38:06.517Z Compiling ingot-macros v0.1.1
22262026-05-19T20:38:06.604Z Compiling slog-json v2.6.1
22272026-05-19T20:38:06.627Z Compiling crossbeam-channel v0.5.15
22282026-05-19T20:38:06.630Z Compiling half v2.7.1
22292026-05-19T20:38:06.750Z Compiling newtype-uuid-macros v0.1.0
22302026-05-19T20:38:06.885Z Compiling cobs v0.3.0
22312026-05-19T20:38:07.012Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-19T20:38:07.090Z Compiling universal-hash v0.5.1
22332026-05-19T20:38:07.187Z Compiling async-stream-impl v0.3.6
22342026-05-19T20:38:07.261Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-19T20:38:07.373Z Compiling serde_spanned v1.0.4
22362026-05-19T20:38:07.487Z Compiling is-terminal v0.4.17
22372026-05-19T20:38:07.585Z Compiling tokio-rustls v0.26.4
22382026-05-19T20:38:07.601Z Compiling rustls-platform-verifier v0.6.2
22392026-05-19T20:38:07.617Z Compiling proc-macro-error-attr v1.0.4
22402026-05-19T20:38:07.758Z Compiling dropshot v0.17.0
22412026-05-19T20:38:07.808Z Compiling term v1.2.1
22422026-05-19T20:38:07.843Z Compiling hyper-rustls v0.27.7
22432026-05-19T20:38:07.861Z Compiling opaque-debug v0.3.1
22442026-05-19T20:38:07.886Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-19T20:38:07.962Z Compiling take_mut v0.2.2
22462026-05-19T20:38:07.995Z Compiling ciborium-io v0.2.2
22472026-05-19T20:38:08.011Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-05-19T20:38:08.103Z Compiling reqwest v0.12.28
22492026-05-19T20:38:08.121Z Compiling reqwest v0.13.2
22502026-05-19T20:38:08.124Z Compiling convert_case v0.4.0
22512026-05-19T20:38:08.171Z Compiling slog-term v2.9.2
22522026-05-19T20:38:08.192Z Compiling thiserror-no-std v2.0.2
22532026-05-19T20:38:08.210Z Compiling toml v1.0.6+spec-1.1.0
22542026-05-19T20:38:08.263Z Compiling ciborium-ll v0.2.2
22552026-05-19T20:38:08.316Z Compiling test-strategy v0.4.5
22562026-05-19T20:38:08.455Z Compiling derive_more v0.99.20
22572026-05-19T20:38:08.621Z Compiling tokio-rustls v0.25.0
22582026-05-19T20:38:08.898Z Compiling poly1305 v0.8.0
22592026-05-19T20:38:09.240Z Compiling ingot-types v0.1.2
22602026-05-19T20:38:09.370Z Compiling async-stream v0.3.6
22612026-05-19T20:38:09.464Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-05-19T20:38:09.561Z Compiling postcard v1.1.3
22632026-05-19T20:38:09.596Z Compiling slog-bunyan v2.5.0
22642026-05-19T20:38:09.650Z Compiling ingot v0.1.1
22652026-05-19T20:38:09.674Z Compiling tough v0.22.0
22662026-05-19T20:38:09.733Z Compiling num_enum_derive v0.7.5
22672026-05-19T20:38:09.975Z Compiling async-compression v0.4.41
22682026-05-19T20:38:09.989Z Compiling parse-display-derive v0.10.0
22692026-05-19T20:38:10.458Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-05-19T20:38:10.719Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-19T20:38:10.738Z Compiling proc-macro-crate v1.3.1
22722026-05-19T20:38:11.088Z Compiling backon v1.6.0
22732026-05-19T20:38:11.093Z Compiling waitgroup v0.1.2
22742026-05-19T20:38:11.108Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-19T20:38:11.278Z Compiling password-hash v0.5.0
22762026-05-19T20:38:11.312Z Compiling chacha20 v0.9.1
22772026-05-19T20:38:11.391Z Compiling dropshot_endpoint v0.17.0
22782026-05-19T20:38:11.486Z Compiling rustls-pemfile v2.2.0
22792026-05-19T20:38:11.528Z Compiling blake2 v0.10.6
22802026-05-19T20:38:11.552Z Compiling aead v0.5.2
22812026-05-19T20:38:11.596Z Compiling foreign-types-macros v0.2.3
22822026-05-19T20:38:11.769Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-19T20:38:11.813Z Compiling serde_path_to_error v0.1.20
22842026-05-19T20:38:11.952Z Compiling hostname v0.4.2
22852026-05-19T20:38:12.060Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-19T20:38:12.109Z Compiling proc-macro-error v1.0.4
22872026-05-19T20:38:12.146Z Compiling instant v0.1.13
22882026-05-19T20:38:12.201Z Compiling debug-ignore v1.0.5
22892026-05-19T20:38:12.223Z Compiling typeid v1.0.3
22902026-05-19T20:38:12.251Z Compiling foreign-types-shared v0.3.1
22912026-05-19T20:38:12.273Z Compiling cpufeatures v0.3.0
22922026-05-19T20:38:12.290Z Compiling backoff v0.4.0
22932026-05-19T20:38:12.310Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-05-19T20:38:12.345Z Compiling chacha20 v0.10.0
22952026-05-19T20:38:12.380Z Compiling foreign-types v0.5.0
22962026-05-19T20:38:12.383Z Compiling argon2 v0.5.3
22972026-05-19T20:38:12.383Z Compiling chacha20poly1305 v0.10.1
22982026-05-19T20:38:12.433Z Compiling parse-display v0.10.0
22992026-05-19T20:38:12.499Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-19T20:38:12.530Z Compiling num_enum_derive v0.5.11
23012026-05-19T20:38:12.565Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-05-19T20:38:12.595Z Compiling num_enum v0.7.5
23032026-05-19T20:38:12.634Z Compiling ciborium v0.2.2
23042026-05-19T20:38:12.696Z Compiling vsss-rs v3.3.4
23052026-05-19T20:38:12.992Z Compiling tabwriter v1.4.1
23062026-05-19T20:38:13.028Z Compiling regress v0.10.5
23072026-05-19T20:38:13.291Z Compiling byte-wrapper v0.1.0
23082026-05-19T20:38:13.335Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-05-19T20:38:13.391Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-05-19T20:38:13.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-19T20:38:13.488Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-05-19T20:38:13.528Z Compiling cstr-argument v0.1.2
23132026-05-19T20:38:13.544Z Compiling erased-serde v0.4.9
23142026-05-19T20:38:13.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-05-19T20:38:13.727Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-05-19T20:38:13.907Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-05-19T20:38:13.913Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-05-19T20:38:13.989Z Compiling num_enum v0.5.11
23192026-05-19T20:38:14.123Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-05-19T20:38:14.155Z Compiling rand v0.10.0
23212026-05-19T20:38:14.174Z Compiling rayon v1.11.0
23222026-05-19T20:38:14.251Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-05-19T20:38:14.270Z Compiling indent_write v2.2.0
23242026-05-19T20:38:14.295Z Compiling colored v3.1.1
23252026-05-19T20:38:14.334Z Compiling libefi-sys v0.1.0
23262026-05-19T20:38:14.353Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-19T20:38:14.387Z Compiling zone_cfg_derive v0.3.1
23282026-05-19T20:38:14.549Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-19T20:38:14.611Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-05-19T20:38:14.677Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-19T20:38:14.680Z Compiling camino-tempfile v1.4.1
23322026-05-19T20:38:14.918Z Compiling itertools v0.12.1
23332026-05-19T20:38:14.973Z Compiling usdt-macro v0.5.0
23342026-05-19T20:38:15.018Z Compiling usdt-attr-macro v0.5.0
23352026-05-19T20:38:15.047Z Compiling num-derive v0.4.2
23362026-05-19T20:38:15.064Z Compiling bitfield-struct v0.6.2
23372026-05-19T20:38:15.111Z Compiling blake3 v1.8.3
23382026-05-19T20:38:15.178Z Compiling ordered-float v2.10.1
23392026-05-19T20:38:15.479Z Compiling memmap v0.7.0
23402026-05-19T20:38:15.494Z Compiling sigpipe v0.1.3
23412026-05-19T20:38:15.619Z Compiling swrite v0.1.0
23422026-05-19T20:38:15.698Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-05-19T20:38:15.715Z Compiling glob v0.3.3
23442026-05-19T20:38:15.746Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-19T20:38:15.808Z Compiling usdt v0.5.0
23462026-05-19T20:38:15.952Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-19T20:38:15.983Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-19T20:38:16.094Z Compiling serde-value v0.7.0
23492026-05-19T20:38:16.267Z Compiling zone v0.3.1
23502026-05-19T20:38:16.396Z Compiling serde-untagged v0.1.9
23512026-05-19T20:38:16.414Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-19T20:38:16.597Z Compiling toml v0.8.23
23532026-05-19T20:38:16.671Z Compiling smf v0.2.3
23542026-05-19T20:38:16.707Z Compiling filetime v0.2.27
23552026-05-19T20:38:16.752Z Compiling arrayref v0.3.9
23562026-05-19T20:38:16.767Z Compiling unicode-xid v0.2.6
23572026-05-19T20:38:16.796Z Compiling xattr v1.6.1
23582026-05-19T20:38:16.826Z Compiling whoami v1.6.1
23592026-05-19T20:38:16.848Z Compiling constant_time_eq v0.4.2
23602026-05-19T20:38:16.937Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-19T20:38:16.940Z Compiling arrayvec v0.7.6
23622026-05-19T20:38:17.022Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-19T20:38:17.039Z Compiling tar v0.4.45
23642026-05-19T20:38:17.054Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-05-19T20:38:17.074Z Compiling cargo-util-schemas v0.8.2
23662026-05-19T20:38:17.321Z Compiling tokio-dtrace v0.1.1
23672026-05-19T20:38:17.338Z Compiling console v0.16.2
23682026-05-19T20:38:17.691Z Compiling gethostname v0.5.0
23692026-05-19T20:38:17.740Z Compiling cargo-platform v0.2.0
23702026-05-19T20:38:17.871Z Compiling topological-sort v0.2.2
23712026-05-19T20:38:17.890Z Compiling unit-prefix v0.5.2
23722026-05-19T20:38:17.890Z Compiling oxide-tokio-rt v0.1.4
23732026-05-19T20:38:17.925Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-05-19T20:38:18.076Z Compiling indicatif v0.18.4
23752026-05-19T20:38:18.095Z Compiling shell-words v1.1.1
23762026-05-19T20:38:18.322Z Compiling cargo_metadata v0.21.0
23772026-05-19T20:38:27.780Z Compiling progenitor-client v0.14.0
23782026-05-19T20:38:27.798Z Compiling progenitor-client v0.10.0
23792026-05-19T20:38:27.801Z Compiling omicron-zone-package v0.12.2
23802026-05-19T20:38:28.280Z Compiling progenitor-extras v0.2.0
23812026-05-19T20:38:30.536Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-05-19T20:38:30.536Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-05-19T20:38:30.540Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-05-19T20:38:30.586Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-05-19T20:38:30.614Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-05-19T20:38:30.754Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-05-19T20:38:30.864Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-05-19T20:38:30.934Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-05-19T20:38:30.993Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-05-19T20:38:34.927Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-05-19T20:38:42.700Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-05-19T20:38:45.864Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-05-19T20:38:46.859Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-05-19T20:38:56.616Z Finished `release` profile [optimized] target(s) in 1m 45s
23952026-05-19T20:38:56.775Z Running `target/release/omicron-package -t test target create -p dev`
23962026-05-19T20:38:56.842ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-05-19T20:38:56.845ZCreated new build target 'test' and set it as active
23982026-05-19T20:38:56.845Z
23992026-05-19T20:38:56.845Zreal 1:45.938680363
24002026-05-19T20:38:56.845Zuser 17:20.580411211
24012026-05-19T20:38:56.845Zsys 2:44.073045415
24022026-05-19T20:38:56.845Ztrap 0.465740321
24032026-05-19T20:38:56.845Ztflt 2.941789552
24042026-05-19T20:38:56.845Zdflt 4.349510896
24052026-05-19T20:38:56.845Zkflt 0.007249882
24062026-05-19T20:38:56.845Zlock 54:00.975435454
24072026-05-19T20:38:56.845Zslp 44:06.460071425
24082026-05-19T20:38:56.848Zlat 44.652822367
24092026-05-19T20:38:56.848Zstop 5:45.525781984
24102026-05-19T20:38:56.849Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-05-19T20:38:57.760Z Finished `release` profile [optimized] target(s) in 0.90s
24122026-05-19T20:38:57.834Z Running `target/release/omicron-package -t test package`
24132026-05-19T20:38:57.895ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-19T20:38:59.358Z Compiling heck v0.5.0
24152026-05-19T20:38:59.358Z Compiling regress v0.11.1
24162026-05-19T20:38:59.358Z Compiling unsafe-libyaml v0.2.11
24172026-05-19T20:38:59.626Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-05-19T20:38:59.646Z Compiling regress v0.10.5
24192026-05-19T20:38:59.673Z Compiling is-terminal v0.4.17
24202026-05-19T20:38:59.676Z Compiling unicode-width v0.1.14
24212026-05-19T20:38:59.717Z Compiling prettyplease v0.2.37
24222026-05-19T20:38:59.720Z Compiling bytecount v0.6.9
24232026-05-19T20:38:59.720Z Compiling rustls v0.22.4
24242026-05-19T20:38:59.720Z Compiling rustls-webpki v0.102.8
24252026-05-19T20:38:59.720Z Compiling derive-where v1.6.0
24262026-05-19T20:38:59.720Z Compiling thread_local v1.1.9
24272026-05-19T20:38:59.720Z Compiling match_cfg v0.1.0
24282026-05-19T20:38:59.765Z Compiling compression-core v0.4.31
24292026-05-19T20:38:59.832Z Compiling multer v3.1.0
24302026-05-19T20:38:59.854Z Compiling slog-async v2.8.0
24312026-05-19T20:38:59.944Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-05-19T20:38:59.965Z Compiling compression-codecs v0.4.37
24332026-05-19T20:38:59.991Z Compiling hostname v0.3.1
24342026-05-19T20:38:59.994Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24352026-05-19T20:39:00.040Z Compiling crossbeam-channel v0.5.15
24362026-05-19T20:39:00.043Z Compiling slog-json v2.6.1
24372026-05-19T20:39:00.043Z Compiling serde_spanned v1.0.4
24382026-05-19T20:39:00.109Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-19T20:39:00.156Z Compiling toml_datetime v1.0.0+spec-1.1.0
24402026-05-19T20:39:00.178Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-05-19T20:39:00.205Z Compiling take_mut v0.2.2
24422026-05-19T20:39:00.234Z Compiling term v1.2.1
24432026-05-19T20:39:00.261Z Compiling async-compression v0.4.41
24442026-05-19T20:39:00.283Z Compiling slog-bunyan v2.5.0
24452026-05-19T20:39:00.451Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-19T20:39:00.511Z Compiling async-stream v0.3.6
24472026-05-19T20:39:00.533Z Compiling slog-term v2.9.2
24482026-05-19T20:39:00.566Z Compiling dropshot v0.17.0
24492026-05-19T20:39:00.594Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-05-19T20:39:00.639Z Compiling num-rational v0.4.2
24512026-05-19T20:39:00.706Z Compiling progenitor-client v0.14.0
24522026-05-19T20:39:00.762Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-19T20:39:00.784Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-05-19T20:39:00.809Z Compiling waitgroup v0.1.2
24552026-05-19T20:39:00.861Z Compiling backon v1.6.0
24562026-05-19T20:39:00.977Z Compiling rustls-pemfile v2.2.0
24572026-05-19T20:39:01.005Z Compiling num-complex v0.4.6
24582026-05-19T20:39:01.032Z Compiling serde_path_to_error v0.1.20
24592026-05-19T20:39:01.058Z Compiling hostname v0.4.2
24602026-05-19T20:39:01.084Z Compiling instant v0.1.13
24612026-05-19T20:39:01.107Z Compiling typify-impl v0.6.2
24622026-05-19T20:39:01.128Z Compiling debug-ignore v1.0.5
24632026-05-19T20:39:01.205Z Compiling backoff v0.4.0
24642026-05-19T20:39:01.228Z Compiling progenitor-extras v0.2.0
24652026-05-19T20:39:01.231Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-05-19T20:39:01.268Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-19T20:39:01.446Z Compiling num v0.4.3
24682026-05-19T20:39:01.497Z Compiling parse-display v0.10.0
24692026-05-19T20:39:01.518Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-19T20:39:01.546Z Compiling progenitor-client v0.13.0
24712026-05-19T20:39:01.572Z Compiling progenitor-client v0.10.0
24722026-05-19T20:39:01.575Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-05-19T20:39:01.623Z Compiling macaddr v1.0.1
24742026-05-19T20:39:01.665Z Compiling float-ord v0.3.2
24752026-05-19T20:39:01.814Z Compiling console v0.15.11
24762026-05-19T20:39:01.878Z Compiling atomicwrites v0.4.4
24772026-05-19T20:39:01.916Z Compiling newline-converter v0.3.0
24782026-05-19T20:39:02.017Z Compiling slog-dtrace v0.3.0
24792026-05-19T20:39:02.092Z Compiling resolv-conf v0.7.6
24802026-05-19T20:39:02.092Z Compiling owo-colors v4.3.0
24812026-05-19T20:39:02.175Z Compiling tokio-rustls v0.25.0
24822026-05-19T20:39:02.230Z Compiling expectorate v1.2.0
24832026-05-19T20:39:02.274Z Compiling cancel-safe-futures v0.1.5
24842026-05-19T20:39:02.322Z Compiling toml v0.8.23
24852026-05-19T20:39:02.499Z Compiling libsw-core v0.3.2
24862026-05-19T20:39:02.613Z Compiling linked-hash-map v0.5.6
24872026-05-19T20:39:02.718Z Compiling libsw v3.5.0
24882026-05-19T20:39:02.752Z Compiling linear-map v1.2.0
24892026-05-19T20:39:02.870Z Compiling lru-cache v0.1.2
24902026-05-19T20:39:02.944Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-05-19T20:39:02.968Z Compiling minimal-lexical v0.2.1
24922026-05-19T20:39:02.998Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-19T20:39:03.022Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-19T20:39:03.051Z Compiling hickory-proto v0.24.4
24952026-05-19T20:39:03.077Z Compiling unicode-xid v0.2.6
24962026-05-19T20:39:03.146Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-19T20:39:03.234Z Compiling nom v7.1.3
24982026-05-19T20:39:03.255Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-05-19T20:39:03.281Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-05-19T20:39:03.567Z Compiling convert_case v0.10.0
25012026-05-19T20:39:03.878Z Compiling derive_more-impl v2.1.1
25022026-05-19T20:39:04.154Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-19T20:39:04.563Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-19T20:39:04.660Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-19T20:39:04.686Z Compiling typify-macro v0.6.2
25062026-05-19T20:39:04.718Z Compiling derive_more v2.1.1
25072026-05-19T20:39:04.731Z Compiling papergrid v0.11.0
25082026-05-19T20:39:04.824Z Compiling tabled_derive v0.7.0
25092026-05-19T20:39:04.918Z Compiling termtree v0.5.1
25102026-05-19T20:39:05.123Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-05-19T20:39:05.369Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-05-19T20:39:05.632Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-05-19T20:39:05.741Z Compiling hickory-resolver v0.24.4
25142026-05-19T20:39:05.843Z Compiling tabled v0.15.0
25152026-05-19T20:39:05.896Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-19T20:39:07.230Z Compiling typify v0.6.2
25172026-05-19T20:39:07.295Z Compiling progenitor-impl v0.14.0
25182026-05-19T20:39:07.377Z Compiling progenitor-impl v0.13.0
25192026-05-19T20:39:08.655Z Compiling progenitor-macro v0.14.0
25202026-05-19T20:39:09.119Z Compiling qorb v0.4.1
25212026-05-19T20:39:09.555Z Compiling progenitor-macro v0.13.0
25222026-05-19T20:39:10.544Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-19T20:39:11.254Z Compiling crossterm v0.29.0
25242026-05-19T20:39:11.409Z Compiling phf_shared v0.12.1
25252026-05-19T20:39:11.578Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25262026-05-19T20:39:11.695Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-05-19T20:39:11.788Z Compiling vte v0.14.1
25282026-05-19T20:39:12.225Z Compiling csv-core v0.1.13
25292026-05-19T20:39:12.355Z Compiling highway v1.3.0
25302026-05-19T20:39:12.694Z Compiling chrono-tz v0.10.4
25312026-05-19T20:39:12.870Z Compiling progenitor v0.14.0
25322026-05-19T20:39:12.908Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-19T20:39:13.026Z Compiling csv v1.4.0
25342026-05-19T20:39:13.082Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-19T20:39:13.144Z Compiling strip-ansi-escapes v0.2.1
25362026-05-19T20:39:13.682Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-05-19T20:39:13.789Z Compiling phf v0.12.1
25382026-05-19T20:39:13.811Z Compiling progenitor v0.13.0
25392026-05-19T20:39:13.926Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-05-19T20:39:13.999Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-19T20:39:14.021Z Compiling const_format_proc_macros v0.2.34
25422026-05-19T20:39:14.056Z Compiling fd-lock v4.0.4
25432026-05-19T20:39:14.237Z Compiling peg-macros v0.8.5
25442026-05-19T20:39:14.291Z Compiling nu-ansi-term v0.50.3
25452026-05-19T20:39:14.633Z Compiling reedline v0.40.0
25462026-05-19T20:39:14.821Z Compiling const_format v0.2.35
25472026-05-19T20:39:15.327Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-19T20:39:15.598Z Compiling peg v0.8.5
25492026-05-19T20:39:15.641Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-19T20:39:16.322Z Compiling bcs v0.1.6
25512026-05-19T20:39:16.622Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-19T20:39:16.773Z Compiling semver v0.1.20
25532026-05-19T20:39:16.938Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-19T20:39:17.111Z Compiling rustc_version v0.1.7
25552026-05-19T20:39:17.213Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-19T20:39:17.355Z Compiling newtype_derive v0.1.6
25572026-05-19T20:39:17.618Z Compiling unicode-linebreak v0.1.5
25582026-05-19T20:39:17.897Z Compiling humantime v2.3.0
25592026-05-19T20:39:17.941Z Compiling smawk v0.3.2
25602026-05-19T20:39:18.151Z Compiling textwrap v0.16.2
25612026-05-19T20:39:18.174Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25622026-05-19T20:39:18.518Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-05-19T20:39:18.521Z Compiling dropshot-api-manager-types v0.7.1
25642026-05-19T20:39:18.775Z Compiling base64 v0.21.7
25652026-05-19T20:39:19.089Z Compiling steno v0.4.1
25662026-05-19T20:39:19.155Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-19T20:39:19.644Z Compiling tagptr v0.2.0
25682026-05-19T20:39:19.760Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-05-19T20:39:19.860Z Compiling moka v0.12.13
25702026-05-19T20:39:19.885Z Compiling utf-8 v0.7.6
25712026-05-19T20:39:19.905Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-05-19T20:39:20.025Z Compiling radium v0.7.0
25732026-05-19T20:39:20.104Z Compiling tungstenite v0.21.0
25742026-05-19T20:39:20.127Z Compiling tap v1.0.1
25752026-05-19T20:39:20.147Z Compiling maybe-uninit v2.0.0
25762026-05-19T20:39:20.281Z Compiling wyz v0.5.1
25772026-05-19T20:39:20.533Z Compiling zerocopy-derive v0.6.6
25782026-05-19T20:39:20.555Z Compiling funty v2.0.0
25792026-05-19T20:39:20.658Z Compiling crc-catalog v2.4.0
25802026-05-19T20:39:20.790Z Compiling tokio-tungstenite v0.21.0
25812026-05-19T20:39:21.127Z Compiling hickory-resolver v0.25.2
25822026-05-19T20:39:21.185Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-05-19T20:39:21.332Z Compiling packed_struct v0.10.1
25842026-05-19T20:39:21.520Z Compiling display-error-chain v0.2.2
25852026-05-19T20:39:21.648Z Compiling zerocopy v0.6.6
25862026-05-19T20:39:21.709Z Compiling bitvec v1.0.1
25872026-05-19T20:39:22.047Z Compiling crc v3.4.0
25882026-05-19T20:39:22.180Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-05-19T20:39:22.308Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-05-19T20:39:22.314Z Compiling packed_struct_codegen v0.10.1
25912026-05-19T20:39:22.315Z Compiling num-derive v0.3.3
25922026-05-19T20:39:22.983Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25932026-05-19T20:39:23.266Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-19T20:39:23.359Z Compiling bitfield-macros v0.19.4
25952026-05-19T20:39:23.576Z Compiling proc-macro-error-attr2 v2.0.0
25962026-05-19T20:39:24.022Z Compiling indexmap v1.9.3
25972026-05-19T20:39:24.101Z Compiling nodrop v0.1.14
25982026-05-19T20:39:24.242Z Compiling array-init v0.0.4
25992026-05-19T20:39:24.311Z Compiling bitfield v0.19.4
26002026-05-19T20:39:24.340Z Compiling proc-macro-error2 v2.0.1
26012026-05-19T20:39:24.664Z Compiling libscf-sys v1.1.0
26022026-05-19T20:39:24.697Z Compiling smallvec v0.6.14
26032026-05-19T20:39:24.848Z Compiling typify-impl v0.4.3
26042026-05-19T20:39:24.971Z Compiling hashbrown v0.12.3
26052026-05-19T20:39:25.021Z Compiling serde-hex v0.1.0
26062026-05-19T20:39:25.222Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26072026-05-19T20:39:25.245Z Compiling tabled_derive v0.11.0
26082026-05-19T20:39:25.936Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-19T20:39:26.107Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-19T20:39:26.242Z Compiling ron v0.8.1
26112026-05-19T20:39:26.302Z Compiling papergrid v0.17.0
26122026-05-19T20:39:26.389Z Compiling testing_table v0.3.0
26132026-05-19T20:39:26.827Z Compiling hashbrown v0.13.2
26142026-05-19T20:39:27.234Z Compiling vergen-gitcl v1.0.8
26152026-05-19T20:39:27.469Z Compiling dirs-sys-next v0.1.2
26162026-05-19T20:39:27.529Z Compiling crc-any v2.5.0
26172026-05-19T20:39:27.653Z Compiling diesel_derives v2.3.7
26182026-05-19T20:39:27.697Z Compiling crunchy v0.2.4
26192026-05-19T20:39:27.766Z Compiling maplit v1.0.2
26202026-05-19T20:39:27.886Z Compiling glob v0.3.3
26212026-05-19T20:39:27.911Z Compiling dirs-next v2.0.0
26222026-05-19T20:39:28.050Z Compiling tabled v0.20.0
26232026-05-19T20:39:28.055Z Compiling object v0.30.4
26242026-05-19T20:39:28.059Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-19T20:39:28.090Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-19T20:39:28.268Z Compiling clang-sys v1.8.1
26272026-05-19T20:39:28.353Z Compiling dsl_auto_type v0.2.0
26282026-05-19T20:39:28.405Z Compiling typify-macro v0.4.3
26292026-05-19T20:39:28.680Z Compiling scheduled-thread-pool v0.2.7
26302026-05-19T20:39:28.739Z Compiling diesel_table_macro_syntax v0.3.0
26312026-05-19T20:39:28.762Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-19T20:39:28.925Z Compiling tiny-keccak v2.0.2
26332026-05-19T20:39:28.982Z Compiling xshell-macros v0.2.7
26342026-05-19T20:39:29.008Z Compiling path-slash v0.1.5
26352026-05-19T20:39:29.203Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-19T20:39:29.303Z Compiling r2d2 v0.8.10
26372026-05-19T20:39:29.361Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-05-19T20:39:29.386Z Compiling xshell v0.2.7
26392026-05-19T20:39:29.604Z Compiling term v0.7.0
26402026-05-19T20:39:29.969Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-19T20:39:30.146Z Compiling downcast-rs v2.0.2
26422026-05-19T20:39:30.185Z Compiling bit-vec v0.6.3
26432026-05-19T20:39:30.228Z Compiling ascii-canvas v3.0.0
26442026-05-19T20:39:30.470Z Compiling bit-set v0.5.3
26452026-05-19T20:39:30.495Z Compiling itertools v0.10.5
26462026-05-19T20:39:30.535Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26472026-05-19T20:39:30.663Z Compiling ena v0.14.4
26482026-05-19T20:39:30.764Z Compiling libloading v0.8.9
26492026-05-19T20:39:30.923Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-05-19T20:39:31.002Z Compiling unicase v2.9.0
26512026-05-19T20:39:31.312Z Compiling regex-syntax v0.6.29
26522026-05-19T20:39:31.585Z Compiling bindgen v0.71.1
26532026-05-19T20:39:31.743Z Compiling diff v0.1.13
26542026-05-19T20:39:31.891Z Compiling crc8 v0.1.1
26552026-05-19T20:39:32.121Z Compiling typify v0.4.3
26562026-05-19T20:39:32.164Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26572026-05-19T20:39:32.267Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26582026-05-19T20:39:32.928Z Compiling lalrpop v0.19.12
26592026-05-19T20:39:32.969Z Compiling cexpr v0.6.0
26602026-05-19T20:39:33.009Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-19T20:39:33.233Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-05-19T20:39:33.333Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-19T20:39:33.415Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-19T20:39:33.576Z Compiling headers-core v0.3.0
26652026-05-19T20:39:33.756Z Compiling git-stub v1.0.0
26662026-05-19T20:39:33.865Z Compiling libxml v0.3.3
26672026-05-19T20:39:34.054Z Compiling git-stub-vcs v0.1.0
26682026-05-19T20:39:34.091Z Compiling diesel v2.3.7
26692026-05-19T20:39:34.161Z Compiling headers v0.4.1
26702026-05-19T20:39:34.192Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-19T20:39:34.442Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-05-19T20:39:34.672Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-05-19T20:39:35.159Z Compiling strum_macros v0.24.3
26742026-05-19T20:39:35.230Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-05-19T20:39:35.422Z Compiling indoc v1.0.9
26762026-05-19T20:39:35.939Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-19T20:39:36.010Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-19T20:39:36.176Z Compiling derive_builder v0.20.2
26792026-05-19T20:39:36.350Z Compiling oso-derive v0.27.3
26802026-05-19T20:39:36.473Z Compiling quick-xml v0.37.5
26812026-05-19T20:39:36.870Z Compiling impl-trait-for-tuples v0.2.3
26822026-05-19T20:39:36.951Z Compiling openssl-probe v0.1.6
26832026-05-19T20:39:37.066Z Compiling half v1.8.3
26842026-05-19T20:39:37.222Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-05-19T20:39:37.540Z Compiling serde_cbor v0.11.2
26862026-05-19T20:39:37.831Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-05-19T20:39:38.011Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-05-19T20:39:38.037Z Compiling bb8 v0.8.6
26892026-05-19T20:39:38.172Z Compiling trait-variant v0.1.2
26902026-05-19T20:39:38.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26912026-05-19T20:39:38.473Z Compiling samael v0.0.19
26922026-05-19T20:39:38.517Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-05-19T20:39:38.545Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-19T20:39:38.592Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-19T20:39:38.743Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26962026-05-19T20:39:38.833Z Compiling fxhash v0.2.1
26972026-05-19T20:39:38.879Z Compiling salty v0.3.0
26982026-05-19T20:39:39.182Z Compiling progenitor-impl v0.10.0
26992026-05-19T20:39:39.262Z Compiling progenitor-impl v0.11.2
27002026-05-19T20:39:39.354Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-05-19T20:39:39.582Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-05-19T20:39:39.983Z Compiling kstat-rs v0.2.4
27032026-05-19T20:39:40.138Z Compiling libz-sys v1.1.24
27042026-05-19T20:39:40.488Z Compiling nonempty v0.12.0
27052026-05-19T20:39:40.584Z Compiling polar-core v0.27.3
27062026-05-19T20:39:40.660Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-19T20:39:40.721Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27082026-05-19T20:39:41.338Z Compiling progenitor-macro v0.10.0
27092026-05-19T20:39:41.495Z Compiling progenitor-macro v0.11.2
27102026-05-19T20:39:42.809Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-19T20:39:43.282Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27122026-05-19T20:39:44.242Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-19T20:39:44.471Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-19T20:39:45.061Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-05-19T20:39:45.093Z Compiling progenitor-client v0.11.2
27162026-05-19T20:39:45.421Z Compiling darling_core v0.23.0
27172026-05-19T20:39:45.587Z Compiling nanorand v0.7.0
27182026-05-19T20:39:45.621Z Compiling arc-swap v1.8.2
27192026-05-19T20:39:45.653Z Compiling fs-err v2.11.0
27202026-05-19T20:39:45.966Z Compiling parking_lot_core v0.8.6
27212026-05-19T20:39:46.140Z Compiling mime_guess v2.0.5
27222026-05-19T20:39:46.162Z Compiling slog-scope v4.4.1
27232026-05-19T20:39:46.290Z Compiling flume v0.11.1
27242026-05-19T20:39:46.615Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27252026-05-19T20:39:46.673Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27262026-05-19T20:39:46.707Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-05-19T20:39:47.638Z Compiling darling_macro v0.23.0
27282026-05-19T20:39:48.167Z Compiling progenitor v0.11.2
27292026-05-19T20:39:48.360Z Compiling progenitor v0.10.0
27302026-05-19T20:39:48.579Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-05-19T20:39:49.565Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27322026-05-19T20:39:50.376Z Compiling oso v0.27.3
27332026-05-19T20:39:51.053Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27342026-05-19T20:39:51.226Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27352026-05-19T20:39:54.740Z Compiling async-bb8-diesel v0.2.1
27362026-05-19T20:39:54.885Z Compiling diesel-dtrace v0.5.0
27372026-05-19T20:39:55.190Z Compiling primeorder v0.13.6
27382026-05-19T20:39:55.227Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-19T20:39:55.521Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-19T20:39:55.687Z Compiling instability v0.3.11
27412026-05-19T20:39:55.959Z Compiling p384 v0.13.1
27422026-05-19T20:39:56.768Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-19T20:39:56.819Z Compiling darling v0.23.0
27442026-05-19T20:39:56.977Z Compiling slog-stdlog v4.1.1
27452026-05-19T20:39:57.456Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-19T20:39:57.488Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-19T20:39:57.594Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-19T20:39:57.712Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-05-19T20:39:58.064Z Compiling ignore v0.4.25
27502026-05-19T20:39:58.171Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-19T20:39:58.349Z Compiling castaway v0.2.4
27522026-05-19T20:39:58.514Z Compiling atty v0.2.14
27532026-05-19T20:39:58.669Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-19T20:39:58.814Z Compiling http-range v0.1.5
27552026-05-19T20:39:58.912Z Compiling indoc v2.0.7
27562026-05-19T20:39:59.163Z Compiling parse-size v1.1.0
27572026-05-19T20:39:59.397Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-19T20:39:59.603Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-19T20:40:00.013Z Compiling globwalk v0.9.1
27602026-05-19T20:40:00.089Z Compiling compact_str v0.8.1
27612026-05-19T20:40:00.713Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-19T20:40:01.262Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-19T20:40:01.309Z Compiling parking_lot v0.11.2
27642026-05-19T20:40:01.754Z Compiling slog-envlogger v2.2.0
27652026-05-19T20:40:02.966Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-19T20:40:03.224Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-19T20:40:03.374Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-19T20:40:03.667Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-19T20:40:03.957Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-19T20:40:04.061Z Compiling predicates-tree v1.0.13
27712026-05-19T20:40:04.150Z Compiling unicode-truncate v1.1.0
27722026-05-19T20:40:04.175Z Compiling lru v0.12.5
27732026-05-19T20:40:04.199Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-19T20:40:04.357Z Compiling rand_seeder v0.4.0
27752026-05-19T20:40:04.416Z Compiling prefix-trie v0.7.0
27762026-05-19T20:40:04.532Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-19T20:40:04.643Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-19T20:40:04.735Z Compiling vergen-git2 v1.0.7
27792026-05-19T20:40:04.760Z Compiling illumos-nvpair-sys v0.2.0
27802026-05-19T20:40:04.913Z Compiling corncobs v0.1.4
27812026-05-19T20:40:04.936Z Compiling cassowary v0.3.0
27822026-05-19T20:40:05.051Z Compiling hickory-server v0.25.2
27832026-05-19T20:40:05.072Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-19T20:40:05.097Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-19T20:40:05.172Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-05-19T20:40:05.249Z Compiling ratatui v0.29.0
27872026-05-19T20:40:05.385Z Compiling camino-tempfile-ext v0.3.3
27882026-05-19T20:40:05.470Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-19T20:40:05.796Z Compiling hyper-staticfile v0.10.1
27902026-05-19T20:40:06.051Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-05-19T20:40:06.530Z Compiling sled v0.34.7
27922026-05-19T20:40:07.046Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-19T20:40:07.230Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-19T20:40:07.725Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-19T20:40:09.461Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-05-19T20:40:09.680Z Compiling secrecy v0.8.0
27972026-05-19T20:40:09.705Z Compiling rustls v0.21.12
27982026-05-19T20:40:09.873Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-05-19T20:40:10.152Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-05-19T20:40:10.268Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-05-19T20:40:10.713Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-05-19T20:40:10.966Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28032026-05-19T20:40:12.346Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-05-19T20:40:12.378Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-05-19T20:40:13.713Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-19T20:40:13.906Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-05-19T20:40:13.931Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-05-19T20:40:15.044Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-05-19T20:40:15.276Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-05-19T20:40:15.463Z Compiling rustls-webpki v0.101.7
28112026-05-19T20:40:15.499Z Compiling sct v0.7.1
28122026-05-19T20:40:15.521Z Compiling nix v0.29.0
28132026-05-19T20:40:15.782Z Compiling dropshot v0.16.7
28142026-05-19T20:40:15.929Z Compiling void v1.0.2
28152026-05-19T20:40:16.080Z Compiling lzss v0.8.2
28162026-05-19T20:40:16.184Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-19T20:40:16.245Z Compiling illumos-nvpair v0.3.0
28182026-05-19T20:40:16.363Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28192026-05-19T20:40:16.853Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-05-19T20:40:17.507Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-19T20:40:17.634Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-19T20:40:17.890Z Compiling tungstenite v0.23.0
28232026-05-19T20:40:18.269Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-19T20:40:18.840Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-05-19T20:40:19.075Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-05-19T20:40:19.306Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28272026-05-19T20:40:19.549Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-05-19T20:40:19.780Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-05-19T20:40:19.805Z Compiling toml v0.9.12+spec-1.1.0
28302026-05-19T20:40:20.018Z Compiling nix v0.27.1
28312026-05-19T20:40:20.319Z Compiling dropshot_endpoint v0.16.7
28322026-05-19T20:40:20.415Z Compiling serde_bytes v0.11.19
28332026-05-19T20:40:20.584Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-19T20:40:20.746Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28352026-05-19T20:40:21.379Z Compiling tokio-tungstenite v0.23.1
28362026-05-19T20:40:21.743Z Compiling git2 v0.20.4
28372026-05-19T20:40:21.774Z Compiling tokio-rustls v0.24.1
28382026-05-19T20:40:22.066Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-05-19T20:40:24.701Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-05-19T20:40:24.879Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-05-19T20:40:26.643Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-05-19T20:40:27.254Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-05-19T20:40:27.746Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-05-19T20:40:27.797Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-05-19T20:40:27.834Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28462026-05-19T20:40:27.972Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28472026-05-19T20:40:28.269Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-05-19T20:40:29.920Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-05-19T20:40:29.947Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-05-19T20:40:30.116Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-05-19T20:40:30.146Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-05-19T20:40:30.604Z Compiling rustls-pemfile v1.0.4
28532026-05-19T20:40:31.033Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-05-19T20:40:31.074Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-05-19T20:40:31.751Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-05-19T20:40:32.094Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-05-19T20:40:32.744Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-05-19T20:40:33.689Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-05-19T20:40:34.163Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-05-19T20:40:34.409Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-05-19T20:40:34.495Z Compiling signal-hook-tokio v0.3.1
28622026-05-19T20:40:34.695Z Compiling twox-hash v2.1.2
28632026-05-19T20:40:34.718Z Compiling yasna v0.5.2
28642026-05-19T20:40:34.829Z Compiling is_ci v1.2.0
28652026-05-19T20:40:35.052Z Compiling supports-color v3.0.2
28662026-05-19T20:40:35.346Z Compiling rcgen v0.12.1
28672026-05-19T20:40:35.403Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-05-19T20:40:36.388Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-05-19T20:40:36.605Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-05-19T20:40:37.245Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-05-19T20:40:37.634Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-05-19T20:40:39.183Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-19T20:40:39.737Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-05-19T20:40:39.915Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-05-19T20:40:40.065Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-05-19T20:40:40.717Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-05-19T20:40:40.954Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-05-19T20:40:41.195Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-05-19T20:40:41.429Z Compiling fatfs v0.3.6
28802026-05-19T20:40:42.220Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-05-19T20:40:42.669Z Compiling rtoolbox v0.0.3
28822026-05-19T20:40:42.982Z Compiling subprocess v0.2.15
28832026-05-19T20:40:43.040Z Compiling seq-macro v0.3.6
28842026-05-19T20:40:43.065Z Compiling assert_matches v1.5.0
28852026-05-19T20:40:43.203Z Compiling rpassword v7.4.0
28862026-05-19T20:40:43.516Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-05-19T20:40:43.689Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-19T20:40:43.872Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-05-19T20:40:45.262Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-19T20:40:45.407Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-19T20:40:45.989Z Compiling tui-tree-widget v0.23.1
28922026-05-19T20:40:46.289Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-19T20:40:47.014Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-19T20:40:47.344Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-19T20:40:47.577Z Compiling uzers v0.12.2
28962026-05-19T20:40:47.932Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-19T20:40:48.718Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-19T20:40:49.936Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-19T20:40:50.946Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-19T20:40:51.860Z Compiling support-bundle-viewer v0.1.2
29012026-05-19T20:40:53.072Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-05-19T20:40:53.814Z Compiling multimap v0.10.1
29032026-05-19T20:41:02.238Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-05-19T20:41:04.073Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-19T20:41:15.581Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-05-19T20:41:16.737Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-05-19T20:46:53.619Z Finished `release` profile [optimized] target(s) in 7m 55s
29082026-05-19T20:47:38.025Z
29092026-05-19T20:47:38.025Zreal 8:41.153269492
29102026-05-19T20:47:38.028Zuser 1:19:48.910003197
29112026-05-19T20:47:38.028Zsys 3:38.161201325
29122026-05-19T20:47:38.028Ztrap 1.840595185
29132026-05-19T20:47:38.028Ztflt 3.802760465
29142026-05-19T20:47:38.028Zdflt 17.534929881
29152026-05-19T20:47:38.028Zkflt 0.163490165
29162026-05-19T20:47:38.028Zlock 6:44:41.192775101
29172026-05-19T20:47:38.028Zslp 2:17:59.473584924
29182026-05-19T20:47:38.028Zlat 2:33.062383033
29192026-05-19T20:47:38.028Zstop 5:23.694646005
29202026-05-19T20:47:38.028Z+ mapfile -t packages
29212026-05-19T20:47:38.028Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-05-19T20:47:39.012Z Finished `release` profile [optimized] target(s) in 0.97s
29232026-05-19T20:47:39.097Z Running `target/release/omicron-package -t test list-outputs`
29242026-05-19T20:47:39.159ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-05-19T20:47:39.162Z+ ptime -m cargo build --locked --release -p xtask
29262026-05-19T20:47:39.704Z Compiling libc v0.2.185
29272026-05-19T20:47:39.704Z Compiling serde v1.0.228
29282026-05-19T20:47:39.705Z Compiling serde_core v1.0.228
29292026-05-19T20:47:39.708Z Compiling rustix v1.1.3
29302026-05-19T20:47:39.708Z Compiling bitflags v2.11.0
29312026-05-19T20:47:39.708Z Compiling serde_json v1.0.149
29322026-05-19T20:47:39.848Z Compiling num-traits v0.2.19
29332026-05-19T20:47:39.856Z Compiling syn v2.0.117
29342026-05-19T20:47:39.875Z Compiling smallvec v1.15.1
29352026-05-19T20:47:39.875Z Compiling indexmap v2.14.0
29362026-05-19T20:47:39.896Z Compiling usdt-impl v0.5.0
29372026-05-19T20:47:39.907Z Compiling syn v1.0.109
29382026-05-19T20:47:39.919Z Compiling percent-encoding v2.3.2
29392026-05-19T20:47:39.919Z Compiling log v0.4.29
29402026-05-19T20:47:40.055Z Compiling getrandom v0.4.1
29412026-05-19T20:47:40.201Z Compiling form_urlencoded v1.2.2
29422026-05-19T20:47:40.216Z Compiling fs-err v3.3.0
29432026-05-19T20:47:40.260Z Compiling heck v0.4.1
29442026-05-19T20:47:40.344Z Compiling anyhow v1.0.102
29452026-05-19T20:47:40.344Z Compiling once_cell v1.21.3
29462026-05-19T20:47:40.645Z Compiling thread-id v4.2.2
29472026-05-19T20:47:40.663Z Compiling errno v0.3.14
29482026-05-19T20:47:40.666Z Compiling memmap v0.7.0
29492026-05-19T20:47:40.919Z Compiling ordered-float v2.10.1
29502026-05-19T20:47:41.485Z Compiling proc-macro-error v1.0.4
29512026-05-19T20:47:41.728Z Compiling terminal_size v0.4.3
29522026-05-19T20:47:41.728Z Compiling tempfile v3.25.0
29532026-05-19T20:47:41.748Z Compiling tabled_derive v0.7.0
29542026-05-19T20:47:41.829Z Compiling clap_builder v4.5.60
29552026-05-19T20:47:41.829Z Compiling textwrap v0.16.2
29562026-05-19T20:47:41.968Z Compiling camino-tempfile v1.4.1
29572026-05-19T20:47:42.415Z Compiling tabled v0.15.0
29582026-05-19T20:47:42.482Z Compiling synstructure v0.13.2
29592026-05-19T20:47:42.482Z Compiling pest_generator v2.8.6
29602026-05-19T20:47:42.875Z Compiling serde_derive v1.0.228
29612026-05-19T20:47:42.875Z Compiling zerovec-derive v0.11.2
29622026-05-19T20:47:42.878Z Compiling displaydoc v0.2.5
29632026-05-19T20:47:42.878Z Compiling thiserror-impl v1.0.69
29642026-05-19T20:47:42.878Z Compiling zerocopy-derive v0.7.35
29652026-05-19T20:47:42.878Z Compiling scroll_derive v0.12.1
29662026-05-19T20:47:42.878Z Compiling thiserror-impl v2.0.18
29672026-05-19T20:47:42.878Z Compiling clap_derive v4.5.55
29682026-05-19T20:47:42.928Z Compiling zerofrom-derive v0.1.6
29692026-05-19T20:47:43.045Z Compiling yoke-derive v0.8.1
29702026-05-19T20:47:43.571Z Compiling pest_derive v2.8.6
29712026-05-19T20:47:43.671Z Compiling scroll v0.12.0
29722026-05-19T20:47:43.751Z Compiling zerocopy v0.7.35
29732026-05-19T20:47:44.013Z Compiling goblin v0.8.2
29742026-05-19T20:47:44.059Z Compiling thiserror v1.0.69
29752026-05-19T20:47:44.137Z Compiling zerofrom v0.1.6
29762026-05-19T20:47:44.148Z Compiling dtrace-parser v0.2.0
29772026-05-19T20:47:44.181Z Compiling thiserror v2.0.18
29782026-05-19T20:47:44.286Z Compiling yoke v0.8.1
29792026-05-19T20:47:44.514Z Compiling zerovec v0.11.5
29802026-05-19T20:47:44.548Z Compiling zerotrie v0.2.3
29812026-05-19T20:47:44.577Z Compiling clap v4.5.60
29822026-05-19T20:47:45.134Z Compiling tinystr v0.8.2
29832026-05-19T20:47:45.383Z Compiling icu_locale_core v2.1.1
29842026-05-19T20:47:45.945Z Compiling potential_utf v0.1.4
29852026-05-19T20:47:46.163Z Compiling icu_provider v2.1.1
29862026-05-19T20:47:46.198Z Compiling icu_collections v2.1.1
29872026-05-19T20:47:46.579Z Compiling icu_properties v2.1.2
29882026-05-19T20:47:46.599Z Compiling icu_normalizer v2.1.1
29892026-05-19T20:47:46.613Z Compiling serde_spanned v0.6.9
29902026-05-19T20:47:46.663Z Compiling toml_datetime v0.6.11
29912026-05-19T20:47:46.754Z Compiling dof v0.3.0
29922026-05-19T20:47:46.779Z Compiling serde_tokenstream v0.2.3
29932026-05-19T20:47:46.802Z Compiling serde-value v0.7.0
29942026-05-19T20:47:46.843Z Compiling cargo-platform v0.2.0
29952026-05-19T20:47:46.854Z Compiling macaddr v1.0.1
29962026-05-19T20:47:46.903Z Compiling toml_edit v0.22.27
29972026-05-19T20:47:47.511Z Compiling idna_adapter v1.2.1
29982026-05-19T20:47:47.579Z Compiling usdt-attr-macro v0.5.0
29992026-05-19T20:47:47.591Z Compiling usdt-macro v0.5.0
30002026-05-19T20:47:47.667Z Compiling idna v1.1.0
30012026-05-19T20:47:48.013Z Compiling url v2.5.8
30022026-05-19T20:47:48.264Z Compiling usdt v0.5.0
30032026-05-19T20:47:48.498Z Compiling toml v0.8.23
30042026-05-19T20:47:48.939Z Compiling cargo-util-schemas v0.8.2
30052026-05-19T20:47:48.939Z Compiling cargo_toml v0.21.0
30062026-05-19T20:47:49.970Z Compiling cargo_metadata v0.21.0
30072026-05-19T20:47:53.074Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-05-19T20:47:56.122Z Finished `release` profile [optimized] target(s) in 16.95s
30092026-05-19T20:47:56.283Z
30102026-05-19T20:47:56.283Zreal 17.087866724
30112026-05-19T20:47:56.283Zuser 2:24.153118876
30122026-05-19T20:47:56.284Zsys 17.519673846
30132026-05-19T20:47:56.287Ztrap 0.096081360
30142026-05-19T20:47:56.287Ztflt 0.700171309
30152026-05-19T20:47:56.287Zdflt 1.515207824
30162026-05-19T20:47:56.287Zkflt 0.000114020
30172026-05-19T20:47:56.288Zlock 5:28.880025982
30182026-05-19T20:47:56.288Zslp 3:31.133457477
30192026-05-19T20:47:56.288Zlat 5.833425512
30202026-05-19T20:47:56.288Zstop 19.376790576
30212026-05-19T20:47:56.288Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-19T20:47:56.288Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-19T20:47:56.288Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-19T20:47:56.288Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-19T20:47:56.288Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-05-19T20:47:57.252Z Compiling newtype-uuid-macros v0.1.0
30272026-05-19T20:47:57.252Z Compiling regress v0.10.5
30282026-05-19T20:47:57.252Z Compiling structmeta-derive v0.3.0
30292026-05-19T20:47:57.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-05-19T20:47:57.256Z Compiling rustls v0.22.4
30312026-05-19T20:47:57.256Z Compiling rustls-webpki v0.102.8
30322026-05-19T20:47:57.256Z Compiling multer v3.1.0
30332026-05-19T20:47:57.256Z Compiling compression-core v0.4.31
30342026-05-19T20:47:57.256Z Compiling debug-ignore v1.0.5
30352026-05-19T20:47:57.256Z Compiling match_cfg v0.1.0
30362026-05-19T20:47:57.401Z Compiling slog-json v2.6.1
30372026-05-19T20:47:57.404Z Compiling async-stream-impl v0.3.6
30382026-05-19T20:47:57.416Z Compiling serde_spanned v1.0.4
30392026-05-19T20:47:57.419Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-05-19T20:47:57.419Z Compiling dropshot v0.17.0
30412026-05-19T20:47:57.419Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-05-19T20:47:57.587Z Compiling hostname v0.3.1
30432026-05-19T20:47:57.712Z Compiling toml v1.0.6+spec-1.1.0
30442026-05-19T20:47:57.716Z Compiling progenitor-client v0.14.0
30452026-05-19T20:47:57.716Z Compiling itertools v0.14.0
30462026-05-19T20:47:57.784Z Compiling compression-codecs v0.4.37
30472026-05-19T20:47:57.787Z Compiling slog-bunyan v2.5.0
30482026-05-19T20:47:57.824Z Compiling waitgroup v0.1.2
30492026-05-19T20:47:57.828Z Compiling rustls-pemfile v2.2.0
30502026-05-19T20:47:57.878Z Compiling dropshot_endpoint v0.17.0
30512026-05-19T20:47:57.969Z Compiling async-compression v0.4.41
30522026-05-19T20:47:58.007Z Compiling hostname v0.4.2
30532026-05-19T20:47:58.050Z Compiling serde_path_to_error v0.1.20
30542026-05-19T20:47:58.074Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-05-19T20:47:58.094Z Compiling macaddr v1.0.1
30562026-05-19T20:47:58.110Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-05-19T20:47:58.174Z Compiling instant v0.1.13
30582026-05-19T20:47:58.193Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-05-19T20:47:58.194Z Compiling progenitor-client v0.10.0
30602026-05-19T20:47:58.227Z Compiling async-stream v0.3.6
30612026-05-19T20:47:58.279Z Compiling backon v1.6.0
30622026-05-19T20:47:58.310Z Compiling backoff v0.4.0
30632026-05-19T20:47:58.329Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-05-19T20:47:58.346Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-05-19T20:47:58.427Z Compiling universal-hash v0.5.1
30662026-05-19T20:47:58.431Z Compiling unsafe-libyaml v0.2.11
30672026-05-19T20:47:58.461Z Compiling progenitor-extras v0.2.0
30682026-05-19T20:47:58.509Z Compiling opaque-debug v0.3.1
30692026-05-19T20:47:58.550Z Compiling half v2.7.1
30702026-05-19T20:47:58.568Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-05-19T20:47:58.572Z Compiling ciborium-io v0.2.2
30722026-05-19T20:47:58.603Z Compiling crucible-workspace-hack v0.1.0
30732026-05-19T20:47:58.606Z Compiling regress v0.11.1
30742026-05-19T20:47:58.716Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-05-19T20:47:58.731Z Compiling convert_case v0.4.0
30762026-05-19T20:47:58.753Z Compiling aead v0.5.2
30772026-05-19T20:47:58.790Z Compiling secrecy v0.10.3
30782026-05-19T20:47:58.847Z Compiling ciborium-ll v0.2.2
30792026-05-19T20:47:58.864Z Compiling structmeta v0.3.0
30802026-05-19T20:47:58.898Z Compiling poly1305 v0.8.0
30812026-05-19T20:47:58.973Z Compiling chacha20 v0.9.1
30822026-05-19T20:47:58.991Z Compiling serde_yaml v0.9.34+deprecated
30832026-05-19T20:47:59.008Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30842026-05-19T20:47:59.026Z Compiling ciborium v0.2.2
30852026-05-19T20:47:59.043Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-19T20:47:59.099Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30872026-05-19T20:47:59.119Z Compiling derive-ex v0.1.8
30882026-05-19T20:47:59.122Z Compiling parse-display-derive v0.10.0
30892026-05-19T20:47:59.153Z Compiling derive_more v0.99.20
30902026-05-19T20:47:59.239Z Compiling thiserror-impl-no-std v2.0.2
30912026-05-19T20:47:59.268Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-05-19T20:47:59.304Z Compiling byte-wrapper v0.1.0
30932026-05-19T20:47:59.442Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-05-19T20:47:59.460Z Compiling blake2 v0.10.6
30952026-05-19T20:47:59.525Z Compiling password-hash v0.5.0
30962026-05-19T20:47:59.646Z Compiling chacha20poly1305 v0.10.1
30972026-05-19T20:47:59.682Z Compiling indent_write v2.2.0
30982026-05-19T20:47:59.699Z Compiling heapless v0.8.0
30992026-05-19T20:47:59.747Z Compiling ingot-macros v0.1.1
31002026-05-19T20:47:59.828Z Compiling argon2 v0.5.3
31012026-05-19T20:47:59.856Z Compiling tokio-rustls v0.25.0
31022026-05-19T20:47:59.974Z Compiling tabwriter v1.4.1
31032026-05-19T20:48:00.063Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-05-19T20:48:00.233Z Compiling typify-impl v0.6.2
31052026-05-19T20:48:00.249Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31062026-05-19T20:48:00.495Z Compiling num-rational v0.4.2
31072026-05-19T20:48:00.513Z Compiling thiserror-no-std v2.0.2
31082026-05-19T20:48:00.564Z Compiling hash32 v0.3.1
31092026-05-19T20:48:00.632Z Compiling vsss-rs v3.3.4
31102026-05-19T20:48:00.753Z Compiling num-complex v0.4.6
31112026-05-19T20:48:00.925Z Compiling test-strategy v0.4.5
31122026-05-19T20:48:00.948Z Compiling parse-display v0.10.0
31132026-05-19T20:48:00.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-05-19T20:48:01.082Z Compiling smoltcp v0.11.0
31152026-05-19T20:48:01.138Z Compiling num v0.4.3
31162026-05-19T20:48:01.205Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31172026-05-19T20:48:01.242Z Compiling proc-macro-crate v3.4.0
31182026-05-19T20:48:01.263Z Compiling atomicwrites v0.4.4
31192026-05-19T20:48:01.285Z Compiling cobs v0.3.0
31202026-05-19T20:48:01.337Z Compiling float-ord v0.3.2
31212026-05-19T20:48:01.445Z Compiling colored v3.1.1
31222026-05-19T20:48:01.491Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-05-19T20:48:01.496Z Compiling postcard v1.1.3
31242026-05-19T20:48:01.525Z Compiling proc-macro-error v1.0.4
31252026-05-19T20:48:01.531Z Compiling proc-macro-crate v1.3.1
31262026-05-19T20:48:01.694Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31272026-05-19T20:48:01.739Z Compiling foreign-types-macros v0.2.3
31282026-05-19T20:48:01.855Z Compiling num_enum_derive v0.7.5
31292026-05-19T20:48:01.874Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-19T20:48:01.880Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-05-19T20:48:01.910Z Compiling rayon-core v1.13.0
31322026-05-19T20:48:01.914Z Compiling foreign-types-shared v0.3.1
31332026-05-19T20:48:01.993Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-05-19T20:48:02.011Z Compiling cpufeatures v0.3.0
31352026-05-19T20:48:02.031Z Compiling num_enum_derive v0.5.11
31362026-05-19T20:48:02.142Z Compiling chacha20 v0.10.0
31372026-05-19T20:48:02.171Z Compiling toml v0.8.23
31382026-05-19T20:48:02.186Z Compiling crossbeam-deque v0.8.6
31392026-05-19T20:48:02.218Z Compiling camino-tempfile v1.4.1
31402026-05-19T20:48:02.225Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-05-19T20:48:02.252Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31422026-05-19T20:48:02.405Z Compiling foreign-types v0.5.0
31432026-05-19T20:48:02.452Z Compiling cstr-argument v0.1.2
31442026-05-19T20:48:02.521Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-05-19T20:48:02.556Z Compiling rand v0.10.0
31462026-05-19T20:48:02.575Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31472026-05-19T20:48:02.646Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-05-19T20:48:02.789Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-05-19T20:48:02.798Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-05-19T20:48:02.820Z Compiling ingot-types v0.1.2
31512026-05-19T20:48:02.820Z Compiling zone_cfg_derive v0.3.1
31522026-05-19T20:48:02.904Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-05-19T20:48:02.941Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31542026-05-19T20:48:02.948Z Compiling itertools v0.12.1
31552026-05-19T20:48:03.033Z Compiling num_enum v0.7.5
31562026-05-19T20:48:03.067Z Compiling rayon v1.11.0
31572026-05-19T20:48:03.095Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-05-19T20:48:03.185Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31592026-05-19T20:48:03.216Z Compiling ingot v0.1.1
31602026-05-19T20:48:03.221Z Compiling num-derive v0.4.2
31612026-05-19T20:48:03.237Z Compiling num_enum v0.5.11
31622026-05-19T20:48:03.243Z Compiling sigpipe v0.1.3
31632026-05-19T20:48:03.272Z Compiling glob v0.3.3
31642026-05-19T20:48:03.287Z Compiling prettyplease v0.2.37
31652026-05-19T20:48:03.441Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662026-05-19T20:48:03.452Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-05-19T20:48:03.560Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-05-19T20:48:03.583Z Compiling smf v0.2.3
31692026-05-19T20:48:03.590Z Compiling whoami v1.6.1
31702026-05-19T20:48:03.727Z Compiling usdt-attr-macro v0.5.0
31712026-05-19T20:48:03.756Z Compiling gethostname v0.5.0
31722026-05-19T20:48:03.839Z Compiling usdt-macro v0.5.0
31732026-05-19T20:48:03.906Z Compiling memmap v0.7.0
31742026-05-19T20:48:03.924Z Compiling derive-where v1.6.0
31752026-05-19T20:48:03.978Z Compiling progenitor-client v0.13.0
31762026-05-19T20:48:04.177Z Compiling zone v0.3.1
31772026-05-19T20:48:04.182Z Compiling resolv-conf v0.7.6
31782026-05-19T20:48:04.236Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-05-19T20:48:04.253Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31802026-05-19T20:48:04.346Z Compiling cancel-safe-futures v0.1.5
31812026-05-19T20:48:04.411Z Compiling owo-colors v4.3.0
31822026-05-19T20:48:04.531Z Compiling libsw-core v0.3.2
31832026-05-19T20:48:04.626Z Compiling console v0.15.11
31842026-05-19T20:48:04.667Z Compiling usdt v0.5.0
31852026-05-19T20:48:04.682Z Compiling hickory-proto v0.24.4
31862026-05-19T20:48:04.745Z Compiling libsw v3.5.0
31872026-05-19T20:48:04.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-05-19T20:48:04.877Z Compiling newline-converter v0.3.0
31892026-05-19T20:48:04.960Z Compiling libefi-sys v0.1.0
31902026-05-19T20:48:04.981Z Compiling linear-map v1.2.0
31912026-05-19T20:48:04.986Z Compiling linked-hash-map v0.5.6
31922026-05-19T20:48:05.021Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31932026-05-19T20:48:05.024Z Compiling expectorate v1.2.0
31942026-05-19T20:48:05.048Z Compiling git-stub v1.0.0
31952026-05-19T20:48:05.071Z Compiling typify-macro v0.6.2
31962026-05-19T20:48:05.213Z Compiling lru-cache v0.1.2
31972026-05-19T20:48:05.234Z Compiling bitfield-struct v0.6.2
31982026-05-19T20:48:05.241Z Compiling semver v0.1.20
31992026-05-19T20:48:05.241Z Compiling git-stub-vcs v0.1.0
32002026-05-19T20:48:05.303Z Compiling tokio-dtrace v0.1.1
32012026-05-19T20:48:05.351Z Compiling dropshot-api-manager-types v0.7.1
32022026-05-19T20:48:05.374Z Compiling slog-dtrace v0.3.0
32032026-05-19T20:48:05.389Z Compiling minimal-lexical v0.2.1
32042026-05-19T20:48:05.436Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-05-19T20:48:05.532Z Compiling rustc_version v0.1.7
32062026-05-19T20:48:05.538Z Compiling oxide-tokio-rt v0.1.4
32072026-05-19T20:48:05.597Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-05-19T20:48:05.631Z Compiling nom v7.1.3
32092026-05-19T20:48:05.654Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-05-19T20:48:05.678Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-19T20:48:05.699Z Compiling typify-impl v0.4.3
32122026-05-19T20:48:05.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-05-19T20:48:05.772Z Compiling phf_shared v0.12.1
32142026-05-19T20:48:05.792Z Compiling newtype_derive v0.1.6
32152026-05-19T20:48:05.842Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32162026-05-19T20:48:05.875Z Compiling csv-core v0.1.13
32172026-05-19T20:48:05.905Z Compiling highway v1.3.0
32182026-05-19T20:48:05.959Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-05-19T20:48:06.037Z Compiling chrono-tz v0.10.4
32202026-05-19T20:48:06.173Z Compiling xshell-macros v0.2.7
32212026-05-19T20:48:06.208Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-05-19T20:48:06.277Z Compiling csv v1.4.0
32232026-05-19T20:48:06.283Z Compiling const_format_proc_macros v0.2.34
32242026-05-19T20:48:06.323Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32252026-05-19T20:48:06.342Z Compiling phf v0.12.1
32262026-05-19T20:48:06.470Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-05-19T20:48:06.534Z Compiling primeorder v0.13.6
32282026-05-19T20:48:06.605Z Compiling xshell v0.2.7
32292026-05-19T20:48:06.733Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-19T20:48:06.850Z Compiling hickory-resolver v0.24.4
32312026-05-19T20:48:06.942Z Compiling tabled_derive v0.7.0
32322026-05-19T20:48:06.977Z Compiling typify v0.6.2
32332026-05-19T20:48:07.054Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32342026-05-19T20:48:07.114Z Compiling progenitor-impl v0.14.0
32352026-05-19T20:48:07.130Z Compiling progenitor-impl v0.13.0
32362026-05-19T20:48:07.159Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32372026-05-19T20:48:07.177Z Compiling const_format v0.2.35
32382026-05-19T20:48:07.286Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-05-19T20:48:07.601Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32402026-05-19T20:48:07.653Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32412026-05-19T20:48:07.662Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-05-19T20:48:07.830Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-05-19T20:48:07.981Z Compiling qorb v0.4.1
32442026-05-19T20:48:08.041Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32452026-05-19T20:48:08.047Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32462026-05-19T20:48:08.088Z Compiling bcs v0.1.6
32472026-05-19T20:48:08.444Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-19T20:48:08.484Z Compiling tagptr v0.2.0
32492026-05-19T20:48:08.562Z Compiling salty v0.3.0
32502026-05-19T20:48:08.631Z Compiling termtree v0.5.1
32512026-05-19T20:48:08.666Z Compiling moka v0.12.13
32522026-05-19T20:48:08.685Z Compiling textwrap v0.16.2
32532026-05-19T20:48:08.823Z Compiling tabled v0.15.0
32542026-05-19T20:48:08.874Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-19T20:48:09.173Z Compiling steno v0.4.1
32562026-05-19T20:48:09.196Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-05-19T20:48:09.254Z Compiling humantime v2.3.0
32582026-05-19T20:48:09.290Z Compiling radium v0.7.0
32592026-05-19T20:48:09.376Z Compiling base64 v0.21.7
32602026-05-19T20:48:09.584Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-05-19T20:48:09.591Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32622026-05-19T20:48:09.611Z Compiling hickory-resolver v0.25.2
32632026-05-19T20:48:09.751Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-19T20:48:09.842Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-05-19T20:48:09.863Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-05-19T20:48:10.006Z Compiling progenitor-macro v0.13.0
32672026-05-19T20:48:10.034Z Compiling progenitor-macro v0.14.0
32682026-05-19T20:48:10.104Z Compiling p384 v0.13.1
32692026-05-19T20:48:10.137Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-05-19T20:48:10.318Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-19T20:48:10.396Z Compiling maybe-uninit v2.0.0
32722026-05-19T20:48:10.426Z Compiling typify-macro v0.4.3
32732026-05-19T20:48:10.650Z Compiling tap v1.0.1
32742026-05-19T20:48:10.762Z Compiling wyz v0.5.1
32752026-05-19T20:48:10.779Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-05-19T20:48:10.816Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32772026-05-19T20:48:10.992Z Compiling proc-macro-error-attr2 v2.0.0
32782026-05-19T20:48:11.047Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32792026-05-19T20:48:11.193Z Compiling utf-8 v0.7.6
32802026-05-19T20:48:11.278Z Compiling funty v2.0.0
32812026-05-19T20:48:11.333Z Compiling packed_struct v0.10.1
32822026-05-19T20:48:11.405Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-05-19T20:48:11.423Z Compiling parking_lot_core v0.8.6
32842026-05-19T20:48:11.447Z Compiling proc-macro-error2 v2.0.1
32852026-05-19T20:48:11.585Z Compiling tungstenite v0.21.0
32862026-05-19T20:48:11.632Z Compiling bitvec v1.0.1
32872026-05-19T20:48:11.697Z Compiling polyval v0.6.2
32882026-05-19T20:48:11.748Z Compiling packed_struct_codegen v0.10.1
32892026-05-19T20:48:11.775Z Compiling num-derive v0.3.3
32902026-05-19T20:48:11.820Z Compiling zerocopy-derive v0.6.6
32912026-05-19T20:48:11.838Z Compiling bitfield-macros v0.19.4
32922026-05-19T20:48:11.932Z Compiling indexmap v1.9.3
32932026-05-19T20:48:11.962Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-05-19T20:48:12.203Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32952026-05-19T20:48:12.250Z Compiling nodrop v0.1.14
32962026-05-19T20:48:12.267Z Compiling crc-catalog v2.4.0
32972026-05-19T20:48:12.317Z Compiling typify v0.4.3
32982026-05-19T20:48:12.336Z Compiling crc v3.4.0
32992026-05-19T20:48:12.364Z Compiling array-init v0.0.4
33002026-05-19T20:48:12.477Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-19T20:48:12.502Z Compiling progenitor-impl v0.11.2
33022026-05-19T20:48:12.581Z Compiling tokio-tungstenite v0.21.0
33032026-05-19T20:48:12.627Z Compiling ghash v0.5.1
33042026-05-19T20:48:12.683Z Compiling bitfield v0.19.4
33052026-05-19T20:48:12.775Z Compiling tabled_derive v0.11.0
33062026-05-19T20:48:12.790Z Compiling zerocopy v0.6.6
33072026-05-19T20:48:12.813Z Compiling libscf-sys v1.1.0
33082026-05-19T20:48:12.946Z Compiling smallvec v0.6.14
33092026-05-19T20:48:12.989Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-19T20:48:13.033Z Compiling papergrid v0.17.0
33112026-05-19T20:48:13.179Z Compiling testing_table v0.3.0
33122026-05-19T20:48:13.214Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-19T20:48:13.229Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33142026-05-19T20:48:13.245Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-19T20:48:13.392Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33162026-05-19T20:48:13.438Z Compiling ctr v0.9.2
33172026-05-19T20:48:13.577Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-19T20:48:13.594Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-05-19T20:48:13.648Z Compiling hashbrown v0.12.3
33202026-05-19T20:48:13.689Z Compiling unicase v2.9.0
33212026-05-19T20:48:13.807Z Compiling corncobs v0.1.4
33222026-05-19T20:48:13.832Z Compiling illumos-nvpair-sys v0.2.0
33232026-05-19T20:48:13.943Z Compiling mime_guess v2.0.5
33242026-05-19T20:48:13.960Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-19T20:48:14.039Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-05-19T20:48:14.060Z Compiling tabled v0.20.0
33272026-05-19T20:48:14.136Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33282026-05-19T20:48:14.179Z Compiling aes-gcm v0.10.3
33292026-05-19T20:48:14.312Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-05-19T20:48:14.457Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-05-19T20:48:14.473Z Compiling serde-hex v0.1.0
33322026-05-19T20:48:14.596Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-05-19T20:48:14.646Z Compiling parking_lot v0.11.2
33342026-05-19T20:48:14.663Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-05-19T20:48:15.013Z Compiling progenitor-impl v0.10.0
33362026-05-19T20:48:15.077Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-19T20:48:15.109Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33382026-05-19T20:48:15.109Z Compiling ron v0.8.1
33392026-05-19T20:48:15.160Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-19T20:48:15.379Z Compiling progenitor-macro v0.11.2
33412026-05-19T20:48:15.401Z Compiling progenitor v0.13.0
33422026-05-19T20:48:15.413Z Compiling hashbrown v0.13.2
33432026-05-19T20:48:15.473Z Compiling progenitor v0.14.0
33442026-05-19T20:48:15.599Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-19T20:48:15.632Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-19T20:48:15.657Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-05-19T20:48:15.816Z Compiling progenitor-client v0.11.2
33482026-05-19T20:48:15.971Z Compiling blowfish v0.9.1
33492026-05-19T20:48:16.088Z Compiling ssh-encoding v0.2.0
33502026-05-19T20:48:16.159Z Compiling prefix-trie v0.7.0
33512026-05-19T20:48:16.271Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33522026-05-19T20:48:16.293Z Compiling fxhash v0.2.1
33532026-05-19T20:48:16.293Z Compiling secrecy v0.8.0
33542026-05-19T20:48:16.414Z Compiling crc-any v2.5.0
33552026-05-19T20:48:16.453Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-05-19T20:48:16.476Z Compiling sled v0.34.7
33572026-05-19T20:48:16.596Z Compiling hickory-server v0.25.2
33582026-05-19T20:48:16.671Z Compiling ssh-cipher v0.2.0
33592026-05-19T20:48:16.677Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-05-19T20:48:16.728Z Compiling bcrypt-pbkdf v0.10.0
33612026-05-19T20:48:16.837Z Compiling object v0.30.4
33622026-05-19T20:48:17.106Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-05-19T20:48:17.477Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33642026-05-19T20:48:17.535Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-05-19T20:48:17.676Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33662026-05-19T20:48:17.690Z Compiling progenitor-macro v0.10.0
33672026-05-19T20:48:18.009Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33682026-05-19T20:48:18.461Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-05-19T20:48:18.543Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33702026-05-19T20:48:18.647Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33712026-05-19T20:48:18.796Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-05-19T20:48:18.877Z Compiling password-hash v0.4.2
33732026-05-19T20:48:19.203Z Compiling crc8 v0.1.1
33742026-05-19T20:48:19.314Z Compiling path-slash v0.1.5
33752026-05-19T20:48:19.362Z Compiling http-range v0.1.5
33762026-05-19T20:48:19.378Z Compiling half v1.8.3
33772026-05-19T20:48:19.571Z Compiling pbkdf2 v0.11.0
33782026-05-19T20:48:19.594Z Compiling illumos-nvpair v0.3.0
33792026-05-19T20:48:19.695Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-05-19T20:48:19.826Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33812026-05-19T20:48:19.888Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33822026-05-19T20:48:19.976Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-05-19T20:48:20.019Z Compiling serde_cbor v0.11.2
33842026-05-19T20:48:20.435Z Compiling ssh-key v0.6.7
33852026-05-19T20:48:20.591Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33862026-05-19T20:48:20.631Z Compiling progenitor v0.11.2
33872026-05-19T20:48:20.686Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33882026-05-19T20:48:20.815Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-05-19T20:48:20.880Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-05-19T20:48:20.880Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-19T20:48:20.973Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-19T20:48:21.003Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33932026-05-19T20:48:21.091Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33942026-05-19T20:48:21.115Z Compiling p521 v0.13.3
33952026-05-19T20:48:21.136Z Compiling p256 v0.13.2
33962026-05-19T20:48:21.527Z Compiling yasna v0.5.2
33972026-05-19T20:48:21.557Z Compiling kstat-rs v0.2.4
33982026-05-19T20:48:21.576Z Compiling headers-core v0.3.0
33992026-05-19T20:48:21.595Z Compiling nanorand v0.7.0
34002026-05-19T20:48:21.739Z Compiling atty v0.2.14
34012026-05-19T20:48:21.771Z Compiling russh-cryptovec v0.7.3
34022026-05-19T20:48:21.825Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34032026-05-19T20:48:21.882Z Compiling md5 v0.7.0
34042026-05-19T20:48:21.900Z Compiling home v0.5.12
34052026-05-19T20:48:21.927Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34062026-05-19T20:48:21.957Z Compiling flume v0.11.1
34072026-05-19T20:48:22.004Z Compiling rcgen v0.12.1
34082026-05-19T20:48:22.023Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-05-19T20:48:22.078Z Compiling russh-keys v0.45.0
34102026-05-19T20:48:22.143Z Compiling headers v0.4.1
34112026-05-19T20:48:22.192Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-05-19T20:48:22.240Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-05-19T20:48:22.278Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-05-19T20:48:22.309Z Compiling hyper-staticfile v0.10.1
34152026-05-19T20:48:22.637Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34162026-05-19T20:48:22.778Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34172026-05-19T20:48:22.976Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-05-19T20:48:22.983Z Compiling progenitor v0.10.0
34192026-05-19T20:48:22.983Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34202026-05-19T20:48:22.983Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-05-19T20:48:23.002Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34222026-05-19T20:48:23.440Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-05-19T20:48:23.450Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-05-19T20:48:23.450Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34252026-05-19T20:48:23.450Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-05-19T20:48:23.528Z Compiling num-bigint v0.4.6
34272026-05-19T20:48:23.670Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-05-19T20:48:23.695Z Compiling des v0.8.1
34292026-05-19T20:48:23.721Z Compiling subprocess v0.2.15
34302026-05-19T20:48:23.741Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34312026-05-19T20:48:23.759Z Compiling hex-literal v0.4.1
34322026-05-19T20:48:23.795Z Compiling display-error-chain v0.2.2
34332026-05-19T20:48:23.930Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34342026-05-19T20:48:24.164Z Compiling colored v2.2.0
34352026-05-19T20:48:24.176Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362026-05-19T20:48:24.176Z Compiling socket2 v0.5.10
34372026-05-19T20:48:24.176Z Compiling internet-checksum v0.2.1
34382026-05-19T20:48:24.218Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-05-19T20:48:24.692Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-19T20:48:24.729Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-19T20:48:24.749Z Compiling russh v0.45.0
34422026-05-19T20:48:27.322Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-05-19T20:48:27.341Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34442026-05-19T20:48:28.046Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-19T20:48:28.570Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-19T20:48:33.535Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-19T20:48:38.134Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-05-19T20:48:38.134Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-05-19T20:48:38.137Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34502026-05-19T20:48:38.137Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-05-19T20:48:39.892Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-05-19T20:48:40.023Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-05-19T20:48:44.204Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34542026-05-19T20:49:23.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34552026-05-19T20:49:24.111Z
34562026-05-19T20:49:24.112Zreal 1:27.760798360
34572026-05-19T20:49:24.112Zuser 8:24.250120715
34582026-05-19T20:49:24.112Zsys 1:46.833701761
34592026-05-19T20:49:24.112Ztrap 0.259644600
34602026-05-19T20:49:24.112Ztflt 0.607583775
34612026-05-19T20:49:24.112Zdflt 1.251458170
34622026-05-19T20:49:24.115Zkflt 0.000489230
34632026-05-19T20:49:24.115Zlock 30:12.151852722
34642026-05-19T20:49:24.115Zslp 19:43.266241150
34652026-05-19T20:49:24.115Zlat 39.676104488
34662026-05-19T20:49:24.115Zstop 2:53.077080447
34672026-05-19T20:49:24.115Z+ mkdir tests
34682026-05-19T20:49:24.115Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-05-19T20:49:24.118Z+ xargs -I '{}' -t cp '{}' tests/
34702026-05-19T20:49:24.323Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7197a63b2808bc5a tests/
34712026-05-19T20:49:24.353Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-71665bd10163253f tests/
34722026-05-19T20:49:24.379Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-51fa40ac205b37e5 tests/
34732026-05-19T20:49:24.446Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0794471961dbc70e tests/
34742026-05-19T20:49:24.730Z+ 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)
34752026-05-19T20:49:24.735Z+ 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-71665bd10163253f tests/commtest-51fa40ac205b37e5 tests/dhcp_server-7197a63b2808bc5a tests/end_to_end_tests-0794471961dbc70e 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
34762026-05-19T20:50:44.811ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-05-19T20:50:44.811Za .github/buildomat/ci-env.sh 1K
34782026-05-19T20:50:44.812Za out/target/test 1K
34792026-05-19T20:50:44.812Za out/npuzone/npuzone 27402K
34802026-05-19T20:50:44.812Za package-manifest.toml 35K
34812026-05-19T20:50:44.812Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-05-19T20:50:44.812Za target/release/omicron-package 44952K
34832026-05-19T20:50:44.812Za target/release/xtask 11449K
34842026-05-19T20:50:44.812Za target/debug/bootstrap 353539K
34852026-05-19T20:50:44.812Za tests/bootstrap-71665bd10163253f 31215K
34862026-05-19T20:50:44.812Za tests/commtest-51fa40ac205b37e5 32300K
34872026-05-19T20:50:44.812Za tests/dhcp_server-7197a63b2808bc5a 31215K
34882026-05-19T20:50:44.812Za tests/end_to_end_tests-0794471961dbc70e 394639K
34892026-05-19T20:50:44.812Za tools/opte_version 1K
34902026-05-19T20:50:44.812Za tools/opte_version_override 2K
34912026-05-19T20:50:44.812Za out/clickhouse.tar.gz 319142K
34922026-05-19T20:50:44.812Za out/clickhouse_keeper.tar.gz 304499K
34932026-05-19T20:50:44.812Za out/clickhouse_server.tar.gz 319139K
34942026-05-19T20:50:44.812Za out/cockroachdb.tar.gz 164667K
34952026-05-19T20:50:44.812Za out/crucible-pantry-zone.tar.gz 43703K
34962026-05-19T20:50:44.812Za out/crucible-utils.tar 17744K
34972026-05-19T20:50:44.812Za out/crucible-zone.tar.gz 57841K
34982026-05-19T20:50:44.812Za out/external-dns.tar.gz 49296K
34992026-05-19T20:50:44.812Za out/internal-dns.tar.gz 49295K
35002026-05-19T20:50:44.812Za out/mg-ddm-gz.tar 95141K
35012026-05-19T20:50:44.812Za out/nexus.tar.gz 221292K
35022026-05-19T20:50:44.812Za out/ntp.tar.gz 31665K
35032026-05-19T20:50:44.812Za out/omicron-gateway-softnpu.tar.gz 29623K
35042026-05-19T20:50:44.812Za out/omicron-sled-agent.tar 202453K
35052026-05-19T20:50:44.812Za out/overlay.tar.gz 3K
35062026-05-19T20:50:44.812Za out/oximeter.tar.gz 67350K
35072026-05-19T20:50:44.812Za out/oxlog.tar 3782K
35082026-05-19T20:50:44.812Za out/probe.tar.gz 3037K
35092026-05-19T20:50:44.812Za out/propolis-server.tar.gz 38727K
35102026-05-19T20:50:44.812Za out/pumpkind-gz.tar 26647K
35112026-05-19T20:50:44.812Za out/switch-softnpu.tar.gz 397031K
35122026-05-19T20:50:44.816Z
35132026-05-19T20:50:44.816Zreal 1:20.078812519
35142026-05-19T20:50:44.816Zuser 1:17.373624502
35152026-05-19T20:50:44.816Zsys 4.470901668
35162026-05-19T20:50:44.816Ztrap 0.006930992
35172026-05-19T20:50:44.816Ztflt 0.000000000
35182026-05-19T20:50:44.816Zdflt 0.000000000
35192026-05-19T20:50:44.816Zkflt 0.000000000
35202026-05-19T20:50:44.816Zlock 0.000000000
35212026-05-19T20:50:44.816Zslp 1:17.314416250
35222026-05-19T20:50:44.816Zlat 0.982780339
35232026-05-19T20:50:44.816Zstop 0.000662320
35242026-05-19T20:50:44.816Zprocess exited: duration 939740 ms, exit code 0
 
35252026-05-19T20:50:44.831Zfound 1 output files
35262026-05-19T20:50:44.831Zuploading: /work/package.tar.gz (2441627865 bytes)
35272026-05-19T20:51:13.095Zuploaded: /work/package.tar.gz