01KS5QFZXYV5XQ8K2V0928VE40: 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: 01KS5QGESTMJRYWX55DXM33TD6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T16:58:03.497Zjob assigned to worker 01KS5QGMH3QQYQAED8PPSHPT72 [factory aws, i-0e2b3a74a84e93853] (queued for 52 s)
 
22026-05-21T16:58:10.954Zstarting task 0: "setup"
32026-05-21T16:58:10.961Z++ uname -s
42026-05-21T16:58:10.964Z+ kern=SunOS
52026-05-21T16:58:10.964Z+ build_user=build
62026-05-21T16:58:10.964Z+ build_uid=12345
72026-05-21T16:58:10.964Z+ work_dir=/work
82026-05-21T16:58:10.964Z+ input_dir=/input
92026-05-21T16:58:10.964Z+ [[ 0 == 12345 ]]
102026-05-21T16:58:10.964Z+ case "$kern" in
112026-05-21T16:58:10.964Z+ groupadd -g 12345 build
122026-05-21T16:58:10.976Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T16:58:12.985Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T16:58:13.071Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T16:58:13.074Z+ home_fs=zfs
162026-05-21T16:58:13.074Z+ [[ zfs == autofs ]]
172026-05-21T16:58:13.074Z+ mkdir -p /home/build
182026-05-21T16:58:13.078Z+ chown build:build /home/build /work
192026-05-21T16:58:15.077Z+ chmod 0700 /home/build /work
202026-05-21T16:58:15.080Zprocess exited: duration 4125 ms, exit code 0
 
212026-05-21T16:58:15.087Zstarting task 1: "rust-toolchain"
222026-05-21T16:58:15.092Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T16:58:15.092Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T16:58:15.092Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-21T16:58:15.095Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-21T16:58:15.095Z * rust toolchain channel = "1.94.0"
272026-05-21T16:58:15.095Z * rust toolchain profile = "default"
282026-05-21T16:58:15.095Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T16:58:15.095Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T16:58:15.192Zinfo: downloading installer
312026-05-21T16:58:16.685Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T16:58:16.685Zwarn: /home/build/.rustup/settings.toml
332026-05-21T16:58:16.685Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T16:58:16.685Zwarn: instead of the one inferred from the default host triple.
352026-05-21T16:58:16.697Zinfo: profile set to default
362026-05-21T16:58:16.697Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T16:58:16.701Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T16:58:16.832Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T16:58:16.836Zinfo: downloading 6 components
402026-05-21T16:58:31.950Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T16:58:31.950Z
422026-05-21T16:58:31.984Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T16:58:31.984Z
442026-05-21T16:58:31.984Z
452026-05-21T16:58:31.985ZRust is installed now. Great!
462026-05-21T16:58:31.985Z
472026-05-21T16:58:31.985ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T16:58:31.985Zenvironment variable. This has not been done automatically.
492026-05-21T16:58:31.985Z
502026-05-21T16:58:31.985ZTo configure your current shell, you need to source
512026-05-21T16:58:31.985Zthe corresponding env file under $HOME/.cargo.
522026-05-21T16:58:31.985Z
532026-05-21T16:58:31.985ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T16:58:31.985Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T16:58:31.988Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T16:58:31.988Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T16:58:31.988Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T16:58:31.988Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T16:58:31.988Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T16:58:31.988Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T16:58:31.988Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T16:58:32.086Z+ rustup --version
632026-05-21T16:58:32.092Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T16:58:32.095Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T16:58:32.113Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T16:58:32.116Z+ cargo --version
672026-05-21T16:58:32.125Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T16:58:32.128Z+ rustc --version
692026-05-21T16:58:32.147Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T16:58:32.150Zprocess exited: duration 17062 ms, exit code 0
 
712026-05-21T16:58:32.156Zstarting task 2: "authentication"
722026-05-21T16:58:32.173Zprocess exited: duration 17 ms, exit code 0
 
732026-05-21T16:58:32.180Zstarting task 3: "clone repository"
742026-05-21T16:58:32.184Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T16:58:32.187Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T16:58:32.228ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T16:58:42.264Z+ cd /work/oxidecomputer/omicron
782026-05-21T16:58:42.264Z+ git fetch origin 65955161ff50c28401d504383396d7812ad40e33
792026-05-21T16:58:42.732ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T16:58:42.732Z * branch 65955161ff50c28401d504383396d7812ad40e33 -> FETCH_HEAD
812026-05-21T16:58:42.745Z+ [[ -n '' ]]
822026-05-21T16:58:42.745Z+ git reset --hard 65955161ff50c28401d504383396d7812ad40e33
832026-05-21T16:58:42.821ZHEAD is now at 65955161f Block multiple sled reservations with the same gen
842026-05-21T16:58:42.824Zprocess exited: duration 10642 ms, exit code 0
 
852026-05-21T16:58:42.832Zstarting task 4: "build"
862026-05-21T16:58:42.836Z+ source .github/buildomat/ci-env.sh
872026-05-21T16:58:42.836Z++ export CARGO_TERM_COLOR=always
882026-05-21T16:58:42.836Z++ CARGO_TERM_COLOR=always
892026-05-21T16:58:42.836Z+ cargo --version
902026-05-21T16:58:42.845Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-21T16:58:42.849Z+ rustc --version
922026-05-21T16:58:42.870Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-21T16:58:42.873Z+ WORK=/work
942026-05-21T16:58:42.873Z+ pfexec mkdir -p /work
952026-05-21T16:58:42.876Z+ pfexec chown build /work
962026-05-21T16:58:42.880Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-21T16:58:44.380Z Startup: Refreshing catalog 'helios' ... Done
982026-05-21T16:58:44.436Z Startup: Caching catalogs ... Done
992026-05-21T16:58:44.639ZPlanning: Solver setup ... Done (0.171s)
1002026-05-21T16:58:44.656ZPlanning: Running solver ... Done (0.017s)
1012026-05-21T16:58:44.661ZPlanning: Finding local manifests ... Done (0.003s)
1022026-05-21T16:58:44.673ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-21T16:58:44.697ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-21T16:58:44.709ZPlanning: Package planning ... Done (0.012s)
1052026-05-21T16:58:44.713ZPlanning: Merging actions ... Done (0.002s)
1062026-05-21T16:58:44.906ZPlanning: Checking for conflicting actions ... Done (0.194s)
1072026-05-21T16:58:44.910ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-21T16:58:45.777ZPlanning: Evaluating mediators ... Done (0.870s)
1092026-05-21T16:58:45.781ZPlanning: Planning completed in 1.32 seconds
1102026-05-21T16:58:45.787Z Packages to install: 2
1112026-05-21T16:58:45.787Z Estimated space available: 156.07 GB
1122026-05-21T16:58:45.787ZEstimated space to be consumed: 19.75 MB
1132026-05-21T16:58:45.787Z Create boot environment: No
1142026-05-21T16:58:45.787ZCreate backup boot environment: No
1152026-05-21T16:58:45.787Z Rebuild boot archive: No
1162026-05-21T16:58:45.790Z
1172026-05-21T16:58:45.790ZChanged packages:
1182026-05-21T16:58:45.790Zhelios
1192026-05-21T16:58:45.790Z developer/build-essential
1202026-05-21T16:58:45.790Z None -> 11-3.0
1212026-05-21T16:58:45.790Z library/libxmlsec1
1222026-05-21T16:58:45.790Z None -> 1.2.35-3.0
1232026-05-21T16:58:45.813Z
1242026-05-21T16:58:45.813ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-21T16:58:46.280ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1262026-05-21T16:58:46.347Z Actions: 1/268 actions (Installing new actions)
1272026-05-21T16:58:46.386Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-21T16:58:46.393ZFinalize: Updating package state database ... Done (0.006s)
1292026-05-21T16:58:46.393ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-21T16:58:46.408ZFinalize: Updating image state ... Done (0.015s)
1312026-05-21T16:58:48.957ZFinalize: Creating fast lookup database ... Done (2.528s)
1322026-05-21T16:58:49.030ZFinalize: Reading search index ... Done (0.012s)
1332026-05-21T16:58:49.033ZFinalize: Updating search index ... Done (0.000s)
1342026-05-21T16:58:49.194ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-21T16:58:49.496ZPlanning: Evaluating mediator changes ... Done
1362026-05-21T16:58:49.599ZPlanning: Checking for conflicting actions ... Done
1372026-05-21T16:58:49.603ZPlanning: Consolidating action changes ... Done
1382026-05-21T16:58:49.759ZPlanning: Evaluating mediators ... Done
1392026-05-21T16:58:49.762ZPlanning: Planning completed in 0.26 seconds
1402026-05-21T16:58:49.784Z Mediators to change: 2
1412026-05-21T16:58:49.784Z Create boot environment: No
1422026-05-21T16:58:49.784ZCreate backup boot environment: No
1432026-05-21T16:58:49.848ZFinalize: Updating package state database ... Done
1442026-05-21T16:58:49.848ZFinalize: Updating package cache ... Done
1452026-05-21T16:58:49.859ZFinalize: Updating image state ... Done
1462026-05-21T16:58:51.813ZFinalize: Creating fast lookup database ... Done
1472026-05-21T16:58:51.873ZFinalize: Reading search index ... Done
1482026-05-21T16:58:51.876ZFinalize: Updating search index ... Done
1492026-05-21T16:58:51.966ZFinalize: Updating package cache ... Done
1502026-05-21T16:58:52.247ZPlanning: Evaluating mediator changes ... Done
1512026-05-21T16:58:52.352ZPlanning: Checking for conflicting actions ... Done
1522026-05-21T16:58:52.355ZPlanning: Consolidating action changes ... Done
1532026-05-21T16:58:52.512ZPlanning: Evaluating mediators ... Done
1542026-05-21T16:58:52.515ZPlanning: Planning completed in 0.27 seconds
1552026-05-21T16:58:52.535Z Mediators to change: 1
1562026-05-21T16:58:52.535Z Create boot environment: No
1572026-05-21T16:58:52.535ZCreate backup boot environment: No
1582026-05-21T16:58:52.589ZFinalize: Updating package state database ... Done
1592026-05-21T16:58:52.589ZFinalize: Updating package cache ... Done
1602026-05-21T16:58:52.600ZFinalize: Updating image state ... Done
1612026-05-21T16:58:54.551ZFinalize: Creating fast lookup database ... Done
1622026-05-21T16:58:54.612ZFinalize: Reading search index ... Done
1632026-05-21T16:58:54.615ZFinalize: Updating search index ... Done
1642026-05-21T16:58:54.705ZFinalize: Updating package cache ... Done
1652026-05-21T16:58:55.015ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-21T16:58:55.015Zapache system 2.4 system
1672026-05-21T16:58:55.015Zclang system 15 system
1682026-05-21T16:58:55.015Zcsh system system illumos
1692026-05-21T16:58:55.015Zctags system system illumos
1702026-05-21T16:58:55.015Zfile vendor vendor darwinsys
1712026-05-21T16:58:55.015Zfile system system illumos
1722026-05-21T16:58:55.015Zgcc vendor 14 vendor
1732026-05-21T16:58:55.015Zgcc system 13 system
1742026-05-21T16:58:55.015Zgcc system 10 system
1752026-05-21T16:58:55.015Zgo system 1.25 system
1762026-05-21T16:58:55.015Zllvm system 15 system
1772026-05-21T16:58:55.015Zmariadb system 11.4 system
1782026-05-21T16:58:55.015Zmta vendor vendor dma
1792026-05-21T16:58:55.015Zopenjdk system 17 system
1802026-05-21T16:58:55.015Zopenjdk system 11 system
1812026-05-21T16:58:55.015Zopenssl vendor 3 vendor
1822026-05-21T16:58:55.015Zperl system 5.40 system
1832026-05-21T16:58:55.015Zpostgresql system 18 system
1842026-05-21T16:58:55.015Zpostgresql system 17 system
1852026-05-21T16:58:55.015Zpython vendor 3 vendor
1862026-05-21T16:58:55.015Zpython system 2 system
1872026-05-21T16:58:55.015Zpython3 vendor 3.13 vendor
1882026-05-21T16:58:55.015Zruby system 3.4 system
1892026-05-21T16:58:55.015Zruby system 3.0 system
1902026-05-21T16:58:55.015Zwords vendor vendor american-english
1912026-05-21T16:58:55.015Zwords system system australian-english
1922026-05-21T16:58:55.015Zwords system system british-english
1932026-05-21T16:58:55.015Zwords system system canadian-english
1942026-05-21T16:58:55.015Zwords system system french
1952026-05-21T16:58:55.015Zwords system system italian
1962026-05-21T16:58:55.015Zwords system system ngerman
1972026-05-21T16:58:55.015Zwords system system ogerman
1982026-05-21T16:58:55.015Zwords system system spanish
1992026-05-21T16:58:55.268ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-21T16:58:55.268Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-21T16:58:55.541ZFMRI IFO
2022026-05-21T16:58:55.541Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-21T16:58:55.541Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-21T16:58:55.541Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-21T16:58:55.541Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-21T16:58:55.541Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-21T16:58:55.541Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-21T16:58:55.541Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-21T16:58:55.541Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-21T16:58:55.541Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-21T16:58:55.771Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-21T16:58:56.060Z Updating crates.io index
2132026-05-21T16:58:56.063Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-21T16:58:56.342Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-21T16:58:57.318Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-21T16:58:57.669Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-21T16:58:58.805Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-21T16:58:59.372Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-21T16:59:00.761Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-21T16:59:01.739Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-21T16:59:02.045Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-21T16:59:02.893Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-21T16:59:03.296Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-21T16:59:03.894Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-21T16:59:04.238Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-21T16:59:05.289Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-21T16:59:05.802Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-21T16:59:06.059Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-21T16:59:06.428Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-21T16:59:06.845Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-21T16:59:07.327Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-21T16:59:07.750Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-21T16:59:08.027Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-21T16:59:08.333Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-21T16:59:08.780Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-21T16:59:09.182Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-21T16:59:09.792Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-21T16:59:10.208Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-21T16:59:10.903Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-21T16:59:11.243Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-21T16:59:12.521Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-21T16:59:13.491Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-21T16:59:14.108Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-21T16:59:14.442Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-21T16:59:14.898Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-21T16:59:15.265Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-21T16:59:15.684Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-21T16:59:16.387Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-21T16:59:16.661Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-21T16:59:16.974Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-21T16:59:17.419Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-21T16:59:29.352Z Downloading crates ...
2532026-05-21T16:59:29.406Z Downloaded block-buffer v0.10.4
2542026-05-21T16:59:29.409Z Downloaded anstyle v1.0.13
2552026-05-21T16:59:29.409Z Downloaded camino v1.2.2
2562026-05-21T16:59:29.412Z Downloaded equivalent v1.0.2
2572026-05-21T16:59:29.416Z Downloaded cfg-if v1.0.4
2582026-05-21T16:59:29.416Z Downloaded idna_adapter v1.2.1
2592026-05-21T16:59:29.416Z Downloaded dof v0.3.0
2602026-05-21T16:59:29.419Z Downloaded percent-encoding v2.3.2
2612026-05-21T16:59:29.419Z Downloaded crypto-common v0.1.7
2622026-05-21T16:59:29.419Z Downloaded clap_lex v1.0.0
2632026-05-21T16:59:29.422Z Downloaded proc-macro-error-attr v1.0.4
2642026-05-21T16:59:29.422Z Downloaded itoa v1.0.17
2652026-05-21T16:59:29.425Z Downloaded textwrap v0.16.2
2662026-05-21T16:59:29.425Z Downloaded tabled_derive v0.7.0
2672026-05-21T16:59:29.425Z Downloaded camino-tempfile v1.4.1
2682026-05-21T16:59:29.429Z Downloaded plain v0.2.3
2692026-05-21T16:59:29.432Z Downloaded swrite v0.1.0
2702026-05-21T16:59:29.432Z Downloaded heck v0.4.1
2712026-05-21T16:59:29.432Z Downloaded toml_datetime v0.6.11
2722026-05-21T16:59:29.435Z Downloaded fnv v1.0.7
2732026-05-21T16:59:29.435Z Downloaded stable_deref_trait v1.2.1
2742026-05-21T16:59:29.435Z Downloaded byteorder v1.5.0
2752026-05-21T16:59:29.438Z Downloaded usdt v0.5.0
2762026-05-21T16:59:29.438Z Downloaded version_check v0.9.5
2772026-05-21T16:59:29.438Z Downloaded thread-id v4.2.2
2782026-05-21T16:59:29.438Z Downloaded zerofrom-derive v0.1.6
2792026-05-21T16:59:29.441Z Downloaded unicode-xid v0.2.6
2802026-05-21T16:59:29.441Z Downloaded scroll_derive v0.12.1
2812026-05-21T16:59:29.441Z Downloaded memmap v0.7.0
2822026-05-21T16:59:29.441Z Downloaded serde_spanned v0.6.9
2832026-05-21T16:59:29.444Z Downloaded form_urlencoded v1.2.2
2842026-05-21T16:59:29.444Z Downloaded anstream v0.6.21
2852026-05-21T16:59:29.444Z Downloaded zerofrom v0.1.6
2862026-05-21T16:59:29.447Z Downloaded yoke-derive v0.8.1
2872026-05-21T16:59:29.447Z Downloaded utf8_iter v1.0.4
2882026-05-21T16:59:29.450Z Downloaded ordered-float v2.10.1
2892026-05-21T16:59:29.450Z Downloaded usdt-macro v0.5.0
2902026-05-21T16:59:29.454Z Downloaded utf8parse v0.2.2
2912026-05-21T16:59:29.454Z Downloaded macaddr v1.0.1
2922026-05-21T16:59:29.454Z Downloaded unicode-linebreak v0.1.5
2932026-05-21T16:59:29.457Z Downloaded heck v0.5.0
2942026-05-21T16:59:29.460Z Downloaded usdt-attr-macro v0.5.0
2952026-05-21T16:59:29.460Z Downloaded toml_write v0.1.2
2962026-05-21T16:59:29.460Z Downloaded typeid v1.0.3
2972026-05-21T16:59:29.460Z Downloaded thiserror v1.0.69
2982026-05-21T16:59:29.463Z Downloaded litemap v0.8.1
2992026-05-21T16:59:29.466Z Downloaded fs-err v3.3.0
3002026-05-21T16:59:29.466Z Downloaded thiserror-impl v1.0.69
3012026-05-21T16:59:29.466Z Downloaded zerovec-derive v0.11.2
3022026-05-21T16:59:29.470Z Downloaded typenum v1.19.0
3032026-05-21T16:59:29.470Z Downloaded pretty-hex v0.4.1
3042026-05-21T16:59:29.470Z Downloaded potential_utf v0.1.4
3052026-05-21T16:59:29.473Z Downloaded thiserror-impl v2.0.18
3062026-05-21T16:59:29.473Z Downloaded errno v0.3.14
3072026-05-21T16:59:29.473Z Downloaded strsim v0.11.1
3082026-05-21T16:59:29.473Z Downloaded is_terminal_polyfill v1.70.2
3092026-05-21T16:59:29.473Z Downloaded zmij v1.0.21
3102026-05-21T16:59:29.477Z Downloaded yoke v0.8.1
3112026-05-21T16:59:29.477Z Downloaded thiserror v2.0.18
3122026-05-21T16:59:29.480Z Downloaded zerocopy-derive v0.7.35
3132026-05-21T16:59:29.483Z Downloaded toml v0.8.23
3142026-05-21T16:59:29.483Z Downloaded smallvec v1.15.1
3152026-05-21T16:59:29.483Z Downloaded once_cell v1.21.3
3162026-05-21T16:59:29.486Z Downloaded sha2 v0.10.9
3172026-05-21T16:59:29.486Z Downloaded cargo-util-schemas v0.8.2
3182026-05-21T16:59:29.489Z Downloaded writeable v0.6.2
3192026-05-21T16:59:29.489Z Downloaded ucd-trie v0.1.7
3202026-05-21T16:59:29.489Z Downloaded usdt-impl v0.5.0
3212026-05-21T16:59:29.492Z Downloaded tinystr v0.8.2
3222026-05-21T16:59:29.493Z Downloaded unicode-ident v1.0.24
3232026-05-21T16:59:29.493Z Downloaded zerotrie v0.2.3
3242026-05-21T16:59:29.496Z Downloaded anstyle-query v1.1.5
3252026-05-21T16:59:29.496Z Downloaded cargo-platform v0.2.0
3262026-05-21T16:59:29.499Z Downloaded toml_edit v0.22.27
3272026-05-21T16:59:29.502Z Downloaded url v2.5.8
3282026-05-21T16:59:29.505Z Downloaded fastrand v2.3.0
3292026-05-21T16:59:29.505Z Downloaded serde-value v0.7.0
3302026-05-21T16:59:29.509Z Downloaded dtrace-parser v0.2.0
3312026-05-21T16:59:29.512Z Downloaded digest v0.10.7
3322026-05-21T16:59:29.513Z Downloaded bytecount v0.6.9
3332026-05-21T16:59:29.516Z Downloaded anstyle-parse v0.2.7
3342026-05-21T16:59:29.516Z Downloaded terminal_size v0.4.3
3352026-05-21T16:59:29.516Z Downloaded displaydoc v0.2.5
3362026-05-21T16:59:29.519Z Downloaded smawk v0.3.2
3372026-05-21T16:59:29.519Z Downloaded zerovec v0.11.5
3382026-05-21T16:59:29.522Z Downloaded generic-array v0.14.7
3392026-05-21T16:59:29.522Z Downloaded zerocopy v0.7.35
3402026-05-21T16:59:29.531Z Downloaded winnow v0.7.14
3412026-05-21T16:59:29.536Z Downloaded autocfg v1.5.0
3422026-05-21T16:59:29.539Z Downloaded bitflags v2.11.0
3432026-05-21T16:59:29.542Z Downloaded unicode-width v0.2.0
3442026-05-21T16:59:29.545Z Downloaded unicode-width v0.1.14
3452026-05-21T16:59:29.549Z Downloaded proc-macro-error v1.0.4
3462026-05-21T16:59:29.552Z Downloaded cpufeatures v0.2.17
3472026-05-21T16:59:29.552Z Downloaded colorchoice v1.0.4
3482026-05-21T16:59:29.555Z Downloaded serde_tokenstream v0.2.3
3492026-05-21T16:59:29.559Z Downloaded scroll v0.12.0
3502026-05-21T16:59:29.562Z Downloaded erased-serde v0.4.9
3512026-05-21T16:59:29.562Z Downloaded serde_core v1.0.228
3522026-05-21T16:59:29.565Z Downloaded cargo_toml v0.21.0
3532026-05-21T16:59:29.568Z Downloaded serde-untagged v0.1.9
3542026-05-21T16:59:29.571Z Downloaded tempfile v3.25.0
3552026-05-21T16:59:29.574Z Downloaded cargo_metadata v0.21.0
3562026-05-21T16:59:29.577Z Downloaded synstructure v0.13.2
3572026-05-21T16:59:29.581Z Downloaded clap_derive v4.5.55
3582026-05-21T16:59:29.584Z Downloaded icu_provider v2.1.1
3592026-05-21T16:59:29.587Z Downloaded icu_properties v2.1.2
3602026-05-21T16:59:29.590Z Downloaded semver v1.0.28
3612026-05-21T16:59:29.593Z Downloaded anyhow v1.0.102
3622026-05-21T16:59:29.596Z Downloaded pest_generator v2.8.6
3632026-05-21T16:59:29.605Z Downloaded papergrid v0.11.0
3642026-05-21T16:59:29.612Z Downloaded icu_locale_core v2.1.1
3652026-05-21T16:59:29.615Z Downloaded proc-macro2 v1.0.106
3662026-05-21T16:59:29.618Z Downloaded serde_derive v1.0.228
3672026-05-21T16:59:29.622Z Downloaded num-traits v0.2.19
3682026-05-21T16:59:29.625Z Downloaded log v0.4.29
3692026-05-21T16:59:29.638Z Downloaded pest_derive v2.8.6
3702026-05-21T16:59:29.642Z Downloaded clap v4.5.60
3712026-05-21T16:59:29.645Z Downloaded memchr v2.8.0
3722026-05-21T16:59:29.648Z Downloaded icu_normalizer v2.1.1
3732026-05-21T16:59:29.651Z Downloaded getrandom v0.4.1
3742026-05-21T16:59:29.654Z Downloaded quote v1.0.45
3752026-05-21T16:59:29.654Z Downloaded serde v1.0.228
3762026-05-21T16:59:29.657Z Downloaded pest_meta v2.8.6
3772026-05-21T16:59:29.657Z Downloaded icu_normalizer_data v2.1.1
3782026-05-21T16:59:29.671Z Downloaded icu_collections v2.1.1
3792026-05-21T16:59:29.675Z Downloaded indexmap v2.14.0
3802026-05-21T16:59:29.685Z Downloaded idna v1.1.0
3812026-05-21T16:59:29.703Z Downloaded pest v2.8.6
3822026-05-21T16:59:29.717Z Downloaded clap_builder v4.5.60
3832026-05-21T16:59:29.721Z Downloaded serde_json v1.0.149
3842026-05-21T16:59:29.724Z Downloaded hashbrown v0.17.0
3852026-05-21T16:59:29.727Z Downloaded icu_properties_data v2.1.2
3862026-05-21T16:59:29.732Z Downloaded goblin v0.8.2
3872026-05-21T16:59:29.745Z Downloaded tabled v0.15.0
3882026-05-21T16:59:29.753Z Downloaded syn v2.0.117
3892026-05-21T16:59:29.759Z Downloaded syn v1.0.109
3902026-05-21T16:59:29.779Z Downloaded rustix v1.1.3
3912026-05-21T16:59:29.806Z Downloaded libc v0.2.185
3922026-05-21T16:59:29.879Z Compiling proc-macro2 v1.0.106
3932026-05-21T16:59:29.883Z Compiling quote v1.0.45
3942026-05-21T16:59:29.883Z Compiling unicode-ident v1.0.24
3952026-05-21T16:59:29.883Z Compiling serde_core v1.0.228
3962026-05-21T16:59:29.883Z Compiling libc v0.2.185
3972026-05-21T16:59:29.883Z Compiling version_check v0.9.5
3982026-05-21T16:59:29.883Z Compiling serde v1.0.228
3992026-05-21T16:59:29.883Z Compiling stable_deref_trait v1.2.1
4002026-05-21T16:59:29.883Z Compiling memchr v2.8.0
4012026-05-21T16:59:29.883Z Compiling zmij v1.0.21
4022026-05-21T16:59:29.883Z Compiling thiserror v1.0.69
4032026-05-21T16:59:29.883Z Compiling autocfg v1.5.0
4042026-05-21T16:59:29.883Z Compiling ucd-trie v0.1.7
4052026-05-21T16:59:30.062Z Compiling itoa v1.0.17
4062026-05-21T16:59:30.065Z Compiling litemap v0.8.1
4072026-05-21T16:59:30.258Z Compiling writeable v0.6.2
4082026-05-21T16:59:30.313Z Compiling byteorder v1.5.0
4092026-05-21T16:59:30.528Z Compiling rustix v1.1.3
4102026-05-21T16:59:30.548Z Compiling icu_properties_data v2.1.2
4112026-05-21T16:59:30.551Z Compiling icu_normalizer_data v2.1.1
4122026-05-21T16:59:30.624Z Compiling pest v2.8.6
4132026-05-21T16:59:30.659Z Compiling serde_json v1.0.149
4142026-05-21T16:59:30.697Z Compiling bitflags v2.11.0
4152026-05-21T16:59:30.810Z Compiling num-traits v0.2.19
4162026-05-21T16:59:30.883Z Compiling smallvec v1.15.1
4172026-05-21T16:59:30.883Z Compiling typeid v1.0.3
4182026-05-21T16:59:31.042Z Compiling equivalent v1.0.2
4192026-05-21T16:59:31.065Z Compiling hashbrown v0.17.0
4202026-05-21T16:59:31.096Z Compiling errno v0.3.14
4212026-05-21T16:59:31.132Z Compiling thread-id v4.2.2
4222026-05-21T16:59:31.171Z Compiling usdt-impl v0.5.0
4232026-05-21T16:59:31.194Z Compiling proc-macro-error-attr v1.0.4
4242026-05-21T16:59:31.197Z Compiling toml_write v0.1.2
4252026-05-21T16:59:31.214Z Compiling syn v1.0.109
4262026-05-21T16:59:31.252Z Compiling erased-serde v0.4.9
4272026-05-21T16:59:31.271Z Compiling winnow v0.7.14
4282026-05-21T16:59:31.289Z Compiling proc-macro-error v1.0.4
4292026-05-21T16:59:31.326Z Compiling thiserror v2.0.18
4302026-05-21T16:59:31.482Z Compiling percent-encoding v2.3.2
4312026-05-21T16:59:31.548Z Compiling getrandom v0.4.1
4322026-05-21T16:59:31.569Z Compiling syn v2.0.117
4332026-05-21T16:59:31.588Z Compiling indexmap v2.14.0
4342026-05-21T16:59:31.658Z Compiling plain v0.2.3
4352026-05-21T16:59:31.677Z Compiling log v0.4.29
4362026-05-21T16:59:31.697Z Compiling utf8parse v0.2.2
4372026-05-21T16:59:31.717Z Compiling camino v1.2.2
4382026-05-21T16:59:31.720Z Compiling utf8_iter v1.0.4
4392026-05-21T16:59:31.787Z Compiling pest_meta v2.8.6
4402026-05-21T16:59:31.853Z Compiling anstyle-parse v0.2.7
4412026-05-21T16:59:31.923Z Compiling form_urlencoded v1.2.2
4422026-05-21T16:59:31.971Z Compiling ordered-float v2.10.1
4432026-05-21T16:59:32.058Z Compiling colorchoice v1.0.4
4442026-05-21T16:59:32.077Z Compiling anstyle-query v1.1.5
4452026-05-21T16:59:32.127Z Compiling anstyle v1.0.13
4462026-05-21T16:59:32.145Z Compiling is_terminal_polyfill v1.70.2
4472026-05-21T16:59:32.164Z Compiling pretty-hex v0.4.1
4482026-05-21T16:59:32.199Z Compiling cfg-if v1.0.4
4492026-05-21T16:59:32.240Z Compiling terminal_size v0.4.3
4502026-05-21T16:59:32.267Z Compiling fs-err v3.3.0
4512026-05-21T16:59:32.307Z Compiling anstream v0.6.21
4522026-05-21T16:59:32.323Z Compiling strsim v0.11.1
4532026-05-21T16:59:32.361Z Compiling unicode-xid v0.2.6
4542026-05-21T16:59:32.381Z Compiling fastrand v2.3.0
4552026-05-21T16:59:32.401Z Compiling anyhow v1.0.102
4562026-05-21T16:59:32.430Z Compiling heck v0.5.0
4572026-05-21T16:59:32.487Z Compiling heck v0.4.1
4582026-05-21T16:59:32.506Z Compiling unicode-width v0.1.14
4592026-05-21T16:59:32.527Z Compiling fnv v1.0.7
4602026-05-21T16:59:32.544Z Compiling bytecount v0.6.9
4612026-05-21T16:59:32.709Z Compiling semver v1.0.28
4622026-05-21T16:59:32.747Z Compiling once_cell v1.21.3
4632026-05-21T16:59:32.751Z Compiling clap_lex v1.0.0
4642026-05-21T16:59:32.751Z Compiling papergrid v0.11.0
4652026-05-21T16:59:32.841Z Compiling memmap v0.7.0
4662026-05-21T16:59:32.845Z Compiling unicode-width v0.2.0
4672026-05-21T16:59:32.931Z Compiling tempfile v3.25.0
4682026-05-21T16:59:33.044Z Compiling clap_builder v4.5.60
4692026-05-21T16:59:33.061Z Compiling smawk v0.3.2
4702026-05-21T16:59:33.065Z Compiling serde-untagged v0.1.9
4712026-05-21T16:59:33.100Z Compiling unicode-linebreak v0.1.5
4722026-05-21T16:59:33.184Z Compiling camino-tempfile v1.4.1
4732026-05-21T16:59:33.248Z Compiling swrite v0.1.0
4742026-05-21T16:59:33.342Z Compiling textwrap v0.16.2
4752026-05-21T16:59:33.362Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-05-21T16:59:33.647Z Compiling tabled_derive v0.7.0
4772026-05-21T16:59:34.112Z Compiling synstructure v0.13.2
4782026-05-21T16:59:34.112Z Compiling pest_generator v2.8.6
4792026-05-21T16:59:34.302Z Compiling tabled v0.15.0
4802026-05-21T16:59:34.631Z Compiling serde_derive v1.0.228
4812026-05-21T16:59:34.634Z Compiling zerofrom-derive v0.1.6
4822026-05-21T16:59:34.634Z Compiling yoke-derive v0.8.1
4832026-05-21T16:59:34.634Z Compiling zerovec-derive v0.11.2
4842026-05-21T16:59:34.634Z Compiling displaydoc v0.2.5
4852026-05-21T16:59:34.634Z Compiling thiserror-impl v1.0.69
4862026-05-21T16:59:34.634Z Compiling zerocopy-derive v0.7.35
4872026-05-21T16:59:34.664Z Compiling scroll_derive v0.12.1
4882026-05-21T16:59:34.744Z Compiling pest_derive v2.8.6
4892026-05-21T16:59:34.810Z Compiling thiserror-impl v2.0.18
4902026-05-21T16:59:34.810Z Compiling clap_derive v4.5.55
4912026-05-21T16:59:35.345Z Compiling scroll v0.12.0
4922026-05-21T16:59:35.568Z Compiling zerocopy v0.7.35
4932026-05-21T16:59:35.584Z Compiling goblin v0.8.2
4942026-05-21T16:59:35.805Z Compiling zerofrom v0.1.6
4952026-05-21T16:59:35.856Z Compiling dtrace-parser v0.2.0
4962026-05-21T16:59:35.910Z Compiling yoke v0.8.1
4972026-05-21T16:59:36.069Z Compiling zerovec v0.11.5
4982026-05-21T16:59:36.069Z Compiling zerotrie v0.2.3
4992026-05-21T16:59:36.194Z Compiling clap v4.5.60
5002026-05-21T16:59:36.546Z Compiling tinystr v0.8.2
5012026-05-21T16:59:36.546Z Compiling potential_utf v0.1.4
5022026-05-21T16:59:36.670Z Compiling icu_collections v2.1.1
5032026-05-21T16:59:36.698Z Compiling icu_locale_core v2.1.1
5042026-05-21T16:59:37.228Z Compiling icu_provider v2.1.1
5052026-05-21T16:59:37.252Z Compiling dof v0.3.0
5062026-05-21T16:59:37.252Z Compiling serde_tokenstream v0.2.3
5072026-05-21T16:59:37.271Z Compiling toml_datetime v0.6.11
5082026-05-21T16:59:37.274Z Compiling serde_spanned v0.6.9
5092026-05-21T16:59:37.274Z Compiling serde-value v0.7.0
5102026-05-21T16:59:37.274Z Compiling cargo-platform v0.2.0
5112026-05-21T16:59:37.274Z Compiling macaddr v1.0.1
5122026-05-21T16:59:37.450Z Compiling icu_properties v2.1.2
5132026-05-21T16:59:37.450Z Compiling icu_normalizer v2.1.1
5142026-05-21T16:59:37.540Z Compiling toml_edit v0.22.27
5152026-05-21T16:59:37.957Z Compiling usdt-attr-macro v0.5.0
5162026-05-21T16:59:37.957Z Compiling usdt-macro v0.5.0
5172026-05-21T16:59:38.253Z Compiling idna_adapter v1.2.1
5182026-05-21T16:59:38.362Z Compiling idna v1.1.0
5192026-05-21T16:59:38.550Z Compiling usdt v0.5.0
5202026-05-21T16:59:38.611Z Compiling url v2.5.8
5212026-05-21T16:59:38.816Z Compiling toml v0.8.23
5222026-05-21T16:59:39.148Z Compiling cargo-util-schemas v0.8.2
5232026-05-21T16:59:39.148Z Compiling cargo_toml v0.21.0
5242026-05-21T16:59:39.954Z Compiling cargo_metadata v0.21.0
5252026-05-21T16:59:40.877Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-21T16:59:42.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.35s
5272026-05-21T16:59:43.226Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-21T16:59:43.782Z Downloading crates ...
5292026-05-21T16:59:43.881Z Downloaded base64ct v1.8.3
5302026-05-21T16:59:43.884Z Downloaded bb8 v0.8.6
5312026-05-21T16:59:43.887Z Downloaded bcrypt-pbkdf v0.10.0
5322026-05-21T16:59:43.887Z Downloaded adler2 v2.0.1
5332026-05-21T16:59:43.890Z Downloaded bit-vec v0.6.3
5342026-05-21T16:59:43.895Z Downloaded crc8 v0.1.1
5352026-05-21T16:59:43.895Z Downloaded ahash v0.8.12
5362026-05-21T16:59:43.898Z Downloaded crc32fast v1.5.0
5372026-05-21T16:59:43.901Z Downloaded assert_matches v1.5.0
5382026-05-21T16:59:43.906Z Downloaded base16ct v0.2.0
5392026-05-21T16:59:43.909Z Downloaded darling_macro v0.23.0
5402026-05-21T16:59:43.909Z Downloaded bitfield-struct v0.6.2
5412026-05-21T16:59:43.909Z Downloaded bitfield-macros v0.19.4
5422026-05-21T16:59:43.912Z Downloaded aead v0.5.2
5432026-05-21T16:59:43.912Z Downloaded async-recursion v1.1.1
5442026-05-21T16:59:43.916Z Downloaded arrayref v0.3.9
5452026-05-21T16:59:43.916Z Downloaded bcs v0.1.6
5462026-05-21T16:59:43.919Z Downloaded dirs-sys-next v0.1.2
5472026-05-21T16:59:43.919Z Downloaded embedded-io v0.6.1
5482026-05-21T16:59:43.923Z Downloaded defmt-macros v1.0.1
5492026-05-21T16:59:43.923Z Downloaded atomicwrites v0.4.4
5502026-05-21T16:59:43.923Z Downloaded async-stream-impl v0.3.6
5512026-05-21T16:59:43.928Z Downloaded array-init v0.0.4
5522026-05-21T16:59:43.928Z Downloaded bit-vec v0.8.0
5532026-05-21T16:59:43.933Z Downloaded float-ord v0.3.2
5542026-05-21T16:59:43.933Z Downloaded display-error-chain v0.2.2
5552026-05-21T16:59:43.933Z Downloaded atty v0.2.14
5562026-05-21T16:59:43.933Z Downloaded bitflags v1.3.2
5572026-05-21T16:59:43.933Z Downloaded fallible-iterator v0.2.0
5582026-05-21T16:59:43.936Z Downloaded bitfield v0.19.4
5592026-05-21T16:59:43.936Z Downloaded atomic-waker v1.1.2
5602026-05-21T16:59:43.936Z Downloaded dirs-next v2.0.0
5612026-05-21T16:59:43.936Z Downloaded der_derive v0.7.3
5622026-05-21T16:59:43.939Z Downloaded derive_builder v0.20.2
5632026-05-21T16:59:43.939Z Downloaded async-stream v0.3.6
5642026-05-21T16:59:43.942Z Downloaded darling_macro v0.20.11
5652026-05-21T16:59:43.946Z Downloaded cobs v0.3.0
5662026-05-21T16:59:43.946Z Downloaded difflib v0.4.0
5672026-05-21T16:59:43.950Z Downloaded backon v1.6.0
5682026-05-21T16:59:43.953Z Downloaded crc-catalog v2.4.0
5692026-05-21T16:59:43.953Z Downloaded env_logger v0.11.9
5702026-05-21T16:59:43.956Z Downloaded bit-set v0.5.3
5712026-05-21T16:59:43.956Z Downloaded allocator-api2 v0.2.21
5722026-05-21T16:59:43.959Z Downloaded dyn-clone v1.0.20
5732026-05-21T16:59:43.959Z Downloaded crc v3.4.0
5742026-05-21T16:59:43.959Z Downloaded block-padding v0.3.3
5752026-05-21T16:59:43.962Z Downloaded ciborium-ll v0.2.2
5762026-05-21T16:59:43.962Z Downloaded ciborium-io v0.2.2
5772026-05-21T16:59:43.962Z Downloaded cfg_aliases v0.2.1
5782026-05-21T16:59:43.966Z Downloaded dsl_auto_type v0.2.0
5792026-05-21T16:59:43.966Z Downloaded env_filter v1.0.0
5802026-05-21T16:59:43.969Z Downloaded dunce v1.0.5
5812026-05-21T16:59:43.969Z Downloaded debug-ignore v1.0.5
5822026-05-21T16:59:43.969Z Downloaded convert_case v0.4.0
5832026-05-21T16:59:43.969Z Downloaded fixedbitset v0.4.2
5842026-05-21T16:59:43.973Z Downloaded darling_macro v0.21.3
5852026-05-21T16:59:43.976Z Downloaded document-features v0.2.12
5862026-05-21T16:59:43.976Z Downloaded defmt-parser v1.0.0
5872026-05-21T16:59:43.976Z Downloaded castaway v0.2.4
5882026-05-21T16:59:43.979Z Downloaded dropshot-api-manager-types v0.7.1
5892026-05-21T16:59:43.983Z Downloaded cfg_aliases v0.1.1
5902026-05-21T16:59:43.983Z Downloaded enum-as-inner v0.6.1
5912026-05-21T16:59:43.983Z Downloaded downcast-rs v2.0.2
5922026-05-21T16:59:43.986Z Downloaded cpufeatures v0.3.0
5932026-05-21T16:59:43.986Z Downloaded fd-lock v4.0.4
5942026-05-21T16:59:43.989Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-05-21T16:59:43.989Z Downloaded ascii-canvas v3.0.0
5962026-05-21T16:59:43.989Z Downloaded compression-core v0.4.31
5972026-05-21T16:59:43.994Z Downloaded derive_builder_macro v0.20.2
5982026-05-21T16:59:43.994Z Downloaded dof v0.4.0
5992026-05-21T16:59:43.997Z Downloaded camino-tempfile-ext v0.3.3
6002026-05-21T16:59:43.997Z Downloaded flagset v0.4.7
6012026-05-21T16:59:43.997Z Downloaded argon2 v0.5.3
6022026-05-21T16:59:43.997Z Downloaded derive-where v1.6.0
6032026-05-21T16:59:44.001Z Downloaded cmake v0.1.57
6042026-05-21T16:59:44.001Z Downloaded funty v2.0.0
6052026-05-21T16:59:44.004Z Downloaded bit-set v0.8.0
6062026-05-21T16:59:44.005Z Downloaded ciborium v0.2.2
6072026-05-21T16:59:44.005Z Downloaded base64 v0.21.7
6082026-05-21T16:59:44.008Z Downloaded foreign-types v0.3.2
6092026-05-21T16:59:44.011Z Downloaded backoff v0.4.0
6102026-05-21T16:59:44.011Z Downloaded float-cmp v0.10.0
6112026-05-21T16:59:44.014Z Downloaded endian-type v0.1.2
6122026-05-21T16:59:44.014Z Downloaded foreign-types-macros v0.2.3
6132026-05-21T16:59:44.014Z Downloaded foreign-types v0.5.0
6142026-05-21T16:59:44.014Z Downloaded embedded-io v0.4.0
6152026-05-21T16:59:44.018Z Downloaded dtrace-parser v0.3.0
6162026-05-21T16:59:44.018Z Downloaded futures-io v0.3.32
6172026-05-21T16:59:44.018Z Downloaded futures-macro v0.3.32
6182026-05-21T16:59:44.018Z Downloaded futures-task v0.3.32
6192026-05-21T16:59:44.021Z Downloaded futures-sink v0.3.32
6202026-05-21T16:59:44.021Z Downloaded futures-core v0.3.32
6212026-05-21T16:59:44.021Z Downloaded defmt v0.3.100
6222026-05-21T16:59:44.021Z Downloaded ghash v0.5.1
6232026-05-21T16:59:44.024Z Downloaded git-stub v1.0.0
6242026-05-21T16:59:44.024Z Downloaded curve25519-dalek-derive v0.1.1
6252026-05-21T16:59:44.024Z Downloaded gethostname v0.5.0
6262026-05-21T16:59:44.027Z Downloaded hash32 v0.3.1
6272026-05-21T16:59:44.027Z Downloaded crunchy v0.2.4
6282026-05-21T16:59:44.027Z Downloaded foreign-types-shared v0.3.1
6292026-05-21T16:59:44.027Z Downloaded cstr-argument v0.1.2
6302026-05-21T16:59:44.030Z Downloaded crucible-workspace-hack v0.1.0
6312026-05-21T16:59:44.037Z Downloaded cipher v0.4.4
6322026-05-21T16:59:44.040Z Downloaded fxhash v0.2.1
6332026-05-21T16:59:44.044Z Downloaded compression-codecs v0.4.37
6342026-05-21T16:59:44.044Z Downloaded const_format_proc_macros v0.2.34
6352026-05-21T16:59:44.047Z Downloaded blowfish v0.9.1
6362026-05-21T16:59:44.047Z Downloaded globwalk v0.9.1
6372026-05-21T16:59:44.047Z Downloaded ena v0.14.4
6382026-05-21T16:59:44.047Z Downloaded byte-wrapper v0.1.0
6392026-05-21T16:59:44.050Z Downloaded either v1.15.0
6402026-05-21T16:59:44.050Z Downloaded cargo-platform v0.1.9
6412026-05-21T16:59:44.054Z Downloaded derive_builder_core v0.20.2
6422026-05-21T16:59:44.055Z Downloaded cexpr v0.6.0
6432026-05-21T16:59:44.055Z Downloaded fixedbitset v0.5.7
6442026-05-21T16:59:44.060Z Downloaded ff v0.13.1
6452026-05-21T16:59:44.060Z Downloaded filetime v0.2.27
6462026-05-21T16:59:44.060Z Downloaded diesel-dtrace v0.5.0
6472026-05-21T16:59:44.060Z Downloaded deranged v0.5.8
6482026-05-21T16:59:44.063Z Downloaded convert_case v0.10.0
6492026-05-21T16:59:44.063Z Downloaded constant_time_eq v0.4.2
6502026-05-21T16:59:44.063Z Downloaded colored v2.2.0
6512026-05-21T16:59:44.066Z Downloaded drift v0.1.4
6522026-05-21T16:59:44.069Z Downloaded bzip2 v0.4.4
6532026-05-21T16:59:44.073Z Downloaded headers-core v0.3.0
6542026-05-21T16:59:44.073Z Downloaded corncobs v0.1.4
6552026-05-21T16:59:44.073Z Downloaded home v0.5.12
6562026-05-21T16:59:44.079Z Downloaded hex-literal v0.4.1
6572026-05-21T16:59:44.079Z Downloaded hex v0.4.3
6582026-05-21T16:59:44.079Z Downloaded buf-list v1.1.2
6592026-05-21T16:59:44.079Z Downloaded cargo_metadata v0.19.2
6602026-05-21T16:59:44.079Z Downloaded foreign-types-shared v0.1.1
6612026-05-21T16:59:44.079Z Downloaded arrayvec v0.7.6
6622026-05-21T16:59:44.083Z Downloaded hostname v0.3.1
6632026-05-21T16:59:44.083Z Downloaded hubpack v0.1.2
6642026-05-21T16:59:44.083Z Downloaded hostname v0.4.2
6652026-05-21T16:59:44.083Z Downloaded chacha20 v0.9.1
6662026-05-21T16:59:44.088Z Downloaded async-trait v0.1.89
6672026-05-21T16:59:44.091Z Downloaded fs_extra v1.3.0
6682026-05-21T16:59:44.091Z Downloaded data-encoding v2.10.0
6692026-05-21T16:59:44.094Z Downloaded group v0.13.0
6702026-05-21T16:59:44.094Z Downloaded cbc v0.1.2
6712026-05-21T16:59:44.094Z Downloaded foldhash v0.2.0
6722026-05-21T16:59:44.097Z Downloaded git-stub-vcs v0.1.0
6732026-05-21T16:59:44.097Z Downloaded hubpack_derive v0.1.1
6742026-05-21T16:59:44.103Z Downloaded daft v0.1.7
6752026-05-21T16:59:44.103Z Downloaded indent_write v2.2.0
6762026-05-21T16:59:44.103Z Downloaded indoc v1.0.9
6772026-05-21T16:59:44.109Z Downloaded illumos-nvpair-sys v0.2.0
6782026-05-21T16:59:44.109Z Downloaded illumos-nvpair v0.3.0
6792026-05-21T16:59:44.109Z Downloaded ed25519 v2.2.3
6802026-05-21T16:59:44.109Z Downloaded csv-core v0.1.13
6812026-05-21T16:59:44.109Z Downloaded cookie v0.18.1
6822026-05-21T16:59:44.113Z Downloaded erased-serde v0.3.31
6832026-05-21T16:59:44.113Z Downloaded http-range v0.1.5
6842026-05-21T16:59:44.113Z Downloaded critical-section v1.2.0
6852026-05-21T16:59:44.113Z Downloaded httpdate v1.0.3
6862026-05-21T16:59:44.113Z Downloaded ecdsa v0.16.9
6872026-05-21T16:59:44.116Z Downloaded blake2 v0.10.6
6882026-05-21T16:59:44.116Z Downloaded hyper-tls v0.6.0
6892026-05-21T16:59:44.116Z Downloaded ident_case v1.0.1
6902026-05-21T16:59:44.119Z Downloaded derive_more v2.1.1
6912026-05-21T16:59:44.124Z Downloaded instant v0.1.13
6922026-05-21T16:59:44.127Z Downloaded daft-derive v0.1.7
6932026-05-21T16:59:44.130Z Downloaded foldhash v0.1.5
6942026-05-21T16:59:44.130Z Downloaded chacha20 v0.10.0
6952026-05-21T16:59:44.134Z Downloaded ctr v0.9.2
6962026-05-21T16:59:44.134Z Downloaded colored v3.1.1
6972026-05-21T16:59:44.134Z Downloaded is-terminal v0.4.17
6982026-05-21T16:59:44.137Z Downloaded async-compression v0.4.41
6992026-05-21T16:59:44.140Z Downloaded inout v0.1.4
7002026-05-21T16:59:44.140Z Downloaded dropshot_endpoint v0.16.7
7012026-05-21T16:59:44.143Z Downloaded instability v0.3.11
7022026-05-21T16:59:44.143Z Downloaded is_ci v1.2.0
7032026-05-21T16:59:44.146Z Downloaded hash32 v0.2.1
7042026-05-21T16:59:44.146Z Downloaded internet-checksum v0.2.1
7052026-05-21T16:59:44.146Z Downloaded kstat-rs v0.2.4
7062026-05-21T16:59:44.146Z Downloaded globset v0.4.18
7072026-05-21T16:59:44.149Z Downloaded lalrpop-util v0.19.12
7082026-05-21T16:59:44.149Z Downloaded glob v0.3.3
7092026-05-21T16:59:44.149Z Downloaded cancel-safe-futures v0.1.5
7102026-05-21T16:59:44.152Z Downloaded cassowary v0.3.0
7112026-05-21T16:59:44.152Z Downloaded bzip2 v0.6.1
7122026-05-21T16:59:44.155Z Downloaded const-oid v0.9.6
7132026-05-21T16:59:44.155Z Downloaded console v0.16.2
7142026-05-21T16:59:44.156Z Downloaded futures-channel v0.3.32
7152026-05-21T16:59:44.159Z Downloaded console v0.15.11
7162026-05-21T16:59:44.159Z Downloaded keccak v0.1.6
7172026-05-21T16:59:44.162Z Downloaded http-body v1.0.1
7182026-05-21T16:59:44.162Z Downloaded hyper-staticfile v0.10.1
7192026-05-21T16:59:44.165Z Downloaded lru-cache v0.1.2
7202026-05-21T16:59:44.165Z Downloaded lru v0.12.5
7212026-05-21T16:59:44.168Z Downloaded lazy_static v1.5.0
7222026-05-21T16:59:44.169Z Downloaded lzss v0.8.2
7232026-05-21T16:59:44.169Z Downloaded linked-hash-map v0.5.6
7242026-05-21T16:59:44.172Z Downloaded crossbeam-epoch v0.9.18
7252026-05-21T16:59:44.172Z Downloaded http-body-util v0.1.3
7262026-05-21T16:59:44.175Z Downloaded fs-err v2.11.0
7272026-05-21T16:59:44.175Z Downloaded ed25519-dalek v2.2.0
7282026-05-21T16:59:44.178Z Downloaded match_cfg v0.1.0
7292026-05-21T16:59:44.178Z Downloaded half v1.8.3
7302026-05-21T16:59:44.178Z Downloaded cookie_store v0.22.1
7312026-05-21T16:59:44.181Z Downloaded derive-ex v0.1.8
7322026-05-21T16:59:44.181Z Downloaded darling v0.23.0
7332026-05-21T16:59:44.184Z Downloaded crossbeam-utils v0.8.21
7342026-05-21T16:59:44.187Z Downloaded crc-any v2.5.0
7352026-05-21T16:59:44.187Z Downloaded crossbeam-deque v0.8.6
7362026-05-21T16:59:44.191Z Downloaded maplit v1.0.2
7372026-05-21T16:59:44.191Z Downloaded managed v0.8.0
7382026-05-21T16:59:44.191Z Downloaded diff v0.1.13
7392026-05-21T16:59:44.194Z Downloaded md5 v0.7.0
7402026-05-21T16:59:44.194Z Downloaded humantime v2.3.0
7412026-05-21T16:59:44.194Z Downloaded md-5 v0.10.6
7422026-05-21T16:59:44.197Z Downloaded base64 v0.22.1
7432026-05-21T16:59:44.197Z Downloaded mime v0.3.17
7442026-05-21T16:59:44.200Z Downloaded clang-sys v1.8.1
7452026-05-21T16:59:44.200Z Downloaded memoffset v0.9.1
7462026-05-21T16:59:44.200Z Downloaded maybe-uninit v2.0.0
7472026-05-21T16:59:44.204Z Downloaded newline-converter v0.3.0
7482026-05-21T16:59:44.204Z Downloaded new_debug_unreachable v1.0.6
7492026-05-21T16:59:44.204Z Downloaded derive_more-impl v2.1.1
7502026-05-21T16:59:44.207Z Downloaded ipnet v2.11.0
7512026-05-21T16:59:44.207Z Downloaded find-msvc-tools v0.1.9
7522026-05-21T16:59:44.210Z Downloaded elliptic-curve v0.13.8
7532026-05-21T16:59:44.213Z Downloaded lru-slab v0.1.2
7542026-05-21T16:59:44.213Z Downloaded des v0.8.1
7552026-05-21T16:59:44.213Z Downloaded darling v0.20.11
7562026-05-21T16:59:44.217Z Downloaded normalize-line-endings v0.3.0
7572026-05-21T16:59:44.217Z Downloaded nonempty v0.12.0
7582026-05-21T16:59:44.217Z Downloaded nodrop v0.1.14
7592026-05-21T16:59:44.220Z Downloaded nibble_vec v0.1.0
7602026-05-21T16:59:44.220Z Downloaded newtype_derive v0.1.6
7612026-05-21T16:59:44.220Z Downloaded indoc v2.0.7
7622026-05-21T16:59:44.223Z Downloaded num v0.4.3
7632026-05-21T16:59:44.223Z Downloaded impl-trait-for-tuples v0.2.3
7642026-05-21T16:59:44.226Z Downloaded newtype-uuid-macros v0.1.0
7652026-05-21T16:59:44.226Z Downloaded multimap v0.10.1
7662026-05-21T16:59:44.226Z Downloaded dropshot_endpoint v0.17.0
7672026-05-21T16:59:44.230Z Downloaded libefi-sys v0.1.0
7682026-05-21T16:59:44.231Z Downloaded defmt v1.0.1
7692026-05-21T16:59:44.234Z Downloaded ingot-types v0.1.2
7702026-05-21T16:59:44.234Z Downloaded iana-time-zone v0.1.65
7712026-05-21T16:59:44.234Z Downloaded hyper-rustls v0.27.7
7722026-05-21T16:59:44.237Z Downloaded libloading v0.8.9
7732026-05-21T16:59:44.237Z Downloaded hmac v0.12.1
7742026-05-21T16:59:44.241Z Downloaded highway v1.3.0
7752026-05-21T16:59:44.244Z Downloaded lock_api v0.4.14
7762026-05-21T16:59:44.244Z Downloaded opaque-debug v0.3.1
7772026-05-21T16:59:44.244Z Downloaded num_enum_derive v0.5.11
7782026-05-21T16:59:44.247Z Downloaded httparse v1.10.1
7792026-05-21T16:59:44.247Z Downloaded linear-map v1.2.0
7802026-05-21T16:59:44.251Z Downloaded libsw-core v0.3.2
7812026-05-21T16:59:44.251Z Downloaded compact_str v0.8.1
7822026-05-21T16:59:44.255Z Downloaded num-iter v0.1.45
7832026-05-21T16:59:44.255Z Downloaded num-conv v0.2.0
7842026-05-21T16:59:44.255Z Downloaded arc-swap v1.8.2
7852026-05-21T16:59:44.258Z Downloaded libsw v3.5.0
7862026-05-21T16:59:44.258Z Downloaded num_threads v0.1.7
7872026-05-21T16:59:44.258Z Downloaded num-derive v0.3.3
7882026-05-21T16:59:44.262Z Downloaded async-bb8-diesel v0.2.1
7892026-05-21T16:59:44.262Z Downloaded libscf-sys v1.1.0
7902026-05-21T16:59:44.262Z Downloaded oso-derive v0.27.3
7912026-05-21T16:59:44.265Z Downloaded openssl-probe v0.1.6
7922026-05-21T16:59:44.265Z Downloaded mime_guess v2.0.5
7932026-05-21T16:59:44.265Z Downloaded openssl-macros v0.1.1
7942026-05-21T16:59:44.271Z Downloaded packed_struct_codegen v0.10.1
7952026-05-21T16:59:44.274Z Downloaded derive_more v0.99.20
7962026-05-21T16:59:44.279Z Downloaded bumpalo v3.20.2
7972026-05-21T16:59:44.282Z Downloaded futures-executor v0.3.32
7982026-05-21T16:59:44.285Z Downloaded openssl-probe v0.2.1
7992026-05-21T16:59:44.285Z Downloaded getrandom v0.3.4
8002026-05-21T16:59:44.288Z Downloaded newtype-uuid v1.3.2
8012026-05-21T16:59:44.288Z Downloaded nanorand v0.7.0
8022026-05-21T16:59:44.291Z Downloaded num-derive v0.4.2
8032026-05-21T16:59:44.291Z Downloaded nu-ansi-term v0.50.3
8042026-05-21T16:59:44.291Z Downloaded getrandom v0.2.17
8052026-05-21T16:59:44.294Z Downloaded pbkdf2 v0.11.0
8062026-05-21T16:59:44.294Z Downloaded peg-runtime v0.8.5
8072026-05-21T16:59:44.297Z Downloaded path-slash v0.1.5
8082026-05-21T16:59:44.309Z Downloaded pbkdf2 v0.12.2
8092026-05-21T16:59:44.312Z Downloaded num_enum v0.5.11
8102026-05-21T16:59:44.315Z Downloaded parse-display v0.10.0
8112026-05-21T16:59:44.315Z Downloaded native-tls v0.2.18
8122026-05-21T16:59:44.315Z Downloaded jobserver v0.1.34
8132026-05-21T16:59:44.319Z Downloaded ignore v0.4.25
8142026-05-21T16:59:44.319Z Downloaded olpc-cjson v0.1.4
8152026-05-21T16:59:44.322Z Downloaded num_enum v0.7.5
8162026-05-21T16:59:44.322Z Downloaded ingot-macros v0.1.1
8172026-05-21T16:59:44.325Z Downloaded half v2.7.1
8182026-05-21T16:59:44.325Z Downloaded chacha20poly1305 v0.10.1
8192026-05-21T16:59:44.328Z Downloaded const_format v0.2.35
8202026-05-21T16:59:44.331Z Downloaded bytes v1.11.1
8212026-05-21T16:59:44.335Z Downloaded indexmap v1.9.3
8222026-05-21T16:59:44.335Z Downloaded headers v0.4.1
8232026-05-21T16:59:44.338Z Downloaded phf_shared v0.13.1
8242026-05-21T16:59:44.341Z Downloaded phf_shared v0.11.3
8252026-05-21T16:59:44.341Z Downloaded cc v1.2.56
8262026-05-21T16:59:44.344Z Downloaded oxide-tokio-rt v0.1.4
8272026-05-21T16:59:44.344Z Downloaded multer v3.1.0
8282026-05-21T16:59:44.344Z Downloaded phf_shared v0.12.1
8292026-05-21T16:59:44.348Z Downloaded pin-utils v0.1.0
8302026-05-21T16:59:44.349Z Downloaded heapless v0.7.17
8312026-05-21T16:59:44.352Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-05-21T16:59:44.352Z Downloaded predicates-core v1.0.10
8332026-05-21T16:59:44.352Z Downloaded num-rational v0.4.2
8342026-05-21T16:59:44.352Z Downloaded num-integer v0.1.46
8352026-05-21T16:59:44.352Z Downloaded darling_core v0.20.11
8362026-05-21T16:59:44.355Z Downloaded darling v0.21.3
8372026-05-21T16:59:44.358Z Downloaded ipnetwork v0.21.1
8382026-05-21T16:59:44.361Z Downloaded flume v0.11.1
8392026-05-21T16:59:44.361Z Downloaded ar_archive_writer v0.5.1
8402026-05-21T16:59:44.364Z Downloaded progenitor-macro v0.10.0
8412026-05-21T16:59:44.364Z Downloaded progenitor-client v0.11.2
8422026-05-21T16:59:44.364Z Downloaded proc-macro-crate v3.4.0
8432026-05-21T16:59:44.367Z Downloaded password-hash v0.5.0
8442026-05-21T16:59:44.367Z Downloaded num_enum_derive v0.7.5
8452026-05-21T16:59:44.368Z Downloaded progenitor-macro v0.11.2
8462026-05-21T16:59:44.371Z Downloaded powerfmt v0.2.0
8472026-05-21T16:59:44.371Z Downloaded psl-types v2.0.11
8482026-05-21T16:59:44.371Z Downloaded libbz2-rs-sys v0.2.2
8492026-05-21T16:59:44.374Z Downloaded predicates-tree v1.0.13
8502026-05-21T16:59:44.374Z Downloaded precomputed-hash v0.1.1
8512026-05-21T16:59:44.374Z Downloaded darling_core v0.23.0
8522026-05-21T16:59:44.377Z Downloaded flate2 v1.1.9
8532026-05-21T16:59:44.380Z Downloaded proc-macro-crate v1.3.1
8542026-05-21T16:59:44.380Z Downloaded futures v0.3.32
8552026-05-21T16:59:44.383Z Downloaded ingot v0.1.1
8562026-05-21T16:59:44.388Z Downloaded phf v0.12.1
8572026-05-21T16:59:44.388Z Downloaded pin-project-internal v1.1.11
8582026-05-21T16:59:44.388Z Downloaded pem-rfc7468 v0.7.0
8592026-05-21T16:59:44.391Z Downloaded progenitor-macro v0.14.0
8602026-05-21T16:59:44.391Z Downloaded peg v0.8.5
8612026-05-21T16:59:44.391Z Downloaded parse-display-derive v0.10.0
8622026-05-21T16:59:44.395Z Downloaded progenitor-client v0.14.0
8632026-05-21T16:59:44.395Z Downloaded progenitor-client v0.10.0
8642026-05-21T16:59:44.395Z Downloaded parking_lot_core v0.8.6
8652026-05-21T16:59:44.395Z Downloaded packed_struct v0.10.1
8662026-05-21T16:59:44.398Z Downloaded oxnet v0.1.4
8672026-05-21T16:59:44.398Z Downloaded litrs v1.0.0
8682026-05-21T16:59:44.401Z Downloaded polyval v0.6.2
8692026-05-21T16:59:44.401Z Downloaded pkg-config v0.3.32
8702026-05-21T16:59:44.401Z Downloaded der v0.7.10
8712026-05-21T16:59:44.404Z Downloaded peg-macros v0.8.5
8722026-05-21T16:59:44.407Z Downloaded paste v1.0.15
8732026-05-21T16:59:44.407Z Downloaded ppv-lite86 v0.2.21
8742026-05-21T16:59:44.411Z Downloaded parse-size v1.1.0
8752026-05-21T16:59:44.411Z Downloaded darling_core v0.21.3
8762026-05-21T16:59:44.414Z Downloaded fatfs v0.3.6
8772026-05-21T16:59:44.414Z Downloaded heapless v0.8.0
8782026-05-21T16:59:44.419Z Downloaded ref-cast-impl v1.0.25
8792026-05-21T16:59:44.423Z Downloaded hickory-resolver v0.24.4
8802026-05-21T16:59:44.426Z Downloaded progenitor-client v0.13.0
8812026-05-21T16:59:44.429Z Downloaded progenitor v0.10.0
8822026-05-21T16:59:44.429Z Downloaded phf v0.13.1
8832026-05-21T16:59:44.429Z Downloaded pem v3.0.6
8842026-05-21T16:59:44.432Z Downloaded postgres-protocol v0.6.10
8852026-05-21T16:59:44.432Z Downloaded pkcs8 v0.10.2
8862026-05-21T16:59:44.435Z Downloaded num-complex v0.4.6
8872026-05-21T16:59:44.435Z Downloaded quick-error v1.2.3
8882026-05-21T16:59:44.435Z Downloaded proc-macro-error2 v2.0.1
8892026-05-21T16:59:44.438Z Downloaded password-hash v0.4.2
8902026-05-21T16:59:44.438Z Downloaded ref-cast v1.0.25
8912026-05-21T16:59:44.441Z Downloaded rand_chacha v0.3.1
8922026-05-21T16:59:44.441Z Downloaded progenitor-macro v0.13.0
8932026-05-21T16:59:44.447Z Downloaded crypto-bigint v0.5.5
8942026-05-21T16:59:44.451Z Downloaded crossbeam-channel v0.5.15
8952026-05-21T16:59:44.455Z Downloaded pin-project-lite v0.2.17
8962026-05-21T16:59:44.458Z Downloaded pkcs1 v0.7.5
8972026-05-21T16:59:44.462Z Downloaded predicates v3.1.4
8982026-05-21T16:59:44.465Z Downloaded memmap2 v0.9.10
8992026-05-21T16:59:44.469Z Downloaded rustc-hash v2.1.1
9002026-05-21T16:59:44.469Z Downloaded dropshot-api-manager v0.7.1
9012026-05-21T16:59:44.472Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-21T16:59:44.472Z Downloaded omicron-zone-package v0.12.2
9032026-05-21T16:59:44.472Z Downloaded indicatif v0.18.4
9042026-05-21T16:59:44.477Z Downloaded radium v0.7.0
9052026-05-21T16:59:44.477Z Downloaded r2d2 v0.8.10
9062026-05-21T16:59:44.477Z Downloaded primeorder v0.13.6
9072026-05-21T16:59:44.480Z Downloaded parking_lot v0.11.2
9082026-05-21T16:59:44.480Z Downloaded progenitor v0.14.0
9092026-05-21T16:59:44.480Z Downloaded rustc_version v0.4.1
9102026-05-21T16:59:44.480Z Downloaded progenitor v0.13.0
9112026-05-21T16:59:44.483Z Downloaded recursive v0.1.1
9122026-05-21T16:59:44.483Z Downloaded rand_xorshift v0.4.0
9132026-05-21T16:59:44.483Z Downloaded owo-colors v4.3.0
9142026-05-21T16:59:44.488Z Downloaded rfc6979 v0.4.0
9152026-05-21T16:59:44.491Z Downloaded rustc_version v0.1.7
9162026-05-21T16:59:44.494Z Downloaded russh-cryptovec v0.7.3
9172026-05-21T16:59:44.494Z Downloaded rtoolbox v0.0.3
9182026-05-21T16:59:44.494Z Downloaded parking_lot_core v0.9.12
9192026-05-21T16:59:44.497Z Downloaded rand_seeder v0.4.0
9202026-05-21T16:59:44.497Z Downloaded rand_core v0.9.5
9212026-05-21T16:59:44.497Z Downloaded rand_core v0.6.4
9222026-05-21T16:59:44.504Z Downloaded rand_core v0.10.0
9232026-05-21T16:59:44.508Z Downloaded jiff-static v0.2.21
9242026-05-21T16:59:44.508Z Downloaded parking_lot v0.12.5
9252026-05-21T16:59:44.511Z Downloaded hickory-resolver v0.25.2
9262026-05-21T16:59:44.516Z Downloaded pkcs5 v0.7.1
9272026-05-21T16:59:44.519Z Downloaded psm v0.1.30
9282026-05-21T16:59:44.522Z Downloaded rand_chacha v0.9.0
9292026-05-21T16:59:44.530Z Downloaded scheduled-thread-pool v0.2.7
9302026-05-21T16:59:44.533Z Downloaded same-file v1.0.6
9312026-05-21T16:59:44.536Z Downloaded pin-project v1.1.11
9322026-05-21T16:59:44.541Z Downloaded scroll_derive v0.13.1
9332026-05-21T16:59:44.544Z Downloaded expectorate v1.2.0
9342026-05-21T16:59:44.544Z Downloaded resolv-conf v0.7.6
9352026-05-21T16:59:44.547Z Downloaded secrecy v0.8.0
9362026-05-21T16:59:44.547Z Downloaded poly1305 v0.8.0
9372026-05-21T16:59:44.551Z Downloaded postgres-types v0.2.12
9382026-05-21T16:59:44.555Z Downloaded postcard v1.1.3
9392026-05-21T16:59:44.558Z Downloaded secrecy v0.10.3
9402026-05-21T16:59:44.558Z Downloaded scopeguard v1.2.0
9412026-05-21T16:59:44.558Z Downloaded oso v0.27.3
9422026-05-21T16:59:44.561Z Downloaded serde_repr v0.1.20
9432026-05-21T16:59:44.561Z Downloaded serde_plain v1.0.2
9442026-05-21T16:59:44.561Z Downloaded hashbrown v0.13.2
9452026-05-21T16:59:44.564Z Downloaded openssl-sys v0.9.115
9462026-05-21T16:59:44.567Z Downloaded serde-big-array v0.5.1
9472026-05-21T16:59:44.567Z Downloaded semver v0.1.20
9482026-05-21T16:59:44.570Z Downloaded progenitor-extras v0.2.0
9492026-05-21T16:59:44.570Z Downloaded progenitor v0.11.2
9502026-05-21T16:59:44.570Z Downloaded prefix-trie v0.7.0
9512026-05-21T16:59:44.574Z Downloaded papergrid v0.17.0
9522026-05-21T16:59:44.578Z Downloaded rustls-pemfile v2.2.0
9532026-05-21T16:59:44.578Z Downloaded quinn-udp v0.5.14
9542026-05-21T16:59:44.581Z Downloaded scrypt v0.11.0
9552026-05-21T16:59:44.581Z Downloaded rustls-pemfile v1.0.4
9562026-05-21T16:59:44.581Z Downloaded p256 v0.13.2
9572026-05-21T16:59:44.585Z Downloaded rustversion v1.0.22
9582026-05-21T16:59:44.585Z Downloaded serde_bytes v0.11.19
9592026-05-21T16:59:44.588Z Downloaded serde_spanned v1.0.4
9602026-05-21T16:59:44.588Z Downloaded progenitor-impl v0.14.0
9612026-05-21T16:59:44.588Z Downloaded progenitor-impl v0.10.0
9622026-05-21T16:59:44.591Z Downloaded rustls-native-certs v0.8.3
9632026-05-21T16:59:44.591Z Downloaded sha1 v0.10.6
9642026-05-21T16:59:44.594Z Downloaded signature v2.2.0
9652026-05-21T16:59:44.594Z Downloaded signal-hook-mio v0.2.5
9662026-05-21T16:59:44.594Z Downloaded shell-words v1.1.1
9672026-05-21T16:59:44.599Z Downloaded sigpipe v0.1.3
9682026-05-21T16:59:44.599Z Downloaded serde_urlencoded v0.7.1
9692026-05-21T16:59:44.599Z Downloaded schemars_derive v0.8.22
9702026-05-21T16:59:44.599Z Downloaded rusty-fork v0.3.1
9712026-05-21T16:59:44.602Z Downloaded bindgen v0.71.1
9722026-05-21T16:59:44.605Z Downloaded miniz_oxide v0.8.9
9732026-05-21T16:59:44.605Z Downloaded hickory-server v0.25.2
9742026-05-21T16:59:44.608Z Downloaded aes v0.8.4
9752026-05-21T16:59:44.618Z Downloaded sec1 v0.7.3
9762026-05-21T16:59:44.626Z Downloaded salsa20 v0.10.2
9772026-05-21T16:59:44.629Z Downloaded signal-hook-tokio v0.3.1
9782026-05-21T16:59:44.629Z Downloaded russh-keys v0.45.0
9792026-05-21T16:59:44.640Z Downloaded siphasher v1.0.2
9802026-05-21T16:59:44.644Z Downloaded slog-envlogger v2.2.0
9812026-05-21T16:59:44.644Z Downloaded diesel_derives v2.3.7
9822026-05-21T16:59:44.647Z Downloaded prettyplease v0.2.37
9832026-05-21T16:59:44.650Z Downloaded rcgen v0.12.1
9842026-05-21T16:59:44.653Z Downloaded slog-bunyan v2.5.0
9852026-05-21T16:59:44.653Z Downloaded serde_path_to_error v0.1.20
9862026-05-21T16:59:44.656Z Downloaded ssh-encoding v0.2.0
9872026-05-21T16:59:44.660Z Downloaded seq-macro v0.3.6
9882026-05-21T16:59:44.660Z Downloaded scroll v0.13.0
9892026-05-21T16:59:44.663Z Downloaded minimal-lexical v0.2.1
9902026-05-21T16:59:44.666Z Downloaded progenitor-impl v0.13.0
9912026-05-21T16:59:44.669Z Downloaded slog-async v2.8.0
9922026-05-21T16:59:44.669Z Downloaded shlex v1.3.0
9932026-05-21T16:59:44.672Z Downloaded serde-hex v0.1.0
9942026-05-21T16:59:44.672Z Downloaded sqlparser_derive v0.5.0
9952026-05-21T16:59:44.675Z Downloaded structmeta-derive v0.3.0
9962026-05-21T16:59:44.675Z Downloaded structmeta v0.3.0
9972026-05-21T16:59:44.675Z Downloaded strum v0.27.2
9982026-05-21T16:59:44.678Z Downloaded ssh-cipher v0.2.0
9992026-05-21T16:59:44.681Z Downloaded strip-ansi-escapes v0.2.1
10002026-05-21T16:59:44.681Z Downloaded simd-adler32 v0.3.8
10012026-05-21T16:59:44.684Z Downloaded aho-corasick v1.1.4
10022026-05-21T16:59:44.687Z Downloaded signal-hook-registry v1.4.8
10032026-05-21T16:59:44.692Z Downloaded hashbrown v0.12.3
10042026-05-21T16:59:44.695Z Downloaded sct v0.7.1
10052026-05-21T16:59:44.698Z Downloaded smallvec v0.6.14
10062026-05-21T16:59:44.698Z Downloaded slog-term v2.9.2
10072026-05-21T16:59:44.701Z Downloaded sync_wrapper v1.0.2
10082026-05-21T16:59:44.701Z Downloaded subtle v2.6.1
10092026-05-21T16:59:44.701Z Downloaded tap v1.0.1
10102026-05-21T16:59:44.704Z Downloaded tabled_derive v0.11.0
10112026-05-21T16:59:44.704Z Downloaded slog-stdlog v4.1.1
10122026-05-21T16:59:44.708Z Downloaded smf v0.2.3
10132026-05-21T16:59:44.708Z Downloaded rustls-pki-types v1.14.0
10142026-05-21T16:59:44.714Z Downloaded slab v0.4.12
10152026-05-21T16:59:44.717Z Downloaded tabwriter v1.4.1
10162026-05-21T16:59:44.720Z Downloaded termtree v0.5.1
10172026-05-21T16:59:44.720Z Downloaded tagptr v0.2.0
10182026-05-21T16:59:44.723Z Downloaded supports-color v3.0.2
10192026-05-21T16:59:44.726Z Downloaded take_mut v0.2.2
10202026-05-21T16:59:44.726Z Downloaded sync-ptr v0.1.4
10212026-05-21T16:59:44.729Z Downloaded aes-gcm v0.10.3
10222026-05-21T16:59:44.732Z Downloaded slog-scope v4.4.1
10232026-05-21T16:59:44.732Z Downloaded slog-json v2.6.1
10242026-05-21T16:59:44.732Z Downloaded sapling-renderdag v0.1.0
10252026-05-21T16:59:44.736Z Downloaded pretty_assertions v1.4.1
10262026-05-21T16:59:44.736Z Downloaded sqlformat v0.3.5
10272026-05-21T16:59:44.740Z Downloaded crossterm v0.28.1
10282026-05-21T16:59:44.743Z Downloaded serde_with_macros v3.17.0
10292026-05-21T16:59:44.743Z Downloaded slog-dtrace v0.3.0
10302026-05-21T16:59:44.746Z Downloaded thiserror-impl-no-std v2.0.2
10312026-05-21T16:59:44.746Z Downloaded crossterm v0.29.0
10322026-05-21T16:59:44.750Z Downloaded tinyvec_macros v0.1.1
10332026-05-21T16:59:44.753Z Downloaded time-core v0.1.8
10342026-05-21T16:59:44.753Z Downloaded thread-id v5.1.0
10352026-05-21T16:59:44.753Z Downloaded string_cache v0.8.9
10362026-05-21T16:59:44.756Z Downloaded testing_table v0.3.0
10372026-05-21T16:59:44.756Z Downloaded strum_macros v0.24.3
10382026-05-21T16:59:44.766Z Downloaded static_assertions v1.1.0
10392026-05-21T16:59:44.769Z Downloaded spki v0.7.3
10402026-05-21T16:59:44.769Z Downloaded ron v0.8.1
10412026-05-21T16:59:44.772Z Downloaded strum v0.26.3
10422026-05-21T16:59:44.776Z Downloaded tokio-macros v2.7.0
10432026-05-21T16:59:44.776Z Downloaded libxml v0.3.3
10442026-05-21T16:59:44.780Z Downloaded progenitor-impl v0.11.2
10452026-05-21T16:59:44.780Z Downloaded mio v1.2.0
10462026-05-21T16:59:44.783Z Downloaded support-bundle-viewer v0.1.2
10472026-05-21T16:59:44.783Z Downloaded stringprep v0.1.5
10482026-05-21T16:59:44.786Z Downloaded quinn v0.11.9
10492026-05-21T16:59:44.789Z Downloaded http v1.4.0
10502026-05-21T16:59:44.792Z Downloaded num-bigint v0.4.6
10512026-05-21T16:59:44.795Z Downloaded serde_derive_internals v0.29.1
10522026-05-21T16:59:44.799Z Downloaded thiserror-no-std v2.0.2
10532026-05-21T16:59:44.799Z Downloaded rustls-platform-verifier v0.6.2
10542026-05-21T16:59:44.802Z Downloaded hashbrown v0.16.1
10552026-05-21T16:59:44.805Z Downloaded ryu v1.0.23
10562026-05-21T16:59:44.808Z Downloaded rayon-core v1.13.0
10572026-05-21T16:59:44.811Z Downloaded tower-service v0.3.3
10582026-05-21T16:59:44.811Z Downloaded tower-layer v0.3.3
10592026-05-21T16:59:44.811Z Downloaded try-lock v0.2.5
10602026-05-21T16:59:44.811Z Downloaded strum_macros v0.27.2
10612026-05-21T16:59:44.814Z Downloaded serde_yaml v0.9.34+deprecated
10622026-05-21T16:59:44.818Z Downloaded nom v7.1.3
10632026-05-21T16:59:44.822Z Downloaded strum_macros v0.26.4
10642026-05-21T16:59:44.822Z Downloaded termios v0.3.3
10652026-05-21T16:59:44.825Z Downloaded similar v2.7.0
10662026-05-21T16:59:44.828Z Downloaded trait-variant v0.1.2
10672026-05-21T16:59:44.831Z Downloaded tls_codec_derive v0.4.2
10682026-05-21T16:59:44.831Z Downloaded hyper-util v0.1.20
10692026-05-21T16:59:44.834Z Downloaded thread_local v1.1.9
10702026-05-21T16:59:44.838Z Downloaded topological-sort v0.2.2
10712026-05-21T16:59:44.838Z Downloaded snafu-derive v0.8.9
10722026-05-21T16:59:44.841Z Downloaded h2 v0.4.13
10732026-05-21T16:59:44.844Z Downloaded futures-util v0.3.32
10742026-05-21T16:59:44.851Z Downloaded tiny-keccak v2.0.2
10752026-05-21T16:59:44.854Z Downloaded tokio-dtrace v0.1.1
10762026-05-21T16:59:44.854Z Downloaded stacker v0.1.23
10772026-05-21T16:59:44.858Z Downloaded spin v0.9.8
10782026-05-21T16:59:44.858Z Downloaded serde_cbor v0.11.2
10792026-05-21T16:59:44.861Z Downloaded typify-macro v0.4.3
10802026-05-21T16:59:44.861Z Downloaded unarray v0.1.4
10812026-05-21T16:59:44.864Z Downloaded typify-macro v0.6.2
10822026-05-21T16:59:44.867Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10832026-05-21T16:59:44.867Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10842026-05-21T16:59:44.867Z Downloaded tokio-tungstenite v0.23.1
10852026-05-21T16:59:44.870Z Downloaded unit-prefix v0.5.2
10862026-05-21T16:59:44.870Z Downloaded untrusted v0.7.1
10872026-05-21T16:59:44.870Z Downloaded unicode-truncate v1.1.0
10882026-05-21T16:59:44.877Z Downloaded hashbrown v0.15.5
10892026-05-21T16:59:44.882Z Downloaded universal-hash v0.5.1
10902026-05-21T16:59:44.885Z Downloaded rand v0.9.2
10912026-05-21T16:59:44.888Z Downloaded toml_writer v1.0.6+spec-1.1.0
10922026-05-21T16:59:44.888Z Downloaded utf-8 v0.7.6
10932026-05-21T16:59:44.891Z Downloaded usdt v0.6.0
10942026-05-21T16:59:44.891Z Downloaded rand v0.8.6
10952026-05-21T16:59:44.894Z Downloaded usdt-macro v0.6.0
10962026-05-21T16:59:44.894Z Downloaded itertools v0.14.0
10972026-05-21T16:59:44.898Z Downloaded tokio-rustls v0.25.0
10982026-05-21T16:59:44.901Z Downloaded hkdf v0.12.4
10992026-05-21T16:59:44.901Z Downloaded untrusted v0.9.0
11002026-05-21T16:59:44.902Z Downloaded time-macros v0.2.27
11012026-05-21T16:59:44.905Z Downloaded term v1.2.1
11022026-05-21T16:59:44.905Z Downloaded term v0.7.0
11032026-05-21T16:59:44.908Z Downloaded schemars v0.8.22
11042026-05-21T16:59:44.914Z Downloaded xattr v1.6.1
11052026-05-21T16:59:44.918Z Downloaded want v0.3.1
11062026-05-21T16:59:44.918Z Downloaded waitgroup v0.1.2
11072026-05-21T16:59:44.918Z Downloaded wait-timeout v0.2.1
11082026-05-21T16:59:44.921Z Downloaded schemars v0.9.0
11092026-05-21T16:59:44.926Z Downloaded void v1.0.2
11102026-05-21T16:59:44.929Z Downloaded usdt-attr-macro v0.6.0
11112026-05-21T16:59:44.930Z Downloaded tokio-rustls v0.24.1
11122026-05-21T16:59:44.930Z Downloaded tokio-native-tls v0.3.1
11132026-05-21T16:59:44.932Z Downloaded iri-string v0.7.10
11142026-05-21T16:59:44.935Z Downloaded xshell-macros v0.2.7
11152026-05-21T16:59:44.936Z Downloaded socket2 v0.6.3
11162026-05-21T16:59:44.938Z Downloaded socket2 v0.5.10
11172026-05-21T16:59:44.939Z Downloaded tls_codec v0.4.2
11182026-05-21T16:59:44.939Z Downloaded samael v0.0.19
11192026-05-21T16:59:44.942Z Downloaded tui-tree-widget v0.23.1
11202026-05-21T16:59:44.945Z Downloaded blake3 v1.8.3
11212026-05-21T16:59:44.949Z Downloaded signal-hook v0.3.18
11222026-05-21T16:59:44.952Z Downloaded test-strategy v0.4.5
11232026-05-21T16:59:44.955Z Downloaded snafu v0.8.9
11242026-05-21T16:59:44.959Z Downloaded zeroize_derive v1.4.3
11252026-05-21T16:59:44.959Z Downloaded qorb v0.4.1
11262026-05-21T16:59:44.962Z Downloaded tokio-rustls v0.26.4
11272026-05-21T16:59:44.965Z Downloaded rand v0.10.0
11282026-05-21T16:59:44.968Z Downloaded tokio-stream v0.1.18
11292026-05-21T16:59:44.971Z Downloaded tracing-attributes v0.1.31
11302026-05-21T16:59:44.971Z Downloaded itertools v0.10.5
11312026-05-21T16:59:44.974Z Downloaded schemars v1.2.1
11322026-05-21T16:59:44.983Z Downloaded vergen-lib v0.1.6
11332026-05-21T16:59:44.986Z Downloaded uzers v0.12.2
11342026-05-21T16:59:44.986Z Downloaded zone_cfg_derive v0.3.1
11352026-05-21T16:59:44.989Z Downloaded whoami v1.6.1
11362026-05-21T16:59:44.989Z Downloaded subprocess v0.2.15
11372026-05-21T16:59:44.992Z Downloaded twox-hash v2.1.2
11382026-05-21T16:59:44.992Z Downloaded tokio-tungstenite v0.21.0
11392026-05-21T16:59:44.995Z Downloaded slog v2.8.2
11402026-05-21T16:59:44.995Z Downloaded num-bigint-dig v0.8.6
11412026-05-21T16:59:44.998Z Downloaded chrono v0.4.44
11422026-05-21T16:59:45.002Z Downloaded itertools v0.12.1
11432026-05-21T16:59:45.006Z Downloaded zone v0.3.1
11442026-05-21T16:59:45.009Z Downloaded publicsuffix v2.3.0
11452026-05-21T16:59:45.013Z Downloaded whoami v2.1.0
11462026-05-21T16:59:45.013Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-05-21T16:59:45.016Z Downloaded toml v0.9.12+spec-1.1.0
11482026-05-21T16:59:45.019Z Downloaded vsss-rs v3.3.4
11492026-05-21T16:59:45.019Z Downloaded bitvec v1.0.1
11502026-05-21T16:59:45.027Z Downloaded toml v1.0.6+spec-1.1.0
11512026-05-21T16:59:45.030Z Downloaded tinyvec v1.10.0
11522026-05-21T16:59:45.034Z Downloaded tar v0.4.45
11532026-05-21T16:59:45.034Z Downloaded rsa v0.9.10
11542026-05-21T16:59:45.042Z Downloaded unicode-properties v0.1.4
11552026-05-21T16:59:45.042Z Downloaded zeroize v1.8.2
11562026-05-21T16:59:45.046Z Downloaded unicase v2.9.0
11572026-05-21T16:59:45.046Z Downloaded walkdir v2.5.0
11582026-05-21T16:59:45.046Z Downloaded iddqd v0.4.1
11592026-05-21T16:59:45.052Z Downloaded wyz v0.5.1
11602026-05-21T16:59:45.052Z Downloaded rustyline v14.0.0
11612026-05-21T16:59:45.055Z Downloaded tracing-core v0.1.36
11622026-05-21T16:59:45.055Z Downloaded vergen-git2 v1.0.7
11632026-05-21T16:59:45.055Z Downloaded libm v0.2.16
11642026-05-21T16:59:45.059Z Downloaded steno v0.4.1
11652026-05-21T16:59:45.063Z Downloaded rustls-webpki v0.103.9
11662026-05-21T16:59:45.068Z Downloaded itertools v0.13.0
11672026-05-21T16:59:45.071Z Downloaded toml v0.7.8
11682026-05-21T16:59:45.071Z Downloaded rpassword v7.4.0
11692026-05-21T16:59:45.074Z Downloaded yasna v0.5.2
11702026-05-21T16:59:45.077Z Downloaded xshell v0.2.7
11712026-05-21T16:59:45.080Z Downloaded hyper v1.8.1
11722026-05-21T16:59:45.086Z Downloaded usdt-impl v0.6.0
11732026-05-21T16:59:45.086Z Downloaded toml_edit v0.23.10+spec-1.0.0
11742026-05-21T16:59:45.086Z Downloaded zstd v0.13.3
11752026-05-21T16:59:45.090Z Downloaded unsafe-libyaml v0.2.11
11762026-05-21T16:59:45.090Z Downloaded vergen-gitcl v1.0.8
11772026-05-21T16:59:45.093Z Downloaded vergen v9.0.6
11782026-05-21T16:59:45.093Z Downloaded uuid v1.23.0
11792026-05-21T16:59:45.098Z Downloaded tungstenite v0.23.0
11802026-05-21T16:59:45.101Z Downloaded typify v0.4.3
11812026-05-21T16:59:45.105Z Downloaded tungstenite v0.21.0
11822026-05-21T16:59:45.105Z Downloaded vte v0.14.1
11832026-05-21T16:59:45.109Z Downloaded typify v0.6.2
11842026-05-21T16:59:45.109Z Downloaded russh v0.45.0
11852026-05-21T16:59:45.112Z Downloaded zerocopy v0.6.6
11862026-05-21T16:59:45.119Z Downloaded unicode-bidi v0.3.18
11872026-05-21T16:59:45.122Z Downloaded aws-lc-rs v1.16.3
11882026-05-21T16:59:45.142Z Downloaded zstd-safe v7.2.4
11892026-05-21T16:59:45.145Z Downloaded reedline v0.40.0
11902026-05-21T16:59:45.148Z Downloaded zopfli v0.8.3
11912026-05-21T16:59:45.148Z Downloaded ssh-key v0.6.7
11922026-05-21T16:59:45.152Z Downloaded p521 v0.13.3
11932026-05-21T16:59:45.155Z Downloaded regex v1.12.3
11942026-05-21T16:59:45.161Z Downloaded reqwest v0.13.2
11952026-05-21T16:59:45.164Z Downloaded reqwest v0.12.28
11962026-05-21T16:59:45.181Z Downloaded p384 v0.13.1
11972026-05-21T16:59:45.187Z Downloaded toml_edit v0.19.15
11982026-05-21T16:59:45.196Z Downloaded goblin v0.10.5
11992026-05-21T16:59:45.204Z Downloaded tokio-postgres v0.7.16
12002026-05-21T16:59:45.212Z Downloaded yansi v1.0.1
12012026-05-21T16:59:45.215Z Downloaded portable-atomic v1.13.1
12022026-05-21T16:59:45.218Z Downloaded unicode_categories v0.1.1
12032026-05-21T16:59:45.221Z Downloaded moka v0.12.13
12042026-05-21T16:59:45.239Z Downloaded x509-cert v0.2.5
12052026-05-21T16:59:45.243Z Downloaded zip v0.6.6
12062026-05-21T16:59:45.256Z Downloaded typed-path v0.9.3
12072026-05-21T16:59:45.263Z Downloaded salty v0.3.0
12082026-05-21T16:59:45.267Z Downloaded zerocopy-derive v0.8.40
12092026-05-21T16:59:45.273Z Downloaded unicode-normalization v0.1.25
12102026-05-21T16:59:45.276Z Downloaded tokio-util v0.7.18
12112026-05-21T16:59:45.285Z Downloaded tower-http v0.6.8
12122026-05-21T16:59:45.308Z Downloaded tower v0.5.3
12132026-05-21T16:59:45.313Z Downloaded unicode-segmentation v1.12.0
12142026-05-21T16:59:45.316Z Downloaded rustls-webpki v0.101.7
12152026-05-21T16:59:45.323Z Downloaded lalrpop v0.19.12
12162026-05-21T16:59:45.329Z Downloaded quinn-proto v0.11.13
12172026-05-21T16:59:45.333Z Downloaded quick-xml v0.37.5
12182026-05-21T16:59:45.355Z Downloaded radix_trie v0.2.1
12192026-05-21T16:59:45.362Z Downloaded winnow v0.5.40
12202026-05-21T16:59:45.367Z Downloaded nix v0.27.1
12212026-05-21T16:59:45.385Z Downloaded tough v0.22.0
12222026-05-21T16:59:45.389Z Downloaded bstr v1.12.1
12232026-05-21T16:59:45.394Z Downloaded polar-core v0.27.3
12242026-05-21T16:59:45.400Z Downloaded git2 v0.20.4
12252026-05-21T16:59:45.410Z Downloaded tabled v0.20.0
12262026-05-21T16:59:45.420Z Downloaded zip v4.6.1
12272026-05-21T16:59:45.427Z Downloaded rayon v1.11.0
12282026-05-21T16:59:45.431Z Downloaded proptest v1.10.0
12292026-05-21T16:59:45.440Z Downloaded rustls-webpki v0.102.8
12302026-05-21T16:59:45.451Z Downloaded time v0.3.47
12312026-05-21T16:59:45.458Z Downloaded object v0.30.4
12322026-05-21T16:59:45.463Z Downloaded smoltcp v0.9.1
12332026-05-21T16:59:45.469Z Downloaded winnow v0.6.26
12342026-05-21T16:59:45.473Z Downloaded object v0.37.3
12352026-05-21T16:59:45.479Z Downloaded hickory-proto v0.24.4
12362026-05-21T16:59:45.487Z Downloaded serde_with v3.17.0
12372026-05-21T16:59:45.494Z Downloaded rustls v0.21.12
12382026-05-21T16:59:45.499Z Downloaded petname v2.0.2
12392026-05-21T16:59:45.502Z Downloaded nix v0.31.2
12402026-05-21T16:59:45.509Z Downloaded dropshot v0.17.0
12412026-05-21T16:59:45.522Z Downloaded rustls v0.22.4
12422026-05-21T16:59:45.528Z Downloaded hickory-proto v0.25.2
12432026-05-21T16:59:45.536Z Downloaded smoltcp v0.11.0
12442026-05-21T16:59:45.543Z Downloaded rustls v0.23.37
12452026-05-21T16:59:45.551Z Downloaded rustix v0.38.44
12462026-05-21T16:59:45.563Z Downloaded nix v0.29.0
12472026-05-21T16:59:45.570Z Downloaded nix v0.28.0
12482026-05-21T16:59:45.577Z Downloaded openssl v0.10.79
12492026-05-21T16:59:45.582Z Downloaded regress v0.11.1
12502026-05-21T16:59:45.588Z Downloaded curve25519-dalek v4.1.3
12512026-05-21T16:59:45.593Z Downloaded dropshot v0.16.7
12522026-05-21T16:59:45.606Z Downloaded zlib-rs v0.6.2
12532026-05-21T16:59:45.609Z Downloaded vcpkg v0.2.15
12542026-05-21T16:59:45.634Z Downloaded webpki-roots v1.0.6
12552026-05-21T16:59:45.637Z Downloaded regex-syntax v0.6.29
12562026-05-21T16:59:45.640Z Downloaded sqlparser v0.61.0
12572026-05-21T16:59:45.659Z Downloaded zerocopy v0.8.40
12582026-05-21T16:59:45.665Z Downloaded diesel v2.3.7
12592026-05-21T16:59:45.678Z Downloaded typify-impl v0.6.2
12602026-05-21T16:59:45.687Z Downloaded tracing v0.1.44
12612026-05-21T16:59:45.703Z Downloaded regress v0.10.5
12622026-05-21T16:59:45.707Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-05-21T16:59:45.715Z Downloaded regex-syntax v0.8.10
12642026-05-21T16:59:45.720Z Downloaded openapiv3 v2.2.0
12652026-05-21T16:59:45.727Z Downloaded regex-automata v0.4.14
12662026-05-21T16:59:45.763Z Downloaded petgraph v0.6.5
12672026-05-21T16:59:45.776Z Downloaded chrono-tz v0.10.4
12682026-05-21T16:59:45.788Z Downloaded sled v0.34.7
12692026-05-21T16:59:45.795Z Downloaded jiff v0.2.21
12702026-05-21T16:59:45.810Z Downloaded ratatui v0.29.0
12712026-05-21T16:59:45.823Z Downloaded libz-sys v1.1.24
12722026-05-21T16:59:45.837Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12732026-05-21T16:59:45.849Z Downloaded zerocopy-derive v0.6.6
12742026-05-21T16:59:45.855Z Downloaded typify-impl v0.4.3
12752026-05-21T16:59:45.922Z Downloaded petgraph v0.8.3
12762026-05-21T16:59:45.940Z Downloaded csv v1.4.0
12772026-05-21T16:59:45.964Z Downloaded sha3 v0.10.8
12782026-05-21T16:59:45.974Z Downloaded tokio v1.52.1
12792026-05-21T16:59:45.999Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-05-21T16:59:46.067Z Downloaded encoding_rs v0.8.35
12812026-05-21T16:59:46.082Z Downloaded ring v0.17.14
12822026-05-21T16:59:46.532Z Downloaded aws-lc-sys v0.40.0
12832026-05-21T16:59:46.778Z Compiling libc v0.2.185
12842026-05-21T16:59:46.782Z Compiling serde v1.0.228
12852026-05-21T16:59:46.782Z Compiling log v0.4.29
12862026-05-21T16:59:46.782Z Compiling find-msvc-tools v0.1.9
12872026-05-21T16:59:46.782Z Compiling shlex v1.3.0
12882026-05-21T16:59:46.782Z Compiling smallvec v1.15.1
12892026-05-21T16:59:46.782Z Compiling typenum v1.19.0
12902026-05-21T16:59:46.782Z Compiling subtle v2.6.1
12912026-05-21T16:59:46.782Z Compiling generic-array v0.14.7
12922026-05-21T16:59:46.782Z Compiling scopeguard v1.2.0
12932026-05-21T16:59:46.958Z Compiling const-oid v0.9.6
12942026-05-21T16:59:46.971Z Compiling serde_json v1.0.149
12952026-05-21T16:59:46.996Z Compiling syn v2.0.117
12962026-05-21T16:59:47.012Z Compiling zerocopy v0.8.40
12972026-05-21T16:59:47.015Z Compiling parking_lot_core v0.9.12
12982026-05-21T16:59:47.023Z Compiling lock_api v0.4.14
12992026-05-21T16:59:47.050Z Compiling portable-atomic v1.13.1
13002026-05-21T16:59:47.119Z Compiling pin-project-lite v0.2.17
13012026-05-21T16:59:47.131Z Compiling pkg-config v0.3.32
13022026-05-21T16:59:47.171Z Compiling bitflags v2.11.0
13032026-05-21T16:59:47.189Z Compiling futures-core v0.3.32
13042026-05-21T16:59:47.234Z Compiling libm v0.2.16
13052026-05-21T16:59:47.249Z Compiling critical-section v1.2.0
13062026-05-21T16:59:47.327Z Compiling num-traits v0.2.19
13072026-05-21T16:59:47.330Z Compiling percent-encoding v2.3.2
13082026-05-21T16:59:47.417Z Compiling futures-sink v0.3.32
13092026-05-21T16:59:47.421Z Compiling slab v0.4.12
13102026-05-21T16:59:47.421Z Compiling cpufeatures v0.2.17
13112026-05-21T16:59:47.421Z Compiling futures-task v0.3.32
13122026-05-21T16:59:47.446Z Compiling getrandom v0.4.1
13132026-05-21T16:59:47.548Z Compiling futures-channel v0.3.32
13142026-05-21T16:59:47.565Z Compiling futures-io v0.3.32
13152026-05-21T16:59:47.568Z Compiling rand_core v0.10.0
13162026-05-21T16:59:47.580Z Compiling indexmap v2.14.0
13172026-05-21T16:59:47.656Z Compiling getrandom v0.3.4
13182026-05-21T16:59:47.670Z Compiling rustversion v1.0.22
13192026-05-21T16:59:47.718Z Compiling form_urlencoded v1.2.2
13202026-05-21T16:59:47.733Z Compiling fs_extra v1.3.0
13212026-05-21T16:59:47.763Z Compiling dunce v1.0.5
13222026-05-21T16:59:47.787Z Compiling ident_case v1.0.1
13232026-05-21T16:59:47.805Z Compiling base64ct v1.8.3
13242026-05-21T16:59:47.837Z Compiling getrandom v0.2.17
13252026-05-21T16:59:47.854Z Compiling jobserver v0.1.34
13262026-05-21T16:59:47.872Z Compiling errno v0.3.14
13272026-05-21T16:59:47.927Z Compiling mio v1.2.0
13282026-05-21T16:59:47.930Z Compiling socket2 v0.6.3
13292026-05-21T16:59:47.977Z Compiling rand_core v0.6.4
13302026-05-21T16:59:48.028Z Compiling signal-hook-registry v1.4.8
13312026-05-21T16:59:48.073Z Compiling cc v1.2.56
13322026-05-21T16:59:48.107Z Compiling parking_lot v0.12.5
13332026-05-21T16:59:48.212Z Compiling once_cell v1.21.3
13342026-05-21T16:59:48.229Z Compiling pem-rfc7468 v0.7.0
13352026-05-21T16:59:48.246Z Compiling flagset v0.4.7
13362026-05-21T16:59:48.257Z Compiling regex-syntax v0.8.10
13372026-05-21T16:59:48.271Z Compiling rustix v1.1.3
13382026-05-21T16:59:48.318Z Compiling iana-time-zone v0.1.65
13392026-05-21T16:59:48.332Z Compiling vcpkg v0.2.15
13402026-05-21T16:59:48.372Z Compiling aws-lc-rs v1.16.3
13412026-05-21T16:59:48.408Z Compiling tracing-core v0.1.36
13422026-05-21T16:59:48.408Z Compiling uuid v1.23.0
13432026-05-21T16:59:48.465Z Compiling rustc_version v0.4.1
13442026-05-21T16:59:48.502Z Compiling base64 v0.22.1
13452026-05-21T16:59:48.540Z Compiling httparse v1.10.1
13462026-05-21T16:59:48.563Z Compiling openssl-probe v0.2.1
13472026-05-21T16:59:48.690Z Compiling rand_core v0.9.5
13482026-05-21T16:59:48.705Z Compiling untrusted v0.9.0
13492026-05-21T16:59:48.730Z Compiling tinyvec_macros v0.1.1
13502026-05-21T16:59:48.758Z Compiling untrusted v0.7.1
13512026-05-21T16:59:48.803Z Compiling tinyvec v1.10.0
13522026-05-21T16:59:48.819Z Compiling cmake v0.1.57
13532026-05-21T16:59:48.836Z Compiling aho-corasick v1.1.4
13542026-05-21T16:59:48.851Z Compiling tower-service v0.3.3
13552026-05-21T16:59:48.854Z Compiling try-lock v0.2.5
13562026-05-21T16:59:48.904Z Compiling tower-layer v0.3.3
13572026-05-21T16:59:48.965Z Compiling atomic-waker v1.1.2
13582026-05-21T16:59:48.979Z Compiling rustls v0.23.37
13592026-05-21T16:59:48.983Z Compiling schemars v0.8.22
13602026-05-21T16:59:48.995Z Compiling dyn-clone v1.0.20
13612026-05-21T16:59:49.086Z Compiling want v0.3.1
13622026-05-21T16:59:49.090Z Compiling openssl v0.10.79
13632026-05-21T16:59:49.113Z Compiling foreign-types-shared v0.1.1
13642026-05-21T16:59:49.116Z Compiling httpdate v1.0.3
13652026-05-21T16:59:49.144Z Compiling pin-utils v0.1.0
13662026-05-21T16:59:49.160Z Compiling unicode-normalization v0.1.25
13672026-05-21T16:59:49.174Z Compiling spin v0.9.8
13682026-05-21T16:59:49.187Z Compiling foreign-types v0.3.2
13692026-05-21T16:59:49.214Z Compiling native-tls v0.2.18
13702026-05-21T16:59:49.231Z Compiling crc32fast v1.5.0
13712026-05-21T16:59:49.248Z Compiling time-core v0.1.8
13722026-05-21T16:59:49.265Z Compiling powerfmt v0.2.0
13732026-05-21T16:59:49.281Z Compiling num-conv v0.2.0
13742026-05-21T16:59:49.310Z Compiling wait-timeout v0.2.1
13752026-05-21T16:59:49.334Z Compiling sync_wrapper v1.0.2
13762026-05-21T16:59:49.349Z Compiling simd-adler32 v0.3.8
13772026-05-21T16:59:49.369Z Compiling bit-vec v0.8.0
13782026-05-21T16:59:49.392Z Compiling num_threads v0.1.7
13792026-05-21T16:59:49.428Z Compiling syn v1.0.109
13802026-05-21T16:59:49.442Z Compiling time-macros v0.2.27
13812026-05-21T16:59:49.458Z Compiling deranged v0.5.8
13822026-05-21T16:59:49.462Z Compiling usdt-impl v0.6.0
13832026-05-21T16:59:49.500Z Compiling quick-error v1.2.3
13842026-05-21T16:59:49.516Z Compiling siphasher v1.0.2
13852026-05-21T16:59:49.597Z Compiling crossbeam-utils v0.8.21
13862026-05-21T16:59:49.627Z Compiling bit-set v0.8.0
13872026-05-21T16:59:49.631Z Compiling rand_xorshift v0.4.0
13882026-05-21T16:59:49.631Z Compiling heapless v0.7.17
13892026-05-21T16:59:49.684Z Compiling slog v2.8.2
13902026-05-21T16:59:49.684Z Compiling aws-lc-sys v0.40.0
13912026-05-21T16:59:49.772Z Compiling ring v0.17.14
13922026-05-21T16:59:49.787Z Compiling openssl-sys v0.9.115
13932026-05-21T16:59:49.834Z Compiling synstructure v0.13.2
13942026-05-21T16:59:49.886Z Compiling pest_generator v2.8.6
13952026-05-21T16:59:49.935Z Compiling serde_derive_internals v0.29.1
13962026-05-21T16:59:49.969Z Compiling darling_core v0.20.11
13972026-05-21T16:59:49.984Z Compiling regex-automata v0.4.14
13982026-05-21T16:59:50.003Z Compiling tempfile v3.25.0
13992026-05-21T16:59:50.066Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-21T16:59:50.239Z Compiling rusty-fork v0.3.1
14012026-05-21T16:59:50.463Z Compiling darling_core v0.21.3
14022026-05-21T16:59:50.539Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-05-21T16:59:50.587Z Compiling thread-id v5.1.0
14042026-05-21T16:59:50.602Z Compiling cookie v0.18.1
14052026-05-21T16:59:50.688Z Compiling adler2 v2.0.1
14062026-05-21T16:59:50.692Z Compiling unarray v0.1.4
14072026-05-21T16:59:50.718Z Compiling time v0.3.47
14082026-05-21T16:59:50.741Z Compiling unicode-bidi v0.3.18
14092026-05-21T16:59:50.760Z Compiling zstd-safe v7.2.4
14102026-05-21T16:59:50.810Z Compiling allocator-api2 v0.2.21
14112026-05-21T16:59:50.834Z Compiling unicode-properties v0.1.4
14122026-05-21T16:59:50.850Z Compiling anyhow v1.0.102
14132026-05-21T16:59:50.867Z Compiling ryu v1.0.23
14142026-05-21T16:59:50.945Z Compiling iri-string v0.7.10
14152026-05-21T16:59:50.983Z Compiling paste v1.0.15
14162026-05-21T16:59:51.074Z Compiling signal-hook v0.3.18
14172026-05-21T16:59:51.089Z Compiling stringprep v0.1.5
14182026-05-21T16:59:51.317Z Compiling miniz_oxide v0.8.9
14192026-05-21T16:59:51.432Z Compiling num-integer v0.1.46
14202026-05-21T16:59:51.466Z Compiling curve25519-dalek v4.1.3
14212026-05-21T16:59:51.569Z Compiling vergen-lib v0.1.6
14222026-05-21T16:59:51.683Z Compiling serde_derive v1.0.228
14232026-05-21T16:59:51.772Z Compiling zeroize_derive v1.4.3
14242026-05-21T16:59:51.791Z Compiling zerofrom-derive v0.1.6
14252026-05-21T16:59:51.831Z Compiling yoke-derive v0.8.1
14262026-05-21T16:59:51.879Z Compiling zerovec-derive v0.11.2
14272026-05-21T16:59:51.937Z Compiling zerocopy-derive v0.8.40
14282026-05-21T16:59:51.964Z Compiling displaydoc v0.2.5
14292026-05-21T16:59:52.396Z Compiling tokio-macros v2.7.0
14302026-05-21T16:59:52.411Z Compiling futures-macro v0.3.32
14312026-05-21T16:59:52.458Z Compiling zeroize v1.8.2
14322026-05-21T16:59:52.512Z Compiling der_derive v0.7.3
14332026-05-21T16:59:52.760Z Compiling rustls-pki-types v1.14.0
14342026-05-21T16:59:53.043Z Compiling tracing-attributes v0.1.31
14352026-05-21T16:59:53.067Z Compiling thiserror-impl v2.0.18
14362026-05-21T16:59:53.102Z Compiling pest_derive v2.8.6
14372026-05-21T16:59:53.179Z Compiling schemars_derive v0.8.22
14382026-05-21T16:59:53.252Z Compiling crypto-common v0.1.7
14392026-05-21T16:59:53.268Z Compiling zerofrom v0.1.6
14402026-05-21T16:59:53.271Z Compiling block-buffer v0.10.4
14412026-05-21T16:59:53.299Z Compiling futures-util v0.3.32
14422026-05-21T16:59:53.424Z Compiling yoke v0.8.1
14432026-05-21T16:59:53.437Z Compiling digest v0.10.7
14442026-05-21T16:59:53.461Z Compiling block-padding v0.3.3
14452026-05-21T16:59:53.538Z Compiling der v0.7.10
14462026-05-21T16:59:53.587Z Compiling inout v0.1.4
14472026-05-21T16:59:53.627Z Compiling zerovec v0.11.5
14482026-05-21T16:59:53.642Z Compiling zerotrie v0.2.3
14492026-05-21T16:59:53.695Z Compiling hmac v0.12.1
14502026-05-21T16:59:53.770Z Compiling cipher v0.4.4
14512026-05-21T16:59:53.869Z Compiling sha2 v0.10.9
14522026-05-21T16:59:53.957Z Compiling pbkdf2 v0.12.2
14532026-05-21T16:59:54.048Z Compiling salsa20 v0.10.2
14542026-05-21T16:59:54.091Z Compiling tinystr v0.8.2
14552026-05-21T16:59:54.152Z Compiling potential_utf v0.1.4
14562026-05-21T16:59:54.202Z Compiling scrypt v0.11.0
14572026-05-21T16:59:54.244Z Compiling aes v0.8.4
14582026-05-21T16:59:54.308Z Compiling icu_locale_core v2.1.1
14592026-05-21T16:59:54.360Z Compiling icu_collections v2.1.1
14602026-05-21T16:59:54.426Z Compiling spki v0.7.3
14612026-05-21T16:59:54.483Z Compiling thiserror v2.0.18
14622026-05-21T16:59:54.501Z Compiling tracing v0.1.44
14632026-05-21T16:59:54.518Z Compiling cbc v0.1.2
14642026-05-21T16:59:54.608Z Compiling scroll_derive v0.13.1
14652026-05-21T16:59:54.663Z Compiling darling_macro v0.20.11
14662026-05-21T16:59:54.747Z Compiling pkcs5 v0.7.1
14672026-05-21T16:59:54.839Z Compiling openssl-macros v0.1.1
14682026-05-21T16:59:54.856Z Compiling rustls-native-certs v0.8.3
14692026-05-21T16:59:54.894Z Compiling dtrace-parser v0.3.0
14702026-05-21T16:59:55.180Z Compiling bytes v1.11.1
14712026-05-21T16:59:55.208Z Compiling icu_provider v2.1.1
14722026-05-21T16:59:55.259Z Compiling chrono v0.4.44
14732026-05-21T16:59:55.275Z Compiling ipnet v2.11.0
14742026-05-21T16:59:55.278Z Compiling pkcs8 v0.10.2
14752026-05-21T16:59:55.352Z Compiling darling v0.20.11
14762026-05-21T16:59:55.372Z Compiling signature v2.2.0
14772026-05-21T16:59:55.389Z Compiling webpki-roots v1.0.6
14782026-05-21T16:59:55.453Z Compiling derive_builder_core v0.20.2
14792026-05-21T16:59:55.502Z Compiling icu_properties v2.1.2
14802026-05-21T16:59:55.533Z Compiling icu_normalizer v2.1.1
14812026-05-21T16:59:55.545Z Compiling scroll v0.13.0
14822026-05-21T16:59:55.575Z Compiling thiserror-impl v1.0.69
14832026-05-21T16:59:55.630Z Compiling scroll_derive v0.12.1
14842026-05-21T16:59:55.669Z Compiling tokio v1.52.1
14852026-05-21T16:59:55.724Z Compiling http v1.4.0
14862026-05-21T16:59:55.819Z Compiling goblin v0.10.5
14872026-05-21T16:59:55.834Z Compiling erased-serde v0.3.31
14882026-05-21T16:59:55.845Z Compiling serde_tokenstream v0.2.3
14892026-05-21T16:59:56.091Z Compiling serde_spanned v0.6.9
14902026-05-21T16:59:56.180Z Compiling serde_urlencoded v0.7.1
14912026-05-21T16:59:56.252Z Compiling toml_datetime v0.6.11
14922026-05-21T16:59:56.327Z Compiling scroll v0.12.0
14932026-05-21T16:59:56.347Z Compiling md-5 v0.10.6
14942026-05-21T16:59:56.363Z Compiling derive_builder_macro v0.20.2
14952026-05-21T16:59:56.445Z Compiling idna_adapter v1.2.1
14962026-05-21T16:59:56.534Z Compiling ppv-lite86 v0.2.21
14972026-05-21T16:59:56.549Z Compiling http-body v1.0.1
14982026-05-21T16:59:56.608Z Compiling idna v1.1.0
14992026-05-21T16:59:56.622Z Compiling darling_macro v0.21.3
15002026-05-21T16:59:56.641Z Compiling bstr v1.12.1
15012026-05-21T16:59:56.644Z Compiling async-trait v0.1.89
15022026-05-21T16:59:56.673Z Compiling pin-project-internal v1.1.11
15032026-05-21T16:59:56.676Z Compiling http-body-util v0.1.3
15042026-05-21T16:59:56.706Z Compiling zerocopy-derive v0.7.35
15052026-05-21T16:59:56.726Z Compiling ff v0.13.1
15062026-05-21T16:59:56.868Z Compiling rand_chacha v0.9.0
15072026-05-21T16:59:56.883Z Compiling rand_chacha v0.3.1
15082026-05-21T16:59:56.886Z Compiling hash32 v0.2.1
15092026-05-21T16:59:56.914Z Compiling thiserror v1.0.69
15102026-05-21T16:59:56.951Z Compiling url v2.5.8
15112026-05-21T16:59:57.035Z Compiling memoffset v0.9.1
15122026-05-21T16:59:57.100Z Compiling rand v0.9.2
15132026-05-21T16:59:57.152Z Compiling ref-cast v1.0.25
15142026-05-21T16:59:57.252Z Compiling base16ct v0.2.0
15152026-05-21T16:59:57.295Z Compiling psl-types v2.0.11
15162026-05-21T16:59:57.319Z Compiling smoltcp v0.9.1
15172026-05-21T16:59:57.438Z Compiling litrs v1.0.0
15182026-05-21T16:59:57.452Z Compiling rustix v0.38.44
15192026-05-21T16:59:57.614Z Compiling cfg_aliases v0.2.1
15202026-05-21T16:59:57.680Z Compiling proptest v1.10.0
15212026-05-21T16:59:57.703Z Compiling fallible-iterator v0.2.0
15222026-05-21T16:59:57.733Z Compiling num-bigint-dig v0.8.6
15232026-05-21T16:59:57.747Z Compiling zlib-rs v0.6.2
15242026-05-21T16:59:57.798Z Compiling nix v0.31.2
15252026-05-21T16:59:57.846Z Compiling pin-project v1.1.11
15262026-05-21T16:59:57.940Z Compiling zerocopy v0.7.35
15272026-05-21T16:59:57.969Z Compiling document-features v0.2.12
15282026-05-21T16:59:57.969Z Compiling publicsuffix v2.3.0
15292026-05-21T16:59:57.972Z Compiling sec1 v0.7.3
15302026-05-21T16:59:58.028Z Compiling postgres-protocol v0.6.10
15312026-05-21T16:59:58.058Z Compiling darling v0.21.3
15322026-05-21T16:59:58.156Z Compiling rand v0.8.6
15332026-05-21T16:59:58.171Z Compiling derive_builder v0.20.2
15342026-05-21T16:59:58.198Z Compiling group v0.13.0
15352026-05-21T16:59:58.308Z Compiling ipnetwork v0.21.1
15362026-05-21T16:59:58.328Z Compiling goblin v0.8.2
15372026-05-21T16:59:58.429Z Compiling futures-executor v0.3.32
15382026-05-21T16:59:58.496Z Compiling hubpack_derive v0.1.1
15392026-05-21T16:59:58.604Z Compiling dof v0.4.0
15402026-05-21T16:59:58.626Z Compiling oxnet v0.1.4
15412026-05-21T16:59:58.642Z Compiling hex v0.4.3
15422026-05-21T16:59:58.658Z Compiling cargo-platform v0.1.9
15432026-05-21T16:59:58.709Z Compiling hkdf v0.12.4
15442026-05-21T16:59:58.725Z Compiling crypto-bigint v0.5.5
15452026-05-21T16:59:58.802Z Compiling regex v1.12.3
15462026-05-21T16:59:58.960Z Compiling ref-cast-impl v1.0.25
15472026-05-21T16:59:58.976Z Compiling snafu-derive v0.8.9
15482026-05-21T16:59:59.009Z Compiling daft-derive v0.1.7
15492026-05-21T16:59:59.024Z Compiling strum_macros v0.27.2
15502026-05-21T16:59:59.041Z Compiling curve25519-dalek-derive v0.1.1
15512026-05-21T16:59:59.054Z Compiling num-iter v0.1.45
15522026-05-21T16:59:59.520Z Compiling tokio-util v0.7.18
15532026-05-21T16:59:59.546Z Compiling tower v0.5.3
15542026-05-21T16:59:59.778Z Compiling tokio-native-tls v0.3.1
15552026-05-21T16:59:59.815Z Compiling terminal_size v0.4.3
15562026-05-21T16:59:59.846Z Compiling phf_shared v0.13.1
15572026-05-21T16:59:59.971Z Compiling lazy_static v1.5.0
15582026-05-21T16:59:59.986Z Compiling vergen v9.0.6
15592026-05-21T17:00:00.044Z Compiling tower-http v0.6.8
15602026-05-21T17:00:00.083Z Compiling newtype-uuid v1.3.2
15612026-05-21T17:00:00.110Z Compiling fs-err v3.3.0
15622026-05-21T17:00:00.114Z Compiling ahash v0.8.12
15632026-05-21T17:00:00.142Z Compiling encoding_rs v0.8.35
15642026-05-21T17:00:00.171Z Compiling mime v0.3.17
15652026-05-21T17:00:00.196Z Compiling managed v0.8.0
15662026-05-21T17:00:00.324Z Compiling h2 v0.4.13
15672026-05-21T17:00:00.355Z Compiling winnow v0.5.40
15682026-05-21T17:00:00.433Z Compiling unicode-segmentation v1.12.0
15692026-05-21T17:00:00.447Z Compiling bumpalo v3.20.2
15702026-05-21T17:00:00.465Z Compiling bitflags v1.3.2
15712026-05-21T17:00:00.482Z Compiling foldhash v0.2.0
15722026-05-21T17:00:00.557Z Compiling foldhash v0.1.5
15732026-05-21T17:00:00.637Z Compiling object v0.37.3
15742026-05-21T17:00:00.730Z Compiling flate2 v1.1.9
15752026-05-21T17:00:00.745Z Compiling same-file v1.0.6
15762026-05-21T17:00:00.761Z Compiling libbz2-rs-sys v0.2.2
15772026-05-21T17:00:00.842Z Compiling hashbrown v0.15.5
15782026-05-21T17:00:00.933Z Compiling walkdir v2.5.0
15792026-05-21T17:00:00.949Z Compiling zopfli v0.8.3
15802026-05-21T17:00:00.980Z Compiling snafu v0.8.9
15812026-05-21T17:00:01.008Z Compiling hashbrown v0.16.1
15822026-05-21T17:00:01.042Z Compiling dof v0.3.0
15832026-05-21T17:00:01.067Z Compiling strum v0.27.2
15842026-05-21T17:00:01.215Z Compiling bzip2 v0.6.1
15852026-05-21T17:00:01.269Z Compiling clap_builder v4.5.60
15862026-05-21T17:00:01.433Z Compiling daft v0.1.7
15872026-05-21T17:00:01.466Z Compiling usdt-attr-macro v0.6.0
15882026-05-21T17:00:01.483Z Compiling usdt-macro v0.6.0
15892026-05-21T17:00:01.538Z Compiling phf v0.13.1
15902026-05-21T17:00:01.631Z Compiling signal-hook-mio v0.2.5
15912026-05-21T17:00:01.705Z Compiling toml_edit v0.19.15
15922026-05-21T17:00:01.719Z Compiling elliptic-curve v0.13.8
15932026-05-21T17:00:01.799Z Compiling cargo_metadata v0.19.2
15942026-05-21T17:00:01.846Z Compiling cookie_store v0.22.1
15952026-05-21T17:00:01.861Z Compiling hubpack v0.1.2
15962026-05-21T17:00:01.890Z Compiling bzip2 v0.4.4
15972026-05-21T17:00:01.989Z Compiling futures v0.3.32
15982026-05-21T17:00:02.088Z Compiling zstd v0.13.3
15992026-05-21T17:00:02.103Z Compiling postgres-types v0.2.12
16002026-05-21T17:00:02.157Z Compiling serde_with_macros v3.17.0
16012026-05-21T17:00:02.247Z Compiling globset v0.4.18
16022026-05-21T17:00:02.285Z Compiling dtrace-parser v0.2.0
16032026-05-21T17:00:02.327Z Compiling ed25519 v2.2.3
16042026-05-21T17:00:02.376Z Compiling pkcs1 v0.7.5
16052026-05-21T17:00:02.537Z Compiling serde-big-array v0.5.1
16062026-05-21T17:00:02.683Z Compiling serde_plain v1.0.2
16072026-05-21T17:00:02.698Z Compiling olpc-cjson v0.1.4
16082026-05-21T17:00:02.797Z Compiling rfc6979 v0.4.0
16092026-05-21T17:00:02.882Z Compiling serde_repr v0.1.20
16102026-05-21T17:00:02.897Z Compiling clap_derive v4.5.55
16112026-05-21T17:00:02.938Z Compiling enum-as-inner v0.6.1
16122026-05-21T17:00:02.942Z Compiling strum_macros v0.26.4
16132026-05-21T17:00:03.053Z Compiling async-recursion v1.1.1
16142026-05-21T17:00:03.162Z Compiling phf_shared v0.11.3
16152026-05-21T17:00:03.240Z Compiling float-cmp v0.10.0
16162026-05-21T17:00:03.287Z Compiling pem v3.0.6
16172026-05-21T17:00:03.330Z Compiling hyper v1.8.1
16182026-05-21T17:00:03.368Z Compiling thread-id v4.2.2
16192026-05-21T17:00:03.410Z Compiling memmap2 v0.9.10
16202026-05-21T17:00:03.467Z Compiling env_filter v1.0.0
16212026-05-21T17:00:03.482Z Compiling data-encoding v2.10.0
16222026-05-21T17:00:03.508Z Compiling predicates-core v1.0.10
16232026-05-21T17:00:03.647Z Compiling typed-path v0.9.3
16242026-05-21T17:00:03.663Z Compiling fixedbitset v0.4.2
16252026-05-21T17:00:03.704Z Compiling precomputed-hash v0.1.1
16262026-05-21T17:00:03.749Z Compiling normalize-line-endings v0.3.0
16272026-05-21T17:00:03.794Z Compiling jiff v0.2.21
16282026-05-21T17:00:03.812Z Compiling keccak v0.1.6
16292026-05-21T17:00:03.857Z Compiling new_debug_unreachable v1.0.6
16302026-05-21T17:00:03.897Z Compiling difflib v0.4.0
16312026-05-21T17:00:03.947Z Compiling either v1.15.0
16322026-05-21T17:00:04.175Z Compiling whoami v2.1.0
16332026-05-21T17:00:04.193Z Compiling static_assertions v1.1.0
16342026-05-21T17:00:04.281Z Compiling fixedbitset v0.5.7
16352026-05-21T17:00:04.323Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16362026-05-21T17:00:04.358Z Compiling itertools v0.13.0
16372026-05-21T17:00:04.375Z Compiling predicates v3.1.4
16382026-05-21T17:00:04.482Z Compiling hyper-util v0.1.20
16392026-05-21T17:00:04.576Z Compiling petgraph v0.8.3
16402026-05-21T17:00:04.614Z Compiling tokio-postgres v0.7.16
16412026-05-21T17:00:04.637Z Compiling sha3 v0.10.8
16422026-05-21T17:00:04.692Z Compiling string_cache v0.8.9
16432026-05-21T17:00:04.767Z Compiling clap v4.5.60
16442026-05-21T17:00:04.802Z Compiling strum v0.26.3
16452026-05-21T17:00:04.866Z Compiling petgraph v0.6.5
16462026-05-21T17:00:04.917Z Compiling hickory-proto v0.25.2
16472026-05-21T17:00:04.953Z Compiling toml_edit v0.22.27
16482026-05-21T17:00:04.956Z Compiling env_logger v0.11.9
16492026-05-21T17:00:04.993Z Compiling usdt v0.6.0
16502026-05-21T17:00:05.107Z Compiling usdt-impl v0.5.0
16512026-05-21T17:00:05.170Z Compiling serde_with v3.17.0
16522026-05-21T17:00:05.283Z Compiling toml v0.7.8
16532026-05-21T17:00:05.345Z Compiling crossterm v0.28.1
16542026-05-21T17:00:05.666Z Compiling ecdsa v0.16.9
16552026-05-21T17:00:05.909Z Compiling hyper-tls v0.6.0
16562026-05-21T17:00:06.083Z Compiling rsa v0.9.10
16572026-05-21T17:00:06.140Z Compiling ed25519-dalek v2.2.0
16582026-05-21T17:00:06.301Z Compiling zip v0.6.6
16592026-05-21T17:00:06.390Z Compiling iddqd v0.4.1
16602026-05-21T17:00:06.649Z Compiling zip v4.6.1
16612026-05-21T17:00:06.913Z Compiling toml_parser v1.0.9+spec-1.1.0
16622026-05-21T17:00:06.939Z Compiling similar v2.7.0
16632026-05-21T17:00:07.088Z Compiling heck v0.4.1
16642026-05-21T17:00:07.104Z Compiling tokio-stream v0.1.18
16652026-05-21T17:00:07.206Z Compiling buf-list v1.1.2
16662026-05-21T17:00:07.247Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16672026-05-21T17:00:07.339Z Compiling openapiv3 v2.2.0
16682026-05-21T17:00:07.498Z Compiling x509-cert v0.2.5
16692026-05-21T17:00:07.552Z Compiling sha1 v0.10.6
16702026-05-21T17:00:07.573Z Compiling crossbeam-epoch v0.9.18
16712026-05-21T17:00:07.600Z Compiling toml_datetime v0.7.5+spec-1.1.0
16722026-05-21T17:00:07.633Z Compiling peg-runtime v0.8.5
16732026-05-21T17:00:07.650Z Compiling lalrpop-util v0.19.12
16742026-05-21T17:00:07.666Z Compiling thread_local v1.1.9
16752026-05-21T17:00:07.742Z Compiling slog-async v2.8.0
16762026-05-21T17:00:07.794Z Compiling crossbeam-channel v0.5.15
16772026-05-21T17:00:07.845Z Compiling filetime v0.2.27
16782026-05-21T17:00:07.863Z Compiling is-terminal v0.4.17
16792026-05-21T17:00:07.912Z Compiling xattr v1.6.1
16802026-05-21T17:00:07.932Z Compiling term v1.2.1
16812026-05-21T17:00:07.948Z Compiling take_mut v0.2.2
16822026-05-21T17:00:08.049Z Compiling tar v0.4.45
16832026-05-21T17:00:08.229Z Compiling slog-term v2.9.2
16842026-05-21T17:00:25.859Z Compiling rustls-webpki v0.103.9
16852026-05-21T17:00:28.616Z Compiling tokio-rustls v0.26.4
16862026-05-21T17:00:28.616Z Compiling rustls-platform-verifier v0.6.2
16872026-05-21T17:00:28.802Z Compiling hyper-rustls v0.27.7
16882026-05-21T17:00:28.990Z Compiling reqwest v0.12.28
16892026-05-21T17:00:28.990Z Compiling reqwest v0.13.2
16902026-05-21T17:00:30.224Z Compiling tough v0.22.0
16912026-05-21T17:00:32.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-05-21T17:00:32.936Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-05-21T17:00:35.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.42s
16942026-05-21T17:00:35.866Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952026-05-21T17:00:35.927ZMay 21 17:00:35.735 INFO Starting download, target: Clickhouse
16962026-05-21T17:00:35.927ZMay 21 17:00:35.736 INFO Starting download, target: Cockroach
16972026-05-21T17:00:35.927ZMay 21 17:00:35.736 INFO Starting download, target: Console
16982026-05-21T17:00:35.927ZMay 21 17:00:35.736 INFO Starting download, target: MaghemiteMgd
16992026-05-21T17:00:35.928ZMay 21 17:00:35.736 INFO Starting download, target: DendriteStub
17002026-05-21T17:00:35.931ZMay 21 17:00:35.736 INFO Starting download, target: TransceiverControl
17012026-05-21T17:00:35.931ZMay 21 17:00:35.736 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-05-21T17:00:35.932ZMay 21 17:00:35.736 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-05-21T17:00:35.932ZMay 21 17:00:35.736 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042026-05-21T17:00:35.932ZMay 21 17:00:35.736 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-21T17:00:35.932ZMay 21 17:00:35.736 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17062026-05-21T17:00:35.932ZMay 21 17:00:35.736 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072026-05-21T17:00:36.250ZMay 21 17:00:36.062 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-05-21T17:00:36.478ZMay 21 17:00:36.290 INFO Download complete, target: TransceiverControl
17092026-05-21T17:00:37.040ZMay 21 17:00:36.844 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-05-21T17:00:37.289ZMay 21 17:00:37.083 INFO Download complete, target: Console
17112026-05-21T17:00:37.845ZMay 21 17:00:37.649 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17122026-05-21T17:00:38.534ZMay 21 17:00:38.334 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17132026-05-21T17:00:38.676ZMay 21 17:00:38.472 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17142026-05-21T17:00:39.801ZMay 21 17:00:39.611 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152026-05-21T17:00:39.801ZMay 21 17:00:39.611 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162026-05-21T17:00:40.133ZMay 21 17:00:39.944 INFO Download complete, target: DendriteStub
17172026-05-21T17:00:41.103ZMay 21 17:00:40.912 INFO Download complete, target: MaghemiteMgd
17182026-05-21T17:00:44.480ZMay 21 17:00:44.291 INFO Checking that binary works, target: Cockroach
17192026-05-21T17:00:44.603ZMay 21 17:00:44.415 INFO Download complete, target: Cockroach
17202026-05-21T17:00:45.338ZMay 21 17:00:45.130 INFO Checking that binary works, target: Clickhouse
17212026-05-21T17:00:45.411ZMay 21 17:00:45.218 INFO Download complete, target: Clickhouse
17222026-05-21T17:00:45.424ZAll prerequisites installed successfully
17232026-05-21T17:00:45.424Z
17242026-05-21T17:00:45.425Zreal 2:02.521328739
17252026-05-21T17:00:45.425Zuser 6:53.808953271
17262026-05-21T17:00:45.425Zsys 1:42.615752980
17272026-05-21T17:00:45.425Ztrap 0.256933919
17282026-05-21T17:00:45.425Ztflt 1.780014484
17292026-05-21T17:00:45.425Zdflt 2.395564007
17302026-05-21T17:00:45.425Zkflt 0.024168094
17312026-05-21T17:00:45.425Zlock 22:43.034946311
17322026-05-21T17:00:45.425Zslp 18:56.387590068
17332026-05-21T17:00:45.425Zlat 23.383695662
17342026-05-21T17:00:45.425Zstop 2:59.774864961
17352026-05-21T17:00:45.425Z+ ptime -m cargo xtask download softnpu
17362026-05-21T17:00:45.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17372026-05-21T17:00:45.988Z Running `target/debug/xtask download softnpu`
17382026-05-21T17:00:46.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17392026-05-21T17:00:46.787Z Running `target/debug/xtask-downloader softnpu`
17402026-05-21T17:00:46.828ZMay 21 17:00:46.639 INFO Starting download, target: Softnpu
17412026-05-21T17:00:46.831ZMay 21 17:00:46.640 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17422026-05-21T17:00:47.655ZMay 21 17:00:47.467 INFO Download complete, target: Softnpu
17432026-05-21T17:00:47.659Z
17442026-05-21T17:00:47.659Zreal 2.240284958
17452026-05-21T17:00:47.659Zuser 1.335440521
17462026-05-21T17:00:47.659Zsys 0.660316660
17472026-05-21T17:00:47.659Ztrap 0.000499860
17482026-05-21T17:00:47.659Ztflt 0.000098720
17492026-05-21T17:00:47.659Zdflt 0.000223560
17502026-05-21T17:00:47.660Zkflt 0.000000000
17512026-05-21T17:00:47.660Zlock 15.621601275
17522026-05-21T17:00:47.660Zslp 0.670330741
17532026-05-21T17:00:47.660Zlat 0.093986985
17542026-05-21T17:00:47.660Zstop 0.000174580
17552026-05-21T17:00:47.675Z+ export CARGO_INCREMENTAL=0
17562026-05-21T17:00:47.675Z+ CARGO_INCREMENTAL=0
17572026-05-21T17:00:47.675Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17582026-05-21T17:00:48.561Z Compiling proc-macro2 v1.0.106
17592026-05-21T17:00:48.561Z Compiling quote v1.0.45
17602026-05-21T17:00:48.561Z Compiling unicode-ident v1.0.24
17612026-05-21T17:00:48.564Z Compiling libc v0.2.185
17622026-05-21T17:00:48.564Z Compiling serde_core v1.0.228
17632026-05-21T17:00:48.564Z Compiling serde v1.0.228
17642026-05-21T17:00:48.564Z Compiling cfg-if v1.0.4
17652026-05-21T17:00:48.564Z Compiling version_check v0.9.5
17662026-05-21T17:00:48.564Z Compiling shlex v1.3.0
17672026-05-21T17:00:48.704Z Compiling find-msvc-tools v0.1.9
17682026-05-21T17:00:48.708Z Compiling typenum v1.19.0
17692026-05-21T17:00:48.729Z Compiling zmij v1.0.21
17702026-05-21T17:00:48.734Z Compiling autocfg v1.5.0
17712026-05-21T17:00:48.734Z Compiling memchr v2.8.0
17722026-05-21T17:00:48.734Z Compiling serde_json v1.0.149
17732026-05-21T17:00:48.893Z Compiling portable-atomic v1.13.1
17742026-05-21T17:00:48.953Z Compiling libm v0.2.16
17752026-05-21T17:00:48.965Z Compiling zerocopy v0.8.40
17762026-05-21T17:00:48.984Z Compiling parking_lot_core v0.9.12
17772026-05-21T17:00:49.017Z Compiling generic-array v0.14.7
17782026-05-21T17:00:49.213Z Compiling smallvec v1.15.1
17792026-05-21T17:00:49.230Z Compiling icu_properties_data v2.1.2
17802026-05-21T17:00:49.233Z Compiling icu_normalizer_data v2.1.1
17812026-05-21T17:00:49.259Z Compiling itoa v1.0.17
17822026-05-21T17:00:49.274Z Compiling getrandom v0.4.1
17832026-05-21T17:00:49.289Z Compiling num-traits v0.2.19
17842026-05-21T17:00:49.305Z Compiling log v0.4.29
17852026-05-21T17:00:49.382Z Compiling stable_deref_trait v1.2.1
17862026-05-21T17:00:49.400Z Compiling pkg-config v0.3.32
17872026-05-21T17:00:49.483Z Compiling subtle v2.6.1
17882026-05-21T17:00:49.663Z Compiling jobserver v0.1.34
17892026-05-21T17:00:49.663Z Compiling getrandom v0.2.17
17902026-05-21T17:00:49.712Z Compiling scopeguard v1.2.0
17912026-05-21T17:00:49.773Z Compiling errno v0.3.14
17922026-05-21T17:00:49.871Z Compiling cc v1.2.56
17932026-05-21T17:00:49.886Z Compiling lock_api v0.4.14
17942026-05-21T17:00:49.909Z Compiling rand_core v0.6.4
17952026-05-21T17:00:49.952Z Compiling writeable v0.6.2
17962026-05-21T17:00:49.975Z Compiling percent-encoding v2.3.2
17972026-05-21T17:00:49.992Z Compiling litemap v0.8.1
17982026-05-21T17:00:50.051Z Compiling syn v2.0.117
17992026-05-21T17:00:50.145Z Compiling pin-project-lite v0.2.17
18002026-05-21T17:00:50.148Z Compiling fnv v1.0.7
18012026-05-21T17:00:50.228Z Compiling thiserror v2.0.18
18022026-05-21T17:00:50.279Z Compiling getrandom v0.3.4
18032026-05-21T17:00:50.293Z Compiling dunce v1.0.5
18042026-05-21T17:00:50.296Z Compiling equivalent v1.0.2
18052026-05-21T17:00:50.324Z Compiling fs_extra v1.3.0
18062026-05-21T17:00:50.397Z Compiling rustversion v1.0.22
18072026-05-21T17:00:50.431Z Compiling utf8_iter v1.0.4
18082026-05-21T17:00:50.465Z Compiling schemars v0.8.22
18092026-05-21T17:00:50.465Z Compiling rand_core v0.10.0
18102026-05-21T17:00:50.614Z Compiling cmake v0.1.57
18112026-05-21T17:00:50.631Z Compiling form_urlencoded v1.2.2
18122026-05-21T17:00:50.663Z Compiling critical-section v1.2.0
18132026-05-21T17:00:50.744Z Compiling signal-hook-registry v1.4.8
18142026-05-21T17:00:50.834Z Compiling rustix v1.1.3
18152026-05-21T17:00:50.837Z Compiling hashbrown v0.17.0
18162026-05-21T17:00:50.940Z Compiling parking_lot v0.12.5
18172026-05-21T17:00:50.944Z Compiling socket2 v0.6.3
18182026-05-21T17:00:50.985Z Compiling once_cell v1.21.3
18192026-05-21T17:00:51.172Z Compiling bitflags v2.11.0
18202026-05-21T17:00:51.187Z Compiling ring v0.17.14
18212026-05-21T17:00:51.256Z Compiling aws-lc-sys v0.40.0
18222026-05-21T17:00:51.256Z Compiling semver v1.0.28
18232026-05-21T17:00:51.256Z Compiling mio v1.2.0
18242026-05-21T17:00:51.315Z Compiling const-oid v0.9.6
18252026-05-21T17:00:51.381Z Compiling indexmap v2.14.0
18262026-05-21T17:00:51.515Z Compiling aws-lc-rs v1.16.3
18272026-05-21T17:00:51.595Z Compiling heck v0.5.0
18282026-05-21T17:00:51.612Z Compiling futures-core v0.3.32
18292026-05-21T17:00:51.708Z Compiling httparse v1.10.1
18302026-05-21T17:00:51.752Z Compiling strsim v0.11.1
18312026-05-21T17:00:51.790Z Compiling thiserror v1.0.69
18322026-05-21T17:00:51.804Z Compiling vcpkg v0.2.15
18332026-05-21T17:00:51.884Z Compiling iana-time-zone v0.1.65
18342026-05-21T17:00:52.015Z Compiling ucd-trie v0.1.7
18352026-05-21T17:00:52.074Z Compiling byteorder v1.5.0
18362026-05-21T17:00:52.110Z Compiling ident_case v1.0.1
18372026-05-21T17:00:52.110Z Compiling syn v1.0.109
18382026-05-21T17:00:52.156Z Compiling regex-syntax v0.8.10
18392026-05-21T17:00:52.159Z Compiling uuid v1.23.0
18402026-05-21T17:00:52.174Z Compiling pest v2.8.6
18412026-05-21T17:00:52.239Z Compiling cpufeatures v0.2.17
18422026-05-21T17:00:52.275Z Compiling rustls v0.23.37
18432026-05-21T17:00:52.390Z Compiling openssl-sys v0.9.115
18442026-05-21T17:00:52.476Z Compiling futures-sink v0.3.32
18452026-05-21T17:00:52.527Z Compiling rustc_version v0.4.1
18462026-05-21T17:00:52.575Z Compiling futures-channel v0.3.32
18472026-05-21T17:00:52.613Z Compiling slab v0.4.12
18482026-05-21T17:00:52.632Z Compiling futures-io v0.3.32
18492026-05-21T17:00:52.822Z Compiling futures-task v0.3.32
18502026-05-21T17:00:52.837Z Compiling synstructure v0.13.2
18512026-05-21T17:00:52.841Z Compiling serde_derive_internals v0.29.1
18522026-05-21T17:00:52.919Z Compiling aho-corasick v1.1.4
18532026-05-21T17:00:52.936Z Compiling dyn-clone v1.0.20
18542026-05-21T17:00:53.193Z Compiling openssl v0.10.79
18552026-05-21T17:00:53.226Z Compiling base64 v0.22.1
18562026-05-21T17:00:53.241Z Compiling crc32fast v1.5.0
18572026-05-21T17:00:53.303Z Compiling pest_meta v2.8.6
18582026-05-21T17:00:53.367Z Compiling plain v0.2.3
18592026-05-21T17:00:53.397Z Compiling crossbeam-utils v0.8.21
18602026-05-21T17:00:53.454Z Compiling num-conv v0.2.0
18612026-05-21T17:00:53.483Z Compiling time-core v0.1.8
18622026-05-21T17:00:53.623Z Compiling pretty-hex v0.4.1
18632026-05-21T17:00:53.656Z Compiling time-macros v0.2.27
18642026-05-21T17:00:53.674Z Compiling native-tls v0.2.18
18652026-05-21T17:00:53.693Z Compiling base64ct v1.8.3
18662026-05-21T17:00:53.737Z Compiling regex-automata v0.4.14
18672026-05-21T17:00:53.754Z Compiling anyhow v1.0.102
18682026-05-21T17:00:53.757Z Compiling darling_core v0.21.3
18692026-05-21T17:00:53.893Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18702026-05-21T17:00:53.913Z Compiling pest_generator v2.8.6
18712026-05-21T17:00:53.987Z Compiling pem-rfc7468 v0.7.0
18722026-05-21T17:00:54.007Z Compiling tracing-core v0.1.36
18732026-05-21T17:00:54.107Z Compiling serde_derive v1.0.228
18742026-05-21T17:00:54.262Z Compiling zeroize_derive v1.4.3
18752026-05-21T17:00:54.280Z Compiling zerofrom-derive v0.1.6
18762026-05-21T17:00:54.283Z Compiling yoke-derive v0.8.1
18772026-05-21T17:00:54.311Z Compiling zerovec-derive v0.11.2
18782026-05-21T17:00:54.326Z Compiling displaydoc v0.2.5
18792026-05-21T17:00:54.558Z Compiling zerocopy-derive v0.8.40
18802026-05-21T17:00:54.581Z Compiling tokio-macros v2.7.0
18812026-05-21T17:00:54.652Z Compiling futures-macro v0.3.32
18822026-05-21T17:00:54.910Z Compiling zeroize v1.8.2
18832026-05-21T17:00:55.171Z Compiling thiserror-impl v2.0.18
18842026-05-21T17:00:55.296Z Compiling schemars_derive v0.8.22
18852026-05-21T17:00:55.314Z Compiling tracing-attributes v0.1.31
18862026-05-21T17:00:55.400Z Compiling der_derive v0.7.3
18872026-05-21T17:00:55.445Z Compiling thiserror-impl v1.0.69
18882026-05-21T17:00:55.470Z Compiling zerofrom v0.1.6
18892026-05-21T17:00:55.607Z Compiling yoke v0.8.1
18902026-05-21T17:00:55.674Z Compiling crypto-common v0.1.7
18912026-05-21T17:00:55.797Z Compiling zerovec v0.11.5
18922026-05-21T17:00:55.818Z Compiling zerotrie v0.2.3
18932026-05-21T17:00:55.993Z Compiling block-buffer v0.10.4
18942026-05-21T17:00:56.303Z Compiling digest v0.10.7
18952026-05-21T17:00:56.314Z Compiling tinystr v0.8.2
18962026-05-21T17:00:56.347Z Compiling potential_utf v0.1.4
18972026-05-21T17:00:56.451Z Compiling pest_derive v2.8.6
18982026-05-21T17:00:56.495Z Compiling icu_locale_core v2.1.1
18992026-05-21T17:00:56.564Z Compiling icu_collections v2.1.1
19002026-05-21T17:00:56.577Z Compiling futures-util v0.3.32
19012026-05-21T17:00:56.577Z Compiling hmac v0.12.1
19022026-05-21T17:00:56.700Z Compiling block-padding v0.3.3
19032026-05-21T17:00:56.863Z Compiling inout v0.1.4
19042026-05-21T17:00:56.944Z Compiling rustls-pki-types v1.14.0
19052026-05-21T17:00:57.027Z Compiling openssl-macros v0.1.1
19062026-05-21T17:00:57.247Z Compiling icu_provider v2.1.1
19072026-05-21T17:00:57.295Z Compiling bytes v1.11.1
19082026-05-21T17:00:57.358Z Compiling chrono v0.4.44
19092026-05-21T17:00:57.391Z Compiling serde_tokenstream v0.2.3
19102026-05-21T17:00:57.428Z Compiling cipher v0.4.4
19112026-05-21T17:00:57.672Z Compiling icu_properties v2.1.2
19122026-05-21T17:00:57.687Z Compiling icu_normalizer v2.1.1
19132026-05-21T17:00:57.722Z Compiling sha2 v0.10.9
19142026-05-21T17:00:57.895Z Compiling tokio v1.52.1
19152026-05-21T17:00:58.201Z Compiling scroll_derive v0.13.1
19162026-05-21T17:00:58.474Z Compiling scroll_derive v0.12.1
19172026-05-21T17:00:58.823Z Compiling idna_adapter v1.2.1
19182026-05-21T17:00:58.879Z Compiling ppv-lite86 v0.2.21
19192026-05-21T17:00:58.951Z Compiling idna v1.1.0
19202026-05-21T17:00:59.129Z Compiling http v1.4.0
19212026-05-21T17:00:59.146Z Compiling untrusted v0.9.0
19222026-05-21T17:00:59.181Z Compiling flagset v0.4.7
19232026-05-21T17:00:59.229Z Compiling tracing v0.1.44
19242026-05-21T17:00:59.313Z Compiling url v2.5.8
19252026-05-21T17:00:59.329Z Compiling der v0.7.10
19262026-05-21T17:00:59.334Z Compiling regex v1.12.3
19272026-05-21T17:00:59.486Z Compiling darling_macro v0.21.3
19282026-05-21T17:00:59.643Z Compiling zerocopy-derive v0.7.35
19292026-05-21T17:00:59.678Z Compiling rand_core v0.9.5
19302026-05-21T17:00:59.811Z Compiling slog v2.8.2
19312026-05-21T17:01:00.222Z Compiling spki v0.7.3
19322026-05-21T17:01:00.439Z Compiling darling v0.21.3
19332026-05-21T17:01:00.455Z Compiling salsa20 v0.10.2
19342026-05-21T17:01:00.501Z Compiling pbkdf2 v0.12.2
19352026-05-21T17:01:01.029Z Compiling cookie v0.18.1
19362026-05-21T17:01:01.056Z Compiling camino v1.2.2
19372026-05-21T17:01:01.357Z Compiling scrypt v0.11.0
19382026-05-21T17:01:01.373Z Compiling http-body v1.0.1
19392026-05-21T17:01:01.407Z Compiling rand_chacha v0.9.0
19402026-05-21T17:01:01.521Z Compiling aes v0.8.4
19412026-05-21T17:01:01.538Z Compiling cbc v0.1.2
19422026-05-21T17:01:01.626Z Compiling usdt-impl v0.5.0
19432026-05-21T17:01:01.655Z Compiling winnow v0.7.14
19442026-05-21T17:01:01.691Z Compiling tokio-util v0.7.18
19452026-05-21T17:01:01.796Z Compiling tinyvec_macros v0.1.1
19462026-05-21T17:01:01.796Z Compiling usdt-impl v0.6.0
19472026-05-21T17:01:01.849Z Compiling ref-cast v1.0.25
19482026-05-21T17:01:01.884Z Compiling atomic-waker v1.1.2
19492026-05-21T17:01:01.918Z Compiling paste v1.0.15
19502026-05-21T17:01:01.998Z Compiling untrusted v0.7.1
19512026-05-21T17:01:02.036Z Compiling openssl-probe v0.2.1
19522026-05-21T17:01:02.051Z Compiling either v1.15.0
19532026-05-21T17:01:02.156Z Compiling pkcs5 v0.7.1
19542026-05-21T17:01:02.217Z Compiling tinyvec v1.10.0
19552026-05-21T17:01:02.367Z Compiling rand v0.9.2
19562026-05-21T17:01:02.639Z Compiling scroll v0.12.0
19572026-05-21T17:01:02.769Z Compiling scroll v0.13.0
19582026-05-21T17:01:02.860Z Compiling toml_datetime v0.6.11
19592026-05-21T17:01:02.927Z Compiling serde_spanned v0.6.9
19602026-05-21T17:01:02.957Z Compiling async-trait v0.1.89
19612026-05-21T17:01:03.053Z Compiling heapless v0.7.17
19622026-05-21T17:01:03.089Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-21T17:01:03.104Z Compiling tower-service v0.3.3
19642026-05-21T17:01:03.135Z Compiling tower-layer v0.3.3
19652026-05-21T17:01:03.216Z Compiling try-lock v0.2.5
19662026-05-21T17:01:03.387Z Compiling fastrand v2.3.0
19672026-05-21T17:01:03.419Z Compiling signal-hook v0.3.18
19682026-05-21T17:01:03.463Z Compiling zstd-safe v7.2.4
19692026-05-21T17:01:03.485Z Compiling h2 v0.4.13
19702026-05-21T17:01:03.518Z Compiling want v0.3.1
19712026-05-21T17:01:03.688Z Compiling goblin v0.10.5
19722026-05-21T17:01:03.704Z Compiling toml_parser v1.0.9+spec-1.1.0
19732026-05-21T17:01:03.780Z Compiling goblin v0.8.2
19742026-05-21T17:01:03.853Z Compiling pkcs8 v0.10.2
19752026-05-21T17:01:04.146Z Compiling zerocopy v0.7.35
19762026-05-21T17:01:04.163Z Compiling ipnet v2.11.0
19772026-05-21T17:01:04.283Z Compiling ref-cast-impl v1.0.25
19782026-05-21T17:01:04.373Z Compiling curve25519-dalek v4.1.3
19792026-05-21T17:01:04.646Z Compiling darling_core v0.20.11
19802026-05-21T17:01:04.714Z Compiling toml_datetime v0.7.5+spec-1.1.0
19812026-05-21T17:01:04.780Z Compiling memoffset v0.9.1
19822026-05-21T17:01:04.835Z Compiling httpdate v1.0.3
19832026-05-21T17:01:05.003Z Compiling pin-utils v0.1.0
19842026-05-21T17:01:05.058Z Compiling winnow v0.5.40
19852026-05-21T17:01:05.112Z Compiling litrs v1.0.0
19862026-05-21T17:01:05.163Z Compiling rustix v0.38.44
19872026-05-21T17:01:05.569Z Compiling foreign-types-shared v0.1.1
19882026-05-21T17:01:05.679Z Compiling foreign-types v0.3.2
19892026-05-21T17:01:05.692Z Compiling tempfile v3.25.0
19902026-05-21T17:01:05.708Z Compiling document-features v0.2.12
19912026-05-21T17:01:06.024Z Compiling dof v0.3.0
19922026-05-21T17:01:06.235Z Compiling unicode-normalization v0.1.25
19932026-05-21T17:01:06.365Z Compiling toml_edit v0.19.15
19942026-05-21T17:01:06.449Z Compiling hyper v1.8.1
19952026-05-21T17:01:06.492Z Compiling dof v0.4.0
19962026-05-21T17:01:06.616Z Compiling darling_macro v0.20.11
19972026-05-21T17:01:06.646Z Compiling dtrace-parser v0.2.0
19982026-05-21T17:01:06.835Z Compiling dtrace-parser v0.3.0
19992026-05-21T17:01:07.049Z Compiling daft-derive v0.1.7
20002026-05-21T17:01:07.093Z Compiling pin-project-internal v1.1.11
20012026-05-21T17:01:07.198Z Compiling spin v0.9.8
20022026-05-21T17:01:07.245Z Compiling thread-id v5.1.0
20032026-05-21T17:01:07.254Z Compiling thread-id v4.2.2
20042026-05-21T17:01:07.345Z Compiling cfg_aliases v0.2.1
20052026-05-21T17:01:07.361Z Compiling num-bigint-dig v0.8.6
20062026-05-21T17:01:07.431Z Compiling smoltcp v0.9.1
20072026-05-21T17:01:07.447Z Compiling powerfmt v0.2.0
20082026-05-21T17:01:07.478Z Compiling nix v0.31.2
20092026-05-21T17:01:07.546Z Compiling hyper-util v0.1.20
20102026-05-21T17:01:07.730Z Compiling deranged v0.5.8
20112026-05-21T17:01:07.849Z Compiling darling v0.20.11
20122026-05-21T17:01:08.127Z Compiling rustls-native-certs v0.8.3
20132026-05-21T17:01:08.162Z Compiling ipnetwork v0.21.1
20142026-05-21T17:01:08.493Z Compiling strum_macros v0.26.4
20152026-05-21T17:01:08.642Z Compiling curve25519-dalek-derive v0.1.1
20162026-05-21T17:01:08.746Z Compiling sync_wrapper v1.0.2
20172026-05-21T17:01:08.842Z Compiling wait-timeout v0.2.1
20182026-05-21T17:01:09.088Z Compiling num_threads v0.1.7
20192026-05-21T17:01:09.136Z Compiling anstyle v1.0.13
20202026-05-21T17:01:09.219Z Compiling quick-error v1.2.3
20212026-05-21T17:01:09.247Z Compiling utf8parse v0.2.2
20222026-05-21T17:01:09.267Z Compiling bit-vec v0.8.0
20232026-05-21T17:01:09.341Z Compiling siphasher v1.0.2
20242026-05-21T17:01:09.359Z Compiling simd-adler32 v0.3.8
20252026-05-21T17:01:09.513Z Compiling time v0.3.47
20262026-05-21T17:01:09.616Z Compiling bit-set v0.8.0
20272026-05-21T17:01:09.636Z Compiling anstyle-parse v0.2.7
20282026-05-21T17:01:09.781Z Compiling rusty-fork v0.3.1
20292026-05-21T17:01:09.837Z Compiling tower v0.5.3
20302026-05-21T17:01:10.265Z Compiling derive_builder_core v0.20.2
20312026-05-21T17:01:10.323Z Compiling http-body-util v0.1.3
20322026-05-21T17:01:10.563Z Compiling webpki-roots v1.0.6
20332026-05-21T17:01:10.599Z Compiling rand_xorshift v0.4.0
20342026-05-21T17:01:10.618Z Compiling signature v2.2.0
20352026-05-21T17:01:10.652Z Compiling hubpack_derive v0.1.1
20362026-05-21T17:01:10.706Z Compiling snafu-derive v0.8.9
20372026-05-21T17:01:10.764Z Compiling strum_macros v0.27.2
20382026-05-21T17:01:10.974Z Compiling fs-err v3.3.0
20392026-05-21T17:01:11.072Z Compiling ahash v0.8.12
20402026-05-21T17:01:11.126Z Compiling ryu v1.0.23
20412026-05-21T17:01:11.175Z Compiling unicode-properties v0.1.4
20422026-05-21T17:01:11.193Z Compiling allocator-api2 v0.2.21
20432026-05-21T17:01:11.330Z Compiling unarray v0.1.4
20442026-05-21T17:01:11.341Z Compiling unicode-bidi v0.3.18
20452026-05-21T17:01:11.362Z Compiling unicode-segmentation v1.12.0
20462026-05-21T17:01:11.395Z Compiling anstyle-query v1.1.5
20472026-05-21T17:01:11.428Z Compiling colorchoice v1.0.4
20482026-05-21T17:01:11.556Z Compiling object v0.37.3
20492026-05-21T17:01:11.573Z Compiling is_terminal_polyfill v1.70.2
20502026-05-21T17:01:11.635Z Compiling adler2 v2.0.1
20512026-05-21T17:01:11.653Z Compiling iri-string v0.7.10
20522026-05-21T17:01:11.679Z Compiling stringprep v0.1.5
20532026-05-21T17:01:11.761Z Compiling miniz_oxide v0.8.9
20542026-05-21T17:01:11.779Z Compiling anstream v0.6.21
20552026-05-21T17:01:11.847Z Compiling serde_urlencoded v0.7.1
20562026-05-21T17:01:11.881Z Compiling proptest v1.10.0
20572026-05-21T17:01:12.095Z Compiling derive_builder_macro v0.20.2
20582026-05-21T17:01:12.345Z Compiling tokio-native-tls v0.3.1
20592026-05-21T17:01:12.383Z Compiling usdt-macro v0.6.0
20602026-05-21T17:01:12.453Z Compiling usdt-attr-macro v0.6.0
20612026-05-21T17:01:12.755Z Compiling tower-http v0.6.8
20622026-05-21T17:01:12.794Z Compiling rand_chacha v0.3.1
20632026-05-21T17:01:12.901Z Compiling erased-serde v0.3.31
20642026-05-21T17:01:13.023Z Compiling md-5 v0.10.6
20652026-05-21T17:01:13.042Z Compiling bstr v1.12.1
20662026-05-21T17:01:13.176Z Compiling num-integer v0.1.46
20672026-05-21T17:01:13.195Z Compiling hash32 v0.2.1
20682026-05-21T17:01:13.199Z Compiling vergen-lib v0.1.6
20692026-05-21T17:01:13.240Z Compiling ff v0.13.1
20702026-05-21T17:01:13.366Z Compiling psl-types v2.0.11
20712026-05-21T17:01:13.371Z Compiling zlib-rs v0.6.2
20722026-05-21T17:01:13.434Z Compiling base16ct v0.2.0
20732026-05-21T17:01:13.442Z Compiling fallible-iterator v0.2.0
20742026-05-21T17:01:13.496Z Compiling publicsuffix v2.3.0
20752026-05-21T17:01:13.507Z Compiling num-iter v0.1.45
20762026-05-21T17:01:13.567Z Compiling sec1 v0.7.3
20772026-05-21T17:01:13.615Z Compiling group v0.13.0
20782026-05-21T17:01:13.772Z Compiling postgres-protocol v0.6.10
20792026-05-21T17:01:13.793Z Compiling rand v0.8.6
20802026-05-21T17:01:13.848Z Compiling newtype-uuid v1.3.2
20812026-05-21T17:01:14.141Z Compiling oxnet v0.1.4
20822026-05-21T17:01:14.297Z Compiling derive_builder v0.20.2
20832026-05-21T17:01:14.315Z Compiling hyper-tls v0.6.0
20842026-05-21T17:01:14.441Z Compiling heck v0.4.1
20852026-05-21T17:01:14.468Z Compiling phf_shared v0.13.1
20862026-05-21T17:01:14.503Z Compiling pin-project v1.1.11
20872026-05-21T17:01:14.585Z Compiling lazy_static v1.5.0
20882026-05-21T17:01:14.730Z Compiling terminal_size v0.4.3
20892026-05-21T17:01:14.764Z Compiling serde_with_macros v3.17.0
20902026-05-21T17:01:14.784Z Compiling futures-executor v0.3.32
20912026-05-21T17:01:14.891Z Compiling hex v0.4.3
20922026-05-21T17:01:14.940Z Compiling cargo-platform v0.1.9
20932026-05-21T17:01:15.047Z Compiling hkdf v0.12.4
20942026-05-21T17:01:15.197Z Compiling crypto-bigint v0.5.5
20952026-05-21T17:01:15.212Z Compiling async-recursion v1.1.1
20962026-05-21T17:01:15.216Z Compiling serde_repr v0.1.20
20972026-05-21T17:01:15.216Z Compiling clap_derive v4.5.55
20982026-05-21T17:01:15.257Z Compiling enum-as-inner v0.6.1
20992026-05-21T17:01:15.404Z Compiling flate2 v1.1.9
21002026-05-21T17:01:15.662Z Compiling vergen v9.0.6
21012026-05-21T17:01:15.783Z Compiling encoding_rs v0.8.35
21022026-05-21T17:01:15.799Z Compiling managed v0.8.0
21032026-05-21T17:01:15.824Z Compiling same-file v1.0.6
21042026-05-21T17:01:15.844Z Compiling foldhash v0.2.0
21052026-05-21T17:01:15.860Z Compiling bitflags v1.3.2
21062026-05-21T17:01:15.883Z Compiling mime v0.3.17
21072026-05-21T17:01:15.900Z Compiling foldhash v0.1.5
21082026-05-21T17:01:16.004Z Compiling libbz2-rs-sys v0.2.2
21092026-05-21T17:01:16.027Z Compiling clap_lex v1.0.0
21102026-05-21T17:01:16.088Z Compiling bumpalo v3.20.2
21112026-05-21T17:01:16.257Z Compiling clap_builder v4.5.60
21122026-05-21T17:01:16.297Z Compiling zopfli v0.8.3
21132026-05-21T17:01:16.345Z Compiling elliptic-curve v0.13.8
21142026-05-21T17:01:16.456Z Compiling bzip2 v0.6.1
21152026-05-21T17:01:16.695Z Compiling hashbrown v0.15.5
21162026-05-21T17:01:16.789Z Compiling hashbrown v0.16.1
21172026-05-21T17:01:16.866Z Compiling walkdir v2.5.0
21182026-05-21T17:01:17.047Z Compiling zstd v0.13.3
21192026-05-21T17:01:17.064Z Compiling cargo_metadata v0.19.2
21202026-05-21T17:01:17.085Z Compiling futures v0.3.32
21212026-05-21T17:01:17.358Z Compiling phf v0.13.1
21222026-05-21T17:01:17.375Z Compiling snafu v0.8.9
21232026-05-21T17:01:17.535Z Compiling daft v0.1.7
21242026-05-21T17:01:17.539Z Compiling signal-hook-mio v0.2.5
21252026-05-21T17:01:17.687Z Compiling postgres-types v0.2.12
21262026-05-21T17:01:17.706Z Compiling cookie_store v0.22.1
21272026-05-21T17:01:17.722Z Compiling bzip2 v0.4.4
21282026-05-21T17:01:17.831Z Compiling globset v0.4.18
21292026-05-21T17:01:17.938Z Compiling strum v0.27.2
21302026-05-21T17:01:18.266Z Compiling hubpack v0.1.2
21312026-05-21T17:01:18.301Z Compiling ed25519 v2.2.3
21322026-05-21T17:01:18.369Z Compiling phf_shared v0.11.3
21332026-05-21T17:01:18.402Z Compiling crossbeam-epoch v0.9.18
21342026-05-21T17:01:18.445Z Compiling olpc-cjson v0.1.4
21352026-05-21T17:01:18.498Z Compiling pkcs1 v0.7.5
21362026-05-21T17:01:18.584Z Compiling pem v3.0.6
21372026-05-21T17:01:18.635Z Compiling serde-big-array v0.5.1
21382026-05-21T17:01:18.654Z Compiling serde_plain v1.0.2
21392026-05-21T17:01:18.746Z Compiling rfc6979 v0.4.0
21402026-05-21T17:01:18.777Z Compiling float-cmp v0.10.0
21412026-05-21T17:01:18.798Z Compiling memmap2 v0.9.10
21422026-05-21T17:01:18.859Z Compiling env_filter v1.0.0
21432026-05-21T17:01:18.897Z Compiling precomputed-hash v0.1.1
21442026-05-21T17:01:18.897Z Compiling predicates-core v1.0.10
21452026-05-21T17:01:18.930Z Compiling whoami v2.1.0
21462026-05-21T17:01:18.948Z Compiling keccak v0.1.6
21472026-05-21T17:01:18.952Z Compiling new_debug_unreachable v1.0.6
21482026-05-21T17:01:19.023Z Compiling data-encoding v2.10.0
21492026-05-21T17:01:19.041Z Compiling fixedbitset v0.4.2
21502026-05-21T17:01:19.095Z Compiling normalize-line-endings v0.3.0
21512026-05-21T17:01:19.132Z Compiling fixedbitset v0.5.7
21522026-05-21T17:01:19.201Z Compiling toml_write v0.1.2
21532026-05-21T17:01:19.219Z Compiling jiff v0.2.21
21542026-05-21T17:01:19.245Z Compiling difflib v0.4.0
21552026-05-21T17:01:19.260Z Compiling static_assertions v1.1.0
21562026-05-21T17:01:19.280Z Compiling typed-path v0.9.3
21572026-05-21T17:01:19.349Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21582026-05-21T17:01:19.424Z Compiling toml_edit v0.22.27
21592026-05-21T17:01:19.437Z Compiling petgraph v0.8.3
21602026-05-21T17:01:19.578Z Compiling predicates v3.1.4
21612026-05-21T17:01:19.728Z Compiling hickory-proto v0.25.2
21622026-05-21T17:01:19.939Z Compiling petgraph v0.6.5
21632026-05-21T17:01:20.181Z Compiling tokio-postgres v0.7.16
21642026-05-21T17:01:20.323Z Compiling sha3 v0.10.8
21652026-05-21T17:01:20.524Z Compiling env_logger v0.11.9
21662026-05-21T17:01:20.601Z Compiling string_cache v0.8.9
21672026-05-21T17:01:20.836Z Compiling usdt v0.6.0
21682026-05-21T17:01:20.874Z Compiling ecdsa v0.16.9
21692026-05-21T17:01:21.111Z Compiling rsa v0.9.10
21702026-05-21T17:01:21.278Z Compiling ed25519-dalek v2.2.0
21712026-05-21T17:01:21.781Z Compiling crossterm v0.28.1
21722026-05-21T17:01:21.838Z Compiling zip v4.6.1
21732026-05-21T17:01:22.125Z Compiling zip v0.6.6
21742026-05-21T17:01:22.182Z Compiling iddqd v0.4.1
21752026-05-21T17:01:22.220Z Compiling clap v4.5.60
21762026-05-21T17:01:22.649Z Compiling serde_with v3.17.0
21772026-05-21T17:01:22.714Z Compiling similar v2.7.0
21782026-05-21T17:01:22.738Z Compiling strum v0.26.3
21792026-05-21T17:01:22.865Z Compiling toml v0.7.8
21802026-05-21T17:01:22.890Z Compiling tokio-stream v0.1.18
21812026-05-21T17:01:22.951Z Compiling itertools v0.13.0
21822026-05-21T17:01:23.021Z Compiling buf-list v1.1.2
21832026-05-21T17:01:23.338Z Compiling x509-cert v0.2.5
21842026-05-21T17:01:23.431Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21852026-05-21T17:01:23.448Z Compiling openapiv3 v2.2.0
21862026-05-21T17:01:23.687Z Compiling sha1 v0.10.6
21872026-05-21T17:01:23.925Z Compiling peg-runtime v0.8.5
21882026-05-21T17:01:23.982Z Compiling lalrpop-util v0.19.12
21892026-05-21T17:01:39.249Z Compiling rustls-webpki v0.103.9
21902026-05-21T17:01:40.355Z Compiling macaddr v1.0.1
21912026-05-21T17:01:40.415Z Compiling structmeta-derive v0.3.0
21922026-05-21T17:01:40.505Z Compiling crucible-workspace-hack v0.1.0
21932026-05-21T17:01:40.540Z Compiling rayon-core v1.13.0
21942026-05-21T17:01:40.654Z Compiling itertools v0.14.0
21952026-05-21T17:01:40.736Z Compiling secrecy v0.10.3
21962026-05-21T17:01:40.754Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972026-05-21T17:01:40.790Z Compiling heapless v0.8.0
21982026-05-21T17:01:40.923Z Compiling rustls v0.22.4
21992026-05-21T17:01:41.131Z Compiling crossbeam-deque v0.8.6
22002026-05-21T17:01:41.165Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-21T17:01:41.189Z Compiling toml_edit v0.23.10+spec-1.0.0
22022026-05-21T17:01:41.205Z Compiling rustls-webpki v0.102.8
22032026-05-21T17:01:41.208Z Compiling hash32 v0.3.1
22042026-05-21T17:01:41.240Z Compiling multer v3.1.0
22052026-05-21T17:01:41.278Z Compiling thread_local v1.1.9
22062026-05-21T17:01:41.337Z Compiling match_cfg v0.1.0
22072026-05-21T17:01:41.355Z Compiling unicode-width v0.2.0
22082026-05-21T17:01:41.373Z Compiling slog-async v2.8.0
22092026-05-21T17:01:41.406Z Compiling compression-core v0.4.31
22102026-05-21T17:01:41.428Z Compiling structmeta v0.3.0
22112026-05-21T17:01:41.443Z Compiling smoltcp v0.11.0
22122026-05-21T17:01:41.462Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132026-05-21T17:01:41.610Z Compiling compression-codecs v0.4.37
22142026-05-21T17:01:41.658Z Compiling derive-ex v0.1.8
22152026-05-21T17:01:41.706Z Compiling hostname v0.3.1
22162026-05-21T17:01:41.736Z Compiling proc-macro-crate v3.4.0
22172026-05-21T17:01:41.887Z Compiling slog-json v2.6.1
22182026-05-21T17:01:41.890Z Compiling ingot-macros v0.1.1
22192026-05-21T17:01:41.990Z Compiling crossbeam-channel v0.5.15
22202026-05-21T17:01:42.105Z Compiling half v2.7.1
22212026-05-21T17:01:42.159Z Compiling newtype-uuid-macros v0.1.0
22222026-05-21T17:01:42.192Z Compiling cobs v0.3.0
22232026-05-21T17:01:42.263Z Compiling thiserror-impl-no-std v2.0.2
22242026-05-21T17:01:42.472Z Compiling universal-hash v0.5.1
22252026-05-21T17:01:42.489Z Compiling async-stream-impl v0.3.6
22262026-05-21T17:01:42.658Z Compiling toml_datetime v1.0.0+spec-1.1.0
22272026-05-21T17:01:42.682Z Compiling serde_spanned v1.0.4
22282026-05-21T17:01:42.866Z Compiling is-terminal v0.4.17
22292026-05-21T17:01:42.897Z Compiling proc-macro-error-attr v1.0.4
22302026-05-21T17:01:42.987Z Compiling tokio-rustls v0.26.4
22312026-05-21T17:01:43.038Z Compiling rustls-platform-verifier v0.6.2
22322026-05-21T17:01:43.071Z Compiling dropshot v0.17.0
22332026-05-21T17:01:43.110Z Compiling term v1.2.1
22342026-05-21T17:01:43.130Z Compiling toml_writer v1.0.6+spec-1.1.0
22352026-05-21T17:01:43.182Z Compiling ciborium-io v0.2.2
22362026-05-21T17:01:43.268Z Compiling hyper-rustls v0.27.7
22372026-05-21T17:01:43.284Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-05-21T17:01:43.303Z Compiling opaque-debug v0.3.1
22392026-05-21T17:01:43.307Z Compiling take_mut v0.2.2
22402026-05-21T17:01:43.331Z Compiling convert_case v0.4.0
22412026-05-21T17:01:43.336Z Compiling thiserror-no-std v2.0.2
22422026-05-21T17:01:43.392Z Compiling poly1305 v0.8.0
22432026-05-21T17:01:43.425Z Compiling slog-term v2.9.2
22442026-05-21T17:01:43.469Z Compiling toml v1.0.6+spec-1.1.0
22452026-05-21T17:01:43.520Z Compiling reqwest v0.12.28
22462026-05-21T17:01:43.603Z Compiling reqwest v0.13.2
22472026-05-21T17:01:43.660Z Compiling derive_more v0.99.20
22482026-05-21T17:01:44.031Z Compiling tokio-rustls v0.25.0
22492026-05-21T17:01:44.212Z Compiling ciborium-ll v0.2.2
22502026-05-21T17:01:44.297Z Compiling test-strategy v0.4.5
22512026-05-21T17:01:44.493Z Compiling ingot-types v0.1.2
22522026-05-21T17:01:44.574Z Compiling async-stream v0.3.6
22532026-05-21T17:01:44.622Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542026-05-21T17:01:44.682Z Compiling postcard v1.1.3
22552026-05-21T17:01:44.785Z Compiling num_enum_derive v0.7.5
22562026-05-21T17:01:44.964Z Compiling ingot v0.1.1
22572026-05-21T17:01:46.006Z Compiling slog-bunyan v2.5.0
22582026-05-21T17:01:46.010Z Compiling tough v0.22.0
22592026-05-21T17:01:46.010Z Compiling async-compression v0.4.41
22602026-05-21T17:01:46.010Z Compiling parse-display-derive v0.10.0
22612026-05-21T17:01:46.010Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22622026-05-21T17:01:46.010Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-21T17:01:46.010Z Compiling proc-macro-crate v1.3.1
22642026-05-21T17:01:46.038Z Compiling backon v1.6.0
22652026-05-21T17:01:46.258Z Compiling waitgroup v0.1.2
22662026-05-21T17:01:46.306Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-21T17:01:46.428Z Compiling password-hash v0.5.0
22682026-05-21T17:01:46.444Z Compiling chacha20 v0.9.1
22692026-05-21T17:01:46.757Z Compiling dropshot_endpoint v0.17.0
22702026-05-21T17:01:46.861Z Compiling rustls-pemfile v2.2.0
22712026-05-21T17:01:46.890Z Compiling blake2 v0.10.6
22722026-05-21T17:01:47.017Z Compiling aead v0.5.2
22732026-05-21T17:01:47.195Z Compiling foreign-types-macros v0.2.3
22742026-05-21T17:01:47.244Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-21T17:01:47.273Z Compiling serde_path_to_error v0.1.20
22762026-05-21T17:01:47.352Z Compiling hostname v0.4.2
22772026-05-21T17:01:47.367Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22782026-05-21T17:01:47.396Z Compiling proc-macro-error v1.0.4
22792026-05-21T17:01:47.414Z Compiling instant v0.1.13
22802026-05-21T17:01:47.429Z Compiling typeid v1.0.3
22812026-05-21T17:01:47.539Z Compiling debug-ignore v1.0.5
22822026-05-21T17:01:47.563Z Compiling foreign-types-shared v0.3.1
22832026-05-21T17:01:47.592Z Compiling cpufeatures v0.3.0
22842026-05-21T17:01:47.670Z Compiling chacha20 v0.10.0
22852026-05-21T17:01:47.686Z Compiling backoff v0.4.0
22862026-05-21T17:01:47.689Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-21T17:01:47.736Z Compiling parse-display v0.10.0
22882026-05-21T17:01:47.739Z Compiling chacha20poly1305 v0.10.1
22892026-05-21T17:01:47.788Z Compiling argon2 v0.5.3
22902026-05-21T17:01:47.792Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-05-21T17:01:47.818Z Compiling num_enum_derive v0.5.11
22922026-05-21T17:01:47.821Z Compiling foreign-types v0.5.0
22932026-05-21T17:01:47.822Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-05-21T17:01:47.921Z Compiling num_enum v0.7.5
22952026-05-21T17:01:47.938Z Compiling ciborium v0.2.2
22962026-05-21T17:01:48.053Z Compiling vsss-rs v3.3.4
22972026-05-21T17:01:48.118Z Compiling tabwriter v1.4.1
22982026-05-21T17:01:48.206Z Compiling regress v0.10.5
22992026-05-21T17:01:48.508Z Compiling byte-wrapper v0.1.0
23002026-05-21T17:01:48.647Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23012026-05-21T17:01:48.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-05-21T17:01:48.782Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23032026-05-21T17:01:48.812Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23042026-05-21T17:01:48.828Z Compiling cstr-argument v0.1.2
23052026-05-21T17:01:49.017Z Compiling erased-serde v0.4.9
23062026-05-21T17:01:49.037Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072026-05-21T17:01:49.159Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23082026-05-21T17:01:49.223Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-21T17:01:49.342Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-05-21T17:01:49.360Z Compiling num_enum v0.5.11
23112026-05-21T17:01:49.411Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23122026-05-21T17:01:49.423Z Compiling rand v0.10.0
23132026-05-21T17:01:49.471Z Compiling rayon v1.11.0
23142026-05-21T17:01:49.498Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23152026-05-21T17:01:49.559Z Compiling libefi-sys v0.1.0
23162026-05-21T17:01:49.618Z Compiling colored v3.1.1
23172026-05-21T17:01:49.685Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23182026-05-21T17:01:49.729Z Compiling indent_write v2.2.0
23192026-05-21T17:01:49.806Z Compiling zone_cfg_derive v0.3.1
23202026-05-21T17:01:49.826Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23212026-05-21T17:01:49.865Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23222026-05-21T17:01:49.881Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-21T17:01:49.906Z Compiling camino-tempfile v1.4.1
23242026-05-21T17:01:50.153Z Compiling itertools v0.12.1
23252026-05-21T17:01:50.278Z Compiling usdt-macro v0.5.0
23262026-05-21T17:01:50.323Z Compiling usdt-attr-macro v0.5.0
23272026-05-21T17:01:50.338Z Compiling bitfield-struct v0.6.2
23282026-05-21T17:01:50.431Z Compiling num-derive v0.4.2
23292026-05-21T17:01:50.444Z Compiling ordered-float v2.10.1
23302026-05-21T17:01:50.447Z Compiling blake3 v1.8.3
23312026-05-21T17:01:50.738Z Compiling sigpipe v0.1.3
23322026-05-21T17:01:50.833Z Compiling memmap v0.7.0
23332026-05-21T17:01:50.857Z Compiling swrite v0.1.0
23342026-05-21T17:01:50.975Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23352026-05-21T17:01:50.991Z Compiling glob v0.3.3
23362026-05-21T17:01:50.994Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-05-21T17:01:51.068Z Compiling usdt v0.5.0
23382026-05-21T17:01:51.217Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23392026-05-21T17:01:51.334Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23402026-05-21T17:01:51.345Z Compiling serde-value v0.7.0
23412026-05-21T17:01:51.586Z Compiling zone v0.3.1
23422026-05-21T17:01:51.618Z Compiling serde-untagged v0.1.9
23432026-05-21T17:01:51.698Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-21T17:01:51.929Z Compiling toml v0.8.23
23452026-05-21T17:01:51.945Z Compiling smf v0.2.3
23462026-05-21T17:01:52.010Z Compiling filetime v0.2.27
23472026-05-21T17:01:52.027Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-05-21T17:01:52.044Z Compiling arrayref v0.3.9
23492026-05-21T17:01:52.055Z Compiling xattr v1.6.1
23502026-05-21T17:01:52.076Z Compiling constant_time_eq v0.4.2
23512026-05-21T17:01:52.126Z Compiling whoami v1.6.1
23522026-05-21T17:01:52.155Z Compiling unicode-xid v0.2.6
23532026-05-21T17:01:52.219Z Compiling arrayvec v0.7.6
23542026-05-21T17:01:52.239Z Compiling tar v0.4.45
23552026-05-21T17:01:52.261Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-21T17:01:52.291Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23572026-05-21T17:01:52.314Z Compiling tokio-dtrace v0.1.1
23582026-05-21T17:01:52.543Z Compiling cargo-util-schemas v0.8.2
23592026-05-21T17:01:52.589Z Compiling console v0.16.2
23602026-05-21T17:01:52.652Z Compiling gethostname v0.5.0
23612026-05-21T17:01:52.809Z Compiling cargo-platform v0.2.0
23622026-05-21T17:01:52.929Z Compiling unit-prefix v0.5.2
23632026-05-21T17:01:52.946Z Compiling topological-sort v0.2.2
23642026-05-21T17:01:53.099Z Compiling indicatif v0.18.4
23652026-05-21T17:01:53.120Z Compiling oxide-tokio-rt v0.1.4
23662026-05-21T17:01:53.142Z Compiling shell-words v1.1.1
23672026-05-21T17:01:53.159Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23682026-05-21T17:01:53.714Z Compiling cargo_metadata v0.21.0
23692026-05-21T17:02:02.793Z Compiling progenitor-client v0.10.0
23702026-05-21T17:02:02.793Z Compiling omicron-zone-package v0.12.2
23712026-05-21T17:02:02.824Z Compiling progenitor-client v0.14.0
23722026-05-21T17:02:03.273Z Compiling progenitor-extras v0.2.0
23732026-05-21T17:02:05.597Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23742026-05-21T17:02:05.630Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23752026-05-21T17:02:05.691Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23762026-05-21T17:02:05.779Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-05-21T17:02:05.796Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-05-21T17:02:05.816Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-05-21T17:02:05.841Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23802026-05-21T17:02:05.898Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23812026-05-21T17:02:06.010Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-05-21T17:02:09.905Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23832026-05-21T17:02:17.531Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23842026-05-21T17:02:20.596Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23852026-05-21T17:02:21.571Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23862026-05-21T17:02:31.278Z Finished `release` profile [optimized] target(s) in 1m 43s
23872026-05-21T17:02:31.426Z Running `target/release/omicron-package -t test target create -p dev`
23882026-05-21T17:02:31.487ZLogging to: /work/oxidecomputer/omicron/out/LOG
23892026-05-21T17:02:31.490ZCreated new build target 'test' and set it as active
23902026-05-21T17:02:31.493Z
23912026-05-21T17:02:31.493Zreal 1:43.826547241
23922026-05-21T17:02:31.493Zuser 16:53.956229372
23932026-05-21T17:02:31.493Zsys 2:38.372138768
23942026-05-21T17:02:31.494Ztrap 0.463959530
23952026-05-21T17:02:31.494Ztflt 2.960178964
23962026-05-21T17:02:31.494Zdflt 3.998945595
23972026-05-21T17:02:31.494Zkflt 0.000463320
23982026-05-21T17:02:31.494Zlock 52:31.575656572
23992026-05-21T17:02:31.494Zslp 43:06.726979454
24002026-05-21T17:02:31.494Zlat 44.036339245
24012026-05-21T17:02:31.494Zstop 5:30.767053239
24022026-05-21T17:02:31.494Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24032026-05-21T17:02:32.366Z Finished `release` profile [optimized] target(s) in 0.86s
24042026-05-21T17:02:32.435Z Running `target/release/omicron-package -t test package`
24052026-05-21T17:02:32.492ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062026-05-21T17:02:33.905Z Compiling heck v0.5.0
24072026-05-21T17:02:33.905Z Compiling regress v0.11.1
24082026-05-21T17:02:33.908Z Compiling unsafe-libyaml v0.2.11
24092026-05-21T17:02:34.165Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-05-21T17:02:34.185Z Compiling regress v0.10.5
24112026-05-21T17:02:34.215Z Compiling is-terminal v0.4.17
24122026-05-21T17:02:34.218Z Compiling unicode-width v0.1.14
24132026-05-21T17:02:34.259Z Compiling prettyplease v0.2.37
24142026-05-21T17:02:34.259Z Compiling bytecount v0.6.9
24152026-05-21T17:02:34.262Z Compiling rustls v0.22.4
24162026-05-21T17:02:34.262Z Compiling rustls-webpki v0.102.8
24172026-05-21T17:02:34.262Z Compiling derive-where v1.6.0
24182026-05-21T17:02:34.262Z Compiling thread_local v1.1.9
24192026-05-21T17:02:34.277Z Compiling compression-core v0.4.31
24202026-05-21T17:02:34.299Z Compiling match_cfg v0.1.0
24212026-05-21T17:02:34.423Z Compiling compression-codecs v0.4.37
24222026-05-21T17:02:34.427Z Compiling multer v3.1.0
24232026-05-21T17:02:34.467Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24242026-05-21T17:02:34.470Z Compiling hostname v0.3.1
24252026-05-21T17:02:34.515Z Compiling slog-async v2.8.0
24262026-05-21T17:02:34.544Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-05-21T17:02:34.566Z Compiling crossbeam-channel v0.5.15
24282026-05-21T17:02:34.587Z Compiling slog-json v2.6.1
24292026-05-21T17:02:34.587Z Compiling toml_datetime v1.0.0+spec-1.1.0
24302026-05-21T17:02:34.648Z Compiling serde_yaml v0.9.34+deprecated
24312026-05-21T17:02:34.670Z Compiling serde_spanned v1.0.4
24322026-05-21T17:02:34.694Z Compiling take_mut v0.2.2
24332026-05-21T17:02:34.718Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-05-21T17:02:34.746Z Compiling term v1.2.1
24352026-05-21T17:02:34.810Z Compiling slog-bunyan v2.5.0
24362026-05-21T17:02:34.835Z Compiling async-compression v0.4.41
24372026-05-21T17:02:34.927Z Compiling toml v1.0.6+spec-1.1.0
24382026-05-21T17:02:35.025Z Compiling async-stream v0.3.6
24392026-05-21T17:02:35.048Z Compiling slog-term v2.9.2
24402026-05-21T17:02:35.051Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24412026-05-21T17:02:35.177Z Compiling dropshot v0.17.0
24422026-05-21T17:02:35.215Z Compiling num-rational v0.4.2
24432026-05-21T17:02:35.238Z Compiling progenitor-client v0.14.0
24442026-05-21T17:02:35.260Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24452026-05-21T17:02:35.260Z Compiling waitgroup v0.1.2
24462026-05-21T17:02:35.302Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24472026-05-21T17:02:35.393Z Compiling backon v1.6.0
24482026-05-21T17:02:35.438Z Compiling rustls-pemfile v2.2.0
24492026-05-21T17:02:35.470Z Compiling num-complex v0.4.6
24502026-05-21T17:02:35.524Z Compiling serde_path_to_error v0.1.20
24512026-05-21T17:02:35.564Z Compiling hostname v0.4.2
24522026-05-21T17:02:35.586Z Compiling instant v0.1.13
24532026-05-21T17:02:35.624Z Compiling debug-ignore v1.0.5
24542026-05-21T17:02:35.646Z Compiling progenitor-extras v0.2.0
24552026-05-21T17:02:35.670Z Compiling typify-impl v0.6.2
24562026-05-21T17:02:35.726Z Compiling backoff v0.4.0
24572026-05-21T17:02:35.747Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24582026-05-21T17:02:35.770Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24592026-05-21T17:02:35.927Z Compiling num v0.4.3
24602026-05-21T17:02:35.959Z Compiling parse-display v0.10.0
24612026-05-21T17:02:35.978Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24622026-05-21T17:02:35.981Z Compiling progenitor-client v0.13.0
24632026-05-21T17:02:36.032Z Compiling progenitor-client v0.10.0
24642026-05-21T17:02:36.053Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-05-21T17:02:36.080Z Compiling macaddr v1.0.1
24662026-05-21T17:02:36.215Z Compiling float-ord v0.3.2
24672026-05-21T17:02:36.304Z Compiling console v0.15.11
24682026-05-21T17:02:36.355Z Compiling newline-converter v0.3.0
24692026-05-21T17:02:36.387Z Compiling atomicwrites v0.4.4
24702026-05-21T17:02:36.473Z Compiling slog-dtrace v0.3.0
24712026-05-21T17:02:36.529Z Compiling cancel-safe-futures v0.1.5
24722026-05-21T17:02:36.532Z Compiling resolv-conf v0.7.6
24732026-05-21T17:02:36.598Z Compiling tokio-rustls v0.25.0
24742026-05-21T17:02:36.716Z Compiling expectorate v1.2.0
24752026-05-21T17:02:36.777Z Compiling owo-colors v4.3.0
24762026-05-21T17:02:36.798Z Compiling toml v0.8.23
24772026-05-21T17:02:36.861Z Compiling libsw-core v0.3.2
24782026-05-21T17:02:36.993Z Compiling linked-hash-map v0.5.6
24792026-05-21T17:02:37.083Z Compiling libsw v3.5.0
24802026-05-21T17:02:37.208Z Compiling linear-map v1.2.0
24812026-05-21T17:02:37.232Z Compiling lru-cache v0.1.2
24822026-05-21T17:02:37.308Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24832026-05-21T17:02:37.332Z Compiling minimal-lexical v0.2.1
24842026-05-21T17:02:37.396Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24852026-05-21T17:02:37.421Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24862026-05-21T17:02:37.466Z Compiling hickory-proto v0.24.4
24872026-05-21T17:02:37.556Z Compiling nom v7.1.3
24882026-05-21T17:02:37.597Z Compiling unicode-xid v0.2.6
24892026-05-21T17:02:37.620Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24902026-05-21T17:02:37.675Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24912026-05-21T17:02:37.754Z Compiling convert_case v0.10.0
24922026-05-21T17:02:38.052Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932026-05-21T17:02:38.153Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24942026-05-21T17:02:38.529Z Compiling derive_more-impl v2.1.1
24952026-05-21T17:02:38.931Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24962026-05-21T17:02:39.005Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24972026-05-21T17:02:39.103Z Compiling papergrid v0.11.0
24982026-05-21T17:02:39.124Z Compiling typify-macro v0.6.2
24992026-05-21T17:02:39.263Z Compiling tabled_derive v0.7.0
25002026-05-21T17:02:39.332Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-05-21T17:02:39.604Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25022026-05-21T17:02:39.828Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25032026-05-21T17:02:40.130Z Compiling hickory-resolver v0.24.4
25042026-05-21T17:02:40.203Z Compiling derive_more v2.1.1
25052026-05-21T17:02:40.226Z Compiling termtree v0.5.1
25062026-05-21T17:02:40.332Z Compiling crossterm v0.29.0
25072026-05-21T17:02:40.449Z Compiling tabled v0.15.0
25082026-05-21T17:02:40.693Z Compiling typify v0.6.2
25092026-05-21T17:02:41.003Z Compiling progenitor-impl v0.14.0
25102026-05-21T17:02:41.196Z Compiling progenitor-impl v0.13.0
25112026-05-21T17:02:43.204Z Compiling progenitor-macro v0.14.0
25122026-05-21T17:02:43.290Z Compiling qorb v0.4.1
25132026-05-21T17:02:43.360Z Compiling progenitor-macro v0.13.0
25142026-05-21T17:02:43.484Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25152026-05-21T17:02:44.700Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25162026-05-21T17:02:45.280Z Compiling phf_shared v0.12.1
25172026-05-21T17:02:45.541Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25182026-05-21T17:02:45.591Z Compiling vte v0.14.1
25192026-05-21T17:02:45.848Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-21T17:02:46.081Z Compiling csv-core v0.1.13
25212026-05-21T17:02:46.116Z Compiling chrono-tz v0.10.4
25222026-05-21T17:02:46.524Z Compiling highway v1.3.0
25232026-05-21T17:02:46.667Z Compiling csv v1.4.0
25242026-05-21T17:02:46.990Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-05-21T17:02:47.237Z Compiling progenitor v0.14.0
25262026-05-21T17:02:47.270Z Compiling strip-ansi-escapes v0.2.1
25272026-05-21T17:02:47.416Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25282026-05-21T17:02:47.459Z Compiling progenitor v0.13.0
25292026-05-21T17:02:47.629Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25302026-05-21T17:02:47.653Z Compiling phf v0.12.1
25312026-05-21T17:02:47.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-05-21T17:02:47.861Z Compiling const_format_proc_macros v0.2.34
25332026-05-21T17:02:47.890Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25342026-05-21T17:02:48.331Z Compiling fd-lock v4.0.4
25352026-05-21T17:02:48.352Z Compiling peg-macros v0.8.5
25362026-05-21T17:02:48.486Z Compiling nu-ansi-term v0.50.3
25372026-05-21T17:02:48.643Z Compiling const_format v0.2.35
25382026-05-21T17:02:48.931Z Compiling reedline v0.40.0
25392026-05-21T17:02:49.152Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-05-21T17:02:49.625Z Compiling peg v0.8.5
25412026-05-21T17:02:49.733Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25422026-05-21T17:02:50.643Z Compiling bcs v0.1.6
25432026-05-21T17:02:50.676Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-05-21T17:02:50.969Z Compiling semver v0.1.20
25452026-05-21T17:02:51.077Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25462026-05-21T17:02:51.266Z Compiling rustc_version v0.1.7
25472026-05-21T17:02:51.331Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25482026-05-21T17:02:51.503Z Compiling newtype_derive v0.1.6
25492026-05-21T17:02:51.547Z Compiling unicode-linebreak v0.1.5
25502026-05-21T17:02:51.733Z Compiling smawk v0.3.2
25512026-05-21T17:02:51.879Z Compiling humantime v2.3.0
25522026-05-21T17:02:51.930Z Compiling textwrap v0.16.2
25532026-05-21T17:02:52.082Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-05-21T17:02:52.468Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25552026-05-21T17:02:52.518Z Compiling dropshot-api-manager-types v0.7.1
25562026-05-21T17:02:52.546Z Compiling base64 v0.21.7
25572026-05-21T17:02:52.987Z Compiling steno v0.4.1
25582026-05-21T17:02:53.093Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-05-21T17:02:53.151Z Compiling tagptr v0.2.0
25602026-05-21T17:02:53.544Z Compiling moka v0.12.13
25612026-05-21T17:02:53.660Z Compiling utf-8 v0.7.6
25622026-05-21T17:02:53.905Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25632026-05-21T17:02:53.929Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25642026-05-21T17:02:53.977Z Compiling tungstenite v0.21.0
25652026-05-21T17:02:54.109Z Compiling radium v0.7.0
25662026-05-21T17:02:54.113Z Compiling tap v1.0.1
25672026-05-21T17:02:54.186Z Compiling maybe-uninit v2.0.0
25682026-05-21T17:02:54.287Z Compiling wyz v0.5.1
25692026-05-21T17:02:54.532Z Compiling zerocopy-derive v0.6.6
25702026-05-21T17:02:54.578Z Compiling tokio-tungstenite v0.21.0
25712026-05-21T17:02:54.741Z Compiling hickory-resolver v0.25.2
25722026-05-21T17:02:54.795Z Compiling crc-catalog v2.4.0
25732026-05-21T17:02:54.925Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25742026-05-21T17:02:54.971Z Compiling funty v2.0.0
25752026-05-21T17:02:55.177Z Compiling display-error-chain v0.2.2
25762026-05-21T17:02:55.346Z Compiling packed_struct v0.10.1
25772026-05-21T17:02:55.369Z Compiling zerocopy v0.6.6
25782026-05-21T17:02:55.664Z Compiling bitvec v1.0.1
25792026-05-21T17:02:55.765Z Compiling crc v3.4.0
25802026-05-21T17:02:55.947Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25812026-05-21T17:02:56.133Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-05-21T17:02:56.248Z Compiling packed_struct_codegen v0.10.1
25832026-05-21T17:02:56.295Z Compiling num-derive v0.3.3
25842026-05-21T17:02:56.808Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25852026-05-21T17:02:57.190Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25862026-05-21T17:02:57.267Z Compiling bitfield-macros v0.19.4
25872026-05-21T17:02:57.461Z Compiling proc-macro-error-attr2 v2.0.0
25882026-05-21T17:02:57.916Z Compiling indexmap v1.9.3
25892026-05-21T17:02:57.972Z Compiling nodrop v0.1.14
25902026-05-21T17:02:58.115Z Compiling array-init v0.0.4
25912026-05-21T17:02:58.185Z Compiling bitfield v0.19.4
25922026-05-21T17:02:58.209Z Compiling proc-macro-error2 v2.0.1
25932026-05-21T17:02:58.529Z Compiling libscf-sys v1.1.0
25942026-05-21T17:02:58.550Z Compiling smallvec v0.6.14
25952026-05-21T17:02:58.695Z Compiling typify-impl v0.4.3
25962026-05-21T17:02:58.818Z Compiling hashbrown v0.12.3
25972026-05-21T17:02:58.840Z Compiling serde-hex v0.1.0
25982026-05-21T17:02:58.926Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25992026-05-21T17:02:59.195Z Compiling tabled_derive v0.11.0
26002026-05-21T17:02:59.616Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26012026-05-21T17:02:59.899Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26022026-05-21T17:03:00.032Z Compiling ron v0.8.1
26032026-05-21T17:03:00.171Z Compiling papergrid v0.17.0
26042026-05-21T17:03:00.251Z Compiling testing_table v0.3.0
26052026-05-21T17:03:00.718Z Compiling hashbrown v0.13.2
26062026-05-21T17:03:00.952Z Compiling vergen-gitcl v1.0.8
26072026-05-21T17:03:00.988Z Compiling dirs-sys-next v0.1.2
26082026-05-21T17:03:01.182Z Compiling crc-any v2.5.0
26092026-05-21T17:03:01.234Z Compiling crunchy v0.2.4
26102026-05-21T17:03:01.265Z Compiling glob v0.3.3
26112026-05-21T17:03:01.325Z Compiling maplit v1.0.2
26122026-05-21T17:03:01.452Z Compiling diesel_derives v2.3.7
26132026-05-21T17:03:01.551Z Compiling tabled v0.20.0
26142026-05-21T17:03:01.619Z Compiling object v0.30.4
26152026-05-21T17:03:01.641Z Compiling clang-sys v1.8.1
26162026-05-21T17:03:01.715Z Compiling dirs-next v2.0.0
26172026-05-21T17:03:01.736Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-05-21T17:03:01.862Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26192026-05-21T17:03:02.028Z Compiling dsl_auto_type v0.2.0
26202026-05-21T17:03:02.146Z Compiling typify-macro v0.4.3
26212026-05-21T17:03:02.202Z Compiling scheduled-thread-pool v0.2.7
26222026-05-21T17:03:02.409Z Compiling diesel_table_macro_syntax v0.3.0
26232026-05-21T17:03:02.431Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26242026-05-21T17:03:02.593Z Compiling xshell-macros v0.2.7
26252026-05-21T17:03:02.653Z Compiling tiny-keccak v2.0.2
26262026-05-21T17:03:02.681Z Compiling path-slash v0.1.5
26272026-05-21T17:03:02.775Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-21T17:03:02.871Z Compiling r2d2 v0.8.10
26292026-05-21T17:03:02.957Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26302026-05-21T17:03:02.999Z Compiling xshell v0.2.7
26312026-05-21T17:03:03.169Z Compiling term v0.7.0
26322026-05-21T17:03:03.683Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26332026-05-21T17:03:03.774Z Compiling downcast-rs v2.0.2
26342026-05-21T17:03:03.799Z Compiling bit-vec v0.6.3
26352026-05-21T17:03:03.910Z Compiling ascii-canvas v3.0.0
26362026-05-21T17:03:04.041Z Compiling bit-set v0.5.3
26372026-05-21T17:03:04.156Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382026-05-21T17:03:04.178Z Compiling itertools v0.10.5
26392026-05-21T17:03:04.238Z Compiling ena v0.14.4
26402026-05-21T17:03:04.339Z Compiling libloading v0.8.9
26412026-05-21T17:03:04.486Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26422026-05-21T17:03:04.587Z Compiling diff v0.1.13
26432026-05-21T17:03:04.852Z Compiling unicase v2.9.0
26442026-05-21T17:03:05.186Z Compiling bindgen v0.71.1
26452026-05-21T17:03:05.276Z Compiling crc8 v0.1.1
26462026-05-21T17:03:05.418Z Compiling regex-syntax v0.6.29
26472026-05-21T17:03:05.503Z Compiling typify v0.4.3
26482026-05-21T17:03:05.656Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26492026-05-21T17:03:05.876Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26502026-05-21T17:03:06.376Z Compiling cexpr v0.6.0
26512026-05-21T17:03:06.473Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-05-21T17:03:06.611Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-05-21T17:03:06.706Z Compiling rustc-hash v2.1.1
26542026-05-21T17:03:06.799Z Compiling lalrpop v0.19.12
26552026-05-21T17:03:06.967Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26562026-05-21T17:03:07.035Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-05-21T17:03:07.134Z Compiling headers-core v0.3.0
26582026-05-21T17:03:07.332Z Compiling git-stub v1.0.0
26592026-05-21T17:03:07.502Z Compiling diesel v2.3.7
26602026-05-21T17:03:07.525Z Compiling libxml v0.3.3
26612026-05-21T17:03:07.629Z Compiling git-stub-vcs v0.1.0
26622026-05-21T17:03:07.716Z Compiling headers v0.4.1
26632026-05-21T17:03:07.829Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-05-21T17:03:07.995Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26652026-05-21T17:03:08.219Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-05-21T17:03:08.406Z Compiling strum_macros v0.24.3
26672026-05-21T17:03:08.760Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-21T17:03:09.069Z Compiling indoc v1.0.9
26692026-05-21T17:03:09.495Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-05-21T17:03:09.517Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26712026-05-21T17:03:09.654Z Compiling derive_builder v0.20.2
26722026-05-21T17:03:09.760Z Compiling oso-derive v0.27.3
26732026-05-21T17:03:09.837Z Compiling quick-xml v0.37.5
26742026-05-21T17:03:10.271Z Compiling impl-trait-for-tuples v0.2.3
26752026-05-21T17:03:10.341Z Compiling openssl-probe v0.1.6
26762026-05-21T17:03:10.507Z Compiling half v1.8.3
26772026-05-21T17:03:10.685Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-05-21T17:03:10.950Z Compiling serde_cbor v0.11.2
26792026-05-21T17:03:11.319Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26802026-05-21T17:03:11.392Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-05-21T17:03:11.497Z Compiling samael v0.0.19
26822026-05-21T17:03:11.520Z Compiling bb8 v0.8.6
26832026-05-21T17:03:11.576Z Compiling trait-variant v0.1.2
26842026-05-21T17:03:11.637Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26852026-05-21T17:03:11.933Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26862026-05-21T17:03:11.954Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26872026-05-21T17:03:12.008Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-05-21T17:03:12.151Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26892026-05-21T17:03:12.244Z Compiling fxhash v0.2.1
26902026-05-21T17:03:12.266Z Compiling salty v0.3.0
26912026-05-21T17:03:12.521Z Compiling progenitor-impl v0.10.0
26922026-05-21T17:03:12.598Z Compiling progenitor-impl v0.11.2
26932026-05-21T17:03:12.772Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26942026-05-21T17:03:12.796Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26952026-05-21T17:03:13.093Z Compiling kstat-rs v0.2.4
26962026-05-21T17:03:13.344Z Compiling libz-sys v1.1.24
26972026-05-21T17:03:13.562Z Compiling nonempty v0.12.0
26982026-05-21T17:03:13.584Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26992026-05-21T17:03:13.798Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27002026-05-21T17:03:14.149Z Compiling polar-core v0.27.3
27012026-05-21T17:03:14.683Z Compiling progenitor-macro v0.10.0
27022026-05-21T17:03:14.736Z Compiling progenitor-macro v0.11.2
27032026-05-21T17:03:15.961Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27042026-05-21T17:03:16.429Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27052026-05-21T17:03:17.252Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27062026-05-21T17:03:17.685Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-21T17:03:18.101Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-21T17:03:18.286Z Compiling progenitor-client v0.11.2
27092026-05-21T17:03:18.582Z Compiling darling_core v0.23.0
27102026-05-21T17:03:18.701Z Compiling nanorand v0.7.0
27112026-05-21T17:03:18.756Z Compiling arc-swap v1.8.2
27122026-05-21T17:03:18.833Z Compiling fs-err v2.11.0
27132026-05-21T17:03:19.090Z Compiling parking_lot_core v0.8.6
27142026-05-21T17:03:19.266Z Compiling slog-scope v4.4.1
27152026-05-21T17:03:19.298Z Compiling mime_guess v2.0.5
27162026-05-21T17:03:19.410Z Compiling flume v0.11.1
27172026-05-21T17:03:19.758Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-05-21T17:03:19.842Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-05-21T17:03:19.868Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-05-21T17:03:20.767Z Compiling darling_macro v0.23.0
27212026-05-21T17:03:21.275Z Compiling progenitor v0.11.2
27222026-05-21T17:03:21.467Z Compiling progenitor v0.10.0
27232026-05-21T17:03:21.657Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-21T17:03:22.584Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-21T17:03:23.349Z Compiling oso v0.27.3
27262026-05-21T17:03:24.085Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-05-21T17:03:24.276Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-05-21T17:03:27.485Z Compiling async-bb8-diesel v0.2.1
27292026-05-21T17:03:27.726Z Compiling diesel-dtrace v0.5.0
27302026-05-21T17:03:27.954Z Compiling primeorder v0.13.6
27312026-05-21T17:03:28.115Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-05-21T17:03:28.268Z Compiling instability v0.3.11
27332026-05-21T17:03:28.517Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-21T17:03:28.794Z Compiling p384 v0.13.1
27352026-05-21T17:03:29.434Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-05-21T17:03:29.572Z Compiling darling v0.23.0
27372026-05-21T17:03:29.729Z Compiling slog-stdlog v4.1.1
27382026-05-21T17:03:30.380Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-05-21T17:03:30.482Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27402026-05-21T17:03:30.643Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-05-21T17:03:30.714Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-21T17:03:30.718Z Compiling ignore v0.4.25
27432026-05-21T17:03:30.929Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-05-21T17:03:31.333Z Compiling castaway v0.2.4
27452026-05-21T17:03:31.508Z Compiling atty v0.2.14
27462026-05-21T17:03:31.660Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27472026-05-21T17:03:31.895Z Compiling parse-size v1.1.0
27482026-05-21T17:03:31.919Z Compiling indoc v2.0.7
27492026-05-21T17:03:32.138Z Compiling http-range v0.1.5
27502026-05-21T17:03:32.322Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27512026-05-21T17:03:32.548Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-05-21T17:03:32.797Z Compiling compact_str v0.8.1
27532026-05-21T17:03:33.094Z Compiling globwalk v0.9.1
27542026-05-21T17:03:33.779Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27552026-05-21T17:03:33.933Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-21T17:03:34.334Z Compiling parking_lot v0.11.2
27572026-05-21T17:03:34.527Z Compiling slog-envlogger v2.2.0
27582026-05-21T17:03:34.961Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27592026-05-21T17:03:35.733Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27602026-05-21T17:03:36.018Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-21T17:03:36.040Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27622026-05-21T17:03:36.382Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-05-21T17:03:36.512Z Compiling predicates-tree v1.0.13
27642026-05-21T17:03:36.640Z Compiling unicode-truncate v1.1.0
27652026-05-21T17:03:36.809Z Compiling lru v0.12.5
27662026-05-21T17:03:36.859Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-05-21T17:03:36.914Z Compiling rand_seeder v0.4.0
27682026-05-21T17:03:37.001Z Compiling prefix-trie v0.7.0
27692026-05-21T17:03:37.030Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-05-21T17:03:37.170Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-21T17:03:37.215Z Compiling vergen-git2 v1.0.7
27722026-05-21T17:03:37.386Z Compiling illumos-nvpair-sys v0.2.0
27732026-05-21T17:03:37.411Z Compiling cassowary v0.3.0
27742026-05-21T17:03:37.442Z Compiling corncobs v0.1.4
27752026-05-21T17:03:37.535Z Compiling hickory-server v0.25.2
27762026-05-21T17:03:37.557Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-21T17:03:37.639Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-21T17:03:37.694Z Compiling ratatui v0.29.0
27792026-05-21T17:03:37.734Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-21T17:03:37.853Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27812026-05-21T17:03:37.942Z Compiling camino-tempfile-ext v0.3.3
27822026-05-21T17:03:38.394Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-21T17:03:38.592Z Compiling hyper-staticfile v0.10.1
27842026-05-21T17:03:38.992Z Compiling sled v0.34.7
27852026-05-21T17:03:39.584Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27862026-05-21T17:03:39.809Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-05-21T17:03:40.257Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-05-21T17:03:42.118Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27892026-05-21T17:03:42.344Z Compiling secrecy v0.8.0
27902026-05-21T17:03:42.369Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-05-21T17:03:42.437Z Compiling rustls v0.21.12
27922026-05-21T17:03:42.661Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-21T17:03:42.707Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-21T17:03:42.735Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-21T17:03:43.435Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-21T17:03:43.661Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-21T17:03:44.362Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-21T17:03:45.199Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-21T17:03:45.961Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-21T17:03:46.746Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-05-21T17:03:46.996Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-05-21T17:03:47.179Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-05-21T17:03:47.231Z Compiling sct v0.7.1
28042026-05-21T17:03:47.410Z Compiling rustls-webpki v0.101.7
28052026-05-21T17:03:47.507Z Compiling nix v0.29.0
28062026-05-21T17:03:47.891Z Compiling dropshot v0.16.7
28072026-05-21T17:03:47.916Z Compiling void v1.0.2
28082026-05-21T17:03:48.070Z Compiling lzss v0.8.2
28092026-05-21T17:03:48.456Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-21T17:03:48.560Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-21T17:03:48.756Z Compiling illumos-nvpair v0.3.0
28122026-05-21T17:03:49.081Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-21T17:03:49.545Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-21T17:03:49.568Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-21T17:03:49.829Z Compiling tungstenite v0.23.0
28162026-05-21T17:03:50.287Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-21T17:03:50.909Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28182026-05-21T17:03:51.099Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-21T17:03:51.143Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-05-21T17:03:51.332Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-05-21T17:03:51.376Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-05-21T17:03:51.588Z Compiling toml v0.9.12+spec-1.1.0
28232026-05-21T17:03:51.610Z Compiling nix v0.27.1
28242026-05-21T17:03:52.188Z Compiling dropshot_endpoint v0.16.7
28252026-05-21T17:03:52.379Z Compiling serde_bytes v0.11.19
28262026-05-21T17:03:52.708Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28272026-05-21T17:03:52.730Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28282026-05-21T17:03:52.925Z Compiling tokio-tungstenite v0.23.1
28292026-05-21T17:03:53.305Z Compiling tokio-rustls v0.24.1
28302026-05-21T17:03:53.592Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-05-21T17:03:53.782Z Compiling git2 v0.20.4
28322026-05-21T17:03:55.787Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28332026-05-21T17:03:56.867Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-05-21T17:03:57.370Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-05-21T17:03:58.521Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28362026-05-21T17:03:59.149Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-05-21T17:03:59.208Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28382026-05-21T17:03:59.289Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28392026-05-21T17:03:59.635Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28402026-05-21T17:03:59.667Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28412026-05-21T17:03:59.925Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28422026-05-21T17:04:01.212Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28432026-05-21T17:04:01.403Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28442026-05-21T17:04:01.543Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-05-21T17:04:01.695Z Compiling rustls-pemfile v1.0.4
28462026-05-21T17:04:01.936Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28472026-05-21T17:04:02.102Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28482026-05-21T17:04:02.461Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28492026-05-21T17:04:03.755Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28502026-05-21T17:04:03.867Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28512026-05-21T17:04:05.066Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28522026-05-21T17:04:05.242Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28532026-05-21T17:04:05.267Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28542026-05-21T17:04:05.489Z Compiling signal-hook-tokio v0.3.1
28552026-05-21T17:04:05.713Z Compiling twox-hash v2.1.2
28562026-05-21T17:04:06.241Z Compiling yasna v0.5.2
28572026-05-21T17:04:06.264Z Compiling is_ci v1.2.0
28582026-05-21T17:04:06.448Z Compiling supports-color v3.0.2
28592026-05-21T17:04:06.618Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28602026-05-21T17:04:06.763Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28612026-05-21T17:04:07.113Z Compiling rcgen v0.12.1
28622026-05-21T17:04:07.690Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28632026-05-21T17:04:07.800Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28642026-05-21T17:04:08.545Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28652026-05-21T17:04:09.276Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-05-21T17:04:10.470Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-05-21T17:04:11.232Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28682026-05-21T17:04:11.597Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28692026-05-21T17:04:11.828Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28702026-05-21T17:04:12.058Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28712026-05-21T17:04:12.291Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28722026-05-21T17:04:12.514Z Compiling fatfs v0.3.6
28732026-05-21T17:04:12.770Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28742026-05-21T17:04:13.104Z Compiling subprocess v0.2.15
28752026-05-21T17:04:13.701Z Compiling rtoolbox v0.0.3
28762026-05-21T17:04:14.003Z Compiling seq-macro v0.3.6
28772026-05-21T17:04:14.266Z Compiling assert_matches v1.5.0
28782026-05-21T17:04:14.375Z Compiling rpassword v7.4.0
28792026-05-21T17:04:14.489Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-05-21T17:04:14.750Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28812026-05-21T17:04:15.308Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28822026-05-21T17:04:15.348Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-05-21T17:04:15.487Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-05-21T17:04:16.464Z Compiling tui-tree-widget v0.23.1
28852026-05-21T17:04:16.670Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28862026-05-21T17:04:16.754Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28872026-05-21T17:04:17.269Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-05-21T17:04:17.969Z Compiling uzers v0.12.2
28892026-05-21T17:04:18.910Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28902026-05-21T17:04:19.508Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28912026-05-21T17:04:19.986Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28922026-05-21T17:04:20.509Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28932026-05-21T17:04:22.561Z Compiling support-bundle-viewer v0.1.2
28942026-05-21T17:04:24.239Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-05-21T17:04:24.433Z Compiling multimap v0.10.1
28962026-05-21T17:04:32.673Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-05-21T17:04:33.144Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-05-21T17:04:35.650Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28992026-05-21T17:04:44.912Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29002026-05-21T17:10:01.972Z Finished `release` profile [optimized] target(s) in 7m 29s
29012026-05-21T17:10:48.079Z
29022026-05-21T17:10:48.083Zreal 8:16.565096478
29032026-05-21T17:10:48.083Zuser 1:18:01.624291408
29042026-05-21T17:10:48.083Zsys 3:30.258635052
29052026-05-21T17:10:48.083Ztrap 1.759545187
29062026-05-21T17:10:48.083Ztflt 3.005273483
29072026-05-21T17:10:48.083Zdflt 19.149106481
29082026-05-21T17:10:48.083Zkflt 0.096144108
29092026-05-21T17:10:48.083Zlock 6:29:30.810973567
29102026-05-21T17:10:48.083Zslp 2:10:56.171467656
29112026-05-21T17:10:48.083Zlat 2:24.989552552
29122026-05-21T17:10:48.083Zstop 5:14.621771130
29132026-05-21T17:10:48.083Z+ mapfile -t packages
29142026-05-21T17:10:48.083Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29152026-05-21T17:10:49.036Z Finished `release` profile [optimized] target(s) in 0.94s
29162026-05-21T17:10:49.114Z Running `target/release/omicron-package -t test list-outputs`
29172026-05-21T17:10:49.173ZLogging to: /work/oxidecomputer/omicron/out/LOG
29182026-05-21T17:10:49.177Z+ ptime -m cargo build --locked --release -p xtask
29192026-05-21T17:10:49.716Z Compiling libc v0.2.185
29202026-05-21T17:10:49.716Z Compiling serde v1.0.228
29212026-05-21T17:10:49.810Z Compiling serde_core v1.0.228
29222026-05-21T17:10:49.827Z Compiling rustix v1.1.3
29232026-05-21T17:10:49.841Z Compiling bitflags v2.11.0
29242026-05-21T17:10:49.845Z Compiling serde_json v1.0.149
29252026-05-21T17:10:49.860Z Compiling num-traits v0.2.19
29262026-05-21T17:10:49.869Z Compiling syn v2.0.117
29272026-05-21T17:10:49.878Z Compiling smallvec v1.15.1
29282026-05-21T17:10:49.888Z Compiling indexmap v2.14.0
29292026-05-21T17:10:49.896Z Compiling usdt-impl v0.5.0
29302026-05-21T17:10:49.914Z Compiling syn v1.0.109
29312026-05-21T17:10:49.927Z Compiling log v0.4.29
29322026-05-21T17:10:49.932Z Compiling getrandom v0.4.1
29332026-05-21T17:10:50.089Z Compiling percent-encoding v2.3.2
29342026-05-21T17:10:50.274Z Compiling form_urlencoded v1.2.2
29352026-05-21T17:10:50.309Z Compiling fs-err v3.3.0
29362026-05-21T17:10:50.313Z Compiling heck v0.4.1
29372026-05-21T17:10:50.341Z Compiling anyhow v1.0.102
29382026-05-21T17:10:50.362Z Compiling once_cell v1.21.3
29392026-05-21T17:10:50.554Z Compiling thread-id v4.2.2
29402026-05-21T17:10:50.594Z Compiling errno v0.3.14
29412026-05-21T17:10:50.628Z Compiling memmap v0.7.0
29422026-05-21T17:10:50.927Z Compiling ordered-float v2.10.1
29432026-05-21T17:10:51.423Z Compiling proc-macro-error v1.0.4
29442026-05-21T17:10:51.607Z Compiling terminal_size v0.4.3
29452026-05-21T17:10:51.607Z Compiling tempfile v3.25.0
29462026-05-21T17:10:51.668Z Compiling tabled_derive v0.7.0
29472026-05-21T17:10:51.705Z Compiling clap_builder v4.5.60
29482026-05-21T17:10:51.705Z Compiling textwrap v0.16.2
29492026-05-21T17:10:51.839Z Compiling camino-tempfile v1.4.1
29502026-05-21T17:10:52.346Z Compiling tabled v0.15.0
29512026-05-21T17:10:52.398Z Compiling synstructure v0.13.2
29522026-05-21T17:10:52.398Z Compiling pest_generator v2.8.6
29532026-05-21T17:10:52.780Z Compiling serde_derive v1.0.228
29542026-05-21T17:10:52.780Z Compiling zerofrom-derive v0.1.6
29552026-05-21T17:10:52.780Z Compiling yoke-derive v0.8.1
29562026-05-21T17:10:52.784Z Compiling zerovec-derive v0.11.2
29572026-05-21T17:10:52.784Z Compiling displaydoc v0.2.5
29582026-05-21T17:10:52.784Z Compiling thiserror-impl v1.0.69
29592026-05-21T17:10:52.784Z Compiling zerocopy-derive v0.7.35
29602026-05-21T17:10:52.784Z Compiling scroll_derive v0.12.1
29612026-05-21T17:10:52.784Z Compiling thiserror-impl v2.0.18
29622026-05-21T17:10:52.784Z Compiling clap_derive v4.5.55
29632026-05-21T17:10:52.957Z Compiling pest_derive v2.8.6
29642026-05-21T17:10:53.500Z Compiling scroll v0.12.0
29652026-05-21T17:10:53.611Z Compiling zerocopy v0.7.35
29662026-05-21T17:10:53.774Z Compiling goblin v0.8.2
29672026-05-21T17:10:53.972Z Compiling thiserror v1.0.69
29682026-05-21T17:10:54.021Z Compiling zerofrom v0.1.6
29692026-05-21T17:10:54.044Z Compiling dtrace-parser v0.2.0
29702026-05-21T17:10:54.079Z Compiling thiserror v2.0.18
29712026-05-21T17:10:54.171Z Compiling yoke v0.8.1
29722026-05-21T17:10:54.389Z Compiling zerovec v0.11.5
29732026-05-21T17:10:54.459Z Compiling zerotrie v0.2.3
29742026-05-21T17:10:54.490Z Compiling clap v4.5.60
29752026-05-21T17:10:54.920Z Compiling tinystr v0.8.2
29762026-05-21T17:10:54.988Z Compiling potential_utf v0.1.4
29772026-05-21T17:10:55.162Z Compiling icu_locale_core v2.1.1
29782026-05-21T17:10:55.189Z Compiling icu_collections v2.1.1
29792026-05-21T17:10:55.929Z Compiling icu_provider v2.1.1
29802026-05-21T17:10:56.008Z Compiling toml_datetime v0.6.11
29812026-05-21T17:10:56.088Z Compiling serde_spanned v0.6.9
29822026-05-21T17:10:56.293Z Compiling icu_properties v2.1.2
29832026-05-21T17:10:56.306Z Compiling icu_normalizer v2.1.1
29842026-05-21T17:10:56.381Z Compiling toml_edit v0.22.27
29852026-05-21T17:10:56.411Z Compiling dof v0.3.0
29862026-05-21T17:10:56.564Z Compiling serde_tokenstream v0.2.3
29872026-05-21T17:10:56.793Z Compiling serde-value v0.7.0
29882026-05-21T17:10:56.865Z Compiling cargo-platform v0.2.0
29892026-05-21T17:10:56.897Z Compiling macaddr v1.0.1
29902026-05-21T17:10:57.198Z Compiling idna_adapter v1.2.1
29912026-05-21T17:10:57.211Z Compiling usdt-macro v0.5.0
29922026-05-21T17:10:57.350Z Compiling idna v1.1.0
29932026-05-21T17:10:57.373Z Compiling usdt-attr-macro v0.5.0
29942026-05-21T17:10:57.688Z Compiling url v2.5.8
29952026-05-21T17:10:57.992Z Compiling toml v0.8.23
29962026-05-21T17:10:58.003Z Compiling usdt v0.5.0
29972026-05-21T17:10:58.465Z Compiling cargo-util-schemas v0.8.2
29982026-05-21T17:10:58.487Z Compiling cargo_toml v0.21.0
29992026-05-21T17:10:59.479Z Compiling cargo_metadata v0.21.0
30002026-05-21T17:11:02.600Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30012026-05-21T17:11:05.637Z Finished `release` profile [optimized] target(s) in 16.45s
30022026-05-21T17:11:05.793Z
30032026-05-21T17:11:05.793Zreal 16.585943925
30042026-05-21T17:11:05.793Zuser 2:21.967367285
30052026-05-21T17:11:05.793Zsys 16.817993870
30062026-05-21T17:11:05.797Ztrap 0.084795986
30072026-05-21T17:11:05.797Ztflt 0.531604411
30082026-05-21T17:11:05.797Zdflt 1.196728317
30092026-05-21T17:11:05.797Zkflt 0.000064880
30102026-05-21T17:11:05.797Zlock 5:24.030749237
30112026-05-21T17:11:05.797Zslp 3:32.757579835
30122026-05-21T17:11:05.797Zlat 6.143278112
30132026-05-21T17:11:05.797Zstop 17.547714148
30142026-05-21T17:11:05.797Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-05-21T17:11:05.797Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-05-21T17:11:05.798Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-05-21T17:11:05.798Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-05-21T17:11:05.798Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30192026-05-21T17:11:06.763Z Compiling newtype-uuid-macros v0.1.0
30202026-05-21T17:11:06.768Z Compiling regress v0.10.5
30212026-05-21T17:11:06.768Z Compiling structmeta-derive v0.3.0
30222026-05-21T17:11:06.768Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-05-21T17:11:06.769Z Compiling rustls v0.22.4
30242026-05-21T17:11:06.902Z Compiling rustls-webpki v0.102.8
30252026-05-21T17:11:06.905Z Compiling multer v3.1.0
30262026-05-21T17:11:06.914Z Compiling debug-ignore v1.0.5
30272026-05-21T17:11:06.917Z Compiling match_cfg v0.1.0
30282026-05-21T17:11:06.917Z Compiling compression-core v0.4.31
30292026-05-21T17:11:06.917Z Compiling slog-json v2.6.1
30302026-05-21T17:11:06.917Z Compiling async-stream-impl v0.3.6
30312026-05-21T17:11:06.925Z Compiling toml_datetime v1.0.0+spec-1.1.0
30322026-05-21T17:11:06.928Z Compiling serde_spanned v1.0.4
30332026-05-21T17:11:06.928Z Compiling dropshot v0.17.0
30342026-05-21T17:11:06.928Z Compiling toml_writer v1.0.6+spec-1.1.0
30352026-05-21T17:11:07.046Z Compiling progenitor-client v0.14.0
30362026-05-21T17:11:07.190Z Compiling hostname v0.3.1
30372026-05-21T17:11:07.214Z Compiling compression-codecs v0.4.37
30382026-05-21T17:11:07.230Z Compiling itertools v0.14.0
30392026-05-21T17:11:07.267Z Compiling toml v1.0.6+spec-1.1.0
30402026-05-21T17:11:07.302Z Compiling slog-bunyan v2.5.0
30412026-05-21T17:11:07.344Z Compiling waitgroup v0.1.2
30422026-05-21T17:11:07.361Z Compiling rustls-pemfile v2.2.0
30432026-05-21T17:11:07.395Z Compiling async-compression v0.4.41
30442026-05-21T17:11:07.433Z Compiling dropshot_endpoint v0.17.0
30452026-05-21T17:11:07.453Z Compiling hostname v0.4.2
30462026-05-21T17:11:07.453Z Compiling serde_path_to_error v0.1.20
30472026-05-21T17:11:07.500Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30482026-05-21T17:11:07.504Z Compiling macaddr v1.0.1
30492026-05-21T17:11:07.504Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-05-21T17:11:07.596Z Compiling async-stream v0.3.6
30512026-05-21T17:11:07.629Z Compiling instant v0.1.13
30522026-05-21T17:11:07.675Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30532026-05-21T17:11:07.705Z Compiling progenitor-client v0.10.0
30542026-05-21T17:11:07.743Z Compiling backon v1.6.0
30552026-05-21T17:11:07.761Z Compiling backoff v0.4.0
30562026-05-21T17:11:07.783Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30572026-05-21T17:11:07.799Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30582026-05-21T17:11:07.853Z Compiling universal-hash v0.5.1
30592026-05-21T17:11:07.928Z Compiling progenitor-extras v0.2.0
30602026-05-21T17:11:07.944Z Compiling unsafe-libyaml v0.2.11
30612026-05-21T17:11:07.968Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-05-21T17:11:07.986Z Compiling opaque-debug v0.3.1
30632026-05-21T17:11:08.004Z Compiling structmeta v0.3.0
30642026-05-21T17:11:08.008Z Compiling half v2.7.1
30652026-05-21T17:11:08.039Z Compiling crucible-workspace-hack v0.1.0
30662026-05-21T17:11:08.055Z Compiling ciborium-io v0.2.2
30672026-05-21T17:11:08.076Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30682026-05-21T17:11:08.126Z Compiling regress v0.11.1
30692026-05-21T17:11:08.172Z Compiling convert_case v0.4.0
30702026-05-21T17:11:08.202Z Compiling aead v0.5.2
30712026-05-21T17:11:08.244Z Compiling secrecy v0.10.3
30722026-05-21T17:11:08.277Z Compiling derive-ex v0.1.8
30732026-05-21T17:11:08.299Z Compiling parse-display-derive v0.10.0
30742026-05-21T17:11:08.347Z Compiling ciborium-ll v0.2.2
30752026-05-21T17:11:08.379Z Compiling poly1305 v0.8.0
30762026-05-21T17:11:08.432Z Compiling chacha20 v0.9.1
30772026-05-21T17:11:08.448Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-05-21T17:11:08.463Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-21T17:11:08.528Z Compiling serde_yaml v0.9.34+deprecated
30802026-05-21T17:11:08.579Z Compiling derive_more v0.99.20
30812026-05-21T17:11:08.595Z Compiling ciborium v0.2.2
30822026-05-21T17:11:08.624Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30832026-05-21T17:11:08.715Z Compiling thiserror-impl-no-std v2.0.2
30842026-05-21T17:11:08.732Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30852026-05-21T17:11:08.747Z Compiling byte-wrapper v0.1.0
30862026-05-21T17:11:08.856Z Compiling password-hash v0.5.0
30872026-05-21T17:11:08.953Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-05-21T17:11:08.973Z Compiling blake2 v0.10.6
30892026-05-21T17:11:09.117Z Compiling chacha20poly1305 v0.10.1
30902026-05-21T17:11:09.160Z Compiling indent_write v2.2.0
30912026-05-21T17:11:09.201Z Compiling heapless v0.8.0
30922026-05-21T17:11:09.244Z Compiling argon2 v0.5.3
30932026-05-21T17:11:09.296Z Compiling ingot-macros v0.1.1
30942026-05-21T17:11:09.312Z Compiling tabwriter v1.4.1
30952026-05-21T17:11:09.327Z Compiling toml_edit v0.23.10+spec-1.0.0
30962026-05-21T17:11:09.530Z Compiling tokio-rustls v0.25.0
30972026-05-21T17:11:09.579Z Compiling num-rational v0.4.2
30982026-05-21T17:11:09.791Z Compiling typify-impl v0.6.2
30992026-05-21T17:11:09.955Z Compiling thiserror-no-std v2.0.2
31002026-05-21T17:11:10.026Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-05-21T17:11:10.057Z Compiling test-strategy v0.4.5
31022026-05-21T17:11:10.078Z Compiling vsss-rs v3.3.4
31032026-05-21T17:11:10.095Z Compiling parse-display v0.10.0
31042026-05-21T17:11:10.195Z Compiling hash32 v0.3.1
31052026-05-21T17:11:10.328Z Compiling num-complex v0.4.6
31062026-05-21T17:11:10.346Z Compiling smoltcp v0.11.0
31072026-05-21T17:11:10.383Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-05-21T17:11:10.437Z Compiling proc-macro-crate v3.4.0
31092026-05-21T17:11:10.487Z Compiling atomicwrites v0.4.4
31102026-05-21T17:11:10.647Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-21T17:11:10.708Z Compiling num v0.4.3
31122026-05-21T17:11:10.750Z Compiling cobs v0.3.0
31132026-05-21T17:11:10.767Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31142026-05-21T17:11:10.782Z Compiling float-ord v0.3.2
31152026-05-21T17:11:10.809Z Compiling colored v3.1.1
31162026-05-21T17:11:10.930Z Compiling postcard v1.1.3
31172026-05-21T17:11:10.978Z Compiling proc-macro-error v1.0.4
31182026-05-21T17:11:10.995Z Compiling proc-macro-crate v1.3.1
31192026-05-21T17:11:11.036Z Compiling foreign-types-macros v0.2.3
31202026-05-21T17:11:11.053Z Compiling num_enum_derive v0.7.5
31212026-05-21T17:11:11.103Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31222026-05-21T17:11:11.226Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31232026-05-21T17:11:11.244Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31242026-05-21T17:11:11.307Z Compiling cpufeatures v0.3.0
31252026-05-21T17:11:11.366Z Compiling foreign-types-shared v0.3.1
31262026-05-21T17:11:11.409Z Compiling rayon-core v1.13.0
31272026-05-21T17:11:11.463Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282026-05-21T17:11:11.500Z Compiling num_enum_derive v0.5.11
31292026-05-21T17:11:11.512Z Compiling chacha20 v0.10.0
31302026-05-21T17:11:11.558Z Compiling toml v0.8.23
31312026-05-21T17:11:11.653Z Compiling crossbeam-deque v0.8.6
31322026-05-21T17:11:11.672Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31332026-05-21T17:11:11.687Z Compiling camino-tempfile v1.4.1
31342026-05-21T17:11:11.710Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-05-21T17:11:11.728Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-21T17:11:11.747Z Compiling foreign-types v0.5.0
31372026-05-21T17:11:11.848Z Compiling cstr-argument v0.1.2
31382026-05-21T17:11:11.878Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-05-21T17:11:11.951Z Compiling rand v0.10.0
31402026-05-21T17:11:12.036Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-05-21T17:11:12.128Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31422026-05-21T17:11:12.204Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-05-21T17:11:12.229Z Compiling num_enum v0.7.5
31442026-05-21T17:11:12.245Z Compiling zone_cfg_derive v0.3.1
31452026-05-21T17:11:12.260Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-21T17:11:12.297Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-21T17:11:12.314Z Compiling ingot-types v0.1.2
31482026-05-21T17:11:12.329Z Compiling rayon v1.11.0
31492026-05-21T17:11:12.359Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31502026-05-21T17:11:12.391Z Compiling itertools v0.12.1
31512026-05-21T17:11:12.409Z Compiling num-derive v0.4.2
31522026-05-21T17:11:12.444Z Compiling sigpipe v0.1.3
31532026-05-21T17:11:12.529Z Compiling prettyplease v0.2.37
31542026-05-21T17:11:12.546Z Compiling glob v0.3.3
31552026-05-21T17:11:12.602Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-21T17:11:12.620Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-05-21T17:11:12.637Z Compiling num_enum v0.5.11
31582026-05-21T17:11:12.779Z Compiling ingot v0.1.1
31592026-05-21T17:11:12.779Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31602026-05-21T17:11:12.813Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31612026-05-21T17:11:12.864Z Compiling smf v0.2.3
31622026-05-21T17:11:12.889Z Compiling whoami v1.6.1
31632026-05-21T17:11:12.960Z Compiling usdt-attr-macro v0.5.0
31642026-05-21T17:11:12.975Z Compiling gethostname v0.5.0
31652026-05-21T17:11:13.133Z Compiling usdt-macro v0.5.0
31662026-05-21T17:11:13.146Z Compiling memmap v0.7.0
31672026-05-21T17:11:13.211Z Compiling derive-where v1.6.0
31682026-05-21T17:11:13.368Z Compiling progenitor-client v0.13.0
31692026-05-21T17:11:13.389Z Compiling resolv-conf v0.7.6
31702026-05-21T17:11:13.407Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31712026-05-21T17:11:13.434Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31722026-05-21T17:11:13.601Z Compiling zone v0.3.1
31732026-05-21T17:11:13.665Z Compiling owo-colors v4.3.0
31742026-05-21T17:11:13.726Z Compiling cancel-safe-futures v0.1.5
31752026-05-21T17:11:13.771Z Compiling libsw-core v0.3.2
31762026-05-21T17:11:13.820Z Compiling console v0.15.11
31772026-05-21T17:11:13.836Z Compiling hickory-proto v0.24.4
31782026-05-21T17:11:13.939Z Compiling usdt v0.5.0
31792026-05-21T17:11:13.972Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-21T17:11:14.139Z Compiling libsw v3.5.0
31812026-05-21T17:11:14.159Z Compiling newline-converter v0.3.0
31822026-05-21T17:11:14.163Z Compiling linear-map v1.2.0
31832026-05-21T17:11:14.243Z Compiling libefi-sys v0.1.0
31842026-05-21T17:11:14.314Z Compiling linked-hash-map v0.5.6
31852026-05-21T17:11:14.314Z Compiling expectorate v1.2.0
31862026-05-21T17:11:14.348Z Compiling git-stub v1.0.0
31872026-05-21T17:11:14.352Z Compiling bitfield-struct v0.6.2
31882026-05-21T17:11:14.383Z Compiling semver v0.1.20
31892026-05-21T17:11:14.436Z Compiling tokio-dtrace v0.1.1
31902026-05-21T17:11:14.485Z Compiling typify-macro v0.6.2
31912026-05-21T17:11:14.501Z Compiling lru-cache v0.1.2
31922026-05-21T17:11:14.524Z Compiling git-stub-vcs v0.1.0
31932026-05-21T17:11:14.542Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31942026-05-21T17:11:14.599Z Compiling rustc_version v0.1.7
31952026-05-21T17:11:14.647Z Compiling dropshot-api-manager-types v0.7.1
31962026-05-21T17:11:14.666Z Compiling slog-dtrace v0.3.0
31972026-05-21T17:11:14.695Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-05-21T17:11:14.751Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-05-21T17:11:14.771Z Compiling minimal-lexical v0.2.1
32002026-05-21T17:11:14.801Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-05-21T17:11:14.847Z Compiling oxide-tokio-rt v0.1.4
32022026-05-21T17:11:14.866Z Compiling newtype_derive v0.1.6
32032026-05-21T17:11:14.886Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-05-21T17:11:14.920Z Compiling typify-impl v0.4.3
32052026-05-21T17:11:14.966Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32062026-05-21T17:11:15.006Z Compiling nom v7.1.3
32072026-05-21T17:11:15.043Z Compiling phf_shared v0.12.1
32082026-05-21T17:11:15.072Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32092026-05-21T17:11:15.089Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-21T17:11:15.106Z Compiling csv-core v0.1.13
32112026-05-21T17:11:15.173Z Compiling highway v1.3.0
32122026-05-21T17:11:15.248Z Compiling xshell-macros v0.2.7
32132026-05-21T17:11:15.310Z Compiling chrono-tz v0.10.4
32142026-05-21T17:11:15.405Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-05-21T17:11:15.421Z Compiling csv v1.4.0
32162026-05-21T17:11:15.560Z Compiling phf v0.12.1
32172026-05-21T17:11:15.578Z Compiling const_format_proc_macros v0.2.34
32182026-05-21T17:11:15.677Z Compiling xshell v0.2.7
32192026-05-21T17:11:15.705Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32202026-05-21T17:11:15.740Z Compiling primeorder v0.13.6
32212026-05-21T17:11:15.826Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32222026-05-21T17:11:15.990Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32232026-05-21T17:11:16.007Z Compiling hickory-resolver v0.24.4
32242026-05-21T17:11:16.139Z Compiling tabled_derive v0.7.0
32252026-05-21T17:11:16.248Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-05-21T17:11:16.345Z Compiling bcs v0.1.6
32272026-05-21T17:11:16.364Z Compiling typify v0.6.2
32282026-05-21T17:11:16.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32292026-05-21T17:11:16.456Z Compiling tagptr v0.2.0
32302026-05-21T17:11:16.498Z Compiling progenitor-impl v0.14.0
32312026-05-21T17:11:16.513Z Compiling progenitor-impl v0.13.0
32322026-05-21T17:11:16.631Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-05-21T17:11:16.686Z Compiling const_format v0.2.35
32342026-05-21T17:11:16.740Z Compiling salty v0.3.0
32352026-05-21T17:11:16.853Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32362026-05-21T17:11:16.962Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32372026-05-21T17:11:17.027Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-21T17:11:17.042Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32392026-05-21T17:11:17.183Z Compiling qorb v0.4.1
32402026-05-21T17:11:17.209Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412026-05-21T17:11:17.261Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32422026-05-21T17:11:17.505Z Compiling termtree v0.5.1
32432026-05-21T17:11:17.521Z Compiling textwrap v0.16.2
32442026-05-21T17:11:17.696Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32452026-05-21T17:11:17.733Z Compiling tabled v0.15.0
32462026-05-21T17:11:18.040Z Compiling moka v0.12.13
32472026-05-21T17:11:18.060Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-05-21T17:11:18.305Z Compiling steno v0.4.1
32492026-05-21T17:11:18.321Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32502026-05-21T17:11:18.376Z Compiling radium v0.7.0
32512026-05-21T17:11:18.491Z Compiling base64 v0.21.7
32522026-05-21T17:11:18.638Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32532026-05-21T17:11:18.681Z Compiling humantime v2.3.0
32542026-05-21T17:11:18.794Z Compiling hickory-resolver v0.25.2
32552026-05-21T17:11:18.858Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32562026-05-21T17:11:18.919Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32572026-05-21T17:11:18.986Z Compiling p384 v0.13.1
32582026-05-21T17:11:19.123Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32592026-05-21T17:11:19.241Z Compiling progenitor-macro v0.14.0
32602026-05-21T17:11:19.293Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32612026-05-21T17:11:19.312Z Compiling progenitor-macro v0.13.0
32622026-05-21T17:11:19.315Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-05-21T17:11:19.351Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-05-21T17:11:19.531Z Compiling typify-macro v0.4.3
32652026-05-21T17:11:19.548Z Compiling tap v1.0.1
32662026-05-21T17:11:19.577Z Compiling maybe-uninit v2.0.0
32672026-05-21T17:11:19.689Z Compiling wyz v0.5.1
32682026-05-21T17:11:19.853Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-05-21T17:11:19.936Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-05-21T17:11:19.961Z Compiling proc-macro-error-attr2 v2.0.0
32712026-05-21T17:11:20.151Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-05-21T17:11:20.170Z Compiling packed_struct v0.10.1
32732026-05-21T17:11:20.304Z Compiling utf-8 v0.7.6
32742026-05-21T17:11:20.391Z Compiling parking_lot_core v0.8.6
32752026-05-21T17:11:20.406Z Compiling funty v2.0.0
32762026-05-21T17:11:20.491Z Compiling tungstenite v0.21.0
32772026-05-21T17:11:20.522Z Compiling proc-macro-error2 v2.0.1
32782026-05-21T17:11:20.632Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32792026-05-21T17:11:20.750Z Compiling bitvec v1.0.1
32802026-05-21T17:11:20.799Z Compiling polyval v0.6.2
32812026-05-21T17:11:20.828Z Compiling packed_struct_codegen v0.10.1
32822026-05-21T17:11:20.876Z Compiling num-derive v0.3.3
32832026-05-21T17:11:20.894Z Compiling zerocopy-derive v0.6.6
32842026-05-21T17:11:21.043Z Compiling bitfield-macros v0.19.4
32852026-05-21T17:11:21.062Z Compiling indexmap v1.9.3
32862026-05-21T17:11:21.078Z Compiling crc-catalog v2.4.0
32872026-05-21T17:11:21.180Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-05-21T17:11:21.237Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-05-21T17:11:21.330Z Compiling nodrop v0.1.14
32902026-05-21T17:11:21.347Z Compiling typify v0.4.3
32912026-05-21T17:11:21.433Z Compiling array-init v0.0.4
32922026-05-21T17:11:21.456Z Compiling progenitor-impl v0.11.2
32932026-05-21T17:11:21.506Z Compiling crc v3.4.0
32942026-05-21T17:11:21.523Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-05-21T17:11:21.542Z Compiling tokio-tungstenite v0.21.0
32962026-05-21T17:11:21.749Z Compiling ghash v0.5.1
32972026-05-21T17:11:21.822Z Compiling tabled_derive v0.11.0
32982026-05-21T17:11:21.836Z Compiling zerocopy v0.6.6
32992026-05-21T17:11:21.855Z Compiling bitfield v0.19.4
33002026-05-21T17:11:21.894Z Compiling smallvec v0.6.14
33012026-05-21T17:11:21.912Z Compiling libscf-sys v1.1.0
33022026-05-21T17:11:22.084Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-05-21T17:11:22.134Z Compiling papergrid v0.17.0
33042026-05-21T17:11:22.174Z Compiling testing_table v0.3.0
33052026-05-21T17:11:22.192Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-05-21T17:11:22.312Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33072026-05-21T17:11:22.370Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33082026-05-21T17:11:22.386Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33092026-05-21T17:11:22.517Z Compiling ctr v0.9.2
33102026-05-21T17:11:22.619Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-21T17:11:22.638Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33122026-05-21T17:11:22.663Z Compiling corncobs v0.1.4
33132026-05-21T17:11:22.757Z Compiling illumos-nvpair-sys v0.2.0
33142026-05-21T17:11:22.781Z Compiling unicase v2.9.0
33152026-05-21T17:11:22.873Z Compiling hashbrown v0.12.3
33162026-05-21T17:11:22.955Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-21T17:11:22.972Z Compiling aes-gcm v0.10.3
33182026-05-21T17:11:23.036Z Compiling mime_guess v2.0.5
33192026-05-21T17:11:23.059Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-05-21T17:11:23.063Z Compiling parking_lot v0.11.2
33212026-05-21T17:11:23.091Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-05-21T17:11:23.197Z Compiling tabled v0.20.0
33232026-05-21T17:11:23.399Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-21T17:11:23.416Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33252026-05-21T17:11:23.513Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-05-21T17:11:23.627Z Compiling serde-hex v0.1.0
33272026-05-21T17:11:23.645Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33282026-05-21T17:11:23.848Z Compiling progenitor-impl v0.10.0
33292026-05-21T17:11:23.921Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-05-21T17:11:23.987Z Compiling ron v0.8.1
33312026-05-21T17:11:24.049Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33322026-05-21T17:11:24.112Z Compiling hashbrown v0.13.2
33332026-05-21T17:11:24.144Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33342026-05-21T17:11:24.250Z Compiling progenitor-macro v0.11.2
33352026-05-21T17:11:24.551Z Compiling progenitor-client v0.11.2
33362026-05-21T17:11:24.594Z Compiling progenitor v0.14.0
33372026-05-21T17:11:24.610Z Compiling progenitor v0.13.0
33382026-05-21T17:11:24.637Z Compiling blowfish v0.9.1
33392026-05-21T17:11:24.777Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33402026-05-21T17:11:24.796Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33412026-05-21T17:11:24.921Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-21T17:11:24.974Z Compiling ssh-encoding v0.2.0
33432026-05-21T17:11:25.003Z Compiling prefix-trie v0.7.0
33442026-05-21T17:11:25.025Z Compiling fxhash v0.2.1
33452026-05-21T17:11:25.197Z Compiling secrecy v0.8.0
33462026-05-21T17:11:25.272Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-05-21T17:11:25.382Z Compiling crc-any v2.5.0
33482026-05-21T17:11:25.399Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33492026-05-21T17:11:25.423Z Compiling hickory-server v0.25.2
33502026-05-21T17:11:25.532Z Compiling ssh-cipher v0.2.0
33512026-05-21T17:11:25.658Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-05-21T17:11:25.677Z Compiling sled v0.34.7
33532026-05-21T17:11:25.706Z Compiling bcrypt-pbkdf v0.10.0
33542026-05-21T17:11:25.756Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33552026-05-21T17:11:26.099Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33562026-05-21T17:11:26.279Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-05-21T17:11:26.626Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33582026-05-21T17:11:26.645Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33592026-05-21T17:11:26.671Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-05-21T17:11:26.846Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-05-21T17:11:26.970Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33622026-05-21T17:11:27.365Z Compiling progenitor-macro v0.10.0
33632026-05-21T17:11:27.442Z Compiling object v0.30.4
33642026-05-21T17:11:27.805Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652026-05-21T17:11:27.886Z Compiling password-hash v0.4.2
33662026-05-21T17:11:27.963Z Compiling http-range v0.1.5
33672026-05-21T17:11:28.171Z Compiling crc8 v0.1.1
33682026-05-21T17:11:28.190Z Compiling half v1.8.3
33692026-05-21T17:11:28.286Z Compiling path-slash v0.1.5
33702026-05-21T17:11:28.330Z Compiling pbkdf2 v0.11.0
33712026-05-21T17:11:28.459Z Compiling serde_cbor v0.11.2
33722026-05-21T17:11:28.498Z Compiling illumos-nvpair v0.3.0
33732026-05-21T17:11:28.584Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-05-21T17:11:28.778Z Compiling ssh-key v0.6.7
33752026-05-21T17:11:28.957Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33762026-05-21T17:11:29.028Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33772026-05-21T17:11:29.092Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33782026-05-21T17:11:29.350Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33792026-05-21T17:11:29.368Z Compiling progenitor v0.11.2
33802026-05-21T17:11:29.564Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33812026-05-21T17:11:29.602Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33822026-05-21T17:11:29.630Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-05-21T17:11:29.858Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-05-21T17:11:30.078Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33852026-05-21T17:11:30.118Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-05-21T17:11:30.141Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-21T17:11:30.159Z Compiling p521 v0.13.3
33882026-05-21T17:11:30.296Z Compiling p256 v0.13.2
33892026-05-21T17:11:30.486Z Compiling yasna v0.5.2
33902026-05-21T17:11:30.519Z Compiling kstat-rs v0.2.4
33912026-05-21T17:11:30.614Z Compiling headers-core v0.3.0
33922026-05-21T17:11:30.646Z Compiling nanorand v0.7.0
33932026-05-21T17:11:30.707Z Compiling atty v0.2.14
33942026-05-21T17:11:30.764Z Compiling russh-cryptovec v0.7.3
33952026-05-21T17:11:30.844Z Compiling home v0.5.12
33962026-05-21T17:11:30.861Z Compiling md5 v0.7.0
33972026-05-21T17:11:30.881Z Compiling flume v0.11.1
33982026-05-21T17:11:30.975Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33992026-05-21T17:11:30.987Z Compiling rcgen v0.12.1
34002026-05-21T17:11:30.990Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34012026-05-21T17:11:31.019Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34022026-05-21T17:11:31.109Z Compiling russh-keys v0.45.0
34032026-05-21T17:11:31.164Z Compiling headers v0.4.1
34042026-05-21T17:11:31.187Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-05-21T17:11:31.232Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-05-21T17:11:31.295Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34072026-05-21T17:11:31.418Z Compiling hyper-staticfile v0.10.1
34082026-05-21T17:11:31.574Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34092026-05-21T17:11:31.733Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34102026-05-21T17:11:31.944Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34112026-05-21T17:11:31.978Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34122026-05-21T17:11:31.996Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34132026-05-21T17:11:32.011Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34142026-05-21T17:11:32.063Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34152026-05-21T17:11:32.231Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34162026-05-21T17:11:32.317Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34172026-05-21T17:11:32.446Z Compiling num-bigint v0.4.6
34182026-05-21T17:11:32.465Z Compiling des v0.8.1
34192026-05-21T17:11:32.500Z Compiling progenitor v0.10.0
34202026-05-21T17:11:32.562Z Compiling subprocess v0.2.15
34212026-05-21T17:11:32.692Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-05-21T17:11:32.711Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-05-21T17:11:32.728Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-05-21T17:11:32.768Z Compiling display-error-chain v0.2.2
34252026-05-21T17:11:32.772Z Compiling hex-literal v0.4.1
34262026-05-21T17:11:32.824Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34272026-05-21T17:11:32.924Z Compiling colored v2.2.0
34282026-05-21T17:11:32.941Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34292026-05-21T17:11:33.082Z Compiling socket2 v0.5.10
34302026-05-21T17:11:33.189Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34312026-05-21T17:11:33.213Z Compiling internet-checksum v0.2.1
34322026-05-21T17:11:33.679Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34332026-05-21T17:11:33.697Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34342026-05-21T17:11:33.735Z Compiling russh v0.45.0
34352026-05-21T17:11:36.010Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34362026-05-21T17:11:36.301Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34372026-05-21T17:11:36.970Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34382026-05-21T17:11:37.445Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34392026-05-21T17:11:39.108Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34402026-05-21T17:11:47.104Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-05-21T17:11:47.104Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34422026-05-21T17:11:47.105Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34432026-05-21T17:11:47.108Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-05-21T17:11:48.827Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-05-21T17:11:48.995Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-05-21T17:11:53.197Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34472026-05-21T17:12:32.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34482026-05-21T17:12:32.666Z
34492026-05-21T17:12:32.666Zreal 1:26.811281916
34502026-05-21T17:12:32.666Zuser 8:16.238820602
34512026-05-21T17:12:32.666Zsys 1:43.721719076
34522026-05-21T17:12:32.666Ztrap 0.267016595
34532026-05-21T17:12:32.666Ztflt 0.590184478
34542026-05-21T17:12:32.671Zdflt 1.784162134
34552026-05-21T17:12:32.671Zkflt 0.000886420
34562026-05-21T17:12:32.671Zlock 29:37.597036266
34572026-05-21T17:12:32.671Zslp 19:18.180760238
34582026-05-21T17:12:32.671Zlat 40.103446842
34592026-05-21T17:12:32.671Zstop 2:53.077193303
34602026-05-21T17:12:32.671Z+ mkdir tests
34612026-05-21T17:12:32.671Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-05-21T17:12:32.674Z+ xargs -I '{}' -t cp '{}' tests/
34632026-05-21T17:12:32.701Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/
34642026-05-21T17:12:32.731Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/
34652026-05-21T17:12:32.764Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/
34662026-05-21T17:12:32.798Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/
34672026-05-21T17:12:33.159Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34682026-05-21T17:12:33.162Z+ 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-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34692026-05-21T17:13:53.439ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-05-21T17:13:53.439Za .github/buildomat/ci-env.sh 1K
34712026-05-21T17:13:53.439Za out/target/test 1K
34722026-05-21T17:13:53.439Za out/npuzone/npuzone 27402K
34732026-05-21T17:13:53.439Za package-manifest.toml 35K
34742026-05-21T17:13:53.439Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-05-21T17:13:53.439Za target/release/omicron-package 45999K
34762026-05-21T17:13:53.439Za target/release/xtask 11449K
34772026-05-21T17:13:53.439Za target/debug/bootstrap 352329K
34782026-05-21T17:13:53.439Za tests/bootstrap-54eb8cb4fad452e9 31215K
34792026-05-21T17:13:53.439Za tests/commtest-e57ddec93a65e07d 32300K
34802026-05-21T17:13:53.439Za tests/dhcp_server-b3d54b1df50298e7 31215K
34812026-05-21T17:13:53.439Za tests/end_to_end_tests-b20bfc9b29c19962 394109K
34822026-05-21T17:13:53.440Za tools/opte_version 1K
34832026-05-21T17:13:53.440Za tools/opte_version_override 2K
34842026-05-21T17:13:53.440Za out/clickhouse.tar.gz 319625K
34852026-05-21T17:13:53.440Za out/clickhouse_keeper.tar.gz 304978K
34862026-05-21T17:13:53.440Za out/clickhouse_server.tar.gz 319623K
34872026-05-21T17:13:53.440Za out/cockroachdb.tar.gz 165159K
34882026-05-21T17:13:53.440Za out/crucible-pantry-zone.tar.gz 44198K
34892026-05-21T17:13:53.440Za out/crucible-utils.tar 17744K
34902026-05-21T17:13:53.440Za out/crucible-zone.tar.gz 58336K
34912026-05-21T17:13:53.440Za out/external-dns.tar.gz 50336K
34922026-05-21T17:13:53.440Za out/internal-dns.tar.gz 50335K
34932026-05-21T17:13:53.440Za out/mg-ddm-gz.tar 95141K
34942026-05-21T17:13:53.440Za out/nexus.tar.gz 221253K
34952026-05-21T17:13:53.440Za out/ntp.tar.gz 32158K
34962026-05-21T17:13:53.440Za out/omicron-gateway-softnpu.tar.gz 29750K
34972026-05-21T17:13:53.440Za out/omicron-sled-agent.tar 205646K
34982026-05-21T17:13:53.440Za out/overlay.tar.gz 3K
34992026-05-21T17:13:53.440Za out/oximeter.tar.gz 67421K
35002026-05-21T17:13:53.440Za out/oxlog.tar 3782K
35012026-05-21T17:13:53.440Za out/probe.tar.gz 3037K
35022026-05-21T17:13:53.440Za out/propolis-server.tar.gz 38727K
35032026-05-21T17:13:53.440Za out/pumpkind-gz.tar 26647K
35042026-05-21T17:13:53.440Za out/switch-softnpu.tar.gz 397155K
35052026-05-21T17:13:53.444Z
35062026-05-21T17:13:53.444Zreal 1:20.277977821
35072026-05-21T17:13:53.444Zuser 1:17.644936163
35082026-05-21T17:13:53.444Zsys 4.445353831
35092026-05-21T17:13:53.444Ztrap 0.006016104
35102026-05-21T17:13:53.444Ztflt 0.000000000
35112026-05-21T17:13:53.444Zdflt 0.000000000
35122026-05-21T17:13:53.444Zkflt 0.000000000
35132026-05-21T17:13:53.444Zlock 0.000000000
35142026-05-21T17:13:53.444Zslp 1:17.511692862
35152026-05-21T17:13:53.444Zlat 0.942228849
35162026-05-21T17:13:53.444Zstop 0.000211510
35172026-05-21T17:13:53.444Zprocess exited: duration 910606 ms, exit code 0
 
35182026-05-21T17:13:53.459Zfound 1 output files
35192026-05-21T17:13:53.459Zuploading: /work/package.tar.gz (2448496137 bytes)
35202026-05-21T17:14:22.891Zuploaded: /work/package.tar.gz