01KRWWEGSTCDC1DV2VC7PHE7XJ: 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: 01KRWWEXMH6F08CN2ZEZSEA7SJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T06:31:22.821Zjob assigned to worker 01KRWWF4WQ5BZZGBXE14YTBENV [factory aws, i-08e0ab23ffcce99e4] (queued for 48 s)
 
22026-05-18T06:31:30.380Zstarting task 0: "setup"
32026-05-18T06:31:30.385Z++ uname -s
42026-05-18T06:31:30.389Z+ kern=SunOS
52026-05-18T06:31:30.389Z+ build_user=build
62026-05-18T06:31:30.389Z+ build_uid=12345
72026-05-18T06:31:30.389Z+ work_dir=/work
82026-05-18T06:31:30.389Z+ input_dir=/input
92026-05-18T06:31:30.389Z+ [[ 0 == 12345 ]]
102026-05-18T06:31:30.389Z+ case "$kern" in
112026-05-18T06:31:30.389Z+ groupadd -g 12345 build
122026-05-18T06:31:30.394Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T06:31:32.400Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T06:31:32.548Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T06:31:32.551Z+ home_fs=zfs
162026-05-18T06:31:32.551Z+ [[ zfs == autofs ]]
172026-05-18T06:31:32.551Z+ mkdir -p /home/build
182026-05-18T06:31:32.551Z+ chown build:build /home/build /work
192026-05-18T06:31:33.554Z+ chmod 0700 /home/build /work
202026-05-18T06:31:33.557Zprocess exited: duration 3181 ms, exit code 0
 
212026-05-18T06:31:33.563Zstarting task 1: "rust-toolchain"
222026-05-18T06:31:33.570Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-18T06:31:33.570Z * rust toolchain channel = "1.94.0"
242026-05-18T06:31:33.570Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-18T06:31:33.573Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-18T06:31:33.573Z * rust toolchain profile = "default"
272026-05-18T06:31:33.573Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T06:31:33.573Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T06:31:33.573Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-18T06:31:33.687Zinfo: downloading installer
312026-05-18T06:31:35.075Zwarn: It looks like you have an existing rustup settings file at:
322026-05-18T06:31:35.075Zwarn: /home/build/.rustup/settings.toml
332026-05-18T06:31:35.075Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-18T06:31:35.075Zwarn: instead of the one inferred from the default host triple.
352026-05-18T06:31:35.092Zinfo: profile set to default
362026-05-18T06:31:35.092Zinfo: default host triple is x86_64-unknown-illumos
372026-05-18T06:31:35.101Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-18T06:31:35.229Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-18T06:31:35.232Zinfo: downloading 6 components
402026-05-18T06:31:49.661Z
412026-05-18T06:31:49.661Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-18T06:31:49.693Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-18T06:31:49.693Z
442026-05-18T06:31:49.696Z
452026-05-18T06:31:49.696ZRust is installed now. Great!
462026-05-18T06:31:49.696Z
472026-05-18T06:31:49.696ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-18T06:31:49.696Zenvironment variable. This has not been done automatically.
492026-05-18T06:31:49.696Z
502026-05-18T06:31:49.696ZTo configure your current shell, you need to source
512026-05-18T06:31:49.696Zthe corresponding env file under $HOME/.cargo.
522026-05-18T06:31:49.696Z
532026-05-18T06:31:49.696ZThis is usually done by running one of the following (note the leading DOT):
542026-05-18T06:31:49.696Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-18T06:31:49.696Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-18T06:31:49.696Zsource "~/.cargo/env.nu" # For nushell
572026-05-18T06:31:49.697Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-18T06:31:49.697Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-18T06:31:49.697Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-18T06:31:49.697Zwarn: no default linker (`cc`) was found in your PATH
612026-05-18T06:31:49.697Zwarn: many Rust crates require a system C toolchain to build
622026-05-18T06:31:49.800Z+ rustup --version
632026-05-18T06:31:49.806Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-18T06:31:49.809Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-18T06:31:49.828Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-18T06:31:49.831Z+ cargo --version
672026-05-18T06:31:49.839Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-18T06:31:49.842Z+ rustc --version
692026-05-18T06:31:49.863Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-18T06:31:49.868Zprocess exited: duration 16304 ms, exit code 0
 
712026-05-18T06:31:49.875Zstarting task 2: "authentication"
722026-05-18T06:31:49.893Zprocess exited: duration 17 ms, exit code 0
 
732026-05-18T06:31:49.899Zstarting task 3: "clone repository"
742026-05-18T06:31:49.905Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-18T06:31:49.907Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-18T06:31:49.941ZCloning into '/work/oxidecomputer/omicron'...
772026-05-18T06:31:59.602Z+ cd /work/oxidecomputer/omicron
782026-05-18T06:31:59.602Z+ git fetch origin be781971f92bc9f5b5d532a1e8db279c055f4db4
792026-05-18T06:32:00.032ZFrom https://github.com/oxidecomputer/omicron
802026-05-18T06:32:00.032Z * branch be781971f92bc9f5b5d532a1e8db279c055f4db4 -> FETCH_HEAD
812026-05-18T06:32:00.039Z+ [[ -n '' ]]
822026-05-18T06:32:00.039Z+ git reset --hard be781971f92bc9f5b5d532a1e8db279c055f4db4
832026-05-18T06:32:00.217ZHEAD is now at be781971f add changes from 10450
842026-05-18T06:32:00.220Zprocess exited: duration 10320 ms, exit code 0
 
852026-05-18T06:32:00.231Zstarting task 4: "build"
862026-05-18T06:32:00.249Z+ source .github/buildomat/ci-env.sh
872026-05-18T06:32:00.249Z++ export CARGO_TERM_COLOR=always
882026-05-18T06:32:00.249Z++ CARGO_TERM_COLOR=always
892026-05-18T06:32:00.249Z+ cargo --version
902026-05-18T06:32:00.249Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-18T06:32:00.249Z+ rustc --version
922026-05-18T06:32:00.270Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-18T06:32:00.281Z+ WORK=/work
942026-05-18T06:32:00.282Z+ pfexec mkdir -p /work
952026-05-18T06:32:00.282Z+ pfexec chown build /work
962026-05-18T06:32:00.282Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-18T06:32:01.794Z Startup: Refreshing catalog 'helios' ... Done
982026-05-18T06:32:01.849Z Startup: Caching catalogs ... Done
992026-05-18T06:32:02.057ZPlanning: Solver setup ... Done (0.173s)
1002026-05-18T06:32:02.074ZPlanning: Running solver ... Done (0.016s)
1012026-05-18T06:32:02.079ZPlanning: Finding local manifests ... Done (0.003s)
1022026-05-18T06:32:02.097ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-18T06:32:02.121ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-18T06:32:02.135ZPlanning: Package planning ... Done (0.014s)
1052026-05-18T06:32:02.143ZPlanning: Merging actions ... Done (0.002s)
1062026-05-18T06:32:02.327ZPlanning: Checking for conflicting actions ... Done (0.191s)
1072026-05-18T06:32:02.331ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-18T06:32:03.256ZPlanning: Evaluating mediators ... Done (0.927s)
1092026-05-18T06:32:03.261ZPlanning: Planning completed in 1.39 seconds
1102026-05-18T06:32:03.268Z Packages to install: 2
1112026-05-18T06:32:03.268Z Estimated space available: 156.08 GB
1122026-05-18T06:32:03.268ZEstimated space to be consumed: 19.74 MB
1132026-05-18T06:32:03.268Z Create boot environment: No
1142026-05-18T06:32:03.268ZCreate backup boot environment: No
1152026-05-18T06:32:03.268Z Rebuild boot archive: No
1162026-05-18T06:32:03.273Z
1172026-05-18T06:32:03.273ZChanged packages:
1182026-05-18T06:32:03.273Zhelios
1192026-05-18T06:32:03.273Z developer/build-essential
1202026-05-18T06:32:03.273Z None -> 11-3.0
1212026-05-18T06:32:03.273Z library/libxmlsec1
1222026-05-18T06:32:03.273Z None -> 1.2.35-3.0
1232026-05-18T06:32:03.297Z
1242026-05-18T06:32:03.297ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-18T06:32:06.199ZDownload: Completed 1.28 MB in 2.90 seconds (453k/s)
1262026-05-18T06:32:06.320Z Actions: 1/268 actions (Installing new actions)
1272026-05-18T06:32:06.359Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-18T06:32:06.365ZFinalize: Updating package state database ... Done (0.007s)
1292026-05-18T06:32:06.365ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-18T06:32:06.381ZFinalize: Updating image state ... Done (0.016s)
1312026-05-18T06:32:08.987ZFinalize: Creating fast lookup database ... Done (2.581s)
1322026-05-18T06:32:09.054ZFinalize: Reading search index ... Done (0.013s)
1332026-05-18T06:32:09.059ZFinalize: Updating search index ... Done (0.000s)
1342026-05-18T06:32:09.207ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-18T06:32:09.448ZPlanning: Evaluating mediator changes ... Done
1362026-05-18T06:32:09.558ZPlanning: Checking for conflicting actions ... Done
1372026-05-18T06:32:09.571ZPlanning: Consolidating action changes ... Done
1382026-05-18T06:32:09.716ZPlanning: Evaluating mediators ... Done
1392026-05-18T06:32:09.719ZPlanning: Planning completed in 0.27 seconds
1402026-05-18T06:32:09.741Z Mediators to change: 2
1412026-05-18T06:32:09.741Z Create boot environment: No
1422026-05-18T06:32:09.741ZCreate backup boot environment: No
1432026-05-18T06:32:09.810ZFinalize: Updating package state database ... Done
1442026-05-18T06:32:09.810ZFinalize: Updating package cache ... Done
1452026-05-18T06:32:09.818ZFinalize: Updating image state ... Done
1462026-05-18T06:32:11.799ZFinalize: Creating fast lookup database ... Done
1472026-05-18T06:32:11.824ZFinalize: Reading search index ... Done
1482026-05-18T06:32:11.824ZFinalize: Updating search index ... Done
1492026-05-18T06:32:11.924ZFinalize: Updating package cache ... Done
1502026-05-18T06:32:12.213ZPlanning: Evaluating mediator changes ... Done
1512026-05-18T06:32:12.320ZPlanning: Checking for conflicting actions ... Done
1522026-05-18T06:32:12.327ZPlanning: Consolidating action changes ... Done
1532026-05-18T06:32:12.480ZPlanning: Evaluating mediators ... Done
1542026-05-18T06:32:12.498ZPlanning: Planning completed in 0.27 seconds
1552026-05-18T06:32:12.510Z Mediators to change: 1
1562026-05-18T06:32:12.510Z Create boot environment: No
1572026-05-18T06:32:12.510ZCreate backup boot environment: No
1582026-05-18T06:32:12.559ZFinalize: Updating package state database ... Done
1592026-05-18T06:32:12.559ZFinalize: Updating package cache ... Done
1602026-05-18T06:32:12.568ZFinalize: Updating image state ... Done
1612026-05-18T06:32:14.512ZFinalize: Creating fast lookup database ... Done
1622026-05-18T06:32:14.594ZFinalize: Reading search index ... Done
1632026-05-18T06:32:14.606ZFinalize: Updating search index ... Done
1642026-05-18T06:32:14.668ZFinalize: Updating package cache ... Done
1652026-05-18T06:32:14.980ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-18T06:32:14.980Zapache system 2.4 system
1672026-05-18T06:32:14.980Zclang system 15 system
1682026-05-18T06:32:14.980Zcsh system system illumos
1692026-05-18T06:32:14.980Zctags system system illumos
1702026-05-18T06:32:14.980Zfile vendor vendor darwinsys
1712026-05-18T06:32:14.980Zfile system system illumos
1722026-05-18T06:32:14.980Zgcc vendor 14 vendor
1732026-05-18T06:32:14.980Zgcc system 13 system
1742026-05-18T06:32:14.980Zgcc system 10 system
1752026-05-18T06:32:14.980Zgo system 1.25 system
1762026-05-18T06:32:14.980Zllvm system 15 system
1772026-05-18T06:32:14.980Zmariadb system 11.4 system
1782026-05-18T06:32:14.980Zmta vendor vendor dma
1792026-05-18T06:32:14.980Zopenjdk system 17 system
1802026-05-18T06:32:14.980Zopenjdk system 11 system
1812026-05-18T06:32:14.980Zopenssl vendor 3 vendor
1822026-05-18T06:32:14.980Zperl system 5.40 system
1832026-05-18T06:32:14.980Zpostgresql system 18 system
1842026-05-18T06:32:14.980Zpostgresql system 17 system
1852026-05-18T06:32:14.980Zpython vendor 3 vendor
1862026-05-18T06:32:14.980Zpython system 2 system
1872026-05-18T06:32:14.981Zpython3 vendor 3.13 vendor
1882026-05-18T06:32:14.981Zruby system 3.4 system
1892026-05-18T06:32:14.981Zruby system 3.0 system
1902026-05-18T06:32:14.981Zwords vendor vendor american-english
1912026-05-18T06:32:14.981Zwords system system australian-english
1922026-05-18T06:32:14.981Zwords system system british-english
1932026-05-18T06:32:14.981Zwords system system canadian-english
1942026-05-18T06:32:14.981Zwords system system french
1952026-05-18T06:32:14.981Zwords system system italian
1962026-05-18T06:32:14.981Zwords system system ngerman
1972026-05-18T06:32:14.981Zwords system system ogerman
1982026-05-18T06:32:14.981Zwords system system spanish
1992026-05-18T06:32:15.269ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-18T06:32:15.270Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-18T06:32:15.520ZFMRI IFO
2022026-05-18T06:32:15.520Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-18T06:32:15.520Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-18T06:32:15.520Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-18T06:32:15.520Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-18T06:32:15.520Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-18T06:32:15.520Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-18T06:32:15.520Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-18T06:32:15.520Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-18T06:32:15.520Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-18T06:32:15.764Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-18T06:32:16.036Z Updating crates.io index
2132026-05-18T06:32:16.052Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-18T06:32:16.268Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-18T06:32:17.026Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-18T06:32:17.435Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-18T06:32:22.036Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-18T06:32:22.080Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-18T06:32:22.080Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-18T06:32:22.105Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-18T06:32:22.105Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-18T06:32:22.186Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-18T06:32:22.586Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-18T06:32:23.015Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-18T06:32:23.321Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-18T06:32:24.333Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-18T06:32:24.799Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-18T06:32:25.052Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-18T06:32:25.448Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-18T06:32:25.833Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-18T06:32:26.294Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-18T06:32:26.689Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-18T06:32:26.918Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-18T06:32:27.249Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-18T06:32:27.651Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-18T06:32:28.025Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-18T06:32:28.593Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-18T06:32:29.067Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-18T06:32:29.361Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-18T06:32:29.650Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-18T06:32:30.535Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-18T06:32:31.309Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-18T06:32:31.730Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-18T06:32:32.060Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-18T06:32:32.401Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-18T06:32:32.692Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-18T06:32:33.013Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-18T06:32:33.503Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-18T06:32:33.758Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-18T06:32:33.968Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-18T06:32:34.341Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-18T06:32:45.924Z Downloading crates ...
2532026-05-18T06:32:45.974Z Downloaded anstyle v1.0.13
2542026-05-18T06:32:45.982Z Downloaded camino v1.2.2
2552026-05-18T06:32:45.985Z Downloaded bytecount v0.6.9
2562026-05-18T06:32:45.985Z Downloaded cargo-platform v0.2.0
2572026-05-18T06:32:45.985Z Downloaded anstyle-query v1.1.5
2582026-05-18T06:32:45.989Z Downloaded cfg-if v1.0.4
2592026-05-18T06:32:45.989Z Downloaded block-buffer v0.10.4
2602026-05-18T06:32:45.992Z Downloaded byteorder v1.5.0
2612026-05-18T06:32:45.992Z Downloaded typeid v1.0.3
2622026-05-18T06:32:45.996Z Downloaded clap_lex v1.0.0
2632026-05-18T06:32:46.000Z Downloaded textwrap v0.16.2
2642026-05-18T06:32:46.007Z Downloaded thread-id v4.2.2
2652026-05-18T06:32:46.007Z Downloaded yoke-derive v0.8.1
2662026-05-18T06:32:46.007Z Downloaded errno v0.3.14
2672026-05-18T06:32:46.007Z Downloaded displaydoc v0.2.5
2682026-05-18T06:32:46.011Z Downloaded toml_write v0.1.2
2692026-05-18T06:32:46.012Z Downloaded colorchoice v1.0.4
2702026-05-18T06:32:46.012Z Downloaded usdt-macro v0.5.0
2712026-05-18T06:32:46.012Z Downloaded unicode-xid v0.2.6
2722026-05-18T06:32:46.012Z Downloaded thiserror-impl v1.0.69
2732026-05-18T06:32:46.015Z Downloaded macaddr v1.0.1
2742026-05-18T06:32:46.015Z Downloaded fastrand v2.3.0
2752026-05-18T06:32:46.015Z Downloaded equivalent v1.0.2
2762026-05-18T06:32:46.015Z Downloaded digest v0.10.7
2772026-05-18T06:32:46.016Z Downloaded utf8parse v0.2.2
2782026-05-18T06:32:46.016Z Downloaded heck v0.5.0
2792026-05-18T06:32:46.016Z Downloaded zerofrom-derive v0.1.6
2802026-05-18T06:32:46.020Z Downloaded zerofrom v0.1.6
2812026-05-18T06:32:46.020Z Downloaded dtrace-parser v0.2.0
2822026-05-18T06:32:46.021Z Downloaded camino-tempfile v1.4.1
2832026-05-18T06:32:46.021Z Downloaded usdt v0.5.0
2842026-05-18T06:32:46.024Z Downloaded crypto-common v0.1.7
2852026-05-18T06:32:46.024Z Downloaded cargo_toml v0.21.0
2862026-05-18T06:32:46.024Z Downloaded autocfg v1.5.0
2872026-05-18T06:32:46.024Z Downloaded unicode-linebreak v0.1.5
2882026-05-18T06:32:46.028Z Downloaded yoke v0.8.1
2892026-05-18T06:32:46.028Z Downloaded form_urlencoded v1.2.2
2902026-05-18T06:32:46.028Z Downloaded dof v0.3.0
2912026-05-18T06:32:46.031Z Downloaded cpufeatures v0.2.17
2922026-05-18T06:32:46.034Z Downloaded version_check v0.9.5
2932026-05-18T06:32:46.034Z Downloaded toml_datetime v0.6.11
2942026-05-18T06:32:46.035Z Downloaded potential_utf v0.1.4
2952026-05-18T06:32:46.039Z Downloaded usdt-attr-macro v0.5.0
2962026-05-18T06:32:46.039Z Downloaded thiserror v2.0.18
2972026-05-18T06:32:46.044Z Downloaded itoa v1.0.17
2982026-05-18T06:32:46.044Z Downloaded zerovec-derive v0.11.2
2992026-05-18T06:32:46.044Z Downloaded utf8_iter v1.0.4
3002026-05-18T06:32:46.044Z Downloaded scroll_derive v0.12.1
3012026-05-18T06:32:46.044Z Downloaded memmap v0.7.0
3022026-05-18T06:32:46.044Z Downloaded tinystr v0.8.2
3032026-05-18T06:32:46.047Z Downloaded thiserror-impl v2.0.18
3042026-05-18T06:32:46.047Z Downloaded thiserror v1.0.69
3052026-05-18T06:32:46.047Z Downloaded writeable v0.6.2
3062026-05-18T06:32:46.051Z Downloaded usdt-impl v0.5.0
3072026-05-18T06:32:46.055Z Downloaded stable_deref_trait v1.2.1
3082026-05-18T06:32:46.055Z Downloaded swrite v0.1.0
3092026-05-18T06:32:46.055Z Downloaded ordered-float v2.10.1
3102026-05-18T06:32:46.058Z Downloaded zerocopy-derive v0.7.35
3112026-05-18T06:32:46.059Z Downloaded toml v0.8.23
3122026-05-18T06:32:46.059Z Downloaded ucd-trie v0.1.7
3132026-05-18T06:32:46.063Z Downloaded smawk v0.3.2
3142026-05-18T06:32:46.063Z Downloaded idna_adapter v1.2.1
3152026-05-18T06:32:46.066Z Downloaded tabled_derive v0.7.0
3162026-05-18T06:32:46.066Z Downloaded percent-encoding v2.3.2
3172026-05-18T06:32:46.066Z Downloaded zmij v1.0.21
3182026-05-18T06:32:46.066Z Downloaded unicode-ident v1.0.24
3192026-05-18T06:32:46.070Z Downloaded bitflags v2.11.0
3202026-05-18T06:32:46.073Z Downloaded generic-array v0.14.7
3212026-05-18T06:32:46.073Z Downloaded erased-serde v0.4.9
3222026-05-18T06:32:46.073Z Downloaded anstyle-parse v0.2.7
3232026-05-18T06:32:46.078Z Downloaded zerotrie v0.2.3
3242026-05-18T06:32:46.082Z Downloaded serde_spanned v0.6.9
3252026-05-18T06:32:46.082Z Downloaded proc-macro-error-attr v1.0.4
3262026-05-18T06:32:46.082Z Downloaded fnv v1.0.7
3272026-05-18T06:32:46.082Z Downloaded clap_derive v4.5.55
3282026-05-18T06:32:46.082Z Downloaded terminal_size v0.4.3
3292026-05-18T06:32:46.082Z Downloaded serde-value v0.7.0
3302026-05-18T06:32:46.086Z Downloaded is_terminal_polyfill v1.70.2
3312026-05-18T06:32:46.086Z Downloaded pretty-hex v0.4.1
3322026-05-18T06:32:46.086Z Downloaded url v2.5.8
3332026-05-18T06:32:46.089Z Downloaded zerovec v0.11.5
3342026-05-18T06:32:46.089Z Downloaded toml_edit v0.22.27
3352026-05-18T06:32:46.093Z Downloaded serde-untagged v0.1.9
3362026-05-18T06:32:46.093Z Downloaded heck v0.4.1
3372026-05-18T06:32:46.096Z Downloaded typenum v1.19.0
3382026-05-18T06:32:46.096Z Downloaded fs-err v3.3.0
3392026-05-18T06:32:46.096Z Downloaded anstream v0.6.21
3402026-05-18T06:32:46.100Z Downloaded zerocopy v0.7.35
3412026-05-18T06:32:46.113Z Downloaded proc-macro-error v1.0.4
3422026-05-18T06:32:46.117Z Downloaded winnow v0.7.14
3432026-05-18T06:32:46.120Z Downloaded serde_tokenstream v0.2.3
3442026-05-18T06:32:46.124Z Downloaded plain v0.2.3
3452026-05-18T06:32:46.124Z Downloaded synstructure v0.13.2
3462026-05-18T06:32:46.124Z Downloaded unicode-width v0.2.0
3472026-05-18T06:32:46.128Z Downloaded quote v1.0.45
3482026-05-18T06:32:46.129Z Downloaded unicode-width v0.1.14
3492026-05-18T06:32:46.132Z Downloaded cargo_metadata v0.21.0
3502026-05-18T06:32:46.132Z Downloaded anyhow v1.0.102
3512026-05-18T06:32:46.137Z Downloaded cargo-util-schemas v0.8.2
3522026-05-18T06:32:46.140Z Downloaded semver v1.0.28
3532026-05-18T06:32:46.145Z Downloaded pest_generator v2.8.6
3542026-05-18T06:32:46.145Z Downloaded once_cell v1.21.3
3552026-05-18T06:32:46.145Z Downloaded scroll v0.12.0
3562026-05-18T06:32:46.148Z Downloaded pest_derive v2.8.6
3572026-05-18T06:32:46.152Z Downloaded strsim v0.11.1
3582026-05-18T06:32:46.156Z Downloaded tempfile v3.25.0
3592026-05-18T06:32:46.156Z Downloaded smallvec v1.15.1
3602026-05-18T06:32:46.162Z Downloaded clap v4.5.60
3612026-05-18T06:32:46.166Z Downloaded getrandom v0.4.1
3622026-05-18T06:32:46.169Z Downloaded sha2 v0.10.9
3632026-05-18T06:32:46.172Z Downloaded log v0.4.29
3642026-05-18T06:32:46.177Z Downloaded litemap v0.8.1
3652026-05-18T06:32:46.177Z Downloaded icu_properties v2.1.2
3662026-05-18T06:32:46.177Z Downloaded icu_provider v2.1.1
3672026-05-18T06:32:46.181Z Downloaded serde_derive v1.0.228
3682026-05-18T06:32:46.184Z Downloaded num-traits v0.2.19
3692026-05-18T06:32:46.189Z Downloaded serde_core v1.0.228
3702026-05-18T06:32:46.194Z Downloaded papergrid v0.11.0
3712026-05-18T06:32:46.199Z Downloaded proc-macro2 v1.0.106
3722026-05-18T06:32:46.202Z Downloaded icu_normalizer v2.1.1
3732026-05-18T06:32:46.206Z Downloaded icu_locale_core v2.1.1
3742026-05-18T06:32:46.213Z Downloaded serde v1.0.228
3752026-05-18T06:32:46.221Z Downloaded pest_meta v2.8.6
3762026-05-18T06:32:46.225Z Downloaded icu_normalizer_data v2.1.1
3772026-05-18T06:32:46.237Z Downloaded icu_collections v2.1.1
3782026-05-18T06:32:46.240Z Downloaded indexmap v2.14.0
3792026-05-18T06:32:46.254Z Downloaded memchr v2.8.0
3802026-05-18T06:32:46.262Z Downloaded pest v2.8.6
3812026-05-18T06:32:46.271Z Downloaded clap_builder v4.5.60
3822026-05-18T06:32:46.274Z Downloaded icu_properties_data v2.1.2
3832026-05-18T06:32:46.285Z Downloaded hashbrown v0.17.0
3842026-05-18T06:32:46.299Z Downloaded serde_json v1.0.149
3852026-05-18T06:32:46.302Z Downloaded idna v1.1.0
3862026-05-18T06:32:46.306Z Downloaded goblin v0.8.2
3872026-05-18T06:32:46.310Z Downloaded tabled v0.15.0
3882026-05-18T06:32:46.318Z Downloaded syn v1.0.109
3892026-05-18T06:32:46.333Z Downloaded syn v2.0.117
3902026-05-18T06:32:46.345Z Downloaded rustix v1.1.3
3912026-05-18T06:32:46.373Z Downloaded libc v0.2.185
3922026-05-18T06:32:46.439Z Compiling proc-macro2 v1.0.106
3932026-05-18T06:32:46.439Z Compiling quote v1.0.45
3942026-05-18T06:32:46.439Z Compiling unicode-ident v1.0.24
3952026-05-18T06:32:46.442Z Compiling serde_core v1.0.228
3962026-05-18T06:32:46.442Z Compiling libc v0.2.185
3972026-05-18T06:32:46.442Z Compiling version_check v0.9.5
3982026-05-18T06:32:46.442Z Compiling stable_deref_trait v1.2.1
3992026-05-18T06:32:46.442Z Compiling serde v1.0.228
4002026-05-18T06:32:46.442Z Compiling memchr v2.8.0
4012026-05-18T06:32:46.442Z Compiling zmij v1.0.21
4022026-05-18T06:32:46.443Z Compiling thiserror v1.0.69
4032026-05-18T06:32:46.637Z Compiling autocfg v1.5.0
4042026-05-18T06:32:46.643Z Compiling ucd-trie v0.1.7
4052026-05-18T06:32:46.643Z Compiling itoa v1.0.17
4062026-05-18T06:32:46.654Z Compiling litemap v0.8.1
4072026-05-18T06:32:46.826Z Compiling writeable v0.6.2
4082026-05-18T06:32:46.923Z Compiling icu_properties_data v2.1.2
4092026-05-18T06:32:46.942Z Compiling rustix v1.1.3
4102026-05-18T06:32:47.093Z Compiling icu_normalizer_data v2.1.1
4112026-05-18T06:32:47.098Z Compiling byteorder v1.5.0
4122026-05-18T06:32:47.210Z Compiling pest v2.8.6
4132026-05-18T06:32:47.214Z Compiling serde_json v1.0.149
4142026-05-18T06:32:47.306Z Compiling bitflags v2.11.0
4152026-05-18T06:32:47.311Z Compiling num-traits v0.2.19
4162026-05-18T06:32:47.360Z Compiling smallvec v1.15.1
4172026-05-18T06:32:47.472Z Compiling hashbrown v0.17.0
4182026-05-18T06:32:47.601Z Compiling typeid v1.0.3
4192026-05-18T06:32:47.617Z Compiling equivalent v1.0.2
4202026-05-18T06:32:47.637Z Compiling usdt-impl v0.5.0
4212026-05-18T06:32:47.637Z Compiling proc-macro-error-attr v1.0.4
4222026-05-18T06:32:47.707Z Compiling errno v0.3.14
4232026-05-18T06:32:47.725Z Compiling thread-id v4.2.2
4242026-05-18T06:32:47.745Z Compiling toml_write v0.1.2
4252026-05-18T06:32:47.766Z Compiling syn v1.0.109
4262026-05-18T06:32:47.790Z Compiling winnow v0.7.14
4272026-05-18T06:32:47.845Z Compiling erased-serde v0.4.9
4282026-05-18T06:32:47.848Z Compiling proc-macro-error v1.0.4
4292026-05-18T06:32:48.048Z Compiling plain v0.2.3
4302026-05-18T06:32:48.065Z Compiling camino v1.2.2
4312026-05-18T06:32:48.121Z Compiling indexmap v2.14.0
4322026-05-18T06:32:48.141Z Compiling thiserror v2.0.18
4332026-05-18T06:32:48.159Z Compiling utf8parse v0.2.2
4342026-05-18T06:32:48.177Z Compiling syn v2.0.117
4352026-05-18T06:32:48.197Z Compiling utf8_iter v1.0.4
4362026-05-18T06:32:48.256Z Compiling getrandom v0.4.1
4372026-05-18T06:32:48.273Z Compiling log v0.4.29
4382026-05-18T06:32:48.294Z Compiling percent-encoding v2.3.2
4392026-05-18T06:32:48.399Z Compiling anstyle-parse v0.2.7
4402026-05-18T06:32:48.422Z Compiling pest_meta v2.8.6
4412026-05-18T06:32:48.486Z Compiling form_urlencoded v1.2.2
4422026-05-18T06:32:48.534Z Compiling ordered-float v2.10.1
4432026-05-18T06:32:48.696Z Compiling cfg-if v1.0.4
4442026-05-18T06:32:48.701Z Compiling anstyle v1.0.13
4452026-05-18T06:32:48.736Z Compiling is_terminal_polyfill v1.70.2
4462026-05-18T06:32:48.757Z Compiling terminal_size v0.4.3
4472026-05-18T06:32:48.761Z Compiling pretty-hex v0.4.1
4482026-05-18T06:32:48.797Z Compiling colorchoice v1.0.4
4492026-05-18T06:32:48.800Z Compiling anstyle-query v1.1.5
4502026-05-18T06:32:48.858Z Compiling fs-err v3.3.0
4512026-05-18T06:32:48.963Z Compiling anstream v0.6.21
4522026-05-18T06:32:48.963Z Compiling semver v1.0.28
4532026-05-18T06:32:49.047Z Compiling fnv v1.0.7
4542026-05-18T06:32:49.052Z Compiling strsim v0.11.1
4552026-05-18T06:32:49.088Z Compiling bytecount v0.6.9
4562026-05-18T06:32:49.128Z Compiling clap_lex v1.0.0
4572026-05-18T06:32:49.173Z Compiling anyhow v1.0.102
4582026-05-18T06:32:49.254Z Compiling unicode-xid v0.2.6
4592026-05-18T06:32:49.272Z Compiling heck v0.5.0
4602026-05-18T06:32:49.323Z Compiling once_cell v1.21.3
4612026-05-18T06:32:49.345Z Compiling serde-untagged v0.1.9
4622026-05-18T06:32:49.416Z Compiling heck v0.4.1
4632026-05-18T06:32:49.421Z Compiling unicode-width v0.1.14
4642026-05-18T06:32:49.421Z Compiling fastrand v2.3.0
4652026-05-18T06:32:49.458Z Compiling clap_builder v4.5.60
4662026-05-18T06:32:49.551Z Compiling memmap v0.7.0
4672026-05-18T06:32:49.568Z Compiling unicode-linebreak v0.1.5
4682026-05-18T06:32:49.593Z Compiling smawk v0.3.2
4692026-05-18T06:32:49.619Z Compiling unicode-width v0.2.0
4702026-05-18T06:32:49.685Z Compiling papergrid v0.11.0
4712026-05-18T06:32:49.746Z Compiling tempfile v3.25.0
4722026-05-18T06:32:49.803Z Compiling swrite v0.1.0
4732026-05-18T06:32:49.840Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-05-18T06:32:49.922Z Compiling textwrap v0.16.2
4752026-05-18T06:32:49.989Z Compiling camino-tempfile v1.4.1
4762026-05-18T06:32:50.230Z Compiling tabled_derive v0.7.0
4772026-05-18T06:32:50.865Z Compiling synstructure v0.13.2
4782026-05-18T06:32:50.865Z Compiling pest_generator v2.8.6
4792026-05-18T06:32:50.980Z Compiling tabled v0.15.0
4802026-05-18T06:32:51.403Z Compiling serde_derive v1.0.228
4812026-05-18T06:32:51.403Z Compiling zerofrom-derive v0.1.6
4822026-05-18T06:32:51.419Z Compiling yoke-derive v0.8.1
4832026-05-18T06:32:51.419Z Compiling zerovec-derive v0.11.2
4842026-05-18T06:32:51.419Z Compiling displaydoc v0.2.5
4852026-05-18T06:32:51.419Z Compiling thiserror-impl v1.0.69
4862026-05-18T06:32:51.458Z Compiling zerocopy-derive v0.7.35
4872026-05-18T06:32:51.473Z Compiling scroll_derive v0.12.1
4882026-05-18T06:32:51.513Z Compiling pest_derive v2.8.6
4892026-05-18T06:32:51.523Z Compiling thiserror-impl v2.0.18
4902026-05-18T06:32:51.594Z Compiling clap_derive v4.5.55
4912026-05-18T06:32:52.279Z Compiling scroll v0.12.0
4922026-05-18T06:32:52.332Z Compiling zerocopy v0.7.35
4932026-05-18T06:32:52.527Z Compiling goblin v0.8.2
4942026-05-18T06:32:52.540Z Compiling zerofrom v0.1.6
4952026-05-18T06:32:52.588Z Compiling dtrace-parser v0.2.0
4962026-05-18T06:32:52.628Z Compiling yoke v0.8.1
4972026-05-18T06:32:52.793Z Compiling zerovec v0.11.5
4982026-05-18T06:32:52.793Z Compiling zerotrie v0.2.3
4992026-05-18T06:32:52.958Z Compiling clap v4.5.60
5002026-05-18T06:32:53.211Z Compiling tinystr v0.8.2
5012026-05-18T06:32:53.211Z Compiling potential_utf v0.1.4
5022026-05-18T06:32:53.326Z Compiling icu_collections v2.1.1
5032026-05-18T06:32:53.376Z Compiling icu_locale_core v2.1.1
5042026-05-18T06:32:53.934Z Compiling icu_provider v2.1.1
5052026-05-18T06:32:54.051Z Compiling dof v0.3.0
5062026-05-18T06:32:54.052Z Compiling serde_tokenstream v0.2.3
5072026-05-18T06:32:54.056Z Compiling serde_spanned v0.6.9
5082026-05-18T06:32:54.056Z Compiling toml_datetime v0.6.11
5092026-05-18T06:32:54.056Z Compiling serde-value v0.7.0
5102026-05-18T06:32:54.056Z Compiling cargo-platform v0.2.0
5112026-05-18T06:32:54.056Z Compiling macaddr v1.0.1
5122026-05-18T06:32:54.165Z Compiling icu_normalizer v2.1.1
5132026-05-18T06:32:54.170Z Compiling icu_properties v2.1.2
5142026-05-18T06:32:54.310Z Compiling toml_edit v0.22.27
5152026-05-18T06:32:54.777Z Compiling usdt-attr-macro v0.5.0
5162026-05-18T06:32:54.794Z Compiling usdt-macro v0.5.0
5172026-05-18T06:32:55.038Z Compiling idna_adapter v1.2.1
5182026-05-18T06:32:55.149Z Compiling idna v1.1.0
5192026-05-18T06:32:55.398Z Compiling usdt v0.5.0
5202026-05-18T06:32:55.427Z Compiling url v2.5.8
5212026-05-18T06:32:55.634Z Compiling toml v0.8.23
5222026-05-18T06:32:55.983Z Compiling cargo-util-schemas v0.8.2
5232026-05-18T06:32:55.983Z Compiling cargo_toml v0.21.0
5242026-05-18T06:32:56.768Z Compiling cargo_metadata v0.21.0
5252026-05-18T06:32:57.711Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-18T06:32:59.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s
5272026-05-18T06:33:00.088Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-18T06:33:00.663Z Downloading crates ...
5292026-05-18T06:33:00.752Z Downloaded aead v0.5.2
5302026-05-18T06:33:00.755Z Downloaded array-init v0.0.4
5312026-05-18T06:33:00.755Z Downloaded adler2 v2.0.1
5322026-05-18T06:33:00.760Z Downloaded arrayref v0.3.9
5332026-05-18T06:33:00.763Z Downloaded ascii-canvas v3.0.0
5342026-05-18T06:33:00.766Z Downloaded async-recursion v1.1.1
5352026-05-18T06:33:00.769Z Downloaded cobs v0.3.0
5362026-05-18T06:33:00.772Z Downloaded endian-type v0.1.2
5372026-05-18T06:33:00.772Z Downloaded dyn-clone v1.0.20
5382026-05-18T06:33:00.775Z Downloaded embedded-io v0.6.1
5392026-05-18T06:33:00.775Z Downloaded bitfield-macros v0.19.4
5402026-05-18T06:33:00.776Z Downloaded async-stream-impl v0.3.6
5412026-05-18T06:33:00.779Z Downloaded defmt v1.0.1
5422026-05-18T06:33:00.788Z Downloaded elliptic-curve v0.13.8
5432026-05-18T06:33:00.791Z Downloaded curve25519-dalek-derive v0.1.1
5442026-05-18T06:33:00.793Z Downloaded daft v0.1.5
5452026-05-18T06:33:00.793Z Downloaded const_format_proc_macros v0.2.34
5462026-05-18T06:33:00.796Z Downloaded cargo_metadata v0.19.2
5472026-05-18T06:33:00.796Z Downloaded crc32fast v1.5.0
5482026-05-18T06:33:00.796Z Downloaded csv-core v0.1.13
5492026-05-18T06:33:00.799Z Downloaded der v0.7.10
5502026-05-18T06:33:00.802Z Downloaded castaway v0.2.4
5512026-05-18T06:33:00.802Z Downloaded ed25519 v2.2.3
5522026-05-18T06:33:00.805Z Downloaded crc8 v0.1.1
5532026-05-18T06:33:00.805Z Downloaded ciborium-ll v0.2.2
5542026-05-18T06:33:00.805Z Downloaded chacha20 v0.9.1
5552026-05-18T06:33:00.808Z Downloaded bzip2 v0.4.4
5562026-05-18T06:33:00.808Z Downloaded ecdsa v0.16.9
5572026-05-18T06:33:00.811Z Downloaded fixedbitset v0.5.7
5582026-05-18T06:33:00.811Z Downloaded cipher v0.4.4
5592026-05-18T06:33:00.811Z Downloaded ciborium v0.2.2
5602026-05-18T06:33:00.814Z Downloaded filetime v0.2.27
5612026-05-18T06:33:00.814Z Downloaded ena v0.14.4
5622026-05-18T06:33:00.817Z Downloaded dsl_auto_type v0.2.0
5632026-05-18T06:33:00.817Z Downloaded allocator-api2 v0.2.21
5642026-05-18T06:33:00.820Z Downloaded ciborium-io v0.2.2
5652026-05-18T06:33:00.820Z Downloaded cfg_aliases v0.1.1
5662026-05-18T06:33:00.820Z Downloaded cookie_store v0.22.1
5672026-05-18T06:33:00.825Z Downloaded bit-set v0.5.3
5682026-05-18T06:33:00.825Z Downloaded fd-lock v4.0.4
5692026-05-18T06:33:00.828Z Downloaded derive_builder v0.20.2
5702026-05-18T06:33:00.828Z Downloaded foreign-types-shared v0.3.1
5712026-05-18T06:33:00.828Z Downloaded cfg_aliases v0.2.1
5722026-05-18T06:33:00.828Z Downloaded crunchy v0.2.4
5732026-05-18T06:33:00.831Z Downloaded downcast-rs v2.0.2
5742026-05-18T06:33:00.831Z Downloaded cexpr v0.6.0
5752026-05-18T06:33:00.834Z Downloaded env_logger v0.11.9
5762026-05-18T06:33:00.834Z Downloaded compression-core v0.4.31
5772026-05-18T06:33:00.834Z Downloaded atty v0.2.14
5782026-05-18T06:33:00.837Z Downloaded embedded-io v0.4.0
5792026-05-18T06:33:00.837Z Downloaded display-error-chain v0.2.2
5802026-05-18T06:33:00.837Z Downloaded convert_case v0.4.0
5812026-05-18T06:33:00.840Z Downloaded dirs-sys-next v0.1.2
5822026-05-18T06:33:00.840Z Downloaded dirs-next v2.0.0
5832026-05-18T06:33:00.840Z Downloaded cargo-platform v0.1.9
5842026-05-18T06:33:00.843Z Downloaded dtrace-parser v0.3.0
5852026-05-18T06:33:00.843Z Downloaded darling_macro v0.23.0
5862026-05-18T06:33:00.843Z Downloaded bcrypt-pbkdf v0.10.0
5872026-05-18T06:33:00.843Z Downloaded float-cmp v0.10.0
5882026-05-18T06:33:00.846Z Downloaded atomic-waker v1.1.2
5892026-05-18T06:33:00.846Z Downloaded fixedbitset v0.4.2
5902026-05-18T06:33:00.847Z Downloaded cpufeatures v0.3.0
5912026-05-18T06:33:00.849Z Downloaded bit-set v0.8.0
5922026-05-18T06:33:00.849Z Downloaded enum-as-inner v0.6.1
5932026-05-18T06:33:00.849Z Downloaded funty v2.0.0
5942026-05-18T06:33:00.852Z Downloaded defmt-parser v1.0.0
5952026-05-18T06:33:00.852Z Downloaded darling_macro v0.20.11
5962026-05-18T06:33:00.852Z Downloaded bitfield-struct v0.6.2
5972026-05-18T06:33:00.852Z Downloaded camino-tempfile-ext v0.3.3
5982026-05-18T06:33:00.855Z Downloaded crypto-bigint v0.5.5
5992026-05-18T06:33:00.858Z Downloaded constant_time_eq v0.4.2
6002026-05-18T06:33:00.861Z Downloaded bzip2 v0.6.1
6012026-05-18T06:33:00.861Z Downloaded env_filter v1.0.0
6022026-05-18T06:33:00.861Z Downloaded dof v0.4.0
6032026-05-18T06:33:00.864Z Downloaded foreign-types v0.5.0
6042026-05-18T06:33:00.864Z Downloaded assert_matches v1.5.0
6052026-05-18T06:33:00.864Z Downloaded debug-ignore v1.0.5
6062026-05-18T06:33:00.867Z Downloaded backon v1.6.0
6072026-05-18T06:33:00.867Z Downloaded dunce v1.0.5
6082026-05-18T06:33:00.867Z Downloaded crucible-workspace-hack v0.1.0
6092026-05-18T06:33:00.871Z Downloaded arrayvec v0.7.6
6102026-05-18T06:33:00.871Z Downloaded flagset v0.4.7
6112026-05-18T06:33:00.871Z Downloaded dropshot-api-manager-types v0.7.1
6122026-05-18T06:33:00.875Z Downloaded diesel_table_macro_syntax v0.3.0
6132026-05-18T06:33:00.875Z Downloaded crc v3.4.0
6142026-05-18T06:33:00.875Z Downloaded async-stream v0.3.6
6152026-05-18T06:33:00.878Z Downloaded atomicwrites v0.4.4
6162026-05-18T06:33:00.878Z Downloaded crc-catalog v2.4.0
6172026-05-18T06:33:00.878Z Downloaded cstr-argument v0.1.2
6182026-05-18T06:33:00.878Z Downloaded darling_macro v0.21.3
6192026-05-18T06:33:00.887Z Downloaded foreign-types-macros v0.2.3
6202026-05-18T06:33:00.890Z Downloaded bb8 v0.8.6
6212026-05-18T06:33:00.893Z Downloaded futures-core v0.3.32
6222026-05-18T06:33:00.893Z Downloaded fxhash v0.2.1
6232026-05-18T06:33:00.896Z Downloaded float-ord v0.3.2
6242026-05-18T06:33:00.896Z Downloaded derive_builder_macro v0.20.2
6252026-05-18T06:33:00.896Z Downloaded futures-macro v0.3.32
6262026-05-18T06:33:00.919Z Downloaded futures-io v0.3.32
6272026-05-18T06:33:00.919Z Downloaded document-features v0.2.12
6282026-05-18T06:33:00.919Z Downloaded base16ct v0.2.0
6292026-05-18T06:33:00.919Z Downloaded futures-sink v0.3.32
6302026-05-18T06:33:00.919Z Downloaded foreign-types-shared v0.1.1
6312026-05-18T06:33:00.919Z Downloaded cmake v0.1.57
6322026-05-18T06:33:00.919Z Downloaded foldhash v0.1.5
6332026-05-18T06:33:00.919Z Downloaded deranged v0.5.8
6342026-05-18T06:33:00.919Z Downloaded bit-vec v0.6.3
6352026-05-18T06:33:00.919Z Downloaded dropshot_endpoint v0.17.0
6362026-05-18T06:33:00.919Z Downloaded argon2 v0.5.3
6372026-05-18T06:33:00.919Z Downloaded git-stub v1.0.0
6382026-05-18T06:33:00.919Z Downloaded darling v0.21.3
6392026-05-18T06:33:00.919Z Downloaded cbc v0.1.2
6402026-05-18T06:33:00.919Z Downloaded cassowary v0.3.0
6412026-05-18T06:33:00.923Z Downloaded byte-wrapper v0.1.0
6422026-05-18T06:33:00.923Z Downloaded block-padding v0.3.3
6432026-05-18T06:33:00.923Z Downloaded bitfield v0.19.4
6442026-05-18T06:33:00.923Z Downloaded hash32 v0.3.1
6452026-05-18T06:33:00.923Z Downloaded difflib v0.4.0
6462026-05-18T06:33:00.923Z Downloaded headers-core v0.3.0
6472026-05-18T06:33:00.923Z Downloaded gethostname v0.5.0
6482026-05-18T06:33:00.924Z Downloaded hash32 v0.2.1
6492026-05-18T06:33:00.928Z Downloaded hex v0.4.3
6502026-05-18T06:33:00.928Z Downloaded futures-task v0.3.32
6512026-05-18T06:33:00.928Z Downloaded defmt v0.3.100
6522026-05-18T06:33:00.928Z Downloaded foreign-types v0.3.2
6532026-05-18T06:33:00.931Z Downloaded home v0.5.12
6542026-05-18T06:33:00.931Z Downloaded compact_str v0.8.1
6552026-05-18T06:33:00.931Z Downloaded diesel-dtrace v0.5.0
6562026-05-18T06:33:00.935Z Downloaded convert_case v0.10.0
6572026-05-18T06:33:00.936Z Downloaded compression-codecs v0.4.37
6582026-05-18T06:33:00.938Z Downloaded bcs v0.1.6
6592026-05-18T06:33:00.938Z Downloaded bitflags v1.3.2
6602026-05-18T06:33:00.941Z Downloaded hex-literal v0.4.1
6612026-05-18T06:33:00.942Z Downloaded either v1.15.0
6622026-05-18T06:33:00.942Z Downloaded derive_builder_core v0.20.2
6632026-05-18T06:33:00.945Z Downloaded derive-ex v0.1.8
6642026-05-18T06:33:00.945Z Downloaded data-encoding v2.10.0
6652026-05-18T06:33:00.945Z Downloaded bit-vec v0.8.0
6662026-05-18T06:33:00.948Z Downloaded hostname v0.3.1
6672026-05-18T06:33:00.948Z Downloaded find-msvc-tools v0.1.9
6682026-05-18T06:33:00.948Z Downloaded fallible-iterator v0.2.0
6692026-05-18T06:33:00.951Z Downloaded buf-list v1.1.2
6702026-05-18T06:33:00.951Z Downloaded erased-serde v0.3.31
6712026-05-18T06:33:00.954Z Downloaded critical-section v1.2.0
6722026-05-18T06:33:00.954Z Downloaded backoff v0.4.0
6732026-05-18T06:33:00.957Z Downloaded fs_extra v1.3.0
6742026-05-18T06:33:00.957Z Downloaded hostname v0.4.2
6752026-05-18T06:33:00.960Z Downloaded corncobs v0.1.4
6762026-05-18T06:33:00.960Z Downloaded group v0.13.0
6772026-05-18T06:33:00.963Z Downloaded httpdate v1.0.3
6782026-05-18T06:33:00.963Z Downloaded http-range v0.1.5
6792026-05-18T06:33:00.966Z Downloaded hubpack v0.1.2
6802026-05-18T06:33:00.966Z Downloaded hubpack_derive v0.1.1
6812026-05-18T06:33:00.966Z Downloaded darling v0.23.0
6822026-05-18T06:33:00.969Z Downloaded illumos-nvpair v0.3.0
6832026-05-18T06:33:00.972Z Downloaded ident_case v1.0.1
6842026-05-18T06:33:00.972Z Downloaded hyper-tls v0.6.0
6852026-05-18T06:33:00.972Z Downloaded indent_write v2.2.0
6862026-05-18T06:33:00.975Z Downloaded ctr v0.9.2
6872026-05-18T06:33:00.975Z Downloaded instant v0.1.13
6882026-05-18T06:33:00.978Z Downloaded illumos-nvpair-sys v0.2.0
6892026-05-18T06:33:00.978Z Downloaded console v0.16.2
6902026-05-18T06:33:00.978Z Downloaded chacha20 v0.10.0
6912026-05-18T06:33:00.981Z Downloaded indoc v1.0.9
6922026-05-18T06:33:00.984Z Downloaded globwalk v0.9.1
6932026-05-18T06:33:00.984Z Downloaded ghash v0.5.1
6942026-05-18T06:33:00.984Z Downloaded defmt-macros v1.0.1
6952026-05-18T06:33:00.987Z Downloaded globset v0.4.18
6962026-05-18T06:33:00.992Z Downloaded git-stub-vcs v0.1.0
6972026-05-18T06:33:00.992Z Downloaded ff v0.13.1
6982026-05-18T06:33:00.992Z Downloaded inout v0.1.4
6992026-05-18T06:33:00.995Z Downloaded instability v0.3.11
7002026-05-18T06:33:00.995Z Downloaded der_derive v0.7.3
7012026-05-18T06:33:00.998Z Downloaded is_ci v1.2.0
7022026-05-18T06:33:00.998Z Downloaded is-terminal v0.4.17
7032026-05-18T06:33:00.998Z Downloaded colored v2.2.0
7042026-05-18T06:33:01.002Z Downloaded cancel-safe-futures v0.1.5
7052026-05-18T06:33:01.005Z Downloaded des v0.8.1
7062026-05-18T06:33:01.005Z Downloaded futures-executor v0.3.32
7072026-05-18T06:33:01.005Z Downloaded daft-derive v0.1.5
7082026-05-18T06:33:01.008Z Downloaded kstat-rs v0.2.4
7092026-05-18T06:33:01.008Z Downloaded keccak v0.1.6
7102026-05-18T06:33:01.011Z Downloaded lazy_static v1.5.0
7112026-05-18T06:33:01.011Z Downloaded lalrpop-util v0.19.12
7122026-05-18T06:33:01.014Z Downloaded internet-checksum v0.2.1
7132026-05-18T06:33:01.014Z Downloaded foldhash v0.2.0
7142026-05-18T06:33:01.014Z Downloaded futures-channel v0.3.32
7152026-05-18T06:33:01.018Z Downloaded http-body v1.0.1
7162026-05-18T06:33:01.019Z Downloaded darling v0.20.11
7172026-05-18T06:33:01.021Z Downloaded http-body-util v0.1.3
7182026-05-18T06:33:01.022Z Downloaded libscf-sys v1.1.0
7192026-05-18T06:33:01.025Z Downloaded cookie v0.18.1
7202026-05-18T06:33:01.025Z Downloaded async-bb8-diesel v0.2.1
7212026-05-18T06:33:01.028Z Downloaded linked-hash-map v0.5.6
7222026-05-18T06:33:01.028Z Downloaded humantime v2.3.0
7232026-05-18T06:33:01.028Z Downloaded clang-sys v1.8.1
7242026-05-18T06:33:01.031Z Downloaded highway v1.3.0
7252026-05-18T06:33:01.034Z Downloaded maplit v1.0.2
7262026-05-18T06:33:01.034Z Downloaded maybe-uninit v2.0.0
7272026-05-18T06:33:01.034Z Downloaded hyper-staticfile v0.10.1
7282026-05-18T06:33:01.037Z Downloaded match_cfg v0.1.0
7292026-05-18T06:33:01.037Z Downloaded getrandom v0.2.17
7302026-05-18T06:33:01.040Z Downloaded lzss v0.8.2
7312026-05-18T06:33:01.040Z Downloaded managed v0.8.0
7322026-05-18T06:33:01.043Z Downloaded crossbeam-epoch v0.9.18
7332026-05-18T06:33:01.043Z Downloaded mime v0.3.17
7342026-05-18T06:33:01.046Z Downloaded memoffset v0.9.1
7352026-05-18T06:33:01.046Z Downloaded derive_more v0.99.20
7362026-05-18T06:33:01.049Z Downloaded md5 v0.7.0
7372026-05-18T06:33:01.049Z Downloaded impl-trait-for-tuples v0.2.3
7382026-05-18T06:33:01.052Z Downloaded diff v0.1.13
7392026-05-18T06:33:01.055Z Downloaded indoc v2.0.7
7402026-05-18T06:33:01.058Z Downloaded ipnet v2.11.0
7412026-05-18T06:33:01.058Z Downloaded ingot-types v0.1.2
7422026-05-18T06:33:01.058Z Downloaded glob v0.3.3
7432026-05-18T06:33:01.061Z Downloaded jobserver v0.1.34
7442026-05-18T06:33:01.064Z Downloaded newtype-uuid-macros v0.1.0
7452026-05-18T06:33:01.064Z Downloaded nibble_vec v0.1.0
7462026-05-18T06:33:01.064Z Downloaded nodrop v0.1.14
7472026-05-18T06:33:01.067Z Downloaded newtype_derive v0.1.6
7482026-05-18T06:33:01.067Z Downloaded ipnetwork v0.21.1
7492026-05-18T06:33:01.070Z Downloaded num-iter v0.1.45
7502026-05-18T06:33:01.070Z Downloaded crossbeam-utils v0.8.21
7512026-05-18T06:33:01.073Z Downloaded hmac v0.12.1
7522026-05-18T06:33:01.073Z Downloaded num-derive v0.4.2
7532026-05-18T06:33:01.073Z Downloaded libloading v0.8.9
7542026-05-18T06:33:01.077Z Downloaded derive-where v1.6.0
7552026-05-18T06:33:01.080Z Downloaded num-derive v0.3.3
7562026-05-18T06:33:01.080Z Downloaded num-conv v0.2.0
7572026-05-18T06:33:01.082Z Downloaded normalize-line-endings v0.3.0
7582026-05-18T06:33:01.083Z Downloaded futures v0.3.32
7592026-05-18T06:33:01.085Z Downloaded libsw v3.5.0
7602026-05-18T06:33:01.086Z Downloaded libefi-sys v0.1.0
7612026-05-18T06:33:01.089Z Downloaded crc-any v2.5.0
7622026-05-18T06:33:01.089Z Downloaded const-oid v0.9.6
7632026-05-18T06:33:01.093Z Downloaded fatfs v0.3.6
7642026-05-18T06:33:01.096Z Downloaded iana-time-zone v0.1.65
7652026-05-18T06:33:01.096Z Downloaded getrandom v0.3.4
7662026-05-18T06:33:01.099Z Downloaded md-5 v0.10.6
7672026-05-18T06:33:01.099Z Downloaded num_threads v0.1.7
7682026-05-18T06:33:01.099Z Downloaded openssl-macros v0.1.1
7692026-05-18T06:33:01.102Z Downloaded num_enum_derive v0.5.11
7702026-05-18T06:33:01.102Z Downloaded olpc-cjson v0.1.4
7712026-05-18T06:33:01.102Z Downloaded lru v0.12.5
7722026-05-18T06:33:01.105Z Downloaded linear-map v1.2.0
7732026-05-18T06:33:01.105Z Downloaded lock_api v0.4.14
7742026-05-18T06:33:01.105Z Downloaded ingot v0.1.1
7752026-05-18T06:33:01.108Z Downloaded hyper-rustls v0.27.7
7762026-05-18T06:33:01.108Z Downloaded oso-derive v0.27.3
7772026-05-18T06:33:01.111Z Downloaded openssl-probe v0.2.1
7782026-05-18T06:33:01.111Z Downloaded openssl-probe v0.1.6
7792026-05-18T06:33:01.111Z Downloaded packed_struct_codegen v0.10.1
7802026-05-18T06:33:01.114Z Downloaded opaque-debug v0.3.1
7812026-05-18T06:33:01.114Z Downloaded httparse v1.10.1
7822026-05-18T06:33:01.119Z Downloaded arc-swap v1.8.2
7832026-05-18T06:33:01.119Z Downloaded multer v3.1.0
7842026-05-18T06:33:01.123Z Downloaded native-tls v0.2.18
7852026-05-18T06:33:01.123Z Downloaded half v2.7.1
7862026-05-18T06:33:01.127Z Downloaded ingot-macros v0.1.1
7872026-05-18T06:33:01.127Z Downloaded newtype-uuid v1.3.2
7882026-05-18T06:33:01.127Z Downloaded mime_guess v2.0.5
7892026-05-18T06:33:01.132Z Downloaded parse-size v1.1.0
7902026-05-18T06:33:01.132Z Downloaded nonempty v0.12.0
7912026-05-18T06:33:01.132Z Downloaded pbkdf2 v0.12.2
7922026-05-18T06:33:01.132Z Downloaded chacha20poly1305 v0.10.1
7932026-05-18T06:33:01.135Z Downloaded base64ct v1.8.3
7942026-05-18T06:33:01.135Z Downloaded parse-display v0.10.0
7952026-05-18T06:33:01.135Z Downloaded newline-converter v0.3.0
7962026-05-18T06:33:01.138Z Downloaded new_debug_unreachable v1.0.6
7972026-05-18T06:33:01.138Z Downloaded multimap v0.10.1
7982026-05-18T06:33:01.138Z Downloaded peg-runtime v0.8.5
7992026-05-18T06:33:01.138Z Downloaded half v1.8.3
8002026-05-18T06:33:01.141Z Downloaded flume v0.11.1
8012026-05-18T06:33:01.144Z Downloaded pbkdf2 v0.11.0
8022026-05-18T06:33:01.144Z Downloaded path-slash v0.1.5
8032026-05-18T06:33:01.148Z Downloaded nanorand v0.7.0
8042026-05-18T06:33:01.148Z Downloaded bytes v1.11.1
8052026-05-18T06:33:01.151Z Downloaded num_enum v0.7.5
8062026-05-18T06:33:01.154Z Downloaded libsw-core v0.3.2
8072026-05-18T06:33:01.157Z Downloaded pin-utils v0.1.0
8082026-05-18T06:33:01.157Z Downloaded phf_shared v0.13.1
8092026-05-18T06:33:01.157Z Downloaded num_enum v0.5.11
8102026-05-18T06:33:01.177Z Downloaded predicates-core v1.0.10
8112026-05-18T06:33:01.180Z Downloaded crossterm v0.29.0
8122026-05-18T06:33:01.183Z Downloaded phf_shared v0.12.1
8132026-05-18T06:33:01.183Z Downloaded phf_shared v0.11.3
8142026-05-18T06:33:01.183Z Downloaded num_enum_derive v0.7.5
8152026-05-18T06:33:01.188Z Downloaded num-integer v0.1.46
8162026-05-18T06:33:01.188Z Downloaded num-complex v0.4.6
8172026-05-18T06:33:01.188Z Downloaded num v0.4.3
8182026-05-18T06:33:01.192Z Downloaded nu-ansi-term v0.50.3
8192026-05-18T06:33:01.192Z Downloaded ignore v0.4.25
8202026-05-18T06:33:01.192Z Downloaded proc-macro-crate v1.3.1
8212026-05-18T06:33:01.197Z Downloaded proc-macro-error-attr2 v2.0.0
8222026-05-18T06:33:01.197Z Downloaded predicates-tree v1.0.13
8232026-05-18T06:33:01.197Z Downloaded precomputed-hash v0.1.1
8242026-05-18T06:33:01.197Z Downloaded powerfmt v0.2.0
8252026-05-18T06:33:01.197Z Downloaded owo-colors v4.3.0
8262026-05-18T06:33:01.201Z Downloaded proc-macro-crate v3.4.0
8272026-05-18T06:33:01.201Z Downloaded oxnet v0.1.4
8282026-05-18T06:33:01.201Z Downloaded memmap2 v0.9.10
8292026-05-18T06:33:01.204Z Downloaded const_format v0.2.35
8302026-05-18T06:33:01.204Z Downloaded parking_lot_core v0.8.6
8312026-05-18T06:33:01.208Z Downloaded password-hash v0.5.0
8322026-05-18T06:33:01.208Z Downloaded parse-display-derive v0.10.0
8332026-05-18T06:33:01.212Z Downloaded packed_struct v0.10.1
8342026-05-18T06:33:01.212Z Downloaded paste v1.0.15
8352026-05-18T06:33:01.215Z Downloaded progenitor-macro v0.11.2
8362026-05-18T06:33:01.215Z Downloaded pem-rfc7468 v0.7.0
8372026-05-18T06:33:01.215Z Downloaded pem v3.0.6
8382026-05-18T06:33:01.218Z Downloaded cc v1.2.56
8392026-05-18T06:33:01.221Z Downloaded peg-macros v0.8.5
8402026-05-18T06:33:01.221Z Downloaded headers v0.4.1
8412026-05-18T06:33:01.224Z Downloaded darling_core v0.21.3
8422026-05-18T06:33:01.227Z Downloaded psl-types v2.0.11
8432026-05-18T06:33:01.231Z Downloaded progenitor-macro v0.13.0
8442026-05-18T06:33:01.231Z Downloaded phf v0.12.1
8452026-05-18T06:33:01.232Z Downloaded progenitor-macro v0.10.0
8462026-05-18T06:33:01.234Z Downloaded ahash v0.8.12
8472026-05-18T06:33:01.235Z Downloaded pin-project-internal v1.1.11
8482026-05-18T06:33:01.237Z Downloaded quick-error v1.2.3
8492026-05-18T06:33:01.237Z Downloaded ar_archive_writer v0.5.1
8502026-05-18T06:33:01.240Z Downloaded litrs v1.0.0
8512026-05-18T06:33:01.240Z Downloaded num-rational v0.4.2
8522026-05-18T06:33:01.244Z Downloaded rand_chacha v0.3.1
8532026-05-18T06:33:01.244Z Downloaded pkg-config v0.3.32
8542026-05-18T06:33:01.248Z Downloaded radium v0.7.0
8552026-05-18T06:33:01.248Z Downloaded pin-project-lite v0.2.17
8562026-05-18T06:33:01.251Z Downloaded indicatif v0.18.4
8572026-05-18T06:33:01.251Z Downloaded ppv-lite86 v0.2.21
8582026-05-18T06:33:01.254Z Downloaded postgres-protocol v0.6.10
8592026-05-18T06:33:01.254Z Downloaded polyval v0.6.2
8602026-05-18T06:33:01.257Z Downloaded poly1305 v0.8.0
8612026-05-18T06:33:01.260Z Downloaded async-compression v0.4.41
8622026-05-18T06:33:01.264Z Downloaded predicates v3.1.4
8632026-05-18T06:33:01.267Z Downloaded progenitor v0.13.0
8642026-05-18T06:33:01.267Z Downloaded pkcs8 v0.10.2
8652026-05-18T06:33:01.267Z Downloaded rand_xorshift v0.4.0
8662026-05-18T06:33:01.270Z Downloaded primeorder v0.13.6
8672026-05-18T06:33:01.270Z Downloaded darling_core v0.20.11
8682026-05-18T06:33:01.273Z Downloaded progenitor v0.14.0
8692026-05-18T06:33:01.273Z Downloaded recursive v0.1.1
8702026-05-18T06:33:01.276Z Downloaded progenitor v0.11.2
8712026-05-18T06:33:01.276Z Downloaded proc-macro-error2 v2.0.1
8722026-05-18T06:33:01.279Z Downloaded parking_lot_core v0.9.12
8732026-05-18T06:33:01.279Z Downloaded ref-cast v1.0.25
8742026-05-18T06:33:01.282Z Downloaded password-hash v0.4.2
8752026-05-18T06:33:01.282Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-05-18T06:33:01.282Z Downloaded progenitor v0.10.0
8772026-05-18T06:33:01.285Z Downloaded hickory-resolver v0.25.2
8782026-05-18T06:33:01.288Z Downloaded libbz2-rs-sys v0.2.2
8792026-05-18T06:33:01.288Z Downloaded peg v0.8.5
8802026-05-18T06:33:01.291Z Downloaded psm v0.1.30
8812026-05-18T06:33:01.291Z Downloaded hickory-resolver v0.24.4
8822026-05-18T06:33:01.295Z Downloaded ref-cast-impl v1.0.25
8832026-05-18T06:33:01.298Z Downloaded heapless v0.8.0
8842026-05-18T06:33:01.298Z Downloaded progenitor-macro v0.14.0
8852026-05-18T06:33:01.298Z Downloaded expectorate v1.2.0
8862026-05-18T06:33:01.301Z Downloaded dropshot-api-manager v0.7.1
8872026-05-18T06:33:01.305Z Downloaded parking_lot v0.11.2
8882026-05-18T06:33:01.305Z Downloaded crossbeam-channel v0.5.15
8892026-05-18T06:33:01.312Z Downloaded r2d2 v0.8.10
8902026-05-18T06:33:01.312Z Downloaded rtoolbox v0.0.3
8912026-05-18T06:33:01.312Z Downloaded indexmap v1.9.3
8922026-05-18T06:33:01.315Z Downloaded rustc_version v0.4.1
8932026-05-18T06:33:01.315Z Downloaded rustc_version v0.1.7
8942026-05-18T06:33:01.315Z Downloaded rustc-hash v2.1.1
8952026-05-18T06:33:01.315Z Downloaded rfc6979 v0.4.0
8962026-05-18T06:33:01.315Z Downloaded russh-cryptovec v0.7.3
8972026-05-18T06:33:01.315Z Downloaded pkcs5 v0.7.1
8982026-05-18T06:33:01.318Z Downloaded rand_core v0.9.5
8992026-05-18T06:33:01.318Z Downloaded rand_core v0.6.4
9002026-05-18T06:33:01.318Z Downloaded rand_chacha v0.9.0
9012026-05-18T06:33:01.321Z Downloaded postcard v1.1.3
9022026-05-18T06:33:01.322Z Downloaded omicron-zone-package v0.12.2
9032026-05-18T06:33:01.324Z Downloaded rand_seeder v0.4.0
9042026-05-18T06:33:01.324Z Downloaded rand_core v0.10.0
9052026-05-18T06:33:01.324Z Downloaded postgres-types v0.2.12
9062026-05-18T06:33:01.328Z Downloaded parking_lot v0.12.5
9072026-05-18T06:33:01.328Z Downloaded papergrid v0.17.0
9082026-05-18T06:33:01.331Z Downloaded heapless v0.7.17
9092026-05-18T06:33:01.334Z Downloaded p256 v0.13.2
9102026-05-18T06:33:01.337Z Downloaded oso v0.27.3
9112026-05-18T06:33:01.341Z Downloaded pkcs1 v0.7.5
9122026-05-18T06:33:01.341Z Downloaded flate2 v1.1.9
9132026-05-18T06:33:01.344Z Downloaded jiff-static v0.2.21
9142026-05-18T06:33:01.347Z Downloaded ed25519-dalek v2.2.0
9152026-05-18T06:33:01.347Z Downloaded scheduled-thread-pool v0.2.7
9162026-05-18T06:33:01.347Z Downloaded derive_more v2.1.1
9172026-05-18T06:33:01.353Z Downloaded scrypt v0.11.0
9182026-05-18T06:33:01.359Z Downloaded scopeguard v1.2.0
9192026-05-18T06:33:01.359Z Downloaded sapling-renderdag v0.1.0
9202026-05-18T06:33:01.359Z Downloaded serde-big-array v0.5.1
9212026-05-18T06:33:01.362Z Downloaded seq-macro v0.3.6
9222026-05-18T06:33:01.362Z Downloaded diesel_derives v2.3.7
9232026-05-18T06:33:01.362Z Downloaded derive_more-impl v2.1.1
9242026-05-18T06:33:01.366Z Downloaded progenitor-client v0.13.0
9252026-05-18T06:33:01.369Z Downloaded same-file v1.0.6
9262026-05-18T06:33:01.369Z Downloaded salsa20 v0.10.2
9272026-05-18T06:33:01.369Z Downloaded progenitor-extras v0.2.0
9282026-05-18T06:33:01.369Z Downloaded http v1.4.0
9292026-05-18T06:33:01.372Z Downloaded serde_spanned v1.0.4
9302026-05-18T06:33:01.372Z Downloaded semver v0.1.20
9312026-05-18T06:33:01.377Z Downloaded aes v0.8.4
9322026-05-18T06:33:01.377Z Downloaded serde_repr v0.1.20
9332026-05-18T06:33:01.380Z Downloaded quinn-udp v0.5.14
9342026-05-18T06:33:01.380Z Downloaded pin-project v1.1.11
9352026-05-18T06:33:01.384Z Downloaded signal-hook-mio v0.2.5
9362026-05-18T06:33:01.387Z Downloaded siphasher v1.0.2
9372026-05-18T06:33:01.387Z Downloaded serde_plain v1.0.2
9382026-05-18T06:33:01.387Z Downloaded serde_urlencoded v0.7.1
9392026-05-18T06:33:01.390Z Downloaded serde_bytes v0.11.19
9402026-05-18T06:33:01.390Z Downloaded shell-words v1.1.1
9412026-05-18T06:33:01.390Z Downloaded resolv-conf v0.7.6
9422026-05-18T06:33:01.393Z Downloaded rustls-pemfile v1.0.4
9432026-05-18T06:33:01.393Z Downloaded secrecy v0.10.3
9442026-05-18T06:33:01.393Z Downloaded scroll_derive v0.13.1
9452026-05-18T06:33:01.397Z Downloaded base64 v0.22.1
9462026-05-18T06:33:01.397Z Downloaded rustls-pemfile v2.2.0
9472026-05-18T06:33:01.400Z Downloaded prefix-trie v0.7.0
9482026-05-18T06:33:01.400Z Downloaded openssl-sys v0.9.115
9492026-05-18T06:33:01.403Z Downloaded miniz_oxide v0.8.9
9502026-05-18T06:33:01.406Z Downloaded sha1 v0.10.6
9512026-05-18T06:33:01.406Z Downloaded sigpipe v0.1.3
9522026-05-18T06:33:01.406Z Downloaded signature v2.2.0
9532026-05-18T06:33:01.409Z Downloaded minimal-lexical v0.2.1
9542026-05-18T06:33:01.412Z Downloaded slog-bunyan v2.5.0
9552026-05-18T06:33:01.412Z Downloaded bumpalo v3.20.2
9562026-05-18T06:33:01.415Z Downloaded hashbrown v0.12.3
9572026-05-18T06:33:01.415Z Downloaded hashbrown v0.13.2
9582026-05-18T06:33:01.418Z Downloaded phf v0.13.1
9592026-05-18T06:33:01.418Z Downloaded darling_core v0.23.0
9602026-05-18T06:33:01.421Z Downloaded progenitor-impl v0.13.0
9612026-05-18T06:33:01.424Z Downloaded aes-gcm v0.10.3
9622026-05-18T06:33:01.428Z Downloaded progenitor-client v0.14.0
9632026-05-18T06:33:01.428Z Downloaded schemars_derive v0.8.22
9642026-05-18T06:33:01.428Z Downloaded rusty-fork v0.3.1
9652026-05-18T06:33:01.431Z Downloaded sec1 v0.7.3
9662026-05-18T06:33:01.431Z Downloaded scroll v0.13.0
9672026-05-18T06:33:01.431Z Downloaded progenitor-client v0.11.2
9682026-05-18T06:33:01.431Z Downloaded progenitor-client v0.10.0
9692026-05-18T06:33:01.431Z Downloaded slog-envlogger v2.2.0
9702026-05-18T06:33:01.434Z Downloaded oxide-tokio-rt v0.1.4
9712026-05-18T06:33:01.434Z Downloaded lru-slab v0.1.2
9722026-05-18T06:33:01.435Z Downloaded base64 v0.21.7
9732026-05-18T06:33:01.437Z Downloaded lru-cache v0.1.2
9742026-05-18T06:33:01.437Z Downloaded dropshot_endpoint v0.16.7
9752026-05-18T06:33:01.440Z Downloaded crossbeam-deque v0.8.6
9762026-05-18T06:33:01.440Z Downloaded progenitor-impl v0.10.0
9772026-05-18T06:33:01.443Z Downloaded console v0.15.11
9782026-05-18T06:33:01.443Z Downloaded sqlparser_derive v0.5.0
9792026-05-18T06:33:01.446Z Downloaded serde-hex v0.1.0
9802026-05-18T06:33:01.446Z Downloaded colored v3.1.1
9812026-05-18T06:33:01.450Z Downloaded blake2 v0.10.6
9822026-05-18T06:33:01.450Z Downloaded secrecy v0.8.0
9832026-05-18T06:33:01.450Z Downloaded progenitor-impl v0.11.2
9842026-05-18T06:33:01.454Z Downloaded sct v0.7.1
9852026-05-18T06:33:01.457Z Downloaded serde_path_to_error v0.1.20
9862026-05-18T06:33:01.457Z Downloaded blowfish v0.9.1
9872026-05-18T06:33:01.457Z Downloaded fs-err v2.11.0
9882026-05-18T06:33:01.457Z Downloaded strip-ansi-escapes v0.2.1
9892026-05-18T06:33:01.461Z Downloaded signal-hook-registry v1.4.8
9902026-05-18T06:33:01.461Z Downloaded async-trait v0.1.89
9912026-05-18T06:33:01.464Z Downloaded strum v0.27.2
9922026-05-18T06:33:01.464Z Downloaded hyper-util v0.1.20
9932026-05-18T06:33:01.467Z Downloaded ssh-encoding v0.2.0
9942026-05-18T06:33:01.467Z Downloaded ssh-cipher v0.2.0
9952026-05-18T06:33:01.467Z Downloaded slab v0.4.12
9962026-05-18T06:33:01.470Z Downloaded russh-keys v0.45.0
9972026-05-18T06:33:01.470Z Downloaded strum v0.26.3
9982026-05-18T06:33:01.470Z Downloaded drift v0.1.4
9992026-05-18T06:33:01.476Z Downloaded rustversion v1.0.22
10002026-05-18T06:33:01.479Z Downloaded rustls-pki-types v1.14.0
10012026-05-18T06:33:01.499Z Downloaded shlex v1.3.0
10022026-05-18T06:33:01.499Z Downloaded structmeta-derive v0.3.0
10032026-05-18T06:33:01.499Z Downloaded structmeta v0.3.0
10042026-05-18T06:33:01.499Z Downloaded signal-hook-tokio v0.3.1
10052026-05-18T06:33:01.499Z Downloaded rustls-native-certs v0.8.3
10062026-05-18T06:33:01.499Z Downloaded prettyplease v0.2.37
10072026-05-18T06:33:01.499Z Downloaded tap v1.0.1
10082026-05-18T06:33:01.499Z Downloaded tabwriter v1.4.1
10092026-05-18T06:33:01.499Z Downloaded supports-color v3.0.2
10102026-05-18T06:33:01.499Z Downloaded mio v1.2.0
10112026-05-18T06:33:01.499Z Downloaded slog-stdlog v4.1.1
10122026-05-18T06:33:01.499Z Downloaded slog-scope v4.4.1
10132026-05-18T06:33:01.499Z Downloaded itertools v0.10.5
10142026-05-18T06:33:01.503Z Downloaded take_mut v0.2.2
10152026-05-18T06:33:01.506Z Downloaded sync_wrapper v1.0.2
10162026-05-18T06:33:01.506Z Downloaded sync-ptr v0.1.4
10172026-05-18T06:33:01.506Z Downloaded subtle v2.6.1
10182026-05-18T06:33:01.509Z Downloaded slog-term v2.9.2
10192026-05-18T06:33:01.509Z Downloaded termtree v0.5.1
10202026-05-18T06:33:01.512Z Downloaded snafu-derive v0.8.9
10212026-05-18T06:33:01.512Z Downloaded slog-json v2.6.1
10222026-05-18T06:33:01.515Z Downloaded hickory-server v0.25.2
10232026-05-18T06:33:01.518Z Downloaded testing_table v0.3.0
10242026-05-18T06:33:01.518Z Downloaded sqlformat v0.3.5
10252026-05-18T06:33:01.521Z Downloaded progenitor-impl v0.14.0
10262026-05-18T06:33:01.521Z Downloaded time-core v0.1.8
10272026-05-18T06:33:01.524Z Downloaded thiserror-impl-no-std v2.0.2
10282026-05-18T06:33:01.524Z Downloaded spki v0.7.3
10292026-05-18T06:33:01.524Z Downloaded serde_derive_internals v0.29.1
10302026-05-18T06:33:01.527Z Downloaded smf v0.2.3
10312026-05-18T06:33:01.527Z Downloaded serde_cbor v0.11.2
10322026-05-18T06:33:01.530Z Downloaded stringprep v0.1.5
10332026-05-18T06:33:01.530Z Downloaded slog-dtrace v0.3.0
10342026-05-18T06:33:01.530Z Downloaded thread-id v5.1.0
10352026-05-18T06:33:01.533Z Downloaded tinyvec_macros v0.1.1
10362026-05-18T06:33:01.533Z Downloaded crossterm v0.28.1
10372026-05-18T06:33:01.536Z Downloaded simd-adler32 v0.3.8
10382026-05-18T06:33:01.543Z Downloaded stacker v0.1.23
10392026-05-18T06:33:01.547Z Downloaded rustls-platform-verifier v0.6.2
10402026-05-18T06:33:01.550Z Downloaded tabled_derive v0.11.0
10412026-05-18T06:33:01.550Z Downloaded support-bundle-viewer v0.1.2
10422026-05-18T06:33:01.553Z Downloaded strum_macros v0.27.2
10432026-05-18T06:33:01.553Z Downloaded string_cache v0.8.9
10442026-05-18T06:33:01.553Z Downloaded pretty_assertions v1.4.1
10452026-05-18T06:33:01.556Z Downloaded tokio-macros v2.7.0
10462026-05-18T06:33:01.556Z Downloaded serde_with_macros v3.17.0
10472026-05-18T06:33:01.560Z Downloaded rcgen v0.12.1
10482026-05-18T06:33:01.560Z Downloaded rayon-core v1.13.0
10492026-05-18T06:33:01.564Z Downloaded strum_macros v0.26.4
10502026-05-18T06:33:01.564Z Downloaded strum_macros v0.24.3
10512026-05-18T06:33:01.567Z Downloaded blake3 v1.8.3
10522026-05-18T06:33:01.570Z Downloaded hashbrown v0.15.5
10532026-05-18T06:33:01.573Z Downloaded hashbrown v0.16.1
10542026-05-18T06:33:01.576Z Downloaded smallvec v0.6.14
10552026-05-18T06:33:01.582Z Downloaded ryu v1.0.23
10562026-05-18T06:33:01.582Z Downloaded tagptr v0.2.0
10572026-05-18T06:33:01.582Z Downloaded slog-async v2.8.0
10582026-05-18T06:33:01.582Z Downloaded publicsuffix v2.3.0
10592026-05-18T06:33:01.585Z Downloaded schemars v0.8.22
10602026-05-18T06:33:01.590Z Downloaded termios v0.3.3
10612026-05-18T06:33:01.593Z Downloaded qorb v0.4.1
10622026-05-18T06:33:01.596Z Downloaded thiserror-no-std v2.0.2
10632026-05-18T06:33:01.599Z Downloaded tls_codec_derive v0.4.2
10642026-05-18T06:33:01.599Z Downloaded try-lock v0.2.5
10652026-05-18T06:33:01.602Z Downloaded trait-variant v0.1.2
10662026-05-18T06:33:01.602Z Downloaded time-macros v0.2.27
10672026-05-18T06:33:01.602Z Downloaded ron v0.8.1
10682026-05-18T06:33:01.605Z Downloaded tower-layer v0.3.3
10692026-05-18T06:33:01.608Z Downloaded topological-sort v0.2.2
10702026-05-18T06:33:01.608Z Downloaded similar v2.7.0
10712026-05-18T06:33:01.611Z Downloaded tower-service v0.3.3
10722026-05-18T06:33:01.611Z Downloaded quinn v0.11.9
10732026-05-18T06:33:01.614Z Downloaded thread_local v1.1.9
10742026-05-18T06:33:01.614Z Downloaded spin v0.9.8
10752026-05-18T06:33:01.617Z Downloaded libxml v0.3.3
10762026-05-18T06:33:01.620Z Downloaded unarray v0.1.4
10772026-05-18T06:33:01.620Z Downloaded typify-macro v0.4.3
10782026-05-18T06:33:01.623Z Downloaded tokio-dtrace v0.1.1
10792026-05-18T06:33:01.623Z Downloaded tls_codec v0.4.2
10802026-05-18T06:33:01.623Z Downloaded universal-hash v0.5.1
10812026-05-18T06:33:01.626Z Downloaded unit-prefix v0.5.2
10822026-05-18T06:33:01.626Z Downloaded unicode-truncate v1.1.0
10832026-05-18T06:33:01.627Z Downloaded tokio-native-tls v0.3.1
10842026-05-18T06:33:01.629Z Downloaded static_assertions v1.1.0
10852026-05-18T06:33:01.629Z Downloaded serde_yaml v0.9.34+deprecated
10862026-05-18T06:33:01.632Z Downloaded itertools v0.13.0
10872026-05-18T06:33:01.635Z Downloaded tokio-rustls v0.25.0
10882026-05-18T06:33:01.638Z Downloaded signal-hook v0.3.18
10892026-05-18T06:33:01.638Z Downloaded itertools v0.12.1
10902026-05-18T06:33:01.641Z Downloaded typify-macro v0.6.2
10912026-05-18T06:33:01.644Z Downloaded tokio-tungstenite v0.21.0
10922026-05-18T06:33:01.644Z Downloaded tiny-keccak v2.0.2
10932026-05-18T06:33:01.647Z Downloaded tokio-tungstenite v0.23.1
10942026-05-18T06:33:01.647Z Downloaded usdt v0.6.0
10952026-05-18T06:33:01.651Z Downloaded num-bigint v0.4.6
10962026-05-18T06:33:01.654Z Downloaded socket2 v0.5.10
10972026-05-18T06:33:01.654Z Downloaded nom v7.1.3
10982026-05-18T06:33:01.657Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-05-18T06:33:01.657Z Downloaded usdt-attr-macro v0.6.0
11002026-05-18T06:33:01.657Z Downloaded untrusted v0.9.0
11012026-05-18T06:33:01.660Z Downloaded schemars v0.9.0
11022026-05-18T06:33:01.665Z Downloaded untrusted v0.7.1
11032026-05-18T06:33:01.668Z Downloaded term v1.2.1
11042026-05-18T06:33:01.668Z Downloaded term v0.7.0
11052026-05-18T06:33:01.671Z Downloaded hyper v1.8.1
11062026-05-18T06:33:01.674Z Downloaded void v1.0.2
11072026-05-18T06:33:01.677Z Downloaded tui-tree-widget v0.23.1
11082026-05-18T06:33:01.677Z Downloaded num-bigint-dig v0.8.6
11092026-05-18T06:33:01.680Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-05-18T06:33:01.680Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11112026-05-18T06:33:01.683Z Downloaded rand v0.8.6
11122026-05-18T06:33:01.683Z Downloaded iri-string v0.7.10
11132026-05-18T06:33:01.687Z Downloaded aho-corasick v1.1.4
11142026-05-18T06:33:01.691Z Downloaded waitgroup v0.1.2
11152026-05-18T06:33:01.693Z Downloaded wait-timeout v0.2.1
11162026-05-18T06:33:01.693Z Downloaded want v0.3.1
11172026-05-18T06:33:01.696Z Downloaded futures-util v0.3.32
11182026-05-18T06:33:01.701Z Downloaded usdt-macro v0.6.0
11192026-05-18T06:33:01.704Z Downloaded unicase v2.9.0
11202026-05-18T06:33:01.704Z Downloaded tokio-rustls v0.24.1
11212026-05-18T06:33:01.707Z Downloaded itertools v0.14.0
11222026-05-18T06:33:01.710Z Downloaded xshell-macros v0.2.7
11232026-05-18T06:33:01.713Z Downloaded samael v0.0.19
11242026-05-18T06:33:01.716Z Downloaded tokio-stream v0.1.18
11252026-05-18T06:33:01.719Z Downloaded slog v2.8.2
11262026-05-18T06:33:01.722Z Downloaded tokio-rustls v0.26.4
11272026-05-18T06:33:01.722Z Downloaded subprocess v0.2.15
11282026-05-18T06:33:01.726Z Downloaded schemars v1.2.1
11292026-05-18T06:33:01.732Z Downloaded zeroize_derive v1.4.3
11302026-05-18T06:33:01.735Z Downloaded zone_cfg_derive v0.3.1
11312026-05-18T06:33:01.735Z Downloaded utf-8 v0.7.6
11322026-05-18T06:33:01.735Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-05-18T06:33:01.735Z Downloaded libm v0.2.16
11342026-05-18T06:33:01.740Z Downloaded hkdf v0.12.4
11352026-05-18T06:33:01.743Z Downloaded tracing-attributes v0.1.31
11362026-05-18T06:33:01.746Z Downloaded vsss-rs v3.3.4
11372026-05-18T06:33:01.746Z Downloaded test-strategy v0.4.5
11382026-05-18T06:33:01.749Z Downloaded vergen-lib v0.1.6
11392026-05-18T06:33:01.749Z Downloaded vergen-git2 v1.0.7
11402026-05-18T06:33:01.752Z Downloaded uzers v0.12.2
11412026-05-18T06:33:01.752Z Downloaded vergen-gitcl v1.0.8
11422026-05-18T06:33:01.755Z Downloaded walkdir v2.5.0
11432026-05-18T06:33:01.755Z Downloaded iddqd v0.3.18
11442026-05-18T06:33:01.759Z Downloaded rsa v0.9.10
11452026-05-18T06:33:01.762Z Downloaded whoami v1.6.1
11462026-05-18T06:33:01.765Z Downloaded rustls-webpki v0.103.9
11472026-05-18T06:33:01.765Z Downloaded rand v0.9.2
11482026-05-18T06:33:01.768Z Downloaded socket2 v0.6.3
11492026-05-18T06:33:01.768Z Downloaded unicode-properties v0.1.4
11502026-05-18T06:33:01.771Z Downloaded usdt-impl v0.6.0
11512026-05-18T06:33:01.774Z Downloaded toml v0.7.8
11522026-05-18T06:33:01.777Z Downloaded tar v0.4.45
11532026-05-18T06:33:01.780Z Downloaded xattr v1.6.1
11542026-05-18T06:33:01.780Z Downloaded whoami v2.1.0
11552026-05-18T06:33:01.780Z Downloaded bitvec v1.0.1
11562026-05-18T06:33:01.788Z Downloaded zone v0.3.1
11572026-05-18T06:33:01.791Z Downloaded zeroize v1.8.2
11582026-05-18T06:33:01.791Z Downloaded p521 v0.13.3
11592026-05-18T06:33:01.794Z Downloaded tinyvec v1.10.0
11602026-05-18T06:33:01.798Z Downloaded toml v0.9.12+spec-1.1.0
11612026-05-18T06:33:01.801Z Downloaded zstd-safe v7.2.4
11622026-05-18T06:33:01.801Z Downloaded vergen v9.0.6
11632026-05-18T06:33:01.804Z Downloaded toml v1.0.6+spec-1.1.0
11642026-05-18T06:33:01.804Z Downloaded russh v0.45.0
11652026-05-18T06:33:01.807Z Downloaded snafu v0.8.9
11662026-05-18T06:33:01.811Z Downloaded rand v0.10.0
11672026-05-18T06:33:01.818Z Downloaded typify v0.4.3
11682026-05-18T06:33:01.824Z Downloaded twox-hash v2.1.2
11692026-05-18T06:33:01.828Z Downloaded h2 v0.4.13
11702026-05-18T06:33:01.832Z Downloaded tungstenite v0.21.0
11712026-05-18T06:33:01.835Z Downloaded yasna v0.5.2
11722026-05-18T06:33:01.838Z Downloaded unicode-bidi v0.3.18
11732026-05-18T06:33:01.838Z Downloaded xshell v0.2.7
11742026-05-18T06:33:01.841Z Downloaded uuid v1.23.0
11752026-05-18T06:33:01.844Z Downloaded aws-lc-rs v1.16.3
11762026-05-18T06:33:01.848Z Downloaded unsafe-libyaml v0.2.11
11772026-05-18T06:33:01.851Z Downloaded zstd v0.13.3
11782026-05-18T06:33:01.851Z Downloaded tracing-core v0.1.36
11792026-05-18T06:33:01.854Z Downloaded rustyline v14.0.0
11802026-05-18T06:33:01.857Z Downloaded typify v0.6.2
11812026-05-18T06:33:01.863Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-05-18T06:33:01.868Z Downloaded tokio-postgres v0.7.16
11832026-05-18T06:33:01.871Z Downloaded vte v0.14.1
11842026-05-18T06:33:01.874Z Downloaded bindgen v0.71.1
11852026-05-18T06:33:01.879Z Downloaded steno v0.4.1
11862026-05-18T06:33:01.882Z Downloaded zerocopy v0.6.6
11872026-05-18T06:33:01.885Z Downloaded wyz v0.5.1
11882026-05-18T06:33:01.885Z Downloaded tungstenite v0.23.0
11892026-05-18T06:33:01.894Z Downloaded reedline v0.40.0
11902026-05-18T06:33:01.899Z Downloaded rpassword v7.4.0
11912026-05-18T06:33:01.902Z Downloaded zopfli v0.8.3
11922026-05-18T06:33:01.906Z Downloaded ssh-key v0.6.7
11932026-05-18T06:33:01.932Z Downloaded git2 v0.20.4
11942026-05-18T06:33:01.937Z Downloaded regex v1.12.3
11952026-05-18T06:33:01.942Z Downloaded chrono v0.4.44
11962026-05-18T06:33:01.947Z Downloaded reqwest v0.12.28
11972026-05-18T06:33:01.950Z Downloaded reqwest v0.13.2
11982026-05-18T06:33:01.955Z Downloaded unicode_categories v0.1.1
11992026-05-18T06:33:01.961Z Downloaded toml_edit v0.19.15
12002026-05-18T06:33:01.971Z Downloaded yansi v1.0.1
12012026-05-18T06:33:01.974Z Downloaded tower v0.5.3
12022026-05-18T06:33:01.978Z Downloaded zip v0.6.6
12032026-05-18T06:33:01.981Z Downloaded zerocopy-derive v0.8.40
12042026-05-18T06:33:01.985Z Downloaded rustls-webpki v0.101.7
12052026-05-18T06:33:01.994Z Downloaded salty v0.3.0
12062026-05-18T06:33:01.998Z Downloaded unicode-segmentation v1.12.0
12072026-05-18T06:33:02.001Z Downloaded moka v0.12.13
12082026-05-18T06:33:02.005Z Downloaded x509-cert v0.2.5
12092026-05-18T06:33:02.012Z Downloaded rayon v1.11.0
12102026-05-18T06:33:02.015Z Downloaded lalrpop v0.19.12
12112026-05-18T06:33:02.021Z Downloaded typed-path v0.9.3
12122026-05-18T06:33:02.025Z Downloaded quick-xml v0.37.5
12132026-05-18T06:33:02.028Z Downloaded portable-atomic v1.13.1
12142026-05-18T06:33:02.032Z Downloaded p384 v0.13.1
12152026-05-18T06:33:02.038Z Downloaded goblin v0.10.5
12162026-05-18T06:33:02.041Z Downloaded tower-http v0.6.8
12172026-05-18T06:33:02.044Z Downloaded tokio-util v0.7.18
12182026-05-18T06:33:02.048Z Downloaded tough v0.22.0
12192026-05-18T06:33:02.053Z Downloaded proptest v1.10.0
12202026-05-18T06:33:02.058Z Downloaded rustls-webpki v0.102.8
12212026-05-18T06:33:02.070Z Downloaded zip v4.6.1
12222026-05-18T06:33:02.073Z Downloaded unicode-normalization v0.1.25
12232026-05-18T06:33:02.076Z Downloaded serde_with v3.17.0
12242026-05-18T06:33:02.082Z Downloaded object v0.30.4
12252026-05-18T06:33:02.088Z Downloaded petname v2.0.2
12262026-05-18T06:33:02.110Z Downloaded nix v0.27.1
12272026-05-18T06:33:02.117Z Downloaded winnow v0.6.26
12282026-05-18T06:33:02.122Z Downloaded radix_trie v0.2.1
12292026-05-18T06:33:02.125Z Downloaded curve25519-dalek v4.1.3
12302026-05-18T06:33:02.130Z Downloaded dropshot v0.16.7
12312026-05-18T06:33:02.144Z Downloaded quinn-proto v0.11.13
12322026-05-18T06:33:02.149Z Downloaded winnow v0.5.40
12332026-05-18T06:33:02.154Z Downloaded polar-core v0.27.3
12342026-05-18T06:33:02.159Z Downloaded openssl v0.10.79
12352026-05-18T06:33:02.164Z Downloaded nix v0.29.0
12362026-05-18T06:33:02.170Z Downloaded tabled v0.20.0
12372026-05-18T06:33:02.180Z Downloaded time v0.3.47
12382026-05-18T06:33:02.187Z Downloaded smoltcp v0.9.1
12392026-05-18T06:33:02.194Z Downloaded regex-syntax v0.6.29
12402026-05-18T06:33:02.197Z Downloaded zlib-rs v0.6.2
12412026-05-18T06:33:02.200Z Downloaded rustls v0.21.12
12422026-05-18T06:33:02.208Z Downloaded vcpkg v0.2.15
12432026-05-18T06:33:02.230Z Downloaded dropshot v0.17.0
12442026-05-18T06:33:02.244Z Downloaded hickory-proto v0.24.4
12452026-05-18T06:33:02.252Z Downloaded nix v0.31.2
12462026-05-18T06:33:02.259Z Downloaded regex-syntax v0.8.10
12472026-05-18T06:33:02.263Z Downloaded hickory-proto v0.25.2
12482026-05-18T06:33:02.272Z Downloaded smoltcp v0.11.0
12492026-05-18T06:33:02.280Z Downloaded zerocopy v0.8.40
12502026-05-18T06:33:02.285Z Downloaded rustls v0.22.4
12512026-05-18T06:33:02.292Z Downloaded webpki-roots v1.0.6
12522026-05-18T06:33:02.295Z Downloaded object v0.37.3
12532026-05-18T06:33:02.301Z Downloaded rustix v0.38.44
12542026-05-18T06:33:02.315Z Downloaded rustls v0.23.37
12552026-05-18T06:33:02.321Z Downloaded regress v0.11.1
12562026-05-18T06:33:02.326Z Downloaded regress v0.10.5
12572026-05-18T06:33:02.333Z Downloaded openapiv3 v2.2.0
12582026-05-18T06:33:02.340Z Downloaded diesel v2.3.7
12592026-05-18T06:33:02.352Z Downloaded nix v0.28.0
12602026-05-18T06:33:02.359Z Downloaded typify-impl v0.4.3
12612026-05-18T06:33:02.368Z Downloaded bstr v1.12.1
12622026-05-18T06:33:02.373Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-05-18T06:33:02.384Z Downloaded regex-automata v0.4.14
12642026-05-18T06:33:02.402Z Downloaded sqlparser v0.61.0
12652026-05-18T06:33:02.408Z Downloaded chrono-tz v0.10.4
12662026-05-18T06:33:02.428Z Downloaded sled v0.34.7
12672026-05-18T06:33:02.443Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12682026-05-18T06:33:03.456Z Downloaded sha3 v0.10.8
12692026-05-18T06:33:03.459Z Downloaded typify-impl v0.6.2
12702026-05-18T06:33:03.459Z Downloaded tracing v0.1.44
12712026-05-18T06:33:03.459Z Downloaded ratatui v0.29.0
12722026-05-18T06:33:03.459Z Downloaded zerocopy-derive v0.6.6
12732026-05-18T06:33:03.459Z Downloaded petgraph v0.6.5
12742026-05-18T06:33:03.459Z Downloaded jiff v0.2.21
12752026-05-18T06:33:03.459Z Downloaded csv v1.4.0
12762026-05-18T06:33:03.459Z Downloaded petgraph v0.8.3
12772026-05-18T06:33:03.459Z Downloaded libz-sys v1.1.24
12782026-05-18T06:33:03.460Z Downloaded tokio v1.52.1
12792026-05-18T06:33:03.460Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-05-18T06:33:03.460Z Downloaded encoding_rs v0.8.35
12812026-05-18T06:33:03.460Z Downloaded ring v0.17.14
12822026-05-18T06:33:03.460Z Downloaded aws-lc-sys v0.40.0
12832026-05-18T06:33:03.460Z Compiling libc v0.2.185
12842026-05-18T06:33:03.460Z Compiling serde v1.0.228
12852026-05-18T06:33:03.460Z Compiling log v0.4.29
12862026-05-18T06:33:03.460Z Compiling find-msvc-tools v0.1.9
12872026-05-18T06:33:03.460Z Compiling shlex v1.3.0
12882026-05-18T06:33:03.460Z Compiling smallvec v1.15.1
12892026-05-18T06:33:03.460Z Compiling typenum v1.19.0
12902026-05-18T06:33:03.460Z Compiling subtle v2.6.1
12912026-05-18T06:33:03.618Z Compiling generic-array v0.14.7
12922026-05-18T06:33:03.621Z Compiling scopeguard v1.2.0
12932026-05-18T06:33:03.632Z Compiling const-oid v0.9.6
12942026-05-18T06:33:03.702Z Compiling serde_json v1.0.149
12952026-05-18T06:33:03.715Z Compiling syn v2.0.117
12962026-05-18T06:33:03.720Z Compiling zerocopy v0.8.40
12972026-05-18T06:33:03.720Z Compiling parking_lot_core v0.9.12
12982026-05-18T06:33:03.817Z Compiling pin-project-lite v0.2.17
12992026-05-18T06:33:03.864Z Compiling lock_api v0.4.14
13002026-05-18T06:33:03.879Z Compiling portable-atomic v1.13.1
13012026-05-18T06:33:03.882Z Compiling pkg-config v0.3.32
13022026-05-18T06:33:03.939Z Compiling bitflags v2.11.0
13032026-05-18T06:33:03.956Z Compiling futures-core v0.3.32
13042026-05-18T06:33:03.959Z Compiling critical-section v1.2.0
13052026-05-18T06:33:03.986Z Compiling libm v0.2.16
13062026-05-18T06:33:04.062Z Compiling num-traits v0.2.19
13072026-05-18T06:33:04.121Z Compiling percent-encoding v2.3.2
13082026-05-18T06:33:04.155Z Compiling futures-sink v0.3.32
13092026-05-18T06:33:04.159Z Compiling cpufeatures v0.2.17
13102026-05-18T06:33:04.159Z Compiling futures-io v0.3.32
13112026-05-18T06:33:04.215Z Compiling slab v0.4.12
13122026-05-18T06:33:04.230Z Compiling futures-task v0.3.32
13132026-05-18T06:33:04.275Z Compiling futures-channel v0.3.32
13142026-05-18T06:33:04.289Z Compiling getrandom v0.4.1
13152026-05-18T06:33:04.319Z Compiling rand_core v0.10.0
13162026-05-18T06:33:04.353Z Compiling indexmap v2.14.0
13172026-05-18T06:33:04.384Z Compiling getrandom v0.3.4
13182026-05-18T06:33:04.417Z Compiling rustversion v1.0.22
13192026-05-18T06:33:04.433Z Compiling form_urlencoded v1.2.2
13202026-05-18T06:33:04.481Z Compiling dunce v1.0.5
13212026-05-18T06:33:04.496Z Compiling fs_extra v1.3.0
13222026-05-18T06:33:04.512Z Compiling base64ct v1.8.3
13232026-05-18T06:33:04.531Z Compiling ident_case v1.0.1
13242026-05-18T06:33:04.547Z Compiling regex-syntax v0.8.10
13252026-05-18T06:33:04.636Z Compiling flagset v0.4.7
13262026-05-18T06:33:04.675Z Compiling iana-time-zone v0.1.65
13272026-05-18T06:33:04.732Z Compiling getrandom v0.2.17
13282026-05-18T06:33:04.748Z Compiling jobserver v0.1.34
13292026-05-18T06:33:04.795Z Compiling errno v0.3.14
13302026-05-18T06:33:04.828Z Compiling mio v1.2.0
13312026-05-18T06:33:04.842Z Compiling socket2 v0.6.3
13322026-05-18T06:33:04.884Z Compiling rand_core v0.6.4
13332026-05-18T06:33:04.919Z Compiling signal-hook-registry v1.4.8
13342026-05-18T06:33:04.958Z Compiling once_cell v1.21.3
13352026-05-18T06:33:04.974Z Compiling cc v1.2.56
13362026-05-18T06:33:05.059Z Compiling parking_lot v0.12.5
13372026-05-18T06:33:05.155Z Compiling pem-rfc7468 v0.7.0
13382026-05-18T06:33:05.171Z Compiling rustix v1.1.3
13392026-05-18T06:33:05.194Z Compiling aws-lc-rs v1.16.3
13402026-05-18T06:33:05.210Z Compiling vcpkg v0.2.15
13412026-05-18T06:33:05.270Z Compiling uuid v1.23.0
13422026-05-18T06:33:05.287Z Compiling tracing-core v0.1.36
13432026-05-18T06:33:05.362Z Compiling rustc_version v0.4.1
13442026-05-18T06:33:05.374Z Compiling base64 v0.22.1
13452026-05-18T06:33:05.469Z Compiling rand_core v0.9.5
13462026-05-18T06:33:05.496Z Compiling tinyvec_macros v0.1.1
13472026-05-18T06:33:05.516Z Compiling untrusted v0.7.1
13482026-05-18T06:33:05.557Z Compiling httparse v1.10.1
13492026-05-18T06:33:05.588Z Compiling untrusted v0.9.0
13502026-05-18T06:33:05.642Z Compiling openssl-probe v0.2.1
13512026-05-18T06:33:05.669Z Compiling tinyvec v1.10.0
13522026-05-18T06:33:05.718Z Compiling aho-corasick v1.1.4
13532026-05-18T06:33:05.739Z Compiling schemars v0.8.22
13542026-05-18T06:33:05.754Z Compiling cmake v0.1.57
13552026-05-18T06:33:05.793Z Compiling try-lock v0.2.5
13562026-05-18T06:33:05.867Z Compiling tower-layer v0.3.3
13572026-05-18T06:33:05.870Z Compiling atomic-waker v1.1.2
13582026-05-18T06:33:05.896Z Compiling rustls v0.23.37
13592026-05-18T06:33:05.932Z Compiling tower-service v0.3.3
13602026-05-18T06:33:05.947Z Compiling dyn-clone v1.0.20
13612026-05-18T06:33:06.017Z Compiling want v0.3.1
13622026-05-18T06:33:06.036Z Compiling foreign-types-shared v0.1.1
13632026-05-18T06:33:06.039Z Compiling openssl v0.10.79
13642026-05-18T06:33:06.068Z Compiling pin-utils v0.1.0
13652026-05-18T06:33:06.071Z Compiling httpdate v1.0.3
13662026-05-18T06:33:06.083Z Compiling unicode-normalization v0.1.25
13672026-05-18T06:33:06.115Z Compiling spin v0.9.8
13682026-05-18T06:33:06.118Z Compiling powerfmt v0.2.0
13692026-05-18T06:33:06.144Z Compiling foreign-types v0.3.2
13702026-05-18T06:33:06.160Z Compiling crc32fast v1.5.0
13712026-05-18T06:33:06.163Z Compiling native-tls v0.2.18
13722026-05-18T06:33:06.209Z Compiling time-core v0.1.8
13732026-05-18T06:33:06.224Z Compiling num-conv v0.2.0
13742026-05-18T06:33:06.238Z Compiling wait-timeout v0.2.1
13752026-05-18T06:33:06.309Z Compiling deranged v0.5.8
13762026-05-18T06:33:06.340Z Compiling sync_wrapper v1.0.2
13772026-05-18T06:33:06.343Z Compiling syn v1.0.109
13782026-05-18T06:33:06.371Z Compiling siphasher v1.0.2
13792026-05-18T06:33:06.375Z Compiling quick-error v1.2.3
13802026-05-18T06:33:06.405Z Compiling time-macros v0.2.27
13812026-05-18T06:33:06.405Z Compiling bit-vec v0.8.0
13822026-05-18T06:33:06.439Z Compiling usdt-impl v0.6.0
13832026-05-18T06:33:06.478Z Compiling simd-adler32 v0.3.8
13842026-05-18T06:33:06.524Z Compiling unicode-segmentation v1.12.0
13852026-05-18T06:33:06.540Z Compiling num_threads v0.1.7
13862026-05-18T06:33:06.540Z Compiling crossbeam-utils v0.8.21
13872026-05-18T06:33:06.621Z Compiling regex-automata v0.4.14
13882026-05-18T06:33:06.663Z Compiling bit-set v0.8.0
13892026-05-18T06:33:06.694Z Compiling slog v2.8.2
13902026-05-18T06:33:06.697Z Compiling aws-lc-sys v0.40.0
13912026-05-18T06:33:06.737Z Compiling ring v0.17.14
13922026-05-18T06:33:06.755Z Compiling openssl-sys v0.9.115
13932026-05-18T06:33:06.775Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-05-18T06:33:06.803Z Compiling synstructure v0.13.2
13952026-05-18T06:33:06.854Z Compiling serde_derive_internals v0.29.1
13962026-05-18T06:33:06.888Z Compiling pest_generator v2.8.6
13972026-05-18T06:33:06.933Z Compiling darling_core v0.20.11
13982026-05-18T06:33:06.962Z Compiling tempfile v3.25.0
13992026-05-18T06:33:07.142Z Compiling darling_core v0.21.3
14002026-05-18T06:33:07.236Z Compiling rusty-fork v0.3.1
14012026-05-18T06:33:07.390Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-05-18T06:33:07.405Z Compiling heapless v0.7.17
14032026-05-18T06:33:07.529Z Compiling rand_xorshift v0.4.0
14042026-05-18T06:33:07.597Z Compiling time v0.3.47
14052026-05-18T06:33:07.612Z Compiling thread-id v5.1.0
14062026-05-18T06:33:07.637Z Compiling cookie v0.18.1
14072026-05-18T06:33:07.680Z Compiling zstd-safe v7.2.4
14082026-05-18T06:33:07.697Z Compiling adler2 v2.0.1
14092026-05-18T06:33:07.714Z Compiling unicode-properties v0.1.4
14102026-05-18T06:33:07.717Z Compiling iri-string v0.7.10
14112026-05-18T06:33:07.746Z Compiling ryu v1.0.23
14122026-05-18T06:33:07.855Z Compiling unarray v0.1.4
14132026-05-18T06:33:07.858Z Compiling unicode-bidi v0.3.18
14142026-05-18T06:33:07.886Z Compiling allocator-api2 v0.2.21
14152026-05-18T06:33:07.920Z Compiling signal-hook v0.3.18
14162026-05-18T06:33:07.935Z Compiling anyhow v1.0.102
14172026-05-18T06:33:07.959Z Compiling paste v1.0.15
14182026-05-18T06:33:08.000Z Compiling miniz_oxide v0.8.9
14192026-05-18T06:33:08.196Z Compiling stringprep v0.1.5
14202026-05-18T06:33:08.455Z Compiling heck v0.4.1
14212026-05-18T06:33:08.532Z Compiling vergen-lib v0.1.6
14222026-05-18T06:33:08.686Z Compiling serde_derive v1.0.228
14232026-05-18T06:33:08.687Z Compiling zeroize_derive v1.4.3
14242026-05-18T06:33:08.718Z Compiling zerofrom-derive v0.1.6
14252026-05-18T06:33:08.721Z Compiling yoke-derive v0.8.1
14262026-05-18T06:33:08.748Z Compiling zerovec-derive v0.11.2
14272026-05-18T06:33:08.796Z Compiling zerocopy-derive v0.8.40
14282026-05-18T06:33:08.862Z Compiling displaydoc v0.2.5
14292026-05-18T06:33:09.389Z Compiling tokio-macros v2.7.0
14302026-05-18T06:33:09.438Z Compiling futures-macro v0.3.32
14312026-05-18T06:33:09.485Z Compiling zeroize v1.8.2
14322026-05-18T06:33:09.517Z Compiling der_derive v0.7.3
14332026-05-18T06:33:09.790Z Compiling rustls-pki-types v1.14.0
14342026-05-18T06:33:09.951Z Compiling tracing-attributes v0.1.31
14352026-05-18T06:33:10.044Z Compiling thiserror-impl v2.0.18
14362026-05-18T06:33:10.076Z Compiling scroll_derive v0.13.1
14372026-05-18T06:33:10.238Z Compiling schemars_derive v0.8.22
14382026-05-18T06:33:10.286Z Compiling pest_derive v2.8.6
14392026-05-18T06:33:10.301Z Compiling crypto-common v0.1.7
14402026-05-18T06:33:10.359Z Compiling zerofrom v0.1.6
14412026-05-18T06:33:10.374Z Compiling block-buffer v0.10.4
14422026-05-18T06:33:10.473Z Compiling yoke v0.8.1
14432026-05-18T06:33:10.509Z Compiling futures-util v0.3.32
14442026-05-18T06:33:10.568Z Compiling digest v0.10.7
14452026-05-18T06:33:10.593Z Compiling block-padding v0.3.3
14462026-05-18T06:33:10.689Z Compiling zerovec v0.11.5
14472026-05-18T06:33:10.771Z Compiling zerotrie v0.2.3
14482026-05-18T06:33:10.786Z Compiling hmac v0.12.1
14492026-05-18T06:33:10.850Z Compiling inout v0.1.4
14502026-05-18T06:33:10.943Z Compiling sha2 v0.10.9
14512026-05-18T06:33:10.965Z Compiling der v0.7.10
14522026-05-18T06:33:11.049Z Compiling cipher v0.4.4
14532026-05-18T06:33:11.108Z Compiling pbkdf2 v0.12.2
14542026-05-18T06:33:11.117Z Compiling scroll v0.13.0
14552026-05-18T06:33:11.246Z Compiling tinystr v0.8.2
14562026-05-18T06:33:11.259Z Compiling potential_utf v0.1.4
14572026-05-18T06:33:11.350Z Compiling salsa20 v0.10.2
14582026-05-18T06:33:11.367Z Compiling aes v0.8.4
14592026-05-18T06:33:11.387Z Compiling tracing v0.1.44
14602026-05-18T06:33:11.422Z Compiling icu_collections v2.1.1
14612026-05-18T06:33:11.462Z Compiling icu_locale_core v2.1.1
14622026-05-18T06:33:11.485Z Compiling scrypt v0.11.0
14632026-05-18T06:33:11.503Z Compiling thiserror v2.0.18
14642026-05-18T06:33:11.522Z Compiling cbc v0.1.2
14652026-05-18T06:33:11.636Z Compiling darling_macro v0.20.11
14662026-05-18T06:33:11.697Z Compiling openssl-macros v0.1.1
14672026-05-18T06:33:11.715Z Compiling goblin v0.10.5
14682026-05-18T06:33:11.777Z Compiling rustls-native-certs v0.8.3
14692026-05-18T06:33:11.948Z Compiling spki v0.7.3
14702026-05-18T06:33:12.100Z Compiling dtrace-parser v0.3.0
14712026-05-18T06:33:12.152Z Compiling icu_provider v2.1.1
14722026-05-18T06:33:12.175Z Compiling pkcs5 v0.7.1
14732026-05-18T06:33:12.189Z Compiling darling v0.20.11
14742026-05-18T06:33:12.287Z Compiling derive_builder_core v0.20.2
14752026-05-18T06:33:12.431Z Compiling bytes v1.11.1
14762026-05-18T06:33:12.447Z Compiling icu_normalizer v2.1.1
14772026-05-18T06:33:12.451Z Compiling icu_properties v2.1.2
14782026-05-18T06:33:12.479Z Compiling chrono v0.4.44
14792026-05-18T06:33:12.482Z Compiling pkcs8 v0.10.2
14802026-05-18T06:33:12.507Z Compiling ipnet v2.11.0
14812026-05-18T06:33:12.686Z Compiling signature v2.2.0
14822026-05-18T06:33:12.845Z Compiling webpki-roots v1.0.6
14832026-05-18T06:33:12.899Z Compiling thiserror-impl v1.0.69
14842026-05-18T06:33:12.915Z Compiling tokio v1.52.1
14852026-05-18T06:33:12.930Z Compiling http v1.4.0
14862026-05-18T06:33:12.987Z Compiling scroll_derive v0.12.1
14872026-05-18T06:33:13.029Z Compiling erased-serde v0.3.31
14882026-05-18T06:33:13.058Z Compiling toml_datetime v0.6.11
14892026-05-18T06:33:13.088Z Compiling serde_tokenstream v0.2.3
14902026-05-18T06:33:13.201Z Compiling derive_builder_macro v0.20.2
14912026-05-18T06:33:13.342Z Compiling serde_urlencoded v0.7.1
14922026-05-18T06:33:13.431Z Compiling idna_adapter v1.2.1
14932026-05-18T06:33:13.501Z Compiling ppv-lite86 v0.2.21
14942026-05-18T06:33:13.565Z Compiling idna v1.1.0
14952026-05-18T06:33:13.600Z Compiling http-body v1.0.1
14962026-05-18T06:33:13.622Z Compiling serde_spanned v0.6.9
14972026-05-18T06:33:13.639Z Compiling md-5 v0.10.6
14982026-05-18T06:33:13.639Z Compiling darling_macro v0.21.3
14992026-05-18T06:33:13.729Z Compiling http-body-util v0.1.3
15002026-05-18T06:33:13.745Z Compiling scroll v0.12.0
15012026-05-18T06:33:13.777Z Compiling bstr v1.12.1
15022026-05-18T06:33:13.792Z Compiling zerocopy-derive v0.7.35
15032026-05-18T06:33:13.841Z Compiling rand_chacha v0.9.0
15042026-05-18T06:33:13.857Z Compiling rand_chacha v0.3.1
15052026-05-18T06:33:13.882Z Compiling url v2.5.8
15062026-05-18T06:33:14.959Z Compiling async-trait v0.1.89
15072026-05-18T06:33:14.962Z Compiling pin-project-internal v1.1.11
15082026-05-18T06:33:14.962Z Compiling num-integer v0.1.46
15092026-05-18T06:33:14.962Z Compiling rand v0.9.2
15102026-05-18T06:33:14.962Z Compiling thiserror v1.0.69
15112026-05-18T06:33:14.962Z Compiling curve25519-dalek v4.1.3
15122026-05-18T06:33:14.962Z Compiling ff v0.13.1
15132026-05-18T06:33:14.962Z Compiling hash32 v0.2.1
15142026-05-18T06:33:14.962Z Compiling dof v0.4.0
15152026-05-18T06:33:14.962Z Compiling memoffset v0.9.1
15162026-05-18T06:33:14.962Z Compiling cfg_aliases v0.2.1
15172026-05-18T06:33:14.962Z Compiling base16ct v0.2.0
15182026-05-18T06:33:14.963Z Compiling num-bigint-dig v0.8.6
15192026-05-18T06:33:14.963Z Compiling fallible-iterator v0.2.0
15202026-05-18T06:33:14.963Z Compiling proptest v1.10.0
15212026-05-18T06:33:14.963Z Compiling zlib-rs v0.6.2
15222026-05-18T06:33:14.994Z Compiling litrs v1.0.0
15232026-05-18T06:33:14.997Z Compiling smoltcp v0.9.1
15242026-05-18T06:33:15.024Z Compiling psl-types v2.0.11
15252026-05-18T06:33:15.076Z Compiling ref-cast v1.0.25
15262026-05-18T06:33:15.095Z Compiling rustix v0.38.44
15272026-05-18T06:33:15.127Z Compiling postgres-protocol v0.6.10
15282026-05-18T06:33:15.151Z Compiling publicsuffix v2.3.0
15292026-05-18T06:33:15.229Z Compiling pin-project v1.1.11
15302026-05-18T06:33:15.346Z Compiling ipnetwork v0.21.1
15312026-05-18T06:33:15.421Z Compiling sec1 v0.7.3
15322026-05-18T06:33:15.480Z Compiling nix v0.31.2
15332026-05-18T06:33:15.521Z Compiling zerocopy v0.7.35
15342026-05-18T06:33:15.553Z Compiling document-features v0.2.12
15352026-05-18T06:33:15.609Z Compiling oxnet v0.1.4
15362026-05-18T06:33:15.733Z Compiling group v0.13.0
15372026-05-18T06:33:15.755Z Compiling num-iter v0.1.45
15382026-05-18T06:33:15.793Z Compiling darling v0.21.3
15392026-05-18T06:33:15.867Z Compiling rand v0.8.6
15402026-05-18T06:33:15.893Z Compiling goblin v0.8.2
15412026-05-18T06:33:15.899Z Compiling derive_builder v0.20.2
15422026-05-18T06:33:15.937Z Compiling futures-executor v0.3.32
15432026-05-18T06:33:15.959Z Compiling hubpack_derive v0.1.1
15442026-05-18T06:33:16.038Z Compiling hex v0.4.3
15452026-05-18T06:33:16.048Z Compiling cargo-platform v0.1.9
15462026-05-18T06:33:16.073Z Compiling hkdf v0.12.4
15472026-05-18T06:33:16.094Z Compiling crypto-bigint v0.5.5
15482026-05-18T06:33:16.179Z Compiling regex v1.12.3
15492026-05-18T06:33:16.264Z Compiling snafu-derive v0.8.9
15502026-05-18T06:33:16.275Z Compiling daft-derive v0.1.5
15512026-05-18T06:33:16.339Z Compiling strum_macros v0.27.2
15522026-05-18T06:33:16.356Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-18T06:33:16.359Z Compiling ref-cast-impl v1.0.25
15542026-05-18T06:33:16.770Z Compiling terminal_size v0.4.3
15552026-05-18T06:33:16.778Z Compiling phf_shared v0.13.1
15562026-05-18T06:33:16.808Z Compiling lazy_static v1.5.0
15572026-05-18T06:33:16.932Z Compiling tokio-util v0.7.18
15582026-05-18T06:33:16.940Z Compiling tower v0.5.3
15592026-05-18T06:33:16.964Z Compiling tokio-native-tls v0.3.1
15602026-05-18T06:33:16.990Z Compiling vergen v9.0.6
15612026-05-18T06:33:17.025Z Compiling fs-err v3.3.0
15622026-05-18T06:33:17.044Z Compiling ahash v0.8.12
15632026-05-18T06:33:17.063Z Compiling encoding_rs v0.8.35
15642026-05-18T06:33:17.084Z Compiling winnow v0.5.40
15652026-05-18T06:33:17.160Z Compiling foldhash v0.1.5
15662026-05-18T06:33:17.205Z Compiling managed v0.8.0
15672026-05-18T06:33:17.254Z Compiling newtype-uuid v1.3.2
15682026-05-18T06:33:17.282Z Compiling mime v0.3.17
15692026-05-18T06:33:17.363Z Compiling same-file v1.0.6
15702026-05-18T06:33:17.453Z Compiling tower-http v0.6.8
15712026-05-18T06:33:17.477Z Compiling bitflags v1.3.2
15722026-05-18T06:33:17.555Z Compiling bumpalo v3.20.2
15732026-05-18T06:33:17.572Z Compiling foldhash v0.2.0
15742026-05-18T06:33:17.588Z Compiling object v0.37.3
15752026-05-18T06:33:17.630Z Compiling libbz2-rs-sys v0.2.2
15762026-05-18T06:33:17.831Z Compiling h2 v0.4.13
15772026-05-18T06:33:17.846Z Compiling zopfli v0.8.3
15782026-05-18T06:33:17.894Z Compiling flate2 v1.1.9
15792026-05-18T06:33:17.969Z Compiling hashbrown v0.16.1
15802026-05-18T06:33:18.037Z Compiling clap_builder v4.5.60
15812026-05-18T06:33:18.266Z Compiling dof v0.3.0
15822026-05-18T06:33:18.303Z Compiling snafu v0.8.9
15832026-05-18T06:33:18.335Z Compiling bzip2 v0.6.1
15842026-05-18T06:33:18.352Z Compiling walkdir v2.5.0
15852026-05-18T06:33:18.452Z Compiling strum v0.27.2
15862026-05-18T06:33:18.559Z Compiling toml_edit v0.19.15
15872026-05-18T06:33:18.574Z Compiling daft v0.1.5
15882026-05-18T06:33:18.597Z Compiling hashbrown v0.15.5
15892026-05-18T06:33:18.693Z Compiling elliptic-curve v0.13.8
15902026-05-18T06:33:18.722Z Compiling phf v0.13.1
15912026-05-18T06:33:18.857Z Compiling signal-hook-mio v0.2.5
15922026-05-18T06:33:18.888Z Compiling cargo_metadata v0.19.2
15932026-05-18T06:33:18.964Z Compiling cookie_store v0.22.1
15942026-05-18T06:33:18.993Z Compiling hubpack v0.1.2
15952026-05-18T06:33:19.035Z Compiling bzip2 v0.4.4
15962026-05-18T06:33:19.147Z Compiling usdt-attr-macro v0.6.0
15972026-05-18T06:33:19.185Z Compiling usdt-macro v0.6.0
15982026-05-18T06:33:19.207Z Compiling futures v0.3.32
15992026-05-18T06:33:19.258Z Compiling serde_with_macros v3.17.0
16002026-05-18T06:33:19.319Z Compiling postgres-types v0.2.12
16012026-05-18T06:33:19.408Z Compiling zstd v0.13.3
16022026-05-18T06:33:19.529Z Compiling dtrace-parser v0.2.0
16032026-05-18T06:33:19.661Z Compiling globset v0.4.18
16042026-05-18T06:33:19.721Z Compiling ed25519 v2.2.3
16052026-05-18T06:33:19.950Z Compiling pkcs1 v0.7.5
16062026-05-18T06:33:20.031Z Compiling serde_plain v1.0.2
16072026-05-18T06:33:20.087Z Compiling serde-big-array v0.5.1
16082026-05-18T06:33:20.258Z Compiling olpc-cjson v0.1.4
16092026-05-18T06:33:20.273Z Compiling rfc6979 v0.4.0
16102026-05-18T06:33:20.386Z Compiling serde_repr v0.1.20
16112026-05-18T06:33:20.411Z Compiling enum-as-inner v0.6.1
16122026-05-18T06:33:20.412Z Compiling clap_derive v4.5.55
16132026-05-18T06:33:20.434Z Compiling async-recursion v1.1.1
16142026-05-18T06:33:20.437Z Compiling strum_macros v0.26.4
16152026-05-18T06:33:20.467Z Compiling phf_shared v0.11.3
16162026-05-18T06:33:20.470Z Compiling float-cmp v0.10.0
16172026-05-18T06:33:20.512Z Compiling pem v3.0.6
16182026-05-18T06:33:20.652Z Compiling thread-id v4.2.2
16192026-05-18T06:33:20.675Z Compiling memmap2 v0.9.10
16202026-05-18T06:33:20.708Z Compiling env_filter v1.0.0
16212026-05-18T06:33:20.760Z Compiling data-encoding v2.10.0
16222026-05-18T06:33:20.910Z Compiling typed-path v0.9.3
16232026-05-18T06:33:20.927Z Compiling hyper v1.8.1
16242026-05-18T06:33:20.965Z Compiling static_assertions v1.1.0
16252026-05-18T06:33:20.989Z Compiling normalize-line-endings v0.3.0
16262026-05-18T06:33:21.047Z Compiling rustc-hash v2.1.1
16272026-05-18T06:33:21.061Z Compiling either v1.15.0
16282026-05-18T06:33:21.102Z Compiling keccak v0.1.6
16292026-05-18T06:33:21.173Z Compiling jiff v0.2.21
16302026-05-18T06:33:21.193Z Compiling predicates-core v1.0.10
16312026-05-18T06:33:21.226Z Compiling difflib v0.4.0
16322026-05-18T06:33:21.291Z Compiling fixedbitset v0.4.2
16332026-05-18T06:33:21.398Z Compiling precomputed-hash v0.1.1
16342026-05-18T06:33:21.414Z Compiling whoami v2.1.0
16352026-05-18T06:33:21.505Z Compiling fixedbitset v0.5.7
16362026-05-18T06:33:21.535Z Compiling new_debug_unreachable v1.0.6
16372026-05-18T06:33:21.540Z Compiling predicates v3.1.4
16382026-05-18T06:33:21.641Z Compiling string_cache v0.8.9
16392026-05-18T06:33:21.847Z Compiling petgraph v0.8.3
16402026-05-18T06:33:21.862Z Compiling tokio-postgres v0.7.16
16412026-05-18T06:33:21.865Z Compiling petgraph v0.6.5
16422026-05-18T06:33:21.895Z Compiling toml_edit v0.22.27
16432026-05-18T06:33:21.908Z Compiling sha3 v0.10.8
16442026-05-18T06:33:22.006Z Compiling itertools v0.13.0
16452026-05-18T06:33:22.035Z Compiling iddqd v0.3.18
16462026-05-18T06:33:22.243Z Compiling hyper-util v0.1.20
16472026-05-18T06:33:22.268Z Compiling hickory-proto v0.25.2
16482026-05-18T06:33:22.343Z Compiling strum v0.26.3
16492026-05-18T06:33:22.346Z Compiling clap v4.5.60
16502026-05-18T06:33:22.422Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-18T06:33:22.460Z Compiling env_logger v0.11.9
16522026-05-18T06:33:22.504Z Compiling usdt v0.6.0
16532026-05-18T06:33:22.625Z Compiling usdt-impl v0.5.0
16542026-05-18T06:33:22.791Z Compiling serde_with v3.17.0
16552026-05-18T06:33:22.840Z Compiling ecdsa v0.16.9
16562026-05-18T06:33:23.258Z Compiling rsa v0.9.10
16572026-05-18T06:33:23.274Z Compiling crossterm v0.28.1
16582026-05-18T06:33:23.278Z Compiling toml v0.7.8
16592026-05-18T06:33:23.311Z Compiling ed25519-dalek v2.2.0
16602026-05-18T06:33:23.867Z Compiling hyper-tls v0.6.0
16612026-05-18T06:33:23.882Z Compiling zip v4.6.1
16622026-05-18T06:33:24.024Z Compiling zip v0.6.6
16632026-05-18T06:33:24.400Z Compiling tokio-stream v0.1.18
16642026-05-18T06:33:24.499Z Compiling toml_parser v1.0.9+spec-1.1.0
16652026-05-18T06:33:24.561Z Compiling buf-list v1.1.2
16662026-05-18T06:33:24.651Z Compiling similar v2.7.0
16672026-05-18T06:33:24.679Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16682026-05-18T06:33:24.696Z Compiling openapiv3 v2.2.0
16692026-05-18T06:33:24.764Z Compiling x509-cert v0.2.5
16702026-05-18T06:33:24.909Z Compiling sha1 v0.10.6
16712026-05-18T06:33:24.938Z Compiling crossbeam-epoch v0.9.18
16722026-05-18T06:33:24.971Z Compiling toml_datetime v0.7.5+spec-1.1.0
16732026-05-18T06:33:25.021Z Compiling peg-runtime v0.8.5
16742026-05-18T06:33:25.175Z Compiling lalrpop-util v0.19.12
16752026-05-18T06:33:25.234Z Compiling thread_local v1.1.9
16762026-05-18T06:33:25.288Z Compiling slog-async v2.8.0
16772026-05-18T06:33:25.303Z Compiling crossbeam-channel v0.5.15
16782026-05-18T06:33:25.341Z Compiling filetime v0.2.27
16792026-05-18T06:33:25.396Z Compiling is-terminal v0.4.17
16802026-05-18T06:33:25.434Z Compiling take_mut v0.2.2
16812026-05-18T06:33:25.476Z Compiling term v1.2.1
16822026-05-18T06:33:25.519Z Compiling xattr v1.6.1
16832026-05-18T06:33:25.656Z Compiling tar v0.4.45
16842026-05-18T06:33:25.783Z Compiling slog-term v2.9.2
16852026-05-18T06:33:43.437Z Compiling rustls-webpki v0.103.9
16862026-05-18T06:33:46.302Z Compiling tokio-rustls v0.26.4
16872026-05-18T06:33:46.302Z Compiling rustls-platform-verifier v0.6.2
16882026-05-18T06:33:46.505Z Compiling hyper-rustls v0.27.7
16892026-05-18T06:33:46.702Z Compiling reqwest v0.12.28
16902026-05-18T06:33:46.702Z Compiling reqwest v0.13.2
16912026-05-18T06:33:47.921Z Compiling tough v0.22.0
16922026-05-18T06:33:50.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16932026-05-18T06:33:50.719Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16942026-05-18T06:33:53.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.39s
16952026-05-18T06:33:53.706Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16962026-05-18T06:33:53.765ZMay 18 06:33:53.356 INFO Starting download, target: Cockroach
16972026-05-18T06:33:53.766ZMay 18 06:33:53.357 INFO Starting download, target: Console
16982026-05-18T06:33:53.766ZMay 18 06:33:53.357 INFO Starting download, target: DendriteStub
16992026-05-18T06:33:53.766ZMay 18 06:33:53.357 INFO Starting download, target: Clickhouse
17002026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Starting download, target: MaghemiteMgd
17012026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Starting download, target: TransceiverControl
17022026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17042026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17062026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072026-05-18T06:33:53.769ZMay 18 06:33:53.357 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17082026-05-18T06:33:54.276ZMay 18 06:33:53.858 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17092026-05-18T06:33:54.497ZMay 18 06:33:54.071 INFO Download complete, target: TransceiverControl
17102026-05-18T06:33:54.851ZMay 18 06:33:54.432 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17112026-05-18T06:33:55.078ZMay 18 06:33:54.664 INFO Download complete, target: Console
17122026-05-18T06:33:55.693ZMay 18 06:33:55.265 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17132026-05-18T06:33:56.226ZMay 18 06:33:55.816 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17142026-05-18T06:33:56.387ZMay 18 06:33:55.976 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17152026-05-18T06:33:56.652ZMay 18 06:33:56.245 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-05-18T06:33:56.652ZMay 18 06:33:56.245 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-05-18T06:33:58.615ZMay 18 06:33:58.208 INFO Download complete, target: DendriteStub
17182026-05-18T06:33:58.861ZMay 18 06:33:58.453 INFO Download complete, target: MaghemiteMgd
17192026-05-18T06:34:01.540ZMay 18 06:34:01.132 INFO Checking that binary works, target: Cockroach
17202026-05-18T06:34:01.668ZMay 18 06:34:01.257 INFO Download complete, target: Cockroach
17212026-05-18T06:34:02.648ZMay 18 06:34:02.239 INFO Checking that binary works, target: Clickhouse
17222026-05-18T06:34:02.734ZMay 18 06:34:02.327 INFO Download complete, target: Clickhouse
17232026-05-18T06:34:02.741ZAll prerequisites installed successfully
17242026-05-18T06:34:02.744Z
17252026-05-18T06:34:02.744Zreal 2:02.458414886
17262026-05-18T06:34:02.744Zuser 7:08.517731411
17272026-05-18T06:34:02.744Zsys 1:47.862904016
17282026-05-18T06:34:02.744Ztrap 0.278654232
17292026-05-18T06:34:02.744Ztflt 1.186518180
17302026-05-18T06:34:02.744Zdflt 1.934289758
17312026-05-18T06:34:02.744Zkflt 0.023457342
17322026-05-18T06:34:02.744Zlock 23:19.285590334
17332026-05-18T06:34:02.744Zslp 19:30.062069742
17342026-05-18T06:34:02.744Zlat 27.530206438
17352026-05-18T06:34:02.745Zstop 3:01.866896060
17362026-05-18T06:34:02.745Z+ ptime -m cargo xtask download softnpu
17372026-05-18T06:34:03.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17382026-05-18T06:34:03.312Z Running `target/debug/xtask download softnpu`
17392026-05-18T06:34:04.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17402026-05-18T06:34:04.168Z Running `target/debug/xtask-downloader softnpu`
17412026-05-18T06:34:04.202ZMay 18 06:34:03.795 INFO Starting download, target: Softnpu
17422026-05-18T06:34:04.207ZMay 18 06:34:03.796 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17432026-05-18T06:34:04.684ZMay 18 06:34:04.277 INFO Download complete, target: Softnpu
17442026-05-18T06:34:04.689Z
17452026-05-18T06:34:04.689Zreal 1.939645364
17462026-05-18T06:34:04.689Zuser 1.361912323
17472026-05-18T06:34:04.689Zsys 0.671885288
17482026-05-18T06:34:04.689Ztrap 0.000414850
17492026-05-18T06:34:04.689Ztflt 0.000113580
17502026-05-18T06:34:04.689Zdflt 0.000276590
17512026-05-18T06:34:04.689Zkflt 0.000000000
17522026-05-18T06:34:04.689Zlock 8.802567837
17532026-05-18T06:34:04.689Zslp 0.347945346
17542026-05-18T06:34:04.689Zlat 0.091776483
17552026-05-18T06:34:04.689Zstop 0.000179850
17562026-05-18T06:34:04.693Z+ export CARGO_INCREMENTAL=0
17572026-05-18T06:34:04.693Z+ CARGO_INCREMENTAL=0
17582026-05-18T06:34:04.693Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17592026-05-18T06:34:05.604Z Compiling proc-macro2 v1.0.106
17602026-05-18T06:34:05.604Z Compiling quote v1.0.45
17612026-05-18T06:34:05.604Z Compiling unicode-ident v1.0.24
17622026-05-18T06:34:05.604Z Compiling libc v0.2.185
17632026-05-18T06:34:05.613Z Compiling serde_core v1.0.228
17642026-05-18T06:34:05.613Z Compiling serde v1.0.228
17652026-05-18T06:34:05.613Z Compiling cfg-if v1.0.4
17662026-05-18T06:34:05.613Z Compiling version_check v0.9.5
17672026-05-18T06:34:05.613Z Compiling shlex v1.3.0
17682026-05-18T06:34:05.613Z Compiling find-msvc-tools v0.1.9
17692026-05-18T06:34:05.613Z Compiling typenum v1.19.0
17702026-05-18T06:34:05.613Z Compiling zmij v1.0.21
17712026-05-18T06:34:05.613Z Compiling autocfg v1.5.0
17722026-05-18T06:34:05.613Z Compiling memchr v2.8.0
17732026-05-18T06:34:05.614Z Compiling serde_json v1.0.149
17742026-05-18T06:34:05.980Z Compiling portable-atomic v1.13.1
17752026-05-18T06:34:06.008Z Compiling libm v0.2.16
17762026-05-18T06:34:06.042Z Compiling zerocopy v0.8.40
17772026-05-18T06:34:06.231Z Compiling generic-array v0.14.7
17782026-05-18T06:34:06.231Z Compiling num-traits v0.2.19
17792026-05-18T06:34:06.234Z Compiling smallvec v1.15.1
17802026-05-18T06:34:06.234Z Compiling parking_lot_core v0.9.12
17812026-05-18T06:34:06.325Z Compiling icu_properties_data v2.1.2
17822026-05-18T06:34:06.370Z Compiling icu_normalizer_data v2.1.1
17832026-05-18T06:34:06.374Z Compiling itoa v1.0.17
17842026-05-18T06:34:06.415Z Compiling getrandom v0.4.1
17852026-05-18T06:34:06.439Z Compiling log v0.4.29
17862026-05-18T06:34:06.471Z Compiling stable_deref_trait v1.2.1
17872026-05-18T06:34:06.530Z Compiling pkg-config v0.3.32
17882026-05-18T06:34:06.568Z Compiling subtle v2.6.1
17892026-05-18T06:34:06.704Z Compiling scopeguard v1.2.0
17902026-05-18T06:34:06.781Z Compiling litemap v0.8.1
17912026-05-18T06:34:06.785Z Compiling writeable v0.6.2
17922026-05-18T06:34:06.814Z Compiling jobserver v0.1.34
17932026-05-18T06:34:06.818Z Compiling getrandom v0.2.17
17942026-05-18T06:34:06.881Z Compiling errno v0.3.14
17952026-05-18T06:34:06.907Z Compiling lock_api v0.4.14
17962026-05-18T06:34:06.954Z Compiling percent-encoding v2.3.2
17972026-05-18T06:34:07.011Z Compiling rand_core v0.6.4
17982026-05-18T06:34:07.054Z Compiling cc v1.2.56
17992026-05-18T06:34:07.172Z Compiling fnv v1.0.7
18002026-05-18T06:34:07.185Z Compiling pin-project-lite v0.2.17
18012026-05-18T06:34:07.309Z Compiling thiserror v2.0.18
18022026-05-18T06:34:07.329Z Compiling syn v2.0.117
18032026-05-18T06:34:07.356Z Compiling getrandom v0.3.4
18042026-05-18T06:34:07.377Z Compiling equivalent v1.0.2
18052026-05-18T06:34:07.430Z Compiling fs_extra v1.3.0
18062026-05-18T06:34:07.443Z Compiling dunce v1.0.5
18072026-05-18T06:34:07.443Z Compiling schemars v0.8.22
18082026-05-18T06:34:07.452Z Compiling rustversion v1.0.22
18092026-05-18T06:34:07.537Z Compiling rand_core v0.10.0
18102026-05-18T06:34:07.541Z Compiling utf8_iter v1.0.4
18112026-05-18T06:34:07.643Z Compiling form_urlencoded v1.2.2
18122026-05-18T06:34:07.733Z Compiling critical-section v1.2.0
18132026-05-18T06:34:07.746Z Compiling signal-hook-registry v1.4.8
18142026-05-18T06:34:07.848Z Compiling cmake v0.1.57
18152026-05-18T06:34:07.891Z Compiling hashbrown v0.17.0
18162026-05-18T06:34:07.897Z Compiling rustix v1.1.3
18172026-05-18T06:34:07.993Z Compiling semver v1.0.28
18182026-05-18T06:34:08.100Z Compiling bitflags v2.11.0
18192026-05-18T06:34:08.252Z Compiling once_cell v1.21.3
18202026-05-18T06:34:08.270Z Compiling parking_lot v0.12.5
18212026-05-18T06:34:08.291Z Compiling mio v1.2.0
18222026-05-18T06:34:08.323Z Compiling socket2 v0.6.3
18232026-05-18T06:34:08.353Z Compiling const-oid v0.9.6
18242026-05-18T06:34:08.437Z Compiling ring v0.17.14
18252026-05-18T06:34:08.489Z Compiling aws-lc-sys v0.40.0
18262026-05-18T06:34:08.531Z Compiling indexmap v2.14.0
18272026-05-18T06:34:08.629Z Compiling aws-lc-rs v1.16.3
18282026-05-18T06:34:08.703Z Compiling futures-core v0.3.32
18292026-05-18T06:34:08.849Z Compiling httparse v1.10.1
18302026-05-18T06:34:08.918Z Compiling thiserror v1.0.69
18312026-05-18T06:34:08.925Z Compiling strsim v0.11.1
18322026-05-18T06:34:08.942Z Compiling vcpkg v0.2.15
18332026-05-18T06:34:09.124Z Compiling byteorder v1.5.0
18342026-05-18T06:34:09.176Z Compiling ucd-trie v0.1.7
18352026-05-18T06:34:09.229Z Compiling iana-time-zone v0.1.65
18362026-05-18T06:34:09.280Z Compiling heck v0.5.0
18372026-05-18T06:34:09.298Z Compiling syn v1.0.109
18382026-05-18T06:34:09.301Z Compiling ident_case v1.0.1
18392026-05-18T06:34:09.331Z Compiling regex-syntax v0.8.10
18402026-05-18T06:34:09.351Z Compiling pest v2.8.6
18412026-05-18T06:34:09.379Z Compiling uuid v1.23.0
18422026-05-18T06:34:09.431Z Compiling cpufeatures v0.2.17
18432026-05-18T06:34:09.446Z Compiling rustls v0.23.37
18442026-05-18T06:34:09.547Z Compiling openssl-sys v0.9.115
18452026-05-18T06:34:09.701Z Compiling futures-sink v0.3.32
18462026-05-18T06:34:09.701Z Compiling rustc_version v0.4.1
18472026-05-18T06:34:09.846Z Compiling futures-channel v0.3.32
18482026-05-18T06:34:09.863Z Compiling futures-io v0.3.32
18492026-05-18T06:34:09.927Z Compiling futures-task v0.3.32
18502026-05-18T06:34:09.980Z Compiling slab v0.4.12
18512026-05-18T06:34:10.096Z Compiling aho-corasick v1.1.4
18522026-05-18T06:34:10.133Z Compiling dyn-clone v1.0.20
18532026-05-18T06:34:10.201Z Compiling synstructure v0.13.2
18542026-05-18T06:34:10.222Z Compiling serde_derive_internals v0.29.1
18552026-05-18T06:34:10.454Z Compiling openssl v0.10.79
18562026-05-18T06:34:10.495Z Compiling crc32fast v1.5.0
18572026-05-18T06:34:10.498Z Compiling base64 v0.22.1
18582026-05-18T06:34:10.641Z Compiling pest_meta v2.8.6
18592026-05-18T06:34:10.666Z Compiling plain v0.2.3
18602026-05-18T06:34:10.788Z Compiling crossbeam-utils v0.8.21
18612026-05-18T06:34:10.816Z Compiling time-core v0.1.8
18622026-05-18T06:34:10.836Z Compiling num-conv v0.2.0
18632026-05-18T06:34:10.985Z Compiling pretty-hex v0.4.1
18642026-05-18T06:34:11.003Z Compiling native-tls v0.2.18
18652026-05-18T06:34:11.006Z Compiling time-macros v0.2.27
18662026-05-18T06:34:11.039Z Compiling regex-automata v0.4.14
18672026-05-18T06:34:11.056Z Compiling anyhow v1.0.102
18682026-05-18T06:34:11.092Z Compiling base64ct v1.8.3
18692026-05-18T06:34:11.096Z Compiling darling_core v0.21.3
18702026-05-18T06:34:11.257Z Compiling pest_generator v2.8.6
18712026-05-18T06:34:11.276Z Compiling tracing-core v0.1.36
18722026-05-18T06:34:11.276Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18732026-05-18T06:34:11.397Z Compiling pem-rfc7468 v0.7.0
18742026-05-18T06:34:11.611Z Compiling serde_derive v1.0.228
18752026-05-18T06:34:11.660Z Compiling zeroize_derive v1.4.3
18762026-05-18T06:34:11.679Z Compiling zerofrom-derive v0.1.6
18772026-05-18T06:34:11.695Z Compiling yoke-derive v0.8.1
18782026-05-18T06:34:11.710Z Compiling zerovec-derive v0.11.2
18792026-05-18T06:34:11.714Z Compiling displaydoc v0.2.5
18802026-05-18T06:34:11.931Z Compiling zerocopy-derive v0.8.40
18812026-05-18T06:34:11.964Z Compiling tokio-macros v2.7.0
18822026-05-18T06:34:12.031Z Compiling futures-macro v0.3.32
18832026-05-18T06:34:12.301Z Compiling zeroize v1.8.2
18842026-05-18T06:34:12.439Z Compiling thiserror-impl v2.0.18
18852026-05-18T06:34:12.707Z Compiling schemars_derive v0.8.22
18862026-05-18T06:34:12.710Z Compiling tracing-attributes v0.1.31
18872026-05-18T06:34:12.802Z Compiling der_derive v0.7.3
18882026-05-18T06:34:12.848Z Compiling thiserror-impl v1.0.69
18892026-05-18T06:34:12.866Z Compiling zerofrom v0.1.6
18902026-05-18T06:34:13.018Z Compiling yoke v0.8.1
18912026-05-18T06:34:13.146Z Compiling crypto-common v0.1.7
18922026-05-18T06:34:13.246Z Compiling zerovec v0.11.5
18932026-05-18T06:34:13.324Z Compiling zerotrie v0.2.3
18942026-05-18T06:34:13.394Z Compiling block-buffer v0.10.4
18952026-05-18T06:34:13.671Z Compiling digest v0.10.7
18962026-05-18T06:34:13.818Z Compiling tinystr v0.8.2
18972026-05-18T06:34:13.895Z Compiling potential_utf v0.1.4
18982026-05-18T06:34:13.937Z Compiling pest_derive v2.8.6
18992026-05-18T06:34:13.956Z Compiling futures-util v0.3.32
19002026-05-18T06:34:14.013Z Compiling icu_locale_core v2.1.1
19012026-05-18T06:34:14.017Z Compiling hmac v0.12.1
19022026-05-18T06:34:14.064Z Compiling icu_collections v2.1.1
19032026-05-18T06:34:14.122Z Compiling block-padding v0.3.3
19042026-05-18T06:34:14.189Z Compiling rustls-pki-types v1.14.0
19052026-05-18T06:34:14.305Z Compiling inout v0.1.4
19062026-05-18T06:34:14.486Z Compiling openssl-macros v0.1.1
19072026-05-18T06:34:14.668Z Compiling cipher v0.4.4
19082026-05-18T06:34:14.856Z Compiling bytes v1.11.1
19092026-05-18T06:34:14.911Z Compiling icu_provider v2.1.1
19102026-05-18T06:34:14.952Z Compiling chrono v0.4.44
19112026-05-18T06:34:14.970Z Compiling serde_tokenstream v0.2.3
19122026-05-18T06:34:14.984Z Compiling sha2 v0.10.9
19132026-05-18T06:34:15.274Z Compiling icu_normalizer v2.1.1
19142026-05-18T06:34:15.291Z Compiling icu_properties v2.1.2
19152026-05-18T06:34:15.359Z Compiling scroll_derive v0.12.1
19162026-05-18T06:34:15.373Z Compiling scroll_derive v0.13.1
19172026-05-18T06:34:15.549Z Compiling tokio v1.52.1
19182026-05-18T06:34:16.158Z Compiling http v1.4.0
19192026-05-18T06:34:16.331Z Compiling idna_adapter v1.2.1
19202026-05-18T06:34:16.504Z Compiling idna v1.1.0
19212026-05-18T06:34:16.521Z Compiling ppv-lite86 v0.2.21
19222026-05-18T06:34:16.622Z Compiling untrusted v0.9.0
19232026-05-18T06:34:16.712Z Compiling flagset v0.4.7
19242026-05-18T06:34:16.781Z Compiling tracing v0.1.44
19252026-05-18T06:34:16.868Z Compiling url v2.5.8
19262026-05-18T06:34:16.883Z Compiling der v0.7.10
19272026-05-18T06:34:17.057Z Compiling darling_macro v0.21.3
19282026-05-18T06:34:17.073Z Compiling regex v1.12.3
19292026-05-18T06:34:17.121Z Compiling zerocopy-derive v0.7.35
19302026-05-18T06:34:17.226Z Compiling rand_core v0.9.5
19312026-05-18T06:34:17.569Z Compiling slog v2.8.2
19322026-05-18T06:34:17.943Z Compiling spki v0.7.3
19332026-05-18T06:34:18.055Z Compiling darling v0.21.3
19342026-05-18T06:34:18.159Z Compiling salsa20 v0.10.2
19352026-05-18T06:34:18.179Z Compiling pbkdf2 v0.12.2
19362026-05-18T06:34:18.666Z Compiling cookie v0.18.1
19372026-05-18T06:34:18.682Z Compiling camino v1.2.2
19382026-05-18T06:34:19.027Z Compiling scrypt v0.11.0
19392026-05-18T06:34:19.053Z Compiling http-body v1.0.1
19402026-05-18T06:34:19.070Z Compiling rand_chacha v0.9.0
19412026-05-18T06:34:19.209Z Compiling aes v0.8.4
19422026-05-18T06:34:19.237Z Compiling cbc v0.1.2
19432026-05-18T06:34:19.360Z Compiling usdt-impl v0.5.0
19442026-05-18T06:34:19.388Z Compiling openssl-probe v0.2.1
19452026-05-18T06:34:19.404Z Compiling usdt-impl v0.6.0
19462026-05-18T06:34:19.487Z Compiling either v1.15.0
19472026-05-18T06:34:19.503Z Compiling tokio-util v0.7.18
19482026-05-18T06:34:19.525Z Compiling atomic-waker v1.1.2
19492026-05-18T06:34:19.555Z Compiling unicode-segmentation v1.12.0
19502026-05-18T06:34:19.576Z Compiling winnow v0.7.14
19512026-05-18T06:34:19.618Z Compiling untrusted v0.7.1
19522026-05-18T06:34:19.652Z Compiling tinyvec_macros v0.1.1
19532026-05-18T06:34:19.726Z Compiling ref-cast v1.0.25
19542026-05-18T06:34:19.741Z Compiling paste v1.0.15
19552026-05-18T06:34:19.772Z Compiling tinyvec v1.10.0
19562026-05-18T06:34:19.839Z Compiling pkcs5 v0.7.1
19572026-05-18T06:34:20.156Z Compiling rand v0.9.2
19582026-05-18T06:34:20.486Z Compiling scroll v0.13.0
19592026-05-18T06:34:20.524Z Compiling scroll v0.12.0
19602026-05-18T06:34:20.649Z Compiling toml_datetime v0.6.11
19612026-05-18T06:34:20.767Z Compiling serde_spanned v0.6.9
19622026-05-18T06:34:20.786Z Compiling async-trait v0.1.89
19632026-05-18T06:34:20.825Z Compiling heapless v0.7.17
19642026-05-18T06:34:20.906Z Compiling bzip2-sys v0.1.13+1.0.8
19652026-05-18T06:34:20.922Z Compiling try-lock v0.2.5
19662026-05-18T06:34:20.940Z Compiling tower-layer v0.3.3
19672026-05-18T06:34:20.959Z Compiling zstd-safe v7.2.4
19682026-05-18T06:34:21.129Z Compiling fastrand v2.3.0
19692026-05-18T06:34:21.231Z Compiling tower-service v0.3.3
19702026-05-18T06:34:21.248Z Compiling signal-hook v0.3.18
19712026-05-18T06:34:21.344Z Compiling h2 v0.4.13
19722026-05-18T06:34:21.359Z Compiling want v0.3.1
19732026-05-18T06:34:21.463Z Compiling toml_parser v1.0.9+spec-1.1.0
19742026-05-18T06:34:21.565Z Compiling goblin v0.8.2
19752026-05-18T06:34:21.603Z Compiling goblin v0.10.5
19762026-05-18T06:34:21.707Z Compiling pkcs8 v0.10.2
19772026-05-18T06:34:21.884Z Compiling heck v0.4.1
19782026-05-18T06:34:22.028Z Compiling zerocopy v0.7.35
19792026-05-18T06:34:22.057Z Compiling ipnet v2.11.0
19802026-05-18T06:34:22.214Z Compiling ref-cast-impl v1.0.25
19812026-05-18T06:34:22.303Z Compiling darling_core v0.20.11
19822026-05-18T06:34:22.532Z Compiling curve25519-dalek v4.1.3
19832026-05-18T06:34:22.619Z Compiling toml_datetime v0.7.5+spec-1.1.0
19842026-05-18T06:34:22.803Z Compiling memoffset v0.9.1
19852026-05-18T06:34:22.819Z Compiling winnow v0.5.40
19862026-05-18T06:34:22.927Z Compiling foreign-types-shared v0.1.1
19872026-05-18T06:34:23.034Z Compiling pin-utils v0.1.0
19882026-05-18T06:34:23.038Z Compiling litrs v1.0.0
19892026-05-18T06:34:23.133Z Compiling httpdate v1.0.3
19902026-05-18T06:34:23.555Z Compiling rustix v0.38.44
19912026-05-18T06:34:23.585Z Compiling document-features v0.2.12
19922026-05-18T06:34:23.659Z Compiling foreign-types v0.3.2
19932026-05-18T06:34:23.732Z Compiling tempfile v3.25.0
19942026-05-18T06:34:23.933Z Compiling dof v0.3.0
19952026-05-18T06:34:24.147Z Compiling dtrace-parser v0.2.0
19962026-05-18T06:34:24.334Z Compiling toml_edit v0.19.15
19972026-05-18T06:34:24.360Z Compiling darling_macro v0.20.11
19982026-05-18T06:34:24.378Z Compiling unicode-normalization v0.1.25
19992026-05-18T06:34:24.519Z Compiling hyper v1.8.1
20002026-05-18T06:34:24.578Z Compiling dof v0.4.0
20012026-05-18T06:34:24.845Z Compiling dtrace-parser v0.3.0
20022026-05-18T06:34:24.916Z Compiling pin-project-internal v1.1.11
20032026-05-18T06:34:24.989Z Compiling daft-derive v0.1.5
20042026-05-18T06:34:25.106Z Compiling spin v0.9.8
20052026-05-18T06:34:25.194Z Compiling thread-id v5.1.0
20062026-05-18T06:34:25.249Z Compiling thread-id v4.2.2
20072026-05-18T06:34:25.302Z Compiling smoltcp v0.9.1
20082026-05-18T06:34:25.363Z Compiling num-bigint-dig v0.8.6
20092026-05-18T06:34:25.483Z Compiling powerfmt v0.2.0
20102026-05-18T06:34:25.501Z Compiling cfg_aliases v0.2.1
20112026-05-18T06:34:25.597Z Compiling nix v0.31.2
20122026-05-18T06:34:25.655Z Compiling hyper-util v0.1.20
20132026-05-18T06:34:25.682Z Compiling deranged v0.5.8
20142026-05-18T06:34:25.989Z Compiling darling v0.20.11
20152026-05-18T06:34:26.111Z Compiling rustls-native-certs v0.8.3
20162026-05-18T06:34:26.178Z Compiling ipnetwork v0.21.1
20172026-05-18T06:34:26.710Z Compiling strum_macros v0.26.4
20182026-05-18T06:34:26.845Z Compiling curve25519-dalek-derive v0.1.1
20192026-05-18T06:34:26.882Z Compiling sync_wrapper v1.0.2
20202026-05-18T06:34:26.923Z Compiling wait-timeout v0.2.1
20212026-05-18T06:34:27.016Z Compiling num_threads v0.1.7
20222026-05-18T06:34:27.132Z Compiling anstyle v1.0.13
20232026-05-18T06:34:27.172Z Compiling utf8parse v0.2.2
20242026-05-18T06:34:27.382Z Compiling quick-error v1.2.3
20252026-05-18T06:34:27.399Z Compiling bit-vec v0.8.0
20262026-05-18T06:34:27.415Z Compiling simd-adler32 v0.3.8
20272026-05-18T06:34:27.514Z Compiling siphasher v1.0.2
20282026-05-18T06:34:27.654Z Compiling time v0.3.47
20292026-05-18T06:34:27.687Z Compiling bit-set v0.8.0
20302026-05-18T06:34:27.689Z Compiling rusty-fork v0.3.1
20312026-05-18T06:34:27.882Z Compiling anstyle-parse v0.2.7
20322026-05-18T06:34:28.023Z Compiling tower v0.5.3
20332026-05-18T06:34:28.426Z Compiling derive_builder_core v0.20.2
20342026-05-18T06:34:28.456Z Compiling snafu-derive v0.8.9
20352026-05-18T06:34:28.531Z Compiling http-body-util v0.1.3
20362026-05-18T06:34:28.745Z Compiling webpki-roots v1.0.6
20372026-05-18T06:34:28.875Z Compiling rand_xorshift v0.4.0
20382026-05-18T06:34:28.893Z Compiling signature v2.2.0
20392026-05-18T06:34:28.939Z Compiling hubpack_derive v0.1.1
20402026-05-18T06:34:29.048Z Compiling strum_macros v0.27.2
20412026-05-18T06:34:29.278Z Compiling ahash v0.8.12
20422026-05-18T06:34:29.320Z Compiling fs-err v3.3.0
20432026-05-18T06:34:29.374Z Compiling colorchoice v1.0.4
20442026-05-18T06:34:29.428Z Compiling unarray v0.1.4
20452026-05-18T06:34:29.495Z Compiling ryu v1.0.23
20462026-05-18T06:34:29.513Z Compiling adler2 v2.0.1
20472026-05-18T06:34:29.547Z Compiling iri-string v0.7.10
20482026-05-18T06:34:29.651Z Compiling allocator-api2 v0.2.21
20492026-05-18T06:34:29.680Z Compiling object v0.37.3
20502026-05-18T06:34:29.696Z Compiling unicode-bidi v0.3.18
20512026-05-18T06:34:29.699Z Compiling unicode-properties v0.1.4
20522026-05-18T06:34:29.727Z Compiling is_terminal_polyfill v1.70.2
20532026-05-18T06:34:29.778Z Compiling anstyle-query v1.1.5
20542026-05-18T06:34:29.866Z Compiling anstream v0.6.21
20552026-05-18T06:34:29.904Z Compiling serde_urlencoded v0.7.1
20562026-05-18T06:34:29.975Z Compiling miniz_oxide v0.8.9
20572026-05-18T06:34:30.054Z Compiling stringprep v0.1.5
20582026-05-18T06:34:30.221Z Compiling proptest v1.10.0
20592026-05-18T06:34:30.256Z Compiling derive_builder_macro v0.20.2
20602026-05-18T06:34:30.502Z Compiling tokio-native-tls v0.3.1
20612026-05-18T06:34:30.558Z Compiling usdt-attr-macro v0.6.0
20622026-05-18T06:34:30.669Z Compiling usdt-macro v0.6.0
20632026-05-18T06:34:30.805Z Compiling tower-http v0.6.8
20642026-05-18T06:34:31.078Z Compiling rand_chacha v0.3.1
20652026-05-18T06:34:31.100Z Compiling erased-serde v0.3.31
20662026-05-18T06:34:31.145Z Compiling md-5 v0.10.6
20672026-05-18T06:34:31.218Z Compiling bstr v1.12.1
20682026-05-18T06:34:31.319Z Compiling num-integer v0.1.46
20692026-05-18T06:34:31.368Z Compiling hash32 v0.2.1
20702026-05-18T06:34:31.425Z Compiling vergen-lib v0.1.6
20712026-05-18T06:34:31.481Z Compiling ff v0.13.1
20722026-05-18T06:34:31.583Z Compiling zlib-rs v0.6.2
20732026-05-18T06:34:31.654Z Compiling fallible-iterator v0.2.0
20742026-05-18T06:34:31.656Z Compiling base16ct v0.2.0
20752026-05-18T06:34:31.705Z Compiling psl-types v2.0.11
20762026-05-18T06:34:31.791Z Compiling group v0.13.0
20772026-05-18T06:34:31.808Z Compiling sec1 v0.7.3
20782026-05-18T06:34:31.827Z Compiling publicsuffix v2.3.0
20792026-05-18T06:34:31.865Z Compiling num-iter v0.1.45
20802026-05-18T06:34:31.983Z Compiling postgres-protocol v0.6.10
20812026-05-18T06:34:32.033Z Compiling rand v0.8.6
20822026-05-18T06:34:32.389Z Compiling newtype-uuid v1.3.2
20832026-05-18T06:34:32.517Z Compiling oxnet v0.1.4
20842026-05-18T06:34:32.594Z Compiling derive_builder v0.20.2
20852026-05-18T06:34:32.689Z Compiling hyper-tls v0.6.0
20862026-05-18T06:34:32.742Z Compiling phf_shared v0.13.1
20872026-05-18T06:34:32.761Z Compiling pin-project v1.1.11
20882026-05-18T06:34:32.879Z Compiling lazy_static v1.5.0
20892026-05-18T06:34:33.016Z Compiling terminal_size v0.4.3
20902026-05-18T06:34:33.032Z Compiling serde_with_macros v3.17.0
20912026-05-18T06:34:33.051Z Compiling futures-executor v0.3.32
20922026-05-18T06:34:33.054Z Compiling hex v0.4.3
20932026-05-18T06:34:33.185Z Compiling cargo-platform v0.1.9
20942026-05-18T06:34:33.390Z Compiling hkdf v0.12.4
20952026-05-18T06:34:33.461Z Compiling crypto-bigint v0.5.5
20962026-05-18T06:34:33.477Z Compiling enum-as-inner v0.6.1
20972026-05-18T06:34:33.533Z Compiling clap_derive v4.5.55
20982026-05-18T06:34:33.558Z Compiling async-recursion v1.1.1
20992026-05-18T06:34:33.701Z Compiling flate2 v1.1.9
21002026-05-18T06:34:33.762Z Compiling serde_repr v0.1.20
21012026-05-18T06:34:34.008Z Compiling vergen v9.0.6
21022026-05-18T06:34:34.134Z Compiling encoding_rs v0.8.35
21032026-05-18T06:34:34.153Z Compiling managed v0.8.0
21042026-05-18T06:34:34.153Z Compiling bitflags v1.3.2
21052026-05-18T06:34:34.242Z Compiling same-file v1.0.6
21062026-05-18T06:34:34.260Z Compiling clap_lex v1.0.0
21072026-05-18T06:34:34.263Z Compiling foldhash v0.2.0
21082026-05-18T06:34:34.326Z Compiling libbz2-rs-sys v0.2.2
21092026-05-18T06:34:34.456Z Compiling foldhash v0.1.5
21102026-05-18T06:34:34.520Z Compiling bumpalo v3.20.2
21112026-05-18T06:34:34.552Z Compiling mime v0.3.17
21122026-05-18T06:34:34.640Z Compiling hashbrown v0.15.5
21132026-05-18T06:34:34.763Z Compiling bzip2 v0.6.1
21142026-05-18T06:34:34.806Z Compiling zopfli v0.8.3
21152026-05-18T06:34:34.991Z Compiling clap_builder v4.5.60
21162026-05-18T06:34:35.045Z Compiling elliptic-curve v0.13.8
21172026-05-18T06:34:35.216Z Compiling hashbrown v0.16.1
21182026-05-18T06:34:35.283Z Compiling walkdir v2.5.0
21192026-05-18T06:34:35.429Z Compiling zstd v0.13.3
21202026-05-18T06:34:35.529Z Compiling cargo_metadata v0.19.2
21212026-05-18T06:34:35.559Z Compiling futures v0.3.32
21222026-05-18T06:34:35.724Z Compiling phf v0.13.1
21232026-05-18T06:34:35.748Z Compiling snafu v0.8.9
21242026-05-18T06:34:35.846Z Compiling daft v0.1.5
21252026-05-18T06:34:35.920Z Compiling signal-hook-mio v0.2.5
21262026-05-18T06:34:36.062Z Compiling postgres-types v0.2.12
21272026-05-18T06:34:36.116Z Compiling cookie_store v0.22.1
21282026-05-18T06:34:36.149Z Compiling bzip2 v0.4.4
21292026-05-18T06:34:36.270Z Compiling globset v0.4.18
21302026-05-18T06:34:36.378Z Compiling strum v0.27.2
21312026-05-18T06:34:36.790Z Compiling hubpack v0.1.2
21322026-05-18T06:34:36.807Z Compiling ed25519 v2.2.3
21332026-05-18T06:34:36.810Z Compiling phf_shared v0.11.3
21342026-05-18T06:34:36.838Z Compiling crossbeam-epoch v0.9.18
21352026-05-18T06:34:36.898Z Compiling olpc-cjson v0.1.4
21362026-05-18T06:34:37.022Z Compiling pkcs1 v0.7.5
21372026-05-18T06:34:37.042Z Compiling pem v3.0.6
21382026-05-18T06:34:37.154Z Compiling serde-big-array v0.5.1
21392026-05-18T06:34:37.228Z Compiling serde_plain v1.0.2
21402026-05-18T06:34:37.245Z Compiling rfc6979 v0.4.0
21412026-05-18T06:34:37.325Z Compiling float-cmp v0.10.0
21422026-05-18T06:34:37.371Z Compiling memmap2 v0.9.10
21432026-05-18T06:34:37.389Z Compiling env_filter v1.0.0
21442026-05-18T06:34:37.428Z Compiling fixedbitset v0.5.7
21452026-05-18T06:34:37.431Z Compiling precomputed-hash v0.1.1
21462026-05-18T06:34:37.431Z Compiling fixedbitset v0.4.2
21472026-05-18T06:34:37.475Z Compiling whoami v2.1.0
21482026-05-18T06:34:37.497Z Compiling predicates-core v1.0.10
21492026-05-18T06:34:37.538Z Compiling normalize-line-endings v0.3.0
21502026-05-18T06:34:37.631Z Compiling jiff v0.2.21
21512026-05-18T06:34:37.657Z Compiling static_assertions v1.1.0
21522026-05-18T06:34:37.687Z Compiling keccak v0.1.6
21532026-05-18T06:34:37.704Z Compiling new_debug_unreachable v1.0.6
21542026-05-18T06:34:37.750Z Compiling difflib v0.4.0
21552026-05-18T06:34:37.767Z Compiling toml_write v0.1.2
21562026-05-18T06:34:37.787Z Compiling typed-path v0.9.3
21572026-05-18T06:34:37.811Z Compiling data-encoding v2.10.0
21582026-05-18T06:34:37.843Z Compiling rustc-hash v2.1.1
21592026-05-18T06:34:37.960Z Compiling iddqd v0.3.18
21602026-05-18T06:34:37.992Z Compiling toml_edit v0.22.27
21612026-05-18T06:34:38.010Z Compiling predicates v3.1.4
21622026-05-18T06:34:38.244Z Compiling hickory-proto v0.25.2
21632026-05-18T06:34:38.386Z Compiling sha3 v0.10.8
21642026-05-18T06:34:38.443Z Compiling string_cache v0.8.9
21652026-05-18T06:34:38.461Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21662026-05-18T06:34:38.696Z Compiling tokio-postgres v0.7.16
21672026-05-18T06:34:38.715Z Compiling petgraph v0.8.3
21682026-05-18T06:34:38.830Z Compiling petgraph v0.6.5
21692026-05-18T06:34:38.972Z Compiling env_logger v0.11.9
21702026-05-18T06:34:39.173Z Compiling usdt v0.6.0
21712026-05-18T06:34:39.325Z Compiling ecdsa v0.16.9
21722026-05-18T06:34:39.460Z Compiling rsa v0.9.10
21732026-05-18T06:34:39.764Z Compiling ed25519-dalek v2.2.0
21742026-05-18T06:34:40.376Z Compiling zip v4.6.1
21752026-05-18T06:34:40.708Z Compiling crossterm v0.28.1
21762026-05-18T06:34:40.744Z Compiling clap v4.5.60
21772026-05-18T06:34:40.863Z Compiling zip v0.6.6
21782026-05-18T06:34:41.378Z Compiling serde_with v3.17.0
21792026-05-18T06:34:41.435Z Compiling similar v2.7.0
21802026-05-18T06:34:41.473Z Compiling strum v0.26.3
21812026-05-18T06:34:41.529Z Compiling toml v0.7.8
21822026-05-18T06:34:41.545Z Compiling tokio-stream v0.1.18
21832026-05-18T06:34:41.617Z Compiling itertools v0.13.0
21842026-05-18T06:34:41.631Z Compiling buf-list v1.1.2
21852026-05-18T06:34:41.988Z Compiling x509-cert v0.2.5
21862026-05-18T06:34:42.040Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-18T06:34:42.206Z Compiling openapiv3 v2.2.0
21882026-05-18T06:34:42.373Z Compiling sha1 v0.10.6
21892026-05-18T06:34:42.690Z Compiling lalrpop-util v0.19.12
21902026-05-18T06:34:42.907Z Compiling peg-runtime v0.8.5
21912026-05-18T06:34:59.308Z Compiling rustls-webpki v0.103.9
21922026-05-18T06:34:59.859Z Compiling macaddr v1.0.1
21932026-05-18T06:34:59.925Z Compiling structmeta-derive v0.3.0
21942026-05-18T06:34:59.994Z Compiling rayon-core v1.13.0
21952026-05-18T06:35:00.169Z Compiling crucible-workspace-hack v0.1.0
21962026-05-18T06:35:00.186Z Compiling itertools v0.14.0
21972026-05-18T06:35:00.232Z Compiling secrecy v0.10.3
21982026-05-18T06:35:00.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992026-05-18T06:35:00.408Z Compiling heapless v0.8.0
22002026-05-18T06:35:00.422Z Compiling rustls v0.22.4
22012026-05-18T06:35:00.532Z Compiling crossbeam-deque v0.8.6
22022026-05-18T06:35:00.659Z Compiling toml_edit v0.23.10+spec-1.0.0
22032026-05-18T06:35:00.674Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-05-18T06:35:00.776Z Compiling rustls-webpki v0.102.8
22052026-05-18T06:35:00.847Z Compiling hash32 v0.3.1
22062026-05-18T06:35:00.863Z Compiling multer v3.1.0
22072026-05-18T06:35:00.897Z Compiling thread_local v1.1.9
22082026-05-18T06:35:00.960Z Compiling structmeta v0.3.0
22092026-05-18T06:35:00.977Z Compiling smoltcp v0.11.0
22102026-05-18T06:35:01.056Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22112026-05-18T06:35:01.087Z Compiling unicode-width v0.2.0
22122026-05-18T06:35:01.204Z Compiling compression-core v0.4.31
22132026-05-18T06:35:01.284Z Compiling match_cfg v0.1.0
22142026-05-18T06:35:01.320Z Compiling slog-async v2.8.0
22152026-05-18T06:35:01.363Z Compiling hostname v0.3.1
22162026-05-18T06:35:01.384Z Compiling compression-codecs v0.4.37
22172026-05-18T06:35:01.417Z Compiling proc-macro-crate v3.4.0
22182026-05-18T06:35:01.432Z Compiling derive-ex v0.1.8
22192026-05-18T06:35:01.480Z Compiling ingot-macros v0.1.1
22202026-05-18T06:35:01.613Z Compiling slog-json v2.6.1
22212026-05-18T06:35:01.674Z Compiling crossbeam-channel v0.5.15
22222026-05-18T06:35:01.774Z Compiling half v2.7.1
22232026-05-18T06:35:01.903Z Compiling newtype-uuid-macros v0.1.0
22242026-05-18T06:35:01.918Z Compiling cobs v0.3.0
22252026-05-18T06:35:02.050Z Compiling thiserror-impl-no-std v2.0.2
22262026-05-18T06:35:02.185Z Compiling universal-hash v0.5.1
22272026-05-18T06:35:02.303Z Compiling async-stream-impl v0.3.6
22282026-05-18T06:35:02.354Z Compiling serde_spanned v1.0.4
22292026-05-18T06:35:02.408Z Compiling toml_datetime v1.0.0+spec-1.1.0
22302026-05-18T06:35:02.547Z Compiling is-terminal v0.4.17
22312026-05-18T06:35:02.675Z Compiling dropshot v0.17.0
22322026-05-18T06:35:02.692Z Compiling proc-macro-error-attr v1.0.4
22332026-05-18T06:35:02.695Z Compiling ciborium-io v0.2.2
22342026-05-18T06:35:02.820Z Compiling toml_writer v1.0.6+spec-1.1.0
22352026-05-18T06:35:02.885Z Compiling term v1.2.1
22362026-05-18T06:35:02.909Z Compiling take_mut v0.2.2
22372026-05-18T06:35:02.926Z Compiling convert_case v0.4.0
22382026-05-18T06:35:02.946Z Compiling tokio-rustls v0.26.4
22392026-05-18T06:35:03.037Z Compiling rustls-platform-verifier v0.6.2
22402026-05-18T06:35:03.055Z Compiling opaque-debug v0.3.1
22412026-05-18T06:35:03.125Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22422026-05-18T06:35:03.142Z Compiling thiserror-no-std v2.0.2
22432026-05-18T06:35:03.160Z Compiling poly1305 v0.8.0
22442026-05-18T06:35:03.163Z Compiling test-strategy v0.4.5
22452026-05-18T06:35:03.249Z Compiling hyper-rustls v0.27.7
22462026-05-18T06:35:03.268Z Compiling slog-term v2.9.2
22472026-05-18T06:35:03.800Z Compiling derive_more v0.99.20
22482026-05-18T06:35:03.822Z Compiling toml v1.0.6+spec-1.1.0
22492026-05-18T06:35:03.822Z Compiling reqwest v0.12.28
22502026-05-18T06:35:03.823Z Compiling reqwest v0.13.2
22512026-05-18T06:35:03.859Z Compiling tokio-rustls v0.25.0
22522026-05-18T06:35:04.183Z Compiling ingot-types v0.1.2
22532026-05-18T06:35:04.205Z Compiling async-stream v0.3.6
22542026-05-18T06:35:04.505Z Compiling ciborium-ll v0.2.2
22552026-05-18T06:35:04.613Z Compiling ingot v0.1.1
22562026-05-18T06:35:04.629Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22572026-05-18T06:35:04.632Z Compiling postcard v1.1.3
22582026-05-18T06:35:04.725Z Compiling num_enum_derive v0.7.5
22592026-05-18T06:35:04.750Z Compiling slog-bunyan v2.5.0
22602026-05-18T06:35:04.811Z Compiling async-compression v0.4.41
22612026-05-18T06:35:04.969Z Compiling parse-display-derive v0.10.0
22622026-05-18T06:35:05.062Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22632026-05-18T06:35:05.321Z Compiling tough v0.22.0
22642026-05-18T06:35:05.614Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-05-18T06:35:05.707Z Compiling proc-macro-crate v1.3.1
22662026-05-18T06:35:05.874Z Compiling backon v1.6.0
22672026-05-18T06:35:06.083Z Compiling waitgroup v0.1.2
22682026-05-18T06:35:06.086Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22692026-05-18T06:35:06.159Z Compiling password-hash v0.5.0
22702026-05-18T06:35:06.340Z Compiling chacha20 v0.9.1
22712026-05-18T06:35:06.492Z Compiling dropshot_endpoint v0.17.0
22722026-05-18T06:35:06.685Z Compiling rustls-pemfile v2.2.0
22732026-05-18T06:35:06.704Z Compiling blake2 v0.10.6
22742026-05-18T06:35:06.731Z Compiling aead v0.5.2
22752026-05-18T06:35:06.943Z Compiling foreign-types-macros v0.2.3
22762026-05-18T06:35:06.959Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22772026-05-18T06:35:07.011Z Compiling serde_path_to_error v0.1.20
22782026-05-18T06:35:07.133Z Compiling hostname v0.4.2
22792026-05-18T06:35:07.169Z Compiling proc-macro-error v1.0.4
22802026-05-18T06:35:07.185Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-18T06:35:07.266Z Compiling instant v0.1.13
22822026-05-18T06:35:07.269Z Compiling debug-ignore v1.0.5
22832026-05-18T06:35:07.329Z Compiling cpufeatures v0.3.0
22842026-05-18T06:35:07.405Z Compiling foreign-types-shared v0.3.1
22852026-05-18T06:35:07.424Z Compiling typeid v1.0.3
22862026-05-18T06:35:07.427Z Compiling chacha20 v0.10.0
22872026-05-18T06:35:07.492Z Compiling backoff v0.4.0
22882026-05-18T06:35:07.497Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22892026-05-18T06:35:07.497Z Compiling argon2 v0.5.3
22902026-05-18T06:35:07.543Z Compiling chacha20poly1305 v0.10.1
22912026-05-18T06:35:07.543Z Compiling parse-display v0.10.0
22922026-05-18T06:35:07.579Z Compiling foreign-types v0.5.0
22932026-05-18T06:35:07.598Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-18T06:35:07.673Z Compiling num_enum_derive v0.5.11
22952026-05-18T06:35:07.690Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-05-18T06:35:07.720Z Compiling num_enum v0.7.5
22972026-05-18T06:35:07.742Z Compiling ciborium v0.2.2
22982026-05-18T06:35:07.869Z Compiling vsss-rs v3.3.4
22992026-05-18T06:35:08.113Z Compiling tabwriter v1.4.1
23002026-05-18T06:35:08.137Z Compiling regress v0.10.5
23012026-05-18T06:35:08.507Z Compiling byte-wrapper v0.1.0
23022026-05-18T06:35:08.523Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23032026-05-18T06:35:08.606Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-05-18T06:35:08.625Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23052026-05-18T06:35:08.670Z Compiling cstr-argument v0.1.2
23062026-05-18T06:35:08.716Z Compiling erased-serde v0.4.9
23072026-05-18T06:35:08.877Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23082026-05-18T06:35:09.075Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-05-18T06:35:09.092Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-18T06:35:09.111Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-05-18T06:35:09.162Z Compiling num_enum v0.5.11
23122026-05-18T06:35:09.274Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-05-18T06:35:09.345Z Compiling rand v0.10.0
23142026-05-18T06:35:09.479Z Compiling rayon v1.11.0
23152026-05-18T06:35:09.501Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-05-18T06:35:09.521Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23172026-05-18T06:35:09.539Z Compiling colored v3.1.1
23182026-05-18T06:35:09.542Z Compiling libefi-sys v0.1.0
23192026-05-18T06:35:09.542Z Compiling indent_write v2.2.0
23202026-05-18T06:35:09.586Z Compiling zone_cfg_derive v0.3.1
23212026-05-18T06:35:09.752Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-18T06:35:09.804Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-05-18T06:35:09.882Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23242026-05-18T06:35:09.916Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-18T06:35:10.033Z Compiling camino-tempfile v1.4.1
23262026-05-18T06:35:10.168Z Compiling itertools v0.12.1
23272026-05-18T06:35:10.205Z Compiling usdt-attr-macro v0.5.0
23282026-05-18T06:35:10.252Z Compiling usdt-macro v0.5.0
23292026-05-18T06:35:10.308Z Compiling bitfield-struct v0.6.2
23302026-05-18T06:35:10.463Z Compiling num-derive v0.4.2
23312026-05-18T06:35:10.466Z Compiling blake3 v1.8.3
23322026-05-18T06:35:10.498Z Compiling ordered-float v2.10.1
23332026-05-18T06:35:10.812Z Compiling memmap v0.7.0
23342026-05-18T06:35:10.858Z Compiling sigpipe v0.1.3
23352026-05-18T06:35:10.952Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23362026-05-18T06:35:10.976Z Compiling swrite v0.1.0
23372026-05-18T06:35:10.994Z Compiling glob v0.3.3
23382026-05-18T06:35:10.997Z Compiling usdt v0.5.0
23392026-05-18T06:35:11.077Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23402026-05-18T06:35:11.197Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-18T06:35:11.417Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23422026-05-18T06:35:11.433Z Compiling serde-value v0.7.0
23432026-05-18T06:35:11.629Z Compiling zone v0.3.1
23442026-05-18T06:35:11.694Z Compiling serde-untagged v0.1.9
23452026-05-18T06:35:11.713Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-05-18T06:35:11.969Z Compiling toml v0.8.23
23472026-05-18T06:35:11.995Z Compiling smf v0.2.3
23482026-05-18T06:35:12.054Z Compiling filetime v0.2.27
23492026-05-18T06:35:12.062Z Compiling unicode-xid v0.2.6
23502026-05-18T06:35:12.095Z Compiling arrayvec v0.7.6
23512026-05-18T06:35:12.145Z Compiling constant_time_eq v0.4.2
23522026-05-18T06:35:12.173Z Compiling arrayref v0.3.9
23532026-05-18T06:35:12.239Z Compiling xattr v1.6.1
23542026-05-18T06:35:12.271Z Compiling whoami v1.6.1
23552026-05-18T06:35:12.292Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-18T06:35:12.371Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-18T06:35:12.393Z Compiling tar v0.4.45
23582026-05-18T06:35:12.411Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23592026-05-18T06:35:12.474Z Compiling cargo-util-schemas v0.8.2
23602026-05-18T06:35:12.674Z Compiling tokio-dtrace v0.1.1
23612026-05-18T06:35:12.760Z Compiling console v0.16.2
23622026-05-18T06:35:13.031Z Compiling gethostname v0.5.0
23632026-05-18T06:35:13.090Z Compiling cargo-platform v0.2.0
23642026-05-18T06:35:13.106Z Compiling topological-sort v0.2.2
23652026-05-18T06:35:13.200Z Compiling unit-prefix v0.5.2
23662026-05-18T06:35:13.217Z Compiling oxide-tokio-rt v0.1.4
23672026-05-18T06:35:13.239Z Compiling shell-words v1.1.1
23682026-05-18T06:35:13.300Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-05-18T06:35:13.388Z Compiling indicatif v0.18.4
23702026-05-18T06:35:13.824Z Compiling cargo_metadata v0.21.0
23712026-05-18T06:35:23.182Z Compiling progenitor-client v0.10.0
23722026-05-18T06:35:23.182Z Compiling omicron-zone-package v0.12.2
23732026-05-18T06:35:23.199Z Compiling progenitor-client v0.14.0
23742026-05-18T06:35:23.695Z Compiling progenitor-extras v0.2.0
23752026-05-18T06:35:26.123Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-05-18T06:35:26.144Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23772026-05-18T06:35:26.190Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23782026-05-18T06:35:26.216Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-05-18T06:35:26.279Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23802026-05-18T06:35:26.334Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23812026-05-18T06:35:26.371Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-18T06:35:26.442Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23832026-05-18T06:35:26.527Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23842026-05-18T06:35:30.527Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-05-18T06:35:38.252Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23862026-05-18T06:35:41.427Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-05-18T06:35:42.441Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-05-18T06:35:52.522Z Finished `release` profile [optimized] target(s) in 1m 47s
23892026-05-18T06:35:52.679Z Running `target/release/omicron-package -t test target create -p dev`
23902026-05-18T06:35:52.745ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-05-18T06:35:52.750ZCreated new build target 'test' and set it as active
23922026-05-18T06:35:52.750Z
23932026-05-18T06:35:52.750Zreal 1:48.054425957
23942026-05-18T06:35:52.750Zuser 17:45.695742272
23952026-05-18T06:35:52.750Zsys 2:45.954733199
23962026-05-18T06:35:52.750Ztrap 0.489464946
23972026-05-18T06:35:52.750Ztflt 3.184704385
23982026-05-18T06:35:52.750Zdflt 4.384242226
23992026-05-18T06:35:52.750Zkflt 0.000978740
24002026-05-18T06:35:52.750Zlock 55:16.305090411
24012026-05-18T06:35:52.750Zslp 45:15.174036384
24022026-05-18T06:35:52.750Zlat 44.159476304
24032026-05-18T06:35:52.750Zstop 5:40.711142270
24042026-05-18T06:35:52.756Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-05-18T06:35:53.659Z Finished `release` profile [optimized] target(s) in 0.89s
24062026-05-18T06:35:53.735Z Running `target/release/omicron-package -t test package`
24072026-05-18T06:35:53.797ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-05-18T06:35:55.255Z Compiling heck v0.5.0
24092026-05-18T06:35:55.255Z Compiling regress v0.11.1
24102026-05-18T06:35:55.255Z Compiling unsafe-libyaml v0.2.11
24112026-05-18T06:35:55.521Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-05-18T06:35:55.541Z Compiling regress v0.10.5
24132026-05-18T06:35:55.571Z Compiling is-terminal v0.4.17
24142026-05-18T06:35:55.574Z Compiling unicode-width v0.1.14
24152026-05-18T06:35:55.612Z Compiling prettyplease v0.2.37
24162026-05-18T06:35:55.635Z Compiling bytecount v0.6.9
24172026-05-18T06:35:55.638Z Compiling rustls v0.22.4
24182026-05-18T06:35:55.638Z Compiling rustls-webpki v0.102.8
24192026-05-18T06:35:55.638Z Compiling derive-where v1.6.0
24202026-05-18T06:35:55.638Z Compiling thread_local v1.1.9
24212026-05-18T06:35:55.676Z Compiling compression-core v0.4.31
24222026-05-18T06:35:55.680Z Compiling match_cfg v0.1.0
24232026-05-18T06:35:55.741Z Compiling multer v3.1.0
24242026-05-18T06:35:55.763Z Compiling slog-async v2.8.0
24252026-05-18T06:35:55.831Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-05-18T06:35:55.858Z Compiling hostname v0.3.1
24272026-05-18T06:35:55.861Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24282026-05-18T06:35:55.861Z Compiling crossbeam-channel v0.5.15
24292026-05-18T06:35:55.925Z Compiling compression-codecs v0.4.37
24302026-05-18T06:35:55.929Z Compiling slog-json v2.6.1
24312026-05-18T06:35:55.929Z Compiling toml_datetime v1.0.0+spec-1.1.0
24322026-05-18T06:35:55.995Z Compiling serde_yaml v0.9.34+deprecated
24332026-05-18T06:35:56.016Z Compiling serde_spanned v1.0.4
24342026-05-18T06:35:56.063Z Compiling toml_writer v1.0.6+spec-1.1.0
24352026-05-18T06:35:56.087Z Compiling take_mut v0.2.2
24362026-05-18T06:35:56.189Z Compiling term v1.2.1
24372026-05-18T06:35:56.192Z Compiling slog-bunyan v2.5.0
24382026-05-18T06:35:56.233Z Compiling async-compression v0.4.41
24392026-05-18T06:35:56.319Z Compiling toml v1.0.6+spec-1.1.0
24402026-05-18T06:35:56.403Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24412026-05-18T06:35:56.427Z Compiling async-stream v0.3.6
24422026-05-18T06:35:56.450Z Compiling dropshot v0.17.0
24432026-05-18T06:35:56.524Z Compiling slog-term v2.9.2
24442026-05-18T06:35:56.570Z Compiling num-rational v0.4.2
24452026-05-18T06:35:56.591Z Compiling progenitor-client v0.14.0
24462026-05-18T06:35:56.632Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-05-18T06:35:56.711Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-05-18T06:35:56.741Z Compiling waitgroup v0.1.2
24492026-05-18T06:35:56.741Z Compiling backon v1.6.0
24502026-05-18T06:35:56.841Z Compiling rustls-pemfile v2.2.0
24512026-05-18T06:35:56.912Z Compiling num-complex v0.4.6
24522026-05-18T06:35:56.935Z Compiling hostname v0.4.2
24532026-05-18T06:35:56.935Z Compiling serde_path_to_error v0.1.20
24542026-05-18T06:35:57.003Z Compiling instant v0.1.13
24552026-05-18T06:35:57.029Z Compiling debug-ignore v1.0.5
24562026-05-18T06:35:57.070Z Compiling typify-impl v0.6.2
24572026-05-18T06:35:57.093Z Compiling progenitor-extras v0.2.0
24582026-05-18T06:35:57.116Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24592026-05-18T06:35:57.146Z Compiling backoff v0.4.0
24602026-05-18T06:35:57.170Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-05-18T06:35:57.381Z Compiling num v0.4.3
24622026-05-18T06:35:57.407Z Compiling parse-display v0.10.0
24632026-05-18T06:35:57.407Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-05-18T06:35:57.450Z Compiling progenitor-client v0.13.0
24652026-05-18T06:35:57.471Z Compiling progenitor-client v0.10.0
24662026-05-18T06:35:57.496Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-05-18T06:35:57.521Z Compiling macaddr v1.0.1
24682026-05-18T06:35:57.630Z Compiling float-ord v0.3.2
24692026-05-18T06:35:57.724Z Compiling console v0.15.11
24702026-05-18T06:35:57.808Z Compiling atomicwrites v0.4.4
24712026-05-18T06:35:57.832Z Compiling newline-converter v0.3.0
24722026-05-18T06:35:57.926Z Compiling slog-dtrace v0.3.0
24732026-05-18T06:35:57.994Z Compiling owo-colors v4.3.0
24742026-05-18T06:35:58.016Z Compiling resolv-conf v0.7.6
24752026-05-18T06:35:58.082Z Compiling tokio-rustls v0.25.0
24762026-05-18T06:35:58.164Z Compiling expectorate v1.2.0
24772026-05-18T06:35:58.241Z Compiling cancel-safe-futures v0.1.5
24782026-05-18T06:35:58.264Z Compiling toml v0.8.23
24792026-05-18T06:35:58.374Z Compiling libsw-core v0.3.2
24802026-05-18T06:35:58.454Z Compiling linked-hash-map v0.5.6
24812026-05-18T06:35:58.594Z Compiling libsw v3.5.0
24822026-05-18T06:35:58.677Z Compiling linear-map v1.2.0
24832026-05-18T06:35:58.719Z Compiling lru-cache v0.1.2
24842026-05-18T06:35:58.838Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-18T06:35:58.902Z Compiling minimal-lexical v0.2.1
24862026-05-18T06:35:58.923Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-18T06:35:58.944Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-18T06:35:58.978Z Compiling hickory-proto v0.24.4
24892026-05-18T06:35:59.044Z Compiling unicode-xid v0.2.6
24902026-05-18T06:35:59.098Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24912026-05-18T06:35:59.194Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24922026-05-18T06:35:59.218Z Compiling nom v7.1.3
24932026-05-18T06:35:59.221Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24942026-05-18T06:35:59.505Z Compiling convert_case v0.10.0
24952026-05-18T06:35:59.816Z Compiling derive_more-impl v2.1.1
24962026-05-18T06:36:00.110Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-05-18T06:36:00.569Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24982026-05-18T06:36:00.652Z Compiling derive_more v2.1.1
24992026-05-18T06:36:00.672Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25002026-05-18T06:36:00.738Z Compiling typify-macro v0.6.2
25012026-05-18T06:36:00.762Z Compiling papergrid v0.11.0
25022026-05-18T06:36:00.839Z Compiling tabled_derive v0.7.0
25032026-05-18T06:36:00.863Z Compiling termtree v0.5.1
25042026-05-18T06:36:01.076Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-05-18T06:36:01.331Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-05-18T06:36:01.775Z Compiling hickory-resolver v0.24.4
25072026-05-18T06:36:01.901Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-18T06:36:01.924Z Compiling tabled v0.15.0
25092026-05-18T06:36:02.128Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-18T06:36:02.340Z Compiling typify v0.6.2
25112026-05-18T06:36:02.483Z Compiling progenitor-impl v0.14.0
25122026-05-18T06:36:03.194Z Compiling progenitor-impl v0.13.0
25132026-05-18T06:36:04.792Z Compiling progenitor-macro v0.14.0
25142026-05-18T06:36:05.202Z Compiling qorb v0.4.1
25152026-05-18T06:36:05.507Z Compiling progenitor-macro v0.13.0
25162026-05-18T06:36:06.625Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-18T06:36:07.132Z Compiling crossterm v0.29.0
25182026-05-18T06:36:07.471Z Compiling phf_shared v0.12.1
25192026-05-18T06:36:07.741Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-18T06:36:07.912Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-05-18T06:36:07.948Z Compiling vte v0.14.1
25222026-05-18T06:36:08.501Z Compiling csv-core v0.1.13
25232026-05-18T06:36:08.535Z Compiling highway v1.3.0
25242026-05-18T06:36:08.978Z Compiling chrono-tz v0.10.4
25252026-05-18T06:36:09.003Z Compiling progenitor v0.14.0
25262026-05-18T06:36:09.049Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-05-18T06:36:09.204Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25282026-05-18T06:36:09.260Z Compiling csv v1.4.0
25292026-05-18T06:36:09.326Z Compiling strip-ansi-escapes v0.2.1
25302026-05-18T06:36:09.791Z Compiling progenitor v0.13.0
25312026-05-18T06:36:09.816Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-05-18T06:36:09.923Z Compiling phf v0.12.1
25332026-05-18T06:36:09.945Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25342026-05-18T06:36:10.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352026-05-18T06:36:10.196Z Compiling const_format_proc_macros v0.2.34
25362026-05-18T06:36:10.239Z Compiling fd-lock v4.0.4
25372026-05-18T06:36:10.295Z Compiling peg-macros v0.8.5
25382026-05-18T06:36:10.445Z Compiling nu-ansi-term v0.50.3
25392026-05-18T06:36:10.787Z Compiling reedline v0.40.0
25402026-05-18T06:36:10.999Z Compiling const_format v0.2.35
25412026-05-18T06:36:11.519Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-18T06:36:11.651Z Compiling peg v0.8.5
25432026-05-18T06:36:11.766Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-18T06:36:12.494Z Compiling bcs v0.1.6
25452026-05-18T06:36:12.743Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-18T06:36:12.952Z Compiling semver v0.1.20
25472026-05-18T06:36:13.055Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-05-18T06:36:13.258Z Compiling rustc_version v0.1.7
25492026-05-18T06:36:13.339Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-18T06:36:13.497Z Compiling newtype_derive v0.1.6
25512026-05-18T06:36:13.763Z Compiling smawk v0.3.2
25522026-05-18T06:36:13.989Z Compiling humantime v2.3.0
25532026-05-18T06:36:14.016Z Compiling unicode-linebreak v0.1.5
25542026-05-18T06:36:14.360Z Compiling textwrap v0.16.2
25552026-05-18T06:36:14.486Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-18T06:36:14.623Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-05-18T06:36:14.644Z Compiling dropshot-api-manager-types v0.7.1
25582026-05-18T06:36:15.137Z Compiling base64 v0.21.7
25592026-05-18T06:36:15.299Z Compiling steno v0.4.1
25602026-05-18T06:36:15.448Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-05-18T06:36:15.852Z Compiling tagptr v0.2.0
25622026-05-18T06:36:15.946Z Compiling utf-8 v0.7.6
25632026-05-18T06:36:16.072Z Compiling moka v0.12.13
25642026-05-18T06:36:16.096Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-05-18T06:36:16.230Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-05-18T06:36:16.286Z Compiling tungstenite v0.21.0
25672026-05-18T06:36:16.417Z Compiling radium v0.7.0
25682026-05-18T06:36:16.443Z Compiling maybe-uninit v2.0.0
25692026-05-18T06:36:16.467Z Compiling tap v1.0.1
25702026-05-18T06:36:16.630Z Compiling wyz v0.5.1
25712026-05-18T06:36:16.827Z Compiling zerocopy-derive v0.6.6
25722026-05-18T06:36:16.889Z Compiling funty v2.0.0
25732026-05-18T06:36:17.056Z Compiling tokio-tungstenite v0.21.0
25742026-05-18T06:36:17.365Z Compiling hickory-resolver v0.25.2
25752026-05-18T06:36:17.464Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25762026-05-18T06:36:17.649Z Compiling packed_struct v0.10.1
25772026-05-18T06:36:17.887Z Compiling crc-catalog v2.4.0
25782026-05-18T06:36:17.949Z Compiling display-error-chain v0.2.2
25792026-05-18T06:36:18.023Z Compiling crc v3.4.0
25802026-05-18T06:36:18.167Z Compiling zerocopy v0.6.6
25812026-05-18T06:36:18.253Z Compiling bitvec v1.0.1
25822026-05-18T06:36:18.479Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-18T06:36:18.572Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-05-18T06:36:18.576Z Compiling packed_struct_codegen v0.10.1
25852026-05-18T06:36:18.711Z Compiling num-derive v0.3.3
25862026-05-18T06:36:19.514Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-05-18T06:36:19.647Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-05-18T06:36:19.684Z Compiling bitfield-macros v0.19.4
25892026-05-18T06:36:20.193Z Compiling proc-macro-error-attr2 v2.0.0
25902026-05-18T06:36:20.411Z Compiling indexmap v1.9.3
25912026-05-18T06:36:20.630Z Compiling nodrop v0.1.14
25922026-05-18T06:36:20.702Z Compiling proc-macro-error2 v2.0.1
25932026-05-18T06:36:20.774Z Compiling array-init v0.0.4
25942026-05-18T06:36:20.936Z Compiling bitfield v0.19.4
25952026-05-18T06:36:21.195Z Compiling libscf-sys v1.1.0
25962026-05-18T06:36:21.275Z Compiling smallvec v0.6.14
25972026-05-18T06:36:21.379Z Compiling typify-impl v0.4.3
25982026-05-18T06:36:21.552Z Compiling hashbrown v0.12.3
25992026-05-18T06:36:21.576Z Compiling serde-hex v0.1.0
26002026-05-18T06:36:21.762Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-05-18T06:36:21.765Z Compiling tabled_derive v0.11.0
26022026-05-18T06:36:22.508Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-05-18T06:36:22.612Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26042026-05-18T06:36:22.867Z Compiling ron v0.8.1
26052026-05-18T06:36:22.890Z Compiling papergrid v0.17.0
26062026-05-18T06:36:22.930Z Compiling testing_table v0.3.0
26072026-05-18T06:36:23.389Z Compiling hashbrown v0.13.2
26082026-05-18T06:36:23.807Z Compiling vergen-gitcl v1.0.8
26092026-05-18T06:36:24.051Z Compiling dirs-sys-next v0.1.2
26102026-05-18T06:36:24.073Z Compiling crc-any v2.5.0
26112026-05-18T06:36:24.229Z Compiling diesel_derives v2.3.7
26122026-05-18T06:36:24.273Z Compiling crunchy v0.2.4
26132026-05-18T06:36:24.346Z Compiling maplit v1.0.2
26142026-05-18T06:36:24.392Z Compiling glob v0.3.3
26152026-05-18T06:36:24.472Z Compiling dirs-next v2.0.0
26162026-05-18T06:36:24.499Z Compiling tabled v0.20.0
26172026-05-18T06:36:24.568Z Compiling object v0.30.4
26182026-05-18T06:36:24.625Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-05-18T06:36:24.646Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-05-18T06:36:24.773Z Compiling clang-sys v1.8.1
26212026-05-18T06:36:24.982Z Compiling typify-macro v0.4.3
26222026-05-18T06:36:25.188Z Compiling dsl_auto_type v0.2.0
26232026-05-18T06:36:25.213Z Compiling scheduled-thread-pool v0.2.7
26242026-05-18T06:36:25.354Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-18T06:36:25.422Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-18T06:36:25.602Z Compiling xshell-macros v0.2.7
26272026-05-18T06:36:25.673Z Compiling tiny-keccak v2.0.2
26282026-05-18T06:36:25.778Z Compiling path-slash v0.1.5
26292026-05-18T06:36:25.925Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-18T06:36:25.951Z Compiling r2d2 v0.8.10
26312026-05-18T06:36:26.014Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26322026-05-18T06:36:26.042Z Compiling xshell v0.2.7
26332026-05-18T06:36:26.252Z Compiling term v0.7.0
26342026-05-18T06:36:26.599Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-18T06:36:26.790Z Compiling bit-vec v0.6.3
26362026-05-18T06:36:26.816Z Compiling downcast-rs v2.0.2
26372026-05-18T06:36:26.837Z Compiling ascii-canvas v3.0.0
26382026-05-18T06:36:27.053Z Compiling bit-set v0.5.3
26392026-05-18T06:36:27.104Z Compiling itertools v0.10.5
26402026-05-18T06:36:27.126Z Compiling ena v0.14.4
26412026-05-18T06:36:27.258Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422026-05-18T06:36:27.386Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-05-18T06:36:27.451Z Compiling libloading v0.8.9
26442026-05-18T06:36:27.696Z Compiling crc8 v0.1.1
26452026-05-18T06:36:27.837Z Compiling regex-syntax v0.6.29
26462026-05-18T06:36:28.266Z Compiling unicase v2.9.0
26472026-05-18T06:36:28.593Z Compiling diff v0.1.13
26482026-05-18T06:36:28.631Z Compiling bindgen v0.71.1
26492026-05-18T06:36:28.977Z Compiling typify v0.4.3
26502026-05-18T06:36:29.032Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-18T06:36:29.122Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-18T06:36:29.660Z Compiling lalrpop v0.19.12
26532026-05-18T06:36:29.759Z Compiling cexpr v0.6.0
26542026-05-18T06:36:29.896Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-05-18T06:36:29.940Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-05-18T06:36:30.149Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-18T06:36:30.179Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-18T06:36:30.451Z Compiling headers-core v0.3.0
26592026-05-18T06:36:30.621Z Compiling git-stub v1.0.0
26602026-05-18T06:36:30.709Z Compiling libxml v0.3.3
26612026-05-18T06:36:30.830Z Compiling diesel v2.3.7
26622026-05-18T06:36:30.929Z Compiling git-stub-vcs v0.1.0
26632026-05-18T06:36:30.959Z Compiling headers v0.4.1
26642026-05-18T06:36:31.041Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-18T06:36:31.314Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-18T06:36:31.554Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-18T06:36:32.057Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-18T06:36:32.109Z Compiling strum_macros v0.24.3
26692026-05-18T06:36:32.317Z Compiling indoc v1.0.9
26702026-05-18T06:36:32.850Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-18T06:36:32.920Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-18T06:36:33.089Z Compiling derive_builder v0.20.2
26732026-05-18T06:36:33.274Z Compiling oso-derive v0.27.3
26742026-05-18T06:36:33.436Z Compiling quick-xml v0.37.5
26752026-05-18T06:36:33.728Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-18T06:36:33.782Z Compiling openssl-probe v0.1.6
26772026-05-18T06:36:33.835Z Compiling half v1.8.3
26782026-05-18T06:36:34.104Z Compiling serde_cbor v0.11.2
26792026-05-18T06:36:34.337Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-18T06:36:34.827Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26812026-05-18T06:36:35.016Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-05-18T06:36:35.112Z Compiling bb8 v0.8.6
26832026-05-18T06:36:35.139Z Compiling trait-variant v0.1.2
26842026-05-18T06:36:35.191Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26852026-05-18T06:36:35.293Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26862026-05-18T06:36:35.492Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26872026-05-18T06:36:35.516Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-05-18T06:36:35.540Z Compiling samael v0.0.19
26892026-05-18T06:36:35.647Z Compiling fxhash v0.2.1
26902026-05-18T06:36:35.727Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26912026-05-18T06:36:35.759Z Compiling salty v0.3.0
26922026-05-18T06:36:36.076Z Compiling progenitor-impl v0.11.2
26932026-05-18T06:36:36.178Z Compiling progenitor-impl v0.10.0
26942026-05-18T06:36:36.342Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-05-18T06:36:36.649Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-05-18T06:36:37.002Z Compiling kstat-rs v0.2.4
26972026-05-18T06:36:37.188Z Compiling libz-sys v1.1.24
26982026-05-18T06:36:37.518Z Compiling polar-core v0.27.3
26992026-05-18T06:36:37.540Z Compiling nonempty v0.12.0
27002026-05-18T06:36:37.710Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-18T06:36:37.796Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-18T06:36:38.380Z Compiling progenitor-macro v0.11.2
27032026-05-18T06:36:38.462Z Compiling progenitor-macro v0.10.0
27042026-05-18T06:36:40.095Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-18T06:36:40.579Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-18T06:36:41.544Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-18T06:36:41.760Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-18T06:36:42.310Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-18T06:36:42.372Z Compiling progenitor-client v0.11.2
27102026-05-18T06:36:42.674Z Compiling darling_core v0.23.0
27112026-05-18T06:36:42.810Z Compiling nanorand v0.7.0
27122026-05-18T06:36:42.939Z Compiling arc-swap v1.8.2
27132026-05-18T06:36:42.963Z Compiling fs-err v2.11.0
27142026-05-18T06:36:43.220Z Compiling parking_lot_core v0.8.6
27152026-05-18T06:36:43.434Z Compiling mime_guess v2.0.5
27162026-05-18T06:36:43.473Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-18T06:36:43.502Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-18T06:36:44.000Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-18T06:36:45.039Z Compiling darling_macro v0.23.0
27202026-05-18T06:36:45.603Z Compiling slog-scope v4.4.1
27212026-05-18T06:36:46.069Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222026-05-18T06:36:47.143Z Compiling oso v0.27.3
27232026-05-18T06:36:47.983Z Compiling flume v0.11.1
27242026-05-18T06:36:48.211Z Compiling progenitor v0.10.0
27252026-05-18T06:36:48.417Z Compiling progenitor v0.11.2
27262026-05-18T06:36:48.440Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-18T06:36:48.619Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27282026-05-18T06:36:50.972Z Compiling async-bb8-diesel v0.2.1
27292026-05-18T06:36:51.448Z Compiling diesel-dtrace v0.5.0
27302026-05-18T06:36:51.836Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-18T06:36:52.422Z Compiling primeorder v0.13.6
27322026-05-18T06:36:52.468Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-18T06:36:52.766Z Compiling instability v0.3.11
27342026-05-18T06:36:52.908Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-05-18T06:36:53.194Z Compiling p384 v0.13.1
27362026-05-18T06:36:53.984Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-18T06:36:54.230Z Compiling slog-stdlog v4.1.1
27382026-05-18T06:36:54.718Z Compiling darling v0.23.0
27392026-05-18T06:36:54.990Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-18T06:36:55.154Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-18T06:36:55.218Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-18T06:36:55.311Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-18T06:36:55.335Z Compiling ignore v0.4.25
27442026-05-18T06:36:55.478Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-18T06:36:56.011Z Compiling castaway v0.2.4
27462026-05-18T06:36:56.176Z Compiling atty v0.2.14
27472026-05-18T06:36:56.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-18T06:36:56.451Z Compiling parse-size v1.1.0
27492026-05-18T06:36:56.584Z Compiling indoc v2.0.7
27502026-05-18T06:36:56.688Z Compiling http-range v0.1.5
27512026-05-18T06:36:57.005Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-18T06:36:57.037Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-18T06:36:57.746Z Compiling compact_str v0.8.1
27542026-05-18T06:36:57.810Z Compiling globwalk v0.9.1
27552026-05-18T06:36:58.574Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-18T06:36:59.037Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-18T06:36:59.878Z Compiling parking_lot v0.11.2
27582026-05-18T06:36:59.956Z Compiling slog-envlogger v2.2.0
27592026-05-18T06:37:00.610Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-18T06:37:01.162Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-18T06:37:01.185Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-18T06:37:01.351Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-18T06:37:01.541Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-18T06:37:01.844Z Compiling predicates-tree v1.0.13
27652026-05-18T06:37:01.867Z Compiling unicode-truncate v1.1.0
27662026-05-18T06:37:02.037Z Compiling lru v0.12.5
27672026-05-18T06:37:02.090Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-18T06:37:02.269Z Compiling rand_seeder v0.4.0
27692026-05-18T06:37:02.320Z Compiling prefix-trie v0.7.0
27702026-05-18T06:37:02.538Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-18T06:37:02.565Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-18T06:37:02.656Z Compiling vergen-git2 v1.0.7
27732026-05-18T06:37:02.725Z Compiling cassowary v0.3.0
27742026-05-18T06:37:02.829Z Compiling corncobs v0.1.4
27752026-05-18T06:37:02.852Z Compiling illumos-nvpair-sys v0.2.0
27762026-05-18T06:37:02.959Z Compiling hickory-server v0.25.2
27772026-05-18T06:37:03.026Z Compiling ratatui v0.29.0
27782026-05-18T06:37:03.113Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-05-18T06:37:03.141Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-05-18T06:37:03.261Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-05-18T06:37:03.462Z Compiling camino-tempfile-ext v0.3.3
27822026-05-18T06:37:03.532Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-18T06:37:03.868Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-18T06:37:04.188Z Compiling sled v0.34.7
27852026-05-18T06:37:04.447Z Compiling hyper-staticfile v0.10.1
27862026-05-18T06:37:04.932Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-18T06:37:05.620Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-18T06:37:05.710Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-18T06:37:07.376Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-18T06:37:07.613Z Compiling secrecy v0.8.0
27912026-05-18T06:37:07.812Z Compiling rustls v0.21.12
27922026-05-18T06:37:07.815Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-18T06:37:08.340Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-05-18T06:37:08.382Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-05-18T06:37:08.897Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-05-18T06:37:09.007Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-05-18T06:37:10.385Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-18T06:37:10.532Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-05-18T06:37:11.171Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-05-18T06:37:11.701Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-18T06:37:13.002Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-05-18T06:37:13.262Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-18T06:37:13.500Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-05-18T06:37:13.602Z Compiling rustls-webpki v0.101.7
28052026-05-18T06:37:13.754Z Compiling sct v0.7.1
28062026-05-18T06:37:13.782Z Compiling nix v0.29.0
28072026-05-18T06:37:14.050Z Compiling dropshot v0.16.7
28082026-05-18T06:37:14.196Z Compiling void v1.0.2
28092026-05-18T06:37:14.332Z Compiling lzss v0.8.2
28102026-05-18T06:37:14.414Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-18T06:37:14.438Z Compiling illumos-nvpair v0.3.0
28122026-05-18T06:37:14.627Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28132026-05-18T06:37:15.091Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-18T06:37:15.490Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-18T06:37:15.728Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-18T06:37:16.019Z Compiling tungstenite v0.23.0
28172026-05-18T06:37:16.249Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-18T06:37:17.284Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-18T06:37:17.366Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-05-18T06:37:17.518Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28212026-05-18T06:37:17.613Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-05-18T06:37:17.756Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-05-18T06:37:17.851Z Compiling toml v0.9.12+spec-1.1.0
28242026-05-18T06:37:17.993Z Compiling nix v0.27.1
28252026-05-18T06:37:18.446Z Compiling dropshot_endpoint v0.16.7
28262026-05-18T06:37:18.480Z Compiling serde_bytes v0.11.19
28272026-05-18T06:37:18.778Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28282026-05-18T06:37:18.804Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28292026-05-18T06:37:19.406Z Compiling tokio-tungstenite v0.23.1
28302026-05-18T06:37:19.792Z Compiling git2 v0.20.4
28312026-05-18T06:37:19.814Z Compiling tokio-rustls v0.24.1
28322026-05-18T06:37:20.115Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-05-18T06:37:22.946Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-05-18T06:37:23.004Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-05-18T06:37:25.199Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28362026-05-18T06:37:25.531Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28372026-05-18T06:37:26.218Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-05-18T06:37:26.243Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28392026-05-18T06:37:26.332Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28402026-05-18T06:37:26.473Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-05-18T06:37:26.699Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-05-18T06:37:28.268Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28432026-05-18T06:37:28.457Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-05-18T06:37:28.480Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-05-18T06:37:28.716Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28462026-05-18T06:37:29.149Z Compiling rustls-pemfile v1.0.4
28472026-05-18T06:37:29.618Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28482026-05-18T06:37:29.738Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28492026-05-18T06:37:30.197Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28502026-05-18T06:37:30.471Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28512026-05-18T06:37:31.482Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-05-18T06:37:31.923Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28532026-05-18T06:37:32.673Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-05-18T06:37:32.966Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-05-18T06:37:33.626Z Compiling signal-hook-tokio v0.3.1
28562026-05-18T06:37:33.678Z Compiling twox-hash v2.1.2
28572026-05-18T06:37:33.819Z Compiling yasna v0.5.2
28582026-05-18T06:37:33.936Z Compiling is_ci v1.2.0
28592026-05-18T06:37:33.976Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28602026-05-18T06:37:34.193Z Compiling supports-color v3.0.2
28612026-05-18T06:37:34.487Z Compiling rcgen v0.12.1
28622026-05-18T06:37:35.475Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28632026-05-18T06:37:35.532Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-05-18T06:37:36.006Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-18T06:37:36.355Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-05-18T06:37:37.807Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-05-18T06:37:38.467Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28682026-05-18T06:37:39.163Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28692026-05-18T06:37:39.198Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28702026-05-18T06:37:39.231Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28712026-05-18T06:37:39.469Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28722026-05-18T06:37:39.702Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-05-18T06:37:39.928Z Compiling fatfs v0.3.6
28742026-05-18T06:37:41.085Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-18T06:37:41.173Z Compiling rtoolbox v0.0.3
28762026-05-18T06:37:41.466Z Compiling subprocess v0.2.15
28772026-05-18T06:37:41.764Z Compiling assert_matches v1.5.0
28782026-05-18T06:37:41.891Z Compiling seq-macro v0.3.6
28792026-05-18T06:37:41.916Z Compiling rpassword v7.4.0
28802026-05-18T06:37:42.313Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-05-18T06:37:42.468Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-05-18T06:37:43.153Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28832026-05-18T06:37:43.836Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-05-18T06:37:44.956Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28852026-05-18T06:37:45.104Z Compiling tui-tree-widget v0.23.1
28862026-05-18T06:37:45.398Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-05-18T06:37:45.834Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-05-18T06:37:46.056Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-05-18T06:37:46.405Z Compiling uzers v0.12.2
28902026-05-18T06:37:46.430Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-05-18T06:37:47.596Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-05-18T06:37:48.809Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-05-18T06:37:50.121Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-05-18T06:37:51.041Z Compiling support-bundle-viewer v0.1.2
28952026-05-18T06:37:52.521Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-05-18T06:37:53.008Z Compiling multimap v0.10.1
28972026-05-18T06:38:01.555Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28982026-05-18T06:38:03.515Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28992026-05-18T06:38:14.535Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29002026-05-18T06:38:15.928Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-05-18T06:43:22.717Z Finished `release` profile [optimized] target(s) in 7m 28s
29022026-05-18T06:44:07.567Z
29032026-05-18T06:44:07.567Zreal 8:14.790434660
29042026-05-18T06:44:07.567Zuser 1:20:22.600593749
29052026-05-18T06:44:07.570Zsys 3:37.901440953
29062026-05-18T06:44:07.570Ztrap 1.848908885
29072026-05-18T06:44:07.570Ztflt 3.050709486
29082026-05-18T06:44:07.570Zdflt 18.031644601
29092026-05-18T06:44:07.570Zkflt 0.004995116
29102026-05-18T06:44:07.570Zlock 6:34:06.223188643
29112026-05-18T06:44:07.570Zslp 2:18:33.933865446
29122026-05-18T06:44:07.570Zlat 2:32.063653930
29132026-05-18T06:44:07.570Zstop 5:14.839377449
29142026-05-18T06:44:07.570Z+ mapfile -t packages
29152026-05-18T06:44:07.570Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-05-18T06:44:08.530Z Finished `release` profile [optimized] target(s) in 0.95s
29172026-05-18T06:44:08.605Z Running `target/release/omicron-package -t test list-outputs`
29182026-05-18T06:44:08.655ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-05-18T06:44:08.659Z+ ptime -m cargo build --locked --release -p xtask
29202026-05-18T06:44:09.198Z Compiling libc v0.2.185
29212026-05-18T06:44:09.198Z Compiling serde v1.0.228
29222026-05-18T06:44:09.198Z Compiling serde_core v1.0.228
29232026-05-18T06:44:09.201Z Compiling rustix v1.1.3
29242026-05-18T06:44:09.201Z Compiling bitflags v2.11.0
29252026-05-18T06:44:09.201Z Compiling serde_json v1.0.149
29262026-05-18T06:44:09.201Z Compiling num-traits v0.2.19
29272026-05-18T06:44:09.201Z Compiling syn v2.0.117
29282026-05-18T06:44:09.201Z Compiling smallvec v1.15.1
29292026-05-18T06:44:09.299Z Compiling indexmap v2.14.0
29302026-05-18T06:44:09.314Z Compiling usdt-impl v0.5.0
29312026-05-18T06:44:09.345Z Compiling syn v1.0.109
29322026-05-18T06:44:09.406Z Compiling percent-encoding v2.3.2
29332026-05-18T06:44:09.409Z Compiling getrandom v0.4.1
29342026-05-18T06:44:09.566Z Compiling log v0.4.29
29352026-05-18T06:44:09.676Z Compiling form_urlencoded v1.2.2
29362026-05-18T06:44:09.823Z Compiling fs-err v3.3.0
29372026-05-18T06:44:09.841Z Compiling anyhow v1.0.102
29382026-05-18T06:44:09.850Z Compiling once_cell v1.21.3
29392026-05-18T06:44:09.850Z Compiling heck v0.4.1
29402026-05-18T06:44:10.083Z Compiling thread-id v4.2.2
29412026-05-18T06:44:10.092Z Compiling errno v0.3.14
29422026-05-18T06:44:10.128Z Compiling memmap v0.7.0
29432026-05-18T06:44:10.318Z Compiling ordered-float v2.10.1
29442026-05-18T06:44:10.903Z Compiling proc-macro-error v1.0.4
29452026-05-18T06:44:11.119Z Compiling terminal_size v0.4.3
29462026-05-18T06:44:11.119Z Compiling tempfile v3.25.0
29472026-05-18T06:44:11.151Z Compiling tabled_derive v0.7.0
29482026-05-18T06:44:11.219Z Compiling clap_builder v4.5.60
29492026-05-18T06:44:11.219Z Compiling textwrap v0.16.2
29502026-05-18T06:44:11.360Z Compiling camino-tempfile v1.4.1
29512026-05-18T06:44:11.801Z Compiling tabled v0.15.0
29522026-05-18T06:44:11.835Z Compiling synstructure v0.13.2
29532026-05-18T06:44:11.836Z Compiling pest_generator v2.8.6
29542026-05-18T06:44:12.232Z Compiling serde_derive v1.0.228
29552026-05-18T06:44:12.235Z Compiling zerovec-derive v0.11.2
29562026-05-18T06:44:12.235Z Compiling displaydoc v0.2.5
29572026-05-18T06:44:12.235Z Compiling thiserror-impl v1.0.69
29582026-05-18T06:44:12.235Z Compiling zerocopy-derive v0.7.35
29592026-05-18T06:44:12.235Z Compiling scroll_derive v0.12.1
29602026-05-18T06:44:12.235Z Compiling thiserror-impl v2.0.18
29612026-05-18T06:44:12.235Z Compiling clap_derive v4.5.55
29622026-05-18T06:44:12.279Z Compiling zerofrom-derive v0.1.6
29632026-05-18T06:44:12.282Z Compiling yoke-derive v0.8.1
29642026-05-18T06:44:12.373Z Compiling pest_derive v2.8.6
29652026-05-18T06:44:12.918Z Compiling scroll v0.12.0
29662026-05-18T06:44:13.074Z Compiling zerocopy v0.7.35
29672026-05-18T06:44:13.253Z Compiling goblin v0.8.2
29682026-05-18T06:44:13.394Z Compiling thiserror v1.0.69
29692026-05-18T06:44:13.474Z Compiling zerofrom v0.1.6
29702026-05-18T06:44:13.513Z Compiling dtrace-parser v0.2.0
29712026-05-18T06:44:13.525Z Compiling thiserror v2.0.18
29722026-05-18T06:44:13.622Z Compiling yoke v0.8.1
29732026-05-18T06:44:13.853Z Compiling zerovec v0.11.5
29742026-05-18T06:44:13.865Z Compiling zerotrie v0.2.3
29752026-05-18T06:44:13.976Z Compiling clap v4.5.60
29762026-05-18T06:44:14.454Z Compiling tinystr v0.8.2
29772026-05-18T06:44:14.682Z Compiling icu_locale_core v2.1.1
29782026-05-18T06:44:15.246Z Compiling potential_utf v0.1.4
29792026-05-18T06:44:15.409Z Compiling icu_collections v2.1.1
29802026-05-18T06:44:15.456Z Compiling icu_provider v2.1.1
29812026-05-18T06:44:15.516Z Compiling toml_datetime v0.6.11
29822026-05-18T06:44:15.699Z Compiling serde_spanned v0.6.9
29832026-05-18T06:44:15.850Z Compiling icu_normalizer v2.1.1
29842026-05-18T06:44:15.881Z Compiling icu_properties v2.1.2
29852026-05-18T06:44:15.899Z Compiling toml_edit v0.22.27
29862026-05-18T06:44:15.930Z Compiling dof v0.3.0
29872026-05-18T06:44:16.044Z Compiling serde_tokenstream v0.2.3
29882026-05-18T06:44:16.182Z Compiling serde-value v0.7.0
29892026-05-18T06:44:16.269Z Compiling cargo-platform v0.2.0
29902026-05-18T06:44:16.401Z Compiling macaddr v1.0.1
29912026-05-18T06:44:16.791Z Compiling idna_adapter v1.2.1
29922026-05-18T06:44:16.926Z Compiling idna v1.1.0
29932026-05-18T06:44:16.946Z Compiling usdt-attr-macro v0.5.0
29942026-05-18T06:44:16.958Z Compiling usdt-macro v0.5.0
29952026-05-18T06:44:17.373Z Compiling url v2.5.8
29962026-05-18T06:44:17.463Z Compiling toml v0.8.23
29972026-05-18T06:44:17.593Z Compiling usdt v0.5.0
29982026-05-18T06:44:17.974Z Compiling cargo-util-schemas v0.8.2
29992026-05-18T06:44:18.003Z Compiling cargo_toml v0.21.0
30002026-05-18T06:44:19.025Z Compiling cargo_metadata v0.21.0
30012026-05-18T06:44:22.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-05-18T06:44:25.161Z Finished `release` profile [optimized] target(s) in 16.49s
30032026-05-18T06:44:25.284Z
30042026-05-18T06:44:25.284Zreal 16.594626536
30052026-05-18T06:44:25.284Zuser 2:22.894863182
30062026-05-18T06:44:25.284Zsys 16.967664102
30072026-05-18T06:44:25.284Ztrap 0.100414849
30082026-05-18T06:44:25.287Ztflt 0.463963528
30092026-05-18T06:44:25.287Zdflt 1.356973124
30102026-05-18T06:44:25.287Zkflt 0.000040540
30112026-05-18T06:44:25.287Zlock 5:19.394322434
30122026-05-18T06:44:25.287Zslp 3:32.784760863
30132026-05-18T06:44:25.287Zlat 6.123230526
30142026-05-18T06:44:25.287Zstop 18.515006946
30152026-05-18T06:44:25.287Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-05-18T06:44:25.287Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-18T06:44:25.287Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-05-18T06:44:25.287Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-18T06:44:25.287Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30202026-05-18T06:44:26.246Z Compiling newtype-uuid-macros v0.1.0
30212026-05-18T06:44:26.249Z Compiling regress v0.10.5
30222026-05-18T06:44:26.249Z Compiling structmeta-derive v0.3.0
30232026-05-18T06:44:26.249Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-05-18T06:44:26.249Z Compiling rustls v0.22.4
30252026-05-18T06:44:26.249Z Compiling rustls-webpki v0.102.8
30262026-05-18T06:44:26.249Z Compiling multer v3.1.0
30272026-05-18T06:44:26.249Z Compiling match_cfg v0.1.0
30282026-05-18T06:44:26.397Z Compiling debug-ignore v1.0.5
30292026-05-18T06:44:26.400Z Compiling compression-core v0.4.31
30302026-05-18T06:44:26.400Z Compiling slog-json v2.6.1
30312026-05-18T06:44:26.410Z Compiling async-stream-impl v0.3.6
30322026-05-18T06:44:26.441Z Compiling serde_spanned v1.0.4
30332026-05-18T06:44:26.444Z Compiling toml_datetime v1.0.0+spec-1.1.0
30342026-05-18T06:44:26.444Z Compiling dropshot v0.17.0
30352026-05-18T06:44:26.444Z Compiling toml_writer v1.0.6+spec-1.1.0
30362026-05-18T06:44:26.564Z Compiling progenitor-client v0.14.0
30372026-05-18T06:44:26.666Z Compiling itertools v0.14.0
30382026-05-18T06:44:26.705Z Compiling compression-codecs v0.4.37
30392026-05-18T06:44:26.740Z Compiling hostname v0.3.1
30402026-05-18T06:44:26.774Z Compiling toml v1.0.6+spec-1.1.0
30412026-05-18T06:44:26.777Z Compiling waitgroup v0.1.2
30422026-05-18T06:44:26.838Z Compiling rustls-pemfile v2.2.0
30432026-05-18T06:44:26.838Z Compiling dropshot_endpoint v0.17.0
30442026-05-18T06:44:26.929Z Compiling async-compression v0.4.41
30452026-05-18T06:44:26.966Z Compiling slog-bunyan v2.5.0
30462026-05-18T06:44:26.969Z Compiling serde_path_to_error v0.1.20
30472026-05-18T06:44:27.019Z Compiling hostname v0.4.2
30482026-05-18T06:44:27.041Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-05-18T06:44:27.059Z Compiling macaddr v1.0.1
30502026-05-18T06:44:27.122Z Compiling async-stream v0.3.6
30512026-05-18T06:44:27.147Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-05-18T06:44:27.166Z Compiling instant v0.1.13
30532026-05-18T06:44:27.185Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-05-18T06:44:27.188Z Compiling progenitor-client v0.10.0
30552026-05-18T06:44:27.245Z Compiling backon v1.6.0
30562026-05-18T06:44:27.287Z Compiling backoff v0.4.0
30572026-05-18T06:44:27.304Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-05-18T06:44:27.318Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30592026-05-18T06:44:27.333Z Compiling universal-hash v0.5.1
30602026-05-18T06:44:27.372Z Compiling opaque-debug v0.3.1
30612026-05-18T06:44:27.448Z Compiling progenitor-extras v0.2.0
30622026-05-18T06:44:27.466Z Compiling unsafe-libyaml v0.2.11
30632026-05-18T06:44:27.485Z Compiling half v2.7.1
30642026-05-18T06:44:27.501Z Compiling ciborium-io v0.2.2
30652026-05-18T06:44:27.523Z Compiling crucible-workspace-hack v0.1.0
30662026-05-18T06:44:27.540Z Compiling regress v0.11.1
30672026-05-18T06:44:27.596Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-05-18T06:44:27.622Z Compiling convert_case v0.4.0
30692026-05-18T06:44:27.736Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-05-18T06:44:27.768Z Compiling ciborium-ll v0.2.2
30712026-05-18T06:44:27.787Z Compiling aead v0.5.2
30722026-05-18T06:44:27.823Z Compiling secrecy v0.10.3
30732026-05-18T06:44:27.859Z Compiling structmeta v0.3.0
30742026-05-18T06:44:27.859Z Compiling poly1305 v0.8.0
30752026-05-18T06:44:27.917Z Compiling chacha20 v0.9.1
30762026-05-18T06:44:27.987Z Compiling ciborium v0.2.2
30772026-05-18T06:44:28.023Z Compiling serde_yaml v0.9.34+deprecated
30782026-05-18T06:44:28.042Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30792026-05-18T06:44:28.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30802026-05-18T06:44:28.073Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30812026-05-18T06:44:28.077Z Compiling derive_more v0.99.20
30822026-05-18T06:44:28.124Z Compiling thiserror-impl-no-std v2.0.2
30832026-05-18T06:44:28.142Z Compiling derive-ex v0.1.8
30842026-05-18T06:44:28.211Z Compiling parse-display-derive v0.10.0
30852026-05-18T06:44:28.255Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30862026-05-18T06:44:28.283Z Compiling byte-wrapper v0.1.0
30872026-05-18T06:44:28.436Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-05-18T06:44:28.454Z Compiling password-hash v0.5.0
30892026-05-18T06:44:28.565Z Compiling blake2 v0.10.6
30902026-05-18T06:44:28.612Z Compiling chacha20poly1305 v0.10.1
30912026-05-18T06:44:28.670Z Compiling indent_write v2.2.0
30922026-05-18T06:44:28.687Z Compiling heapless v0.8.0
30932026-05-18T06:44:28.703Z Compiling ingot-macros v0.1.1
30942026-05-18T06:44:28.796Z Compiling tabwriter v1.4.1
30952026-05-18T06:44:28.835Z Compiling tokio-rustls v0.25.0
30962026-05-18T06:44:28.916Z Compiling argon2 v0.5.3
30972026-05-18T06:44:29.052Z Compiling toml_edit v0.23.10+spec-1.0.0
30982026-05-18T06:44:29.168Z Compiling typify-impl v0.6.2
30992026-05-18T06:44:29.205Z Compiling num-rational v0.4.2
31002026-05-18T06:44:29.378Z Compiling thiserror-no-std v2.0.2
31012026-05-18T06:44:29.495Z Compiling vsss-rs v3.3.4
31022026-05-18T06:44:29.529Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31032026-05-18T06:44:29.821Z Compiling hash32 v0.3.1
31042026-05-18T06:44:29.840Z Compiling num-complex v0.4.6
31052026-05-18T06:44:29.919Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-05-18T06:44:29.936Z Compiling test-strategy v0.4.5
31072026-05-18T06:44:30.008Z Compiling smoltcp v0.11.0
31082026-05-18T06:44:30.024Z Compiling parse-display v0.10.0
31092026-05-18T06:44:30.150Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-05-18T06:44:30.201Z Compiling num v0.4.3
31112026-05-18T06:44:30.269Z Compiling proc-macro-crate v3.4.0
31122026-05-18T06:44:30.295Z Compiling atomicwrites v0.4.4
31132026-05-18T06:44:30.312Z Compiling cobs v0.3.0
31142026-05-18T06:44:30.362Z Compiling float-ord v0.3.2
31152026-05-18T06:44:30.422Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-05-18T06:44:30.439Z Compiling colored v3.1.1
31172026-05-18T06:44:30.510Z Compiling postcard v1.1.3
31182026-05-18T06:44:30.528Z Compiling proc-macro-error v1.0.4
31192026-05-18T06:44:30.546Z Compiling proc-macro-crate v1.3.1
31202026-05-18T06:44:30.667Z Compiling foreign-types-macros v0.2.3
31212026-05-18T06:44:30.687Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31222026-05-18T06:44:30.734Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31232026-05-18T06:44:30.835Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31242026-05-18T06:44:30.870Z Compiling num_enum_derive v0.7.5
31252026-05-18T06:44:30.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31262026-05-18T06:44:30.903Z Compiling foreign-types-shared v0.3.1
31272026-05-18T06:44:30.924Z Compiling cpufeatures v0.3.0
31282026-05-18T06:44:31.004Z Compiling rayon-core v1.13.0
31292026-05-18T06:44:31.007Z Compiling num_enum_derive v0.5.11
31302026-05-18T06:44:31.020Z Compiling chacha20 v0.10.0
31312026-05-18T06:44:31.090Z Compiling toml v0.8.23
31322026-05-18T06:44:31.179Z Compiling crossbeam-deque v0.8.6
31332026-05-18T06:44:31.201Z Compiling camino-tempfile v1.4.1
31342026-05-18T06:44:31.218Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-05-18T06:44:31.262Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-18T06:44:31.318Z Compiling foreign-types v0.5.0
31372026-05-18T06:44:31.388Z Compiling cstr-argument v0.1.2
31382026-05-18T06:44:31.405Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-05-18T06:44:31.472Z Compiling rand v0.10.0
31402026-05-18T06:44:31.530Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31412026-05-18T06:44:31.571Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-05-18T06:44:31.646Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31432026-05-18T06:44:31.681Z Compiling ingot-types v0.1.2
31442026-05-18T06:44:31.718Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-05-18T06:44:31.760Z Compiling zone_cfg_derive v0.3.1
31462026-05-18T06:44:31.770Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31472026-05-18T06:44:31.858Z Compiling rayon v1.11.0
31482026-05-18T06:44:31.878Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31492026-05-18T06:44:31.896Z Compiling itertools v0.12.1
31502026-05-18T06:44:31.925Z Compiling num-derive v0.4.2
31512026-05-18T06:44:32.005Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31522026-05-18T06:44:32.036Z Compiling num_enum v0.7.5
31532026-05-18T06:44:32.112Z Compiling ingot v0.1.1
31542026-05-18T06:44:32.129Z Compiling sigpipe v0.1.3
31552026-05-18T06:44:32.145Z Compiling num_enum v0.5.11
31562026-05-18T06:44:32.148Z Compiling glob v0.3.3
31572026-05-18T06:44:32.179Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31582026-05-18T06:44:32.198Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31592026-05-18T06:44:32.241Z Compiling prettyplease v0.2.37
31602026-05-18T06:44:32.296Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31612026-05-18T06:44:32.443Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-05-18T06:44:32.478Z Compiling smf v0.2.3
31632026-05-18T06:44:32.478Z Compiling whoami v1.6.1
31642026-05-18T06:44:32.590Z Compiling usdt-attr-macro v0.5.0
31652026-05-18T06:44:32.634Z Compiling usdt-macro v0.5.0
31662026-05-18T06:44:32.727Z Compiling gethostname v0.5.0
31672026-05-18T06:44:32.799Z Compiling memmap v0.7.0
31682026-05-18T06:44:32.816Z Compiling derive-where v1.6.0
31692026-05-18T06:44:32.879Z Compiling progenitor-client v0.13.0
31702026-05-18T06:44:32.918Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31712026-05-18T06:44:33.069Z Compiling resolv-conf v0.7.6
31722026-05-18T06:44:33.111Z Compiling zone v0.3.1
31732026-05-18T06:44:33.215Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-05-18T06:44:33.269Z Compiling cancel-safe-futures v0.1.5
31752026-05-18T06:44:33.376Z Compiling owo-colors v4.3.0
31762026-05-18T06:44:33.394Z Compiling libsw-core v0.3.2
31772026-05-18T06:44:33.464Z Compiling console v0.15.11
31782026-05-18T06:44:33.520Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792026-05-18T06:44:33.537Z Compiling usdt v0.5.0
31802026-05-18T06:44:33.600Z Compiling libsw v3.5.0
31812026-05-18T06:44:33.710Z Compiling hickory-proto v0.24.4
31822026-05-18T06:44:33.807Z Compiling newline-converter v0.3.0
31832026-05-18T06:44:33.826Z Compiling linked-hash-map v0.5.6
31842026-05-18T06:44:33.863Z Compiling linear-map v1.2.0
31852026-05-18T06:44:33.866Z Compiling libefi-sys v0.1.0
31862026-05-18T06:44:33.898Z Compiling typify-macro v0.6.2
31872026-05-18T06:44:33.922Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31882026-05-18T06:44:33.958Z Compiling expectorate v1.2.0
31892026-05-18T06:44:34.029Z Compiling git-stub v1.0.0
31902026-05-18T06:44:34.067Z Compiling lru-cache v0.1.2
31912026-05-18T06:44:34.085Z Compiling bitfield-struct v0.6.2
31922026-05-18T06:44:34.123Z Compiling semver v0.1.20
31932026-05-18T06:44:34.126Z Compiling tokio-dtrace v0.1.1
31942026-05-18T06:44:34.161Z Compiling dropshot-api-manager-types v0.7.1
31952026-05-18T06:44:34.199Z Compiling slog-dtrace v0.3.0
31962026-05-18T06:44:34.225Z Compiling git-stub-vcs v0.1.0
31972026-05-18T06:44:34.244Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-05-18T06:44:34.335Z Compiling minimal-lexical v0.2.1
31992026-05-18T06:44:34.353Z Compiling rustc_version v0.1.7
32002026-05-18T06:44:34.389Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-05-18T06:44:34.431Z Compiling oxide-tokio-rt v0.1.4
32022026-05-18T06:44:34.469Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32032026-05-18T06:44:34.508Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-05-18T06:44:34.541Z Compiling typify-impl v0.4.3
32052026-05-18T06:44:34.619Z Compiling nom v7.1.3
32062026-05-18T06:44:34.622Z Compiling newtype_derive v0.1.6
32072026-05-18T06:44:34.656Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-05-18T06:44:34.658Z Compiling phf_shared v0.12.1
32092026-05-18T06:44:34.659Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32102026-05-18T06:44:34.734Z Compiling csv-core v0.1.13
32112026-05-18T06:44:34.774Z Compiling chrono-tz v0.10.4
32122026-05-18T06:44:34.795Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-05-18T06:44:34.888Z Compiling highway v1.3.0
32142026-05-18T06:44:34.988Z Compiling xshell-macros v0.2.7
32152026-05-18T06:44:35.053Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-18T06:44:35.107Z Compiling csv v1.4.0
32172026-05-18T06:44:35.126Z Compiling phf v0.12.1
32182026-05-18T06:44:35.195Z Compiling const_format_proc_macros v0.2.34
32192026-05-18T06:44:35.262Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32202026-05-18T06:44:35.321Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-05-18T06:44:35.411Z Compiling primeorder v0.13.6
32222026-05-18T06:44:35.429Z Compiling xshell v0.2.7
32232026-05-18T06:44:35.660Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-18T06:44:35.716Z Compiling tabled_derive v0.7.0
32252026-05-18T06:44:35.787Z Compiling typify v0.6.2
32262026-05-18T06:44:35.803Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32272026-05-18T06:44:35.925Z Compiling progenitor-impl v0.14.0
32282026-05-18T06:44:35.948Z Compiling progenitor-impl v0.13.0
32292026-05-18T06:44:35.981Z Compiling hickory-resolver v0.24.4
32302026-05-18T06:44:36.051Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32312026-05-18T06:44:36.088Z Compiling const_format v0.2.35
32322026-05-18T06:44:36.153Z Compiling bcs v0.1.6
32332026-05-18T06:44:36.442Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32342026-05-18T06:44:36.501Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32352026-05-18T06:44:36.518Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32362026-05-18T06:44:36.578Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-18T06:44:36.666Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-05-18T06:44:36.771Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-05-18T06:44:36.789Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-18T06:44:37.014Z Compiling qorb v0.4.1
32412026-05-18T06:44:37.056Z Compiling salty v0.3.0
32422026-05-18T06:44:37.078Z Compiling tagptr v0.2.0
32432026-05-18T06:44:37.264Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-05-18T06:44:37.287Z Compiling termtree v0.5.1
32452026-05-18T06:44:37.366Z Compiling textwrap v0.16.2
32462026-05-18T06:44:37.480Z Compiling moka v0.12.13
32472026-05-18T06:44:37.508Z Compiling tabled v0.15.0
32482026-05-18T06:44:37.569Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32492026-05-18T06:44:37.827Z Compiling steno v0.4.1
32502026-05-18T06:44:37.873Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-05-18T06:44:38.099Z Compiling radium v0.7.0
32522026-05-18T06:44:38.118Z Compiling base64 v0.21.7
32532026-05-18T06:44:38.299Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32542026-05-18T06:44:38.383Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32552026-05-18T06:44:38.401Z Compiling humantime v2.3.0
32562026-05-18T06:44:38.442Z Compiling hickory-resolver v0.25.2
32572026-05-18T06:44:38.569Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32582026-05-18T06:44:38.648Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32592026-05-18T06:44:38.695Z Compiling progenitor-macro v0.13.0
32602026-05-18T06:44:38.713Z Compiling progenitor-macro v0.14.0
32612026-05-18T06:44:38.728Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32622026-05-18T06:44:38.935Z Compiling p384 v0.13.1
32632026-05-18T06:44:38.953Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32642026-05-18T06:44:39.139Z Compiling typify-macro v0.4.3
32652026-05-18T06:44:39.158Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-05-18T06:44:39.201Z Compiling maybe-uninit v2.0.0
32672026-05-18T06:44:39.466Z Compiling tap v1.0.1
32682026-05-18T06:44:39.561Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-05-18T06:44:39.584Z Compiling wyz v0.5.1
32702026-05-18T06:44:39.618Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-05-18T06:44:39.847Z Compiling proc-macro-error-attr2 v2.0.0
32722026-05-18T06:44:39.864Z Compiling utf-8 v0.7.6
32732026-05-18T06:44:39.981Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-05-18T06:44:39.998Z Compiling funty v2.0.0
32752026-05-18T06:44:40.078Z Compiling packed_struct v0.10.1
32762026-05-18T06:44:40.191Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32772026-05-18T06:44:40.217Z Compiling parking_lot_core v0.8.6
32782026-05-18T06:44:40.303Z Compiling proc-macro-error2 v2.0.1
32792026-05-18T06:44:40.354Z Compiling bitvec v1.0.1
32802026-05-18T06:44:40.419Z Compiling tungstenite v0.21.0
32812026-05-18T06:44:40.511Z Compiling polyval v0.6.2
32822026-05-18T06:44:40.547Z Compiling packed_struct_codegen v0.10.1
32832026-05-18T06:44:40.550Z Compiling num-derive v0.3.3
32842026-05-18T06:44:40.584Z Compiling zerocopy-derive v0.6.6
32852026-05-18T06:44:40.629Z Compiling bitfield-macros v0.19.4
32862026-05-18T06:44:40.661Z Compiling indexmap v1.9.3
32872026-05-18T06:44:40.780Z Compiling crc-catalog v2.4.0
32882026-05-18T06:44:40.902Z Compiling nodrop v0.1.14
32892026-05-18T06:44:40.918Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32902026-05-18T06:44:40.975Z Compiling typify v0.4.3
32912026-05-18T06:44:41.023Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-05-18T06:44:41.023Z Compiling array-init v0.0.4
32932026-05-18T06:44:41.110Z Compiling progenitor-impl v0.11.2
32942026-05-18T06:44:41.155Z Compiling tokio-tungstenite v0.21.0
32952026-05-18T06:44:41.262Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-05-18T06:44:41.353Z Compiling crc v3.4.0
32972026-05-18T06:44:41.418Z Compiling bitfield v0.19.4
32982026-05-18T06:44:41.437Z Compiling ghash v0.5.1
32992026-05-18T06:44:41.510Z Compiling zerocopy v0.6.6
33002026-05-18T06:44:41.528Z Compiling tabled_derive v0.11.0
33012026-05-18T06:44:41.543Z Compiling libscf-sys v1.1.0
33022026-05-18T06:44:41.614Z Compiling smallvec v0.6.14
33032026-05-18T06:44:41.729Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-05-18T06:44:41.855Z Compiling papergrid v0.17.0
33052026-05-18T06:44:41.871Z Compiling testing_table v0.3.0
33062026-05-18T06:44:41.888Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-18T06:44:41.929Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-05-18T06:44:41.957Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-18T06:44:42.061Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-05-18T06:44:42.131Z Compiling ctr v0.9.2
33112026-05-18T06:44:42.311Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-18T06:44:42.328Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-18T06:44:42.345Z Compiling unicase v2.9.0
33142026-05-18T06:44:42.366Z Compiling illumos-nvpair-sys v0.2.0
33152026-05-18T06:44:42.477Z Compiling hashbrown v0.12.3
33162026-05-18T06:44:42.567Z Compiling corncobs v0.1.4
33172026-05-18T06:44:42.591Z Compiling mime_guess v2.0.5
33182026-05-18T06:44:42.658Z Compiling aes-gcm v0.10.3
33192026-05-18T06:44:42.703Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-05-18T06:44:42.783Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-05-18T06:44:42.815Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-05-18T06:44:42.831Z Compiling tabled v0.20.0
33232026-05-18T06:44:42.885Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33242026-05-18T06:44:43.047Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-18T06:44:43.163Z Compiling parking_lot v0.11.2
33262026-05-18T06:44:43.208Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-05-18T06:44:43.262Z Compiling serde-hex v0.1.0
33282026-05-18T06:44:43.442Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-18T06:44:43.576Z Compiling progenitor-impl v0.10.0
33302026-05-18T06:44:43.627Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-05-18T06:44:43.680Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33322026-05-18T06:44:43.697Z Compiling ron v0.8.1
33332026-05-18T06:44:43.845Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-05-18T06:44:43.849Z Compiling progenitor v0.13.0
33352026-05-18T06:44:43.909Z Compiling progenitor-macro v0.11.2
33362026-05-18T06:44:43.936Z Compiling hashbrown v0.13.2
33372026-05-18T06:44:43.954Z Compiling progenitor v0.14.0
33382026-05-18T06:44:44.048Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-18T06:44:44.136Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-05-18T06:44:45.360Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33412026-05-18T06:44:45.364Z Compiling progenitor-client v0.11.2
33422026-05-18T06:44:45.364Z Compiling ssh-encoding v0.2.0
33432026-05-18T06:44:45.364Z Compiling prefix-trie v0.7.0
33442026-05-18T06:44:45.364Z Compiling blowfish v0.9.1
33452026-05-18T06:44:45.364Z Compiling fxhash v0.2.1
33462026-05-18T06:44:45.364Z Compiling secrecy v0.8.0
33472026-05-18T06:44:45.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-05-18T06:44:45.364Z Compiling crc-any v2.5.0
33492026-05-18T06:44:45.364Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33502026-05-18T06:44:45.364Z Compiling hickory-server v0.25.2
33512026-05-18T06:44:45.365Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-05-18T06:44:45.365Z Compiling sled v0.34.7
33532026-05-18T06:44:45.365Z Compiling bcrypt-pbkdf v0.10.0
33542026-05-18T06:44:45.376Z Compiling ssh-cipher v0.2.0
33552026-05-18T06:44:45.491Z Compiling object v0.30.4
33562026-05-18T06:44:45.792Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-05-18T06:44:46.008Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-18T06:44:46.239Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33592026-05-18T06:44:46.313Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33602026-05-18T06:44:46.331Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-05-18T06:44:46.646Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33622026-05-18T06:44:46.674Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-05-18T06:44:46.859Z Compiling progenitor-macro v0.10.0
33642026-05-18T06:44:47.036Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33652026-05-18T06:44:47.263Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-05-18T06:44:47.369Z Compiling password-hash v0.4.2
33672026-05-18T06:44:47.467Z Compiling crc8 v0.1.1
33682026-05-18T06:44:47.642Z Compiling half v1.8.3
33692026-05-18T06:44:47.812Z Compiling path-slash v0.1.5
33702026-05-18T06:44:47.821Z Compiling http-range v0.1.5
33712026-05-18T06:44:48.029Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-05-18T06:44:48.057Z Compiling serde_cbor v0.11.2
33732026-05-18T06:44:48.134Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33742026-05-18T06:44:48.576Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33752026-05-18T06:44:48.701Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33762026-05-18T06:44:48.725Z Compiling pbkdf2 v0.11.0
33772026-05-18T06:44:48.857Z Compiling illumos-nvpair v0.3.0
33782026-05-18T06:44:49.053Z Compiling progenitor v0.11.2
33792026-05-18T06:44:49.085Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-18T06:44:49.148Z Compiling ssh-key v0.6.7
33812026-05-18T06:44:49.243Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-05-18T06:44:49.398Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33832026-05-18T06:44:49.401Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-05-18T06:44:49.437Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33852026-05-18T06:44:49.552Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33862026-05-18T06:44:49.624Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-18T06:44:49.641Z Compiling p256 v0.13.2
33882026-05-18T06:44:49.663Z Compiling p521 v0.13.3
33892026-05-18T06:44:49.745Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902026-05-18T06:44:49.957Z Compiling yasna v0.5.2
33912026-05-18T06:44:50.054Z Compiling kstat-rs v0.2.4
33922026-05-18T06:44:50.133Z Compiling headers-core v0.3.0
33932026-05-18T06:44:50.286Z Compiling nanorand v0.7.0
33942026-05-18T06:44:50.331Z Compiling atty v0.2.14
33952026-05-18T06:44:50.378Z Compiling russh-cryptovec v0.7.3
33962026-05-18T06:44:50.401Z Compiling md5 v0.7.0
33972026-05-18T06:44:50.463Z Compiling home v0.5.12
33982026-05-18T06:44:50.476Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-05-18T06:44:50.506Z Compiling rcgen v0.12.1
34002026-05-18T06:44:50.599Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34012026-05-18T06:44:50.620Z Compiling russh-keys v0.45.0
34022026-05-18T06:44:50.640Z Compiling flume v0.11.1
34032026-05-18T06:44:50.682Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-05-18T06:44:50.697Z Compiling headers v0.4.1
34052026-05-18T06:44:50.727Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-05-18T06:44:50.802Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34072026-05-18T06:44:50.911Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34082026-05-18T06:44:50.985Z Compiling hyper-staticfile v0.10.1
34092026-05-18T06:44:51.142Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-05-18T06:44:51.353Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34112026-05-18T06:44:51.435Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34122026-05-18T06:44:51.501Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34132026-05-18T06:44:51.545Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34142026-05-18T06:44:51.567Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34152026-05-18T06:44:51.651Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-05-18T06:44:51.774Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34172026-05-18T06:44:51.886Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182026-05-18T06:44:52.012Z Compiling num-bigint v0.4.6
34192026-05-18T06:44:52.078Z Compiling progenitor v0.10.0
34202026-05-18T06:44:52.151Z Compiling des v0.8.1
34212026-05-18T06:44:52.209Z Compiling subprocess v0.2.15
34222026-05-18T06:44:52.239Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-05-18T06:44:52.259Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-05-18T06:44:52.280Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-05-18T06:44:52.290Z Compiling display-error-chain v0.2.2
34262026-05-18T06:44:52.327Z Compiling hex-literal v0.4.1
34272026-05-18T06:44:52.390Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-05-18T06:44:52.475Z Compiling colored v2.2.0
34292026-05-18T06:44:52.489Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-05-18T06:44:52.629Z Compiling socket2 v0.5.10
34312026-05-18T06:44:52.744Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-05-18T06:44:52.762Z Compiling internet-checksum v0.2.1
34332026-05-18T06:44:53.234Z Compiling russh v0.45.0
34342026-05-18T06:44:53.367Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34352026-05-18T06:44:53.415Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-05-18T06:44:55.779Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34372026-05-18T06:44:56.002Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-18T06:44:56.697Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-18T06:44:57.169Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-18T06:44:58.385Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-18T06:45:06.559Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34422026-05-18T06:45:06.559Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34432026-05-18T06:45:06.562Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-05-18T06:45:06.562Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-05-18T06:45:08.285Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462026-05-18T06:45:08.385Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34472026-05-18T06:45:12.540Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34482026-05-18T06:45:52.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34492026-05-18T06:45:52.519Z
34502026-05-18T06:45:52.520Zreal 1:27.170473966
34512026-05-18T06:45:52.520Zuser 8:19.060697932
34522026-05-18T06:45:52.520Zsys 1:44.210426849
34532026-05-18T06:45:52.520Ztrap 0.267614492
34542026-05-18T06:45:52.520Ztflt 0.559740314
34552026-05-18T06:45:52.520Zdflt 1.531331184
34562026-05-18T06:45:52.520Zkflt 0.000141920
34572026-05-18T06:45:52.520Zlock 29:50.309153022
34582026-05-18T06:45:52.520Zslp 19:21.757084086
34592026-05-18T06:45:52.520Zlat 41.391841741
34602026-05-18T06:45:52.520Zstop 2:57.263538540
34612026-05-18T06:45:52.525Z+ mkdir tests
34622026-05-18T06:45:52.527Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-05-18T06:45:52.527Z+ xargs -I '{}' -t cp '{}' tests/
34642026-05-18T06:45:52.548Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/
34652026-05-18T06:45:52.577Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/
34662026-05-18T06:45:52.606Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/
34672026-05-18T06:45:52.634Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/
34682026-05-18T06:45:52.865Z+ 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/*)
34692026-05-18T06:45:52.868Z+ 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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
34702026-05-18T06:47:12.799ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-05-18T06:47:12.799Za .github/buildomat/ci-env.sh 1K
34722026-05-18T06:47:12.799Za out/target/test 1K
34732026-05-18T06:47:12.800Za out/npuzone/npuzone 27402K
34742026-05-18T06:47:12.800Za package-manifest.toml 35K
34752026-05-18T06:47:12.800Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-05-18T06:47:12.800Za target/release/omicron-package 46040K
34772026-05-18T06:47:12.800Za target/release/xtask 11449K
34782026-05-18T06:47:12.800Za target/debug/bootstrap 352747K
34792026-05-18T06:47:12.800Za tests/bootstrap-80d6ff3f6918a423 31215K
34802026-05-18T06:47:12.800Za tests/commtest-06c600c6b9aa7541 32300K
34812026-05-18T06:47:12.800Za tests/dhcp_server-3f69dec6bee9e804 31215K
34822026-05-18T06:47:12.800Za tests/end_to_end_tests-6a8d9103e588eb6f 394569K
34832026-05-18T06:47:12.800Za out/clickhouse.tar.gz 319690K
34842026-05-18T06:47:12.800Za out/clickhouse_keeper.tar.gz 305042K
34852026-05-18T06:47:12.800Za out/clickhouse_server.tar.gz 319687K
34862026-05-18T06:47:12.800Za out/cockroachdb.tar.gz 165212K
34872026-05-18T06:47:12.800Za out/crucible-pantry-zone.tar.gz 44224K
34882026-05-18T06:47:12.800Za out/crucible-utils.tar 17744K
34892026-05-18T06:47:12.800Za out/crucible-zone.tar.gz 58362K
34902026-05-18T06:47:12.800Za out/external-dns.tar.gz 49818K
34912026-05-18T06:47:12.800Za out/internal-dns.tar.gz 49818K
34922026-05-18T06:47:12.800Za out/mg-ddm-gz.tar 95141K
34932026-05-18T06:47:12.800Za out/nexus.tar.gz 220800K
34942026-05-18T06:47:12.800Za out/ntp.tar.gz 32189K
34952026-05-18T06:47:12.800Za out/omicron-gateway-softnpu.tar.gz 29646K
34962026-05-18T06:47:12.800Za out/omicron-sled-agent.tar 204636K
34972026-05-18T06:47:12.800Za out/overlay.tar.gz 3K
34982026-05-18T06:47:12.800Za out/oximeter.tar.gz 67896K
34992026-05-18T06:47:12.800Za out/oxlog.tar 3782K
35002026-05-18T06:47:12.800Za out/probe.tar.gz 3037K
35012026-05-18T06:47:12.800Za out/propolis-server.tar.gz 38727K
35022026-05-18T06:47:12.800Za out/pumpkind-gz.tar 26647K
35032026-05-18T06:47:12.800Za out/switch-softnpu.tar.gz 396852K
35042026-05-18T06:47:12.804Z
35052026-05-18T06:47:12.804Zreal 1:19.931800505
35062026-05-18T06:47:12.804Zuser 1:17.215878011
35072026-05-18T06:47:12.804Zsys 4.487655310
35082026-05-18T06:47:12.804Ztrap 0.006975650
35092026-05-18T06:47:12.804Ztflt 0.000000000
35102026-05-18T06:47:12.804Zdflt 0.000000000
35112026-05-18T06:47:12.804Zkflt 0.000000000
35122026-05-18T06:47:12.804Zlock 0.000000000
35132026-05-18T06:47:12.804Zslp 1:17.146900236
35142026-05-18T06:47:12.804Zlat 1.001100230
35152026-05-18T06:47:12.804Zstop 0.000269330
35162026-05-18T06:47:12.804Zprocess exited: duration 912561 ms, exit code 0
 
35172026-05-18T06:47:12.818Zfound 1 output files
35182026-05-18T06:47:12.818Zuploading: /work/package.tar.gz (2447252253 bytes)
35192026-05-18T06:47:38.701Zuploaded: /work/package.tar.gz