01KTQ1VC002ANJQZS4PAJT9Z2P: 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: 01KTQ1W09J7RMV8VGFA11XW7F5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T20:41:52.816Zjob assigned to worker 01KTQ1W7GZBZWW93N35GBE4F16 [factory aws, i-06b6167a47acb66cb] (queued for 50 s)
 
22026-06-09T20:41:59.815Zstarting task 0: "setup"
32026-06-09T20:41:59.820Z++ uname -s
42026-06-09T20:41:59.823Z+ kern=SunOS
52026-06-09T20:41:59.823Z+ build_user=build
62026-06-09T20:41:59.823Z+ build_uid=12345
72026-06-09T20:41:59.823Z+ work_dir=/work
82026-06-09T20:41:59.823Z+ input_dir=/input
92026-06-09T20:41:59.824Z+ [[ 0 == 12345 ]]
102026-06-09T20:41:59.824Z+ case "$kern" in
112026-06-09T20:41:59.824Z+ groupadd -g 12345 build
122026-06-09T20:41:59.827Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T20:42:01.833Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T20:42:01.957Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T20:42:01.961Z+ home_fs=zfs
162026-06-09T20:42:01.961Z+ [[ zfs == autofs ]]
172026-06-09T20:42:01.961Z+ mkdir -p /home/build
182026-06-09T20:42:01.961Z+ chown build:build /home/build /work
192026-06-09T20:42:03.977Z+ chmod 0700 /home/build /work
202026-06-09T20:42:03.981Zprocess exited: duration 4155 ms, exit code 0
 
212026-06-09T20:42:03.990Zstarting task 1: "rust-toolchain"
222026-06-09T20:42:03.997Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T20:42:03.997Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-09T20:42:03.997Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-09T20:42:03.997Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-09T20:42:03.997Z * rust toolchain channel = "1.94.0"
272026-06-09T20:42:03.997Z * rust toolchain profile = "default"
282026-06-09T20:42:04.002Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T20:42:04.003Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T20:42:04.112Zinfo: downloading installer
312026-06-09T20:42:05.656Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T20:42:05.656Zwarn: /home/build/.rustup/settings.toml
332026-06-09T20:42:05.656Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T20:42:05.656Zwarn: instead of the one inferred from the default host triple.
352026-06-09T20:42:05.669Zinfo: profile set to default
362026-06-09T20:42:05.669Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T20:42:05.671Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T20:42:05.813Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T20:42:05.816Zinfo: downloading 6 components
402026-06-09T20:42:20.501Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T20:42:20.501Z
422026-06-09T20:42:20.532Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T20:42:20.533Z
442026-06-09T20:42:20.533Z
452026-06-09T20:42:20.533ZRust is installed now. Great!
462026-06-09T20:42:20.533Z
472026-06-09T20:42:20.533ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T20:42:20.564Zenvironment variable. This has not been done automatically.
492026-06-09T20:42:20.564Z
502026-06-09T20:42:20.564ZTo configure your current shell, you need to source
512026-06-09T20:42:20.564Zthe corresponding env file under $HOME/.cargo.
522026-06-09T20:42:20.564Z
532026-06-09T20:42:20.564ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T20:42:20.564Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T20:42:20.564Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T20:42:20.564Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T20:42:20.564Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T20:42:20.564Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T20:42:20.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T20:42:20.564Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T20:42:20.565Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T20:42:20.637Z+ rustup --version
632026-06-09T20:42:20.641Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T20:42:20.641Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T20:42:20.650Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T20:42:20.658Z+ cargo --version
672026-06-09T20:42:20.667Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T20:42:20.681Z+ rustc --version
692026-06-09T20:42:20.688Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T20:42:20.699Zprocess exited: duration 16699 ms, exit code 0
 
712026-06-09T20:42:20.742Zstarting task 2: "authentication"
722026-06-09T20:42:20.784Zprocess exited: duration 45 ms, exit code 0
 
732026-06-09T20:42:20.813Zstarting task 3: "clone repository"
742026-06-09T20:42:20.822Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T20:42:20.825Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T20:42:20.865ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T20:43:02.233Z+ cd /work/oxidecomputer/omicron
782026-06-09T20:43:02.233Z+ git fetch origin 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
792026-06-09T20:43:02.612ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T20:43:02.612Z * branch 2acb24a22511a70b19b9bac7d4ff0d36be6646ea -> FETCH_HEAD
812026-06-09T20:43:02.628Z+ [[ -n turin-v2-cleanup ]]
822026-06-09T20:43:02.630Z++ git branch --show-current
832026-06-09T20:43:02.635Z+ current=main
842026-06-09T20:43:02.635Z+ [[ main != turin-v2-cleanup ]]
852026-06-09T20:43:02.635Z+ git branch -f turin-v2-cleanup 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
862026-06-09T20:43:02.637Z+ git checkout -f turin-v2-cleanup
872026-06-09T20:43:02.700ZSwitched to branch 'turin-v2-cleanup'
882026-06-09T20:43:02.703Z+ git reset --hard 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
892026-06-09T20:43:02.763ZHEAD is now at 2acb24a22 typoed while fixing a tpo
902026-06-09T20:43:02.766Zprocess exited: duration 41952 ms, exit code 0
 
912026-06-09T20:43:02.772Zstarting task 4: "build"
922026-06-09T20:43:02.777Z+ source .github/buildomat/ci-env.sh
932026-06-09T20:43:02.781Z++ export CARGO_TERM_COLOR=always
942026-06-09T20:43:02.781Z++ CARGO_TERM_COLOR=always
952026-06-09T20:43:02.781Z+ cargo --version
962026-06-09T20:43:02.788Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-09T20:43:02.791Z+ rustc --version
982026-06-09T20:43:02.813Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-09T20:43:02.816Z+ WORK=/work
1002026-06-09T20:43:02.816Z+ pfexec mkdir -p /work
1012026-06-09T20:43:02.819Z+ pfexec chown build /work
1022026-06-09T20:43:02.822Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-09T20:43:04.850Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-09T20:43:04.934Z Startup: Caching catalogs ... Done
1052026-06-09T20:43:05.266ZPlanning: Solver setup ... Done (0.283s)
1062026-06-09T20:43:05.287ZPlanning: Running solver ... Done (0.021s)
1072026-06-09T20:43:05.294ZPlanning: Finding local manifests ... Done (0.004s)
1082026-06-09T20:43:05.305ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-09T20:43:05.323ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-09T20:43:05.339ZPlanning: Package planning ... Done (0.016s)
1112026-06-09T20:43:05.342ZPlanning: Merging actions ... Done (0.001s)
1122026-06-09T20:43:05.530ZPlanning: Checking for conflicting actions ... Done (0.189s)
1132026-06-09T20:43:05.533ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-09T20:43:06.429ZPlanning: Evaluating mediators ... Done (0.898s)
1152026-06-09T20:43:06.432ZPlanning: Planning completed in 1.47 seconds
1162026-06-09T20:43:06.440Z Packages to install: 2
1172026-06-09T20:43:06.440Z Estimated space available: 156.07 GB
1182026-06-09T20:43:06.440ZEstimated space to be consumed: 25.34 MB
1192026-06-09T20:43:06.440Z Create boot environment: No
1202026-06-09T20:43:06.443ZCreate backup boot environment: No
1212026-06-09T20:43:06.443Z Rebuild boot archive: No
1222026-06-09T20:43:06.443Z
1232026-06-09T20:43:06.443ZChanged packages:
1242026-06-09T20:43:06.443Zhelios
1252026-06-09T20:43:06.443Z developer/build-essential
1262026-06-09T20:43:06.443Z None -> 11-3.0
1272026-06-09T20:43:06.443Z library/libxmlsec1
1282026-06-09T20:43:06.443Z None -> 1.2.35-3.0
1292026-06-09T20:43:06.465Z
1302026-06-09T20:43:06.465ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-09T20:43:07.722ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1322026-06-09T20:43:07.812Z Actions: 1/268 actions (Installing new actions)
1332026-06-09T20:43:07.851Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-09T20:43:07.861ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-09T20:43:07.864ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-09T20:43:07.885ZFinalize: Updating image state ... Done (0.023s)
1372026-06-09T20:43:10.485ZFinalize: Creating fast lookup database ... Done (2.578s)
1382026-06-09T20:43:10.552ZFinalize: Reading search index ... Done (0.013s)
1392026-06-09T20:43:10.555ZFinalize: Updating search index ... Done (0.000s)
1402026-06-09T20:43:10.660ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-09T20:43:10.976ZPlanning: Evaluating mediator changes ... Done
1422026-06-09T20:43:11.073ZPlanning: Checking for conflicting actions ... Done
1432026-06-09T20:43:11.091ZPlanning: Consolidating action changes ... Done
1442026-06-09T20:43:11.237ZPlanning: Evaluating mediators ... Done
1452026-06-09T20:43:11.256ZPlanning: Planning completed in 0.26 seconds
1462026-06-09T20:43:11.280Z Mediators to change: 2
1472026-06-09T20:43:11.280Z Create boot environment: No
1482026-06-09T20:43:11.280ZCreate backup boot environment: No
1492026-06-09T20:43:11.328ZFinalize: Updating package state database ... Done
1502026-06-09T20:43:11.328ZFinalize: Updating package cache ... Done
1512026-06-09T20:43:11.349ZFinalize: Updating image state ... Done
1522026-06-09T20:43:13.304ZFinalize: Creating fast lookup database ... Done
1532026-06-09T20:43:13.365ZFinalize: Reading search index ... Done
1542026-06-09T20:43:13.370ZFinalize: Updating search index ... Done
1552026-06-09T20:43:13.460ZFinalize: Updating package cache ... Done
1562026-06-09T20:43:13.753ZPlanning: Evaluating mediator changes ... Done
1572026-06-09T20:43:13.859ZPlanning: Checking for conflicting actions ... Done
1582026-06-09T20:43:13.880ZPlanning: Consolidating action changes ... Done
1592026-06-09T20:43:14.019ZPlanning: Evaluating mediators ... Done
1602026-06-09T20:43:14.025ZPlanning: Planning completed in 0.27 seconds
1612026-06-09T20:43:14.040Z Mediators to change: 1
1622026-06-09T20:43:14.040Z Create boot environment: No
1632026-06-09T20:43:14.040ZCreate backup boot environment: No
1642026-06-09T20:43:14.095ZFinalize: Updating package state database ... Done
1652026-06-09T20:43:14.095ZFinalize: Updating package cache ... Done
1662026-06-09T20:43:14.110ZFinalize: Updating image state ... Done
1672026-06-09T20:43:16.068ZFinalize: Creating fast lookup database ... Done
1682026-06-09T20:43:16.128ZFinalize: Reading search index ... Done
1692026-06-09T20:43:16.132ZFinalize: Updating search index ... Done
1702026-06-09T20:43:16.223ZFinalize: Updating package cache ... Done
1712026-06-09T20:43:16.540ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-09T20:43:16.540Zapache system 2.4 system
1732026-06-09T20:43:16.540Zclang system 15 system
1742026-06-09T20:43:16.540Zcsh system system illumos
1752026-06-09T20:43:16.540Zctags system system illumos
1762026-06-09T20:43:16.540Zfile vendor vendor darwinsys
1772026-06-09T20:43:16.540Zfile system system illumos
1782026-06-09T20:43:16.540Zgcc vendor 14 vendor
1792026-06-09T20:43:16.540Zgcc system 13 system
1802026-06-09T20:43:16.540Zgcc system 10 system
1812026-06-09T20:43:16.540Zgo system 1.25 system
1822026-06-09T20:43:16.540Zllvm system 15 system
1832026-06-09T20:43:16.540Zmariadb system 11.4 system
1842026-06-09T20:43:16.540Zmta vendor vendor dma
1852026-06-09T20:43:16.540Zopenjdk system 17 system
1862026-06-09T20:43:16.540Zopenjdk system 11 system
1872026-06-09T20:43:16.540Zopenssl vendor 3 vendor
1882026-06-09T20:43:16.540Zperl system 5.40 system
1892026-06-09T20:43:16.540Zpostgresql system 18 system
1902026-06-09T20:43:16.541Zpostgresql system 17 system
1912026-06-09T20:43:16.541Zpython vendor 3 vendor
1922026-06-09T20:43:16.541Zpython system 2 system
1932026-06-09T20:43:16.541Zpython3 vendor 3.13 vendor
1942026-06-09T20:43:16.541Zruby system 3.4 system
1952026-06-09T20:43:16.541Zruby system 3.0 system
1962026-06-09T20:43:16.541Zwords vendor vendor american-english
1972026-06-09T20:43:16.541Zwords system system australian-english
1982026-06-09T20:43:16.541Zwords system system british-english
1992026-06-09T20:43:16.541Zwords system system canadian-english
2002026-06-09T20:43:16.541Zwords system system french
2012026-06-09T20:43:16.541Zwords system system italian
2022026-06-09T20:43:16.541Zwords system system ngerman
2032026-06-09T20:43:16.541Zwords system system ogerman
2042026-06-09T20:43:16.541Zwords system system spanish
2052026-06-09T20:43:16.805ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-09T20:43:16.805Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-09T20:43:17.098ZFMRI IFO
2082026-06-09T20:43:17.098Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-09T20:43:17.098Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-09T20:43:17.098Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-09T20:43:17.098Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-09T20:43:17.098Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-09T20:43:17.098Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-09T20:43:17.098Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-09T20:43:17.098Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-09T20:43:17.098Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-09T20:43:17.340Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-09T20:43:17.619Z Updating crates.io index
2192026-06-09T20:43:17.622Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-09T20:43:17.876Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-09T20:43:18.806Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-09T20:43:19.646Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-09T20:43:20.492Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-09T20:43:21.150Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-09T20:43:22.744Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-09T20:43:23.575Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-09T20:43:24.080Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-09T20:43:25.901Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-09T20:43:26.320Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-09T20:43:26.740Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-09T20:43:27.071Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-09T20:43:28.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-09T20:43:28.698Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-09T20:43:29.008Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-09T20:43:29.351Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-09T20:43:29.650Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-09T20:43:30.206Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-09T20:43:30.440Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-09T20:43:30.713Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-09T20:43:31.025Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-09T20:43:31.439Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-09T20:43:32.025Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-09T20:43:32.437Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-09T20:43:32.985Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-09T20:43:33.427Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-09T20:43:33.795Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-09T20:43:35.026Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-09T20:43:35.660Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-09T20:43:36.176Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-09T20:43:36.593Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-09T20:43:36.922Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-09T20:43:37.268Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-09T20:43:37.583Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-09T20:43:37.919Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-09T20:43:38.360Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-09T20:43:38.615Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-09T20:43:38.887Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-09T20:43:39.109Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-09T20:43:39.506Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-09T20:43:51.795Z Downloading crates ...
2612026-06-09T20:43:51.852Z Downloaded crypto-common v0.1.7
2622026-06-09T20:43:51.859Z Downloaded anyhow v1.0.102
2632026-06-09T20:43:51.862Z Downloaded usdt-macro v0.5.0
2642026-06-09T20:43:51.862Z Downloaded smawk v0.3.2
2652026-06-09T20:43:51.862Z Downloaded heck v0.4.1
2662026-06-09T20:43:51.868Z Downloaded cargo-util-schemas v0.8.2
2672026-06-09T20:43:51.871Z Downloaded dof v0.3.0
2682026-06-09T20:43:51.871Z Downloaded autocfg v1.5.0
2692026-06-09T20:43:51.871Z Downloaded yoke-derive v0.8.1
2702026-06-09T20:43:51.871Z Downloaded block-buffer v0.10.4
2712026-06-09T20:43:51.872Z Downloaded anstyle v1.0.14
2722026-06-09T20:43:51.877Z Downloaded winnow v0.7.14
2732026-06-09T20:43:51.883Z Downloaded thread-id v4.2.2
2742026-06-09T20:43:51.886Z Downloaded digest v0.10.7
2752026-06-09T20:43:51.886Z Downloaded unicode-xid v0.2.6
2762026-06-09T20:43:51.886Z Downloaded toml_datetime v0.6.11
2772026-06-09T20:43:51.889Z Downloaded textwrap v0.16.2
2782026-06-09T20:43:51.892Z Downloaded anstyle-parse v1.0.0
2792026-06-09T20:43:51.894Z Downloaded cargo-platform v0.2.0
2802026-06-09T20:43:51.894Z Downloaded yoke v0.8.1
2812026-06-09T20:43:51.895Z Downloaded unicode-ident v1.0.24
2822026-06-09T20:43:51.898Z Downloaded camino-tempfile v1.4.1
2832026-06-09T20:43:51.898Z Downloaded thiserror-impl v1.0.69
2842026-06-09T20:43:51.901Z Downloaded version_check v0.9.5
2852026-06-09T20:43:51.901Z Downloaded zerovec-derive v0.11.2
2862026-06-09T20:43:51.903Z Downloaded zerofrom-derive v0.1.6
2872026-06-09T20:43:51.903Z Downloaded usdt-attr-macro v0.5.0
2882026-06-09T20:43:51.903Z Downloaded toml_write v0.1.2
2892026-06-09T20:43:51.904Z Downloaded cpufeatures v0.2.17
2902026-06-09T20:43:51.907Z Downloaded cargo_toml v0.21.0
2912026-06-09T20:43:51.907Z Downloaded usdt v0.5.0
2922026-06-09T20:43:51.908Z Downloaded utf8_iter v1.0.4
2932026-06-09T20:43:51.908Z Downloaded thiserror v2.0.18
2942026-06-09T20:43:51.911Z Downloaded unicode-linebreak v0.1.5
2952026-06-09T20:43:51.911Z Downloaded utf8parse v0.2.2
2962026-06-09T20:43:51.911Z Downloaded typeid v1.0.3
2972026-06-09T20:43:51.914Z Downloaded tinystr v0.8.2
2982026-06-09T20:43:51.920Z Downloaded anstyle-query v1.1.5
2992026-06-09T20:43:51.923Z Downloaded toml v0.8.23
3002026-06-09T20:43:51.923Z Downloaded colorchoice v1.0.4
3012026-06-09T20:43:51.923Z Downloaded anstream v1.0.0
3022026-06-09T20:43:51.923Z Downloaded clap_lex v1.0.0
3032026-06-09T20:43:51.926Z Downloaded zerofrom v0.1.6
3042026-06-09T20:43:51.926Z Downloaded is_terminal_polyfill v1.70.2
3052026-06-09T20:43:51.929Z Downloaded thiserror-impl v2.0.18
3062026-06-09T20:43:51.929Z Downloaded heck v0.5.0
3072026-06-09T20:43:51.931Z Downloaded ucd-trie v0.1.7
3082026-06-09T20:43:51.936Z Downloaded displaydoc v0.2.5
3092026-06-09T20:43:51.936Z Downloaded bytecount v0.6.9
3102026-06-09T20:43:51.939Z Downloaded thiserror v1.0.69
3112026-06-09T20:43:51.942Z Downloaded form_urlencoded v1.2.2
3122026-06-09T20:43:51.945Z Downloaded equivalent v1.0.2
3132026-06-09T20:43:51.945Z Downloaded generic-array v0.14.7
3142026-06-09T20:43:51.945Z Downloaded cargo_metadata v0.21.0
3152026-06-09T20:43:51.950Z Downloaded fnv v1.0.7
3162026-06-09T20:43:51.954Z Downloaded zmij v1.0.21
3172026-06-09T20:43:51.954Z Downloaded serde_spanned v0.6.9
3182026-06-09T20:43:51.954Z Downloaded potential_utf v0.1.4
3192026-06-09T20:43:51.954Z Downloaded itoa v1.0.17
3202026-06-09T20:43:51.954Z Downloaded idna_adapter v1.2.1
3212026-06-09T20:43:51.954Z Downloaded zerocopy-derive v0.7.35
3222026-06-09T20:43:51.958Z Downloaded usdt-impl v0.5.0
3232026-06-09T20:43:51.958Z Downloaded fastrand v2.3.0
3242026-06-09T20:43:51.958Z Downloaded writeable v0.6.2
3252026-06-09T20:43:51.961Z Downloaded macaddr v1.0.1
3262026-06-09T20:43:51.961Z Downloaded proc-macro-error-attr v1.0.4
3272026-06-09T20:43:51.961Z Downloaded errno v0.3.14
3282026-06-09T20:43:51.964Z Downloaded zerotrie v0.2.3
3292026-06-09T20:43:51.971Z Downloaded url v2.5.8
3302026-06-09T20:43:51.975Z Downloaded toml_edit v0.22.27
3312026-06-09T20:43:51.979Z Downloaded strsim v0.11.1
3322026-06-09T20:43:51.979Z Downloaded stable_deref_trait v1.2.1
3332026-06-09T20:43:51.981Z Downloaded pretty-hex v0.4.1
3342026-06-09T20:43:51.981Z Downloaded typenum v1.19.0
3352026-06-09T20:43:51.982Z Downloaded percent-encoding v2.3.2
3362026-06-09T20:43:51.982Z Downloaded zerovec v0.11.5
3372026-06-09T20:43:51.984Z Downloaded dtrace-parser v0.2.0
3382026-06-09T20:43:51.987Z Downloaded zerocopy v0.7.35
3392026-06-09T20:43:51.994Z Downloaded tabled_derive v0.7.0
3402026-06-09T20:43:51.997Z Downloaded clap_derive v4.6.1
3412026-06-09T20:43:51.997Z Downloaded bitflags v2.11.0
3422026-06-09T20:43:52.000Z Downloaded serde-value v0.7.0
3432026-06-09T20:43:52.000Z Downloaded scroll_derive v0.12.1
3442026-06-09T20:43:52.000Z Downloaded ordered-float v2.10.1
3452026-06-09T20:43:52.004Z Downloaded unicode-width v0.2.0
3462026-06-09T20:43:52.007Z Downloaded memmap v0.7.0
3472026-06-09T20:43:52.007Z Downloaded unicode-width v0.1.14
3482026-06-09T20:43:52.010Z Downloaded terminal_size v0.4.3
3492026-06-09T20:43:52.010Z Downloaded swrite v0.1.0
3502026-06-09T20:43:52.013Z Downloaded erased-serde v0.4.9
3512026-06-09T20:43:52.017Z Downloaded cfg-if v1.0.4
3522026-06-09T20:43:52.020Z Downloaded byteorder v1.5.0
3532026-06-09T20:43:52.023Z Downloaded proc-macro-error v1.0.4
3542026-06-09T20:43:52.023Z Downloaded sha2 v0.10.9
3552026-06-09T20:43:52.026Z Downloaded serde_tokenstream v0.2.3
3562026-06-09T20:43:52.030Z Downloaded pest_derive v2.8.6
3572026-06-09T20:43:52.036Z Downloaded synstructure v0.13.2
3582026-06-09T20:43:52.040Z Downloaded serde-untagged v0.1.9
3592026-06-09T20:43:52.040Z Downloaded fs-err v3.3.0
3602026-06-09T20:43:52.043Z Downloaded clap v4.6.1
3612026-06-09T20:43:52.047Z Downloaded plain v0.2.3
3622026-06-09T20:43:52.050Z Downloaded quote v1.0.45
3632026-06-09T20:43:52.057Z Downloaded smallvec v1.15.1
3642026-06-09T20:43:52.059Z Downloaded camino v1.2.2
3652026-06-09T20:43:52.060Z Downloaded once_cell v1.21.3
3662026-06-09T20:43:52.062Z Downloaded litemap v0.8.1
3672026-06-09T20:43:52.065Z Downloaded getrandom v0.4.1
3682026-06-09T20:43:52.068Z Downloaded semver v1.0.28
3692026-06-09T20:43:52.073Z Downloaded scroll v0.12.0
3702026-06-09T20:43:52.081Z Downloaded pest_generator v2.8.6
3712026-06-09T20:43:52.085Z Downloaded tempfile v3.25.0
3722026-06-09T20:43:52.088Z Downloaded icu_properties v2.1.2
3732026-06-09T20:43:52.092Z Downloaded log v0.4.29
3742026-06-09T20:43:52.095Z Downloaded serde_core v1.0.228
3752026-06-09T20:43:52.108Z Downloaded icu_locale_core v2.1.1
3762026-06-09T20:43:52.112Z Downloaded num-traits v0.2.19
3772026-06-09T20:43:52.115Z Downloaded icu_provider v2.1.1
3782026-06-09T20:43:52.118Z Downloaded proc-macro2 v1.0.106
3792026-06-09T20:43:52.118Z Downloaded icu_normalizer v2.1.1
3802026-06-09T20:43:52.122Z Downloaded pest_meta v2.8.6
3812026-06-09T20:43:52.125Z Downloaded papergrid v0.11.0
3822026-06-09T20:43:52.129Z Downloaded icu_normalizer_data v2.1.1
3832026-06-09T20:43:52.129Z Downloaded serde_derive v1.0.228
3842026-06-09T20:43:52.143Z Downloaded serde v1.0.228
3852026-06-09T20:43:52.158Z Downloaded icu_collections v2.1.1
3862026-06-09T20:43:52.161Z Downloaded memchr v2.8.0
3872026-06-09T20:43:52.164Z Downloaded indexmap v2.14.0
3882026-06-09T20:43:52.187Z Downloaded pest v2.8.6
3892026-06-09T20:43:52.191Z Downloaded idna v1.1.0
3902026-06-09T20:43:52.194Z Downloaded icu_properties_data v2.1.2
3912026-06-09T20:43:52.197Z Downloaded clap_builder v4.6.0
3922026-06-09T20:43:52.202Z Downloaded goblin v0.8.2
3932026-06-09T20:43:52.206Z Downloaded serde_json v1.0.149
3942026-06-09T20:43:52.209Z Downloaded hashbrown v0.17.0
3952026-06-09T20:43:52.211Z Downloaded tabled v0.15.0
3962026-06-09T20:43:52.223Z Downloaded syn v1.0.109
3972026-06-09T20:43:52.232Z Downloaded syn v2.0.117
3982026-06-09T20:43:52.238Z Downloaded libc v0.2.185
3992026-06-09T20:43:52.256Z Downloaded rustix v1.1.3
4002026-06-09T20:43:52.319Z Compiling proc-macro2 v1.0.106
4012026-06-09T20:43:52.319Z Compiling quote v1.0.45
4022026-06-09T20:43:52.322Z Compiling unicode-ident v1.0.24
4032026-06-09T20:43:52.322Z Compiling serde_core v1.0.228
4042026-06-09T20:43:52.322Z Compiling libc v0.2.185
4052026-06-09T20:43:52.322Z Compiling version_check v0.9.5
4062026-06-09T20:43:52.322Z Compiling memchr v2.8.0
4072026-06-09T20:43:52.323Z Compiling serde v1.0.228
4082026-06-09T20:43:52.323Z Compiling stable_deref_trait v1.2.1
4092026-06-09T20:43:52.323Z Compiling zmij v1.0.21
4102026-06-09T20:43:52.323Z Compiling thiserror v1.0.69
4112026-06-09T20:43:52.323Z Compiling autocfg v1.5.0
4122026-06-09T20:43:52.323Z Compiling itoa v1.0.17
4132026-06-09T20:43:52.537Z Compiling ucd-trie v0.1.7
4142026-06-09T20:43:52.578Z Compiling writeable v0.6.2
4152026-06-09T20:43:52.730Z Compiling litemap v0.8.1
4162026-06-09T20:43:52.765Z Compiling rustix v1.1.3
4172026-06-09T20:43:52.800Z Compiling icu_properties_data v2.1.2
4182026-06-09T20:43:52.961Z Compiling icu_normalizer_data v2.1.1
4192026-06-09T20:43:52.961Z Compiling byteorder v1.5.0
4202026-06-09T20:43:53.011Z Compiling serde_json v1.0.149
4212026-06-09T20:43:53.029Z Compiling bitflags v2.11.0
4222026-06-09T20:43:53.046Z Compiling equivalent v1.0.2
4232026-06-09T20:43:53.064Z Compiling pest v2.8.6
4242026-06-09T20:43:53.243Z Compiling num-traits v0.2.19
4252026-06-09T20:43:53.282Z Compiling hashbrown v0.17.0
4262026-06-09T20:43:53.368Z Compiling smallvec v1.15.1
4272026-06-09T20:43:53.386Z Compiling typeid v1.0.3
4282026-06-09T20:43:53.440Z Compiling usdt-impl v0.5.0
4292026-06-09T20:43:53.444Z Compiling proc-macro-error-attr v1.0.4
4302026-06-09T20:43:53.506Z Compiling winnow v0.7.14
4312026-06-09T20:43:53.541Z Compiling toml_write v0.1.2
4322026-06-09T20:43:53.545Z Compiling syn v1.0.109
4332026-06-09T20:43:53.545Z Compiling erased-serde v0.4.9
4342026-06-09T20:43:53.689Z Compiling errno v0.3.14
4352026-06-09T20:43:53.745Z Compiling thread-id v4.2.2
4362026-06-09T20:43:53.785Z Compiling proc-macro-error v1.0.4
4372026-06-09T20:43:53.788Z Compiling getrandom v0.4.1
4382026-06-09T20:43:53.857Z Compiling indexmap v2.14.0
4392026-06-09T20:43:53.894Z Compiling syn v2.0.117
4402026-06-09T20:43:53.933Z Compiling thiserror v2.0.18
4412026-06-09T20:43:53.983Z Compiling percent-encoding v2.3.2
4422026-06-09T20:43:54.004Z Compiling camino v1.2.2
4432026-06-09T20:43:54.023Z Compiling log v0.4.29
4442026-06-09T20:43:54.023Z Compiling plain v0.2.3
4452026-06-09T20:43:54.058Z Compiling utf8_iter v1.0.4
4462026-06-09T20:43:54.075Z Compiling utf8parse v0.2.2
4472026-06-09T20:43:54.217Z Compiling form_urlencoded v1.2.2
4482026-06-09T20:43:54.240Z Compiling pest_meta v2.8.6
4492026-06-09T20:43:54.259Z Compiling anstyle-parse v1.0.0
4502026-06-09T20:43:54.421Z Compiling ordered-float v2.10.1
4512026-06-09T20:43:54.460Z Compiling is_terminal_polyfill v1.70.2
4522026-06-09T20:43:54.498Z Compiling pretty-hex v0.4.1
4532026-06-09T20:43:54.501Z Compiling colorchoice v1.0.4
4542026-06-09T20:43:54.501Z Compiling cfg-if v1.0.4
4552026-06-09T20:43:54.557Z Compiling anstyle-query v1.1.5
4562026-06-09T20:43:54.593Z Compiling anstyle v1.0.14
4572026-06-09T20:43:54.649Z Compiling fs-err v3.3.0
4582026-06-09T20:43:54.669Z Compiling bytecount v0.6.9
4592026-06-09T20:43:54.687Z Compiling anyhow v1.0.102
4602026-06-09T20:43:54.705Z Compiling unicode-xid v0.2.6
4612026-06-09T20:43:54.724Z Compiling heck v0.4.1
4622026-06-09T20:43:54.825Z Compiling terminal_size v0.4.3
4632026-06-09T20:43:54.863Z Compiling anstream v1.0.0
4642026-06-09T20:43:54.883Z Compiling semver v1.0.28
4652026-06-09T20:43:54.977Z Compiling unicode-width v0.1.14
4662026-06-09T20:43:54.993Z Compiling once_cell v1.21.3
4672026-06-09T20:43:55.024Z Compiling fnv v1.0.7
4682026-06-09T20:43:55.056Z Compiling clap_lex v1.0.0
4692026-06-09T20:43:55.076Z Compiling heck v0.5.0
4702026-06-09T20:43:55.100Z Compiling strsim v0.11.1
4712026-06-09T20:43:55.145Z Compiling fastrand v2.3.0
4722026-06-09T20:43:55.234Z Compiling serde-untagged v0.1.9
4732026-06-09T20:43:55.252Z Compiling papergrid v0.11.0
4742026-06-09T20:43:55.310Z Compiling clap_builder v4.6.0
4752026-06-09T20:43:55.328Z Compiling memmap v0.7.0
4762026-06-09T20:43:55.331Z Compiling unicode-linebreak v0.1.5
4772026-06-09T20:43:55.331Z Compiling smawk v0.3.2
4782026-06-09T20:43:55.397Z Compiling tempfile v3.25.0
4792026-06-09T20:43:55.444Z Compiling unicode-width v0.2.0
4802026-06-09T20:43:55.517Z Compiling swrite v0.1.0
4812026-06-09T20:43:55.536Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-09T20:43:55.630Z Compiling camino-tempfile v1.4.1
4832026-06-09T20:43:55.690Z Compiling textwrap v0.16.2
4842026-06-09T20:43:56.008Z Compiling tabled_derive v0.7.0
4852026-06-09T20:43:56.501Z Compiling synstructure v0.13.2
4862026-06-09T20:43:56.504Z Compiling pest_generator v2.8.6
4872026-06-09T20:43:56.700Z Compiling tabled v0.15.0
4882026-06-09T20:43:57.064Z Compiling serde_derive v1.0.228
4892026-06-09T20:43:57.064Z Compiling zerofrom-derive v0.1.6
4902026-06-09T20:43:57.068Z Compiling yoke-derive v0.8.1
4912026-06-09T20:43:57.068Z Compiling zerovec-derive v0.11.2
4922026-06-09T20:43:57.101Z Compiling displaydoc v0.2.5
4932026-06-09T20:43:57.104Z Compiling thiserror-impl v1.0.69
4942026-06-09T20:43:57.137Z Compiling zerocopy-derive v0.7.35
4952026-06-09T20:43:57.170Z Compiling pest_derive v2.8.6
4962026-06-09T20:43:57.217Z Compiling scroll_derive v0.12.1
4972026-06-09T20:43:57.246Z Compiling thiserror-impl v2.0.18
4982026-06-09T20:43:57.283Z Compiling clap_derive v4.6.1
4992026-06-09T20:43:57.909Z Compiling scroll v0.12.0
5002026-06-09T20:43:57.928Z Compiling zerocopy v0.7.35
5012026-06-09T20:43:58.135Z Compiling zerofrom v0.1.6
5022026-06-09T20:43:58.152Z Compiling goblin v0.8.2
5032026-06-09T20:43:58.241Z Compiling yoke v0.8.1
5042026-06-09T20:43:58.257Z Compiling dtrace-parser v0.2.0
5052026-06-09T20:43:58.400Z Compiling zerovec v0.11.5
5062026-06-09T20:43:58.400Z Compiling zerotrie v0.2.3
5072026-06-09T20:43:58.637Z Compiling clap v4.6.1
5082026-06-09T20:43:58.821Z Compiling tinystr v0.8.2
5092026-06-09T20:43:58.821Z Compiling potential_utf v0.1.4
5102026-06-09T20:43:58.950Z Compiling icu_collections v2.1.1
5112026-06-09T20:43:58.971Z Compiling icu_locale_core v2.1.1
5122026-06-09T20:43:59.500Z Compiling icu_provider v2.1.1
5132026-06-09T20:43:59.567Z Compiling serde_spanned v0.6.9
5142026-06-09T20:43:59.567Z Compiling toml_datetime v0.6.11
5152026-06-09T20:43:59.570Z Compiling serde-value v0.7.0
5162026-06-09T20:43:59.570Z Compiling cargo-platform v0.2.0
5172026-06-09T20:43:59.570Z Compiling macaddr v1.0.1
5182026-06-09T20:43:59.637Z Compiling dof v0.3.0
5192026-06-09T20:43:59.657Z Compiling serde_tokenstream v0.2.3
5202026-06-09T20:43:59.802Z Compiling icu_normalizer v2.1.1
5212026-06-09T20:43:59.802Z Compiling icu_properties v2.1.2
5222026-06-09T20:43:59.820Z Compiling toml_edit v0.22.27
5232026-06-09T20:44:00.350Z Compiling usdt-macro v0.5.0
5242026-06-09T20:44:00.354Z Compiling usdt-attr-macro v0.5.0
5252026-06-09T20:44:00.602Z Compiling idna_adapter v1.2.1
5262026-06-09T20:44:00.710Z Compiling idna v1.1.0
5272026-06-09T20:44:00.937Z Compiling usdt v0.5.0
5282026-06-09T20:44:00.974Z Compiling url v2.5.8
5292026-06-09T20:44:01.097Z Compiling toml v0.8.23
5302026-06-09T20:44:01.438Z Compiling cargo-util-schemas v0.8.2
5312026-06-09T20:44:01.441Z Compiling cargo_toml v0.21.0
5322026-06-09T20:44:02.236Z Compiling cargo_metadata v0.21.0
5332026-06-09T20:44:03.168Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-09T20:44:05.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.12s
5352026-06-09T20:44:05.559Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-09T20:44:06.120Z Downloading crates ...
5372026-06-09T20:44:06.211Z Downloaded async-stream-impl v0.3.6
5382026-06-09T20:44:06.215Z Downloaded aead v0.5.2
5392026-06-09T20:44:06.234Z Downloaded atomic-waker v1.1.2
5402026-06-09T20:44:06.242Z Downloaded async-recursion v1.1.1
5412026-06-09T20:44:06.245Z Downloaded bit-set v0.8.0
5422026-06-09T20:44:06.248Z Downloaded atty v0.2.14
5432026-06-09T20:44:06.248Z Downloaded atomicwrites v0.4.4
5442026-06-09T20:44:06.251Z Downloaded async-trait v0.1.89
5452026-06-09T20:44:06.256Z Downloaded backon v1.6.0
5462026-06-09T20:44:06.258Z Downloaded crossbeam-deque v0.8.6
5472026-06-09T20:44:06.261Z Downloaded crossbeam-utils v0.8.21
5482026-06-09T20:44:06.261Z Downloaded crossbeam-epoch v0.9.18
5492026-06-09T20:44:06.264Z Downloaded crc8 v0.1.1
5502026-06-09T20:44:06.264Z Downloaded crc-any v2.5.0
5512026-06-09T20:44:06.267Z Downloaded async-bb8-diesel v0.2.1
5522026-06-09T20:44:06.269Z Downloaded ahash v0.8.12
5532026-06-09T20:44:06.270Z Downloaded endian-type v0.1.2
5542026-06-09T20:44:06.273Z Downloaded debug-ignore v1.0.5
5552026-06-09T20:44:06.274Z Downloaded darling_macro v0.13.4
5562026-06-09T20:44:06.274Z Downloaded darling v0.20.11
5572026-06-09T20:44:06.277Z Downloaded cfg_aliases v0.1.1
5582026-06-09T20:44:06.277Z Downloaded crc-catalog v2.4.0
5592026-06-09T20:44:06.279Z Downloaded crucible-workspace-hack v0.1.0
5602026-06-09T20:44:06.279Z Downloaded bcrypt-pbkdf v0.10.0
5612026-06-09T20:44:06.280Z Downloaded bitfield-macros v0.19.4
5622026-06-09T20:44:06.283Z Downloaded dirs-next v2.0.0
5632026-06-09T20:44:06.283Z Downloaded cfg_aliases v0.2.1
5642026-06-09T20:44:06.283Z Downloaded array-init v0.0.4
5652026-06-09T20:44:06.283Z Downloaded crc32fast v1.5.0
5662026-06-09T20:44:06.285Z Downloaded enum-as-inner v0.6.1
5672026-06-09T20:44:06.288Z Downloaded ciborium-io v0.2.2
5682026-06-09T20:44:06.288Z Downloaded defmt-parser v1.0.0
5692026-06-09T20:44:06.288Z Downloaded cobs v0.3.0
5702026-06-09T20:44:06.293Z Downloaded embedded-io v0.6.1
5712026-06-09T20:44:06.293Z Downloaded dunce v1.0.5
5722026-06-09T20:44:06.293Z Downloaded dtrace-parser v0.3.0
5732026-06-09T20:44:06.293Z Downloaded bb8 v0.8.6
5742026-06-09T20:44:06.296Z Downloaded block-padding v0.3.3
5752026-06-09T20:44:06.296Z Downloaded erased-serde v0.3.31
5762026-06-09T20:44:06.296Z Downloaded curve25519-dalek-derive v0.1.1
5772026-06-09T20:44:06.296Z Downloaded crunchy v0.2.4
5782026-06-09T20:44:06.301Z Downloaded dropshot-api-manager-types v0.7.2
5792026-06-09T20:44:06.301Z Downloaded diesel-dtrace v0.5.0
5802026-06-09T20:44:06.301Z Downloaded csv-core v0.1.13
5812026-06-09T20:44:06.301Z Downloaded critical-section v1.2.0
5822026-06-09T20:44:06.305Z Downloaded base16ct v0.2.0
5832026-06-09T20:44:06.305Z Downloaded env_filter v1.0.0
5842026-06-09T20:44:06.305Z Downloaded compression-codecs v0.4.37
5852026-06-09T20:44:06.308Z Downloaded bit-vec v0.6.3
5862026-06-09T20:44:06.308Z Downloaded cexpr v0.6.0
5872026-06-09T20:44:06.308Z Downloaded anstyle-parse v0.2.7
5882026-06-09T20:44:06.311Z Downloaded aes v0.8.4
5892026-06-09T20:44:06.314Z Downloaded cargo-platform v0.3.2
5902026-06-09T20:44:06.314Z Downloaded darling_macro v0.20.11
5912026-06-09T20:44:06.314Z Downloaded ascii-canvas v3.0.0
5922026-06-09T20:44:06.317Z Downloaded defmt-macros v1.0.1
5932026-06-09T20:44:06.320Z Downloaded castaway v0.2.4
5942026-06-09T20:44:06.321Z Downloaded dyn-clone v1.0.20
5952026-06-09T20:44:06.323Z Downloaded crc v3.4.0
5962026-06-09T20:44:06.326Z Downloaded document-features v0.2.12
5972026-06-09T20:44:06.326Z Downloaded adler2 v2.0.1
5982026-06-09T20:44:06.329Z Downloaded compression-core v0.4.31
5992026-06-09T20:44:06.329Z Downloaded darling_macro v0.23.0
6002026-06-09T20:44:06.332Z Downloaded assert_matches v1.5.0
6012026-06-09T20:44:06.332Z Downloaded float-cmp v0.10.0
6022026-06-09T20:44:06.335Z Downloaded fd-lock v4.0.4
6032026-06-09T20:44:06.335Z Downloaded arrayref v0.3.9
6042026-06-09T20:44:06.339Z Downloaded cpufeatures v0.3.0
6052026-06-09T20:44:06.342Z Downloaded fixedbitset v0.4.2
6062026-06-09T20:44:06.342Z Downloaded dirs-sys-next v0.1.2
6072026-06-09T20:44:06.345Z Downloaded cassowary v0.3.0
6082026-06-09T20:44:06.345Z Downloaded bit-set v0.5.3
6092026-06-09T20:44:06.345Z Downloaded bitfield v0.19.4
6102026-06-09T20:44:06.348Z Downloaded cstr-argument v0.1.2
6112026-06-09T20:44:06.351Z Downloaded convert_case v0.4.0
6122026-06-09T20:44:06.351Z Downloaded darling_macro v0.21.3
6132026-06-09T20:44:06.354Z Downloaded async-stream v0.3.6
6142026-06-09T20:44:06.357Z Downloaded downcast-rs v2.0.2
6152026-06-09T20:44:06.360Z Downloaded foreign-types-macros v0.2.3
6162026-06-09T20:44:06.360Z Downloaded foreign-types v0.5.0
6172026-06-09T20:44:06.360Z Downloaded foreign-types-shared v0.1.1
6182026-06-09T20:44:06.362Z Downloaded bitfield-struct v0.6.2
6192026-06-09T20:44:06.366Z Downloaded convert_case v0.10.0
6202026-06-09T20:44:06.366Z Downloaded ciborium-ll v0.2.2
6212026-06-09T20:44:06.368Z Downloaded cbc v0.1.2
6222026-06-09T20:44:06.369Z Downloaded embedded-io v0.4.0
6232026-06-09T20:44:06.369Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-06-09T20:44:06.372Z Downloaded camino-tempfile-ext v0.3.3
6252026-06-09T20:44:06.372Z Downloaded foreign-types-shared v0.3.1
6262026-06-09T20:44:06.372Z Downloaded chacha20 v0.9.1
6272026-06-09T20:44:06.374Z Downloaded blowfish v0.9.1
6282026-06-09T20:44:06.374Z Downloaded backoff v0.4.0
6292026-06-09T20:44:06.377Z Downloaded blake2 v0.10.6
6302026-06-09T20:44:06.377Z Downloaded display-error-chain v0.2.2
6312026-06-09T20:44:06.378Z Downloaded difflib v0.4.0
6322026-06-09T20:44:06.380Z Downloaded derive_builder_macro v0.20.2
6332026-06-09T20:44:06.380Z Downloaded argon2 v0.5.3
6342026-06-09T20:44:06.385Z Downloaded ghash v0.5.1
6352026-06-09T20:44:06.385Z Downloaded globwalk v0.9.1
6362026-06-09T20:44:06.385Z Downloaded git-stub v1.0.0
6372026-06-09T20:44:06.388Z Downloaded futures-macro v0.3.32
6382026-06-09T20:44:06.388Z Downloaded futures-io v0.3.32
6392026-06-09T20:44:06.388Z Downloaded ctr v0.9.2
6402026-06-09T20:44:06.388Z Downloaded fallible-iterator v0.2.0
6412026-06-09T20:44:06.388Z Downloaded const_format_proc_macros v0.2.34
6422026-06-09T20:44:06.391Z Downloaded foldhash v0.1.5
6432026-06-09T20:44:06.391Z Downloaded cipher v0.4.4
6442026-06-09T20:44:06.394Z Downloaded foreign-types v0.3.2
6452026-06-09T20:44:06.394Z Downloaded corncobs v0.1.4
6462026-06-09T20:44:06.397Z Downloaded env_logger v0.11.9
6472026-06-09T20:44:06.400Z Downloaded elliptic-curve v0.13.8
6482026-06-09T20:44:06.404Z Downloaded futures-sink v0.3.32
6492026-06-09T20:44:06.404Z Downloaded defmt v0.3.100
6502026-06-09T20:44:06.404Z Downloaded float-ord v0.3.2
6512026-06-09T20:44:06.407Z Downloaded futures-core v0.3.32
6522026-06-09T20:44:06.407Z Downloaded bit-vec v0.8.0
6532026-06-09T20:44:06.407Z Downloaded arrayvec v0.7.6
6542026-06-09T20:44:06.410Z Downloaded futures-task v0.3.32
6552026-06-09T20:44:06.413Z Downloaded funty v2.0.0
6562026-06-09T20:44:06.416Z Downloaded cmake v0.1.57
6572026-06-09T20:44:06.419Z Downloaded bcs v0.1.6
6582026-06-09T20:44:06.419Z Downloaded gethostname v0.5.0
6592026-06-09T20:44:06.422Z Downloaded fxhash v0.2.1
6602026-06-09T20:44:06.425Z Downloaded hash32 v0.2.1
6612026-06-09T20:44:06.425Z Downloaded anstream v0.6.21
6622026-06-09T20:44:06.428Z Downloaded cookie_store v0.22.1
6632026-06-09T20:44:06.428Z Downloaded hash32 v0.3.1
6642026-06-09T20:44:06.431Z Downloaded cookie v0.18.1
6652026-06-09T20:44:06.431Z Downloaded fs-err v2.11.0
6662026-06-09T20:44:06.434Z Downloaded hex v0.4.3
6672026-06-09T20:44:06.434Z Downloaded home v0.5.12
6682026-06-09T20:44:06.436Z Downloaded foldhash v0.2.0
6692026-06-09T20:44:06.436Z Downloaded hex-literal v0.4.1
6702026-06-09T20:44:06.439Z Downloaded headers-core v0.3.0
6712026-06-09T20:44:06.442Z Downloaded hostname v0.4.2
6722026-06-09T20:44:06.442Z Downloaded dof v0.4.0
6732026-06-09T20:44:06.442Z Downloaded aes-gcm v0.10.3
6742026-06-09T20:44:06.445Z Downloaded http-body v1.0.1
6752026-06-09T20:44:06.445Z Downloaded hubpack_derive v0.1.1
6762026-06-09T20:44:06.448Z Downloaded fixedbitset v0.5.7
6772026-06-09T20:44:06.448Z Downloaded ecdsa v0.16.9
6782026-06-09T20:44:06.451Z Downloaded glob v0.3.3
6792026-06-09T20:44:06.451Z Downloaded ff v0.13.1
6802026-06-09T20:44:06.451Z Downloaded colored v2.2.0
6812026-06-09T20:44:06.454Z Downloaded cargo_metadata v0.23.1
6822026-06-09T20:44:06.454Z Downloaded derive_builder_core v0.20.2
6832026-06-09T20:44:06.457Z Downloaded derive-ex v0.1.8
6842026-06-09T20:44:06.457Z Downloaded deranged v0.5.8
6852026-06-09T20:44:06.457Z Downloaded der_derive v0.7.3
6862026-06-09T20:44:06.460Z Downloaded console v0.15.11
6872026-06-09T20:44:06.460Z Downloaded hyper-tls v0.6.0
6882026-06-09T20:44:06.463Z Downloaded cancel-safe-futures v0.1.5
6892026-06-09T20:44:06.464Z Downloaded filetime v0.2.27
6902026-06-09T20:44:06.468Z Downloaded dsl_auto_type v0.2.0
6912026-06-09T20:44:06.468Z Downloaded chacha20 v0.10.0
6922026-06-09T20:44:06.468Z Downloaded either v1.15.0
6932026-06-09T20:44:06.470Z Downloaded defmt v1.0.1
6942026-06-09T20:44:06.473Z Downloaded bitflags v1.3.2
6952026-06-09T20:44:06.473Z Downloaded base64ct v1.8.3
6962026-06-09T20:44:06.477Z Downloaded data-encoding v2.10.0
6972026-06-09T20:44:06.477Z Downloaded ena v0.14.4
6982026-06-09T20:44:06.477Z Downloaded bzip2 v0.6.1
6992026-06-09T20:44:06.480Z Downloaded indoc v1.0.9
7002026-06-09T20:44:06.480Z Downloaded indent_write v2.2.0
7012026-06-09T20:44:06.480Z Downloaded illumos-nvpair-sys v0.2.0
7022026-06-09T20:44:06.483Z Downloaded derive_builder v0.20.2
7032026-06-09T20:44:06.486Z Downloaded internet-checksum v0.2.1
7042026-06-09T20:44:06.486Z Downloaded dropshot_endpoint v0.17.0
7052026-06-09T20:44:06.489Z Downloaded drift v0.2.0
7062026-06-09T20:44:06.493Z Downloaded http-range v0.1.5
7072026-06-09T20:44:06.496Z Downloaded illumos-nvpair v0.3.0
7082026-06-09T20:44:06.496Z Downloaded ident_case v1.0.1
7092026-06-09T20:44:06.496Z Downloaded hubpack v0.1.2
7102026-06-09T20:44:06.499Z Downloaded inout v0.1.4
7112026-06-09T20:44:06.499Z Downloaded highway v1.3.0
7122026-06-09T20:44:06.499Z Downloaded colored v3.1.1
7132026-06-09T20:44:06.502Z Downloaded arc-swap v1.8.2
7142026-06-09T20:44:06.505Z Downloaded is-terminal v0.4.17
7152026-06-09T20:44:06.505Z Downloaded instant v0.1.13
7162026-06-09T20:44:06.505Z Downloaded instability v0.3.11
7172026-06-09T20:44:06.505Z Downloaded flagset v0.4.7
7182026-06-09T20:44:06.508Z Downloaded keccak v0.1.6
7192026-06-09T20:44:06.508Z Downloaded futures-executor v0.3.32
7202026-06-09T20:44:06.508Z Downloaded async-compression v0.4.41
7212026-06-09T20:44:06.512Z Downloaded group v0.13.0
7222026-06-09T20:44:06.515Z Downloaded lazy_static v1.5.0
7232026-06-09T20:44:06.515Z Downloaded http-body-util v0.1.3
7242026-06-09T20:44:06.518Z Downloaded globset v0.4.18
7252026-06-09T20:44:06.518Z Downloaded allocator-api2 v0.2.21
7262026-06-09T20:44:06.521Z Downloaded git-stub-vcs v0.1.0
7272026-06-09T20:44:06.521Z Downloaded buf-list v1.1.2
7282026-06-09T20:44:06.524Z Downloaded hyper-staticfile v0.10.1
7292026-06-09T20:44:06.524Z Downloaded humantime v2.3.0
7302026-06-09T20:44:06.527Z Downloaded linked-hash-map v0.5.6
7312026-06-09T20:44:06.527Z Downloaded kstat-rs v0.2.4
7322026-06-09T20:44:06.527Z Downloaded is_ci v1.2.0
7332026-06-09T20:44:06.530Z Downloaded libscf-sys v1.1.0
7342026-06-09T20:44:06.530Z Downloaded lru-cache v0.1.2
7352026-06-09T20:44:06.530Z Downloaded half v1.8.3
7362026-06-09T20:44:06.532Z Downloaded lalrpop-util v0.19.12
7372026-06-09T20:44:06.532Z Downloaded hostname v0.3.1
7382026-06-09T20:44:06.532Z Downloaded clang-sys v1.8.1
7392026-06-09T20:44:06.535Z Downloaded ciborium v0.2.2
7402026-06-09T20:44:06.535Z Downloaded const-oid v0.9.6
7412026-06-09T20:44:06.538Z Downloaded darling v0.13.4
7422026-06-09T20:44:06.538Z Downloaded diff v0.1.13
7432026-06-09T20:44:06.541Z Downloaded ed25519 v2.2.3
7442026-06-09T20:44:06.541Z Downloaded darling v0.23.0
7452026-06-09T20:44:06.545Z Downloaded lzss v0.8.2
7462026-06-09T20:44:06.548Z Downloaded md-5 v0.10.6
7472026-06-09T20:44:06.548Z Downloaded memoffset v0.9.1
7482026-06-09T20:44:06.548Z Downloaded daft v0.1.7
7492026-06-09T20:44:06.551Z Downloaded find-msvc-tools v0.1.9
7502026-06-09T20:44:06.552Z Downloaded daft-derive v0.1.7
7512026-06-09T20:44:06.554Z Downloaded ipnet v2.11.0
7522026-06-09T20:44:06.555Z Downloaded console v0.16.2
7532026-06-09T20:44:06.557Z Downloaded match_cfg v0.1.0
7542026-06-09T20:44:06.558Z Downloaded maplit v1.0.2
7552026-06-09T20:44:06.558Z Downloaded lru-slab v0.1.2
7562026-06-09T20:44:06.558Z Downloaded indoc v2.0.7
7572026-06-09T20:44:06.560Z Downloaded ingot-types v0.1.2
7582026-06-09T20:44:06.560Z Downloaded impl-trait-for-tuples v0.2.3
7592026-06-09T20:44:06.565Z Downloaded darling_core v0.13.4
7602026-06-09T20:44:06.568Z Downloaded multimap v0.10.1
7612026-06-09T20:44:06.568Z Downloaded constant_time_eq v0.4.2
7622026-06-09T20:44:06.568Z Downloaded byte-wrapper v0.1.0
7632026-06-09T20:44:06.572Z Downloaded maybe-uninit v2.0.0
7642026-06-09T20:44:06.572Z Downloaded lru v0.12.5
7652026-06-09T20:44:06.572Z Downloaded ipnetwork v0.21.1
7662026-06-09T20:44:06.576Z Downloaded darling_core v0.20.11
7672026-06-09T20:44:06.576Z Downloaded nibble_vec v0.1.0
7682026-06-09T20:44:06.582Z Downloaded nodrop v0.1.14
7692026-06-09T20:44:06.582Z Downloaded httpdate v1.0.3
7702026-06-09T20:44:06.582Z Downloaded newtype_derive v0.1.6
7712026-06-09T20:44:06.585Z Downloaded bzip2 v0.4.4
7722026-06-09T20:44:06.585Z Downloaded num v0.4.3
7732026-06-09T20:44:06.585Z Downloaded md5 v0.7.0
7742026-06-09T20:44:06.585Z Downloaded newline-converter v0.3.0
7752026-06-09T20:44:06.585Z Downloaded new_debug_unreachable v1.0.6
7762026-06-09T20:44:06.589Z Downloaded normalize-line-endings v0.3.0
7772026-06-09T20:44:06.592Z Downloaded nonempty v0.12.0
7782026-06-09T20:44:06.592Z Downloaded num-derive v0.4.2
7792026-06-09T20:44:06.595Z Downloaded futures-channel v0.3.32
7802026-06-09T20:44:06.595Z Downloaded fs_extra v1.3.0
7812026-06-09T20:44:06.598Z Downloaded newtype-uuid-macros v0.1.0
7822026-06-09T20:44:06.598Z Downloaded num-iter v0.1.45
7832026-06-09T20:44:06.598Z Downloaded num_enum_derive v0.5.11
7842026-06-09T20:44:06.602Z Downloaded getrandom v0.2.17
7852026-06-09T20:44:06.606Z Downloaded compact_str v0.8.1
7862026-06-09T20:44:06.608Z Downloaded bytes v1.11.1
7872026-06-09T20:44:06.611Z Downloaded chacha20poly1305 v0.10.1
7882026-06-09T20:44:06.611Z Downloaded cc v1.2.56
7892026-06-09T20:44:06.614Z Downloaded mime v0.3.17
7902026-06-09T20:44:06.614Z Downloaded olpc-cjson v0.1.4
7912026-06-09T20:44:06.614Z Downloaded linear-map v1.2.0
7922026-06-09T20:44:06.617Z Downloaded darling v0.21.3
7932026-06-09T20:44:06.620Z Downloaded num-conv v0.2.0
7942026-06-09T20:44:06.620Z Downloaded libsw-core v0.3.2
7952026-06-09T20:44:06.623Z Downloaded libsw v3.5.0
7962026-06-09T20:44:06.623Z Downloaded getrandom v0.3.4
7972026-06-09T20:44:06.626Z Downloaded num-derive v0.3.3
7982026-06-09T20:44:06.626Z Downloaded openssl-probe v0.1.6
7992026-06-09T20:44:06.642Z Downloaded packed_struct_codegen v0.10.1
8002026-06-09T20:44:06.645Z Downloaded openssl-probe v0.2.1
8012026-06-09T20:44:06.645Z Downloaded native-tls v0.2.18
8022026-06-09T20:44:06.648Z Downloaded nanorand v0.7.0
8032026-06-09T20:44:06.648Z Downloaded libefi-sys v0.1.0
8042026-06-09T20:44:06.648Z Downloaded ingot v0.1.1
8052026-06-09T20:44:06.653Z Downloaded newtype-uuid v1.3.2
8062026-06-09T20:44:06.653Z Downloaded derive_more v0.99.20
8072026-06-09T20:44:06.657Z Downloaded derive-where v1.6.0
8082026-06-09T20:44:06.657Z Downloaded openssl-macros v0.1.1
8092026-06-09T20:44:06.657Z Downloaded opaque-debug v0.3.1
8102026-06-09T20:44:06.657Z Downloaded base64 v0.22.1
8112026-06-09T20:44:06.660Z Downloaded httparse v1.10.1
8122026-06-09T20:44:06.664Z Downloaded oso-derive v0.27.3
8132026-06-09T20:44:06.664Z Downloaded managed v0.8.0
8142026-06-09T20:44:06.664Z Downloaded lock_api v0.4.14
8152026-06-09T20:44:06.664Z Downloaded base64 v0.21.7
8162026-06-09T20:44:06.669Z Downloaded nu-ansi-term v0.50.3
8172026-06-09T20:44:06.672Z Downloaded peg-runtime v0.8.5
8182026-06-09T20:44:06.672Z Downloaded path-slash v0.1.5
8192026-06-09T20:44:06.672Z Downloaded parse-size v1.1.0
8202026-06-09T20:44:06.672Z Downloaded pbkdf2 v0.11.0
8212026-06-09T20:44:06.672Z Downloaded num_enum v0.5.11
8222026-06-09T20:44:06.675Z Downloaded ingot-macros v0.1.1
8232026-06-09T20:44:06.678Z Downloaded indexmap v1.9.3
8242026-06-09T20:44:06.678Z Downloaded iana-time-zone v0.1.65
8252026-06-09T20:44:06.681Z Downloaded parse-display v0.10.0
8262026-06-09T20:44:06.681Z Downloaded multer v3.1.0
8272026-06-09T20:44:06.684Z Downloaded hyper-rustls v0.27.7
8282026-06-09T20:44:06.684Z Downloaded phf_shared v0.11.3
8292026-06-09T20:44:06.687Z Downloaded pbkdf2 v0.12.2
8302026-06-09T20:44:06.687Z Downloaded libloading v0.8.9
8312026-06-09T20:44:06.687Z Downloaded crossbeam-channel v0.5.15
8322026-06-09T20:44:06.690Z Downloaded phf_shared v0.12.1
8332026-06-09T20:44:06.693Z Downloaded futures v0.3.32
8342026-06-09T20:44:06.696Z Downloaded pin-utils v0.1.0
8352026-06-09T20:44:06.696Z Downloaded half v2.7.1
8362026-06-09T20:44:06.696Z Downloaded fatfs v0.3.6
8372026-06-09T20:44:06.699Z Downloaded bumpalo v3.20.2
8382026-06-09T20:44:06.702Z Downloaded num-rational v0.4.2
8392026-06-09T20:44:06.703Z Downloaded jobserver v0.1.34
8402026-06-09T20:44:06.703Z Downloaded const_format v0.2.35
8412026-06-09T20:44:06.706Z Downloaded num_threads v0.1.7
8422026-06-09T20:44:06.706Z Downloaded num-integer v0.1.46
8432026-06-09T20:44:06.709Z Downloaded num_enum v0.7.6
8442026-06-09T20:44:06.712Z Downloaded oxnet v0.1.5
8452026-06-09T20:44:06.712Z Downloaded num-complex v0.4.6
8462026-06-09T20:44:06.712Z Downloaded des v0.8.1
8472026-06-09T20:44:06.715Z Downloaded powerfmt v0.2.0
8482026-06-09T20:44:06.715Z Downloaded ar_archive_writer v0.5.1
8492026-06-09T20:44:06.718Z Downloaded predicates-tree v1.0.13
8502026-06-09T20:44:06.718Z Downloaded precomputed-hash v0.1.1
8512026-06-09T20:44:06.718Z Downloaded parking_lot_core v0.8.6
8522026-06-09T20:44:06.721Z Downloaded darling_core v0.23.0
8532026-06-09T20:44:06.724Z Downloaded darling_core v0.21.3
8542026-06-09T20:44:06.727Z Downloaded paste v1.0.15
8552026-06-09T20:44:06.730Z Downloaded password-hash v0.5.0
8562026-06-09T20:44:06.730Z Downloaded flume v0.11.1
8572026-06-09T20:44:06.732Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-06-09T20:44:06.732Z Downloaded proc-macro-crate v1.3.1
8592026-06-09T20:44:06.735Z Downloaded oxide-tokio-rt v0.1.4
8602026-06-09T20:44:06.735Z Downloaded owo-colors v4.3.0
8612026-06-09T20:44:06.738Z Downloaded progenitor-client v0.11.2
8622026-06-09T20:44:06.741Z Downloaded predicates-core v1.0.10
8632026-06-09T20:44:06.741Z Downloaded pem v3.0.6
8642026-06-09T20:44:06.744Z Downloaded progenitor-client v0.10.0
8652026-06-09T20:44:06.744Z Downloaded indicatif v0.18.4
8662026-06-09T20:44:06.747Z Downloaded peg-macros v0.8.5
8672026-06-09T20:44:06.747Z Downloaded der v0.7.10
8682026-06-09T20:44:06.750Z Downloaded hmac v0.12.1
8692026-06-09T20:44:06.753Z Downloaded proc-macro-crate v3.4.0
8702026-06-09T20:44:06.753Z Downloaded ignore v0.4.25
8712026-06-09T20:44:06.754Z Downloaded phf v0.12.1
8722026-06-09T20:44:06.756Z Downloaded password-hash v0.4.2
8732026-06-09T20:44:06.756Z Downloaded packed_struct v0.10.1
8742026-06-09T20:44:06.759Z Downloaded progenitor-macro v0.14.0
8752026-06-09T20:44:06.760Z Downloaded progenitor-client v0.14.0
8762026-06-09T20:44:06.760Z Downloaded pem-rfc7468 v0.7.0
8772026-06-09T20:44:06.760Z Downloaded progenitor-macro v0.11.2
8782026-06-09T20:44:06.763Z Downloaded omicron-zone-package v0.12.2
8792026-06-09T20:44:06.763Z Downloaded pin-project-internal v1.1.11
8802026-06-09T20:44:06.766Z Downloaded progenitor-macro v0.13.0
8812026-06-09T20:44:06.769Z Downloaded quick-error v1.2.3
8822026-06-09T20:44:06.769Z Downloaded psl-types v2.0.11
8832026-06-09T20:44:06.769Z Downloaded mime_guess v2.0.5
8842026-06-09T20:44:06.773Z Downloaded memmap2 v0.9.10
8852026-06-09T20:44:06.776Z Downloaded phf_shared v0.13.1
8862026-06-09T20:44:06.776Z Downloaded peg v0.8.5
8872026-06-09T20:44:06.779Z Downloaded poly1305 v0.8.0
8882026-06-09T20:44:06.782Z Downloaded phf v0.13.1
8892026-06-09T20:44:06.785Z Downloaded heapless v0.7.17
8902026-06-09T20:44:06.788Z Downloaded headers v0.4.1
8912026-06-09T20:44:06.791Z Downloaded parse-display-derive v0.10.0
8922026-06-09T20:44:06.796Z Downloaded parking_lot_core v0.9.12
8932026-06-09T20:44:06.796Z Downloaded pkcs8 v0.10.2
8942026-06-09T20:44:06.799Z Downloaded num_enum_derive v0.7.6
8952026-06-09T20:44:06.799Z Downloaded postgres-protocol v0.6.10
8962026-06-09T20:44:06.799Z Downloaded parking_lot v0.12.5
8972026-06-09T20:44:06.799Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-09T20:44:06.802Z Downloaded recursive v0.1.1
8992026-06-09T20:44:06.802Z Downloaded rand_xorshift v0.4.0
9002026-06-09T20:44:06.802Z Downloaded rand_chacha v0.3.1
9012026-06-09T20:44:06.802Z Downloaded parking_lot v0.11.2
9022026-06-09T20:44:06.805Z Downloaded libbz2-rs-sys v0.2.2
9032026-06-09T20:44:06.808Z Downloaded ref-cast v1.0.25
9042026-06-09T20:44:06.808Z Downloaded pkg-config v0.3.32
9052026-06-09T20:44:06.811Z Downloaded flate2 v1.1.9
9062026-06-09T20:44:06.814Z Downloaded polyval v0.6.2
9072026-06-09T20:44:06.814Z Downloaded proc-macro-error2 v2.0.1
9082026-06-09T20:44:06.817Z Downloaded ed25519-dalek v2.2.0
9092026-06-09T20:44:06.820Z Downloaded ref-cast-impl v1.0.25
9102026-06-09T20:44:06.820Z Downloaded derive_more v2.1.1
9112026-06-09T20:44:06.824Z Downloaded progenitor v0.14.0
9122026-06-09T20:44:06.827Z Downloaded progenitor v0.13.0
9132026-06-09T20:44:06.827Z Downloaded ppv-lite86 v0.2.21
9142026-06-09T20:44:06.830Z Downloaded crypto-bigint v0.5.5
9152026-06-09T20:44:06.833Z Downloaded radium v0.7.0
9162026-06-09T20:44:06.833Z Downloaded primeorder v0.13.6
9172026-06-09T20:44:06.837Z Downloaded hickory-resolver v0.25.2
9182026-06-09T20:44:06.840Z Downloaded postcard v1.1.3
9192026-06-09T20:44:06.840Z Downloaded pkcs1 v0.7.5
9202026-06-09T20:44:06.844Z Downloaded rtoolbox v0.0.3
9212026-06-09T20:44:06.844Z Downloaded litrs v1.0.0
9222026-06-09T20:44:06.844Z Downloaded rustc_version v0.4.1
9232026-06-09T20:44:06.847Z Downloaded rustc_version v0.1.7
9242026-06-09T20:44:06.847Z Downloaded rfc6979 v0.4.0
9252026-06-09T20:44:06.847Z Downloaded miniz_oxide v0.8.9
9262026-06-09T20:44:06.850Z Downloaded progenitor-client v0.13.0
9272026-06-09T20:44:06.850Z Downloaded progenitor-extras v0.2.0
9282026-06-09T20:44:06.855Z Downloaded jiff-static v0.2.21
9292026-06-09T20:44:06.860Z Downloaded r2d2 v0.8.10
9302026-06-09T20:44:06.869Z Downloaded russh-cryptovec v0.7.3
9312026-06-09T20:44:06.876Z Downloaded rand_core v0.9.5
9322026-06-09T20:44:06.880Z Downloaded rustc-hash v2.1.1
9332026-06-09T20:44:06.880Z Downloaded rand_core v0.6.4
9342026-06-09T20:44:06.885Z Downloaded salsa20 v0.10.2
9352026-06-09T20:44:06.888Z Downloaded pin-project-lite v0.2.17
9362026-06-09T20:44:06.891Z Downloaded scopeguard v1.2.0
9372026-06-09T20:44:06.895Z Downloaded rand_seeder v0.4.0
9382026-06-09T20:44:06.895Z Downloaded hashbrown v0.12.3
9392026-06-09T20:44:06.898Z Downloaded pin-project v1.1.11
9402026-06-09T20:44:06.903Z Downloaded scheduled-thread-pool v0.2.7
9412026-06-09T20:44:06.911Z Downloaded hickory-resolver v0.24.4
9422026-06-09T20:44:06.914Z Downloaded scroll_derive v0.13.1
9432026-06-09T20:44:06.914Z Downloaded sapling-renderdag v0.1.0
9442026-06-09T20:44:06.914Z Downloaded aho-corasick v1.1.4
9452026-06-09T20:44:06.914Z Downloaded psm v0.1.30
9462026-06-09T20:44:06.914Z Downloaded secrecy v0.8.0
9472026-06-09T20:44:06.918Z Downloaded derive_more-impl v2.1.1
9482026-06-09T20:44:06.918Z Downloaded seq-macro v0.3.6
9492026-06-09T20:44:06.922Z Downloaded serde_spanned v1.0.4
9502026-06-09T20:44:06.922Z Downloaded serde-big-array v0.5.1
9512026-06-09T20:44:06.922Z Downloaded predicates v3.1.4
9522026-06-09T20:44:06.927Z Downloaded papergrid v0.17.0
9532026-06-09T20:44:06.927Z Downloaded quinn-udp v0.5.14
9542026-06-09T20:44:06.934Z Downloaded postgres-types v0.2.12
9552026-06-09T20:44:06.934Z Downloaded minimal-lexical v0.2.1
9562026-06-09T20:44:06.934Z Downloaded hickory-server v0.25.2
9572026-06-09T20:44:06.941Z Downloaded scrypt v0.11.0
9582026-06-09T20:44:06.941Z Downloaded p256 v0.13.2
9592026-06-09T20:44:06.941Z Downloaded rand_chacha v0.9.0
9602026-06-09T20:44:06.941Z Downloaded oso v0.27.3
9612026-06-09T20:44:06.952Z Downloaded serde_repr v0.1.20
9622026-06-09T20:44:06.952Z Downloaded shell-words v1.1.1
9632026-06-09T20:44:06.953Z Downloaded serde_bytes v0.11.19
9642026-06-09T20:44:06.953Z Downloaded resolv-conf v0.7.6
9652026-06-09T20:44:06.953Z Downloaded same-file v1.0.6
9662026-06-09T20:44:06.965Z Downloaded semver v0.1.20
9672026-06-09T20:44:06.965Z Downloaded secrecy v0.10.3
9682026-06-09T20:44:06.965Z Downloaded rand_core v0.10.0
9692026-06-09T20:44:06.965Z Downloaded prefix-trie v0.7.0
9702026-06-09T20:44:06.965Z Downloaded progenitor v0.11.2
9712026-06-09T20:44:06.965Z Downloaded hyper-util v0.1.20
9722026-06-09T20:44:07.018Z Downloaded siphasher v1.0.2
9732026-06-09T20:44:07.019Z Downloaded signal-hook-mio v0.2.5
9742026-06-09T20:44:07.019Z Downloaded progenitor-impl v0.14.0
9752026-06-09T20:44:07.019Z Downloaded rustls-pemfile v1.0.4
9762026-06-09T20:44:07.019Z Downloaded serde_plain v1.0.2
9772026-06-09T20:44:07.019Z Downloaded schemars_derive v0.8.22
9782026-06-09T20:44:07.020Z Downloaded slog-bunyan v2.5.0
9792026-06-09T20:44:07.020Z Downloaded sha1 v0.10.6
9802026-06-09T20:44:07.020Z Downloaded signal-hook-tokio v0.3.1
9812026-06-09T20:44:07.020Z Downloaded sec1 v0.7.3
9822026-06-09T20:44:07.020Z Downloaded sigpipe v0.1.3
9832026-06-09T20:44:07.020Z Downloaded slog-envlogger v2.2.0
9842026-06-09T20:44:07.020Z Downloaded heapless v0.8.0
9852026-06-09T20:44:07.020Z Downloaded hashbrown v0.13.2
9862026-06-09T20:44:07.020Z Downloaded serde-hex v0.1.0
9872026-06-09T20:44:07.020Z Downloaded pkcs5 v0.7.1
9882026-06-09T20:44:07.020Z Downloaded rustls-native-certs v0.8.3
9892026-06-09T20:44:07.020Z Downloaded rusty-fork v0.3.1
9902026-06-09T20:44:07.020Z Downloaded rustls-pemfile v2.2.0
9912026-06-09T20:44:07.039Z Downloaded expectorate v1.2.0
9922026-06-09T20:44:07.039Z Downloaded num-bigint v0.4.6
9932026-06-09T20:44:07.039Z Downloaded prettyplease v0.2.37
9942026-06-09T20:44:07.046Z Downloaded scroll v0.13.0
9952026-06-09T20:44:07.047Z Downloaded sqlparser_derive v0.5.0
9962026-06-09T20:44:07.047Z Downloaded signature v2.2.0
9972026-06-09T20:44:07.047Z Downloaded signal-hook-registry v1.4.8
9982026-06-09T20:44:07.047Z Downloaded progenitor-impl v0.13.0
9992026-06-09T20:44:07.047Z Downloaded strum v0.26.3
10002026-06-09T20:44:07.047Z Downloaded strsim v0.10.0
10012026-06-09T20:44:07.047Z Downloaded strip-ansi-escapes v0.2.1
10022026-06-09T20:44:07.047Z Downloaded crossterm v0.28.1
10032026-06-09T20:44:07.056Z Downloaded slab v0.4.12
10042026-06-09T20:44:07.057Z Downloaded ssh-encoding v0.2.0
10052026-06-09T20:44:07.057Z Downloaded ssh-cipher v0.2.0
10062026-06-09T20:44:07.067Z Downloaded simd-adler32 v0.3.8
10072026-06-09T20:44:07.067Z Downloaded serde_path_to_error v0.1.20
10082026-06-09T20:44:07.080Z Downloaded strum v0.27.2
10092026-06-09T20:44:07.080Z Downloaded slog-scope v4.4.1
10102026-06-09T20:44:07.080Z Downloaded subtle v2.6.1
10112026-06-09T20:44:07.080Z Downloaded slog-dtrace v0.3.0
10122026-06-09T20:44:07.081Z Downloaded sync-ptr v0.1.4
10132026-06-09T20:44:07.081Z Downloaded tabwriter v1.4.1
10142026-06-09T20:44:07.081Z Downloaded tabled_derive v0.11.0
10152026-06-09T20:44:07.081Z Downloaded openssl-sys v0.9.115
10162026-06-09T20:44:07.088Z Downloaded smf v0.2.3
10172026-06-09T20:44:07.089Z Downloaded smallvec v0.6.14
10182026-06-09T20:44:07.089Z Downloaded slog-stdlog v4.1.1
10192026-06-09T20:44:07.089Z Downloaded russh-keys v0.45.0
10202026-06-09T20:44:07.089Z Downloaded serde_urlencoded v0.7.1
10212026-06-09T20:44:07.089Z Downloaded mio v1.2.0
10222026-06-09T20:44:07.089Z Downloaded structmeta-derive v0.3.0
10232026-06-09T20:44:07.089Z Downloaded structmeta v0.3.0
10242026-06-09T20:44:07.089Z Downloaded serde_with_macros v1.5.2
10252026-06-09T20:44:07.089Z Downloaded sync_wrapper v1.0.2
10262026-06-09T20:44:07.089Z Downloaded supports-color v3.0.2
10272026-06-09T20:44:07.093Z Downloaded nom v7.1.3
10282026-06-09T20:44:07.093Z Downloaded take_mut v0.2.2
10292026-06-09T20:44:07.093Z Downloaded tagptr v0.2.0
10302026-06-09T20:44:07.093Z Downloaded snafu-derive v0.8.9
10312026-06-09T20:44:07.093Z Downloaded shlex v1.3.0
10322026-06-09T20:44:07.093Z Downloaded serde_derive_internals v0.29.1
10332026-06-09T20:44:07.096Z Downloaded diesel_derives v2.3.7
10342026-06-09T20:44:07.102Z Downloaded rcgen v0.12.1
10352026-06-09T20:44:07.102Z Downloaded pretty_assertions v1.4.1
10362026-06-09T20:44:07.105Z Downloaded rustversion v1.0.22
10372026-06-09T20:44:07.106Z Downloaded rustls-pki-types v1.14.0
10382026-06-09T20:44:07.109Z Downloaded slog-json v2.6.1
10392026-06-09T20:44:07.109Z Downloaded ryu v1.0.23
10402026-06-09T20:44:07.117Z Downloaded static_assertions v1.1.0
10412026-06-09T20:44:07.121Z Downloaded stacker v0.1.23
10422026-06-09T20:44:07.121Z Downloaded stringprep v0.1.5
10432026-06-09T20:44:07.121Z Downloaded string_cache v0.8.9
10442026-06-09T20:44:07.124Z Downloaded slog-async v2.8.0
10452026-06-09T20:44:07.130Z Downloaded testing_table v0.3.0
10462026-06-09T20:44:07.136Z Downloaded termtree v0.5.1
10472026-06-09T20:44:07.136Z Downloaded slog-term v2.9.2
10482026-06-09T20:44:07.139Z Downloaded progenitor-impl v0.11.2
10492026-06-09T20:44:07.142Z Downloaded sct v0.7.1
10502026-06-09T20:44:07.142Z Downloaded ron v0.8.1
10512026-06-09T20:44:07.145Z Downloaded support-bundle-viewer v0.1.2
10522026-06-09T20:44:07.148Z Downloaded sqlformat v0.3.5
10532026-06-09T20:44:07.148Z Downloaded thread-id v5.1.0
10542026-06-09T20:44:07.152Z Downloaded time-core v0.1.8
10552026-06-09T20:44:07.152Z Downloaded spki v0.7.3
10562026-06-09T20:44:07.152Z Downloaded serde_cbor v0.11.2
10572026-06-09T20:44:07.155Z Downloaded rand v0.8.6
10582026-06-09T20:44:07.155Z Downloaded tinyvec_macros v0.1.1
10592026-06-09T20:44:07.155Z Downloaded thiserror-impl-no-std v2.0.2
10602026-06-09T20:44:07.158Z Downloaded tap v1.0.1
10612026-06-09T20:44:07.158Z Downloaded itertools v0.13.0
10622026-06-09T20:44:07.164Z Downloaded tokio-macros v2.7.0
10632026-06-09T20:44:07.164Z Downloaded serde_with_macros v3.17.0
10642026-06-09T20:44:07.164Z Downloaded itertools v0.12.1
10652026-06-09T20:44:07.172Z Downloaded termios v0.3.3
10662026-06-09T20:44:07.178Z Downloaded spin v0.9.8
10672026-06-09T20:44:07.178Z Downloaded num-bigint-dig v0.8.6
10682026-06-09T20:44:07.178Z Downloaded http v1.4.0
10692026-06-09T20:44:07.178Z Downloaded aws-lc-rs v1.16.3
10702026-06-09T20:44:07.185Z Downloaded strum_macros v0.27.2
10712026-06-09T20:44:07.188Z Downloaded strum_macros v0.26.4
10722026-06-09T20:44:07.188Z Downloaded rustls-platform-verifier v0.6.2
10732026-06-09T20:44:07.191Z Downloaded rayon-core v1.13.0
10742026-06-09T20:44:07.191Z Downloaded similar v2.7.0
10752026-06-09T20:44:07.198Z Downloaded topological-sort v0.2.2
10762026-06-09T20:44:07.198Z Downloaded schemars v0.9.0
10772026-06-09T20:44:07.201Z Downloaded tower-service v0.3.3
10782026-06-09T20:44:07.204Z Downloaded tower-layer v0.3.3
10792026-06-09T20:44:07.204Z Downloaded tls_codec v0.4.2
10802026-06-09T20:44:07.206Z Downloaded time-macros v0.2.27
10812026-06-09T20:44:07.209Z Downloaded thread_local v1.1.9
10822026-06-09T20:44:07.209Z Downloaded strum_macros v0.24.3
10832026-06-09T20:44:07.209Z Downloaded hkdf v0.12.4
10842026-06-09T20:44:07.209Z Downloaded unarray v0.1.4
10852026-06-09T20:44:07.212Z Downloaded schemars v0.8.22
10862026-06-09T20:44:07.219Z Downloaded tokio-dtrace v0.1.1
10872026-06-09T20:44:07.222Z Downloaded crossterm v0.29.0
10882026-06-09T20:44:07.228Z Downloaded serde_yaml v0.9.34+deprecated
10892026-06-09T20:44:07.234Z Downloaded trait-variant v0.1.2
10902026-06-09T20:44:07.234Z Downloaded tokio-native-tls v0.3.1
10912026-06-09T20:44:07.234Z Downloaded term v0.7.0
10922026-06-09T20:44:07.234Z Downloaded qorb v0.4.1
10932026-06-09T20:44:07.241Z Downloaded itertools v0.10.5
10942026-06-09T20:44:07.241Z Downloaded universal-hash v0.5.1
10952026-06-09T20:44:07.241Z Downloaded socket2 v0.5.10
10962026-06-09T20:44:07.244Z Downloaded tokio-tungstenite v0.23.1
10972026-06-09T20:44:07.244Z Downloaded term v1.2.1
10982026-06-09T20:44:07.244Z Downloaded itertools v0.14.0
10992026-06-09T20:44:07.247Z Downloaded tiny-keccak v2.0.2
11002026-06-09T20:44:07.247Z Downloaded typify-macro v0.6.2
11012026-06-09T20:44:07.247Z Downloaded libm v0.2.16
11022026-06-09T20:44:07.252Z Downloaded h2 v0.4.13
11032026-06-09T20:44:07.257Z Downloaded unit-prefix v0.5.2
11042026-06-09T20:44:07.260Z Downloaded unicode-truncate v1.1.0
11052026-06-09T20:44:07.260Z Downloaded dropshot-api-manager v0.7.2
11062026-06-09T20:44:07.264Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-06-09T20:44:07.267Z Downloaded blake3 v1.8.3
11082026-06-09T20:44:07.273Z Downloaded utf-8 v0.7.6
11092026-06-09T20:44:07.273Z Downloaded quinn v0.11.9
11102026-06-09T20:44:07.282Z Downloaded thiserror-no-std v2.0.2
11112026-06-09T20:44:07.282Z Downloaded typify-macro v0.4.3
11122026-06-09T20:44:07.282Z Downloaded publicsuffix v2.3.0
11132026-06-09T20:44:07.282Z Downloaded try-lock v0.2.5
11142026-06-09T20:44:07.288Z Downloaded usdt v0.6.0
11152026-06-09T20:44:07.288Z Downloaded untrusted v0.7.1
11162026-06-09T20:44:07.288Z Downloaded usdt-attr-macro v0.6.0
11172026-06-09T20:44:07.288Z Downloaded signal-hook v0.3.18
11182026-06-09T20:44:07.290Z Downloaded wait-timeout v0.2.1
11192026-06-09T20:44:07.293Z Downloaded hashbrown v0.16.1
11202026-06-09T20:44:07.298Z Downloaded tokio-rustls v0.24.1
11212026-06-09T20:44:07.301Z Downloaded untrusted v0.9.0
11222026-06-09T20:44:07.301Z Downloaded tokio-rustls v0.25.0
11232026-06-09T20:44:07.304Z Downloaded usdt-macro v0.6.0
11242026-06-09T20:44:07.308Z Downloaded toml_writer v1.0.6+spec-1.1.0
11252026-06-09T20:44:07.308Z Downloaded void v1.0.2
11262026-06-09T20:44:07.311Z Downloaded rustls-webpki v0.103.9
11272026-06-09T20:44:07.311Z Downloaded waitgroup v0.1.2
11282026-06-09T20:44:07.315Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11292026-06-09T20:44:07.317Z Downloaded tokio-stream v0.1.18
11302026-06-09T20:44:07.320Z Downloaded xshell-macros v0.2.7
11312026-06-09T20:44:07.323Z Downloaded want v0.3.1
11322026-06-09T20:44:07.323Z Downloaded libxml v0.3.3
11332026-06-09T20:44:07.326Z Downloaded test-strategy v0.4.5
11342026-06-09T20:44:07.329Z Downloaded iddqd v0.4.2
11352026-06-09T20:44:07.332Z Downloaded xattr v1.6.1
11362026-06-09T20:44:07.335Z Downloaded zeroize_derive v1.4.3
11372026-06-09T20:44:07.341Z Downloaded uzers v0.12.2
11382026-06-09T20:44:07.349Z Downloaded socket2 v0.6.3
11392026-06-09T20:44:07.353Z Downloaded tui-tree-widget v0.23.1
11402026-06-09T20:44:07.356Z Downloaded tls_codec_derive v0.4.2
11412026-06-09T20:44:07.356Z Downloaded zone v0.3.1
11422026-06-09T20:44:07.359Z Downloaded unicase v2.9.0
11432026-06-09T20:44:07.364Z Downloaded toml_parser v1.0.9+spec-1.1.0
11442026-06-09T20:44:07.367Z Downloaded tokio-tungstenite v0.21.0
11452026-06-09T20:44:07.376Z Downloaded whoami v1.6.1
11462026-06-09T20:44:07.380Z Downloaded zone_cfg_derive v0.3.1
11472026-06-09T20:44:07.383Z Downloaded usdt-impl v0.6.0
11482026-06-09T20:44:07.383Z Downloaded rand v0.9.2
11492026-06-09T20:44:07.390Z Downloaded samael v0.0.19
11502026-06-09T20:44:07.393Z Downloaded rustyline v14.0.0
11512026-06-09T20:44:07.396Z Downloaded vergen-lib v9.1.0
11522026-06-09T20:44:07.399Z Downloaded vergen-lib v0.1.6
11532026-06-09T20:44:07.399Z Downloaded vergen-gitcl v1.0.8
11542026-06-09T20:44:07.399Z Downloaded vsss-rs v3.3.4
11552026-06-09T20:44:07.402Z Downloaded xshell v0.2.7
11562026-06-09T20:44:07.402Z Downloaded zeroize v1.8.2
11572026-06-09T20:44:07.402Z Downloaded walkdir v2.5.0
11582026-06-09T20:44:07.405Z Downloaded tokio-rustls v0.26.4
11592026-06-09T20:44:07.405Z Downloaded vergen-git2 v9.1.0
11602026-06-09T20:44:07.405Z Downloaded chrono v0.4.44
11612026-06-09T20:44:07.409Z Downloaded tracing-attributes v0.1.31
11622026-06-09T20:44:07.412Z Downloaded iri-string v0.7.10
11632026-06-09T20:44:07.415Z Downloaded hashbrown v0.15.5
11642026-06-09T20:44:07.418Z Downloaded whoami v2.1.0
11652026-06-09T20:44:07.421Z Downloaded typify v0.6.2
11662026-06-09T20:44:07.424Z Downloaded vergen v9.1.0
11672026-06-09T20:44:07.427Z Downloaded snafu v0.8.9
11682026-06-09T20:44:07.430Z Downloaded rpassword v7.4.0
11692026-06-09T20:44:07.433Z Downloaded twox-hash v2.1.2
11702026-06-09T20:44:07.433Z Downloaded tinyvec v1.10.0
11712026-06-09T20:44:07.436Z Downloaded unicode-properties v0.1.4
11722026-06-09T20:44:07.442Z Downloaded nom v8.0.0
11732026-06-09T20:44:07.445Z Downloaded tar v0.4.45
11742026-06-09T20:44:07.451Z Downloaded subprocess v0.2.15
11752026-06-09T20:44:07.454Z Downloaded zstd v0.13.3
11762026-06-09T20:44:07.457Z Downloaded rand v0.10.0
11772026-06-09T20:44:07.460Z Downloaded bindgen v0.71.1
11782026-06-09T20:44:07.463Z Downloaded slog v2.8.2
11792026-06-09T20:44:07.466Z Downloaded zerocopy v0.6.6
11802026-06-09T20:44:07.466Z Downloaded toml v1.0.6+spec-1.1.0
11812026-06-09T20:44:07.469Z Downloaded schemars v1.2.1
11822026-06-09T20:44:07.475Z Downloaded zstd-safe v7.2.4
11832026-06-09T20:44:07.478Z Downloaded uuid v1.23.0
11842026-06-09T20:44:07.478Z Downloaded unsafe-libyaml v0.2.11
11852026-06-09T20:44:07.481Z Downloaded tracing-core v0.1.36
11862026-06-09T20:44:07.484Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-06-09T20:44:07.484Z Downloaded tungstenite v0.23.0
11882026-06-09T20:44:07.487Z Downloaded wyz v0.5.1
11892026-06-09T20:44:07.487Z Downloaded bitvec v1.0.1
11902026-06-09T20:44:07.495Z Downloaded yasna v0.5.2
11912026-06-09T20:44:07.498Z Downloaded unicode-bidi v0.3.18
11922026-06-09T20:44:07.498Z Downloaded tungstenite v0.21.0
11932026-06-09T20:44:07.501Z Downloaded toml v0.7.8
11942026-06-09T20:44:07.504Z Downloaded hyper v1.8.1
11952026-06-09T20:44:07.507Z Downloaded rsa v0.9.10
11962026-06-09T20:44:07.510Z Downloaded git2 v0.20.4
11972026-06-09T20:44:07.513Z Downloaded russh v0.45.0
11982026-06-09T20:44:07.516Z Downloaded futures-util v0.3.32
11992026-06-09T20:44:07.523Z Downloaded ssh-key v0.6.7
12002026-06-09T20:44:07.526Z Downloaded reqwest v0.12.28
12012026-06-09T20:44:07.530Z Downloaded typify v0.4.3
12022026-06-09T20:44:07.545Z Downloaded steno v0.4.1
12032026-06-09T20:44:07.548Z Downloaded serde_with v1.14.0
12042026-06-09T20:44:07.551Z Downloaded p521 v0.13.3
12052026-06-09T20:44:07.556Z Downloaded tokio-postgres v0.7.16
12062026-06-09T20:44:07.559Z Downloaded zopfli v0.8.3
12072026-06-09T20:44:07.562Z Downloaded toml_edit v0.19.15
12082026-06-09T20:44:07.569Z Downloaded unicode_categories v0.1.1
12092026-06-09T20:44:07.572Z Downloaded vte v0.14.1
12102026-06-09T20:44:07.572Z Downloaded reedline v0.40.0
12112026-06-09T20:44:07.576Z Downloaded rayon v1.11.0
12122026-06-09T20:44:07.582Z Downloaded goblin v0.10.5
12132026-06-09T20:44:07.599Z Downloaded rustls-webpki v0.101.7
12142026-06-09T20:44:07.606Z Downloaded zip v0.6.6
12152026-06-09T20:44:07.609Z Downloaded lalrpop v0.19.12
12162026-06-09T20:44:07.614Z Downloaded yansi v1.0.1
12172026-06-09T20:44:07.617Z Downloaded salty v0.3.0
12182026-06-09T20:44:07.632Z Downloaded reqwest v0.13.2
12192026-06-09T20:44:07.642Z Downloaded x509-cert v0.2.5
12202026-06-09T20:44:07.646Z Downloaded unicode-segmentation v1.12.0
12212026-06-09T20:44:07.649Z Downloaded zerocopy-derive v0.8.40
12222026-06-09T20:44:07.657Z Downloaded tower v0.5.3
12232026-06-09T20:44:07.663Z Downloaded portable-atomic v1.13.1
12242026-06-09T20:44:07.671Z Downloaded typed-path v0.9.3
12252026-06-09T20:44:07.674Z Downloaded rustls-webpki v0.102.8
12262026-06-09T20:44:07.685Z Downloaded tokio-util v0.7.18
12272026-06-09T20:44:07.689Z Downloaded quick-xml v0.37.5
12282026-06-09T20:44:07.693Z Downloaded tower-http v0.6.8
12292026-06-09T20:44:07.697Z Downloaded tough v0.22.0
12302026-06-09T20:44:07.702Z Downloaded zip v4.6.1
12312026-06-09T20:44:07.705Z Downloaded bstr v1.12.1
12322026-06-09T20:44:07.710Z Downloaded regex v1.12.3
12332026-06-09T20:44:07.713Z Downloaded petname v2.0.2
12342026-06-09T20:44:07.716Z Downloaded p384 v0.13.1
12352026-06-09T20:44:07.722Z Downloaded nix v0.27.1
12362026-06-09T20:44:07.730Z Downloaded moka v0.12.13
12372026-06-09T20:44:07.760Z Downloaded proptest v1.10.0
12382026-06-09T20:44:07.770Z Downloaded polar-core v0.27.3
12392026-06-09T20:44:07.781Z Downloaded radix_trie v0.2.1
12402026-06-09T20:44:07.784Z Downloaded unicode-normalization v0.1.25
12412026-06-09T20:44:07.791Z Downloaded serde_with v3.17.0
12422026-06-09T20:44:07.815Z Downloaded winnow v0.5.40
12432026-06-09T20:44:07.820Z Downloaded winnow v0.6.26
12442026-06-09T20:44:07.825Z Downloaded quinn-proto v0.11.13
12452026-06-09T20:44:07.829Z Downloaded object v0.30.4
12462026-06-09T20:44:07.841Z Downloaded rustls v0.21.12
12472026-06-09T20:44:07.848Z Downloaded curve25519-dalek v4.1.3
12482026-06-09T20:44:07.875Z Downloaded hickory-proto v0.24.4
12492026-06-09T20:44:07.884Z Downloaded object v0.37.3
12502026-06-09T20:44:07.891Z Downloaded zlib-rs v0.6.2
12512026-06-09T20:44:07.895Z Downloaded vcpkg v0.2.15
12522026-06-09T20:44:07.917Z Downloaded webpki-roots v1.0.6
12532026-06-09T20:44:07.920Z Downloaded rustls v0.22.4
12542026-06-09T20:44:07.927Z Downloaded smoltcp v0.9.1
12552026-06-09T20:44:07.933Z Downloaded smoltcp v0.11.0
12562026-06-09T20:44:07.940Z Downloaded nix v0.28.0
12572026-06-09T20:44:07.946Z Downloaded regex-syntax v0.6.29
12582026-06-09T20:44:07.950Z Downloaded nix v0.31.2
12592026-06-09T20:44:07.957Z Downloaded openssl v0.10.79
12602026-06-09T20:44:07.963Z Downloaded dropshot v0.17.0
12612026-06-09T20:44:07.976Z Downloaded zerocopy v0.8.40
12622026-06-09T20:44:07.982Z Downloaded hickory-proto v0.25.2
12632026-06-09T20:44:07.991Z Downloaded regress v0.10.5
12642026-06-09T20:44:07.996Z Downloaded diesel v2.3.7
12652026-06-09T20:44:08.009Z Downloaded regress v0.11.1
12662026-06-09T20:44:08.014Z Downloaded regex-syntax v0.8.10
12672026-06-09T20:44:08.018Z Downloaded rustls v0.23.37
12682026-06-09T20:44:08.025Z Downloaded openapiv3 v2.2.0
12692026-06-09T20:44:08.031Z Downloaded time v0.3.47
12702026-06-09T20:44:08.038Z Downloaded rustix v0.38.44
12712026-06-09T20:44:08.051Z Downloaded tabled v0.20.0
12722026-06-09T20:44:08.062Z Downloaded sqlparser v0.61.0
12732026-06-09T20:44:08.094Z Downloaded sled v0.34.7
12742026-06-09T20:44:08.110Z Downloaded typify-impl v0.6.2
12752026-06-09T20:44:08.118Z Downloaded tracing v0.1.44
12762026-06-09T20:44:08.131Z Downloaded ratatui v0.29.0
12772026-06-09T20:44:08.142Z Downloaded typify-impl v0.4.3
12782026-06-09T20:44:08.152Z Downloaded bzip2-sys v0.1.13+1.0.8
12792026-06-09T20:44:08.167Z Downloaded regex-automata v0.4.14
12802026-06-09T20:44:08.177Z Downloaded zerocopy-derive v0.6.6
12812026-06-09T20:44:08.195Z Downloaded petgraph v0.6.5
12822026-06-09T20:44:08.206Z Downloaded jiff v0.2.21
12832026-06-09T20:44:08.300Z Downloaded chrono-tz v0.10.4
12842026-06-09T20:44:08.305Z Downloaded csv v1.4.0
12852026-06-09T20:44:08.305Z Downloaded petgraph v0.8.3
12862026-06-09T20:44:08.305Z Downloaded libz-sys v1.1.24
12872026-06-09T20:44:08.305Z Downloaded sha3 v0.10.8
12882026-06-09T20:44:08.305Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-06-09T20:44:08.305Z Downloaded tokio v1.52.1
12902026-06-09T20:44:08.379Z Downloaded encoding_rs v0.8.35
12912026-06-09T20:44:08.414Z Downloaded ring v0.17.14
12922026-06-09T20:44:08.439Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-09T20:44:08.918Z Downloaded aws-lc-sys v0.40.0
12942026-06-09T20:44:09.171Z Compiling libc v0.2.185
12952026-06-09T20:44:09.171Z Compiling serde v1.0.228
12962026-06-09T20:44:09.174Z Compiling log v0.4.29
12972026-06-09T20:44:09.174Z Compiling shlex v1.3.0
12982026-06-09T20:44:09.174Z Compiling find-msvc-tools v0.1.9
12992026-06-09T20:44:09.174Z Compiling smallvec v1.15.1
13002026-06-09T20:44:09.174Z Compiling typenum v1.19.0
13012026-06-09T20:44:09.174Z Compiling subtle v2.6.1
13022026-06-09T20:44:09.174Z Compiling generic-array v0.14.7
13032026-06-09T20:44:09.174Z Compiling scopeguard v1.2.0
13042026-06-09T20:44:09.349Z Compiling const-oid v0.9.6
13052026-06-09T20:44:09.362Z Compiling serde_json v1.0.149
13062026-06-09T20:44:09.386Z Compiling syn v2.0.117
13072026-06-09T20:44:09.399Z Compiling zerocopy v0.8.40
13082026-06-09T20:44:09.403Z Compiling parking_lot_core v0.9.12
13092026-06-09T20:44:09.403Z Compiling pin-project-lite v0.2.17
13102026-06-09T20:44:09.518Z Compiling lock_api v0.4.14
13112026-06-09T20:44:09.533Z Compiling portable-atomic v1.13.1
13122026-06-09T20:44:09.547Z Compiling pkg-config v0.3.32
13132026-06-09T20:44:09.563Z Compiling bitflags v2.11.0
13142026-06-09T20:44:09.573Z Compiling futures-core v0.3.32
13152026-06-09T20:44:09.590Z Compiling critical-section v1.2.0
13162026-06-09T20:44:09.595Z Compiling libm v0.2.16
13172026-06-09T20:44:09.670Z Compiling num-traits v0.2.19
13182026-06-09T20:44:09.699Z Compiling percent-encoding v2.3.2
13192026-06-09T20:44:09.758Z Compiling futures-sink v0.3.32
13202026-06-09T20:44:09.764Z Compiling futures-task v0.3.32
13212026-06-09T20:44:09.764Z Compiling cpufeatures v0.2.17
13222026-06-09T20:44:09.816Z Compiling getrandom v0.4.1
13232026-06-09T20:44:09.843Z Compiling futures-channel v0.3.32
13242026-06-09T20:44:09.868Z Compiling slab v0.4.12
13252026-06-09T20:44:09.882Z Compiling futures-io v0.3.32
13262026-06-09T20:44:09.923Z Compiling rand_core v0.10.0
13272026-06-09T20:44:09.953Z Compiling indexmap v2.14.0
13282026-06-09T20:44:09.968Z Compiling rustversion v1.0.22
13292026-06-09T20:44:10.048Z Compiling getrandom v0.3.4
13302026-06-09T20:44:10.063Z Compiling form_urlencoded v1.2.2
13312026-06-09T20:44:10.078Z Compiling dunce v1.0.5
13322026-06-09T20:44:10.104Z Compiling fs_extra v1.3.0
13332026-06-09T20:44:10.108Z Compiling base64ct v1.8.3
13342026-06-09T20:44:10.119Z Compiling ident_case v1.0.1
13352026-06-09T20:44:10.175Z Compiling iana-time-zone v0.1.65
13362026-06-09T20:44:10.207Z Compiling rustix v1.1.3
13372026-06-09T20:44:10.240Z Compiling regex-syntax v0.8.10
13382026-06-09T20:44:10.260Z Compiling getrandom v0.2.17
13392026-06-09T20:44:10.276Z Compiling jobserver v0.1.34
13402026-06-09T20:44:10.332Z Compiling errno v0.3.14
13412026-06-09T20:44:10.392Z Compiling mio v1.2.0
13422026-06-09T20:44:10.407Z Compiling rand_core v0.6.4
13432026-06-09T20:44:10.422Z Compiling socket2 v0.6.3
13442026-06-09T20:44:10.499Z Compiling cc v1.2.56
13452026-06-09T20:44:10.513Z Compiling signal-hook-registry v1.4.8
13462026-06-09T20:44:10.596Z Compiling parking_lot v0.12.5
13472026-06-09T20:44:10.596Z Compiling once_cell v1.21.3
13482026-06-09T20:44:10.654Z Compiling pem-rfc7468 v0.7.0
13492026-06-09T20:44:10.692Z Compiling flagset v0.4.7
13502026-06-09T20:44:10.816Z Compiling vcpkg v0.2.15
13512026-06-09T20:44:10.835Z Compiling aws-lc-rs v1.16.3
13522026-06-09T20:44:10.838Z Compiling tracing-core v0.1.36
13532026-06-09T20:44:10.838Z Compiling uuid v1.23.0
13542026-06-09T20:44:10.879Z Compiling rustc_version v0.4.1
13552026-06-09T20:44:10.884Z Compiling base64 v0.22.1
13562026-06-09T20:44:10.946Z Compiling rand_core v0.9.5
13572026-06-09T20:44:10.995Z Compiling untrusted v0.7.1
13582026-06-09T20:44:11.041Z Compiling openssl-probe v0.2.1
13592026-06-09T20:44:11.101Z Compiling tinyvec_macros v0.1.1
13602026-06-09T20:44:11.134Z Compiling httparse v1.10.1
13612026-06-09T20:44:11.138Z Compiling untrusted v0.9.0
13622026-06-09T20:44:11.242Z Compiling tinyvec v1.10.0
13632026-06-09T20:44:11.285Z Compiling aho-corasick v1.1.4
13642026-06-09T20:44:11.285Z Compiling try-lock v0.2.5
13652026-06-09T20:44:11.314Z Compiling cmake v0.1.57
13662026-06-09T20:44:11.317Z Compiling tower-layer v0.3.3
13672026-06-09T20:44:11.346Z Compiling atomic-waker v1.1.2
13682026-06-09T20:44:11.360Z Compiling tower-service v0.3.3
13692026-06-09T20:44:11.407Z Compiling dyn-clone v1.0.20
13702026-06-09T20:44:11.421Z Compiling schemars v0.8.22
13712026-06-09T20:44:11.468Z Compiling rustls v0.23.37
13722026-06-09T20:44:11.483Z Compiling want v0.3.1
13732026-06-09T20:44:11.499Z Compiling httpdate v1.0.3
13742026-06-09T20:44:11.514Z Compiling openssl v0.10.79
13752026-06-09T20:44:11.571Z Compiling foreign-types-shared v0.1.1
13762026-06-09T20:44:11.634Z Compiling pin-utils v0.1.0
13772026-06-09T20:44:11.649Z Compiling foreign-types v0.3.2
13782026-06-09T20:44:11.653Z Compiling unicode-normalization v0.1.25
13792026-06-09T20:44:11.679Z Compiling spin v0.9.8
13802026-06-09T20:44:11.688Z Compiling time-core v0.1.8
13812026-06-09T20:44:11.688Z Compiling native-tls v0.2.18
13822026-06-09T20:44:11.738Z Compiling num-conv v0.2.0
13832026-06-09T20:44:11.753Z Compiling crc32fast v1.5.0
13842026-06-09T20:44:11.756Z Compiling powerfmt v0.2.0
13852026-06-09T20:44:11.769Z Compiling wait-timeout v0.2.1
13862026-06-09T20:44:11.783Z Compiling sync_wrapper v1.0.2
13872026-06-09T20:44:11.812Z Compiling usdt-impl v0.6.0
13882026-06-09T20:44:11.877Z Compiling syn v1.0.109
13892026-06-09T20:44:11.895Z Compiling time-macros v0.2.27
13902026-06-09T20:44:11.908Z Compiling crossbeam-utils v0.8.21
13912026-06-09T20:44:11.927Z Compiling deranged v0.5.8
13922026-06-09T20:44:11.940Z Compiling quick-error v1.2.3
13932026-06-09T20:44:11.981Z Compiling unicode-segmentation v1.12.0
13942026-06-09T20:44:12.005Z Compiling bit-vec v0.8.0
13952026-06-09T20:44:12.056Z Compiling tempfile v3.25.0
13962026-06-09T20:44:12.084Z Compiling siphasher v1.0.2
13972026-06-09T20:44:12.099Z Compiling num_threads v0.1.7
13982026-06-09T20:44:12.126Z Compiling simd-adler32 v0.3.8
13992026-06-09T20:44:12.214Z Compiling regex-automata v0.4.14
14002026-06-09T20:44:12.234Z Compiling aws-lc-sys v0.40.0
14012026-06-09T20:44:12.237Z Compiling ring v0.17.14
14022026-06-09T20:44:12.263Z Compiling openssl-sys v0.9.115
14032026-06-09T20:44:12.279Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-09T20:44:12.297Z Compiling rusty-fork v0.3.1
14052026-06-09T20:44:12.323Z Compiling synstructure v0.13.2
14062026-06-09T20:44:12.394Z Compiling serde_derive_internals v0.29.1
14072026-06-09T20:44:12.394Z Compiling pest_generator v2.8.6
14082026-06-09T20:44:12.421Z Compiling darling_core v0.20.11
14092026-06-09T20:44:12.469Z Compiling darling_core v0.21.3
14102026-06-09T20:44:12.732Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-06-09T20:44:12.775Z Compiling bit-set v0.8.0
14122026-06-09T20:44:13.000Z Compiling slog v2.8.2
14132026-06-09T20:44:13.015Z Compiling heapless v0.7.17
14142026-06-09T20:44:13.031Z Compiling rand_xorshift v0.4.0
14152026-06-09T20:44:13.035Z Compiling thread-id v5.1.0
14162026-06-09T20:44:13.060Z Compiling time v0.3.47
14172026-06-09T20:44:13.147Z Compiling cookie v0.18.1
14182026-06-09T20:44:13.163Z Compiling adler2 v2.0.1
14192026-06-09T20:44:13.176Z Compiling anyhow v1.0.102
14202026-06-09T20:44:13.216Z Compiling unicode-bidi v0.3.18
14212026-06-09T20:44:13.230Z Compiling zstd-safe v7.2.4
14222026-06-09T20:44:13.286Z Compiling allocator-api2 v0.2.21
14232026-06-09T20:44:13.310Z Compiling unarray v0.1.4
14242026-06-09T20:44:13.357Z Compiling paste v1.0.15
14252026-06-09T20:44:13.373Z Compiling iri-string v0.7.10
14262026-06-09T20:44:13.401Z Compiling ryu v1.0.23
14272026-06-09T20:44:13.437Z Compiling unicode-properties v0.1.4
14282026-06-09T20:44:13.455Z Compiling signal-hook v0.3.18
14292026-06-09T20:44:13.644Z Compiling stringprep v0.1.5
14302026-06-09T20:44:13.685Z Compiling miniz_oxide v0.8.9
14312026-06-09T20:44:13.763Z Compiling heck v0.4.1
14322026-06-09T20:44:13.806Z Compiling vergen-lib v9.1.0
14332026-06-09T20:44:14.003Z Compiling num-integer v0.1.46
14342026-06-09T20:44:14.020Z Compiling curve25519-dalek v4.1.3
14352026-06-09T20:44:14.132Z Compiling ff v0.13.1
14362026-06-09T20:44:14.153Z Compiling serde_derive v1.0.228
14372026-06-09T20:44:14.292Z Compiling zeroize_derive v1.4.3
14382026-06-09T20:44:14.303Z Compiling zerofrom-derive v0.1.6
14392026-06-09T20:44:14.346Z Compiling yoke-derive v0.8.1
14402026-06-09T20:44:14.362Z Compiling zerocopy-derive v0.8.40
14412026-06-09T20:44:14.390Z Compiling zerovec-derive v0.11.2
14422026-06-09T20:44:14.495Z Compiling displaydoc v0.2.5
14432026-06-09T20:44:14.726Z Compiling tokio-macros v2.7.0
14442026-06-09T20:44:14.879Z Compiling futures-macro v0.3.32
14452026-06-09T20:44:14.984Z Compiling der_derive v0.7.3
14462026-06-09T20:44:14.997Z Compiling zeroize v1.8.2
14472026-06-09T20:44:15.145Z Compiling thiserror-impl v2.0.18
14482026-06-09T20:44:15.326Z Compiling rustls-pki-types v1.14.0
14492026-06-09T20:44:15.507Z Compiling tracing-attributes v0.1.31
14502026-06-09T20:44:15.574Z Compiling pest_derive v2.8.6
14512026-06-09T20:44:15.583Z Compiling schemars_derive v0.8.22
14522026-06-09T20:44:15.741Z Compiling futures-util v0.3.32
14532026-06-09T20:44:15.803Z Compiling crypto-common v0.1.7
14542026-06-09T20:44:15.821Z Compiling zerofrom v0.1.6
14552026-06-09T20:44:15.821Z Compiling block-buffer v0.10.4
14562026-06-09T20:44:15.953Z Compiling yoke v0.8.1
14572026-06-09T20:44:15.998Z Compiling block-padding v0.3.3
14582026-06-09T20:44:16.043Z Compiling digest v0.10.7
14592026-06-09T20:44:16.079Z Compiling der v0.7.10
14602026-06-09T20:44:16.080Z Compiling scroll_derive v0.13.1
14612026-06-09T20:44:16.141Z Compiling zerovec v0.11.5
14622026-06-09T20:44:16.153Z Compiling zerotrie v0.2.3
14632026-06-09T20:44:16.335Z Compiling hmac v0.12.1
14642026-06-09T20:44:16.501Z Compiling inout v0.1.4
14652026-06-09T20:44:16.511Z Compiling sha2 v0.10.9
14662026-06-09T20:44:16.541Z Compiling pbkdf2 v0.12.2
14672026-06-09T20:44:16.592Z Compiling thiserror v2.0.18
14682026-06-09T20:44:16.677Z Compiling tinystr v0.8.2
14692026-06-09T20:44:16.781Z Compiling potential_utf v0.1.4
14702026-06-09T20:44:16.796Z Compiling cipher v0.4.4
14712026-06-09T20:44:16.796Z Compiling darling_macro v0.20.11
14722026-06-09T20:44:16.844Z Compiling icu_locale_core v2.1.1
14732026-06-09T20:44:16.881Z Compiling icu_collections v2.1.1
14742026-06-09T20:44:16.932Z Compiling spki v0.7.3
14752026-06-09T20:44:16.959Z Compiling salsa20 v0.10.2
14762026-06-09T20:44:16.988Z Compiling cbc v0.1.2
14772026-06-09T20:44:17.000Z Compiling aes v0.8.4
14782026-06-09T20:44:17.118Z Compiling scrypt v0.11.0
14792026-06-09T20:44:17.155Z Compiling tracing v0.1.44
14802026-06-09T20:44:17.169Z Compiling scroll v0.13.0
14812026-06-09T20:44:17.246Z Compiling openssl-macros v0.1.1
14822026-06-09T20:44:17.331Z Compiling darling v0.20.11
14832026-06-09T20:44:17.403Z Compiling rustls-native-certs v0.8.3
14842026-06-09T20:44:17.412Z Compiling pkcs5 v0.7.1
14852026-06-09T20:44:17.429Z Compiling goblin v0.10.5
14862026-06-09T20:44:17.457Z Compiling derive_builder_core v0.20.2
14872026-06-09T20:44:17.470Z Compiling dtrace-parser v0.3.0
14882026-06-09T20:44:17.670Z Compiling icu_provider v2.1.1
14892026-06-09T20:44:17.715Z Compiling bytes v1.11.1
14902026-06-09T20:44:17.795Z Compiling chrono v0.4.44
14912026-06-09T20:44:17.799Z Compiling pkcs8 v0.10.2
14922026-06-09T20:44:17.824Z Compiling ipnet v2.11.0
14932026-06-09T20:44:17.922Z Compiling icu_normalizer v2.1.1
14942026-06-09T20:44:17.963Z Compiling icu_properties v2.1.2
14952026-06-09T20:44:18.111Z Compiling signature v2.2.0
14962026-06-09T20:44:18.139Z Compiling webpki-roots v1.0.6
14972026-06-09T20:44:18.188Z Compiling scroll_derive v0.12.1
14982026-06-09T20:44:18.243Z Compiling tokio v1.52.1
14992026-06-09T20:44:18.282Z Compiling http v1.4.0
15002026-06-09T20:44:18.300Z Compiling thiserror-impl v1.0.69
15012026-06-09T20:44:18.368Z Compiling serde_spanned v0.6.9
15022026-06-09T20:44:18.374Z Compiling derive_builder_macro v0.20.2
15032026-06-09T20:44:18.397Z Compiling serde_tokenstream v0.2.3
15042026-06-09T20:44:18.504Z Compiling erased-serde v0.3.31
15052026-06-09T20:44:18.536Z Compiling serde_urlencoded v0.7.1
15062026-06-09T20:44:18.718Z Compiling toml_datetime v0.6.11
15072026-06-09T20:44:18.778Z Compiling md-5 v0.10.6
15082026-06-09T20:44:18.803Z Compiling darling_macro v0.21.3
15092026-06-09T20:44:18.854Z Compiling idna_adapter v1.2.1
15102026-06-09T20:44:18.903Z Compiling ppv-lite86 v0.2.21
15112026-06-09T20:44:18.960Z Compiling http-body v1.0.1
15122026-06-09T20:44:19.004Z Compiling idna v1.1.0
15132026-06-09T20:44:19.018Z Compiling scroll v0.12.0
15142026-06-09T20:44:19.021Z Compiling bstr v1.12.1
15152026-06-09T20:44:19.092Z Compiling http-body-util v0.1.3
15162026-06-09T20:44:19.111Z Compiling async-trait v0.1.89
15172026-06-09T20:44:19.132Z Compiling zerocopy-derive v0.7.35
15182026-06-09T20:44:19.267Z Compiling rand_chacha v0.9.0
15192026-06-09T20:44:19.273Z Compiling rand_chacha v0.3.1
15202026-06-09T20:44:19.274Z Compiling pin-project-internal v1.1.11
15212026-06-09T20:44:19.305Z Compiling url v2.5.8
15222026-06-09T20:44:19.322Z Compiling hash32 v0.2.1
15232026-06-09T20:44:19.351Z Compiling memoffset v0.9.1
15242026-06-09T20:44:19.536Z Compiling rand v0.9.2
15252026-06-09T20:44:19.566Z Compiling encoding_rs v0.8.35
15262026-06-09T20:44:19.626Z Compiling thiserror v1.0.69
15272026-06-09T20:44:19.685Z Compiling rustix v0.38.44
15282026-06-09T20:44:19.706Z Compiling cfg_aliases v0.2.1
15292026-06-09T20:44:19.749Z Compiling base16ct v0.2.0
15302026-06-09T20:44:19.789Z Compiling fallible-iterator v0.2.0
15312026-06-09T20:44:19.932Z Compiling psl-types v2.0.11
15322026-06-09T20:44:20.032Z Compiling mime v0.3.17
15332026-06-09T20:44:20.046Z Compiling smoltcp v0.9.1
15342026-06-09T20:44:20.073Z Compiling zlib-rs v0.6.2
15352026-06-09T20:44:20.087Z Compiling ref-cast v1.0.25
15362026-06-09T20:44:20.111Z Compiling proptest v1.10.0
15372026-06-09T20:44:20.133Z Compiling num-bigint-dig v0.8.6
15382026-06-09T20:44:20.174Z Compiling dof v0.4.0
15392026-06-09T20:44:20.332Z Compiling litrs v1.0.0
15402026-06-09T20:44:20.386Z Compiling postgres-protocol v0.6.10
15412026-06-09T20:44:20.434Z Compiling pin-project v1.1.11
15422026-06-09T20:44:20.475Z Compiling publicsuffix v2.3.0
15432026-06-09T20:44:20.547Z Compiling zerocopy v0.7.35
15442026-06-09T20:44:20.561Z Compiling sec1 v0.7.3
15452026-06-09T20:44:20.588Z Compiling nix v0.31.2
15462026-06-09T20:44:20.759Z Compiling ipnetwork v0.21.1
15472026-06-09T20:44:20.852Z Compiling document-features v0.2.12
15482026-06-09T20:44:20.852Z Compiling rand v0.8.6
15492026-06-09T20:44:20.978Z Compiling darling v0.21.3
15502026-06-09T20:44:21.058Z Compiling oxnet v0.1.5
15512026-06-09T20:44:21.082Z Compiling goblin v0.8.2
15522026-06-09T20:44:21.148Z Compiling derive_builder v0.20.2
15532026-06-09T20:44:21.154Z Compiling futures-executor v0.3.32
15542026-06-09T20:44:21.170Z Compiling hubpack_derive v0.1.1
15552026-06-09T20:44:21.270Z Compiling hex v0.4.3
15562026-06-09T20:44:21.336Z Compiling hkdf v0.12.4
15572026-06-09T20:44:21.468Z Compiling crypto-bigint v0.5.5
15582026-06-09T20:44:21.474Z Compiling regex v1.12.3
15592026-06-09T20:44:21.553Z Compiling group v0.13.0
15602026-06-09T20:44:21.566Z Compiling num-iter v0.1.45
15612026-06-09T20:44:21.612Z Compiling daft-derive v0.1.7
15622026-06-09T20:44:21.628Z Compiling ref-cast-impl v1.0.25
15632026-06-09T20:44:21.644Z Compiling strum_macros v0.27.2
15642026-06-09T20:44:21.705Z Compiling curve25519-dalek-derive v0.1.1
15652026-06-09T20:44:21.719Z Compiling snafu-derive v0.8.9
15662026-06-09T20:44:21.905Z Compiling phf_shared v0.13.1
15672026-06-09T20:44:22.115Z Compiling tokio-util v0.7.18
15682026-06-09T20:44:22.132Z Compiling tower v0.5.3
15692026-06-09T20:44:22.206Z Compiling tokio-native-tls v0.3.1
15702026-06-09T20:44:22.239Z Compiling terminal_size v0.4.3
15712026-06-09T20:44:22.239Z Compiling lazy_static v1.5.0
15722026-06-09T20:44:22.322Z Compiling anstyle-parse v0.2.7
15732026-06-09T20:44:22.355Z Compiling vergen v9.1.0
15742026-06-09T20:44:22.394Z Compiling cargo-platform v0.3.2
15752026-06-09T20:44:22.394Z Compiling fs-err v3.3.0
15762026-06-09T20:44:22.508Z Compiling ahash v0.8.12
15772026-06-09T20:44:22.508Z Compiling bitflags v1.3.2
15782026-06-09T20:44:22.542Z Compiling libbz2-rs-sys v0.2.2
15792026-06-09T20:44:22.542Z Compiling newtype-uuid v1.3.2
15802026-06-09T20:44:22.604Z Compiling same-file v1.0.6
15812026-06-09T20:44:22.637Z Compiling tower-http v0.6.8
15822026-06-09T20:44:22.637Z Compiling winnow v0.5.40
15832026-06-09T20:44:22.701Z Compiling managed v0.8.0
15842026-06-09T20:44:22.720Z Compiling object v0.37.3
15852026-06-09T20:44:22.746Z Compiling foldhash v0.2.0
15862026-06-09T20:44:22.890Z Compiling h2 v0.4.13
15872026-06-09T20:44:22.967Z Compiling foldhash v0.1.5
15882026-06-09T20:44:23.010Z Compiling bumpalo v3.20.2
15892026-06-09T20:44:23.010Z Compiling flate2 v1.1.9
15902026-06-09T20:44:23.058Z Compiling hashbrown v0.15.5
15912026-06-09T20:44:23.083Z Compiling bzip2 v0.6.1
15922026-06-09T20:44:23.220Z Compiling zopfli v0.8.3
15932026-06-09T20:44:23.247Z Compiling hashbrown v0.16.1
15942026-06-09T20:44:23.318Z Compiling daft v0.1.7
15952026-06-09T20:44:23.358Z Compiling clap_builder v4.6.0
15962026-06-09T20:44:23.412Z Compiling dof v0.3.0
15972026-06-09T20:44:23.614Z Compiling walkdir v2.5.0
15982026-06-09T20:44:23.691Z Compiling snafu v0.8.9
15992026-06-09T20:44:23.706Z Compiling strum v0.27.2
16002026-06-09T20:44:23.718Z Compiling cargo_metadata v0.23.1
16012026-06-09T20:44:23.770Z Compiling anstream v0.6.21
16022026-06-09T20:44:23.836Z Compiling elliptic-curve v0.13.8
16032026-06-09T20:44:23.971Z Compiling toml_edit v0.19.15
16042026-06-09T20:44:24.093Z Compiling phf v0.13.1
16052026-06-09T20:44:24.093Z Compiling signal-hook-mio v0.2.5
16062026-06-09T20:44:24.131Z Compiling cookie_store v0.22.1
16072026-06-09T20:44:24.156Z Compiling usdt-attr-macro v0.6.0
16082026-06-09T20:44:24.202Z Compiling usdt-macro v0.6.0
16092026-06-09T20:44:24.223Z Compiling hubpack v0.1.2
16102026-06-09T20:44:24.265Z Compiling bzip2 v0.4.4
16112026-06-09T20:44:24.321Z Compiling futures v0.3.32
16122026-06-09T20:44:24.420Z Compiling serde_with_macros v3.17.0
16132026-06-09T20:44:24.505Z Compiling postgres-types v0.2.12
16142026-06-09T20:44:24.587Z Compiling zstd v0.13.3
16152026-06-09T20:44:24.729Z Compiling dtrace-parser v0.2.0
16162026-06-09T20:44:24.811Z Compiling globset v0.4.18
16172026-06-09T20:44:24.851Z Compiling ed25519 v2.2.3
16182026-06-09T20:44:24.957Z Compiling pkcs1 v0.7.5
16192026-06-09T20:44:24.988Z Compiling serde_plain v1.0.2
16202026-06-09T20:44:25.064Z Compiling serde-big-array v0.5.1
16212026-06-09T20:44:25.118Z Compiling olpc-cjson v0.1.4
16222026-06-09T20:44:25.201Z Compiling rfc6979 v0.4.0
16232026-06-09T20:44:25.223Z Compiling clap_derive v4.6.1
16242026-06-09T20:44:25.291Z Compiling enum-as-inner v0.6.1
16252026-06-09T20:44:25.354Z Compiling async-recursion v1.1.1
16262026-06-09T20:44:25.384Z Compiling strum_macros v0.26.4
16272026-06-09T20:44:25.496Z Compiling serde_repr v0.1.20
16282026-06-09T20:44:25.514Z Compiling phf_shared v0.11.3
16292026-06-09T20:44:25.536Z Compiling float-cmp v0.10.0
16302026-06-09T20:44:25.648Z Compiling pem v3.0.6
16312026-06-09T20:44:25.700Z Compiling memmap2 v0.9.10
16322026-06-09T20:44:25.722Z Compiling thread-id v4.2.2
16332026-06-09T20:44:25.776Z Compiling env_filter v1.0.0
16342026-06-09T20:44:25.822Z Compiling keccak v0.1.6
16352026-06-09T20:44:25.838Z Compiling hyper v1.8.1
16362026-06-09T20:44:25.939Z Compiling predicates-core v1.0.10
16372026-06-09T20:44:25.993Z Compiling normalize-line-endings v0.3.0
16382026-06-09T20:44:26.055Z Compiling either v1.15.0
16392026-06-09T20:44:26.074Z Compiling fixedbitset v0.5.7
16402026-06-09T20:44:26.112Z Compiling data-encoding v2.10.0
16412026-06-09T20:44:26.127Z Compiling typed-path v0.9.3
16422026-06-09T20:44:26.143Z Compiling new_debug_unreachable v1.0.6
16432026-06-09T20:44:26.247Z Compiling whoami v2.1.0
16442026-06-09T20:44:26.337Z Compiling fixedbitset v0.4.2
16452026-06-09T20:44:26.380Z Compiling jiff v0.2.21
16462026-06-09T20:44:26.428Z Compiling precomputed-hash v0.1.1
16472026-06-09T20:44:26.535Z Compiling static_assertions v1.1.0
16482026-06-09T20:44:26.578Z Compiling difflib v0.4.0
16492026-06-09T20:44:26.623Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16502026-06-09T20:44:26.651Z Compiling string_cache v0.8.9
16512026-06-09T20:44:26.652Z Compiling petgraph v0.6.5
16522026-06-09T20:44:26.718Z Compiling tokio-postgres v0.7.16
16532026-06-09T20:44:26.907Z Compiling predicates v3.1.4
16542026-06-09T20:44:26.922Z Compiling hickory-proto v0.25.2
16552026-06-09T20:44:26.925Z Compiling petgraph v0.8.3
16562026-06-09T20:44:26.951Z Compiling itertools v0.13.0
16572026-06-09T20:44:27.111Z Compiling hyper-util v0.1.20
16582026-06-09T20:44:27.178Z Compiling clap v4.6.1
16592026-06-09T20:44:27.225Z Compiling strum v0.26.3
16602026-06-09T20:44:27.277Z Compiling toml_edit v0.22.27
16612026-06-09T20:44:27.373Z Compiling sha3 v0.10.8
16622026-06-09T20:44:27.429Z Compiling env_logger v0.11.9
16632026-06-09T20:44:27.507Z Compiling usdt v0.6.0
16642026-06-09T20:44:27.609Z Compiling usdt-impl v0.5.0
16652026-06-09T20:44:27.797Z Compiling serde_with v3.17.0
16662026-06-09T20:44:27.815Z Compiling crossterm v0.28.1
16672026-06-09T20:44:27.853Z Compiling ecdsa v0.16.9
16682026-06-09T20:44:28.205Z Compiling toml v0.7.8
16692026-06-09T20:44:28.246Z Compiling rsa v0.9.10
16702026-06-09T20:44:28.264Z Compiling ed25519-dalek v2.2.0
16712026-06-09T20:44:28.703Z Compiling hyper-tls v0.6.0
16722026-06-09T20:44:28.902Z Compiling zip v0.6.6
16732026-06-09T20:44:28.940Z Compiling iddqd v0.4.2
16742026-06-09T20:44:28.991Z Compiling zip v4.6.1
16752026-06-09T20:44:29.228Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-09T20:44:29.389Z Compiling tokio-stream v0.1.18
16772026-06-09T20:44:29.492Z Compiling buf-list v1.1.2
16782026-06-09T20:44:29.543Z Compiling similar v2.7.0
16792026-06-09T20:44:29.567Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-09T20:44:29.590Z Compiling openapiv3 v2.2.0
16812026-06-09T20:44:29.786Z Compiling x509-cert v0.2.5
16822026-06-09T20:44:29.868Z Compiling sha1 v0.10.6
16832026-06-09T20:44:29.882Z Compiling crossbeam-epoch v0.9.18
16842026-06-09T20:44:29.897Z Compiling lalrpop-util v0.19.12
16852026-06-09T20:44:29.967Z Compiling peg-runtime v0.8.5
16862026-06-09T20:44:30.012Z Compiling thread_local v1.1.9
16872026-06-09T20:44:30.117Z Compiling slog-async v2.8.0
16882026-06-09T20:44:30.138Z Compiling crossbeam-channel v0.5.15
16892026-06-09T20:44:30.229Z Compiling is-terminal v0.4.17
16902026-06-09T20:44:30.232Z Compiling filetime v0.2.27
16912026-06-09T20:44:30.274Z Compiling term v1.2.1
16922026-06-09T20:44:30.285Z Compiling xattr v1.6.1
16932026-06-09T20:44:30.337Z Compiling take_mut v0.2.2
16942026-06-09T20:44:30.428Z Compiling tar v0.4.45
16952026-06-09T20:44:30.595Z Compiling slog-term v2.9.2
16962026-06-09T20:44:48.322Z Compiling rustls-webpki v0.103.9
16972026-06-09T20:44:50.946Z Compiling tokio-rustls v0.26.4
16982026-06-09T20:44:50.946Z Compiling rustls-platform-verifier v0.6.2
16992026-06-09T20:44:51.160Z Compiling hyper-rustls v0.27.7
17002026-06-09T20:44:51.351Z Compiling reqwest v0.12.28
17012026-06-09T20:44:51.351Z Compiling reqwest v0.13.2
17022026-06-09T20:44:52.549Z Compiling tough v0.22.0
17032026-06-09T20:44:55.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-09T20:44:55.277Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-09T20:44:58.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s
17062026-06-09T20:44:58.279Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-09T20:44:58.336ZJun 09 20:44:58.179 INFO Starting download, target: Console
17082026-06-09T20:44:58.336ZJun 09 20:44:58.180 INFO Starting download, target: Cockroach
17092026-06-09T20:44:58.337ZJun 09 20:44:58.180 INFO Starting download, target: Clickhouse
17102026-06-09T20:44:58.337ZJun 09 20:44:58.180 INFO Starting download, target: DendriteStub
17112026-06-09T20:44:58.343ZJun 09 20:44:58.180 INFO Starting download, target: MaghemiteMgd
17122026-06-09T20:44:58.344ZJun 09 20:44:58.180 INFO Starting download, target: TransceiverControl
17132026-06-09T20:44:58.344ZJun 09 20:44:58.180 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-06-09T20:44:58.350ZJun 09 20:44:58.180 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-06-09T20:44:58.350ZJun 09 20:44:58.180 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17162026-06-09T20:44:58.350ZJun 09 20:44:58.180 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17172026-06-09T20:44:58.350ZJun 09 20:44:58.180 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-06-09T20:44:58.350ZJun 09 20:44:58.180 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-09T20:44:59.390ZJun 09 20:44:59.234 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-06-09T20:44:59.633ZJun 09 20:44:59.476 INFO Download complete, target: Console
17212026-06-09T20:45:00.766ZJun 09 20:45:00.610 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-09T20:45:07.535ZJun 09 20:45:07.378 INFO Checking that binary works, target: Clickhouse
17232026-06-09T20:45:07.640ZJun 09 20:45:07.477 INFO Download complete, target: Clickhouse
17242026-06-09T20:45:34.088ZJun 09 20:45:33.869 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-06-09T20:45:34.268ZJun 09 20:45:34.078 INFO Download complete, target: TransceiverControl
17262026-06-09T20:45:35.442ZJun 09 20:45:35.270 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-06-09T20:45:35.840ZJun 09 20:45:35.642 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-06-09T20:45:36.486ZJun 09 20:45:36.328 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-06-09T20:45:36.486ZJun 09 20:45:36.328 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-06-09T20:45:37.875ZJun 09 20:45:37.718 INFO Download complete, target: DendriteStub
17312026-06-09T20:45:38.157ZJun 09 20:45:38.000 INFO Download complete, target: MaghemiteMgd
17322026-06-09T20:45:41.245ZJun 09 20:45:41.088 INFO Checking that binary works, target: Cockroach
17332026-06-09T20:45:41.373ZJun 09 20:45:41.217 INFO Download complete, target: Cockroach
17342026-06-09T20:45:41.380ZAll prerequisites installed successfully
17352026-06-09T20:45:41.385Z
17362026-06-09T20:45:41.385Zreal 2:38.553817590
17372026-06-09T20:45:41.386Zuser 6:59.012530610
17382026-06-09T20:45:41.386Zsys 1:40.920673051
17392026-06-09T20:45:41.386Ztrap 0.266577769
17402026-06-09T20:45:41.387Ztflt 1.120822720
17412026-06-09T20:45:41.387Zdflt 1.865063353
17422026-06-09T20:45:41.387Zkflt 0.026549027
17432026-06-09T20:45:41.388Zlock 34:14.074617489
17442026-06-09T20:45:41.388Zslp 20:14.221193614
17452026-06-09T20:45:41.390Zlat 24.674210563
17462026-06-09T20:45:41.390Zstop 2:49.459956513
17472026-06-09T20:45:41.390Z+ ptime -m cargo xtask download softnpu
17482026-06-09T20:45:41.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17492026-06-09T20:45:41.933Z Running `target/debug/xtask download softnpu`
17502026-06-09T20:45:42.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17512026-06-09T20:45:42.795Z Running `target/debug/xtask-downloader softnpu`
17522026-06-09T20:45:42.838ZJun 09 20:45:42.681 INFO Starting download, target: Softnpu
17532026-06-09T20:45:42.841ZJun 09 20:45:42.682 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-09T20:45:43.739ZJun 09 20:45:43.582 INFO Download complete, target: Softnpu
17552026-06-09T20:45:43.742Z
17562026-06-09T20:45:43.745Zreal 2.357544953
17572026-06-09T20:45:43.745Zuser 1.371064258
17582026-06-09T20:45:43.745Zsys 0.674008631
17592026-06-09T20:45:43.745Ztrap 0.000840730
17602026-06-09T20:45:43.745Ztflt 0.000135500
17612026-06-09T20:45:43.745Zdflt 0.000379840
17622026-06-09T20:45:43.745Zkflt 0.000000000
17632026-06-09T20:45:43.745Zlock 16.998267143
17642026-06-09T20:45:43.745Zslp 0.773130115
17652026-06-09T20:45:43.745Zlat 0.112420086
17662026-06-09T20:45:43.745Zstop 0.000180840
17672026-06-09T20:45:43.745Z+ export CARGO_INCREMENTAL=0
17682026-06-09T20:45:43.745Z+ CARGO_INCREMENTAL=0
17692026-06-09T20:45:43.745Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-09T20:45:44.660Z Compiling proc-macro2 v1.0.106
17712026-06-09T20:45:44.660Z Compiling quote v1.0.45
17722026-06-09T20:45:44.660Z Compiling unicode-ident v1.0.24
17732026-06-09T20:45:44.664Z Compiling libc v0.2.185
17742026-06-09T20:45:44.664Z Compiling serde_core v1.0.228
17752026-06-09T20:45:44.664Z Compiling serde v1.0.228
17762026-06-09T20:45:44.664Z Compiling cfg-if v1.0.4
17772026-06-09T20:45:44.664Z Compiling version_check v0.9.5
17782026-06-09T20:45:44.664Z Compiling shlex v1.3.0
17792026-06-09T20:45:44.664Z Compiling find-msvc-tools v0.1.9
17802026-06-09T20:45:44.664Z Compiling typenum v1.19.0
17812026-06-09T20:45:44.812Z Compiling zmij v1.0.21
17822026-06-09T20:45:44.820Z Compiling autocfg v1.5.0
17832026-06-09T20:45:44.820Z Compiling memchr v2.8.0
17842026-06-09T20:45:44.820Z Compiling serde_json v1.0.149
17852026-06-09T20:45:45.049Z Compiling portable-atomic v1.13.1
17862026-06-09T20:45:45.120Z Compiling libm v0.2.16
17872026-06-09T20:45:45.137Z Compiling zerocopy v0.8.40
17882026-06-09T20:45:45.142Z Compiling parking_lot_core v0.9.12
17892026-06-09T20:45:45.154Z Compiling generic-array v0.14.7
17902026-06-09T20:45:45.183Z Compiling smallvec v1.15.1
17912026-06-09T20:45:45.186Z Compiling icu_normalizer_data v2.1.1
17922026-06-09T20:45:45.240Z Compiling num-traits v0.2.19
17932026-06-09T20:45:45.255Z Compiling icu_properties_data v2.1.2
17942026-06-09T20:45:45.392Z Compiling itoa v1.0.17
17952026-06-09T20:45:45.440Z Compiling getrandom v0.4.1
17962026-06-09T20:45:45.443Z Compiling log v0.4.29
17972026-06-09T20:45:45.503Z Compiling stable_deref_trait v1.2.1
17982026-06-09T20:45:45.521Z Compiling pkg-config v0.3.32
17992026-06-09T20:45:45.524Z Compiling subtle v2.6.1
18002026-06-09T20:45:45.694Z Compiling scopeguard v1.2.0
18012026-06-09T20:45:45.743Z Compiling litemap v0.8.1
18022026-06-09T20:45:45.743Z Compiling percent-encoding v2.3.2
18032026-06-09T20:45:45.816Z Compiling lock_api v0.4.14
18042026-06-09T20:45:45.837Z Compiling writeable v0.6.2
18052026-06-09T20:45:45.927Z Compiling jobserver v0.1.34
18062026-06-09T20:45:45.981Z Compiling getrandom v0.2.17
18072026-06-09T20:45:46.019Z Compiling errno v0.3.14
18082026-06-09T20:45:46.126Z Compiling rand_core v0.6.4
18092026-06-09T20:45:46.130Z Compiling fnv v1.0.7
18102026-06-09T20:45:46.160Z Compiling syn v2.0.117
18112026-06-09T20:45:46.175Z Compiling cc v1.2.56
18122026-06-09T20:45:46.209Z Compiling pin-project-lite v0.2.17
18132026-06-09T20:45:46.264Z Compiling thiserror v2.0.18
18142026-06-09T20:45:46.325Z Compiling getrandom v0.3.4
18152026-06-09T20:45:46.370Z Compiling equivalent v1.0.2
18162026-06-09T20:45:46.417Z Compiling dunce v1.0.5
18172026-06-09T20:45:46.421Z Compiling fs_extra v1.3.0
18182026-06-09T20:45:46.465Z Compiling rand_core v0.10.0
18192026-06-09T20:45:46.468Z Compiling rustversion v1.0.22
18202026-06-09T20:45:46.499Z Compiling schemars v0.8.22
18212026-06-09T20:45:46.527Z Compiling utf8_iter v1.0.4
18222026-06-09T20:45:46.639Z Compiling form_urlencoded v1.2.2
18232026-06-09T20:45:46.686Z Compiling critical-section v1.2.0
18242026-06-09T20:45:46.734Z Compiling signal-hook-registry v1.4.8
18252026-06-09T20:45:46.794Z Compiling rustix v1.1.3
18262026-06-09T20:45:46.819Z Compiling hashbrown v0.17.0
18272026-06-09T20:45:46.868Z Compiling socket2 v0.6.3
18282026-06-09T20:45:46.920Z Compiling cmake v0.1.57
18292026-06-09T20:45:46.963Z Compiling parking_lot v0.12.5
18302026-06-09T20:45:47.139Z Compiling semver v1.0.28
18312026-06-09T20:45:47.261Z Compiling bitflags v2.11.0
18322026-06-09T20:45:47.278Z Compiling once_cell v1.21.3
18332026-06-09T20:45:47.296Z Compiling mio v1.2.0
18342026-06-09T20:45:47.343Z Compiling indexmap v2.14.0
18352026-06-09T20:45:47.391Z Compiling const-oid v0.9.6
18362026-06-09T20:45:47.488Z Compiling aws-lc-rs v1.16.3
18372026-06-09T20:45:47.506Z Compiling futures-core v0.3.32
18382026-06-09T20:45:47.509Z Compiling ring v0.17.14
18392026-06-09T20:45:47.547Z Compiling aws-lc-sys v0.40.0
18402026-06-09T20:45:47.588Z Compiling httparse v1.10.1
18412026-06-09T20:45:47.700Z Compiling vcpkg v0.2.15
18422026-06-09T20:45:47.731Z Compiling thiserror v1.0.69
18432026-06-09T20:45:47.780Z Compiling strsim v0.11.1
18442026-06-09T20:45:47.925Z Compiling byteorder v1.5.0
18452026-06-09T20:45:48.000Z Compiling iana-time-zone v0.1.65
18462026-06-09T20:45:48.029Z Compiling ucd-trie v0.1.7
18472026-06-09T20:45:48.076Z Compiling regex-syntax v0.8.10
18482026-06-09T20:45:48.099Z Compiling syn v1.0.109
18492026-06-09T20:45:48.140Z Compiling heck v0.5.0
18502026-06-09T20:45:48.157Z Compiling ident_case v1.0.1
18512026-06-09T20:45:48.176Z Compiling uuid v1.23.0
18522026-06-09T20:45:48.206Z Compiling pest v2.8.6
18532026-06-09T20:45:48.230Z Compiling cpufeatures v0.2.17
18542026-06-09T20:45:48.263Z Compiling rustls v0.23.37
18552026-06-09T20:45:48.297Z Compiling openssl-sys v0.9.115
18562026-06-09T20:45:48.501Z Compiling futures-sink v0.3.32
18572026-06-09T20:45:48.534Z Compiling rustc_version v0.4.1
18582026-06-09T20:45:48.589Z Compiling futures-task v0.3.32
18592026-06-09T20:45:48.606Z Compiling slab v0.4.12
18602026-06-09T20:45:48.640Z Compiling futures-channel v0.3.32
18612026-06-09T20:45:48.747Z Compiling futures-io v0.3.32
18622026-06-09T20:45:48.819Z Compiling aho-corasick v1.1.4
18632026-06-09T20:45:48.844Z Compiling dyn-clone v1.0.20
18642026-06-09T20:45:48.963Z Compiling synstructure v0.13.2
18652026-06-09T20:45:48.970Z Compiling serde_derive_internals v0.29.1
18662026-06-09T20:45:49.092Z Compiling openssl v0.10.79
18672026-06-09T20:45:49.111Z Compiling plain v0.2.3
18682026-06-09T20:45:49.219Z Compiling crc32fast v1.5.0
18692026-06-09T20:45:49.240Z Compiling base64 v0.22.1
18702026-06-09T20:45:49.359Z Compiling pest_meta v2.8.6
18712026-06-09T20:45:49.390Z Compiling num-conv v0.2.0
18722026-06-09T20:45:49.503Z Compiling crossbeam-utils v0.8.21
18732026-06-09T20:45:49.507Z Compiling time-core v0.1.8
18742026-06-09T20:45:49.592Z Compiling pretty-hex v0.4.1
18752026-06-09T20:45:49.610Z Compiling native-tls v0.2.18
18762026-06-09T20:45:49.687Z Compiling regex-automata v0.4.14
18772026-06-09T20:45:49.725Z Compiling time-macros v0.2.27
18782026-06-09T20:45:49.766Z Compiling anyhow v1.0.102
18792026-06-09T20:45:49.771Z Compiling base64ct v1.8.3
18802026-06-09T20:45:49.798Z Compiling darling_core v0.21.3
18812026-06-09T20:45:49.942Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-06-09T20:45:49.960Z Compiling pest_generator v2.8.6
18832026-06-09T20:45:50.012Z Compiling tracing-core v0.1.36
18842026-06-09T20:45:50.077Z Compiling pem-rfc7468 v0.7.0
18852026-06-09T20:45:50.236Z Compiling flagset v0.4.7
18862026-06-09T20:45:50.253Z Compiling serde_derive v1.0.228
18872026-06-09T20:45:50.286Z Compiling zeroize_derive v1.4.3
18882026-06-09T20:45:50.331Z Compiling zerofrom-derive v0.1.6
18892026-06-09T20:45:50.347Z Compiling yoke-derive v0.8.1
18902026-06-09T20:45:50.365Z Compiling zerovec-derive v0.11.2
18912026-06-09T20:45:50.384Z Compiling displaydoc v0.2.5
18922026-06-09T20:45:50.603Z Compiling zerocopy-derive v0.8.40
18932026-06-09T20:45:50.644Z Compiling tokio-macros v2.7.0
18942026-06-09T20:45:50.706Z Compiling futures-macro v0.3.32
18952026-06-09T20:45:50.901Z Compiling zeroize v1.8.2
18962026-06-09T20:45:51.156Z Compiling thiserror-impl v2.0.18
18972026-06-09T20:45:51.312Z Compiling schemars_derive v0.8.22
18982026-06-09T20:45:51.328Z Compiling tracing-attributes v0.1.31
18992026-06-09T20:45:51.391Z Compiling der_derive v0.7.3
19002026-06-09T20:45:51.458Z Compiling zerofrom v0.1.6
19012026-06-09T20:45:51.605Z Compiling yoke v0.8.1
19022026-06-09T20:45:51.621Z Compiling crypto-common v0.1.7
19032026-06-09T20:45:51.789Z Compiling zerovec v0.11.5
19042026-06-09T20:45:51.804Z Compiling zerotrie v0.2.3
19052026-06-09T20:45:51.843Z Compiling block-buffer v0.10.4
19062026-06-09T20:45:51.980Z Compiling digest v0.10.7
19072026-06-09T20:45:52.214Z Compiling thiserror-impl v1.0.69
19082026-06-09T20:45:52.307Z Compiling tinystr v0.8.2
19092026-06-09T20:45:52.338Z Compiling potential_utf v0.1.4
19102026-06-09T20:45:52.386Z Compiling pest_derive v2.8.6
19112026-06-09T20:45:52.403Z Compiling futures-util v0.3.32
19122026-06-09T20:45:52.447Z Compiling hmac v0.12.1
19132026-06-09T20:45:52.477Z Compiling icu_collections v2.1.1
19142026-06-09T20:45:52.520Z Compiling icu_locale_core v2.1.1
19152026-06-09T20:45:52.765Z Compiling block-padding v0.3.3
19162026-06-09T20:45:52.828Z Compiling rustls-pki-types v1.14.0
19172026-06-09T20:45:53.130Z Compiling inout v0.1.4
19182026-06-09T20:45:53.190Z Compiling openssl-macros v0.1.1
19192026-06-09T20:45:53.216Z Compiling sha2 v0.10.9
19202026-06-09T20:45:53.301Z Compiling icu_provider v2.1.1
19212026-06-09T20:45:53.320Z Compiling cipher v0.4.4
19222026-06-09T20:45:53.423Z Compiling bytes v1.11.1
19232026-06-09T20:45:53.570Z Compiling icu_normalizer v2.1.1
19242026-06-09T20:45:53.589Z Compiling icu_properties v2.1.2
19252026-06-09T20:45:53.593Z Compiling chrono v0.4.44
19262026-06-09T20:45:53.662Z Compiling serde_tokenstream v0.2.3
19272026-06-09T20:45:53.960Z Compiling tokio v1.52.1
19282026-06-09T20:45:54.333Z Compiling scroll_derive v0.13.1
19292026-06-09T20:45:54.583Z Compiling idna_adapter v1.2.1
19302026-06-09T20:45:54.723Z Compiling idna v1.1.0
19312026-06-09T20:45:54.795Z Compiling ppv-lite86 v0.2.21
19322026-06-09T20:45:55.039Z Compiling scroll_derive v0.12.1
19332026-06-09T20:45:55.056Z Compiling http v1.4.0
19342026-06-09T20:45:55.140Z Compiling url v2.5.8
19352026-06-09T20:45:55.183Z Compiling untrusted v0.9.0
19362026-06-09T20:45:55.352Z Compiling tracing v0.1.44
19372026-06-09T20:45:55.489Z Compiling der v0.7.10
19382026-06-09T20:45:55.524Z Compiling darling_macro v0.21.3
19392026-06-09T20:45:55.540Z Compiling regex v1.12.3
19402026-06-09T20:45:55.682Z Compiling zerocopy-derive v0.7.35
19412026-06-09T20:45:55.964Z Compiling rand_core v0.9.5
19422026-06-09T20:45:56.019Z Compiling slog v2.8.2
19432026-06-09T20:45:56.375Z Compiling spki v0.7.3
19442026-06-09T20:45:56.465Z Compiling darling v0.21.3
19452026-06-09T20:45:56.468Z Compiling salsa20 v0.10.2
19462026-06-09T20:45:56.561Z Compiling pbkdf2 v0.12.2
19472026-06-09T20:45:57.030Z Compiling cookie v0.18.1
19482026-06-09T20:45:57.117Z Compiling camino v1.2.2
19492026-06-09T20:45:57.378Z Compiling scrypt v0.11.0
19502026-06-09T20:45:57.410Z Compiling rand_chacha v0.9.0
19512026-06-09T20:45:57.426Z Compiling http-body v1.0.1
19522026-06-09T20:45:57.520Z Compiling cbc v0.1.2
19532026-06-09T20:45:57.597Z Compiling aes v0.8.4
19542026-06-09T20:45:57.674Z Compiling tokio-util v0.7.18
19552026-06-09T20:45:57.691Z Compiling usdt-impl v0.5.0
19562026-06-09T20:45:57.722Z Compiling paste v1.0.15
19572026-06-09T20:45:57.765Z Compiling either v1.15.0
19582026-06-09T20:45:57.788Z Compiling untrusted v0.7.1
19592026-06-09T20:45:57.835Z Compiling winnow v0.7.14
19602026-06-09T20:45:57.850Z Compiling ref-cast v1.0.25
19612026-06-09T20:45:57.929Z Compiling unicode-segmentation v1.12.0
19622026-06-09T20:45:57.945Z Compiling openssl-probe v0.2.1
19632026-06-09T20:45:58.007Z Compiling tinyvec_macros v0.1.1
19642026-06-09T20:45:58.095Z Compiling atomic-waker v1.1.2
19652026-06-09T20:45:58.147Z Compiling usdt-impl v0.6.0
19662026-06-09T20:45:58.226Z Compiling tinyvec v1.10.0
19672026-06-09T20:45:58.301Z Compiling pkcs5 v0.7.1
19682026-06-09T20:45:58.443Z Compiling rand v0.9.2
19692026-06-09T20:45:58.756Z Compiling scroll v0.12.0
19702026-06-09T20:45:58.861Z Compiling scroll v0.13.0
19712026-06-09T20:45:58.908Z Compiling toml_datetime v0.6.11
19722026-06-09T20:45:59.021Z Compiling serde_spanned v0.6.9
19732026-06-09T20:45:59.073Z Compiling async-trait v0.1.89
19742026-06-09T20:45:59.090Z Compiling heapless v0.7.17
19752026-06-09T20:45:59.164Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-09T20:45:59.201Z Compiling tower-service v0.3.3
19772026-06-09T20:45:59.201Z Compiling signal-hook v0.3.18
19782026-06-09T20:45:59.315Z Compiling tower-layer v0.3.3
19792026-06-09T20:45:59.358Z Compiling fastrand v2.3.0
19802026-06-09T20:45:59.514Z Compiling zstd-safe v7.2.4
19812026-06-09T20:45:59.531Z Compiling try-lock v0.2.5
19822026-06-09T20:45:59.569Z Compiling h2 v0.4.13
19832026-06-09T20:45:59.638Z Compiling want v0.3.1
19842026-06-09T20:45:59.748Z Compiling toml_parser v1.0.9+spec-1.1.0
19852026-06-09T20:45:59.756Z Compiling goblin v0.10.5
19862026-06-09T20:45:59.819Z Compiling goblin v0.8.2
19872026-06-09T20:45:59.949Z Compiling pkcs8 v0.10.2
19882026-06-09T20:46:00.022Z Compiling heck v0.4.1
19892026-06-09T20:46:00.255Z Compiling zerocopy v0.7.35
19902026-06-09T20:46:00.322Z Compiling ipnet v2.11.0
19912026-06-09T20:46:00.349Z Compiling ref-cast-impl v1.0.25
19922026-06-09T20:46:00.436Z Compiling darling_core v0.20.11
19932026-06-09T20:46:00.717Z Compiling curve25519-dalek v4.1.3
19942026-06-09T20:46:00.844Z Compiling memoffset v0.9.1
19952026-06-09T20:46:00.876Z Compiling litrs v1.0.0
19962026-06-09T20:46:01.062Z Compiling rustix v0.38.44
19972026-06-09T20:46:01.263Z Compiling foreign-types-shared v0.1.1
19982026-06-09T20:46:01.346Z Compiling utf8parse v0.2.2
19992026-06-09T20:46:01.364Z Compiling pin-utils v0.1.0
20002026-06-09T20:46:01.414Z Compiling httpdate v1.0.3
20012026-06-09T20:46:01.582Z Compiling winnow v0.5.40
20022026-06-09T20:46:01.604Z Compiling document-features v0.2.12
20032026-06-09T20:46:01.630Z Compiling foreign-types v0.3.2
20042026-06-09T20:46:01.645Z Compiling tempfile v3.25.0
20052026-06-09T20:46:02.156Z Compiling dof v0.3.0
20062026-06-09T20:46:02.288Z Compiling unicode-normalization v0.1.25
20072026-06-09T20:46:02.481Z Compiling dtrace-parser v0.2.0
20082026-06-09T20:46:02.512Z Compiling darling_macro v0.20.11
20092026-06-09T20:46:02.599Z Compiling hyper v1.8.1
20102026-06-09T20:46:02.644Z Compiling dof v0.4.0
20112026-06-09T20:46:02.910Z Compiling toml_edit v0.19.15
20122026-06-09T20:46:02.972Z Compiling dtrace-parser v0.3.0
20132026-06-09T20:46:03.042Z Compiling pin-project-internal v1.1.11
20142026-06-09T20:46:03.067Z Compiling daft-derive v0.1.7
20152026-06-09T20:46:03.159Z Compiling spin v0.9.8
20162026-06-09T20:46:03.211Z Compiling thread-id v5.1.0
20172026-06-09T20:46:03.278Z Compiling thread-id v4.2.2
20182026-06-09T20:46:03.305Z Compiling cfg_aliases v0.2.1
20192026-06-09T20:46:03.310Z Compiling num-bigint-dig v0.8.6
20202026-06-09T20:46:03.397Z Compiling anstyle v1.0.14
20212026-06-09T20:46:03.398Z Compiling smoltcp v0.9.1
20222026-06-09T20:46:03.543Z Compiling powerfmt v0.2.0
20232026-06-09T20:46:03.572Z Compiling nix v0.31.2
20242026-06-09T20:46:03.711Z Compiling hyper-util v0.1.20
20252026-06-09T20:46:03.765Z Compiling deranged v0.5.8
20262026-06-09T20:46:04.091Z Compiling darling v0.20.11
20272026-06-09T20:46:04.206Z Compiling rustls-native-certs v0.8.3
20282026-06-09T20:46:04.243Z Compiling ipnetwork v0.21.1
20292026-06-09T20:46:04.643Z Compiling strum_macros v0.26.4
20302026-06-09T20:46:04.917Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-09T20:46:05.010Z Compiling sync_wrapper v1.0.2
20322026-06-09T20:46:05.063Z Compiling wait-timeout v0.2.1
20332026-06-09T20:46:05.314Z Compiling num_threads v0.1.7
20342026-06-09T20:46:05.376Z Compiling siphasher v1.0.2
20352026-06-09T20:46:05.423Z Compiling colorchoice v1.0.4
20362026-06-09T20:46:05.472Z Compiling bit-vec v0.8.0
20372026-06-09T20:46:05.539Z Compiling quick-error v1.2.3
20382026-06-09T20:46:05.553Z Compiling anstyle-query v1.1.5
20392026-06-09T20:46:05.587Z Compiling is_terminal_polyfill v1.70.2
20402026-06-09T20:46:05.664Z Compiling simd-adler32 v0.3.8
20412026-06-09T20:46:05.793Z Compiling bit-set v0.8.0
20422026-06-09T20:46:05.817Z Compiling time v0.3.47
20432026-06-09T20:46:05.888Z Compiling rusty-fork v0.3.1
20442026-06-09T20:46:05.958Z Compiling tower v0.5.3
20452026-06-09T20:46:06.334Z Compiling derive_builder_core v0.20.2
20462026-06-09T20:46:06.369Z Compiling snafu-derive v0.8.9
20472026-06-09T20:46:06.468Z Compiling http-body-util v0.1.3
20482026-06-09T20:46:06.719Z Compiling webpki-roots v1.0.6
20492026-06-09T20:46:06.758Z Compiling rand_xorshift v0.4.0
20502026-06-09T20:46:06.857Z Compiling signature v2.2.0
20512026-06-09T20:46:06.884Z Compiling hubpack_derive v0.1.1
20522026-06-09T20:46:06.919Z Compiling strum_macros v0.27.2
20532026-06-09T20:46:07.136Z Compiling fs-err v3.3.0
20542026-06-09T20:46:07.190Z Compiling ahash v0.8.12
20552026-06-09T20:46:07.220Z Compiling encoding_rs v0.8.35
20562026-06-09T20:46:07.403Z Compiling unicode-bidi v0.3.18
20572026-06-09T20:46:07.589Z Compiling iri-string v0.7.10
20582026-06-09T20:46:07.621Z Compiling unicode-properties v0.1.4
20592026-06-09T20:46:07.636Z Compiling allocator-api2 v0.2.21
20602026-06-09T20:46:07.665Z Compiling unarray v0.1.4
20612026-06-09T20:46:07.803Z Compiling object v0.37.3
20622026-06-09T20:46:07.859Z Compiling adler2 v2.0.1
20632026-06-09T20:46:07.897Z Compiling ryu v1.0.23
20642026-06-09T20:46:07.921Z Compiling mime v0.3.17
20652026-06-09T20:46:07.996Z Compiling miniz_oxide v0.8.9
20662026-06-09T20:46:08.034Z Compiling serde_urlencoded v0.7.1
20672026-06-09T20:46:08.078Z Compiling stringprep v0.1.5
20682026-06-09T20:46:08.097Z Compiling proptest v1.10.0
20692026-06-09T20:46:08.424Z Compiling derive_builder_macro v0.20.2
20702026-06-09T20:46:08.535Z Compiling tokio-native-tls v0.3.1
20712026-06-09T20:46:08.694Z Compiling usdt-attr-macro v0.6.0
20722026-06-09T20:46:08.724Z Compiling tower-http v0.6.8
20732026-06-09T20:46:08.738Z Compiling usdt-macro v0.6.0
20742026-06-09T20:46:08.954Z Compiling anstyle-parse v1.0.0
20752026-06-09T20:46:09.253Z Compiling rand_chacha v0.3.1
20762026-06-09T20:46:09.270Z Compiling erased-serde v0.3.31
20772026-06-09T20:46:09.298Z Compiling md-5 v0.10.6
20782026-06-09T20:46:09.311Z Compiling bstr v1.12.1
20792026-06-09T20:46:09.476Z Compiling num-integer v0.1.46
20802026-06-09T20:46:09.487Z Compiling hash32 v0.2.1
20812026-06-09T20:46:09.545Z Compiling vergen-lib v9.1.0
20822026-06-09T20:46:09.612Z Compiling ff v0.13.1
20832026-06-09T20:46:09.734Z Compiling base16ct v0.2.0
20842026-06-09T20:46:09.773Z Compiling zlib-rs v0.6.2
20852026-06-09T20:46:09.797Z Compiling psl-types v2.0.11
20862026-06-09T20:46:09.888Z Compiling fallible-iterator v0.2.0
20872026-06-09T20:46:09.906Z Compiling publicsuffix v2.3.0
20882026-06-09T20:46:09.927Z Compiling sec1 v0.7.3
20892026-06-09T20:46:10.020Z Compiling group v0.13.0
20902026-06-09T20:46:10.061Z Compiling num-iter v0.1.45
20912026-06-09T20:46:10.193Z Compiling postgres-protocol v0.6.10
20922026-06-09T20:46:10.218Z Compiling newtype-uuid v1.3.2
20932026-06-09T20:46:10.413Z Compiling rand v0.8.6
20942026-06-09T20:46:10.961Z Compiling oxnet v0.1.5
20952026-06-09T20:46:11.017Z Compiling anstream v1.0.0
20962026-06-09T20:46:11.020Z Compiling derive_builder v0.20.2
20972026-06-09T20:46:11.021Z Compiling hyper-tls v0.6.0
20982026-06-09T20:46:11.176Z Compiling phf_shared v0.13.1
20992026-06-09T20:46:11.285Z Compiling pin-project v1.1.11
21002026-06-09T20:46:11.365Z Compiling lazy_static v1.5.0
21012026-06-09T20:46:11.405Z Compiling anstyle-parse v0.2.7
21022026-06-09T20:46:11.480Z Compiling terminal_size v0.4.3
21032026-06-09T20:46:11.512Z Compiling serde_with_macros v3.17.0
21042026-06-09T20:46:11.542Z Compiling futures-executor v0.3.32
21052026-06-09T20:46:11.545Z Compiling hex v0.4.3
21062026-06-09T20:46:11.657Z Compiling hkdf v0.12.4
21072026-06-09T20:46:11.779Z Compiling crypto-bigint v0.5.5
21082026-06-09T20:46:11.802Z Compiling flate2 v1.1.9
21092026-06-09T20:46:11.815Z Compiling clap_derive v4.6.1
21102026-06-09T20:46:11.835Z Compiling async-recursion v1.1.1
21112026-06-09T20:46:11.893Z Compiling enum-as-inner v0.6.1
21122026-06-09T20:46:12.064Z Compiling serde_repr v0.1.20
21132026-06-09T20:46:12.080Z Compiling vergen v9.1.0
21142026-06-09T20:46:12.105Z Compiling cargo-platform v0.3.2
21152026-06-09T20:46:12.205Z Compiling bumpalo v3.20.2
21162026-06-09T20:46:12.289Z Compiling foldhash v0.2.0
21172026-06-09T20:46:12.428Z Compiling clap_lex v1.0.0
21182026-06-09T20:46:12.474Z Compiling foldhash v0.1.5
21192026-06-09T20:46:12.485Z Compiling bitflags v1.3.2
21202026-06-09T20:46:12.573Z Compiling managed v0.8.0
21212026-06-09T20:46:12.611Z Compiling libbz2-rs-sys v0.2.2
21222026-06-09T20:46:12.648Z Compiling same-file v1.0.6
21232026-06-09T20:46:12.672Z Compiling hashbrown v0.15.5
21242026-06-09T20:46:12.820Z Compiling walkdir v2.5.0
21252026-06-09T20:46:12.880Z Compiling elliptic-curve v0.13.8
21262026-06-09T20:46:12.902Z Compiling clap_builder v4.6.0
21272026-06-09T20:46:13.006Z Compiling bzip2 v0.6.1
21282026-06-09T20:46:13.108Z Compiling hashbrown v0.16.1
21292026-06-09T20:46:13.188Z Compiling zopfli v0.8.3
21302026-06-09T20:46:13.225Z Compiling cargo_metadata v0.23.1
21312026-06-09T20:46:13.286Z Compiling futures v0.3.32
21322026-06-09T20:46:13.631Z Compiling anstream v0.6.21
21332026-06-09T20:46:13.762Z Compiling zstd v0.13.3
21342026-06-09T20:46:13.822Z Compiling phf v0.13.1
21352026-06-09T20:46:13.955Z Compiling snafu v0.8.9
21362026-06-09T20:46:14.023Z Compiling daft v0.1.7
21372026-06-09T20:46:14.065Z Compiling signal-hook-mio v0.2.5
21382026-06-09T20:46:14.208Z Compiling cookie_store v0.22.1
21392026-06-09T20:46:14.321Z Compiling postgres-types v0.2.12
21402026-06-09T20:46:14.347Z Compiling bzip2 v0.4.4
21412026-06-09T20:46:14.361Z Compiling globset v0.4.18
21422026-06-09T20:46:14.391Z Compiling strum v0.27.2
21432026-06-09T20:46:14.627Z Compiling hubpack v0.1.2
21442026-06-09T20:46:14.725Z Compiling ed25519 v2.2.3
21452026-06-09T20:46:14.840Z Compiling phf_shared v0.11.3
21462026-06-09T20:46:14.872Z Compiling crossbeam-epoch v0.9.18
21472026-06-09T20:46:14.914Z Compiling olpc-cjson v0.1.4
21482026-06-09T20:46:14.974Z Compiling pkcs1 v0.7.5
21492026-06-09T20:46:14.997Z Compiling pem v3.0.6
21502026-06-09T20:46:15.099Z Compiling serde_plain v1.0.2
21512026-06-09T20:46:15.113Z Compiling serde-big-array v0.5.1
21522026-06-09T20:46:15.256Z Compiling rfc6979 v0.4.0
21532026-06-09T20:46:15.278Z Compiling float-cmp v0.10.0
21542026-06-09T20:46:15.301Z Compiling memmap2 v0.9.10
21552026-06-09T20:46:15.316Z Compiling env_filter v1.0.0
21562026-06-09T20:46:15.378Z Compiling static_assertions v1.1.0
21572026-06-09T20:46:15.388Z Compiling difflib v0.4.0
21582026-06-09T20:46:15.413Z Compiling fixedbitset v0.4.2
21592026-06-09T20:46:15.436Z Compiling jiff v0.2.21
21602026-06-09T20:46:15.473Z Compiling predicates-core v1.0.10
21612026-06-09T20:46:15.520Z Compiling data-encoding v2.10.0
21622026-06-09T20:46:15.591Z Compiling whoami v2.1.0
21632026-06-09T20:46:15.597Z Compiling toml_write v0.1.2
21642026-06-09T20:46:15.626Z Compiling keccak v0.1.6
21652026-06-09T20:46:15.654Z Compiling normalize-line-endings v0.3.0
21662026-06-09T20:46:15.669Z Compiling fixedbitset v0.5.7
21672026-06-09T20:46:15.758Z Compiling new_debug_unreachable v1.0.6
21682026-06-09T20:46:15.817Z Compiling typed-path v0.9.3
21692026-06-09T20:46:15.840Z Compiling precomputed-hash v0.1.1
21702026-06-09T20:46:15.856Z Compiling hickory-proto v0.25.2
21712026-06-09T20:46:15.861Z Compiling tokio-postgres v0.7.16
21722026-06-09T20:46:15.925Z Compiling string_cache v0.8.9
21732026-06-09T20:46:15.946Z Compiling petgraph v0.8.3
21742026-06-09T20:46:15.951Z Compiling sha3 v0.10.8
21752026-06-09T20:46:15.974Z Compiling toml_edit v0.22.27
21762026-06-09T20:46:16.061Z Compiling predicates v3.1.4
21772026-06-09T20:46:16.228Z Compiling petgraph v0.6.5
21782026-06-09T20:46:16.550Z Compiling env_logger v0.11.9
21792026-06-09T20:46:16.639Z Compiling usdt v0.6.0
21802026-06-09T20:46:16.828Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21812026-06-09T20:46:16.885Z Compiling ecdsa v0.16.9
21822026-06-09T20:46:16.965Z Compiling rsa v0.9.10
21832026-06-09T20:46:17.481Z Compiling ed25519-dalek v2.2.0
21842026-06-09T20:46:17.795Z Compiling crossterm v0.28.1
21852026-06-09T20:46:17.907Z Compiling zip v0.6.6
21862026-06-09T20:46:17.945Z Compiling clap v4.6.1
21872026-06-09T20:46:18.021Z Compiling zip v4.6.1
21882026-06-09T20:46:18.047Z Compiling iddqd v0.4.2
21892026-06-09T20:46:18.670Z Compiling serde_with v3.17.0
21902026-06-09T20:46:18.723Z Compiling similar v2.7.0
21912026-06-09T20:46:18.946Z Compiling strum v0.26.3
21922026-06-09T20:46:19.010Z Compiling toml v0.7.8
21932026-06-09T20:46:19.021Z Compiling tokio-stream v0.1.18
21942026-06-09T20:46:19.153Z Compiling itertools v0.13.0
21952026-06-09T20:46:19.159Z Compiling buf-list v1.1.2
21962026-06-09T20:46:19.440Z Compiling x509-cert v0.2.5
21972026-06-09T20:46:19.565Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-09T20:46:19.622Z Compiling openapiv3 v2.2.0
21992026-06-09T20:46:19.867Z Compiling sha1 v0.10.6
22002026-06-09T20:46:20.092Z Compiling lalrpop-util v0.19.12
22012026-06-09T20:46:20.286Z Compiling peg-runtime v0.8.5
22022026-06-09T20:46:34.976Z Compiling rustls-webpki v0.103.9
22032026-06-09T20:46:36.792Z Compiling macaddr v1.0.1
22042026-06-09T20:46:36.815Z Compiling structmeta-derive v0.3.0
22052026-06-09T20:46:36.963Z Compiling crucible-workspace-hack v0.1.0
22062026-06-09T20:46:37.029Z Compiling rayon-core v1.13.0
22072026-06-09T20:46:37.111Z Compiling itertools v0.14.0
22082026-06-09T20:46:37.164Z Compiling secrecy v0.10.3
22092026-06-09T20:46:37.215Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-09T20:46:37.279Z Compiling heapless v0.8.0
22112026-06-09T20:46:37.358Z Compiling rustls v0.22.4
22122026-06-09T20:46:37.375Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-09T20:46:37.616Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-06-09T20:46:37.632Z Compiling crossbeam-deque v0.8.6
22152026-06-09T20:46:37.668Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-06-09T20:46:37.701Z Compiling rustls-webpki v0.102.8
22172026-06-09T20:46:37.731Z Compiling hash32 v0.3.1
22182026-06-09T20:46:37.749Z Compiling multer v3.1.0
22192026-06-09T20:46:37.770Z Compiling thread_local v1.1.9
22202026-06-09T20:46:37.816Z Compiling smoltcp v0.11.0
22212026-06-09T20:46:37.832Z Compiling structmeta v0.3.0
22222026-06-09T20:46:37.849Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-09T20:46:37.899Z Compiling slog-async v2.8.0
22242026-06-09T20:46:37.923Z Compiling unicode-width v0.2.0
22252026-06-09T20:46:37.969Z Compiling compression-core v0.4.31
22262026-06-09T20:46:38.056Z Compiling match_cfg v0.1.0
22272026-06-09T20:46:38.105Z Compiling compression-codecs v0.4.37
22282026-06-09T20:46:38.134Z Compiling hostname v0.3.1
22292026-06-09T20:46:38.181Z Compiling proc-macro-crate v3.4.0
22302026-06-09T20:46:38.210Z Compiling derive-ex v0.1.8
22312026-06-09T20:46:38.323Z Compiling slog-json v2.6.1
22322026-06-09T20:46:38.370Z Compiling ingot-macros v0.1.1
22332026-06-09T20:46:38.489Z Compiling crossbeam-channel v0.5.15
22342026-06-09T20:46:38.537Z Compiling half v2.7.1
22352026-06-09T20:46:38.595Z Compiling newtype-uuid-macros v0.1.0
22362026-06-09T20:46:38.629Z Compiling cobs v0.3.0
22372026-06-09T20:46:38.782Z Compiling tokio-rustls v0.26.4
22382026-06-09T20:46:38.907Z Compiling rustls-platform-verifier v0.6.2
22392026-06-09T20:46:38.951Z Compiling thiserror-impl-no-std v2.0.2
22402026-06-09T20:46:39.090Z Compiling hyper-rustls v0.27.7
22412026-06-09T20:46:39.135Z Compiling universal-hash v0.5.1
22422026-06-09T20:46:39.212Z Compiling async-stream-impl v0.3.6
22432026-06-09T20:46:39.310Z Compiling serde_spanned v1.0.4
22442026-06-09T20:46:39.353Z Compiling reqwest v0.12.28
22452026-06-09T20:46:39.434Z Compiling reqwest v0.13.2
22462026-06-09T20:46:39.488Z Compiling toml_datetime v1.0.0+spec-1.1.0
22472026-06-09T20:46:39.526Z Compiling is-terminal v0.4.17
22482026-06-09T20:46:39.646Z Compiling dropshot v0.17.0
22492026-06-09T20:46:39.768Z Compiling proc-macro-error-attr v1.0.4
22502026-06-09T20:46:39.790Z Compiling take_mut v0.2.2
22512026-06-09T20:46:39.872Z Compiling convert_case v0.4.0
22522026-06-09T20:46:39.884Z Compiling ciborium-io v0.2.2
22532026-06-09T20:46:39.928Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-06-09T20:46:39.944Z Compiling opaque-debug v0.3.1
22552026-06-09T20:46:39.989Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-06-09T20:46:40.005Z Compiling term v1.2.1
22572026-06-09T20:46:40.021Z Compiling thiserror-no-std v2.0.2
22582026-06-09T20:46:40.036Z Compiling poly1305 v0.8.0
22592026-06-09T20:46:40.177Z Compiling ciborium-ll v0.2.2
22602026-06-09T20:46:40.196Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-09T20:46:40.211Z Compiling derive_more v0.99.20
22622026-06-09T20:46:40.262Z Compiling tokio-rustls v0.25.0
22632026-06-09T20:46:40.446Z Compiling slog-term v2.9.2
22642026-06-09T20:46:40.523Z Compiling async-stream v0.3.6
22652026-06-09T20:46:40.538Z Compiling test-strategy v0.4.5
22662026-06-09T20:46:40.683Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-06-09T20:46:40.730Z Compiling postcard v1.1.3
22682026-06-09T20:46:40.987Z Compiling tough v0.22.0
22692026-06-09T20:46:41.126Z Compiling ingot-types v0.1.2
22702026-06-09T20:46:41.543Z Compiling ingot v0.1.1
22712026-06-09T20:46:41.597Z Compiling num_enum_derive v0.7.6
22722026-06-09T20:46:41.696Z Compiling slog-bunyan v2.5.0
22732026-06-09T20:46:41.835Z Compiling async-compression v0.4.41
22742026-06-09T20:46:41.896Z Compiling parse-display-derive v0.10.0
22752026-06-09T20:46:42.321Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-09T20:46:42.386Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-09T20:46:42.451Z Compiling proc-macro-crate v1.3.1
22782026-06-09T20:46:42.561Z Compiling backon v1.6.0
22792026-06-09T20:46:42.651Z Compiling waitgroup v0.1.2
22802026-06-09T20:46:42.763Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-09T20:46:42.811Z Compiling password-hash v0.5.0
22822026-06-09T20:46:42.828Z Compiling chacha20 v0.9.1
22832026-06-09T20:46:42.828Z Compiling dropshot_endpoint v0.17.0
22842026-06-09T20:46:42.862Z Compiling rustls-pemfile v2.2.0
22852026-06-09T20:46:43.100Z Compiling blake2 v0.10.6
22862026-06-09T20:46:43.130Z Compiling aead v0.5.2
22872026-06-09T20:46:43.170Z Compiling foreign-types-macros v0.2.3
22882026-06-09T20:46:43.346Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-09T20:46:43.372Z Compiling serde_path_to_error v0.1.20
22902026-06-09T20:46:43.639Z Compiling hostname v0.4.2
22912026-06-09T20:46:43.754Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-09T20:46:43.772Z Compiling proc-macro-error v1.0.4
22932026-06-09T20:46:43.772Z Compiling instant v0.1.13
22942026-06-09T20:46:43.807Z Compiling cpufeatures v0.3.0
22952026-06-09T20:46:43.825Z Compiling foreign-types-shared v0.3.1
22962026-06-09T20:46:43.841Z Compiling debug-ignore v1.0.5
22972026-06-09T20:46:43.960Z Compiling typeid v1.0.3
22982026-06-09T20:46:43.975Z Compiling foreign-types v0.5.0
22992026-06-09T20:46:43.975Z Compiling chacha20 v0.10.0
23002026-06-09T20:46:43.979Z Compiling backoff v0.4.0
23012026-06-09T20:46:43.979Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23022026-06-09T20:46:44.004Z Compiling parse-display v0.10.0
23032026-06-09T20:46:44.055Z Compiling argon2 v0.5.3
23042026-06-09T20:46:44.084Z Compiling chacha20poly1305 v0.10.1
23052026-06-09T20:46:44.166Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-09T20:46:44.211Z Compiling num_enum_derive v0.5.11
23072026-06-09T20:46:44.256Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-06-09T20:46:44.271Z Compiling num_enum v0.7.6
23092026-06-09T20:46:44.286Z Compiling ciborium v0.2.2
23102026-06-09T20:46:44.436Z Compiling vsss-rs v3.3.4
23112026-06-09T20:46:44.449Z Compiling tabwriter v1.4.1
23122026-06-09T20:46:44.567Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-06-09T20:46:44.694Z Compiling regress v0.10.5
23142026-06-09T20:46:44.831Z Compiling byte-wrapper v0.1.0
23152026-06-09T20:46:44.910Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-06-09T20:46:44.928Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-09T20:46:45.036Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-09T20:46:45.104Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-09T20:46:45.156Z Compiling cstr-argument v0.1.2
23202026-06-09T20:46:45.171Z Compiling humantime v2.3.0
23212026-06-09T20:46:45.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-06-09T20:46:45.364Z Compiling erased-serde v0.4.9
23232026-06-09T20:46:45.473Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-09T20:46:45.582Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-09T20:46:45.624Z Compiling num_enum v0.5.11
23262026-06-09T20:46:45.702Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-09T20:46:45.749Z Compiling rand v0.10.0
23282026-06-09T20:46:45.768Z Compiling rayon v1.11.0
23292026-06-09T20:46:45.784Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-09T20:46:45.865Z Compiling indent_write v2.2.0
23312026-06-09T20:46:45.957Z Compiling colored v3.1.1
23322026-06-09T20:46:45.974Z Compiling libefi-sys v0.1.0
23332026-06-09T20:46:45.977Z Compiling zone_cfg_derive v0.3.1
23342026-06-09T20:46:46.018Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23352026-06-09T20:46:46.147Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-09T20:46:46.223Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-09T20:46:46.276Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-09T20:46:46.293Z Compiling camino-tempfile v1.4.1
23392026-06-09T20:46:46.518Z Compiling itertools v0.12.1
23402026-06-09T20:46:46.570Z Compiling usdt-macro v0.5.0
23412026-06-09T20:46:46.661Z Compiling usdt-attr-macro v0.5.0
23422026-06-09T20:46:46.667Z Compiling num-derive v0.4.2
23432026-06-09T20:46:46.667Z Compiling bitfield-struct v0.6.2
23442026-06-09T20:46:46.710Z Compiling blake3 v1.8.3
23452026-06-09T20:46:46.777Z Compiling ordered-float v2.10.1
23462026-06-09T20:46:47.073Z Compiling sigpipe v0.1.3
23472026-06-09T20:46:47.076Z Compiling memmap v0.7.0
23482026-06-09T20:46:47.201Z Compiling swrite v0.1.0
23492026-06-09T20:46:47.269Z Compiling glob v0.3.3
23502026-06-09T20:46:47.285Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-06-09T20:46:47.325Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-09T20:46:47.373Z Compiling usdt v0.5.0
23532026-06-09T20:46:47.532Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-09T20:46:47.546Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-09T20:46:47.668Z Compiling serde-value v0.7.0
23562026-06-09T20:46:47.833Z Compiling zone v0.3.1
23572026-06-09T20:46:47.952Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23582026-06-09T20:46:47.961Z Compiling serde-untagged v0.1.9
23592026-06-09T20:46:48.214Z Compiling toml v0.8.23
23602026-06-09T20:46:48.222Z Compiling smf v0.2.3
23612026-06-09T20:46:48.241Z Compiling filetime v0.2.27
23622026-06-09T20:46:48.262Z Compiling xattr v1.6.1
23632026-06-09T20:46:48.287Z Compiling arrayvec v0.7.6
23642026-06-09T20:46:48.328Z Compiling whoami v1.6.1
23652026-06-09T20:46:48.387Z Compiling arrayref v0.3.9
23662026-06-09T20:46:48.458Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-06-09T20:46:48.474Z Compiling unicode-xid v0.2.6
23682026-06-09T20:46:48.477Z Compiling constant_time_eq v0.4.2
23692026-06-09T20:46:48.517Z Compiling tar v0.4.45
23702026-06-09T20:46:48.559Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-09T20:46:48.576Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-09T20:46:48.705Z Compiling cargo-util-schemas v0.8.2
23732026-06-09T20:46:48.791Z Compiling tokio-dtrace v0.1.1
23742026-06-09T20:46:48.830Z Compiling console v0.16.2
23752026-06-09T20:46:49.153Z Compiling gethostname v0.5.0
23762026-06-09T20:46:49.266Z Compiling cargo-platform v0.2.0
23772026-06-09T20:46:49.312Z Compiling topological-sort v0.2.2
23782026-06-09T20:46:49.439Z Compiling unit-prefix v0.5.2
23792026-06-09T20:46:49.446Z Compiling oxide-tokio-rt v0.1.4
23802026-06-09T20:46:49.450Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-09T20:46:49.510Z Compiling shell-words v1.1.1
23822026-06-09T20:46:49.601Z Compiling indicatif v0.18.4
23832026-06-09T20:46:50.030Z Compiling cargo_metadata v0.21.0
23842026-06-09T20:46:59.265Z Compiling progenitor-client v0.10.0
23852026-06-09T20:46:59.265Z Compiling omicron-zone-package v0.12.2
23862026-06-09T20:46:59.299Z Compiling progenitor-client v0.14.0
23872026-06-09T20:46:59.793Z Compiling progenitor-extras v0.2.0
23882026-06-09T20:47:02.036Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-06-09T20:47:02.055Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-06-09T20:47:02.087Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-09T20:47:02.129Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-09T20:47:02.176Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-09T20:47:02.293Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-06-09T20:47:02.310Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-06-09T20:47:02.364Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-06-09T20:47:02.406Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-09T20:47:06.366Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-09T20:47:14.080Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-09T20:47:17.156Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-09T20:47:18.140Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-09T20:47:27.872Z Finished `release` profile [optimized] target(s) in 1m 44s
24022026-06-09T20:47:28.027Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-09T20:47:28.091ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-09T20:47:28.094ZCreated new build target 'test' and set it as active
24052026-06-09T20:47:28.094Z
24062026-06-09T20:47:28.094Zreal 1:44.346636981
24072026-06-09T20:47:28.094Zuser 17:04.195382146
24082026-06-09T20:47:28.095Zsys 2:35.840036103
24092026-06-09T20:47:28.095Ztrap 0.465227375
24102026-06-09T20:47:28.095Ztflt 2.817545725
24112026-06-09T20:47:28.095Zdflt 4.488275079
24122026-06-09T20:47:28.095Zkflt 0.000984060
24132026-06-09T20:47:28.095Zlock 53:03.514803314
24142026-06-09T20:47:28.095Zslp 43:28.291089954
24152026-06-09T20:47:28.095Zlat 40.293905531
24162026-06-09T20:47:28.095Zstop 5:24.106484201
24172026-06-09T20:47:28.095Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-09T20:47:29.007Z Finished `release` profile [optimized] target(s) in 0.90s
24192026-06-09T20:47:29.082Z Running `target/release/omicron-package -t test package`
24202026-06-09T20:47:29.140ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-09T20:47:30.582Z Compiling heck v0.5.0
24222026-06-09T20:47:30.585Z Compiling regress v0.11.1
24232026-06-09T20:47:30.585Z Compiling unsafe-libyaml v0.2.11
24242026-06-09T20:47:30.849Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-09T20:47:30.873Z Compiling regress v0.10.5
24262026-06-09T20:47:30.894Z Compiling is-terminal v0.4.17
24272026-06-09T20:47:30.897Z Compiling unicode-width v0.1.14
24282026-06-09T20:47:30.934Z Compiling prettyplease v0.2.37
24292026-06-09T20:47:30.937Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-09T20:47:30.937Z Compiling bytecount v0.6.9
24312026-06-09T20:47:30.938Z Compiling rustls v0.22.4
24322026-06-09T20:47:30.938Z Compiling rustls-webpki v0.102.8
24332026-06-09T20:47:30.973Z Compiling derive-where v1.6.0
24342026-06-09T20:47:30.994Z Compiling thread_local v1.1.9
24352026-06-09T20:47:30.997Z Compiling match_cfg v0.1.0
24362026-06-09T20:47:31.057Z Compiling compression-core v0.4.31
24372026-06-09T20:47:31.078Z Compiling multer v3.1.0
24382026-06-09T20:47:31.141Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-09T20:47:31.159Z Compiling hostname v0.3.1
24402026-06-09T20:47:31.183Z Compiling slog-async v2.8.0
24412026-06-09T20:47:31.186Z Compiling crossbeam-channel v0.5.15
24422026-06-09T20:47:31.241Z Compiling compression-codecs v0.4.37
24432026-06-09T20:47:31.266Z Compiling slog-json v2.6.1
24442026-06-09T20:47:31.288Z Compiling serde_spanned v1.0.4
24452026-06-09T20:47:31.312Z Compiling toml_datetime v1.0.0+spec-1.1.0
24462026-06-09T20:47:31.316Z Compiling term v1.2.1
24472026-06-09T20:47:31.316Z Compiling serde_yaml v0.9.34+deprecated
24482026-06-09T20:47:31.374Z Compiling take_mut v0.2.2
24492026-06-09T20:47:31.465Z Compiling toml_writer v1.0.6+spec-1.1.0
24502026-06-09T20:47:31.507Z Compiling slog-bunyan v2.5.0
24512026-06-09T20:47:31.510Z Compiling async-compression v0.4.41
24522026-06-09T20:47:31.627Z Compiling slog-term v2.9.2
24532026-06-09T20:47:31.672Z Compiling toml v1.0.6+spec-1.1.0
24542026-06-09T20:47:31.720Z Compiling async-stream v0.3.6
24552026-06-09T20:47:31.747Z Compiling dropshot v0.17.0
24562026-06-09T20:47:31.811Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-06-09T20:47:31.833Z Compiling num-rational v0.4.2
24582026-06-09T20:47:31.858Z Compiling progenitor-client v0.14.0
24592026-06-09T20:47:31.912Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-06-09T20:47:31.979Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-06-09T20:47:31.999Z Compiling waitgroup v0.1.2
24622026-06-09T20:47:32.075Z Compiling backon v1.6.0
24632026-06-09T20:47:32.112Z Compiling rustls-pemfile v2.2.0
24642026-06-09T20:47:32.138Z Compiling num-complex v0.4.6
24652026-06-09T20:47:32.160Z Compiling hostname v0.4.2
24662026-06-09T20:47:32.184Z Compiling serde_path_to_error v0.1.20
24672026-06-09T20:47:32.207Z Compiling instant v0.1.13
24682026-06-09T20:47:32.271Z Compiling debug-ignore v1.0.5
24692026-06-09T20:47:32.301Z Compiling progenitor-extras v0.2.0
24702026-06-09T20:47:32.323Z Compiling typify-impl v0.6.2
24712026-06-09T20:47:32.343Z Compiling backoff v0.4.0
24722026-06-09T20:47:32.367Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-09T20:47:32.400Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-09T20:47:32.576Z Compiling num v0.4.3
24752026-06-09T20:47:32.597Z Compiling parse-display v0.10.0
24762026-06-09T20:47:32.621Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-09T20:47:32.661Z Compiling progenitor-client v0.10.0
24782026-06-09T20:47:32.683Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-09T20:47:32.707Z Compiling macaddr v1.0.1
24802026-06-09T20:47:32.856Z Compiling float-ord v0.3.2
24812026-06-09T20:47:32.879Z Compiling humantime v2.3.0
24822026-06-09T20:47:32.923Z Compiling console v0.15.11
24832026-06-09T20:47:32.988Z Compiling newline-converter v0.3.0
24842026-06-09T20:47:33.031Z Compiling atomicwrites v0.4.4
24852026-06-09T20:47:33.148Z Compiling slog-dtrace v0.3.0
24862026-06-09T20:47:33.174Z Compiling cancel-safe-futures v0.1.5
24872026-06-09T20:47:33.174Z Compiling owo-colors v4.3.0
24882026-06-09T20:47:33.249Z Compiling resolv-conf v0.7.6
24892026-06-09T20:47:33.339Z Compiling tokio-rustls v0.25.0
24902026-06-09T20:47:33.438Z Compiling expectorate v1.2.0
24912026-06-09T20:47:33.514Z Compiling toml v0.8.23
24922026-06-09T20:47:33.518Z Compiling libsw-core v0.3.2
24932026-06-09T20:47:33.715Z Compiling linear-map v1.2.0
24942026-06-09T20:47:33.784Z Compiling libsw v3.5.0
24952026-06-09T20:47:33.881Z Compiling linked-hash-map v0.5.6
24962026-06-09T20:47:33.994Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-06-09T20:47:34.015Z Compiling minimal-lexical v0.2.1
24982026-06-09T20:47:34.018Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-06-09T20:47:34.165Z Compiling lru-cache v0.1.2
25002026-06-09T20:47:34.171Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-06-09T20:47:34.227Z Compiling hickory-proto v0.24.4
25022026-06-09T20:47:34.265Z Compiling nom v7.1.3
25032026-06-09T20:47:34.294Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-06-09T20:47:34.298Z Compiling unicode-xid v0.2.6
25052026-06-09T20:47:34.358Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-09T20:47:34.471Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-09T20:47:34.601Z Compiling convert_case v0.10.0
25082026-06-09T20:47:34.902Z Compiling derive_more-impl v2.1.1
25092026-06-09T20:47:35.276Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-09T20:47:35.707Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-09T20:47:35.741Z Compiling papergrid v0.11.0
25122026-06-09T20:47:35.744Z Compiling derive_more v2.1.1
25132026-06-09T20:47:35.829Z Compiling typify-macro v0.6.2
25142026-06-09T20:47:35.854Z Compiling tabled_derive v0.7.0
25152026-06-09T20:47:35.889Z Compiling termtree v0.5.1
25162026-06-09T20:47:36.094Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25172026-06-09T20:47:36.417Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-06-09T20:47:36.676Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-09T20:47:36.757Z Compiling hickory-resolver v0.24.4
25202026-06-09T20:47:36.990Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-06-09T20:47:37.014Z Compiling tabled v0.15.0
25222026-06-09T20:47:37.209Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-09T20:47:37.365Z Compiling typify v0.6.2
25242026-06-09T20:47:37.503Z Compiling progenitor-impl v0.14.0
25252026-06-09T20:47:38.284Z Compiling qorb v0.4.1
25262026-06-09T20:47:38.308Z Compiling crossterm v0.29.0
25272026-06-09T20:47:39.694Z Compiling progenitor-macro v0.14.0
25282026-06-09T20:47:40.194Z Compiling phf_shared v0.12.1
25292026-06-09T20:47:40.444Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-09T20:47:41.021Z Compiling vte v0.14.1
25312026-06-09T20:47:41.216Z Compiling csv-core v0.1.13
25322026-06-09T20:47:41.279Z Compiling highway v1.3.0
25332026-06-09T20:47:41.657Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-06-09T20:47:41.995Z Compiling chrono-tz v0.10.4
25352026-06-09T20:47:42.129Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-06-09T20:47:42.246Z Compiling csv v1.4.0
25372026-06-09T20:47:42.281Z Compiling strip-ansi-escapes v0.2.1
25382026-06-09T20:47:42.469Z Compiling phf v0.12.1
25392026-06-09T20:47:42.671Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-09T20:47:42.700Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-09T20:47:42.846Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-06-09T20:47:43.201Z Compiling const_format_proc_macros v0.2.34
25432026-06-09T20:47:43.238Z Compiling fd-lock v4.0.4
25442026-06-09T20:47:43.335Z Compiling peg-macros v0.8.5
25452026-06-09T20:47:43.588Z Compiling nu-ansi-term v0.50.3
25462026-06-09T20:47:43.784Z Compiling progenitor v0.14.0
25472026-06-09T20:47:44.016Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-06-09T20:47:44.039Z Compiling const_format v0.2.35
25492026-06-09T20:47:44.166Z Compiling reedline v0.40.0
25502026-06-09T20:47:44.408Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-06-09T20:47:44.588Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-06-09T20:47:44.614Z Compiling peg v0.8.5
25532026-06-09T20:47:44.936Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-09T20:47:45.031Z Compiling bcs v0.1.6
25552026-06-09T20:47:45.456Z Compiling nom v8.0.0
25562026-06-09T20:47:45.553Z Compiling semver v0.1.20
25572026-06-09T20:47:45.842Z Compiling rustc_version v0.1.7
25582026-06-09T20:47:46.077Z Compiling newtype_derive v0.1.6
25592026-06-09T20:47:46.303Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-09T20:47:46.558Z Compiling unicode-linebreak v0.1.5
25612026-06-09T20:47:46.637Z Compiling smawk v0.3.2
25622026-06-09T20:47:46.830Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25632026-06-09T20:47:46.883Z Compiling textwrap v0.16.2
25642026-06-09T20:47:47.126Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-06-09T20:47:47.150Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25662026-06-09T20:47:47.211Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-06-09T20:47:47.507Z Compiling base64 v0.21.7
25682026-06-09T20:47:47.589Z Compiling steno v0.4.1
25692026-06-09T20:47:47.935Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25702026-06-09T20:47:48.060Z Compiling dropshot-api-manager-types v0.7.2
25712026-06-09T20:47:48.136Z Compiling tagptr v0.2.0
25722026-06-09T20:47:48.157Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-06-09T20:47:48.329Z Compiling moka v0.12.13
25742026-06-09T20:47:48.376Z Compiling utf-8 v0.7.6
25752026-06-09T20:47:48.516Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-09T20:47:48.619Z Compiling tungstenite v0.21.0
25772026-06-09T20:47:48.674Z Compiling radium v0.7.0
25782026-06-09T20:47:48.699Z Compiling display-error-chain v0.2.2
25792026-06-09T20:47:48.898Z Compiling maybe-uninit v2.0.0
25802026-06-09T20:47:49.204Z Compiling tap v1.0.1
25812026-06-09T20:47:49.299Z Compiling tokio-tungstenite v0.21.0
25822026-06-09T20:47:49.395Z Compiling wyz v0.5.1
25832026-06-09T20:47:49.619Z Compiling hickory-resolver v0.25.2
25842026-06-09T20:47:49.643Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25852026-06-09T20:47:49.923Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-09T20:47:50.001Z Compiling num-derive v0.3.3
25872026-06-09T20:47:50.444Z Compiling zerocopy-derive v0.6.6
25882026-06-09T20:47:50.786Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-06-09T20:47:50.929Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-09T20:47:51.217Z Compiling packed_struct v0.10.1
25912026-06-09T20:47:51.323Z Compiling funty v2.0.0
25922026-06-09T20:47:51.504Z Compiling crc-catalog v2.4.0
25932026-06-09T20:47:51.632Z Compiling crc v3.4.0
25942026-06-09T20:47:51.861Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-09T20:47:52.082Z Compiling bitvec v1.0.1
25962026-06-09T20:47:52.301Z Compiling proc-macro-error2 v2.0.1
25972026-06-09T20:47:52.622Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25982026-06-09T20:47:52.674Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25992026-06-09T20:47:52.762Z Compiling zerocopy v0.6.6
26002026-06-09T20:47:52.802Z Compiling libscf-sys v1.1.0
26012026-06-09T20:47:53.126Z Compiling packed_struct_codegen v0.10.1
26022026-06-09T20:47:53.167Z Compiling vergen-lib v0.1.6
26032026-06-09T20:47:53.397Z Compiling bitfield-macros v0.19.4
26042026-06-09T20:47:53.877Z Compiling indexmap v1.9.3
26052026-06-09T20:47:54.115Z Compiling nodrop v0.1.14
26062026-06-09T20:47:54.188Z Compiling bitfield v0.19.4
26072026-06-09T20:47:54.252Z Compiling array-init v0.0.4
26082026-06-09T20:47:54.505Z Compiling smallvec v0.6.14
26092026-06-09T20:47:54.526Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-06-09T20:47:54.547Z Compiling tabled_derive v0.11.0
26112026-06-09T20:47:54.800Z Compiling papergrid v0.17.0
26122026-06-09T20:47:54.827Z Compiling testing_table v0.3.0
26132026-06-09T20:47:55.114Z Compiling vergen-gitcl v1.0.8
26142026-06-09T20:47:55.212Z Compiling dirs-sys-next v0.1.2
26152026-06-09T20:47:55.257Z Compiling crunchy v0.2.4
26162026-06-09T20:47:55.343Z Compiling hashbrown v0.12.3
26172026-06-09T20:47:55.484Z Compiling diesel_derives v2.3.7
26182026-06-09T20:47:55.565Z Compiling maplit v1.0.2
26192026-06-09T20:47:55.594Z Compiling glob v0.3.3
26202026-06-09T20:47:55.705Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-06-09T20:47:55.712Z Compiling dirs-next v2.0.0
26222026-06-09T20:47:55.763Z Compiling serde-hex v0.1.0
26232026-06-09T20:47:55.842Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-06-09T20:47:55.954Z Compiling clang-sys v1.8.1
26252026-06-09T20:47:56.081Z Compiling tabled v0.20.0
26262026-06-09T20:47:56.128Z Compiling ron v0.8.1
26272026-06-09T20:47:56.151Z Compiling hashbrown v0.13.2
26282026-06-09T20:47:56.185Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26292026-06-09T20:47:56.364Z Compiling dsl_auto_type v0.2.0
26302026-06-09T20:47:56.510Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-06-09T20:47:56.764Z Compiling scheduled-thread-pool v0.2.7
26322026-06-09T20:47:56.909Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-09T20:47:57.137Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-09T20:47:57.362Z Compiling tiny-keccak v2.0.2
26352026-06-09T20:47:57.386Z Compiling crc-any v2.5.0
26362026-06-09T20:47:57.666Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-09T20:47:57.819Z Compiling r2d2 v0.8.10
26382026-06-09T20:47:57.860Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-06-09T20:47:58.155Z Compiling object v0.30.4
26402026-06-09T20:47:58.553Z Compiling term v0.7.0
26412026-06-09T20:47:58.761Z Compiling downcast-rs v2.0.2
26422026-06-09T20:47:58.833Z Compiling bit-vec v0.6.3
26432026-06-09T20:47:58.901Z Compiling xshell-macros v0.2.7
26442026-06-09T20:47:59.074Z Compiling path-slash v0.1.5
26452026-06-09T20:47:59.099Z Compiling bit-set v0.5.3
26462026-06-09T20:47:59.122Z Compiling ascii-canvas v3.0.0
26472026-06-09T20:47:59.320Z Compiling xshell v0.2.7
26482026-06-09T20:47:59.386Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492026-06-09T20:47:59.557Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-09T20:48:00.057Z Compiling itertools v0.10.5
26512026-06-09T20:48:00.478Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-09T20:48:00.651Z Compiling ena v0.14.4
26532026-06-09T20:48:00.906Z Compiling libloading v0.8.9
26542026-06-09T20:48:01.138Z Compiling crc8 v0.1.1
26552026-06-09T20:48:01.198Z Compiling regex-syntax v0.6.29
26562026-06-09T20:48:01.283Z Compiling unicase v2.9.0
26572026-06-09T20:48:01.594Z Compiling diff v0.1.13
26582026-06-09T20:48:01.806Z Compiling bindgen v0.71.1
26592026-06-09T20:48:02.037Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-09T20:48:02.149Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-09T20:48:02.265Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-09T20:48:02.420Z Compiling diesel v2.3.7
26632026-06-09T20:48:02.913Z Compiling lalrpop v0.19.12
26642026-06-09T20:48:02.996Z Compiling cexpr v0.6.0
26652026-06-09T20:48:03.090Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-09T20:48:03.270Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-09T20:48:03.313Z Compiling rustc-hash v2.1.1
26682026-06-09T20:48:03.503Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-09T20:48:03.506Z Compiling headers-core v0.3.0
26702026-06-09T20:48:03.552Z Compiling libxml v0.3.3
26712026-06-09T20:48:03.639Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-09T20:48:03.681Z Compiling headers v0.4.1
26732026-06-09T20:48:03.857Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-09T20:48:03.895Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-09T20:48:04.128Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-09T20:48:04.423Z Compiling git-stub v1.0.0
26772026-06-09T20:48:04.618Z Compiling strum_macros v0.24.3
26782026-06-09T20:48:04.703Z Compiling indoc v1.0.9
26792026-06-09T20:48:04.861Z Compiling git-stub-vcs v0.1.0
26802026-06-09T20:48:05.128Z Compiling progenitor-impl v0.13.0
26812026-06-09T20:48:05.220Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-09T20:48:05.376Z Compiling derive_builder v0.20.2
26832026-06-09T20:48:05.440Z Compiling quick-xml v0.37.5
26842026-06-09T20:48:05.541Z Compiling oso-derive v0.27.3
26852026-06-09T20:48:05.874Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-09T20:48:06.048Z Compiling openssl-probe v0.1.6
26872026-06-09T20:48:06.304Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-09T20:48:06.346Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-09T20:48:06.349Z Compiling progenitor-client v0.13.0
26902026-06-09T20:48:06.824Z Compiling half v1.8.3
26912026-06-09T20:48:06.908Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-09T20:48:07.020Z Compiling bb8 v0.8.6
26932026-06-09T20:48:07.133Z Compiling serde_cbor v0.11.2
26942026-06-09T20:48:07.155Z Compiling trait-variant v0.1.2
26952026-06-09T20:48:07.247Z Compiling progenitor-macro v0.13.0
26962026-06-09T20:48:07.325Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-09T20:48:07.412Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-09T20:48:07.746Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-06-09T20:48:07.780Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-06-09T20:48:07.971Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-09T20:48:08.161Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-06-09T20:48:08.183Z Compiling samael v0.0.19
27032026-06-09T20:48:08.205Z Compiling typify-impl v0.4.3
27042026-06-09T20:48:08.262Z Compiling fxhash v0.2.1
27052026-06-09T20:48:08.309Z Compiling libz-sys v1.1.24
27062026-06-09T20:48:08.431Z Compiling nonempty v0.12.0
27072026-06-09T20:48:08.667Z Compiling salty v0.3.0
27082026-06-09T20:48:08.810Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27092026-06-09T20:48:09.322Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-09T20:48:09.546Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-09T20:48:09.612Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-09T20:48:09.829Z Compiling kstat-rs v0.2.4
27132026-06-09T20:48:09.976Z Compiling arc-swap v1.8.2
27142026-06-09T20:48:10.321Z Compiling fs-err v2.11.0
27152026-06-09T20:48:10.397Z Compiling polar-core v0.27.3
27162026-06-09T20:48:10.585Z Compiling mime_guess v2.0.5
27172026-06-09T20:48:10.709Z Compiling slog-scope v4.4.1
27182026-06-09T20:48:11.156Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-06-09T20:48:11.215Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-09T20:48:11.364Z Compiling progenitor v0.13.0
27212026-06-09T20:48:11.549Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-09T20:48:11.708Z Compiling typify-macro v0.4.3
27232026-06-09T20:48:12.663Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-09T20:48:12.763Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-09T20:48:12.793Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-09T20:48:13.130Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-09T20:48:13.199Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-09T20:48:13.408Z Compiling nanorand v0.7.0
27292026-06-09T20:48:13.755Z Compiling darling_core v0.23.0
27302026-06-09T20:48:13.777Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-09T20:48:14.069Z Compiling parking_lot_core v0.8.6
27322026-06-09T20:48:14.385Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27332026-06-09T20:48:14.873Z Compiling flume v0.11.1
27342026-06-09T20:48:15.281Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-09T20:48:15.782Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-09T20:48:15.913Z Compiling slog-stdlog v4.1.1
27372026-06-09T20:48:16.002Z Compiling darling_macro v0.23.0
27382026-06-09T20:48:16.497Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-09T20:48:16.519Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-09T20:48:17.674Z Compiling primeorder v0.13.6
27412026-06-09T20:48:17.677Z Compiling atty v0.2.14
27422026-06-09T20:48:17.853Z Compiling instability v0.3.11
27432026-06-09T20:48:17.988Z Compiling parse-size v1.1.0
27442026-06-09T20:48:18.079Z Compiling http-range v0.1.5
27452026-06-09T20:48:18.217Z Compiling strsim v0.10.0
27462026-06-09T20:48:18.274Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-06-09T20:48:18.412Z Compiling darling_core v0.13.4
27482026-06-09T20:48:18.530Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27492026-06-09T20:48:18.594Z Compiling p384 v0.13.1
27502026-06-09T20:48:20.101Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-09T20:48:21.658Z Compiling oso v0.27.3
27522026-06-09T20:48:22.595Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-09T20:48:22.618Z Compiling async-bb8-diesel v0.2.1
27542026-06-09T20:48:22.945Z Compiling diesel-dtrace v0.5.0
27552026-06-09T20:48:23.106Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-09T20:48:23.352Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-06-09T20:48:24.486Z Compiling darling v0.23.0
27582026-06-09T20:48:24.609Z Compiling slog-envlogger v2.2.0
27592026-06-09T20:48:25.187Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-06-09T20:48:25.779Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-09T20:48:26.519Z Compiling typify v0.4.3
27622026-06-09T20:48:26.559Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-09T20:48:26.762Z Compiling ignore v0.4.25
27642026-06-09T20:48:28.063Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-09T20:48:29.488Z Compiling castaway v0.2.4
27662026-06-09T20:48:29.531Z Compiling vergen-git2 v9.1.0
27672026-06-09T20:48:29.555Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-09T20:48:29.646Z Compiling indoc v2.0.7
27692026-06-09T20:48:29.722Z Compiling compact_str v0.8.1
27702026-06-09T20:48:29.828Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-09T20:48:30.013Z Compiling globwalk v0.9.1
27722026-06-09T20:48:30.142Z Compiling progenitor-impl v0.11.2
27732026-06-09T20:48:30.463Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-09T20:48:30.706Z Compiling parking_lot v0.11.2
27752026-06-09T20:48:30.769Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-09T20:48:31.012Z Compiling hyper-staticfile v0.10.1
27772026-06-09T20:48:31.062Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-06-09T20:48:31.639Z Compiling darling_macro v0.13.4
27792026-06-09T20:48:31.884Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-09T20:48:32.042Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-09T20:48:32.149Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-09T20:48:32.224Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-09T20:48:32.280Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-06-09T20:48:32.546Z Compiling predicates-tree v1.0.13
27852026-06-09T20:48:32.611Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-06-09T20:48:32.831Z Compiling unicode-truncate v1.1.0
27872026-06-09T20:48:32.852Z Compiling lru v0.12.5
27882026-06-09T20:48:33.005Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-09T20:48:33.046Z Compiling rand_seeder v0.4.0
27902026-06-09T20:48:33.082Z Compiling prefix-trie v0.7.0
27912026-06-09T20:48:33.307Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-09T20:48:33.544Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-09T20:48:33.592Z Compiling cassowary v0.3.0
27942026-06-09T20:48:33.765Z Compiling illumos-nvpair-sys v0.2.0
27952026-06-09T20:48:33.787Z Compiling rustls v0.21.12
27962026-06-09T20:48:33.809Z Compiling corncobs v0.1.4
27972026-06-09T20:48:34.038Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-06-09T20:48:34.084Z Compiling ratatui v0.29.0
27992026-06-09T20:48:34.128Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-06-09T20:48:34.153Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-06-09T20:48:34.176Z Compiling hickory-server v0.25.2
28022026-06-09T20:48:34.435Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-09T20:48:34.680Z Compiling camino-tempfile-ext v0.3.3
28042026-06-09T20:48:34.816Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-06-09T20:48:34.871Z Compiling progenitor-macro v0.11.2
28062026-06-09T20:48:35.208Z Compiling darling v0.13.4
28072026-06-09T20:48:35.352Z Compiling sled v0.34.7
28082026-06-09T20:48:36.380Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-09T20:48:37.868Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-09T20:48:38.838Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-09T20:48:38.974Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-09T20:48:39.214Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-06-09T20:48:39.431Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28142026-06-09T20:48:39.454Z Compiling progenitor-client v0.11.2
28152026-06-09T20:48:39.654Z Compiling sct v0.7.1
28162026-06-09T20:48:39.881Z Compiling rustls-webpki v0.101.7
28172026-06-09T20:48:39.945Z Compiling git2 v0.20.4
28182026-06-09T20:48:40.012Z Compiling secrecy v0.8.0
28192026-06-09T20:48:40.033Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-09T20:48:40.305Z Compiling progenitor v0.11.2
28212026-06-09T20:48:41.881Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-06-09T20:48:42.115Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-06-09T20:48:42.961Z Compiling serde_with_macros v1.5.2
28242026-06-09T20:48:43.011Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-09T20:48:43.733Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-06-09T20:48:43.794Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-06-09T20:48:44.018Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-09T20:48:45.430Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-09T20:48:45.489Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-09T20:48:45.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-06-09T20:48:45.816Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-06-09T20:48:46.045Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28332026-06-09T20:48:46.273Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-06-09T20:48:46.332Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28352026-06-09T20:48:46.512Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-06-09T20:48:46.564Z Compiling void v1.0.2
28372026-06-09T20:48:46.773Z Compiling lzss v0.8.2
28382026-06-09T20:48:47.239Z Compiling illumos-nvpair v0.3.0
28392026-06-09T20:48:47.755Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-06-09T20:48:47.938Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-09T20:48:49.055Z Compiling serde_with v1.14.0
28422026-06-09T20:48:49.843Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-09T20:48:50.220Z Compiling tokio-rustls v0.24.1
28442026-06-09T20:48:50.677Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-09T20:48:50.771Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28462026-06-09T20:48:50.816Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-06-09T20:48:50.919Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-09T20:48:51.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-09T20:48:51.929Z Compiling tungstenite v0.23.0
28502026-06-09T20:48:52.307Z Compiling rustls-pemfile v1.0.4
28512026-06-09T20:48:52.625Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-09T20:48:52.759Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28532026-06-09T20:48:52.872Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-06-09T20:48:52.999Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-09T20:48:53.115Z Compiling nix v0.27.1
28562026-06-09T20:48:54.264Z Compiling twox-hash v2.1.2
28572026-06-09T20:48:54.321Z Compiling serde_bytes v0.11.19
28582026-06-09T20:48:54.640Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28592026-06-09T20:48:54.798Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28602026-06-09T20:48:54.821Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28612026-06-09T20:48:56.068Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28622026-06-09T20:48:56.080Z Compiling tokio-tungstenite v0.23.1
28632026-06-09T20:48:56.080Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-06-09T20:48:56.112Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-09T20:48:57.618Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-09T20:48:58.625Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-09T20:48:59.081Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-09T20:48:59.359Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-09T20:48:59.703Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-09T20:48:59.804Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-06-09T20:49:00.347Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-06-09T20:49:00.430Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-06-09T20:49:00.928Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-09T20:49:01.321Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-09T20:49:03.053Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-09T20:49:03.998Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-06-09T20:49:04.230Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782026-06-09T20:49:04.525Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-06-09T20:49:05.690Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-09T20:49:06.141Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-06-09T20:49:06.187Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-09T20:49:07.067Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-09T20:49:07.259Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-06-09T20:49:07.725Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-06-09T20:49:07.835Z Compiling signal-hook-tokio v0.3.1
28862026-06-09T20:49:07.974Z Compiling fatfs v0.3.6
28872026-06-09T20:49:08.028Z Compiling yasna v0.5.2
28882026-06-09T20:49:08.179Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-09T20:49:08.254Z Compiling seq-macro v0.3.6
28902026-06-09T20:49:08.734Z Compiling assert_matches v1.5.0
28912026-06-09T20:49:08.844Z Compiling is_ci v1.2.0
28922026-06-09T20:49:09.073Z Compiling supports-color v3.0.2
28932026-06-09T20:49:09.190Z Compiling rcgen v0.12.1
28942026-06-09T20:49:09.350Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-09T20:49:09.558Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-09T20:49:09.828Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-09T20:49:09.990Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-06-09T20:49:10.212Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-06-09T20:49:10.447Z Compiling subprocess v0.2.15
29002026-06-09T20:49:10.730Z Compiling rtoolbox v0.0.3
29012026-06-09T20:49:11.013Z Compiling rpassword v7.4.0
29022026-06-09T20:49:11.296Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-06-09T20:49:11.925Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-09T20:49:12.737Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-06-09T20:49:13.571Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-06-09T20:49:13.623Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29072026-06-09T20:49:13.713Z Compiling tui-tree-widget v0.23.1
29082026-06-09T20:49:14.013Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-09T20:49:14.074Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-09T20:49:14.602Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-09T20:49:15.216Z Compiling uzers v0.12.2
29122026-06-09T20:49:16.437Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-09T20:49:16.705Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-09T20:49:17.849Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-09T20:49:19.817Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-09T20:49:22.648Z Compiling support-bundle-viewer v0.1.2
29172026-06-09T20:49:23.879Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29182026-06-09T20:49:24.549Z Compiling multimap v0.10.1
29192026-06-09T20:49:32.520Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29202026-06-09T20:49:38.956Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29212026-06-09T20:49:45.202Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29222026-06-09T20:49:45.755Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-09T20:49:48.045Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-09T20:57:21.393Z Finished `release` profile [optimized] target(s) in 9m 52s
29252026-06-09T20:58:09.733Z
29262026-06-09T20:58:09.736Zreal 10:41.614345707
29272026-06-09T20:58:09.736Zuser 1:21:37.658735688
29282026-06-09T20:58:09.736Zsys 3:37.456313505
29292026-06-09T20:58:09.736Ztrap 1.807851949
29302026-06-09T20:58:09.736Ztflt 2.645222270
29312026-06-09T20:58:09.736Zdflt 17.656931995
29322026-06-09T20:58:09.736Zkflt 0.006224956
29332026-06-09T20:58:09.738Zlock 7:44:48.673812171
29342026-06-09T20:58:09.738Zslp 2:21:31.015167653
29352026-06-09T20:58:09.738Zlat 2:30.504442106
29362026-06-09T20:58:09.738Zstop 5:31.984733715
29372026-06-09T20:58:09.738Z+ mapfile -t packages
29382026-06-09T20:58:09.738Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-09T20:58:10.723Z Finished `release` profile [optimized] target(s) in 0.97s
29402026-06-09T20:58:10.807Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-09T20:58:10.870ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-09T20:58:10.873Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-09T20:58:11.415Z Compiling libc v0.2.185
29442026-06-09T20:58:11.415Z Compiling serde v1.0.228
29452026-06-09T20:58:11.415Z Compiling serde_core v1.0.228
29462026-06-09T20:58:11.418Z Compiling rustix v1.1.3
29472026-06-09T20:58:11.418Z Compiling bitflags v2.11.0
29482026-06-09T20:58:11.418Z Compiling serde_json v1.0.149
29492026-06-09T20:58:11.570Z Compiling num-traits v0.2.19
29502026-06-09T20:58:11.582Z Compiling syn v2.0.117
29512026-06-09T20:58:11.592Z Compiling smallvec v1.15.1
29522026-06-09T20:58:11.613Z Compiling indexmap v2.14.0
29532026-06-09T20:58:11.626Z Compiling usdt-impl v0.5.0
29542026-06-09T20:58:11.629Z Compiling syn v1.0.109
29552026-06-09T20:58:11.652Z Compiling log v0.4.29
29562026-06-09T20:58:11.664Z Compiling percent-encoding v2.3.2
29572026-06-09T20:58:11.758Z Compiling getrandom v0.4.1
29582026-06-09T20:58:11.926Z Compiling form_urlencoded v1.2.2
29592026-06-09T20:58:12.014Z Compiling fs-err v3.3.0
29602026-06-09T20:58:12.027Z Compiling heck v0.4.1
29612026-06-09T20:58:12.031Z Compiling anyhow v1.0.102
29622026-06-09T20:58:12.073Z Compiling once_cell v1.21.3
29632026-06-09T20:58:12.230Z Compiling errno v0.3.14
29642026-06-09T20:58:12.233Z Compiling thread-id v4.2.2
29652026-06-09T20:58:12.255Z Compiling memmap v0.7.0
29662026-06-09T20:58:12.580Z Compiling ordered-float v2.10.1
29672026-06-09T20:58:13.176Z Compiling proc-macro-error v1.0.4
29682026-06-09T20:58:13.252Z Compiling terminal_size v0.4.3
29692026-06-09T20:58:13.252Z Compiling tempfile v3.25.0
29702026-06-09T20:58:13.359Z Compiling clap_builder v4.6.0
29712026-06-09T20:58:13.359Z Compiling textwrap v0.16.2
29722026-06-09T20:58:13.383Z Compiling tabled_derive v0.7.0
29732026-06-09T20:58:13.520Z Compiling camino-tempfile v1.4.1
29742026-06-09T20:58:14.031Z Compiling tabled v0.15.0
29752026-06-09T20:58:14.093Z Compiling synstructure v0.13.2
29762026-06-09T20:58:14.093Z Compiling pest_generator v2.8.6
29772026-06-09T20:58:14.496Z Compiling serde_derive v1.0.228
29782026-06-09T20:58:14.499Z Compiling zerofrom-derive v0.1.6
29792026-06-09T20:58:14.499Z Compiling yoke-derive v0.8.1
29802026-06-09T20:58:14.499Z Compiling zerovec-derive v0.11.2
29812026-06-09T20:58:14.499Z Compiling displaydoc v0.2.5
29822026-06-09T20:58:14.499Z Compiling thiserror-impl v1.0.69
29832026-06-09T20:58:14.499Z Compiling zerocopy-derive v0.7.35
29842026-06-09T20:58:14.499Z Compiling scroll_derive v0.12.1
29852026-06-09T20:58:14.499Z Compiling thiserror-impl v2.0.18
29862026-06-09T20:58:14.499Z Compiling clap_derive v4.6.1
29872026-06-09T20:58:14.630Z Compiling pest_derive v2.8.6
29882026-06-09T20:58:15.233Z Compiling scroll v0.12.0
29892026-06-09T20:58:15.355Z Compiling zerocopy v0.7.35
29902026-06-09T20:58:15.565Z Compiling goblin v0.8.2
29912026-06-09T20:58:15.589Z Compiling zerofrom v0.1.6
29922026-06-09T20:58:15.713Z Compiling yoke v0.8.1
29932026-06-09T20:58:15.738Z Compiling thiserror v1.0.69
29942026-06-09T20:58:15.859Z Compiling dtrace-parser v0.2.0
29952026-06-09T20:58:15.900Z Compiling zerovec v0.11.5
29962026-06-09T20:58:15.919Z Compiling zerotrie v0.2.3
29972026-06-09T20:58:16.208Z Compiling thiserror v2.0.18
29982026-06-09T20:58:16.221Z Compiling clap v4.6.1
29992026-06-09T20:58:16.492Z Compiling tinystr v0.8.2
30002026-06-09T20:58:16.547Z Compiling potential_utf v0.1.4
30012026-06-09T20:58:16.729Z Compiling icu_locale_core v2.1.1
30022026-06-09T20:58:16.753Z Compiling icu_collections v2.1.1
30032026-06-09T20:58:17.495Z Compiling icu_provider v2.1.1
30042026-06-09T20:58:17.909Z Compiling icu_normalizer v2.1.1
30052026-06-09T20:58:17.926Z Compiling icu_properties v2.1.2
30062026-06-09T20:58:17.938Z Compiling toml_datetime v0.6.11
30072026-06-09T20:58:18.065Z Compiling serde_spanned v0.6.9
30082026-06-09T20:58:18.242Z Compiling dof v0.3.0
30092026-06-09T20:58:18.298Z Compiling toml_edit v0.22.27
30102026-06-09T20:58:18.317Z Compiling serde_tokenstream v0.2.3
30112026-06-09T20:58:18.409Z Compiling serde-value v0.7.0
30122026-06-09T20:58:18.620Z Compiling cargo-platform v0.2.0
30132026-06-09T20:58:18.632Z Compiling macaddr v1.0.1
30142026-06-09T20:58:18.812Z Compiling idna_adapter v1.2.1
30152026-06-09T20:58:18.925Z Compiling idna v1.1.0
30162026-06-09T20:58:19.127Z Compiling usdt-macro v0.5.0
30172026-06-09T20:58:19.141Z Compiling usdt-attr-macro v0.5.0
30182026-06-09T20:58:19.310Z Compiling url v2.5.8
30192026-06-09T20:58:19.799Z Compiling usdt v0.5.0
30202026-06-09T20:58:19.846Z Compiling toml v0.8.23
30212026-06-09T20:58:20.298Z Compiling cargo-util-schemas v0.8.2
30222026-06-09T20:58:20.322Z Compiling cargo_toml v0.21.0
30232026-06-09T20:58:21.315Z Compiling cargo_metadata v0.21.0
30242026-06-09T20:58:24.407Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-09T20:58:27.420Z Finished `release` profile [optimized] target(s) in 16.53s
30262026-06-09T20:58:27.548Z
30272026-06-09T20:58:27.551Zreal 16.637618632
30282026-06-09T20:58:27.551Zuser 2:22.199771469
30292026-06-09T20:58:27.551Zsys 16.647596474
30302026-06-09T20:58:27.551Ztrap 0.079125492
30312026-06-09T20:58:27.551Ztflt 0.543474059
30322026-06-09T20:58:27.552Zdflt 1.457387507
30332026-06-09T20:58:27.552Zkflt 0.000032480
30342026-06-09T20:58:27.552Zlock 5:20.740861901
30352026-06-09T20:58:27.552Zslp 3:28.942052016
30362026-06-09T20:58:27.552Zlat 5.963148781
30372026-06-09T20:58:27.552Zstop 19.841777375
30382026-06-09T20:58:27.552Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-09T20:58:27.553Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-09T20:58:27.553Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-09T20:58:27.553Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-09T20:58:27.553Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-09T20:58:28.507Z Compiling progenitor-client v0.14.0
30442026-06-09T20:58:28.507Z Compiling newtype-uuid-macros v0.1.0
30452026-06-09T20:58:28.507Z Compiling structmeta-derive v0.3.0
30462026-06-09T20:58:28.510Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-09T20:58:28.510Z Compiling rustls v0.22.4
30482026-06-09T20:58:28.510Z Compiling rustls-webpki v0.102.8
30492026-06-09T20:58:28.510Z Compiling multer v3.1.0
30502026-06-09T20:58:28.654Z Compiling match_cfg v0.1.0
30512026-06-09T20:58:28.657Z Compiling compression-core v0.4.31
30522026-06-09T20:58:28.657Z Compiling debug-ignore v1.0.5
30532026-06-09T20:58:28.657Z Compiling slog-json v2.6.1
30542026-06-09T20:58:28.671Z Compiling async-stream-impl v0.3.6
30552026-06-09T20:58:28.749Z Compiling toml_datetime v1.0.0+spec-1.1.0
30562026-06-09T20:58:28.766Z Compiling serde_spanned v1.0.4
30572026-06-09T20:58:28.785Z Compiling hostname v0.3.1
30582026-06-09T20:58:28.788Z Compiling dropshot v0.17.0
30592026-06-09T20:58:28.799Z Compiling toml_writer v1.0.6+spec-1.1.0
30602026-06-09T20:58:28.829Z Compiling itertools v0.14.0
30612026-06-09T20:58:28.932Z Compiling compression-codecs v0.4.37
30622026-06-09T20:58:28.932Z Compiling slog-bunyan v2.5.0
30632026-06-09T20:58:28.966Z Compiling waitgroup v0.1.2
30642026-06-09T20:58:28.969Z Compiling rustls-pemfile v2.2.0
30652026-06-09T20:58:29.049Z Compiling toml v1.0.6+spec-1.1.0
30662026-06-09T20:58:29.101Z Compiling dropshot_endpoint v0.17.0
30672026-06-09T20:58:29.138Z Compiling async-compression v0.4.41
30682026-06-09T20:58:29.141Z Compiling serde_path_to_error v0.1.20
30692026-06-09T20:58:29.155Z Compiling hostname v0.4.2
30702026-06-09T20:58:29.209Z Compiling regress v0.10.5
30712026-06-09T20:58:29.209Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30722026-06-09T20:58:29.262Z Compiling macaddr v1.0.1
30732026-06-09T20:58:29.281Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-09T20:58:29.349Z Compiling async-stream v0.3.6
30752026-06-09T20:58:29.365Z Compiling instant v0.1.13
30762026-06-09T20:58:29.419Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30772026-06-09T20:58:29.436Z Compiling backon v1.6.0
30782026-06-09T20:58:29.451Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-06-09T20:58:29.469Z Compiling backoff v0.4.0
30802026-06-09T20:58:29.487Z Compiling progenitor-client v0.10.0
30812026-06-09T20:58:29.511Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30822026-06-09T20:58:29.542Z Compiling humantime v2.3.0
30832026-06-09T20:58:29.559Z Compiling universal-hash v0.5.1
30842026-06-09T20:58:29.654Z Compiling progenitor-extras v0.2.0
30852026-06-09T20:58:29.698Z Compiling opaque-debug v0.3.1
30862026-06-09T20:58:29.718Z Compiling half v2.7.1
30872026-06-09T20:58:29.735Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30882026-06-09T20:58:29.741Z Compiling crucible-workspace-hack v0.1.0
30892026-06-09T20:58:29.784Z Compiling ciborium-io v0.2.2
30902026-06-09T20:58:29.806Z Compiling convert_case v0.4.0
30912026-06-09T20:58:29.823Z Compiling aead v0.5.2
30922026-06-09T20:58:29.895Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30932026-06-09T20:58:29.914Z Compiling secrecy v0.10.3
30942026-06-09T20:58:29.932Z Compiling poly1305 v0.8.0
30952026-06-09T20:58:29.951Z Compiling chacha20 v0.9.1
30962026-06-09T20:58:29.994Z Compiling ciborium-ll v0.2.2
30972026-06-09T20:58:30.010Z Compiling structmeta v0.3.0
30982026-06-09T20:58:30.058Z Compiling regress v0.11.1
30992026-06-09T20:58:30.081Z Compiling unsafe-libyaml v0.2.11
31002026-06-09T20:58:30.099Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31012026-06-09T20:58:30.133Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31022026-06-09T20:58:30.150Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31032026-06-09T20:58:30.176Z Compiling ciborium v0.2.2
31042026-06-09T20:58:30.209Z Compiling derive_more v0.99.20
31052026-06-09T20:58:30.233Z Compiling thiserror-impl-no-std v2.0.2
31062026-06-09T20:58:30.252Z Compiling derive-ex v0.1.8
31072026-06-09T20:58:30.252Z Compiling parse-display-derive v0.10.0
31082026-06-09T20:58:30.389Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-09T20:58:30.446Z Compiling byte-wrapper v0.1.0
31102026-06-09T20:58:30.487Z Compiling password-hash v0.5.0
31112026-06-09T20:58:30.506Z Compiling blake2 v0.10.6
31122026-06-09T20:58:30.708Z Compiling serde_yaml v0.9.34+deprecated
31132026-06-09T20:58:30.778Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31142026-06-09T20:58:30.821Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-09T20:58:30.839Z Compiling argon2 v0.5.3
31162026-06-09T20:58:30.867Z Compiling chacha20poly1305 v0.10.1
31172026-06-09T20:58:30.922Z Compiling indent_write v2.2.0
31182026-06-09T20:58:30.939Z Compiling heapless v0.8.0
31192026-06-09T20:58:31.041Z Compiling tokio-rustls v0.25.0
31202026-06-09T20:58:31.092Z Compiling toml_edit v0.23.10+spec-1.0.0
31212026-06-09T20:58:31.110Z Compiling ingot-macros v0.1.1
31222026-06-09T20:58:31.113Z Compiling tabwriter v1.4.1
31232026-06-09T20:58:31.329Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31242026-06-09T20:58:31.509Z Compiling thiserror-no-std v2.0.2
31252026-06-09T20:58:31.597Z Compiling vsss-rs v3.3.4
31262026-06-09T20:58:31.620Z Compiling hash32 v0.3.1
31272026-06-09T20:58:31.637Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-06-09T20:58:31.808Z Compiling typify-impl v0.6.2
31292026-06-09T20:58:31.880Z Compiling proc-macro-crate v3.4.0
31302026-06-09T20:58:32.036Z Compiling test-strategy v0.4.5
31312026-06-09T20:58:32.056Z Compiling parse-display v0.10.0
31322026-06-09T20:58:32.099Z Compiling smoltcp v0.11.0
31332026-06-09T20:58:32.274Z Compiling num-rational v0.4.2
31342026-06-09T20:58:32.400Z Compiling cobs v0.3.0
31352026-06-09T20:58:32.433Z Compiling num-complex v0.4.6
31362026-06-09T20:58:32.468Z Compiling num_enum_derive v0.7.6
31372026-06-09T20:58:32.510Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31382026-06-09T20:58:32.565Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31392026-06-09T20:58:32.615Z Compiling colored v3.1.1
31402026-06-09T20:58:32.722Z Compiling postcard v1.1.3
31412026-06-09T20:58:32.759Z Compiling proc-macro-error v1.0.4
31422026-06-09T20:58:32.784Z Compiling num v0.4.3
31432026-06-09T20:58:32.848Z Compiling proc-macro-crate v1.3.1
31442026-06-09T20:58:32.878Z Compiling atomicwrites v0.4.4
31452026-06-09T20:58:32.896Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31462026-06-09T20:58:32.912Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31472026-06-09T20:58:33.004Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-06-09T20:58:33.083Z Compiling foreign-types-macros v0.2.3
31492026-06-09T20:58:33.102Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-09T20:58:33.118Z Compiling float-ord v0.3.2
31512026-06-09T20:58:33.211Z Compiling foreign-types-shared v0.3.1
31522026-06-09T20:58:33.228Z Compiling cpufeatures v0.3.0
31532026-06-09T20:58:33.262Z Compiling rayon-core v1.13.0
31542026-06-09T20:58:33.293Z Compiling num_enum_derive v0.5.11
31552026-06-09T20:58:33.330Z Compiling chacha20 v0.10.0
31562026-06-09T20:58:33.407Z Compiling crossbeam-deque v0.8.6
31572026-06-09T20:58:33.427Z Compiling camino-tempfile v1.4.1
31582026-06-09T20:58:33.502Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31592026-06-09T20:58:33.520Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31602026-06-09T20:58:33.538Z Compiling cstr-argument v0.1.2
31612026-06-09T20:58:33.602Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31622026-06-09T20:58:33.620Z Compiling num_enum v0.7.6
31632026-06-09T20:58:33.640Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-09T20:58:33.706Z Compiling rand v0.10.0
31652026-06-09T20:58:33.725Z Compiling foreign-types v0.5.0
31662026-06-09T20:58:33.728Z Compiling toml v0.8.23
31672026-06-09T20:58:33.769Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31682026-06-09T20:58:33.828Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-06-09T20:58:33.876Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31702026-06-09T20:58:33.991Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-06-09T20:58:34.009Z Compiling zone_cfg_derive v0.3.1
31722026-06-09T20:58:34.028Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-06-09T20:58:34.055Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31742026-06-09T20:58:34.108Z Compiling rayon v1.11.0
31752026-06-09T20:58:34.126Z Compiling ingot-types v0.1.2
31762026-06-09T20:58:34.146Z Compiling itertools v0.12.1
31772026-06-09T20:58:34.166Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-06-09T20:58:34.207Z Compiling num-derive v0.4.2
31792026-06-09T20:58:34.267Z Compiling sigpipe v0.1.3
31802026-06-09T20:58:34.283Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-06-09T20:58:34.397Z Compiling glob v0.3.3
31822026-06-09T20:58:34.416Z Compiling num_enum v0.5.11
31832026-06-09T20:58:34.420Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31842026-06-09T20:58:34.494Z Compiling smf v0.2.3
31852026-06-09T20:58:34.512Z Compiling ingot v0.1.1
31862026-06-09T20:58:34.579Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31872026-06-09T20:58:34.623Z Compiling whoami v1.6.1
31882026-06-09T20:58:34.642Z Compiling prettyplease v0.2.37
31892026-06-09T20:58:34.682Z Compiling usdt-attr-macro v0.5.0
31902026-06-09T20:58:34.710Z Compiling usdt-macro v0.5.0
31912026-06-09T20:58:34.929Z Compiling gethostname v0.5.0
31922026-06-09T20:58:34.944Z Compiling memmap v0.7.0
31932026-06-09T20:58:35.042Z Compiling derive-where v1.6.0
31942026-06-09T20:58:35.072Z Compiling resolv-conf v0.7.6
31952026-06-09T20:58:35.102Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-06-09T20:58:35.159Z Compiling owo-colors v4.3.0
31972026-06-09T20:58:35.201Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31982026-06-09T20:58:35.264Z Compiling cancel-safe-futures v0.1.5
31992026-06-09T20:58:35.410Z Compiling zone v0.3.1
32002026-06-09T20:58:35.446Z Compiling libsw-core v0.3.2
32012026-06-09T20:58:35.540Z Compiling console v0.15.11
32022026-06-09T20:58:35.574Z Compiling usdt v0.5.0
32032026-06-09T20:58:35.617Z Compiling libsw v3.5.0
32042026-06-09T20:58:35.655Z Compiling hickory-proto v0.24.4
32052026-06-09T20:58:35.825Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-09T20:58:35.878Z Compiling newline-converter v0.3.0
32072026-06-09T20:58:35.904Z Compiling linear-map v1.2.0
32082026-06-09T20:58:35.921Z Compiling linked-hash-map v0.5.6
32092026-06-09T20:58:35.952Z Compiling libefi-sys v0.1.0
32102026-06-09T20:58:36.019Z Compiling expectorate v1.2.0
32112026-06-09T20:58:36.106Z Compiling lru-cache v0.1.2
32122026-06-09T20:58:36.123Z Compiling git-stub v1.0.0
32132026-06-09T20:58:36.126Z Compiling bitfield-struct v0.6.2
32142026-06-09T20:58:36.205Z Compiling nom v8.0.0
32152026-06-09T20:58:36.208Z Compiling semver v0.1.20
32162026-06-09T20:58:36.257Z Compiling tokio-dtrace v0.1.1
32172026-06-09T20:58:36.293Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32182026-06-09T20:58:36.417Z Compiling git-stub-vcs v0.1.0
32192026-06-09T20:58:36.463Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32202026-06-09T20:58:36.466Z Compiling typify-macro v0.6.2
32212026-06-09T20:58:36.499Z Compiling rustc_version v0.1.7
32222026-06-09T20:58:36.519Z Compiling dropshot-api-manager-types v0.7.2
32232026-06-09T20:58:36.523Z Compiling slog-dtrace v0.3.0
32242026-06-09T20:58:36.524Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-09T20:58:36.574Z Compiling minimal-lexical v0.2.1
32262026-06-09T20:58:36.578Z Compiling oxide-tokio-rt v0.1.4
32272026-06-09T20:58:36.653Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-06-09T20:58:36.760Z Compiling newtype_derive v0.1.6
32292026-06-09T20:58:36.813Z Compiling nom v7.1.3
32302026-06-09T20:58:36.847Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-06-09T20:58:36.868Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32322026-06-09T20:58:36.885Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-06-09T20:58:36.890Z Compiling phf_shared v0.12.1
32342026-06-09T20:58:36.890Z Compiling csv-core v0.1.13
32352026-06-09T20:58:36.938Z Compiling xshell-macros v0.2.7
32362026-06-09T20:58:36.958Z Compiling chrono-tz v0.10.4
32372026-06-09T20:58:36.983Z Compiling highway v1.3.0
32382026-06-09T20:58:37.112Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32392026-06-09T20:58:37.167Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32402026-06-09T20:58:37.221Z Compiling csv v1.4.0
32412026-06-09T20:58:37.261Z Compiling phf v0.12.1
32422026-06-09T20:58:37.358Z Compiling xshell v0.2.7
32432026-06-09T20:58:37.441Z Compiling const_format_proc_macros v0.2.34
32442026-06-09T20:58:37.460Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-06-09T20:58:37.495Z Compiling primeorder v0.13.6
32462026-06-09T20:58:37.595Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32472026-06-09T20:58:37.727Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-06-09T20:58:37.830Z Compiling hickory-resolver v0.24.4
32492026-06-09T20:58:37.891Z Compiling tabled_derive v0.7.0
32502026-06-09T20:58:37.916Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32512026-06-09T20:58:38.117Z Compiling bcs v0.1.6
32522026-06-09T20:58:38.142Z Compiling tagptr v0.2.0
32532026-06-09T20:58:38.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32542026-06-09T20:58:38.330Z Compiling salty v0.3.0
32552026-06-09T20:58:38.348Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-06-09T20:58:38.366Z Compiling typify v0.6.2
32572026-06-09T20:58:38.462Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-06-09T20:58:38.508Z Compiling progenitor-impl v0.14.0
32592026-06-09T20:58:38.572Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-06-09T20:58:38.602Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32612026-06-09T20:58:38.621Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-06-09T20:58:38.782Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-06-09T20:58:38.843Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-06-09T20:58:38.967Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32652026-06-09T20:58:38.991Z Compiling qorb v0.4.1
32662026-06-09T20:58:39.103Z Compiling const_format v0.2.35
32672026-06-09T20:58:39.135Z Compiling termtree v0.5.1
32682026-06-09T20:58:39.192Z Compiling textwrap v0.16.2
32692026-06-09T20:58:39.288Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-06-09T20:58:39.318Z Compiling tabled v0.15.0
32712026-06-09T20:58:39.489Z Compiling moka v0.12.13
32722026-06-09T20:58:39.554Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-09T20:58:39.696Z Compiling steno v0.4.1
32742026-06-09T20:58:39.798Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-06-09T20:58:39.960Z Compiling radium v0.7.0
32762026-06-09T20:58:39.978Z Compiling base64 v0.21.7
32772026-06-09T20:58:40.186Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-06-09T20:58:40.269Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32792026-06-09T20:58:40.333Z Compiling hickory-resolver v0.25.2
32802026-06-09T20:58:40.350Z Compiling p384 v0.13.1
32812026-06-09T20:58:40.368Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-06-09T20:58:40.596Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-06-09T20:58:40.614Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-06-09T20:58:40.796Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-06-09T20:58:40.859Z Compiling typify-impl v0.4.3
32862026-06-09T20:58:40.937Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32872026-06-09T20:58:41.077Z Compiling tap v1.0.1
32882026-06-09T20:58:41.096Z Compiling maybe-uninit v2.0.0
32892026-06-09T20:58:41.227Z Compiling wyz v0.5.1
32902026-06-09T20:58:41.258Z Compiling progenitor-macro v0.14.0
32912026-06-09T20:58:41.468Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-06-09T20:58:41.508Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-06-09T20:58:41.532Z Compiling proc-macro-error-attr2 v2.0.0
32942026-06-09T20:58:41.733Z Compiling packed_struct v0.10.1
32952026-06-09T20:58:41.751Z Compiling funty v2.0.0
32962026-06-09T20:58:41.872Z Compiling parking_lot_core v0.8.6
32972026-06-09T20:58:41.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-06-09T20:58:42.046Z Compiling utf-8 v0.7.6
32992026-06-09T20:58:42.147Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-06-09T20:58:42.193Z Compiling tungstenite v0.21.0
33012026-06-09T20:58:42.248Z Compiling bitvec v1.0.1
33022026-06-09T20:58:42.295Z Compiling proc-macro-error2 v2.0.1
33032026-06-09T20:58:42.370Z Compiling polyval v0.6.2
33042026-06-09T20:58:42.406Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33052026-06-09T20:58:42.423Z Compiling packed_struct_codegen v0.10.1
33062026-06-09T20:58:42.456Z Compiling num-derive v0.3.3
33072026-06-09T20:58:42.590Z Compiling bitfield-macros v0.19.4
33082026-06-09T20:58:42.630Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33092026-06-09T20:58:42.652Z Compiling zerocopy-derive v0.6.6
33102026-06-09T20:58:42.762Z Compiling indexmap v1.9.3
33112026-06-09T20:58:42.866Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33122026-06-09T20:58:42.995Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-06-09T20:58:43.079Z Compiling crc-catalog v2.4.0
33142026-06-09T20:58:43.096Z Compiling nodrop v0.1.14
33152026-06-09T20:58:43.204Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-06-09T20:58:43.220Z Compiling array-init v0.0.4
33172026-06-09T20:58:43.223Z Compiling crc v3.4.0
33182026-06-09T20:58:43.338Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-09T20:58:43.389Z Compiling bitfield v0.19.4
33202026-06-09T20:58:43.435Z Compiling libscf-sys v1.1.0
33212026-06-09T20:58:43.477Z Compiling tokio-tungstenite v0.21.0
33222026-06-09T20:58:43.562Z Compiling zerocopy v0.6.6
33232026-06-09T20:58:43.589Z Compiling tabled_derive v0.11.0
33242026-06-09T20:58:43.606Z Compiling ghash v0.5.1
33252026-06-09T20:58:43.625Z Compiling smallvec v0.6.14
33262026-06-09T20:58:43.790Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-09T20:58:43.830Z Compiling papergrid v0.17.0
33282026-06-09T20:58:43.879Z Compiling testing_table v0.3.0
33292026-06-09T20:58:43.922Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-09T20:58:43.965Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-06-09T20:58:44.082Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-06-09T20:58:44.100Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-06-09T20:58:44.162Z Compiling ctr v0.9.2
33342026-06-09T20:58:44.192Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-09T20:58:44.340Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-09T20:58:44.357Z Compiling illumos-nvpair-sys v0.2.0
33372026-06-09T20:58:44.386Z Compiling unicase v2.9.0
33382026-06-09T20:58:44.498Z Compiling hashbrown v0.12.3
33392026-06-09T20:58:44.540Z Compiling corncobs v0.1.4
33402026-06-09T20:58:44.631Z Compiling mime_guess v2.0.5
33412026-06-09T20:58:44.650Z Compiling aes-gcm v0.10.3
33422026-06-09T20:58:44.669Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-06-09T20:58:44.722Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-06-09T20:58:44.754Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-06-09T20:58:44.840Z Compiling parking_lot v0.11.2
33462026-06-09T20:58:44.858Z Compiling tabled v0.20.0
33472026-06-09T20:58:44.874Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33482026-06-09T20:58:45.097Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33492026-06-09T20:58:45.114Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-06-09T20:58:45.197Z Compiling serde-hex v0.1.0
33512026-06-09T20:58:45.228Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-06-09T20:58:45.338Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-06-09T20:58:45.419Z Compiling ron v0.8.1
33542026-06-09T20:58:45.496Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-06-09T20:58:45.513Z Compiling typify-macro v0.4.3
33562026-06-09T20:58:45.548Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-06-09T20:58:45.568Z Compiling progenitor-client v0.11.2
33582026-06-09T20:58:45.631Z Compiling hashbrown v0.13.2
33592026-06-09T20:58:45.699Z Compiling prefix-trie v0.7.0
33602026-06-09T20:58:45.910Z Compiling blowfish v0.9.1
33612026-06-09T20:58:45.974Z Compiling ssh-encoding v0.2.0
33622026-06-09T20:58:46.145Z Compiling fxhash v0.2.1
33632026-06-09T20:58:46.237Z Compiling secrecy v0.8.0
33642026-06-09T20:58:46.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-06-09T20:58:46.338Z Compiling crc-any v2.5.0
33662026-06-09T20:58:46.423Z Compiling sled v0.34.7
33672026-06-09T20:58:46.468Z Compiling progenitor v0.14.0
33682026-06-09T20:58:46.538Z Compiling ssh-cipher v0.2.0
33692026-06-09T20:58:46.557Z Compiling object v0.30.4
33702026-06-09T20:58:46.613Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33712026-06-09T20:58:46.648Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-06-09T20:58:47.093Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-06-09T20:58:47.167Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33742026-06-09T20:58:47.235Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-06-09T20:58:47.254Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33762026-06-09T20:58:47.410Z Compiling bcrypt-pbkdf v0.10.0
33772026-06-09T20:58:47.476Z Compiling typify v0.4.3
33782026-06-09T20:58:47.516Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33792026-06-09T20:58:47.621Z Compiling progenitor-impl v0.11.2
33802026-06-09T20:58:47.759Z Compiling hickory-server v0.25.2
33812026-06-09T20:58:47.818Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33822026-06-09T20:58:47.935Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33832026-06-09T20:58:47.935Z Compiling password-hash v0.4.2
33842026-06-09T20:58:48.248Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33852026-06-09T20:58:48.266Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-06-09T20:58:48.356Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33872026-06-09T20:58:48.665Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-06-09T20:58:48.754Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33892026-06-09T20:58:49.275Z Compiling path-slash v0.1.5
33902026-06-09T20:58:49.395Z Compiling http-range v0.1.5
33912026-06-09T20:58:49.446Z Compiling half v1.8.3
33922026-06-09T20:58:49.547Z Compiling crc8 v0.1.1
33932026-06-09T20:58:49.622Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-06-09T20:58:49.678Z Compiling serde_cbor v0.11.2
33952026-06-09T20:58:49.717Z Compiling pbkdf2 v0.11.0
33962026-06-09T20:58:49.757Z Compiling illumos-nvpair v0.3.0
33972026-06-09T20:58:49.778Z Compiling ssh-key v0.6.7
33982026-06-09T20:58:49.952Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-06-09T20:58:50.033Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34002026-06-09T20:58:50.230Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-06-09T20:58:50.233Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34022026-06-09T20:58:50.344Z Compiling progenitor-macro v0.11.2
34032026-06-09T20:58:50.535Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34042026-06-09T20:58:50.634Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34052026-06-09T20:58:50.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-06-09T20:58:50.902Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-06-09T20:58:50.944Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-06-09T20:58:50.964Z Compiling p521 v0.13.3
34092026-06-09T20:58:51.002Z Compiling p256 v0.13.2
34102026-06-09T20:58:51.218Z Compiling yasna v0.5.2
34112026-06-09T20:58:51.336Z Compiling kstat-rs v0.2.4
34122026-06-09T20:58:51.418Z Compiling headers-core v0.3.0
34132026-06-09T20:58:51.486Z Compiling nanorand v0.7.0
34142026-06-09T20:58:51.504Z Compiling russh-cryptovec v0.7.3
34152026-06-09T20:58:51.544Z Compiling atty v0.2.14
34162026-06-09T20:58:51.568Z Compiling md5 v0.7.0
34172026-06-09T20:58:51.673Z Compiling home v0.5.12
34182026-06-09T20:58:51.690Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34192026-06-09T20:58:51.693Z Compiling rcgen v0.12.1
34202026-06-09T20:58:51.726Z Compiling flume v0.11.1
34212026-06-09T20:58:51.750Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34222026-06-09T20:58:51.811Z Compiling russh-keys v0.45.0
34232026-06-09T20:58:51.850Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-06-09T20:58:51.870Z Compiling headers v0.4.1
34252026-06-09T20:58:51.936Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-09T20:58:52.010Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-06-09T20:58:52.074Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34282026-06-09T20:58:52.256Z Compiling hyper-staticfile v0.10.1
34292026-06-09T20:58:52.425Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-06-09T20:58:52.448Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34312026-06-09T20:58:52.471Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-06-09T20:58:52.609Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34332026-06-09T20:58:52.675Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-09T20:58:52.697Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34352026-06-09T20:58:52.800Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-06-09T20:58:52.831Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34372026-06-09T20:58:52.997Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-06-09T20:58:53.139Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-06-09T20:58:53.222Z Compiling num-bigint v0.4.6
34402026-06-09T20:58:53.241Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34412026-06-09T20:58:53.261Z Compiling des v0.8.1
34422026-06-09T20:58:53.280Z Compiling subprocess v0.2.15
34432026-06-09T20:58:53.403Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-06-09T20:58:53.438Z Compiling hex-literal v0.4.1
34452026-06-09T20:58:53.482Z Compiling display-error-chain v0.2.2
34462026-06-09T20:58:53.523Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-06-09T20:58:53.598Z Compiling colored v2.2.0
34482026-06-09T20:58:53.654Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-06-09T20:58:53.691Z Compiling socket2 v0.5.10
34502026-06-09T20:58:53.743Z Compiling internet-checksum v0.2.1
34512026-06-09T20:58:53.855Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-06-09T20:58:54.469Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-09T20:58:54.505Z Compiling russh v0.45.0
34542026-06-09T20:58:55.305Z Compiling progenitor v0.11.2
34552026-06-09T20:58:55.420Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-06-09T20:58:55.420Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-06-09T20:58:55.436Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34582026-06-09T20:58:57.903Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-06-09T20:58:58.561Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-06-09T20:58:59.029Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-06-09T20:59:00.639Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-06-09T20:59:01.004Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-06-09T20:59:08.674Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-06-09T20:59:08.675Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-06-09T20:59:08.675Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-06-09T20:59:08.678Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-06-09T20:59:10.411Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-06-09T20:59:10.504Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-06-09T20:59:14.755Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-06-09T20:59:53.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-06-09T20:59:53.948Z
34722026-06-09T20:59:53.951Zreal 1:26.333225847
34732026-06-09T20:59:53.952Zuser 8:12.240050571
34742026-06-09T20:59:53.952Zsys 1:41.589661663
34752026-06-09T20:59:53.952Ztrap 0.243523434
34762026-06-09T20:59:53.952Ztflt 0.631620504
34772026-06-09T20:59:53.952Zdflt 1.743106557
34782026-06-09T20:59:53.952Zkflt 0.000277350
34792026-06-09T20:59:53.953Zlock 27:40.497176589
34802026-06-09T20:59:53.953Zslp 18:34.366753362
34812026-06-09T20:59:53.953Zlat 39.863949499
34822026-06-09T20:59:53.953Zstop 2:50.136546871
34832026-06-09T20:59:53.953Z+ mkdir tests
34842026-06-09T20:59:53.957Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-06-09T20:59:53.957Z+ xargs -I '{}' -t cp '{}' tests/
34862026-06-09T20:59:53.981Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34872026-06-09T20:59:54.010Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34882026-06-09T20:59:54.039Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34892026-06-09T20:59:54.071Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34902026-06-09T20:59:54.398Z+ 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)
34912026-06-09T20:59:54.401Z+ 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 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
34922026-06-09T21:01:17.147ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-06-09T21:01:17.147Za .github/buildomat/ci-env.sh 1K
34942026-06-09T21:01:17.147Za out/target/test 1K
34952026-06-09T21:01:17.147Za out/npuzone/npuzone 27402K
34962026-06-09T21:01:17.147Za package-manifest.toml 35K
34972026-06-09T21:01:17.147Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-06-09T21:01:17.147Za target/release/omicron-package 46204K
34992026-06-09T21:01:17.147Za target/release/xtask 11453K
35002026-06-09T21:01:17.147Za target/debug/bootstrap 354822K
35012026-06-09T21:01:17.148Za tests/bootstrap-5cb81a4442024e3b 31215K
35022026-06-09T21:01:17.148Za tests/commtest-0f6493148f0d4209 32300K
35032026-06-09T21:01:17.148Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35042026-06-09T21:01:17.148Za tests/end_to_end_tests-6c7bc3bbe97020e4 395902K
35052026-06-09T21:01:17.148Za tools/opte_version 1K
35062026-06-09T21:01:17.148Za tools/opte_version_override 2K
35072026-06-09T21:01:17.148Za out/clickhouse.tar.gz 321869K
35082026-06-09T21:01:17.148Za out/clickhouse_keeper.tar.gz 306936K
35092026-06-09T21:01:17.148Za out/clickhouse_server.tar.gz 321866K
35102026-06-09T21:01:17.149Za out/cockroachdb.tar.gz 166139K
35112026-06-09T21:01:17.149Za out/crucible-pantry-zone.tar.gz 41124K
35122026-06-09T21:01:17.150Za out/crucible-utils.tar 16478K
35132026-06-09T21:01:17.150Za out/crucible-zone.tar.gz 56695K
35142026-06-09T21:01:17.150Za out/external-dns.tar.gz 51255K
35152026-06-09T21:01:17.150Za out/internal-dns.tar.gz 51254K
35162026-06-09T21:01:17.150Za out/mg-ddm-gz.tar 97912K
35172026-06-09T21:01:17.150Za out/nexus.tar.gz 279700K
35182026-06-09T21:01:17.150Za out/ntp.tar.gz 32796K
35192026-06-09T21:01:17.150Za out/omicron-gateway-softnpu.tar.gz 29795K
35202026-06-09T21:01:17.150Za out/omicron-sled-agent.tar 206683K
35212026-06-09T21:01:17.150Za out/overlay.tar.gz 3K
35222026-06-09T21:01:17.150Za out/oximeter.tar.gz 68172K
35232026-06-09T21:01:17.150Za out/oxlog.tar 3782K
35242026-06-09T21:01:17.150Za out/probe.tar.gz 3037K
35252026-06-09T21:01:17.150Za out/propolis-server.tar.gz 34918K
35262026-06-09T21:01:17.150Za out/pumpkind-gz.tar 26647K
35272026-06-09T21:01:17.150Za out/switch-softnpu.tar.gz 454655K
35282026-06-09T21:01:17.156Z
35292026-06-09T21:01:17.156Zreal 1:22.746064296
35302026-06-09T21:01:17.156Zuser 1:19.945434584
35312026-06-09T21:01:17.156Zsys 4.609602206
35322026-06-09T21:01:17.156Ztrap 0.006947770
35332026-06-09T21:01:17.156Ztflt 0.000000000
35342026-06-09T21:01:17.156Zdflt 0.000000000
35352026-06-09T21:01:17.156Zkflt 0.000000000
35362026-06-09T21:01:17.156Zlock 0.000000000
35372026-06-09T21:01:17.156Zslp 1:19.895231207
35382026-06-09T21:01:17.156Zlat 1.029187563
35392026-06-09T21:01:17.156Zstop 0.000493450
35402026-06-09T21:01:17.156Zprocess exited: duration 1094375 ms, exit code 0
 
35412026-06-09T21:01:17.173Zfound 1 output files
35422026-06-09T21:01:17.173Zuploading: /work/package.tar.gz (2566704597 bytes)
35432026-06-09T21:02:22.039Zuploaded: /work/package.tar.gz