01KTMBRCE03GY2Q7ZG6G013E7Y: 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: 01KTMBS7V9BDEDHJ28S8ANEQY1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T19:37:21.047Zjob assigned to worker 01KTMBSAQ1QENMVC3EPGBW9ARP [factory aws, i-0cb84b0a70e9d5f53] (queued for 46 s)
 
22026-06-08T19:37:27.841Zstarting task 0: "setup"
32026-06-08T19:37:27.845Z++ uname -s
42026-06-08T19:37:27.848Z+ kern=SunOS
52026-06-08T19:37:27.848Z+ build_user=build
62026-06-08T19:37:27.848Z+ build_uid=12345
72026-06-08T19:37:27.848Z+ work_dir=/work
82026-06-08T19:37:27.848Z+ input_dir=/input
92026-06-08T19:37:27.848Z+ [[ 0 == 12345 ]]
102026-06-08T19:37:27.848Z+ case "$kern" in
112026-06-08T19:37:27.848Z+ groupadd -g 12345 build
122026-06-08T19:37:27.852Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T19:37:29.858Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T19:37:29.979Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T19:37:29.983Z+ home_fs=zfs
162026-06-08T19:37:29.983Z+ [[ zfs == autofs ]]
172026-06-08T19:37:29.983Z+ mkdir -p /home/build
182026-06-08T19:37:29.986Z+ chown build:build /home/build /work
192026-06-08T19:37:31.986Z+ chmod 0700 /home/build /work
202026-06-08T19:37:31.989Zprocess exited: duration 4152 ms, exit code 0
 
212026-06-08T19:37:31.995Zstarting task 1: "rust-toolchain"
222026-06-08T19:37:32.002Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T19:37:32.002Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-08T19:37:32.002Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-08T19:37:32.002Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-08T19:37:32.002Z * rust toolchain channel = "1.94.0"
272026-06-08T19:37:32.002Z * rust toolchain profile = "default"
282026-06-08T19:37:32.006Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T19:37:32.006Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T19:37:32.097Zinfo: downloading installer
312026-06-08T19:37:33.585Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T19:37:33.585Zwarn: /home/build/.rustup/settings.toml
332026-06-08T19:37:33.585Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T19:37:33.586Zwarn: instead of the one inferred from the default host triple.
352026-06-08T19:37:33.598Zinfo: profile set to default
362026-06-08T19:37:33.598Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T19:37:33.601Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T19:37:33.753Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T19:37:33.756Zinfo: downloading 6 components
402026-06-08T19:37:50.050Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T19:37:50.050Z
422026-06-08T19:37:50.080Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T19:37:50.080Z
442026-06-08T19:37:50.080Z
452026-06-08T19:37:50.080ZRust is installed now. Great!
462026-06-08T19:37:50.080Z
472026-06-08T19:37:50.080ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T19:37:50.084Zenvironment variable. This has not been done automatically.
492026-06-08T19:37:50.084Z
502026-06-08T19:37:50.084ZTo configure your current shell, you need to source
512026-06-08T19:37:50.084Zthe corresponding env file under $HOME/.cargo.
522026-06-08T19:37:50.084Z
532026-06-08T19:37:50.084ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T19:37:50.084Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T19:37:50.084Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T19:37:50.084Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T19:37:50.084Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T19:37:50.084Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T19:37:50.084Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T19:37:50.084Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T19:37:50.084Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T19:37:50.182Z+ rustup --version
632026-06-08T19:37:50.188Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T19:37:50.188Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T19:37:50.210Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T19:37:50.213Z+ cargo --version
672026-06-08T19:37:50.222Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T19:37:50.225Z+ rustc --version
692026-06-08T19:37:50.244Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T19:37:50.247Zprocess exited: duration 18251 ms, exit code 0
 
712026-06-08T19:37:50.253Zstarting task 2: "authentication"
722026-06-08T19:37:50.273Zprocess exited: duration 20 ms, exit code 0
 
732026-06-08T19:37:50.279Zstarting task 3: "clone repository"
742026-06-08T19:37:50.284Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T19:37:50.288Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T19:37:50.326ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T19:38:04.128Z+ cd /work/oxidecomputer/omicron
782026-06-08T19:38:04.128Z+ git fetch origin e4bde9607f2a21cf555e35f515858c2931832047
792026-06-08T19:38:04.680ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T19:38:04.680Z * branch e4bde9607f2a21cf555e35f515858c2931832047 -> FETCH_HEAD
812026-06-08T19:38:04.692Z+ [[ -n jmcarp/zone-stat-parse ]]
822026-06-08T19:38:04.696Z++ git branch --show-current
832026-06-08T19:38:04.696Z+ current=main
842026-06-08T19:38:04.696Z+ [[ main != jmcarp/zone-stat-parse ]]
852026-06-08T19:38:04.696Z+ git branch -f jmcarp/zone-stat-parse e4bde9607f2a21cf555e35f515858c2931832047
862026-06-08T19:38:04.699Z+ git checkout -f jmcarp/zone-stat-parse
872026-06-08T19:38:04.939ZSwitched to branch 'jmcarp/zone-stat-parse'
882026-06-08T19:38:04.943Z+ git reset --hard e4bde9607f2a21cf555e35f515858c2931832047
892026-06-08T19:38:04.956ZHEAD is now at e4bde9607 Handle zone names without uuids.
902026-06-08T19:38:04.959Zprocess exited: duration 14678 ms, exit code 0
 
912026-06-08T19:38:04.966Zstarting task 4: "build"
922026-06-08T19:38:04.972Z+ source .github/buildomat/ci-env.sh
932026-06-08T19:38:04.972Z++ export CARGO_TERM_COLOR=always
942026-06-08T19:38:04.972Z++ CARGO_TERM_COLOR=always
952026-06-08T19:38:04.972Z+ cargo --version
962026-06-08T19:38:04.983Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-08T19:38:04.986Z+ rustc --version
982026-06-08T19:38:05.008Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-08T19:38:05.011Z+ WORK=/work
1002026-06-08T19:38:05.011Z+ pfexec mkdir -p /work
1012026-06-08T19:38:05.014Z+ pfexec chown build /work
1022026-06-08T19:38:05.017Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-08T19:38:06.565Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-08T19:38:06.654Z Startup: Caching catalogs ... Done
1052026-06-08T19:38:06.972ZPlanning: Solver setup ... Done (0.280s)
1062026-06-08T19:38:06.993ZPlanning: Running solver ... Done (0.020s)
1072026-06-08T19:38:07.003ZPlanning: Finding local manifests ... Done (0.005s)
1082026-06-08T19:38:07.013ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-08T19:38:07.031ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-08T19:38:07.048ZPlanning: Package planning ... Done (0.017s)
1112026-06-08T19:38:07.051ZPlanning: Merging actions ... Done (0.002s)
1122026-06-08T19:38:07.243ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-06-08T19:38:07.246ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-08T19:38:08.149ZPlanning: Evaluating mediators ... Done (0.905s)
1152026-06-08T19:38:08.152ZPlanning: Planning completed in 1.48 seconds
1162026-06-08T19:38:08.162Z Packages to install: 2
1172026-06-08T19:38:08.162Z Estimated space available: 156.07 GB
1182026-06-08T19:38:08.162ZEstimated space to be consumed: 25.33 MB
1192026-06-08T19:38:08.162Z Create boot environment: No
1202026-06-08T19:38:08.162ZCreate backup boot environment: No
1212026-06-08T19:38:08.162Z Rebuild boot archive: No
1222026-06-08T19:38:08.162Z
1232026-06-08T19:38:08.162ZChanged packages:
1242026-06-08T19:38:08.165Zhelios
1252026-06-08T19:38:08.165Z developer/build-essential
1262026-06-08T19:38:08.165Z None -> 11-3.0
1272026-06-08T19:38:08.165Z library/libxmlsec1
1282026-06-08T19:38:08.165Z None -> 1.2.35-3.0
1292026-06-08T19:38:08.188Z
1302026-06-08T19:38:08.188ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-08T19:38:08.712ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1322026-06-08T19:38:08.788Z Actions: 1/268 actions (Installing new actions)
1332026-06-08T19:38:08.827Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-08T19:38:08.839ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-08T19:38:08.839ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-08T19:38:08.863ZFinalize: Updating image state ... Done (0.022s)
1372026-06-08T19:38:11.461ZFinalize: Creating fast lookup database ... Done (2.580s)
1382026-06-08T19:38:11.528ZFinalize: Reading search index ... Done (0.013s)
1392026-06-08T19:38:11.532ZFinalize: Updating search index ... Done (0.000s)
1402026-06-08T19:38:11.625ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-08T19:38:11.936ZPlanning: Evaluating mediator changes ... Done
1422026-06-08T19:38:12.043ZPlanning: Checking for conflicting actions ... Done
1432026-06-08T19:38:12.046ZPlanning: Consolidating action changes ... Done
1442026-06-08T19:38:12.205ZPlanning: Evaluating mediators ... Done
1452026-06-08T19:38:12.208ZPlanning: Planning completed in 0.27 seconds
1462026-06-08T19:38:12.233Z Mediators to change: 2
1472026-06-08T19:38:12.233Z Create boot environment: No
1482026-06-08T19:38:12.233ZCreate backup boot environment: No
1492026-06-08T19:38:12.299ZFinalize: Updating package state database ... Done
1502026-06-08T19:38:12.299ZFinalize: Updating package cache ... Done
1512026-06-08T19:38:12.303ZFinalize: Updating image state ... Done
1522026-06-08T19:38:14.253ZFinalize: Creating fast lookup database ... Done
1532026-06-08T19:38:14.315ZFinalize: Reading search index ... Done
1542026-06-08T19:38:14.320ZFinalize: Updating search index ... Done
1552026-06-08T19:38:14.390ZFinalize: Updating package cache ... Done
1562026-06-08T19:38:14.681ZPlanning: Evaluating mediator changes ... Done
1572026-06-08T19:38:14.788ZPlanning: Checking for conflicting actions ... Done
1582026-06-08T19:38:14.792ZPlanning: Consolidating action changes ... Done
1592026-06-08T19:38:14.948ZPlanning: Evaluating mediators ... Done
1602026-06-08T19:38:14.952ZPlanning: Planning completed in 0.27 seconds
1612026-06-08T19:38:14.973Z Mediators to change: 1
1622026-06-08T19:38:14.973Z Create boot environment: No
1632026-06-08T19:38:14.973ZCreate backup boot environment: No
1642026-06-08T19:38:15.031ZFinalize: Updating package state database ... Done
1652026-06-08T19:38:15.034ZFinalize: Updating package cache ... Done
1662026-06-08T19:38:15.044ZFinalize: Updating image state ... Done
1672026-06-08T19:38:16.988ZFinalize: Creating fast lookup database ... Done
1682026-06-08T19:38:17.052ZFinalize: Reading search index ... Done
1692026-06-08T19:38:17.056ZFinalize: Updating search index ... Done
1702026-06-08T19:38:17.131ZFinalize: Updating package cache ... Done
1712026-06-08T19:38:17.444ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-08T19:38:17.444Zapache system 2.4 system
1732026-06-08T19:38:17.444Zclang system 15 system
1742026-06-08T19:38:17.444Zcsh system system illumos
1752026-06-08T19:38:17.444Zctags system system illumos
1762026-06-08T19:38:17.444Zfile vendor vendor darwinsys
1772026-06-08T19:38:17.444Zfile system system illumos
1782026-06-08T19:38:17.444Zgcc vendor 14 vendor
1792026-06-08T19:38:17.444Zgcc system 13 system
1802026-06-08T19:38:17.444Zgcc system 10 system
1812026-06-08T19:38:17.444Zgo system 1.25 system
1822026-06-08T19:38:17.444Zllvm system 15 system
1832026-06-08T19:38:17.444Zmariadb system 11.4 system
1842026-06-08T19:38:17.444Zmta vendor vendor dma
1852026-06-08T19:38:17.444Zopenjdk system 17 system
1862026-06-08T19:38:17.444Zopenjdk system 11 system
1872026-06-08T19:38:17.444Zopenssl vendor 3 vendor
1882026-06-08T19:38:17.444Zperl system 5.40 system
1892026-06-08T19:38:17.444Zpostgresql system 18 system
1902026-06-08T19:38:17.444Zpostgresql system 17 system
1912026-06-08T19:38:17.444Zpython vendor 3 vendor
1922026-06-08T19:38:17.444Zpython system 2 system
1932026-06-08T19:38:17.445Zpython3 vendor 3.13 vendor
1942026-06-08T19:38:17.445Zruby system 3.4 system
1952026-06-08T19:38:17.445Zruby system 3.0 system
1962026-06-08T19:38:17.445Zwords vendor vendor american-english
1972026-06-08T19:38:17.445Zwords system system australian-english
1982026-06-08T19:38:17.445Zwords system system british-english
1992026-06-08T19:38:17.445Zwords system system canadian-english
2002026-06-08T19:38:17.445Zwords system system french
2012026-06-08T19:38:17.445Zwords system system italian
2022026-06-08T19:38:17.445Zwords system system ngerman
2032026-06-08T19:38:17.445Zwords system system ogerman
2042026-06-08T19:38:17.445Zwords system system spanish
2052026-06-08T19:38:17.703ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-08T19:38:17.703Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-08T19:38:17.990ZFMRI IFO
2082026-06-08T19:38:17.990Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-08T19:38:17.990Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-08T19:38:17.990Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-08T19:38:17.990Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-08T19:38:17.990Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-08T19:38:17.990Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-08T19:38:17.990Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-08T19:38:17.990Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-08T19:38:17.990Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-08T19:38:18.241Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-08T19:38:18.519Z Updating crates.io index
2192026-06-08T19:38:18.554Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-08T19:38:18.972Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-08T19:38:20.491Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-08T19:38:21.032Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-08T19:38:21.920Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-08T19:38:22.535Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-08T19:38:24.062Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-08T19:38:25.592Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-08T19:38:25.902Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-08T19:38:27.297Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-08T19:38:27.737Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-08T19:38:28.103Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-08T19:38:28.527Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-08T19:38:29.532Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-08T19:38:30.043Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-08T19:38:30.394Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-08T19:38:30.825Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-08T19:38:31.159Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-08T19:38:31.817Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-08T19:38:32.229Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-08T19:38:32.471Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-08T19:38:32.773Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-08T19:38:33.240Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-08T19:38:33.793Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-08T19:38:34.051Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-08T19:38:34.672Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-08T19:38:34.945Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-08T19:38:35.267Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-08T19:38:36.368Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-08T19:38:36.614Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-08T19:38:37.416Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-08T19:38:37.851Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-08T19:38:38.111Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-08T19:38:38.523Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-08T19:38:38.868Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-08T19:38:39.290Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-08T19:38:39.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-08T19:38:40.140Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-08T19:38:40.447Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-08T19:38:40.806Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-08T19:38:41.223Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-08T19:38:53.075Z Downloading crates ...
2612026-06-08T19:38:53.144Z Downloaded anstyle-parse v1.0.0
2622026-06-08T19:38:53.149Z Downloaded cfg-if v1.0.4
2632026-06-08T19:38:53.149Z Downloaded form_urlencoded v1.2.2
2642026-06-08T19:38:53.149Z Downloaded scroll_derive v0.12.1
2652026-06-08T19:38:53.149Z Downloaded clap_lex v1.0.0
2662026-06-08T19:38:53.149Z Downloaded proc-macro-error v1.0.4
2672026-06-08T19:38:53.149Z Downloaded once_cell v1.21.3
2682026-06-08T19:38:53.149Z Downloaded fs-err v3.3.0
2692026-06-08T19:38:53.152Z Downloaded anstream v1.0.0
2702026-06-08T19:38:53.152Z Downloaded byteorder v1.5.0
2712026-06-08T19:38:53.152Z Downloaded icu_normalizer_data v2.1.1
2722026-06-08T19:38:53.156Z Downloaded thread-id v4.2.2
2732026-06-08T19:38:53.156Z Downloaded fastrand v2.3.0
2742026-06-08T19:38:53.156Z Downloaded cargo-platform v0.2.0
2752026-06-08T19:38:53.167Z Downloaded memmap v0.7.0
2762026-06-08T19:38:53.170Z Downloaded quote v1.0.45
2772026-06-08T19:38:53.170Z Downloaded ucd-trie v0.1.7
2782026-06-08T19:38:53.170Z Downloaded thiserror v2.0.18
2792026-06-08T19:38:53.170Z Downloaded zerofrom-derive v0.1.6
2802026-06-08T19:38:53.170Z Downloaded clap v4.6.1
2812026-06-08T19:38:53.173Z Downloaded version_check v0.9.5
2822026-06-08T19:38:53.173Z Downloaded thiserror v1.0.69
2832026-06-08T19:38:53.176Z Downloaded utf8_iter v1.0.4
2842026-06-08T19:38:53.176Z Downloaded usdt v0.5.0
2852026-06-08T19:38:53.177Z Downloaded yoke-derive v0.8.1
2862026-06-08T19:38:53.177Z Downloaded typeid v1.0.3
2872026-06-08T19:38:53.177Z Downloaded usdt-attr-macro v0.5.0
2882026-06-08T19:38:53.181Z Downloaded toml_datetime v0.6.11
2892026-06-08T19:38:53.182Z Downloaded serde_core v1.0.228
2902026-06-08T19:38:53.182Z Downloaded colorchoice v1.0.4
2912026-06-08T19:38:53.185Z Downloaded toml_write v0.1.2
2922026-06-08T19:38:53.185Z Downloaded unicode-linebreak v0.1.5
2932026-06-08T19:38:53.189Z Downloaded cargo_metadata v0.21.0
2942026-06-08T19:38:53.189Z Downloaded usdt-impl v0.5.0
2952026-06-08T19:38:53.193Z Downloaded unicode-xid v0.2.6
2962026-06-08T19:38:53.193Z Downloaded zerofrom v0.1.6
2972026-06-08T19:38:53.197Z Downloaded digest v0.10.7
2982026-06-08T19:38:53.201Z Downloaded ordered-float v2.10.1
2992026-06-08T19:38:53.203Z Downloaded usdt-macro v0.5.0
3002026-06-08T19:38:53.208Z Downloaded tabled_derive v0.7.0
3012026-06-08T19:38:53.211Z Downloaded generic-array v0.14.7
3022026-06-08T19:38:53.211Z Downloaded zerovec-derive v0.11.2
3032026-06-08T19:38:53.211Z Downloaded writeable v0.6.2
3042026-06-08T19:38:53.211Z Downloaded tinystr v0.8.2
3052026-06-08T19:38:53.214Z Downloaded zerocopy-derive v0.7.35
3062026-06-08T19:38:53.217Z Downloaded percent-encoding v2.3.2
3072026-06-08T19:38:53.217Z Downloaded is_terminal_polyfill v1.70.2
3082026-06-08T19:38:53.220Z Downloaded yoke v0.8.1
3092026-06-08T19:38:53.220Z Downloaded utf8parse v0.2.2
3102026-06-08T19:38:53.220Z Downloaded thiserror-impl v2.0.18
3112026-06-08T19:38:53.220Z Downloaded heck v0.4.1
3122026-06-08T19:38:53.223Z Downloaded zmij v1.0.21
3132026-06-08T19:38:53.223Z Downloaded dof v0.3.0
3142026-06-08T19:38:53.223Z Downloaded thiserror-impl v1.0.69
3152026-06-08T19:38:53.223Z Downloaded textwrap v0.16.2
3162026-06-08T19:38:53.226Z Downloaded toml v0.8.23
3172026-06-08T19:38:53.227Z Downloaded scroll v0.12.0
3182026-06-08T19:38:53.230Z Downloaded displaydoc v0.2.5
3192026-06-08T19:38:53.234Z Downloaded proc-macro-error-attr v1.0.4
3202026-06-08T19:38:53.238Z Downloaded unicode-ident v1.0.24
3212026-06-08T19:38:53.238Z Downloaded swrite v0.1.0
3222026-06-08T19:38:53.238Z Downloaded toml_edit v0.22.27
3232026-06-08T19:38:53.241Z Downloaded fnv v1.0.7
3242026-06-08T19:38:53.241Z Downloaded crypto-common v0.1.7
3252026-06-08T19:38:53.241Z Downloaded macaddr v1.0.1
3262026-06-08T19:38:53.241Z Downloaded idna_adapter v1.2.1
3272026-06-08T19:38:53.244Z Downloaded serde_spanned v0.6.9
3282026-06-08T19:38:53.245Z Downloaded zerotrie v0.2.3
3292026-06-08T19:38:53.248Z Downloaded cpufeatures v0.2.17
3302026-06-08T19:38:53.248Z Downloaded url v2.5.8
3312026-06-08T19:38:53.252Z Downloaded typenum v1.19.0
3322026-06-08T19:38:53.253Z Downloaded smawk v0.3.2
3332026-06-08T19:38:53.253Z Downloaded plain v0.2.3
3342026-06-08T19:38:53.257Z Downloaded block-buffer v0.10.4
3352026-06-08T19:38:53.257Z Downloaded serde-value v0.7.0
3362026-06-08T19:38:53.257Z Downloaded equivalent v1.0.2
3372026-06-08T19:38:53.257Z Downloaded terminal_size v0.4.3
3382026-06-08T19:38:53.260Z Downloaded pretty-hex v0.4.1
3392026-06-08T19:38:53.260Z Downloaded zerovec v0.11.5
3402026-06-08T19:38:53.263Z Downloaded stable_deref_trait v1.2.1
3412026-06-08T19:38:53.263Z Downloaded heck v0.5.0
3422026-06-08T19:38:53.266Z Downloaded potential_utf v0.1.4
3432026-06-08T19:38:53.266Z Downloaded anstyle-query v1.1.5
3442026-06-08T19:38:53.269Z Downloaded serde-untagged v0.1.9
3452026-06-08T19:38:53.273Z Downloaded zerocopy v0.7.35
3462026-06-08T19:38:53.281Z Downloaded winnow v0.7.14
3472026-06-08T19:38:53.285Z Downloaded dtrace-parser v0.2.0
3482026-06-08T19:38:53.288Z Downloaded camino-tempfile v1.4.1
3492026-06-08T19:38:53.288Z Downloaded camino v1.2.2
3502026-06-08T19:38:53.289Z Downloaded serde_tokenstream v0.2.3
3512026-06-08T19:38:53.289Z Downloaded unicode-width v0.2.0
3522026-06-08T19:38:53.292Z Downloaded unicode-width v0.1.14
3532026-06-08T19:38:53.296Z Downloaded itoa v1.0.17
3542026-06-08T19:38:53.296Z Downloaded anstyle v1.0.14
3552026-06-08T19:38:53.299Z Downloaded synstructure v0.13.2
3562026-06-08T19:38:53.299Z Downloaded pest_meta v2.8.6
3572026-06-08T19:38:53.299Z Downloaded errno v0.3.14
3582026-06-08T19:38:53.299Z Downloaded bytecount v0.6.9
3592026-06-08T19:38:53.300Z Downloaded strsim v0.11.1
3602026-06-08T19:38:53.367Z Downloaded erased-serde v0.4.9
3612026-06-08T19:38:53.367Z Downloaded sha2 v0.10.9
3622026-06-08T19:38:53.367Z Downloaded autocfg v1.5.0
3632026-06-08T19:38:53.367Z Downloaded bitflags v2.11.0
3642026-06-08T19:38:53.367Z Downloaded cargo_toml v0.21.0
3652026-06-08T19:38:53.367Z Downloaded cargo-util-schemas v0.8.2
3662026-06-08T19:38:53.367Z Downloaded tempfile v3.25.0
3672026-06-08T19:38:53.367Z Downloaded memchr v2.8.0
3682026-06-08T19:38:53.367Z Downloaded litemap v0.8.1
3692026-06-08T19:38:53.367Z Downloaded smallvec v1.15.1
3702026-06-08T19:38:53.367Z Downloaded clap_derive v4.6.1
3712026-06-08T19:38:53.367Z Downloaded anyhow v1.0.102
3722026-06-08T19:38:53.367Z Downloaded proc-macro2 v1.0.106
3732026-06-08T19:38:53.367Z Downloaded log v0.4.29
3742026-06-08T19:38:53.367Z Downloaded indexmap v2.14.0
3752026-06-08T19:38:53.367Z Downloaded getrandom v0.4.1
3762026-06-08T19:38:53.367Z Downloaded icu_provider v2.1.1
3772026-06-08T19:38:53.367Z Downloaded papergrid v0.11.0
3782026-06-08T19:38:53.367Z Downloaded semver v1.0.28
3792026-06-08T19:38:53.368Z Downloaded num-traits v0.2.19
3802026-06-08T19:38:53.368Z Downloaded pest_generator v2.8.6
3812026-06-08T19:38:53.368Z Downloaded serde_derive v1.0.228
3822026-06-08T19:38:53.368Z Downloaded icu_properties v2.1.2
3832026-06-08T19:38:53.374Z Downloaded pest_derive v2.8.6
3842026-06-08T19:38:53.374Z Downloaded icu_normalizer v2.1.1
3852026-06-08T19:38:53.374Z Downloaded icu_locale_core v2.1.1
3862026-06-08T19:38:53.377Z Downloaded idna v1.1.0
3872026-06-08T19:38:53.382Z Downloaded serde v1.0.228
3882026-06-08T19:38:53.382Z Downloaded icu_collections v2.1.1
3892026-06-08T19:38:53.402Z Downloaded pest v2.8.6
3902026-06-08T19:38:53.427Z Downloaded clap_builder v4.6.0
3912026-06-08T19:38:53.430Z Downloaded icu_properties_data v2.1.2
3922026-06-08T19:38:53.434Z Downloaded serde_json v1.0.149
3932026-06-08T19:38:53.438Z Downloaded hashbrown v0.17.0
3942026-06-08T19:38:53.441Z Downloaded goblin v0.8.2
3952026-06-08T19:38:53.450Z Downloaded tabled v0.15.0
3962026-06-08T19:38:53.459Z Downloaded syn v1.0.109
3972026-06-08T19:38:53.469Z Downloaded syn v2.0.117
3982026-06-08T19:38:53.479Z Downloaded rustix v1.1.3
3992026-06-08T19:38:53.510Z Downloaded libc v0.2.185
4002026-06-08T19:38:53.576Z Compiling proc-macro2 v1.0.106
4012026-06-08T19:38:53.576Z Compiling unicode-ident v1.0.24
4022026-06-08T19:38:53.576Z Compiling quote v1.0.45
4032026-06-08T19:38:53.580Z Compiling serde_core v1.0.228
4042026-06-08T19:38:53.580Z Compiling libc v0.2.185
4052026-06-08T19:38:53.580Z Compiling version_check v0.9.5
4062026-06-08T19:38:53.581Z Compiling stable_deref_trait v1.2.1
4072026-06-08T19:38:53.581Z Compiling memchr v2.8.0
4082026-06-08T19:38:53.581Z Compiling serde v1.0.228
4092026-06-08T19:38:53.581Z Compiling zmij v1.0.21
4102026-06-08T19:38:53.581Z Compiling ucd-trie v0.1.7
4112026-06-08T19:38:53.763Z Compiling autocfg v1.5.0
4122026-06-08T19:38:53.766Z Compiling thiserror v1.0.69
4132026-06-08T19:38:53.766Z Compiling itoa v1.0.17
4142026-06-08T19:38:53.766Z Compiling litemap v0.8.1
4152026-06-08T19:38:54.009Z Compiling writeable v0.6.2
4162026-06-08T19:38:54.028Z Compiling rustix v1.1.3
4172026-06-08T19:38:54.146Z Compiling icu_normalizer_data v2.1.1
4182026-06-08T19:38:54.247Z Compiling icu_properties_data v2.1.2
4192026-06-08T19:38:54.283Z Compiling byteorder v1.5.0
4202026-06-08T19:38:54.301Z Compiling bitflags v2.11.0
4212026-06-08T19:38:54.358Z Compiling pest v2.8.6
4222026-06-08T19:38:54.364Z Compiling serde_json v1.0.149
4232026-06-08T19:38:54.490Z Compiling num-traits v0.2.19
4242026-06-08T19:38:54.508Z Compiling hashbrown v0.17.0
4252026-06-08T19:38:54.586Z Compiling typeid v1.0.3
4262026-06-08T19:38:54.589Z Compiling smallvec v1.15.1
4272026-06-08T19:38:54.619Z Compiling equivalent v1.0.2
4282026-06-08T19:38:54.692Z Compiling proc-macro-error-attr v1.0.4
4292026-06-08T19:38:54.767Z Compiling usdt-impl v0.5.0
4302026-06-08T19:38:54.767Z Compiling winnow v0.7.14
4312026-06-08T19:38:54.818Z Compiling erased-serde v0.4.9
4322026-06-08T19:38:54.827Z Compiling syn v1.0.109
4332026-06-08T19:38:54.869Z Compiling toml_write v0.1.2
4342026-06-08T19:38:54.933Z Compiling errno v0.3.14
4352026-06-08T19:38:55.041Z Compiling thread-id v4.2.2
4362026-06-08T19:38:55.041Z Compiling proc-macro-error v1.0.4
4372026-06-08T19:38:55.139Z Compiling indexmap v2.14.0
4382026-06-08T19:38:55.244Z Compiling utf8_iter v1.0.4
4392026-06-08T19:38:55.244Z Compiling plain v0.2.3
4402026-06-08T19:38:55.337Z Compiling getrandom v0.4.1
4412026-06-08T19:38:55.338Z Compiling percent-encoding v2.3.2
4422026-06-08T19:38:55.338Z Compiling log v0.4.29
4432026-06-08T19:38:55.338Z Compiling thiserror v2.0.18
4442026-06-08T19:38:55.468Z Compiling utf8parse v0.2.2
4452026-06-08T19:38:55.468Z Compiling camino v1.2.2
4462026-06-08T19:38:55.468Z Compiling syn v2.0.117
4472026-06-08T19:38:55.593Z Compiling pest_meta v2.8.6
4482026-06-08T19:38:55.593Z Compiling anstyle-parse v1.0.0
4492026-06-08T19:38:55.593Z Compiling form_urlencoded v1.2.2
4502026-06-08T19:38:55.693Z Compiling ordered-float v2.10.1
4512026-06-08T19:38:55.789Z Compiling is_terminal_polyfill v1.70.2
4522026-06-08T19:38:55.789Z Compiling anstyle-query v1.1.5
4532026-06-08T19:38:55.859Z Compiling colorchoice v1.0.4
4542026-06-08T19:38:55.859Z Compiling anstyle v1.0.14
4552026-06-08T19:38:55.859Z Compiling cfg-if v1.0.4
4562026-06-08T19:38:55.888Z Compiling pretty-hex v0.4.1
4572026-06-08T19:38:55.903Z Compiling terminal_size v0.4.3
4582026-06-08T19:38:55.958Z Compiling fs-err v3.3.0
4592026-06-08T19:38:55.958Z Compiling fnv v1.0.7
4602026-06-08T19:38:55.959Z Compiling clap_lex v1.0.0
4612026-06-08T19:38:56.017Z Compiling anstream v1.0.0
4622026-06-08T19:38:56.042Z Compiling once_cell v1.21.3
4632026-06-08T19:38:56.059Z Compiling fastrand v2.3.0
4642026-06-08T19:38:56.185Z Compiling semver v1.0.28
4652026-06-08T19:38:56.226Z Compiling heck v0.4.1
4662026-06-08T19:38:56.254Z Compiling unicode-width v0.1.14
4672026-06-08T19:38:56.285Z Compiling unicode-xid v0.2.6
4682026-06-08T19:38:56.330Z Compiling heck v0.5.0
4692026-06-08T19:38:56.333Z Compiling strsim v0.11.1
4702026-06-08T19:38:56.368Z Compiling anyhow v1.0.102
4712026-06-08T19:38:56.371Z Compiling bytecount v0.6.9
4722026-06-08T19:38:56.438Z Compiling tempfile v3.25.0
4732026-06-08T19:38:56.532Z Compiling serde-untagged v0.1.9
4742026-06-08T19:38:56.547Z Compiling clap_builder v4.6.0
4752026-06-08T19:38:56.569Z Compiling papergrid v0.11.0
4762026-06-08T19:38:56.572Z Compiling memmap v0.7.0
4772026-06-08T19:38:56.606Z Compiling unicode-width v0.2.0
4782026-06-08T19:38:56.610Z Compiling unicode-linebreak v0.1.5
4792026-06-08T19:38:56.732Z Compiling smawk v0.3.2
4802026-06-08T19:38:56.798Z Compiling camino-tempfile v1.4.1
4812026-06-08T19:38:56.842Z Compiling swrite v0.1.0
4822026-06-08T19:38:56.898Z Compiling textwrap v0.16.2
4832026-06-08T19:38:56.917Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-06-08T19:38:57.301Z Compiling tabled_derive v0.7.0
4852026-06-08T19:38:57.932Z Compiling synstructure v0.13.2
4862026-06-08T19:38:57.932Z Compiling pest_generator v2.8.6
4872026-06-08T19:38:58.022Z Compiling tabled v0.15.0
4882026-06-08T19:38:58.420Z Compiling serde_derive v1.0.228
4892026-06-08T19:38:58.420Z Compiling zerofrom-derive v0.1.6
4902026-06-08T19:38:58.420Z Compiling yoke-derive v0.8.1
4912026-06-08T19:38:58.427Z Compiling zerovec-derive v0.11.2
4922026-06-08T19:38:58.427Z Compiling displaydoc v0.2.5
4932026-06-08T19:38:58.427Z Compiling thiserror-impl v1.0.69
4942026-06-08T19:38:58.439Z Compiling zerocopy-derive v0.7.35
4952026-06-08T19:38:58.538Z Compiling scroll_derive v0.12.1
4962026-06-08T19:38:58.564Z Compiling thiserror-impl v2.0.18
4972026-06-08T19:38:58.568Z Compiling clap_derive v4.6.1
4982026-06-08T19:38:58.588Z Compiling pest_derive v2.8.6
4992026-06-08T19:38:59.285Z Compiling scroll v0.12.0
5002026-06-08T19:38:59.319Z Compiling zerocopy v0.7.35
5012026-06-08T19:38:59.472Z Compiling zerofrom v0.1.6
5022026-06-08T19:38:59.528Z Compiling goblin v0.8.2
5032026-06-08T19:38:59.583Z Compiling yoke v0.8.1
5042026-06-08T19:38:59.600Z Compiling dtrace-parser v0.2.0
5052026-06-08T19:38:59.741Z Compiling zerovec v0.11.5
5062026-06-08T19:38:59.742Z Compiling zerotrie v0.2.3
5072026-06-08T19:38:59.913Z Compiling clap v4.6.1
5082026-06-08T19:39:00.176Z Compiling tinystr v0.8.2
5092026-06-08T19:39:00.176Z Compiling potential_utf v0.1.4
5102026-06-08T19:39:00.290Z Compiling icu_collections v2.1.1
5112026-06-08T19:39:00.349Z Compiling icu_locale_core v2.1.1
5122026-06-08T19:39:00.889Z Compiling icu_provider v2.1.1
5132026-06-08T19:39:01.025Z Compiling dof v0.3.0
5142026-06-08T19:39:01.025Z Compiling serde_tokenstream v0.2.3
5152026-06-08T19:39:01.043Z Compiling serde_spanned v0.6.9
5162026-06-08T19:39:01.048Z Compiling toml_datetime v0.6.11
5172026-06-08T19:39:01.048Z Compiling serde-value v0.7.0
5182026-06-08T19:39:01.048Z Compiling cargo-platform v0.2.0
5192026-06-08T19:39:01.048Z Compiling macaddr v1.0.1
5202026-06-08T19:39:01.122Z Compiling icu_normalizer v2.1.1
5212026-06-08T19:39:01.126Z Compiling icu_properties v2.1.2
5222026-06-08T19:39:01.300Z Compiling toml_edit v0.22.27
5232026-06-08T19:39:01.721Z Compiling usdt-macro v0.5.0
5242026-06-08T19:39:01.721Z Compiling usdt-attr-macro v0.5.0
5252026-06-08T19:39:01.985Z Compiling idna_adapter v1.2.1
5262026-06-08T19:39:02.098Z Compiling idna v1.1.0
5272026-06-08T19:39:02.382Z Compiling usdt v0.5.0
5282026-06-08T19:39:02.387Z Compiling url v2.5.8
5292026-06-08T19:39:02.588Z Compiling toml v0.8.23
5302026-06-08T19:39:02.922Z Compiling cargo-util-schemas v0.8.2
5312026-06-08T19:39:02.923Z Compiling cargo_toml v0.21.0
5322026-06-08T19:39:03.743Z Compiling cargo_metadata v0.21.0
5332026-06-08T19:39:04.667Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-08T19:39:06.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.71s
5352026-06-08T19:39:07.042Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-08T19:39:07.611Z Downloading crates ...
5372026-06-08T19:39:07.704Z Downloaded aead v0.5.2
5382026-06-08T19:39:07.707Z Downloaded adler2 v2.0.1
5392026-06-08T19:39:07.712Z Downloaded atomic-waker v1.1.2
5402026-06-08T19:39:07.717Z Downloaded bit-vec v0.8.0
5412026-06-08T19:39:07.720Z Downloaded base64 v0.22.1
5422026-06-08T19:39:07.723Z Downloaded cfg_aliases v0.2.1
5432026-06-08T19:39:07.723Z Downloaded async-trait v0.1.89
5442026-06-08T19:39:07.725Z Downloaded crc-catalog v2.4.0
5452026-06-08T19:39:07.728Z Downloaded castaway v0.2.4
5462026-06-08T19:39:07.728Z Downloaded bb8 v0.8.6
5472026-06-08T19:39:07.728Z Downloaded cfg_aliases v0.1.1
5482026-06-08T19:39:07.732Z Downloaded darling v0.21.3
5492026-06-08T19:39:07.735Z Downloaded cargo_metadata v0.23.1
5502026-06-08T19:39:07.738Z Downloaded crc-any v2.5.0
5512026-06-08T19:39:07.741Z Downloaded bytes v1.11.1
5522026-06-08T19:39:07.745Z Downloaded ed25519-dalek v2.2.0
5532026-06-08T19:39:07.808Z Downloaded clang-sys v1.8.1
5542026-06-08T19:39:07.816Z Downloaded async-stream-impl v0.3.6
5552026-06-08T19:39:07.816Z Downloaded anstyle-parse v0.2.7
5562026-06-08T19:39:07.816Z Downloaded bzip2 v0.6.1
5572026-06-08T19:39:07.817Z Downloaded blake3 v1.8.3
5582026-06-08T19:39:07.817Z Downloaded base16ct v0.2.0
5592026-06-08T19:39:07.817Z Downloaded bit-set v0.5.3
5602026-06-08T19:39:07.817Z Downloaded dsl_auto_type v0.2.0
5612026-06-08T19:39:07.817Z Downloaded display-error-chain v0.2.2
5622026-06-08T19:39:07.817Z Downloaded cobs v0.3.0
5632026-06-08T19:39:07.817Z Downloaded dirs-sys-next v0.1.2
5642026-06-08T19:39:07.817Z Downloaded block-padding v0.3.3
5652026-06-08T19:39:07.817Z Downloaded endian-type v0.1.2
5662026-06-08T19:39:07.817Z Downloaded difflib v0.4.0
5672026-06-08T19:39:07.817Z Downloaded async-recursion v1.1.1
5682026-06-08T19:39:07.817Z Downloaded convert_case v0.4.0
5692026-06-08T19:39:07.817Z Downloaded cmake v0.1.57
5702026-06-08T19:39:07.817Z Downloaded bitfield v0.19.4
5712026-06-08T19:39:07.817Z Downloaded embedded-io v0.4.0
5722026-06-08T19:39:07.817Z Downloaded document-features v0.2.12
5732026-06-08T19:39:07.817Z Downloaded darling_macro v0.20.11
5742026-06-08T19:39:07.817Z Downloaded cpufeatures v0.3.0
5752026-06-08T19:39:07.817Z Downloaded assert_matches v1.5.0
5762026-06-08T19:39:07.817Z Downloaded dof v0.4.0
5772026-06-08T19:39:07.817Z Downloaded defmt v0.3.100
5782026-06-08T19:39:07.817Z Downloaded dyn-clone v1.0.20
5792026-06-08T19:39:07.817Z Downloaded atty v0.2.14
5802026-06-08T19:39:07.817Z Downloaded array-init v0.0.4
5812026-06-08T19:39:07.817Z Downloaded crc8 v0.1.1
5822026-06-08T19:39:07.817Z Downloaded crunchy v0.2.4
5832026-06-08T19:39:07.817Z Downloaded compression-core v0.4.31
5842026-06-08T19:39:07.817Z Downloaded darling_macro v0.23.0
5852026-06-08T19:39:07.817Z Downloaded downcast-rs v2.0.2
5862026-06-08T19:39:07.817Z Downloaded cargo-platform v0.3.2
5872026-06-08T19:39:07.817Z Downloaded bitfield-macros v0.19.4
5882026-06-08T19:39:07.817Z Downloaded float-ord v0.3.2
5892026-06-08T19:39:07.823Z Downloaded bit-set v0.8.0
5902026-06-08T19:39:07.824Z Downloaded atomicwrites v0.4.4
5912026-06-08T19:39:07.824Z Downloaded dunce v1.0.5
5922026-06-08T19:39:07.825Z Downloaded defmt-parser v1.0.0
5932026-06-08T19:39:07.825Z Downloaded ciborium-ll v0.2.2
5942026-06-08T19:39:07.825Z Downloaded bitfield-struct v0.6.2
5952026-06-08T19:39:07.828Z Downloaded ascii-canvas v3.0.0
5962026-06-08T19:39:07.829Z Downloaded diesel_table_macro_syntax v0.3.0
5972026-06-08T19:39:07.829Z Downloaded async-stream v0.3.6
5982026-06-08T19:39:07.829Z Downloaded foreign-types-shared v0.1.1
5992026-06-08T19:39:07.829Z Downloaded foreign-types v0.5.0
6002026-06-08T19:39:07.833Z Downloaded foreign-types v0.3.2
6012026-06-08T19:39:07.833Z Downloaded dtrace-parser v0.3.0
6022026-06-08T19:39:07.833Z Downloaded crc v3.4.0
6032026-06-08T19:39:07.833Z Downloaded darling_macro v0.13.4
6042026-06-08T19:39:07.839Z Downloaded crucible-workspace-hack v0.1.0
6052026-06-08T19:39:07.840Z Downloaded ciborium-io v0.2.2
6062026-06-08T19:39:07.840Z Downloaded cipher v0.4.4
6072026-06-08T19:39:07.840Z Downloaded arrayref v0.3.9
6082026-06-08T19:39:07.849Z Downloaded fixedbitset v0.4.2
6092026-06-08T19:39:07.849Z Downloaded embedded-io v0.6.1
6102026-06-08T19:39:07.853Z Downloaded compression-codecs v0.4.37
6112026-06-08T19:39:07.853Z Downloaded foreign-types-macros v0.2.3
6122026-06-08T19:39:07.853Z Downloaded cexpr v0.6.0
6132026-06-08T19:39:07.853Z Downloaded bit-vec v0.6.3
6142026-06-08T19:39:07.853Z Downloaded buf-list v1.1.2
6152026-06-08T19:39:07.853Z Downloaded futures-task v0.3.32
6162026-06-08T19:39:07.853Z Downloaded float-cmp v0.10.0
6172026-06-08T19:39:07.853Z Downloaded env_filter v1.0.0
6182026-06-08T19:39:07.853Z Downloaded futures-sink v0.3.32
6192026-06-08T19:39:07.853Z Downloaded futures-macro v0.3.32
6202026-06-08T19:39:07.853Z Downloaded derive_builder_macro v0.20.2
6212026-06-08T19:39:07.853Z Downloaded curve25519-dalek-derive v0.1.1
6222026-06-08T19:39:07.858Z Downloaded gethostname v0.5.0
6232026-06-08T19:39:07.858Z Downloaded chacha20 v0.9.1
6242026-06-08T19:39:07.858Z Downloaded base64ct v1.8.3
6252026-06-08T19:39:07.866Z Downloaded funty v2.0.0
6262026-06-08T19:39:07.866Z Downloaded enum-as-inner v0.6.1
6272026-06-08T19:39:07.866Z Downloaded fd-lock v4.0.4
6282026-06-08T19:39:07.866Z Downloaded dirs-next v2.0.0
6292026-06-08T19:39:07.866Z Downloaded flagset v0.4.7
6302026-06-08T19:39:07.869Z Downloaded const_format_proc_macros v0.2.34
6312026-06-08T19:39:07.869Z Downloaded darling_macro v0.21.3
6322026-06-08T19:39:07.870Z Downloaded cstr-argument v0.1.2
6332026-06-08T19:39:07.870Z Downloaded foreign-types-shared v0.3.1
6342026-06-08T19:39:07.870Z Downloaded convert_case v0.10.0
6352026-06-08T19:39:07.870Z Downloaded argon2 v0.5.3
6362026-06-08T19:39:07.870Z Downloaded futures-io v0.3.32
6372026-06-08T19:39:07.870Z Downloaded futures-core v0.3.32
6382026-06-08T19:39:07.874Z Downloaded critical-section v1.2.0
6392026-06-08T19:39:07.874Z Downloaded camino-tempfile-ext v0.3.3
6402026-06-08T19:39:07.874Z Downloaded bcrypt-pbkdf v0.10.0
6412026-06-08T19:39:07.878Z Downloaded either v1.15.0
6422026-06-08T19:39:07.878Z Downloaded bcs v0.1.6
6432026-06-08T19:39:07.878Z Downloaded byte-wrapper v0.1.0
6442026-06-08T19:39:07.881Z Downloaded defmt v1.0.1
6452026-06-08T19:39:07.881Z Downloaded corncobs v0.1.4
6462026-06-08T19:39:07.888Z Downloaded ff v0.13.1
6472026-06-08T19:39:07.888Z Downloaded der_derive v0.7.3
6482026-06-08T19:39:07.888Z Downloaded data-encoding v2.10.0
6492026-06-08T19:39:07.894Z Downloaded git-stub v1.0.0
6502026-06-08T19:39:07.894Z Downloaded foldhash v0.2.0
6512026-06-08T19:39:07.894Z Downloaded diff v0.1.13
6522026-06-08T19:39:07.894Z Downloaded globwalk v0.9.1
6532026-06-08T19:39:07.894Z Downloaded ghash v0.5.1
6542026-06-08T19:39:07.894Z Downloaded arrayvec v0.7.6
6552026-06-08T19:39:07.898Z Downloaded anstream v0.6.21
6562026-06-08T19:39:07.898Z Downloaded cbc v0.1.2
6572026-06-08T19:39:07.898Z Downloaded headers-core v0.3.0
6582026-06-08T19:39:07.898Z Downloaded hash32 v0.3.1
6592026-06-08T19:39:07.898Z Downloaded hash32 v0.2.1
6602026-06-08T19:39:07.904Z Downloaded cookie_store v0.22.1
6612026-06-08T19:39:07.904Z Downloaded colored v2.2.0
6622026-06-08T19:39:07.904Z Downloaded base64 v0.21.7
6632026-06-08T19:39:07.908Z Downloaded fxhash v0.2.1
6642026-06-08T19:39:07.908Z Downloaded fs-err v2.11.0
6652026-06-08T19:39:07.908Z Downloaded env_logger v0.11.9
6662026-06-08T19:39:07.908Z Downloaded futures-executor v0.3.32
6672026-06-08T19:39:07.914Z Downloaded hex-literal v0.4.1
6682026-06-08T19:39:07.914Z Downloaded hex v0.4.3
6692026-06-08T19:39:07.914Z Downloaded fallible-iterator v0.2.0
6702026-06-08T19:39:07.914Z Downloaded fs_extra v1.3.0
6712026-06-08T19:39:07.917Z Downloaded hostname v0.4.2
6722026-06-08T19:39:07.917Z Downloaded hostname v0.3.1
6732026-06-08T19:39:07.917Z Downloaded hubpack v0.1.2
6742026-06-08T19:39:07.917Z Downloaded httpdate v1.0.3
6752026-06-08T19:39:07.917Z Downloaded fixedbitset v0.5.7
6762026-06-08T19:39:07.920Z Downloaded ena v0.14.4
6772026-06-08T19:39:07.920Z Downloaded debug-ignore v1.0.5
6782026-06-08T19:39:07.920Z Downloaded globset v0.4.18
6792026-06-08T19:39:07.924Z Downloaded bzip2 v0.4.4
6802026-06-08T19:39:07.924Z Downloaded bitflags v1.3.2
6812026-06-08T19:39:07.928Z Downloaded find-msvc-tools v0.1.9
6822026-06-08T19:39:07.928Z Downloaded defmt-macros v1.0.1
6832026-06-08T19:39:07.928Z Downloaded cookie v0.18.1
6842026-06-08T19:39:07.932Z Downloaded ciborium v0.2.2
6852026-06-08T19:39:07.932Z Downloaded daft v0.1.7
6862026-06-08T19:39:07.936Z Downloaded console v0.15.11
6872026-06-08T19:39:07.936Z Downloaded foldhash v0.1.5
6882026-06-08T19:39:07.936Z Downloaded derive_builder_core v0.20.2
6892026-06-08T19:39:07.939Z Downloaded hubpack_derive v0.1.1
6902026-06-08T19:39:07.939Z Downloaded darling v0.23.0
6912026-06-08T19:39:07.942Z Downloaded glob v0.3.3
6922026-06-08T19:39:07.944Z Downloaded ctr v0.9.2
6932026-06-08T19:39:07.945Z Downloaded backon v1.6.0
6942026-06-08T19:39:07.949Z Downloaded darling v0.20.11
6952026-06-08T19:39:07.952Z Downloaded illumos-nvpair-sys v0.2.0
6962026-06-08T19:39:07.952Z Downloaded illumos-nvpair v0.3.0
6972026-06-08T19:39:07.952Z Downloaded ident_case v1.0.1
6982026-06-08T19:39:07.952Z Downloaded hyper-tls v0.6.0
6992026-06-08T19:39:07.952Z Downloaded group v0.13.0
7002026-06-08T19:39:07.956Z Downloaded blake2 v0.10.6
7012026-06-08T19:39:07.956Z Downloaded console v0.16.2
7022026-06-08T19:39:07.956Z Downloaded instability v0.3.11
7032026-06-08T19:39:07.960Z Downloaded indent_write v2.2.0
7042026-06-08T19:39:07.960Z Downloaded getrandom v0.2.17
7052026-06-08T19:39:07.960Z Downloaded indoc v1.0.9
7062026-06-08T19:39:07.963Z Downloaded futures-channel v0.3.32
7072026-06-08T19:39:07.963Z Downloaded is_ci v1.2.0
7082026-06-08T19:39:07.963Z Downloaded keccak v0.1.6
7092026-06-08T19:39:07.969Z Downloaded internet-checksum v0.2.1
7102026-06-08T19:39:07.969Z Downloaded instant v0.1.13
7112026-06-08T19:39:07.969Z Downloaded http-body-util v0.1.3
7122026-06-08T19:39:07.970Z Downloaded http-body v1.0.1
7132026-06-08T19:39:07.975Z Downloaded inout v0.1.4
7142026-06-08T19:39:07.975Z Downloaded derive_builder v0.20.2
7152026-06-08T19:39:07.975Z Downloaded crc32fast v1.5.0
7162026-06-08T19:39:07.975Z Downloaded colored v3.1.1
7172026-06-08T19:39:07.979Z Downloaded cancel-safe-futures v0.1.5
7182026-06-08T19:39:07.979Z Downloaded crossbeam-epoch v0.9.18
7192026-06-08T19:39:07.979Z Downloaded erased-serde v0.3.31
7202026-06-08T19:39:07.982Z Downloaded deranged v0.5.8
7212026-06-08T19:39:07.982Z Downloaded ahash v0.8.12
7222026-06-08T19:39:07.985Z Downloaded lazy_static v1.5.0
7232026-06-08T19:39:07.985Z Downloaded half v1.8.3
7242026-06-08T19:39:07.988Z Downloaded des v0.8.1
7252026-06-08T19:39:07.988Z Downloaded allocator-api2 v0.2.21
7262026-06-08T19:39:07.994Z Downloaded chacha20 v0.10.0
7272026-06-08T19:39:07.994Z Downloaded ar_archive_writer v0.5.1
7282026-06-08T19:39:07.998Z Downloaded linked-hash-map v0.5.6
7292026-06-08T19:39:07.998Z Downloaded is-terminal v0.4.17
7302026-06-08T19:39:07.998Z Downloaded hyper-staticfile v0.10.1
7312026-06-08T19:39:07.998Z Downloaded async-compression v0.4.41
7322026-06-08T19:39:08.001Z Downloaded elliptic-curve v0.13.8
7332026-06-08T19:39:08.005Z Downloaded kstat-rs v0.2.4
7342026-06-08T19:39:08.005Z Downloaded md-5 v0.10.6
7352026-06-08T19:39:08.005Z Downloaded managed v0.8.0
7362026-06-08T19:39:08.008Z Downloaded lzss v0.8.2
7372026-06-08T19:39:08.008Z Downloaded lru-cache v0.1.2
7382026-06-08T19:39:08.008Z Downloaded lru v0.12.5
7392026-06-08T19:39:08.011Z Downloaded lalrpop-util v0.19.12
7402026-06-08T19:39:08.011Z Downloaded mime v0.3.17
7412026-06-08T19:39:08.011Z Downloaded match_cfg v0.1.0
7422026-06-08T19:39:08.011Z Downloaded darling_core v0.20.11
7432026-06-08T19:39:08.014Z Downloaded new_debug_unreachable v1.0.6
7442026-06-08T19:39:08.014Z Downloaded maybe-uninit v2.0.0
7452026-06-08T19:39:08.020Z Downloaded libscf-sys v1.1.0
7462026-06-08T19:39:08.020Z Downloaded num v0.4.3
7472026-06-08T19:39:08.020Z Downloaded memoffset v0.9.1
7482026-06-08T19:39:08.024Z Downloaded md5 v0.7.0
7492026-06-08T19:39:08.024Z Downloaded newtype_derive v0.1.6
7502026-06-08T19:39:08.024Z Downloaded normalize-line-endings v0.3.0
7512026-06-08T19:39:08.024Z Downloaded ingot-types v0.1.2
7522026-06-08T19:39:08.024Z Downloaded highway v1.3.0
7532026-06-08T19:39:08.024Z Downloaded jobserver v0.1.34
7542026-06-08T19:39:08.028Z Downloaded httparse v1.10.1
7552026-06-08T19:39:08.028Z Downloaded lru-slab v0.1.2
7562026-06-08T19:39:08.028Z Downloaded newline-converter v0.3.0
7572026-06-08T19:39:08.028Z Downloaded humantime v2.3.0
7582026-06-08T19:39:08.031Z Downloaded async-bb8-diesel v0.2.1
7592026-06-08T19:39:08.031Z Downloaded nonempty v0.12.0
7602026-06-08T19:39:08.031Z Downloaded git-stub-vcs v0.1.0
7612026-06-08T19:39:08.034Z Downloaded derive-ex v0.1.8
7622026-06-08T19:39:08.034Z Downloaded ingot v0.1.1
7632026-06-08T19:39:08.034Z Downloaded num-derive v0.4.2
7642026-06-08T19:39:08.039Z Downloaded nibble_vec v0.1.0
7652026-06-08T19:39:08.039Z Downloaded num_threads v0.1.7
7662026-06-08T19:39:08.039Z Downloaded multimap v0.10.1
7672026-06-08T19:39:08.039Z Downloaded ipnetwork v0.21.1
7682026-06-08T19:39:08.039Z Downloaded indoc v2.0.7
7692026-06-08T19:39:08.042Z Downloaded num_enum_derive v0.5.11
7702026-06-08T19:39:08.042Z Downloaded num-derive v0.3.3
7712026-06-08T19:39:08.046Z Downloaded chacha20poly1305 v0.10.1
7722026-06-08T19:39:08.046Z Downloaded num-conv v0.2.0
7732026-06-08T19:39:08.046Z Downloaded nodrop v0.1.14
7742026-06-08T19:39:08.046Z Downloaded drift v0.2.0
7752026-06-08T19:39:08.053Z Downloaded opaque-debug v0.3.1
7762026-06-08T19:39:08.058Z Downloaded arc-swap v1.8.2
7772026-06-08T19:39:08.058Z Downloaded dropshot_endpoint v0.17.0
7782026-06-08T19:39:08.062Z Downloaded lock_api v0.4.14
7792026-06-08T19:39:08.062Z Downloaded iana-time-zone v0.1.65
7802026-06-08T19:39:08.062Z Downloaded olpc-cjson v0.1.4
7812026-06-08T19:39:08.065Z Downloaded oso-derive v0.27.3
7822026-06-08T19:39:08.065Z Downloaded openssl-probe v0.2.1
7832026-06-08T19:39:08.065Z Downloaded darling_core v0.21.3
7842026-06-08T19:39:08.068Z Downloaded openssl-macros v0.1.1
7852026-06-08T19:39:08.068Z Downloaded darling_core v0.13.4
7862026-06-08T19:39:08.071Z Downloaded num-iter v0.1.45
7872026-06-08T19:39:08.071Z Downloaded libsw v3.5.0
7882026-06-08T19:39:08.074Z Downloaded libefi-sys v0.1.0
7892026-06-08T19:39:08.074Z Downloaded ipnet v2.11.0
7902026-06-08T19:39:08.074Z Downloaded multer v3.1.0
7912026-06-08T19:39:08.077Z Downloaded hyper-rustls v0.27.7
7922026-06-08T19:39:08.077Z Downloaded newtype-uuid-macros v0.1.0
7932026-06-08T19:39:08.080Z Downloaded native-tls v0.2.18
7942026-06-08T19:39:08.080Z Downloaded nanorand v0.7.0
7952026-06-08T19:39:08.083Z Downloaded linear-map v1.2.0
7962026-06-08T19:39:08.083Z Downloaded packed_struct_codegen v0.10.1
7972026-06-08T19:39:08.083Z Downloaded mime_guess v2.0.5
7982026-06-08T19:39:08.087Z Downloaded maplit v1.0.2
7992026-06-08T19:39:08.087Z Downloaded impl-trait-for-tuples v0.2.3
8002026-06-08T19:39:08.087Z Downloaded fatfs v0.3.6
8012026-06-08T19:39:08.090Z Downloaded crossbeam-utils v0.8.21
8022026-06-08T19:39:08.093Z Downloaded pbkdf2 v0.12.2
8032026-06-08T19:39:08.093Z Downloaded parse-size v1.1.0
8042026-06-08T19:39:08.093Z Downloaded getrandom v0.3.4
8052026-06-08T19:39:08.096Z Downloaded newtype-uuid v1.3.2
8062026-06-08T19:39:08.096Z Downloaded num_enum v0.7.6
8072026-06-08T19:39:08.099Z Downloaded path-slash v0.1.5
8082026-06-08T19:39:08.099Z Downloaded parse-display v0.10.0
8092026-06-08T19:39:08.102Z Downloaded futures v0.3.32
8102026-06-08T19:39:08.105Z Downloaded num-integer v0.1.46
8112026-06-08T19:39:08.105Z Downloaded ingot-macros v0.1.1
8122026-06-08T19:39:08.108Z Downloaded num-complex v0.4.6
8132026-06-08T19:39:08.108Z Downloaded aes v0.8.4
8142026-06-08T19:39:08.111Z Downloaded crossbeam-deque v0.8.6
8152026-06-08T19:39:08.111Z Downloaded peg-runtime v0.8.5
8162026-06-08T19:39:08.111Z Downloaded libsw-core v0.3.2
8172026-06-08T19:39:08.114Z Downloaded phf_shared v0.11.3
8182026-06-08T19:39:08.114Z Downloaded derive-where v1.6.0
8192026-06-08T19:39:08.117Z Downloaded num_enum_derive v0.7.6
8202026-06-08T19:39:08.130Z Downloaded phf_shared v0.12.1
8212026-06-08T19:39:08.135Z Downloaded oxnet v0.1.5
8222026-06-08T19:39:08.135Z Downloaded openssl-probe v0.1.6
8232026-06-08T19:39:08.135Z Downloaded ignore v0.4.25
8242026-06-08T19:39:08.139Z Downloaded half v2.7.1
8252026-06-08T19:39:08.139Z Downloaded derive_more v0.99.20
8262026-06-08T19:39:08.142Z Downloaded pin-utils v0.1.0
8272026-06-08T19:39:08.142Z Downloaded crossbeam-channel v0.5.15
8282026-06-08T19:39:08.145Z Downloaded phf_shared v0.13.1
8292026-06-08T19:39:08.145Z Downloaded predicates-tree v1.0.13
8302026-06-08T19:39:08.145Z Downloaded libloading v0.8.9
8312026-06-08T19:39:08.149Z Downloaded predicates-core v1.0.10
8322026-06-08T19:39:08.149Z Downloaded precomputed-hash v0.1.1
8332026-06-08T19:39:08.149Z Downloaded flume v0.11.1
8342026-06-08T19:39:08.152Z Downloaded powerfmt v0.2.0
8352026-06-08T19:39:08.152Z Downloaded packed_struct v0.10.1
8362026-06-08T19:39:08.152Z Downloaded parse-display-derive v0.10.0
8372026-06-08T19:39:08.155Z Downloaded num-rational v0.4.2
8382026-06-08T19:39:08.155Z Downloaded nu-ansi-term v0.50.3
8392026-06-08T19:39:08.158Z Downloaded owo-colors v4.3.0
8402026-06-08T19:39:08.158Z Downloaded litrs v1.0.0
8412026-06-08T19:39:08.161Z Downloaded proc-macro-crate v1.3.1
8422026-06-08T19:39:08.161Z Downloaded progenitor-client v0.14.0
8432026-06-08T19:39:08.161Z Downloaded parking_lot_core v0.8.6
8442026-06-08T19:39:08.164Z Downloaded progenitor-client v0.10.0
8452026-06-08T19:39:08.164Z Downloaded memmap2 v0.9.10
8462026-06-08T19:39:08.164Z Downloaded paste v1.0.15
8472026-06-08T19:39:08.167Z Downloaded compact_str v0.8.1
8482026-06-08T19:39:08.173Z Downloaded progenitor-macro v0.11.2
8492026-06-08T19:39:08.173Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-06-08T19:39:08.173Z Downloaded libbz2-rs-sys v0.2.2
8512026-06-08T19:39:08.173Z Downloaded progenitor-client v0.11.2
8522026-06-08T19:39:08.177Z Downloaded pbkdf2 v0.11.0
8532026-06-08T19:39:08.177Z Downloaded progenitor-macro v0.13.0
8542026-06-08T19:39:08.177Z Downloaded headers v0.4.1
8552026-06-08T19:39:08.180Z Downloaded phf v0.12.1
8562026-06-08T19:39:08.180Z Downloaded proc-macro-crate v3.4.0
8572026-06-08T19:39:08.180Z Downloaded password-hash v0.5.0
8582026-06-08T19:39:08.184Z Downloaded heapless v0.8.0
8592026-06-08T19:39:08.184Z Downloaded indexmap v1.9.3
8602026-06-08T19:39:08.186Z Downloaded radium v0.7.0
8612026-06-08T19:39:08.187Z Downloaded peg-macros v0.8.5
8622026-06-08T19:39:09.194Z Downloaded progenitor-macro v0.14.0
8632026-06-08T19:39:09.194Z Downloaded quick-error v1.2.3
8642026-06-08T19:39:09.194Z Downloaded der v0.7.10
8652026-06-08T19:39:09.199Z Downloaded parking_lot v0.12.5
8662026-06-08T19:39:09.199Z Downloaded oxide-tokio-rt v0.1.4
8672026-06-08T19:39:09.199Z Downloaded flate2 v1.1.9
8682026-06-08T19:39:09.199Z Downloaded rand_xorshift v0.4.0
8692026-06-08T19:39:09.199Z Downloaded crypto-bigint v0.5.5
8702026-06-08T19:39:09.199Z Downloaded pin-project-internal v1.1.11
8712026-06-08T19:39:09.199Z Downloaded phf v0.13.1
8722026-06-08T19:39:09.200Z Downloaded postgres-protocol v0.6.10
8732026-06-08T19:39:09.200Z Downloaded pin-project-lite v0.2.17
8742026-06-08T19:39:09.200Z Downloaded rand_chacha v0.3.1
8752026-06-08T19:39:09.200Z Downloaded expectorate v1.2.0
8762026-06-08T19:39:09.200Z Downloaded poly1305 v0.8.0
8772026-06-08T19:39:09.200Z Downloaded darling_core v0.23.0
8782026-06-08T19:39:09.200Z Downloaded predicates v3.1.4
8792026-06-08T19:39:09.200Z Downloaded ref-cast-impl v1.0.25
8802026-06-08T19:39:09.200Z Downloaded recursive-proc-macro-impl v0.1.1
8812026-06-08T19:39:09.200Z Downloaded progenitor v0.14.0
8822026-06-08T19:39:09.200Z Downloaded progenitor-client v0.13.0
8832026-06-08T19:39:09.200Z Downloaded cc v1.2.56
8842026-06-08T19:39:09.200Z Downloaded recursive v0.1.1
8852026-06-08T19:39:09.200Z Downloaded ref-cast v1.0.25
8862026-06-08T19:39:09.200Z Downloaded parking_lot_core v0.9.12
8872026-06-08T19:39:09.200Z Downloaded ppv-lite86 v0.2.21
8882026-06-08T19:39:09.200Z Downloaded bumpalo v3.20.2
8892026-06-08T19:39:09.200Z Downloaded progenitor v0.13.0
8902026-06-08T19:39:09.200Z Downloaded progenitor-extras v0.2.0
8912026-06-08T19:39:09.200Z Downloaded progenitor v0.11.2
8922026-06-08T19:39:09.200Z Downloaded proc-macro-error2 v2.0.1
8932026-06-08T19:39:09.200Z Downloaded password-hash v0.4.2
8942026-06-08T19:39:09.200Z Downloaded parking_lot v0.11.2
8952026-06-08T19:39:09.200Z Downloaded psm v0.1.30
8962026-06-08T19:39:09.200Z Downloaded polyval v0.6.2
8972026-06-08T19:39:09.200Z Downloaded pkg-config v0.3.32
8982026-06-08T19:39:09.201Z Downloaded pkcs8 v0.10.2
8992026-06-08T19:39:09.201Z Downloaded russh-cryptovec v0.7.3
9002026-06-08T19:39:09.201Z Downloaded rfc6979 v0.4.0
9012026-06-08T19:39:09.201Z Downloaded indicatif v0.18.4
9022026-06-08T19:39:09.201Z Downloaded heapless v0.7.17
9032026-06-08T19:39:09.201Z Downloaded psl-types v2.0.11
9042026-06-08T19:39:09.201Z Downloaded rustc_version v0.4.1
9052026-06-08T19:39:09.201Z Downloaded rustc_version v0.1.7
9062026-06-08T19:39:09.201Z Downloaded rustc-hash v2.1.1
9072026-06-08T19:39:09.201Z Downloaded hashbrown v0.12.3
9082026-06-08T19:39:09.201Z Downloaded r2d2 v0.8.10
9092026-06-08T19:39:09.201Z Downloaded rtoolbox v0.0.3
9102026-06-08T19:39:09.201Z Downloaded rand_seeder v0.4.0
9112026-06-08T19:39:09.201Z Downloaded hickory-resolver v0.24.4
9122026-06-08T19:39:09.202Z Downloaded omicron-zone-package v0.12.2
9132026-06-08T19:39:09.202Z Downloaded derive_more v2.1.1
9142026-06-08T19:39:09.202Z Downloaded scheduled-thread-pool v0.2.7
9152026-06-08T19:39:09.202Z Downloaded rand_core v0.9.5
9162026-06-08T19:39:09.202Z Downloaded pkcs1 v0.7.5
9172026-06-08T19:39:09.202Z Downloaded rand_core v0.10.0
9182026-06-08T19:39:09.202Z Downloaded jiff-static v0.2.21
9192026-06-08T19:39:09.202Z Downloaded derive_more-impl v2.1.1
9202026-06-08T19:39:09.202Z Downloaded rand_core v0.6.4
9212026-06-08T19:39:09.202Z Downloaded primeorder v0.13.6
9222026-06-08T19:39:09.202Z Downloaded pkcs5 v0.7.1
9232026-06-08T19:39:09.202Z Downloaded scopeguard v1.2.0
9242026-06-08T19:39:09.202Z Downloaded salsa20 v0.10.2
9252026-06-08T19:39:09.202Z Downloaded same-file v1.0.6
9262026-06-08T19:39:09.202Z Downloaded secrecy v0.8.0
9272026-06-08T19:39:09.202Z Downloaded semver v0.1.20
9282026-06-08T19:39:09.202Z Downloaded pem-rfc7468 v0.7.0
9292026-06-08T19:39:09.202Z Downloaded pem v3.0.6
9302026-06-08T19:39:09.202Z Downloaded papergrid v0.17.0
9312026-06-08T19:39:09.202Z Downloaded miniz_oxide v0.8.9
9322026-06-08T19:39:09.202Z Downloaded peg v0.8.5
9332026-06-08T19:39:09.202Z Downloaded openssl-sys v0.9.115
9342026-06-08T19:39:09.202Z Downloaded scrypt v0.11.0
9352026-06-08T19:39:09.202Z Downloaded scroll_derive v0.13.1
9362026-06-08T19:39:09.202Z Downloaded pin-project v1.1.11
9372026-06-08T19:39:09.202Z Downloaded serde-big-array v0.5.1
9382026-06-08T19:39:09.202Z Downloaded seq-macro v0.3.6
9392026-06-08T19:39:09.202Z Downloaded secrecy v0.10.3
9402026-06-08T19:39:09.202Z Downloaded resolv-conf v0.7.6
9412026-06-08T19:39:09.202Z Downloaded hmac v0.12.1
9422026-06-08T19:39:09.202Z Downloaded serde_bytes v0.11.19
9432026-06-08T19:39:09.202Z Downloaded quinn-udp v0.5.14
9442026-06-08T19:39:09.202Z Downloaded postcard v1.1.3
9452026-06-08T19:39:09.202Z Downloaded num_enum v0.5.11
9462026-06-08T19:39:09.202Z Downloaded serde_repr v0.1.20
9472026-06-08T19:39:09.202Z Downloaded postgres-types v0.2.12
9482026-06-08T19:39:09.202Z Downloaded serde_plain v1.0.2
9492026-06-08T19:39:09.202Z Downloaded diesel_derives v2.3.7
9502026-06-08T19:39:09.203Z Downloaded const_format v0.2.35
9512026-06-08T19:39:09.203Z Downloaded const-oid v0.9.6
9522026-06-08T19:39:09.203Z Downloaded rusty-fork v0.3.1
9532026-06-08T19:39:09.203Z Downloaded rustversion v1.0.22
9542026-06-08T19:39:09.203Z Downloaded signal-hook-tokio v0.3.1
9552026-06-08T19:39:09.203Z Downloaded signal-hook-mio v0.2.5
9562026-06-08T19:39:09.203Z Downloaded shell-words v1.1.1
9572026-06-08T19:39:09.204Z Downloaded sha1 v0.10.6
9582026-06-08T19:39:09.204Z Downloaded serde_urlencoded v0.7.1
9592026-06-08T19:39:09.204Z Downloaded rustls-pemfile v2.2.0
9602026-06-08T19:39:09.204Z Downloaded rand_chacha v0.9.0
9612026-06-08T19:39:09.204Z Downloaded p256 v0.13.2
9622026-06-08T19:39:09.204Z Downloaded oso v0.27.3
9632026-06-08T19:39:09.204Z Downloaded prefix-trie v0.7.0
9642026-06-08T19:39:09.204Z Downloaded rustls-native-certs v0.8.3
9652026-06-08T19:39:09.208Z Downloaded sapling-renderdag v0.1.0
9662026-06-08T19:39:09.209Z Downloaded sigpipe v0.1.3
9672026-06-08T19:39:09.209Z Downloaded signature v2.2.0
9682026-06-08T19:39:09.209Z Downloaded rustls-pemfile v1.0.4
9692026-06-08T19:39:09.209Z Downloaded http-range v0.1.5
9702026-06-08T19:39:09.209Z Downloaded siphasher v1.0.2
9712026-06-08T19:39:09.209Z Downloaded filetime v0.2.27
9722026-06-08T19:39:09.209Z Downloaded dropshot-api-manager-types v0.7.2
9732026-06-08T19:39:09.210Z Downloaded darling v0.13.4
9742026-06-08T19:39:09.210Z Downloaded minimal-lexical v0.2.1
9752026-06-08T19:39:09.210Z Downloaded sec1 v0.7.3
9762026-06-08T19:39:09.210Z Downloaded aes-gcm v0.10.3
9772026-06-08T19:39:09.211Z Downloaded hickory-resolver v0.25.2
9782026-06-08T19:39:09.211Z Downloaded slog-envlogger v2.2.0
9792026-06-08T19:39:09.211Z Downloaded slog-bunyan v2.5.0
9802026-06-08T19:39:09.211Z Downloaded sct v0.7.1
9812026-06-08T19:39:09.211Z Downloaded scroll v0.13.0
9822026-06-08T19:39:09.211Z Downloaded schemars_derive v0.8.22
9832026-06-08T19:39:09.211Z Downloaded home v0.5.12
9842026-06-08T19:39:09.211Z Downloaded ed25519 v2.2.3
9852026-06-08T19:39:09.211Z Downloaded diesel-dtrace v0.5.0
9862026-06-08T19:39:09.211Z Downloaded csv-core v0.1.13
9872026-06-08T19:39:09.211Z Downloaded ecdsa v0.16.9
9882026-06-08T19:39:09.211Z Downloaded daft-derive v0.1.7
9892026-06-08T19:39:09.211Z Downloaded serde_derive_internals v0.29.1
9902026-06-08T19:39:09.211Z Downloaded russh-keys v0.45.0
9912026-06-08T19:39:09.211Z Downloaded progenitor-impl v0.13.0
9922026-06-08T19:39:09.211Z Downloaded rustls-pki-types v1.14.0
9932026-06-08T19:39:09.211Z Downloaded constant_time_eq v0.4.2
9942026-06-08T19:39:09.211Z Downloaded backoff v0.4.0
9952026-06-08T19:39:09.211Z Downloaded cassowary v0.3.0
9962026-06-08T19:39:09.211Z Downloaded serde_spanned v1.0.4
9972026-06-08T19:39:09.211Z Downloaded serde_path_to_error v0.1.20
9982026-06-08T19:39:09.211Z Downloaded ssh-cipher v0.2.0
9992026-06-08T19:39:09.212Z Downloaded sqlparser_derive v0.5.0
10002026-06-08T19:39:09.212Z Downloaded serde-hex v0.1.0
10012026-06-08T19:39:09.212Z Downloaded blowfish v0.9.1
10022026-06-08T19:39:09.212Z Downloaded crossterm v0.28.1
10032026-06-08T19:39:09.212Z Downloaded shlex v1.3.0
10042026-06-08T19:39:09.212Z Downloaded ssh-encoding v0.2.0
10052026-06-08T19:39:09.212Z Downloaded strsim v0.10.0
10062026-06-08T19:39:09.212Z Downloaded num-bigint v0.4.6
10072026-06-08T19:39:09.212Z Downloaded strip-ansi-escapes v0.2.1
10082026-06-08T19:39:09.212Z Downloaded simd-adler32 v0.3.8
10092026-06-08T19:39:09.212Z Downloaded structmeta-derive v0.3.0
10102026-06-08T19:39:09.212Z Downloaded pretty_assertions v1.4.1
10112026-06-08T19:39:09.212Z Downloaded signal-hook-registry v1.4.8
10122026-06-08T19:39:09.213Z Downloaded rcgen v0.12.1
10132026-06-08T19:39:09.213Z Downloaded itertools v0.10.5
10142026-06-08T19:39:09.213Z Downloaded slog-scope v4.4.1
10152026-06-08T19:39:09.213Z Downloaded strum v0.27.2
10162026-06-08T19:39:09.213Z Downloaded strum v0.26.3
10172026-06-08T19:39:09.213Z Downloaded smallvec v0.6.14
10182026-06-08T19:39:09.213Z Downloaded supports-color v3.0.2
10192026-06-08T19:39:09.213Z Downloaded subtle v2.6.1
10202026-06-08T19:39:09.213Z Downloaded prettyplease v0.2.37
10212026-06-08T19:39:09.213Z Downloaded take_mut v0.2.2
10222026-06-08T19:39:09.213Z Downloaded tagptr v0.2.0
10232026-06-08T19:39:09.213Z Downloaded tabwriter v1.4.1
10242026-06-08T19:39:09.213Z Downloaded slog-term v2.9.2
10252026-06-08T19:39:09.213Z Downloaded bitvec v1.0.1
10262026-06-08T19:39:09.213Z Downloaded sync_wrapper v1.0.2
10272026-06-08T19:39:09.213Z Downloaded aho-corasick v1.1.4
10282026-06-08T19:39:09.213Z Downloaded hashbrown v0.13.2
10292026-06-08T19:39:09.213Z Downloaded sync-ptr v0.1.4
10302026-06-08T19:39:09.213Z Downloaded smf v0.2.3
10312026-06-08T19:39:09.213Z Downloaded slog-json v2.6.1
10322026-06-08T19:39:09.213Z Downloaded progenitor-impl v0.14.0
10332026-06-08T19:39:09.213Z Downloaded ron v0.8.1
10342026-06-08T19:39:09.213Z Downloaded thiserror-impl-no-std v2.0.2
10352026-06-08T19:39:09.213Z Downloaded testing_table v0.3.0
10362026-06-08T19:39:09.213Z Downloaded tap v1.0.1
10372026-06-08T19:39:09.213Z Downloaded sqlformat v0.3.5
10382026-06-08T19:39:09.213Z Downloaded thread-id v5.1.0
10392026-06-08T19:39:09.213Z Downloaded termtree v0.5.1
10402026-06-08T19:39:09.213Z Downloaded stacker v0.1.23
10412026-06-08T19:39:09.213Z Downloaded time-core v0.1.8
10422026-06-08T19:39:09.213Z Downloaded hashbrown v0.15.5
10432026-06-08T19:39:09.213Z Downloaded rustls-platform-verifier v0.6.2
10442026-06-08T19:39:09.213Z Downloaded mio v1.2.0
10452026-06-08T19:39:09.213Z Downloaded crossterm v0.29.0
10462026-06-08T19:39:09.213Z Downloaded spki v0.7.3
10472026-06-08T19:39:09.213Z Downloaded serde_with_macros v3.17.0
10482026-06-08T19:39:09.213Z Downloaded tinyvec_macros v0.1.1
10492026-06-08T19:39:09.213Z Downloaded serde_with_macros v1.5.2
10502026-06-08T19:39:09.213Z Downloaded static_assertions v1.1.0
10512026-06-08T19:39:09.214Z Downloaded tokio-macros v2.7.0
10522026-06-08T19:39:09.214Z Downloaded string_cache v0.8.9
10532026-06-08T19:39:09.214Z Downloaded slog-stdlog v4.1.1
10542026-06-08T19:39:09.214Z Downloaded tabled_derive v0.11.0
10552026-06-08T19:39:09.214Z Downloaded hyper-util v0.1.20
10562026-06-08T19:39:09.214Z Downloaded stringprep v0.1.5
10572026-06-08T19:39:09.214Z Downloaded http v1.4.0
10582026-06-08T19:39:09.214Z Downloaded slog-dtrace v0.3.0
10592026-06-08T19:39:09.214Z Downloaded structmeta v0.3.0
10602026-06-08T19:39:09.214Z Downloaded strum_macros v0.27.2
10612026-06-08T19:39:09.214Z Downloaded strum_macros v0.26.4
10622026-06-08T19:39:09.214Z Downloaded slog-async v2.8.0
10632026-06-08T19:39:09.214Z Downloaded slab v0.4.12
10642026-06-08T19:39:09.214Z Downloaded hickory-server v0.25.2
10652026-06-08T19:39:09.220Z Downloaded support-bundle-viewer v0.1.2
10662026-06-08T19:39:09.220Z Downloaded progenitor-impl v0.11.2
10672026-06-08T19:39:09.220Z Downloaded snafu-derive v0.8.9
10682026-06-08T19:39:09.220Z Downloaded publicsuffix v2.3.0
10692026-06-08T19:39:09.220Z Downloaded qorb v0.4.1
10702026-06-08T19:39:09.220Z Downloaded nom v7.1.3
10712026-06-08T19:39:09.220Z Downloaded spin v0.9.8
10722026-06-08T19:39:09.220Z Downloaded hashbrown v0.16.1
10732026-06-08T19:39:09.221Z Downloaded serde_cbor v0.11.2
10742026-06-08T19:39:09.221Z Downloaded serde_yaml v0.9.34+deprecated
10752026-06-08T19:39:09.221Z Downloaded termios v0.3.3
10762026-06-08T19:39:09.221Z Downloaded rand v0.8.6
10772026-06-08T19:39:09.221Z Downloaded quinn v0.11.9
10782026-06-08T19:39:09.221Z Downloaded topological-sort v0.2.2
10792026-06-08T19:39:09.221Z Downloaded thread_local v1.1.9
10802026-06-08T19:39:09.221Z Downloaded thiserror-no-std v2.0.2
10812026-06-08T19:39:09.221Z Downloaded signal-hook v0.3.18
10822026-06-08T19:39:09.221Z Downloaded trait-variant v0.1.2
10832026-06-08T19:39:09.221Z Downloaded itertools v0.13.0
10842026-06-08T19:39:09.221Z Downloaded tls_codec_derive v0.4.2
10852026-06-08T19:39:09.221Z Downloaded tiny-keccak v2.0.2
10862026-06-08T19:39:09.221Z Downloaded typify-macro v0.6.2
10872026-06-08T19:39:09.221Z Downloaded try-lock v0.2.5
10882026-06-08T19:39:09.221Z Downloaded tower-service v0.3.3
10892026-06-08T19:39:09.221Z Downloaded tower-layer v0.3.3
10902026-06-08T19:39:09.221Z Downloaded unicode-truncate v1.1.0
10912026-06-08T19:39:09.221Z Downloaded unit-prefix v0.5.2
10922026-06-08T19:39:09.221Z Downloaded unarray v0.1.4
10932026-06-08T19:39:09.221Z Downloaded tokio-dtrace v0.1.1
10942026-06-08T19:39:09.221Z Downloaded ryu v1.0.23
10952026-06-08T19:39:09.222Z Downloaded itertools v0.12.1
10962026-06-08T19:39:09.222Z Downloaded slog v2.8.2
10972026-06-08T19:39:09.222Z Downloaded schemars v0.8.22
10982026-06-08T19:39:09.222Z Downloaded utf-8 v0.7.6
10992026-06-08T19:39:09.222Z Downloaded usdt-attr-macro v0.6.0
11002026-06-08T19:39:09.222Z Downloaded schemars v0.9.0
11012026-06-08T19:39:09.222Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-06-08T19:39:09.222Z Downloaded socket2 v0.5.10
11032026-06-08T19:39:09.222Z Downloaded strum_macros v0.24.3
11042026-06-08T19:39:09.222Z Downloaded libxml v0.3.3
11052026-06-08T19:39:09.222Z Downloaded usdt v0.6.0
11062026-06-08T19:39:09.222Z Downloaded usdt-macro v0.6.0
11072026-06-08T19:39:09.222Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-06-08T19:39:09.222Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11092026-06-08T19:39:09.222Z Downloaded term v1.2.1
11102026-06-08T19:39:09.222Z Downloaded untrusted v0.9.0
11112026-06-08T19:39:09.222Z Downloaded tokio-tungstenite v0.21.0
11122026-06-08T19:39:09.222Z Downloaded tokio-tungstenite v0.23.1
11132026-06-08T19:39:09.222Z Downloaded rand v0.10.0
11142026-06-08T19:39:09.222Z Downloaded h2 v0.4.13
11152026-06-08T19:39:09.222Z Downloaded rsa v0.9.10
11162026-06-08T19:39:09.222Z Downloaded socket2 v0.6.3
11172026-06-08T19:39:09.222Z Downloaded untrusted v0.7.1
11182026-06-08T19:39:09.222Z Downloaded typify-macro v0.4.3
11192026-06-08T19:39:09.222Z Downloaded tokio-native-tls v0.3.1
11202026-06-08T19:39:09.222Z Downloaded waitgroup v0.1.2
11212026-06-08T19:39:09.222Z Downloaded tls_codec v0.4.2
11222026-06-08T19:39:09.222Z Downloaded wait-timeout v0.2.1
11232026-06-08T19:39:09.222Z Downloaded futures-util v0.3.32
11242026-06-08T19:39:09.222Z Downloaded want v0.3.1
11252026-06-08T19:39:09.223Z Downloaded void v1.0.2
11262026-06-08T19:39:09.223Z Downloaded unicase v2.9.0
11272026-06-08T19:39:09.223Z Downloaded similar v2.7.0
11282026-06-08T19:39:09.223Z Downloaded dropshot-api-manager v0.7.2
11292026-06-08T19:39:09.223Z Downloaded rustls-webpki v0.103.9
11302026-06-08T19:39:09.223Z Downloaded universal-hash v0.5.1
11312026-06-08T19:39:09.223Z Downloaded term v0.7.0
11322026-06-08T19:39:09.223Z Downloaded num-bigint-dig v0.8.6
11332026-06-08T19:39:09.223Z Downloaded tui-tree-widget v0.23.1
11342026-06-08T19:39:09.223Z Downloaded xshell-macros v0.2.7
11352026-06-08T19:39:09.223Z Downloaded xattr v1.6.1
11362026-06-08T19:39:09.223Z Downloaded time-macros v0.2.27
11372026-06-08T19:39:09.223Z Downloaded rayon-core v1.13.0
11382026-06-08T19:39:09.223Z Downloaded samael v0.0.19
11392026-06-08T19:39:09.223Z Downloaded tokio-rustls v0.26.4
11402026-06-08T19:39:09.223Z Downloaded tokio-rustls v0.24.1
11412026-06-08T19:39:09.224Z Downloaded zone v0.3.1
11422026-06-08T19:39:09.224Z Downloaded tokio-stream v0.1.18
11432026-06-08T19:39:09.224Z Downloaded zone_cfg_derive v0.3.1
11442026-06-08T19:39:09.224Z Downloaded vergen-lib v9.1.0
11452026-06-08T19:39:09.224Z Downloaded vergen-lib v0.1.6
11462026-06-08T19:39:09.224Z Downloaded tokio-rustls v0.25.0
11472026-06-08T19:39:09.224Z Downloaded zeroize_derive v1.4.3
11482026-06-08T19:39:09.224Z Downloaded subprocess v0.2.15
11492026-06-08T19:39:09.225Z Downloaded snafu v0.8.9
11502026-06-08T19:39:09.225Z Downloaded vsss-rs v3.3.4
11512026-06-08T19:39:09.225Z Downloaded twox-hash v2.1.2
11522026-06-08T19:39:09.225Z Downloaded vergen-git2 v9.1.0
11532026-06-08T19:39:09.225Z Downloaded iri-string v0.7.10
11542026-06-08T19:39:09.225Z Downloaded whoami v2.1.0
11552026-06-08T19:39:09.225Z Downloaded uzers v0.12.2
11562026-06-08T19:39:09.225Z Downloaded vergen-gitcl v1.0.8
11572026-06-08T19:39:09.225Z Downloaded whoami v1.6.1
11582026-06-08T19:39:09.225Z Downloaded test-strategy v0.4.5
11592026-06-08T19:39:09.225Z Downloaded toml_parser v1.0.9+spec-1.1.0
11602026-06-08T19:39:09.226Z Downloaded rand v0.9.2
11612026-06-08T19:39:09.226Z Downloaded walkdir v2.5.0
11622026-06-08T19:39:09.226Z Downloaded hkdf v0.12.4
11632026-06-08T19:39:09.226Z Downloaded xshell v0.2.7
11642026-06-08T19:39:09.226Z Downloaded tar v0.4.45
11652026-06-08T19:39:09.230Z Downloaded wyz v0.5.1
11662026-06-08T19:39:09.230Z Downloaded zeroize v1.8.2
11672026-06-08T19:39:09.230Z Downloaded tinyvec v1.10.0
11682026-06-08T19:39:09.230Z Downloaded schemars v1.2.1
11692026-06-08T19:39:09.230Z Downloaded tracing-core v0.1.36
11702026-06-08T19:39:09.230Z Downloaded zstd-safe v7.2.4
11712026-06-08T19:39:09.230Z Downloaded hyper v1.8.1
11722026-06-08T19:39:09.230Z Downloaded typify v0.6.2
11732026-06-08T19:39:09.230Z Downloaded usdt-impl v0.6.0
11742026-06-08T19:39:09.230Z Downloaded p521 v0.13.3
11752026-06-08T19:39:09.230Z Downloaded toml v0.7.8
11762026-06-08T19:39:09.230Z Downloaded unsafe-libyaml v0.2.11
11772026-06-08T19:39:09.230Z Downloaded bindgen v0.71.1
11782026-06-08T19:39:09.230Z Downloaded nom v8.0.0
11792026-06-08T19:39:09.230Z Downloaded vergen v9.1.0
11802026-06-08T19:39:09.231Z Downloaded toml v1.0.6+spec-1.1.0
11812026-06-08T19:39:09.231Z Downloaded zstd v0.13.3
11822026-06-08T19:39:09.231Z Downloaded steno v0.4.1
11832026-06-08T19:39:09.231Z Downloaded rustyline v14.0.0
11842026-06-08T19:39:09.231Z Downloaded tungstenite v0.21.0
11852026-06-08T19:39:09.231Z Downloaded iddqd v0.4.2
11862026-06-08T19:39:09.231Z Downloaded tungstenite v0.23.0
11872026-06-08T19:39:09.231Z Downloaded tracing-attributes v0.1.31
11882026-06-08T19:39:09.231Z Downloaded itertools v0.14.0
11892026-06-08T19:39:09.231Z Downloaded vte v0.14.1
11902026-06-08T19:39:09.231Z Downloaded unicode-bidi v0.3.18
11912026-06-08T19:39:09.231Z Downloaded rpassword v7.4.0
11922026-06-08T19:39:09.231Z Downloaded russh v0.45.0
11932026-06-08T19:39:09.231Z Downloaded zerocopy v0.6.6
11942026-06-08T19:39:09.231Z Downloaded reedline v0.40.0
11952026-06-08T19:39:09.231Z Downloaded yasna v0.5.2
11962026-06-08T19:39:09.231Z Downloaded tokio-postgres v0.7.16
11972026-06-08T19:39:09.231Z Downloaded aws-lc-rs v1.16.3
11982026-06-08T19:39:09.231Z Downloaded typify v0.4.3
11992026-06-08T19:39:09.231Z Downloaded toml_edit v0.23.10+spec-1.0.0
12002026-06-08T19:39:09.231Z Downloaded toml_edit v0.19.15
12012026-06-08T19:39:09.231Z Downloaded serde_with v1.14.0
12022026-06-08T19:39:09.231Z Downloaded libm v0.2.16
12032026-06-08T19:39:09.231Z Downloaded unicode-properties v0.1.4
12042026-06-08T19:39:09.231Z Downloaded ssh-key v0.6.7
12052026-06-08T19:39:09.231Z Downloaded chrono v0.4.44
12062026-06-08T19:39:09.231Z Downloaded zopfli v0.8.3
12072026-06-08T19:39:09.231Z Downloaded uuid v1.23.0
12082026-06-08T19:39:09.231Z Downloaded zip v0.6.6
12092026-06-08T19:39:09.231Z Downloaded yansi v1.0.1
12102026-06-08T19:39:09.231Z Downloaded unicode_categories v0.1.1
12112026-06-08T19:39:09.231Z Downloaded lalrpop v0.19.12
12122026-06-08T19:39:09.231Z Downloaded reqwest v0.13.2
12132026-06-08T19:39:09.231Z Downloaded git2 v0.20.4
12142026-06-08T19:39:09.231Z Downloaded tower v0.5.3
12152026-06-08T19:39:09.231Z Downloaded portable-atomic v1.13.1
12162026-06-08T19:39:09.231Z Downloaded reqwest v0.12.28
12172026-06-08T19:39:09.231Z Downloaded p384 v0.13.1
12182026-06-08T19:39:09.232Z Downloaded salty v0.3.0
12192026-06-08T19:39:09.232Z Downloaded rustls-webpki v0.101.7
12202026-06-08T19:39:09.232Z Downloaded moka v0.12.13
12212026-06-08T19:39:09.232Z Downloaded regex v1.12.3
12222026-06-08T19:39:09.232Z Downloaded quick-xml v0.37.5
12232026-06-08T19:39:09.232Z Downloaded rayon v1.11.0
12242026-06-08T19:39:09.232Z Downloaded x509-cert v0.2.5
12252026-06-08T19:39:09.232Z Downloaded typed-path v0.9.3
12262026-06-08T19:39:09.232Z Downloaded unicode-normalization v0.1.25
12272026-06-08T19:39:09.232Z Downloaded zerocopy-derive v0.8.40
12282026-06-08T19:39:09.232Z Downloaded unicode-segmentation v1.12.0
12292026-06-08T19:39:09.232Z Downloaded proptest v1.10.0
12302026-06-08T19:39:09.232Z Downloaded goblin v0.10.5
12312026-06-08T19:39:09.232Z Downloaded tower-http v0.6.8
12322026-06-08T19:39:09.232Z Downloaded tough v0.22.0
12332026-06-08T19:39:09.232Z Downloaded petname v2.0.2
12342026-06-08T19:39:09.232Z Downloaded tokio-util v0.7.18
12352026-06-08T19:39:09.232Z Downloaded rustls-webpki v0.102.8
12362026-06-08T19:39:09.232Z Downloaded serde_with v3.17.0
12372026-06-08T19:39:09.232Z Downloaded object v0.30.4
12382026-06-08T19:39:09.232Z Downloaded quinn-proto v0.11.13
12392026-06-08T19:39:09.232Z Downloaded radix_trie v0.2.1
12402026-06-08T19:39:09.232Z Downloaded zip v4.6.1
12412026-06-08T19:39:09.232Z Downloaded nix v0.27.1
12422026-06-08T19:39:09.232Z Downloaded winnow v0.6.26
12432026-06-08T19:39:09.232Z Downloaded winnow v0.5.40
12442026-06-08T19:39:09.232Z Downloaded curve25519-dalek v4.1.3
12452026-06-08T19:39:09.232Z Downloaded bstr v1.12.1
12462026-06-08T19:39:09.232Z Downloaded time v0.3.47
12472026-06-08T19:39:09.232Z Downloaded openssl v0.10.79
12482026-06-08T19:39:09.232Z Downloaded polar-core v0.27.3
12492026-06-08T19:39:09.232Z Downloaded tabled v0.20.0
12502026-06-08T19:39:09.232Z Downloaded rustls v0.21.12
12512026-06-08T19:39:09.232Z Downloaded zlib-rs v0.6.2
12522026-06-08T19:39:09.232Z Downloaded nix v0.28.0
12532026-06-08T19:39:09.232Z Downloaded nix v0.31.2
12542026-06-08T19:39:09.233Z Downloaded smoltcp v0.11.0
12552026-06-08T19:39:09.233Z Downloaded dropshot v0.17.0
12562026-06-08T19:39:09.233Z Downloaded zerocopy v0.8.40
12572026-06-08T19:39:09.233Z Downloaded regex-syntax v0.6.29
12582026-06-08T19:39:09.233Z Downloaded object v0.37.3
12592026-06-08T19:39:09.233Z Downloaded vcpkg v0.2.15
12602026-06-08T19:39:09.233Z Downloaded hickory-proto v0.25.2
12612026-06-08T19:39:09.233Z Downloaded openapiv3 v2.2.0
12622026-06-08T19:39:09.233Z Downloaded diesel v2.3.7
12632026-06-08T19:39:09.233Z Downloaded webpki-roots v1.0.6
12642026-06-08T19:39:09.236Z Downloaded smoltcp v0.9.1
12652026-06-08T19:39:09.236Z Downloaded regress v0.11.1
12662026-06-08T19:39:09.241Z Downloaded hickory-proto v0.24.4
12672026-06-08T19:39:09.251Z Downloaded regress v0.10.5
12682026-06-08T19:39:09.257Z Downloaded rustls v0.22.4
12692026-06-08T19:39:09.263Z Downloaded rustls v0.23.37
12702026-06-08T19:39:09.269Z Downloaded typify-impl v0.6.2
12712026-06-08T19:39:09.278Z Downloaded tracing v0.1.44
12722026-06-08T19:39:09.290Z Downloaded rustix v0.38.44
12732026-06-08T19:39:09.304Z Downloaded regex-syntax v0.8.10
12742026-06-08T19:39:09.326Z Downloaded regex-automata v0.4.14
12752026-06-08T19:39:09.333Z Downloaded sqlparser v0.61.0
12762026-06-08T19:39:09.338Z Downloaded petgraph v0.6.5
12772026-06-08T19:39:09.349Z Downloaded encoding_rs v0.8.35
12782026-06-08T19:39:09.362Z Downloaded jiff v0.2.21
12792026-06-08T19:39:09.374Z Downloaded csv v1.4.0
12802026-06-08T19:39:09.386Z Downloaded bzip2-sys v0.1.13+1.0.8
12812026-06-08T19:39:09.397Z Downloaded sled v0.34.7
12822026-06-08T19:39:09.403Z Downloaded typify-impl v0.4.3
12832026-06-08T19:39:09.411Z Downloaded ratatui v0.29.0
12842026-06-08T19:39:09.424Z Downloaded zerocopy-derive v0.6.6
12852026-06-08T19:39:09.429Z Downloaded tokio v1.52.1
12862026-06-08T19:39:09.507Z Downloaded chrono-tz v0.10.4
12872026-06-08T19:39:09.519Z Downloaded petgraph v0.8.3
12882026-06-08T19:39:09.543Z Downloaded libz-sys v1.1.24
12892026-06-08T19:39:09.556Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-06-08T19:39:09.572Z Downloaded sha3 v0.10.8
12912026-06-08T19:39:09.662Z Downloaded ring v0.17.14
12922026-06-08T19:39:09.707Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-08T19:39:10.207Z Downloaded aws-lc-sys v0.40.0
12942026-06-08T19:39:10.466Z Compiling libc v0.2.185
12952026-06-08T19:39:10.466Z Compiling serde v1.0.228
12962026-06-08T19:39:10.469Z Compiling log v0.4.29
12972026-06-08T19:39:10.469Z Compiling shlex v1.3.0
12982026-06-08T19:39:10.469Z Compiling find-msvc-tools v0.1.9
12992026-06-08T19:39:10.469Z Compiling smallvec v1.15.1
13002026-06-08T19:39:10.469Z Compiling typenum v1.19.0
13012026-06-08T19:39:10.469Z Compiling subtle v2.6.1
13022026-06-08T19:39:10.623Z Compiling generic-array v0.14.7
13032026-06-08T19:39:10.626Z Compiling scopeguard v1.2.0
13042026-06-08T19:39:10.719Z Compiling const-oid v0.9.6
13052026-06-08T19:39:10.722Z Compiling serde_json v1.0.149
13062026-06-08T19:39:10.749Z Compiling syn v2.0.117
13072026-06-08T19:39:10.763Z Compiling zerocopy v0.8.40
13082026-06-08T19:39:10.766Z Compiling portable-atomic v1.13.1
13092026-06-08T19:39:10.778Z Compiling parking_lot_core v0.9.12
13102026-06-08T19:39:10.823Z Compiling lock_api v0.4.14
13112026-06-08T19:39:10.840Z Compiling pin-project-lite v0.2.17
13122026-06-08T19:39:10.856Z Compiling pkg-config v0.3.32
13132026-06-08T19:39:10.873Z Compiling bitflags v2.11.0
13142026-06-08T19:39:10.873Z Compiling libm v0.2.16
13152026-06-08T19:39:10.903Z Compiling futures-core v0.3.32
13162026-06-08T19:39:10.956Z Compiling critical-section v1.2.0
13172026-06-08T19:39:11.008Z Compiling num-traits v0.2.19
13182026-06-08T19:39:11.026Z Compiling percent-encoding v2.3.2
13192026-06-08T19:39:11.126Z Compiling futures-sink v0.3.32
13202026-06-08T19:39:11.132Z Compiling getrandom v0.4.1
13212026-06-08T19:39:11.132Z Compiling futures-task v0.3.32
13222026-06-08T19:39:11.140Z Compiling cpufeatures v0.2.17
13232026-06-08T19:39:11.200Z Compiling futures-io v0.3.32
13242026-06-08T19:39:11.244Z Compiling slab v0.4.12
13252026-06-08T19:39:11.286Z Compiling futures-channel v0.3.32
13262026-06-08T19:39:11.290Z Compiling rand_core v0.10.0
13272026-06-08T19:39:11.330Z Compiling indexmap v2.14.0
13282026-06-08T19:39:11.345Z Compiling rustversion v1.0.22
13292026-06-08T19:39:11.375Z Compiling getrandom v0.3.4
13302026-06-08T19:39:11.448Z Compiling form_urlencoded v1.2.2
13312026-06-08T19:39:11.464Z Compiling fs_extra v1.3.0
13322026-06-08T19:39:11.479Z Compiling dunce v1.0.5
13332026-06-08T19:39:11.496Z Compiling base64ct v1.8.3
13342026-06-08T19:39:11.534Z Compiling ident_case v1.0.1
13352026-06-08T19:39:11.548Z Compiling iana-time-zone v0.1.65
13362026-06-08T19:39:11.562Z Compiling getrandom v0.2.17
13372026-06-08T19:39:11.589Z Compiling jobserver v0.1.34
13382026-06-08T19:39:11.641Z Compiling errno v0.3.14
13392026-06-08T19:39:11.674Z Compiling mio v1.2.0
13402026-06-08T19:39:11.715Z Compiling rand_core v0.6.4
13412026-06-08T19:39:11.734Z Compiling socket2 v0.6.3
13422026-06-08T19:39:11.815Z Compiling cc v1.2.56
13432026-06-08T19:39:11.818Z Compiling signal-hook-registry v1.4.8
13442026-06-08T19:39:11.828Z Compiling once_cell v1.21.3
13452026-06-08T19:39:11.924Z Compiling parking_lot v0.12.5
13462026-06-08T19:39:11.961Z Compiling pem-rfc7468 v0.7.0
13472026-06-08T19:39:11.999Z Compiling regex-syntax v0.8.10
13482026-06-08T19:39:12.009Z Compiling rustix v1.1.3
13492026-06-08T19:39:12.028Z Compiling flagset v0.4.7
13502026-06-08T19:39:12.194Z Compiling aws-lc-rs v1.16.3
13512026-06-08T19:39:12.230Z Compiling vcpkg v0.2.15
13522026-06-08T19:39:12.250Z Compiling tracing-core v0.1.36
13532026-06-08T19:39:12.250Z Compiling uuid v1.23.0
13542026-06-08T19:39:12.278Z Compiling rustc_version v0.4.1
13552026-06-08T19:39:12.282Z Compiling base64 v0.22.1
13562026-06-08T19:39:12.431Z Compiling tinyvec_macros v0.1.1
13572026-06-08T19:39:12.441Z Compiling rand_core v0.9.5
13582026-06-08T19:39:12.458Z Compiling untrusted v0.9.0
13592026-06-08T19:39:12.484Z Compiling untrusted v0.7.1
13602026-06-08T19:39:12.501Z Compiling openssl-probe v0.2.1
13612026-06-08T19:39:12.531Z Compiling httparse v1.10.1
13622026-06-08T19:39:12.578Z Compiling tinyvec v1.10.0
13632026-06-08T19:39:12.602Z Compiling aho-corasick v1.1.4
13642026-06-08T19:39:12.627Z Compiling dyn-clone v1.0.20
13652026-06-08T19:39:12.643Z Compiling cmake v0.1.57
13662026-06-08T19:39:12.659Z Compiling atomic-waker v1.1.2
13672026-06-08T19:39:12.716Z Compiling tower-layer v0.3.3
13682026-06-08T19:39:12.754Z Compiling try-lock v0.2.5
13692026-06-08T19:39:12.769Z Compiling schemars v0.8.22
13702026-06-08T19:39:12.800Z Compiling tower-service v0.3.3
13712026-06-08T19:39:12.814Z Compiling rustls v0.23.37
13722026-06-08T19:39:12.852Z Compiling want v0.3.1
13732026-06-08T19:39:12.887Z Compiling httpdate v1.0.3
13742026-06-08T19:39:12.916Z Compiling foreign-types-shared v0.1.1
13752026-06-08T19:39:12.920Z Compiling pin-utils v0.1.0
13762026-06-08T19:39:12.980Z Compiling openssl v0.10.79
13772026-06-08T19:39:13.026Z Compiling foreign-types v0.3.2
13782026-06-08T19:39:13.029Z Compiling unicode-normalization v0.1.25
13792026-06-08T19:39:13.071Z Compiling spin v0.9.8
13802026-06-08T19:39:13.074Z Compiling time-core v0.1.8
13812026-06-08T19:39:13.102Z Compiling native-tls v0.2.18
13822026-06-08T19:39:13.105Z Compiling num-conv v0.2.0
13832026-06-08T19:39:13.105Z Compiling crc32fast v1.5.0
13842026-06-08T19:39:13.105Z Compiling powerfmt v0.2.0
13852026-06-08T19:39:13.163Z Compiling wait-timeout v0.2.1
13862026-06-08T19:39:13.167Z Compiling sync_wrapper v1.0.2
13872026-06-08T19:39:13.251Z Compiling unicode-segmentation v1.12.0
13882026-06-08T19:39:13.265Z Compiling simd-adler32 v0.3.8
13892026-06-08T19:39:13.293Z Compiling siphasher v1.0.2
13902026-06-08T19:39:13.308Z Compiling time-macros v0.2.27
13912026-06-08T19:39:13.312Z Compiling deranged v0.5.8
13922026-06-08T19:39:13.341Z Compiling num_threads v0.1.7
13932026-06-08T19:39:13.357Z Compiling bit-vec v0.8.0
13942026-06-08T19:39:13.383Z Compiling usdt-impl v0.6.0
13952026-06-08T19:39:13.483Z Compiling syn v1.0.109
13962026-06-08T19:39:13.505Z Compiling quick-error v1.2.3
13972026-06-08T19:39:13.508Z Compiling crossbeam-utils v0.8.21
13982026-06-08T19:39:13.575Z Compiling heapless v0.7.17
13992026-06-08T19:39:13.593Z Compiling aws-lc-sys v0.40.0
14002026-06-08T19:39:13.608Z Compiling ring v0.17.14
14012026-06-08T19:39:13.632Z Compiling openssl-sys v0.9.115
14022026-06-08T19:39:13.648Z Compiling regex-automata v0.4.14
14032026-06-08T19:39:13.651Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-08T19:39:13.710Z Compiling bit-set v0.8.0
14052026-06-08T19:39:13.752Z Compiling tempfile v3.25.0
14062026-06-08T19:39:13.842Z Compiling synstructure v0.13.2
14072026-06-08T19:39:13.862Z Compiling pest_generator v2.8.6
14082026-06-08T19:39:13.876Z Compiling serde_derive_internals v0.29.1
14092026-06-08T19:39:13.903Z Compiling darling_core v0.20.11
14102026-06-08T19:39:14.047Z Compiling rusty-fork v0.3.1
14112026-06-08T19:39:14.307Z Compiling darling_core v0.21.3
14122026-06-08T19:39:14.442Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-06-08T19:39:14.458Z Compiling rand_xorshift v0.4.0
14142026-06-08T19:39:14.499Z Compiling slog v2.8.2
14152026-06-08T19:39:14.520Z Compiling time v0.3.47
14162026-06-08T19:39:14.535Z Compiling thread-id v5.1.0
14172026-06-08T19:39:14.600Z Compiling cookie v0.18.1
14182026-06-08T19:39:14.655Z Compiling iri-string v0.7.10
14192026-06-08T19:39:14.670Z Compiling signal-hook v0.3.18
14202026-06-08T19:39:14.673Z Compiling adler2 v2.0.1
14212026-06-08T19:39:14.720Z Compiling ryu v1.0.23
14222026-06-08T19:39:14.768Z Compiling zstd-safe v7.2.4
14232026-06-08T19:39:14.784Z Compiling allocator-api2 v0.2.21
14242026-06-08T19:39:14.816Z Compiling unicode-bidi v0.3.18
14252026-06-08T19:39:14.831Z Compiling unarray v0.1.4
14262026-06-08T19:39:14.849Z Compiling anyhow v1.0.102
14272026-06-08T19:39:14.854Z Compiling unicode-properties v0.1.4
14282026-06-08T19:39:14.918Z Compiling paste v1.0.15
14292026-06-08T19:39:15.042Z Compiling miniz_oxide v0.8.9
14302026-06-08T19:39:15.277Z Compiling stringprep v0.1.5
14312026-06-08T19:39:15.430Z Compiling heck v0.4.1
14322026-06-08T19:39:15.445Z Compiling num-integer v0.1.46
14332026-06-08T19:39:15.611Z Compiling serde_derive v1.0.228
14342026-06-08T19:39:15.661Z Compiling zeroize_derive v1.4.3
14352026-06-08T19:39:15.681Z Compiling zerofrom-derive v0.1.6
14362026-06-08T19:39:15.713Z Compiling yoke-derive v0.8.1
14372026-06-08T19:39:15.764Z Compiling zerocopy-derive v0.8.40
14382026-06-08T19:39:15.768Z Compiling zerovec-derive v0.11.2
14392026-06-08T19:39:15.804Z Compiling displaydoc v0.2.5
14402026-06-08T19:39:16.168Z Compiling tokio-macros v2.7.0
14412026-06-08T19:39:16.224Z Compiling futures-macro v0.3.32
14422026-06-08T19:39:16.325Z Compiling der_derive v0.7.3
14432026-06-08T19:39:16.366Z Compiling zeroize v1.8.2
14442026-06-08T19:39:16.600Z Compiling rustls-pki-types v1.14.0
14452026-06-08T19:39:16.965Z Compiling thiserror-impl v2.0.18
14462026-06-08T19:39:16.980Z Compiling tracing-attributes v0.1.31
14472026-06-08T19:39:16.983Z Compiling scroll_derive v0.13.1
14482026-06-08T19:39:17.016Z Compiling pest_derive v2.8.6
14492026-06-08T19:39:17.099Z Compiling schemars_derive v0.8.22
14502026-06-08T19:39:17.157Z Compiling crypto-common v0.1.7
14512026-06-08T19:39:17.209Z Compiling zerofrom v0.1.6
14522026-06-08T19:39:17.221Z Compiling block-buffer v0.10.4
14532026-06-08T19:39:17.336Z Compiling yoke v0.8.1
14542026-06-08T19:39:17.354Z Compiling digest v0.10.7
14552026-06-08T19:39:17.392Z Compiling futures-util v0.3.32
14562026-06-08T19:39:17.407Z Compiling block-padding v0.3.3
14572026-06-08T19:39:17.543Z Compiling zerovec v0.11.5
14582026-06-08T19:39:17.543Z Compiling zerotrie v0.2.3
14592026-06-08T19:39:17.590Z Compiling hmac v0.12.1
14602026-06-08T19:39:17.641Z Compiling inout v0.1.4
14612026-06-08T19:39:17.768Z Compiling sha2 v0.10.9
14622026-06-08T19:39:17.833Z Compiling cipher v0.4.4
14632026-06-08T19:39:17.874Z Compiling der v0.7.10
14642026-06-08T19:39:17.889Z Compiling pbkdf2 v0.12.2
14652026-06-08T19:39:18.029Z Compiling tinystr v0.8.2
14662026-06-08T19:39:18.033Z Compiling potential_utf v0.1.4
14672026-06-08T19:39:18.075Z Compiling salsa20 v0.10.2
14682026-06-08T19:39:18.122Z Compiling cbc v0.1.2
14692026-06-08T19:39:18.229Z Compiling icu_locale_core v2.1.1
14702026-06-08T19:39:18.244Z Compiling icu_collections v2.1.1
14712026-06-08T19:39:18.248Z Compiling scrypt v0.11.0
14722026-06-08T19:39:18.276Z Compiling aes v0.8.4
14732026-06-08T19:39:18.431Z Compiling thiserror v2.0.18
14742026-06-08T19:39:18.442Z Compiling tracing v0.1.44
14752026-06-08T19:39:18.499Z Compiling scroll v0.13.0
14762026-06-08T19:39:18.544Z Compiling darling_macro v0.20.11
14772026-06-08T19:39:18.559Z Compiling openssl-macros v0.1.1
14782026-06-08T19:39:18.750Z Compiling spki v0.7.3
14792026-06-08T19:39:18.766Z Compiling goblin v0.10.5
14802026-06-08T19:39:18.820Z Compiling rustls-native-certs v0.8.3
14812026-06-08T19:39:18.986Z Compiling icu_provider v2.1.1
14822026-06-08T19:39:19.004Z Compiling pkcs5 v0.7.1
14832026-06-08T19:39:19.059Z Compiling darling v0.20.11
14842026-06-08T19:39:19.162Z Compiling derive_builder_core v0.20.2
14852026-06-08T19:39:19.179Z Compiling dtrace-parser v0.3.0
14862026-06-08T19:39:19.182Z Compiling signature v2.2.0
14872026-06-08T19:39:19.182Z Compiling webpki-roots v1.0.6
14882026-06-08T19:39:19.229Z Compiling bytes v1.11.1
14892026-06-08T19:39:19.280Z Compiling icu_normalizer v2.1.1
14902026-06-08T19:39:19.318Z Compiling icu_properties v2.1.2
14912026-06-08T19:39:19.351Z Compiling chrono v0.4.44
14922026-06-08T19:39:19.388Z Compiling pkcs8 v0.10.2
14932026-06-08T19:39:19.403Z Compiling ipnet v2.11.0
14942026-06-08T19:39:19.525Z Compiling thiserror-impl v1.0.69
14952026-06-08T19:39:19.730Z Compiling tokio v1.52.1
14962026-06-08T19:39:19.763Z Compiling http v1.4.0
14972026-06-08T19:39:19.859Z Compiling scroll_derive v0.12.1
14982026-06-08T19:39:19.884Z Compiling serde_urlencoded v0.7.1
14992026-06-08T19:39:19.932Z Compiling serde_spanned v0.6.9
15002026-06-08T19:39:19.976Z Compiling toml_datetime v0.6.11
15012026-06-08T19:39:20.081Z Compiling derive_builder_macro v0.20.2
15022026-06-08T19:39:20.102Z Compiling erased-serde v0.3.31
15032026-06-08T19:39:20.152Z Compiling serde_tokenstream v0.2.3
15042026-06-08T19:39:20.176Z Compiling md-5 v0.10.6
15052026-06-08T19:39:20.261Z Compiling idna_adapter v1.2.1
15062026-06-08T19:39:20.365Z Compiling ppv-lite86 v0.2.21
15072026-06-08T19:39:20.428Z Compiling idna v1.1.0
15082026-06-08T19:39:20.483Z Compiling http-body v1.0.1
15092026-06-08T19:39:20.502Z Compiling darling_macro v0.21.3
15102026-06-08T19:39:20.516Z Compiling bstr v1.12.1
15112026-06-08T19:39:20.568Z Compiling scroll v0.12.0
15122026-06-08T19:39:20.594Z Compiling zerocopy-derive v0.7.35
15132026-06-08T19:39:20.613Z Compiling http-body-util v0.1.3
15142026-06-08T19:39:20.663Z Compiling rand_chacha v0.9.0
15152026-06-08T19:39:20.720Z Compiling rand_chacha v0.3.1
15162026-06-08T19:39:20.736Z Compiling url v2.5.8
15172026-06-08T19:39:20.811Z Compiling async-trait v0.1.89
15182026-06-08T19:39:20.847Z Compiling thiserror v1.0.69
15192026-06-08T19:39:20.862Z Compiling pin-project-internal v1.1.11
15202026-06-08T19:39:20.879Z Compiling rand v0.9.2
15212026-06-08T19:39:20.969Z Compiling curve25519-dalek v4.1.3
15222026-06-08T19:39:21.020Z Compiling vergen-lib v9.1.0
15232026-06-08T19:39:21.119Z Compiling ff v0.13.1
15242026-06-08T19:39:21.191Z Compiling hash32 v0.2.1
15252026-06-08T19:39:21.225Z Compiling memoffset v0.9.1
15262026-06-08T19:39:21.335Z Compiling encoding_rs v0.8.35
15272026-06-08T19:39:21.415Z Compiling psl-types v2.0.11
15282026-06-08T19:39:21.447Z Compiling proptest v1.10.0
15292026-06-08T19:39:21.530Z Compiling dof v0.4.0
15302026-06-08T19:39:21.557Z Compiling mime v0.3.17
15312026-06-08T19:39:21.562Z Compiling base16ct v0.2.0
15322026-06-08T19:39:21.587Z Compiling litrs v1.0.0
15332026-06-08T19:39:21.698Z Compiling cfg_aliases v0.2.1
15342026-06-08T19:39:21.738Z Compiling ref-cast v1.0.25
15352026-06-08T19:39:21.773Z Compiling fallible-iterator v0.2.0
15362026-06-08T19:39:21.813Z Compiling smoltcp v0.9.1
15372026-06-08T19:39:21.870Z Compiling rustix v0.38.44
15382026-06-08T19:39:21.885Z Compiling num-bigint-dig v0.8.6
15392026-06-08T19:39:21.988Z Compiling zlib-rs v0.6.2
15402026-06-08T19:39:22.046Z Compiling pin-project v1.1.11
15412026-06-08T19:39:22.079Z Compiling ipnetwork v0.21.1
15422026-06-08T19:39:22.194Z Compiling document-features v0.2.12
15432026-06-08T19:39:22.198Z Compiling postgres-protocol v0.6.10
15442026-06-08T19:39:22.225Z Compiling nix v0.31.2
15452026-06-08T19:39:22.228Z Compiling sec1 v0.7.3
15462026-06-08T19:39:22.399Z Compiling oxnet v0.1.5
15472026-06-08T19:39:22.464Z Compiling zerocopy v0.7.35
15482026-06-08T19:39:22.582Z Compiling publicsuffix v2.3.0
15492026-06-08T19:39:22.722Z Compiling group v0.13.0
15502026-06-08T19:39:22.784Z Compiling darling v0.21.3
15512026-06-08T19:39:22.799Z Compiling rand v0.8.6
15522026-06-08T19:39:22.802Z Compiling goblin v0.8.2
15532026-06-08T19:39:22.830Z Compiling derive_builder v0.20.2
15542026-06-08T19:39:22.847Z Compiling futures-executor v0.3.32
15552026-06-08T19:39:22.883Z Compiling hex v0.4.3
15562026-06-08T19:39:22.925Z Compiling hubpack_derive v0.1.1
15572026-06-08T19:39:22.939Z Compiling hkdf v0.12.4
15582026-06-08T19:39:22.978Z Compiling crypto-bigint v0.5.5
15592026-06-08T19:39:22.993Z Compiling regex v1.12.3
15602026-06-08T19:39:23.147Z Compiling num-iter v0.1.45
15612026-06-08T19:39:23.162Z Compiling snafu-derive v0.8.9
15622026-06-08T19:39:23.166Z Compiling ref-cast-impl v1.0.25
15632026-06-08T19:39:23.192Z Compiling curve25519-dalek-derive v0.1.1
15642026-06-08T19:39:23.195Z Compiling strum_macros v0.27.2
15652026-06-08T19:39:23.280Z Compiling daft-derive v0.1.7
15662026-06-08T19:39:23.681Z Compiling tokio-util v0.7.18
15672026-06-08T19:39:23.685Z Compiling tower v0.5.3
15682026-06-08T19:39:23.714Z Compiling tokio-native-tls v0.3.1
15692026-06-08T19:39:23.764Z Compiling terminal_size v0.4.3
15702026-06-08T19:39:23.783Z Compiling phf_shared v0.13.1
15712026-06-08T19:39:23.910Z Compiling newtype-uuid v1.3.2
15722026-06-08T19:39:23.926Z Compiling lazy_static v1.5.0
15732026-06-08T19:39:23.929Z Compiling anstyle-parse v0.2.7
15742026-06-08T19:39:23.968Z Compiling vergen v9.1.0
15752026-06-08T19:39:24.050Z Compiling cargo-platform v0.3.2
15762026-06-08T19:39:24.053Z Compiling fs-err v3.3.0
15772026-06-08T19:39:24.081Z Compiling ahash v0.8.12
15782026-06-08T19:39:24.148Z Compiling tower-http v0.6.8
15792026-06-08T19:39:24.177Z Compiling same-file v1.0.6
15802026-06-08T19:39:24.210Z Compiling bumpalo v3.20.2
15812026-06-08T19:39:24.280Z Compiling winnow v0.5.40
15822026-06-08T19:39:24.297Z Compiling bitflags v1.3.2
15832026-06-08T19:39:24.318Z Compiling managed v0.8.0
15842026-06-08T19:39:24.350Z Compiling foldhash v0.2.0
15852026-06-08T19:39:24.369Z Compiling object v0.37.3
15862026-06-08T19:39:24.389Z Compiling foldhash v0.1.5
15872026-06-08T19:39:24.498Z Compiling h2 v0.4.13
15882026-06-08T19:39:24.560Z Compiling libbz2-rs-sys v0.2.2
15892026-06-08T19:39:24.589Z Compiling hashbrown v0.15.5
15902026-06-08T19:39:24.604Z Compiling hashbrown v0.16.1
15912026-06-08T19:39:24.734Z Compiling zopfli v0.8.3
15922026-06-08T19:39:24.900Z Compiling walkdir v2.5.0
15932026-06-08T19:39:25.186Z Compiling flate2 v1.1.9
15942026-06-08T19:39:25.218Z Compiling snafu v0.8.9
15952026-06-08T19:39:25.235Z Compiling dof v0.3.0
15962026-06-08T19:39:25.243Z Compiling bzip2 v0.6.1
15972026-06-08T19:39:25.312Z Compiling strum v0.27.2
15982026-06-08T19:39:25.334Z Compiling cargo_metadata v0.23.1
15992026-06-08T19:39:25.399Z Compiling clap_builder v4.6.0
16002026-06-08T19:39:25.464Z Compiling daft v0.1.7
16012026-06-08T19:39:25.468Z Compiling anstream v0.6.21
16022026-06-08T19:39:25.539Z Compiling phf v0.13.1
16032026-06-08T19:39:25.549Z Compiling elliptic-curve v0.13.8
16042026-06-08T19:39:25.636Z Compiling toml_edit v0.19.15
16052026-06-08T19:39:25.697Z Compiling signal-hook-mio v0.2.5
16062026-06-08T19:39:25.784Z Compiling hubpack v0.1.2
16072026-06-08T19:39:25.801Z Compiling cookie_store v0.22.1
16082026-06-08T19:39:25.816Z Compiling usdt-attr-macro v0.6.0
16092026-06-08T19:39:25.833Z Compiling usdt-macro v0.6.0
16102026-06-08T19:39:25.968Z Compiling bzip2 v0.4.4
16112026-06-08T19:39:25.997Z Compiling futures v0.3.32
16122026-06-08T19:39:26.029Z Compiling serde_with_macros v3.17.0
16132026-06-08T19:39:26.173Z Compiling postgres-types v0.2.12
16142026-06-08T19:39:26.217Z Compiling zstd v0.13.3
16152026-06-08T19:39:26.437Z Compiling globset v0.4.18
16162026-06-08T19:39:26.479Z Compiling dtrace-parser v0.2.0
16172026-06-08T19:39:26.506Z Compiling pkcs1 v0.7.5
16182026-06-08T19:39:26.629Z Compiling ed25519 v2.2.3
16192026-06-08T19:39:26.671Z Compiling serde_plain v1.0.2
16202026-06-08T19:39:26.741Z Compiling olpc-cjson v0.1.4
16212026-06-08T19:39:26.767Z Compiling serde-big-array v0.5.1
16222026-06-08T19:39:26.891Z Compiling rfc6979 v0.4.0
16232026-06-08T19:39:26.926Z Compiling serde_repr v0.1.20
16242026-06-08T19:39:26.941Z Compiling strum_macros v0.26.4
16252026-06-08T19:39:26.944Z Compiling enum-as-inner v0.6.1
16262026-06-08T19:39:27.036Z Compiling clap_derive v4.6.1
16272026-06-08T19:39:27.205Z Compiling async-recursion v1.1.1
16282026-06-08T19:39:27.231Z Compiling phf_shared v0.11.3
16292026-06-08T19:39:27.324Z Compiling float-cmp v0.10.0
16302026-06-08T19:39:27.358Z Compiling pem v3.0.6
16312026-06-08T19:39:27.466Z Compiling memmap2 v0.9.10
16322026-06-08T19:39:27.497Z Compiling thread-id v4.2.2
16332026-06-08T19:39:27.550Z Compiling env_filter v1.0.0
16342026-06-08T19:39:27.566Z Compiling predicates-core v1.0.10
16352026-06-08T19:39:27.593Z Compiling hyper v1.8.1
16362026-06-08T19:39:27.609Z Compiling fixedbitset v0.5.7
16372026-06-08T19:39:27.687Z Compiling either v1.15.0
16382026-06-08T19:39:27.745Z Compiling keccak v0.1.6
16392026-06-08T19:39:27.771Z Compiling jiff v0.2.21
16402026-06-08T19:39:27.895Z Compiling normalize-line-endings v0.3.0
16412026-06-08T19:39:27.920Z Compiling fixedbitset v0.4.2
16422026-06-08T19:39:27.936Z Compiling data-encoding v2.10.0
16432026-06-08T19:39:27.951Z Compiling precomputed-hash v0.1.1
16442026-06-08T19:39:28.013Z Compiling new_debug_unreachable v1.0.6
16452026-06-08T19:39:28.058Z Compiling difflib v0.4.0
16462026-06-08T19:39:28.100Z Compiling typed-path v0.9.3
16472026-06-08T19:39:28.168Z Compiling whoami v2.1.0
16482026-06-08T19:39:28.340Z Compiling static_assertions v1.1.0
16492026-06-08T19:39:28.429Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16502026-06-08T19:39:28.495Z Compiling tokio-postgres v0.7.16
16512026-06-08T19:39:28.582Z Compiling predicates v3.1.4
16522026-06-08T19:39:28.608Z Compiling hickory-proto v0.25.2
16532026-06-08T19:39:28.665Z Compiling petgraph v0.6.5
16542026-06-08T19:39:28.688Z Compiling string_cache v0.8.9
16552026-06-08T19:39:28.704Z Compiling sha3 v0.10.8
16562026-06-08T19:39:28.723Z Compiling hyper-util v0.1.20
16572026-06-08T19:39:28.852Z Compiling strum v0.26.3
16582026-06-08T19:39:28.930Z Compiling clap v4.6.1
16592026-06-08T19:39:28.958Z Compiling itertools v0.13.0
16602026-06-08T19:39:29.011Z Compiling petgraph v0.8.3
16612026-06-08T19:39:29.031Z Compiling env_logger v0.11.9
16622026-06-08T19:39:29.200Z Compiling toml_edit v0.22.27
16632026-06-08T19:39:29.270Z Compiling usdt v0.6.0
16642026-06-08T19:39:29.292Z Compiling usdt-impl v0.5.0
16652026-06-08T19:39:29.412Z Compiling serde_with v3.17.0
16662026-06-08T19:39:29.431Z Compiling crossterm v0.28.1
16672026-06-08T19:39:29.620Z Compiling ecdsa v0.16.9
16682026-06-08T19:39:29.916Z Compiling toml v0.7.8
16692026-06-08T19:39:29.978Z Compiling ed25519-dalek v2.2.0
16702026-06-08T19:39:30.205Z Compiling hyper-tls v0.6.0
16712026-06-08T19:39:30.246Z Compiling rsa v0.9.10
16722026-06-08T19:39:30.467Z Compiling zip v4.6.1
16732026-06-08T19:39:30.665Z Compiling zip v0.6.6
16742026-06-08T19:39:30.751Z Compiling iddqd v0.4.2
16752026-06-08T19:39:31.159Z Compiling tokio-stream v0.1.18
16762026-06-08T19:39:31.230Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-06-08T19:39:31.247Z Compiling buf-list v1.1.2
16782026-06-08T19:39:31.251Z Compiling similar v2.7.0
16792026-06-08T19:39:31.279Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-08T19:39:31.368Z Compiling openapiv3 v2.2.0
16812026-06-08T19:39:31.455Z Compiling x509-cert v0.2.5
16822026-06-08T19:39:31.551Z Compiling sha1 v0.10.6
16832026-06-08T19:39:31.599Z Compiling crossbeam-epoch v0.9.18
16842026-06-08T19:39:31.702Z Compiling lalrpop-util v0.19.12
16852026-06-08T19:39:31.799Z Compiling peg-runtime v0.8.5
16862026-06-08T19:39:31.862Z Compiling thread_local v1.1.9
16872026-06-08T19:39:31.895Z Compiling slog-async v2.8.0
16882026-06-08T19:39:31.957Z Compiling crossbeam-channel v0.5.15
16892026-06-08T19:39:31.973Z Compiling is-terminal v0.4.17
16902026-06-08T19:39:32.087Z Compiling filetime v0.2.27
16912026-06-08T19:39:32.135Z Compiling xattr v1.6.1
16922026-06-08T19:39:32.135Z Compiling take_mut v0.2.2
16932026-06-08T19:39:32.135Z Compiling term v1.2.1
16942026-06-08T19:39:32.316Z Compiling tar v0.4.45
16952026-06-08T19:39:32.476Z Compiling slog-term v2.9.2
16962026-06-08T19:39:50.042Z Compiling rustls-webpki v0.103.9
16972026-06-08T19:39:52.892Z Compiling tokio-rustls v0.26.4
16982026-06-08T19:39:52.892Z Compiling rustls-platform-verifier v0.6.2
16992026-06-08T19:39:53.102Z Compiling hyper-rustls v0.27.7
17002026-06-08T19:39:53.288Z Compiling reqwest v0.12.28
17012026-06-08T19:39:53.288Z Compiling reqwest v0.13.2
17022026-06-08T19:39:54.522Z Compiling tough v0.22.0
17032026-06-08T19:39:57.075Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-08T19:39:57.315Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-08T19:40:00.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.09s
17062026-06-08T19:40:00.354Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-08T19:40:00.415ZJun 08 19:39:59.891 INFO Starting download, target: Console
17082026-06-08T19:40:00.415ZJun 08 19:39:59.892 INFO Starting download, target: Cockroach
17092026-06-08T19:40:00.415ZJun 08 19:39:59.892 INFO Starting download, target: Clickhouse
17102026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Starting download, target: DendriteStub
17112026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Starting download, target: MaghemiteMgd
17122026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Starting download, target: TransceiverControl
17132026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17172026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-06-08T19:40:00.420ZJun 08 19:39:59.892 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-08T19:40:00.751ZJun 08 19:40:00.228 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-06-08T19:40:00.978ZJun 08 19:40:00.445 INFO Download complete, target: TransceiverControl
17212026-06-08T19:40:01.411ZJun 08 19:40:00.873 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-08T19:40:01.676ZJun 08 19:40:01.132 INFO Download complete, target: Console
17232026-06-08T19:40:02.199ZJun 08 19:40:01.664 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17242026-06-08T19:40:02.350ZJun 08 19:40:01.824 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-06-08T19:40:03.006ZJun 08 19:40:02.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17262026-06-08T19:40:04.834ZJun 08 19:40:04.306 INFO Download complete, target: DendriteStub
17272026-06-08T19:40:04.904ZJun 08 19:40:04.374 INFO Download complete, target: MaghemiteMgd
17282026-06-08T19:40:04.947ZJun 08 19:40:04.421 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-06-08T19:40:04.947ZJun 08 19:40:04.421 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-06-08T19:40:09.744ZJun 08 19:40:09.216 INFO Checking that binary works, target: Cockroach
17312026-06-08T19:40:09.871ZJun 08 19:40:09.348 INFO Download complete, target: Cockroach
17322026-06-08T19:40:10.023ZJun 08 19:40:09.499 INFO Checking that binary works, target: Clickhouse
17332026-06-08T19:40:10.111ZJun 08 19:40:09.588 INFO Download complete, target: Clickhouse
17342026-06-08T19:40:10.116ZAll prerequisites installed successfully
17352026-06-08T19:40:10.120Z
17362026-06-08T19:40:10.120Zreal 2:05.096141900
17372026-06-08T19:40:10.120Zuser 7:00.700161259
17382026-06-08T19:40:10.120Zsys 1:45.772936904
17392026-06-08T19:40:10.120Ztrap 0.261748411
17402026-06-08T19:40:10.120Ztflt 1.270805853
17412026-06-08T19:40:10.120Zdflt 1.693588790
17422026-06-08T19:40:10.120Zkflt 0.030690812
17432026-06-08T19:40:10.120Zlock 23:24.578690890
17442026-06-08T19:40:10.120Zslp 19:10.119766409
17452026-06-08T19:40:10.120Zlat 26.066964008
17462026-06-08T19:40:10.120Zstop 3:04.370501003
17472026-06-08T19:40:10.120Z+ ptime -m cargo xtask download softnpu
17482026-06-08T19:40:10.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17492026-06-08T19:40:10.690Z Running `target/debug/xtask download softnpu`
17502026-06-08T19:40:11.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17512026-06-08T19:40:11.559Z Running `target/debug/xtask-downloader softnpu`
17522026-06-08T19:40:11.618ZJun 08 19:40:11.083 INFO Starting download, target: Softnpu
17532026-06-08T19:40:11.621ZJun 08 19:40:11.084 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-08T19:40:12.154ZJun 08 19:40:11.628 INFO Download complete, target: Softnpu
17552026-06-08T19:40:12.160Z
17562026-06-08T19:40:12.160Zreal 2.032408846
17572026-06-08T19:40:12.160Zuser 1.388829149
17582026-06-08T19:40:12.160Zsys 0.694309390
17592026-06-08T19:40:12.160Ztrap 0.000449441
17602026-06-08T19:40:12.160Ztflt 0.000448550
17612026-06-08T19:40:12.160Zdflt 0.000257350
17622026-06-08T19:40:12.161Zkflt 0.000000000
17632026-06-08T19:40:12.161Zlock 9.720320353
17642026-06-08T19:40:12.161Zslp 0.412311873
17652026-06-08T19:40:12.161Zlat 0.076826340
17662026-06-08T19:40:12.161Zstop 0.000384340
17672026-06-08T19:40:12.161Z+ export CARGO_INCREMENTAL=0
17682026-06-08T19:40:12.161Z+ CARGO_INCREMENTAL=0
17692026-06-08T19:40:12.161Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-08T19:40:13.096Z Compiling proc-macro2 v1.0.106
17712026-06-08T19:40:13.096Z Compiling quote v1.0.45
17722026-06-08T19:40:13.096Z Compiling unicode-ident v1.0.24
17732026-06-08T19:40:13.096Z Compiling libc v0.2.185
17742026-06-08T19:40:13.099Z Compiling serde_core v1.0.228
17752026-06-08T19:40:13.099Z Compiling serde v1.0.228
17762026-06-08T19:40:13.099Z Compiling cfg-if v1.0.4
17772026-06-08T19:40:13.099Z Compiling version_check v0.9.5
17782026-06-08T19:40:13.099Z Compiling shlex v1.3.0
17792026-06-08T19:40:13.099Z Compiling find-msvc-tools v0.1.9
17802026-06-08T19:40:13.099Z Compiling typenum v1.19.0
17812026-06-08T19:40:13.099Z Compiling zmij v1.0.21
17822026-06-08T19:40:13.099Z Compiling autocfg v1.5.0
17832026-06-08T19:40:13.099Z Compiling serde_json v1.0.149
17842026-06-08T19:40:13.099Z Compiling memchr v2.8.0
17852026-06-08T19:40:13.427Z Compiling portable-atomic v1.13.1
17862026-06-08T19:40:13.439Z Compiling libm v0.2.16
17872026-06-08T19:40:13.596Z Compiling zerocopy v0.8.40
17882026-06-08T19:40:13.613Z Compiling smallvec v1.15.1
17892026-06-08T19:40:13.705Z Compiling generic-array v0.14.7
17902026-06-08T19:40:13.749Z Compiling parking_lot_core v0.9.12
17912026-06-08T19:40:13.807Z Compiling icu_properties_data v2.1.2
17922026-06-08T19:40:13.812Z Compiling icu_normalizer_data v2.1.1
17932026-06-08T19:40:13.812Z Compiling num-traits v0.2.19
17942026-06-08T19:40:13.832Z Compiling itoa v1.0.17
17952026-06-08T19:40:13.895Z Compiling getrandom v0.4.1
17962026-06-08T19:40:13.911Z Compiling log v0.4.29
17972026-06-08T19:40:13.972Z Compiling stable_deref_trait v1.2.1
17982026-06-08T19:40:13.989Z Compiling pkg-config v0.3.32
17992026-06-08T19:40:14.050Z Compiling subtle v2.6.1
18002026-06-08T19:40:14.158Z Compiling jobserver v0.1.34
18012026-06-08T19:40:14.184Z Compiling getrandom v0.2.17
18022026-06-08T19:40:14.194Z Compiling scopeguard v1.2.0
18032026-06-08T19:40:14.254Z Compiling errno v0.3.14
18042026-06-08T19:40:14.376Z Compiling lock_api v0.4.14
18052026-06-08T19:40:14.392Z Compiling cc v1.2.56
18062026-06-08T19:40:14.428Z Compiling rand_core v0.6.4
18072026-06-08T19:40:14.485Z Compiling writeable v0.6.2
18082026-06-08T19:40:14.502Z Compiling percent-encoding v2.3.2
18092026-06-08T19:40:14.509Z Compiling litemap v0.8.1
18102026-06-08T19:40:14.532Z Compiling syn v2.0.117
18112026-06-08T19:40:14.655Z Compiling pin-project-lite v0.2.17
18122026-06-08T19:40:14.701Z Compiling fnv v1.0.7
18132026-06-08T19:40:14.745Z Compiling thiserror v2.0.18
18142026-06-08T19:40:14.773Z Compiling getrandom v0.3.4
18152026-06-08T19:40:14.833Z Compiling equivalent v1.0.2
18162026-06-08T19:40:14.833Z Compiling dunce v1.0.5
18172026-06-08T19:40:14.836Z Compiling fs_extra v1.3.0
18182026-06-08T19:40:14.924Z Compiling utf8_iter v1.0.4
18192026-06-08T19:40:14.958Z Compiling rustversion v1.0.22
18202026-06-08T19:40:14.974Z Compiling rand_core v0.10.0
18212026-06-08T19:40:14.988Z Compiling schemars v0.8.22
18222026-06-08T19:40:15.144Z Compiling form_urlencoded v1.2.2
18232026-06-08T19:40:15.216Z Compiling cmake v0.1.57
18242026-06-08T19:40:15.229Z Compiling critical-section v1.2.0
18252026-06-08T19:40:15.308Z Compiling signal-hook-registry v1.4.8
18262026-06-08T19:40:15.388Z Compiling rustix v1.1.3
18272026-06-08T19:40:15.393Z Compiling hashbrown v0.17.0
18282026-06-08T19:40:15.456Z Compiling socket2 v0.6.3
18292026-06-08T19:40:15.524Z Compiling mio v1.2.0
18302026-06-08T19:40:15.605Z Compiling once_cell v1.21.3
18312026-06-08T19:40:15.771Z Compiling bitflags v2.11.0
18322026-06-08T19:40:15.840Z Compiling semver v1.0.28
18332026-06-08T19:40:15.863Z Compiling ring v0.17.14
18342026-06-08T19:40:15.867Z Compiling aws-lc-sys v0.40.0
18352026-06-08T19:40:15.904Z Compiling parking_lot v0.12.5
18362026-06-08T19:40:15.961Z Compiling indexmap v2.14.0
18372026-06-08T19:40:15.981Z Compiling const-oid v0.9.6
18382026-06-08T19:40:16.158Z Compiling aws-lc-rs v1.16.3
18392026-06-08T19:40:16.181Z Compiling futures-core v0.3.32
18402026-06-08T19:40:16.253Z Compiling httparse v1.10.1
18412026-06-08T19:40:16.350Z Compiling strsim v0.11.1
18422026-06-08T19:40:16.367Z Compiling thiserror v1.0.69
18432026-06-08T19:40:16.387Z Compiling vcpkg v0.2.15
18442026-06-08T19:40:16.466Z Compiling byteorder v1.5.0
18452026-06-08T19:40:16.608Z Compiling iana-time-zone v0.1.65
18462026-06-08T19:40:16.658Z Compiling ucd-trie v0.1.7
18472026-06-08T19:40:16.694Z Compiling heck v0.5.0
18482026-06-08T19:40:16.738Z Compiling regex-syntax v0.8.10
18492026-06-08T19:40:16.746Z Compiling syn v1.0.109
18502026-06-08T19:40:16.782Z Compiling ident_case v1.0.1
18512026-06-08T19:40:16.835Z Compiling pest v2.8.6
18522026-06-08T19:40:16.862Z Compiling uuid v1.23.0
18532026-06-08T19:40:16.913Z Compiling rustls v0.23.37
18542026-06-08T19:40:16.946Z Compiling cpufeatures v0.2.17
18552026-06-08T19:40:16.981Z Compiling openssl-sys v0.9.115
18562026-06-08T19:40:17.174Z Compiling futures-sink v0.3.32
18572026-06-08T19:40:17.221Z Compiling rustc_version v0.4.1
18582026-06-08T19:40:17.282Z Compiling futures-io v0.3.32
18592026-06-08T19:40:17.301Z Compiling futures-channel v0.3.32
18602026-06-08T19:40:17.441Z Compiling futures-task v0.3.32
18612026-06-08T19:40:17.456Z Compiling slab v0.4.12
18622026-06-08T19:40:17.532Z Compiling synstructure v0.13.2
18632026-06-08T19:40:17.549Z Compiling serde_derive_internals v0.29.1
18642026-06-08T19:40:17.628Z Compiling aho-corasick v1.1.4
18652026-06-08T19:40:17.720Z Compiling dyn-clone v1.0.20
18662026-06-08T19:40:17.919Z Compiling crc32fast v1.5.0
18672026-06-08T19:40:17.930Z Compiling plain v0.2.3
18682026-06-08T19:40:17.963Z Compiling base64 v0.22.1
18692026-06-08T19:40:18.045Z Compiling pest_meta v2.8.6
18702026-06-08T19:40:18.050Z Compiling openssl v0.10.79
18712026-06-08T19:40:18.093Z Compiling crossbeam-utils v0.8.21
18722026-06-08T19:40:18.198Z Compiling num-conv v0.2.0
18732026-06-08T19:40:18.285Z Compiling time-core v0.1.8
18742026-06-08T19:40:18.367Z Compiling pretty-hex v0.4.1
18752026-06-08T19:40:18.393Z Compiling native-tls v0.2.18
18762026-06-08T19:40:18.406Z Compiling anyhow v1.0.102
18772026-06-08T19:40:18.458Z Compiling base64ct v1.8.3
18782026-06-08T19:40:18.469Z Compiling time-macros v0.2.27
18792026-06-08T19:40:18.500Z Compiling regex-automata v0.4.14
18802026-06-08T19:40:18.518Z Compiling darling_core v0.21.3
18812026-06-08T19:40:18.628Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-06-08T19:40:18.640Z Compiling tracing-core v0.1.36
18832026-06-08T19:40:18.755Z Compiling pest_generator v2.8.6
18842026-06-08T19:40:18.778Z Compiling pem-rfc7468 v0.7.0
18852026-06-08T19:40:18.867Z Compiling serde_derive v1.0.228
18862026-06-08T19:40:18.994Z Compiling zeroize_derive v1.4.3
18872026-06-08T19:40:19.038Z Compiling zerofrom-derive v0.1.6
18882026-06-08T19:40:19.053Z Compiling yoke-derive v0.8.1
18892026-06-08T19:40:19.083Z Compiling zerovec-derive v0.11.2
18902026-06-08T19:40:19.107Z Compiling displaydoc v0.2.5
18912026-06-08T19:40:19.409Z Compiling zerocopy-derive v0.8.40
18922026-06-08T19:40:19.440Z Compiling tokio-macros v2.7.0
18932026-06-08T19:40:19.501Z Compiling futures-macro v0.3.32
18942026-06-08T19:40:19.639Z Compiling zeroize v1.8.2
18952026-06-08T19:40:19.911Z Compiling thiserror-impl v2.0.18
18962026-06-08T19:40:20.045Z Compiling schemars_derive v0.8.22
18972026-06-08T19:40:20.165Z Compiling tracing-attributes v0.1.31
18982026-06-08T19:40:20.184Z Compiling der_derive v0.7.3
18992026-06-08T19:40:20.215Z Compiling zerofrom v0.1.6
19002026-06-08T19:40:20.370Z Compiling yoke v0.8.1
19012026-06-08T19:40:20.421Z Compiling crypto-common v0.1.7
19022026-06-08T19:40:20.589Z Compiling zerovec v0.11.5
19032026-06-08T19:40:20.611Z Compiling zerotrie v0.2.3
19042026-06-08T19:40:20.627Z Compiling block-buffer v0.10.4
19052026-06-08T19:40:20.787Z Compiling digest v0.10.7
19062026-06-08T19:40:21.040Z Compiling thiserror-impl v1.0.69
19072026-06-08T19:40:21.115Z Compiling pest_derive v2.8.6
19082026-06-08T19:40:21.131Z Compiling tinystr v0.8.2
19092026-06-08T19:40:21.243Z Compiling potential_utf v0.1.4
19102026-06-08T19:40:21.390Z Compiling futures-util v0.3.32
19112026-06-08T19:40:21.478Z Compiling icu_locale_core v2.1.1
19122026-06-08T19:40:21.478Z Compiling icu_collections v2.1.1
19132026-06-08T19:40:21.478Z Compiling hmac v0.12.1
19142026-06-08T19:40:21.735Z Compiling block-padding v0.3.3
19152026-06-08T19:40:21.860Z Compiling inout v0.1.4
19162026-06-08T19:40:21.889Z Compiling rustls-pki-types v1.14.0
19172026-06-08T19:40:22.040Z Compiling bytes v1.11.1
19182026-06-08T19:40:22.135Z Compiling icu_provider v2.1.1
19192026-06-08T19:40:22.191Z Compiling chrono v0.4.44
19202026-06-08T19:40:22.283Z Compiling openssl-macros v0.1.1
19212026-06-08T19:40:22.328Z Compiling serde_tokenstream v0.2.3
19222026-06-08T19:40:22.537Z Compiling icu_normalizer v2.1.1
19232026-06-08T19:40:22.637Z Compiling icu_properties v2.1.2
19242026-06-08T19:40:22.695Z Compiling tokio v1.52.1
19252026-06-08T19:40:23.060Z Compiling cipher v0.4.4
19262026-06-08T19:40:23.330Z Compiling sha2 v0.10.9
19272026-06-08T19:40:23.539Z Compiling idna_adapter v1.2.1
19282026-06-08T19:40:23.681Z Compiling idna v1.1.0
19292026-06-08T19:40:23.784Z Compiling ppv-lite86 v0.2.21
19302026-06-08T19:40:23.787Z Compiling scroll_derive v0.12.1
19312026-06-08T19:40:23.818Z Compiling scroll_derive v0.13.1
19322026-06-08T19:40:24.031Z Compiling url v2.5.8
19332026-06-08T19:40:24.138Z Compiling http v1.4.0
19342026-06-08T19:40:24.168Z Compiling untrusted v0.9.0
19352026-06-08T19:40:24.324Z Compiling flagset v0.4.7
19362026-06-08T19:40:24.440Z Compiling der v0.7.10
19372026-06-08T19:40:24.475Z Compiling tracing v0.1.44
19382026-06-08T19:40:24.639Z Compiling regex v1.12.3
19392026-06-08T19:40:24.642Z Compiling darling_macro v0.21.3
19402026-06-08T19:40:24.927Z Compiling zerocopy-derive v0.7.35
19412026-06-08T19:40:24.958Z Compiling rand_core v0.9.5
19422026-06-08T19:40:25.075Z Compiling slog v2.8.2
19432026-06-08T19:40:25.311Z Compiling spki v0.7.3
19442026-06-08T19:40:25.591Z Compiling darling v0.21.3
19452026-06-08T19:40:25.606Z Compiling salsa20 v0.10.2
19462026-06-08T19:40:25.696Z Compiling pbkdf2 v0.12.2
19472026-06-08T19:40:26.000Z Compiling cookie v0.18.1
19482026-06-08T19:40:26.200Z Compiling camino v1.2.2
19492026-06-08T19:40:26.498Z Compiling tokio-util v0.7.18
19502026-06-08T19:40:26.515Z Compiling scrypt v0.11.0
19512026-06-08T19:40:26.518Z Compiling rand_chacha v0.9.0
19522026-06-08T19:40:26.551Z Compiling http-body v1.0.1
19532026-06-08T19:40:26.604Z Compiling cbc v0.1.2
19542026-06-08T19:40:26.703Z Compiling aes v0.8.4
19552026-06-08T19:40:26.775Z Compiling usdt-impl v0.5.0
19562026-06-08T19:40:26.824Z Compiling paste v1.0.15
19572026-06-08T19:40:26.833Z Compiling tinyvec_macros v0.1.1
19582026-06-08T19:40:26.923Z Compiling winnow v0.7.14
19592026-06-08T19:40:26.938Z Compiling ref-cast v1.0.25
19602026-06-08T19:40:27.041Z Compiling untrusted v0.7.1
19612026-06-08T19:40:27.090Z Compiling usdt-impl v0.6.0
19622026-06-08T19:40:27.194Z Compiling unicode-segmentation v1.12.0
19632026-06-08T19:40:27.217Z Compiling either v1.15.0
19642026-06-08T19:40:27.336Z Compiling atomic-waker v1.1.2
19652026-06-08T19:40:27.402Z Compiling openssl-probe v0.2.1
19662026-06-08T19:40:27.492Z Compiling pkcs5 v0.7.1
19672026-06-08T19:40:27.507Z Compiling tinyvec v1.10.0
19682026-06-08T19:40:27.666Z Compiling rand v0.9.2
19692026-06-08T19:40:27.932Z Compiling scroll v0.13.0
19702026-06-08T19:40:27.978Z Compiling scroll v0.12.0
19712026-06-08T19:40:27.999Z Compiling toml_datetime v0.6.11
19722026-06-08T19:40:28.159Z Compiling serde_spanned v0.6.9
19732026-06-08T19:40:28.203Z Compiling async-trait v0.1.89
19742026-06-08T19:40:28.223Z Compiling heapless v0.7.17
19752026-06-08T19:40:28.281Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-08T19:40:28.292Z Compiling try-lock v0.2.5
19772026-06-08T19:40:28.331Z Compiling zstd-safe v7.2.4
19782026-06-08T19:40:28.428Z Compiling tower-service v0.3.3
19792026-06-08T19:40:28.552Z Compiling tower-layer v0.3.3
19802026-06-08T19:40:28.646Z Compiling fastrand v2.3.0
19812026-06-08T19:40:28.726Z Compiling signal-hook v0.3.18
19822026-06-08T19:40:28.743Z Compiling want v0.3.1
19832026-06-08T19:40:28.774Z Compiling h2 v0.4.13
19842026-06-08T19:40:28.938Z Compiling toml_parser v1.0.9+spec-1.1.0
19852026-06-08T19:40:28.964Z Compiling goblin v0.8.2
19862026-06-08T19:40:28.981Z Compiling goblin v0.10.5
19872026-06-08T19:40:28.989Z Compiling pkcs8 v0.10.2
19882026-06-08T19:40:29.125Z Compiling heck v0.4.1
19892026-06-08T19:40:29.208Z Compiling zerocopy v0.7.35
19902026-06-08T19:40:29.318Z Compiling ipnet v2.11.0
19912026-06-08T19:40:29.528Z Compiling ref-cast-impl v1.0.25
19922026-06-08T19:40:29.639Z Compiling curve25519-dalek v4.1.3
19932026-06-08T19:40:29.790Z Compiling darling_core v0.20.11
19942026-06-08T19:40:29.847Z Compiling memoffset v0.9.1
19952026-06-08T19:40:29.900Z Compiling pin-utils v0.1.0
19962026-06-08T19:40:30.006Z Compiling foreign-types-shared v0.1.1
19972026-06-08T19:40:30.080Z Compiling utf8parse v0.2.2
19982026-06-08T19:40:30.111Z Compiling litrs v1.0.0
19992026-06-08T19:40:30.261Z Compiling httpdate v1.0.3
20002026-06-08T19:40:30.521Z Compiling rustix v0.38.44
20012026-06-08T19:40:30.593Z Compiling winnow v0.5.40
20022026-06-08T19:40:30.609Z Compiling document-features v0.2.12
20032026-06-08T19:40:30.676Z Compiling tempfile v3.25.0
20042026-06-08T19:40:30.845Z Compiling foreign-types v0.3.2
20052026-06-08T19:40:31.222Z Compiling unicode-normalization v0.1.25
20062026-06-08T19:40:31.250Z Compiling dof v0.3.0
20072026-06-08T19:40:31.468Z Compiling dtrace-parser v0.2.0
20082026-06-08T19:40:31.691Z Compiling dof v0.4.0
20092026-06-08T19:40:31.794Z Compiling darling_macro v0.20.11
20102026-06-08T19:40:31.810Z Compiling hyper v1.8.1
20112026-06-08T19:40:31.915Z Compiling toml_edit v0.19.15
20122026-06-08T19:40:32.054Z Compiling dtrace-parser v0.3.0
20132026-06-08T19:40:32.116Z Compiling daft-derive v0.1.7
20142026-06-08T19:40:32.250Z Compiling pin-project-internal v1.1.11
20152026-06-08T19:40:32.299Z Compiling spin v0.9.8
20162026-06-08T19:40:32.322Z Compiling thread-id v4.2.2
20172026-06-08T19:40:32.344Z Compiling thread-id v5.1.0
20182026-06-08T19:40:32.454Z Compiling smoltcp v0.9.1
20192026-06-08T19:40:32.462Z Compiling powerfmt v0.2.0
20202026-06-08T19:40:32.584Z Compiling anstyle v1.0.14
20212026-06-08T19:40:32.762Z Compiling cfg_aliases v0.2.1
20222026-06-08T19:40:32.810Z Compiling num-bigint-dig v0.8.6
20232026-06-08T19:40:32.823Z Compiling deranged v0.5.8
20242026-06-08T19:40:32.892Z Compiling darling v0.20.11
20252026-06-08T19:40:32.897Z Compiling nix v0.31.2
20262026-06-08T19:40:33.003Z Compiling hyper-util v0.1.20
20272026-06-08T19:40:33.414Z Compiling rustls-native-certs v0.8.3
20282026-06-08T19:40:33.477Z Compiling ipnetwork v0.21.1
20292026-06-08T19:40:33.800Z Compiling curve25519-dalek-derive v0.1.1
20302026-06-08T19:40:34.058Z Compiling strum_macros v0.26.4
20312026-06-08T19:40:34.170Z Compiling sync_wrapper v1.0.2
20322026-06-08T19:40:34.266Z Compiling wait-timeout v0.2.1
20332026-06-08T19:40:34.482Z Compiling colorchoice v1.0.4
20342026-06-08T19:40:34.609Z Compiling bit-vec v0.8.0
20352026-06-08T19:40:34.689Z Compiling simd-adler32 v0.3.8
20362026-06-08T19:40:34.743Z Compiling quick-error v1.2.3
20372026-06-08T19:40:34.763Z Compiling num_threads v0.1.7
20382026-06-08T19:40:34.801Z Compiling siphasher v1.0.2
20392026-06-08T19:40:34.870Z Compiling anstyle-query v1.1.5
20402026-06-08T19:40:34.898Z Compiling is_terminal_polyfill v1.70.2
20412026-06-08T19:40:34.905Z Compiling rusty-fork v0.3.1
20422026-06-08T19:40:34.948Z Compiling time v0.3.47
20432026-06-08T19:40:35.003Z Compiling bit-set v0.8.0
20442026-06-08T19:40:35.139Z Compiling tower v0.5.3
20452026-06-08T19:40:35.400Z Compiling derive_builder_core v0.20.2
20462026-06-08T19:40:35.445Z Compiling snafu-derive v0.8.9
20472026-06-08T19:40:35.966Z Compiling http-body-util v0.1.3
20482026-06-08T19:40:36.201Z Compiling webpki-roots v1.0.6
20492026-06-08T19:40:36.225Z Compiling rand_xorshift v0.4.0
20502026-06-08T19:40:36.282Z Compiling signature v2.2.0
20512026-06-08T19:40:36.334Z Compiling hubpack_derive v0.1.1
20522026-06-08T19:40:36.352Z Compiling strum_macros v0.27.2
20532026-06-08T19:40:36.470Z Compiling fs-err v3.3.0
20542026-06-08T19:40:36.513Z Compiling ahash v0.8.12
20552026-06-08T19:40:36.608Z Compiling encoding_rs v0.8.35
20562026-06-08T19:40:36.653Z Compiling unicode-properties v0.1.4
20572026-06-08T19:40:36.694Z Compiling object v0.37.3
20582026-06-08T19:40:36.763Z Compiling mime v0.3.17
20592026-06-08T19:40:36.828Z Compiling unicode-bidi v0.3.18
20602026-06-08T19:40:36.895Z Compiling allocator-api2 v0.2.21
20612026-06-08T19:40:36.938Z Compiling adler2 v2.0.1
20622026-06-08T19:40:36.958Z Compiling unarray v0.1.4
20632026-06-08T19:40:36.994Z Compiling iri-string v0.7.10
20642026-06-08T19:40:37.103Z Compiling ryu v1.0.23
20652026-06-08T19:40:37.178Z Compiling stringprep v0.1.5
20662026-06-08T19:40:37.254Z Compiling serde_urlencoded v0.7.1
20672026-06-08T19:40:37.282Z Compiling proptest v1.10.0
20682026-06-08T19:40:37.331Z Compiling miniz_oxide v0.8.9
20692026-06-08T19:40:37.770Z Compiling derive_builder_macro v0.20.2
20702026-06-08T19:40:37.857Z Compiling tokio-native-tls v0.3.1
20712026-06-08T19:40:37.944Z Compiling usdt-macro v0.6.0
20722026-06-08T19:40:37.964Z Compiling usdt-attr-macro v0.6.0
20732026-06-08T19:40:38.198Z Compiling tower-http v0.6.8
20742026-06-08T19:40:38.265Z Compiling anstyle-parse v1.0.0
20752026-06-08T19:40:38.560Z Compiling rand_chacha v0.3.1
20762026-06-08T19:40:38.595Z Compiling erased-serde v0.3.31
20772026-06-08T19:40:38.633Z Compiling md-5 v0.10.6
20782026-06-08T19:40:38.674Z Compiling bstr v1.12.1
20792026-06-08T19:40:38.803Z Compiling num-integer v0.1.46
20802026-06-08T19:40:38.821Z Compiling hash32 v0.2.1
20812026-06-08T19:40:38.835Z Compiling vergen-lib v9.1.0
20822026-06-08T19:40:38.951Z Compiling ff v0.13.1
20832026-06-08T19:40:39.024Z Compiling psl-types v2.0.11
20842026-06-08T19:40:39.102Z Compiling base16ct v0.2.0
20852026-06-08T19:40:39.109Z Compiling fallible-iterator v0.2.0
20862026-06-08T19:40:39.209Z Compiling zlib-rs v0.6.2
20872026-06-08T19:40:39.226Z Compiling publicsuffix v2.3.0
20882026-06-08T19:40:39.289Z Compiling sec1 v0.7.3
20892026-06-08T19:40:39.308Z Compiling group v0.13.0
20902026-06-08T19:40:39.368Z Compiling newtype-uuid v1.3.2
20912026-06-08T19:40:39.441Z Compiling postgres-protocol v0.6.10
20922026-06-08T19:40:39.503Z Compiling num-iter v0.1.45
20932026-06-08T19:40:39.713Z Compiling rand v0.8.6
20942026-06-08T19:40:40.136Z Compiling oxnet v0.1.5
20952026-06-08T19:40:40.365Z Compiling anstream v1.0.0
20962026-06-08T19:40:40.398Z Compiling derive_builder v0.20.2
20972026-06-08T19:40:40.404Z Compiling hyper-tls v0.6.0
20982026-06-08T19:40:40.548Z Compiling phf_shared v0.13.1
20992026-06-08T19:40:40.555Z Compiling pin-project v1.1.11
21002026-06-08T19:40:40.633Z Compiling lazy_static v1.5.0
21012026-06-08T19:40:40.693Z Compiling anstyle-parse v0.2.7
21022026-06-08T19:40:40.782Z Compiling terminal_size v0.4.3
21032026-06-08T19:40:40.814Z Compiling serde_with_macros v3.17.0
21042026-06-08T19:40:40.830Z Compiling futures-executor v0.3.32
21052026-06-08T19:40:40.835Z Compiling hex v0.4.3
21062026-06-08T19:40:41.087Z Compiling hkdf v0.12.4
21072026-06-08T19:40:41.103Z Compiling crypto-bigint v0.5.5
21082026-06-08T19:40:41.121Z Compiling serde_repr v0.1.20
21092026-06-08T19:40:41.157Z Compiling enum-as-inner v0.6.1
21102026-06-08T19:40:41.228Z Compiling clap_derive v4.6.1
21112026-06-08T19:40:41.252Z Compiling async-recursion v1.1.1
21122026-06-08T19:40:41.302Z Compiling vergen v9.1.0
21132026-06-08T19:40:41.554Z Compiling flate2 v1.1.9
21142026-06-08T19:40:41.561Z Compiling cargo-platform v0.3.2
21152026-06-08T19:40:41.606Z Compiling clap_lex v1.0.0
21162026-06-08T19:40:41.669Z Compiling bitflags v1.3.2
21172026-06-08T19:40:41.689Z Compiling foldhash v0.1.5
21182026-06-08T19:40:41.765Z Compiling foldhash v0.2.0
21192026-06-08T19:40:41.848Z Compiling managed v0.8.0
21202026-06-08T19:40:41.882Z Compiling same-file v1.0.6
21212026-06-08T19:40:41.943Z Compiling libbz2-rs-sys v0.2.2
21222026-06-08T19:40:42.064Z Compiling bumpalo v3.20.2
21232026-06-08T19:40:42.098Z Compiling walkdir v2.5.0
21242026-06-08T19:40:42.137Z Compiling elliptic-curve v0.13.8
21252026-06-08T19:40:42.197Z Compiling hashbrown v0.16.1
21262026-06-08T19:40:42.286Z Compiling zopfli v0.8.3
21272026-06-08T19:40:42.405Z Compiling bzip2 v0.6.1
21282026-06-08T19:40:42.510Z Compiling hashbrown v0.15.5
21292026-06-08T19:40:42.543Z Compiling clap_builder v4.6.0
21302026-06-08T19:40:42.684Z Compiling cargo_metadata v0.23.1
21312026-06-08T19:40:42.879Z Compiling futures v0.3.32
21322026-06-08T19:40:42.978Z Compiling anstream v0.6.21
21332026-06-08T19:40:43.190Z Compiling phf v0.13.1
21342026-06-08T19:40:43.240Z Compiling snafu v0.8.9
21352026-06-08T19:40:43.318Z Compiling zstd v0.13.3
21362026-06-08T19:40:43.466Z Compiling signal-hook-mio v0.2.5
21372026-06-08T19:40:43.582Z Compiling daft v0.1.7
21382026-06-08T19:40:43.626Z Compiling cookie_store v0.22.1
21392026-06-08T19:40:43.658Z Compiling postgres-types v0.2.12
21402026-06-08T19:40:43.713Z Compiling bzip2 v0.4.4
21412026-06-08T19:40:43.894Z Compiling globset v0.4.18
21422026-06-08T19:40:43.920Z Compiling strum v0.27.2
21432026-06-08T19:40:44.005Z Compiling hubpack v0.1.2
21442026-06-08T19:40:44.225Z Compiling ed25519 v2.2.3
21452026-06-08T19:40:44.260Z Compiling phf_shared v0.11.3
21462026-06-08T19:40:44.313Z Compiling crossbeam-epoch v0.9.18
21472026-06-08T19:40:44.342Z Compiling olpc-cjson v0.1.4
21482026-06-08T19:40:44.381Z Compiling pkcs1 v0.7.5
21492026-06-08T19:40:44.481Z Compiling pem v3.0.6
21502026-06-08T19:40:44.545Z Compiling serde_plain v1.0.2
21512026-06-08T19:40:44.631Z Compiling serde-big-array v0.5.1
21522026-06-08T19:40:44.707Z Compiling rfc6979 v0.4.0
21532026-06-08T19:40:44.771Z Compiling float-cmp v0.10.0
21542026-06-08T19:40:44.784Z Compiling memmap2 v0.9.10
21552026-06-08T19:40:44.806Z Compiling env_filter v1.0.0
21562026-06-08T19:40:44.816Z Compiling toml_write v0.1.2
21572026-06-08T19:40:44.851Z Compiling normalize-line-endings v0.3.0
21582026-06-08T19:40:44.952Z Compiling difflib v0.4.0
21592026-06-08T19:40:44.994Z Compiling whoami v2.1.0
21602026-06-08T19:40:45.016Z Compiling data-encoding v2.10.0
21612026-06-08T19:40:45.048Z Compiling fixedbitset v0.4.2
21622026-06-08T19:40:45.058Z Compiling new_debug_unreachable v1.0.6
21632026-06-08T19:40:45.087Z Compiling precomputed-hash v0.1.1
21642026-06-08T19:40:45.113Z Compiling keccak v0.1.6
21652026-06-08T19:40:45.147Z Compiling typed-path v0.9.3
21662026-06-08T19:40:45.156Z Compiling jiff v0.2.21
21672026-06-08T19:40:45.156Z Compiling predicates-core v1.0.10
21682026-06-08T19:40:45.194Z Compiling static_assertions v1.1.0
21692026-06-08T19:40:45.274Z Compiling fixedbitset v0.5.7
21702026-06-08T19:40:45.302Z Compiling predicates v3.1.4
21712026-06-08T19:40:45.328Z Compiling hickory-proto v0.25.2
21722026-06-08T19:40:45.344Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21732026-06-08T19:40:45.362Z Compiling sha3 v0.10.8
21742026-06-08T19:40:45.428Z Compiling tokio-postgres v0.7.16
21752026-06-08T19:40:45.573Z Compiling petgraph v0.8.3
21762026-06-08T19:40:45.588Z Compiling petgraph v0.6.5
21772026-06-08T19:40:45.676Z Compiling string_cache v0.8.9
21782026-06-08T19:40:45.894Z Compiling toml_edit v0.22.27
21792026-06-08T19:40:45.910Z Compiling env_logger v0.11.9
21802026-06-08T19:40:46.282Z Compiling usdt v0.6.0
21812026-06-08T19:40:46.320Z Compiling ecdsa v0.16.9
21822026-06-08T19:40:46.702Z Compiling rsa v0.9.10
21832026-06-08T19:40:46.791Z Compiling ed25519-dalek v2.2.0
21842026-06-08T19:40:47.364Z Compiling clap v4.6.1
21852026-06-08T19:40:47.389Z Compiling crossterm v0.28.1
21862026-06-08T19:40:47.509Z Compiling zip v0.6.6
21872026-06-08T19:40:47.559Z Compiling iddqd v0.4.2
21882026-06-08T19:40:47.977Z Compiling zip v4.6.1
21892026-06-08T19:40:48.328Z Compiling serde_with v3.17.0
21902026-06-08T19:40:48.396Z Compiling similar v2.7.0
21912026-06-08T19:40:48.453Z Compiling strum v0.26.3
21922026-06-08T19:40:48.493Z Compiling toml v0.7.8
21932026-06-08T19:40:48.613Z Compiling itertools v0.13.0
21942026-06-08T19:40:48.688Z Compiling tokio-stream v0.1.18
21952026-06-08T19:40:48.879Z Compiling buf-list v1.1.2
21962026-06-08T19:40:48.985Z Compiling x509-cert v0.2.5
21972026-06-08T19:40:49.167Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-08T19:40:49.184Z Compiling openapiv3 v2.2.0
21992026-06-08T19:40:49.378Z Compiling sha1 v0.10.6
22002026-06-08T19:40:49.626Z Compiling lalrpop-util v0.19.12
22012026-06-08T19:40:49.807Z Compiling peg-runtime v0.8.5
22022026-06-08T19:41:04.503Z Compiling rustls-webpki v0.103.9
22032026-06-08T19:41:06.511Z Compiling macaddr v1.0.1
22042026-06-08T19:41:06.605Z Compiling structmeta-derive v0.3.0
22052026-06-08T19:41:06.626Z Compiling rayon-core v1.13.0
22062026-06-08T19:41:06.846Z Compiling crucible-workspace-hack v0.1.0
22072026-06-08T19:41:06.875Z Compiling itertools v0.14.0
22082026-06-08T19:41:07.074Z Compiling secrecy v0.10.3
22092026-06-08T19:41:07.080Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-08T19:41:07.123Z Compiling heapless v0.8.0
22112026-06-08T19:41:07.165Z Compiling toml_datetime v0.7.5+spec-1.1.0
22122026-06-08T19:41:07.250Z Compiling rustls v0.22.4
22132026-06-08T19:41:07.374Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-06-08T19:41:07.407Z Compiling crossbeam-deque v0.8.6
22152026-06-08T19:41:07.478Z Compiling rustls-webpki v0.102.8
22162026-06-08T19:41:07.605Z Compiling hash32 v0.3.1
22172026-06-08T19:41:07.632Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-06-08T19:41:07.663Z Compiling structmeta v0.3.0
22192026-06-08T19:41:07.678Z Compiling multer v3.1.0
22202026-06-08T19:41:07.693Z Compiling thread_local v1.1.9
22212026-06-08T19:41:07.731Z Compiling smoltcp v0.11.0
22222026-06-08T19:41:07.737Z Compiling slog-async v2.8.0
22232026-06-08T19:41:07.785Z Compiling match_cfg v0.1.0
22242026-06-08T19:41:07.809Z Compiling compression-core v0.4.31
22252026-06-08T19:41:07.887Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-06-08T19:41:07.891Z Compiling unicode-width v0.2.0
22272026-06-08T19:41:07.984Z Compiling proc-macro-crate v3.4.0
22282026-06-08T19:41:08.033Z Compiling compression-codecs v0.4.37
22292026-06-08T19:41:08.069Z Compiling tokio-rustls v0.26.4
22302026-06-08T19:41:08.090Z Compiling rustls-platform-verifier v0.6.2
22312026-06-08T19:41:08.167Z Compiling derive-ex v0.1.8
22322026-06-08T19:41:08.181Z Compiling ingot-macros v0.1.1
22332026-06-08T19:41:08.248Z Compiling hostname v0.3.1
22342026-06-08T19:41:08.293Z Compiling hyper-rustls v0.27.7
22352026-06-08T19:41:08.419Z Compiling slog-json v2.6.1
22362026-06-08T19:41:08.432Z Compiling crossbeam-channel v0.5.15
22372026-06-08T19:41:08.453Z Compiling half v2.7.1
22382026-06-08T19:41:08.683Z Compiling reqwest v0.12.28
22392026-06-08T19:41:08.707Z Compiling reqwest v0.13.2
22402026-06-08T19:41:08.839Z Compiling newtype-uuid-macros v0.1.0
22412026-06-08T19:41:08.887Z Compiling cobs v0.3.0
22422026-06-08T19:41:09.152Z Compiling thiserror-impl-no-std v2.0.2
22432026-06-08T19:41:09.197Z Compiling universal-hash v0.5.1
22442026-06-08T19:41:09.322Z Compiling async-stream-impl v0.3.6
22452026-06-08T19:41:09.358Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-06-08T19:41:09.584Z Compiling serde_spanned v1.0.4
22472026-06-08T19:41:09.744Z Compiling is-terminal v0.4.17
22482026-06-08T19:41:09.759Z Compiling dropshot v0.17.0
22492026-06-08T19:41:09.783Z Compiling proc-macro-error-attr v1.0.4
22502026-06-08T19:41:09.817Z Compiling opaque-debug v0.3.1
22512026-06-08T19:41:10.099Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-06-08T19:41:10.174Z Compiling take_mut v0.2.2
22532026-06-08T19:41:10.174Z Compiling convert_case v0.4.0
22542026-06-08T19:41:10.174Z Compiling ciborium-io v0.2.2
22552026-06-08T19:41:10.174Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-06-08T19:41:10.175Z Compiling term v1.2.1
22572026-06-08T19:41:10.175Z Compiling ciborium-ll v0.2.2
22582026-06-08T19:41:10.250Z Compiling thiserror-no-std v2.0.2
22592026-06-08T19:41:10.292Z Compiling tokio-rustls v0.25.0
22602026-06-08T19:41:10.292Z Compiling tough v0.22.0
22612026-06-08T19:41:10.320Z Compiling derive_more v0.99.20
22622026-06-08T19:41:10.409Z Compiling toml v1.0.6+spec-1.1.0
22632026-06-08T19:41:10.441Z Compiling slog-term v2.9.2
22642026-06-08T19:41:10.441Z Compiling async-stream v0.3.6
22652026-06-08T19:41:10.550Z Compiling poly1305 v0.8.0
22662026-06-08T19:41:10.576Z Compiling test-strategy v0.4.5
22672026-06-08T19:41:10.866Z Compiling ingot-types v0.1.2
22682026-06-08T19:41:11.211Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-06-08T19:41:11.346Z Compiling ingot v0.1.1
22702026-06-08T19:41:11.354Z Compiling postcard v1.1.3
22712026-06-08T19:41:11.808Z Compiling slog-bunyan v2.5.0
22722026-06-08T19:41:11.893Z Compiling num_enum_derive v0.7.6
22732026-06-08T19:41:11.940Z Compiling async-compression v0.4.41
22742026-06-08T19:41:11.992Z Compiling parse-display-derive v0.10.0
22752026-06-08T19:41:12.032Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-08T19:41:12.179Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-08T19:41:12.386Z Compiling proc-macro-crate v1.3.1
22782026-06-08T19:41:12.418Z Compiling backon v1.6.0
22792026-06-08T19:41:12.559Z Compiling waitgroup v0.1.2
22802026-06-08T19:41:12.702Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-08T19:41:12.809Z Compiling password-hash v0.5.0
22822026-06-08T19:41:12.891Z Compiling chacha20 v0.9.1
22832026-06-08T19:41:12.933Z Compiling dropshot_endpoint v0.17.0
22842026-06-08T19:41:13.007Z Compiling rustls-pemfile v2.2.0
22852026-06-08T19:41:13.206Z Compiling blake2 v0.10.6
22862026-06-08T19:41:13.233Z Compiling aead v0.5.2
22872026-06-08T19:41:13.328Z Compiling foreign-types-macros v0.2.3
22882026-06-08T19:41:13.446Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-08T19:41:13.527Z Compiling serde_path_to_error v0.1.20
22902026-06-08T19:41:13.547Z Compiling hostname v0.4.2
22912026-06-08T19:41:13.605Z Compiling proc-macro-error v1.0.4
22922026-06-08T19:41:13.722Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-08T19:41:13.731Z Compiling instant v0.1.13
22942026-06-08T19:41:13.768Z Compiling cpufeatures v0.3.0
22952026-06-08T19:41:13.857Z Compiling typeid v1.0.3
22962026-06-08T19:41:13.879Z Compiling debug-ignore v1.0.5
22972026-06-08T19:41:13.879Z Compiling foreign-types-shared v0.3.1
22982026-06-08T19:41:13.920Z Compiling chacha20 v0.10.0
22992026-06-08T19:41:13.940Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23002026-06-08T19:41:13.955Z Compiling backoff v0.4.0
23012026-06-08T19:41:14.012Z Compiling foreign-types v0.5.0
23022026-06-08T19:41:14.021Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23032026-06-08T19:41:14.021Z Compiling parse-display v0.10.0
23042026-06-08T19:41:14.040Z Compiling argon2 v0.5.3
23052026-06-08T19:41:14.053Z Compiling chacha20poly1305 v0.10.1
23062026-06-08T19:41:14.170Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-06-08T19:41:14.198Z Compiling num_enum v0.7.6
23082026-06-08T19:41:14.236Z Compiling num_enum_derive v0.5.11
23092026-06-08T19:41:14.237Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23102026-06-08T19:41:14.272Z Compiling vsss-rs v3.3.4
23112026-06-08T19:41:14.289Z Compiling ciborium v0.2.2
23122026-06-08T19:41:14.372Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-06-08T19:41:14.769Z Compiling tabwriter v1.4.1
23142026-06-08T19:41:14.791Z Compiling regress v0.10.5
23152026-06-08T19:41:14.947Z Compiling byte-wrapper v0.1.0
23162026-06-08T19:41:15.017Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-08T19:41:15.087Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-08T19:41:15.170Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-08T19:41:15.190Z Compiling cstr-argument v0.1.2
23202026-06-08T19:41:15.196Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-08T19:41:15.196Z Compiling erased-serde v0.4.9
23222026-06-08T19:41:15.392Z Compiling humantime v2.3.0
23232026-06-08T19:41:15.452Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-08T19:41:15.555Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-06-08T19:41:15.580Z Compiling num_enum v0.5.11
23262026-06-08T19:41:15.745Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-08T19:41:15.818Z Compiling rand v0.10.0
23282026-06-08T19:41:15.833Z Compiling rayon v1.11.0
23292026-06-08T19:41:15.867Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-08T19:41:15.885Z Compiling colored v3.1.1
23312026-06-08T19:41:15.925Z Compiling libefi-sys v0.1.0
23322026-06-08T19:41:15.947Z Compiling indent_write v2.2.0
23332026-06-08T19:41:16.033Z Compiling zone_cfg_derive v0.3.1
23342026-06-08T19:41:16.116Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-08T19:41:16.196Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23362026-06-08T19:41:16.249Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-08T19:41:16.259Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-08T19:41:16.555Z Compiling camino-tempfile v1.4.1
23392026-06-08T19:41:16.566Z Compiling itertools v0.12.1
23402026-06-08T19:41:16.604Z Compiling usdt-attr-macro v0.5.0
23412026-06-08T19:41:16.629Z Compiling usdt-macro v0.5.0
23422026-06-08T19:41:16.649Z Compiling bitfield-struct v0.6.2
23432026-06-08T19:41:16.695Z Compiling num-derive v0.4.2
23442026-06-08T19:41:16.866Z Compiling blake3 v1.8.3
23452026-06-08T19:41:16.959Z Compiling ordered-float v2.10.1
23462026-06-08T19:41:17.214Z Compiling memmap v0.7.0
23472026-06-08T19:41:17.276Z Compiling sigpipe v0.1.3
23482026-06-08T19:41:17.310Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-08T19:41:17.375Z Compiling glob v0.3.3
23502026-06-08T19:41:17.467Z Compiling swrite v0.1.0
23512026-06-08T19:41:17.467Z Compiling usdt v0.5.0
23522026-06-08T19:41:17.541Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-06-08T19:41:17.561Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-08T19:41:17.669Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-08T19:41:17.894Z Compiling serde-value v0.7.0
23562026-06-08T19:41:18.072Z Compiling zone v0.3.1
23572026-06-08T19:41:18.099Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23582026-06-08T19:41:18.119Z Compiling serde-untagged v0.1.9
23592026-06-08T19:41:18.362Z Compiling toml v0.8.23
23602026-06-08T19:41:18.434Z Compiling smf v0.2.3
23612026-06-08T19:41:18.480Z Compiling filetime v0.2.27
23622026-06-08T19:41:18.480Z Compiling arrayvec v0.7.6
23632026-06-08T19:41:18.480Z Compiling arrayref v0.3.9
23642026-06-08T19:41:18.541Z Compiling constant_time_eq v0.4.2
23652026-06-08T19:41:18.566Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-06-08T19:41:18.593Z Compiling whoami v1.6.1
23672026-06-08T19:41:18.706Z Compiling unicode-xid v0.2.6
23682026-06-08T19:41:18.732Z Compiling xattr v1.6.1
23692026-06-08T19:41:18.732Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-06-08T19:41:18.774Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-06-08T19:41:18.854Z Compiling tar v0.4.45
23722026-06-08T19:41:18.899Z Compiling cargo-util-schemas v0.8.2
23732026-06-08T19:41:19.009Z Compiling tokio-dtrace v0.1.1
23742026-06-08T19:41:19.124Z Compiling console v0.16.2
23752026-06-08T19:41:19.377Z Compiling gethostname v0.5.0
23762026-06-08T19:41:19.403Z Compiling cargo-platform v0.2.0
23772026-06-08T19:41:19.555Z Compiling topological-sort v0.2.2
23782026-06-08T19:41:19.696Z Compiling unit-prefix v0.5.2
23792026-06-08T19:41:19.722Z Compiling oxide-tokio-rt v0.1.4
23802026-06-08T19:41:19.722Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-08T19:41:19.736Z Compiling shell-words v1.1.1
23822026-06-08T19:41:19.798Z Compiling indicatif v0.18.4
23832026-06-08T19:41:20.253Z Compiling cargo_metadata v0.21.0
23842026-06-08T19:41:29.529Z Compiling progenitor-client v0.14.0
23852026-06-08T19:41:29.542Z Compiling progenitor-client v0.10.0
23862026-06-08T19:41:29.542Z Compiling omicron-zone-package v0.12.2
23872026-06-08T19:41:30.026Z Compiling progenitor-extras v0.2.0
23882026-06-08T19:41:32.330Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-06-08T19:41:32.345Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-06-08T19:41:32.351Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-08T19:41:32.357Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-08T19:41:32.390Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-08T19:41:32.410Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-08T19:41:32.571Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-06-08T19:41:32.682Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23962026-06-08T19:41:32.701Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-06-08T19:41:37.001Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-08T19:41:44.742Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-08T19:41:50.568Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-08T19:41:50.568Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-08T19:41:58.656Z Finished `release` profile [optimized] target(s) in 1m 46s
24022026-06-08T19:41:58.810Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-08T19:41:58.875ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-08T19:41:58.880ZCreated new build target 'test' and set it as active
24052026-06-08T19:41:58.880Z
24062026-06-08T19:41:58.880Zreal 1:46.717158607
24072026-06-08T19:41:58.880Zuser 17:24.151452757
24082026-06-08T19:41:58.880Zsys 2:45.953812981
24092026-06-08T19:41:58.880Ztrap 0.497277089
24102026-06-08T19:41:58.880Ztflt 2.804163839
24112026-06-08T19:41:58.880Zdflt 4.328913264
24122026-06-08T19:41:58.880Zkflt 0.000612721
24132026-06-08T19:41:58.880Zlock 54:17.808570021
24142026-06-08T19:41:58.880Zslp 44:38.580372430
24152026-06-08T19:41:58.880Zlat 43.197721514
24162026-06-08T19:41:58.880Zstop 5:25.124158679
24172026-06-08T19:41:58.880Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-08T19:41:59.799Z Finished `release` profile [optimized] target(s) in 0.90s
24192026-06-08T19:41:59.873Z Running `target/release/omicron-package -t test package`
24202026-06-08T19:41:59.932ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-08T19:42:01.400Z Compiling heck v0.5.0
24222026-06-08T19:42:01.404Z Compiling regress v0.11.1
24232026-06-08T19:42:01.664Z Compiling unsafe-libyaml v0.2.11
24242026-06-08T19:42:01.676Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-08T19:42:01.697Z Compiling regress v0.10.5
24262026-06-08T19:42:01.719Z Compiling is-terminal v0.4.17
24272026-06-08T19:42:01.722Z Compiling unicode-width v0.1.14
24282026-06-08T19:42:01.760Z Compiling prettyplease v0.2.37
24292026-06-08T19:42:01.763Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-08T19:42:01.763Z Compiling bytecount v0.6.9
24312026-06-08T19:42:01.763Z Compiling rustls v0.22.4
24322026-06-08T19:42:01.763Z Compiling rustls-webpki v0.102.8
24332026-06-08T19:42:01.780Z Compiling derive-where v1.6.0
24342026-06-08T19:42:01.783Z Compiling thread_local v1.1.9
24352026-06-08T19:42:01.803Z Compiling compression-core v0.4.31
24362026-06-08T19:42:01.914Z Compiling match_cfg v0.1.0
24372026-06-08T19:42:01.960Z Compiling multer v3.1.0
24382026-06-08T19:42:01.999Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-08T19:42:02.027Z Compiling hostname v0.3.1
24402026-06-08T19:42:02.030Z Compiling compression-codecs v0.4.37
24412026-06-08T19:42:02.075Z Compiling slog-async v2.8.0
24422026-06-08T19:42:02.075Z Compiling crossbeam-channel v0.5.15
24432026-06-08T19:42:02.120Z Compiling slog-json v2.6.1
24442026-06-08T19:42:02.126Z Compiling toml_datetime v1.0.0+spec-1.1.0
24452026-06-08T19:42:02.165Z Compiling serde_yaml v0.9.34+deprecated
24462026-06-08T19:42:02.191Z Compiling serde_spanned v1.0.4
24472026-06-08T19:42:02.196Z Compiling take_mut v0.2.2
24482026-06-08T19:42:02.321Z Compiling toml_writer v1.0.6+spec-1.1.0
24492026-06-08T19:42:02.347Z Compiling term v1.2.1
24502026-06-08T19:42:02.370Z Compiling slog-bunyan v2.5.0
24512026-06-08T19:42:02.395Z Compiling async-compression v0.4.41
24522026-06-08T19:42:02.476Z Compiling dropshot v0.17.0
24532026-06-08T19:42:02.548Z Compiling toml v1.0.6+spec-1.1.0
24542026-06-08T19:42:02.572Z Compiling async-stream v0.3.6
24552026-06-08T19:42:02.575Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24562026-06-08T19:42:02.619Z Compiling num-rational v0.4.2
24572026-06-08T19:42:02.760Z Compiling slog-term v2.9.2
24582026-06-08T19:42:02.782Z Compiling progenitor-client v0.14.0
24592026-06-08T19:42:02.804Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-06-08T19:42:02.870Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-06-08T19:42:02.900Z Compiling waitgroup v0.1.2
24622026-06-08T19:42:02.944Z Compiling backon v1.6.0
24632026-06-08T19:42:03.024Z Compiling rustls-pemfile v2.2.0
24642026-06-08T19:42:03.078Z Compiling num-complex v0.4.6
24652026-06-08T19:42:03.100Z Compiling hostname v0.4.2
24662026-06-08T19:42:03.121Z Compiling serde_path_to_error v0.1.20
24672026-06-08T19:42:03.140Z Compiling instant v0.1.13
24682026-06-08T19:42:03.191Z Compiling debug-ignore v1.0.5
24692026-06-08T19:42:03.251Z Compiling typify-impl v0.6.2
24702026-06-08T19:42:03.274Z Compiling backoff v0.4.0
24712026-06-08T19:42:03.298Z Compiling progenitor-extras v0.2.0
24722026-06-08T19:42:03.318Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-08T19:42:03.344Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-08T19:42:03.520Z Compiling num v0.4.3
24752026-06-08T19:42:03.546Z Compiling parse-display v0.10.0
24762026-06-08T19:42:03.570Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-08T19:42:03.654Z Compiling progenitor-client v0.10.0
24782026-06-08T19:42:03.661Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-08T19:42:03.661Z Compiling macaddr v1.0.1
24802026-06-08T19:42:03.681Z Compiling float-ord v0.3.2
24812026-06-08T19:42:03.763Z Compiling humantime v2.3.0
24822026-06-08T19:42:03.859Z Compiling console v0.15.11
24832026-06-08T19:42:03.915Z Compiling atomicwrites v0.4.4
24842026-06-08T19:42:03.939Z Compiling newline-converter v0.3.0
24852026-06-08T19:42:04.039Z Compiling slog-dtrace v0.3.0
24862026-06-08T19:42:04.061Z Compiling owo-colors v4.3.0
24872026-06-08T19:42:04.106Z Compiling cancel-safe-futures v0.1.5
24882026-06-08T19:42:04.217Z Compiling tokio-rustls v0.25.0
24892026-06-08T19:42:04.276Z Compiling expectorate v1.2.0
24902026-06-08T19:42:04.349Z Compiling resolv-conf v0.7.6
24912026-06-08T19:42:04.473Z Compiling toml v0.8.23
24922026-06-08T19:42:04.496Z Compiling libsw-core v0.3.2
24932026-06-08T19:42:04.603Z Compiling linear-map v1.2.0
24942026-06-08T19:42:04.728Z Compiling libsw v3.5.0
24952026-06-08T19:42:04.873Z Compiling linked-hash-map v0.5.6
24962026-06-08T19:42:04.957Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-06-08T19:42:04.979Z Compiling minimal-lexical v0.2.1
24982026-06-08T19:42:05.022Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-06-08T19:42:05.120Z Compiling lru-cache v0.1.2
25002026-06-08T19:42:05.143Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-06-08T19:42:05.146Z Compiling hickory-proto v0.24.4
25022026-06-08T19:42:05.201Z Compiling nom v7.1.3
25032026-06-08T19:42:05.258Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-06-08T19:42:05.280Z Compiling unicode-xid v0.2.6
25052026-06-08T19:42:05.303Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-08T19:42:05.438Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-08T19:42:05.567Z Compiling convert_case v0.10.0
25082026-06-08T19:42:05.878Z Compiling derive_more-impl v2.1.1
25092026-06-08T19:42:06.192Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-08T19:42:06.581Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-08T19:42:06.641Z Compiling papergrid v0.11.0
25122026-06-08T19:42:06.695Z Compiling derive_more v2.1.1
25132026-06-08T19:42:06.764Z Compiling tabled_derive v0.7.0
25142026-06-08T19:42:06.821Z Compiling termtree v0.5.1
25152026-06-08T19:42:06.845Z Compiling typify-macro v0.6.2
25162026-06-08T19:42:07.039Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25172026-06-08T19:42:07.380Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-08T19:42:07.722Z Compiling hickory-resolver v0.24.4
25192026-06-08T19:42:08.065Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25202026-06-08T19:42:08.096Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-06-08T19:42:08.232Z Compiling tabled v0.15.0
25222026-06-08T19:42:08.257Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-08T19:42:08.430Z Compiling typify v0.6.2
25242026-06-08T19:42:08.595Z Compiling progenitor-impl v0.14.0
25252026-06-08T19:42:09.203Z Compiling qorb v0.4.1
25262026-06-08T19:42:09.366Z Compiling crossterm v0.29.0
25272026-06-08T19:42:10.821Z Compiling progenitor-macro v0.14.0
25282026-06-08T19:42:11.288Z Compiling phf_shared v0.12.1
25292026-06-08T19:42:11.548Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-08T19:42:12.104Z Compiling vte v0.14.1
25312026-06-08T19:42:12.399Z Compiling csv-core v0.1.13
25322026-06-08T19:42:12.424Z Compiling highway v1.3.0
25332026-06-08T19:42:12.903Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-06-08T19:42:13.113Z Compiling chrono-tz v0.10.4
25352026-06-08T19:42:13.214Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-06-08T19:42:13.375Z Compiling csv v1.4.0
25372026-06-08T19:42:13.457Z Compiling strip-ansi-escapes v0.2.1
25382026-06-08T19:42:13.600Z Compiling phf v0.12.1
25392026-06-08T19:42:13.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-06-08T19:42:14.004Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-06-08T19:42:14.056Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-06-08T19:42:14.374Z Compiling const_format_proc_macros v0.2.34
25432026-06-08T19:42:14.417Z Compiling fd-lock v4.0.4
25442026-06-08T19:42:14.478Z Compiling peg-macros v0.8.5
25452026-06-08T19:42:14.846Z Compiling nu-ansi-term v0.50.3
25462026-06-08T19:42:15.038Z Compiling progenitor v0.14.0
25472026-06-08T19:42:15.166Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-06-08T19:42:15.218Z Compiling const_format v0.2.35
25492026-06-08T19:42:15.445Z Compiling reedline v0.40.0
25502026-06-08T19:42:15.642Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-06-08T19:42:15.755Z Compiling peg v0.8.5
25522026-06-08T19:42:15.802Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-06-08T19:42:16.233Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-08T19:42:16.409Z Compiling bcs v0.1.6
25552026-06-08T19:42:16.724Z Compiling nom v8.0.0
25562026-06-08T19:42:16.859Z Compiling semver v0.1.20
25572026-06-08T19:42:17.175Z Compiling rustc_version v0.1.7
25582026-06-08T19:42:17.442Z Compiling newtype_derive v0.1.6
25592026-06-08T19:42:17.727Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-08T19:42:18.001Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25612026-06-08T19:42:18.068Z Compiling smawk v0.3.2
25622026-06-08T19:42:18.109Z Compiling unicode-linebreak v0.1.5
25632026-06-08T19:42:18.297Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-08T19:42:18.360Z Compiling textwrap v0.16.2
25652026-06-08T19:42:18.514Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-06-08T19:42:18.561Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-06-08T19:42:18.827Z Compiling base64 v0.21.7
25682026-06-08T19:42:19.009Z Compiling steno v0.4.1
25692026-06-08T19:42:19.320Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25702026-06-08T19:42:19.388Z Compiling dropshot-api-manager-types v0.7.2
25712026-06-08T19:42:19.415Z Compiling tagptr v0.2.0
25722026-06-08T19:42:19.571Z Compiling utf-8 v0.7.6
25732026-06-08T19:42:19.623Z Compiling moka v0.12.13
25742026-06-08T19:42:19.825Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-06-08T19:42:20.015Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-08T19:42:20.043Z Compiling tungstenite v0.21.0
25772026-06-08T19:42:20.101Z Compiling radium v0.7.0
25782026-06-08T19:42:20.200Z Compiling display-error-chain v0.2.2
25792026-06-08T19:42:20.447Z Compiling maybe-uninit v2.0.0
25802026-06-08T19:42:20.710Z Compiling hickory-resolver v0.25.2
25812026-06-08T19:42:20.749Z Compiling tokio-tungstenite v0.21.0
25822026-06-08T19:42:20.933Z Compiling tap v1.0.1
25832026-06-08T19:42:21.100Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25842026-06-08T19:42:21.127Z Compiling wyz v0.5.1
25852026-06-08T19:42:21.437Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-08T19:42:21.578Z Compiling num-derive v0.3.3
25872026-06-08T19:42:21.808Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-08T19:42:22.310Z Compiling zerocopy-derive v0.6.6
25892026-06-08T19:42:22.497Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-08T19:42:22.971Z Compiling crc-catalog v2.4.0
25912026-06-08T19:42:23.131Z Compiling packed_struct v0.10.1
25922026-06-08T19:42:23.149Z Compiling funty v2.0.0
25932026-06-08T19:42:23.464Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-08T19:42:23.715Z Compiling bitvec v1.0.1
25952026-06-08T19:42:24.158Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25962026-06-08T19:42:24.252Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25972026-06-08T19:42:24.434Z Compiling zerocopy v0.6.6
25982026-06-08T19:42:24.483Z Compiling crc v3.4.0
25992026-06-08T19:42:24.724Z Compiling proc-macro-error2 v2.0.1
26002026-06-08T19:42:24.835Z Compiling libscf-sys v1.1.0
26012026-06-08T19:42:25.060Z Compiling packed_struct_codegen v0.10.1
26022026-06-08T19:42:25.127Z Compiling vergen-lib v0.1.6
26032026-06-08T19:42:25.362Z Compiling bitfield-macros v0.19.4
26042026-06-08T19:42:25.572Z Compiling indexmap v1.9.3
26052026-06-08T19:42:25.823Z Compiling nodrop v0.1.14
26062026-06-08T19:42:25.963Z Compiling array-init v0.0.4
26072026-06-08T19:42:26.101Z Compiling bitfield v0.19.4
26082026-06-08T19:42:26.168Z Compiling smallvec v0.6.14
26092026-06-08T19:42:26.199Z Compiling tabled_derive v0.11.0
26102026-06-08T19:42:26.368Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-06-08T19:42:26.440Z Compiling papergrid v0.17.0
26122026-06-08T19:42:26.617Z Compiling testing_table v0.3.0
26132026-06-08T19:42:26.874Z Compiling vergen-gitcl v1.0.8
26142026-06-08T19:42:26.939Z Compiling dirs-sys-next v0.1.2
26152026-06-08T19:42:27.061Z Compiling crunchy v0.2.4
26162026-06-08T19:42:27.082Z Compiling glob v0.3.3
26172026-06-08T19:42:27.120Z Compiling hashbrown v0.12.3
26182026-06-08T19:42:27.220Z Compiling maplit v1.0.2
26192026-06-08T19:42:27.254Z Compiling diesel_derives v2.3.7
26202026-06-08T19:42:27.397Z Compiling dirs-next v2.0.0
26212026-06-08T19:42:27.420Z Compiling serde-hex v0.1.0
26222026-06-08T19:42:27.465Z Compiling clang-sys v1.8.1
26232026-06-08T19:42:27.528Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26242026-06-08T19:42:27.559Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-06-08T19:42:27.764Z Compiling tabled v0.20.0
26262026-06-08T19:42:27.812Z Compiling ron v0.8.1
26272026-06-08T19:42:27.836Z Compiling hashbrown v0.13.2
26282026-06-08T19:42:27.839Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26292026-06-08T19:42:27.889Z Compiling dsl_auto_type v0.2.0
26302026-06-08T19:42:28.244Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-06-08T19:42:28.486Z Compiling scheduled-thread-pool v0.2.7
26322026-06-08T19:42:28.494Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-08T19:42:28.740Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-08T19:42:28.977Z Compiling crc-any v2.5.0
26352026-06-08T19:42:29.096Z Compiling tiny-keccak v2.0.2
26362026-06-08T19:42:29.369Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-08T19:42:29.418Z Compiling r2d2 v0.8.10
26382026-06-08T19:42:29.608Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-06-08T19:42:29.710Z Compiling object v0.30.4
26402026-06-08T19:42:30.251Z Compiling term v0.7.0
26412026-06-08T19:42:30.442Z Compiling path-slash v0.1.5
26422026-06-08T19:42:30.511Z Compiling bit-vec v0.6.3
26432026-06-08T19:42:30.644Z Compiling downcast-rs v2.0.2
26442026-06-08T19:42:30.736Z Compiling xshell-macros v0.2.7
26452026-06-08T19:42:30.760Z Compiling bit-set v0.5.3
26462026-06-08T19:42:30.806Z Compiling ascii-canvas v3.0.0
26472026-06-08T19:42:31.086Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-06-08T19:42:31.150Z Compiling xshell v0.2.7
26492026-06-08T19:42:31.206Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-08T19:42:31.691Z Compiling itertools v0.10.5
26512026-06-08T19:42:32.271Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-08T19:42:32.493Z Compiling ena v0.14.4
26532026-06-08T19:42:32.763Z Compiling libloading v0.8.9
26542026-06-08T19:42:32.815Z Compiling diff v0.1.13
26552026-06-08T19:42:33.018Z Compiling unicase v2.9.0
26562026-06-08T19:42:33.091Z Compiling crc8 v0.1.1
26572026-06-08T19:42:33.245Z Compiling bindgen v0.71.1
26582026-06-08T19:42:33.346Z Compiling regex-syntax v0.6.29
26592026-06-08T19:42:33.585Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-08T19:42:33.795Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-08T19:42:33.958Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-08T19:42:34.255Z Compiling diesel v2.3.7
26632026-06-08T19:42:34.573Z Compiling cexpr v0.6.0
26642026-06-08T19:42:34.698Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26652026-06-08T19:42:34.825Z Compiling lalrpop v0.19.12
26662026-06-08T19:42:34.947Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-08T19:42:35.127Z Compiling rustc-hash v2.1.1
26682026-06-08T19:42:35.231Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-08T19:42:35.307Z Compiling headers-core v0.3.0
26702026-06-08T19:42:35.329Z Compiling libxml v0.3.3
26712026-06-08T19:42:35.354Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-08T19:42:35.484Z Compiling headers v0.4.1
26732026-06-08T19:42:35.636Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-08T19:42:35.817Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-08T19:42:35.892Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-08T19:42:36.275Z Compiling git-stub v1.0.0
26772026-06-08T19:42:36.368Z Compiling strum_macros v0.24.3
26782026-06-08T19:42:36.490Z Compiling indoc v1.0.9
26792026-06-08T19:42:36.553Z Compiling git-stub-vcs v0.1.0
26802026-06-08T19:42:36.924Z Compiling progenitor-impl v0.13.0
26812026-06-08T19:42:36.945Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-08T19:42:37.197Z Compiling derive_builder v0.20.2
26832026-06-08T19:42:37.221Z Compiling oso-derive v0.27.3
26842026-06-08T19:42:37.374Z Compiling quick-xml v0.37.5
26852026-06-08T19:42:37.681Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-08T19:42:37.757Z Compiling openssl-probe v0.1.6
26872026-06-08T19:42:38.124Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-08T19:42:38.297Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-08T19:42:38.477Z Compiling progenitor-client v0.13.0
26902026-06-08T19:42:38.607Z Compiling half v1.8.3
26912026-06-08T19:42:38.896Z Compiling serde_cbor v0.11.2
26922026-06-08T19:42:39.019Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-06-08T19:42:39.073Z Compiling bb8 v0.8.6
26942026-06-08T19:42:39.113Z Compiling trait-variant v0.1.2
26952026-06-08T19:42:39.204Z Compiling progenitor-macro v0.13.0
26962026-06-08T19:42:39.317Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-08T19:42:39.442Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-08T19:42:39.673Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-08T19:42:39.784Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-08T19:42:39.974Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-08T19:42:40.097Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-06-08T19:42:40.101Z Compiling samael v0.0.19
27032026-06-08T19:42:40.197Z Compiling typify-impl v0.4.3
27042026-06-08T19:42:40.260Z Compiling fxhash v0.2.1
27052026-06-08T19:42:40.392Z Compiling libz-sys v1.1.24
27062026-06-08T19:42:40.450Z Compiling salty v0.3.0
27072026-06-08T19:42:40.741Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27082026-06-08T19:42:40.780Z Compiling nonempty v0.12.0
27092026-06-08T19:42:41.561Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-08T19:42:41.573Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-08T19:42:41.605Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-08T19:42:41.988Z Compiling kstat-rs v0.2.4
27132026-06-08T19:42:42.032Z Compiling arc-swap v1.8.2
27142026-06-08T19:42:42.472Z Compiling fs-err v2.11.0
27152026-06-08T19:42:42.527Z Compiling polar-core v0.27.3
27162026-06-08T19:42:42.771Z Compiling mime_guess v2.0.5
27172026-06-08T19:42:42.867Z Compiling slog-scope v4.4.1
27182026-06-08T19:42:43.316Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-06-08T19:42:43.347Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-08T19:42:43.412Z Compiling progenitor v0.13.0
27212026-06-08T19:42:43.613Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-08T19:42:43.795Z Compiling typify-macro v0.4.3
27232026-06-08T19:42:44.726Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-08T19:42:44.926Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-08T19:42:44.954Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-08T19:42:45.243Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-08T19:42:45.346Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-08T19:42:45.563Z Compiling nanorand v0.7.0
27292026-06-08T19:42:45.823Z Compiling darling_core v0.23.0
27302026-06-08T19:42:45.952Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-08T19:42:46.303Z Compiling parking_lot_core v0.8.6
27322026-06-08T19:42:46.616Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27332026-06-08T19:42:47.064Z Compiling flume v0.11.1
27342026-06-08T19:42:47.470Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-08T19:42:47.990Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-08T19:42:48.063Z Compiling darling_macro v0.23.0
27372026-06-08T19:42:48.189Z Compiling slog-stdlog v4.1.1
27382026-06-08T19:42:48.671Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-08T19:42:48.749Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-08T19:42:49.977Z Compiling primeorder v0.13.6
27412026-06-08T19:42:49.998Z Compiling atty v0.2.14
27422026-06-08T19:42:50.158Z Compiling parse-size v1.1.0
27432026-06-08T19:42:50.312Z Compiling instability v0.3.11
27442026-06-08T19:42:50.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-06-08T19:42:50.546Z Compiling strsim v0.10.0
27462026-06-08T19:42:50.569Z Compiling http-range v0.1.5
27472026-06-08T19:42:50.700Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-08T19:42:50.898Z Compiling darling_core v0.13.4
27492026-06-08T19:42:50.923Z Compiling p384 v0.13.1
27502026-06-08T19:42:52.591Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-08T19:42:54.087Z Compiling oso v0.27.3
27522026-06-08T19:42:54.923Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-08T19:42:55.100Z Compiling async-bb8-diesel v0.2.1
27542026-06-08T19:42:55.462Z Compiling diesel-dtrace v0.5.0
27552026-06-08T19:42:55.486Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-08T19:42:56.095Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-06-08T19:42:57.131Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-06-08T19:42:57.441Z Compiling darling v0.23.0
27592026-06-08T19:42:57.581Z Compiling slog-envlogger v2.2.0
27602026-06-08T19:42:58.646Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-08T19:42:59.258Z Compiling typify v0.4.3
27622026-06-08T19:42:59.417Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-08T19:42:59.843Z Compiling ignore v0.4.25
27642026-06-08T19:43:00.691Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-08T19:43:01.715Z Compiling castaway v0.2.4
27662026-06-08T19:43:01.898Z Compiling vergen-git2 v9.1.0
27672026-06-08T19:43:02.144Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-08T19:43:02.165Z Compiling indoc v2.0.7
27692026-06-08T19:43:02.228Z Compiling compact_str v0.8.1
27702026-06-08T19:43:02.370Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-08T19:43:02.622Z Compiling globwalk v0.9.1
27722026-06-08T19:43:03.054Z Compiling progenitor-impl v0.11.2
27732026-06-08T19:43:03.083Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-08T19:43:03.332Z Compiling parking_lot v0.11.2
27752026-06-08T19:43:03.373Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-08T19:43:03.414Z Compiling hyper-staticfile v0.10.1
27772026-06-08T19:43:03.756Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-06-08T19:43:04.310Z Compiling darling_macro v0.13.4
27792026-06-08T19:43:04.687Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-08T19:43:04.824Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-08T19:43:05.046Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-08T19:43:05.069Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-08T19:43:05.319Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-06-08T19:43:05.382Z Compiling predicates-tree v1.0.13
27852026-06-08T19:43:05.537Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-06-08T19:43:05.635Z Compiling unicode-truncate v1.1.0
27872026-06-08T19:43:05.777Z Compiling lru v0.12.5
27882026-06-08T19:43:05.858Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-08T19:43:05.881Z Compiling rand_seeder v0.4.0
27902026-06-08T19:43:06.018Z Compiling prefix-trie v0.7.0
27912026-06-08T19:43:06.154Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-08T19:43:06.432Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-08T19:43:06.556Z Compiling illumos-nvpair-sys v0.2.0
27942026-06-08T19:43:06.579Z Compiling rustls v0.21.12
27952026-06-08T19:43:06.626Z Compiling corncobs v0.1.4
27962026-06-08T19:43:06.692Z Compiling cassowary v0.3.0
27972026-06-08T19:43:06.866Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-06-08T19:43:06.884Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-06-08T19:43:06.884Z Compiling hickory-server v0.25.2
28002026-06-08T19:43:06.973Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-06-08T19:43:07.011Z Compiling ratatui v0.29.0
28022026-06-08T19:43:07.234Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-08T19:43:07.497Z Compiling camino-tempfile-ext v0.3.3
28042026-06-08T19:43:07.633Z Compiling progenitor-macro v0.11.2
28052026-06-08T19:43:07.637Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-06-08T19:43:08.216Z Compiling darling v0.13.4
28072026-06-08T19:43:08.377Z Compiling sled v0.34.7
28082026-06-08T19:43:09.376Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-08T19:43:10.944Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-08T19:43:11.722Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-08T19:43:11.985Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-08T19:43:12.111Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-06-08T19:43:12.338Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28142026-06-08T19:43:12.513Z Compiling progenitor-client v0.11.2
28152026-06-08T19:43:12.591Z Compiling rustls-webpki v0.101.7
28162026-06-08T19:43:12.713Z Compiling git2 v0.20.4
28172026-06-08T19:43:12.905Z Compiling sct v0.7.1
28182026-06-08T19:43:13.094Z Compiling secrecy v0.8.0
28192026-06-08T19:43:13.200Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-08T19:43:14.426Z Compiling progenitor v0.11.2
28212026-06-08T19:43:14.736Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-06-08T19:43:15.542Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-06-08T19:43:15.698Z Compiling serde_with_macros v1.5.2
28242026-06-08T19:43:15.842Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-08T19:43:16.564Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-06-08T19:43:16.591Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-06-08T19:43:17.328Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-08T19:43:18.436Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-08T19:43:18.502Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-08T19:43:18.846Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-06-08T19:43:19.081Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-06-08T19:43:19.131Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-06-08T19:43:19.314Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-06-08T19:43:19.368Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28352026-06-08T19:43:19.544Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-06-08T19:43:19.614Z Compiling void v1.0.2
28372026-06-08T19:43:19.831Z Compiling lzss v0.8.2
28382026-06-08T19:43:20.309Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-06-08T19:43:21.037Z Compiling illumos-nvpair v0.3.0
28402026-06-08T19:43:21.558Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-08T19:43:22.536Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28422026-06-08T19:43:23.358Z Compiling serde_with v1.14.0
28432026-06-08T19:43:24.090Z Compiling tokio-rustls v0.24.1
28442026-06-08T19:43:24.325Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-08T19:43:24.406Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28462026-06-08T19:43:24.560Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-06-08T19:43:24.618Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-08T19:43:25.380Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-08T19:43:25.643Z Compiling tungstenite v0.23.0
28502026-06-08T19:43:25.743Z Compiling rustls-pemfile v1.0.4
28512026-06-08T19:43:26.079Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-08T19:43:26.190Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28532026-06-08T19:43:26.343Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28542026-06-08T19:43:26.434Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-08T19:43:26.589Z Compiling nix v0.27.1
28562026-06-08T19:43:27.798Z Compiling twox-hash v2.1.2
28572026-06-08T19:43:28.053Z Compiling serde_bytes v0.11.19
28582026-06-08T19:43:28.310Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28592026-06-08T19:43:28.352Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28602026-06-08T19:43:28.378Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28612026-06-08T19:43:28.681Z Compiling tokio-tungstenite v0.23.1
28622026-06-08T19:43:29.046Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28632026-06-08T19:43:29.113Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-06-08T19:43:29.461Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-08T19:43:31.544Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-08T19:43:32.525Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-08T19:43:33.067Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-08T19:43:33.246Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-08T19:43:33.270Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-08T19:43:33.585Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712026-06-08T19:43:33.694Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-06-08T19:43:34.026Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-06-08T19:43:34.450Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-08T19:43:34.822Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-08T19:43:36.618Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-08T19:43:37.574Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-06-08T19:43:37.953Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28782026-06-08T19:43:38.643Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792026-06-08T19:43:38.732Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-08T19:43:38.966Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-06-08T19:43:39.756Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-08T19:43:40.930Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-08T19:43:41.290Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-06-08T19:43:41.469Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28852026-06-08T19:43:41.517Z Compiling signal-hook-tokio v0.3.1
28862026-06-08T19:43:41.703Z Compiling fatfs v0.3.6
28872026-06-08T19:43:41.729Z Compiling yasna v0.5.2
28882026-06-08T19:43:41.824Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-08T19:43:42.411Z Compiling is_ci v1.2.0
28902026-06-08T19:43:42.642Z Compiling assert_matches v1.5.0
28912026-06-08T19:43:42.753Z Compiling seq-macro v0.3.6
28922026-06-08T19:43:42.966Z Compiling supports-color v3.0.2
28932026-06-08T19:43:43.063Z Compiling rcgen v0.12.1
28942026-06-08T19:43:43.176Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-08T19:43:43.250Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-08T19:43:43.368Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-08T19:43:43.397Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-06-08T19:43:43.632Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-06-08T19:43:43.876Z Compiling subprocess v0.2.15
29002026-06-08T19:43:44.683Z Compiling rtoolbox v0.0.3
29012026-06-08T19:43:44.972Z Compiling rpassword v7.4.0
29022026-06-08T19:43:45.282Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-06-08T19:43:45.632Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-08T19:43:46.139Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-06-08T19:43:47.226Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-06-08T19:43:47.386Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29072026-06-08T19:43:47.560Z Compiling tui-tree-widget v0.23.1
29082026-06-08T19:43:47.863Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-08T19:43:48.171Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-08T19:43:48.690Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-08T19:43:48.721Z Compiling uzers v0.12.2
29122026-06-08T19:43:50.216Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-08T19:43:51.291Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-08T19:43:52.436Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-08T19:43:54.070Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-08T19:43:56.534Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29172026-06-08T19:43:57.329Z Compiling support-bundle-viewer v0.1.2
29182026-06-08T19:43:58.768Z Compiling multimap v0.10.1
29192026-06-08T19:44:03.569Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29202026-06-08T19:44:12.865Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29212026-06-08T19:44:19.285Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29222026-06-08T19:44:19.929Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-08T19:44:21.734Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-08T19:51:10.520Z Finished `release` profile [optimized] target(s) in 9m 10s
29252026-06-08T19:51:56.931Z
29262026-06-08T19:51:56.931Zreal 9:58.023062494
29272026-06-08T19:51:56.931Zuser 1:21:33.698717992
29282026-06-08T19:51:56.937Zsys 3:43.472226147
29292026-06-08T19:51:56.937Ztrap 1.781127968
29302026-06-08T19:51:56.937Ztflt 2.558522957
29312026-06-08T19:51:56.937Zdflt 18.146733446
29322026-06-08T19:51:56.937Zkflt 0.017534559
29332026-06-08T19:51:56.937Zlock 7:18:13.536387559
29342026-06-08T19:51:56.937Zslp 2:22:49.797474922
29352026-06-08T19:51:56.937Zlat 2:32.384375813
29362026-06-08T19:51:56.937Zstop 5:32.330770516
29372026-06-08T19:51:56.937Z+ mapfile -t packages
29382026-06-08T19:51:56.937Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-08T19:51:57.889Z Finished `release` profile [optimized] target(s) in 0.94s
29402026-06-08T19:51:57.965Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-08T19:51:58.031ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-08T19:51:58.034Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-08T19:51:58.578Z Compiling libc v0.2.185
29442026-06-08T19:51:58.578Z Compiling serde v1.0.228
29452026-06-08T19:51:58.578Z Compiling serde_core v1.0.228
29462026-06-08T19:51:58.581Z Compiling rustix v1.1.3
29472026-06-08T19:51:58.581Z Compiling serde_json v1.0.149
29482026-06-08T19:51:58.581Z Compiling bitflags v2.11.0
29492026-06-08T19:51:58.581Z Compiling num-traits v0.2.19
29502026-06-08T19:51:58.684Z Compiling syn v2.0.117
29512026-06-08T19:51:58.766Z Compiling smallvec v1.15.1
29522026-06-08T19:51:58.770Z Compiling indexmap v2.14.0
29532026-06-08T19:51:58.778Z Compiling usdt-impl v0.5.0
29542026-06-08T19:51:58.801Z Compiling syn v1.0.109
29552026-06-08T19:51:58.815Z Compiling log v0.4.29
29562026-06-08T19:51:58.826Z Compiling getrandom v0.4.1
29572026-06-08T19:51:58.943Z Compiling percent-encoding v2.3.2
29582026-06-08T19:51:59.102Z Compiling form_urlencoded v1.2.2
29592026-06-08T19:51:59.155Z Compiling fs-err v3.3.0
29602026-06-08T19:51:59.155Z Compiling heck v0.4.1
29612026-06-08T19:51:59.157Z Compiling anyhow v1.0.102
29622026-06-08T19:51:59.215Z Compiling once_cell v1.21.3
29632026-06-08T19:51:59.410Z Compiling thread-id v4.2.2
29642026-06-08T19:51:59.482Z Compiling errno v0.3.14
29652026-06-08T19:51:59.521Z Compiling memmap v0.7.0
29662026-06-08T19:51:59.809Z Compiling ordered-float v2.10.1
29672026-06-08T19:52:00.374Z Compiling proc-macro-error v1.0.4
29682026-06-08T19:52:00.490Z Compiling terminal_size v0.4.3
29692026-06-08T19:52:00.490Z Compiling tempfile v3.25.0
29702026-06-08T19:52:00.604Z Compiling clap_builder v4.6.0
29712026-06-08T19:52:00.604Z Compiling textwrap v0.16.2
29722026-06-08T19:52:00.632Z Compiling tabled_derive v0.7.0
29732026-06-08T19:52:00.728Z Compiling camino-tempfile v1.4.1
29742026-06-08T19:52:01.262Z Compiling synstructure v0.13.2
29752026-06-08T19:52:01.262Z Compiling pest_generator v2.8.6
29762026-06-08T19:52:01.298Z Compiling tabled v0.15.0
29772026-06-08T19:52:01.674Z Compiling serde_derive v1.0.228
29782026-06-08T19:52:01.674Z Compiling zerofrom-derive v0.1.6
29792026-06-08T19:52:01.677Z Compiling yoke-derive v0.8.1
29802026-06-08T19:52:01.677Z Compiling zerovec-derive v0.11.2
29812026-06-08T19:52:01.677Z Compiling displaydoc v0.2.5
29822026-06-08T19:52:01.677Z Compiling thiserror-impl v1.0.69
29832026-06-08T19:52:01.677Z Compiling zerocopy-derive v0.7.35
29842026-06-08T19:52:01.677Z Compiling scroll_derive v0.12.1
29852026-06-08T19:52:01.677Z Compiling thiserror-impl v2.0.18
29862026-06-08T19:52:01.696Z Compiling clap_derive v4.6.1
29872026-06-08T19:52:01.795Z Compiling pest_derive v2.8.6
29882026-06-08T19:52:02.434Z Compiling scroll v0.12.0
29892026-06-08T19:52:02.581Z Compiling zerocopy v0.7.35
29902026-06-08T19:52:02.723Z Compiling goblin v0.8.2
29912026-06-08T19:52:02.770Z Compiling zerofrom v0.1.6
29922026-06-08T19:52:02.828Z Compiling thiserror v1.0.69
29932026-06-08T19:52:02.916Z Compiling yoke v0.8.1
29942026-06-08T19:52:02.928Z Compiling dtrace-parser v0.2.0
29952026-06-08T19:52:03.024Z Compiling thiserror v2.0.18
29962026-06-08T19:52:03.089Z Compiling zerovec v0.11.5
29972026-06-08T19:52:03.134Z Compiling zerotrie v0.2.3
29982026-06-08T19:52:03.405Z Compiling clap v4.6.1
29992026-06-08T19:52:03.705Z Compiling tinystr v0.8.2
30002026-06-08T19:52:03.936Z Compiling icu_locale_core v2.1.1
30012026-06-08T19:52:04.707Z Compiling potential_utf v0.1.4
30022026-06-08T19:52:04.932Z Compiling icu_collections v2.1.1
30032026-06-08T19:52:05.001Z Compiling icu_provider v2.1.1
30042026-06-08T19:52:05.136Z Compiling toml_datetime v0.6.11
30052026-06-08T19:52:05.174Z Compiling serde_spanned v0.6.9
30062026-06-08T19:52:05.241Z Compiling dof v0.3.0
30072026-06-08T19:52:05.276Z Compiling serde-value v0.7.0
30082026-06-08T19:52:05.296Z Compiling cargo-platform v0.2.0
30092026-06-08T19:52:05.365Z Compiling icu_normalizer v2.1.1
30102026-06-08T19:52:05.383Z Compiling icu_properties v2.1.2
30112026-06-08T19:52:05.457Z Compiling toml_edit v0.22.27
30122026-06-08T19:52:05.493Z Compiling macaddr v1.0.1
30132026-06-08T19:52:05.624Z Compiling serde_tokenstream v0.2.3
30142026-06-08T19:52:06.263Z Compiling idna_adapter v1.2.1
30152026-06-08T19:52:06.381Z Compiling idna v1.1.0
30162026-06-08T19:52:06.401Z Compiling usdt-attr-macro v0.5.0
30172026-06-08T19:52:06.427Z Compiling usdt-macro v0.5.0
30182026-06-08T19:52:06.833Z Compiling url v2.5.8
30192026-06-08T19:52:07.016Z Compiling toml v0.8.23
30202026-06-08T19:52:07.044Z Compiling usdt v0.5.0
30212026-06-08T19:52:07.452Z Compiling cargo-util-schemas v0.8.2
30222026-06-08T19:52:07.452Z Compiling cargo_toml v0.21.0
30232026-06-08T19:52:08.520Z Compiling cargo_metadata v0.21.0
30242026-06-08T19:52:11.580Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-08T19:52:14.584Z Finished `release` profile [optimized] target(s) in 16.54s
30262026-06-08T19:52:14.751Z
30272026-06-08T19:52:14.755Zreal 16.680869037
30282026-06-08T19:52:14.755Zuser 2:22.091958366
30292026-06-08T19:52:14.755Zsys 17.264755676
30302026-06-08T19:52:14.755Ztrap 0.097260131
30312026-06-08T19:52:14.755Ztflt 0.512494950
30322026-06-08T19:52:14.755Zdflt 1.514091742
30332026-06-08T19:52:14.755Zkflt 0.000021607
30342026-06-08T19:52:14.756Zlock 5:19.537800969
30352026-06-08T19:52:14.756Zslp 3:27.807727063
30362026-06-08T19:52:14.756Zlat 5.846008066
30372026-06-08T19:52:14.756Zstop 21.174551252
30382026-06-08T19:52:14.756Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-08T19:52:14.756Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-08T19:52:14.756Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-08T19:52:14.756Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-08T19:52:14.756Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-08T19:52:15.702Z Compiling progenitor-client v0.14.0
30442026-06-08T19:52:15.702Z Compiling newtype-uuid-macros v0.1.0
30452026-06-08T19:52:15.705Z Compiling structmeta-derive v0.3.0
30462026-06-08T19:52:15.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-08T19:52:15.705Z Compiling rustls v0.22.4
30482026-06-08T19:52:15.705Z Compiling rustls-webpki v0.102.8
30492026-06-08T19:52:15.705Z Compiling multer v3.1.0
30502026-06-08T19:52:15.705Z Compiling compression-core v0.4.31
30512026-06-08T19:52:15.851Z Compiling debug-ignore v1.0.5
30522026-06-08T19:52:15.854Z Compiling match_cfg v0.1.0
30532026-06-08T19:52:15.854Z Compiling slog-json v2.6.1
30542026-06-08T19:52:15.866Z Compiling async-stream-impl v0.3.6
30552026-06-08T19:52:15.946Z Compiling toml_datetime v1.0.0+spec-1.1.0
30562026-06-08T19:52:15.962Z Compiling serde_spanned v1.0.4
30572026-06-08T19:52:15.981Z Compiling dropshot v0.17.0
30582026-06-08T19:52:15.984Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-06-08T19:52:16.093Z Compiling compression-codecs v0.4.37
30602026-06-08T19:52:16.129Z Compiling hostname v0.3.1
30612026-06-08T19:52:16.145Z Compiling itertools v0.14.0
30622026-06-08T19:52:16.198Z Compiling toml v1.0.6+spec-1.1.0
30632026-06-08T19:52:16.215Z Compiling waitgroup v0.1.2
30642026-06-08T19:52:16.230Z Compiling rustls-pemfile v2.2.0
30652026-06-08T19:52:16.246Z Compiling dropshot_endpoint v0.17.0
30662026-06-08T19:52:16.323Z Compiling async-compression v0.4.41
30672026-06-08T19:52:16.326Z Compiling slog-bunyan v2.5.0
30682026-06-08T19:52:16.383Z Compiling serde_path_to_error v0.1.20
30692026-06-08T19:52:16.383Z Compiling hostname v0.4.2
30702026-06-08T19:52:16.417Z Compiling regress v0.10.5
30712026-06-08T19:52:16.464Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30722026-06-08T19:52:16.509Z Compiling macaddr v1.0.1
30732026-06-08T19:52:16.537Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-08T19:52:16.556Z Compiling async-stream v0.3.6
30752026-06-08T19:52:16.575Z Compiling instant v0.1.13
30762026-06-08T19:52:16.633Z Compiling backon v1.6.0
30772026-06-08T19:52:16.669Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30782026-06-08T19:52:16.686Z Compiling backoff v0.4.0
30792026-06-08T19:52:16.687Z Compiling progenitor-client v0.10.0
30802026-06-08T19:52:16.722Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-08T19:52:16.759Z Compiling humantime v2.3.0
30822026-06-08T19:52:16.762Z Compiling universal-hash v0.5.1
30832026-06-08T19:52:16.794Z Compiling opaque-debug v0.3.1
30842026-06-08T19:52:16.860Z Compiling progenitor-extras v0.2.0
30852026-06-08T19:52:16.887Z Compiling half v2.7.1
30862026-06-08T19:52:16.905Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30872026-06-08T19:52:16.938Z Compiling ciborium-io v0.2.2
30882026-06-08T19:52:16.956Z Compiling crucible-workspace-hack v0.1.0
30892026-06-08T19:52:16.982Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-06-08T19:52:17.016Z Compiling convert_case v0.4.0
30912026-06-08T19:52:17.061Z Compiling aead v0.5.2
30922026-06-08T19:52:17.061Z Compiling secrecy v0.10.3
30932026-06-08T19:52:17.115Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-06-08T19:52:17.143Z Compiling ciborium-ll v0.2.2
30952026-06-08T19:52:17.161Z Compiling poly1305 v0.8.0
30962026-06-08T19:52:17.205Z Compiling structmeta v0.3.0
30972026-06-08T19:52:17.224Z Compiling chacha20 v0.9.1
30982026-06-08T19:52:17.263Z Compiling regress v0.11.1
30992026-06-08T19:52:17.299Z Compiling unsafe-libyaml v0.2.11
31002026-06-08T19:52:17.318Z Compiling ciborium v0.2.2
31012026-06-08T19:52:17.389Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31022026-06-08T19:52:17.413Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31032026-06-08T19:52:17.432Z Compiling derive_more v0.99.20
31042026-06-08T19:52:17.456Z Compiling derive-ex v0.1.8
31052026-06-08T19:52:17.478Z Compiling parse-display-derive v0.10.0
31062026-06-08T19:52:17.538Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31072026-06-08T19:52:17.567Z Compiling thiserror-impl-no-std v2.0.2
31082026-06-08T19:52:17.591Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-08T19:52:17.672Z Compiling byte-wrapper v0.1.0
31102026-06-08T19:52:17.823Z Compiling password-hash v0.5.0
31112026-06-08T19:52:17.908Z Compiling serde_yaml v0.9.34+deprecated
31122026-06-08T19:52:17.945Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31132026-06-08T19:52:17.979Z Compiling blake2 v0.10.6
31142026-06-08T19:52:18.082Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-08T19:52:18.097Z Compiling chacha20poly1305 v0.10.1
31162026-06-08T19:52:18.115Z Compiling tokio-rustls v0.25.0
31172026-06-08T19:52:18.133Z Compiling indent_write v2.2.0
31182026-06-08T19:52:18.270Z Compiling argon2 v0.5.3
31192026-06-08T19:52:18.287Z Compiling toml_edit v0.23.10+spec-1.0.0
31202026-06-08T19:52:18.305Z Compiling heapless v0.8.0
31212026-06-08T19:52:18.383Z Compiling ingot-macros v0.1.1
31222026-06-08T19:52:18.584Z Compiling tabwriter v1.4.1
31232026-06-08T19:52:18.819Z Compiling thiserror-no-std v2.0.2
31242026-06-08T19:52:18.837Z Compiling proc-macro-crate v3.4.0
31252026-06-08T19:52:18.855Z Compiling typify-impl v0.6.2
31262026-06-08T19:52:18.941Z Compiling vsss-rs v3.3.4
31272026-06-08T19:52:19.259Z Compiling test-strategy v0.4.5
31282026-06-08T19:52:19.301Z Compiling parse-display v0.10.0
31292026-06-08T19:52:19.397Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31302026-06-08T19:52:19.439Z Compiling num_enum_derive v0.7.6
31312026-06-08T19:52:19.461Z Compiling hash32 v0.3.1
31322026-06-08T19:52:19.499Z Compiling smoltcp v0.11.0
31332026-06-08T19:52:19.636Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31342026-06-08T19:52:19.672Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31352026-06-08T19:52:19.694Z Compiling num-rational v0.4.2
31362026-06-08T19:52:19.716Z Compiling cobs v0.3.0
31372026-06-08T19:52:19.803Z Compiling num-complex v0.4.6
31382026-06-08T19:52:19.924Z Compiling colored v3.1.1
31392026-06-08T19:52:19.942Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-08T19:52:19.959Z Compiling postcard v1.1.3
31412026-06-08T19:52:19.979Z Compiling proc-macro-error v1.0.4
31422026-06-08T19:52:20.121Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31432026-06-08T19:52:20.192Z Compiling num v0.4.3
31442026-06-08T19:52:20.228Z Compiling proc-macro-crate v1.3.1
31452026-06-08T19:52:20.287Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31462026-06-08T19:52:20.319Z Compiling atomicwrites v0.4.4
31472026-06-08T19:52:20.339Z Compiling foreign-types-macros v0.2.3
31482026-06-08T19:52:20.342Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31492026-06-08T19:52:20.342Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-08T19:52:20.500Z Compiling foreign-types-shared v0.3.1
31512026-06-08T19:52:20.546Z Compiling rayon-core v1.13.0
31522026-06-08T19:52:20.565Z Compiling num_enum v0.7.6
31532026-06-08T19:52:20.595Z Compiling float-ord v0.3.2
31542026-06-08T19:52:20.595Z Compiling cpufeatures v0.3.0
31552026-06-08T19:52:20.673Z Compiling num_enum_derive v0.5.11
31562026-06-08T19:52:20.695Z Compiling chacha20 v0.10.0
31572026-06-08T19:52:20.715Z Compiling crossbeam-deque v0.8.6
31582026-06-08T19:52:20.752Z Compiling camino-tempfile v1.4.1
31592026-06-08T19:52:20.770Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-06-08T19:52:20.789Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31612026-06-08T19:52:20.824Z Compiling cstr-argument v0.1.2
31622026-06-08T19:52:20.841Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31632026-06-08T19:52:20.861Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-08T19:52:20.964Z Compiling rand v0.10.0
31652026-06-08T19:52:20.990Z Compiling foreign-types v0.5.0
31662026-06-08T19:52:21.030Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31672026-06-08T19:52:21.054Z Compiling toml v0.8.23
31682026-06-08T19:52:21.104Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-06-08T19:52:21.126Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31702026-06-08T19:52:21.275Z Compiling zone_cfg_derive v0.3.1
31712026-06-08T19:52:21.293Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31722026-06-08T19:52:21.312Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-06-08T19:52:21.330Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-06-08T19:52:21.352Z Compiling ingot-types v0.1.2
31752026-06-08T19:52:21.388Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31762026-06-08T19:52:21.454Z Compiling rayon v1.11.0
31772026-06-08T19:52:21.471Z Compiling itertools v0.12.1
31782026-06-08T19:52:21.489Z Compiling num-derive v0.4.2
31792026-06-08T19:52:21.505Z Compiling sigpipe v0.1.3
31802026-06-08T19:52:21.641Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-06-08T19:52:21.721Z Compiling glob v0.3.3
31822026-06-08T19:52:21.724Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31832026-06-08T19:52:21.783Z Compiling ingot v0.1.1
31842026-06-08T19:52:21.818Z Compiling num_enum v0.5.11
31852026-06-08T19:52:21.894Z Compiling smf v0.2.3
31862026-06-08T19:52:21.912Z Compiling whoami v1.6.1
31872026-06-08T19:52:21.933Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-06-08T19:52:21.971Z Compiling prettyplease v0.2.37
31892026-06-08T19:52:21.998Z Compiling usdt-macro v0.5.0
31902026-06-08T19:52:22.017Z Compiling usdt-attr-macro v0.5.0
31912026-06-08T19:52:22.239Z Compiling gethostname v0.5.0
31922026-06-08T19:52:22.278Z Compiling memmap v0.7.0
31932026-06-08T19:52:22.410Z Compiling derive-where v1.6.0
31942026-06-08T19:52:22.450Z Compiling resolv-conf v0.7.6
31952026-06-08T19:52:22.467Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-06-08T19:52:22.501Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31972026-06-08T19:52:22.528Z Compiling cancel-safe-futures v0.1.5
31982026-06-08T19:52:22.660Z Compiling zone v0.3.1
31992026-06-08T19:52:22.754Z Compiling owo-colors v4.3.0
32002026-06-08T19:52:22.852Z Compiling libsw-core v0.3.2
32012026-06-08T19:52:22.873Z Compiling console v0.15.11
32022026-06-08T19:52:22.936Z Compiling usdt v0.5.0
32032026-06-08T19:52:22.954Z Compiling hickory-proto v0.24.4
32042026-06-08T19:52:23.055Z Compiling libsw v3.5.0
32052026-06-08T19:52:23.132Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-08T19:52:23.260Z Compiling newline-converter v0.3.0
32072026-06-08T19:52:23.279Z Compiling linear-map v1.2.0
32082026-06-08T19:52:23.299Z Compiling libefi-sys v0.1.0
32092026-06-08T19:52:23.299Z Compiling linked-hash-map v0.5.6
32102026-06-08T19:52:23.393Z Compiling expectorate v1.2.0
32112026-06-08T19:52:23.410Z Compiling git-stub v1.0.0
32122026-06-08T19:52:23.490Z Compiling typify-macro v0.6.2
32132026-06-08T19:52:23.511Z Compiling lru-cache v0.1.2
32142026-06-08T19:52:23.528Z Compiling bitfield-struct v0.6.2
32152026-06-08T19:52:23.567Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32162026-06-08T19:52:23.570Z Compiling nom v8.0.0
32172026-06-08T19:52:23.588Z Compiling semver v0.1.20
32182026-06-08T19:52:23.663Z Compiling git-stub-vcs v0.1.0
32192026-06-08T19:52:23.705Z Compiling tokio-dtrace v0.1.1
32202026-06-08T19:52:23.760Z Compiling dropshot-api-manager-types v0.7.2
32212026-06-08T19:52:23.799Z Compiling slog-dtrace v0.3.0
32222026-06-08T19:52:23.860Z Compiling rustc_version v0.1.7
32232026-06-08T19:52:23.897Z Compiling minimal-lexical v0.2.1
32242026-06-08T19:52:23.917Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-08T19:52:23.933Z Compiling oxide-tokio-rt v0.1.4
32262026-06-08T19:52:23.998Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32272026-06-08T19:52:24.024Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-06-08T19:52:24.064Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-06-08T19:52:24.109Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32302026-06-08T19:52:24.128Z Compiling nom v7.1.3
32312026-06-08T19:52:24.146Z Compiling phf_shared v0.12.1
32322026-06-08T19:52:24.149Z Compiling newtype_derive v0.1.6
32332026-06-08T19:52:24.190Z Compiling csv-core v0.1.13
32342026-06-08T19:52:24.261Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-06-08T19:52:24.278Z Compiling xshell-macros v0.2.7
32362026-06-08T19:52:24.283Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32372026-06-08T19:52:24.374Z Compiling chrono-tz v0.10.4
32382026-06-08T19:52:24.391Z Compiling highway v1.3.0
32392026-06-08T19:52:24.409Z Compiling const_format_proc_macros v0.2.34
32402026-06-08T19:52:24.591Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-06-08T19:52:24.631Z Compiling csv v1.4.0
32422026-06-08T19:52:24.716Z Compiling xshell v0.2.7
32432026-06-08T19:52:24.758Z Compiling phf v0.12.1
32442026-06-08T19:52:24.803Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-06-08T19:52:24.949Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32462026-06-08T19:52:25.020Z Compiling primeorder v0.13.6
32472026-06-08T19:52:25.136Z Compiling hickory-resolver v0.24.4
32482026-06-08T19:52:25.218Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-06-08T19:52:25.307Z Compiling const_format v0.2.35
32502026-06-08T19:52:25.326Z Compiling tabled_derive v0.7.0
32512026-06-08T19:52:25.371Z Compiling typify v0.6.2
32522026-06-08T19:52:25.390Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32532026-06-08T19:52:25.437Z Compiling bcs v0.1.6
32542026-06-08T19:52:25.520Z Compiling progenitor-impl v0.14.0
32552026-06-08T19:52:25.564Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-06-08T19:52:25.659Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-06-08T19:52:25.677Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-06-08T19:52:25.785Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32592026-06-08T19:52:25.913Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-06-08T19:52:26.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-06-08T19:52:26.181Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-06-08T19:52:26.298Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32632026-06-08T19:52:26.356Z Compiling qorb v0.4.1
32642026-06-08T19:52:26.403Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-06-08T19:52:26.421Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-06-08T19:52:26.674Z Compiling tagptr v0.2.0
32672026-06-08T19:52:26.695Z Compiling salty v0.3.0
32682026-06-08T19:52:26.715Z Compiling termtree v0.5.1
32692026-06-08T19:52:26.858Z Compiling moka v0.12.13
32702026-06-08T19:52:26.907Z Compiling textwrap v0.16.2
32712026-06-08T19:52:26.949Z Compiling tabled v0.15.0
32722026-06-08T19:52:27.006Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-08T19:52:27.262Z Compiling steno v0.4.1
32742026-06-08T19:52:27.306Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-06-08T19:52:27.325Z Compiling base64 v0.21.7
32762026-06-08T19:52:27.427Z Compiling radium v0.7.0
32772026-06-08T19:52:27.476Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-06-08T19:52:27.479Z Compiling p384 v0.13.1
32792026-06-08T19:52:27.706Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-06-08T19:52:27.724Z Compiling hickory-resolver v0.25.2
32812026-06-08T19:52:27.819Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-06-08T19:52:27.955Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-06-08T19:52:28.041Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-06-08T19:52:28.108Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-06-08T19:52:28.141Z Compiling typify-impl v0.4.3
32862026-06-08T19:52:28.309Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32872026-06-08T19:52:28.313Z Compiling progenitor-macro v0.14.0
32882026-06-08T19:52:28.365Z Compiling maybe-uninit v2.0.0
32892026-06-08T19:52:28.466Z Compiling tap v1.0.1
32902026-06-08T19:52:28.616Z Compiling wyz v0.5.1
32912026-06-08T19:52:28.745Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-06-08T19:52:28.852Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-06-08T19:52:28.870Z Compiling proc-macro-error-attr2 v2.0.0
32942026-06-08T19:52:28.997Z Compiling funty v2.0.0
32952026-06-08T19:52:29.229Z Compiling parking_lot_core v0.8.6
32962026-06-08T19:52:29.331Z Compiling utf-8 v0.7.6
32972026-06-08T19:52:29.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-06-08T19:52:29.493Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-06-08T19:52:29.527Z Compiling packed_struct v0.10.1
33002026-06-08T19:52:29.606Z Compiling tungstenite v0.21.0
33012026-06-08T19:52:29.645Z Compiling bitvec v1.0.1
33022026-06-08T19:52:29.662Z Compiling proc-macro-error2 v2.0.1
33032026-06-08T19:52:29.808Z Compiling polyval v0.6.2
33042026-06-08T19:52:29.828Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33052026-06-08T19:52:29.876Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33062026-06-08T19:52:29.920Z Compiling packed_struct_codegen v0.10.1
33072026-06-08T19:52:29.926Z Compiling num-derive v0.3.3
33082026-06-08T19:52:29.968Z Compiling bitfield-macros v0.19.4
33092026-06-08T19:52:30.019Z Compiling zerocopy-derive v0.6.6
33102026-06-08T19:52:30.076Z Compiling indexmap v1.9.3
33112026-06-08T19:52:30.173Z Compiling crc-catalog v2.4.0
33122026-06-08T19:52:30.301Z Compiling nodrop v0.1.14
33132026-06-08T19:52:30.318Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-06-08T19:52:30.429Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-06-08T19:52:30.472Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33162026-06-08T19:52:30.579Z Compiling array-init v0.0.4
33172026-06-08T19:52:30.669Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33182026-06-08T19:52:30.736Z Compiling bitfield v0.19.4
33192026-06-08T19:52:30.757Z Compiling crc v3.4.0
33202026-06-08T19:52:30.914Z Compiling libscf-sys v1.1.0
33212026-06-08T19:52:30.943Z Compiling zerocopy v0.6.6
33222026-06-08T19:52:30.972Z Compiling tokio-tungstenite v0.21.0
33232026-06-08T19:52:31.019Z Compiling tabled_derive v0.11.0
33242026-06-08T19:52:31.083Z Compiling ghash v0.5.1
33252026-06-08T19:52:31.099Z Compiling smallvec v0.6.14
33262026-06-08T19:52:31.249Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-08T19:52:31.319Z Compiling papergrid v0.17.0
33282026-06-08T19:52:31.341Z Compiling testing_table v0.3.0
33292026-06-08T19:52:31.359Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-08T19:52:31.379Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-06-08T19:52:31.482Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-06-08T19:52:31.518Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-06-08T19:52:31.536Z Compiling ctr v0.9.2
33342026-06-08T19:52:31.587Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-08T19:52:31.751Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-08T19:52:31.779Z Compiling hashbrown v0.12.3
33372026-06-08T19:52:31.829Z Compiling unicase v2.9.0
33382026-06-08T19:52:31.946Z Compiling illumos-nvpair-sys v0.2.0
33392026-06-08T19:52:31.965Z Compiling corncobs v0.1.4
33402026-06-08T19:52:31.991Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-06-08T19:52:32.052Z Compiling aes-gcm v0.10.3
33422026-06-08T19:52:32.076Z Compiling mime_guess v2.0.5
33432026-06-08T19:52:32.096Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-06-08T19:52:32.189Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-06-08T19:52:32.213Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-06-08T19:52:32.253Z Compiling parking_lot v0.11.2
33472026-06-08T19:52:32.294Z Compiling tabled v0.20.0
33482026-06-08T19:52:32.425Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33492026-06-08T19:52:32.544Z Compiling serde-hex v0.1.0
33502026-06-08T19:52:32.702Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-06-08T19:52:32.738Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-06-08T19:52:32.774Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-06-08T19:52:32.786Z Compiling typify-macro v0.4.3
33542026-06-08T19:52:32.942Z Compiling ron v0.8.1
33552026-06-08T19:52:32.983Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33562026-06-08T19:52:33.001Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-06-08T19:52:33.132Z Compiling hashbrown v0.13.2
33582026-06-08T19:52:33.165Z Compiling progenitor-client v0.11.2
33592026-06-08T19:52:33.239Z Compiling blowfish v0.9.1
33602026-06-08T19:52:33.499Z Compiling prefix-trie v0.7.0
33612026-06-08T19:52:33.527Z Compiling ssh-encoding v0.2.0
33622026-06-08T19:52:33.561Z Compiling progenitor v0.14.0
33632026-06-08T19:52:33.561Z Compiling fxhash v0.2.1
33642026-06-08T19:52:33.662Z Compiling secrecy v0.8.0
33652026-06-08T19:52:33.732Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33662026-06-08T19:52:33.759Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-06-08T19:52:33.880Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33682026-06-08T19:52:33.917Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-06-08T19:52:33.984Z Compiling crc-any v2.5.0
33702026-06-08T19:52:34.040Z Compiling hickory-server v0.25.2
33712026-06-08T19:52:34.230Z Compiling ssh-cipher v0.2.0
33722026-06-08T19:52:34.292Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-06-08T19:52:34.442Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-06-08T19:52:34.612Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33752026-06-08T19:52:34.638Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33762026-06-08T19:52:34.703Z Compiling typify v0.4.3
33772026-06-08T19:52:34.848Z Compiling progenitor-impl v0.11.2
33782026-06-08T19:52:34.916Z Compiling sled v0.34.7
33792026-06-08T19:52:34.931Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33802026-06-08T19:52:35.000Z Compiling object v0.30.4
33812026-06-08T19:52:35.102Z Compiling bcrypt-pbkdf v0.10.0
33822026-06-08T19:52:35.318Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33832026-06-08T19:52:35.331Z Compiling password-hash v0.4.2
33842026-06-08T19:52:35.476Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33852026-06-08T19:52:35.507Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33862026-06-08T19:52:35.758Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33872026-06-08T19:52:35.974Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33882026-06-08T19:52:36.077Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-06-08T19:52:36.110Z Compiling half v1.8.3
33902026-06-08T19:52:36.408Z Compiling crc8 v0.1.1
33912026-06-08T19:52:36.519Z Compiling http-range v0.1.5
33922026-06-08T19:52:36.579Z Compiling path-slash v0.1.5
33932026-06-08T19:52:36.731Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-06-08T19:52:36.772Z Compiling serde_cbor v0.11.2
33952026-06-08T19:52:36.811Z Compiling pbkdf2 v0.11.0
33962026-06-08T19:52:37.041Z Compiling illumos-nvpair v0.3.0
33972026-06-08T19:52:37.148Z Compiling ssh-key v0.6.7
33982026-06-08T19:52:37.342Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33992026-06-08T19:52:37.395Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34002026-06-08T19:52:37.586Z Compiling progenitor-macro v0.11.2
34012026-06-08T19:52:37.884Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34022026-06-08T19:52:37.898Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34032026-06-08T19:52:38.057Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34042026-06-08T19:52:38.101Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34052026-06-08T19:52:38.164Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-06-08T19:52:38.515Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-06-08T19:52:38.602Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-06-08T19:52:38.648Z Compiling p521 v0.13.3
34092026-06-08T19:52:38.681Z Compiling p256 v0.13.2
34102026-06-08T19:52:38.772Z Compiling yasna v0.5.2
34112026-06-08T19:52:38.927Z Compiling kstat-rs v0.2.4
34122026-06-08T19:52:38.946Z Compiling headers-core v0.3.0
34132026-06-08T19:52:38.977Z Compiling nanorand v0.7.0
34142026-06-08T19:52:39.019Z Compiling russh-cryptovec v0.7.3
34152026-06-08T19:52:39.078Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34162026-06-08T19:52:39.099Z Compiling atty v0.2.14
34172026-06-08T19:52:39.117Z Compiling md5 v0.7.0
34182026-06-08T19:52:39.249Z Compiling home v0.5.12
34192026-06-08T19:52:39.253Z Compiling rcgen v0.12.1
34202026-06-08T19:52:39.259Z Compiling flume v0.11.1
34212026-06-08T19:52:39.324Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34222026-06-08T19:52:39.365Z Compiling russh-keys v0.45.0
34232026-06-08T19:52:39.417Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-06-08T19:52:39.430Z Compiling headers v0.4.1
34252026-06-08T19:52:39.504Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-08T19:52:39.606Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-06-08T19:52:39.645Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-06-08T19:52:39.683Z Compiling hyper-staticfile v0.10.1
34292026-06-08T19:52:39.778Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-06-08T19:52:39.939Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-06-08T19:52:40.057Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-06-08T19:52:40.084Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-06-08T19:52:40.174Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-08T19:52:40.238Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34352026-06-08T19:52:40.264Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-06-08T19:52:40.265Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34372026-06-08T19:52:40.518Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-06-08T19:52:40.575Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-06-08T19:52:40.738Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-06-08T19:52:40.753Z Compiling num-bigint v0.4.6
34412026-06-08T19:52:40.864Z Compiling des v0.8.1
34422026-06-08T19:52:40.884Z Compiling subprocess v0.2.15
34432026-06-08T19:52:40.893Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-06-08T19:52:40.893Z Compiling display-error-chain v0.2.2
34452026-06-08T19:52:40.997Z Compiling hex-literal v0.4.1
34462026-06-08T19:52:41.044Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-06-08T19:52:41.065Z Compiling colored v2.2.0
34482026-06-08T19:52:41.081Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-06-08T19:52:41.109Z Compiling socket2 v0.5.10
34502026-06-08T19:52:41.162Z Compiling internet-checksum v0.2.1
34512026-06-08T19:52:41.385Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-06-08T19:52:41.456Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-08T19:52:41.988Z Compiling russh v0.45.0
34542026-06-08T19:52:42.441Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34552026-06-08T19:52:42.510Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34562026-06-08T19:52:42.631Z Compiling progenitor v0.11.2
34572026-06-08T19:52:42.805Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34582026-06-08T19:52:45.021Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-06-08T19:52:45.658Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-06-08T19:52:46.117Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-06-08T19:52:47.711Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-06-08T19:52:48.475Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-06-08T19:52:55.816Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34642026-06-08T19:52:55.816Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-06-08T19:52:55.816Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-06-08T19:52:55.820Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-06-08T19:52:57.533Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-06-08T19:52:57.673Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-06-08T19:53:03.248Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-06-08T19:53:40.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-06-08T19:53:41.058Z
34722026-06-08T19:53:41.059Zreal 1:26.240077938
34732026-06-08T19:53:41.059Zuser 8:11.187748157
34742026-06-08T19:53:41.059Zsys 1:43.915139167
34752026-06-08T19:53:41.059Ztrap 0.251076327
34762026-06-08T19:53:41.059Ztflt 0.587836165
34772026-06-08T19:53:41.059Zdflt 1.505280739
34782026-06-08T19:53:41.063Zkflt 0.000357889
34792026-06-08T19:53:41.063Zlock 27:41.160962186
34802026-06-08T19:53:41.063Zslp 18:43.455826077
34812026-06-08T19:53:41.063Zlat 38.698778204
34822026-06-08T19:53:41.063Zstop 2:49.006917842
34832026-06-08T19:53:41.063Z+ mkdir tests
34842026-06-08T19:53:41.066Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-06-08T19:53:41.066Z+ xargs -I '{}' -t cp '{}' tests/
34862026-06-08T19:53:41.095Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34872026-06-08T19:53:41.123Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34882026-06-08T19:53:41.151Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34892026-06-08T19:53:41.181Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34902026-06-08T19:53:41.473Z+ 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-08T19:53:41.477Z+ 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-08T19:55:03.899ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-06-08T19:55:03.899Za .github/buildomat/ci-env.sh 1K
34942026-06-08T19:55:03.899Za out/target/test 1K
34952026-06-08T19:55:03.899Za out/npuzone/npuzone 27402K
34962026-06-08T19:55:03.899Za package-manifest.toml 35K
34972026-06-08T19:55:03.899Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-06-08T19:55:03.899Za target/release/omicron-package 46205K
34992026-06-08T19:55:03.900Za target/release/xtask 11453K
35002026-06-08T19:55:03.900Za target/debug/bootstrap 354734K
35012026-06-08T19:55:03.900Za tests/bootstrap-5cb81a4442024e3b 31215K
35022026-06-08T19:55:03.900Za tests/commtest-0f6493148f0d4209 32300K
35032026-06-08T19:55:03.900Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35042026-06-08T19:55:03.900Za tests/end_to_end_tests-6c7bc3bbe97020e4 395806K
35052026-06-08T19:55:03.900Za tools/opte_version 1K
35062026-06-08T19:55:03.900Za tools/opte_version_override 2K
35072026-06-08T19:55:03.900Za out/clickhouse.tar.gz 321897K
35082026-06-08T19:55:03.900Za out/clickhouse_keeper.tar.gz 306962K
35092026-06-08T19:55:03.900Za out/clickhouse_server.tar.gz 321895K
35102026-06-08T19:55:03.900Za out/cockroachdb.tar.gz 166143K
35112026-06-08T19:55:03.900Za out/crucible-pantry-zone.tar.gz 41125K
35122026-06-08T19:55:03.900Za out/crucible-utils.tar 16478K
35132026-06-08T19:55:03.900Za out/crucible-zone.tar.gz 56695K
35142026-06-08T19:55:03.900Za out/external-dns.tar.gz 51260K
35152026-06-08T19:55:03.900Za out/internal-dns.tar.gz 51259K
35162026-06-08T19:55:03.900Za out/mg-ddm-gz.tar 97912K
35172026-06-08T19:55:03.900Za out/nexus.tar.gz 280885K
35182026-06-08T19:55:03.900Za out/ntp.tar.gz 32798K
35192026-06-08T19:55:03.900Za out/omicron-gateway-softnpu.tar.gz 29800K
35202026-06-08T19:55:03.900Za out/omicron-sled-agent.tar 206660K
35212026-06-08T19:55:03.901Za out/overlay.tar.gz 3K
35222026-06-08T19:55:03.901Za out/oximeter.tar.gz 68157K
35232026-06-08T19:55:03.901Za out/oxlog.tar 3782K
35242026-06-08T19:55:03.901Za out/probe.tar.gz 3037K
35252026-06-08T19:55:03.901Za out/propolis-server.tar.gz 34918K
35262026-06-08T19:55:03.901Za out/pumpkind-gz.tar 26647K
35272026-06-08T19:55:03.901Za out/switch-softnpu.tar.gz 455259K
35282026-06-08T19:55:03.904Z
35292026-06-08T19:55:03.905Zreal 1:22.423158176
35302026-06-08T19:55:03.905Zuser 1:19.597411340
35312026-06-08T19:55:03.905Zsys 4.636224282
35322026-06-08T19:55:03.905Ztrap 0.006724588
35332026-06-08T19:55:03.905Ztflt 0.000000000
35342026-06-08T19:55:03.905Zdflt 0.000000000
35352026-06-08T19:55:03.905Zkflt 0.000000000
35362026-06-08T19:55:03.905Zlock 0.000000000
35372026-06-08T19:55:03.905Zslp 1:19.564464370
35382026-06-08T19:55:03.905Zlat 1.036525827
35392026-06-08T19:55:03.905Zstop 0.000163048
35402026-06-08T19:55:03.905Zprocess exited: duration 1018926 ms, exit code 0
 
35412026-06-08T19:55:03.919Zfound 1 output files
35422026-06-08T19:55:03.925Zuploading: /work/package.tar.gz (2568484769 bytes)
35432026-06-08T19:55:32.977Zuploaded: /work/package.tar.gz