01KTAYTYM37W9BFD8RDKYC606Q: test-proptest

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/work/proptest-regressions/*",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTAYWMR88HZYXFQC7GYJ3426

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T04:00:03.149Zjob assigned to worker 01KTAYYQ3K9XWZVXDP0G4ZB0TK [factory aws, i-0e3633155ad077497] (queued for 1 m 58 s)
 
22026-06-05T04:00:10.151Zstarting task 0: "setup"
32026-06-05T04:00:10.156Z++ uname -s
42026-06-05T04:00:10.163Z+ kern=SunOS
52026-06-05T04:00:10.163Z+ build_user=build
62026-06-05T04:00:10.163Z+ build_uid=12345
72026-06-05T04:00:10.164Z+ work_dir=/work
82026-06-05T04:00:10.164Z+ input_dir=/input
92026-06-05T04:00:10.164Z+ [[ 0 == 12345 ]]
102026-06-05T04:00:10.164Z+ case "$kern" in
112026-06-05T04:00:10.164Z+ groupadd -g 12345 build
122026-06-05T04:00:10.164Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T04:00:12.465Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T04:00:13.020Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T04:00:13.020Z+ home_fs=zfs
162026-06-05T04:00:13.020Z+ [[ zfs == autofs ]]
172026-06-05T04:00:13.020Z+ mkdir -p /home/build
182026-06-05T04:00:13.020Z+ chown build:build /home/build /work
192026-06-05T04:00:14.303Z+ chmod 0700 /home/build /work
202026-06-05T04:00:14.306Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-05T04:00:14.347Zstarting task 1: "rust-toolchain"
222026-06-05T04:00:14.368Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T04:00:14.368Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T04:00:14.368Z * rust toolchain channel = "stable"
252026-06-05T04:00:14.368Z * rust toolchain profile = "default"
262026-06-05T04:00:14.368Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T04:00:14.368Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T04:00:14.368Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T04:00:14.368Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T04:00:14.478Zinfo: downloading installer
312026-06-05T04:00:15.776Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T04:00:15.776Zwarn: /opt/ooce/bin
332026-06-05T04:00:15.776Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T04:00:15.776Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T04:00:15.776Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T04:00:15.776Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T04:00:15.777Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T04:00:15.777Zerror: cannot install while Rust is installed
392026-06-05T04:00:15.777Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T04:00:15.777Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T04:00:15.777Zwarn: /home/build/.rustup/settings.toml
422026-06-05T04:00:15.777Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T04:00:15.777Zwarn: instead of the one inferred from the default host triple.
442026-06-05T04:00:15.788Zinfo: profile set to default
452026-06-05T04:00:15.788Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T04:00:15.788Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T04:00:15.939Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T04:00:15.939Zinfo: downloading 6 components
492026-06-05T04:00:30.742Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T04:00:30.742Z
512026-06-05T04:00:30.777Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T04:00:30.777Z
532026-06-05T04:00:30.777Z
542026-06-05T04:00:30.777ZRust is installed now. Great!
552026-06-05T04:00:30.777Z
562026-06-05T04:00:30.777ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T04:00:30.777Zenvironment variable. This has not been done automatically.
582026-06-05T04:00:30.777Z
592026-06-05T04:00:30.777ZTo configure your current shell, you need to source
602026-06-05T04:00:30.777Zthe corresponding env file under $HOME/.cargo.
612026-06-05T04:00:30.777Z
622026-06-05T04:00:30.777ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T04:00:30.777Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T04:00:30.777Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T04:00:30.777Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T04:00:30.777Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T04:00:30.777Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T04:00:30.777Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T04:00:30.780Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T04:00:30.780Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T04:00:30.869Z+ rustup --version
722026-06-05T04:00:30.878Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T04:00:30.881Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T04:00:30.900Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T04:00:30.903Z+ cargo --version
762026-06-05T04:00:30.916Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T04:00:30.919Z+ rustc --version
782026-06-05T04:00:30.938Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T04:00:30.941Zprocess exited: duration 16598 ms, exit code 0
 
802026-06-05T04:00:30.947Zstarting task 2: "authentication"
812026-06-05T04:00:30.963Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T04:00:30.970Zstarting task 3: "clone repository"
832026-06-05T04:00:30.973Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T04:00:30.976Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T04:00:31.016ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T04:00:32.069Z+ cd /work/oxidecomputer/maghemite
872026-06-05T04:00:32.069Z+ git fetch origin a20914a29abd2d41480d887d0cde49b8881b0f51
882026-06-05T04:00:32.293ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T04:00:32.293Z * branch a20914a29abd2d41480d887d0cde49b8881b0f51 -> FETCH_HEAD
902026-06-05T04:00:32.298Z+ [[ -n renovate/serde_json-1.x ]]
912026-06-05T04:00:32.301Z++ git branch --show-current
922026-06-05T04:00:32.301Z+ current=main
932026-06-05T04:00:32.301Z+ [[ main != renovate/serde_json-1.x ]]
942026-06-05T04:00:32.301Z+ git branch -f renovate/serde_json-1.x a20914a29abd2d41480d887d0cde49b8881b0f51
952026-06-05T04:00:32.304Z+ git checkout -f renovate/serde_json-1.x
962026-06-05T04:00:32.321ZSwitched to branch 'renovate/serde_json-1.x'
972026-06-05T04:00:32.324Z+ git reset --hard a20914a29abd2d41480d887d0cde49b8881b0f51
982026-06-05T04:00:32.327ZHEAD is now at a20914a Update Rust crate serde_json to 1.0.150
992026-06-05T04:00:32.327Zprocess exited: duration 1355 ms, exit code 0
 
1002026-06-05T04:00:32.333Zstarting task 4: "build"
1012026-06-05T04:00:32.338Z+ set -e
1022026-06-05T04:00:32.338Z+ NEXTEST_VERSION=0.9.97
1032026-06-05T04:00:32.338Z+ PLATFORM=illumos
1042026-06-05T04:00:32.341Z+ cargo --version
1052026-06-05T04:00:32.350Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-05T04:00:32.475Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-05T04:00:32.479Zinfo: downloading 6 components
1082026-06-05T04:00:47.261Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-05T04:00:47.267Z+ rustc --version
1102026-06-05T04:00:47.296Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-05T04:00:47.308Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-05T04:00:47.347Z Updating crates.io index
1132026-06-05T04:00:47.435Z Downloading crates ...
1142026-06-05T04:00:47.520Z Downloaded cargo-nextest v0.9.97
1152026-06-05T04:00:47.554Z Installing cargo-nextest v0.9.97
1162026-06-05T04:00:47.596Z Updating crates.io index
1172026-06-05T04:00:50.115Z Locking 404 packages to latest compatible versions
1182026-06-05T04:00:50.120Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-05T04:00:50.123Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-05T04:00:50.123Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-05T04:00:50.123Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-05T04:00:50.127Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-05T04:00:50.127Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-05T04:00:50.127Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-05T04:00:50.130Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-05T04:00:50.134Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-05T04:00:50.160Z Downloading crates ...
1282026-06-05T04:00:50.235Z Downloaded anstyle-query v1.1.5
1292026-06-05T04:00:50.242Z Downloaded foreign-types-shared v0.1.1
1302026-06-05T04:00:50.245Z Downloaded bitflags v2.12.1
1312026-06-05T04:00:50.250Z Downloaded foldhash v0.1.5
1322026-06-05T04:00:50.250Z Downloaded futures v0.3.32
1332026-06-05T04:00:50.254Z Downloaded dialoguer v0.11.0
1342026-06-05T04:00:50.257Z Downloaded console v0.15.11
1352026-06-05T04:00:50.259Z Downloaded cargo-platform v0.2.0
1362026-06-05T04:00:50.263Z Downloaded getrandom v0.3.4
1372026-06-05T04:00:50.266Z Downloaded cpufeatures v0.2.17
1382026-06-05T04:00:50.266Z Downloaded clap_lex v1.1.0
1392026-06-05T04:00:50.270Z Downloaded cargo_metadata v0.20.0
1402026-06-05T04:00:50.270Z Downloaded block-buffer v0.10.4
1412026-06-05T04:00:50.270Z Downloaded futures-sink v0.3.32
1422026-06-05T04:00:50.272Z Downloaded hashbrown v0.17.1
1432026-06-05T04:00:50.275Z Downloaded fastrand v2.4.1
1442026-06-05T04:00:50.278Z Downloaded globset v0.4.18
1452026-06-05T04:00:50.282Z Downloaded erased-serde v0.4.10
1462026-06-05T04:00:50.286Z Downloaded http-body v1.0.1
1472026-06-05T04:00:50.290Z Downloaded clap v4.6.1
1482026-06-05T04:00:50.293Z Downloaded rustc_version v0.4.1
1492026-06-05T04:00:50.296Z Downloaded humantime v2.3.0
1502026-06-05T04:00:50.296Z Downloaded ed25519 v2.2.3
1512026-06-05T04:00:50.299Z Downloaded indicatif v0.17.11
1522026-06-05T04:00:50.299Z Downloaded openssl-sys v0.9.116
1532026-06-05T04:00:50.302Z Downloaded serde-untagged v0.1.9
1542026-06-05T04:00:50.306Z Downloaded pkg-config v0.3.33
1552026-06-05T04:00:50.309Z Downloaded anstyle-parse v1.0.0
1562026-06-05T04:00:50.309Z Downloaded errno v0.3.14
1572026-06-05T04:00:50.311Z Downloaded crc32fast v1.5.0
1582026-06-05T04:00:50.314Z Downloaded guppy-workspace-hack v0.1.0
1592026-06-05T04:00:50.314Z Downloaded config v0.15.23
1602026-06-05T04:00:50.318Z Downloaded miette v7.6.0
1612026-06-05T04:00:50.322Z Downloaded future-queue v0.4.0
1622026-06-05T04:00:50.325Z Downloaded signature v2.2.0
1632026-06-05T04:00:50.325Z Downloaded nextest-filtering v0.15.0
1642026-06-05T04:00:50.325Z Downloaded futures-task v0.3.32
1652026-06-05T04:00:50.326Z Downloaded heck v0.5.0
1662026-06-05T04:00:50.331Z Downloaded futures-io v0.3.32
1672026-06-05T04:00:50.331Z Downloaded mio v1.2.1
1682026-06-05T04:00:50.338Z Downloaded quick-xml v0.37.5
1692026-06-05T04:00:50.342Z Downloaded generic-array v0.14.7
1702026-06-05T04:00:50.342Z Downloaded fixedbitset v0.5.7
1712026-06-05T04:00:50.342Z Downloaded anstyle v1.0.14
1722026-06-05T04:00:50.342Z Downloaded number_prefix v0.4.0
1732026-06-05T04:00:50.343Z Downloaded cfg_aliases v0.2.1
1742026-06-05T04:00:50.346Z Downloaded serde_urlencoded v0.7.1
1752026-06-05T04:00:50.346Z Downloaded serde_spanned v1.1.1
1762026-06-05T04:00:50.346Z Downloaded serde_ignored v0.1.14
1772026-06-05T04:00:50.347Z Downloaded autocfg v1.5.1
1782026-06-05T04:00:50.347Z Downloaded target-lexicon v0.13.5
1792026-06-05T04:00:50.349Z Downloaded foreign-types v0.3.2
1802026-06-05T04:00:50.349Z Downloaded eyre v0.6.12
1812026-06-05T04:00:50.353Z Downloaded camino v1.2.2
1822026-06-05T04:00:50.353Z Downloaded bytes v1.11.1
1832026-06-05T04:00:50.399Z Downloaded curve25519-dalek-derive v0.1.1
1842026-06-05T04:00:50.399Z Downloaded serde_path_to_error v0.1.20
1852026-06-05T04:00:50.399Z Downloaded rustls-webpki v0.103.13
1862026-06-05T04:00:50.399Z Downloaded shell-words v1.1.1
1872026-06-05T04:00:50.399Z Downloaded http-body-util v0.1.3
1882026-06-05T04:00:50.399Z Downloaded sigchld v0.2.4
1892026-06-05T04:00:50.399Z Downloaded getrandom v0.4.2
1902026-06-05T04:00:50.399Z Downloaded openssl-macros v0.1.1
1912026-06-05T04:00:50.399Z Downloaded indent_write v2.2.0
1922026-06-05T04:00:50.399Z Downloaded backtrace-ext v0.2.1
1932026-06-05T04:00:50.399Z Downloaded anstream v1.0.0
1942026-06-05T04:00:50.399Z Downloaded signal-hook-registry v1.4.8
1952026-06-05T04:00:50.400Z Downloaded derive_more-impl v2.1.1
1962026-06-05T04:00:50.400Z Downloaded cc v1.2.63
1972026-06-05T04:00:50.400Z Downloaded smol_str v0.3.6
1982026-06-05T04:00:50.400Z Downloaded strsim v0.11.1
1992026-06-05T04:00:50.400Z Downloaded quote v1.0.45
2002026-06-05T04:00:50.400Z Downloaded shlex v2.0.1
2012026-06-05T04:00:50.400Z Downloaded borsh v1.6.1
2022026-06-05T04:00:50.400Z Downloaded rand v0.9.4
2032026-06-05T04:00:50.400Z Downloaded subtle v2.6.1
2042026-06-05T04:00:50.400Z Downloaded spki v0.7.3
2052026-06-05T04:00:50.400Z Downloaded sync_wrapper v1.0.2
2062026-06-05T04:00:50.400Z Downloaded signal-hook v0.3.18
2072026-06-05T04:00:50.404Z Downloaded scopeguard v1.2.0
2082026-06-05T04:00:50.404Z Downloaded aho-corasick v1.1.4
2092026-06-05T04:00:50.404Z Downloaded proc-macro2 v1.0.106
2102026-06-05T04:00:50.404Z Downloaded parking_lot_core v0.9.12
2112026-06-05T04:00:50.404Z Downloaded parking_lot v0.12.5
2122026-06-05T04:00:50.408Z Downloaded slab v0.4.12
2132026-06-05T04:00:50.408Z Downloaded serde_derive v1.0.228
2142026-06-05T04:00:50.408Z Downloaded os_pipe v1.2.3
2152026-06-05T04:00:50.414Z Downloaded openssl v0.10.80
2162026-06-05T04:00:50.417Z Downloaded tinyvec v1.11.0
2172026-06-05T04:00:50.418Z Downloaded clap_builder v4.6.0
2182026-06-05T04:00:50.422Z Downloaded ron v0.12.1
2192026-06-05T04:00:50.428Z Downloaded tokio-stream v0.1.18
2202026-06-05T04:00:50.432Z Downloaded pin-project-lite v0.2.17
2212026-06-05T04:00:50.436Z Downloaded shared_child v1.1.1
2222026-06-05T04:00:50.436Z Downloaded chrono v0.4.45
2232026-06-05T04:00:50.440Z Downloaded tokio-macros v2.7.0
2242026-06-05T04:00:50.440Z Downloaded tracing-error v0.2.1
2252026-06-05T04:00:50.445Z Downloaded thread_local v1.1.9
2262026-06-05T04:00:50.445Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2272026-06-05T04:00:50.445Z Downloaded thiserror v2.0.18
2282026-06-05T04:00:50.449Z Downloaded tracing-attributes v0.1.31
2292026-06-05T04:00:50.450Z Downloaded rustc-hash v2.1.2
2302026-06-05T04:00:50.453Z Downloaded newtype-uuid v1.3.2
2312026-06-05T04:00:50.453Z Downloaded hyper-rustls v0.27.9
2322026-06-05T04:00:50.453Z Downloaded unicode-linebreak v0.1.5
2332026-06-05T04:00:50.457Z Downloaded curve25519-dalek v4.1.3
2342026-06-05T04:00:50.460Z Downloaded quick-junit v0.5.2
2352026-06-05T04:00:50.463Z Downloaded tracing-log v0.2.0
2362026-06-05T04:00:50.463Z Downloaded home v0.5.12
2372026-06-05T04:00:50.463Z Downloaded pathdiff v0.2.3
2382026-06-05T04:00:50.467Z Downloaded nested v0.1.1
2392026-06-05T04:00:50.467Z Downloaded ordered-float v2.10.1
2402026-06-05T04:00:50.467Z Downloaded nextest-workspace-hack v0.1.0
2412026-06-05T04:00:50.467Z Downloaded indenter v0.3.4
2422026-06-05T04:00:50.470Z Downloaded unicode-ident v1.0.24
2432026-06-05T04:00:50.470Z Downloaded native-tls v0.2.18
2442026-06-05T04:00:50.474Z Downloaded unicode-xid v0.2.6
2452026-06-05T04:00:50.477Z Downloaded untrusted v0.9.0
2462026-06-05T04:00:50.477Z Downloaded rand_chacha v0.9.0
2472026-06-05T04:00:50.478Z Downloaded toml_edit v0.22.27
2482026-06-05T04:00:50.481Z Downloaded lock_api v0.4.14
2492026-06-05T04:00:50.481Z Downloaded syn v2.0.117
2502026-06-05T04:00:50.490Z Downloaded tower v0.5.3
2512026-06-05T04:00:50.494Z Downloaded signal-hook-mio v0.2.5
2522026-06-05T04:00:50.497Z Downloaded miniz_oxide v0.8.9
2532026-06-05T04:00:50.498Z Downloaded utf8parse v0.2.2
2542026-06-05T04:00:50.498Z Downloaded tracing-subscriber v0.3.23
2552026-06-05T04:00:50.502Z Downloaded toml_writer v1.1.1+spec-1.1.0
2562026-06-05T04:00:50.505Z Downloaded utf8_iter v1.0.4
2572026-06-05T04:00:50.506Z Downloaded unicode-segmentation v1.13.3
2582026-06-05T04:00:50.512Z Downloaded thiserror-impl v1.0.69
2592026-06-05T04:00:50.512Z Downloaded target-spec-miette v0.4.8
2602026-06-05T04:00:50.517Z Downloaded lazy_static v1.5.0
2612026-06-05T04:00:50.517Z Downloaded const-oid v0.9.6
2622026-06-05T04:00:50.517Z Downloaded clap_derive v4.6.1
2632026-06-05T04:00:50.517Z Downloaded enable-ansi-support v0.2.1
2642026-06-05T04:00:50.517Z Downloaded self_update v0.42.0
2652026-06-05T04:00:50.522Z Downloaded xattr v1.6.1
2662026-06-05T04:00:50.522Z Downloaded xxhash-rust v0.8.15
2672026-06-05T04:00:50.523Z Downloaded simd-adler32 v0.3.9
2682026-06-05T04:00:50.523Z Downloaded async-scoped v0.9.0
2692026-06-05T04:00:50.529Z Downloaded cfg-if v1.0.4
2702026-06-05T04:00:50.529Z Downloaded smallvec v1.15.1
2712026-06-05T04:00:50.529Z Downloaded convert_case v0.10.0
2722026-06-05T04:00:50.529Z Downloaded base64ct v1.8.3
2732026-06-05T04:00:50.533Z Downloaded semver v1.0.28
2742026-06-05T04:00:50.533Z Downloaded hyper-util v0.1.20
2752026-06-05T04:00:50.533Z Downloaded quinn v0.11.9
2762026-06-05T04:00:50.540Z Downloaded find-msvc-tools v0.1.9
2772026-06-05T04:00:50.540Z Downloaded pin-project v1.1.13
2782026-06-05T04:00:50.543Z Downloaded miette-derive v7.6.0
2792026-06-05T04:00:50.543Z Downloaded document-features v0.2.12
2802026-06-05T04:00:50.547Z Downloaded debug-ignore v1.0.5
2812026-06-05T04:00:50.547Z Downloaded is_terminal_polyfill v1.70.2
2822026-06-05T04:00:50.547Z Downloaded atomic-waker v1.1.2
2832026-06-05T04:00:50.557Z Downloaded pkcs8 v0.10.2
2842026-06-05T04:00:50.557Z Downloaded toml v1.1.2+spec-1.1.0
2852026-06-05T04:00:50.557Z Downloaded litrs v1.0.0
2862026-06-05T04:00:50.562Z Downloaded zeroize v1.8.2
2872026-06-05T04:00:50.562Z Downloaded target-spec v3.6.0
2882026-06-05T04:00:50.562Z Downloaded ppv-lite86 v0.2.21
2892026-06-05T04:00:50.562Z Downloaded zstd v0.13.3
2902026-06-05T04:00:50.562Z Downloaded try-lock v0.2.5
2912026-06-05T04:00:50.562Z Downloaded humantime-serde v1.1.1
2922026-06-05T04:00:50.563Z Downloaded cargo-platform v0.3.3
2932026-06-05T04:00:50.566Z Downloaded rand_core v0.6.4
2942026-06-05T04:00:50.566Z Downloaded quinn-udp v0.5.14
2952026-06-05T04:00:50.566Z Downloaded hex v0.4.3
2962026-06-05T04:00:50.567Z Downloaded cargo-util-schemas v0.2.0
2972026-06-05T04:00:50.567Z Downloaded colorchoice v1.0.5
2982026-06-05T04:00:50.567Z Downloaded httparse v1.10.1
2992026-06-05T04:00:50.570Z Downloaded lru-slab v0.1.2
3002026-06-05T04:00:50.571Z Downloaded is_ci v1.2.0
3012026-06-05T04:00:50.571Z Downloaded indexmap v2.14.0
3022026-06-05T04:00:50.574Z Downloaded idna v1.1.0
3032026-06-05T04:00:50.574Z Downloaded cargo_metadata v0.23.1
3042026-06-05T04:00:50.582Z Downloaded supports-unicode v3.0.0
3052026-06-05T04:00:50.582Z Downloaded regex-syntax v0.8.10
3062026-06-05T04:00:50.582Z Downloaded supports-color v3.0.2
3072026-06-05T04:00:50.582Z Downloaded serde_spanned v0.6.9
3082026-06-05T04:00:50.585Z Downloaded typeid v1.0.3
3092026-06-05T04:00:50.585Z Downloaded derive_more v2.1.1
3102026-06-05T04:00:50.593Z Downloaded toml_write v0.1.2
3112026-06-05T04:00:50.596Z Downloaded supports-hyperlinks v3.2.0
3122026-06-05T04:00:50.596Z Downloaded futures-channel v0.3.32
3132026-06-05T04:00:50.596Z Downloaded form_urlencoded v1.2.2
3142026-06-05T04:00:50.596Z Downloaded jobserver v0.1.34
3152026-06-05T04:00:50.600Z Downloaded nextest-metadata v0.12.2
3162026-06-05T04:00:50.600Z Downloaded filetime v0.2.29
3172026-06-05T04:00:50.600Z Downloaded ed25519-dalek v2.2.0
3182026-06-05T04:00:50.604Z Downloaded sharded-slab v0.1.7
3192026-06-05T04:00:50.604Z Downloaded tower-service v0.3.3
3202026-06-05T04:00:50.609Z Downloaded static_assertions v1.1.0
3212026-06-05T04:00:50.609Z Downloaded memchr v2.8.1
3222026-06-05T04:00:50.615Z Downloaded itoa v1.0.18
3232026-06-05T04:00:50.615Z Downloaded tower-layer v0.3.3
3242026-06-05T04:00:50.615Z Downloaded tinyvec_macros v0.1.1
3252026-06-05T04:00:50.615Z Downloaded iana-time-zone v0.1.65
3262026-06-05T04:00:50.615Z Downloaded num-traits v0.2.19
3272026-06-05T04:00:50.618Z Downloaded terminal_size v0.4.4
3282026-06-05T04:00:50.618Z Downloaded ahash v0.8.12
3292026-06-05T04:00:50.618Z Downloaded percent-encoding v2.3.2
3302026-06-05T04:00:50.618Z Downloaded openssl-probe v0.2.1
3312026-06-05T04:00:50.618Z Downloaded equivalent v1.0.2
3322026-06-05T04:00:50.619Z Downloaded adler2 v2.0.1
3332026-06-05T04:00:50.622Z Downloaded serde_core v1.0.228
3342026-06-05T04:00:50.628Z Downloaded toml v0.8.23
3352026-06-05T04:00:50.628Z Downloaded serde-value v0.7.0
3362026-06-05T04:00:50.628Z Downloaded tokio-rustls v0.26.4
3372026-06-05T04:00:50.631Z Downloaded self-replace v1.5.0
3382026-06-05T04:00:50.631Z Downloaded rustc-demangle v0.1.27
3392026-06-05T04:00:50.632Z Downloaded flate2 v1.1.9
3402026-06-05T04:00:50.635Z Downloaded cfg-expr v0.20.8
3412026-06-05T04:00:50.635Z Downloaded vte v0.14.1
3422026-06-05T04:00:50.640Z Downloaded hyper-tls v0.6.0
3432026-06-05T04:00:50.640Z Downloaded version_check v0.9.5
3442026-06-05T04:00:50.640Z Downloaded serde v1.0.228
3452026-06-05T04:00:50.644Z Downloaded either v1.16.0
3462026-06-05T04:00:50.644Z Downloaded addr2line v0.25.1
3472026-06-05T04:00:50.648Z Downloaded atomicwrites v0.4.4
3482026-06-05T04:00:50.648Z Downloaded crypto-common v0.1.7
3492026-06-05T04:00:50.651Z Downloaded tower-http v0.6.11
3502026-06-05T04:00:50.655Z Downloaded derive-where v1.6.1
3512026-06-05T04:00:50.660Z Downloaded want v0.3.1
3522026-06-05T04:00:50.660Z Downloaded strip-ansi-escapes v0.2.1
3532026-06-05T04:00:50.660Z Downloaded guppy v0.17.26
3542026-06-05T04:00:50.665Z Downloaded thiserror-impl v2.0.18
3552026-06-05T04:00:50.669Z Downloaded pin-project-internal v1.1.13
3562026-06-05T04:00:50.669Z Downloaded futures-core v0.3.32
3572026-06-05T04:00:50.669Z Downloaded once_cell v1.21.4
3582026-06-05T04:00:50.669Z Downloaded itertools v0.14.0
3592026-06-05T04:00:50.673Z Downloaded urlencoding v2.1.3
3602026-06-05T04:00:50.673Z Downloaded idna_adapter v1.0.0
3612026-06-05T04:00:50.682Z Downloaded camino-tempfile v1.4.1
3622026-06-05T04:00:50.682Z Downloaded der v0.7.10
3632026-06-05T04:00:50.697Z Downloaded rand_core v0.9.5
3642026-06-05T04:00:50.697Z Downloaded zmij v1.0.21
3652026-06-05T04:00:50.698Z Downloaded tar v0.4.46
3662026-06-05T04:00:50.708Z Downloaded thiserror v1.0.69
3672026-06-05T04:00:50.708Z Downloaded ipnet v2.12.0
3682026-06-05T04:00:50.708Z Downloaded mukti-metadata v0.3.0
3692026-06-05T04:00:50.708Z Downloaded duct v0.13.7
3702026-06-05T04:00:50.708Z Downloaded digest v0.10.7
3712026-06-05T04:00:50.712Z Downloaded regex v1.12.3
3722026-06-05T04:00:50.712Z Downloaded toml_parser v1.1.2+spec-1.1.0
3732026-06-05T04:00:50.712Z Downloaded getrandom v0.2.17
3742026-06-05T04:00:50.713Z Downloaded swrite v0.1.0
3752026-06-05T04:00:50.713Z Downloaded fnv v1.0.7
3762026-06-05T04:00:50.713Z Downloaded futures-macro v0.3.32
3772026-06-05T04:00:50.713Z Downloaded color-spantrace v0.3.0
3782026-06-05T04:00:50.713Z Downloaded toml_datetime v0.6.11
3792026-06-05T04:00:50.721Z Downloaded zstd-safe v7.2.4
3802026-06-05T04:00:50.721Z Downloaded rustls-pki-types v1.14.1
3812026-06-05T04:00:50.725Z Downloaded hyper v1.10.1
3822026-06-05T04:00:50.725Z Downloaded url v2.5.8
3832026-06-05T04:00:50.725Z Downloaded owo-colors v4.3.0
3842026-06-05T04:00:50.725Z Downloaded socket2 v0.6.4
3852026-06-05T04:00:50.728Z Downloaded zipsign-api v0.1.5
3862026-06-05T04:00:50.734Z Downloaded uuid v1.23.2
3872026-06-05T04:00:50.734Z Downloaded sha2 v0.10.9
3882026-06-05T04:00:50.739Z Downloaded log v0.4.32
3892026-06-05T04:00:50.739Z Downloaded tracing-core v0.1.36
3902026-06-05T04:00:50.743Z Downloaded quinn-proto v0.11.14
3912026-06-05T04:00:50.747Z Downloaded http v1.4.1
3922026-06-05T04:00:50.751Z Downloaded webpki-roots v1.0.7
3932026-06-05T04:00:50.755Z Downloaded tempfile v3.27.0
3942026-06-05T04:00:50.755Z Downloaded tokio-native-tls v0.3.1
3952026-06-05T04:00:50.755Z Downloaded futures-util v0.3.32
3962026-06-05T04:00:50.759Z Downloaded ryu v1.0.23
3972026-06-05T04:00:50.766Z Downloaded backtrace v0.3.76
3982026-06-05T04:00:50.771Z Downloaded unicode-normalization v0.1.25
3992026-06-05T04:00:50.775Z Downloaded hashbrown v0.15.5
4002026-06-05T04:00:50.780Z Downloaded pulldown-cmark v0.13.4
4012026-06-05T04:00:50.789Z Downloaded typenum v1.20.1
4022026-06-05T04:00:50.793Z Downloaded base64 v0.22.1
4032026-06-05T04:00:50.814Z Downloaded textwrap v0.16.2
4042026-06-05T04:00:50.823Z Downloaded futures-executor v0.3.32
4052026-06-05T04:00:50.827Z Downloaded h2 v0.4.14
4062026-06-05T04:00:50.837Z Downloaded winnow v0.7.15
4072026-06-05T04:00:50.842Z Downloaded tokio-util v0.7.18
4082026-06-05T04:00:50.845Z Downloaded crossterm v0.29.0
4092026-06-05T04:00:50.849Z Downloaded vcpkg v0.2.15
4102026-06-05T04:00:50.874Z Downloaded serde_json v1.0.150
4112026-06-05T04:00:50.879Z Downloaded portable-atomic v1.13.1
4122026-06-05T04:00:50.882Z Downloaded gimli v0.32.3
4132026-06-05T04:00:50.888Z Downloaded reqwest v0.12.28
4142026-06-05T04:00:50.901Z Downloaded zerocopy v0.8.50
4152026-06-05T04:00:50.910Z Downloaded winnow v1.0.3
4162026-06-05T04:00:50.916Z Downloaded nix v0.30.1
4172026-06-05T04:00:50.922Z Downloaded unicode-width v0.1.14
4182026-06-05T04:00:50.925Z Downloaded bstr v1.12.1
4192026-06-05T04:00:50.932Z Downloaded quick-xml v0.38.4
4202026-06-05T04:00:50.937Z Downloaded rustls v0.23.40
4212026-06-05T04:00:50.941Z Downloaded rustix v1.1.4
4222026-06-05T04:00:50.955Z Downloaded nextest-runner v0.80.0
4232026-06-05T04:00:50.964Z Downloaded object v0.37.3
4242026-06-05T04:00:50.970Z Downloaded color-eyre v0.6.5
4252026-06-05T04:00:50.975Z Downloaded unicode-width v0.2.2
4262026-06-05T04:00:50.983Z Downloaded unicase v2.9.0
4272026-06-05T04:00:50.987Z Downloaded tokio v1.52.3
4282026-06-05T04:00:51.009Z Downloaded tracing v0.1.44
4292026-06-05T04:00:51.033Z Downloaded rustix v0.38.44
4302026-06-05T04:00:51.069Z Downloaded regex-automata v0.4.14
4312026-06-05T04:00:51.174Z Downloaded petgraph v0.8.3
4322026-06-05T04:00:51.179Z Downloaded libc v0.2.186
4332026-06-05T04:00:51.179Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4342026-06-05T04:00:51.234Z Downloaded ring v0.17.14
4352026-06-05T04:00:51.255Z Downloaded recursion v0.5.4
4362026-06-05T04:00:51.300Z Compiling libc v0.2.186
4372026-06-05T04:00:51.300Z Compiling proc-macro2 v1.0.106
4382026-06-05T04:00:51.300Z Compiling unicode-ident v1.0.24
4392026-06-05T04:00:51.303Z Compiling quote v1.0.45
4402026-06-05T04:00:51.304Z Compiling serde_core v1.0.228
4412026-06-05T04:00:51.304Z Compiling cfg-if v1.0.4
4422026-06-05T04:00:51.304Z Compiling memchr v2.8.1
4432026-06-05T04:00:51.304Z Compiling once_cell v1.21.4
4442026-06-05T04:00:51.526Z Compiling log v0.4.32
4452026-06-05T04:00:51.546Z Compiling pin-project-lite v0.2.17
4462026-06-05T04:00:51.635Z Compiling serde v1.0.228
4472026-06-05T04:00:51.678Z Compiling itoa v1.0.18
4482026-06-05T04:00:51.861Z Compiling smallvec v1.15.1
4492026-06-05T04:00:51.967Z Compiling futures-core v0.3.32
4502026-06-05T04:00:52.060Z Compiling bitflags v2.12.1
4512026-06-05T04:00:52.116Z Compiling equivalent v1.0.2
4522026-06-05T04:00:52.127Z Compiling shlex v2.0.1
4532026-06-05T04:00:52.201Z Compiling find-msvc-tools v0.1.9
4542026-06-05T04:00:52.313Z Compiling hashbrown v0.17.1
4552026-06-05T04:00:52.449Z Compiling errno v0.3.14
4562026-06-05T04:00:52.450Z Compiling bytes v1.11.1
4572026-06-05T04:00:52.483Z Compiling mio v1.2.1
4582026-06-05T04:00:52.631Z Compiling signal-hook-registry v1.4.8
4592026-06-05T04:00:52.659Z Compiling jobserver v0.1.34
4602026-06-05T04:00:52.697Z Compiling futures-sink v0.3.32
4612026-06-05T04:00:52.810Z Compiling syn v2.0.117
4622026-06-05T04:00:52.822Z Compiling rustix v1.1.4
4632026-06-05T04:00:52.977Z Compiling cc v1.2.63
4642026-06-05T04:00:52.998Z Compiling socket2 v0.6.4
4652026-06-05T04:00:53.194Z Compiling slab v0.4.12
4662026-06-05T04:00:53.217Z Compiling zmij v1.0.21
4672026-06-05T04:00:53.349Z Compiling futures-channel v0.3.32
4682026-06-05T04:00:53.403Z Compiling tracing-core v0.1.36
4692026-06-05T04:00:53.569Z Compiling serde_json v1.0.150
4702026-06-05T04:00:53.607Z Compiling version_check v0.9.5
4712026-06-05T04:00:53.823Z Compiling indexmap v2.14.0
4722026-06-05T04:00:53.888Z Compiling getrandom v0.4.2
4732026-06-05T04:00:53.967Z Compiling futures-task v0.3.32
4742026-06-05T04:00:54.151Z Compiling futures-io v0.3.32
4752026-06-05T04:00:54.190Z Compiling unicode-width v0.2.2
4762026-06-05T04:00:54.280Z Compiling camino v1.2.2
4772026-06-05T04:00:54.343Z Compiling percent-encoding v2.3.2
4782026-06-05T04:00:54.496Z Compiling ring v0.17.14
4792026-06-05T04:00:54.656Z Compiling http v1.4.1
4802026-06-05T04:00:54.670Z Compiling zeroize v1.8.2
4812026-06-05T04:00:54.674Z Compiling simd-adler32 v0.3.9
4822026-06-05T04:00:54.677Z Compiling autocfg v1.5.1
4832026-06-05T04:00:54.839Z Compiling adler2 v2.0.1
4842026-06-05T04:00:55.003Z Compiling miniz_oxide v0.8.9
4852026-06-05T04:00:55.021Z Compiling num-traits v0.2.19
4862026-06-05T04:00:55.368Z Compiling zerocopy v0.8.50
4872026-06-05T04:00:55.508Z Compiling object v0.37.3
4882026-06-05T04:00:55.783Z Compiling getrandom v0.3.4
4892026-06-05T04:00:55.801Z Compiling target-lexicon v0.13.5
4902026-06-05T04:00:55.938Z Compiling http-body v1.0.1
4912026-06-05T04:00:56.134Z Compiling rustls-pki-types v1.14.1
4922026-06-05T04:00:56.264Z Compiling form_urlencoded v1.2.2
4932026-06-05T04:00:56.332Z Compiling semver v1.0.28
4942026-06-05T04:00:56.394Z Compiling serde_derive v1.0.228
4952026-06-05T04:00:56.422Z Compiling tokio-macros v2.7.0
4962026-06-05T04:00:56.516Z Compiling futures-macro v0.3.32
4972026-06-05T04:00:56.539Z Compiling tracing-attributes v0.1.31
4982026-06-05T04:00:56.825Z Compiling getrandom v0.2.17
4992026-06-05T04:00:56.981Z Compiling guppy-workspace-hack v0.1.0
5002026-06-05T04:00:57.017Z Compiling fnv v1.0.7
5012026-06-05T04:00:57.017Z Compiling utf8_iter v1.0.4
5022026-06-05T04:00:57.119Z Compiling httparse v1.10.1
5032026-06-05T04:00:57.161Z Compiling tokio v1.52.3
5042026-06-05T04:00:57.183Z Compiling owo-colors v4.3.0
5052026-06-05T04:00:57.203Z Compiling thiserror v2.0.18
5062026-06-05T04:00:57.337Z Compiling futures-util v0.3.32
5072026-06-05T04:00:57.473Z Compiling signal-hook v0.3.18
5082026-06-05T04:00:57.520Z Compiling idna_adapter v1.0.0
5092026-06-05T04:00:57.557Z Compiling gimli v0.32.3
5102026-06-05T04:00:57.622Z Compiling untrusted v0.9.0
5112026-06-05T04:00:57.714Z Compiling idna v1.1.0
5122026-06-05T04:00:57.744Z Compiling tracing v0.1.44
5132026-06-05T04:00:58.041Z Compiling thiserror-impl v2.0.18
5142026-06-05T04:00:59.426Z Compiling addr2line v0.25.1
5152026-06-05T04:00:59.619Z Compiling generic-array v0.14.7
5162026-06-05T04:00:59.862Z Compiling target-spec v3.6.0
5172026-06-05T04:00:59.876Z Compiling thiserror v1.0.69
5182026-06-05T04:00:59.988Z Compiling fastrand v2.4.1
5192026-06-05T04:01:00.158Z Compiling rustls v0.23.40
5202026-06-05T04:01:00.189Z Compiling tower-service v0.3.3
5212026-06-05T04:01:00.194Z Compiling try-lock v0.2.5
5222026-06-05T04:01:00.287Z Compiling typeid v1.0.3
5232026-06-05T04:01:00.320Z Compiling pkg-config v0.3.33
5242026-06-05T04:01:00.332Z Compiling rustc-demangle v0.1.27
5252026-06-05T04:01:00.380Z Compiling atomic-waker v1.1.2
5262026-06-05T04:01:00.511Z Compiling want v0.3.1
5272026-06-05T04:01:00.617Z Compiling tempfile v3.27.0
5282026-06-05T04:01:00.740Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-06-05T04:01:01.039Z Compiling tokio-util v0.7.18
5302026-06-05T04:01:01.153Z Compiling cfg-expr v0.20.8
5312026-06-05T04:01:01.512Z Compiling url v2.5.8
5322026-06-05T04:01:01.856Z Compiling h2 v0.4.14
5332026-06-05T04:01:02.332Z Compiling backtrace v0.3.76
5342026-06-05T04:01:02.616Z Compiling thiserror-impl v1.0.69
5352026-06-05T04:01:02.714Z Compiling terminal_size v0.4.4
5362026-06-05T04:01:02.886Z Compiling aho-corasick v1.1.4
5372026-06-05T04:01:03.108Z Compiling erased-serde v0.4.10
5382026-06-05T04:01:03.387Z Compiling typenum v1.20.1
5392026-06-05T04:01:03.772Z Compiling rustls-webpki v0.103.13
5402026-06-05T04:01:04.011Z Compiling regex-syntax v0.8.10
5412026-06-05T04:01:04.089Z Compiling subtle v2.6.1
5422026-06-05T04:01:04.197Z Compiling winnow v0.7.15
5432026-06-05T04:01:06.139Z Compiling regex-automata v0.4.14
5442026-06-05T04:01:06.509Z Compiling hyper v1.10.1
5452026-06-05T04:01:08.354Z Compiling toml_datetime v0.6.11
5462026-06-05T04:01:08.734Z Compiling serde_spanned v0.6.9
5472026-06-05T04:01:08.897Z Compiling ahash v0.8.12
5482026-06-05T04:01:09.162Z Compiling sync_wrapper v1.0.2
5492026-06-05T04:01:09.278Z Compiling crc32fast v1.5.0
5502026-06-05T04:01:09.578Z Compiling ipnet v2.12.0
5512026-06-05T04:01:09.950Z Compiling foldhash v0.1.5
5522026-06-05T04:01:10.172Z Compiling nextest-workspace-hack v0.1.0
5532026-06-05T04:01:10.279Z Compiling portable-atomic v1.13.1
5542026-06-05T04:01:10.397Z Compiling toml_write v0.1.2
5552026-06-05T04:01:10.646Z Compiling either v1.16.0
5562026-06-05T04:01:10.706Z Compiling unicode-segmentation v1.13.3
5572026-06-05T04:01:10.765Z Compiling base64 v0.22.1
5582026-06-05T04:01:10.876Z Compiling tower-layer v0.3.3
5592026-06-05T04:01:11.100Z Compiling is_ci v1.2.0
5602026-06-05T04:01:11.110Z Compiling unicode-linebreak v0.1.5
5612026-06-05T04:01:11.143Z Compiling lazy_static v1.5.0
5622026-06-05T04:01:11.243Z Compiling parking_lot_core v0.9.12
5632026-06-05T04:01:11.250Z Compiling sharded-slab v0.1.7
5642026-06-05T04:01:11.251Z Compiling supports-color v3.0.2
5652026-06-05T04:01:11.334Z Compiling textwrap v0.16.2
5662026-06-05T04:01:11.374Z Compiling tower v0.5.3
5672026-06-05T04:01:11.487Z Compiling convert_case v0.10.0
5682026-06-05T04:01:11.537Z Compiling hyper-util v0.1.20
5692026-06-05T04:01:11.785Z Compiling toml_edit v0.22.27
5702026-06-05T04:01:11.882Z Compiling hashbrown v0.15.5
5712026-06-05T04:01:12.011Z Compiling tokio-rustls v0.26.4
5722026-06-05T04:01:12.536Z Compiling backtrace-ext v0.2.1
5732026-06-05T04:01:12.755Z Compiling ordered-float v2.10.1
5742026-06-05T04:01:12.786Z Compiling webpki-roots v1.0.7
5752026-06-05T04:01:12.906Z Compiling miette-derive v7.6.0
5762026-06-05T04:01:12.953Z Compiling pathdiff v0.2.3
5772026-06-05T04:01:13.032Z Compiling console v0.15.11
5782026-06-05T04:01:13.076Z Compiling tracing-log v0.2.0
5792026-06-05T04:01:13.432Z Compiling cargo-platform v0.3.3
5802026-06-05T04:01:13.992Z Compiling os_pipe v1.2.3
5812026-06-05T04:01:14.005Z Compiling thread_local v1.1.9
5822026-06-05T04:01:14.167Z Compiling zstd-safe v7.2.4
5832026-06-05T04:01:14.173Z Compiling utf8parse v0.2.2
5842026-06-05T04:01:14.283Z Compiling rustix v0.38.44
5852026-06-05T04:01:14.355Z Compiling fixedbitset v0.5.7
5862026-06-05T04:01:14.358Z Compiling scopeguard v1.2.0
5872026-06-05T04:01:14.416Z Compiling pulldown-cmark v0.13.4
5882026-06-05T04:01:14.458Z Compiling ryu v1.0.23
5892026-06-05T04:01:14.640Z Compiling supports-hyperlinks v3.2.0
5902026-06-05T04:01:14.640Z Compiling supports-unicode v3.0.0
5912026-06-05T04:01:14.748Z Compiling unicode-width v0.1.14
5922026-06-05T04:01:14.818Z Compiling cfg_aliases v0.2.1
5932026-06-05T04:01:14.887Z Compiling winnow v1.0.3
5942026-06-05T04:01:14.905Z Compiling debug-ignore v1.0.5
5952026-06-05T04:01:15.026Z Compiling miette v7.6.0
5962026-06-05T04:01:15.055Z Compiling nix v0.30.1
5972026-06-05T04:01:15.340Z Compiling serde_urlencoded v0.7.1
5982026-06-05T04:01:15.444Z Compiling petgraph v0.8.3
5992026-06-05T04:01:15.618Z Compiling lock_api v0.4.14
6002026-06-05T04:01:15.856Z Compiling anstyle-parse v1.0.0
6012026-06-05T04:01:16.085Z Compiling toml_parser v1.1.2+spec-1.1.0
6022026-06-05T04:01:16.358Z Compiling tracing-subscriber v0.3.23
6032026-06-05T04:01:17.328Z Compiling sigchld v0.2.4
6042026-06-05T04:01:17.388Z Compiling cargo_metadata v0.23.1
6052026-06-05T04:01:17.464Z Compiling toml v0.8.23
6062026-06-05T04:01:17.519Z Compiling serde-value v0.7.0
6072026-06-05T04:01:18.269Z Compiling hyper-rustls v0.27.9
6082026-06-05T04:01:18.940Z Compiling serde-untagged v0.1.9
6092026-06-05T04:01:19.420Z Compiling tower-http v0.6.11
6102026-06-05T04:01:19.660Z Compiling derive_more-impl v2.1.1
6112026-06-05T04:01:20.258Z Compiling itertools v0.14.0
6122026-06-05T04:01:20.288Z Compiling regex v1.12.3
6132026-06-05T04:01:20.486Z Compiling block-buffer v0.10.4
6142026-06-05T04:01:20.501Z Compiling crypto-common v0.1.7
6152026-06-05T04:01:20.627Z Compiling ppv-lite86 v0.2.21
6162026-06-05T04:01:20.641Z Compiling futures-executor v0.3.32
6172026-06-05T04:01:20.951Z Compiling rand_core v0.9.5
6182026-06-05T04:01:21.131Z Compiling pin-project-internal v1.1.13
6192026-06-05T04:01:21.163Z Compiling http-body-util v0.1.3
6202026-06-05T04:01:21.200Z Compiling uuid v1.23.2
6212026-06-05T04:01:21.421Z Compiling toml_datetime v1.1.1+spec-1.1.0
6222026-06-05T04:01:21.697Z Compiling smol_str v0.3.6
6232026-06-05T04:01:21.734Z Compiling serde_spanned v1.1.1
6242026-06-05T04:01:21.760Z Compiling filetime v0.2.29
6252026-06-05T04:01:21.833Z Compiling bstr v1.12.1
6262026-06-05T04:01:21.880Z Compiling vte v0.14.1
6272026-06-05T04:01:21.966Z Compiling unicase v2.9.0
6282026-06-05T04:01:22.096Z Compiling xattr v1.6.1
6292026-06-05T04:01:22.157Z Compiling unicode-xid v0.2.6
6302026-06-05T04:01:22.187Z Compiling static_assertions v1.1.0
6312026-06-05T04:01:22.222Z Compiling tinyvec_macros v0.1.1
6322026-06-05T04:01:22.277Z Compiling iana-time-zone v0.1.65
6332026-06-05T04:01:22.281Z Compiling self_update v0.42.0
6342026-06-05T04:01:22.300Z Compiling anstyle v1.0.14
6352026-06-05T04:01:22.517Z Compiling anstyle-query v1.1.5
6362026-06-05T04:01:22.554Z Compiling eyre v0.6.12
6372026-06-05T04:01:22.566Z Compiling litrs v1.0.0
6382026-06-05T04:01:22.599Z Compiling colorchoice v1.0.5
6392026-06-05T04:01:22.619Z Compiling color-spantrace v0.3.0
6402026-06-05T04:01:22.631Z Compiling nested v0.1.1
6412026-06-05T04:01:22.716Z Compiling is_terminal_polyfill v1.70.2
6422026-06-05T04:01:22.806Z Compiling number_prefix v0.4.0
6432026-06-05T04:01:22.816Z Compiling anstream v1.0.0
6442026-06-05T04:01:22.828Z Compiling guppy v0.17.26
6452026-06-05T04:01:22.952Z Compiling indicatif v0.17.11
6462026-06-05T04:01:23.015Z Compiling document-features v0.2.12
6472026-06-05T04:01:23.145Z Compiling chrono v0.4.45
6482026-06-05T04:01:23.309Z Compiling tinyvec v1.11.0
6492026-06-05T04:01:23.567Z Compiling globset v0.4.18
6502026-06-05T04:01:23.730Z Compiling cargo-util-schemas v0.2.0
6512026-06-05T04:01:24.096Z Compiling tar v0.4.46
6522026-06-05T04:01:25.735Z Compiling pin-project v1.1.13
6532026-06-05T04:01:25.837Z Compiling strip-ansi-escapes v0.2.1
6542026-06-05T04:01:26.055Z Compiling nextest-metadata v0.12.2
6552026-06-05T04:01:26.143Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-05T04:01:26.325Z Compiling newtype-uuid v1.3.2
6572026-06-05T04:01:26.500Z Compiling reqwest v0.12.28
6582026-06-05T04:01:26.515Z Compiling rand_chacha v0.9.0
6592026-06-05T04:01:26.603Z Compiling futures v0.3.32
6602026-06-05T04:01:26.683Z Compiling digest v0.10.7
6612026-06-05T04:01:26.773Z Compiling derive_more v2.1.1
6622026-06-05T04:01:26.855Z Compiling parking_lot v0.12.5
6632026-06-05T04:01:26.907Z Compiling flate2 v1.1.9
6642026-06-05T04:01:27.060Z Compiling shared_child v1.1.1
6652026-06-05T04:01:27.397Z Compiling tracing-error v0.2.1
6662026-06-05T04:01:27.758Z Compiling signal-hook-mio v0.2.5
6672026-06-05T04:01:27.902Z Compiling self-replace v1.5.0
6682026-06-05T04:01:27.979Z Compiling cargo-platform v0.2.0
6692026-06-05T04:01:28.194Z Compiling quick-xml v0.37.5
6702026-06-05T04:01:28.555Z Compiling quick-xml v0.38.4
6712026-06-05T04:01:29.015Z Compiling indenter v0.3.4
6722026-06-05T04:01:29.324Z Compiling cpufeatures v0.2.17
6732026-06-05T04:01:29.399Z Compiling clap_lex v1.1.0
6742026-06-05T04:01:29.411Z Compiling shell-words v1.1.1
6752026-06-05T04:01:29.652Z Compiling strsim v0.11.1
6762026-06-05T04:01:29.735Z Compiling urlencoding v2.1.3
6772026-06-05T04:01:29.747Z Compiling heck v0.5.0
6782026-06-05T04:01:29.971Z Compiling humantime v2.3.0
6792026-06-05T04:01:29.977Z Compiling recursion v0.5.4
6802026-06-05T04:01:30.115Z Compiling nextest-filtering v0.15.0
6812026-06-05T04:01:30.180Z Compiling humantime-serde v1.1.1
6822026-06-05T04:01:30.334Z Compiling clap_derive v4.6.1
6832026-06-05T04:01:30.472Z Compiling clap_builder v4.6.0
6842026-06-05T04:01:31.236Z Compiling sha2 v0.10.9
6852026-06-05T04:01:32.117Z Compiling quick-junit v0.5.2
6862026-06-05T04:01:32.959Z Compiling atomicwrites v0.4.4
6872026-06-05T04:01:33.243Z Compiling cargo_metadata v0.20.0
6882026-06-05T04:01:34.068Z Compiling cargo-nextest v0.9.97
6892026-06-05T04:01:34.401Z Compiling crossterm v0.29.0
6902026-06-05T04:01:36.545Z Compiling duct v0.13.7
6912026-06-05T04:01:36.721Z Compiling config v0.15.23
6922026-06-05T04:01:36.864Z Compiling rand v0.9.4
6932026-06-05T04:01:36.966Z Compiling zstd v0.13.3
6942026-06-05T04:01:37.388Z Compiling async-scoped v0.9.0
6952026-06-05T04:01:37.589Z Compiling unicode-normalization v0.1.25
6962026-06-05T04:01:37.612Z Compiling target-spec-miette v0.4.8
6972026-06-05T04:01:37.628Z Compiling future-queue v0.4.0
6982026-06-05T04:01:37.907Z Compiling mukti-metadata v0.3.0
6992026-06-05T04:01:38.044Z Compiling tokio-stream v0.1.18
7002026-06-05T04:01:38.177Z Compiling camino-tempfile v1.4.1
7012026-06-05T04:01:38.279Z Compiling derive-where v1.6.1
7022026-06-05T04:01:38.393Z Compiling serde_ignored v0.1.14
7032026-06-05T04:01:38.451Z Compiling serde_path_to_error v0.1.20
7042026-06-05T04:01:38.567Z Compiling xxhash-rust v0.8.15
7052026-06-05T04:01:38.602Z Compiling swrite v0.1.0
7062026-06-05T04:01:38.614Z Compiling hex v0.4.3
7072026-06-05T04:01:38.707Z Compiling indent_write v2.2.0
7082026-06-05T04:01:38.745Z Compiling home v0.5.12
7092026-06-05T04:01:38.897Z Compiling color-eyre v0.6.5
7102026-06-05T04:01:38.909Z Compiling clap v4.6.1
7112026-06-05T04:01:38.932Z Compiling dialoguer v0.11.0
7122026-06-05T04:01:39.018Z Compiling enable-ansi-support v0.2.1
7132026-06-05T04:01:39.547Z Compiling nextest-runner v0.80.0
7142026-06-05T04:01:57.557Z Finished `release` profile [optimized] target(s) in 1m 10s
7152026-06-05T04:01:57.742Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-05T04:01:57.745Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-05T04:01:57.852Z+ source .github/buildomat/test-common.sh
7182026-06-05T04:01:57.855Z++ NEXTEST_VERSION=0.9.97
7192026-06-05T04:01:57.855Z++ PLATFORM=illumos
7202026-06-05T04:01:57.855Z++ banner install
7212026-06-05T04:01:57.858Z
7222026-06-05T04:01:57.858Z # # # #### ##### ## # #
7232026-06-05T04:01:57.858Z # ## # # # # # # #
7242026-06-05T04:01:57.858Z # # # # #### # # # # #
7252026-06-05T04:01:57.858Z # # # # # # ###### # #
7262026-06-05T04:01:57.858Z # # ## # # # # # # #
7272026-06-05T04:01:57.858Z # # # #### # # # ###### ######
7282026-06-05T04:01:57.858Z
7292026-06-05T04:01:57.858Z++ set +o errexit
7302026-06-05T04:01:57.858Z++ pkg info clang-15
7312026-06-05T04:01:57.858Z++ grep -qi installed
7322026-06-05T04:01:59.059Zpkg: info: no packages matching the following patterns you specified are
7332026-06-05T04:01:59.059Zinstalled on the system. Try querying remotely instead:
7342026-06-05T04:01:59.059Z
7352026-06-05T04:01:59.059Z clang-15
7362026-06-05T04:01:59.097Z++ [[ 1 != 0 ]]
7372026-06-05T04:01:59.100Z++ set -o errexit
7382026-06-05T04:01:59.100Z++ pfexec pkg install clang-15
7392026-06-05T04:02:07.891Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-05T04:02:15.645Z Startup: Caching catalogs ... Done
7412026-06-05T04:02:23.173ZPlanning: Solver setup ... Done
7422026-06-05T04:02:23.216ZPlanning: Running solver ... Done
7432026-06-05T04:02:23.374ZPlanning: Finding local manifests ... Done
7442026-06-05T04:02:23.392ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-05T04:02:23.485ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-05T04:02:23.515ZPlanning: Package planning ... Done
7472026-06-05T04:02:23.541ZPlanning: Merging actions ... Done
7482026-06-05T04:02:23.650ZPlanning: Checking for conflicting actions ... Done
7492026-06-05T04:02:23.656ZPlanning: Consolidating action changes ... Done
7502026-06-05T04:02:24.405ZPlanning: Evaluating mediators ... Done
7512026-06-05T04:02:24.410ZPlanning: Planning completed in 8.59 seconds
7522026-06-05T04:02:24.422Z Packages to install: 2
7532026-06-05T04:02:24.422Z Mediators to change: 2
7542026-06-05T04:02:24.425Z Services to change: 1
7552026-06-05T04:02:24.425Z Create boot environment: No
7562026-06-05T04:02:24.425ZCreate backup boot environment: No
7572026-06-05T04:02:24.465Z
7582026-06-05T04:02:24.465ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-05T04:02:30.524ZDownload: 980/3076 items 82.2/211.3MB 38% complete (18.3M/s)
7602026-06-05T04:02:36.871ZDownload: 981/3076 items 82.2/211.3MB 38% complete (18.0M/s)
7612026-06-05T04:02:44.356ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (4.6M/s)
7622026-06-05T04:02:49.473ZDownload: 2249/3076 items 118.6/211.3MB 56% complete (369k/s)
7632026-06-05T04:02:56.811ZDownload: 3023/3076 items 201.5/211.3MB 95% complete (9.0M/s)
7642026-06-05T04:03:09.529ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
7652026-06-05T04:03:12.500ZDownload: Completed 211.31 MB in 48.03 seconds (4.4M/s)
7662026-06-05T04:03:12.681Z Actions: 1/3418 actions (Installing new actions)
7672026-06-05T04:03:15.833Z Actions: Completed 3418 actions in 3.15 seconds.
7682026-06-05T04:03:16.506Z Done
7692026-06-05T04:03:16.506Z Done
7702026-06-05T04:03:17.251Z Done
7712026-06-05T04:03:20.660Z Done
7722026-06-05T04:03:20.753Z Done
7732026-06-05T04:03:20.765Z Done
7742026-06-05T04:03:20.999Z Done
7752026-06-05T04:03:21.701Z++ set -o errexit
7762026-06-05T04:03:21.701Z++ cargo --version
7772026-06-05T04:03:21.714Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7782026-06-05T04:03:21.729Z++ rustc --version
7792026-06-05T04:03:21.745Zrustc 1.95.0 (59807616e 2026-04-14)
7802026-06-05T04:03:21.745Z++ cargo install cargo-nextest --version 0.9.97
7812026-06-05T04:03:21.807Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7822026-06-05T04:03:21.836Z+ pushd rdb
7832026-06-05T04:03:21.836Z+ PROPTEST_CASES=1000000
7842026-06-05T04:03:21.836Z+ cargo nextest run --lib proptest
7852026-06-05T04:03:21.836Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7862026-06-05T04:03:21.963Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-06-05T04:03:22.537ZFrom https://github.com/oxidecomputer/falcon
7882026-06-05T04:03:22.537Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7892026-06-05T04:03:22.616Z Updating crates.io index
7902026-06-05T04:03:22.654Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-06-05T04:03:23.584ZFrom https://github.com/oxidecomputer/dendrite
7922026-06-05T04:03:23.584Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7932026-06-05T04:03:23.620Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-06-05T04:03:23.915ZFrom https://github.com/oxidecomputer/ispf
7952026-06-05T04:03:23.915Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-06-05T04:03:23.944Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-06-05T04:03:24.292ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-06-05T04:03:24.292Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7992026-06-05T04:03:24.296Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-06-05T04:03:31.873ZFrom https://github.com/oxidecomputer/omicron
8012026-06-05T04:03:31.873Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8022026-06-05T04:03:32.284Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-06-05T04:03:32.937ZFrom https://github.com/oxidecomputer/opte
8042026-06-05T04:03:32.937Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8052026-06-05T04:03:33.010Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-06-05T04:03:33.259ZFrom https://github.com/illumos/smf-rs
8072026-06-05T04:03:33.259Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-06-05T04:03:33.268Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-06-05T04:03:33.566ZFrom https://github.com/oxidecomputer/network-interface
8102026-06-05T04:03:33.566Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-06-05T04:03:33.600Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-06-05T04:03:33.883ZFrom https://github.com/oxidecomputer/zone
8132026-06-05T04:03:33.883Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-06-05T04:03:33.927Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-06-05T04:03:34.939ZFrom https://github.com/oxidecomputer/propolis
8162026-06-05T04:03:34.939Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-06-05T04:03:34.943Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-06-05T04:03:35.099ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-06-05T04:03:35.099Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8202026-06-05T04:03:35.121Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-06-05T04:03:35.398ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-06-05T04:03:35.398Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8232026-06-05T04:03:35.807Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-06-05T04:03:35.810ZFrom https://github.com/jmesmon/rust-libzfs
8252026-06-05T04:03:35.810Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-06-05T04:03:35.810Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-06-05T04:03:35.975ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-06-05T04:03:35.975Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-06-05T04:03:35.997Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-06-05T04:03:36.319ZFrom https://github.com/oxidecomputer/lldp
8312026-06-05T04:03:36.319Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-06-05T04:03:36.333Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-06-05T04:03:36.573ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-06-05T04:03:36.573Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-06-05T04:03:36.631Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-06-05T04:03:36.920ZFrom https://github.com/oxidecomputer/tufaceous
8372026-06-05T04:03:36.920Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8382026-06-05T04:03:37.000Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-06-05T04:03:37.433ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-06-05T04:03:37.433Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8412026-06-05T04:03:37.462Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-05T04:03:38.378ZFrom https://github.com/oxidecomputer/crucible
8432026-06-05T04:03:38.378Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-06-05T04:03:38.521Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-06-05T04:03:38.795ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-06-05T04:03:38.795Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-06-05T04:03:39.087Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-06-05T04:03:39.504ZFrom https://github.com/oxidecomputer/propolis
8492026-06-05T04:03:39.504Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8502026-06-05T04:03:39.609Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-06-05T04:03:40.111ZFrom https://github.com/oxidecomputer/crucible
8522026-06-05T04:03:40.111Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8532026-06-05T04:03:40.576Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-06-05T04:03:40.576ZFrom https://github.com/oxidecomputer/tofino
8552026-06-05T04:03:40.576Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8562026-06-05T04:03:40.576Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-06-05T04:03:41.178ZFrom https://github.com/oxidecomputer/maghemite
8582026-06-05T04:03:41.178Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8592026-06-05T04:03:41.254Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-06-05T04:03:41.514ZFrom https://github.com/oxidecomputer/clickward
8612026-06-05T04:03:41.514Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-06-05T04:03:41.527Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-06-05T04:03:42.207ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-06-05T04:03:42.207Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-06-05T04:03:42.771Z Downloading crates ...
8662026-06-05T04:03:42.880Z Downloaded bitflags v1.3.2
8672026-06-05T04:03:42.883Z Downloaded allocator-api2 v0.2.21
8682026-06-05T04:03:42.888Z Downloaded dyn-clone v1.0.20
8692026-06-05T04:03:42.893Z Downloaded cpufeatures v0.3.0
8702026-06-05T04:03:42.893Z Downloaded bytecount v0.6.9
8712026-06-05T04:03:42.898Z Downloaded derive-ex v0.1.8
8722026-06-05T04:03:42.904Z Downloaded chacha20poly1305 v0.10.1
8732026-06-05T04:03:42.904Z Downloaded blake2 v0.10.6
8742026-06-05T04:03:42.912Z Downloaded git-stub-vcs v0.1.0
8752026-06-05T04:03:42.917Z Downloaded enum-as-inner v0.6.1
8762026-06-05T04:03:43.326Z Downloaded hostname v0.3.1
8772026-06-05T04:03:43.333Z Downloaded const_format v0.2.36
8782026-06-05T04:03:43.333Z Downloaded num-conv v0.2.2
8792026-06-05T04:03:43.334Z Downloaded hybrid-array v0.4.12
8802026-06-05T04:03:43.334Z Downloaded bs58 v0.5.1
8812026-06-05T04:03:43.334Z Downloaded cstr-argument v0.1.2
8822026-06-05T04:03:43.334Z Downloaded async-stream-impl v0.3.6
8832026-06-05T04:03:43.334Z Downloaded goblin v0.10.7
8842026-06-05T04:03:43.334Z Downloaded newtype-uuid-macros v0.1.0
8852026-06-05T04:03:43.334Z Downloaded block-buffer v0.12.0
8862026-06-05T04:03:43.334Z Downloaded arrayvec v0.7.6
8872026-06-05T04:03:43.334Z Downloaded async-trait v0.1.89
8882026-06-05T04:03:43.334Z Downloaded byte-wrapper v0.1.0
8892026-06-05T04:03:43.334Z Downloaded diff v0.1.13
8902026-06-05T04:03:43.334Z Downloaded ciborium-io v0.2.2
8912026-06-05T04:03:43.334Z Downloaded aead v0.5.2
8922026-06-05T04:03:43.334Z Downloaded nix v0.31.3
8932026-06-05T04:03:43.334Z Downloaded newtype_derive v0.1.6
8942026-06-05T04:03:43.334Z Downloaded dtrace-parser v0.3.0
8952026-06-05T04:03:43.334Z Downloaded newline-converter v0.3.0
8962026-06-05T04:03:43.334Z Downloaded base16ct v1.0.0
8972026-06-05T04:03:43.334Z Downloaded hostname v0.4.2
8982026-06-05T04:03:43.334Z Downloaded critical-section v1.2.0
8992026-06-05T04:03:43.334Z Downloaded displaydoc v0.2.6
9002026-06-05T04:03:43.334Z Downloaded lru-cache v0.1.2
9012026-06-05T04:03:43.334Z Downloaded foldhash v0.2.0
9022026-06-05T04:03:43.334Z Downloaded litemap v0.8.2
9032026-06-05T04:03:43.334Z Downloaded convert_case v0.4.0
9042026-06-05T04:03:43.334Z Downloaded internet-checksum v0.2.1
9052026-06-05T04:03:43.334Z Downloaded ipnetwork v0.21.1
9062026-06-05T04:03:43.334Z Downloaded dtrace-parser v0.2.0
9072026-06-05T04:03:43.334Z Downloaded crunchy v0.2.4
9082026-06-05T04:03:43.334Z Downloaded bit-set v0.8.0
9092026-06-05T04:03:43.334Z Downloaded ident_case v1.0.1
9102026-06-05T04:03:43.334Z Downloaded linked-hash-map v0.5.6
9112026-06-05T04:03:43.334Z Downloaded match_cfg v0.1.0
9122026-06-05T04:03:43.334Z Downloaded crypto-common v0.2.2
9132026-06-05T04:03:43.334Z Downloaded crossbeam-deque v0.8.6
9142026-06-05T04:03:43.335Z Downloaded num-complex v0.4.6
9152026-06-05T04:03:43.335Z Downloaded const-random v0.1.18
9162026-06-05T04:03:43.335Z Downloaded ff v0.13.1
9172026-06-05T04:03:43.335Z Downloaded num_threads v0.1.7
9182026-06-05T04:03:43.335Z Downloaded num-derive v0.4.2
9192026-06-05T04:03:43.335Z Downloaded darling_macro v0.23.0
9202026-06-05T04:03:43.335Z Downloaded ciborium-ll v0.2.2
9212026-06-05T04:03:43.335Z Downloaded hubpack v0.1.2
9222026-06-05T04:03:43.335Z Downloaded konst_macro_rules v0.2.19
9232026-06-05T04:03:43.335Z Downloaded omicron-workspace-hack v0.1.0
9242026-06-05T04:03:43.335Z Downloaded compression-codecs v0.4.38
9252026-06-05T04:03:43.335Z Downloaded byteorder v1.5.0
9262026-06-05T04:03:43.335Z Downloaded ingot-types v0.1.2
9272026-06-05T04:03:43.335Z Downloaded backon v1.6.0
9282026-06-05T04:03:43.335Z Downloaded macaddr v1.0.1
9292026-06-05T04:03:43.335Z Downloaded keccak v0.1.6
9302026-06-05T04:03:43.335Z Downloaded const-random-macro v0.1.16
9312026-06-05T04:03:43.335Z Downloaded httpdate v1.0.3
9322026-06-05T04:03:43.335Z Downloaded anyhow v1.0.102
9332026-06-05T04:03:43.335Z Downloaded managed v0.8.0
9342026-06-05T04:03:43.335Z Downloaded ingot-macros v0.1.1
9352026-06-05T04:03:43.335Z Downloaded konst v0.2.20
9362026-06-05T04:03:43.335Z Downloaded digest v0.11.3
9372026-06-05T04:03:43.335Z Downloaded chacha20 v0.9.1
9382026-06-05T04:03:43.335Z Downloaded num-iter v0.1.45
9392026-06-05T04:03:43.335Z Downloaded memoffset v0.9.1
9402026-06-05T04:03:43.335Z Downloaded num_enum_derive v0.7.6
9412026-06-05T04:03:43.335Z Downloaded argon2 v0.5.3
9422026-06-05T04:03:43.335Z Downloaded dropshot-api-manager-types v0.7.2
9432026-06-05T04:03:43.335Z Downloaded idna_adapter v1.2.2
9442026-06-05T04:03:43.335Z Downloaded heck v0.4.1
9452026-06-05T04:03:43.335Z Downloaded async-stream v0.3.6
9462026-06-05T04:03:43.335Z Downloaded ingot v0.1.1
9472026-06-05T04:03:43.335Z Downloaded cipher v0.4.4
9482026-06-05T04:03:43.335Z Downloaded progenitor-client v0.14.0
9492026-06-05T04:03:43.335Z Downloaded pretty-hex v0.4.2
9502026-06-05T04:03:43.335Z Downloaded powerfmt v0.2.0
9512026-06-05T04:03:43.335Z Downloaded ciborium v0.2.2
9522026-06-05T04:03:43.335Z Downloaded bcs v0.1.6
9532026-06-05T04:03:43.336Z Downloaded bit-vec v0.8.0
9542026-06-05T04:03:43.336Z Downloaded proc-macro-error-attr2 v2.0.0
9552026-06-05T04:03:43.336Z Downloaded dunce v1.0.5
9562026-06-05T04:03:43.336Z Downloaded dof v0.3.0
9572026-06-05T04:03:43.336Z Downloaded embedded-io v0.4.0
9582026-06-05T04:03:43.336Z Downloaded darling_macro v0.21.3
9592026-06-05T04:03:43.336Z Downloaded crc8 v0.1.1
9602026-06-05T04:03:43.336Z Downloaded memmap2 v0.9.10
9612026-06-05T04:03:43.336Z Downloaded daft-derive v0.1.7
9622026-06-05T04:03:43.336Z Downloaded paste v1.0.15
9632026-06-05T04:03:43.336Z Downloaded omicron-zone-package v0.12.2
9642026-06-05T04:03:43.336Z Downloaded hickory-resolver v0.25.2
9652026-06-05T04:03:43.336Z Downloaded oxide-tokio-rt v0.1.6
9662026-06-05T04:03:43.336Z Downloaded progenitor-client v0.10.0
9672026-06-05T04:03:43.336Z Downloaded colored v3.1.1
9682026-06-05T04:03:43.336Z Downloaded darling v0.21.3
9692026-06-05T04:03:43.336Z Downloaded progenitor v0.14.0
9702026-06-05T04:03:43.336Z Downloaded icu_normalizer v2.2.0
9712026-06-05T04:03:43.336Z Downloaded num_enum v0.7.6
9722026-06-05T04:03:43.336Z Downloaded rand_chacha v0.3.1
9732026-06-05T04:03:43.336Z Downloaded postcard v1.1.3
9742026-06-05T04:03:43.336Z Downloaded plain v0.2.3
9752026-06-05T04:03:43.336Z Downloaded progenitor-macro v0.10.0
9762026-06-05T04:03:43.336Z Downloaded defmt-parser v1.0.0
9772026-06-05T04:03:43.339Z Downloaded oxnet v0.1.6
9782026-06-05T04:03:43.339Z Downloaded proc-macro-error-attr v1.0.4
9792026-06-05T04:03:43.339Z Downloaded phf_shared v0.12.1
9802026-06-05T04:03:43.339Z Downloaded half v2.7.1
9812026-06-05T04:03:43.339Z Downloaded quick-error v1.2.3
9822026-06-05T04:03:43.339Z Downloaded progenitor-macro v0.14.0
9832026-06-05T04:03:43.339Z Downloaded semver v0.1.20
9842026-06-05T04:03:43.339Z Downloaded progenitor-extras v0.2.0
9852026-06-05T04:03:43.339Z Downloaded icu_collections v2.2.0
9862026-06-05T04:03:43.340Z Downloaded num-rational v0.4.2
9872026-06-05T04:03:43.340Z Downloaded csv-core v0.1.13
9882026-06-05T04:03:43.340Z Downloaded daft v0.1.7
9892026-06-05T04:03:43.340Z Downloaded crucible-workspace-hack v0.1.0
9902026-06-05T04:03:43.340Z Downloaded backoff v0.4.0
9912026-06-05T04:03:43.340Z Downloaded proc-macro-crate v3.5.0
9922026-06-05T04:03:43.340Z Downloaded progenitor-macro v0.13.0
9932026-06-05T04:03:43.340Z Downloaded rustc_version v0.1.7
9942026-06-05T04:03:43.340Z Downloaded same-file v1.0.6
9952026-06-05T04:03:43.340Z Downloaded olpc-cjson v0.1.4
9962026-06-05T04:03:43.340Z Downloaded parse-display v0.10.0
9972026-06-05T04:03:43.340Z Downloaded hashbrown v0.12.3
9982026-06-05T04:03:43.340Z Downloaded rhai_codegen v3.2.0
9992026-06-05T04:03:43.340Z Downloaded rusty-fork v0.3.1
10002026-06-05T04:03:43.340Z Downloaded parking_lot_core v0.8.6
10012026-06-05T04:03:43.340Z Downloaded serde_repr v0.1.20
10022026-06-05T04:03:43.340Z Downloaded pem v3.0.6
10032026-06-05T04:03:43.340Z Downloaded cobs v0.3.0
10042026-06-05T04:03:43.340Z Downloaded elliptic-curve v0.13.8
10052026-06-05T04:03:43.340Z Downloaded progenitor-impl v0.13.0
10062026-06-05T04:03:43.340Z Downloaded nom v8.0.0
10072026-06-05T04:03:43.340Z Downloaded password-hash v0.5.0
10082026-06-05T04:03:43.340Z Downloaded proc-macro-error v1.0.4
10092026-06-05T04:03:43.340Z Downloaded rustls-platform-verifier v0.7.0
10102026-06-05T04:03:43.340Z Downloaded ref-cast v1.0.25
10112026-06-05T04:03:43.340Z Downloaded scroll v0.13.0
10122026-06-05T04:03:43.340Z Downloaded scroll_derive v0.12.1
10132026-06-05T04:03:43.340Z Downloaded phf v0.12.1
10142026-06-05T04:03:43.340Z Downloaded num_enum_derive v0.5.11
10152026-06-05T04:03:43.340Z Downloaded stable_deref_trait v1.2.1
10162026-06-05T04:03:43.340Z Downloaded rand_xorshift v0.4.0
10172026-06-05T04:03:43.340Z Downloaded num_enum v0.5.11
10182026-06-05T04:03:43.340Z Downloaded slog-dtrace v0.3.0
10192026-06-05T04:03:43.340Z Downloaded progenitor v0.13.0
10202026-06-05T04:03:43.340Z Downloaded drift v0.2.0
10212026-06-05T04:03:43.340Z Downloaded snafu-derive v0.8.9
10222026-06-05T04:03:43.341Z Downloaded smf v0.2.3
10232026-06-05T04:03:43.341Z Downloaded serde-big-array v0.5.1
10242026-06-05T04:03:43.341Z Downloaded chacha20 v0.10.0
10252026-06-05T04:03:43.341Z Downloaded sigpipe v0.1.3
10262026-06-05T04:03:43.341Z Downloaded hkdf v0.12.4
10272026-06-05T04:03:43.341Z Downloaded dropshot_endpoint v0.17.1
10282026-06-05T04:03:43.341Z Downloaded structmeta v0.3.0
10292026-06-05T04:03:43.341Z Downloaded strum_macros v0.26.4
10302026-06-05T04:03:43.341Z Downloaded serial_test_derive v3.5.0
10312026-06-05T04:03:43.341Z Downloaded serde_plain v1.0.2
10322026-06-05T04:03:43.341Z Downloaded scroll_derive v0.13.1
10332026-06-05T04:03:43.341Z Downloaded schemars v0.9.0
10342026-06-05T04:03:43.341Z Downloaded rand_core v0.10.1
10352026-06-05T04:03:43.341Z Downloaded crossbeam-channel v0.5.15
10362026-06-05T04:03:43.341Z Downloaded siphasher v1.0.3
10372026-06-05T04:03:43.341Z Downloaded thread-id v4.2.2
10382026-06-05T04:03:43.341Z Downloaded take_mut v0.2.2
10392026-06-05T04:03:43.341Z Downloaded sha1 v0.11.0
10402026-06-05T04:03:43.341Z Downloaded schemars v1.2.1
10412026-06-05T04:03:43.341Z Downloaded slog-envlogger v2.2.0
10422026-06-05T04:03:43.341Z Downloaded sha1 v0.10.6
10432026-06-05T04:03:43.341Z Downloaded rustversion v1.0.22
10442026-06-05T04:03:43.341Z Downloaded highway v1.3.0
10452026-06-05T04:03:43.341Z Downloaded pest_derive v2.8.6
10462026-06-05T04:03:43.341Z Downloaded derive_more v0.99.20
10472026-06-05T04:03:43.341Z Downloaded tokio-dtrace v0.1.1
10482026-06-05T04:03:43.341Z Downloaded tagptr v0.2.0
10492026-06-05T04:03:43.341Z Downloaded tabwriter v1.4.1
10502026-06-05T04:03:43.341Z Downloaded strum v0.27.2
10512026-06-05T04:03:43.341Z Downloaded structmeta-derive v0.3.0
10522026-06-05T04:03:43.341Z Downloaded spin v0.5.2
10532026-06-05T04:03:43.341Z Downloaded serde_derive_internals v0.29.1
10542026-06-05T04:03:43.341Z Downloaded scroll v0.12.0
10552026-06-05T04:03:43.341Z Downloaded arc-swap v1.9.1
10562026-06-05T04:03:43.341Z Downloaded darling v0.23.0
10572026-06-05T04:03:43.341Z Downloaded rustls-pemfile v2.2.0
10582026-06-05T04:03:43.341Z Downloaded thread-id v5.1.0
10592026-06-05T04:03:43.341Z Downloaded thiserror-impl-no-std v2.0.2
10602026-06-05T04:03:43.342Z Downloaded inout v0.1.4
10612026-06-05T04:03:43.342Z Downloaded testing_table v0.3.0
10622026-06-05T04:03:43.342Z Downloaded termtree v0.5.1
10632026-06-05T04:03:43.342Z Downloaded tabled_derive v0.11.0
10642026-06-05T04:03:43.342Z Downloaded strum v0.26.3
10652026-06-05T04:03:43.342Z Downloaded proc-macro-error2 v2.0.1
10662026-06-05T04:03:43.342Z Downloaded usdt-impl v0.6.0
10672026-06-05T04:03:43.342Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10682026-06-05T04:03:43.342Z Downloaded rustls-native-certs v0.8.4
10692026-06-05T04:03:43.342Z Downloaded proptest v1.11.0
10702026-06-05T04:03:43.342Z Downloaded slog-term v2.9.2
10712026-06-05T04:03:43.342Z Downloaded slog-stdlog v4.1.1
10722026-06-05T04:03:43.342Z Downloaded usdt-macro v0.6.0
10732026-06-05T04:03:43.342Z Downloaded slog-scope v4.4.1
10742026-06-05T04:03:43.342Z Downloaded erased-serde v0.3.31
10752026-06-05T04:03:43.342Z Downloaded moka v0.12.15
10762026-06-05T04:03:43.342Z Downloaded darling_core v0.23.0
10772026-06-05T04:03:43.345Z Downloaded typify-macro v0.6.2
10782026-06-05T04:03:43.346Z Downloaded typify v0.6.2
10792026-06-05T04:03:43.346Z Downloaded slog-bunyan v2.5.0
10802026-06-05T04:03:43.346Z Downloaded no-std-compat v0.4.1
10812026-06-05T04:03:43.346Z Downloaded usdt-attr-macro v0.6.0
10822026-06-05T04:03:43.346Z Downloaded instant v0.1.13
10832026-06-05T04:03:43.346Z Downloaded crypto-bigint v0.5.5
10842026-06-05T04:03:43.346Z Downloaded wait-timeout v0.2.1
10852026-06-05T04:03:43.346Z Downloaded utf-8 v0.7.6
10862026-06-05T04:03:43.346Z Downloaded usdt v0.6.0
10872026-06-05T04:03:43.346Z Downloaded untrusted v0.7.1
10882026-06-05T04:03:43.346Z Downloaded unit-prefix v0.5.2
10892026-06-05T04:03:43.346Z Downloaded usdt-attr-macro v0.5.0
10902026-06-05T04:03:43.346Z Downloaded unarray v0.1.4
10912026-06-05T04:03:43.346Z Downloaded pest_generator v2.8.6
10922026-06-05T04:03:43.346Z Downloaded universal-hash v0.5.1
10932026-06-05T04:03:43.346Z Downloaded darling_core v0.21.3
10942026-06-05T04:03:43.346Z Downloaded resolv-conf v0.7.6
10952026-06-05T04:03:43.346Z Downloaded poly1305 v0.8.0
10962026-06-05T04:03:43.346Z Downloaded tabled_derive v0.7.0
10972026-06-05T04:03:43.346Z Downloaded strum_macros v0.27.2
10982026-06-05T04:03:43.346Z Downloaded serde_with_macros v3.20.0
10992026-06-05T04:03:43.346Z Downloaded const-oid v0.10.2
11002026-06-05T04:03:43.346Z Downloaded yoke-derive v0.8.2
11012026-06-05T04:03:43.346Z Downloaded smawk v0.3.2
11022026-06-05T04:03:43.346Z Downloaded progenitor-impl v0.10.0
11032026-06-05T04:03:43.346Z Downloaded pest_meta v2.8.6
11042026-06-05T04:03:43.346Z Downloaded parking_lot v0.11.2
11052026-06-05T04:03:43.346Z Downloaded serial_test v3.5.0
11062026-06-05T04:03:43.346Z Downloaded schemars v0.8.22
11072026-06-05T04:03:43.346Z Downloaded tiny-keccak v2.0.2
11082026-06-05T04:03:43.346Z Downloaded base64 v0.21.7
11092026-06-05T04:03:43.346Z Downloaded usdt v0.5.0
11102026-06-05T04:03:43.346Z Downloaded topological-sort v0.2.2
11112026-06-05T04:03:43.346Z Downloaded tokio-tungstenite v0.21.0
11122026-06-05T04:03:43.346Z Downloaded time-macros v0.2.27
11132026-06-05T04:03:43.346Z Downloaded usdt-impl v0.5.0
11142026-06-05T04:03:43.347Z Downloaded spin v0.9.8
11152026-06-05T04:03:43.347Z Downloaded serde_with v3.20.0
11162026-06-05T04:03:43.347Z Downloaded zone v0.3.1
11172026-06-05T04:03:43.347Z Downloaded openapiv3 v2.2.0
11182026-06-05T04:03:43.347Z Downloaded embedded-io v0.6.1
11192026-06-05T04:03:43.347Z Downloaded term v1.2.1
11202026-06-05T04:03:43.347Z Downloaded serde_yaml v0.9.34+deprecated
11212026-06-05T04:03:43.347Z Downloaded mime v0.3.17
11222026-06-05T04:03:43.347Z Downloaded slog-json v2.6.1
11232026-06-05T04:03:43.347Z Downloaded progenitor-impl v0.14.0
11242026-06-05T04:03:43.347Z Downloaded is-terminal v0.4.17
11252026-06-05T04:03:43.347Z Downloaded foreign-types v0.5.0
11262026-06-05T04:03:43.347Z Downloaded progenitor v0.10.0
11272026-06-05T04:03:43.347Z Downloaded defmt v1.1.0
11282026-06-05T04:03:43.347Z Downloaded crossbeam-epoch v0.9.18
11292026-06-05T04:03:43.347Z Downloaded async-compression v0.4.42
11302026-06-05T04:03:43.350Z Downloaded tinystr v0.8.3
11312026-06-05T04:03:43.350Z Downloaded qorb v0.4.1
11322026-06-05T04:03:43.350Z Downloaded zerovec-derive v0.11.3
11332026-06-05T04:03:43.756Z Downloaded zerofrom-derive v0.1.7
11342026-06-05T04:03:43.756Z Downloaded vsss-rs v3.3.4
11352026-06-05T04:03:43.756Z Downloaded constant_time_eq v0.4.2
11362026-06-05T04:03:43.766Z Downloaded yoke v0.8.3
11372026-06-05T04:03:43.766Z Downloaded ucd-trie v0.1.7
11382026-06-05T04:03:43.766Z Downloaded icu_properties v2.2.0
11392026-06-05T04:03:43.767Z Downloaded memmap v0.7.0
11402026-06-05T04:03:43.767Z Downloaded console v0.16.3
11412026-06-05T04:03:43.767Z Downloaded crossbeam-utils v0.8.21
11422026-06-05T04:03:43.767Z Downloaded goblin v0.8.2
11432026-06-05T04:03:43.767Z Downloaded zone_cfg_derive v0.3.1
11442026-06-05T04:03:43.767Z Downloaded indicatif v0.18.4
11452026-06-05T04:03:43.767Z Downloaded zerofrom v0.1.8
11462026-06-05T04:03:43.767Z Downloaded test-strategy v0.4.5
11472026-06-05T04:03:43.767Z Downloaded proc-macro-crate v1.3.1
11482026-06-05T04:03:43.767Z Downloaded cookie v0.18.1
11492026-06-05T04:03:43.767Z Downloaded cargo_toml v0.22.3
11502026-06-05T04:03:43.767Z Downloaded data-encoding v2.11.0
11512026-06-05T04:03:43.767Z Downloaded pretty_assertions v1.4.1
11522026-06-05T04:03:43.767Z Downloaded zeroize_derive v1.4.3
11532026-06-05T04:03:43.767Z Downloaded snafu v0.8.9
11542026-06-05T04:03:43.767Z Downloaded rand v0.8.6
11552026-06-05T04:03:43.767Z Downloaded xz2 v0.1.7
11562026-06-05T04:03:43.767Z Downloaded toml v0.7.8
11572026-06-05T04:03:43.767Z Downloaded thin-vec v0.2.18
11582026-06-05T04:03:43.767Z Downloaded fixedbitset v0.4.2
11592026-06-05T04:03:43.767Z Downloaded fxhash v0.2.1
11602026-06-05T04:03:43.767Z Downloaded potential_utf v0.1.5
11612026-06-05T04:03:43.767Z Downloaded num v0.4.3
11622026-06-05T04:03:43.767Z Downloaded icu_provider v2.2.0
11632026-06-05T04:03:43.767Z Downloaded parse-display-derive v0.10.0
11642026-06-05T04:03:43.767Z Downloaded toml v0.9.12+spec-1.1.0
11652026-06-05T04:03:43.767Z Downloaded libsw v3.5.0
11662026-06-05T04:03:43.767Z Downloaded deranged v0.5.8
11672026-06-05T04:03:43.767Z Downloaded tungstenite v0.21.0
11682026-06-05T04:03:43.767Z Downloaded defmt-macros v1.1.0
11692026-06-05T04:03:43.767Z Downloaded const_format_proc_macros v0.2.34
11702026-06-05T04:03:43.767Z Downloaded multer v3.1.0
11712026-06-05T04:03:43.767Z Downloaded dropshot-api-manager v0.7.2
11722026-06-05T04:03:43.767Z Downloaded writeable v0.6.3
11732026-06-05T04:03:43.767Z Downloaded toml_edit v0.25.12+spec-1.1.0
11742026-06-05T04:03:43.767Z Downloaded icu_properties_data v2.2.0
11752026-06-05T04:03:43.767Z Downloaded winnow v0.5.40
11762026-06-05T04:03:43.767Z Downloaded yansi v1.0.1
11772026-06-05T04:03:43.767Z Downloaded hickory-resolver v0.24.4
11782026-06-05T04:03:43.768Z Downloaded heapless v0.8.0
11792026-06-05T04:03:43.768Z Downloaded zerocopy-derive v0.7.35
11802026-06-05T04:03:43.768Z Downloaded blake3 v1.8.5
11812026-06-05T04:03:43.768Z Downloaded pest v2.8.6
11822026-06-05T04:03:43.768Z Downloaded fs-err v3.3.0
11832026-06-05T04:03:43.768Z Downloaded cancel-safe-futures v0.1.5
11842026-06-05T04:03:43.768Z Downloaded steno v0.4.1
11852026-06-05T04:03:43.768Z Downloaded defmt v0.3.100
11862026-06-05T04:03:43.768Z Downloaded cmake v0.1.58
11872026-06-05T04:03:43.768Z Downloaded compression-core v0.4.32
11882026-06-05T04:03:43.768Z Downloaded hickory-proto v0.24.4
11892026-06-05T04:03:43.768Z Downloaded zerotrie v0.2.4
11902026-06-05T04:03:43.768Z Downloaded typed-path v0.9.3
11912026-06-05T04:03:43.768Z Downloaded secrecy v0.10.3
11922026-06-05T04:03:43.768Z Downloaded rayon-core v1.13.0
11932026-06-05T04:03:43.768Z Downloaded prettyplease v0.2.37
11942026-06-05T04:03:43.768Z Downloaded tabled v0.15.0
11952026-06-05T04:03:43.768Z Downloaded glob v0.3.3
11962026-06-05T04:03:43.768Z Downloaded git-stub v1.0.0
11972026-06-05T04:03:43.768Z Downloaded sled v0.34.7
11982026-06-05T04:03:43.768Z Downloaded zerocopy-derive v0.8.50
11992026-06-05T04:03:43.768Z Downloaded gethostname v0.5.0
12002026-06-05T04:03:43.768Z Downloaded foreign-types-shared v0.3.1
12012026-06-05T04:03:43.768Z Downloaded dof v0.4.0
12022026-06-05T04:03:43.768Z Downloaded base16ct v0.2.0
12032026-06-05T04:03:43.768Z Downloaded async-recursion v1.1.1
12042026-06-05T04:03:43.768Z Downloaded arrayref v0.3.9
12052026-06-05T04:03:43.768Z Downloaded reqwest v0.13.4
12062026-06-05T04:03:43.768Z Downloaded rayon v1.12.0
12072026-06-05T04:03:43.768Z Downloaded aws-lc-rs v1.17.0
12082026-06-05T04:03:43.768Z Downloaded tough v0.22.0
12092026-06-05T04:03:43.768Z Downloaded typify-impl v0.6.2
12102026-06-05T04:03:43.768Z Downloaded opaque-debug v0.3.1
12112026-06-05T04:03:43.768Z Downloaded lzma-sys v0.1.20
12122026-06-05T04:03:43.768Z Downloaded zerocopy v0.7.35
12132026-06-05T04:03:43.768Z Downloaded petgraph v0.6.5
12142026-06-05T04:03:43.768Z Downloaded tabled v0.21.0
12152026-06-05T04:03:43.768Z Downloaded time v0.3.47
12162026-06-05T04:03:43.768Z Downloaded syn v1.0.109
12172026-06-05T04:03:43.769Z Downloaded jiff v0.2.28
12182026-06-05T04:03:43.769Z Downloaded ref-cast-impl v1.0.25
12192026-06-05T04:03:43.769Z Downloaded encoding_rs v0.8.35
12202026-06-05T04:03:43.769Z Downloaded rand v0.10.1
12212026-06-05T04:03:43.769Z Downloaded smoltcp v0.11.0
12222026-06-05T04:03:43.769Z Downloaded dropshot v0.17.1
12232026-06-05T04:03:43.769Z Downloaded rhai v1.25.1
12242026-06-05T04:03:43.769Z Downloaded regress v0.11.1
12252026-06-05T04:03:43.769Z Downloaded slog-async v2.8.0
12262026-06-05T04:03:43.769Z Downloaded float-ord v0.3.2
12272026-06-05T04:03:43.769Z Downloaded typify-impl v0.4.3
12282026-06-05T04:03:43.769Z Downloaded smartstring v1.0.1
12292026-06-05T04:03:43.769Z Downloaded fs_extra v1.3.0
12302026-06-05T04:03:43.769Z Downloaded walkdir v2.5.0
12312026-06-05T04:03:43.769Z Downloaded waitgroup v0.1.2
12322026-06-05T04:03:43.769Z Downloaded foreign-types-macros v0.2.3
12332026-06-05T04:03:43.769Z Downloaded hmac v0.12.1
12342026-06-05T04:03:43.769Z Downloaded toml_edit v0.19.15
12352026-06-05T04:03:43.769Z Downloaded chrono-tz v0.10.4
12362026-06-05T04:03:43.774Z Downloaded typify-macro v0.4.3
12372026-06-05T04:03:43.774Z Downloaded csv v1.4.0
12382026-06-05T04:03:43.774Z Downloaded unsafe-libyaml v0.2.11
12392026-06-05T04:03:43.774Z Downloaded synstructure v0.13.2
12402026-06-05T04:03:43.774Z Downloaded jiff-static v0.2.28
12412026-06-05T04:03:43.774Z Downloaded libscf-sys v1.2.0
12422026-06-05T04:03:43.774Z Downloaded sha3 v0.10.9
12432026-06-05T04:03:43.774Z Downloaded natord v1.0.9
12442026-06-05T04:03:43.774Z Downloaded libsw-core v0.3.2
12452026-06-05T04:03:43.774Z Downloaded num-integer v0.1.46
12462026-06-05T04:03:43.774Z Downloaded icu_normalizer_data v2.2.0
12472026-06-05T04:03:43.774Z Downloaded group v0.13.0
12482026-06-05T04:03:43.780Z Downloaded hash32 v0.3.1
12492026-06-05T04:03:43.805Z Downloaded progenitor-client v0.13.0
12502026-06-05T04:03:43.813Z Downloaded regress v0.10.5
12512026-06-05T04:03:43.817Z Downloaded hickory-proto v0.25.2
12522026-06-05T04:03:43.825Z Downloaded minimal-lexical v0.2.1
12532026-06-05T04:03:43.829Z Downloaded linear-map v1.2.0
12542026-06-05T04:03:43.832Z Downloaded papergrid v0.11.0
12552026-06-05T04:03:43.835Z Downloaded indexmap v1.9.3
12562026-06-05T04:03:43.835Z Downloaded hubpack_derive v0.1.1
12572026-06-05T04:03:43.850Z Downloaded papergrid v0.18.0
12582026-06-05T04:03:43.858Z Downloaded whoami v1.6.1
12592026-06-05T04:03:44.266Z Downloaded time-core v0.1.8
12602026-06-05T04:03:44.266Z Downloaded serde_tokenstream v0.2.3
12612026-06-05T04:03:44.679Z Downloaded slog v2.8.2
12622026-06-05T04:03:44.679Z Downloaded usdt-macro v0.5.0
12632026-06-05T04:03:44.679Z Downloaded thiserror-no-std v2.0.2
12642026-06-05T04:03:44.679Z Downloaded schemars_derive v0.8.22
12652026-06-05T04:03:44.679Z Downloaded icu_locale_core v2.2.0
12662026-06-05T04:03:44.679Z Downloaded typify v0.4.3
12672026-06-05T04:03:44.679Z Downloaded libm v0.2.16
12682026-06-05T04:03:44.679Z Downloaded similar v2.7.0
12692026-06-05T04:03:44.679Z Downloaded itertools v0.12.1
12702026-06-05T04:03:44.679Z Downloaded hashbrown v0.16.1
12712026-06-05T04:03:44.679Z Downloaded iddqd v0.4.2
12722026-06-05T04:03:44.679Z Downloaded nom v7.1.3
12732026-06-05T04:03:44.679Z Downloaded zerovec v0.11.6
12742026-06-05T04:03:44.679Z Downloaded expectorate v1.2.0
12752026-06-05T04:03:44.679Z Downloaded aws-lc-sys v0.41.0
12762026-06-05T04:03:45.095Z Compiling proc-macro2 v1.0.106
12772026-06-05T04:03:45.095Z Compiling quote v1.0.45
12782026-06-05T04:03:45.095Z Compiling unicode-ident v1.0.24
12792026-06-05T04:03:45.095Z Compiling serde_core v1.0.228
12802026-06-05T04:03:45.095Z Compiling cfg-if v1.0.4
12812026-06-05T04:03:45.100Z Compiling serde v1.0.228
12822026-06-05T04:03:45.100Z Compiling libc v0.2.186
12832026-06-05T04:03:45.100Z Compiling memchr v2.8.1
12842026-06-05T04:03:45.730Z Compiling itoa v1.0.18
12852026-06-05T04:03:45.755Z Compiling smallvec v1.15.1
12862026-06-05T04:03:45.755Z Compiling zmij v1.0.21
12872026-06-05T04:03:45.755Z Compiling autocfg v1.5.1
12882026-06-05T04:03:45.755Z Compiling libm v0.2.16
12892026-06-05T04:03:45.895Z Compiling stable_deref_trait v1.2.1
12902026-06-05T04:03:45.987Z Compiling litemap v0.8.2
12912026-06-05T04:03:46.018Z Compiling writeable v0.6.3
12922026-06-05T04:03:46.112Z Compiling percent-encoding v2.3.2
12932026-06-05T04:03:46.179Z Compiling icu_normalizer_data v2.2.0
12942026-06-05T04:03:46.184Z Compiling icu_properties_data v2.2.0
12952026-06-05T04:03:46.184Z Compiling utf8_iter v1.0.4
12962026-06-05T04:03:46.221Z Compiling iana-time-zone v0.1.65
12972026-06-05T04:03:46.345Z Compiling equivalent v1.0.2
12982026-06-05T04:03:46.439Z Compiling form_urlencoded v1.2.2
12992026-06-05T04:03:46.460Z Compiling version_check v0.9.5
13002026-06-05T04:03:46.521Z Compiling syn v2.0.117
13012026-06-05T04:03:46.602Z Compiling pin-project-lite v0.2.17
13022026-06-05T04:03:46.615Z Compiling serde_json v1.0.150
13032026-06-05T04:03:46.626Z Compiling scopeguard v1.2.0
13042026-06-05T04:03:46.638Z Compiling parking_lot_core v0.9.12
13052026-06-05T04:03:46.694Z Compiling dyn-clone v1.0.20
13062026-06-05T04:03:46.733Z Compiling lock_api v0.4.14
13072026-06-05T04:03:47.146Z Compiling num-traits v0.2.19
13082026-06-05T04:03:47.149Z Compiling getrandom v0.4.2
13092026-06-05T04:03:47.149Z Compiling thiserror v2.0.18
13102026-06-05T04:03:47.149Z Compiling log v0.4.32
13112026-06-05T04:03:47.149Z Compiling rand_core v0.10.1
13122026-06-05T04:03:47.149Z Compiling hashbrown v0.17.1
13132026-06-05T04:03:47.149Z Compiling errno v0.3.14
13142026-06-05T04:03:47.289Z Compiling futures-core v0.3.32
13152026-06-05T04:03:47.354Z Compiling heck v0.5.0
13162026-06-05T04:03:47.441Z Compiling semver v1.0.28
13172026-06-05T04:03:48.005Z Compiling zerocopy v0.8.50
13182026-06-05T04:03:48.416Z Compiling futures-sink v0.3.32
13192026-06-05T04:03:48.416Z Compiling indexmap v2.14.0
13202026-06-05T04:03:48.417Z Compiling uuid v1.23.2
13212026-06-05T04:03:48.417Z Compiling slab v0.4.12
13222026-06-05T04:03:48.417Z Compiling jobserver v0.1.34
13232026-06-05T04:03:48.417Z Compiling find-msvc-tools v0.1.9
13242026-06-05T04:03:48.420Z Compiling fnv v1.0.7
13252026-06-05T04:03:48.420Z Compiling shlex v2.0.1
13262026-06-05T04:03:48.420Z Compiling schemars v0.8.22
13272026-06-05T04:03:48.420Z Compiling futures-channel v0.3.32
13282026-06-05T04:03:48.420Z Compiling rustversion v1.0.22
13292026-06-05T04:03:48.420Z Compiling cc v1.2.63
13302026-06-05T04:03:48.420Z Compiling futures-io v0.3.32
13312026-06-05T04:03:48.420Z Compiling futures-task v0.3.32
13322026-06-05T04:03:48.519Z Compiling socket2 v0.6.4
13332026-06-05T04:03:48.995Z Compiling bitflags v2.12.1
13342026-06-05T04:03:49.018Z Compiling signal-hook-registry v1.4.8
13352026-06-05T04:03:49.018Z Compiling parking_lot v0.12.5
13362026-06-05T04:03:49.018Z Compiling mio v1.2.1
13372026-06-05T04:03:49.018Z Compiling portable-atomic v1.13.1
13382026-06-05T04:03:49.018Z Compiling dunce v1.0.5
13392026-06-05T04:03:49.018Z Compiling typenum v1.20.1
13402026-06-05T04:03:49.018Z Compiling fs_extra v1.3.0
13412026-06-05T04:03:49.032Z Compiling cmake v0.1.58
13422026-06-05T04:03:49.616Z Compiling base64 v0.22.1
13432026-06-05T04:03:49.620Z Compiling critical-section v1.2.0
13442026-06-05T04:03:49.620Z Compiling subtle v2.6.1
13452026-06-05T04:03:49.620Z Compiling byteorder v1.5.0
13462026-06-05T04:03:49.620Z Compiling synstructure v0.13.2
13472026-06-05T04:03:49.620Z Compiling serde_derive_internals v0.29.1
13482026-06-05T04:03:49.620Z Compiling regex-syntax v0.8.10
13492026-06-05T04:03:49.620Z Compiling slog v2.8.2
13502026-06-05T04:03:49.620Z Compiling aws-lc-sys v0.41.0
13512026-06-05T04:03:49.748Z Compiling once_cell v1.21.4
13522026-06-05T04:03:49.786Z Compiling atomic-waker v1.1.2
13532026-06-05T04:03:49.797Z Compiling ipnet v2.12.0
13542026-06-05T04:03:49.862Z Compiling httparse v1.10.1
13552026-06-05T04:03:49.908Z Compiling strsim v0.11.1
13562026-06-05T04:03:49.958Z Compiling rustix v1.1.4
13572026-06-05T04:03:50.170Z Compiling tower-service v0.3.3
13582026-06-05T04:03:50.261Z Compiling tower-layer v0.3.3
13592026-06-05T04:03:50.298Z Compiling getrandom v0.2.17
13602026-06-05T04:03:50.320Z Compiling untrusted v0.9.0
13612026-06-05T04:03:50.416Z Compiling try-lock v0.2.5
13622026-06-05T04:03:50.438Z Compiling thiserror v1.0.69
13632026-06-05T04:03:50.468Z Compiling ucd-trie v0.1.7
13642026-06-05T04:03:50.513Z Compiling ryu v1.0.23
13652026-06-05T04:03:50.524Z Compiling want v0.3.1
13662026-06-05T04:03:50.580Z Compiling rand_core v0.6.4
13672026-06-05T04:03:50.592Z Compiling serde_derive v1.0.228
13682026-06-05T04:03:50.684Z Compiling zerofrom-derive v0.1.7
13692026-06-05T04:03:50.696Z Compiling yoke-derive v0.8.2
13702026-06-05T04:03:50.752Z Compiling zerovec-derive v0.11.3
13712026-06-05T04:03:50.764Z Compiling displaydoc v0.2.6
13722026-06-05T04:03:50.794Z Compiling schemars_derive v0.8.22
13732026-06-05T04:03:51.686Z Compiling tokio-macros v2.7.0
13742026-06-05T04:03:51.898Z Compiling thiserror-impl v2.0.18
13752026-06-05T04:03:51.987Z Compiling zerocopy-derive v0.8.50
13762026-06-05T04:03:52.009Z Compiling zerofrom v0.1.8
13772026-06-05T04:03:52.429Z Compiling yoke v0.8.3
13782026-06-05T04:03:52.499Z Compiling zeroize_derive v1.4.3
13792026-06-05T04:03:52.499Z Compiling zerovec v0.11.6
13802026-06-05T04:03:52.499Z Compiling zerotrie v0.2.4
13812026-06-05T04:03:52.499Z Compiling futures-macro v0.3.32
13822026-06-05T04:03:52.735Z Compiling tinystr v0.8.3
13832026-06-05T04:03:52.757Z Compiling potential_utf v0.1.5
13842026-06-05T04:03:52.774Z Compiling zeroize v1.8.2
13852026-06-05T04:03:52.913Z Compiling icu_locale_core v2.2.0
13862026-06-05T04:03:52.913Z Compiling icu_collections v2.2.0
13872026-06-05T04:03:52.950Z Compiling pest v2.8.6
13882026-06-05T04:03:53.154Z Compiling thiserror-impl v1.0.69
13892026-06-05T04:03:53.244Z Compiling futures-util v0.3.32
13902026-06-05T04:03:53.430Z Compiling httpdate v1.0.3
13912026-06-05T04:03:53.666Z Compiling icu_provider v2.2.0
13922026-06-05T04:03:53.868Z Compiling bytes v1.11.1
13932026-06-05T04:03:53.957Z Compiling icu_properties v2.2.0
13942026-06-05T04:03:53.974Z Compiling icu_normalizer v2.2.0
13952026-06-05T04:03:54.177Z Compiling chrono v0.4.45
13962026-06-05T04:03:54.300Z Compiling http v1.4.1
13972026-06-05T04:03:54.475Z Compiling tokio v1.52.3
13982026-06-05T04:03:54.553Z Compiling serde_tokenstream v0.2.3
13992026-06-05T04:03:54.825Z Compiling idna_adapter v1.2.2
14002026-06-05T04:03:54.961Z Compiling idna v1.1.0
14012026-06-05T04:03:55.121Z Compiling http-body v1.0.1
14022026-06-05T04:03:55.263Z Compiling url v2.5.8
14032026-06-05T04:03:55.333Z Compiling erased-serde v0.3.31
14042026-06-05T04:03:55.614Z Compiling pest_meta v2.8.6
14052026-06-05T04:03:55.721Z Compiling getrandom v0.3.4
14062026-06-05T04:03:56.113Z Compiling ppv-lite86 v0.2.21
14072026-06-05T04:03:56.141Z Compiling pretty-hex v0.4.2
14082026-06-05T04:03:56.180Z Compiling plain v0.2.3
14092026-06-05T04:03:56.228Z Compiling pest_generator v2.8.6
14102026-06-05T04:03:56.678Z Compiling foldhash v0.2.0
14112026-06-05T04:03:56.682Z Compiling allocator-api2 v0.2.21
14122026-06-05T04:03:56.682Z Compiling paste v1.0.15
14132026-06-05T04:03:56.682Z Compiling tracing-attributes v0.1.31
14142026-06-05T04:03:56.682Z Compiling ipnetwork v0.21.1
14152026-06-05T04:03:56.872Z Compiling hashbrown v0.16.1
14162026-06-05T04:03:56.890Z Compiling tracing-core v0.1.36
14172026-06-05T04:03:56.965Z Compiling pest_derive v2.8.6
14182026-06-05T04:03:57.046Z Compiling ident_case v1.0.1
14192026-06-05T04:03:57.576Z Compiling omicron-workspace-hack v0.1.0
14202026-06-05T04:03:57.579Z Compiling http-body-util v0.1.3
14212026-06-05T04:03:57.579Z Compiling serde_urlencoded v0.7.1
14222026-06-05T04:03:57.579Z Compiling aho-corasick v1.1.4
14232026-06-05T04:03:57.579Z Compiling sync_wrapper v1.0.2
14242026-06-05T04:03:57.608Z Compiling winnow v1.0.3
14252026-06-05T04:03:57.644Z Compiling oxnet v0.1.6
14262026-06-05T04:03:57.678Z Compiling daft-derive v0.1.7
14272026-06-05T04:03:57.742Z Compiling tracing v0.1.44
14282026-06-05T04:03:57.976Z Compiling fastrand v2.4.1
14292026-06-05T04:03:58.111Z Compiling async-trait v0.1.89
14302026-06-05T04:03:58.239Z Compiling regex-automata v0.4.14
14312026-06-05T04:03:58.436Z Compiling tokio-util v0.7.18
14322026-06-05T04:03:58.698Z Compiling scroll_derive v0.13.1
14332026-06-05T04:03:58.843Z Compiling aws-lc-rs v1.17.0
14342026-06-05T04:03:59.105Z Compiling num-conv v0.2.2
14352026-06-05T04:03:59.157Z Compiling time-core v0.1.8
14362026-06-05T04:03:59.178Z Compiling anyhow v1.0.102
14372026-06-05T04:03:59.656Z Compiling powerfmt v0.2.0
14382026-06-05T04:03:59.663Z Compiling time-macros v0.2.27
14392026-06-05T04:03:59.663Z Compiling deranged v0.5.8
14402026-06-05T04:03:59.663Z Compiling scroll v0.13.0
14412026-06-05T04:03:59.722Z Compiling rustls-pki-types v1.14.1
14422026-06-05T04:03:59.829Z Compiling num_threads v0.1.7
14432026-06-05T04:03:59.938Z Compiling regex v1.12.3
14442026-06-05T04:04:00.215Z Compiling hex v0.4.3
14452026-06-05T04:04:00.308Z Compiling openssl-probe v0.2.1
14462026-06-05T04:04:00.373Z Compiling goblin v0.10.7
14472026-06-05T04:04:00.501Z Compiling untrusted v0.7.1
14482026-06-05T04:04:00.821Z Compiling camino v1.2.2
14492026-06-05T04:04:00.832Z Compiling crc32fast v1.5.0
14502026-06-05T04:04:00.985Z Compiling usdt-impl v0.6.0
14512026-06-05T04:04:01.512Z Compiling rustls v0.23.40
14522026-06-05T04:04:01.532Z Compiling h2 v0.4.14
14532026-06-05T04:04:01.532Z Compiling dtrace-parser v0.3.0
14542026-06-05T04:04:01.532Z Compiling crossbeam-utils v0.8.21
14552026-06-05T04:04:01.812Z Compiling futures-executor v0.3.32
14562026-06-05T04:04:01.865Z Compiling structmeta-derive v0.3.0
14572026-06-05T04:04:01.931Z Compiling thread-id v5.1.0
14582026-06-05T04:04:02.013Z Compiling cpufeatures v0.3.0
14592026-06-05T04:04:02.129Z Compiling adler2 v2.0.1
14602026-06-05T04:04:02.139Z Compiling simd-adler32 v0.3.9
14612026-06-05T04:04:02.222Z Compiling futures v0.3.32
14622026-06-05T04:04:02.233Z Compiling rand_core v0.9.5
14632026-06-05T04:04:02.298Z Compiling miniz_oxide v0.8.9
14642026-06-05T04:04:02.465Z Compiling darling_core v0.23.0
14652026-06-05T04:04:02.831Z Compiling newtype-uuid-macros v0.1.0
14662026-06-05T04:04:02.956Z Compiling structmeta v0.3.0
14672026-06-05T04:04:02.986Z Compiling hybrid-array v0.4.12
14682026-06-05T04:04:03.380Z Compiling dof v0.4.0
14692026-06-05T04:04:03.414Z Compiling hyper v1.10.1
14702026-06-05T04:04:03.438Z Compiling thread_local v1.1.9
14712026-06-05T04:04:03.658Z Compiling match_cfg v0.1.0
14722026-06-05T04:04:03.699Z Compiling flate2 v1.1.9
14732026-06-05T04:04:04.400Z Compiling newtype-uuid v1.3.2
14742026-06-05T04:04:04.537Z Compiling hyper-util v0.1.20
14752026-06-05T04:04:04.633Z Compiling darling_macro v0.23.0
14762026-06-05T04:04:05.096Z Compiling ref-cast v1.0.25
14772026-06-05T04:04:05.101Z Compiling compression-core v0.4.32
14782026-06-05T04:04:05.101Z Compiling quick-error v1.2.3
14792026-06-05T04:04:05.101Z Compiling slog-async v2.8.0
14802026-06-05T04:04:05.577Z Compiling compression-codecs v0.4.38
14812026-06-05T04:04:05.627Z Compiling darling v0.23.0
14822026-06-05T04:04:05.628Z Compiling daft v0.1.7
14832026-06-05T04:04:05.628Z Compiling crypto-common v0.2.2
14842026-06-05T04:04:05.628Z Compiling block-buffer v0.12.0
14852026-06-05T04:04:05.628Z Compiling usdt-macro v0.6.0
14862026-06-05T04:04:05.628Z Compiling usdt-attr-macro v0.6.0
14872026-06-05T04:04:05.628Z Compiling rand_chacha v0.9.0
14882026-06-05T04:04:05.628Z Compiling ref-cast-impl v1.0.25
14892026-06-05T04:04:05.855Z Compiling strum_macros v0.26.4
14902026-06-05T04:04:05.892Z Compiling serde_spanned v1.1.1
14912026-06-05T04:04:06.108Z Compiling multer v3.1.0
14922026-06-05T04:04:06.130Z Compiling generic-array v0.14.7
14932026-06-05T04:04:06.243Z Compiling debug-ignore v1.0.5
14942026-06-05T04:04:06.314Z Compiling toml_writer v1.1.1+spec-1.1.0
14952026-06-05T04:04:06.350Z Compiling take_mut v0.2.2
14962026-06-05T04:04:06.370Z Compiling const-oid v0.10.2
14972026-06-05T04:04:06.458Z Compiling bit-vec v0.8.0
14982026-06-05T04:04:06.527Z Compiling term v1.2.1
14992026-06-05T04:04:06.545Z Compiling digest v0.11.3
15002026-06-05T04:04:06.641Z Compiling bit-set v0.8.0
15012026-06-05T04:04:06.692Z Compiling rand v0.9.4
15022026-06-05T04:04:06.706Z Compiling serde_with_macros v3.20.0
15032026-06-05T04:04:06.717Z Compiling async-stream-impl v0.3.6
15042026-06-05T04:04:06.799Z Compiling dropshot v0.17.1
15052026-06-05T04:04:07.091Z Compiling encoding_rs v0.8.35
15062026-06-05T04:04:07.252Z Compiling unarray v0.1.4
15072026-06-05T04:04:07.302Z Compiling mime v0.3.17
15082026-06-05T04:04:07.358Z Compiling spin v0.9.8
15092026-06-05T04:04:07.367Z Compiling syn v1.0.109
15102026-06-05T04:04:07.467Z Compiling async-stream v0.3.6
15112026-06-05T04:04:07.542Z Compiling strum v0.26.3
15122026-06-05T04:04:07.619Z Compiling sha1 v0.11.0
15132026-06-05T04:04:07.666Z Compiling derive-ex v0.1.8
15142026-06-05T04:04:07.735Z Compiling tower v0.5.3
15152026-06-05T04:04:07.746Z Compiling dropshot_endpoint v0.17.1
15162026-06-05T04:04:07.842Z Compiling macaddr v1.0.1
15172026-06-05T04:04:07.862Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-06-05T04:04:08.135Z Compiling waitgroup v0.1.2
15192026-06-05T04:04:08.212Z Compiling serde_path_to_error v0.1.20
15202026-06-05T04:04:08.346Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-06-05T04:04:08.476Z Compiling tower-http v0.6.11
15222026-06-05T04:04:08.579Z Compiling tempfile v3.27.0
15232026-06-05T04:04:09.117Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15242026-06-05T04:04:09.122Z Compiling openapiv3 v2.2.0
15252026-06-05T04:04:09.122Z Compiling strum_macros v0.27.2
15262026-06-05T04:04:09.122Z Compiling instant v0.1.13
15272026-06-05T04:04:09.240Z Compiling test-strategy v0.4.5
15282026-06-05T04:04:09.408Z Compiling rustls-native-certs v0.8.4
15292026-06-05T04:04:10.166Z Compiling time v0.3.47
15302026-06-05T04:04:10.299Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15312026-06-05T04:04:10.518Z Compiling crossbeam-channel v0.5.15
15322026-06-05T04:04:10.620Z Compiling crypto-common v0.1.7
15332026-06-05T04:04:10.749Z Compiling strum v0.27.2
15342026-06-05T04:04:10.955Z Compiling parse-display-derive v0.10.0
15352026-06-05T04:04:11.066Z Compiling backon v1.6.0
15362026-06-05T04:04:11.272Z Compiling rand_chacha v0.3.1
15372026-06-05T04:04:11.728Z Compiling rand v0.8.6
15382026-06-05T04:04:11.917Z Compiling slog-json v2.6.1
15392026-06-05T04:04:11.991Z Compiling hostname v0.3.1
15402026-06-05T04:04:12.125Z Compiling toml_parser v1.1.2+spec-1.1.0
15412026-06-05T04:04:12.260Z Compiling toml_datetime v1.1.1+spec-1.1.0
15422026-06-05T04:04:12.330Z Compiling wait-timeout v0.2.1
15432026-06-05T04:04:12.385Z Compiling is-terminal v0.4.17
15442026-06-05T04:04:12.440Z Compiling memmap2 v0.9.10
15452026-06-05T04:04:12.614Z Compiling either v1.16.0
15462026-06-05T04:04:12.634Z Compiling usdt v0.6.0
15472026-06-05T04:04:13.046Z Compiling toml v1.1.2+spec-1.1.0
15482026-06-05T04:04:13.049Z Compiling rusty-fork v0.3.1
15492026-06-05T04:04:13.049Z Compiling slog-term v2.9.2
15502026-06-05T04:04:13.049Z Compiling slog-bunyan v2.5.0
15512026-06-05T04:04:13.049Z Compiling serde_with v3.20.0
15522026-06-05T04:04:13.049Z Compiling async-compression v0.4.42
15532026-06-05T04:04:13.049Z Compiling rand_xorshift v0.4.0
15542026-06-05T04:04:13.186Z Compiling rustls-pemfile v2.2.0
15552026-06-05T04:04:13.328Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15562026-06-05T04:04:13.382Z Compiling regress v0.10.5
15572026-06-05T04:04:13.433Z Compiling hostname v0.4.2
15582026-06-05T04:04:13.521Z Compiling humantime v2.3.0
15592026-06-05T04:04:13.566Z Compiling proptest v1.11.0
15602026-06-05T04:04:13.795Z Compiling iddqd v0.4.2
15612026-06-05T04:04:14.011Z Compiling reqwest v0.12.28
15622026-06-05T04:04:14.180Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15632026-06-05T04:04:14.433Z Compiling block-buffer v0.10.4
15642026-06-05T04:04:14.758Z Compiling digest v0.10.7
15652026-06-05T04:04:14.773Z Compiling itertools v0.14.0
15662026-06-05T04:04:14.976Z Compiling progenitor-client v0.10.0
15672026-06-05T04:04:15.083Z Compiling parse-display v0.10.0
15682026-06-05T04:04:15.249Z Compiling backoff v0.4.0
15692026-06-05T04:04:15.463Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15702026-06-05T04:04:16.447Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15712026-06-05T04:04:17.264Z Compiling regress v0.11.1
15722026-06-05T04:04:17.276Z Compiling utf8parse v0.2.2
15732026-06-05T04:04:17.478Z Compiling anstyle-parse v1.0.0
15742026-06-05T04:04:17.661Z Compiling anstyle v1.0.14
15752026-06-05T04:04:17.697Z Compiling colorchoice v1.0.5
15762026-06-05T04:04:17.806Z Compiling anstyle-query v1.1.5
15772026-06-05T04:04:17.912Z Compiling is_terminal_polyfill v1.70.2
15782026-06-05T04:04:18.003Z Compiling anstream v1.0.0
15792026-06-05T04:04:18.585Z Compiling toml_datetime v0.6.11
15802026-06-05T04:04:18.848Z Compiling typify-impl v0.6.2
15812026-06-05T04:04:18.890Z Compiling zerocopy-derive v0.7.35
15822026-06-05T04:04:18.919Z Compiling clap_lex v1.1.0
15832026-06-05T04:04:19.109Z Compiling cpufeatures v0.2.17
15842026-06-05T04:04:19.192Z Compiling convert_case v0.4.0
15852026-06-05T04:04:19.723Z Compiling zerocopy v0.7.35
15862026-06-05T04:04:19.871Z Compiling derive_more v0.99.20
15872026-06-05T04:04:20.141Z Compiling unicode-width v0.2.2
15882026-06-05T04:04:20.509Z Compiling secrecy v0.10.3
15892026-06-05T04:04:20.844Z Compiling clap_derive v4.6.1
15902026-06-05T04:04:20.941Z Compiling float-ord v0.3.2
15912026-06-05T04:04:21.057Z Compiling tinyvec_macros v0.1.1
15922026-06-05T04:04:21.269Z Compiling crucible-workspace-hack v0.1.0
15932026-06-05T04:04:21.318Z Compiling tinyvec v1.11.0
15942026-06-05T04:04:21.864Z Compiling terminal_size v0.4.4
15952026-06-05T04:04:22.407Z Compiling dtrace-parser v0.2.0
15962026-06-05T04:04:22.411Z Compiling scroll_derive v0.12.1
15972026-06-05T04:04:22.411Z Compiling num-integer v0.1.46
15982026-06-05T04:04:22.429Z Compiling rustc_version v0.4.1
15992026-06-05T04:04:22.490Z Compiling usdt-impl v0.5.0
16002026-06-05T04:04:22.713Z Compiling curve25519-dalek v4.1.3
16012026-06-05T04:04:23.135Z Compiling scroll v0.12.0
16022026-06-05T04:04:23.139Z Compiling dof v0.3.0
16032026-06-05T04:04:23.139Z Compiling hmac v0.12.1
16042026-06-05T04:04:23.139Z Compiling inout v0.1.4
16052026-06-05T04:04:23.153Z Compiling darling_core v0.21.3
16062026-06-05T04:04:23.248Z Compiling ff v0.13.1
16072026-06-05T04:04:23.387Z Compiling thread-id v4.2.2
16082026-06-05T04:04:23.394Z Compiling group v0.13.0
16092026-06-05T04:04:23.438Z Compiling cipher v0.4.4
16102026-06-05T04:04:24.045Z Compiling hkdf v0.12.4
16112026-06-05T04:04:24.048Z Compiling goblin v0.8.2
16122026-06-05T04:04:24.048Z Compiling num-rational v0.4.2
16132026-06-05T04:04:24.093Z Compiling num-iter v0.1.45
16142026-06-05T04:04:24.210Z Compiling clap_builder v4.6.0
16152026-06-05T04:04:24.351Z Compiling toml_edit v0.25.12+spec-1.1.0
16162026-06-05T04:04:24.403Z Compiling thiserror-impl-no-std v2.0.2
16172026-06-05T04:04:24.600Z Compiling universal-hash v0.5.1
16182026-06-05T04:04:24.734Z Compiling crypto-bigint v0.5.5
16192026-06-05T04:04:25.227Z Compiling typify-macro v0.6.2
16202026-06-05T04:04:25.250Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16212026-06-05T04:04:25.266Z Compiling darling_macro v0.21.3
16222026-06-05T04:04:25.588Z Compiling crossbeam-epoch v0.9.18
16232026-06-05T04:04:25.860Z Compiling half v2.7.1
16242026-06-05T04:04:25.885Z Compiling curve25519-dalek-derive v0.1.1
16252026-06-05T04:04:25.972Z Compiling num-complex v0.4.6
16262026-06-05T04:04:26.300Z Compiling base64ct v1.8.3
16272026-06-05T04:04:26.362Z Compiling base16ct v0.2.0
16282026-06-05T04:04:26.535Z Compiling opaque-debug v0.3.1
16292026-06-05T04:04:26.572Z Compiling ciborium-io v0.2.2
16302026-06-05T04:04:26.612Z Compiling poly1305 v0.8.0
16312026-06-05T04:04:26.636Z Compiling ciborium-ll v0.2.2
16322026-06-05T04:04:26.647Z Compiling password-hash v0.5.0
16332026-06-05T04:04:26.879Z Compiling elliptic-curve v0.13.8
16342026-06-05T04:04:27.135Z Compiling num v0.4.3
16352026-06-05T04:04:27.715Z Compiling darling v0.21.3
16362026-06-05T04:04:27.767Z Compiling typify v0.6.2
16372026-06-05T04:04:27.767Z Compiling clap v4.6.1
16382026-06-05T04:04:27.767Z Compiling thiserror-no-std v2.0.2
16392026-06-05T04:04:27.767Z Compiling proc-macro-crate v3.5.0
16402026-06-05T04:04:27.956Z Compiling chacha20 v0.9.1
16412026-06-05T04:04:27.993Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16422026-06-05T04:04:28.088Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16432026-06-05T04:04:28.559Z Compiling blake2 v0.10.6
16442026-06-05T04:04:28.600Z Compiling aead v0.5.2
16452026-06-05T04:04:28.746Z Compiling byte-wrapper v0.1.0
16462026-06-05T04:04:28.756Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16472026-06-05T04:04:28.971Z Compiling proc-macro-error-attr v1.0.4
16482026-06-05T04:04:29.140Z Compiling unsafe-libyaml v0.2.11
16492026-06-05T04:04:29.198Z Compiling heapless v0.8.0
16502026-06-05T04:04:29.219Z Compiling rustix v0.38.44
16512026-06-05T04:04:29.523Z Compiling prettyplease v0.2.37
16522026-06-05T04:04:29.581Z Compiling keccak v0.1.6
16532026-06-05T04:04:29.785Z Compiling sha3 v0.10.9
16542026-06-05T04:04:29.793Z Compiling serde_yaml v0.9.34+deprecated
16552026-06-05T04:04:30.132Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-06-05T04:04:30.827Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-06-05T04:04:30.877Z Compiling argon2 v0.5.3
16582026-06-05T04:04:31.083Z Compiling chacha20poly1305 v0.10.1
16592026-06-05T04:04:31.345Z Compiling num_enum_derive v0.7.6
16602026-06-05T04:04:31.389Z Compiling vsss-rs v3.3.4
16612026-06-05T04:04:31.427Z Compiling ingot-macros v0.1.1
16622026-06-05T04:04:31.457Z Compiling ciborium v0.2.2
16632026-06-05T04:04:32.151Z Compiling usdt-attr-macro v0.5.0
16642026-06-05T04:04:32.394Z Compiling usdt-macro v0.5.0
16652026-06-05T04:04:33.326Z Compiling serde_spanned v0.6.9
16662026-06-05T04:04:33.481Z Compiling enum-as-inner v0.6.1
16672026-06-05T04:04:34.038Z Compiling hash32 v0.3.1
16682026-06-05T04:04:34.093Z Compiling proc-macro-error v1.0.4
16692026-06-05T04:04:34.196Z Compiling memmap v0.7.0
16702026-06-05T04:04:34.203Z Compiling memoffset v0.9.1
16712026-06-05T04:04:34.248Z Compiling indent_write v2.2.0
16722026-06-05T04:04:34.343Z Compiling winnow v0.7.15
16732026-06-05T04:04:34.391Z Compiling cfg_aliases v0.2.1
16742026-06-05T04:04:34.416Z Compiling winnow v0.5.40
16752026-06-05T04:04:34.428Z Compiling smoltcp v0.11.0
16762026-06-05T04:04:34.473Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772026-06-05T04:04:34.492Z Compiling toml_write v0.1.2
16782026-06-05T04:04:34.525Z Compiling data-encoding v2.11.0
16792026-06-05T04:04:34.670Z Compiling rustls-webpki v0.103.13
16802026-06-05T04:04:34.881Z Compiling nix v0.31.3
16812026-06-05T04:04:35.137Z Compiling usdt v0.5.0
16822026-06-05T04:04:35.373Z Compiling ingot-types v0.1.2
16832026-06-05T04:04:35.731Z Compiling toml_edit v0.22.27
16842026-06-05T04:04:35.770Z Compiling toml_edit v0.19.15
16852026-06-05T04:04:35.841Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16862026-06-05T04:04:35.856Z Compiling num_enum v0.7.6
16872026-06-05T04:04:35.861Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16882026-06-05T04:04:35.872Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16892026-06-05T04:04:36.180Z Compiling tabwriter v1.4.1
16902026-06-05T04:04:36.456Z Compiling cobs v0.3.0
16912026-06-05T04:04:36.576Z Compiling serde_repr v0.1.20
16922026-06-05T04:04:36.658Z Compiling pkg-config v0.3.33
16932026-06-05T04:04:37.062Z Compiling bitflags v1.3.2
16942026-06-05T04:04:37.109Z Compiling vcpkg v0.2.15
16952026-06-05T04:04:37.148Z Compiling managed v0.8.0
16962026-06-05T04:04:37.217Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16972026-06-05T04:04:37.487Z Compiling toml v0.8.23
16982026-06-05T04:04:37.661Z Compiling openssl-sys v0.9.116
16992026-06-05T04:04:37.962Z Compiling proc-macro-crate v1.3.1
17002026-06-05T04:04:38.199Z Compiling tokio-rustls v0.26.4
17012026-06-05T04:04:38.224Z Compiling rustls-platform-verifier v0.7.0
17022026-06-05T04:04:38.475Z Compiling hyper-rustls v0.27.9
17032026-06-05T04:04:39.190Z Compiling reqwest v0.13.4
17042026-06-05T04:04:39.287Z Compiling postcard v1.1.3
17052026-06-05T04:04:39.968Z Compiling ingot v0.1.1
17062026-06-05T04:04:40.155Z Compiling progenitor-client v0.14.0
17072026-06-05T04:04:40.440Z Compiling progenitor-extras v0.2.0
17082026-06-05T04:04:41.387Z Compiling hubpack_derive v0.1.1
17092026-06-05T04:04:41.568Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17102026-06-05T04:04:41.938Z Compiling foreign-types-macros v0.2.3
17112026-06-05T04:04:41.956Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-06-05T04:04:42.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17132026-06-05T04:04:42.556Z Compiling foreign-types-shared v0.3.1
17142026-06-05T04:04:42.630Z Compiling linked-hash-map v0.5.6
17152026-06-05T04:04:42.654Z Compiling heck v0.4.1
17162026-06-05T04:04:42.827Z Compiling rayon-core v1.13.0
17172026-06-05T04:04:42.870Z Compiling semver v0.1.20
17182026-06-05T04:04:43.077Z Compiling swrite v0.1.0
17192026-06-05T04:04:43.140Z Compiling colored v3.1.1
17202026-06-05T04:04:43.178Z Compiling resolv-conf v0.7.6
17212026-06-05T04:04:43.199Z Compiling unicode-segmentation v1.13.3
17222026-06-05T04:04:43.433Z Compiling static_assertions v1.1.0
17232026-06-05T04:04:43.532Z Compiling newline-converter v0.3.0
17242026-06-05T04:04:43.560Z Compiling rustc_version v0.1.7
17252026-06-05T04:04:43.593Z Compiling lru-cache v0.1.2
17262026-06-05T04:04:43.658Z Compiling foreign-types v0.5.0
17272026-06-05T04:04:43.704Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-05T04:04:43.717Z Compiling hubpack v0.1.2
17292026-06-05T04:04:43.855Z Compiling num_enum_derive v0.5.11
17302026-06-05T04:04:44.138Z Compiling atomicwrites v0.4.4
17312026-06-05T04:04:44.351Z Compiling hickory-proto v0.24.4
17322026-06-05T04:04:45.039Z Compiling progenitor-impl v0.13.0
17332026-06-05T04:04:45.497Z Compiling crossbeam-deque v0.8.6
17342026-06-05T04:04:45.586Z Compiling console v0.15.11
17352026-06-05T04:04:45.695Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-06-05T04:04:46.260Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-05T04:04:46.769Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17382026-06-05T04:04:46.878Z Compiling camino-tempfile v1.4.1
17392026-06-05T04:04:47.570Z Compiling chacha20 v0.10.0
17402026-06-05T04:04:47.600Z Compiling serde-big-array v0.5.1
17412026-06-05T04:04:47.600Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-06-05T04:04:47.815Z Compiling derive-where v1.6.1
17432026-06-05T04:04:47.868Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-05T04:04:48.006Z Compiling pin-project-internal v1.1.13
17452026-06-05T04:04:48.802Z Compiling num-derive v0.4.2
17462026-06-05T04:04:48.912Z Compiling cstr-argument v0.1.2
17472026-06-05T04:04:48.912Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17482026-06-05T04:04:49.166Z Compiling minimal-lexical v0.2.1
17492026-06-05T04:04:49.166Z Compiling siphasher v1.0.3
17502026-06-05T04:04:49.221Z Compiling similar v2.7.0
17512026-06-05T04:04:49.221Z Compiling phf_shared v0.12.1
17522026-06-05T04:04:49.221Z Compiling nom v7.1.3
17532026-06-05T04:04:49.221Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17542026-06-05T04:04:49.221Z Compiling pin-project v1.1.13
17552026-06-05T04:04:49.330Z Compiling progenitor-macro v0.13.0
17562026-06-05T04:04:50.229Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-05T04:04:50.361Z Compiling expectorate v1.2.0
17582026-06-05T04:04:50.361Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17592026-06-05T04:04:50.361Z Compiling rand v0.10.1
17602026-06-05T04:04:50.361Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17612026-06-05T04:04:50.361Z Compiling hickory-resolver v0.24.4
17622026-06-05T04:04:50.419Z Compiling num_enum v0.5.11
17632026-06-05T04:04:50.513Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17642026-06-05T04:04:50.555Z Compiling newtype_derive v0.1.6
17652026-06-05T04:04:50.709Z Compiling progenitor-client v0.13.0
17662026-06-05T04:04:51.059Z Compiling progenitor-impl v0.14.0
17672026-06-05T04:04:51.088Z Compiling unicode-normalization v0.1.25
17682026-06-05T04:04:51.576Z Compiling tokio-stream v0.1.18
17692026-06-05T04:04:52.093Z Compiling snafu-derive v0.8.9
17702026-06-05T04:04:52.430Z Compiling async-recursion v1.1.1
17712026-06-05T04:04:52.618Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17722026-06-05T04:04:52.834Z Compiling slog-dtrace v0.3.0
17732026-06-05T04:04:53.353Z Compiling csv-core v0.1.13
17742026-06-05T04:04:53.373Z Compiling bstr v1.12.1
17752026-06-05T04:04:53.373Z Compiling same-file v1.0.6
17762026-06-05T04:04:53.373Z Compiling foldhash v0.1.5
17772026-06-05T04:04:53.373Z Compiling owo-colors v4.3.0
17782026-06-05T04:04:53.410Z Compiling highway v1.3.0
17792026-06-05T04:04:53.625Z Compiling unicode-xid v0.2.6
17802026-06-05T04:04:53.705Z Compiling foreign-types-shared v0.1.1
17812026-06-05T04:04:53.740Z Compiling cancel-safe-futures v0.1.5
17822026-06-05T04:04:53.769Z Compiling openssl v0.10.80
17832026-06-05T04:04:54.239Z Compiling konst_macro_rules v0.2.19
17842026-06-05T04:04:54.272Z Compiling chrono-tz v0.10.4
17852026-06-05T04:04:54.272Z Compiling unicode-width v0.1.14
17862026-06-05T04:04:54.272Z Compiling konst v0.2.20
17872026-06-05T04:04:54.272Z Compiling snafu v0.8.9
17882026-06-05T04:04:54.272Z Compiling foreign-types v0.3.2
17892026-06-05T04:04:54.272Z Compiling const_format_proc_macros v0.2.34
17902026-06-05T04:04:54.288Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-06-05T04:04:54.488Z Compiling globset v0.4.18
17922026-06-05T04:04:54.506Z Compiling hashbrown v0.15.5
17932026-06-05T04:04:54.506Z Compiling walkdir v2.5.0
17942026-06-05T04:04:54.553Z Compiling progenitor v0.13.0
17952026-06-05T04:04:54.686Z Compiling csv v1.4.0
17962026-06-05T04:04:54.784Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-05T04:04:54.852Z Compiling progenitor-macro v0.14.0
17982026-06-05T04:04:55.077Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-05T04:04:55.510Z Compiling qorb v0.4.1
18002026-06-05T04:04:55.526Z Compiling olpc-cjson v0.1.4
18012026-06-05T04:04:55.526Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-06-05T04:04:56.999Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-05T04:04:57.490Z Compiling rayon v1.12.0
18042026-06-05T04:04:57.564Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18052026-06-05T04:04:57.564Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18062026-06-05T04:04:57.690Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-05T04:04:59.254Z Compiling phf v0.12.1
18082026-06-05T04:04:59.687Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-05T04:04:59.688Z Compiling zone_cfg_derive v0.3.1
18102026-06-05T04:04:59.688Z Compiling tokio-dtrace v0.1.1
18112026-06-05T04:04:59.688Z Compiling itertools v0.12.1
18122026-06-05T04:04:59.688Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18132026-06-05T04:04:59.688Z Compiling libsw-core v0.3.2
18142026-06-05T04:04:59.735Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18152026-06-05T04:04:59.736Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-05T04:05:01.730Z Compiling serde_plain v1.0.2
18172026-06-05T04:05:01.882Z Compiling openssl-macros v0.1.1
18182026-06-05T04:05:01.882Z Compiling pem v3.0.6
18192026-06-05T04:05:01.992Z Compiling cookie v0.18.1
18202026-06-05T04:05:01.992Z Compiling sigpipe v0.1.3
18212026-06-05T04:05:01.992Z Compiling glob v0.3.3
18222026-06-05T04:05:01.992Z Compiling bytecount v0.6.9
18232026-06-05T04:05:01.992Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-05T04:05:01.992Z Compiling fixedbitset v0.5.7
18252026-06-05T04:05:01.992Z Compiling fixedbitset v0.4.2
18262026-06-05T04:05:01.992Z Compiling typed-path v0.9.3
18272026-06-05T04:05:01.993Z Compiling jiff v0.2.28
18282026-06-05T04:05:01.993Z Compiling petgraph v0.6.5
18292026-06-05T04:05:01.993Z Compiling petgraph v0.8.3
18302026-06-05T04:05:01.993Z Compiling papergrid v0.11.0
18312026-06-05T04:05:02.050Z Compiling tough v0.22.0
18322026-06-05T04:05:02.473Z Compiling zone v0.3.1
18332026-06-05T04:05:02.668Z Compiling progenitor v0.14.0
18342026-06-05T04:05:02.727Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18352026-06-05T04:05:02.764Z Compiling libsw v3.5.0
18362026-06-05T04:05:02.821Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18372026-06-05T04:05:02.873Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-05T04:05:02.959Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-05T04:05:03.013Z Compiling oxide-tokio-rt v0.1.6
18402026-06-05T04:05:03.096Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18412026-06-05T04:05:03.145Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-05T04:05:03.391Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-05T04:05:04.358Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T04:05:04.411Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-05T04:05:04.839Z Compiling const_format v0.2.36
18462026-06-05T04:05:05.081Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18472026-06-05T04:05:05.171Z Compiling tabled_derive v0.7.0
18482026-06-05T04:05:05.286Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-05T04:05:05.286Z Compiling gethostname v0.5.0
18502026-06-05T04:05:05.383Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-05T04:05:05.432Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18522026-06-05T04:05:05.590Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T04:05:05.677Z Compiling bcs v0.1.6
18542026-06-05T04:05:05.677Z Compiling smf v0.2.3
18552026-06-05T04:05:05.843Z Compiling linear-map v1.2.0
18562026-06-05T04:05:05.895Z Compiling smawk v0.3.2
18572026-06-05T04:05:06.084Z Compiling lazy_static v1.5.0
18582026-06-05T04:05:06.165Z Compiling whoami v1.6.1
18592026-06-05T04:05:06.226Z Compiling unicode-linebreak v0.1.5
18602026-06-05T04:05:06.226Z Compiling termtree v0.5.1
18612026-06-05T04:05:06.303Z Compiling tagptr v0.2.0
18622026-06-05T04:05:06.413Z Compiling textwrap v0.16.2
18632026-06-05T04:05:06.444Z Compiling tabled v0.15.0
18642026-06-05T04:05:06.487Z Compiling moka v0.12.15
18652026-06-05T04:05:06.684Z Compiling steno v0.4.1
18662026-06-05T04:05:06.972Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-05T04:05:07.027Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-05T04:05:07.486Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-05T04:05:08.432Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-05T04:05:08.767Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-05T04:05:09.329Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T04:05:09.593Z Compiling hickory-proto v0.25.2
18732026-06-05T04:05:10.100Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18742026-06-05T04:05:10.942Z Compiling parking_lot_core v0.8.6
18752026-06-05T04:05:10.942Z Compiling libscf-sys v1.2.0
18762026-06-05T04:05:10.942Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-05T04:05:10.942Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18782026-06-05T04:05:10.942Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18792026-06-05T04:05:11.423Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18802026-06-05T04:05:11.476Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18812026-06-05T04:05:11.538Z Compiling nom v8.0.0
18822026-06-05T04:05:11.538Z Compiling parking_lot v0.11.2
18832026-06-05T04:05:11.568Z Compiling hickory-resolver v0.25.2
18842026-06-05T04:05:11.837Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18852026-06-05T04:05:11.897Z Compiling fxhash v0.2.1
18862026-06-05T04:05:11.944Z Compiling internet-checksum v0.2.1
18872026-06-05T04:05:12.026Z Compiling sled v0.34.7
18882026-06-05T04:05:12.083Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18892026-06-05T04:05:12.513Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-05T04:05:13.632Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18912026-06-05T04:05:18.442Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-05T04:05:18.746Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18932026-06-05T04:05:24.954Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-05T04:05:26.628Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-05T04:05:28.031Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18962026-06-05T04:05:30.115Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18972026-06-05T04:05:30.158Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18982026-06-05T04:05:53.710Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
18992026-06-05T04:05:53.902Z────────────
19002026-06-05T04:05:53.902Z Nextest run ID cd5401e7-2a09-44b0-b74c-bf85a9d4a680 with nextest profile: default
19012026-06-05T04:05:53.902Z Starting 15 tests across 1 binary (28 tests skipped)
19022026-06-05T04:06:10.371Z PASS [ 17.495s] rdb proptest::prop_ipv4_default_contains_all
19032026-06-05T04:06:10.371Z PASS [ 17.523s] rdb proptest::prop_ipv4_host_bits_always_unset
19042026-06-05T04:06:10.371Z PASS [ 17.540s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19052026-06-05T04:06:10.371Z PASS [ 17.549s] rdb proptest::prop_ipv6_host_bits_always_unset
19062026-06-05T04:06:10.371Z PASS [ 17.557s] rdb proptest::prop_ipv6_default_contains_all
19072026-06-05T04:06:10.371Z PASS [ 17.570s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19082026-06-05T04:06:10.371Z PASS [ 17.628s] rdb proptest::prop_ipv4_within_self
19092026-06-05T04:06:27.619Z PASS [ 17.384s] rdb proptest::prop_ipv6_within_self
19102026-06-05T04:06:36.929Z PASS [ 26.590s] rdb proptest::prop_static_route_key_deduplication
19112026-06-05T04:06:47.374Z PASS [ 37.106s] rdb proptest::prop_static_route_key_normalization_idempotent
19122026-06-05T04:06:47.428Z PASS [ 37.110s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19132026-06-05T04:06:47.484Z PASS [ 37.128s] rdb proptest::prop_static_route_key_normalization_preserves_length
19142026-06-05T04:06:47.585Z PASS [ 37.266s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19152026-06-05T04:06:52.898Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-06-05T04:07:04.786Z PASS [ 53.410s] rdb proptest::prop_static_route_key_ord_consistency
19172026-06-05T04:07:52.705Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19182026-06-05T04:08:52.711Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-06-05T04:09:52.713Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19202026-06-05T04:10:13.872Z PASS [ 261.163s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-06-05T04:10:13.872Z────────────
19222026-06-05T04:10:13.872Z Summary [ 261.164s] 15 tests run: 15 passed (1 slow), 28 skipped
19232026-06-05T04:10:13.886Z+ cp './*.log' /work/
19242026-06-05T04:10:13.889Z+ true
19252026-06-05T04:10:13.890Z+ [[ -d proptest-regressions ]]
19262026-06-05T04:10:13.890Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19272026-06-05T04:10:13.893Z+ popd
19282026-06-05T04:10:13.894Z/work/oxidecomputer/maghemite
19292026-06-05T04:10:13.894Z+ pushd bgp
19302026-06-05T04:10:13.894Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19312026-06-05T04:10:13.894Z+ PROPTEST_CASES=1000000
19322026-06-05T04:10:13.894Z+ cargo nextest run --lib proptest
19332026-06-05T04:10:15.059Z Compiling smallvec v1.15.1
19342026-06-05T04:10:15.219Z Compiling crunchy v0.2.4
19352026-06-05T04:10:15.239Z Compiling tiny-keccak v2.0.2
19362026-06-05T04:10:15.248Z Compiling ahash v0.8.12
19372026-06-05T04:10:15.255Z Compiling smartstring v1.0.1
19382026-06-05T04:10:15.268Z Compiling thin-vec v0.2.18
19392026-06-05T04:10:15.268Z Compiling serial_test_derive v3.5.0
19402026-06-05T04:10:15.358Z Compiling icu_normalizer v2.2.0
19412026-06-05T04:10:15.374Z Compiling parking_lot_core v0.9.12
19422026-06-05T04:10:15.530Z Compiling parking_lot_core v0.8.6
19432026-06-05T04:10:15.611Z Compiling parking_lot v0.12.5
19442026-06-05T04:10:15.764Z Compiling idna_adapter v1.2.2
19452026-06-05T04:10:15.820Z Compiling tokio v1.52.3
19462026-06-05T04:10:15.913Z Compiling idna v1.1.0
19472026-06-05T04:10:16.006Z Compiling moka v0.12.15
19482026-06-05T04:10:16.098Z Compiling parking_lot v0.11.2
19492026-06-05T04:10:16.251Z Compiling url v2.5.8
19502026-06-05T04:10:16.516Z Compiling const-random-macro v0.1.16
19512026-06-05T04:10:16.531Z Compiling sled v0.34.7
19522026-06-05T04:10:16.710Z Compiling rhai_codegen v3.2.0
19532026-06-05T04:10:16.790Z Compiling schemars v0.8.22
19542026-06-05T04:10:16.922Z Compiling const-random v0.1.18
19552026-06-05T04:10:17.144Z Compiling yansi v1.0.1
19562026-06-05T04:10:17.147Z Compiling diff v0.1.13
19572026-06-05T04:10:17.229Z Compiling serial_test v3.5.0
19582026-06-05T04:10:17.422Z Compiling pretty_assertions v1.4.1
19592026-06-05T04:10:17.558Z Compiling ipnetwork v0.21.1
19602026-06-05T04:10:17.573Z Compiling newtype-uuid v1.3.2
19612026-06-05T04:10:17.691Z Compiling serde_with v3.20.0
19622026-06-05T04:10:17.903Z Compiling oxnet v0.1.6
19632026-06-05T04:10:17.921Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19642026-06-05T04:10:18.011Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19652026-06-05T04:10:18.299Z Compiling daft v0.1.7
19662026-06-05T04:10:18.387Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19672026-06-05T04:10:18.417Z Compiling byte-wrapper v0.1.0
19682026-06-05T04:10:18.568Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19692026-06-05T04:10:18.792Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19702026-06-05T04:10:18.906Z Compiling iddqd v0.4.2
19712026-06-05T04:10:19.082Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-05T04:10:19.198Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19732026-06-05T04:10:19.381Z Compiling typify-impl v0.6.2
19742026-06-05T04:10:19.438Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19752026-06-05T04:10:19.471Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-06-05T04:10:19.530Z Compiling tokio-util v0.7.18
19772026-06-05T04:10:19.731Z Compiling tokio-rustls v0.26.4
19782026-06-05T04:10:20.003Z Compiling tower v0.5.3
19792026-06-05T04:10:20.230Z Compiling h2 v0.4.14
19802026-06-05T04:10:20.341Z Compiling async-compression v0.4.42
19812026-06-05T04:10:20.504Z Compiling tower-http v0.6.11
19822026-06-05T04:10:20.623Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-05T04:10:20.890Z Compiling backoff v0.4.0
19842026-06-05T04:10:21.974Z Compiling typify v0.6.2
19852026-06-05T04:10:22.019Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-05T04:10:22.306Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19872026-06-05T04:10:22.380Z Compiling hyper v1.10.1
19882026-06-05T04:10:22.404Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-06-05T04:10:22.408Z Compiling hickory-proto v0.24.4
19902026-06-05T04:10:22.537Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19912026-06-05T04:10:23.222Z Compiling progenitor-impl v0.13.0
19922026-06-05T04:10:23.409Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19932026-06-05T04:10:23.690Z Compiling hyper-util v0.1.20
19942026-06-05T04:10:24.153Z Compiling tokio-stream v0.1.18
19952026-06-05T04:10:24.625Z Compiling hickory-resolver v0.24.4
19962026-06-05T04:10:24.638Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19972026-06-05T04:10:25.436Z Compiling hyper-rustls v0.27.9
19982026-06-05T04:10:25.699Z Compiling reqwest v0.13.4
19992026-06-05T04:10:25.744Z Compiling dropshot v0.17.1
20002026-06-05T04:10:25.768Z Compiling reqwest v0.12.28
20012026-06-05T04:10:26.096Z Compiling qorb v0.4.1
20022026-06-05T04:10:26.463Z Compiling progenitor-impl v0.14.0
20032026-06-05T04:10:26.854Z Compiling progenitor-client v0.10.0
20042026-06-05T04:10:27.151Z Compiling progenitor-client v0.14.0
20052026-06-05T04:10:27.467Z Compiling progenitor-extras v0.2.0
20062026-06-05T04:10:28.378Z Compiling progenitor-client v0.13.0
20072026-06-05T04:10:28.698Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-05T04:10:30.031Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20092026-06-05T04:10:30.088Z Compiling progenitor v0.13.0
20102026-06-05T04:10:30.103Z Compiling libsw-core v0.3.2
20112026-06-05T04:10:30.228Z Compiling tokio-dtrace v0.1.1
20122026-06-05T04:10:30.279Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20132026-06-05T04:10:30.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20142026-06-05T04:10:31.092Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20152026-06-05T04:10:31.898Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-05T04:10:32.042Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20172026-06-05T04:10:32.086Z Compiling oxide-tokio-rt v0.1.6
20182026-06-05T04:10:32.371Z Compiling libsw v3.5.0
20192026-06-05T04:10:32.405Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-05T04:10:32.556Z Compiling progenitor v0.14.0
20212026-06-05T04:10:32.705Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-05T04:10:32.739Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-05T04:10:32.835Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-05T04:10:33.026Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-05T04:10:33.265Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-05T04:10:34.220Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-05T04:10:34.623Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-05T04:10:34.941Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-05T04:10:35.465Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-05T04:10:35.745Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-05T04:10:35.762Z Compiling tough v0.22.0
20322026-06-05T04:10:35.985Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20332026-06-05T04:10:36.526Z Compiling cancel-safe-futures v0.1.5
20342026-06-05T04:10:36.899Z Compiling zone v0.3.1
20352026-06-05T04:10:36.913Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T04:10:37.202Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-05T04:10:37.453Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-05T04:10:37.650Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T04:10:37.709Z Compiling hickory-proto v0.25.2
20402026-06-05T04:10:37.817Z Compiling steno v0.4.1
20412026-06-05T04:10:37.996Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20422026-06-05T04:10:38.797Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-05T04:10:38.852Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20442026-06-05T04:10:39.019Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-05T04:10:39.370Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20462026-06-05T04:10:39.478Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20472026-06-05T04:10:39.902Z Compiling hickory-resolver v0.25.2
20482026-06-05T04:10:40.229Z Compiling rhai v1.25.1
20492026-06-05T04:10:40.822Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-05T04:10:41.061Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T04:10:41.101Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T04:10:42.083Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T04:10:43.070Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T04:10:43.622Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-05T04:10:44.912Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20562026-06-05T04:10:45.925Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-05T04:10:46.143Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-05T04:10:51.140Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-05T04:10:58.821Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-05T04:11:00.429Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T04:11:01.470Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20622026-06-05T04:11:02.406Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20632026-06-05T04:11:03.234Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20642026-06-05T04:11:05.185Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20652026-06-05T04:11:35.817Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20662026-06-05T04:11:35.996Z────────────
20672026-06-05T04:11:35.997Z Nextest run ID 6d49dcbe-7cf2-4ba3-aa24-5c8eabd6c596 with nextest profile: default
20682026-06-05T04:11:35.997Z Starting 17 tests across 1 binary (133 tests skipped)
20692026-06-05T04:11:53.208Z PASS [ 17.202s] bgp proptest::prop_ipv4_wire_format_roundtrip
20702026-06-05T04:11:55.142Z PASS [ 19.136s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20712026-06-05T04:11:55.218Z PASS [ 19.221s] bgp proptest::prop_ipv4_prefixes_roundtrip
20722026-06-05T04:11:56.447Z PASS [ 20.438s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20732026-06-05T04:11:56.793Z PASS [ 20.792s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20742026-06-05T04:11:56.964Z PASS [ 20.957s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20752026-06-05T04:12:04.861Z PASS [ 28.864s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20762026-06-05T04:12:10.419Z PASS [ 17.211s] bgp proptest::prop_ipv6_wire_format_roundtrip
20772026-06-05T04:12:15.572Z PASS [ 19.125s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20782026-06-05T04:12:15.622Z PASS [ 20.481s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20792026-06-05T04:12:16.141Z PASS [ 19.176s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20802026-06-05T04:12:16.594Z PASS [ 19.800s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20812026-06-05T04:12:36.003Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20822026-06-05T04:12:39.577Z PASS [ 29.151s] bgp proptest::prop_update_mp_unreach_roundtrip
20832026-06-05T04:12:44.525Z PASS [ 67.731s] bgp proptest::prop_encode_decode_semantic_equivalence
20842026-06-05T04:12:56.368Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20852026-06-05T04:13:04.867Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20862026-06-05T04:13:06.063Z PASS [ 70.810s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20872026-06-05T04:13:15.595Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20882026-06-05T04:13:18.008Z PASS [ 62.427s] bgp proptest::prop_update_traditional_roundtrip
20892026-06-05T04:13:19.306Z PASS [ 74.441s] bgp proptest::prop_update_mp_reach_roundtrip
20902026-06-05T04:13:19.311Z────────────
20912026-06-05T04:13:19.311Z Summary [ 103.305s] 17 tests run: 17 passed (4 slow), 133 skipped
20922026-06-05T04:13:19.383Z+ cp './*.log' /work/
20932026-06-05T04:13:19.391Z+ true
20942026-06-05T04:13:19.391Z+ [[ -d proptest-regressions ]]
20952026-06-05T04:13:19.391Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20962026-06-05T04:13:19.391Z+ popd
20972026-06-05T04:13:19.391Z/work/oxidecomputer/maghemite
20982026-06-05T04:13:19.391Zprocess exited: duration 766953 ms, exit code 0
 
20992026-06-05T04:13:19.422Zfound 0 output files