01KS9GJXKM6MV08WVJVFJ1M1VH: 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: 01KS9GKB984S4J341NMVCTKN82

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T04:14:19.864Zjob assigned to worker 01KS9GKFSDETZANCW5C2E4P2K3 [factory aws, i-0d377c4b5f34b5ce8] (queued for 56 s)
 
22026-05-23T04:14:27.203Zstarting task 0: "setup"
32026-05-23T04:14:27.207Z++ uname -s
42026-05-23T04:14:27.210Z+ kern=SunOS
52026-05-23T04:14:27.210Z+ build_user=build
62026-05-23T04:14:27.210Z+ build_uid=12345
72026-05-23T04:14:27.211Z+ work_dir=/work
82026-05-23T04:14:27.211Z+ input_dir=/input
92026-05-23T04:14:27.211Z+ [[ 0 == 12345 ]]
102026-05-23T04:14:27.211Z+ case "$kern" in
112026-05-23T04:14:27.211Z+ groupadd -g 12345 build
122026-05-23T04:14:27.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T04:14:29.222Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T04:14:29.362Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T04:14:29.367Z+ home_fs=zfs
162026-05-23T04:14:29.367Z+ [[ zfs == autofs ]]
172026-05-23T04:14:29.367Z+ mkdir -p /home/build
182026-05-23T04:14:29.367Z+ chown build:build /home/build /work
192026-05-23T04:14:31.368Z+ chmod 0700 /home/build /work
202026-05-23T04:14:31.371Zprocess exited: duration 4172 ms, exit code 0
 
212026-05-23T04:14:31.377Zstarting task 1: "rust-toolchain"
222026-05-23T04:14:31.384Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T04:14:31.384Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T04:14:31.384Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-23T04:14:31.384Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-23T04:14:31.384Z * rust toolchain channel = "1.94.0"
272026-05-23T04:14:31.384Z * rust toolchain profile = "default"
282026-05-23T04:14:31.387Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T04:14:31.387Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T04:14:31.490Zinfo: downloading installer
312026-05-23T04:14:32.871Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T04:14:32.871Zwarn: /home/build/.rustup/settings.toml
332026-05-23T04:14:32.871Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T04:14:32.871Zwarn: instead of the one inferred from the default host triple.
352026-05-23T04:14:32.883Zinfo: profile set to default
362026-05-23T04:14:32.883Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T04:14:32.886Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T04:14:33.017Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T04:14:33.020Zinfo: downloading 6 components
402026-05-23T04:14:47.269Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-23T04:14:47.269Z
422026-05-23T04:14:47.300Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T04:14:47.300Z
442026-05-23T04:14:47.300Z
452026-05-23T04:14:47.300ZRust is installed now. Great!
462026-05-23T04:14:47.300Z
472026-05-23T04:14:47.300ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T04:14:47.300Zenvironment variable. This has not been done automatically.
492026-05-23T04:14:47.301Z
502026-05-23T04:14:47.301ZTo configure your current shell, you need to source
512026-05-23T04:14:47.301Zthe corresponding env file under $HOME/.cargo.
522026-05-23T04:14:47.301Z
532026-05-23T04:14:47.301ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T04:14:47.301Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T04:14:47.301Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T04:14:47.301Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T04:14:47.301Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T04:14:47.301Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T04:14:47.301Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T04:14:47.304Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T04:14:47.304Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T04:14:47.393Z+ rustup --version
632026-05-23T04:14:47.399Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T04:14:47.402Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T04:14:47.422Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T04:14:47.425Z+ cargo --version
672026-05-23T04:14:47.433Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T04:14:47.436Z+ rustc --version
692026-05-23T04:14:47.457Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T04:14:47.460Zprocess exited: duration 16082 ms, exit code 0
 
712026-05-23T04:14:47.466Zstarting task 2: "authentication"
722026-05-23T04:14:47.485Zprocess exited: duration 18 ms, exit code 0
 
732026-05-23T04:14:47.491Zstarting task 3: "clone repository"
742026-05-23T04:14:47.496Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T04:14:47.499Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T04:14:47.553ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T04:14:57.667Z+ cd /work/oxidecomputer/omicron
782026-05-23T04:14:57.667Z+ git fetch origin e328074106e163afbb0cbfe32a793cc1bb0582d8
792026-05-23T04:14:57.946ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T04:14:57.946Z * branch e328074106e163afbb0cbfe32a793cc1bb0582d8 -> FETCH_HEAD
812026-05-23T04:14:57.962Z+ [[ -n multicast-e2e ]]
822026-05-23T04:14:57.966Z++ git branch --show-current
832026-05-23T04:14:57.969Z+ current=main
842026-05-23T04:14:57.969Z+ [[ main != multicast-e2e ]]
852026-05-23T04:14:57.969Z+ git branch -f multicast-e2e e328074106e163afbb0cbfe32a793cc1bb0582d8
862026-05-23T04:14:57.971Z+ git checkout -f multicast-e2e
872026-05-23T04:14:58.208ZSwitched to branch 'multicast-e2e'
882026-05-23T04:14:58.211Z+ git reset --hard e328074106e163afbb0cbfe32a793cc1bb0582d8
892026-05-23T04:14:58.443ZHEAD is now at e32807410 [thundermuffin] bump to 473a90f8
902026-05-23T04:14:58.446Zprocess exited: duration 10953 ms, exit code 0
 
912026-05-23T04:14:58.454Zstarting task 4: "build"
922026-05-23T04:14:58.459Z+ source .github/buildomat/ci-env.sh
932026-05-23T04:14:58.459Z++ export CARGO_TERM_COLOR=always
942026-05-23T04:14:58.459Z++ CARGO_TERM_COLOR=always
952026-05-23T04:14:58.459Z+ cargo --version
962026-05-23T04:14:58.471Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-23T04:14:58.474Z+ rustc --version
982026-05-23T04:14:58.494Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-23T04:14:58.497Z+ WORK=/work
1002026-05-23T04:14:58.497Z+ pfexec mkdir -p /work
1012026-05-23T04:14:58.500Z+ pfexec chown build /work
1022026-05-23T04:14:58.503Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-23T04:15:00.018Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-23T04:15:00.087Z Startup: Caching catalogs ... Done
1052026-05-23T04:15:00.358ZPlanning: Solver setup ... Done (0.229s)
1062026-05-23T04:15:00.377ZPlanning: Running solver ... Done (0.019s)
1072026-05-23T04:15:00.383ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-23T04:15:00.397ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-23T04:15:00.415ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-23T04:15:00.430ZPlanning: Package planning ... Done (0.016s)
1112026-05-23T04:15:00.433ZPlanning: Merging actions ... Done (0.002s)
1122026-05-23T04:15:00.627ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-05-23T04:15:00.630ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-23T04:15:01.552ZPlanning: Evaluating mediators ... Done (0.923s)
1152026-05-23T04:15:01.555ZPlanning: Planning completed in 1.44 seconds
1162026-05-23T04:15:01.562Z Packages to install: 2
1172026-05-23T04:15:01.562Z Estimated space available: 156.07 GB
1182026-05-23T04:15:01.562ZEstimated space to be consumed: 22.53 MB
1192026-05-23T04:15:01.565Z Create boot environment: No
1202026-05-23T04:15:01.565ZCreate backup boot environment: No
1212026-05-23T04:15:01.565Z Rebuild boot archive: No
1222026-05-23T04:15:01.565Z
1232026-05-23T04:15:01.565ZChanged packages:
1242026-05-23T04:15:01.565Zhelios
1252026-05-23T04:15:01.565Z developer/build-essential
1262026-05-23T04:15:01.565Z None -> 11-3.0
1272026-05-23T04:15:01.565Z library/libxmlsec1
1282026-05-23T04:15:01.565Z None -> 1.2.35-3.0
1292026-05-23T04:15:01.588Z
1302026-05-23T04:15:01.588ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-23T04:15:02.078ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-05-23T04:15:02.138Z Actions: 1/268 actions (Installing new actions)
1332026-05-23T04:15:02.179Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-23T04:15:02.213ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-23T04:15:02.213ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-23T04:15:02.232ZFinalize: Updating image state ... Done (0.018s)
1372026-05-23T04:15:04.788ZFinalize: Creating fast lookup database ... Done (2.532s)
1382026-05-23T04:15:04.856ZFinalize: Reading search index ... Done (0.014s)
1392026-05-23T04:15:04.859ZFinalize: Updating search index ... Done (0.000s)
1402026-05-23T04:15:04.941ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-23T04:15:05.245ZPlanning: Evaluating mediator changes ... Done
1422026-05-23T04:15:05.349ZPlanning: Checking for conflicting actions ... Done
1432026-05-23T04:15:05.352ZPlanning: Consolidating action changes ... Done
1442026-05-23T04:15:05.505ZPlanning: Evaluating mediators ... Done
1452026-05-23T04:15:05.508ZPlanning: Planning completed in 0.26 seconds
1462026-05-23T04:15:05.528Z Mediators to change: 2
1472026-05-23T04:15:05.528Z Create boot environment: No
1482026-05-23T04:15:05.528ZCreate backup boot environment: No
1492026-05-23T04:15:05.645ZFinalize: Updating package state database ... Done
1502026-05-23T04:15:05.645ZFinalize: Updating package cache ... Done
1512026-05-23T04:15:05.656ZFinalize: Updating image state ... Done
1522026-05-23T04:15:07.576ZFinalize: Creating fast lookup database ... Done
1532026-05-23T04:15:07.636ZFinalize: Reading search index ... Done
1542026-05-23T04:15:07.639ZFinalize: Updating search index ... Done
1552026-05-23T04:15:07.713ZFinalize: Updating package cache ... Done
1562026-05-23T04:15:08.002ZPlanning: Evaluating mediator changes ... Done
1572026-05-23T04:15:08.109ZPlanning: Checking for conflicting actions ... Done
1582026-05-23T04:15:08.114ZPlanning: Consolidating action changes ... Done
1592026-05-23T04:15:08.267ZPlanning: Evaluating mediators ... Done
1602026-05-23T04:15:08.270ZPlanning: Planning completed in 0.27 seconds
1612026-05-23T04:15:08.291Z Mediators to change: 1
1622026-05-23T04:15:08.291Z Create boot environment: No
1632026-05-23T04:15:08.291ZCreate backup boot environment: No
1642026-05-23T04:15:08.349ZFinalize: Updating package state database ... Done
1652026-05-23T04:15:08.350ZFinalize: Updating package cache ... Done
1662026-05-23T04:15:08.361ZFinalize: Updating image state ... Done
1672026-05-23T04:15:10.302ZFinalize: Creating fast lookup database ... Done
1682026-05-23T04:15:10.363ZFinalize: Reading search index ... Done
1692026-05-23T04:15:10.366ZFinalize: Updating search index ... Done
1702026-05-23T04:15:10.457ZFinalize: Updating package cache ... Done
1712026-05-23T04:15:10.771ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-23T04:15:10.771Zapache system 2.4 system
1732026-05-23T04:15:10.771Zclang system 15 system
1742026-05-23T04:15:10.771Zcsh system system illumos
1752026-05-23T04:15:10.771Zctags system system illumos
1762026-05-23T04:15:10.771Zfile vendor vendor darwinsys
1772026-05-23T04:15:10.771Zfile system system illumos
1782026-05-23T04:15:10.771Zgcc vendor 14 vendor
1792026-05-23T04:15:10.771Zgcc system 13 system
1802026-05-23T04:15:10.771Zgcc system 10 system
1812026-05-23T04:15:10.771Zgo system 1.25 system
1822026-05-23T04:15:10.771Zllvm system 15 system
1832026-05-23T04:15:10.771Zmariadb system 11.4 system
1842026-05-23T04:15:10.771Zmta vendor vendor dma
1852026-05-23T04:15:10.771Zopenjdk system 17 system
1862026-05-23T04:15:10.771Zopenjdk system 11 system
1872026-05-23T04:15:10.771Zopenssl vendor 3 vendor
1882026-05-23T04:15:10.771Zperl system 5.40 system
1892026-05-23T04:15:10.771Zpostgresql system 18 system
1902026-05-23T04:15:10.771Zpostgresql system 17 system
1912026-05-23T04:15:10.771Zpython vendor 3 vendor
1922026-05-23T04:15:10.772Zpython system 2 system
1932026-05-23T04:15:10.772Zpython3 vendor 3.13 vendor
1942026-05-23T04:15:10.772Zruby system 3.4 system
1952026-05-23T04:15:10.772Zruby system 3.0 system
1962026-05-23T04:15:10.772Zwords vendor vendor american-english
1972026-05-23T04:15:10.772Zwords system system australian-english
1982026-05-23T04:15:10.772Zwords system system british-english
1992026-05-23T04:15:10.772Zwords system system canadian-english
2002026-05-23T04:15:10.772Zwords system system french
2012026-05-23T04:15:10.772Zwords system system italian
2022026-05-23T04:15:10.772Zwords system system ngerman
2032026-05-23T04:15:10.772Zwords system system ogerman
2042026-05-23T04:15:10.772Zwords system system spanish
2052026-05-23T04:15:11.028ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-23T04:15:11.028Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-23T04:15:11.317ZFMRI IFO
2082026-05-23T04:15:11.317Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-23T04:15:11.317Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-23T04:15:11.317Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-23T04:15:11.317Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-23T04:15:11.317Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-23T04:15:11.317Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-23T04:15:11.317Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-23T04:15:11.317Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-23T04:15:11.317Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-23T04:15:11.561Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-23T04:15:11.818Z Updating crates.io index
2192026-05-23T04:15:11.857Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-23T04:15:12.667Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-23T04:15:13.121Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-23T04:15:13.419Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-23T04:15:14.823Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-23T04:15:15.306Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-23T04:15:16.782Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-23T04:15:17.743Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-23T04:15:18.061Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-23T04:15:19.246Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-23T04:15:19.497Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-23T04:15:19.973Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-23T04:15:20.231Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-23T04:15:21.321Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-23T04:15:21.782Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-23T04:15:22.092Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-23T04:15:22.533Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-23T04:15:22.894Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-23T04:15:23.309Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-23T04:15:23.535Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-23T04:15:23.766Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-23T04:15:24.008Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-23T04:15:24.436Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-23T04:15:24.926Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-23T04:15:25.389Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-23T04:15:25.650Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-23T04:15:26.215Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-23T04:15:27.245Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-23T04:15:27.931Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-23T04:15:28.326Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-23T04:15:28.854Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-23T04:15:29.200Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-23T04:15:29.439Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-23T04:15:29.870Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-23T04:15:30.166Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-23T04:15:30.931Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-23T04:15:31.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-23T04:15:31.403Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-23T04:15:31.618Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-23T04:15:44.075Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-23T04:15:46.432Z Downloading crates ...
2602026-05-23T04:15:46.485Z Downloaded anstyle-query v1.1.5
2612026-05-23T04:15:46.492Z Downloaded cargo_metadata v0.21.0
2622026-05-23T04:15:46.495Z Downloaded digest v0.10.7
2632026-05-23T04:15:46.499Z Downloaded clap_derive v4.6.1
2642026-05-23T04:15:46.499Z Downloaded errno v0.3.14
2652026-05-23T04:15:46.502Z Downloaded clap_lex v1.0.0
2662026-05-23T04:15:46.505Z Downloaded equivalent v1.0.2
2672026-05-23T04:15:46.505Z Downloaded colorchoice v1.0.4
2682026-05-23T04:15:46.509Z Downloaded clap v4.6.1
2692026-05-23T04:15:46.514Z Downloaded dtrace-parser v0.2.0
2702026-05-23T04:15:46.517Z Downloaded cpufeatures v0.2.17
2712026-05-23T04:15:46.517Z Downloaded dof v0.3.0
2722026-05-23T04:15:46.517Z Downloaded cfg-if v1.0.4
2732026-05-23T04:15:46.520Z Downloaded crypto-common v0.1.7
2742026-05-23T04:15:46.520Z Downloaded usdt-attr-macro v0.5.0
2752026-05-23T04:15:46.522Z Downloaded usdt v0.5.0
2762026-05-23T04:15:46.522Z Downloaded usdt-macro v0.5.0
2772026-05-23T04:15:46.522Z Downloaded toml_datetime v0.6.11
2782026-05-23T04:15:46.522Z Downloaded thread-id v4.2.2
2792026-05-23T04:15:46.525Z Downloaded displaydoc v0.2.5
2802026-05-23T04:15:46.525Z Downloaded swrite v0.1.0
2812026-05-23T04:15:46.528Z Downloaded anstyle v1.0.14
2822026-05-23T04:15:46.528Z Downloaded yoke-derive v0.8.1
2832026-05-23T04:15:46.528Z Downloaded unicode-linebreak v0.1.5
2842026-05-23T04:15:46.531Z Downloaded heck v0.5.0
2852026-05-23T04:15:46.534Z Downloaded zerofrom v0.1.6
2862026-05-23T04:15:46.534Z Downloaded utf8_iter v1.0.4
2872026-05-23T04:15:46.534Z Downloaded thiserror v2.0.18
2882026-05-23T04:15:46.537Z Downloaded toml_edit v0.22.27
2892026-05-23T04:15:46.541Z Downloaded byteorder v1.5.0
2902026-05-23T04:15:46.544Z Downloaded toml_write v0.1.2
2912026-05-23T04:15:46.544Z Downloaded fnv v1.0.7
2922026-05-23T04:15:46.544Z Downloaded anstyle-parse v1.0.0
2932026-05-23T04:15:46.547Z Downloaded macaddr v1.0.1
2942026-05-23T04:15:46.550Z Downloaded writeable v0.6.2
2952026-05-23T04:15:46.550Z Downloaded thiserror v1.0.69
2962026-05-23T04:15:46.553Z Downloaded smawk v0.3.2
2972026-05-23T04:15:46.556Z Downloaded heck v0.4.1
2982026-05-23T04:15:46.556Z Downloaded potential_utf v0.1.4
2992026-05-23T04:15:46.556Z Downloaded utf8parse v0.2.2
3002026-05-23T04:15:46.556Z Downloaded version_check v0.9.5
3012026-05-23T04:15:46.559Z Downloaded strsim v0.11.1
3022026-05-23T04:15:46.559Z Downloaded itoa v1.0.17
3032026-05-23T04:15:46.559Z Downloaded usdt-impl v0.5.0
3042026-05-23T04:15:46.562Z Downloaded typeid v1.0.3
3052026-05-23T04:15:46.562Z Downloaded cargo_toml v0.21.0
3062026-05-23T04:15:46.562Z Downloaded tinystr v0.8.2
3072026-05-23T04:15:46.565Z Downloaded zerovec-derive v0.11.2
3082026-05-23T04:15:46.565Z Downloaded yoke v0.8.1
3092026-05-23T04:15:46.565Z Downloaded anstream v1.0.0
3102026-05-23T04:15:46.568Z Downloaded proc-macro-error-attr v1.0.4
3112026-05-23T04:15:46.568Z Downloaded fastrand v2.3.0
3122026-05-23T04:15:46.568Z Downloaded thiserror-impl v2.0.18
3132026-05-23T04:15:46.568Z Downloaded unicode-xid v0.2.6
3142026-05-23T04:15:46.571Z Downloaded thiserror-impl v1.0.69
3152026-05-23T04:15:46.574Z Downloaded block-buffer v0.10.4
3162026-05-23T04:15:46.577Z Downloaded zmij v1.0.21
3172026-05-23T04:15:46.580Z Downloaded erased-serde v0.4.9
3182026-05-23T04:15:46.580Z Downloaded zerofrom-derive v0.1.6
3192026-05-23T04:15:46.583Z Downloaded proc-macro-error v1.0.4
3202026-05-23T04:15:46.583Z Downloaded scroll_derive v0.12.1
3212026-05-23T04:15:46.583Z Downloaded pest_derive v2.8.6
3222026-05-23T04:15:46.587Z Downloaded unicode-ident v1.0.24
3232026-05-23T04:15:46.587Z Downloaded toml v0.8.23
3242026-05-23T04:15:46.590Z Downloaded serde-value v0.7.0
3252026-05-23T04:15:46.590Z Downloaded zerocopy-derive v0.7.35
3262026-05-23T04:15:46.590Z Downloaded ucd-trie v0.1.7
3272026-05-23T04:15:46.600Z Downloaded textwrap v0.16.2
3282026-05-23T04:15:46.600Z Downloaded zerotrie v0.2.3
3292026-05-23T04:15:46.605Z Downloaded form_urlencoded v1.2.2
3302026-05-23T04:15:46.605Z Downloaded ordered-float v2.10.1
3312026-05-23T04:15:46.605Z Downloaded typenum v1.19.0
3322026-05-23T04:15:46.605Z Downloaded percent-encoding v2.3.2
3332026-05-23T04:15:46.605Z Downloaded serde_spanned v0.6.9
3342026-05-23T04:15:46.605Z Downloaded pretty-hex v0.4.1
3352026-05-23T04:15:46.605Z Downloaded url v2.5.8
3362026-05-23T04:15:46.605Z Downloaded plain v0.2.3
3372026-05-23T04:15:46.605Z Downloaded is_terminal_polyfill v1.70.2
3382026-05-23T04:15:46.605Z Downloaded generic-array v0.14.7
3392026-05-23T04:15:46.605Z Downloaded cargo-util-schemas v0.8.2
3402026-05-23T04:15:46.605Z Downloaded cargo-platform v0.2.0
3412026-05-23T04:15:46.609Z Downloaded terminal_size v0.4.3
3422026-05-23T04:15:46.612Z Downloaded idna_adapter v1.2.1
3432026-05-23T04:15:46.615Z Downloaded stable_deref_trait v1.2.1
3442026-05-23T04:15:46.619Z Downloaded zerovec v0.11.5
3452026-05-23T04:15:46.622Z Downloaded zerocopy v0.7.35
3462026-05-23T04:15:46.630Z Downloaded unicode-width v0.2.0
3472026-05-23T04:15:46.633Z Downloaded autocfg v1.5.0
3482026-05-23T04:15:46.637Z Downloaded tabled_derive v0.7.0
3492026-05-23T04:15:46.637Z Downloaded winnow v0.7.14
3502026-05-23T04:15:46.639Z Downloaded memmap v0.7.0
3512026-05-23T04:15:46.644Z Downloaded unicode-width v0.1.14
3522026-05-23T04:15:46.647Z Downloaded scroll v0.12.0
3532026-05-23T04:15:46.650Z Downloaded bytecount v0.6.9
3542026-05-23T04:15:46.653Z Downloaded litemap v0.8.1
3552026-05-23T04:15:46.656Z Downloaded quote v1.0.45
3562026-05-23T04:15:46.662Z Downloaded serde-untagged v0.1.9
3572026-05-23T04:15:46.670Z Downloaded proc-macro2 v1.0.106
3582026-05-23T04:15:46.673Z Downloaded synstructure v0.13.2
3592026-05-23T04:15:46.673Z Downloaded once_cell v1.21.3
3602026-05-23T04:15:46.676Z Downloaded anyhow v1.0.102
3612026-05-23T04:15:46.681Z Downloaded serde_tokenstream v0.2.3
3622026-05-23T04:15:46.686Z Downloaded tempfile v3.25.0
3632026-05-23T04:15:46.692Z Downloaded bitflags v2.11.0
3642026-05-23T04:15:46.695Z Downloaded smallvec v1.15.1
3652026-05-23T04:15:46.698Z Downloaded icu_locale_core v2.1.1
3662026-05-23T04:15:46.700Z Downloaded semver v1.0.28
3672026-05-23T04:15:46.700Z Downloaded pest_generator v2.8.6
3682026-05-23T04:15:46.700Z Downloaded camino-tempfile v1.4.1
3692026-05-23T04:15:46.704Z Downloaded fs-err v3.3.0
3702026-05-23T04:15:46.714Z Downloaded serde_core v1.0.228
3712026-05-23T04:15:46.718Z Downloaded sha2 v0.10.9
3722026-05-23T04:15:46.721Z Downloaded num-traits v0.2.19
3732026-05-23T04:15:46.721Z Downloaded getrandom v0.4.1
3742026-05-23T04:15:46.724Z Downloaded log v0.4.29
3752026-05-23T04:15:46.730Z Downloaded serde_derive v1.0.228
3762026-05-23T04:15:46.735Z Downloaded icu_provider v2.1.1
3772026-05-23T04:15:46.738Z Downloaded serde v1.0.228
3782026-05-23T04:15:46.741Z Downloaded pest_meta v2.8.6
3792026-05-23T04:15:46.741Z Downloaded icu_properties v2.1.2
3802026-05-23T04:15:46.745Z Downloaded icu_normalizer_data v2.1.1
3812026-05-23T04:15:46.748Z Downloaded papergrid v0.11.0
3822026-05-23T04:15:46.748Z Downloaded icu_normalizer v2.1.1
3832026-05-23T04:15:46.769Z Downloaded camino v1.2.2
3842026-05-23T04:15:46.774Z Downloaded icu_collections v2.1.1
3852026-05-23T04:15:46.782Z Downloaded memchr v2.8.0
3862026-05-23T04:15:46.786Z Downloaded indexmap v2.14.0
3872026-05-23T04:15:46.805Z Downloaded idna v1.1.0
3882026-05-23T04:15:46.808Z Downloaded hashbrown v0.17.0
3892026-05-23T04:15:46.813Z Downloaded pest v2.8.6
3902026-05-23T04:15:46.824Z Downloaded serde_json v1.0.149
3912026-05-23T04:15:46.829Z Downloaded icu_properties_data v2.1.2
3922026-05-23T04:15:46.834Z Downloaded clap_builder v4.6.0
3932026-05-23T04:15:46.839Z Downloaded goblin v0.8.2
3942026-05-23T04:15:46.845Z Downloaded tabled v0.15.0
3952026-05-23T04:15:46.854Z Downloaded syn v1.0.109
3962026-05-23T04:15:46.874Z Downloaded syn v2.0.117
3972026-05-23T04:15:46.889Z Downloaded rustix v1.1.3
3982026-05-23T04:15:46.921Z Downloaded libc v0.2.185
3992026-05-23T04:15:46.993Z Compiling proc-macro2 v1.0.106
4002026-05-23T04:15:46.996Z Compiling unicode-ident v1.0.24
4012026-05-23T04:15:46.996Z Compiling quote v1.0.45
4022026-05-23T04:15:46.996Z Compiling serde_core v1.0.228
4032026-05-23T04:15:46.996Z Compiling libc v0.2.185
4042026-05-23T04:15:46.997Z Compiling version_check v0.9.5
4052026-05-23T04:15:46.997Z Compiling memchr v2.8.0
4062026-05-23T04:15:46.997Z Compiling serde v1.0.228
4072026-05-23T04:15:46.997Z Compiling stable_deref_trait v1.2.1
4082026-05-23T04:15:46.997Z Compiling zmij v1.0.21
4092026-05-23T04:15:47.211Z Compiling itoa v1.0.17
4102026-05-23T04:15:47.215Z Compiling autocfg v1.5.0
4112026-05-23T04:15:47.215Z Compiling thiserror v1.0.69
4122026-05-23T04:15:47.216Z Compiling ucd-trie v0.1.7
4132026-05-23T04:15:47.229Z Compiling writeable v0.6.2
4142026-05-23T04:15:47.387Z Compiling litemap v0.8.1
4152026-05-23T04:15:47.419Z Compiling icu_normalizer_data v2.1.1
4162026-05-23T04:15:47.612Z Compiling rustix v1.1.3
4172026-05-23T04:15:47.631Z Compiling icu_properties_data v2.1.2
4182026-05-23T04:15:47.667Z Compiling pest v2.8.6
4192026-05-23T04:15:47.669Z Compiling byteorder v1.5.0
4202026-05-23T04:15:47.722Z Compiling bitflags v2.11.0
4212026-05-23T04:15:47.743Z Compiling serde_json v1.0.149
4222026-05-23T04:15:47.926Z Compiling hashbrown v0.17.0
4232026-05-23T04:15:47.944Z Compiling num-traits v0.2.19
4242026-05-23T04:15:47.978Z Compiling typeid v1.0.3
4252026-05-23T04:15:48.030Z Compiling smallvec v1.15.1
4262026-05-23T04:15:48.032Z Compiling equivalent v1.0.2
4272026-05-23T04:15:48.133Z Compiling usdt-impl v0.5.0
4282026-05-23T04:15:48.151Z Compiling proc-macro-error-attr v1.0.4
4292026-05-23T04:15:48.190Z Compiling errno v0.3.14
4302026-05-23T04:15:48.228Z Compiling thread-id v4.2.2
4312026-05-23T04:15:48.266Z Compiling winnow v0.7.14
4322026-05-23T04:15:48.269Z Compiling erased-serde v0.4.9
4332026-05-23T04:15:48.303Z Compiling toml_write v0.1.2
4342026-05-23T04:15:48.306Z Compiling syn v1.0.109
4352026-05-23T04:15:48.357Z Compiling proc-macro-error v1.0.4
4362026-05-23T04:15:48.376Z Compiling utf8parse v0.2.2
4372026-05-23T04:15:48.483Z Compiling indexmap v2.14.0
4382026-05-23T04:15:48.544Z Compiling getrandom v0.4.1
4392026-05-23T04:15:48.547Z Compiling percent-encoding v2.3.2
4402026-05-23T04:15:48.579Z Compiling log v0.4.29
4412026-05-23T04:15:48.583Z Compiling plain v0.2.3
4422026-05-23T04:15:48.631Z Compiling utf8_iter v1.0.4
4432026-05-23T04:15:48.667Z Compiling syn v2.0.117
4442026-05-23T04:15:48.726Z Compiling thiserror v2.0.18
4452026-05-23T04:15:48.745Z Compiling pest_meta v2.8.6
4462026-05-23T04:15:48.748Z Compiling camino v1.2.2
4472026-05-23T04:15:48.820Z Compiling form_urlencoded v1.2.2
4482026-05-23T04:15:48.979Z Compiling anstyle-parse v1.0.0
4492026-05-23T04:15:49.000Z Compiling cfg-if v1.0.4
4502026-05-23T04:15:49.029Z Compiling colorchoice v1.0.4
4512026-05-23T04:15:49.088Z Compiling ordered-float v2.10.1
4522026-05-23T04:15:49.144Z Compiling pretty-hex v0.4.1
4532026-05-23T04:15:49.167Z Compiling anstyle v1.0.14
4542026-05-23T04:15:49.187Z Compiling anstyle-query v1.1.5
4552026-05-23T04:15:49.189Z Compiling is_terminal_polyfill v1.70.2
4562026-05-23T04:15:49.297Z Compiling fs-err v3.3.0
4572026-05-23T04:15:49.317Z Compiling unicode-width v0.1.14
4582026-05-23T04:15:49.317Z Compiling heck v0.5.0
4592026-05-23T04:15:49.353Z Compiling terminal_size v0.4.3
4602026-05-23T04:15:49.371Z Compiling anstream v1.0.0
4612026-05-23T04:15:49.392Z Compiling unicode-xid v0.2.6
4622026-05-23T04:15:49.512Z Compiling semver v1.0.28
4632026-05-23T04:15:49.546Z Compiling heck v0.4.1
4642026-05-23T04:15:49.600Z Compiling clap_lex v1.0.0
4652026-05-23T04:15:49.623Z Compiling fnv v1.0.7
4662026-05-23T04:15:49.641Z Compiling anyhow v1.0.102
4672026-05-23T04:15:49.700Z Compiling strsim v0.11.1
4682026-05-23T04:15:49.740Z Compiling bytecount v0.6.9
4692026-05-23T04:15:49.757Z Compiling fastrand v2.3.0
4702026-05-23T04:15:49.784Z Compiling once_cell v1.21.3
4712026-05-23T04:15:49.860Z Compiling serde-untagged v0.1.9
4722026-05-23T04:15:49.878Z Compiling papergrid v0.11.0
4732026-05-23T04:15:49.899Z Compiling memmap v0.7.0
4742026-05-23T04:15:49.945Z Compiling clap_builder v4.6.0
4752026-05-23T04:15:49.950Z Compiling smawk v0.3.2
4762026-05-23T04:15:50.019Z Compiling tempfile v3.25.0
4772026-05-23T04:15:50.041Z Compiling unicode-linebreak v0.1.5
4782026-05-23T04:15:50.069Z Compiling unicode-width v0.2.0
4792026-05-23T04:15:50.114Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-23T04:15:50.130Z Compiling swrite v0.1.0
4812026-05-23T04:15:50.247Z Compiling camino-tempfile v1.4.1
4822026-05-23T04:15:50.314Z Compiling textwrap v0.16.2
4832026-05-23T04:15:50.621Z Compiling tabled_derive v0.7.0
4842026-05-23T04:15:51.242Z Compiling synstructure v0.13.2
4852026-05-23T04:15:51.242Z Compiling pest_generator v2.8.6
4862026-05-23T04:15:51.318Z Compiling tabled v0.15.0
4872026-05-23T04:15:51.776Z Compiling serde_derive v1.0.228
4882026-05-23T04:15:51.776Z Compiling zerofrom-derive v0.1.6
4892026-05-23T04:15:51.779Z Compiling yoke-derive v0.8.1
4902026-05-23T04:15:51.810Z Compiling zerovec-derive v0.11.2
4912026-05-23T04:15:51.814Z Compiling displaydoc v0.2.5
4922026-05-23T04:15:51.828Z Compiling thiserror-impl v1.0.69
4932026-05-23T04:15:51.848Z Compiling zerocopy-derive v0.7.35
4942026-05-23T04:15:51.865Z Compiling scroll_derive v0.12.1
4952026-05-23T04:15:51.869Z Compiling thiserror-impl v2.0.18
4962026-05-23T04:15:51.869Z Compiling pest_derive v2.8.6
4972026-05-23T04:15:51.935Z Compiling clap_derive v4.6.1
4982026-05-23T04:15:52.561Z Compiling scroll v0.12.0
4992026-05-23T04:15:52.652Z Compiling zerocopy v0.7.35
5002026-05-23T04:15:52.755Z Compiling zerofrom v0.1.6
5012026-05-23T04:15:52.791Z Compiling goblin v0.8.2
5022026-05-23T04:15:52.899Z Compiling yoke v0.8.1
5032026-05-23T04:15:52.966Z Compiling dtrace-parser v0.2.0
5042026-05-23T04:15:53.056Z Compiling zerovec v0.11.5
5052026-05-23T04:15:53.057Z Compiling zerotrie v0.2.3
5062026-05-23T04:15:53.303Z Compiling clap v4.6.1
5072026-05-23T04:15:53.508Z Compiling tinystr v0.8.2
5082026-05-23T04:15:53.508Z Compiling potential_utf v0.1.4
5092026-05-23T04:15:53.635Z Compiling icu_collections v2.1.1
5102026-05-23T04:15:53.663Z Compiling icu_locale_core v2.1.1
5112026-05-23T04:15:54.240Z Compiling icu_provider v2.1.1
5122026-05-23T04:15:54.324Z Compiling serde_spanned v0.6.9
5132026-05-23T04:15:54.327Z Compiling toml_datetime v0.6.11
5142026-05-23T04:15:54.327Z Compiling serde-value v0.7.0
5152026-05-23T04:15:54.327Z Compiling cargo-platform v0.2.0
5162026-05-23T04:15:54.327Z Compiling macaddr v1.0.1
5172026-05-23T04:15:54.342Z Compiling dof v0.3.0
5182026-05-23T04:15:54.345Z Compiling serde_tokenstream v0.2.3
5192026-05-23T04:15:54.460Z Compiling icu_properties v2.1.2
5202026-05-23T04:15:54.460Z Compiling icu_normalizer v2.1.1
5212026-05-23T04:15:54.540Z Compiling toml_edit v0.22.27
5222026-05-23T04:15:55.062Z Compiling usdt-attr-macro v0.5.0
5232026-05-23T04:15:55.062Z Compiling usdt-macro v0.5.0
5242026-05-23T04:15:55.270Z Compiling idna_adapter v1.2.1
5252026-05-23T04:15:55.374Z Compiling idna v1.1.0
5262026-05-23T04:15:55.654Z Compiling usdt v0.5.0
5272026-05-23T04:15:55.673Z Compiling url v2.5.8
5282026-05-23T04:15:55.809Z Compiling toml v0.8.23
5292026-05-23T04:15:56.150Z Compiling cargo-util-schemas v0.8.2
5302026-05-23T04:15:56.150Z Compiling cargo_toml v0.21.0
5312026-05-23T04:15:56.948Z Compiling cargo_metadata v0.21.0
5322026-05-23T04:15:57.873Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-23T04:15:59.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.57s
5342026-05-23T04:16:00.242Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-05-23T04:16:00.866Z Downloading crates ...
5362026-05-23T04:16:00.969Z Downloaded convert_case v0.4.0
5372026-05-23T04:16:00.975Z Downloaded bit-set v0.8.0
5382026-05-23T04:16:00.981Z Downloaded base64ct v1.8.3
5392026-05-23T04:16:00.984Z Downloaded bb8 v0.8.6
5402026-05-23T04:16:00.988Z Downloaded backon v1.6.0
5412026-05-23T04:16:00.991Z Downloaded blake2 v0.10.6
5422026-05-23T04:16:00.995Z Downloaded blowfish v0.9.1
5432026-05-23T04:16:00.995Z Downloaded bitfield-macros v0.19.4
5442026-05-23T04:16:00.998Z Downloaded bit-vec v0.8.0
5452026-05-23T04:16:00.998Z Downloaded derive_more v2.1.1
5462026-05-23T04:16:01.004Z Downloaded ff v0.13.1
5472026-05-23T04:16:01.007Z Downloaded bit-set v0.5.3
5482026-05-23T04:16:01.007Z Downloaded base16ct v0.2.0
5492026-05-23T04:16:01.011Z Downloaded bitfield v0.19.4
5502026-05-23T04:16:01.013Z Downloaded atomicwrites v0.4.4
5512026-05-23T04:16:01.017Z Downloaded array-init v0.0.4
5522026-05-23T04:16:01.020Z Downloaded cargo_metadata v0.23.1
5532026-05-23T04:16:01.020Z Downloaded compression-codecs v0.4.37
5542026-05-23T04:16:01.031Z Downloaded crc-any v2.5.0
5552026-05-23T04:16:01.034Z Downloaded aead v0.5.2
5562026-05-23T04:16:01.036Z Downloaded diesel v2.3.7
5572026-05-23T04:16:01.048Z Downloaded derive_builder_core v0.20.2
5582026-05-23T04:16:01.051Z Downloaded crucible-workspace-hack v0.1.0
5592026-05-23T04:16:01.051Z Downloaded anstream v0.6.21
5602026-05-23T04:16:01.053Z Downloaded dirs-sys-next v0.1.2
5612026-05-23T04:16:01.053Z Downloaded ctr v0.9.2
5622026-05-23T04:16:01.056Z Downloaded der_derive v0.7.3
5632026-05-23T04:16:01.057Z Downloaded atomic-waker v1.1.2
5642026-05-23T04:16:01.057Z Downloaded adler2 v2.0.1
5652026-05-23T04:16:01.059Z Downloaded cargo-platform v0.3.2
5662026-05-23T04:16:01.059Z Downloaded dirs-next v2.0.0
5672026-05-23T04:16:01.059Z Downloaded arrayref v0.3.9
5682026-05-23T04:16:01.062Z Downloaded defmt v1.0.1
5692026-05-23T04:16:01.065Z Downloaded const_format_proc_macros v0.2.34
5702026-05-23T04:16:01.065Z Downloaded foreign-types v0.5.0
5712026-05-23T04:16:01.068Z Downloaded env_filter v1.0.0
5722026-05-23T04:16:01.068Z Downloaded enum-as-inner v0.6.1
5732026-05-23T04:16:01.068Z Downloaded derive_builder_macro v0.20.2
5742026-05-23T04:16:01.070Z Downloaded flagset v0.4.7
5752026-05-23T04:16:01.070Z Downloaded assert_matches v1.5.0
5762026-05-23T04:16:01.074Z Downloaded darling_macro v0.21.3
5772026-05-23T04:16:01.074Z Downloaded crc32fast v1.5.0
5782026-05-23T04:16:01.074Z Downloaded ciborium-io v0.2.2
5792026-05-23T04:16:01.074Z Downloaded castaway v0.2.4
5802026-05-23T04:16:01.079Z Downloaded embedded-io v0.4.0
5812026-05-23T04:16:01.079Z Downloaded downcast-rs v2.0.2
5822026-05-23T04:16:01.079Z Downloaded dropshot-api-manager-types v0.7.2
5832026-05-23T04:16:01.082Z Downloaded float-cmp v0.10.0
5842026-05-23T04:16:01.082Z Downloaded cmake v0.1.57
5852026-05-23T04:16:01.082Z Downloaded bcrypt-pbkdf v0.10.0
5862026-05-23T04:16:01.082Z Downloaded base64 v0.21.7
5872026-05-23T04:16:01.084Z Downloaded ecdsa v0.16.9
5882026-05-23T04:16:01.084Z Downloaded darling_core v0.23.0
5892026-05-23T04:16:01.087Z Downloaded foreign-types-shared v0.3.1
5902026-05-23T04:16:01.090Z Downloaded cpufeatures v0.3.0
5912026-05-23T04:16:01.090Z Downloaded difflib v0.4.0
5922026-05-23T04:16:01.090Z Downloaded darling_macro v0.23.0
5932026-05-23T04:16:01.094Z Downloaded cstr-argument v0.1.2
5942026-05-23T04:16:01.094Z Downloaded cfg_aliases v0.1.1
5952026-05-23T04:16:01.094Z Downloaded bitfield-struct v0.6.2
5962026-05-23T04:16:01.094Z Downloaded base64 v0.22.1
5972026-05-23T04:16:01.096Z Downloaded dof v0.4.0
5982026-05-23T04:16:01.099Z Downloaded dsl_auto_type v0.2.0
5992026-05-23T04:16:01.099Z Downloaded darling_macro v0.20.11
6002026-05-23T04:16:01.099Z Downloaded crc8 v0.1.1
6012026-05-23T04:16:01.102Z Downloaded async-stream v0.3.6
6022026-05-23T04:16:01.102Z Downloaded compression-core v0.4.31
6032026-05-23T04:16:01.102Z Downloaded dunce v1.0.5
6042026-05-23T04:16:01.105Z Downloaded defmt v0.3.100
6052026-05-23T04:16:01.105Z Downloaded diesel_table_macro_syntax v0.3.0
6062026-05-23T04:16:01.105Z Downloaded ciborium-ll v0.2.2
6072026-05-23T04:16:01.108Z Downloaded cipher v0.4.4
6082026-05-23T04:16:01.109Z Downloaded foreign-types-macros v0.2.3
6092026-05-23T04:16:01.109Z Downloaded async-trait v0.1.89
6102026-05-23T04:16:01.111Z Downloaded defmt-parser v1.0.0
6112026-05-23T04:16:01.111Z Downloaded fd-lock v4.0.4
6122026-05-23T04:16:01.114Z Downloaded async-stream-impl v0.3.6
6132026-05-23T04:16:01.114Z Downloaded cobs v0.3.0
6142026-05-23T04:16:01.114Z Downloaded futures-core v0.3.32
6152026-05-23T04:16:01.117Z Downloaded debug-ignore v1.0.5
6162026-05-23T04:16:01.117Z Downloaded chacha20poly1305 v0.10.1
6172026-05-23T04:16:01.120Z Downloaded dyn-clone v1.0.20
6182026-05-23T04:16:01.120Z Downloaded cfg_aliases v0.2.1
6192026-05-23T04:16:01.120Z Downloaded curve25519-dalek-derive v0.1.1
6202026-05-23T04:16:01.123Z Downloaded foldhash v0.2.0
6212026-05-23T04:16:01.123Z Downloaded async-recursion v1.1.1
6222026-05-23T04:16:01.126Z Downloaded filetime v0.2.27
6232026-05-23T04:16:01.126Z Downloaded buf-list v1.1.2
6242026-05-23T04:16:01.129Z Downloaded bitflags v1.3.2
6252026-05-23T04:16:01.129Z Downloaded derive-where v1.6.0
6262026-05-23T04:16:01.132Z Downloaded embedded-io v0.6.1
6272026-05-23T04:16:01.132Z Downloaded fxhash v0.2.1
6282026-05-23T04:16:01.135Z Downloaded futures-macro v0.3.32
6292026-05-23T04:16:01.135Z Downloaded fixedbitset v0.4.2
6302026-05-23T04:16:01.135Z Downloaded futures-task v0.3.32
6312026-05-23T04:16:01.138Z Downloaded endian-type v0.1.2
6322026-05-23T04:16:01.138Z Downloaded document-features v0.2.12
6332026-05-23T04:16:01.138Z Downloaded git-stub v1.0.0
6342026-05-23T04:16:01.138Z Downloaded float-ord v0.3.2
6352026-05-23T04:16:01.140Z Downloaded ciborium v0.2.2
6362026-05-23T04:16:01.140Z Downloaded gethostname v0.5.0
6372026-05-23T04:16:01.144Z Downloaded cassowary v0.3.0
6382026-05-23T04:16:01.144Z Downloaded bit-vec v0.6.3
6392026-05-23T04:16:01.144Z Downloaded futures-io v0.3.32
6402026-05-23T04:16:01.146Z Downloaded convert_case v0.10.0
6412026-05-23T04:16:01.146Z Downloaded display-error-chain v0.2.2
6422026-05-23T04:16:01.147Z Downloaded dtrace-parser v0.3.0
6432026-05-23T04:16:01.147Z Downloaded darling v0.23.0
6442026-05-23T04:16:01.149Z Downloaded backoff v0.4.0
6452026-05-23T04:16:01.152Z Downloaded foldhash v0.1.5
6462026-05-23T04:16:01.152Z Downloaded fallible-iterator v0.2.0
6472026-05-23T04:16:01.155Z Downloaded diesel-dtrace v0.5.0
6482026-05-23T04:16:01.155Z Downloaded either v1.15.0
6492026-05-23T04:16:01.158Z Downloaded daft-derive v0.1.7
6502026-05-23T04:16:01.161Z Downloaded fixedbitset v0.5.7
6512026-05-23T04:16:01.161Z Downloaded ed25519 v2.2.3
6522026-05-23T04:16:01.161Z Downloaded erased-serde v0.3.31
6532026-05-23T04:16:01.163Z Downloaded cbc v0.1.2
6542026-05-23T04:16:01.163Z Downloaded derive-ex v0.1.8
6552026-05-23T04:16:01.166Z Downloaded daft v0.1.7
6562026-05-23T04:16:01.166Z Downloaded crc-catalog v2.4.0
6572026-05-23T04:16:01.166Z Downloaded constant_time_eq v0.4.2
6582026-05-23T04:16:01.169Z Downloaded env_logger v0.11.9
6592026-05-23T04:16:01.172Z Downloaded find-msvc-tools v0.1.9
6602026-05-23T04:16:01.172Z Downloaded globwalk v0.9.1
6612026-05-23T04:16:01.176Z Downloaded headers-core v0.3.0
6622026-05-23T04:16:01.176Z Downloaded home v0.5.12
6632026-05-23T04:16:01.179Z Downloaded hex-literal v0.4.1
6642026-05-23T04:16:01.179Z Downloaded hex v0.4.3
6652026-05-23T04:16:01.179Z Downloaded ahash v0.8.12
6662026-05-23T04:16:01.184Z Downloaded hash32 v0.2.1
6672026-05-23T04:16:01.184Z Downloaded ascii-canvas v3.0.0
6682026-05-23T04:16:01.184Z Downloaded futures-executor v0.3.32
6692026-05-23T04:16:01.187Z Downloaded atty v0.2.14
6702026-05-23T04:16:01.187Z Downloaded data-encoding v2.10.0
6712026-05-23T04:16:01.187Z Downloaded des v0.8.1
6722026-05-23T04:16:01.187Z Downloaded http-range v0.1.5
6732026-05-23T04:16:01.190Z Downloaded hostname v0.4.2
6742026-05-23T04:16:01.190Z Downloaded hostname v0.3.1
6752026-05-23T04:16:01.192Z Downloaded foreign-types v0.3.2
6762026-05-23T04:16:01.192Z Downloaded deranged v0.5.8
6772026-05-23T04:16:01.192Z Downloaded defmt-macros v1.0.1
6782026-05-23T04:16:01.195Z Downloaded httpdate v1.0.3
6792026-05-23T04:16:01.196Z Downloaded http-body v1.0.1
6802026-05-23T04:16:01.198Z Downloaded hubpack v0.1.2
6812026-05-23T04:16:01.198Z Downloaded console v0.15.11
6822026-05-23T04:16:01.201Z Downloaded git-stub-vcs v0.1.0
6832026-05-23T04:16:01.201Z Downloaded indoc v1.0.9
6842026-05-23T04:16:01.204Z Downloaded indent_write v2.2.0
6852026-05-23T04:16:01.204Z Downloaded ident_case v1.0.1
6862026-05-23T04:16:01.207Z Downloaded hyper-tls v0.6.0
6872026-05-23T04:16:01.207Z Downloaded critical-section v1.2.0
6882026-05-23T04:16:01.210Z Downloaded crossbeam-utils v0.8.21
6892026-05-23T04:16:01.210Z Downloaded darling v0.20.11
6902026-05-23T04:16:01.213Z Downloaded glob v0.3.3
6912026-05-23T04:16:01.215Z Downloaded foreign-types-shared v0.1.1
6922026-05-23T04:16:01.215Z Downloaded csv-core v0.1.13
6932026-05-23T04:16:01.218Z Downloaded illumos-nvpair v0.3.0
6942026-05-23T04:16:01.218Z Downloaded instability v0.3.11
6952026-05-23T04:16:01.218Z Downloaded funty v2.0.0
6962026-05-23T04:16:01.222Z Downloaded drift v0.2.0
6972026-05-23T04:16:01.226Z Downloaded is_ci v1.2.0
6982026-05-23T04:16:01.231Z Downloaded ghash v0.5.1
6992026-05-23T04:16:01.231Z Downloaded is-terminal v0.4.17
7002026-05-23T04:16:01.232Z Downloaded darling_core v0.21.3
7012026-05-23T04:16:01.241Z Downloaded internet-checksum v0.2.1
7022026-05-23T04:16:01.241Z Downloaded instant v0.1.13
7032026-05-23T04:16:01.241Z Downloaded illumos-nvpair-sys v0.2.0
7042026-05-23T04:16:01.241Z Downloaded fatfs v0.3.6
7052026-05-23T04:16:01.241Z Downloaded byte-wrapper v0.1.0
7062026-05-23T04:16:01.241Z Downloaded highway v1.3.0
7072026-05-23T04:16:01.246Z Downloaded group v0.13.0
7082026-05-23T04:16:01.246Z Downloaded clang-sys v1.8.1
7092026-05-23T04:16:01.246Z Downloaded futures-channel v0.3.32
7102026-05-23T04:16:01.246Z Downloaded cookie v0.18.1
7112026-05-23T04:16:01.249Z Downloaded hubpack_derive v0.1.1
7122026-05-23T04:16:01.249Z Downloaded argon2 v0.5.3
7132026-05-23T04:16:01.249Z Downloaded inout v0.1.4
7142026-05-23T04:16:01.249Z Downloaded cookie_store v0.22.1
7152026-05-23T04:16:01.252Z Downloaded futures-sink v0.3.32
7162026-05-23T04:16:01.252Z Downloaded chacha20 v0.10.0
7172026-05-23T04:16:01.265Z Downloaded lazy_static v1.5.0
7182026-05-23T04:16:01.265Z Downloaded http-body-util v0.1.3
7192026-05-23T04:16:01.265Z Downloaded libscf-sys v1.1.0
7202026-05-23T04:16:01.265Z Downloaded lalrpop-util v0.19.12
7212026-05-23T04:16:01.265Z Downloaded cancel-safe-futures v0.1.5
7222026-05-23T04:16:01.265Z Downloaded linked-hash-map v0.5.6
7232026-05-23T04:16:01.266Z Downloaded darling v0.21.3
7242026-05-23T04:16:01.266Z Downloaded futures v0.3.32
7252026-05-23T04:16:01.270Z Downloaded dropshot_endpoint v0.17.0
7262026-05-23T04:16:01.270Z Downloaded bzip2 v0.4.4
7272026-05-23T04:16:01.270Z Downloaded crossbeam-epoch v0.9.18
7282026-05-23T04:16:01.273Z Downloaded lzss v0.8.2
7292026-05-23T04:16:01.273Z Downloaded impl-trait-for-tuples v0.2.3
7302026-05-23T04:16:01.276Z Downloaded colored v3.1.1
7312026-05-23T04:16:01.276Z Downloaded cc v1.2.56
7322026-05-23T04:16:01.278Z Downloaded maybe-uninit v2.0.0
7332026-05-23T04:16:01.278Z Downloaded md5 v0.7.0
7342026-05-23T04:16:01.281Z Downloaded new_debug_unreachable v1.0.6
7352026-05-23T04:16:01.281Z Downloaded managed v0.8.0
7362026-05-23T04:16:01.281Z Downloaded maplit v1.0.2
7372026-05-23T04:16:01.284Z Downloaded lru-cache v0.1.2
7382026-05-23T04:16:01.284Z Downloaded multimap v0.10.1
7392026-05-23T04:16:01.284Z Downloaded ingot-types v0.1.2
7402026-05-23T04:16:01.284Z Downloaded fs-err v2.11.0
7412026-05-23T04:16:01.287Z Downloaded lru-slab v0.1.2
7422026-05-23T04:16:01.287Z Downloaded crossbeam-channel v0.5.15
7432026-05-23T04:16:01.289Z Downloaded chacha20 v0.9.1
7442026-05-23T04:16:01.292Z Downloaded async-bb8-diesel v0.2.1
7452026-05-23T04:16:01.292Z Downloaded hash32 v0.3.1
7462026-05-23T04:16:01.295Z Downloaded half v1.8.3
7472026-05-23T04:16:01.295Z Downloaded fs_extra v1.3.0
7482026-05-23T04:16:01.298Z Downloaded arrayvec v0.7.6
7492026-05-23T04:16:01.298Z Downloaded anstyle-parse v0.2.7
7502026-05-23T04:16:01.301Z Downloaded nibble_vec v0.1.0
7512026-05-23T04:16:01.301Z Downloaded newtype_derive v0.1.6
7522026-05-23T04:16:01.301Z Downloaded newtype-uuid-macros v0.1.0
7532026-05-23T04:16:01.303Z Downloaded newline-converter v0.3.0
7542026-05-23T04:16:01.303Z Downloaded elliptic-curve v0.13.8
7552026-05-23T04:16:01.307Z Downloaded getrandom v0.3.4
7562026-05-23T04:16:01.309Z Downloaded arc-swap v1.8.2
7572026-05-23T04:16:01.309Z Downloaded libsw-core v0.3.2
7582026-05-23T04:16:01.312Z Downloaded kstat-rs v0.2.4
7592026-05-23T04:16:01.330Z Downloaded num_threads v0.1.7
7602026-05-23T04:16:01.333Z Downloaded flume v0.11.1
7612026-05-23T04:16:01.336Z Downloaded derive_more v0.99.20
7622026-05-23T04:16:01.339Z Downloaded aes v0.8.4
7632026-05-23T04:16:01.343Z Downloaded packed_struct_codegen v0.10.1
7642026-05-23T04:16:01.344Z Downloaded openssl-macros v0.1.1
7652026-05-23T04:16:01.344Z Downloaded num v0.4.3
7662026-05-23T04:16:01.344Z Downloaded nodrop v0.1.14
7672026-05-23T04:16:01.344Z Downloaded mime_guess v2.0.5
7682026-05-23T04:16:01.346Z Downloaded lock_api v0.4.14
7692026-05-23T04:16:01.346Z Downloaded num_enum_derive v0.5.11
7702026-05-23T04:16:01.346Z Downloaded md-5 v0.10.6
7712026-05-23T04:16:01.346Z Downloaded keccak v0.1.6
7722026-05-23T04:16:01.349Z Downloaded ar_archive_writer v0.5.1
7732026-05-23T04:16:01.349Z Downloaded ingot v0.1.1
7742026-05-23T04:16:01.352Z Downloaded half v2.7.1
7752026-05-23T04:16:01.352Z Downloaded openssl-probe v0.1.6
7762026-05-23T04:16:01.355Z Downloaded mime v0.3.17
7772026-05-23T04:16:01.355Z Downloaded memoffset v0.9.1
7782026-05-23T04:16:01.355Z Downloaded num-derive v0.3.3
7792026-05-23T04:16:01.358Z Downloaded nonempty v0.12.0
7802026-05-23T04:16:01.358Z Downloaded nanorand v0.7.0
7812026-05-23T04:16:01.360Z Downloaded allocator-api2 v0.2.21
7822026-05-23T04:16:01.361Z Downloaded match_cfg v0.1.0
7832026-05-23T04:16:01.366Z Downloaded ipnet v2.11.0
7842026-05-23T04:16:01.366Z Downloaded getrandom v0.2.17
7852026-05-23T04:16:01.366Z Downloaded dropshot-api-manager v0.7.2
7862026-05-23T04:16:01.371Z Downloaded oso-derive v0.27.3
7872026-05-23T04:16:01.371Z Downloaded openssl-probe v0.2.1
7882026-05-23T04:16:01.371Z Downloaded num-derive v0.4.2
7892026-05-23T04:16:01.371Z Downloaded native-tls v0.2.18
7902026-05-23T04:16:01.373Z Downloaded flate2 v1.1.9
7912026-05-23T04:16:01.376Z Downloaded pbkdf2 v0.12.2
7922026-05-23T04:16:01.376Z Downloaded pbkdf2 v0.11.0
7932026-05-23T04:16:01.378Z Downloaded path-slash v0.1.5
7942026-05-23T04:16:01.378Z Downloaded parse-size v1.1.0
7952026-05-23T04:16:01.378Z Downloaded olpc-cjson v0.1.4
7962026-05-23T04:16:01.381Z Downloaded memmap2 v0.9.10
7972026-05-23T04:16:01.381Z Downloaded heapless v0.8.0
7982026-05-23T04:16:01.384Z Downloaded compact_str v0.8.1
7992026-05-23T04:16:01.386Z Downloaded num-complex v0.4.6
8002026-05-23T04:16:01.389Z Downloaded opaque-debug v0.3.1
8012026-05-23T04:16:01.389Z Downloaded pin-utils v0.1.0
8022026-05-23T04:16:01.389Z Downloaded num-integer v0.1.46
8032026-05-23T04:16:01.392Z Downloaded iana-time-zone v0.1.65
8042026-05-23T04:16:01.392Z Downloaded ingot-macros v0.1.1
8052026-05-23T04:16:01.394Z Downloaded crypto-bigint v0.5.5
8062026-05-23T04:16:01.397Z Downloaded packed_struct v0.10.1
8072026-05-23T04:16:01.397Z Downloaded num_enum v0.7.6
8082026-05-23T04:16:01.400Z Downloaded libbz2-rs-sys v0.2.2
8092026-05-23T04:16:01.403Z Downloaded httparse v1.10.1
8102026-05-23T04:16:01.406Z Downloaded multer v3.1.0
8112026-05-23T04:16:01.406Z Downloaded ignore v0.4.25
8122026-05-23T04:16:01.408Z Downloaded indicatif v0.18.4
8132026-05-23T04:16:01.411Z Downloaded derive_more-impl v2.1.1
8142026-05-23T04:16:01.414Z Downloaded pin-project-internal v1.1.11
8152026-05-23T04:16:01.414Z Downloaded oxnet v0.1.5
8162026-05-23T04:16:01.416Z Downloaded precomputed-hash v0.1.1
8172026-05-23T04:16:01.416Z Downloaded powerfmt v0.2.0
8182026-05-23T04:16:01.416Z Downloaded heapless v0.7.17
8192026-05-23T04:16:01.419Z Downloaded oxide-tokio-rt v0.1.4
8202026-05-23T04:16:01.422Z Downloaded parse-display v0.10.0
8212026-05-23T04:16:01.422Z Downloaded hickory-resolver v0.24.4
8222026-05-23T04:16:01.425Z Downloaded ed25519-dalek v2.2.0
8232026-05-23T04:16:01.427Z Downloaded darling_core v0.20.11
8242026-05-23T04:16:01.430Z Downloaded password-hash v0.5.0
8252026-05-23T04:16:01.430Z Downloaded password-hash v0.4.2
8262026-05-23T04:16:01.433Z Downloaded parking_lot_core v0.8.6
8272026-05-23T04:16:01.433Z Downloaded expectorate v1.2.0
8282026-05-23T04:16:01.436Z Downloaded parse-display-derive v0.10.0
8292026-05-23T04:16:01.436Z Downloaded proc-macro-crate v3.4.0
8302026-05-23T04:16:01.436Z Downloaded proc-macro-crate v1.3.1
8312026-05-23T04:16:01.438Z Downloaded bumpalo v3.20.2
8322026-05-23T04:16:01.438Z Downloaded hickory-resolver v0.25.2
8332026-05-23T04:16:01.441Z Downloaded recursive v0.1.1
8342026-05-23T04:16:01.444Z Downloaded pem v3.0.6
8352026-05-23T04:16:01.444Z Downloaded peg v0.8.5
8362026-05-23T04:16:01.447Z Downloaded num-rational v0.4.2
8372026-05-23T04:16:01.447Z Downloaded der v0.7.10
8382026-05-23T04:16:01.449Z Downloaded quick-error v1.2.3
8392026-05-23T04:16:01.452Z Downloaded radium v0.7.0
8402026-05-23T04:16:01.452Z Downloaded num_enum_derive v0.7.6
8412026-05-23T04:16:01.452Z Downloaded miniz_oxide v0.8.9
8422026-05-23T04:16:01.456Z Downloaded crossterm v0.29.0
8432026-05-23T04:16:01.460Z Downloaded phf v0.13.1
8442026-05-23T04:16:01.462Z Downloaded postcard v1.1.3
8452026-05-23T04:16:01.462Z Downloaded phf v0.12.1
8462026-05-23T04:16:01.462Z Downloaded nu-ansi-term v0.50.3
8472026-05-23T04:16:01.465Z Downloaded phf_shared v0.12.1
8482026-05-23T04:16:01.465Z Downloaded pin-project-lite v0.2.17
8492026-05-23T04:16:02.471Z Downloaded phf_shared v0.13.1
8502026-05-23T04:16:02.471Z Downloaded newtype-uuid v1.3.2
8512026-05-23T04:16:02.476Z Downloaded owo-colors v4.3.0
8522026-05-23T04:16:02.476Z Downloaded oso v0.27.3
8532026-05-23T04:16:02.476Z Downloaded pkg-config v0.3.32
8542026-05-23T04:16:02.477Z Downloaded pkcs8 v0.10.2
8552026-05-23T04:16:02.477Z Downloaded http v1.4.0
8562026-05-23T04:16:02.477Z Downloaded poly1305 v0.8.0
8572026-05-23T04:16:02.477Z Downloaded rand_chacha v0.3.1
8582026-05-23T04:16:02.477Z Downloaded ppv-lite86 v0.2.21
8592026-05-23T04:16:02.477Z Downloaded phf_shared v0.11.3
8602026-05-23T04:16:02.477Z Downloaded async-compression v0.4.41
8612026-05-23T04:16:02.477Z Downloaded rand_xorshift v0.4.0
8622026-05-23T04:16:02.477Z Downloaded num_enum v0.5.11
8632026-05-23T04:16:02.477Z Downloaded russh-cryptovec v0.7.3
8642026-05-23T04:16:02.477Z Downloaded polyval v0.6.2
8652026-05-23T04:16:02.477Z Downloaded parking_lot v0.12.5
8662026-05-23T04:16:02.477Z Downloaded predicates-core v1.0.10
8672026-05-23T04:16:02.477Z Downloaded headers v0.4.1
8682026-05-23T04:16:02.477Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-05-23T04:16:02.477Z Downloaded paste v1.0.15
8702026-05-23T04:16:02.477Z Downloaded progenitor v0.13.0
8712026-05-23T04:16:02.477Z Downloaded proc-macro-error2 v2.0.1
8722026-05-23T04:16:02.477Z Downloaded primeorder v0.13.6
8732026-05-23T04:16:02.477Z Downloaded hashbrown v0.12.3
8742026-05-23T04:16:02.477Z Downloaded progenitor-macro v0.13.0
8752026-05-23T04:16:02.477Z Downloaded progenitor v0.11.2
8762026-05-23T04:16:02.477Z Downloaded parking_lot_core v0.9.12
8772026-05-23T04:16:02.477Z Downloaded psl-types v2.0.11
8782026-05-23T04:16:02.477Z Downloaded indexmap v1.9.3
8792026-05-23T04:16:02.477Z Downloaded openssl-sys v0.9.114
8802026-05-23T04:16:02.477Z Downloaded progenitor-macro v0.11.2
8812026-05-23T04:16:02.477Z Downloaded peg-macros v0.8.5
8822026-05-23T04:16:02.477Z Downloaded rtoolbox v0.0.3
8832026-05-23T04:16:02.477Z Downloaded p256 v0.13.2
8842026-05-23T04:16:02.477Z Downloaded diesel_derives v2.3.7
8852026-05-23T04:16:02.477Z Downloaded progenitor-client v0.11.2
8862026-05-23T04:16:02.477Z Downloaded parking_lot v0.11.2
8872026-05-23T04:16:02.477Z Downloaded hickory-server v0.25.2
8882026-05-23T04:16:02.477Z Downloaded hashbrown v0.13.2
8892026-05-23T04:16:02.477Z Downloaded pem-rfc7468 v0.7.0
8902026-05-23T04:16:02.477Z Downloaded minimal-lexical v0.2.1
8912026-05-23T04:16:02.477Z Downloaded bindgen v0.71.1
8922026-05-23T04:16:02.478Z Downloaded progenitor v0.14.0
8932026-05-23T04:16:02.478Z Downloaded rand_core v0.9.5
8942026-05-23T04:16:02.478Z Downloaded predicates v3.1.4
8952026-05-23T04:16:02.478Z Downloaded postgres-protocol v0.6.10
8962026-05-23T04:16:02.478Z Downloaded scroll_derive v0.13.1
8972026-05-23T04:16:02.478Z Downloaded predicates-tree v1.0.13
8982026-05-23T04:16:02.478Z Downloaded rand_core v0.6.4
8992026-05-23T04:16:02.478Z Downloaded peg-runtime v0.8.5
9002026-05-23T04:16:02.478Z Downloaded papergrid v0.17.0
9012026-05-23T04:16:02.478Z Downloaded rand_chacha v0.9.0
9022026-05-23T04:16:02.478Z Downloaded r2d2 v0.8.10
9032026-05-23T04:16:02.478Z Downloaded itertools v0.10.5
9042026-05-23T04:16:02.478Z Downloaded omicron-zone-package v0.12.2
9052026-05-23T04:16:02.478Z Downloaded litrs v1.0.0
9062026-05-23T04:16:02.478Z Downloaded progenitor-macro v0.14.0
9072026-05-23T04:16:02.478Z Downloaded const_format v0.2.35
9082026-05-23T04:16:02.478Z Downloaded ipnetwork v0.21.1
9092026-05-23T04:16:02.478Z Downloaded num-iter v0.1.45
9102026-05-23T04:16:02.478Z Downloaded num-conv v0.2.0
9112026-05-23T04:16:02.478Z Downloaded normalize-line-endings v0.3.0
9122026-05-23T04:16:02.478Z Downloaded lru v0.12.5
9132026-05-23T04:16:02.478Z Downloaded linear-map v1.2.0
9142026-05-23T04:16:02.478Z Downloaded libsw v3.5.0
9152026-05-23T04:16:02.478Z Downloaded rfc6979 v0.4.0
9162026-05-23T04:16:02.478Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-05-23T04:16:02.478Z Downloaded psm v0.1.30
9182026-05-23T04:16:02.478Z Downloaded progenitor-client v0.14.0
9192026-05-23T04:16:02.478Z Downloaded scheduled-thread-pool v0.2.7
9202026-05-23T04:16:02.478Z Downloaded libloading v0.8.9
9212026-05-23T04:16:02.478Z Downloaded rand_core v0.10.0
9222026-05-23T04:16:02.478Z Downloaded libefi-sys v0.1.0
9232026-05-23T04:16:02.478Z Downloaded jobserver v0.1.34
9242026-05-23T04:16:02.478Z Downloaded jiff-static v0.2.21
9252026-05-23T04:16:02.478Z Downloaded indoc v2.0.7
9262026-05-23T04:16:02.478Z Downloaded pkcs1 v0.7.5
9272026-05-23T04:16:02.478Z Downloaded humantime v2.3.0
9282026-05-23T04:16:02.478Z Downloaded diff v0.1.13
9292026-05-23T04:16:02.478Z Downloaded secrecy v0.10.3
9302026-05-23T04:16:02.479Z Downloaded ref-cast-impl v1.0.25
9312026-05-23T04:16:02.479Z Downloaded ref-cast v1.0.25
9322026-05-23T04:16:02.479Z Downloaded same-file v1.0.6
9332026-05-23T04:16:02.479Z Downloaded hyper-staticfile v0.10.1
9342026-05-23T04:16:02.479Z Downloaded serde-big-array v0.5.1
9352026-05-23T04:16:02.479Z Downloaded quinn-udp v0.5.14
9362026-05-23T04:16:02.479Z Downloaded aes-gcm v0.10.3
9372026-05-23T04:16:02.479Z Downloaded hyper-rustls v0.27.7
9382026-05-23T04:16:02.479Z Downloaded hmac v0.12.1
9392026-05-23T04:16:02.479Z Downloaded bzip2 v0.6.1
9402026-05-23T04:16:02.479Z Downloaded rustls-native-certs v0.8.3
9412026-05-23T04:16:02.479Z Downloaded pkcs5 v0.7.1
9422026-05-23T04:16:02.479Z Downloaded semver v0.1.20
9432026-05-23T04:16:02.479Z Downloaded serde_bytes v0.11.19
9442026-05-23T04:16:02.479Z Downloaded bytes v1.11.1
9452026-05-23T04:16:02.479Z Downloaded serde_urlencoded v0.7.1
9462026-05-23T04:16:02.479Z Downloaded serde_spanned v1.0.4
9472026-05-23T04:16:02.479Z Downloaded serde_plain v1.0.2
9482026-05-23T04:16:02.479Z Downloaded rustls-pemfile v1.0.4
9492026-05-23T04:16:02.479Z Downloaded globset v0.4.18
9502026-05-23T04:16:02.479Z Downloaded progenitor-client v0.13.0
9512026-05-23T04:16:02.484Z Downloaded ena v0.14.4
9522026-05-23T04:16:02.484Z Downloaded const-oid v0.9.6
9532026-05-23T04:16:02.484Z Downloaded console v0.16.2
9542026-05-23T04:16:02.484Z Downloaded sha1 v0.10.6
9552026-05-23T04:16:02.484Z Downloaded camino-tempfile-ext v0.3.3
9562026-05-23T04:16:02.484Z Downloaded derive_builder v0.20.2
9572026-05-23T04:16:02.484Z Downloaded rustversion v1.0.22
9582026-05-23T04:16:02.484Z Downloaded libxml v0.3.3
9592026-05-23T04:16:02.484Z Downloaded hashbrown v0.15.5
9602026-05-23T04:16:02.484Z Downloaded signature v2.2.0
9612026-05-23T04:16:02.484Z Downloaded shell-words v1.1.1
9622026-05-23T04:16:02.484Z Downloaded crunchy v0.2.4
9632026-05-23T04:16:02.484Z Downloaded seq-macro v0.3.6
9642026-05-23T04:16:02.484Z Downloaded schemars_derive v0.8.22
9652026-05-23T04:16:02.484Z Downloaded rand_seeder v0.4.0
9662026-05-23T04:16:02.484Z Downloaded crossterm v0.28.1
9672026-05-23T04:16:02.484Z Downloaded slog-envlogger v2.2.0
9682026-05-23T04:16:02.484Z Downloaded slog-bunyan v2.5.0
9692026-05-23T04:16:02.484Z Downloaded rustc_version v0.4.1
9702026-05-23T04:16:02.484Z Downloaded progenitor-impl v0.11.2
9712026-05-23T04:16:02.484Z Downloaded crossbeam-deque v0.8.6
9722026-05-23T04:16:02.484Z Downloaded crc v3.4.0
9732026-05-23T04:16:02.484Z Downloaded corncobs v0.1.4
9742026-05-23T04:16:02.485Z Downloaded sigpipe v0.1.3
9752026-05-23T04:16:02.485Z Downloaded prefix-trie v0.7.0
9762026-05-23T04:16:02.485Z Downloaded colored v2.2.0
9772026-05-23T04:16:02.485Z Downloaded cexpr v0.6.0
9782026-05-23T04:16:02.485Z Downloaded postgres-types v0.2.12
9792026-05-23T04:16:02.485Z Downloaded ssh-cipher v0.2.0
9802026-05-23T04:16:02.485Z Downloaded progenitor-extras v0.2.0
9812026-05-23T04:16:02.485Z Downloaded block-padding v0.3.3
9822026-05-23T04:16:02.485Z Downloaded bcs v0.1.6
9832026-05-23T04:16:02.485Z Downloaded sqlparser_derive v0.5.0
9842026-05-23T04:16:02.485Z Downloaded serde-hex v0.1.0
9852026-05-23T04:16:02.485Z Downloaded scroll v0.13.0
9862026-05-23T04:16:02.485Z Downloaded scopeguard v1.2.0
9872026-05-23T04:16:02.485Z Downloaded resolv-conf v0.7.6
9882026-05-23T04:16:02.485Z Downloaded structmeta v0.3.0
9892026-05-23T04:16:02.485Z Downloaded rustc_version v0.1.7
9902026-05-23T04:16:02.485Z Downloaded num-bigint-dig v0.8.6
9912026-05-23T04:16:02.485Z Downloaded blake3 v1.8.3
9922026-05-23T04:16:02.485Z Downloaded itertools v0.14.0
9932026-05-23T04:16:02.485Z Downloaded signal-hook-registry v1.4.8
9942026-05-23T04:16:02.485Z Downloaded sec1 v0.7.3
9952026-05-23T04:16:02.485Z Downloaded smf v0.2.3
9962026-05-23T04:16:02.485Z Downloaded serde_derive_internals v0.29.1
9972026-05-23T04:16:02.485Z Downloaded slog-stdlog v4.1.1
9982026-05-23T04:16:02.485Z Downloaded rustc-hash v2.1.1
9992026-05-23T04:16:02.485Z Downloaded hyper-util v0.1.20
10002026-05-23T04:16:02.485Z Downloaded pin-project v1.1.11
10012026-05-23T04:16:02.485Z Downloaded rcgen v0.12.1
10022026-05-23T04:16:02.485Z Downloaded pretty_assertions v1.4.1
10032026-05-23T04:16:02.485Z Downloaded serde_path_to_error v0.1.20
10042026-05-23T04:16:02.485Z Downloaded rustls-pki-types v1.14.0
10052026-05-23T04:16:02.485Z Downloaded secrecy v0.8.0
10062026-05-23T04:16:02.485Z Downloaded rand v0.9.2
10072026-05-23T04:16:02.485Z Downloaded scrypt v0.11.0
10082026-05-23T04:16:02.485Z Downloaded salsa20 v0.10.2
10092026-05-23T04:16:02.485Z Downloaded mio v1.2.0
10102026-05-23T04:16:02.486Z Downloaded simd-adler32 v0.3.8
10112026-05-23T04:16:02.486Z Downloaded signal-hook-mio v0.2.5
10122026-05-23T04:16:02.486Z Downloaded num-bigint v0.4.6
10132026-05-23T04:16:02.486Z Downloaded sapling-renderdag v0.1.0
10142026-05-23T04:16:02.486Z Downloaded ssh-encoding v0.2.0
10152026-05-23T04:16:02.486Z Downloaded siphasher v1.0.2
10162026-05-23T04:16:02.486Z Downloaded structmeta-derive v0.3.0
10172026-05-23T04:16:02.486Z Downloaded slab v0.4.12
10182026-05-23T04:16:02.486Z Downloaded slog-dtrace v0.3.0
10192026-05-23T04:16:02.486Z Downloaded h2 v0.4.13
10202026-05-23T04:16:02.486Z Downloaded progenitor-impl v0.13.0
10212026-05-23T04:16:02.486Z Downloaded ron v0.8.1
10222026-05-23T04:16:02.486Z Downloaded smallvec v0.6.14
10232026-05-23T04:16:02.486Z Downloaded subtle v2.6.1
10242026-05-23T04:16:02.486Z Downloaded slog-async v2.8.0
10252026-05-23T04:16:02.486Z Downloaded tagptr v0.2.0
10262026-05-23T04:16:02.486Z Downloaded sync_wrapper v1.0.2
10272026-05-23T04:16:02.486Z Downloaded take_mut v0.2.2
10282026-05-23T04:16:02.486Z Downloaded tabwriter v1.4.1
10292026-05-23T04:16:02.486Z Downloaded sync-ptr v0.1.4
10302026-05-23T04:16:02.486Z Downloaded strum v0.26.3
10312026-05-23T04:16:02.486Z Downloaded tabled_derive v0.11.0
10322026-05-23T04:16:02.486Z Downloaded supports-color v3.0.2
10332026-05-23T04:16:02.486Z Downloaded tap v1.0.1
10342026-05-23T04:16:02.486Z Downloaded signal-hook-tokio v0.3.1
10352026-05-23T04:16:02.486Z Downloaded publicsuffix v2.3.0
10362026-05-23T04:16:02.486Z Downloaded slog-json v2.6.1
10372026-05-23T04:16:02.486Z Downloaded strum_macros v0.26.4
10382026-05-23T04:16:02.486Z Downloaded russh-keys v0.45.0
10392026-05-23T04:16:02.486Z Downloaded serde_cbor v0.11.2
10402026-05-23T04:16:02.486Z Downloaded sct v0.7.1
10412026-05-23T04:16:02.486Z Downloaded rusty-fork v0.3.1
10422026-05-23T04:16:02.486Z Downloaded progenitor-impl v0.14.0
10432026-05-23T04:16:02.486Z Downloaded rustls-pemfile v2.2.0
10442026-05-23T04:16:02.486Z Downloaded time-core v0.1.8
10452026-05-23T04:16:02.486Z Downloaded hkdf v0.12.4
10462026-05-23T04:16:02.486Z Downloaded testing_table v0.3.0
10472026-05-23T04:16:02.486Z Downloaded rayon-core v1.13.0
10482026-05-23T04:16:02.486Z Downloaded thiserror-impl-no-std v2.0.2
10492026-05-23T04:16:02.486Z Downloaded serde_repr v0.1.20
10502026-05-23T04:16:02.487Z Downloaded rustls-platform-verifier v0.6.2
10512026-05-23T04:16:02.490Z Downloaded termtree v0.5.1
10522026-05-23T04:16:02.490Z Downloaded strip-ansi-escapes v0.2.1
10532026-05-23T04:16:02.490Z Downloaded string_cache v0.8.9
10542026-05-23T04:16:02.490Z Downloaded tinyvec_macros v0.1.1
10552026-05-23T04:16:02.490Z Downloaded static_assertions v1.1.0
10562026-05-23T04:16:02.490Z Downloaded spki v0.7.3
10572026-05-23T04:16:02.491Z Downloaded strum_macros v0.27.2
10582026-05-23T04:16:02.491Z Downloaded prettyplease v0.2.37
10592026-05-23T04:16:02.491Z Downloaded snafu-derive v0.8.9
10602026-05-23T04:16:02.491Z Downloaded stringprep v0.1.5
10612026-05-23T04:16:02.491Z Downloaded nom v7.1.3
10622026-05-23T04:16:02.491Z Downloaded slog v2.8.2
10632026-05-23T04:16:02.491Z Downloaded stacker v0.1.23
10642026-05-23T04:16:02.491Z Downloaded strum v0.27.2
10652026-05-23T04:16:02.491Z Downloaded slog-scope v4.4.1
10662026-05-23T04:16:02.491Z Downloaded slog-term v2.9.2
10672026-05-23T04:16:02.491Z Downloaded ryu v1.0.23
10682026-05-23T04:16:02.491Z Downloaded p521 v0.13.3
10692026-05-23T04:16:02.491Z Downloaded strum_macros v0.24.3
10702026-05-23T04:16:02.491Z Downloaded shlex v1.3.0
10712026-05-23T04:16:02.491Z Downloaded rand v0.10.1
10722026-05-23T04:16:02.491Z Downloaded support-bundle-viewer v0.1.2
10732026-05-23T04:16:02.491Z Downloaded schemars v0.8.22
10742026-05-23T04:16:02.491Z Downloaded try-lock v0.2.5
10752026-05-23T04:16:02.491Z Downloaded spin v0.9.8
10762026-05-23T04:16:02.491Z Downloaded termios v0.3.3
10772026-05-23T04:16:02.491Z Downloaded quinn v0.11.9
10782026-05-23T04:16:02.491Z Downloaded thread_local v1.1.9
10792026-05-23T04:16:02.491Z Downloaded sqlformat v0.3.5
10802026-05-23T04:16:02.491Z Downloaded term v1.2.1
10812026-05-23T04:16:02.491Z Downloaded tower-service v0.3.3
10822026-05-23T04:16:02.491Z Downloaded rand v0.8.6
10832026-05-23T04:16:02.491Z Downloaded typify-macro v0.6.2
10842026-05-23T04:16:02.491Z Downloaded topological-sort v0.2.2
10852026-05-23T04:16:02.491Z Downloaded trait-variant v0.1.2
10862026-05-23T04:16:02.491Z Downloaded tower-layer v0.3.3
10872026-05-23T04:16:02.491Z Downloaded serde_yaml v0.9.34+deprecated
10882026-05-23T04:16:02.491Z Downloaded thread-id v5.1.0
10892026-05-23T04:16:02.491Z Downloaded tokio-dtrace v0.1.1
10902026-05-23T04:16:02.491Z Downloaded tls_codec v0.4.2
10912026-05-23T04:16:02.491Z Downloaded tiny-keccak v2.0.2
10922026-05-23T04:16:02.491Z Downloaded qorb v0.4.1
10932026-05-23T04:16:02.491Z Downloaded iri-string v0.7.10
10942026-05-23T04:16:02.491Z Downloaded tls_codec_derive v0.4.2
10952026-05-23T04:16:02.492Z Downloaded time-macros v0.2.27
10962026-05-23T04:16:02.492Z Downloaded itertools v0.13.0
10972026-05-23T04:16:02.492Z Downloaded untrusted v0.7.1
10982026-05-23T04:16:02.492Z Downloaded unicode-truncate v1.1.0
10992026-05-23T04:16:02.492Z Downloaded tokio-macros v2.7.0
11002026-05-23T04:16:02.492Z Downloaded similar v2.7.0
11012026-05-23T04:16:02.492Z Downloaded tokio-tungstenite v0.21.0
11022026-05-23T04:16:02.492Z Downloaded hashbrown v0.16.1
11032026-05-23T04:16:02.492Z Downloaded tokio-rustls v0.25.0
11042026-05-23T04:16:02.492Z Downloaded tokio-native-tls v0.3.1
11052026-05-23T04:16:02.492Z Downloaded universal-hash v0.5.1
11062026-05-23T04:16:02.492Z Downloaded typify-macro v0.4.3
11072026-05-23T04:16:02.492Z Downloaded utf-8 v0.7.6
11082026-05-23T04:16:02.492Z Downloaded thiserror-no-std v2.0.2
11092026-05-23T04:16:02.492Z Downloaded unit-prefix v0.5.2
11102026-05-23T04:16:02.492Z Downloaded untrusted v0.9.0
11112026-05-23T04:16:02.492Z Downloaded term v0.7.0
11122026-05-23T04:16:02.492Z Downloaded rsa v0.9.10
11132026-05-23T04:16:02.492Z Downloaded usdt-attr-macro v0.6.0
11142026-05-23T04:16:02.492Z Downloaded serde_with_macros v3.17.0
11152026-05-23T04:16:02.492Z Downloaded aho-corasick v1.1.4
11162026-05-23T04:16:02.492Z Downloaded tokio-tungstenite v0.23.1
11172026-05-23T04:16:02.492Z Downloaded want v0.3.1
11182026-05-23T04:16:02.492Z Downloaded waitgroup v0.1.2
11192026-05-23T04:16:02.492Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11202026-05-23T04:16:02.492Z Downloaded wait-timeout v0.2.1
11212026-05-23T04:16:02.492Z Downloaded socket2 v0.5.10
11222026-05-23T04:16:02.492Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-05-23T04:16:02.492Z Downloaded void v1.0.2
11242026-05-23T04:16:02.492Z Downloaded socket2 v0.6.3
11252026-05-23T04:16:02.492Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-05-23T04:16:02.492Z Downloaded usdt v0.6.0
11272026-05-23T04:16:02.492Z Downloaded tui-tree-widget v0.23.1
11282026-05-23T04:16:02.492Z Downloaded iddqd v0.4.1
11292026-05-23T04:16:02.492Z Downloaded subprocess v0.2.15
11302026-05-23T04:16:02.492Z Downloaded hyper v1.8.1
11312026-05-23T04:16:02.492Z Downloaded signal-hook v0.3.18
11322026-05-23T04:16:02.492Z Downloaded futures-util v0.3.32
11332026-05-23T04:16:02.492Z Downloaded xattr v1.6.1
11342026-05-23T04:16:02.493Z Downloaded zeroize_derive v1.4.3
11352026-05-23T04:16:02.493Z Downloaded xshell-macros v0.2.7
11362026-05-23T04:16:02.493Z Downloaded usdt-macro v0.6.0
11372026-05-23T04:16:02.493Z Downloaded itertools v0.12.1
11382026-05-23T04:16:02.493Z Downloaded tokio-rustls v0.26.4
11392026-05-23T04:16:02.493Z Downloaded schemars v0.9.0
11402026-05-23T04:16:02.493Z Downloaded unicase v2.9.0
11412026-05-23T04:16:02.493Z Downloaded unarray v0.1.4
11422026-05-23T04:16:02.493Z Downloaded zone_cfg_derive v0.3.1
11432026-05-23T04:16:02.493Z Downloaded usdt-impl v0.6.0
11442026-05-23T04:16:02.493Z Downloaded zone v0.3.1
11452026-05-23T04:16:02.493Z Downloaded uzers v0.12.2
11462026-05-23T04:16:02.493Z Downloaded tokio-stream v0.1.18
11472026-05-23T04:16:02.493Z Downloaded whoami v1.6.1
11482026-05-23T04:16:02.493Z Downloaded tokio-rustls v0.24.1
11492026-05-23T04:16:02.493Z Downloaded libm v0.2.16
11502026-05-23T04:16:02.493Z Downloaded wyz v0.5.1
11512026-05-23T04:16:02.497Z Downloaded vergen-lib v0.1.6
11522026-05-23T04:16:02.497Z Downloaded walkdir v2.5.0
11532026-05-23T04:16:02.497Z Downloaded test-strategy v0.4.5
11542026-05-23T04:16:02.497Z Downloaded vergen-lib v9.1.0
11552026-05-23T04:16:02.498Z Downloaded russh v0.45.0
11562026-05-23T04:16:02.498Z Downloaded snafu v0.8.9
11572026-05-23T04:16:02.498Z Downloaded tracing-attributes v0.1.31
11582026-05-23T04:16:02.498Z Downloaded bitvec v1.0.1
11592026-05-23T04:16:02.498Z Downloaded zeroize v1.8.2
11602026-05-23T04:16:02.498Z Downloaded xshell v0.2.7
11612026-05-23T04:16:02.498Z Downloaded toml v0.7.8
11622026-05-23T04:16:02.498Z Downloaded whoami v2.1.0
11632026-05-23T04:16:02.498Z Downloaded vsss-rs v3.3.4
11642026-05-23T04:16:02.498Z Downloaded lalrpop v0.19.12
11652026-05-23T04:16:02.498Z Downloaded zstd-safe v7.2.4
11662026-05-23T04:16:02.498Z Downloaded unicode-properties v0.1.4
11672026-05-23T04:16:02.498Z Downloaded zstd v0.13.3
11682026-05-23T04:16:02.498Z Downloaded samael v0.0.19
11692026-05-23T04:16:02.498Z Downloaded nom v8.0.0
11702026-05-23T04:16:02.498Z Downloaded schemars v1.2.1
11712026-05-23T04:16:02.498Z Downloaded goblin v0.10.5
11722026-05-23T04:16:02.498Z Downloaded moka v0.12.13
11732026-05-23T04:16:02.498Z Downloaded tinyvec v1.10.0
11742026-05-23T04:16:02.498Z Downloaded rustls-webpki v0.103.9
11752026-05-23T04:16:02.498Z Downloaded yasna v0.5.2
11762026-05-23T04:16:02.498Z Downloaded unsafe-libyaml v0.2.11
11772026-05-23T04:16:02.498Z Downloaded typify v0.4.3
11782026-05-23T04:16:02.498Z Downloaded tungstenite v0.23.0
11792026-05-23T04:16:02.498Z Downloaded twox-hash v2.1.2
11802026-05-23T04:16:02.498Z Downloaded tar v0.4.45
11812026-05-23T04:16:02.498Z Downloaded typify v0.6.2
11822026-05-23T04:16:02.498Z Downloaded rpassword v7.4.0
11832026-05-23T04:16:02.498Z Downloaded rustyline v14.0.0
11842026-05-23T04:16:02.498Z Downloaded vergen-gitcl v1.0.8
11852026-05-23T04:16:02.498Z Downloaded aws-lc-rs v1.16.3
11862026-05-23T04:16:02.498Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-05-23T04:16:02.498Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-23T04:16:02.498Z Downloaded vergen-git2 v9.1.0
11892026-05-23T04:16:02.498Z Downloaded unicode-bidi v0.3.18
11902026-05-23T04:16:02.498Z Downloaded zerocopy v0.6.6
11912026-05-23T04:16:02.498Z Downloaded reedline v0.40.0
11922026-05-23T04:16:02.499Z Downloaded steno v0.4.1
11932026-05-23T04:16:02.499Z Downloaded tracing-core v0.1.36
11942026-05-23T04:16:02.499Z Downloaded tokio-postgres v0.7.16
11952026-05-23T04:16:02.499Z Downloaded p384 v0.13.1
11962026-05-23T04:16:02.499Z Downloaded vergen v9.1.0
11972026-05-23T04:16:02.499Z Downloaded curve25519-dalek v4.1.3
11982026-05-23T04:16:02.499Z Downloaded zopfli v0.8.3
11992026-05-23T04:16:02.499Z Downloaded tungstenite v0.21.0
12002026-05-23T04:16:02.499Z Downloaded toml_edit v0.19.15
12012026-05-23T04:16:02.499Z Downloaded uuid v1.23.0
12022026-05-23T04:16:02.499Z Downloaded unicode_categories v0.1.1
12032026-05-23T04:16:02.499Z Downloaded zip v0.6.6
12042026-05-23T04:16:02.499Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-05-23T04:16:02.499Z Downloaded reqwest v0.13.2
12062026-05-23T04:16:02.499Z Downloaded ssh-key v0.6.7
12072026-05-23T04:16:02.499Z Downloaded yansi v1.0.1
12082026-05-23T04:16:02.499Z Downloaded reqwest v0.12.28
12092026-05-23T04:16:02.499Z Downloaded typed-path v0.9.3
12102026-05-23T04:16:02.499Z Downloaded chrono v0.4.44
12112026-05-23T04:16:02.499Z Downloaded x509-cert v0.2.5
12122026-05-23T04:16:02.499Z Downloaded vte v0.14.1
12132026-05-23T04:16:02.499Z Downloaded rayon v1.11.0
12142026-05-23T04:16:02.499Z Downloaded regex v1.12.3
12152026-05-23T04:16:02.499Z Downloaded portable-atomic v1.13.1
12162026-05-23T04:16:02.499Z Downloaded tower v0.5.3
12172026-05-23T04:16:02.499Z Downloaded git2 v0.20.4
12182026-05-23T04:16:02.499Z Downloaded zip v4.6.1
12192026-05-23T04:16:02.499Z Downloaded rustls-webpki v0.102.8
12202026-05-23T04:16:02.499Z Downloaded rustls-webpki v0.101.7
12212026-05-23T04:16:02.499Z Downloaded tough v0.22.0
12222026-05-23T04:16:02.499Z Downloaded quick-xml v0.37.5
12232026-05-23T04:16:02.499Z Downloaded proptest v1.10.0
12242026-05-23T04:16:02.499Z Downloaded unicode-segmentation v1.12.0
12252026-05-23T04:16:02.499Z Downloaded dropshot v0.17.0
12262026-05-23T04:16:02.499Z Downloaded salty v0.3.0
12272026-05-23T04:16:02.499Z Downloaded zerocopy-derive v0.8.40
12282026-05-23T04:16:02.499Z Downloaded quinn-proto v0.11.13
12292026-05-23T04:16:02.500Z Downloaded winnow v0.5.40
12302026-05-23T04:16:02.500Z Downloaded tower-http v0.6.8
12312026-05-23T04:16:02.500Z Downloaded object v0.30.4
12322026-05-23T04:16:02.500Z Downloaded unicode-normalization v0.1.25
12332026-05-23T04:16:02.500Z Downloaded polar-core v0.27.3
12342026-05-23T04:16:02.500Z Downloaded tokio-util v0.7.18
12352026-05-23T04:16:02.500Z Downloaded serde_with v3.17.0
12362026-05-23T04:16:02.500Z Downloaded petname v2.0.2
12372026-05-23T04:16:02.500Z Downloaded time v0.3.47
12382026-05-23T04:16:02.500Z Downloaded zlib-rs v0.6.2
12392026-05-23T04:16:02.500Z Downloaded winnow v1.0.3
12402026-05-23T04:16:02.500Z Downloaded bstr v1.12.1
12412026-05-23T04:16:02.500Z Downloaded nix v0.27.1
12422026-05-23T04:16:02.500Z Downloaded rustls v0.21.12
12432026-05-23T04:16:02.500Z Downloaded vcpkg v0.2.15
12442026-05-23T04:16:02.500Z Downloaded winnow v0.6.26
12452026-05-23T04:16:02.500Z Downloaded object v0.37.3
12462026-05-23T04:16:02.500Z Downloaded tabled v0.20.0
12472026-05-23T04:16:02.500Z Downloaded regress v0.11.1
12482026-05-23T04:16:02.500Z Downloaded openapiv3 v2.2.0
12492026-05-23T04:16:02.500Z Downloaded webpki-roots v1.0.6
12502026-05-23T04:16:02.500Z Downloaded smoltcp v0.9.1
12512026-05-23T04:16:02.504Z Downloaded nix v0.28.0
12522026-05-23T04:16:02.504Z Downloaded regress v0.10.5
12532026-05-23T04:16:02.504Z Downloaded regex-syntax v0.6.29
12542026-05-23T04:16:02.504Z Downloaded radix_trie v0.2.1
12552026-05-23T04:16:02.504Z Downloaded rustix v0.38.44
12562026-05-23T04:16:02.504Z Downloaded nix v0.31.2
12572026-05-23T04:16:02.504Z Downloaded openssl v0.10.78
12582026-05-23T04:16:02.504Z Downloaded sqlparser v0.61.0
12592026-05-23T04:16:02.504Z Downloaded zerocopy v0.8.40
12602026-05-23T04:16:02.504Z Downloaded smoltcp v0.11.0
12612026-05-23T04:16:02.504Z Downloaded regex-syntax v0.8.10
12622026-05-23T04:16:02.504Z Downloaded sled v0.34.7
12632026-05-23T04:16:02.507Z Downloaded hickory-proto v0.24.4
12642026-05-23T04:16:02.515Z Downloaded rustls v0.22.4
12652026-05-23T04:16:02.522Z Downloaded hickory-proto v0.25.2
12662026-05-23T04:16:02.533Z Downloaded rustls v0.23.37
12672026-05-23T04:16:02.550Z Downloaded petgraph v0.6.5
12682026-05-23T04:16:02.562Z Downloaded jiff v0.2.21
12692026-05-23T04:16:02.594Z Downloaded csv v1.4.0
12702026-05-23T04:16:02.613Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12712026-05-23T04:16:02.633Z Downloaded tokio v1.52.1
12722026-05-23T04:16:02.657Z Downloaded typify-impl v0.6.2
12732026-05-23T04:16:02.667Z Downloaded ratatui v0.29.0
12742026-05-23T04:16:02.677Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-23T04:16:02.684Z Downloaded typify-impl v0.4.3
12762026-05-23T04:16:02.693Z Downloaded tracing v0.1.44
12772026-05-23T04:16:02.706Z Downloaded zerocopy-derive v0.6.6
12782026-05-23T04:16:02.718Z Downloaded regex-automata v0.4.14
12792026-05-23T04:16:02.727Z Downloaded encoding_rs v0.8.35
12802026-05-23T04:16:02.740Z Downloaded chrono-tz v0.10.4
12812026-05-23T04:16:02.765Z Downloaded petgraph v0.8.3
12822026-05-23T04:16:02.778Z Downloaded libgit2-sys v0.18.3+1.9.2
12832026-05-23T04:16:02.812Z Downloaded sha3 v0.10.8
12842026-05-23T04:16:02.819Z Downloaded libz-sys v1.1.24
12852026-05-23T04:16:02.895Z Downloaded ring v0.17.14
12862026-05-23T04:16:03.417Z Downloaded aws-lc-sys v0.40.0
12872026-05-23T04:16:03.671Z Compiling libc v0.2.185
12882026-05-23T04:16:03.671Z Compiling serde v1.0.228
12892026-05-23T04:16:03.676Z Compiling log v0.4.29
12902026-05-23T04:16:03.676Z Compiling find-msvc-tools v0.1.9
12912026-05-23T04:16:03.676Z Compiling shlex v1.3.0
12922026-05-23T04:16:03.676Z Compiling smallvec v1.15.1
12932026-05-23T04:16:03.676Z Compiling typenum v1.19.0
12942026-05-23T04:16:03.676Z Compiling subtle v2.6.1
12952026-05-23T04:16:03.676Z Compiling generic-array v0.14.7
12962026-05-23T04:16:03.676Z Compiling scopeguard v1.2.0
12972026-05-23T04:16:03.676Z Compiling portable-atomic v1.13.1
12982026-05-23T04:16:03.824Z Compiling const-oid v0.9.6
12992026-05-23T04:16:03.863Z Compiling syn v2.0.117
13002026-05-23T04:16:03.874Z Compiling serde_json v1.0.149
13012026-05-23T04:16:03.877Z Compiling zerocopy v0.8.40
13022026-05-23T04:16:03.976Z Compiling lock_api v0.4.14
13032026-05-23T04:16:03.990Z Compiling critical-section v1.2.0
13042026-05-23T04:16:04.069Z Compiling pin-project-lite v0.2.17
13052026-05-23T04:16:04.099Z Compiling parking_lot_core v0.9.12
13062026-05-23T04:16:04.099Z Compiling pkg-config v0.3.32
13072026-05-23T04:16:04.127Z Compiling bitflags v2.11.0
13082026-05-23T04:16:04.145Z Compiling futures-core v0.3.32
13092026-05-23T04:16:04.149Z Compiling libm v0.2.16
13102026-05-23T04:16:04.185Z Compiling num-traits v0.2.19
13112026-05-23T04:16:04.200Z Compiling percent-encoding v2.3.2
13122026-05-23T04:16:04.245Z Compiling futures-sink v0.3.32
13132026-05-23T04:16:04.248Z Compiling slab v0.4.12
13142026-05-23T04:16:04.320Z Compiling futures-io v0.3.32
13152026-05-23T04:16:04.377Z Compiling futures-channel v0.3.32
13162026-05-23T04:16:04.394Z Compiling cpufeatures v0.2.17
13172026-05-23T04:16:04.436Z Compiling getrandom v0.4.1
13182026-05-23T04:16:04.447Z Compiling futures-task v0.3.32
13192026-05-23T04:16:04.493Z Compiling rand_core v0.10.0
13202026-05-23T04:16:04.496Z Compiling indexmap v2.14.0
13212026-05-23T04:16:04.537Z Compiling getrandom v0.3.4
13222026-05-23T04:16:04.593Z Compiling rustversion v1.0.22
13232026-05-23T04:16:04.624Z Compiling form_urlencoded v1.2.2
13242026-05-23T04:16:04.638Z Compiling fs_extra v1.3.0
13252026-05-23T04:16:04.653Z Compiling dunce v1.0.5
13262026-05-23T04:16:04.668Z Compiling ident_case v1.0.1
13272026-05-23T04:16:04.683Z Compiling base64ct v1.8.3
13282026-05-23T04:16:04.698Z Compiling iana-time-zone v0.1.65
13292026-05-23T04:16:04.766Z Compiling getrandom v0.2.17
13302026-05-23T04:16:04.804Z Compiling jobserver v0.1.34
13312026-05-23T04:16:04.819Z Compiling errno v0.3.14
13322026-05-23T04:16:04.846Z Compiling mio v1.2.0
13332026-05-23T04:16:04.915Z Compiling rand_core v0.6.4
13342026-05-23T04:16:04.930Z Compiling signal-hook-registry v1.4.8
13352026-05-23T04:16:04.946Z Compiling socket2 v0.6.3
13362026-05-23T04:16:04.961Z Compiling once_cell v1.21.3
13372026-05-23T04:16:05.020Z Compiling cc v1.2.56
13382026-05-23T04:16:05.039Z Compiling parking_lot v0.12.5
13392026-05-23T04:16:05.139Z Compiling pem-rfc7468 v0.7.0
13402026-05-23T04:16:05.194Z Compiling flagset v0.4.7
13412026-05-23T04:16:05.210Z Compiling rustix v1.1.3
13422026-05-23T04:16:05.225Z Compiling regex-syntax v0.8.10
13432026-05-23T04:16:05.228Z Compiling vcpkg v0.2.15
13442026-05-23T04:16:05.254Z Compiling aws-lc-rs v1.16.3
13452026-05-23T04:16:05.292Z Compiling uuid v1.23.0
13462026-05-23T04:16:05.358Z Compiling tracing-core v0.1.36
13472026-05-23T04:16:05.373Z Compiling rustc_version v0.4.1
13482026-05-23T04:16:05.476Z Compiling base64 v0.22.1
13492026-05-23T04:16:05.490Z Compiling openssl-probe v0.2.1
13502026-05-23T04:16:05.516Z Compiling tinyvec_macros v0.1.1
13512026-05-23T04:16:05.603Z Compiling rand_core v0.9.5
13522026-05-23T04:16:05.633Z Compiling untrusted v0.7.1
13532026-05-23T04:16:05.649Z Compiling untrusted v0.9.0
13542026-05-23T04:16:05.690Z Compiling httparse v1.10.1
13552026-05-23T04:16:05.750Z Compiling tinyvec v1.10.0
13562026-05-23T04:16:05.765Z Compiling aho-corasick v1.1.4
13572026-05-23T04:16:05.780Z Compiling atomic-waker v1.1.2
13582026-05-23T04:16:05.792Z Compiling try-lock v0.2.5
13592026-05-23T04:16:05.796Z Compiling schemars v0.8.22
13602026-05-23T04:16:05.833Z Compiling cmake v0.1.57
13612026-05-23T04:16:05.916Z Compiling rustls v0.23.37
13622026-05-23T04:16:05.932Z Compiling tower-service v0.3.3
13632026-05-23T04:16:05.935Z Compiling tower-layer v0.3.3
13642026-05-23T04:16:06.022Z Compiling dyn-clone v1.0.20
13652026-05-23T04:16:06.046Z Compiling want v0.3.1
13662026-05-23T04:16:06.099Z Compiling openssl v0.10.78
13672026-05-23T04:16:06.129Z Compiling httpdate v1.0.3
13682026-05-23T04:16:06.133Z Compiling pin-utils v0.1.0
13692026-05-23T04:16:06.146Z Compiling foreign-types-shared v0.1.1
13702026-05-23T04:16:06.160Z Compiling unicode-normalization v0.1.25
13712026-05-23T04:16:06.175Z Compiling spin v0.9.8
13722026-05-23T04:16:06.207Z Compiling powerfmt v0.2.0
13732026-05-23T04:16:06.236Z Compiling foreign-types v0.3.2
13742026-05-23T04:16:06.236Z Compiling num-conv v0.2.0
13752026-05-23T04:16:06.264Z Compiling native-tls v0.2.18
13762026-05-23T04:16:06.268Z Compiling crc32fast v1.5.0
13772026-05-23T04:16:06.296Z Compiling time-core v0.1.8
13782026-05-23T04:16:06.333Z Compiling wait-timeout v0.2.1
13792026-05-23T04:16:06.379Z Compiling deranged v0.5.8
13802026-05-23T04:16:06.396Z Compiling sync_wrapper v1.0.2
13812026-05-23T04:16:06.396Z Compiling usdt-impl v0.6.0
13822026-05-23T04:16:06.426Z Compiling syn v1.0.109
13832026-05-23T04:16:06.455Z Compiling siphasher v1.0.2
13842026-05-23T04:16:06.472Z Compiling time-macros v0.2.27
13852026-05-23T04:16:06.502Z Compiling num_threads v0.1.7
13862026-05-23T04:16:06.528Z Compiling bit-vec v0.8.0
13872026-05-23T04:16:06.543Z Compiling quick-error v1.2.3
13882026-05-23T04:16:06.690Z Compiling crossbeam-utils v0.8.21
13892026-05-23T04:16:06.706Z Compiling simd-adler32 v0.3.8
13902026-05-23T04:16:06.751Z Compiling heapless v0.7.17
13912026-05-23T04:16:06.751Z Compiling rand_xorshift v0.4.0
13922026-05-23T04:16:06.754Z Compiling slog v2.8.2
13932026-05-23T04:16:06.795Z Compiling thread-id v5.1.0
13942026-05-23T04:16:06.812Z Compiling aws-lc-sys v0.40.0
13952026-05-23T04:16:06.845Z Compiling ring v0.17.14
13962026-05-23T04:16:06.861Z Compiling openssl-sys v0.9.114
13972026-05-23T04:16:06.898Z Compiling regex-automata v0.4.14
13982026-05-23T04:16:06.949Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-23T04:16:06.968Z Compiling synstructure v0.13.2
14002026-05-23T04:16:06.971Z Compiling serde_derive_internals v0.29.1
14012026-05-23T04:16:06.999Z Compiling pest_generator v2.8.6
14022026-05-23T04:16:07.016Z Compiling darling_core v0.20.11
14032026-05-23T04:16:07.048Z Compiling tempfile v3.25.0
14042026-05-23T04:16:07.289Z Compiling rusty-fork v0.3.1
14052026-05-23T04:16:07.463Z Compiling darling_core v0.21.3
14062026-05-23T04:16:07.540Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-05-23T04:16:07.617Z Compiling bit-set v0.8.0
14082026-05-23T04:16:07.678Z Compiling cookie v0.18.1
14092026-05-23T04:16:07.694Z Compiling time v0.3.47
14102026-05-23T04:16:07.707Z Compiling ryu v1.0.23
14112026-05-23T04:16:07.750Z Compiling anyhow v1.0.102
14122026-05-23T04:16:07.813Z Compiling allocator-api2 v0.2.21
14132026-05-23T04:16:07.844Z Compiling unicode-bidi v0.3.18
14142026-05-23T04:16:07.858Z Compiling unicode-properties v0.1.4
14152026-05-23T04:16:07.889Z Compiling unarray v0.1.4
14162026-05-23T04:16:07.914Z Compiling signal-hook v0.3.18
14172026-05-23T04:16:07.938Z Compiling adler2 v2.0.1
14182026-05-23T04:16:08.020Z Compiling iri-string v0.7.10
14192026-05-23T04:16:08.089Z Compiling zstd-safe v7.2.4
14202026-05-23T04:16:08.093Z Compiling paste v1.0.15
14212026-05-23T04:16:08.152Z Compiling miniz_oxide v0.8.9
14222026-05-23T04:16:08.174Z Compiling stringprep v0.1.5
14232026-05-23T04:16:08.469Z Compiling num-integer v0.1.46
14242026-05-23T04:16:08.486Z Compiling curve25519-dalek v4.1.3
14252026-05-23T04:16:08.658Z Compiling vergen-lib v9.1.0
14262026-05-23T04:16:08.755Z Compiling serde_derive v1.0.228
14272026-05-23T04:16:08.815Z Compiling zeroize_derive v1.4.3
14282026-05-23T04:16:08.829Z Compiling zerofrom-derive v0.1.6
14292026-05-23T04:16:08.851Z Compiling yoke-derive v0.8.1
14302026-05-23T04:16:08.866Z Compiling zerovec-derive v0.11.2
14312026-05-23T04:16:08.889Z Compiling zerocopy-derive v0.8.40
14322026-05-23T04:16:09.067Z Compiling displaydoc v0.2.5
14332026-05-23T04:16:09.357Z Compiling tokio-macros v2.7.0
14342026-05-23T04:16:09.448Z Compiling futures-macro v0.3.32
14352026-05-23T04:16:09.518Z Compiling zeroize v1.8.2
14362026-05-23T04:16:09.602Z Compiling der_derive v0.7.3
14372026-05-23T04:16:09.849Z Compiling rustls-pki-types v1.14.0
14382026-05-23T04:16:10.044Z Compiling tracing-attributes v0.1.31
14392026-05-23T04:16:10.089Z Compiling thiserror-impl v2.0.18
14402026-05-23T04:16:10.124Z Compiling schemars_derive v0.8.22
14412026-05-23T04:16:10.138Z Compiling scroll_derive v0.13.1
14422026-05-23T04:16:10.294Z Compiling crypto-common v0.1.7
14432026-05-23T04:16:10.310Z Compiling zerofrom v0.1.6
14442026-05-23T04:16:10.324Z Compiling block-buffer v0.10.4
14452026-05-23T04:16:10.338Z Compiling futures-util v0.3.32
14462026-05-23T04:16:10.498Z Compiling yoke v0.8.1
14472026-05-23T04:16:10.498Z Compiling digest v0.10.7
14482026-05-23T04:16:10.527Z Compiling block-padding v0.3.3
14492026-05-23T04:16:10.623Z Compiling der v0.7.10
14502026-05-23T04:16:10.708Z Compiling zerovec v0.11.5
14512026-05-23T04:16:10.723Z Compiling zerotrie v0.2.3
14522026-05-23T04:16:10.783Z Compiling hmac v0.12.1
14532026-05-23T04:16:10.960Z Compiling inout v0.1.4
14542026-05-23T04:16:11.030Z Compiling sha2 v0.10.9
14552026-05-23T04:16:11.046Z Compiling pbkdf2 v0.12.2
14562026-05-23T04:16:11.159Z Compiling cipher v0.4.4
14572026-05-23T04:16:11.186Z Compiling tinystr v0.8.2
14582026-05-23T04:16:11.204Z Compiling potential_utf v0.1.4
14592026-05-23T04:16:11.247Z Compiling pest_derive v2.8.6
14602026-05-23T04:16:11.396Z Compiling icu_locale_core v2.1.1
14612026-05-23T04:16:11.422Z Compiling icu_collections v2.1.1
14622026-05-23T04:16:11.449Z Compiling salsa20 v0.10.2
14632026-05-23T04:16:11.497Z Compiling spki v0.7.3
14642026-05-23T04:16:11.513Z Compiling tracing v0.1.44
14652026-05-23T04:16:11.529Z Compiling aes v0.8.4
14662026-05-23T04:16:11.568Z Compiling thiserror v2.0.18
14672026-05-23T04:16:11.618Z Compiling scrypt v0.11.0
14682026-05-23T04:16:11.702Z Compiling cbc v0.1.2
14692026-05-23T04:16:11.742Z Compiling scroll v0.13.0
14702026-05-23T04:16:11.819Z Compiling darling_macro v0.20.11
14712026-05-23T04:16:11.881Z Compiling openssl-macros v0.1.1
14722026-05-23T04:16:11.898Z Compiling rustls-native-certs v0.8.3
14732026-05-23T04:16:11.913Z Compiling dtrace-parser v0.3.0
14742026-05-23T04:16:11.945Z Compiling pkcs5 v0.7.1
14752026-05-23T04:16:12.035Z Compiling icu_provider v2.1.1
14762026-05-23T04:16:12.218Z Compiling goblin v0.10.5
14772026-05-23T04:16:12.292Z Compiling bytes v1.11.1
14782026-05-23T04:16:12.316Z Compiling icu_normalizer v2.1.1
14792026-05-23T04:16:12.332Z Compiling icu_properties v2.1.2
14802026-05-23T04:16:12.347Z Compiling chrono v0.4.44
14812026-05-23T04:16:12.361Z Compiling ipnet v2.11.0
14822026-05-23T04:16:12.378Z Compiling pkcs8 v0.10.2
14832026-05-23T04:16:12.453Z Compiling darling v0.20.11
14842026-05-23T04:16:12.555Z Compiling derive_builder_core v0.20.2
14852026-05-23T04:16:12.639Z Compiling signature v2.2.0
14862026-05-23T04:16:12.710Z Compiling webpki-roots v1.0.6
14872026-05-23T04:16:12.725Z Compiling thiserror-impl v1.0.69
14882026-05-23T04:16:12.757Z Compiling scroll_derive v0.12.1
14892026-05-23T04:16:12.846Z Compiling tokio v1.52.1
14902026-05-23T04:16:12.861Z Compiling http v1.4.0
14912026-05-23T04:16:12.903Z Compiling toml_datetime v0.6.11
14922026-05-23T04:16:12.921Z Compiling serde_urlencoded v0.7.1
14932026-05-23T04:16:12.951Z Compiling serde_spanned v0.6.9
14942026-05-23T04:16:13.118Z Compiling serde_tokenstream v0.2.3
14952026-05-23T04:16:13.194Z Compiling erased-serde v0.3.31
14962026-05-23T04:16:13.210Z Compiling md-5 v0.10.6
14972026-05-23T04:16:13.389Z Compiling idna_adapter v1.2.1
14982026-05-23T04:16:13.454Z Compiling ppv-lite86 v0.2.21
14992026-05-23T04:16:13.458Z Compiling scroll v0.12.0
15002026-05-23T04:16:13.484Z Compiling derive_builder_macro v0.20.2
15012026-05-23T04:16:13.500Z Compiling darling_macro v0.21.3
15022026-05-23T04:16:13.552Z Compiling idna v1.1.0
15032026-05-23T04:16:13.567Z Compiling http-body v1.0.1
15042026-05-23T04:16:13.586Z Compiling bstr v1.12.1
15052026-05-23T04:16:13.705Z Compiling http-body-util v0.1.3
15062026-05-23T04:16:13.745Z Compiling rand_chacha v0.9.0
15072026-05-23T04:16:13.762Z Compiling rand_chacha v0.3.1
15082026-05-23T04:16:13.791Z Compiling async-trait v0.1.89
15092026-05-23T04:16:13.806Z Compiling zerocopy-derive v0.7.35
15102026-05-23T04:16:13.821Z Compiling pin-project-internal v1.1.11
15112026-05-23T04:16:13.974Z Compiling url v2.5.8
15122026-05-23T04:16:13.997Z Compiling rand v0.9.2
15132026-05-23T04:16:14.035Z Compiling ff v0.13.1
15142026-05-23T04:16:14.050Z Compiling thiserror v1.0.69
15152026-05-23T04:16:14.170Z Compiling hash32 v0.2.1
15162026-05-23T04:16:14.190Z Compiling memoffset v0.9.1
15172026-05-23T04:16:14.234Z Compiling encoding_rs v0.8.35
15182026-05-23T04:16:14.259Z Compiling psl-types v2.0.11
15192026-05-23T04:16:14.381Z Compiling litrs v1.0.0
15202026-05-23T04:16:14.399Z Compiling rustix v0.38.44
15212026-05-23T04:16:14.413Z Compiling ref-cast v1.0.25
15222026-05-23T04:16:14.593Z Compiling proptest v1.10.0
15232026-05-23T04:16:14.738Z Compiling smoltcp v0.9.1
15242026-05-23T04:16:14.770Z Compiling fallible-iterator v0.2.0
15252026-05-23T04:16:14.810Z Compiling mime v0.3.17
15262026-05-23T04:16:14.865Z Compiling cfg_aliases v0.2.1
15272026-05-23T04:16:14.881Z Compiling zlib-rs v0.6.2
15282026-05-23T04:16:14.909Z Compiling base16ct v0.2.0
15292026-05-23T04:16:14.957Z Compiling dof v0.4.0
15302026-05-23T04:16:14.975Z Compiling num-bigint-dig v0.8.6
15312026-05-23T04:16:14.990Z Compiling pin-project v1.1.11
15322026-05-23T04:16:15.057Z Compiling postgres-protocol v0.6.10
15332026-05-23T04:16:15.084Z Compiling sec1 v0.7.3
15342026-05-23T04:16:15.099Z Compiling nix v0.31.2
15352026-05-23T04:16:15.113Z Compiling document-features v0.2.12
15362026-05-23T04:16:15.262Z Compiling ipnetwork v0.21.1
15372026-05-23T04:16:15.276Z Compiling zerocopy v0.7.35
15382026-05-23T04:16:15.378Z Compiling publicsuffix v2.3.0
15392026-05-23T04:16:15.509Z Compiling oxnet v0.1.5
15402026-05-23T04:16:15.558Z Compiling group v0.13.0
15412026-05-23T04:16:15.610Z Compiling darling v0.21.3
15422026-05-23T04:16:15.660Z Compiling derive_builder v0.20.2
15432026-05-23T04:16:15.698Z Compiling rand v0.8.6
15442026-05-23T04:16:15.713Z Compiling goblin v0.8.2
15452026-05-23T04:16:15.814Z Compiling futures-executor v0.3.32
15462026-05-23T04:16:15.829Z Compiling hubpack_derive v0.1.1
15472026-05-23T04:16:15.872Z Compiling hex v0.4.3
15482026-05-23T04:16:15.906Z Compiling hkdf v0.12.4
15492026-05-23T04:16:15.948Z Compiling crypto-bigint v0.5.5
15502026-05-23T04:16:16.014Z Compiling regex v1.12.3
15512026-05-23T04:16:16.207Z Compiling snafu-derive v0.8.9
15522026-05-23T04:16:16.228Z Compiling strum_macros v0.27.2
15532026-05-23T04:16:16.243Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-23T04:16:16.278Z Compiling daft-derive v0.1.7
15552026-05-23T04:16:16.328Z Compiling ref-cast-impl v1.0.25
15562026-05-23T04:16:16.385Z Compiling num-iter v0.1.45
15572026-05-23T04:16:16.605Z Compiling terminal_size v0.4.3
15582026-05-23T04:16:16.668Z Compiling tokio-util v0.7.18
15592026-05-23T04:16:16.768Z Compiling tower v0.5.3
15602026-05-23T04:16:16.902Z Compiling tokio-native-tls v0.3.1
15612026-05-23T04:16:16.905Z Compiling phf_shared v0.13.1
15622026-05-23T04:16:16.930Z Compiling lazy_static v1.5.0
15632026-05-23T04:16:16.950Z Compiling anstyle-parse v0.2.7
15642026-05-23T04:16:17.033Z Compiling newtype-uuid v1.3.2
15652026-05-23T04:16:17.048Z Compiling vergen v9.1.0
15662026-05-23T04:16:17.067Z Compiling cargo-platform v0.3.2
15672026-05-23T04:16:17.098Z Compiling fs-err v3.3.0
15682026-05-23T04:16:17.155Z Compiling ahash v0.8.12
15692026-05-23T04:16:17.181Z Compiling tower-http v0.6.8
15702026-05-23T04:16:17.256Z Compiling object v0.37.3
15712026-05-23T04:16:17.275Z Compiling libbz2-rs-sys v0.2.2
15722026-05-23T04:16:17.310Z Compiling same-file v1.0.6
15732026-05-23T04:16:17.364Z Compiling h2 v0.4.13
15742026-05-23T04:16:17.384Z Compiling winnow v0.5.40
15752026-05-23T04:16:17.399Z Compiling bumpalo v3.20.2
15762026-05-23T04:16:17.497Z Compiling managed v0.8.0
15772026-05-23T04:16:17.557Z Compiling unicode-segmentation v1.12.0
15782026-05-23T04:16:17.613Z Compiling bitflags v1.3.2
15792026-05-23T04:16:17.669Z Compiling foldhash v0.1.5
15802026-05-23T04:16:17.702Z Compiling foldhash v0.2.0
15812026-05-23T04:16:17.737Z Compiling bzip2 v0.6.1
15822026-05-23T04:16:17.886Z Compiling flate2 v1.1.9
15832026-05-23T04:16:17.972Z Compiling hashbrown v0.16.1
15842026-05-23T04:16:17.988Z Compiling dof v0.3.0
15852026-05-23T04:16:18.005Z Compiling hashbrown v0.15.5
15862026-05-23T04:16:18.020Z Compiling zopfli v0.8.3
15872026-05-23T04:16:18.195Z Compiling walkdir v2.5.0
15882026-05-23T04:16:18.211Z Compiling snafu v0.8.9
15892026-05-23T04:16:18.281Z Compiling strum v0.27.2
15902026-05-23T04:16:18.330Z Compiling clap_builder v4.6.0
15912026-05-23T04:16:18.405Z Compiling daft v0.1.7
15922026-05-23T04:16:18.432Z Compiling cargo_metadata v0.23.1
15932026-05-23T04:16:18.525Z Compiling phf v0.13.1
15942026-05-23T04:16:18.589Z Compiling anstream v0.6.21
15952026-05-23T04:16:18.706Z Compiling elliptic-curve v0.13.8
15962026-05-23T04:16:18.723Z Compiling toml_edit v0.19.15
15972026-05-23T04:16:18.726Z Compiling signal-hook-mio v0.2.5
15982026-05-23T04:16:18.755Z Compiling usdt-macro v0.6.0
15992026-05-23T04:16:18.784Z Compiling usdt-attr-macro v0.6.0
16002026-05-23T04:16:18.874Z Compiling cookie_store v0.22.1
16012026-05-23T04:16:18.889Z Compiling hubpack v0.1.2
16022026-05-23T04:16:18.911Z Compiling bzip2 v0.4.4
16032026-05-23T04:16:19.116Z Compiling futures v0.3.32
16042026-05-23T04:16:19.132Z Compiling serde_with_macros v3.17.0
16052026-05-23T04:16:19.180Z Compiling postgres-types v0.2.12
16062026-05-23T04:16:19.264Z Compiling zstd v0.13.3
16072026-05-23T04:16:19.295Z Compiling dtrace-parser v0.2.0
16082026-05-23T04:16:19.549Z Compiling globset v0.4.18
16092026-05-23T04:16:19.553Z Compiling ed25519 v2.2.3
16102026-05-23T04:16:19.553Z Compiling pkcs1 v0.7.5
16112026-05-23T04:16:19.636Z Compiling serde-big-array v0.5.1
16122026-05-23T04:16:19.764Z Compiling serde_plain v1.0.2
16132026-05-23T04:16:19.802Z Compiling olpc-cjson v0.1.4
16142026-05-23T04:16:19.821Z Compiling rfc6979 v0.4.0
16152026-05-23T04:16:19.968Z Compiling enum-as-inner v0.6.1
16162026-05-23T04:16:19.972Z Compiling clap_derive v4.6.1
16172026-05-23T04:16:19.999Z Compiling async-recursion v1.1.1
16182026-05-23T04:16:20.002Z Compiling serde_repr v0.1.20
16192026-05-23T04:16:20.071Z Compiling strum_macros v0.26.4
16202026-05-23T04:16:20.291Z Compiling phf_shared v0.11.3
16212026-05-23T04:16:20.305Z Compiling float-cmp v0.10.0
16222026-05-23T04:16:20.364Z Compiling hyper v1.8.1
16232026-05-23T04:16:20.522Z Compiling pem v3.0.6
16242026-05-23T04:16:20.538Z Compiling memmap2 v0.9.10
16252026-05-23T04:16:20.551Z Compiling thread-id v4.2.2
16262026-05-23T04:16:20.566Z Compiling env_filter v1.0.0
16272026-05-23T04:16:20.622Z Compiling new_debug_unreachable v1.0.6
16282026-05-23T04:16:20.654Z Compiling jiff v0.2.21
16292026-05-23T04:16:20.710Z Compiling typed-path v0.9.3
16302026-05-23T04:16:20.736Z Compiling keccak v0.1.6
16312026-05-23T04:16:20.771Z Compiling precomputed-hash v0.1.1
16322026-05-23T04:16:20.879Z Compiling fixedbitset v0.5.7
16332026-05-23T04:16:20.893Z Compiling normalize-line-endings v0.3.0
16342026-05-23T04:16:20.910Z Compiling whoami v2.1.0
16352026-05-23T04:16:21.009Z Compiling difflib v0.4.0
16362026-05-23T04:16:21.213Z Compiling static_assertions v1.1.0
16372026-05-23T04:16:21.301Z Compiling predicates-core v1.0.10
16382026-05-23T04:16:21.320Z Compiling data-encoding v2.10.0
16392026-05-23T04:16:21.468Z Compiling fixedbitset v0.4.2
16402026-05-23T04:16:21.484Z Compiling hyper-util v0.1.20
16412026-05-23T04:16:21.487Z Compiling either v1.15.0
16422026-05-23T04:16:21.515Z Compiling predicates v3.1.4
16432026-05-23T04:16:21.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16442026-05-23T04:16:21.619Z Compiling hickory-proto v0.25.2
16452026-05-23T04:16:21.690Z Compiling petgraph v0.6.5
16462026-05-23T04:16:21.712Z Compiling itertools v0.13.0
16472026-05-23T04:16:21.739Z Compiling tokio-postgres v0.7.16
16482026-05-23T04:16:21.871Z Compiling clap v4.6.1
16492026-05-23T04:16:21.976Z Compiling petgraph v0.8.3
16502026-05-23T04:16:21.992Z Compiling strum v0.26.3
16512026-05-23T04:16:22.009Z Compiling sha3 v0.10.8
16522026-05-23T04:16:22.033Z Compiling string_cache v0.8.9
16532026-05-23T04:16:22.060Z Compiling env_logger v0.11.9
16542026-05-23T04:16:22.146Z Compiling usdt v0.6.0
16552026-05-23T04:16:22.205Z Compiling toml_edit v0.22.27
16562026-05-23T04:16:22.280Z Compiling usdt-impl v0.5.0
16572026-05-23T04:16:22.435Z Compiling serde_with v3.17.0
16582026-05-23T04:16:22.451Z Compiling crossterm v0.28.1
16592026-05-23T04:16:22.502Z Compiling toml v0.7.8
16602026-05-23T04:16:22.901Z Compiling hyper-tls v0.6.0
16612026-05-23T04:16:23.000Z Compiling ecdsa v0.16.9
16622026-05-23T04:16:23.145Z Compiling rsa v0.9.10
16632026-05-23T04:16:23.164Z Compiling ed25519-dalek v2.2.0
16642026-05-23T04:16:23.308Z Compiling zip v4.6.1
16652026-05-23T04:16:23.642Z Compiling zip v0.6.6
16662026-05-23T04:16:23.758Z Compiling iddqd v0.4.1
16672026-05-23T04:16:24.168Z Compiling heck v0.4.1
16682026-05-23T04:16:24.216Z Compiling similar v2.7.0
16692026-05-23T04:16:24.238Z Compiling tokio-stream v0.1.18
16702026-05-23T04:16:24.274Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-23T04:16:24.300Z Compiling buf-list v1.1.2
16722026-05-23T04:16:24.341Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-23T04:16:24.416Z Compiling openapiv3 v2.2.0
16742026-05-23T04:16:24.476Z Compiling x509-cert v0.2.5
16752026-05-23T04:16:24.599Z Compiling sha1 v0.10.6
16762026-05-23T04:16:24.669Z Compiling crossbeam-epoch v0.9.18
16772026-05-23T04:16:24.722Z Compiling lalrpop-util v0.19.12
16782026-05-23T04:16:24.850Z Compiling peg-runtime v0.8.5
16792026-05-23T04:16:24.930Z Compiling thread_local v1.1.9
16802026-05-23T04:16:24.951Z Compiling slog-async v2.8.0
16812026-05-23T04:16:24.954Z Compiling crossbeam-channel v0.5.15
16822026-05-23T04:16:24.983Z Compiling filetime v0.2.27
16832026-05-23T04:16:24.987Z Compiling is-terminal v0.4.17
16842026-05-23T04:16:25.017Z Compiling xattr v1.6.1
16852026-05-23T04:16:25.032Z Compiling term v1.2.1
16862026-05-23T04:16:25.115Z Compiling take_mut v0.2.2
16872026-05-23T04:16:25.162Z Compiling tar v0.4.45
16882026-05-23T04:16:25.436Z Compiling slog-term v2.9.2
16892026-05-23T04:16:43.099Z Compiling rustls-webpki v0.103.9
16902026-05-23T04:16:45.945Z Compiling tokio-rustls v0.26.4
16912026-05-23T04:16:45.945Z Compiling rustls-platform-verifier v0.6.2
16922026-05-23T04:16:46.145Z Compiling hyper-rustls v0.27.7
16932026-05-23T04:16:46.340Z Compiling reqwest v0.12.28
16942026-05-23T04:16:46.340Z Compiling reqwest v0.13.2
16952026-05-23T04:16:47.598Z Compiling tough v0.22.0
16962026-05-23T04:16:50.083Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-05-23T04:16:50.335Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-05-23T04:16:53.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.86s
16992026-05-23T04:16:53.342Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-05-23T04:16:53.403ZMay 23 04:16:53.001 INFO Starting download, target: Cockroach
17012026-05-23T04:16:53.403ZMay 23 04:16:53.002 INFO Starting download, target: Clickhouse
17022026-05-23T04:16:53.403ZMay 23 04:16:53.002 INFO Starting download, target: Console
17032026-05-23T04:16:53.403ZMay 23 04:16:53.002 INFO Starting download, target: DendriteStub
17042026-05-23T04:16:53.403ZMay 23 04:16:53.002 INFO Starting download, target: MaghemiteMgd
17052026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Starting download, target: MaghemiteDdmd
17062026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Starting download, target: TransceiverControl
17072026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17102026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17112026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-23T04:16:53.406ZMay 23 04:16:53.002 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-05-23T04:16:54.390ZMay 23 04:16:53.973 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-05-23T04:16:54.492ZMay 23 04:16:54.080 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-05-23T04:16:54.631ZMay 23 04:16:54.216 INFO Download complete, target: Console
17172026-05-23T04:16:54.698ZMay 23 04:16:54.296 INFO Download complete, target: TransceiverControl
17182026-05-23T04:16:55.385ZMay 23 04:16:54.973 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-05-23T04:16:55.845ZMay 23 04:16:55.428 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-23T04:16:55.893ZMay 23 04:16:55.471 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-05-23T04:16:56.074ZMay 23 04:16:55.667 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-05-23T04:16:56.983ZMay 23 04:16:56.550 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17232026-05-23T04:16:56.983ZMay 23 04:16:56.550 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17242026-05-23T04:16:58.052ZMay 23 04:16:57.621 INFO Download complete, target: MaghemiteDdmd
17252026-05-23T04:16:58.462ZMay 23 04:16:58.057 INFO Download complete, target: MaghemiteMgd
17262026-05-23T04:16:58.974ZMay 23 04:16:58.564 INFO Download complete, target: DendriteStub
17272026-05-23T04:17:01.802ZMay 23 04:17:01.369 INFO Checking that binary works, target: Cockroach
17282026-05-23T04:17:01.922ZMay 23 04:17:01.494 INFO Download complete, target: Cockroach
17292026-05-23T04:17:02.413ZMay 23 04:17:02.003 INFO Checking that binary works, target: Clickhouse
17302026-05-23T04:17:02.512ZMay 23 04:17:02.100 INFO Download complete, target: Clickhouse
17312026-05-23T04:17:02.543ZAll prerequisites installed successfully
17322026-05-23T04:17:02.543Z
17332026-05-23T04:17:02.543Zreal 2:04.000142314
17342026-05-23T04:17:02.543Zuser 7:01.974575142
17352026-05-23T04:17:02.543Zsys 1:43.865906726
17362026-05-23T04:17:02.543Ztrap 0.269090158
17372026-05-23T04:17:02.543Ztflt 1.407958258
17382026-05-23T04:17:02.543Zdflt 1.746586743
17392026-05-23T04:17:02.543Zkflt 0.027597539
17402026-05-23T04:17:02.544Zlock 23:01.070733037
17412026-05-23T04:17:02.544Zslp 19:05.857623294
17422026-05-23T04:17:02.544Zlat 27.143344798
17432026-05-23T04:17:02.544Zstop 2:55.386886006
17442026-05-23T04:17:02.544Z+ ptime -m cargo xtask download softnpu
17452026-05-23T04:17:03.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17462026-05-23T04:17:03.130Z Running `target/debug/xtask download softnpu`
17472026-05-23T04:17:03.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
17482026-05-23T04:17:04.049Z Running `target/debug/xtask-downloader softnpu`
17492026-05-23T04:17:04.093ZMay 23 04:17:03.691 INFO Starting download, target: Softnpu
17502026-05-23T04:17:04.097ZMay 23 04:17:03.692 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-05-23T04:17:04.675ZMay 23 04:17:04.274 INFO Download complete, target: Softnpu
17522026-05-23T04:17:04.678Z
17532026-05-23T04:17:04.678Zreal 2.164483557
17542026-05-23T04:17:04.678Zuser 1.481440589
17552026-05-23T04:17:04.678Zsys 0.736874233
17562026-05-23T04:17:04.678Ztrap 0.000541430
17572026-05-23T04:17:04.678Ztflt 0.000149020
17582026-05-23T04:17:04.678Zdflt 0.000090780
17592026-05-23T04:17:04.678Zkflt 0.000000000
17602026-05-23T04:17:04.678Zlock 10.287426032
17612026-05-23T04:17:04.678Zslp 0.440288540
17622026-05-23T04:17:04.681Zlat 0.094860226
17632026-05-23T04:17:04.681Zstop 0.000166660
17642026-05-23T04:17:04.681Z+ export CARGO_INCREMENTAL=0
17652026-05-23T04:17:04.681Z+ CARGO_INCREMENTAL=0
17662026-05-23T04:17:04.681Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-05-23T04:17:05.649Z Compiling proc-macro2 v1.0.106
17682026-05-23T04:17:05.649Z Compiling quote v1.0.45
17692026-05-23T04:17:05.649Z Compiling unicode-ident v1.0.24
17702026-05-23T04:17:05.654Z Compiling libc v0.2.185
17712026-05-23T04:17:05.654Z Compiling serde_core v1.0.228
17722026-05-23T04:17:05.654Z Compiling serde v1.0.228
17732026-05-23T04:17:05.654Z Compiling cfg-if v1.0.4
17742026-05-23T04:17:05.654Z Compiling version_check v0.9.5
17752026-05-23T04:17:05.654Z Compiling find-msvc-tools v0.1.9
17762026-05-23T04:17:05.802Z Compiling shlex v1.3.0
17772026-05-23T04:17:05.805Z Compiling typenum v1.19.0
17782026-05-23T04:17:05.805Z Compiling zmij v1.0.21
17792026-05-23T04:17:05.805Z Compiling autocfg v1.5.0
17802026-05-23T04:17:05.805Z Compiling serde_json v1.0.149
17812026-05-23T04:17:05.805Z Compiling memchr v2.8.0
17822026-05-23T04:17:06.092Z Compiling portable-atomic v1.13.1
17832026-05-23T04:17:06.130Z Compiling libm v0.2.16
17842026-05-23T04:17:06.261Z Compiling zerocopy v0.8.40
17852026-05-23T04:17:06.293Z Compiling generic-array v0.14.7
17862026-05-23T04:17:06.307Z Compiling parking_lot_core v0.9.12
17872026-05-23T04:17:06.353Z Compiling num-traits v0.2.19
17882026-05-23T04:17:06.367Z Compiling smallvec v1.15.1
17892026-05-23T04:17:06.370Z Compiling icu_normalizer_data v2.1.1
17902026-05-23T04:17:06.386Z Compiling icu_properties_data v2.1.2
17912026-05-23T04:17:06.465Z Compiling itoa v1.0.17
17922026-05-23T04:17:06.542Z Compiling getrandom v0.4.1
17932026-05-23T04:17:06.557Z Compiling log v0.4.29
17942026-05-23T04:17:06.602Z Compiling stable_deref_trait v1.2.1
17952026-05-23T04:17:06.634Z Compiling pkg-config v0.3.32
17962026-05-23T04:17:06.647Z Compiling subtle v2.6.1
17972026-05-23T04:17:06.805Z Compiling scopeguard v1.2.0
17982026-05-23T04:17:06.872Z Compiling writeable v0.6.2
17992026-05-23T04:17:06.918Z Compiling jobserver v0.1.34
18002026-05-23T04:17:06.936Z Compiling getrandom v0.2.17
18012026-05-23T04:17:06.984Z Compiling errno v0.3.14
18022026-05-23T04:17:07.022Z Compiling lock_api v0.4.14
18032026-05-23T04:17:07.038Z Compiling litemap v0.8.1
18042026-05-23T04:17:07.061Z Compiling syn v2.0.117
18052026-05-23T04:17:07.094Z Compiling rand_core v0.6.4
18062026-05-23T04:17:07.140Z Compiling cc v1.2.56
18072026-05-23T04:17:07.158Z Compiling percent-encoding v2.3.2
18082026-05-23T04:17:07.229Z Compiling pin-project-lite v0.2.17
18092026-05-23T04:17:07.264Z Compiling fnv v1.0.7
18102026-05-23T04:17:07.351Z Compiling thiserror v2.0.18
18112026-05-23T04:17:07.402Z Compiling critical-section v1.2.0
18122026-05-23T04:17:07.406Z Compiling getrandom v0.3.4
18132026-05-23T04:17:07.509Z Compiling equivalent v1.0.2
18142026-05-23T04:17:07.514Z Compiling dunce v1.0.5
18152026-05-23T04:17:07.544Z Compiling fs_extra v1.3.0
18162026-05-23T04:17:07.547Z Compiling utf8_iter v1.0.4
18172026-05-23T04:17:07.574Z Compiling rand_core v0.10.0
18182026-05-23T04:17:07.644Z Compiling rustversion v1.0.22
18192026-05-23T04:17:07.721Z Compiling schemars v0.8.22
18202026-05-23T04:17:07.757Z Compiling form_urlencoded v1.2.2
18212026-05-23T04:17:07.885Z Compiling cmake v0.1.57
18222026-05-23T04:17:07.922Z Compiling once_cell v1.21.3
18232026-05-23T04:17:07.956Z Compiling signal-hook-registry v1.4.8
18242026-05-23T04:17:08.085Z Compiling bitflags v2.11.0
18252026-05-23T04:17:08.182Z Compiling semver v1.0.28
18262026-05-23T04:17:08.200Z Compiling hashbrown v0.17.0
18272026-05-23T04:17:08.241Z Compiling rustix v1.1.3
18282026-05-23T04:17:08.258Z Compiling parking_lot v0.12.5
18292026-05-23T04:17:08.261Z Compiling socket2 v0.6.3
18302026-05-23T04:17:08.289Z Compiling mio v1.2.0
18312026-05-23T04:17:08.306Z Compiling const-oid v0.9.6
18322026-05-23T04:17:08.480Z Compiling ring v0.17.14
18332026-05-23T04:17:08.499Z Compiling aws-lc-sys v0.40.0
18342026-05-23T04:17:08.515Z Compiling heck v0.5.0
18352026-05-23T04:17:08.576Z Compiling aws-lc-rs v1.16.3
18362026-05-23T04:17:08.592Z Compiling futures-core v0.3.32
18372026-05-23T04:17:08.607Z Compiling httparse v1.10.1
18382026-05-23T04:17:08.760Z Compiling indexmap v2.14.0
18392026-05-23T04:17:08.808Z Compiling thiserror v1.0.69
18402026-05-23T04:17:08.811Z Compiling strsim v0.11.1
18412026-05-23T04:17:09.024Z Compiling vcpkg v0.2.15
18422026-05-23T04:17:09.097Z Compiling ucd-trie v0.1.7
18432026-05-23T04:17:09.114Z Compiling byteorder v1.5.0
18442026-05-23T04:17:09.141Z Compiling iana-time-zone v0.1.65
18452026-05-23T04:17:09.190Z Compiling regex-syntax v0.8.10
18462026-05-23T04:17:09.193Z Compiling syn v1.0.109
18472026-05-23T04:17:09.193Z Compiling ident_case v1.0.1
18482026-05-23T04:17:09.239Z Compiling uuid v1.23.0
18492026-05-23T04:17:09.258Z Compiling pest v2.8.6
18502026-05-23T04:17:09.295Z Compiling rustls v0.23.37
18512026-05-23T04:17:09.361Z Compiling cpufeatures v0.2.17
18522026-05-23T04:17:09.522Z Compiling futures-sink v0.3.32
18532026-05-23T04:17:09.605Z Compiling rustc_version v0.4.1
18542026-05-23T04:17:09.620Z Compiling openssl-sys v0.9.114
18552026-05-23T04:17:09.670Z Compiling futures-channel v0.3.32
18562026-05-23T04:17:09.707Z Compiling futures-io v0.3.32
18572026-05-23T04:17:09.732Z Compiling futures-task v0.3.32
18582026-05-23T04:17:09.898Z Compiling synstructure v0.13.2
18592026-05-23T04:17:09.928Z Compiling serde_derive_internals v0.29.1
18602026-05-23T04:17:09.943Z Compiling slab v0.4.12
18612026-05-23T04:17:09.993Z Compiling aho-corasick v1.1.4
18622026-05-23T04:17:10.181Z Compiling dyn-clone v1.0.20
18632026-05-23T04:17:10.345Z Compiling time-core v0.1.8
18642026-05-23T04:17:10.361Z Compiling crc32fast v1.5.0
18652026-05-23T04:17:10.377Z Compiling base64 v0.22.1
18662026-05-23T04:17:10.400Z Compiling pest_meta v2.8.6
18672026-05-23T04:17:10.437Z Compiling plain v0.2.3
18682026-05-23T04:17:10.507Z Compiling num-conv v0.2.0
18692026-05-23T04:17:10.545Z Compiling openssl v0.10.78
18702026-05-23T04:17:10.587Z Compiling crossbeam-utils v0.8.21
18712026-05-23T04:17:10.661Z Compiling time-macros v0.2.27
18722026-05-23T04:17:10.814Z Compiling pretty-hex v0.4.1
18732026-05-23T04:17:10.853Z Compiling regex-automata v0.4.14
18742026-05-23T04:17:10.871Z Compiling native-tls v0.2.18
18752026-05-23T04:17:10.890Z Compiling base64ct v1.8.3
18762026-05-23T04:17:10.908Z Compiling anyhow v1.0.102
18772026-05-23T04:17:10.926Z Compiling darling_core v0.21.3
18782026-05-23T04:17:11.030Z Compiling pest_generator v2.8.6
18792026-05-23T04:17:11.114Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-05-23T04:17:11.134Z Compiling pem-rfc7468 v0.7.0
18812026-05-23T04:17:11.192Z Compiling serde_derive v1.0.228
18822026-05-23T04:17:11.210Z Compiling zeroize_derive v1.4.3
18832026-05-23T04:17:11.227Z Compiling zerofrom-derive v0.1.6
18842026-05-23T04:17:11.398Z Compiling yoke-derive v0.8.1
18852026-05-23T04:17:11.425Z Compiling zerovec-derive v0.11.2
18862026-05-23T04:17:11.472Z Compiling displaydoc v0.2.5
18872026-05-23T04:17:11.508Z Compiling zerocopy-derive v0.8.40
18882026-05-23T04:17:11.649Z Compiling tokio-macros v2.7.0
18892026-05-23T04:17:11.681Z Compiling futures-macro v0.3.32
18902026-05-23T04:17:11.697Z Compiling thiserror-impl v2.0.18
18912026-05-23T04:17:11.823Z Compiling zeroize v1.8.2
18922026-05-23T04:17:12.364Z Compiling zerofrom v0.1.6
18932026-05-23T04:17:12.395Z Compiling schemars_derive v0.8.22
18942026-05-23T04:17:12.411Z Compiling tracing-attributes v0.1.31
18952026-05-23T04:17:12.487Z Compiling yoke v0.8.1
18962026-05-23T04:17:12.520Z Compiling der_derive v0.7.3
18972026-05-23T04:17:12.699Z Compiling zerovec v0.11.5
18982026-05-23T04:17:12.762Z Compiling zerotrie v0.2.3
18992026-05-23T04:17:12.853Z Compiling crypto-common v0.1.7
19002026-05-23T04:17:13.023Z Compiling block-buffer v0.10.4
19012026-05-23T04:17:13.140Z Compiling thiserror-impl v1.0.69
19022026-05-23T04:17:13.193Z Compiling digest v0.10.7
19032026-05-23T04:17:13.231Z Compiling tinystr v0.8.2
19042026-05-23T04:17:13.297Z Compiling potential_utf v0.1.4
19052026-05-23T04:17:13.421Z Compiling icu_locale_core v2.1.1
19062026-05-23T04:17:13.440Z Compiling icu_collections v2.1.1
19072026-05-23T04:17:13.477Z Compiling pest_derive v2.8.6
19082026-05-23T04:17:13.513Z Compiling futures-util v0.3.32
19092026-05-23T04:17:13.548Z Compiling hmac v0.12.1
19102026-05-23T04:17:13.941Z Compiling block-padding v0.3.3
19112026-05-23T04:17:14.101Z Compiling inout v0.1.4
19122026-05-23T04:17:14.185Z Compiling icu_provider v2.1.1
19132026-05-23T04:17:14.230Z Compiling rustls-pki-types v1.14.0
19142026-05-23T04:17:14.246Z Compiling cipher v0.4.4
19152026-05-23T04:17:14.266Z Compiling sha2 v0.10.9
19162026-05-23T04:17:14.351Z Compiling bytes v1.11.1
19172026-05-23T04:17:14.438Z Compiling icu_properties v2.1.2
19182026-05-23T04:17:14.454Z Compiling icu_normalizer v2.1.1
19192026-05-23T04:17:14.586Z Compiling chrono v0.4.44
19202026-05-23T04:17:14.628Z Compiling serde_tokenstream v0.2.3
19212026-05-23T04:17:14.915Z Compiling tokio v1.52.1
19222026-05-23T04:17:15.462Z Compiling idna_adapter v1.2.1
19232026-05-23T04:17:15.477Z Compiling scroll_derive v0.12.1
19242026-05-23T04:17:15.618Z Compiling idna v1.1.0
19252026-05-23T04:17:15.668Z Compiling scroll_derive v0.13.1
19262026-05-23T04:17:15.919Z Compiling ppv-lite86 v0.2.21
19272026-05-23T04:17:15.936Z Compiling openssl-macros v0.1.1
19282026-05-23T04:17:15.997Z Compiling url v2.5.8
19292026-05-23T04:17:16.215Z Compiling http v1.4.0
19302026-05-23T04:17:16.275Z Compiling tracing-core v0.1.36
19312026-05-23T04:17:16.389Z Compiling untrusted v0.9.0
19322026-05-23T04:17:16.416Z Compiling flagset v0.4.7
19332026-05-23T04:17:16.558Z Compiling der v0.7.10
19342026-05-23T04:17:16.708Z Compiling tracing v0.1.44
19352026-05-23T04:17:16.739Z Compiling darling_macro v0.21.3
19362026-05-23T04:17:17.149Z Compiling regex v1.12.3
19372026-05-23T04:17:17.218Z Compiling zerocopy-derive v0.7.35
19382026-05-23T04:17:17.262Z Compiling rand_core v0.9.5
19392026-05-23T04:17:17.338Z Compiling slog v2.8.2
19402026-05-23T04:17:17.512Z Compiling cookie v0.18.1
19412026-05-23T04:17:17.737Z Compiling spki v0.7.3
19422026-05-23T04:17:17.740Z Compiling darling v0.21.3
19432026-05-23T04:17:17.842Z Compiling salsa20 v0.10.2
19442026-05-23T04:17:17.923Z Compiling pbkdf2 v0.12.2
19452026-05-23T04:17:18.215Z Compiling camino v1.2.2
19462026-05-23T04:17:18.549Z Compiling scrypt v0.11.0
19472026-05-23T04:17:18.556Z Compiling rand_chacha v0.9.0
19482026-05-23T04:17:18.585Z Compiling http-body v1.0.1
19492026-05-23T04:17:18.760Z Compiling aes v0.8.4
19502026-05-23T04:17:18.784Z Compiling tokio-util v0.7.18
19512026-05-23T04:17:18.801Z Compiling cbc v0.1.2
19522026-05-23T04:17:18.942Z Compiling usdt-impl v0.5.0
19532026-05-23T04:17:18.955Z Compiling untrusted v0.7.1
19542026-05-23T04:17:18.993Z Compiling ref-cast v1.0.25
19552026-05-23T04:17:19.035Z Compiling winnow v0.7.14
19562026-05-23T04:17:19.117Z Compiling usdt-impl v0.6.0
19572026-05-23T04:17:19.180Z Compiling openssl-probe v0.2.1
19582026-05-23T04:17:19.199Z Compiling tinyvec_macros v0.1.1
19592026-05-23T04:17:19.233Z Compiling paste v1.0.15
19602026-05-23T04:17:19.288Z Compiling atomic-waker v1.1.2
19612026-05-23T04:17:19.302Z Compiling either v1.15.0
19622026-05-23T04:17:19.364Z Compiling tinyvec v1.10.0
19632026-05-23T04:17:19.445Z Compiling pkcs5 v0.7.1
19642026-05-23T04:17:19.649Z Compiling rand v0.9.2
19652026-05-23T04:17:19.927Z Compiling scroll v0.13.0
19662026-05-23T04:17:20.048Z Compiling scroll v0.12.0
19672026-05-23T04:17:20.099Z Compiling serde_spanned v0.6.9
19682026-05-23T04:17:20.150Z Compiling toml_datetime v0.6.11
19692026-05-23T04:17:20.212Z Compiling async-trait v0.1.89
19702026-05-23T04:17:20.278Z Compiling heapless v0.7.17
19712026-05-23T04:17:20.304Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-05-23T04:17:20.340Z Compiling tower-layer v0.3.3
19732026-05-23T04:17:20.356Z Compiling signal-hook v0.3.18
19742026-05-23T04:17:20.466Z Compiling tower-service v0.3.3
19752026-05-23T04:17:20.562Z Compiling fastrand v2.3.0
19762026-05-23T04:17:20.569Z Compiling litrs v1.0.0
19772026-05-23T04:17:20.630Z Compiling try-lock v0.2.5
19782026-05-23T04:17:20.772Z Compiling zstd-safe v7.2.4
19792026-05-23T04:17:20.798Z Compiling want v0.3.1
19802026-05-23T04:17:20.910Z Compiling h2 v0.4.13
19812026-05-23T04:17:20.927Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-05-23T04:17:20.998Z Compiling goblin v0.8.2
19832026-05-23T04:17:21.021Z Compiling goblin v0.10.5
19842026-05-23T04:17:21.053Z Compiling document-features v0.2.12
19852026-05-23T04:17:21.128Z Compiling pkcs8 v0.10.2
19862026-05-23T04:17:21.274Z Compiling zerocopy v0.7.35
19872026-05-23T04:17:21.442Z Compiling ipnet v2.11.0
19882026-05-23T04:17:21.594Z Compiling ref-cast-impl v1.0.25
19892026-05-23T04:17:21.728Z Compiling curve25519-dalek v4.1.3
19902026-05-23T04:17:21.841Z Compiling darling_core v0.20.11
19912026-05-23T04:17:21.916Z Compiling memoffset v0.9.1
19922026-05-23T04:17:22.141Z Compiling powerfmt v0.2.0
19932026-05-23T04:17:22.157Z Compiling rustix v0.38.44
19942026-05-23T04:17:22.428Z Compiling winnow v0.5.40
19952026-05-23T04:17:22.446Z Compiling utf8parse v0.2.2
19962026-05-23T04:17:22.519Z Compiling httpdate v1.0.3
19972026-05-23T04:17:22.750Z Compiling foreign-types-shared v0.1.1
19982026-05-23T04:17:22.770Z Compiling pin-utils v0.1.0
19992026-05-23T04:17:22.857Z Compiling foreign-types v0.3.2
20002026-05-23T04:17:22.860Z Compiling tempfile v3.25.0
20012026-05-23T04:17:22.889Z Compiling deranged v0.5.8
20022026-05-23T04:17:23.218Z Compiling dof v0.3.0
20032026-05-23T04:17:23.617Z Compiling unicode-normalization v0.1.25
20042026-05-23T04:17:23.812Z Compiling darling_macro v0.20.11
20052026-05-23T04:17:23.857Z Compiling toml_edit v0.19.15
20062026-05-23T04:17:23.877Z Compiling dof v0.4.0
20072026-05-23T04:17:23.895Z Compiling hyper v1.8.1
20082026-05-23T04:17:23.910Z Compiling dtrace-parser v0.2.0
20092026-05-23T04:17:24.125Z Compiling dtrace-parser v0.3.0
20102026-05-23T04:17:24.301Z Compiling pin-project-internal v1.1.11
20112026-05-23T04:17:24.304Z Compiling daft-derive v0.1.7
20122026-05-23T04:17:24.365Z Compiling spin v0.9.8
20132026-05-23T04:17:24.598Z Compiling thread-id v4.2.2
20142026-05-23T04:17:24.614Z Compiling thread-id v5.1.0
20152026-05-23T04:17:24.702Z Compiling cfg_aliases v0.2.1
20162026-05-23T04:17:24.738Z Compiling num_threads v0.1.7
20172026-05-23T04:17:24.822Z Compiling anstyle v1.0.14
20182026-05-23T04:17:24.825Z Compiling num-bigint-dig v0.8.6
20192026-05-23T04:17:24.872Z Compiling smoltcp v0.9.1
20202026-05-23T04:17:24.937Z Compiling nix v0.31.2
20212026-05-23T04:17:24.996Z Compiling hyper-util v0.1.20
20222026-05-23T04:17:25.033Z Compiling time v0.3.47
20232026-05-23T04:17:25.322Z Compiling darling v0.20.11
20242026-05-23T04:17:25.510Z Compiling rustls-native-certs v0.8.3
20252026-05-23T04:17:25.616Z Compiling ipnetwork v0.21.1
20262026-05-23T04:17:26.139Z Compiling strum_macros v0.26.4
20272026-05-23T04:17:26.156Z Compiling curve25519-dalek-derive v0.1.1
20282026-05-23T04:17:26.322Z Compiling sync_wrapper v1.0.2
20292026-05-23T04:17:26.366Z Compiling wait-timeout v0.2.1
20302026-05-23T04:17:26.614Z Compiling quick-error v1.2.3
20312026-05-23T04:17:26.716Z Compiling is_terminal_polyfill v1.70.2
20322026-05-23T04:17:26.739Z Compiling colorchoice v1.0.4
20332026-05-23T04:17:26.774Z Compiling anstyle-query v1.1.5
20342026-05-23T04:17:26.824Z Compiling simd-adler32 v0.3.8
20352026-05-23T04:17:26.916Z Compiling siphasher v1.0.2
20362026-05-23T04:17:26.989Z Compiling bit-vec v0.8.0
20372026-05-23T04:17:27.238Z Compiling bit-set v0.8.0
20382026-05-23T04:17:27.254Z Compiling rusty-fork v0.3.1
20392026-05-23T04:17:27.291Z Compiling tower v0.5.3
20402026-05-23T04:17:27.656Z Compiling derive_builder_core v0.20.2
20412026-05-23T04:17:27.753Z Compiling http-body-util v0.1.3
20422026-05-23T04:17:27.896Z Compiling webpki-roots v1.0.6
20432026-05-23T04:17:27.987Z Compiling rand_xorshift v0.4.0
20442026-05-23T04:17:28.039Z Compiling signature v2.2.0
20452026-05-23T04:17:28.054Z Compiling hubpack_derive v0.1.1
20462026-05-23T04:17:28.069Z Compiling strum_macros v0.27.2
20472026-05-23T04:17:28.136Z Compiling snafu-derive v0.8.9
20482026-05-23T04:17:28.218Z Compiling fs-err v3.3.0
20492026-05-23T04:17:28.339Z Compiling ahash v0.8.12
20502026-05-23T04:17:28.455Z Compiling encoding_rs v0.8.35
20512026-05-23T04:17:28.496Z Compiling mime v0.3.17
20522026-05-23T04:17:28.516Z Compiling ryu v1.0.23
20532026-05-23T04:17:28.569Z Compiling allocator-api2 v0.2.21
20542026-05-23T04:17:28.651Z Compiling object v0.37.3
20552026-05-23T04:17:28.713Z Compiling unicode-segmentation v1.12.0
20562026-05-23T04:17:28.729Z Compiling unarray v0.1.4
20572026-05-23T04:17:28.758Z Compiling adler2 v2.0.1
20582026-05-23T04:17:28.776Z Compiling unicode-bidi v0.3.18
20592026-05-23T04:17:28.855Z Compiling iri-string v0.7.10
20602026-05-23T04:17:28.920Z Compiling unicode-properties v0.1.4
20612026-05-23T04:17:28.996Z Compiling miniz_oxide v0.8.9
20622026-05-23T04:17:29.047Z Compiling serde_urlencoded v0.7.1
20632026-05-23T04:17:29.102Z Compiling proptest v1.10.0
20642026-05-23T04:17:29.141Z Compiling stringprep v0.1.5
20652026-05-23T04:17:29.340Z Compiling derive_builder_macro v0.20.2
20662026-05-23T04:17:29.535Z Compiling tokio-native-tls v0.3.1
20672026-05-23T04:17:29.552Z Compiling usdt-attr-macro v0.6.0
20682026-05-23T04:17:29.744Z Compiling usdt-macro v0.6.0
20692026-05-23T04:17:29.806Z Compiling anstyle-parse v1.0.0
20702026-05-23T04:17:30.044Z Compiling tower-http v0.6.8
20712026-05-23T04:17:30.057Z Compiling rand_chacha v0.3.1
20722026-05-23T04:17:30.145Z Compiling erased-serde v0.3.31
20732026-05-23T04:17:30.161Z Compiling md-5 v0.10.6
20742026-05-23T04:17:30.214Z Compiling bstr v1.12.1
20752026-05-23T04:17:30.357Z Compiling num-integer v0.1.46
20762026-05-23T04:17:30.453Z Compiling hash32 v0.2.1
20772026-05-23T04:17:30.479Z Compiling vergen-lib v9.1.0
20782026-05-23T04:17:30.482Z Compiling ff v0.13.1
20792026-05-23T04:17:30.654Z Compiling base16ct v0.2.0
20802026-05-23T04:17:30.672Z Compiling psl-types v2.0.11
20812026-05-23T04:17:30.706Z Compiling zlib-rs v0.6.2
20822026-05-23T04:17:30.755Z Compiling fallible-iterator v0.2.0
20832026-05-23T04:17:30.827Z Compiling publicsuffix v2.3.0
20842026-05-23T04:17:30.845Z Compiling sec1 v0.7.3
20852026-05-23T04:17:30.914Z Compiling group v0.13.0
20862026-05-23T04:17:31.029Z Compiling num-iter v0.1.45
20872026-05-23T04:17:31.102Z Compiling newtype-uuid v1.3.2
20882026-05-23T04:17:31.105Z Compiling postgres-protocol v0.6.10
20892026-05-23T04:17:31.447Z Compiling rand v0.8.6
20902026-05-23T04:17:31.516Z Compiling oxnet v0.1.5
20912026-05-23T04:17:31.855Z Compiling anstream v1.0.0
20922026-05-23T04:17:31.921Z Compiling derive_builder v0.20.2
20932026-05-23T04:17:31.924Z Compiling hyper-tls v0.6.0
20942026-05-23T04:17:32.077Z Compiling heck v0.4.1
20952026-05-23T04:17:32.093Z Compiling phf_shared v0.13.1
20962026-05-23T04:17:32.195Z Compiling pin-project v1.1.11
20972026-05-23T04:17:32.265Z Compiling lazy_static v1.5.0
20982026-05-23T04:17:32.295Z Compiling anstyle-parse v0.2.7
20992026-05-23T04:17:32.418Z Compiling terminal_size v0.4.3
21002026-05-23T04:17:32.434Z Compiling serde_with_macros v3.17.0
21012026-05-23T04:17:32.449Z Compiling futures-executor v0.3.32
21022026-05-23T04:17:32.452Z Compiling hex v0.4.3
21032026-05-23T04:17:32.740Z Compiling flate2 v1.1.9
21042026-05-23T04:17:32.756Z Compiling hkdf v0.12.4
21052026-05-23T04:17:32.861Z Compiling crypto-bigint v0.5.5
21062026-05-23T04:17:32.879Z Compiling clap_derive v4.6.1
21072026-05-23T04:17:32.895Z Compiling serde_repr v0.1.20
21082026-05-23T04:17:32.898Z Compiling enum-as-inner v0.6.1
21092026-05-23T04:17:32.929Z Compiling async-recursion v1.1.1
21102026-05-23T04:17:32.969Z Compiling vergen v9.1.0
21112026-05-23T04:17:33.007Z Compiling cargo-platform v0.3.2
21122026-05-23T04:17:33.262Z Compiling managed v0.8.0
21132026-05-23T04:17:33.440Z Compiling foldhash v0.2.0
21142026-05-23T04:17:33.456Z Compiling foldhash v0.1.5
21152026-05-23T04:17:33.501Z Compiling clap_lex v1.0.0
21162026-05-23T04:17:33.517Z Compiling bitflags v1.3.2
21172026-05-23T04:17:33.565Z Compiling libbz2-rs-sys v0.2.2
21182026-05-23T04:17:33.609Z Compiling bumpalo v3.20.2
21192026-05-23T04:17:33.647Z Compiling same-file v1.0.6
21202026-05-23T04:17:33.677Z Compiling clap_builder v4.6.0
21212026-05-23T04:17:33.762Z Compiling walkdir v2.5.0
21222026-05-23T04:17:33.811Z Compiling zopfli v0.8.3
21232026-05-23T04:17:33.866Z Compiling elliptic-curve v0.13.8
21242026-05-23T04:17:33.977Z Compiling bzip2 v0.6.1
21252026-05-23T04:17:34.057Z Compiling hashbrown v0.16.1
21262026-05-23T04:17:34.149Z Compiling hashbrown v0.15.5
21272026-05-23T04:17:34.201Z Compiling cargo_metadata v0.23.1
21282026-05-23T04:17:34.380Z Compiling zstd v0.13.3
21292026-05-23T04:17:34.502Z Compiling futures v0.3.32
21302026-05-23T04:17:34.670Z Compiling anstream v0.6.21
21312026-05-23T04:17:34.866Z Compiling phf v0.13.1
21322026-05-23T04:17:34.957Z Compiling snafu v0.8.9
21332026-05-23T04:17:35.001Z Compiling signal-hook-mio v0.2.5
21342026-05-23T04:17:35.141Z Compiling daft v0.1.7
21352026-05-23T04:17:35.228Z Compiling cookie_store v0.22.1
21362026-05-23T04:17:35.311Z Compiling postgres-types v0.2.12
21372026-05-23T04:17:35.435Z Compiling bzip2 v0.4.4
21382026-05-23T04:17:35.458Z Compiling globset v0.4.18
21392026-05-23T04:17:35.670Z Compiling strum v0.27.2
21402026-05-23T04:17:35.857Z Compiling hubpack v0.1.2
21412026-05-23T04:17:35.907Z Compiling ed25519 v2.2.3
21422026-05-23T04:17:35.910Z Compiling phf_shared v0.11.3
21432026-05-23T04:17:35.974Z Compiling crossbeam-epoch v0.9.18
21442026-05-23T04:17:36.013Z Compiling olpc-cjson v0.1.4
21452026-05-23T04:17:36.033Z Compiling pkcs1 v0.7.5
21462026-05-23T04:17:36.077Z Compiling pem v3.0.6
21472026-05-23T04:17:36.182Z Compiling serde-big-array v0.5.1
21482026-05-23T04:17:36.200Z Compiling serde_plain v1.0.2
21492026-05-23T04:17:36.243Z Compiling rfc6979 v0.4.0
21502026-05-23T04:17:36.296Z Compiling float-cmp v0.10.0
21512026-05-23T04:17:36.343Z Compiling memmap2 v0.9.10
21522026-05-23T04:17:36.384Z Compiling env_filter v1.0.0
21532026-05-23T04:17:36.418Z Compiling new_debug_unreachable v1.0.6
21542026-05-23T04:17:36.436Z Compiling keccak v0.1.6
21552026-05-23T04:17:36.486Z Compiling jiff v0.2.21
21562026-05-23T04:17:36.505Z Compiling typed-path v0.9.3
21572026-05-23T04:17:36.522Z Compiling difflib v0.4.0
21582026-05-23T04:17:36.540Z Compiling fixedbitset v0.4.2
21592026-05-23T04:17:36.629Z Compiling whoami v2.1.0
21602026-05-23T04:17:36.651Z Compiling static_assertions v1.1.0
21612026-05-23T04:17:36.668Z Compiling data-encoding v2.10.0
21622026-05-23T04:17:36.670Z Compiling normalize-line-endings v0.3.0
21632026-05-23T04:17:36.745Z Compiling fixedbitset v0.5.7
21642026-05-23T04:17:36.787Z Compiling predicates-core v1.0.10
21652026-05-23T04:17:36.858Z Compiling toml_write v0.1.2
21662026-05-23T04:17:36.973Z Compiling precomputed-hash v0.1.1
21672026-05-23T04:17:36.989Z Compiling hickory-proto v0.25.2
21682026-05-23T04:17:36.992Z Compiling petgraph v0.8.3
21692026-05-23T04:17:37.024Z Compiling toml_edit v0.22.27
21702026-05-23T04:17:37.041Z Compiling predicates v3.1.4
21712026-05-23T04:17:37.074Z Compiling string_cache v0.8.9
21722026-05-23T04:17:37.223Z Compiling tokio-postgres v0.7.16
21732026-05-23T04:17:37.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21742026-05-23T04:17:37.470Z Compiling petgraph v0.6.5
21752026-05-23T04:17:37.665Z Compiling sha3 v0.10.8
21762026-05-23T04:17:37.686Z Compiling env_logger v0.11.9
21772026-05-23T04:17:37.955Z Compiling usdt v0.6.0
21782026-05-23T04:17:38.033Z Compiling ecdsa v0.16.9
21792026-05-23T04:17:38.223Z Compiling rsa v0.9.10
21802026-05-23T04:17:38.885Z Compiling ed25519-dalek v2.2.0
21812026-05-23T04:17:39.178Z Compiling zip v4.6.1
21822026-05-23T04:17:39.369Z Compiling crossterm v0.28.1
21832026-05-23T04:17:39.524Z Compiling zip v0.6.6
21842026-05-23T04:17:39.794Z Compiling iddqd v0.4.1
21852026-05-23T04:17:40.108Z Compiling clap v4.6.1
21862026-05-23T04:17:40.228Z Compiling serde_with v3.17.0
21872026-05-23T04:17:40.245Z Compiling similar v2.7.0
21882026-05-23T04:17:40.369Z Compiling strum v0.26.3
21892026-05-23T04:17:40.485Z Compiling toml v0.7.8
21902026-05-23T04:17:40.502Z Compiling itertools v0.13.0
21912026-05-23T04:17:40.527Z Compiling tokio-stream v0.1.18
21922026-05-23T04:17:40.658Z Compiling buf-list v1.1.2
21932026-05-23T04:17:40.999Z Compiling x509-cert v0.2.5
21942026-05-23T04:17:41.034Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21952026-05-23T04:17:41.066Z Compiling openapiv3 v2.2.0
21962026-05-23T04:17:41.241Z Compiling sha1 v0.10.6
21972026-05-23T04:17:41.524Z Compiling lalrpop-util v0.19.12
21982026-05-23T04:17:41.699Z Compiling peg-runtime v0.8.5
21992026-05-23T04:17:55.947Z Compiling rustls-webpki v0.103.9
22002026-05-23T04:17:58.152Z Compiling macaddr v1.0.1
22012026-05-23T04:17:58.230Z Compiling structmeta-derive v0.3.0
22022026-05-23T04:17:58.276Z Compiling rayon-core v1.13.0
22032026-05-23T04:17:58.461Z Compiling crucible-workspace-hack v0.1.0
22042026-05-23T04:17:58.480Z Compiling itertools v0.14.0
22052026-05-23T04:17:58.547Z Compiling secrecy v0.10.3
22062026-05-23T04:17:58.564Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-23T04:17:58.726Z Compiling rustls v0.22.4
22082026-05-23T04:17:58.744Z Compiling heapless v0.8.0
22092026-05-23T04:17:58.762Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-05-23T04:17:58.872Z Compiling crossbeam-deque v0.8.6
22112026-05-23T04:17:58.960Z Compiling toml_edit v0.23.10+spec-1.0.0
22122026-05-23T04:17:58.991Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-05-23T04:17:59.007Z Compiling rustls-webpki v0.102.8
22142026-05-23T04:17:59.022Z Compiling hash32 v0.3.1
22152026-05-23T04:17:59.065Z Compiling multer v3.1.0
22162026-05-23T04:17:59.107Z Compiling thread_local v1.1.9
22172026-05-23T04:17:59.162Z Compiling slog-async v2.8.0
22182026-05-23T04:17:59.208Z Compiling match_cfg v0.1.0
22192026-05-23T04:17:59.231Z Compiling structmeta v0.3.0
22202026-05-23T04:17:59.234Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212026-05-23T04:17:59.281Z Compiling unicode-width v0.2.0
22222026-05-23T04:17:59.303Z Compiling smoltcp v0.11.0
22232026-05-23T04:17:59.335Z Compiling compression-core v0.4.31
22242026-05-23T04:17:59.457Z Compiling derive-ex v0.1.8
22252026-05-23T04:17:59.472Z Compiling compression-codecs v0.4.37
22262026-05-23T04:17:59.506Z Compiling tokio-rustls v0.26.4
22272026-05-23T04:17:59.526Z Compiling rustls-platform-verifier v0.6.2
22282026-05-23T04:17:59.543Z Compiling proc-macro-crate v3.4.0
22292026-05-23T04:17:59.717Z Compiling hostname v0.3.1
22302026-05-23T04:17:59.751Z Compiling hyper-rustls v0.27.7
22312026-05-23T04:17:59.751Z Compiling ingot-macros v0.1.1
22322026-05-23T04:17:59.918Z Compiling slog-json v2.6.1
22332026-05-23T04:17:59.921Z Compiling crossbeam-channel v0.5.15
22342026-05-23T04:18:00.029Z Compiling half v2.7.1
22352026-05-23T04:18:00.141Z Compiling reqwest v0.12.28
22362026-05-23T04:18:00.192Z Compiling reqwest v0.13.2
22372026-05-23T04:18:00.335Z Compiling newtype-uuid-macros v0.1.0
22382026-05-23T04:18:00.410Z Compiling cobs v0.3.0
22392026-05-23T04:18:00.649Z Compiling thiserror-impl-no-std v2.0.2
22402026-05-23T04:18:00.714Z Compiling universal-hash v0.5.1
22412026-05-23T04:18:00.872Z Compiling async-stream-impl v0.3.6
22422026-05-23T04:18:00.887Z Compiling toml_datetime v1.0.0+spec-1.1.0
22432026-05-23T04:18:01.029Z Compiling serde_spanned v1.0.4
22442026-05-23T04:18:01.098Z Compiling is-terminal v0.4.17
22452026-05-23T04:18:01.215Z Compiling proc-macro-error-attr v1.0.4
22462026-05-23T04:18:01.230Z Compiling dropshot v0.17.0
22472026-05-23T04:18:01.248Z Compiling take_mut v0.2.2
22482026-05-23T04:18:01.333Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-23T04:18:01.392Z Compiling ciborium-io v0.2.2
22502026-05-23T04:18:01.442Z Compiling convert_case v0.4.0
22512026-05-23T04:18:01.458Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
22522026-05-23T04:18:01.461Z Compiling opaque-debug v0.3.1
22532026-05-23T04:18:01.492Z Compiling term v1.2.1
22542026-05-23T04:18:01.556Z Compiling poly1305 v0.8.0
22552026-05-23T04:18:01.574Z Compiling toml v1.0.6+spec-1.1.0
22562026-05-23T04:18:01.617Z Compiling ciborium-ll v0.2.2
22572026-05-23T04:18:01.659Z Compiling async-stream v0.3.6
22582026-05-23T04:18:01.713Z Compiling tough v0.22.0
22592026-05-23T04:18:01.735Z Compiling thiserror-no-std v2.0.2
22602026-05-23T04:18:01.777Z Compiling derive_more v0.99.20
22612026-05-23T04:18:01.851Z Compiling slog-term v2.9.2
22622026-05-23T04:18:01.873Z Compiling tokio-rustls v0.25.0
22632026-05-23T04:18:02.137Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-05-23T04:18:02.203Z Compiling test-strategy v0.4.5
22652026-05-23T04:18:02.441Z Compiling ingot-types v0.1.2
22662026-05-23T04:18:02.653Z Compiling postcard v1.1.3
22672026-05-23T04:18:02.927Z Compiling ingot v0.1.1
22682026-05-23T04:18:03.116Z Compiling slog-bunyan v2.5.0
22692026-05-23T04:18:03.217Z Compiling num_enum_derive v0.7.6
22702026-05-23T04:18:03.332Z Compiling async-compression v0.4.41
22712026-05-23T04:18:03.470Z Compiling parse-display-derive v0.10.0
22722026-05-23T04:18:03.546Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22732026-05-23T04:18:03.571Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-05-23T04:18:03.809Z Compiling proc-macro-crate v1.3.1
22752026-05-23T04:18:03.827Z Compiling backon v1.6.0
22762026-05-23T04:18:03.949Z Compiling waitgroup v0.1.2
22772026-05-23T04:18:03.965Z Compiling password-hash v0.5.0
22782026-05-23T04:18:04.109Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
22792026-05-23T04:18:04.134Z Compiling chacha20 v0.9.1
22802026-05-23T04:18:04.166Z Compiling dropshot_endpoint v0.17.0
22812026-05-23T04:18:04.169Z Compiling rustls-pemfile v2.2.0
22822026-05-23T04:18:04.409Z Compiling blake2 v0.10.6
22832026-05-23T04:18:04.469Z Compiling aead v0.5.2
22842026-05-23T04:18:04.485Z Compiling foreign-types-macros v0.2.3
22852026-05-23T04:18:04.727Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-23T04:18:04.945Z Compiling serde_path_to_error v0.1.20
22872026-05-23T04:18:04.968Z Compiling hostname v0.4.2
22882026-05-23T04:18:04.985Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22892026-05-23T04:18:04.988Z Compiling proc-macro-error v1.0.4
22902026-05-23T04:18:05.107Z Compiling instant v0.1.13
22912026-05-23T04:18:05.164Z Compiling cpufeatures v0.3.0
22922026-05-23T04:18:05.180Z Compiling debug-ignore v1.0.5
22932026-05-23T04:18:05.221Z Compiling foreign-types-shared v0.3.1
22942026-05-23T04:18:05.238Z Compiling typeid v1.0.3
22952026-05-23T04:18:05.242Z Compiling chacha20 v0.10.0
22962026-05-23T04:18:05.287Z Compiling backoff v0.4.0
22972026-05-23T04:18:05.321Z Compiling foreign-types v0.5.0
22982026-05-23T04:18:05.336Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-05-23T04:18:05.339Z Compiling parse-display v0.10.0
23002026-05-23T04:18:05.371Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23012026-05-23T04:18:05.375Z Compiling argon2 v0.5.3
23022026-05-23T04:18:05.420Z Compiling chacha20poly1305 v0.10.1
23032026-05-23T04:18:05.436Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23042026-05-23T04:18:05.541Z Compiling num_enum_derive v0.5.11
23052026-05-23T04:18:05.596Z Compiling num_enum v0.7.6
23062026-05-23T04:18:05.599Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-05-23T04:18:05.708Z Compiling vsss-rs v3.3.4
23082026-05-23T04:18:05.753Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-05-23T04:18:05.772Z Compiling ciborium v0.2.2
23102026-05-23T04:18:06.026Z Compiling tabwriter v1.4.1
23112026-05-23T04:18:06.070Z Compiling regress v0.10.5
23122026-05-23T04:18:06.265Z Compiling byte-wrapper v0.1.0
23132026-05-23T04:18:06.353Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
23142026-05-23T04:18:06.419Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-23T04:18:06.434Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-05-23T04:18:06.479Z Compiling cstr-argument v0.1.2
23172026-05-23T04:18:06.633Z Compiling humantime v2.3.0
23182026-05-23T04:18:06.675Z Compiling erased-serde v0.4.9
23192026-05-23T04:18:06.754Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23202026-05-23T04:18:06.887Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-23T04:18:07.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-05-23T04:18:07.024Z Compiling num_enum v0.5.11
23232026-05-23T04:18:07.083Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23242026-05-23T04:18:07.143Z Compiling rand v0.10.1
23252026-05-23T04:18:07.172Z Compiling rayon v1.11.0
23262026-05-23T04:18:07.200Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23272026-05-23T04:18:07.237Z Compiling indent_write v2.2.0
23282026-05-23T04:18:07.275Z Compiling libefi-sys v0.1.0
23292026-05-23T04:18:07.341Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23302026-05-23T04:18:07.357Z Compiling winnow v1.0.3
23312026-05-23T04:18:07.408Z Compiling colored v3.1.1
23322026-05-23T04:18:07.445Z Compiling zone_cfg_derive v0.3.1
23332026-05-23T04:18:07.467Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23342026-05-23T04:18:07.578Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-05-23T04:18:07.690Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23362026-05-23T04:18:07.756Z Compiling camino-tempfile v1.4.1
23372026-05-23T04:18:07.942Z Compiling itertools v0.12.1
23382026-05-23T04:18:07.958Z Compiling usdt-macro v0.5.0
23392026-05-23T04:18:08.093Z Compiling usdt-attr-macro v0.5.0
23402026-05-23T04:18:08.117Z Compiling num-derive v0.4.2
23412026-05-23T04:18:08.138Z Compiling bitfield-struct v0.6.2
23422026-05-23T04:18:08.156Z Compiling blake3 v1.8.3
23432026-05-23T04:18:08.175Z Compiling ordered-float v2.10.1
23442026-05-23T04:18:08.533Z Compiling sigpipe v0.1.3
23452026-05-23T04:18:08.653Z Compiling memmap v0.7.0
23462026-05-23T04:18:08.670Z Compiling swrite v0.1.0
23472026-05-23T04:18:08.787Z Compiling glob v0.3.3
23482026-05-23T04:18:08.803Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-05-23T04:18:08.852Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-05-23T04:18:08.869Z Compiling usdt v0.5.0
23512026-05-23T04:18:09.017Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
23522026-05-23T04:18:09.057Z Compiling serde-value v0.7.0
23532026-05-23T04:18:09.189Z Compiling serde-untagged v0.1.9
23542026-05-23T04:18:09.334Z Compiling zone v0.3.1
23552026-05-23T04:18:09.381Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23562026-05-23T04:18:09.520Z Compiling toml v0.8.23
23572026-05-23T04:18:09.561Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23582026-05-23T04:18:09.653Z Compiling smf v0.2.3
23592026-05-23T04:18:09.669Z Compiling filetime v0.2.27
23602026-05-23T04:18:09.689Z Compiling constant_time_eq v0.4.2
23612026-05-23T04:18:09.731Z Compiling arrayvec v0.7.6
23622026-05-23T04:18:09.748Z Compiling arrayref v0.3.9
23632026-05-23T04:18:09.763Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-23T04:18:09.864Z Compiling unicode-xid v0.2.6
23652026-05-23T04:18:09.902Z Compiling xattr v1.6.1
23662026-05-23T04:18:09.926Z Compiling whoami v1.6.1
23672026-05-23T04:18:09.983Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-05-23T04:18:10.000Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-05-23T04:18:10.030Z Compiling cargo-util-schemas v0.8.2
23702026-05-23T04:18:10.127Z Compiling tar v0.4.45
23712026-05-23T04:18:10.260Z Compiling tokio-dtrace v0.1.1
23722026-05-23T04:18:10.411Z Compiling console v0.16.2
23732026-05-23T04:18:10.613Z Compiling gethostname v0.5.0
23742026-05-23T04:18:10.683Z Compiling cargo-platform v0.2.0
23752026-05-23T04:18:10.775Z Compiling unit-prefix v0.5.2
23762026-05-23T04:18:10.822Z Compiling topological-sort v0.2.2
23772026-05-23T04:18:10.872Z Compiling oxide-tokio-rt v0.1.4
23782026-05-23T04:18:10.967Z Compiling indicatif v0.18.4
23792026-05-23T04:18:10.982Z Compiling shell-words v1.1.1
23802026-05-23T04:18:11.025Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-05-23T04:18:11.234Z Compiling cargo_metadata v0.21.0
23822026-05-23T04:18:20.779Z Compiling progenitor-client v0.14.0
23832026-05-23T04:18:20.779Z Compiling progenitor-client v0.13.0
23842026-05-23T04:18:20.815Z Compiling omicron-zone-package v0.12.2
23852026-05-23T04:18:21.294Z Compiling progenitor-extras v0.2.0
23862026-05-23T04:18:23.527Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-05-23T04:18:23.547Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-05-23T04:18:23.670Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-05-23T04:18:23.713Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-05-23T04:18:23.791Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-05-23T04:18:23.824Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-05-23T04:18:23.860Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-05-23T04:18:23.879Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-05-23T04:18:23.975Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-05-23T04:18:27.892Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-05-23T04:18:35.574Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-05-23T04:18:38.639Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-05-23T04:18:39.613Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-05-23T04:18:49.240Z Finished `release` profile [optimized] target(s) in 1m 44s
24002026-05-23T04:18:49.406Z Running `target/release/omicron-package -t test target create -p dev`
24012026-05-23T04:18:49.472ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-05-23T04:18:49.475ZCreated new build target 'test' and set it as active
24032026-05-23T04:18:49.478Z
24042026-05-23T04:18:49.478Zreal 1:44.792968844
24052026-05-23T04:18:49.478Zuser 17:06.972881777
24062026-05-23T04:18:49.478Zsys 2:38.549800269
24072026-05-23T04:18:49.478Ztrap 0.479778262
24082026-05-23T04:18:49.478Ztflt 2.870084724
24092026-05-23T04:18:49.478Zdflt 4.121024831
24102026-05-23T04:18:49.478Zkflt 0.000462070
24112026-05-23T04:18:49.478Zlock 53:12.440967665
24122026-05-23T04:18:49.478Zslp 43:25.679781815
24132026-05-23T04:18:49.478Zlat 44.101146225
24142026-05-23T04:18:49.478Zstop 5:41.351396734
24152026-05-23T04:18:49.478Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-05-23T04:18:50.434Z Finished `release` profile [optimized] target(s) in 0.94s
24172026-05-23T04:18:50.521Z Running `target/release/omicron-package -t test package`
24182026-05-23T04:18:50.581ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-05-23T04:18:52.172Z Compiling heck v0.5.0
24202026-05-23T04:18:52.175Z Compiling regress v0.11.1
24212026-05-23T04:18:52.394Z Compiling unsafe-libyaml v0.2.11
24222026-05-23T04:18:52.461Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-05-23T04:18:52.488Z Compiling regress v0.10.5
24242026-05-23T04:18:52.512Z Compiling unicode-width v0.1.14
24252026-05-23T04:18:52.515Z Compiling is-terminal v0.4.17
24262026-05-23T04:18:52.515Z Compiling prettyplease v0.2.37
24272026-05-23T04:18:52.515Z Compiling derive-where v1.6.0
24282026-05-23T04:18:52.535Z Compiling num-rational v0.4.2
24292026-05-23T04:18:52.603Z Compiling num-complex v0.4.6
24302026-05-23T04:18:52.626Z Compiling rustls v0.22.4
24312026-05-23T04:18:52.629Z Compiling rustls-webpki v0.102.8
24322026-05-23T04:18:52.629Z Compiling thread_local v1.1.9
24332026-05-23T04:18:52.648Z Compiling bytecount v0.6.9
24342026-05-23T04:18:52.739Z Compiling float-ord v0.3.2
24352026-05-23T04:18:52.742Z Compiling compression-core v0.4.31
24362026-05-23T04:18:52.789Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-05-23T04:18:52.849Z Compiling match_cfg v0.1.0
24382026-05-23T04:18:52.881Z Compiling multer v3.1.0
24392026-05-23T04:18:52.905Z Compiling slog-async v2.8.0
24402026-05-23T04:18:52.930Z Compiling serde_yaml v0.9.34+deprecated
24412026-05-23T04:18:52.952Z Compiling hostname v0.3.1
24422026-05-23T04:18:52.955Z Compiling compression-codecs v0.4.37
24432026-05-23T04:18:52.955Z Compiling crossbeam-channel v0.5.15
24442026-05-23T04:18:52.977Z Compiling slog-json v2.6.1
24452026-05-23T04:18:53.025Z Compiling num v0.4.3
24462026-05-23T04:18:53.078Z Compiling toml_datetime v1.0.0+spec-1.1.0
24472026-05-23T04:18:53.100Z Compiling serde_spanned v1.0.4
24482026-05-23T04:18:53.123Z Compiling term v1.2.1
24492026-05-23T04:18:53.236Z Compiling toml_writer v1.0.6+spec-1.1.0
24502026-05-23T04:18:53.260Z Compiling take_mut v0.2.2
24512026-05-23T04:18:53.285Z Compiling slog-bunyan v2.5.0
24522026-05-23T04:18:53.409Z Compiling async-compression v0.4.41
24532026-05-23T04:18:53.460Z Compiling toml v1.0.6+spec-1.1.0
24542026-05-23T04:18:53.485Z Compiling slog-term v2.9.2
24552026-05-23T04:18:53.543Z Compiling console v0.15.11
24562026-05-23T04:18:53.582Z Compiling dropshot v0.17.0
24572026-05-23T04:18:53.648Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24582026-05-23T04:18:53.670Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-05-23T04:18:53.754Z Compiling async-stream v0.3.6
24602026-05-23T04:18:53.812Z Compiling progenitor-client v0.14.0
24612026-05-23T04:18:53.836Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-05-23T04:18:53.839Z Compiling waitgroup v0.1.2
24632026-05-23T04:18:53.884Z Compiling backon v1.6.0
24642026-05-23T04:18:53.908Z Compiling rustls-pemfile v2.2.0
24652026-05-23T04:18:53.953Z Compiling typify-impl v0.6.2
24662026-05-23T04:18:54.017Z Compiling hostname v0.4.2
24672026-05-23T04:18:54.039Z Compiling serde_path_to_error v0.1.20
24682026-05-23T04:18:54.064Z Compiling instant v0.1.13
24692026-05-23T04:18:54.122Z Compiling debug-ignore v1.0.5
24702026-05-23T04:18:54.125Z Compiling progenitor-extras v0.2.0
24712026-05-23T04:18:54.193Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24722026-05-23T04:18:54.218Z Compiling backoff v0.4.0
24732026-05-23T04:18:54.241Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-05-23T04:18:54.266Z Compiling parse-display v0.10.0
24752026-05-23T04:18:54.430Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-05-23T04:18:54.453Z Compiling atomicwrites v0.4.4
24772026-05-23T04:18:54.479Z Compiling newline-converter v0.3.0
24782026-05-23T04:18:54.499Z Compiling progenitor-client v0.13.0
24792026-05-23T04:18:54.547Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
24802026-05-23T04:18:54.629Z Compiling macaddr v1.0.1
24812026-05-23T04:18:54.650Z Compiling humantime v2.3.0
24822026-05-23T04:18:54.767Z Compiling expectorate v1.2.0
24832026-05-23T04:18:54.865Z Compiling slog-dtrace v0.3.0
24842026-05-23T04:18:54.888Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-05-23T04:18:54.933Z Compiling cancel-safe-futures v0.1.5
24862026-05-23T04:18:55.024Z Compiling tokio-rustls v0.25.0
24872026-05-23T04:18:55.047Z Compiling owo-colors v4.3.0
24882026-05-23T04:18:55.079Z Compiling resolv-conf v0.7.6
24892026-05-23T04:18:55.103Z Compiling libsw-core v0.3.2
24902026-05-23T04:18:55.106Z Compiling minimal-lexical v0.2.1
24912026-05-23T04:18:55.171Z Compiling toml v0.8.23
24922026-05-23T04:18:55.365Z Compiling nom v7.1.3
24932026-05-23T04:18:55.413Z Compiling libsw v3.5.0
24942026-05-23T04:18:55.416Z Compiling num-derive v0.3.3
24952026-05-23T04:18:55.635Z Compiling linked-hash-map v0.5.6
24962026-05-23T04:18:55.679Z Compiling linear-map v1.2.0
24972026-05-23T04:18:55.775Z Compiling hickory-proto v0.24.4
24982026-05-23T04:18:55.851Z Compiling lru-cache v0.1.2
24992026-05-23T04:18:55.891Z Compiling unicode-xid v0.2.6
25002026-05-23T04:18:55.932Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25012026-05-23T04:18:55.953Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25022026-05-23T04:18:56.029Z Compiling csv-core v0.1.13
25032026-05-23T04:18:56.053Z Compiling termtree v0.5.1
25042026-05-23T04:18:56.118Z Compiling highway v1.3.0
25052026-05-23T04:18:56.265Z Compiling csv v1.4.0
25062026-05-23T04:18:56.337Z Compiling libscf-sys v1.1.0
25072026-05-23T04:18:56.417Z Compiling papergrid v0.11.0
25082026-05-23T04:18:56.482Z Compiling tabled_derive v0.7.0
25092026-05-23T04:18:56.515Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25102026-05-23T04:18:56.747Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25112026-05-23T04:18:56.852Z Compiling phf_shared v0.12.1
25122026-05-23T04:18:56.902Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25132026-05-23T04:18:56.952Z Compiling tagptr v0.2.0
25142026-05-23T04:18:57.112Z Compiling chrono-tz v0.10.4
25152026-05-23T04:18:57.144Z Compiling moka v0.12.13
25162026-05-23T04:18:57.256Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25172026-05-23T04:18:57.281Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25182026-05-23T04:18:57.378Z Compiling phf v0.12.1
25192026-05-23T04:18:57.405Z Compiling tabled v0.15.0
25202026-05-23T04:18:57.476Z Compiling typify-macro v0.6.2
25212026-05-23T04:18:57.585Z Compiling const_format_proc_macros v0.2.34
25222026-05-23T04:18:58.041Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25232026-05-23T04:18:58.097Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-05-23T04:18:58.148Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25252026-05-23T04:18:58.293Z Compiling hickory-resolver v0.24.4
25262026-05-23T04:18:58.400Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25272026-05-23T04:18:58.496Z Compiling const_format v0.2.35
25282026-05-23T04:18:59.011Z Compiling hickory-resolver v0.25.2
25292026-05-23T04:18:59.037Z Compiling typify v0.6.2
25302026-05-23T04:18:59.351Z Compiling progenitor-impl v0.14.0
25312026-05-23T04:19:00.501Z Compiling progenitor-impl v0.13.0
25322026-05-23T04:19:01.577Z Compiling progenitor-macro v0.14.0
25332026-05-23T04:19:01.716Z Compiling qorb v0.4.1
25342026-05-23T04:19:02.695Z Compiling progenitor-macro v0.13.0
25352026-05-23T04:19:03.598Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-05-23T04:19:04.594Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-05-23T04:19:05.104Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25382026-05-23T04:19:05.246Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25392026-05-23T04:19:05.302Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25402026-05-23T04:19:05.495Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25412026-05-23T04:19:05.720Z Compiling progenitor v0.14.0
25422026-05-23T04:19:05.905Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25432026-05-23T04:19:06.130Z Compiling bcs v0.1.6
25442026-05-23T04:19:06.557Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25452026-05-23T04:19:06.579Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25462026-05-23T04:19:06.629Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25472026-05-23T04:19:06.824Z Compiling progenitor v0.13.0
25482026-05-23T04:19:07.015Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25492026-05-23T04:19:07.797Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25502026-05-23T04:19:07.967Z Compiling semver v0.1.20
25512026-05-23T04:19:08.272Z Compiling rustc_version v0.1.7
25522026-05-23T04:19:08.295Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25532026-05-23T04:19:08.516Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25542026-05-23T04:19:09.802Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25552026-05-23T04:19:10.183Z Compiling newtype_derive v0.1.6
25562026-05-23T04:19:10.288Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25572026-05-23T04:19:10.368Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25582026-05-23T04:19:10.557Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25592026-05-23T04:19:10.595Z Compiling convert_case v0.10.0
25602026-05-23T04:19:10.709Z Compiling unicode-linebreak v0.1.5
25612026-05-23T04:19:10.942Z Compiling smawk v0.3.2
25622026-05-23T04:19:11.032Z Compiling derive_more-impl v2.1.1
25632026-05-23T04:19:11.112Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25642026-05-23T04:19:11.140Z Compiling textwrap v0.16.2
25652026-05-23T04:19:11.453Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25662026-05-23T04:19:11.754Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25672026-05-23T04:19:11.869Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25682026-05-23T04:19:13.055Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25692026-05-23T04:19:13.104Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25702026-05-23T04:19:13.164Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25712026-05-23T04:19:13.588Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25722026-05-23T04:19:13.832Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25732026-05-23T04:19:13.873Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25742026-05-23T04:19:14.224Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25752026-05-23T04:19:14.411Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25762026-05-23T04:19:14.460Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-23T04:19:14.493Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25782026-05-23T04:19:14.518Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25792026-05-23T04:19:14.705Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25802026-05-23T04:19:14.853Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25812026-05-23T04:19:14.879Z Compiling derive_more v2.1.1
25822026-05-23T04:19:15.098Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25832026-05-23T04:19:15.126Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25842026-05-23T04:19:15.150Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25852026-05-23T04:19:15.174Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-05-23T04:19:15.297Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25872026-05-23T04:19:15.349Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25882026-05-23T04:19:16.035Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25892026-05-23T04:19:16.062Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25902026-05-23T04:19:16.289Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25912026-05-23T04:19:16.387Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25922026-05-23T04:19:16.442Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25932026-05-23T04:19:16.816Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25942026-05-23T04:19:16.936Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25952026-05-23T04:19:17.159Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25962026-05-23T04:19:17.547Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25972026-05-23T04:19:17.776Z Compiling steno v0.4.1
25982026-05-23T04:19:19.082Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25992026-05-23T04:19:19.512Z Compiling crossterm v0.29.0
26002026-05-23T04:19:20.469Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26012026-05-23T04:19:20.632Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26022026-05-23T04:19:21.194Z Compiling vte v0.14.1
26032026-05-23T04:19:21.462Z Compiling strip-ansi-escapes v0.2.1
26042026-05-23T04:19:21.488Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26052026-05-23T04:19:21.543Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26062026-05-23T04:19:21.787Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26072026-05-23T04:19:22.033Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082026-05-23T04:19:22.510Z Compiling fd-lock v4.0.4
26092026-05-23T04:19:22.537Z Compiling peg-macros v0.8.5
26102026-05-23T04:19:22.690Z Compiling nu-ansi-term v0.50.3
26112026-05-23T04:19:22.857Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26122026-05-23T04:19:23.238Z Compiling reedline v0.40.0
26132026-05-23T04:19:23.617Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26142026-05-23T04:19:23.803Z Compiling peg v0.8.5
26152026-05-23T04:19:23.992Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26162026-05-23T04:19:25.290Z Compiling nom v8.0.0
26172026-05-23T04:19:25.537Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26182026-05-23T04:19:25.567Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26192026-05-23T04:19:25.790Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26202026-05-23T04:19:26.058Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26212026-05-23T04:19:26.267Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26222026-05-23T04:19:26.312Z Compiling base64 v0.21.7
26232026-05-23T04:19:26.589Z Compiling dropshot-api-manager-types v0.7.2
26242026-05-23T04:19:26.729Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26252026-05-23T04:19:26.825Z Compiling utf-8 v0.7.6
26262026-05-23T04:19:26.858Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26272026-05-23T04:19:26.997Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26282026-05-23T04:19:27.048Z Compiling tungstenite v0.21.0
26292026-05-23T04:19:27.075Z Compiling radium v0.7.0
26302026-05-23T04:19:27.219Z Compiling tap v1.0.1
26312026-05-23T04:19:27.315Z Compiling maybe-uninit v2.0.0
26322026-05-23T04:19:27.375Z Compiling display-error-chain v0.2.2
26332026-05-23T04:19:27.561Z Compiling wyz v0.5.1
26342026-05-23T04:19:27.666Z Compiling tokio-tungstenite v0.21.0
26352026-05-23T04:19:27.693Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26362026-05-23T04:19:27.826Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26372026-05-23T04:19:27.957Z Compiling zerocopy-derive v0.6.6
26382026-05-23T04:19:27.985Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
26392026-05-23T04:19:28.060Z Compiling crc-catalog v2.4.0
26402026-05-23T04:19:28.197Z Compiling funty v2.0.0
26412026-05-23T04:19:28.746Z Compiling packed_struct v0.10.1
26422026-05-23T04:19:29.062Z Compiling zerocopy v0.6.6
26432026-05-23T04:19:29.159Z Compiling bitvec v1.0.1
26442026-05-23T04:19:29.203Z Compiling crc v3.4.0
26452026-05-23T04:19:29.466Z Compiling packed_struct_codegen v0.10.1
26462026-05-23T04:19:29.553Z Compiling vergen-lib v0.1.6
26472026-05-23T04:19:29.746Z Compiling bitfield-macros v0.19.4
26482026-05-23T04:19:29.828Z Compiling proc-macro-error-attr2 v2.0.0
26492026-05-23T04:19:30.247Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-05-23T04:19:30.483Z Compiling indexmap v1.9.3
26512026-05-23T04:19:30.507Z Compiling nodrop v0.1.14
26522026-05-23T04:19:30.650Z Compiling array-init v0.0.4
26532026-05-23T04:19:30.679Z Compiling bitfield v0.19.4
26542026-05-23T04:19:30.766Z Compiling proc-macro-error2 v2.0.1
26552026-05-23T04:19:30.853Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26562026-05-23T04:19:31.110Z Compiling smallvec v0.6.14
26572026-05-23T04:19:31.158Z Compiling vergen-gitcl v1.0.8
26582026-05-23T04:19:31.315Z Compiling dirs-sys-next v0.1.2
26592026-05-23T04:19:31.413Z Compiling glob v0.3.3
26602026-05-23T04:19:31.438Z Compiling maplit v1.0.2
26612026-05-23T04:19:31.543Z Compiling crunchy v0.2.4
26622026-05-23T04:19:31.568Z Compiling hashbrown v0.12.3
26632026-05-23T04:19:31.624Z Compiling diesel_derives v2.3.7
26642026-05-23T04:19:31.797Z Compiling clang-sys v1.8.1
26652026-05-23T04:19:31.892Z Compiling dirs-next v2.0.0
26662026-05-23T04:19:31.954Z Compiling serde-hex v0.1.0
26672026-05-23T04:19:32.209Z Compiling tabled_derive v0.11.0
26682026-05-23T04:19:32.401Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-05-23T04:19:32.561Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26702026-05-23T04:19:32.713Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26712026-05-23T04:19:32.818Z Compiling ron v0.8.1
26722026-05-23T04:19:32.920Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26732026-05-23T04:19:32.972Z Compiling papergrid v0.17.0
26742026-05-23T04:19:33.260Z Compiling testing_table v0.3.0
26752026-05-23T04:19:33.581Z Compiling hashbrown v0.13.2
26762026-05-23T04:19:33.633Z Compiling scheduled-thread-pool v0.2.7
26772026-05-23T04:19:33.704Z Compiling dsl_auto_type v0.2.0
26782026-05-23T04:19:34.105Z Compiling diesel_table_macro_syntax v0.3.0
26792026-05-23T04:19:34.211Z Compiling crc-any v2.5.0
26802026-05-23T04:19:34.241Z Compiling tiny-keccak v2.0.2
26812026-05-23T04:19:34.269Z Compiling object v0.30.4
26822026-05-23T04:19:34.506Z Compiling tabled v0.20.0
26832026-05-23T04:19:34.531Z Compiling r2d2 v0.8.10
26842026-05-23T04:19:34.641Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26852026-05-23T04:19:35.034Z Compiling term v0.7.0
26862026-05-23T04:19:35.342Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26872026-05-23T04:19:35.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26882026-05-23T04:19:35.399Z Compiling xshell-macros v0.2.7
26892026-05-23T04:19:35.565Z Compiling bit-vec v0.6.3
26902026-05-23T04:19:35.608Z Compiling path-slash v0.1.5
26912026-05-23T04:19:35.802Z Compiling downcast-rs v2.0.2
26922026-05-23T04:19:35.826Z Compiling xshell v0.2.7
26932026-05-23T04:19:35.829Z Compiling bit-set v0.5.3
26942026-05-23T04:19:36.021Z Compiling ascii-canvas v3.0.0
26952026-05-23T04:19:36.287Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26962026-05-23T04:19:36.313Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972026-05-23T04:19:36.778Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26982026-05-23T04:19:37.184Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26992026-05-23T04:19:37.270Z Compiling itertools v0.10.5
27002026-05-23T04:19:38.368Z Compiling ena v0.14.4
27012026-05-23T04:19:38.618Z Compiling libloading v0.8.9
27022026-05-23T04:19:38.700Z Compiling regex-syntax v0.6.29
27032026-05-23T04:19:38.802Z Compiling bindgen v0.71.1
27042026-05-23T04:19:38.864Z Compiling diff v0.1.13
27052026-05-23T04:19:39.114Z Compiling unicase v2.9.0
27062026-05-23T04:19:39.162Z Compiling diesel v2.3.7
27072026-05-23T04:19:39.427Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27082026-05-23T04:19:40.545Z Compiling lalrpop v0.19.12
27092026-05-23T04:19:40.672Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27102026-05-23T04:19:40.698Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27112026-05-23T04:19:40.721Z Compiling cexpr v0.6.0
27122026-05-23T04:19:41.311Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27132026-05-23T04:19:41.384Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27142026-05-23T04:19:41.543Z Compiling rustc-hash v2.1.1
27152026-05-23T04:19:41.572Z Compiling crc8 v0.1.1
27162026-05-23T04:19:41.772Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
27172026-05-23T04:19:41.837Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27182026-05-23T04:19:42.006Z Compiling headers-core v0.3.0
27192026-05-23T04:19:42.167Z Compiling libxml v0.3.3
27202026-05-23T04:19:42.218Z Compiling headers v0.4.1
27212026-05-23T04:19:42.418Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27222026-05-23T04:19:42.479Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27232026-05-23T04:19:42.502Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242026-05-23T04:19:42.728Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27252026-05-23T04:19:43.211Z Compiling strum_macros v0.24.3
27262026-05-23T04:19:43.261Z Compiling git-stub v1.0.0
27272026-05-23T04:19:43.291Z Compiling indoc v1.0.9
27282026-05-23T04:19:43.555Z Compiling git-stub-vcs v0.1.0
27292026-05-23T04:19:43.736Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27302026-05-23T04:19:43.901Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
27312026-05-23T04:19:43.953Z Compiling derive_builder v0.20.2
27322026-05-23T04:19:43.978Z Compiling oso-derive v0.27.3
27332026-05-23T04:19:44.137Z Compiling quick-xml v0.37.5
27342026-05-23T04:19:44.221Z Compiling impl-trait-for-tuples v0.2.3
27352026-05-23T04:19:44.499Z Compiling openssl-probe v0.1.6
27362026-05-23T04:19:44.556Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27372026-05-23T04:19:44.813Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27382026-05-23T04:19:45.326Z Compiling half v1.8.3
27392026-05-23T04:19:45.512Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27402026-05-23T04:19:45.564Z Compiling serde_cbor v0.11.2
27412026-05-23T04:19:45.801Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27422026-05-23T04:19:46.056Z Compiling bb8 v0.8.6
27432026-05-23T04:19:46.381Z Compiling samael v0.0.19
27442026-05-23T04:19:46.479Z Compiling trait-variant v0.1.2
27452026-05-23T04:19:46.654Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27462026-05-23T04:19:46.786Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27472026-05-23T04:19:46.868Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27482026-05-23T04:19:47.030Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27492026-05-23T04:19:47.095Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27502026-05-23T04:19:47.393Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27512026-05-23T04:19:47.741Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27522026-05-23T04:19:48.051Z Compiling typify-impl v0.4.3
27532026-05-23T04:19:48.078Z Compiling polar-core v0.27.3
27542026-05-23T04:19:48.605Z Compiling fxhash v0.2.1
27552026-05-23T04:19:48.787Z Compiling nonempty v0.12.0
27562026-05-23T04:19:49.030Z Compiling salty v0.3.0
27572026-05-23T04:19:49.164Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27582026-05-23T04:19:49.354Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27592026-05-23T04:19:49.378Z Compiling kstat-rs v0.2.4
27602026-05-23T04:19:49.732Z Compiling libz-sys v1.1.24
27612026-05-23T04:19:49.889Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-05-23T04:19:50.253Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-05-23T04:19:50.988Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27642026-05-23T04:19:51.017Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27652026-05-23T04:19:51.459Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27662026-05-23T04:19:51.617Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27672026-05-23T04:19:51.621Z Compiling typify-macro v0.4.3
27682026-05-23T04:19:51.842Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27692026-05-23T04:19:52.580Z Compiling nanorand v0.7.0
27702026-05-23T04:19:52.892Z Compiling darling_core v0.23.0
27712026-05-23T04:19:52.982Z Compiling arc-swap v1.8.2
27722026-05-23T04:19:53.083Z Compiling fs-err v2.11.0
27732026-05-23T04:19:53.381Z Compiling parking_lot_core v0.8.6
27742026-05-23T04:19:53.493Z Compiling mime_guess v2.0.5
27752026-05-23T04:19:53.567Z Compiling slog-scope v4.4.1
27762026-05-23T04:19:53.590Z Compiling flume v0.11.1
27772026-05-23T04:19:53.708Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27782026-05-23T04:19:54.028Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27792026-05-23T04:19:54.031Z Compiling primeorder v0.13.6
27802026-05-23T04:19:54.074Z Compiling libgit2-sys v0.18.3+1.9.2
27812026-05-23T04:19:54.380Z Compiling instability v0.3.11
27822026-05-23T04:19:54.504Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27832026-05-23T04:19:54.783Z Compiling p384 v0.13.1
27842026-05-23T04:19:55.102Z Compiling darling_macro v0.23.0
27852026-05-23T04:19:55.623Z Compiling darling v0.23.0
27862026-05-23T04:19:57.147Z Compiling oso v0.27.3
27872026-05-23T04:19:57.235Z Compiling diesel-dtrace v0.5.0
27882026-05-23T04:19:57.584Z Compiling async-bb8-diesel v0.2.1
27892026-05-23T04:19:57.747Z Compiling slog-stdlog v4.1.1
27902026-05-23T04:19:58.492Z Compiling typify v0.4.3
27912026-05-23T04:19:58.666Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27922026-05-23T04:19:58.787Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27932026-05-23T04:19:59.772Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27942026-05-23T04:19:59.964Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27952026-05-23T04:20:01.347Z Compiling ignore v0.4.25
27962026-05-23T04:20:01.909Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27972026-05-23T04:20:02.786Z Compiling castaway v0.2.4
27982026-05-23T04:20:02.952Z Compiling atty v0.2.14
27992026-05-23T04:20:03.113Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28002026-05-23T04:20:03.329Z Compiling http-range v0.1.5
28012026-05-23T04:20:03.361Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28022026-05-23T04:20:03.387Z Compiling indoc v2.0.7
28032026-05-23T04:20:03.670Z Compiling parse-size v1.1.0
28042026-05-23T04:20:03.917Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28052026-05-23T04:20:03.940Z Compiling compact_str v0.8.1
28062026-05-23T04:20:04.457Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28072026-05-23T04:20:04.536Z Compiling globwalk v0.9.1
28082026-05-23T04:20:04.813Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28092026-05-23T04:20:05.090Z Compiling progenitor-impl v0.11.2
28102026-05-23T04:20:05.254Z Compiling parking_lot v0.11.2
28112026-05-23T04:20:05.501Z Compiling slog-envlogger v2.2.0
28122026-05-23T04:20:06.420Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28132026-05-23T04:20:06.975Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-23T04:20:07.005Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28152026-05-23T04:20:07.256Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
28162026-05-23T04:20:07.488Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
28172026-05-23T04:20:07.765Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28182026-05-23T04:20:07.947Z Compiling predicates-tree v1.0.13
28192026-05-23T04:20:08.420Z Compiling unicode-truncate v1.1.0
28202026-05-23T04:20:08.638Z Compiling lru v0.12.5
28212026-05-23T04:20:08.768Z Compiling prefix-trie v0.7.0
28222026-05-23T04:20:08.876Z Compiling rand_seeder v0.4.0
28232026-05-23T04:20:09.152Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28242026-05-23T04:20:09.175Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28252026-05-23T04:20:09.334Z Compiling vergen-git2 v9.1.0
28262026-05-23T04:20:09.449Z Compiling illumos-nvpair-sys v0.2.0
28272026-05-23T04:20:09.536Z Compiling corncobs v0.1.4
28282026-05-23T04:20:09.572Z Compiling cassowary v0.3.0
28292026-05-23T04:20:09.727Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28302026-05-23T04:20:09.754Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28312026-05-23T04:20:09.805Z Compiling hickory-server v0.25.2
28322026-05-23T04:20:10.466Z Compiling ratatui v0.29.0
28332026-05-23T04:20:10.722Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-05-23T04:20:10.941Z Compiling camino-tempfile-ext v0.3.3
28352026-05-23T04:20:11.037Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-05-23T04:20:11.200Z Compiling progenitor-macro v0.11.2
28372026-05-23T04:20:11.601Z Compiling hyper-staticfile v0.10.1
28382026-05-23T04:20:12.836Z Compiling sled v0.34.7
28392026-05-23T04:20:14.621Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28402026-05-23T04:20:14.645Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28412026-05-23T04:20:14.900Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28422026-05-23T04:20:16.185Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28432026-05-23T04:20:16.873Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28442026-05-23T04:20:18.765Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28452026-05-23T04:20:19.280Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28462026-05-23T04:20:20.025Z Compiling git2 v0.20.4
28472026-05-23T04:20:20.397Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28482026-05-23T04:20:20.673Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28492026-05-23T04:20:20.914Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28502026-05-23T04:20:21.154Z Compiling progenitor-client v0.11.2
28512026-05-23T04:20:21.434Z Compiling secrecy v0.8.0
28522026-05-23T04:20:21.586Z Compiling rustls v0.21.12
28532026-05-23T04:20:21.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28542026-05-23T04:20:21.853Z Compiling progenitor v0.11.2
28552026-05-23T04:20:22.058Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28562026-05-23T04:20:22.738Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28572026-05-23T04:20:22.995Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28582026-05-23T04:20:23.095Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28592026-05-23T04:20:23.319Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28602026-05-23T04:20:23.481Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28612026-05-23T04:20:24.838Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28622026-05-23T04:20:25.492Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28632026-05-23T04:20:26.522Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28642026-05-23T04:20:26.622Z Compiling rustls-webpki v0.101.7
28652026-05-23T04:20:26.763Z Compiling sct v0.7.1
28662026-05-23T04:20:27.056Z Compiling void v1.0.2
28672026-05-23T04:20:27.205Z Compiling lzss v0.8.2
28682026-05-23T04:20:27.230Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28692026-05-23T04:20:27.499Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28702026-05-23T04:20:28.350Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28712026-05-23T04:20:29.707Z Compiling illumos-nvpair v0.3.0
28722026-05-23T04:20:30.227Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
28732026-05-23T04:20:30.701Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-05-23T04:20:30.838Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28752026-05-23T04:20:30.958Z Compiling tungstenite v0.23.0
28762026-05-23T04:20:30.988Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28772026-05-23T04:20:31.074Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28782026-05-23T04:20:31.098Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28792026-05-23T04:20:31.308Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28802026-05-23T04:20:31.334Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28812026-05-23T04:20:31.444Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-05-23T04:20:31.493Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28832026-05-23T04:20:31.551Z Compiling nix v0.27.1
28842026-05-23T04:20:31.582Z Compiling serde_bytes v0.11.19
28852026-05-23T04:20:31.799Z Compiling tokio-tungstenite v0.23.1
28862026-05-23T04:20:31.942Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28872026-05-23T04:20:32.188Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28882026-05-23T04:20:32.756Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28892026-05-23T04:20:33.179Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28902026-05-23T04:20:33.391Z Compiling tokio-rustls v0.24.1
28912026-05-23T04:20:33.417Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28922026-05-23T04:20:33.685Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28932026-05-23T04:20:34.112Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28942026-05-23T04:20:37.256Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28952026-05-23T04:20:37.714Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28962026-05-23T04:20:38.919Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28972026-05-23T04:20:39.144Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28982026-05-23T04:20:39.730Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
28992026-05-23T04:20:40.419Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29002026-05-23T04:20:41.180Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012026-05-23T04:20:41.208Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29022026-05-23T04:20:41.211Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29032026-05-23T04:20:41.662Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29042026-05-23T04:20:42.151Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29052026-05-23T04:20:42.197Z Compiling rustls-pemfile v1.0.4
29062026-05-23T04:20:42.627Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29072026-05-23T04:20:42.945Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-05-23T04:20:43.681Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29092026-05-23T04:20:43.917Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
29102026-05-23T04:20:44.113Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29112026-05-23T04:20:44.937Z Compiling signal-hook-tokio v0.3.1
29122026-05-23T04:20:45.069Z Compiling twox-hash v2.1.2
29132026-05-23T04:20:45.139Z Compiling yasna v0.5.2
29142026-05-23T04:20:45.428Z Compiling is_ci v1.2.0
29152026-05-23T04:20:45.584Z Compiling supports-color v3.0.2
29162026-05-23T04:20:45.671Z Compiling rcgen v0.12.1
29172026-05-23T04:20:45.877Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29182026-05-23T04:20:46.049Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
29192026-05-23T04:20:46.322Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29202026-05-23T04:20:46.345Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29212026-05-23T04:20:46.669Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29222026-05-23T04:20:47.529Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29232026-05-23T04:20:48.433Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29242026-05-23T04:20:49.623Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29252026-05-23T04:20:50.106Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29262026-05-23T04:20:50.172Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29272026-05-23T04:20:50.420Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29282026-05-23T04:20:50.661Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29292026-05-23T04:20:50.796Z Compiling fatfs v0.3.6
29302026-05-23T04:20:50.891Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29312026-05-23T04:20:51.994Z Compiling subprocess v0.2.15
29322026-05-23T04:20:53.877Z Compiling rtoolbox v0.0.3
29332026-05-23T04:20:54.180Z Compiling seq-macro v0.3.6
29342026-05-23T04:20:54.208Z Compiling assert_matches v1.5.0
29352026-05-23T04:20:54.232Z Compiling rpassword v7.4.0
29362026-05-23T04:20:54.326Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29372026-05-23T04:20:54.557Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29382026-05-23T04:20:54.691Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-05-23T04:20:54.746Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-05-23T04:20:54.895Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29412026-05-23T04:20:55.291Z Compiling tui-tree-widget v0.23.1
29422026-05-23T04:20:55.583Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29432026-05-23T04:20:55.725Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29442026-05-23T04:20:56.267Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29452026-05-23T04:20:57.196Z Compiling uzers v0.12.2
29462026-05-23T04:20:58.660Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29472026-05-23T04:20:58.878Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29482026-05-23T04:21:00.038Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29492026-05-23T04:21:00.095Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29502026-05-23T04:21:03.608Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29512026-05-23T04:21:04.120Z Compiling support-bundle-viewer v0.1.2
29522026-05-23T04:21:05.845Z Compiling multimap v0.10.1
29532026-05-23T04:21:11.597Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29542026-05-23T04:21:22.432Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29552026-05-23T04:21:26.044Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29562026-05-23T04:21:29.011Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29572026-05-23T04:27:50.067Z Finished `release` profile [optimized] target(s) in 8m 59s
29582026-05-23T04:28:35.442Z
29592026-05-23T04:28:35.446Zreal 9:45.941518744
29602026-05-23T04:28:35.446Zuser 1:26:00.955735894
29612026-05-23T04:28:35.446Zsys 3:51.292756145
29622026-05-23T04:28:35.446Ztrap 1.917336850
29632026-05-23T04:28:35.446Ztflt 2.525816551
29642026-05-23T04:28:35.446Zdflt 16.129596608
29652026-05-23T04:28:35.446Zkflt 0.007886641
29662026-05-23T04:28:35.446Zlock 7:46:15.528258544
29672026-05-23T04:28:35.446Zslp 2:35:07.979104548
29682026-05-23T04:28:35.446Zlat 2:54.667637813
29692026-05-23T04:28:35.446Zstop 6:16.154830996
29702026-05-23T04:28:35.446Z+ mapfile -t packages
29712026-05-23T04:28:35.446Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29722026-05-23T04:28:36.494Z Finished `release` profile [optimized] target(s) in 1.04s
29732026-05-23T04:28:36.560Z Running `target/release/omicron-package -t test list-outputs`
29742026-05-23T04:28:36.619ZLogging to: /work/oxidecomputer/omicron/out/LOG
29752026-05-23T04:28:36.622Z+ ptime -m cargo build --locked --release -p xtask
29762026-05-23T04:28:37.206Z Compiling libc v0.2.185
29772026-05-23T04:28:37.207Z Compiling serde v1.0.228
29782026-05-23T04:28:37.207Z Compiling serde_core v1.0.228
29792026-05-23T04:28:37.316Z Compiling rustix v1.1.3
29802026-05-23T04:28:37.321Z Compiling bitflags v2.11.0
29812026-05-23T04:28:37.327Z Compiling serde_json v1.0.149
29822026-05-23T04:28:37.346Z Compiling num-traits v0.2.19
29832026-05-23T04:28:37.353Z Compiling syn v2.0.117
29842026-05-23T04:28:37.365Z Compiling smallvec v1.15.1
29852026-05-23T04:28:37.386Z Compiling indexmap v2.14.0
29862026-05-23T04:28:37.398Z Compiling usdt-impl v0.5.0
29872026-05-23T04:28:37.408Z Compiling syn v1.0.109
29882026-05-23T04:28:37.419Z Compiling percent-encoding v2.3.2
29892026-05-23T04:28:37.423Z Compiling getrandom v0.4.1
29902026-05-23T04:28:37.600Z Compiling log v0.4.29
29912026-05-23T04:28:37.723Z Compiling form_urlencoded v1.2.2
29922026-05-23T04:28:37.822Z Compiling fs-err v3.3.0
29932026-05-23T04:28:37.826Z Compiling heck v0.4.1
29942026-05-23T04:28:37.846Z Compiling once_cell v1.21.3
29952026-05-23T04:28:37.857Z Compiling anyhow v1.0.102
29962026-05-23T04:28:38.065Z Compiling thread-id v4.2.2
29972026-05-23T04:28:38.078Z Compiling errno v0.3.14
29982026-05-23T04:28:38.113Z Compiling memmap v0.7.0
29992026-05-23T04:28:38.373Z Compiling ordered-float v2.10.1
30002026-05-23T04:28:38.894Z Compiling proc-macro-error v1.0.4
30012026-05-23T04:28:39.097Z Compiling terminal_size v0.4.3
30022026-05-23T04:28:39.097Z Compiling tempfile v3.25.0
30032026-05-23T04:28:39.149Z Compiling tabled_derive v0.7.0
30042026-05-23T04:28:39.194Z Compiling clap_builder v4.6.0
30052026-05-23T04:28:39.194Z Compiling textwrap v0.16.2
30062026-05-23T04:28:39.335Z Compiling camino-tempfile v1.4.1
30072026-05-23T04:28:39.831Z Compiling tabled v0.15.0
30082026-05-23T04:28:39.891Z Compiling synstructure v0.13.2
30092026-05-23T04:28:39.891Z Compiling pest_generator v2.8.6
30102026-05-23T04:28:40.282Z Compiling serde_derive v1.0.228
30112026-05-23T04:28:40.288Z Compiling zerovec-derive v0.11.2
30122026-05-23T04:28:40.288Z Compiling displaydoc v0.2.5
30132026-05-23T04:28:40.288Z Compiling thiserror-impl v1.0.69
30142026-05-23T04:28:40.288Z Compiling zerocopy-derive v0.7.35
30152026-05-23T04:28:40.288Z Compiling scroll_derive v0.12.1
30162026-05-23T04:28:40.288Z Compiling thiserror-impl v2.0.18
30172026-05-23T04:28:40.289Z Compiling clap_derive v4.6.1
30182026-05-23T04:28:40.289Z Compiling zerofrom-derive v0.1.6
30192026-05-23T04:28:40.289Z Compiling yoke-derive v0.8.1
30202026-05-23T04:28:40.422Z Compiling pest_derive v2.8.6
30212026-05-23T04:28:41.053Z Compiling scroll v0.12.0
30222026-05-23T04:28:41.191Z Compiling zerocopy v0.7.35
30232026-05-23T04:28:41.384Z Compiling zerofrom v0.1.6
30242026-05-23T04:28:41.398Z Compiling goblin v0.8.2
30252026-05-23T04:28:41.506Z Compiling thiserror v1.0.69
30262026-05-23T04:28:41.533Z Compiling yoke v0.8.1
30272026-05-23T04:28:41.557Z Compiling thiserror v2.0.18
30282026-05-23T04:28:41.603Z Compiling dtrace-parser v0.2.0
30292026-05-23T04:28:41.761Z Compiling zerovec v0.11.5
30302026-05-23T04:28:41.788Z Compiling zerotrie v0.2.3
30312026-05-23T04:28:41.953Z Compiling clap v4.6.1
30322026-05-23T04:28:42.393Z Compiling tinystr v0.8.2
30332026-05-23T04:28:42.635Z Compiling icu_locale_core v2.1.1
30342026-05-23T04:28:43.635Z Compiling potential_utf v0.1.4
30352026-05-23T04:28:43.691Z Compiling icu_provider v2.1.1
30362026-05-23T04:28:43.768Z Compiling serde_spanned v0.6.9
30372026-05-23T04:28:43.840Z Compiling icu_collections v2.1.1
30382026-05-23T04:28:43.860Z Compiling toml_datetime v0.6.11
30392026-05-23T04:28:43.930Z Compiling serde-value v0.7.0
30402026-05-23T04:28:43.947Z Compiling cargo-platform v0.2.0
30412026-05-23T04:28:43.964Z Compiling macaddr v1.0.1
30422026-05-23T04:28:44.056Z Compiling dof v0.3.0
30432026-05-23T04:28:44.129Z Compiling toml_edit v0.22.27
30442026-05-23T04:28:44.272Z Compiling icu_normalizer v2.1.1
30452026-05-23T04:28:44.298Z Compiling icu_properties v2.1.2
30462026-05-23T04:28:44.409Z Compiling serde_tokenstream v0.2.3
30472026-05-23T04:28:45.019Z Compiling usdt-attr-macro v0.5.0
30482026-05-23T04:28:45.059Z Compiling usdt-macro v0.5.0
30492026-05-23T04:28:45.247Z Compiling idna_adapter v1.2.1
30502026-05-23T04:28:45.410Z Compiling idna v1.1.0
30512026-05-23T04:28:45.698Z Compiling usdt v0.5.0
30522026-05-23T04:28:45.752Z Compiling url v2.5.8
30532026-05-23T04:28:45.763Z Compiling toml v0.8.23
30542026-05-23T04:28:46.206Z Compiling cargo_toml v0.21.0
30552026-05-23T04:28:46.263Z Compiling cargo-util-schemas v0.8.2
30562026-05-23T04:28:47.294Z Compiling cargo_metadata v0.21.0
30572026-05-23T04:28:50.317Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30582026-05-23T04:28:53.337Z Finished `release` profile [optimized] target(s) in 16.70s
30592026-05-23T04:28:53.479Z
30602026-05-23T04:28:53.483Zreal 16.819625796
30612026-05-23T04:28:53.483Zuser 2:23.472747135
30622026-05-23T04:28:53.483Zsys 16.992879651
30632026-05-23T04:28:53.483Ztrap 0.103458231
30642026-05-23T04:28:53.483Ztflt 0.472753327
30652026-05-23T04:28:53.483Zdflt 1.593375164
30662026-05-23T04:28:53.483Zkflt 0.000254980
30672026-05-23T04:28:53.483Zlock 5:18.512130249
30682026-05-23T04:28:53.483Zslp 3:27.441330051
30692026-05-23T04:28:53.483Zlat 6.446373027
30702026-05-23T04:28:53.483Zstop 19.502875584
30712026-05-23T04:28:53.483Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30722026-05-23T04:28:53.483Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30732026-05-23T04:28:53.483Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30742026-05-23T04:28:53.483Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30752026-05-23T04:28:53.483Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30762026-05-23T04:28:54.572Z Compiling newtype-uuid-macros v0.1.0
30772026-05-23T04:28:54.577Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30782026-05-23T04:28:54.577Z Compiling debug-ignore v1.0.5
30792026-05-23T04:28:54.578Z Compiling rustls v0.22.4
30802026-05-23T04:28:54.754Z Compiling rustls-webpki v0.102.8
30812026-05-23T04:28:54.758Z Compiling structmeta-derive v0.3.0
30822026-05-23T04:28:54.768Z Compiling multer v3.1.0
30832026-05-23T04:28:54.772Z Compiling match_cfg v0.1.0
30842026-05-23T04:28:54.772Z Compiling compression-core v0.4.31
30852026-05-23T04:28:54.772Z Compiling slog-json v2.6.1
30862026-05-23T04:28:54.782Z Compiling async-stream-impl v0.3.6
30872026-05-23T04:28:54.786Z Compiling serde_spanned v1.0.4
30882026-05-23T04:28:54.799Z Compiling toml_datetime v1.0.0+spec-1.1.0
30892026-05-23T04:28:54.854Z Compiling dropshot v0.17.0
30902026-05-23T04:28:54.870Z Compiling toml_writer v1.0.6+spec-1.1.0
30912026-05-23T04:28:54.890Z Compiling waitgroup v0.1.2
30922026-05-23T04:28:54.893Z Compiling rustls-pemfile v2.2.0
30932026-05-23T04:28:55.013Z Compiling compression-codecs v0.4.37
30942026-05-23T04:28:55.018Z Compiling hostname v0.3.1
30952026-05-23T04:28:55.069Z Compiling dropshot_endpoint v0.17.0
30962026-05-23T04:28:55.110Z Compiling hostname v0.4.2
30972026-05-23T04:28:55.169Z Compiling toml v1.0.6+spec-1.1.0
30982026-05-23T04:28:55.172Z Compiling slog-bunyan v2.5.0
30992026-05-23T04:28:55.172Z Compiling serde_path_to_error v0.1.20
31002026-05-23T04:28:55.204Z Compiling async-compression v0.4.41
31012026-05-23T04:28:55.242Z Compiling progenitor-client v0.14.0
31022026-05-23T04:28:55.246Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31032026-05-23T04:28:55.300Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31042026-05-23T04:28:55.337Z Compiling itertools v0.14.0
31052026-05-23T04:28:55.377Z Compiling regress v0.10.5
31062026-05-23T04:28:55.393Z Compiling macaddr v1.0.1
31072026-05-23T04:28:55.525Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31082026-05-23T04:28:55.554Z Compiling progenitor-client v0.13.0
31092026-05-23T04:28:55.574Z Compiling async-stream v0.3.6
31102026-05-23T04:28:55.577Z Compiling instant v0.1.13
31112026-05-23T04:28:55.577Z Compiling backon v1.6.0
31122026-05-23T04:28:55.629Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31132026-05-23T04:28:55.633Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
31142026-05-23T04:28:55.633Z Compiling humantime v2.3.0
31152026-05-23T04:28:55.679Z Compiling convert_case v0.4.0
31162026-05-23T04:28:55.718Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31172026-05-23T04:28:55.735Z Compiling backoff v0.4.0
31182026-05-23T04:28:55.772Z Compiling crucible-workspace-hack v0.1.0
31192026-05-23T04:28:55.841Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31202026-05-23T04:28:55.875Z Compiling structmeta v0.3.0
31212026-05-23T04:28:55.893Z Compiling progenitor-extras v0.2.0
31222026-05-23T04:28:55.897Z Compiling secrecy v0.10.3
31232026-05-23T04:28:55.954Z Compiling universal-hash v0.5.1
31242026-05-23T04:28:55.975Z Compiling opaque-debug v0.3.1
31252026-05-23T04:28:56.066Z Compiling half v2.7.1
31262026-05-23T04:28:56.086Z Compiling derive_more v0.99.20
31272026-05-23T04:28:56.109Z Compiling ciborium-io v0.2.2
31282026-05-23T04:28:56.128Z Compiling aead v0.5.2
31292026-05-23T04:28:56.131Z Compiling derive-ex v0.1.8
31302026-05-23T04:28:56.131Z Compiling parse-display-derive v0.10.0
31312026-05-23T04:28:56.131Z Compiling poly1305 v0.8.0
31322026-05-23T04:28:56.202Z Compiling chacha20 v0.9.1
31332026-05-23T04:28:56.206Z Compiling regress v0.11.1
31342026-05-23T04:28:56.206Z Compiling byte-wrapper v0.1.0
31352026-05-23T04:28:56.257Z Compiling thiserror-impl-no-std v2.0.2
31362026-05-23T04:28:56.361Z Compiling ciborium-ll v0.2.2
31372026-05-23T04:28:56.391Z Compiling unsafe-libyaml v0.2.11
31382026-05-23T04:28:56.488Z Compiling password-hash v0.5.0
31392026-05-23T04:28:56.508Z Compiling blake2 v0.10.6
31402026-05-23T04:28:56.570Z Compiling ciborium v0.2.2
31412026-05-23T04:28:56.595Z Compiling chacha20poly1305 v0.10.1
31422026-05-23T04:28:56.613Z Compiling indent_write v2.2.0
31432026-05-23T04:28:56.630Z Compiling toml_datetime v0.7.5+spec-1.1.0
31442026-05-23T04:28:56.771Z Compiling argon2 v0.5.3
31452026-05-23T04:28:56.771Z Compiling num-rational v0.4.2
31462026-05-23T04:28:56.895Z Compiling toml_edit v0.23.10+spec-1.0.0
31472026-05-23T04:28:56.913Z Compiling num-complex v0.4.6
31482026-05-23T04:28:56.932Z Compiling serde_yaml v0.9.34+deprecated
31492026-05-23T04:28:56.960Z Compiling heapless v0.8.0
31502026-05-23T04:28:57.103Z Compiling ingot-macros v0.1.1
31512026-05-23T04:28:57.167Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31522026-05-23T04:28:57.185Z Compiling tokio-rustls v0.25.0
31532026-05-23T04:28:57.337Z Compiling num v0.4.3
31542026-05-23T04:28:57.439Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31552026-05-23T04:28:57.458Z Compiling proc-macro-crate v3.4.0
31562026-05-23T04:28:57.481Z Compiling atomicwrites v0.4.4
31572026-05-23T04:28:57.506Z Compiling thiserror-no-std v2.0.2
31582026-05-23T04:28:57.627Z Compiling vsss-rs v3.3.4
31592026-05-23T04:28:57.704Z Compiling camino-tempfile v1.4.1
31602026-05-23T04:28:57.872Z Compiling typify-impl v0.6.2
31612026-05-23T04:28:57.889Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31622026-05-23T04:28:57.939Z Compiling test-strategy v0.4.5
31632026-05-23T04:28:57.942Z Compiling parse-display v0.10.0
31642026-05-23T04:28:57.973Z Compiling hash32 v0.3.1
31652026-05-23T04:28:58.002Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31662026-05-23T04:28:58.022Z Compiling float-ord v0.3.2
31672026-05-23T04:28:58.047Z Compiling num_enum_derive v0.7.6
31682026-05-23T04:28:58.153Z Compiling smoltcp v0.11.0
31692026-05-23T04:28:58.171Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31702026-05-23T04:28:58.283Z Compiling tabwriter v1.4.1
31712026-05-23T04:28:58.299Z Compiling cobs v0.3.0
31722026-05-23T04:28:58.447Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31732026-05-23T04:28:58.533Z Compiling postcard v1.1.3
31742026-05-23T04:28:58.550Z Compiling proc-macro-error v1.0.4
31752026-05-23T04:28:58.598Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-05-23T04:28:58.617Z Compiling proc-macro-crate v1.3.1
31772026-05-23T04:28:58.725Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31782026-05-23T04:28:58.753Z Compiling foreign-types-macros v0.2.3
31792026-05-23T04:28:58.791Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31802026-05-23T04:28:58.902Z Compiling cpufeatures v0.3.0
31812026-05-23T04:28:58.921Z Compiling rayon-core v1.13.0
31822026-05-23T04:28:59.004Z Compiling colored v3.1.1
31832026-05-23T04:28:59.024Z Compiling foreign-types-shared v0.3.1
31842026-05-23T04:28:59.076Z Compiling num_enum_derive v0.5.11
31852026-05-23T04:28:59.117Z Compiling chacha20 v0.10.0
31862026-05-23T04:28:59.141Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-05-23T04:28:59.178Z Compiling num_enum v0.7.6
31882026-05-23T04:28:59.356Z Compiling crossbeam-deque v0.8.6
31892026-05-23T04:28:59.381Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31902026-05-23T04:28:59.385Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31912026-05-23T04:28:59.445Z Compiling foreign-types v0.5.0
31922026-05-23T04:28:59.461Z Compiling cstr-argument v0.1.2
31932026-05-23T04:28:59.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
31942026-05-23T04:28:59.570Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31952026-05-23T04:28:59.592Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31962026-05-23T04:28:59.611Z Compiling rand v0.10.1
31972026-05-23T04:28:59.654Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31982026-05-23T04:28:59.782Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-05-23T04:28:59.876Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32002026-05-23T04:28:59.893Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32012026-05-23T04:28:59.913Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32022026-05-23T04:28:59.916Z Compiling num-derive v0.4.2
32032026-05-23T04:29:00.031Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32042026-05-23T04:29:00.089Z Compiling ingot-types v0.1.2
32052026-05-23T04:29:00.173Z Compiling winnow v1.0.3
32062026-05-23T04:29:00.193Z Compiling rayon v1.11.0
32072026-05-23T04:29:00.213Z Compiling zone_cfg_derive v0.3.1
32082026-05-23T04:29:00.251Z Compiling num_enum v0.5.11
32092026-05-23T04:29:00.269Z Compiling toml v0.8.23
32102026-05-23T04:29:00.294Z Compiling itertools v0.12.1
32112026-05-23T04:29:00.347Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32122026-05-23T04:29:00.402Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32132026-05-23T04:29:00.558Z Compiling ingot v0.1.1
32142026-05-23T04:29:00.580Z Compiling sigpipe v0.1.3
32152026-05-23T04:29:00.600Z Compiling glob v0.3.3
32162026-05-23T04:29:00.757Z Compiling smf v0.2.3
32172026-05-23T04:29:00.792Z Compiling whoami v1.6.1
32182026-05-23T04:29:00.938Z Compiling prettyplease v0.2.37
32192026-05-23T04:29:00.956Z Compiling usdt-attr-macro v0.5.0
32202026-05-23T04:29:00.960Z Compiling usdt-macro v0.5.0
32212026-05-23T04:29:01.001Z Compiling gethostname v0.5.0
32222026-05-23T04:29:01.035Z Compiling derive-where v1.6.0
32232026-05-23T04:29:01.053Z Compiling memmap v0.7.0
32242026-05-23T04:29:01.118Z Compiling resolv-conf v0.7.6
32252026-05-23T04:29:01.275Z Compiling console v0.15.11
32262026-05-23T04:29:01.324Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32272026-05-23T04:29:01.344Z Compiling newline-converter v0.3.0
32282026-05-23T04:29:01.492Z Compiling zone v0.3.1
32292026-05-23T04:29:01.510Z Compiling cancel-safe-futures v0.1.5
32302026-05-23T04:29:01.590Z Compiling owo-colors v4.3.0
32312026-05-23T04:29:01.736Z Compiling expectorate v1.2.0
32322026-05-23T04:29:01.783Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
32332026-05-23T04:29:01.807Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32342026-05-23T04:29:01.825Z Compiling usdt v0.5.0
32352026-05-23T04:29:01.910Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32362026-05-23T04:29:01.936Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32372026-05-23T04:29:02.031Z Compiling libsw-core v0.3.2
32382026-05-23T04:29:02.212Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32392026-05-23T04:29:02.237Z Compiling libsw v3.5.0
32402026-05-23T04:29:02.304Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32412026-05-23T04:29:02.304Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32422026-05-23T04:29:02.407Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32432026-05-23T04:29:02.425Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32442026-05-23T04:29:02.451Z Compiling hickory-proto v0.24.4
32452026-05-23T04:29:02.469Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32462026-05-23T04:29:02.488Z Compiling linear-map v1.2.0
32472026-05-23T04:29:02.527Z Compiling linked-hash-map v0.5.6
32482026-05-23T04:29:02.545Z Compiling minimal-lexical v0.2.1
32492026-05-23T04:29:02.598Z Compiling typify-macro v0.6.2
32502026-05-23T04:29:02.702Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32512026-05-23T04:29:02.719Z Compiling lru-cache v0.1.2
32522026-05-23T04:29:02.737Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32532026-05-23T04:29:02.757Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32542026-05-23T04:29:02.780Z Compiling nom v7.1.3
32552026-05-23T04:29:02.833Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
32562026-05-23T04:29:02.855Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32572026-05-23T04:29:02.880Z Compiling tokio-dtrace v0.1.1
32582026-05-23T04:29:02.964Z Compiling slog-dtrace v0.3.0
32592026-05-23T04:29:03.008Z Compiling csv-core v0.1.13
32602026-05-23T04:29:03.027Z Compiling tagptr v0.2.0
32612026-05-23T04:29:03.159Z Compiling semver v0.1.20
32622026-05-23T04:29:03.188Z Compiling highway v1.3.0
32632026-05-23T04:29:03.224Z Compiling moka v0.12.13
32642026-05-23T04:29:03.253Z Compiling csv v1.4.0
32652026-05-23T04:29:03.271Z Compiling oxide-tokio-rt v0.1.4
32662026-05-23T04:29:03.465Z Compiling rustc_version v0.1.7
32672026-05-23T04:29:03.482Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32682026-05-23T04:29:03.587Z Compiling phf_shared v0.12.1
32692026-05-23T04:29:03.606Z Compiling chrono-tz v0.10.4
32702026-05-23T04:29:03.610Z Compiling const_format_proc_macros v0.2.34
32712026-05-23T04:29:03.738Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32722026-05-23T04:29:03.795Z Compiling phf v0.12.1
32732026-05-23T04:29:03.835Z Compiling newtype_derive v0.1.6
32742026-05-23T04:29:03.870Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32752026-05-23T04:29:03.979Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32762026-05-23T04:29:04.052Z Compiling hickory-resolver v0.25.2
32772026-05-23T04:29:04.114Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32782026-05-23T04:29:04.142Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32792026-05-23T04:29:04.161Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32802026-05-23T04:29:04.192Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32812026-05-23T04:29:04.214Z Compiling num-derive v0.3.3
32822026-05-23T04:29:04.439Z Compiling bcs v0.1.6
32832026-05-23T04:29:04.509Z Compiling typify v0.6.2
32842026-05-23T04:29:04.549Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-05-23T04:29:04.607Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32862026-05-23T04:29:04.660Z Compiling progenitor-impl v0.14.0
32872026-05-23T04:29:04.786Z Compiling progenitor-impl v0.13.0
32882026-05-23T04:29:04.809Z Compiling hickory-resolver v0.24.4
32892026-05-23T04:29:04.828Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32902026-05-23T04:29:05.173Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32912026-05-23T04:29:05.250Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32922026-05-23T04:29:05.446Z Compiling const_format v0.2.35
32932026-05-23T04:29:05.764Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32942026-05-23T04:29:05.796Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32952026-05-23T04:29:05.814Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32962026-05-23T04:29:06.100Z Compiling qorb v0.4.1
32972026-05-23T04:29:06.226Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32982026-05-23T04:29:06.247Z Compiling termtree v0.5.1
32992026-05-23T04:29:06.383Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33002026-05-23T04:29:06.450Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33012026-05-23T04:29:06.469Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33022026-05-23T04:29:06.638Z Compiling libscf-sys v1.1.0
33032026-05-23T04:29:06.744Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33042026-05-23T04:29:06.764Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33052026-05-23T04:29:06.849Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33062026-05-23T04:29:07.169Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33072026-05-23T04:29:07.243Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33082026-05-23T04:29:07.417Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33092026-05-23T04:29:07.435Z Compiling progenitor-macro v0.14.0
33102026-05-23T04:29:07.524Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33112026-05-23T04:29:07.569Z Compiling progenitor-macro v0.13.0
33122026-05-23T04:29:07.610Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33132026-05-23T04:29:07.685Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33142026-05-23T04:29:07.851Z Compiling tabled_derive v0.7.0
33152026-05-23T04:29:07.955Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33162026-05-23T04:29:08.038Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33172026-05-23T04:29:08.057Z Compiling textwrap v0.16.2
33182026-05-23T04:29:08.121Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33192026-05-23T04:29:08.206Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33202026-05-23T04:29:08.234Z Compiling steno v0.4.1
33212026-05-23T04:29:08.254Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33222026-05-23T04:29:08.374Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33232026-05-23T04:29:08.478Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33242026-05-23T04:29:08.501Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33252026-05-23T04:29:08.531Z Compiling libefi-sys v0.1.0
33262026-05-23T04:29:08.579Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33272026-05-23T04:29:08.786Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33282026-05-23T04:29:08.809Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33292026-05-23T04:29:08.914Z Compiling tabled v0.15.0
33302026-05-23T04:29:08.932Z Compiling git-stub v1.0.0
33312026-05-23T04:29:09.232Z Compiling bitfield-struct v0.6.2
33322026-05-23T04:29:09.376Z Compiling nom v8.0.0
33332026-05-23T04:29:09.497Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33342026-05-23T04:29:09.603Z Compiling git-stub-vcs v0.1.0
33352026-05-23T04:29:10.014Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33362026-05-23T04:29:10.063Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33372026-05-23T04:29:10.316Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33382026-05-23T04:29:10.348Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33392026-05-23T04:29:10.427Z Compiling dropshot-api-manager-types v0.7.2
33402026-05-23T04:29:10.487Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33412026-05-23T04:29:10.565Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33422026-05-23T04:29:10.601Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33432026-05-23T04:29:10.629Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33442026-05-23T04:29:10.759Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33452026-05-23T04:29:10.799Z Compiling xshell-macros v0.2.7
33462026-05-23T04:29:10.820Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-05-23T04:29:10.884Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33482026-05-23T04:29:11.048Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33492026-05-23T04:29:11.246Z Compiling xshell v0.2.7
33502026-05-23T04:29:11.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33512026-05-23T04:29:11.414Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33522026-05-23T04:29:11.469Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33532026-05-23T04:29:11.556Z Compiling primeorder v0.13.6
33542026-05-23T04:29:11.796Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33552026-05-23T04:29:11.817Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33562026-05-23T04:29:11.860Z Compiling salty v0.3.0
33572026-05-23T04:29:11.864Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33582026-05-23T04:29:11.998Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-05-23T04:29:12.036Z Compiling radium v0.7.0
33602026-05-23T04:29:12.177Z Compiling base64 v0.21.7
33612026-05-23T04:29:12.357Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33622026-05-23T04:29:12.569Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33632026-05-23T04:29:12.588Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-05-23T04:29:12.676Z Compiling p384 v0.13.1
33652026-05-23T04:29:12.695Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33662026-05-23T04:29:12.716Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33672026-05-23T04:29:12.720Z Compiling progenitor v0.14.0
33682026-05-23T04:29:12.809Z Compiling typify-impl v0.4.3
33692026-05-23T04:29:12.845Z Compiling progenitor v0.13.0
33702026-05-23T04:29:12.865Z Compiling tap v1.0.1
33712026-05-23T04:29:12.925Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33722026-05-23T04:29:12.948Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-05-23T04:29:13.018Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33742026-05-23T04:29:13.036Z Compiling maybe-uninit v2.0.0
33752026-05-23T04:29:13.117Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33762026-05-23T04:29:13.248Z Compiling wyz v0.5.1
33772026-05-23T04:29:13.339Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33782026-05-23T04:29:13.440Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33792026-05-23T04:29:13.490Z Compiling proc-macro-error-attr2 v2.0.0
33802026-05-23T04:29:13.523Z Compiling utf-8 v0.7.6
33812026-05-23T04:29:13.753Z Compiling parking_lot_core v0.8.6
33822026-05-23T04:29:13.816Z Compiling funty v2.0.0
33832026-05-23T04:29:13.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33842026-05-23T04:29:14.067Z Compiling packed_struct v0.10.1
33852026-05-23T04:29:14.386Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33862026-05-23T04:29:14.645Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33872026-05-23T04:29:14.964Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33882026-05-23T04:29:15.279Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-05-23T04:29:15.451Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33902026-05-23T04:29:15.740Z Compiling bitvec v1.0.1
33912026-05-23T04:29:15.978Z Compiling proc-macro-error2 v2.0.1
33922026-05-23T04:29:15.997Z Compiling tungstenite v0.21.0
33932026-05-23T04:29:16.348Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33942026-05-23T04:29:16.495Z Compiling polyval v0.6.2
33952026-05-23T04:29:16.623Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33962026-05-23T04:29:16.781Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-05-23T04:29:16.841Z Compiling packed_struct_codegen v0.10.1
33982026-05-23T04:29:16.898Z Compiling zerocopy-derive v0.6.6
33992026-05-23T04:29:16.916Z Compiling bitfield-macros v0.19.4
34002026-05-23T04:29:17.145Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
34012026-05-23T04:29:17.265Z Compiling indexmap v1.9.3
34022026-05-23T04:29:17.361Z Compiling crc-catalog v2.4.0
34032026-05-23T04:29:17.486Z Compiling typify-macro v0.4.3
34042026-05-23T04:29:17.504Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34052026-05-23T04:29:17.525Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-05-23T04:29:17.544Z Compiling nodrop v0.1.14
34072026-05-23T04:29:17.684Z Compiling array-init v0.0.4
34082026-05-23T04:29:17.702Z Compiling bitfield v0.19.4
34092026-05-23T04:29:17.754Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34102026-05-23T04:29:17.830Z Compiling zerocopy v0.6.6
34112026-05-23T04:29:17.833Z Compiling crc v3.4.0
34122026-05-23T04:29:17.867Z Compiling ghash v0.5.1
34132026-05-23T04:29:17.870Z Compiling tokio-tungstenite v0.21.0
34142026-05-23T04:29:18.038Z Compiling tabled_derive v0.11.0
34152026-05-23T04:29:18.066Z Compiling smallvec v0.6.14
34162026-05-23T04:29:18.212Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34172026-05-23T04:29:18.235Z Compiling papergrid v0.17.0
34182026-05-23T04:29:18.295Z Compiling testing_table v0.3.0
34192026-05-23T04:29:18.316Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34202026-05-23T04:29:18.345Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34212026-05-23T04:29:18.364Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34222026-05-23T04:29:18.436Z Compiling ctr v0.9.2
34232026-05-23T04:29:18.497Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-05-23T04:29:18.516Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34252026-05-23T04:29:18.537Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34262026-05-23T04:29:18.619Z Compiling illumos-nvpair-sys v0.2.0
34272026-05-23T04:29:18.645Z Compiling corncobs v0.1.4
34282026-05-23T04:29:18.677Z Compiling hashbrown v0.12.3
34292026-05-23T04:29:18.696Z Compiling unicase v2.9.0
34302026-05-23T04:29:18.716Z Compiling aes-gcm v0.10.3
34312026-05-23T04:29:18.796Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34322026-05-23T04:29:18.845Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34332026-05-23T04:29:18.886Z Compiling parking_lot v0.11.2
34342026-05-23T04:29:18.925Z Compiling serde-hex v0.1.0
34352026-05-23T04:29:18.943Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34362026-05-23T04:29:18.947Z Compiling mime_guess v2.0.5
34372026-05-23T04:29:19.183Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-05-23T04:29:19.209Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34392026-05-23T04:29:19.227Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34402026-05-23T04:29:19.311Z Compiling tabled v0.20.0
34412026-05-23T04:29:19.362Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
34422026-05-23T04:29:19.385Z Compiling typify v0.4.3
34432026-05-23T04:29:19.419Z Compiling ron v0.8.1
34442026-05-23T04:29:19.443Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34452026-05-23T04:29:19.532Z Compiling progenitor-impl v0.11.2
34462026-05-23T04:29:19.604Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-23T04:29:19.645Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34482026-05-23T04:29:19.768Z Compiling progenitor-client v0.11.2
34492026-05-23T04:29:19.899Z Compiling hashbrown v0.13.2
34502026-05-23T04:29:20.033Z Compiling prefix-trie v0.7.0
34512026-05-23T04:29:20.055Z Compiling blowfish v0.9.1
34522026-05-23T04:29:20.106Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-05-23T04:29:20.148Z Compiling ssh-encoding v0.2.0
34542026-05-23T04:29:20.316Z Compiling fxhash v0.2.1
34552026-05-23T04:29:20.346Z Compiling secrecy v0.8.0
34562026-05-23T04:29:20.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34572026-05-23T04:29:20.451Z Compiling crc-any v2.5.0
34582026-05-23T04:29:20.490Z Compiling sled v0.34.7
34592026-05-23T04:29:20.509Z Compiling hickory-server v0.25.2
34602026-05-23T04:29:20.547Z Compiling ssh-cipher v0.2.0
34612026-05-23T04:29:20.697Z Compiling object v0.30.4
34622026-05-23T04:29:20.739Z Compiling bcrypt-pbkdf v0.10.0
34632026-05-23T04:29:20.765Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34642026-05-23T04:29:20.802Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34652026-05-23T04:29:20.826Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34662026-05-23T04:29:21.150Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34672026-05-23T04:29:21.204Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
34682026-05-23T04:29:21.237Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34692026-05-23T04:29:21.325Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34702026-05-23T04:29:21.344Z Compiling password-hash v0.4.2
34712026-05-23T04:29:21.623Z Compiling http-range v0.1.5
34722026-05-23T04:29:21.785Z Compiling crc8 v0.1.1
34732026-05-23T04:29:21.822Z Compiling half v1.8.3
34742026-05-23T04:29:21.854Z Compiling path-slash v0.1.5
34752026-05-23T04:29:21.896Z Compiling pbkdf2 v0.11.0
34762026-05-23T04:29:21.943Z Compiling illumos-nvpair v0.3.0
34772026-05-23T04:29:22.039Z Compiling serde_cbor v0.11.2
34782026-05-23T04:29:22.148Z Compiling ssh-key v0.6.7
34792026-05-23T04:29:22.307Z Compiling progenitor-macro v0.11.2
34802026-05-23T04:29:22.326Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-05-23T04:29:22.481Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34822026-05-23T04:29:22.484Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34832026-05-23T04:29:22.550Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34842026-05-23T04:29:22.569Z Compiling p521 v0.13.3
34852026-05-23T04:29:22.619Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34862026-05-23T04:29:22.664Z Compiling p256 v0.13.2
34872026-05-23T04:29:22.846Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34882026-05-23T04:29:23.054Z Compiling yasna v0.5.2
34892026-05-23T04:29:23.076Z Compiling kstat-rs v0.2.4
34902026-05-23T04:29:23.105Z Compiling headers-core v0.3.0
34912026-05-23T04:29:23.264Z Compiling nanorand v0.7.0
34922026-05-23T04:29:23.418Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34932026-05-23T04:29:23.421Z Compiling atty v0.2.14
34942026-05-23T04:29:23.556Z Compiling russh-cryptovec v0.7.3
34952026-05-23T04:29:23.593Z Compiling md5 v0.7.0
34962026-05-23T04:29:23.612Z Compiling home v0.5.12
34972026-05-23T04:29:23.637Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
34982026-05-23T04:29:23.731Z Compiling rcgen v0.12.1
34992026-05-23T04:29:23.751Z Compiling flume v0.11.1
35002026-05-23T04:29:23.770Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35012026-05-23T04:29:23.790Z Compiling russh-keys v0.45.0
35022026-05-23T04:29:23.810Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
35032026-05-23T04:29:23.862Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35042026-05-23T04:29:23.906Z Compiling headers v0.4.1
35052026-05-23T04:29:24.049Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35062026-05-23T04:29:24.109Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35072026-05-23T04:29:24.219Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35082026-05-23T04:29:24.312Z Compiling hyper-staticfile v0.10.1
35092026-05-23T04:29:24.599Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35102026-05-23T04:29:24.672Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35112026-05-23T04:29:24.736Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35122026-05-23T04:29:24.878Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35132026-05-23T04:29:25.015Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35142026-05-23T04:29:25.050Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35152026-05-23T04:29:25.213Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35162026-05-23T04:29:25.252Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35172026-05-23T04:29:25.359Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
35182026-05-23T04:29:25.434Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
35192026-05-23T04:29:25.455Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35202026-05-23T04:29:25.615Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35212026-05-23T04:29:25.700Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35222026-05-23T04:29:25.878Z Compiling num-bigint v0.4.6
35232026-05-23T04:29:25.965Z Compiling des v0.8.1
35242026-05-23T04:29:26.036Z Compiling subprocess v0.2.15
35252026-05-23T04:29:26.110Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35262026-05-23T04:29:26.198Z Compiling hex-literal v0.4.1
35272026-05-23T04:29:26.241Z Compiling display-error-chain v0.2.2
35282026-05-23T04:29:26.288Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35292026-05-23T04:29:26.356Z Compiling colored v2.2.0
35302026-05-23T04:29:26.419Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35312026-05-23T04:29:26.456Z Compiling socket2 v0.5.10
35322026-05-23T04:29:26.586Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35332026-05-23T04:29:26.700Z Compiling internet-checksum v0.2.1
35342026-05-23T04:29:27.046Z Compiling russh v0.45.0
35352026-05-23T04:29:27.330Z Compiling progenitor v0.11.2
35362026-05-23T04:29:27.523Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35372026-05-23T04:29:27.861Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
35382026-05-23T04:29:36.144Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
35392026-05-23T04:29:37.864Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
35402026-05-23T04:29:38.809Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35412026-05-23T04:29:39.587Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35422026-05-23T04:29:43.019Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35432026-05-23T04:29:43.019Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35442026-05-23T04:29:52.132Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35452026-05-23T04:30:00.071Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35462026-05-23T04:30:00.071Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35472026-05-23T04:30:00.074Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35482026-05-23T04:30:00.074Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35492026-05-23T04:30:01.967Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35502026-05-23T04:30:01.985Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35512026-05-23T04:30:06.132Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35522026-05-23T04:30:47.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
35532026-05-23T04:30:47.901Z
35542026-05-23T04:30:47.902Zreal 1:54.348658372
35552026-05-23T04:30:47.902Zuser 9:56.215580998
35562026-05-23T04:30:47.902Zsys 1:59.753988555
35572026-05-23T04:30:47.902Ztrap 0.287022633
35582026-05-23T04:30:47.902Ztflt 0.623932846
35592026-05-23T04:30:47.902Zdflt 1.912653596
35602026-05-23T04:30:47.905Zkflt 0.000322200
35612026-05-23T04:30:47.905Zlock 35:09.655395572
35622026-05-23T04:30:47.905Zslp 23:13.615323065
35632026-05-23T04:30:47.905Zlat 48.237861797
35642026-05-23T04:30:47.905Zstop 3:14.385158201
35652026-05-23T04:30:47.906Z+ mkdir tests
35662026-05-23T04:30:47.909Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35672026-05-23T04:30:47.909Z+ xargs -I '{}' -t cp '{}' tests/
35682026-05-23T04:30:47.935Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85e40334926c46ad tests/
35692026-05-23T04:30:47.963Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c70e305577d967b3 tests/
35702026-05-23T04:30:47.991Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-59952709818800a3 tests/
35712026-05-23T04:30:48.021Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b4b57610ae888373 tests/
35722026-05-23T04:30:48.390Z+ 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)
35732026-05-23T04:30:48.394Z+ 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-c70e305577d967b3 tests/commtest-59952709818800a3 tests/dhcp_server-85e40334926c46ad tests/end_to_end_tests-b4b57610ae888373 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
35742026-05-23T04:32:13.106ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35752026-05-23T04:32:13.106Za .github/buildomat/ci-env.sh 1K
35762026-05-23T04:32:13.106Za out/target/test 1K
35772026-05-23T04:32:13.106Za out/npuzone/npuzone 31102K
35782026-05-23T04:32:13.106Za package-manifest.toml 35K
35792026-05-23T04:32:13.106Za smf/sled-agent/non-gimlet/config.toml 6K
35802026-05-23T04:32:13.106Za target/release/omicron-package 45110K
35812026-05-23T04:32:13.106Za target/release/xtask 11453K
35822026-05-23T04:32:13.106Za target/debug/bootstrap 402933K
35832026-05-23T04:32:13.106Za tests/bootstrap-c70e305577d967b3 31215K
35842026-05-23T04:32:13.106Za tests/commtest-59952709818800a3 32300K
35852026-05-23T04:32:13.106Za tests/dhcp_server-85e40334926c46ad 31215K
35862026-05-23T04:32:13.106Za tests/end_to_end_tests-b4b57610ae888373 479271K
35872026-05-23T04:32:13.107Za tools/opte_version 1K
35882026-05-23T04:32:13.107Za tools/opte_version_override 2K
35892026-05-23T04:32:13.107Za out/clickhouse.tar.gz 320948K
35902026-05-23T04:32:13.107Za out/clickhouse_keeper.tar.gz 306023K
35912026-05-23T04:32:13.107Za out/clickhouse_server.tar.gz 320945K
35922026-05-23T04:32:13.107Za out/cockroachdb.tar.gz 165583K
35932026-05-23T04:32:13.107Za out/crucible-pantry-zone.tar.gz 46438K
35942026-05-23T04:32:13.107Za out/crucible-utils.tar 16342K
35952026-05-23T04:32:13.107Za out/crucible-zone.tar.gz 62465K
35962026-05-23T04:32:13.107Za out/external-dns.tar.gz 50181K
35972026-05-23T04:32:13.107Za out/internal-dns.tar.gz 50180K
35982026-05-23T04:32:13.107Za out/mg-ddm-gz.tar 103603K
35992026-05-23T04:32:13.107Za out/nexus.tar.gz 243726K
36002026-05-23T04:32:13.107Za out/ntp.tar.gz 32263K
36012026-05-23T04:32:13.107Za out/omicron-gateway-softnpu.tar.gz 33772K
36022026-05-23T04:32:13.107Za out/omicron-sled-agent.tar 227001K
36032026-05-23T04:32:13.107Za out/overlay.tar.gz 3K
36042026-05-23T04:32:13.107Za out/oximeter.tar.gz 75637K
36052026-05-23T04:32:13.107Za out/oxlog.tar 3782K
36062026-05-23T04:32:13.107Za out/probe.tar.gz 1390K
36072026-05-23T04:32:13.107Za out/propolis-server.tar.gz 34911K
36082026-05-23T04:32:13.107Za out/pumpkind-gz.tar 26647K
36092026-05-23T04:32:13.107Za out/switch-softnpu.tar.gz 420670K
36102026-05-23T04:32:13.111Z
36112026-05-23T04:32:13.111Zreal 1:24.712601770
36122026-05-23T04:32:13.111Zuser 1:21.906578045
36132026-05-23T04:32:13.111Zsys 4.695152347
36142026-05-23T04:32:13.111Ztrap 0.007391864
36152026-05-23T04:32:13.111Ztflt 0.000000000
36162026-05-23T04:32:13.111Zdflt 0.000000000
36172026-05-23T04:32:13.111Zkflt 0.000000000
36182026-05-23T04:32:13.111Zlock 0.000000000
36192026-05-23T04:32:13.111Zslp 1:21.716233201
36202026-05-23T04:32:13.111Zlat 1.094911777
36212026-05-23T04:32:13.111Zstop 0.000179060
36222026-05-23T04:32:13.111Zprocess exited: duration 1034652 ms, exit code 0
 
36232026-05-23T04:32:13.127Zfound 1 output files
36242026-05-23T04:32:13.141Zuploading: /work/package.tar.gz (2550081668 bytes)
36252026-05-23T04:32:41.641Zuploaded: /work/package.tar.gz