01KP2KMHJHCPAA7WYMNG2JHFPY: build-and-test / illumos

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KP2KMQ700QC2NS5Y2FT3GJWG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-13T05:05:43.922Zjob assigned to worker 01KP2KMT76D3VV6484KSST99NE [factory aws, i-032fd58f8ea251f68] (queued for 56 s)
 
22026-04-13T05:05:50.386Zstarting task 0: "setup"
32026-04-13T05:05:50.393Z++ uname -s
42026-04-13T05:05:50.396Z+ kern=SunOS
52026-04-13T05:05:50.396Z+ build_user=build
62026-04-13T05:05:50.396Z+ build_uid=12345
72026-04-13T05:05:50.397Z+ work_dir=/work
82026-04-13T05:05:50.397Z+ input_dir=/input
92026-04-13T05:05:50.397Z+ [[ 0 == 12345 ]]
102026-04-13T05:05:50.397Z+ case "$kern" in
112026-04-13T05:05:50.397Z+ groupadd -g 12345 build
122026-04-13T05:05:50.400Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-13T05:05:52.405Z+ zfs create -o mountpoint=/work rpool/work
142026-04-13T05:05:52.522Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-13T05:05:52.525Z+ home_fs=zfs
162026-04-13T05:05:52.525Z+ [[ zfs == autofs ]]
172026-04-13T05:05:52.526Z+ mkdir -p /home/build
182026-04-13T05:05:52.526Z+ chown build:build /home/build /work
192026-04-13T05:05:54.527Z+ chmod 0700 /home/build /work
202026-04-13T05:05:54.530Zprocess exited: duration 4148 ms, exit code 0
 
212026-04-13T05:05:54.536Zstarting task 1: "rust-toolchain"
222026-04-13T05:05:54.541Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-13T05:05:54.541Z * rust toolchain channel = "stable"
242026-04-13T05:05:54.541Z * rust toolchain profile = "default"
252026-04-13T05:05:54.541Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-13T05:05:54.541Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-13T05:05:54.541Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-13T05:05:54.544Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-13T05:05:54.544Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-13T05:05:54.823Zinfo: downloading installer
312026-04-13T05:05:56.206Zwarn: It looks like you have an existing installation of Rust at:
322026-04-13T05:05:56.206Zwarn: /opt/ooce/bin
332026-04-13T05:05:56.206Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-13T05:05:56.206Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-13T05:05:56.206Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-13T05:05:56.206Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-13T05:05:56.206Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-13T05:05:56.206Zerror: cannot install while Rust is installed
392026-04-13T05:05:56.206Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-13T05:05:56.209Zwarn: It looks like you have an existing rustup settings file at:
412026-04-13T05:05:56.210Zwarn: /home/build/.rustup/settings.toml
422026-04-13T05:05:56.210Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-13T05:05:56.210Zwarn: instead of the one inferred from the default host triple.
442026-04-13T05:05:56.219Zinfo: profile set to default
452026-04-13T05:05:56.219Zinfo: default host triple is x86_64-unknown-illumos
462026-04-13T05:05:56.222Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-13T05:05:56.351Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-13T05:05:56.354Zinfo: downloading 6 components
492026-04-13T05:06:10.460Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-13T05:06:10.460Z
512026-04-13T05:06:10.498Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-13T05:06:10.498Z
532026-04-13T05:06:10.498Z
542026-04-13T05:06:10.498ZRust is installed now. Great!
552026-04-13T05:06:10.498Z
562026-04-13T05:06:10.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-13T05:06:10.498Zenvironment variable. This has not been done automatically.
582026-04-13T05:06:10.498Z
592026-04-13T05:06:10.498ZTo configure your current shell, you need to source
602026-04-13T05:06:10.498Zthe corresponding env file under $HOME/.cargo.
612026-04-13T05:06:10.498Z
622026-04-13T05:06:10.498ZThis is usually done by running one of the following (note the leading DOT):
632026-04-13T05:06:10.498Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-13T05:06:10.498Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-13T05:06:10.498Zsource "~/.cargo/env.nu" # For nushell
662026-04-13T05:06:10.498Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-13T05:06:10.498Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-13T05:06:10.498Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-13T05:06:10.501Zwarn: no default linker (`cc`) was found in your PATH
702026-04-13T05:06:10.501Zwarn: many Rust crates require a system C toolchain to build
712026-04-13T05:06:10.600Z+ rustup --version
722026-04-13T05:06:10.609Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-13T05:06:10.612Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-13T05:06:10.630Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-13T05:06:10.633Z+ cargo --version
762026-04-13T05:06:10.646Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-13T05:06:10.648Z+ rustc --version
782026-04-13T05:06:10.668Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-13T05:06:10.671Zprocess exited: duration 16132 ms, exit code 0
 
802026-04-13T05:06:10.677Zstarting task 2: "authentication"
812026-04-13T05:06:10.693Zprocess exited: duration 16 ms, exit code 0
 
822026-04-13T05:06:10.699Zstarting task 3: "clone repository"
832026-04-13T05:06:10.702Z+ mkdir -p /work/oxidecomputer/dropshot
842026-04-13T05:06:10.705Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-04-13T05:06:10.736ZCloning into '/work/oxidecomputer/dropshot'...
862026-04-13T05:06:11.594Z+ cd /work/oxidecomputer/dropshot
872026-04-13T05:06:11.594Z+ git fetch origin 3fe8a9be45760ff5ce14573bf204535037d77e3a
882026-04-13T05:06:11.846ZFrom https://github.com/oxidecomputer/dropshot
892026-04-13T05:06:11.846Z * branch 3fe8a9be45760ff5ce14573bf204535037d77e3a -> FETCH_HEAD
902026-04-13T05:06:11.852Z+ [[ -n dependabot/cargo/tokio-1.51.1 ]]
912026-04-13T05:06:11.855Z++ git branch --show-current
922026-04-13T05:06:11.855Z+ current=main
932026-04-13T05:06:11.855Z+ [[ main != dependabot/cargo/tokio-1.51.1 ]]
942026-04-13T05:06:11.855Z+ git branch -f dependabot/cargo/tokio-1.51.1 3fe8a9be45760ff5ce14573bf204535037d77e3a
952026-04-13T05:06:11.858Z+ git checkout -f dependabot/cargo/tokio-1.51.1
962026-04-13T05:06:11.871ZSwitched to branch 'dependabot/cargo/tokio-1.51.1'
972026-04-13T05:06:11.874Z+ git reset --hard 3fe8a9be45760ff5ce14573bf204535037d77e3a
982026-04-13T05:06:11.885ZHEAD is now at 3fe8a9b Bump tokio from 1.51.0 to 1.51.1
992026-04-13T05:06:11.888Zprocess exited: duration 1186 ms, exit code 0
 
1002026-04-13T05:06:11.894Zstarting task 4: "build"
1012026-04-13T05:06:11.897Z+ cargo --version
1022026-04-13T05:06:11.903Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1032026-04-13T05:06:12.052Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1042026-04-13T05:06:12.055Zinfo: downloading 6 components
1052026-04-13T05:06:26.872Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1062026-04-13T05:06:26.876Z+ rustc --version
1072026-04-13T05:06:26.904Zrustc 1.94.1 (e408947bf 2026-03-25)
1082026-04-13T05:06:26.908Z+ banner build
1092026-04-13T05:06:26.911Z
1102026-04-13T05:06:26.911Z ##### # # # # #####
1112026-04-13T05:06:26.911Z # # # # # # # #
1122026-04-13T05:06:26.911Z ##### # # # # # #
1132026-04-13T05:06:26.911Z # # # # # # # #
1142026-04-13T05:06:26.911Z # # # # # # # #
1152026-04-13T05:06:26.911Z ##### #### # ###### #####
1162026-04-13T05:06:26.911Z
1172026-04-13T05:06:26.911Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-04-13T05:06:26.994Z Updating crates.io index
1192026-04-13T05:06:28.806Z Downloading crates ...
1202026-04-13T05:06:28.869Z Downloaded autocfg v1.1.0
1212026-04-13T05:06:28.872Z Downloaded adler2 v2.0.1
1222026-04-13T05:06:28.874Z Downloaded http-range v0.1.4
1232026-04-13T05:06:28.875Z Downloaded digest v0.10.7
1242026-04-13T05:06:28.875Z Downloaded buf-list v1.1.2
1252026-04-13T05:06:28.877Z Downloaded console v0.15.7
1262026-04-13T05:06:28.880Z Downloaded async-channel v2.5.0
1272026-04-13T05:06:28.883Z Downloaded icu_normalizer_data v1.5.0
1282026-04-13T05:06:28.886Z Downloaded idna_adapter v1.2.0
1292026-04-13T05:06:28.886Z Downloaded crypto-common v0.2.1
1302026-04-13T05:06:28.890Z Downloaded serde_urlencoded v0.7.1
1312026-04-13T05:06:28.893Z Downloaded icu_locid_transform v1.5.0
1322026-04-13T05:06:28.896Z Downloaded lru-slab v0.1.2
1332026-04-13T05:06:28.896Z Downloaded h2 v0.4.6
1342026-04-13T05:06:28.898Z Downloaded log v0.4.17
1352026-04-13T05:06:28.901Z Downloaded newline-converter v0.3.0
1362026-04-13T05:06:28.901Z Downloaded const-oid v0.10.2
1372026-04-13T05:06:28.904Z Downloaded concurrent-queue v2.5.0
1382026-04-13T05:06:28.907Z Downloaded anyhow v1.0.102
1392026-04-13T05:06:28.910Z Downloaded fastrand v2.1.1
1402026-04-13T05:06:28.910Z Downloaded num_threads v0.1.3
1412026-04-13T05:06:28.910Z Downloaded dyn-clone v1.0.4
1422026-04-13T05:06:28.913Z Downloaded rustls-pemfile v2.2.0
1432026-04-13T05:06:28.916Z Downloaded lock_api v0.4.6
1442026-04-13T05:06:28.916Z Downloaded litemap v0.7.4
1452026-04-13T05:06:28.919Z Downloaded pkg-config v0.3.31
1462026-04-13T05:06:28.919Z Downloaded futures-sink v0.3.32
1472026-04-13T05:06:28.922Z Downloaded futures-task v0.3.32
1482026-04-13T05:06:28.922Z Downloaded schemars_derive v0.8.22
1492026-04-13T05:06:28.925Z Downloaded memmap2 v0.9.8
1502026-04-13T05:06:28.925Z Downloaded httpdate v1.0.1
1512026-04-13T05:06:28.927Z Downloaded byteorder v1.4.3
1522026-04-13T05:06:28.927Z Downloaded rustls-native-certs v0.7.0
1532026-04-13T05:06:28.930Z Downloaded parking_lot v0.12.1
1542026-04-13T05:06:28.930Z Downloaded flate2 v1.1.9
1552026-04-13T05:06:28.933Z Downloaded data-encoding v2.4.0
1562026-04-13T05:06:28.936Z Downloaded http-body v1.0.1
1572026-04-13T05:06:28.936Z Downloaded foreign-types-shared v0.1.1
1582026-04-13T05:06:28.936Z Downloaded camino v1.2.2
1592026-04-13T05:06:28.939Z Downloaded dof v0.4.0
1602026-04-13T05:06:28.939Z Downloaded crypto-common v0.1.6
1612026-04-13T05:06:28.939Z Downloaded dtrace-parser v0.3.0
1622026-04-13T05:06:28.942Z Downloaded displaydoc v0.2.5
1632026-04-13T05:06:28.942Z Downloaded ryu v1.0.5
1642026-04-13T05:06:28.945Z Downloaded itoa v1.0.1
1652026-04-13T05:06:28.947Z Downloaded is-terminal v0.4.12
1662026-04-13T05:06:28.947Z Downloaded quote v1.0.45
1672026-04-13T05:06:28.950Z Downloaded futures-macro v0.3.32
1682026-04-13T05:06:28.950Z Downloaded futures-executor v0.3.32
1692026-04-13T05:06:28.953Z Downloaded futures-core v0.3.32
1702026-04-13T05:06:28.953Z Downloaded form_urlencoded v1.2.2
1712026-04-13T05:06:28.953Z Downloaded cfg-if v1.0.0
1722026-04-13T05:06:28.953Z Downloaded ipnet v2.10.0
1732026-04-13T05:06:28.956Z Downloaded rusticata-macros v4.1.0
1742026-04-13T05:06:28.956Z Downloaded scopeguard v1.2.0
1752026-04-13T05:06:28.959Z Downloaded schema-derive v0.1.0
1762026-04-13T05:06:28.959Z Downloaded rustc-hash v2.0.0
1772026-04-13T05:06:28.959Z Downloaded num-conv v0.2.0
1782026-04-13T05:06:28.963Z Downloaded foreign-types v0.3.2
1792026-04-13T05:06:28.963Z Downloaded cpufeatures v0.2.17
1802026-04-13T05:06:28.963Z Downloaded hostname v0.3.1
1812026-04-13T05:06:28.965Z Downloaded asn1-rs-impl v0.2.0
1822026-04-13T05:06:28.965Z Downloaded plain v0.2.3
1832026-04-13T05:06:28.965Z Downloaded errno v0.3.10
1842026-04-13T05:06:28.965Z Downloaded atomicwrites v0.4.4
1852026-04-13T05:06:28.968Z Downloaded hyper-tls v0.6.0
1862026-04-13T05:06:28.968Z Downloaded cpufeatures v0.3.0
1872026-04-13T05:06:28.969Z Downloaded hostname v0.4.2
1882026-04-13T05:06:28.971Z Downloaded async-stream v0.3.6
1892026-04-13T05:06:28.971Z Downloaded serde_spanned v1.1.1
1902026-04-13T05:06:28.974Z Downloaded prettyplease v0.2.37
1912026-04-13T05:06:28.975Z Downloaded equivalent v1.0.0
1922026-04-13T05:06:28.978Z Downloaded compression-core v0.4.31
1932026-04-13T05:06:28.978Z Downloaded icu_provider_macros v1.5.0
1942026-04-13T05:06:28.978Z Downloaded getrandom v0.4.1
1952026-04-13T05:06:28.981Z Downloaded parking v2.2.0
1962026-04-13T05:06:28.981Z Downloaded async-stream-impl v0.3.6
1972026-04-13T05:06:28.981Z Downloaded debug-ignore v1.0.5
1982026-04-13T05:06:28.984Z Downloaded deranged v0.5.5
1992026-04-13T05:06:28.984Z Downloaded atomic-waker v1.1.2
2002026-04-13T05:06:28.984Z Downloaded fnv v1.0.7
2012026-04-13T05:06:28.987Z Downloaded schema v0.1.0
2022026-04-13T05:06:28.987Z Downloaded erased-serde v0.3.31
2032026-04-13T05:06:28.989Z Downloaded asn1-rs-derive v0.6.0
2042026-04-13T05:06:28.992Z Downloaded sha1 v0.10.6
2052026-04-13T05:06:28.992Z Downloaded event-listener-strategy v0.5.4
2062026-04-13T05:06:28.995Z Downloaded rand_chacha v0.3.1
2072026-04-13T05:06:28.995Z Downloaded futures-io v0.3.32
2082026-04-13T05:06:28.995Z Downloaded block-buffer v0.10.2
2092026-04-13T05:06:28.995Z Downloaded percent-encoding v2.3.2
2102026-04-13T05:06:28.999Z Downloaded openssl-macros v0.1.1
2112026-04-13T05:06:28.999Z Downloaded match_cfg v0.1.0
2122026-04-13T05:06:28.999Z Downloaded scroll_derive v0.13.1
2132026-04-13T05:06:29.002Z Downloaded pretty-hex v0.4.1
2142026-04-13T05:06:29.002Z Downloaded block-buffer v0.12.0
2152026-04-13T05:06:29.002Z Downloaded heck v0.5.0
2162026-04-13T05:06:29.005Z Downloaded sha1 v0.11.0
2172026-04-13T05:06:29.008Z Downloaded openssl-probe v0.1.4
2182026-04-13T05:06:29.008Z Downloaded simd-adler32 v0.3.7
2192026-04-13T05:06:29.014Z Downloaded stable_deref_trait v1.2.0
2202026-04-13T05:06:29.017Z Downloaded hyper-rustls v0.26.0
2212026-04-13T05:06:29.017Z Downloaded simple-mermaid v0.2.0
2222026-04-13T05:06:29.021Z Downloaded digest v0.11.2
2232026-04-13T05:06:29.024Z Downloaded rustversion v1.0.22
2242026-04-13T05:06:29.027Z Downloaded num-integer v0.1.46
2252026-04-13T05:06:29.027Z Downloaded rustls-pki-types v1.14.0
2262026-04-13T05:06:29.029Z Downloaded minimal-lexical v0.2.1
2272026-04-13T05:06:29.032Z Downloaded thread-id v5.0.0
2282026-04-13T05:06:29.032Z Downloaded rand_chacha v0.9.0
2292026-04-13T05:06:29.035Z Downloaded take_mut v0.2.2
2302026-04-13T05:06:29.035Z Downloaded subtle v2.5.0
2312026-04-13T05:06:29.035Z Downloaded glob v0.3.0
2322026-04-13T05:06:29.038Z Downloaded thread_local v1.1.4
2332026-04-13T05:06:29.038Z Downloaded generic-array v0.14.5
2342026-04-13T05:06:29.041Z Downloaded tinyvec_macros v0.1.0
2352026-04-13T05:06:29.044Z Downloaded target-triple v1.0.0
2362026-04-13T05:06:29.044Z Downloaded tokio-macros v2.7.0
2372026-04-13T05:06:29.050Z Downloaded untrusted v0.9.0
2382026-04-13T05:06:29.053Z Downloaded version_check v0.9.5
2392026-04-13T05:06:29.056Z Downloaded try-lock v0.2.3
2402026-04-13T05:06:29.056Z Downloaded tower-layer v0.3.3
2412026-04-13T05:06:29.059Z Downloaded serde_tokenstream v0.2.3
2422026-04-13T05:06:29.059Z Downloaded lazy_static v1.5.0
2432026-04-13T05:06:29.059Z Downloaded serde_path_to_error v0.1.20
2442026-04-13T05:06:29.062Z Downloaded multer v3.1.0
2452026-04-13T05:06:29.062Z Downloaded tower-service v0.3.3
2462026-04-13T05:06:29.062Z Downloaded utf16_iter v1.0.5
2472026-04-13T05:06:29.065Z Downloaded oid-registry v0.8.1
2482026-04-13T05:06:29.065Z Downloaded native-tls v0.2.12
2492026-04-13T05:06:29.065Z Downloaded mime v0.3.16
2502026-04-13T05:06:29.068Z Downloaded asn1-rs v0.7.1
2512026-04-13T05:06:29.071Z Downloaded slog-bunyan v2.5.0
2522026-04-13T05:06:29.071Z Downloaded http-body-util v0.1.3
2532026-04-13T05:06:29.074Z Downloaded serde_derive_internals v0.29.0
2542026-04-13T05:06:29.074Z Downloaded rand_core v0.6.3
2552026-04-13T05:06:29.074Z Downloaded time-core v0.1.8
2562026-04-13T05:06:29.077Z Downloaded slog-async v2.8.0
2572026-04-13T05:06:29.077Z Downloaded signal-hook-registry v1.4.0
2582026-04-13T05:06:29.077Z Downloaded shlex v1.3.0
2592026-04-13T05:06:29.077Z Downloaded sha2 v0.10.8
2602026-04-13T05:06:29.080Z Downloaded pem v3.0.6
2612026-04-13T05:06:29.080Z Downloaded slog-json v2.6.1
2622026-04-13T05:06:29.080Z Downloaded utf8_iter v1.0.4
2632026-04-13T05:06:29.083Z Downloaded parking_lot_core v0.9.4
2642026-04-13T05:06:29.084Z Downloaded waitgroup v0.1.2
2652026-04-13T05:06:29.084Z Downloaded usdt-attr-macro v0.6.0
2662026-04-13T05:06:29.084Z Downloaded usdt-macro v0.6.0
2672026-04-13T05:06:29.087Z Downloaded slab v0.4.9
2682026-04-13T05:06:29.087Z Downloaded bitflags v2.11.0
2692026-04-13T05:06:29.089Z Downloaded quinn-udp v0.5.5
2702026-04-13T05:06:29.090Z Downloaded pin-project-lite v0.2.12
2712026-04-13T05:06:29.092Z Downloaded utf-8 v0.7.6
2722026-04-13T05:06:29.092Z Downloaded httparse v1.10.0
2732026-04-13T05:06:29.096Z Downloaded pest_meta v2.8.1
2742026-04-13T05:06:29.096Z Downloaded hybrid-array v0.4.8
2752026-04-13T05:06:29.096Z Downloaded getrandom v0.2.11
2762026-04-13T05:06:29.099Z Downloaded scroll v0.13.0
2772026-04-13T05:06:29.099Z Downloaded want v0.3.0
2782026-04-13T05:06:29.099Z Downloaded slog-term v2.9.2
2792026-04-13T05:06:29.102Z Downloaded spin v0.9.8
2802026-04-13T05:06:29.102Z Downloaded zerofrom v0.1.5
2812026-04-13T05:06:29.105Z Downloaded compression-codecs v0.4.37
2822026-04-13T05:06:29.105Z Downloaded thiserror-impl v2.0.18
2832026-04-13T05:06:29.108Z Downloaded zerofrom-derive v0.1.5
2842026-04-13T05:06:29.108Z Downloaded icu_locid v1.5.0
2852026-04-13T05:06:29.108Z Downloaded futures-channel v0.3.32
2862026-04-13T05:06:29.111Z Downloaded synstructure v0.13.1
2872026-04-13T05:06:29.111Z Downloaded thiserror v2.0.18
2882026-04-13T05:06:29.114Z Downloaded write16 v1.0.0
2892026-04-13T05:06:29.114Z Downloaded tokio-native-tls v0.3.1
2902026-04-13T05:06:29.117Z Downloaded tinystr v0.7.6
2912026-04-13T05:06:29.117Z Downloaded unicode-width v0.1.9
2922026-04-13T05:06:29.117Z Downloaded usdt v0.6.0
2932026-04-13T05:06:29.120Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2942026-04-13T05:06:29.120Z Downloaded toml_writer v1.1.1+spec-1.1.0
2952026-04-13T05:06:29.120Z Downloaded tokio-rustls v0.25.0
2962026-04-13T05:06:29.120Z Downloaded thiserror v1.0.69
2972026-04-13T05:06:29.123Z Downloaded termcolor v1.1.2
2982026-04-13T05:06:29.126Z Downloaded tokio-tungstenite v0.24.0
2992026-04-13T05:06:29.126Z Downloaded time-macros v0.2.27
3002026-04-13T05:06:29.129Z Downloaded thiserror-impl v1.0.69
3012026-04-13T05:06:29.129Z Downloaded sync_wrapper v1.0.1
3022026-04-13T05:06:29.129Z Downloaded paste v1.0.15
3032026-04-13T05:06:29.132Z Downloaded pest_generator v2.8.1
3042026-04-13T05:06:29.132Z Downloaded ppv-lite86 v0.2.15
3052026-04-13T05:06:29.132Z Downloaded semver v1.0.28
3062026-04-13T05:06:29.135Z Downloaded iana-time-zone v0.1.47
3072026-04-13T05:06:29.135Z Downloaded rand_core v0.9.5
3082026-04-13T05:06:29.135Z Downloaded crossbeam-utils v0.8.21
3092026-04-13T05:06:29.138Z Downloaded hyper-rustls v0.27.3
3102026-04-13T05:06:29.138Z Downloaded pest_derive v2.8.1
3112026-04-13T05:06:29.141Z Downloaded unicase v2.6.0
3122026-04-13T05:06:29.141Z Downloaded powerfmt v0.2.0
3132026-04-13T05:06:29.141Z Downloaded hyper-staticfile v0.10.1
3142026-04-13T05:06:29.144Z Downloaded usdt-impl v0.6.0
3152026-04-13T05:06:29.144Z Downloaded async-trait v0.1.89
3162026-04-13T05:06:29.147Z Downloaded once_cell v1.20.1
3172026-04-13T05:06:29.147Z Downloaded futures v0.3.32
3182026-04-13T05:06:29.150Z Downloaded icu_normalizer v1.5.0
3192026-04-13T05:06:29.153Z Downloaded icu_locid_transform_data v1.5.0
3202026-04-13T05:06:29.153Z Downloaded getrandom v0.3.4
3212026-04-13T05:06:29.156Z Downloaded event-listener v5.0.0
3222026-04-13T05:06:29.156Z Downloaded num-traits v0.2.14
3232026-04-13T05:06:29.158Z Downloaded mime_guess v2.0.5
3242026-04-13T05:06:29.158Z Downloaded yoke-derive v0.7.5
3252026-04-13T05:06:29.158Z Downloaded yoke v0.7.5
3262026-04-13T05:06:29.162Z Downloaded writeable v0.5.5
3272026-04-13T05:06:29.165Z Downloaded smallvec v1.13.2
3282026-04-13T05:06:29.168Z Downloaded tokio-rustls v0.26.0
3292026-04-13T05:06:29.168Z Downloaded toml_parser v1.1.2+spec-1.1.0
3302026-04-13T05:06:29.168Z Downloaded zeroize v1.7.0
3312026-04-13T05:06:29.171Z Downloaded tinyvec v1.5.1
3322026-04-13T05:06:29.174Z Downloaded unicode-ident v1.0.12
3332026-04-13T05:06:29.174Z Downloaded zerovec-derive v0.10.3
3342026-04-13T05:06:29.177Z Downloaded serde_derive v1.0.228
3352026-04-13T05:06:29.177Z Downloaded icu_provider v1.5.0
3362026-04-13T05:06:29.180Z Downloaded icu_properties v1.5.1
3372026-04-13T05:06:29.184Z Downloaded slog v2.8.2
3382026-04-13T05:06:29.184Z Downloaded trybuild v1.0.116
3392026-04-13T05:06:29.187Z Downloaded serde_core v1.0.228
3402026-04-13T05:06:29.190Z Downloaded proc-macro2 v1.0.106
3412026-04-13T05:06:29.190Z Downloaded crc32fast v1.5.0
3422026-04-13T05:06:29.195Z Downloaded der-parser v10.0.0
3432026-04-13T05:06:29.195Z Downloaded tempfile v3.27.0
3442026-04-13T05:06:29.195Z Downloaded schemars v0.8.22
3452026-04-13T05:06:29.201Z Downloaded memchr v2.6.0
3462026-04-13T05:06:29.204Z Downloaded yasna v0.5.2
3472026-04-13T05:06:29.207Z Downloaded socket2 v0.5.9
3482026-04-13T05:06:29.207Z Downloaded miniz_oxide v0.8.9
3492026-04-13T05:06:29.210Z Downloaded base64 v0.22.1
3502026-04-13T05:06:29.210Z Downloaded tracing-core v0.1.32
3512026-04-13T05:06:29.213Z Downloaded ucd-trie v0.1.6
3522026-04-13T05:06:29.213Z Downloaded zmij v1.0.2
3532026-04-13T05:06:29.213Z Downloaded toml v1.1.2+spec-1.1.0
3542026-04-13T05:06:29.217Z Downloaded subprocess v1.0.3
3552026-04-13T05:06:29.221Z Downloaded bytes v1.11.1
3562026-04-13T05:06:29.221Z Downloaded socket2 v0.6.3
3572026-04-13T05:06:29.224Z Downloaded openssl-sys v0.9.107
3582026-04-13T05:06:29.224Z Downloaded icu_collections v1.5.0
3592026-04-13T05:06:29.228Z Downloaded quinn v0.11.4
3602026-04-13T05:06:29.231Z Downloaded http v1.4.0
3612026-04-13T05:06:29.231Z Downloaded term v1.1.0
3622026-04-13T05:06:29.234Z Downloaded typenum v1.19.0
3632026-04-13T05:06:29.234Z Downloaded tracing v0.1.40
3642026-04-13T05:06:29.237Z Downloaded rcgen v0.14.7
3652026-04-13T05:06:29.240Z Downloaded similar v2.2.1
3662026-04-13T05:06:29.240Z Downloaded hashbrown v0.16.1
3672026-04-13T05:06:29.244Z Downloaded tungstenite v0.24.0
3682026-04-13T05:06:29.247Z Downloaded uuid v1.23.0
3692026-04-13T05:06:29.247Z Downloaded async-compression v0.4.41
3702026-04-13T05:06:29.251Z Downloaded serde v1.0.228
3712026-04-13T05:06:29.254Z Downloaded url v2.5.4
3722026-04-13T05:06:29.254Z Downloaded num-bigint v0.4.3
3732026-04-13T05:06:29.258Z Downloaded unicode-segmentation v1.10.0
3742026-04-13T05:06:29.261Z Downloaded expectorate v1.2.0
3752026-04-13T05:06:29.261Z Downloaded crossbeam-channel v0.5.15
3762026-04-13T05:06:29.265Z Downloaded cc v1.2.16
3772026-04-13T05:06:29.268Z Downloaded zerocopy-derive v0.8.27
3782026-04-13T05:06:29.271Z Downloaded reqwest v0.12.28
3792026-04-13T05:06:29.281Z Downloaded rand v0.9.2
3802026-04-13T05:06:29.283Z Downloaded hyper-util v0.1.20
3812026-04-13T05:06:29.286Z Downloaded rand v0.8.4
3822026-04-13T05:06:29.292Z Downloaded goblin v0.10.1
3832026-04-13T05:06:29.295Z Downloaded hyper v1.9.0
3842026-04-13T05:06:29.300Z Downloaded zerovec v0.10.4
3852026-04-13T05:06:29.303Z Downloaded nom v7.1.3
3862026-04-13T05:06:29.306Z Downloaded mio v1.2.0
3872026-04-13T05:06:29.309Z Downloaded tokio-util v0.7.18
3882026-04-13T05:06:29.320Z Downloaded tower v0.5.2
3892026-04-13T05:06:29.325Z Downloaded pest v2.8.1
3902026-04-13T05:06:29.328Z Downloaded futures-util v0.3.32
3912026-04-13T05:06:29.334Z Downloaded x509-parser v0.18.0
3922026-04-13T05:06:29.337Z Downloaded indexmap v2.13.1
3932026-04-13T05:06:29.340Z Downloaded winnow v1.0.0
3942026-04-13T05:06:29.348Z Downloaded chrono v0.4.44
3952026-04-13T05:06:29.352Z Downloaded idna v1.0.3
3962026-04-13T05:06:29.355Z Downloaded iri-string v0.7.8
3972026-04-13T05:06:29.358Z Downloaded webpki-roots v0.26.5
3982026-04-13T05:06:29.361Z Downloaded time v0.3.47
3992026-04-13T05:06:29.366Z Downloaded tower-http v0.6.8
4002026-04-13T05:06:29.370Z Downloaded zerocopy v0.8.27
4012026-04-13T05:06:29.382Z Downloaded serde_json v1.0.149
4022026-04-13T05:06:29.386Z Downloaded icu_properties_data v1.5.0
4032026-04-13T05:06:29.391Z Downloaded syn v2.0.117
4042026-04-13T05:06:29.397Z Downloaded portable-atomic v1.9.0
4052026-04-13T05:06:29.400Z Downloaded rustls-webpki v0.102.8
4062026-04-13T05:06:29.426Z Downloaded vcpkg v0.2.15
4072026-04-13T05:06:29.448Z Downloaded webpki-roots v1.0.0
4082026-04-13T05:06:29.451Z Downloaded quinn-proto v0.11.14
4092026-04-13T05:06:29.454Z Downloaded openssl v0.10.72
4102026-04-13T05:06:29.465Z Downloaded rustls v0.22.4
4112026-04-13T05:06:29.479Z Downloaded rustls v0.23.13
4122026-04-13T05:06:29.485Z Downloaded tokio v1.51.1
4132026-04-13T05:06:29.507Z Downloaded openapiv3 v2.2.0
4142026-04-13T05:06:29.514Z Downloaded rustix v1.1.4
4152026-04-13T05:06:29.533Z Downloaded rustix v0.38.44
4162026-04-13T05:06:29.545Z Downloaded encoding_rs v0.8.32
4172026-04-13T05:06:29.572Z Downloaded libc v0.2.184
4182026-04-13T05:06:29.625Z Downloaded ring v0.17.13
4192026-04-13T05:06:29.741Z Compiling proc-macro2 v1.0.106
4202026-04-13T05:06:29.741Z Compiling unicode-ident v1.0.12
4212026-04-13T05:06:29.741Z Compiling quote v1.0.45
4222026-04-13T05:06:29.745Z Compiling libc v0.2.184
4232026-04-13T05:06:29.745Z Compiling cfg-if v1.0.0
4242026-04-13T05:06:29.745Z Compiling itoa v1.0.1
4252026-04-13T05:06:29.745Z Compiling memchr v2.6.0
4262026-04-13T05:06:29.837Z Compiling serde_core v1.0.228
4272026-04-13T05:06:29.843Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=b060ab6ee39b523c -C extra-filename=-84b000ceef1a6c93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-84b000ceef1a6c93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282026-04-13T05:06:29.846Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eafb50847f4c7c59 -C extra-filename=-5613ee3869b1a5ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-04-13T05:06:29.846Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d506390388a14101 -C extra-filename=-a8e7ec9a58bea383 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-a8e7ec9a58bea383 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302026-04-13T05:06:29.846Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=335f054d6ea19ac8 -C extra-filename=-ab248e87bd2619d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-04-13T05:06:29.846Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.184/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d8b5b13cc9c9c4d0 -C extra-filename=-508ee0e429c77236 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-508ee0e429c77236 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322026-04-13T05:06:29.849Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8feb165db530d27d -C extra-filename=-e92d40ad2392f92c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332026-04-13T05:06:29.849Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f64dd66fb4d40552 -C extra-filename=-d4314b44915e212f --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-d4314b44915e212f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342026-04-13T05:06:29.855Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dec3364d27848005 -C extra-filename=-7c1605eadb3333d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-04-13T05:06:29.902Z Compiling pin-project-lite v0.2.12
4362026-04-13T05:06:29.905Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86ec371fe34df52a -C extra-filename=-03f485896333bc6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-04-13T05:06:29.957Z Compiling shlex v1.3.0
4382026-04-13T05:06:29.960Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01603659492816eb -C extra-filename=-9a2c8330755aa02c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392026-04-13T05:06:29.966Z Compiling autocfg v1.1.0
4402026-04-13T05:06:29.974Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6ab1db3f67628ae -C extra-filename=-9de1185618e819ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-04-13T05:06:29.987Z Compiling bytes v1.11.1
4422026-04-13T05:06:29.990Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=55166cc8ae807dd8 -C extra-filename=-1c2349a071c4ba03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432026-04-13T05:06:30.138Z Compiling cc v1.2.16
4442026-04-13T05:06:30.138Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=326879d010146e48 -C extra-filename=-9c72618c8243b9c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-9a2c8330755aa02c.rmeta --cap-lints allow`
4452026-04-13T05:06:30.168Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-84b000ceef1a6c93/build-script-build`
4462026-04-13T05:06:30.168Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-a8e7ec9a58bea383/build-script-build`
4472026-04-13T05:06:30.176Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-d4314b44915e212f/build-script-build`
4482026-04-13T05:06:30.197Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-508ee0e429c77236/build-script-build`
4492026-04-13T05:06:30.205Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=0ae0b13fe7bdcb65 -C extra-filename=-3d98f8a48067b7ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4502026-04-13T05:06:30.215Z Compiling smallvec v1.13.2
4512026-04-13T05:06:30.222Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=3a387adb06df5649 -C extra-filename=-6ff1f86f73ad9adc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4522026-04-13T05:06:30.233Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.184/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=b08bb65fca2cfc13 -C extra-filename=-327792f0a4de84df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4532026-04-13T05:06:30.243Z Compiling once_cell v1.20.1
4542026-04-13T05:06:30.248Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=dbf3aa28e82fe37e -C extra-filename=-3cb67567f99fc50d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552026-04-13T05:06:30.418Z Compiling futures-core v0.3.32
4562026-04-13T05:06:30.421Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2c51707db639bacd -C extra-filename=-fa37e7e0cdaba48e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4572026-04-13T05:06:30.439Z Compiling version_check v0.9.5
4582026-04-13T05:06:30.442Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f97b8f88807c448e -C extra-filename=-2daa9645b0f6268d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4592026-04-13T05:06:30.498Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6fe31e3cc2701bfc -C extra-filename=-eb2958d95d52706b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-5613ee3869b1a5ee.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4602026-04-13T05:06:30.536Z Compiling parking_lot_core v0.9.4
4612026-04-13T05:06:30.539Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=26799b577cd1999b -C extra-filename=-5d9dea599145637e --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-5d9dea599145637e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622026-04-13T05:06:30.562Z Compiling log v0.4.17
4632026-04-13T05:06:30.565Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=fb647691603749e2 -C extra-filename=-7caaefd23cdb3960 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-7caaefd23cdb3960 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642026-04-13T05:06:30.626Z Compiling scopeguard v1.2.0
4652026-04-13T05:06:30.629Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=8fed59f63faae832 -C extra-filename=-b89e1789304f163f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662026-04-13T05:06:30.708Z Compiling lock_api v0.4.6
4672026-04-13T05:06:30.711Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=2e8de12d5720669d -C extra-filename=-c186bebfb4fd7f31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rmeta --cap-lints allow`
4682026-04-13T05:06:30.718Z Compiling socket2 v0.6.3
4692026-04-13T05:06:30.725Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=da0255f4d0dd75a1 -C extra-filename=-5d3744c3279554c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
4702026-04-13T05:06:30.729Z Compiling mio v1.2.0
4712026-04-13T05:06:30.738Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=cf3de4c93ea830bd -C extra-filename=-c53aa9c68dd27aaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
4722026-04-13T05:06:30.787Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-5d9dea599145637e/build-script-build`
4732026-04-13T05:06:30.791Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-7caaefd23cdb3960/build-script-build`
4742026-04-13T05:06:30.797Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=8cd7c29cfe6c3ce5 -C extra-filename=-8910fc1a14c246dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --cap-lints allow`
4752026-04-13T05:06:30.813Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=e790a0bbd0507c57 -C extra-filename=-f9adad647fcd28a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4762026-04-13T05:06:30.915Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a2743de8672cf30b -C extra-filename=-234684fd28f5b1b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4772026-04-13T05:06:30.996Z Compiling parking_lot v0.12.1
4782026-04-13T05:06:30.999Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=5bbcfdf730f6fe4a -C extra-filename=-460f5ceb805692ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-c186bebfb4fd7f31.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-8910fc1a14c246dc.rmeta --cap-lints allow`
4792026-04-13T05:06:31.096Z Compiling syn v2.0.117
4802026-04-13T05:06:31.099Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=8995c37dff945584 -C extra-filename=-82bfcb24999fa03d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-5613ee3869b1a5ee.rmeta --cap-lints allow`
4812026-04-13T05:06:31.163Z Compiling signal-hook-registry v1.4.0
4822026-04-13T05:06:31.163Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=901bc3749260c1bf -C extra-filename=-b0d1da6f1afcd101 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
4832026-04-13T05:06:31.205Z Compiling slab v0.4.9
4842026-04-13T05:06:31.208Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a668531c0fa48a56 -C extra-filename=-4b5e839ce768feec --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-4b5e839ce768feec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9de1185618e819ab.rlib --cap-lints allow`
4852026-04-13T05:06:31.214Z Compiling serde v1.0.228
4862026-04-13T05:06:31.217Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=de379dcb94fb172c -C extra-filename=-292f7e9d65ffa2a7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-292f7e9d65ffa2a7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-04-13T05:06:31.225Z Compiling zmij v1.0.2
4882026-04-13T05:06:31.228Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b43f488650041105 -C extra-filename=-c1fa85599bd72d7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-c1fa85599bd72d7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892026-04-13T05:06:31.280Z Compiling futures-sink v0.3.32
4902026-04-13T05:06:31.287Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=63e5c88ef9ef3940 -C extra-filename=-2089c306af046592 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-04-13T05:06:31.381Z Compiling getrandom v0.2.11
4922026-04-13T05:06:31.381Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=91f64c01834e0c36 -C extra-filename=-8d63865974ce5b70 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
4932026-04-13T05:06:31.406Z Compiling serde_json v1.0.149
4942026-04-13T05:06:31.409Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0675ce4b03808e70 -C extra-filename=-0c4a5bce450f2567 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-0c4a5bce450f2567 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952026-04-13T05:06:31.425Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-4b5e839ce768feec/build-script-build`
4962026-04-13T05:06:31.503Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-c1fa85599bd72d7a/build-script-build`
4972026-04-13T05:06:31.523Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-292f7e9d65ffa2a7/build-script-build`
4982026-04-13T05:06:31.561Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1ec9bac2a62c9761 -C extra-filename=-39fb6a0fcd523c9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992026-04-13T05:06:31.581Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=35642c7ff7886535 -C extra-filename=-64a1e068cd9c8c29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
5002026-04-13T05:06:31.591Z Compiling futures-channel v0.3.32
5012026-04-13T05:06:31.594Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=2880498acc4120c2 -C extra-filename=-6ff56a5da0677ddb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --cap-lints allow`
5022026-04-13T05:06:31.604Z Compiling http v1.4.0
5032026-04-13T05:06:31.607Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cd599a590495a351 -C extra-filename=-1df4defd0f7887be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --cap-lints allow`
5042026-04-13T05:06:31.612Z Compiling thiserror v2.0.18
5052026-04-13T05:06:31.615Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce62253ba28f3d58 -C extra-filename=-4d2de99d1e4618be --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-4d2de99d1e4618be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062026-04-13T05:06:31.694Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-0c4a5bce450f2567/build-script-build`
5072026-04-13T05:06:31.698Z Compiling typenum v1.19.0
5082026-04-13T05:06:31.701Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4c56a15e0c50aa8c -C extra-filename=-d5b9a4919cae4fa7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-d5b9a4919cae4fa7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-04-13T05:06:31.731Z Compiling bitflags v2.11.0
5102026-04-13T05:06:31.738Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=8f872c4dacffe47e -C extra-filename=-15cbd4d53dbbf462 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-04-13T05:06:31.765Z Compiling zeroize v1.7.0
5122026-04-13T05:06:31.774Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=3cd6a1df41781327 -C extra-filename=-356f7e97cfdedf56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-04-13T05:06:31.817Z Compiling ring v0.17.13
5142026-04-13T05:06:31.825Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=95e3d1bad5023585 -C extra-filename=-35929615827fdb44 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-35929615827fdb44 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-9c72618c8243b9c6.rlib --cap-lints allow`
5152026-04-13T05:06:31.944Z Compiling rustls-pki-types v1.14.0
5162026-04-13T05:06:31.947Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=7a7624dfd2331531 -C extra-filename=-ab73fbbc432be8da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-356f7e97cfdedf56.rmeta --cap-lints allow`
5172026-04-13T05:06:31.962Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-4d2de99d1e4618be/build-script-build`
5182026-04-13T05:06:31.971Z Compiling stable_deref_trait v1.2.0
5192026-04-13T05:06:31.974Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=487c7b935d2477fb -C extra-filename=-3760acaf21b9a992 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202026-04-13T05:06:32.047Z Compiling futures-io v0.3.32
5212026-04-13T05:06:32.050Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=ea854c8b80c9c01c -C extra-filename=-e6f3b43cf5c2ef38 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222026-04-13T05:06:32.063Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-d5b9a4919cae4fa7/build-script-build`
5232026-04-13T05:06:32.073Z Compiling futures-task v0.3.32
5242026-04-13T05:06:32.075Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=716313b7e53ef42c -C extra-filename=-3641d96a261d4856 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252026-04-13T05:06:32.140Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=bfad2131dc3a01df -C extra-filename=-a4ff9280b60c3055 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262026-04-13T05:06:32.159Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=83cc27f3772c2770 -C extra-filename=-5350591eef472d11 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5350591eef472d11 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-04-13T05:06:32.209Z Compiling httparse v1.10.0
5282026-04-13T05:06:32.212Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f13cae74020430ed -C extra-filename=-0e78fb5b41127e43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-0e78fb5b41127e43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292026-04-13T05:06:32.243Z Compiling getrandom v0.4.1
5302026-04-13T05:06:32.246Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=1bfa79b93cc35720 -C extra-filename=-39783dde500e3cbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-39783dde500e3cbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-04-13T05:06:32.320Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-35929615827fdb44/build-script-build`
5322026-04-13T05:06:32.447Z Compiling ucd-trie v0.1.6
5332026-04-13T05:06:32.450Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=da8e32296f228f9f -C extra-filename=-972e9a63887d1534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-04-13T05:06:32.473Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5350591eef472d11/build-script-build`
5352026-04-13T05:06:32.507Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-39783dde500e3cbd/build-script-build`
5362026-04-13T05:06:32.517Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=12e4fbd4d3afdb71 -C extra-filename=-7a3da8c9a7787e76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5372026-04-13T05:06:32.527Z Compiling untrusted v0.9.0
5382026-04-13T05:06:32.530Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5826c6d625c821f9 -C extra-filename=-1f265ce35f978f87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392026-04-13T05:06:32.556Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-0e78fb5b41127e43/build-script-build`
5402026-04-13T05:06:32.597Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9c28503e16380a77 -C extra-filename=-3b32f88f24eab368 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5412026-04-13T05:06:32.644Z Compiling hashbrown v0.16.1
5422026-04-13T05:06:32.647Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=eade41e4cb74a352 -C extra-filename=-b779ab74d20319df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432026-04-13T05:06:32.661Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=19634947e7a23fc9 -C extra-filename=-fd016c01e1ca1937 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-fd016c01e1ca1937 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442026-04-13T05:06:32.769Z Compiling equivalent v1.0.0
5452026-04-13T05:06:32.772Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7993ef629c7e1316 -C extra-filename=-5897e3bfb08045ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462026-04-13T05:06:32.855Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=dadbe7574e7ad0af -C extra-filename=-c309635550844034 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
5472026-04-13T05:06:32.867Z Compiling http-body v1.0.1
5482026-04-13T05:06:32.876Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70bb0a3dbeed766e -C extra-filename=-507cfc93e4fd892b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --cap-lints allow`
5492026-04-13T05:06:32.921Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=110c6c922f7fc64d -C extra-filename=-98a76ecbd89dca38 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-64a1e068cd9c8c29.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5502026-04-13T05:06:32.980Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-fd016c01e1ca1937/build-script-build`
5512026-04-13T05:06:33.004Z Compiling tracing-core v0.1.32
5522026-04-13T05:06:33.008Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=bf583398b38e24ab -C extra-filename=-7da518054a0eab97 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3cb67567f99fc50d.rmeta --cap-lints allow`
5532026-04-13T05:06:33.014Z Compiling vcpkg v0.2.15
5542026-04-13T05:06:33.018Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0deff9ee6d82470f -C extra-filename=-f592d7b99de66e35 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-04-13T05:06:33.024Z Compiling writeable v0.5.5
5562026-04-13T05:06:33.027Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=000a37c3e27a2a16 -C extra-filename=-58c1f39753bffa0b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-04-13T05:06:33.212Z Compiling indexmap v2.13.1
5582026-04-13T05:06:33.215Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=c9ca6509662cfef7 -C extra-filename=-97bf4b43d87ff827 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-5897e3bfb08045ad.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-b779ab74d20319df.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
5592026-04-13T05:06:33.311Z Compiling percent-encoding v2.3.2
5602026-04-13T05:06:33.314Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8fb0fc168bf15433 -C extra-filename=-93d7f80431f00e6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-04-13T05:06:33.517Z Compiling atomic-waker v1.1.2
5622026-04-13T05:06:33.520Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=17946ac2e492fc8c -C extra-filename=-61e8f4364b33cbe0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632026-04-13T05:06:33.586Z Compiling litemap v0.7.4
5642026-04-13T05:06:33.589Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=c0eeda295470934e -C extra-filename=-fb2853a5522b33d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652026-04-13T05:06:33.620Z Compiling zerocopy v0.8.27
5662026-04-13T05:06:33.623Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=f048f193801ee4f1 -C extra-filename=-7fa5afea81116173 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-7fa5afea81116173 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672026-04-13T05:06:33.641Z Compiling pkg-config v0.3.31
5682026-04-13T05:06:33.644Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceabbd63dd6421d9 -C extra-filename=-f985a1ac1a3fc5e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692026-04-13T05:06:33.786Z Compiling rustversion v1.0.22
5702026-04-13T05:06:33.789Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cb0add4fe4ebeb2 -C extra-filename=-16e5601b21146fe8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-16e5601b21146fe8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712026-04-13T05:06:33.867Z Compiling tracing v0.1.40
5722026-04-13T05:06:33.870Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=8494c4088b1d6151 -C extra-filename=-edd0d93b5a12d919 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-7da518054a0eab97.rmeta --cap-lints allow`
5732026-04-13T05:06:33.885Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=1bf2eb60406dd63f -C extra-filename=-608135c0584eeb84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-8d63865974ce5b70.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-1f265ce35f978f87.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5742026-04-13T05:06:34.001Z Compiling synstructure v0.13.1
5752026-04-13T05:06:34.004Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6af74385e3bf4953 -C extra-filename=-93f86c8db262488c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
5762026-04-13T05:06:34.087Z Compiling openssl-sys v0.9.107
5772026-04-13T05:06:34.090Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=5f2e820e8fe4c43a -C extra-filename=-3157d92bfe5aa1ab --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-3157d92bfe5aa1ab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-9c72618c8243b9c6.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-f985a1ac1a3fc5e4.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-f592d7b99de66e35.rlib --cap-lints allow`
5782026-04-13T05:06:34.091Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-7fa5afea81116173/build-script-build`
5792026-04-13T05:06:34.104Z Compiling errno v0.3.10
5802026-04-13T05:06:34.112Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1464914c82f01339 -C extra-filename=-81aec16665bbf7d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
5812026-04-13T05:06:34.129Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-16e5601b21146fe8/build-script-build`
5822026-04-13T05:06:34.138Z Compiling try-lock v0.2.3
5832026-04-13T05:06:34.141Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ed8014df1f72202 -C extra-filename=-a5b08abecc9cb3fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5842026-04-13T05:06:34.181Z Compiling crossbeam-utils v0.8.21
5852026-04-13T05:06:34.191Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=46b939c8b9585380 -C extra-filename=-3f6b3953a1ba8d0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3f6b3953a1ba8d0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862026-04-13T05:06:34.260Z Compiling fnv v1.0.7
5872026-04-13T05:06:34.263Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b59fcffbc5e633b -C extra-filename=-12e0056c78d4b2dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882026-04-13T05:06:34.269Z Compiling rustix v1.1.4
5892026-04-13T05:06:34.278Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=8c1619952929355a -C extra-filename=-af929f73306c8a30 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-af929f73306c8a30 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902026-04-13T05:06:34.355Z Compiling want v0.3.0
5912026-04-13T05:06:34.365Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e465a5a89b1f4f33 -C extra-filename=-6efdfb3e0d3f0b05 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-a5b08abecc9cb3fa.rmeta --cap-lints allow`
5922026-04-13T05:06:34.368Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b5e8396a578483 -C extra-filename=-eb50f551e7df7532 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5932026-04-13T05:06:34.475Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3f6b3953a1ba8d0e/build-script-build`
5942026-04-13T05:06:34.487Z Compiling generic-array v0.14.5
5952026-04-13T05:06:34.491Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=197814f45e7c3b9c -C extra-filename=-9a3d7af3f827ff20 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-9a3d7af3f827ff20 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-2daa9645b0f6268d.rlib --cap-lints allow`
5962026-04-13T05:06:34.506Z Compiling byteorder v1.4.3
5972026-04-13T05:06:34.509Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9b30af137462fe51 -C extra-filename=-ccf00d6fed8c7f4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982026-04-13T05:06:34.525Z Compiling tower-service v0.3.3
5992026-04-13T05:06:34.528Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b40cd38efc0afd25 -C extra-filename=-589d40d36f29fad5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002026-04-13T05:06:34.609Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-3157d92bfe5aa1ab/build-script-main`
6012026-04-13T05:06:34.609Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-af929f73306c8a30/build-script-build`
6022026-04-13T05:06:34.626Z Compiling time-core v0.1.8
6032026-04-13T05:06:34.629Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=833adda270591560 -C extra-filename=-25c3aa8dd723f24d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6042026-04-13T05:06:34.666Z Compiling base64 v0.22.1
6052026-04-13T05:06:34.669Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aa57ed9b2ca9bcc8 -C extra-filename=-430f637573e420a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6062026-04-13T05:06:34.698Z Compiling subtle v2.5.0
6072026-04-13T05:06:34.701Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=740da1b00ab9213f -C extra-filename=-1cf7c7907a54314c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6082026-04-13T05:06:34.721Z Compiling num-conv v0.2.0
6092026-04-13T05:06:34.721Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6caa38d0f36722c1 -C extra-filename=-8e59c061a328db5f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6102026-04-13T05:06:34.763Z Compiling icu_locid_transform_data v1.5.0
6112026-04-13T05:06:34.763Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c21bf653738a0f7 -C extra-filename=-cbcb1d278edccd8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6122026-04-13T05:06:34.828Z Compiling powerfmt v0.2.0
6132026-04-13T05:06:34.831Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=f51c9c89fa4f77b6 -C extra-filename=-e4e479956eb02815 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6142026-04-13T05:06:34.831Z Compiling httpdate v1.0.1
6152026-04-13T05:06:34.837Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbdbd0ff869aa620 -C extra-filename=-8e04e38858401642 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6162026-04-13T05:06:34.845Z Compiling tower-layer v0.3.3
6172026-04-13T05:06:34.848Z Compiling time-macros v0.2.27
6182026-04-13T05:06:34.848Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b61fdd5d84409db -C extra-filename=-c8daf584d18e1615 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6192026-04-13T05:06:34.853Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=8ce47ed0a8b2aa3e -C extra-filename=-a268b71225802172 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-8e59c061a328db5f.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-25c3aa8dd723f24d.rlib --extern proc_macro --cap-lints allow`
6202026-04-13T05:06:34.911Z Compiling slog v2.8.2
6212026-04-13T05:06:34.915Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=d0840d1eef3d41c5 -C extra-filename=-b06eaed42508193e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b06eaed42508193e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-eb50f551e7df7532.so --cap-lints allow`
6222026-04-13T05:06:34.994Z Compiling deranged v0.5.5
6232026-04-13T05:06:35.003Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=26fcd77d4d193a74 -C extra-filename=-73af183636df5a68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-e4e479956eb02815.rmeta --cap-lints allow`
6242026-04-13T05:06:35.006Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6c6988d06ccf1039 -C extra-filename=-dd069fd2d17a7208 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-15cbd4d53dbbf462.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-81aec16665bbf7d9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6252026-04-13T05:06:35.035Z Compiling rustls-webpki v0.102.8
6262026-04-13T05:06:35.038Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=34cce21d8a26c946 -C extra-filename=-ffb38698e633854f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-608135c0584eeb84.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-1f265ce35f978f87.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
6272026-04-13T05:06:35.070Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-9a3d7af3f827ff20/build-script-build`
6282026-04-13T05:06:35.111Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d21af12839734656 -C extra-filename=-b80aace47222005a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
6292026-04-13T05:06:35.128Z Compiling icu_properties_data v1.5.0
6302026-04-13T05:06:35.136Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f564ae00472d34b8 -C extra-filename=-299b21727e31b65f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6312026-04-13T05:06:35.248Z Compiling serde_derive v1.0.228
6322026-04-13T05:06:35.251Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=0f25e3076b5c962d -C extra-filename=-55439da7ab759366 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6332026-04-13T05:06:35.266Z Compiling tokio-macros v2.7.0
6342026-04-13T05:06:35.269Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acff033b831bc699 -C extra-filename=-d17414c823dbe66d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6352026-04-13T05:06:35.636Z Compiling zerofrom-derive v0.1.5
6362026-04-13T05:06:35.639Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb62beea14c9ad7d -C extra-filename=-5f49b8ed45000da5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-93f86c8db262488c.rlib --extern proc_macro --cap-lints allow`
6372026-04-13T05:06:35.828Z Compiling thiserror-impl v2.0.18
6382026-04-13T05:06:35.832Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6c1d67b44ae9dfb -C extra-filename=-d1918fd21d3e8e33 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6392026-04-13T05:06:35.875Z Compiling futures-macro v0.3.32
6402026-04-13T05:06:35.878Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40d8cca7fc9c25b4 -C extra-filename=-a9fcdff480db928d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6412026-04-13T05:06:35.902Z Compiling yoke-derive v0.7.5
6422026-04-13T05:06:35.906Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b565b98c6865ecb -C extra-filename=-7f243cb924d7394f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-93f86c8db262488c.rlib --extern proc_macro --cap-lints allow`
6432026-04-13T05:06:35.951Z Compiling zerovec-derive v0.10.3
6442026-04-13T05:06:35.954Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f662e64c75ae75d3 -C extra-filename=-ba4594a40cb0dd3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6452026-04-13T05:06:35.987Z Compiling displaydoc v0.2.5
6462026-04-13T05:06:36.006Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fb09c38f0e013f6a -C extra-filename=-a593509c248a4eb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6472026-04-13T05:06:36.010Z Compiling tokio v1.51.1
6482026-04-13T05:06:36.010Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3544617b4238bb6c -C extra-filename=-23ef0f08651e1534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-c53aa9c68dd27aaa.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-460f5ceb805692ad.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-b0d1da6f1afcd101.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-5d3744c3279554c4.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-d17414c823dbe66d.so --cap-lints allow`
6492026-04-13T05:06:36.762Z Compiling futures-util v0.3.32
6502026-04-13T05:06:36.766Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=e65601b78b751dfa -C extra-filename=-eddf5db8dee3fa91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6ff56a5da0677ddb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-e6f3b43cf5c2ef38.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-a9fcdff480db928d.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-3641d96a261d4856.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-39fb6a0fcd523c9d.rmeta --cap-lints allow`
6512026-04-13T05:06:36.779Z Compiling icu_provider_macros v1.5.0
6522026-04-13T05:06:36.812Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=784059a30fda9f2c -C extra-filename=-996c6adc5420d6db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6532026-04-13T05:06:36.897Z Compiling zerofrom v0.1.5
6542026-04-13T05:06:36.900Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=795bc20c3f7dddfd -C extra-filename=-9654fafd3ea463dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-5f49b8ed45000da5.so --cap-lints allow`
6552026-04-13T05:06:36.938Z Compiling zerocopy-derive v0.8.27
6562026-04-13T05:06:36.947Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e948f957e1a474cd -C extra-filename=-644009c49610b727 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6572026-04-13T05:06:37.023Z Compiling yoke v0.7.5
6582026-04-13T05:06:37.026Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=1bd3bb08a1d941ac -C extra-filename=-4cce947b03f9187c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3760acaf21b9a992.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-7f243cb924d7394f.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --cap-lints allow`
6592026-04-13T05:06:37.047Z Compiling fastrand v2.1.1
6602026-04-13T05:06:37.047Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=7d8f4935aacccde9 -C extra-filename=-23457025b99e6995 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6612026-04-13T05:06:37.056Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf7630fe56b2e123 -C extra-filename=-b9607d8df15aaa7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-d1918fd21d3e8e33.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6622026-04-13T05:06:37.161Z Compiling pest v2.8.1
6632026-04-13T05:06:37.165Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=c35031ae5537ea3d -C extra-filename=-f82a983a62881a2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-972e9a63887d1534.rmeta --cap-lints allow`
6642026-04-13T05:06:37.230Z Compiling zerovec v0.10.4
6652026-04-13T05:06:37.233Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=73d0b1861db35450 -C extra-filename=-d1625ee40aa8101d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-4cce947b03f9187c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-ba4594a40cb0dd3d.so --cap-lints allow`
6662026-04-13T05:06:37.336Z Compiling rustix v0.38.44
6672026-04-13T05:06:37.339Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d3e5aafb2cb3c22a -C extra-filename=-9960aff5cb7f89d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-9960aff5cb7f89d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6682026-04-13T05:06:37.368Z Compiling num_threads v0.1.3
6692026-04-13T05:06:37.371Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddf3fa408fa4db84 -C extra-filename=-13cdd9d30167c2f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6702026-04-13T05:06:37.468Z Compiling time v0.3.47
6712026-04-13T05:06:37.471Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=fd8be24123de1450 -C extra-filename=-59c4444a4682ffa2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-73af183636df5a68.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-8e59c061a328db5f.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-13cdd9d30167c2f6.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-e4e479956eb02815.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-25c3aa8dd723f24d.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-a268b71225802172.so --cap-lints allow`
6722026-04-13T05:06:37.687Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-9960aff5cb7f89d7/build-script-build`
6732026-04-13T05:06:37.776Z Compiling scroll_derive v0.13.1
6742026-04-13T05:06:37.779Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ca74cc0380ea52b -C extra-filename=-d9fb0093b0b7cf31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6752026-04-13T05:06:38.008Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d5ffb8f24940b269 -C extra-filename=-97375a35affd78ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-55439da7ab759366.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6762026-04-13T05:06:38.150Z Compiling tinystr v0.7.6
6772026-04-13T05:06:38.153Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=bab5697f73980eca -C extra-filename=-d6cf3c68af49a652 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a593509c248a4eb2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6782026-04-13T05:06:38.217Z Compiling pest_meta v2.8.1
6792026-04-13T05:06:38.220Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5dfdcdf2daf604e7 -C extra-filename=-b97f997630915031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-f82a983a62881a2b.rmeta --cap-lints allow`
6802026-04-13T05:06:38.352Z Compiling icu_locid v1.5.0
6812026-04-13T05:06:38.355Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=7fec3a1a79454b8b -C extra-filename=-cb85723c87ac608a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a593509c248a4eb2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-fb2853a5522b33d1.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-58c1f39753bffa0b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6822026-04-13T05:06:38.452Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=21b5a5bf26626aca -C extra-filename=-907685d3a135a0f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-7a3da8c9a7787e76.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-55439da7ab759366.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6832026-04-13T05:06:38.540Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=3d54cde4da6fa81c -C extra-filename=-a2c03f4335bb79d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-644009c49610b727.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6842026-04-13T05:06:38.551Z Compiling icu_collections v1.5.0
6852026-04-13T05:06:38.554Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=3230781bee1fa4a0 -C extra-filename=-a599f5c4e757984d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a593509c248a4eb2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-4cce947b03f9187c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6862026-04-13T05:06:38.605Z Compiling erased-serde v0.3.31
6872026-04-13T05:06:38.613Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=0505b8a6c018409a -C extra-filename=-cee5e247d003ae25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --cap-lints allow`
6882026-04-13T05:06:38.941Z Compiling icu_provider v1.5.0
6892026-04-13T05:06:38.944Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=26bed3098d7264d2 -C extra-filename=-8030cab93a4e96cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a593509c248a4eb2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-cb85723c87ac608a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-996c6adc5420d6db.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3760acaf21b9a992.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-58c1f39753bffa0b.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-4cce947b03f9187c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6902026-04-13T05:06:39.091Z Compiling pest_generator v2.8.1
6912026-04-13T05:06:39.094Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=af3c4fcc877d8991 -C extra-filename=-84d5aee635be1dbf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-f82a983a62881a2b.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-b97f997630915031.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
6922026-04-13T05:06:39.115Z Compiling serde_tokenstream v0.2.3
6932026-04-13T05:06:39.118Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f98348c920595acf -C extra-filename=-c9dcf7cacdc20be9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
6942026-04-13T05:06:39.158Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b06eaed42508193e/build-script-build`
6952026-04-13T05:06:39.171Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=087c1f2d6ab83a34 -C extra-filename=-36c79631990bc5f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-a4ff9280b60c3055.rmeta --cap-lints allow --cfg relaxed_coherence`
6962026-04-13T05:06:39.287Z Compiling icu_locid_transform v1.5.0
6972026-04-13T05:06:39.290Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=b2171f17ca6602bf -C extra-filename=-e1cd31db2c0cbfed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a593509c248a4eb2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-cb85723c87ac608a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-cbcb1d278edccd8e.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-8030cab93a4e96cc.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6982026-04-13T05:06:39.405Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a95d5d6b439c91cd -C extra-filename=-e2af122ba7793e75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-7a3da8c9a7787e76.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-64a1e068cd9c8c29.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6992026-04-13T05:06:39.420Z Compiling unicase v2.6.0
7002026-04-13T05:06:39.424Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=47aa64c92ff638b2 -C extra-filename=-b7e38db4e9122643 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b7e38db4e9122643 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-2daa9645b0f6268d.rlib --cap-lints allow`
7012026-04-13T05:06:39.522Z Compiling thread-id v5.0.0
7022026-04-13T05:06:39.525Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=167e4745f20011b8 -C extra-filename=-20324ed1930ac230 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
7032026-04-13T05:06:39.603Z Compiling tokio-util v0.7.18
7042026-04-13T05:06:39.606Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=bab7794d4140be7f -C extra-filename=-b26061da92f7e890 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --cap-lints allow`
7052026-04-13T05:06:39.637Z Compiling num-traits v0.2.14
7062026-04-13T05:06:39.637Z Compiling utf8_iter v1.0.4
7072026-04-13T05:06:39.640Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7b377b6f085cc816 -C extra-filename=-02e51ad97de951bc --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-02e51ad97de951bc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9de1185618e819ab.rlib --cap-lints allow`
7082026-04-13T05:06:39.640Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b3aa3007cf3eda6 -C extra-filename=-beac85561be9ef7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092026-04-13T05:06:39.717Z Compiling pest_derive v2.8.1
7102026-04-13T05:06:39.720Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e7b3c43cf405e299 -C extra-filename=-305a3eb57b6f1efa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-f82a983a62881a2b.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-84d5aee635be1dbf.rlib --extern proc_macro --cap-lints allow`
7112026-04-13T05:06:39.811Z Compiling icu_normalizer_data v1.5.0
7122026-04-13T05:06:39.814Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=192c6ec14dc94aa1 -C extra-filename=-84341fb4c87c6ea9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7132026-04-13T05:06:39.878Z Compiling icu_properties v1.5.1
7142026-04-13T05:06:39.881Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=60621e9eb1a3d699 -C extra-filename=-b9df2266b9d46597 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a593509c248a4eb2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-a599f5c4e757984d.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-e1cd31db2c0cbfed.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-299b21727e31b65f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-8030cab93a4e96cc.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
7152026-04-13T05:06:39.888Z Compiling foreign-types-shared v0.1.1
7162026-04-13T05:06:39.897Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4542c375ea9a6a2e -C extra-filename=-c19a34e3fda6d1a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7172026-04-13T05:06:39.962Z Compiling paste v1.0.15
7182026-04-13T05:06:39.965Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40b953393c08ab4f -C extra-filename=-0b366a19484496a1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-0b366a19484496a1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7192026-04-13T05:06:39.972Z Compiling write16 v1.0.0
7202026-04-13T05:06:39.975Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=d0f20321fb06803e -C extra-filename=-d20fe1a5a824a30f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7212026-04-13T05:06:40.069Z Compiling h2 v0.4.6
7222026-04-13T05:06:40.072Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=846eac01f196a173 -C extra-filename=-490e8b60312f329d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-61e8f4364b33cbe0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-12e0056c78d4b2dd.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-39fb6a0fcd523c9d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-edd0d93b5a12d919.rmeta --cap-lints allow`
7232026-04-13T05:06:40.250Z Compiling openssl v0.10.72
7242026-04-13T05:06:40.254Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=9ec14f89d67d23e1 -C extra-filename=-f865943ca64bae43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-f865943ca64bae43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252026-04-13T05:06:40.260Z Compiling openssl-probe v0.1.4
7262026-04-13T05:06:40.263Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=579dc63e079f7cf0 -C extra-filename=-d3aa762fc698c802 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-04-13T05:06:40.269Z Compiling dtrace-parser v0.3.0
7282026-04-13T05:06:40.273Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce92d2f4611d0948 -C extra-filename=-e97449f6ab277c60 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-f82a983a62881a2b.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-305a3eb57b6f1efa.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --cap-lints allow`
7292026-04-13T05:06:40.434Z Compiling ipnet v2.10.0
7302026-04-13T05:06:40.437Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=d17f895997d2501b -C extra-filename=-8ab752afb4ebd073 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-04-13T05:06:40.445Z Compiling crc32fast v1.5.0
7322026-04-13T05:06:40.448Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=aa251fa2a854fb35 -C extra-filename=-294799f585486433 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-294799f585486433 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-04-13T05:06:40.511Z Compiling utf16_iter v1.0.5
7342026-04-13T05:06:40.514Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57b02ee5dd5cd019 -C extra-filename=-07ce2f0b29e28251 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-04-13T05:06:40.547Z Compiling usdt-impl v0.6.0
7362026-04-13T05:06:40.550Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=227e5398af9b6661 -C extra-filename=-d499f2019cf7303c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-d499f2019cf7303c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7372026-04-13T05:06:40.644Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-f865943ca64bae43/build-script-build`
7382026-04-13T05:06:40.658Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-0b366a19484496a1/build-script-build`
7392026-04-13T05:06:40.700Z Compiling dof v0.4.0
7402026-04-13T05:06:40.703Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f338b20e7e91cba3 -C extra-filename=-ddfb0af3b2a7c3cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e2af122ba7793e75.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a2c03f4335bb79d9.rmeta --cap-lints allow`
7412026-04-13T05:06:40.734Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-294799f585486433/build-script-build`
7422026-04-13T05:06:40.768Z Compiling foreign-types v0.3.2
7432026-04-13T05:06:40.771Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff5e1a8f9612e1f5 -C extra-filename=-54820b1f5efdb368 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-c19a34e3fda6d1a5.rmeta --cap-lints allow`
7442026-04-13T05:06:40.791Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-d499f2019cf7303c/build-script-build`
7452026-04-13T05:06:40.813Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-02e51ad97de951bc/build-script-build`
7462026-04-13T05:06:40.848Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b7e38db4e9122643/build-script-build`
7472026-04-13T05:06:40.963Z Compiling scroll v0.13.0
7482026-04-13T05:06:40.972Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=90c87f6747fcdaaf -C extra-filename=-f55ce11e3bfac78d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-cee5e247d003ae25.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7492026-04-13T05:06:40.975Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=9671cde7b7157114 -C extra-filename=-c93b0b5742c34507 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-d9fb0093b0b7cf31.so --cap-lints allow`
7502026-04-13T05:06:41.019Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=bccd3c9df8db34e7 -C extra-filename=-7df83f4932e59fe2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-15cbd4d53dbbf462.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-81aec16665bbf7d9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7512026-04-13T05:06:41.159Z Compiling openssl-macros v0.1.1
7522026-04-13T05:06:41.162Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0b2577ae75270fa -C extra-filename=-e869357a2ad99f71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
7532026-04-13T05:06:41.178Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=15fb3e77c2df07a2 -C extra-filename=-a093393789c763ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
7542026-04-13T05:06:41.231Z Compiling form_urlencoded v1.2.2
7552026-04-13T05:06:41.234Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8b3d294c95ebc5cb -C extra-filename=-5156871bfd7d3151 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --cap-lints allow`
7562026-04-13T05:06:41.382Z Compiling hybrid-array v0.4.8
7572026-04-13T05:06:41.389Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=6f2ced2235884e01 -C extra-filename=-b3d8af57f12c71e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-a4ff9280b60c3055.rmeta --cap-lints allow`
7582026-04-13T05:06:41.419Z Compiling icu_normalizer v1.5.0
7592026-04-13T05:06:41.422Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=c1d43fe49ae93fac -C extra-filename=-160b8ec48bfbd67b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a593509c248a4eb2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-a599f5c4e757984d.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-84341fb4c87c6ea9.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b9df2266b9d46597.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-8030cab93a4e96cc.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-07ce2f0b29e28251.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-beac85561be9ef7a.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d20fe1a5a824a30f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
7602026-04-13T05:06:41.652Z Compiling rand_core v0.6.3
7612026-04-13T05:06:41.656Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=77e1e3daf8bb39b5 -C extra-filename=-463d38a2cae5f061 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-8d63865974ce5b70.rmeta --cap-lints allow`
7622026-04-13T05:06:41.728Z Compiling ppv-lite86 v0.2.15
7632026-04-13T05:06:41.731Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=c72934c7285952c1 -C extra-filename=-d817732b691b19e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-04-13T05:06:41.887Z Compiling mime v0.3.16
7652026-04-13T05:06:41.891Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b7652835fc90aad -C extra-filename=-5025b535eb8400cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-04-13T05:06:41.903Z Compiling native-tls v0.2.12
7672026-04-13T05:06:41.912Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=4c95c19712a23060 -C extra-filename=-b826b2969476ef8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-b826b2969476ef8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-04-13T05:06:41.954Z Compiling simd-adler32 v0.3.7
7692026-04-13T05:06:41.958Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=f962e776eac33a33 -C extra-filename=-b14fd6dfef242556 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702026-04-13T05:06:42.002Z Compiling plain v0.2.3
7712026-04-13T05:06:42.010Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6384a7c208ee1ce5 -C extra-filename=-a315859cc29ff3b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-04-13T05:06:42.035Z Compiling rustls v0.22.4
7732026-04-13T05:06:42.038Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=e6ea786a872da807 -C extra-filename=-d6b625d77eff9723 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d6b625d77eff9723 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-04-13T05:06:42.112Z Compiling rustls v0.23.13
7752026-04-13T05:06:42.115Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=201b8595e096028f -C extra-filename=-07619f3556e0e5eb --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-07619f3556e0e5eb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762026-04-13T05:06:42.137Z Compiling ryu v1.0.5
7772026-04-13T05:06:42.143Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=3afad287f6d75db2 -C extra-filename=-857181c983bf90ad --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-857181c983bf90ad -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-04-13T05:06:42.157Z Compiling adler2 v2.0.1
7792026-04-13T05:06:42.166Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=9bd3d379726fcafa -C extra-filename=-c4c0e428c112a074 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802026-04-13T05:06:42.169Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-b826b2969476ef8e/build-script-build`
7812026-04-13T05:06:42.178Z Compiling hyper v1.9.0
7822026-04-13T05:06:42.187Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=956f647ad5925396 -C extra-filename=-e7145df9b71c4f97 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-61e8f4364b33cbe0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6ff56a5da0677ddb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-490e8b60312f329d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-3b32f88f24eab368.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-8e04e38858401642.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-6efdfb3e0d3f0b05.rmeta --cap-lints allow`
7832026-04-13T05:06:42.244Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d6b625d77eff9723/build-script-build`
7842026-04-13T05:06:42.256Z Compiling miniz_oxide v0.8.9
7852026-04-13T05:06:42.259Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=f9b42aa9967113ca -C extra-filename=-af85538b2f38d28c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern adler2=/work/oxidecomputer/dropshot/target/debug/deps/libadler2-c4c0e428c112a074.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-b14fd6dfef242556.rmeta --cap-lints allow`
7862026-04-13T05:06:42.292Z Compiling goblin v0.10.1
7872026-04-13T05:06:42.295Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=ac9ba8e22860ab98 -C extra-filename=-e664113bfa8320cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-a315859cc29ff3b1.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-c93b0b5742c34507.rmeta --cap-lints allow`
7882026-04-13T05:06:42.303Z Compiling rand_chacha v0.3.1
7892026-04-13T05:06:42.312Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ba647560c41ff6cd -C extra-filename=-94230de19769cd40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-d817732b691b19e4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-463d38a2cae5f061.rmeta --cap-lints allow`
7902026-04-13T05:06:42.315Z Compiling idna_adapter v1.2.0
7912026-04-13T05:06:42.315Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=7f2cddfed0aecced -C extra-filename=-86c2d00a468ac17c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer-160b8ec48bfbd67b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b9df2266b9d46597.rmeta --cap-lints allow`
7922026-04-13T05:06:42.323Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-07619f3556e0e5eb/build-script-build`
7932026-04-13T05:06:42.336Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=da74b47850bbb00e -C extra-filename=-e3a1827a9f00048a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-15cbd4d53dbbf462.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-54820b1f5efdb368.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3cb67567f99fc50d.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-e869357a2ad99f71.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a093393789c763ae.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
7942026-04-13T05:06:42.432Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-857181c983bf90ad/build-script-build`
7952026-04-13T05:06:42.466Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=1f92e9db3f103ff5 -C extra-filename=-a69dcd251c253fd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-ccf00d6fed8c7f4f.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-ddfb0af3b2a7c3cd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e97449f6ab277c60.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e2af122ba7793e75.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-20324ed1930ac230.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7962026-04-13T05:06:42.473Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=80582a8eb9c20a68 -C extra-filename=-1c65883680e8dc88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
7972026-04-13T05:06:42.791Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=67fda8c1aeacec51 -C extra-filename=-316873ed0e1f5175 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
7982026-04-13T05:06:42.951Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=24805754786280b5 -C extra-filename=-82c07a5dc22c28e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7992026-04-13T05:06:42.979Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1426999ee557e136 -C extra-filename=-efc3619923ee1703 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
8002026-04-13T05:06:42.982Z Compiling crypto-common v0.1.6
8012026-04-13T05:06:42.982Z Compiling block-buffer v0.10.2
8022026-04-13T05:06:42.982Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=a483d14dfe770720 -C extra-filename=-a42c26b8db7eef30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-36c79631990bc5f4.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-a4ff9280b60c3055.rmeta --cap-lints allow`
8032026-04-13T05:06:42.982Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e160c54efef2f240 -C extra-filename=-627bdd9137fe04b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-36c79631990bc5f4.rmeta --cap-lints allow`
8042026-04-13T05:06:43.110Z Compiling winnow v1.0.0
8052026-04-13T05:06:43.110Z Compiling unicode-width v0.1.9
8062026-04-13T05:06:43.113Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=8c898479a650ae86 -C extra-filename=-cccd554eb4f28093 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8072026-04-13T05:06:43.113Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=722351eb3ff06dc1 -C extra-filename=-8ada9c8aa019ddf6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8082026-04-13T05:06:43.131Z Compiling pretty-hex v0.4.1
8092026-04-13T05:06:43.134Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=ec90d31a59162ac7 -C extra-filename=-4dcd9c1117207844 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8102026-04-13T05:06:43.241Z Compiling iana-time-zone v0.1.47
8112026-04-13T05:06:43.244Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=0801b57db8b3642c -C extra-filename=-6ad2b1a151b7d264 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8122026-04-13T05:06:43.283Z Compiling hyper-util v0.1.20
8132026-04-13T05:06:43.286Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=6e8fc98f0c3c0cb9 -C extra-filename=-0176550e0afd5bf2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6ff56a5da0677ddb.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-8ab752afb4ebd073.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-5d3744c3279554c4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-c8daf584d18e1615.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-edd0d93b5a12d919.rmeta --cap-lints allow`
8142026-04-13T05:06:43.293Z Compiling thiserror v1.0.69
8152026-04-13T05:06:43.297Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3e8e0554819863a -C extra-filename=-c0bf6ea8016b1a54 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-c0bf6ea8016b1a54 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8162026-04-13T05:06:43.467Z Compiling unicode-segmentation v1.10.0
8172026-04-13T05:06:43.471Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=4bde3fa46f014b5b -C extra-filename=-5708a98d1b73b288 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-5708a98d1b73b288 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8182026-04-13T05:06:43.471Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=5ce774fb3d38010c -C extra-filename=-513e2fffcad8edfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8192026-04-13T05:06:43.484Z Compiling lazy_static v1.5.0
8202026-04-13T05:06:43.487Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=ab844077db6fd27e -C extra-filename=-f3895006bc58994d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8212026-04-13T05:06:43.581Z Compiling console v0.15.7
8222026-04-13T05:06:43.584Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=2686873e5c9012e1 -C extra-filename=-d5d2722bd375cabf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-8ada9c8aa019ddf6.rmeta --cap-lints allow`
8232026-04-13T05:06:43.608Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-c0bf6ea8016b1a54/build-script-build`
8242026-04-13T05:06:43.713Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-5708a98d1b73b288/build-script-build`
8252026-04-13T05:06:43.726Z Compiling toml_parser v1.1.2+spec-1.1.0
8262026-04-13T05:06:43.729Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=9b872be52df4e338 -C extra-filename=-47c7f9a778fa578c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-cccd554eb4f28093.rmeta --cap-lints allow`
8272026-04-13T05:06:43.786Z Compiling newline-converter v0.3.0
8282026-04-13T05:06:43.803Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c28b15f6c8f52895 -C extra-filename=-9dd1cb29a9682b47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-513e2fffcad8edfc.rmeta --cap-lints allow`
8292026-04-13T05:06:43.822Z Compiling chrono v0.4.44
8302026-04-13T05:06:43.825Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=b5b7ec5f3763bb2b -C extra-filename=-cc069c1c37f8011e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-6ad2b1a151b7d264.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-1c65883680e8dc88.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --cap-lints allow`
8312026-04-13T05:06:43.899Z Compiling digest v0.10.7
8322026-04-13T05:06:43.902Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=bb1fad5da1a046ad -C extra-filename=-8931b1ae4752b950 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-627bdd9137fe04b6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-a42c26b8db7eef30.rmeta --cap-lints allow`
8332026-04-13T05:06:43.967Z Compiling flate2 v1.1.9
8342026-04-13T05:06:43.970Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=3dd041355d880636 -C extra-filename=-c4df431c29373dfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crc32fast=/work/oxidecomputer/dropshot/target/debug/deps/libcrc32fast-82c07a5dc22c28e3.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-af85538b2f38d28c.rmeta --cap-lints allow`
8352026-04-13T05:06:44.094Z Compiling mime_guess v2.0.5
8362026-04-13T05:06:44.103Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=302e06ed2f2eaa9e -C extra-filename=-ce2b71c596524082 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-ce2b71c596524082 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-316873ed0e1f5175.rlib --cap-lints allow`
8372026-04-13T05:06:44.209Z Compiling rand v0.8.4
8382026-04-13T05:06:44.212Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=6163d0e6fe210bd6 -C extra-filename=-e0f5f93c0f56c68f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-94230de19769cd40.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-463d38a2cae5f061.rmeta --cap-lints allow`
8392026-04-13T05:06:44.397Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=379de218e535a431 -C extra-filename=-07aea53bac06ef8c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8402026-04-13T05:06:44.431Z Compiling idna v1.0.3
8412026-04-13T05:06:44.434Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=182645660b986290 -C extra-filename=-79aa053d527f965f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-86c2d00a468ac17c.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-beac85561be9ef7a.rmeta --cap-lints allow`
8422026-04-13T05:06:44.581Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f40ed7db1813b213 -C extra-filename=-ec68835812024738 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-e3a1827a9f00048a.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-d3aa762fc698c802.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a093393789c763ae.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8432026-04-13T05:06:44.602Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=a3b0da0cd94bf9ca -C extra-filename=-748f6eaacaed35a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3cb67567f99fc50d.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-608135c0584eeb84.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ffb38698e633854f.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-1cf7c7907a54314c.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-356f7e97cfdedf56.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8442026-04-13T05:06:44.855Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=3bb9a8e580e735b1 -C extra-filename=-20f7444b31f4598b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-608135c0584eeb84.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ffb38698e633854f.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-1cf7c7907a54314c.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-356f7e97cfdedf56.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
8452026-04-13T05:06:44.879Z Compiling crypto-common v0.2.1
8462026-04-13T05:06:44.882Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=c27d0b7ec8d21b2e -C extra-filename=-78bcce4fb0f76786 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-b3d8af57f12c71e6.rmeta --cap-lints allow`
8472026-04-13T05:06:44.979Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=158ceb386191bdd2 -C extra-filename=-bea77db934766cf8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e664113bfa8320cf.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-4dcd9c1117207844.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a2c03f4335bb79d9.rmeta --cap-lints allow`
8482026-04-13T05:06:45.184Z Compiling block-buffer v0.12.0
8492026-04-13T05:06:45.187Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=e66076829c7ed82b -C extra-filename=-21d239304cc035a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-b3d8af57f12c71e6.rmeta --cap-lints allow`
8502026-04-13T05:06:45.343Z Compiling concurrent-queue v2.5.0
8512026-04-13T05:06:45.343Z Compiling thiserror-impl v1.0.69
8522026-04-13T05:06:45.346Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=899d9c00fd78bbb0 -C extra-filename=-6089d4d17d707d88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-b80aace47222005a.rmeta --cap-lints allow`
8532026-04-13T05:06:45.352Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6f33e6ca6e7d002 -C extra-filename=-10209744bbfe6b25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
8542026-04-13T05:06:45.421Z Compiling serde_derive_internals v0.29.0
8552026-04-13T05:06:45.425Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c30d104d85cc9207 -C extra-filename=-5c65b106bc2c35b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
8562026-04-13T05:06:45.546Z Compiling http-body-util v0.1.3
8572026-04-13T05:06:45.549Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=80390513447d6a9c -C extra-filename=-a2ee5d8983fd13de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
8582026-04-13T05:06:45.788Z Compiling rustls-pemfile v2.2.0
8592026-04-13T05:06:45.792Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=13168c9167427d11 -C extra-filename=-24159a20e7e12087 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --cap-lints allow`
8602026-04-13T05:06:45.830Z Compiling serde_spanned v1.1.1
8612026-04-13T05:06:45.834Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=df5927ee9707b329 -C extra-filename=-5bee779a4ce6e582 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
8622026-04-13T05:06:45.983Z Compiling toml_datetime v1.1.1+spec-1.1.0
8632026-04-13T05:06:45.988Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=d5f020624a9c8e78 -C extra-filename=-4c41be5aedb413e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
8642026-04-13T05:06:46.001Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=51b5634349b6e0b3 -C extra-filename=-9a778c1020493504 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-5613ee3869b1a5ee.rmeta --cap-lints allow`
8652026-04-13T05:06:46.080Z Compiling multer v3.1.0
8662026-04-13T05:06:46.084Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b4a0334a514b5b71 -C extra-filename=-f53789aac1254cf4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-f53789aac1254cf4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-2daa9645b0f6268d.rlib --cap-lints allow`
8672026-04-13T05:06:46.163Z Compiling sync_wrapper v1.0.1
8682026-04-13T05:06:46.172Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=8bca89d1002ca058 -C extra-filename=-a8e9e6dfc2719198 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --cap-lints allow`
8692026-04-13T05:06:46.274Z Compiling thread_local v1.1.4
8702026-04-13T05:06:46.282Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=874394ff23ca2cf4 -C extra-filename=-bba8a71ce121c0ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3cb67567f99fc50d.rmeta --cap-lints allow`
8712026-04-13T05:06:46.296Z Compiling encoding_rs v0.8.32
8722026-04-13T05:06:46.299Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=1c0559511d9860f8 -C extra-filename=-be3c9756abbaf69a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --cap-lints allow`
8732026-04-13T05:06:46.305Z Compiling schemars v0.8.22
8742026-04-13T05:06:46.309Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=a1090e7a49be78c0 -C extra-filename=-d619a50aed35cd8c --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-d619a50aed35cd8c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8752026-04-13T05:06:46.506Z Compiling semver v1.0.28
8762026-04-13T05:06:46.509Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d2be4afb2b40f838 -C extra-filename=-eee6a398080e2c75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8772026-04-13T05:06:46.573Z Compiling target-triple v1.0.0
8782026-04-13T05:06:46.573Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7e353011c7be704 -C extra-filename=-9b9cdec79b4c5067 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-9b9cdec79b4c5067 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8792026-04-13T05:06:46.598Z Compiling match_cfg v0.1.0
8802026-04-13T05:06:46.602Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=ee2f2d7fb4074ed4 -C extra-filename=-2dcd06df41969590 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8812026-04-13T05:06:46.668Z Compiling cpufeatures v0.2.17
8822026-04-13T05:06:46.676Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=650a85fe0e4580a6 -C extra-filename=-a97e454f3fd590b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8832026-04-13T05:06:46.742Z Compiling toml_writer v1.1.1+spec-1.1.0
8842026-04-13T05:06:46.745Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c7a5c91eadc2a1d0 -C extra-filename=-33b3aec3366effc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8852026-04-13T05:06:46.864Z Compiling const-oid v0.10.2
8862026-04-13T05:06:46.868Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=a5225d9e83c4b08d -C extra-filename=-ad5dbb24ae23b112 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8872026-04-13T05:06:46.874Z Compiling compression-core v0.4.31
8882026-04-13T05:06:46.877Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9db736e98f5599bb -C extra-filename=-bd174913cd4e5ef8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8892026-04-13T05:06:46.963Z Compiling slog-async v2.8.0
8902026-04-13T05:06:46.966Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=49f9d5c45e92e12a -C extra-filename=-6cf168422a11cf6f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-6cf168422a11cf6f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8912026-04-13T05:06:47.034Z Compiling parking v2.2.0
8922026-04-13T05:06:47.038Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=05ce467c572c52d9 -C extra-filename=-205dbb05448622c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8932026-04-13T05:06:47.081Z Compiling similar v2.2.1
8942026-04-13T05:06:47.084Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=df4a3628f71a7bd0 -C extra-filename=-5aea91cd966b3633 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8952026-04-13T05:06:47.092Z Compiling heck v0.5.0
8962026-04-13T05:06:47.095Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce9e34fe66241bd -C extra-filename=-ba5af341ae66f4a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8972026-04-13T05:06:47.225Z Compiling camino v1.2.2
8982026-04-13T05:06:47.228Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=531d0623f373e43e -C extra-filename=-7fe1b766d179709e --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-7fe1b766d179709e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8992026-04-13T05:06:47.260Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-6cf168422a11cf6f/build-script-build`
9002026-04-13T05:06:47.292Z Compiling event-listener v5.0.0
9012026-04-13T05:06:47.295Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=da54f781dd9f5175 -C extra-filename=-27b62563b0fa7880 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-6089d4d17d707d88.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-205dbb05448622c9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
9022026-04-13T05:06:47.301Z Compiling tokio-rustls v0.26.0
9032026-04-13T05:06:47.304Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=a210da4ab0cdb91b -C extra-filename=-28a91393e62f67b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-748f6eaacaed35a8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
9042026-04-13T05:06:47.538Z Compiling digest v0.11.2
9052026-04-13T05:06:47.547Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=a43eae31b82ae7db -C extra-filename=-cdd1273bbc196fb9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-21d239304cc035a7.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-ad5dbb24ae23b112.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-78bcce4fb0f76786.rmeta --cap-lints allow`
9062026-04-13T05:06:47.561Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-7fe1b766d179709e/build-script-build`
9072026-04-13T05:06:47.579Z Compiling compression-codecs v0.4.37
9082026-04-13T05:06:47.582Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=90a2a71eed6e1cfe -C extra-filename=-041f552019a6e5c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-bd174913cd4e5ef8.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --cap-lints allow`
9092026-04-13T05:06:47.602Z Compiling toml v1.1.2+spec-1.1.0
9102026-04-13T05:06:47.605Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=c68dc773d8b68f5d -C extra-filename=-512449a9c05149e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-5bee779a4ce6e582.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-4c41be5aedb413e1.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-47c7f9a778fa578c.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-33b3aec3366effc6.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-cccd554eb4f28093.rmeta --cap-lints allow`
9112026-04-13T05:06:47.708Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-9b9cdec79b4c5067/build-script-build`
9122026-04-13T05:06:47.721Z Compiling sha1 v0.10.6
9132026-04-13T05:06:47.724Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=96c87476151e8a17 -C extra-filename=-f65d71a3cad95b11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a97e454f3fd590b9.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-8931b1ae4752b950.rmeta --cap-lints allow`
9142026-04-13T05:06:47.852Z Compiling tokio-rustls v0.25.0
9152026-04-13T05:06:47.855Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=17e6d6b6b5fac1b0 -C extra-filename=-7029bb0fdaaf62d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
9162026-04-13T05:06:47.960Z Compiling hostname v0.3.1
9172026-04-13T05:06:47.963Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9aee264ea7c51825 -C extra-filename=-7092ae16c9674d98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-2dcd06df41969590.rmeta --cap-lints allow`
9182026-04-13T05:06:48.051Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-d619a50aed35cd8c/build-script-build`
9192026-04-13T05:06:48.051Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2479a2d33a1de2b0 -C extra-filename=-15bc9719087c97b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-10209744bbfe6b25.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9202026-04-13T05:06:48.080Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-f53789aac1254cf4/build-script-build`
9212026-04-13T05:06:48.084Z Compiling tower v0.5.2
9222026-04-13T05:06:48.087Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=b9503db1e9050cc2 -C extra-filename=-784261d3d97edce2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a8e9e6dfc2719198.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-c8daf584d18e1615.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow`
9232026-04-13T05:06:48.106Z Compiling schemars_derive v0.8.22
9242026-04-13T05:06:48.109Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=709dd1e444cac4c0 -C extra-filename=-d513359e9919a576 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-5c65b106bc2c35b3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
9252026-04-13T05:06:48.115Z Compiling tokio-native-tls v0.3.1
9262026-04-13T05:06:48.119Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=60159cd321a928a2 -C extra-filename=-cfa3da0cceff2c63 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-ec68835812024738.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9272026-04-13T05:06:48.151Z Compiling url v2.5.4
9282026-04-13T05:06:48.154Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=9f76c7dc9c6d33dc -C extra-filename=-d90c9a940bfa3c8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-79aa053d527f965f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --cap-lints allow`
9292026-04-13T05:06:48.285Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-ce2b71c596524082/build-script-build`
9302026-04-13T05:06:48.302Z Compiling serde_urlencoded v0.7.1
9312026-04-13T05:06:48.305Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3609d2f31d2d1e48 -C extra-filename=-7c3fcb1842f82ac9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-07aea53bac06ef8c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --cap-lints allow`
9322026-04-13T05:06:48.556Z Compiling usdt-macro v0.6.0
9332026-04-13T05:06:48.556Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=ff4d5624373dff59 -C extra-filename=-de677b1f4396a38e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-ccf00d6fed8c7f4f.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-bea77db934766cf8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e97449f6ab277c60.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9a778c1020493504.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-20324ed1930ac230.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
9342026-04-13T05:06:48.560Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e4aa02c1bcedde2 -C extra-filename=-0ce96f4db0e8bcb0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e97449f6ab277c60.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a69dcd251c253fd4.rlib --extern proc_macro --cap-lints allow`
9352026-04-13T05:06:48.939Z Compiling usdt-attr-macro v0.6.0
9362026-04-13T05:06:48.942Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86457fdff18a1b90 -C extra-filename=-1a882791c06a4050 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e97449f6ab277c60.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a69dcd251c253fd4.rlib --extern proc_macro --cap-lints allow`
9372026-04-13T05:06:48.989Z Compiling slog-json v2.6.1
9382026-04-13T05:06:48.992Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=1c53c714a697c6da -C extra-filename=-90009e94cb42000d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-59c4444a4682ffa2.rmeta --cap-lints allow`
9392026-04-13T05:06:49.189Z Compiling futures-executor v0.3.32
9402026-04-13T05:06:49.192Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=bf527e0d54e2fe4a -C extra-filename=-9dbf625a9f26aa3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-3641d96a261d4856.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --cap-lints allow`
9412026-04-13T05:06:49.201Z Compiling tempfile v3.27.0
9422026-04-13T05:06:49.204Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=0a8c31182bcebf71 -C extra-filename=-85208fc605f13643 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-23457025b99e6995.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c309635550844034.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3cb67567f99fc50d.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dd069fd2d17a7208.rmeta --cap-lints allow`
9432026-04-13T05:06:49.287Z Compiling crossbeam-channel v0.5.15
9442026-04-13T05:06:49.290Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=79d31aa2537cb23a -C extra-filename=-e3671f2cd6def132 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-b80aace47222005a.rmeta --cap-lints allow`
9452026-04-13T05:06:49.314Z Compiling async-stream-impl v0.3.6
9462026-04-13T05:06:49.323Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a491585faeff03 -C extra-filename=-a4f1bc8c7c71df50 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
9472026-04-13T05:06:49.334Z Compiling uuid v1.23.0
9482026-04-13T05:06:49.338Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=eb51f0ef62dd3250 -C extra-filename=-2c95487f91829162 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c309635550844034.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
9492026-04-13T05:06:49.484Z Compiling webpki-roots v0.26.5
9502026-04-13T05:06:49.487Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dad78ac72eb46263 -C extra-filename=-bafd939816055632 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --cap-lints allow`
9512026-04-13T05:06:49.606Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
9522026-04-13T05:06:49.609Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b46d575ba241f626 -C extra-filename=-0d630417ac8dd2d0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-0d630417ac8dd2d0 -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-2daa9645b0f6268d.rlib`
9532026-04-13T05:06:49.630Z Compiling is-terminal v0.4.12
9542026-04-13T05:06:49.633Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bbfd597a820ea9f -C extra-filename=-77c3637aa54c88c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
9552026-04-13T05:06:49.726Z Compiling memmap2 v0.9.8
9562026-04-13T05:06:49.729Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=96c7a4fa991421b7 -C extra-filename=-3b1c0c9ef9eb7b39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
9572026-04-13T05:06:49.757Z Compiling utf-8 v0.7.6
9582026-04-13T05:06:49.760Z Compiling term v1.1.0
9592026-04-13T05:06:49.760Z Compiling iri-string v0.7.8
9602026-04-13T05:06:49.761Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc7d2d017db8bea4 -C extra-filename=-60ad220600bf9885 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9612026-04-13T05:06:49.761Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=46ffe0c72f2e8d98 -C extra-filename=-ff4374aa163f8266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9622026-04-13T05:06:49.761Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=947640f1c7438ee9 -C extra-filename=-6932e1ae89dd7e99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9632026-04-13T05:06:49.845Z Compiling data-encoding v2.4.0
9642026-04-13T05:06:49.848Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=416ddcc9c1fcc4a2 -C extra-filename=-9ad97353986669fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9652026-04-13T05:06:49.938Z Compiling anyhow v1.0.102
9662026-04-13T05:06:49.941Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=ad033c6e5e1071ad -C extra-filename=-3069129a0bfe7439 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-3069129a0bfe7439 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9672026-04-13T05:06:49.948Z Compiling take_mut v0.2.2
9682026-04-13T05:06:49.951Z Compiling cpufeatures v0.3.0
9692026-04-13T05:06:49.951Z Compiling dyn-clone v1.0.4
9702026-04-13T05:06:49.951Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c982ad5a176a7b -C extra-filename=-2f2b1d388ae3ecdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9712026-04-13T05:06:49.964Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5159c1fa5df5af4 -C extra-filename=-1b9161b432959a2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9722026-04-13T05:06:49.968Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d4790cf30d437e5 -C extra-filename=-e1ef42434a3deb88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9732026-04-13T05:06:50.026Z Compiling spin v0.9.8
9742026-04-13T05:06:50.029Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=c8ebd61fe9d24413 -C extra-filename=-8c62208000a0fb52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9752026-04-13T05:06:50.052Z Compiling slog-term v2.9.2
9762026-04-13T05:06:50.055Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=1b32a99777b15ddc -C extra-filename=-023fa52fb71a82cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-e1ef42434a3deb88.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-d513359e9919a576.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9772026-04-13T05:06:50.055Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=0ff2f263ed9b6ae0 -C extra-filename=-ec312f6044950096 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-77c3637aa54c88c3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6932e1ae89dd7e99.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-bba8a71ce121c0ee.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-59c4444a4682ffa2.rmeta --cap-lints allow`
9782026-04-13T05:06:50.141Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=18ef0b02284fdaa2 -C extra-filename=-ce625d601af039e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-be3c9756abbaf69a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-3b32f88f24eab368.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-5025b535eb8400cf.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-8c62208000a0fb52.rmeta --cap-lints allow`
9792026-04-13T05:06:50.257Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-3069129a0bfe7439/build-script-build`
9802026-04-13T05:06:50.475Z Compiling tungstenite v0.24.0
9812026-04-13T05:06:50.478Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=feae5dd6f6a86f0a -C extra-filename=-de135599d092e52f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-ccf00d6fed8c7f4f.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-9ad97353986669fa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-3b32f88f24eab368.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-e0f5f93c0f56c68f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f65d71a3cad95b11.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-15bc9719087c97b9.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-60ad220600bf9885.rmeta --cap-lints allow`
9822026-04-13T05:06:50.490Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d2a3707489b7473b -C extra-filename=-8a57dcdf6b648e68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-e3671f2cd6def132.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-2f2b1d388ae3ecdc.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-bba8a71ce121c0ee.rmeta --cap-lints allow --cfg integer128`
9832026-04-13T05:06:50.649Z Compiling sha1 v0.11.0
9842026-04-13T05:06:50.658Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=0ced10ecc0d355b0 -C extra-filename=-039012d06622a409 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-1b9161b432959a2a.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-cdd1273bbc196fb9.rmeta --cap-lints allow`
9852026-04-13T05:06:50.661Z Compiling async-stream v0.3.6
9862026-04-13T05:06:50.661Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e99dc203ae8ea982 -C extra-filename=-12c967a75b172245 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream_impl-a4f1bc8c7c71df50.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
9872026-04-13T05:06:50.679Z Compiling usdt v0.6.0
9882026-04-13T05:06:50.688Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=fec749e5b7f5f113 -C extra-filename=-aa1a77e3601bb19c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-bea77db934766cf8.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e664113bfa8320cf.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-3b1c0c9ef9eb7b39.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-1a882791c06a4050.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-de677b1f4396a38e.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-0ce96f4db0e8bcb0.so --cap-lints allow`
9892026-04-13T05:06:50.835Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-0d630417ac8dd2d0/build-script-build`
9902026-04-13T05:06:50.873Z Compiling tower-http v0.6.8
9912026-04-13T05:06:50.877Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=b5472b669569349c -C extra-filename=-f23cab1dd7e11087 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-15cbd4d53dbbf462.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-ff4374aa163f8266.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-784261d3d97edce2.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-c8daf584d18e1615.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow`
9922026-04-13T05:06:50.881Z Compiling hyper-rustls v0.27.3
9932026-04-13T05:06:50.884Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=77bb7e261ef2a2e6 -C extra-filename=-51173e9d77833fed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-748f6eaacaed35a8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28a91393e62f67b7.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-bafd939816055632.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
9942026-04-13T05:06:50.897Z Compiling atomicwrites v0.4.4
9952026-04-13T05:06:50.900Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ec6d72f3cd2b7bf -C extra-filename=-19a74be0aecc399a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-7df83f4932e59fe2.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rmeta --cap-lints allow`
9962026-04-13T05:06:50.964Z Compiling futures v0.3.32
9972026-04-13T05:06:50.968Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=b67601f0b3cb901c -C extra-filename=-a64f3596ce6cfea6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6ff56a5da0677ddb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-9dbf625a9f26aa3b.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-e6f3b43cf5c2ef38.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-3641d96a261d4856.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --cap-lints allow`
9982026-04-13T05:06:51.037Z Compiling slog-bunyan v2.5.0
9992026-04-13T05:06:51.040Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=2c43cd6b6ce3b29b -C extra-filename=-74adb2dfbd381a2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-7092ae16c9674d98.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-59c4444a4682ffa2.rmeta --cap-lints allow`
10002026-04-13T05:06:51.055Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=97fb9997ac32c83d -C extra-filename=-5df192f1bb0e4f87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-5025b535eb8400cf.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-316873ed0e1f5175.rmeta --cap-lints allow`
10012026-04-13T05:06:51.091Z Compiling hyper-tls v0.6.0
10022026-04-13T05:06:51.095Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7b9e008a97528d20 -C extra-filename=-4c09e185425cecab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-ec68835812024738.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-cfa3da0cceff2c63.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
10032026-04-13T05:06:51.175Z Compiling async-compression v0.4.41
10042026-04-13T05:06:51.178Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=fa885b020d66d8d0 -C extra-filename=-6bc814901b8034cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_codecs=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_codecs-041f552019a6e5c0.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-bd174913cd4e5ef8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --cap-lints allow`
10052026-04-13T05:06:51.195Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94742c1867a704c4 -C extra-filename=-dd1ebc2bdda9d3d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
10062026-04-13T05:06:51.274Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=73727fd187a35796 -C extra-filename=-ddc26909be6534db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
10072026-04-13T05:06:51.288Z Compiling event-listener-strategy v0.5.4
10082026-04-13T05:06:51.291Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=1a9cbc7144c7b7fc -C extra-filename=-070382828a944c7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-27b62563b0fa7880.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
10092026-04-13T05:06:51.320Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
10102026-04-13T05:06:51.323Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a53894ebfda67e45 -C extra-filename=-18ba0a5f86a107d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ba5af341ae66f4a2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro`
10112026-04-13T05:06:51.370Z Compiling rustls-native-certs v0.7.0
10122026-04-13T05:06:51.373Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b0fdf68f8e270ae -C extra-filename=-6ae7f1e418c9fadb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-d3aa762fc698c802.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --cap-lints allow`
10132026-04-13T05:06:51.425Z Compiling openapiv3 v2.2.0
10142026-04-13T05:06:51.425Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=bec85222279742e1 -C extra-filename=-7952a8e45bde4dcb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --cap-lints allow`
10152026-04-13T05:06:51.463Z Compiling yasna v0.5.2
10162026-04-13T05:06:51.467Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2e9e0882556f1c38 -C extra-filename=-8d6557d4521ad89d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-59c4444a4682ffa2.rmeta --cap-lints allow`
10172026-04-13T05:06:51.477Z Compiling async-trait v0.1.89
10182026-04-13T05:06:51.484Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10d57aead9f58c6c -C extra-filename=-7a43ad5c49f3ebb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
10192026-04-13T05:06:51.487Z Compiling pem v3.0.6
10202026-04-13T05:06:51.487Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1c9568102ee733c5 -C extra-filename=-54d01c6ff8a7d399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rmeta --cap-lints allow`
10212026-04-13T05:06:51.531Z Compiling waitgroup v0.1.2
10222026-04-13T05:06:51.541Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=947faeb66f050a94 -C extra-filename=-a0316e4162a0ebc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-61e8f4364b33cbe0.rmeta --cap-lints allow`
10232026-04-13T05:06:51.650Z Compiling webpki-roots v1.0.0
10242026-04-13T05:06:51.654Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e56615dbef141b64 -C extra-filename=-c2d7f7609791a9d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --cap-lints allow`
10252026-04-13T05:06:51.675Z Compiling serde_path_to_error v0.1.20
10262026-04-13T05:06:51.683Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d4d18b5e210807e -C extra-filename=-9dde5519f5cdafff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
10272026-04-13T05:06:51.747Z Compiling hostname v0.4.2
10282026-04-13T05:06:51.750Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=8c16bc0885b0ff3e -C extra-filename=-95c1983013db4ce5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
10292026-04-13T05:06:51.777Z Compiling simple-mermaid v0.2.0
10302026-04-13T05:06:51.780Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02f3ac7c1ff6a676 -C extra-filename=-5dc570c6033ceb62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10312026-04-13T05:06:51.849Z Compiling http-range v0.1.4
10322026-04-13T05:06:51.852Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f2f93f4bb9e2aa3 -C extra-filename=-b2878d94c8017d59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10332026-04-13T05:06:51.881Z Compiling termcolor v1.1.2
10342026-04-13T05:06:51.890Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d44ff01b4d85a37b -C extra-filename=-2cf0252615b9ea80 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10352026-04-13T05:06:51.893Z Compiling glob v0.3.0
10362026-04-13T05:06:51.893Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ad8d77eda9c87d2 -C extra-filename=-27a5a131a3fa9e5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10372026-04-13T05:06:52.034Z Compiling debug-ignore v1.0.5
10382026-04-13T05:06:52.037Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0ca3e990557a6721 -C extra-filename=-631eff671b61211c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10392026-04-13T05:06:52.044Z Compiling hyper-staticfile v0.10.1
10402026-04-13T05:06:52.047Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0037476ccf8f616 -C extra-filename=-9017f6dd70d9d8d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-b2878d94c8017d59.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-8e04e38858401642.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-e0f5f93c0f56c68f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-d90c9a940bfa3c8d.rmeta --cap-lints allow`
10412026-04-13T05:06:52.143Z Compiling trybuild v1.0.116
10422026-04-13T05:06:52.146Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=66876c9a29fe6348 -C extra-filename=-66fa52d27ae516d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-27a5a131a3fa9e5e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-55439da7ab759366.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-dd1ebc2bdda9d3d2.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-2cf0252615b9ea80.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rmeta --cap-lints allow`
10432026-04-13T05:06:52.232Z Compiling rcgen v0.14.7
10442026-04-13T05:06:52.236Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=56f2f3609ff1cf01 -C extra-filename=-5fb54bf8e0cc5aa8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-608135c0584eeb84.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-59c4444a4682ffa2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-8d6557d4521ad89d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
10452026-04-13T05:06:52.271Z Compiling reqwest v0.12.28
10462026-04-13T05:06:52.280Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=16d04b8a47ae0ac6 -C extra-filename=-8768c5cec7ca5207 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-be3c9756abbaf69a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-490e8b60312f329d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-51173e9d77833fed.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-4c09e185425cecab.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-5025b535eb8400cf.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-ec68835812024738.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-748f6eaacaed35a8.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a8e9e6dfc2719198.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-cfa3da0cceff2c63.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28a91393e62f67b7.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-784261d3d97edce2.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-f23cab1dd7e11087.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-d90c9a940bfa3c8d.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-c2d7f7609791a9d7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10472026-04-13T05:06:52.323Z Compiling hyper-rustls v0.26.0
10482026-04-13T05:06:52.326Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=b9ba2b3496477baa -C extra-filename=-807205c762be8adc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-6ae7f1e418c9fadb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
10492026-04-13T05:06:52.550Z Compiling async-channel v2.5.0
10502026-04-13T05:06:52.554Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=7180a7663919914f -C extra-filename=-b2010ed041226f20 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-6089d4d17d707d88.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-070382828a944c7a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
10512026-04-13T05:06:52.584Z Compiling expectorate v1.2.0
10522026-04-13T05:06:52.587Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=f5de158fed990b57 -C extra-filename=-5758bd266c911ce8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-19a74be0aecc399a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-d5d2722bd375cabf.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9dd1cb29a9682b47.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-5aea91cd966b3633.rmeta --cap-lints allow`
10532026-04-13T05:06:52.614Z Compiling tokio-tungstenite v0.24.0
10542026-04-13T05:06:52.617Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=cd31240117500167 -C extra-filename=-39d0d53d978a557a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-de135599d092e52f.rmeta --cap-lints allow`
10552026-04-13T05:06:52.732Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f058ec35ca517980 -C extra-filename=-f52cf330f4f3439c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
10562026-04-13T05:06:52.758Z Compiling subprocess v1.0.3
10572026-04-13T05:06:52.765Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae6a00862e22b320 -C extra-filename=-353262dca568cc30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rmeta --cap-lints allow`
10582026-04-13T05:06:52.909Z Compiling buf-list v1.1.2
10592026-04-13T05:06:52.917Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=a5c6e9176c90318b -C extra-filename=-8cbf4dd310c8c1ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --cap-lints allow`
10602026-04-13T05:06:53.140Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d760cb527c52b2ae -C extra-filename=-5a978ca2f77ba210 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10612026-04-13T05:06:53.175Z Compiling prettyplease v0.2.37
10622026-04-13T05:06:53.178Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=64ced630bc957910 -C extra-filename=-9bfbb70c2b8d6c80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-9bfbb70c2b8d6c80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10632026-04-13T05:06:53.197Z Compiling schema-derive v0.1.0
10642026-04-13T05:06:53.200Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2acc6325f2772d7c -C extra-filename=-94a916592328f7dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
10652026-04-13T05:06:53.342Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=9461a41997d0a17d -C extra-filename=-2271dd38b3b7536d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-23457025b99e6995.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c309635550844034.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-5a978ca2f77ba210.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dd069fd2d17a7208.rmeta --cap-lints allow`
10662026-04-13T05:06:53.405Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-9bfbb70c2b8d6c80/build-script-build`
10672026-04-13T05:06:53.419Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=d72b12445f975a83 -C extra-filename=-0a525a907ceb0482 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10682026-04-13T05:06:53.745Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd82739d8345ecc0 -C extra-filename=-59671fa58a7e402a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-7df83f4932e59fe2.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2271dd38b3b7536d.rmeta --cap-lints allow`
10692026-04-13T05:06:53.941Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=b423928273b3e0a0 -C extra-filename=-5184e3ebed2dc758 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-59671fa58a7e402a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-d5d2722bd375cabf.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9dd1cb29a9682b47.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-5aea91cd966b3633.rmeta --cap-lints allow`
10702026-04-13T05:06:54.122Z Compiling schema v0.1.0
10712026-04-13T05:06:54.126Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c6d0fafd9bb78ff -C extra-filename=-b69a289b4b8d4d18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-94a916592328f7dc.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
10722026-04-13T05:06:54.202Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75b80dec233981b1 -C extra-filename=-235a83bceae88f0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5184e3ebed2dc758.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ba5af341ae66f4a2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-0a525a907ceb0482.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-b69a289b4b8d4d18.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro`
10732026-04-13T05:06:54.425Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e92093a8eaa0e222 -C extra-filename=-8333be08f259a5fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
10742026-04-13T05:06:54.980Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ad686548c514650b -C extra-filename=-228ca1942a015193 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10752026-04-13T05:06:59.317Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8f0011af4298ef45 -C extra-filename=-f7075083ae83b09c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10762026-04-13T05:06:59.322Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2ea45c3f29f95145 -C extra-filename=-c656d810fd10e3ec --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10772026-04-13T05:06:59.322Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=860cedc421d2edce -C extra-filename=-0d79bb9270ca7bd7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10782026-04-13T05:06:59.322Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=20991e36d0cda099 -C extra-filename=-94e5bc8999db896b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10792026-04-13T05:06:59.322Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=987926706f83d7e1 -C extra-filename=-69453b50fb212a29 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10802026-04-13T05:06:59.332Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f497f0bbd532cd02 -C extra-filename=-fa843c09f9933311 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10812026-04-13T05:06:59.338Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=06b4d75210d8d8f5 -C extra-filename=-87322ccba67c3e03 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10822026-04-13T05:07:08.015Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f56d895fa693ff63 -C extra-filename=-c889ef52c2f1abe3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10832026-04-13T05:07:08.868Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7daf8eef2435f93f -C extra-filename=-f13039859c2bd266 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10842026-04-13T05:07:08.871Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=84a476e49c45cc28 -C extra-filename=-c58787a013802d61 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10852026-04-13T05:07:08.876Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=36212978cc5d4225 -C extra-filename=-7dbff2bebd7cd987 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10862026-04-13T05:07:09.674Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=043e9e9b13b0fd9f -C extra-filename=-ed005599d8d6742a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10872026-04-13T05:07:09.685Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3623849648ad5911 -C extra-filename=-57c7e6d82d15598c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10882026-04-13T05:07:10.543Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9f87a889195b25e0 -C extra-filename=-5f98a6042fada03f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10892026-04-13T05:07:10.611Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3380523f5e0e822f -C extra-filename=-7f8db62c5944ffb9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10902026-04-13T05:07:18.882Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=47562fe3f86422eb -C extra-filename=-a62c429aee277711 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10912026-04-13T05:07:19.504Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9ab034f4f5a7aacb -C extra-filename=-b6613b75efd4f4c9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10922026-04-13T05:07:20.227Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d9bfe2cca2f4f879 -C extra-filename=-af8b2bc0dc10f8e7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10932026-04-13T05:07:20.498Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0dfab3f26a05b115 -C extra-filename=-1d0e4ba8601aae36 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10942026-04-13T05:07:20.722Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aa2166b276c301ee -C extra-filename=-b09b5391b5c8018e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10952026-04-13T05:07:21.211Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eb4cdc7f7387bf69 -C extra-filename=-cdf47741027f0402 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10962026-04-13T05:07:22.195Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2894faf67e8a5a4b -C extra-filename=-5bdb22f367b8b000 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10972026-04-13T05:07:26.760Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a2c23ec1d3ab4481 -C extra-filename=-e1c3a93083799c72 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10982026-04-13T05:07:30.327Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=002b961fc1dc902c -C extra-filename=-56841964fe7104a7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8333be08f259a5fd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18ba0a5f86a107d6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10992026-04-13T05:07:42.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
11002026-04-13T05:07:42.801Z
11012026-04-13T05:07:42.802Zreal 1:15.846665334
11022026-04-13T05:07:42.802Zuser 6:49.791047195
11032026-04-13T05:07:42.802Zsys 1:07.641835704
11042026-04-13T05:07:42.802Ztrap 0.353756629
11052026-04-13T05:07:42.802Ztflt 0.332454451
11062026-04-13T05:07:42.802Zdflt 0.238746082
11072026-04-13T05:07:42.802Zkflt 0.005510875
11082026-04-13T05:07:42.802Zlock 27:55.587811571
11092026-04-13T05:07:42.802Zslp 25:57.785871795
11102026-04-13T05:07:42.802Zlat 24.424071154
11112026-04-13T05:07:42.802Zstop 47.499938722
11122026-04-13T05:07:42.805Z+ banner test
11132026-04-13T05:07:42.805Z
11142026-04-13T05:07:42.805Z ##### ###### #### #####
11152026-04-13T05:07:42.805Z # # # #
11162026-04-13T05:07:42.805Z # ##### #### #
11172026-04-13T05:07:42.805Z # # # #
11182026-04-13T05:07:42.805Z # # # # #
11192026-04-13T05:07:42.805Z # ###### #### #
11202026-04-13T05:07:42.805Z
11212026-04-13T05:07:42.805Z+ ptime -m cargo test --all-features --locked --verbose
11222026-04-13T05:07:43.001Z Fresh unicode-ident v1.0.12
11232026-04-13T05:07:43.001Z Fresh cfg-if v1.0.0
11242026-04-13T05:07:43.001Z Fresh itoa v1.0.1
11252026-04-13T05:07:43.001Z Fresh memchr v2.6.0
11262026-04-13T05:07:43.006Z Fresh proc-macro2 v1.0.106
11272026-04-13T05:07:43.006Z Fresh pin-project-lite v0.2.12
11282026-04-13T05:07:43.006Z Fresh autocfg v1.1.0
11292026-04-13T05:07:43.006Z Fresh shlex v1.3.0
11302026-04-13T05:07:43.006Z Fresh bytes v1.11.1
11312026-04-13T05:07:43.006Z Fresh quote v1.0.45
11322026-04-13T05:07:43.006Z Fresh libc v0.2.184
11332026-04-13T05:07:43.006Z Fresh cc v1.2.16
11342026-04-13T05:07:43.006Z Fresh smallvec v1.13.2
11352026-04-13T05:07:43.006Z Fresh futures-core v0.3.32
11362026-04-13T05:07:43.006Z Fresh version_check v0.9.5
11372026-04-13T05:07:43.006Z Fresh scopeguard v1.2.0
11382026-04-13T05:07:43.006Z Fresh signal-hook-registry v1.4.0
11392026-04-13T05:07:43.006Z Fresh socket2 v0.6.3
11402026-04-13T05:07:43.006Z Fresh mio v1.2.0
11412026-04-13T05:07:43.006Z Fresh serde_derive v1.0.228
11422026-04-13T05:07:43.006Z Fresh lock_api v0.4.6
11432026-04-13T05:07:43.006Z Fresh tokio-macros v2.7.0
11442026-04-13T05:07:43.006Z Fresh futures-sink v0.3.32
11452026-04-13T05:07:43.006Z Fresh parking_lot_core v0.9.4
11462026-04-13T05:07:43.006Z Fresh log v0.4.17
11472026-04-13T05:07:43.006Z Fresh synstructure v0.13.1
11482026-04-13T05:07:43.006Z Fresh getrandom v0.2.11
11492026-04-13T05:07:43.006Z Fresh parking_lot v0.12.1
11502026-04-13T05:07:43.006Z Fresh slab v0.4.9
11512026-04-13T05:07:43.006Z Fresh zmij v1.0.2
11522026-04-13T05:07:43.006Z Fresh bitflags v2.11.0
11532026-04-13T05:07:43.006Z Fresh zerofrom-derive v0.1.5
11542026-04-13T05:07:43.006Z Fresh futures-channel v0.3.32
11552026-04-13T05:07:43.006Z Fresh tokio v1.51.1
11562026-04-13T05:07:43.006Z Fresh http v1.4.0
11572026-04-13T05:07:43.007Z Fresh zeroize v1.7.0
11582026-04-13T05:07:43.007Z Fresh zerofrom v0.1.5
11592026-04-13T05:07:43.007Z Fresh yoke-derive v0.7.5
11602026-04-13T05:07:43.007Z Fresh thiserror-impl v2.0.18
11612026-04-13T05:07:43.007Z Fresh rustls-pki-types v1.14.0
11622026-04-13T05:07:43.007Z Fresh futures-macro v0.3.32
11632026-04-13T05:07:43.007Z Fresh stable_deref_trait v1.2.0
11642026-04-13T05:07:43.007Z Fresh futures-io v0.3.32
11652026-04-13T05:07:43.007Z Fresh futures-task v0.3.32
11662026-04-13T05:07:43.007Z Fresh typenum v1.19.0
11672026-04-13T05:07:43.007Z Fresh thiserror v2.0.18
11682026-04-13T05:07:43.007Z Fresh futures-util v0.3.32
11692026-04-13T05:07:43.007Z Fresh yoke v0.7.5
11702026-04-13T05:07:43.007Z Fresh zerovec-derive v0.10.3
11712026-04-13T05:07:43.007Z Fresh zerovec v0.10.4
11722026-04-13T05:07:43.007Z Fresh displaydoc v0.2.5
11732026-04-13T05:07:43.007Z Fresh equivalent v1.0.0
11742026-04-13T05:07:43.007Z Fresh ucd-trie v0.1.6
11752026-04-13T05:07:43.007Z Fresh serde_core v1.0.228
11762026-04-13T05:07:43.007Z Fresh httparse v1.10.0
11772026-04-13T05:07:43.007Z Fresh hashbrown v0.16.1
11782026-04-13T05:07:43.007Z Fresh untrusted v0.9.0
11792026-04-13T05:07:43.007Z Fresh tinystr v0.7.6
11802026-04-13T05:07:43.007Z Fresh pest v2.8.1
11812026-04-13T05:07:43.007Z Fresh getrandom v0.4.1
11822026-04-13T05:07:43.007Z Fresh indexmap v2.13.1
11832026-04-13T05:07:43.007Z Fresh serde v1.0.228
11842026-04-13T05:07:43.007Z Fresh ring v0.17.13
11852026-04-13T05:07:43.007Z Fresh http-body v1.0.1
11862026-04-13T05:07:43.007Z Fresh tracing-core v0.1.32
11872026-04-13T05:07:43.007Z Fresh errno v0.3.10
11882026-04-13T05:07:43.007Z Fresh percent-encoding v2.3.2
11892026-04-13T05:07:43.007Z Fresh pkg-config v0.3.31
11902026-04-13T05:07:43.007Z Fresh atomic-waker v1.1.2
11912026-04-13T05:07:43.007Z Fresh writeable v0.5.5
11922026-04-13T05:07:43.007Z Fresh litemap v0.7.4
11932026-04-13T05:07:43.007Z Fresh vcpkg v0.2.15
11942026-04-13T05:07:43.008Z Fresh icu_locid v1.5.0
11952026-04-13T05:07:43.008Z Fresh tracing v0.1.40
11962026-04-13T05:07:43.008Z Fresh pest_meta v2.8.1
11972026-04-13T05:07:43.008Z Fresh tokio-util v0.7.18
11982026-04-13T05:07:43.008Z Fresh zerocopy-derive v0.8.27
11992026-04-13T05:07:43.008Z Fresh icu_provider_macros v1.5.0
12002026-04-13T05:07:43.008Z Fresh try-lock v0.2.3
12012026-04-13T05:07:43.008Z Fresh fnv v1.0.7
12022026-04-13T05:07:43.008Z Fresh rustversion v1.0.22
12032026-04-13T05:07:43.008Z Fresh want v0.3.0
12042026-04-13T05:07:43.008Z Fresh h2 v0.4.6
12052026-04-13T05:07:43.008Z Fresh rustix v1.1.4
12062026-04-13T05:07:43.008Z Fresh zerocopy v0.8.27
12072026-04-13T05:07:43.008Z Fresh icu_provider v1.5.0
12082026-04-13T05:07:43.008Z Fresh pest_generator v2.8.1
12092026-04-13T05:07:43.008Z Fresh rustls-webpki v0.102.8
12102026-04-13T05:07:43.008Z Fresh num-conv v0.2.0
12112026-04-13T05:07:43.008Z Fresh icu_locid_transform_data v1.5.0
12122026-04-13T05:07:43.008Z Fresh tower-layer v0.3.3
12132026-04-13T05:07:43.008Z Fresh tower-service v0.3.3
12142026-04-13T05:07:43.008Z Fresh byteorder v1.4.3
12152026-04-13T05:07:43.008Z Fresh base64 v0.22.1
12162026-04-13T05:07:43.008Z Fresh fastrand v2.1.1
12172026-04-13T05:07:43.008Z Fresh time-core v0.1.8
12182026-04-13T05:07:43.008Z Fresh powerfmt v0.2.0
12192026-04-13T05:07:43.008Z Fresh subtle v2.5.0
12202026-04-13T05:07:43.008Z Fresh httpdate v1.0.1
12212026-04-13T05:07:43.008Z Fresh icu_locid_transform v1.5.0
12222026-04-13T05:07:43.008Z Fresh time-macros v0.2.27
12232026-04-13T05:07:43.008Z Fresh deranged v0.5.5
12242026-04-13T05:07:43.008Z Fresh hyper v1.9.0
12252026-04-13T05:07:43.008Z Fresh pest_derive v2.8.1
12262026-04-13T05:07:43.012Z Fresh crossbeam-utils v0.8.21
12272026-04-13T05:07:43.012Z Fresh serde_tokenstream v0.2.3
12282026-04-13T05:07:43.012Z Fresh icu_collections v1.5.0
12292026-04-13T05:07:43.012Z Fresh num_threads v0.1.3
12302026-04-13T05:07:43.012Z Fresh icu_properties_data v1.5.0
12312026-04-13T05:07:43.012Z Fresh dtrace-parser v0.3.0
12322026-04-13T05:07:43.012Z Fresh rustix v0.38.44
12332026-04-13T05:07:43.012Z Fresh generic-array v0.14.5
12342026-04-13T05:07:43.012Z Fresh serde_json v1.0.149
12352026-04-13T05:07:43.012Z Fresh icu_properties v1.5.1
12362026-04-13T05:07:43.012Z Fresh time v0.3.47
12372026-04-13T05:07:43.012Z Fresh erased-serde v0.3.31
12382026-04-13T05:07:43.012Z Fresh scroll_derive v0.13.1
12392026-04-13T05:07:43.012Z Fresh thread-id v5.0.0
12402026-04-13T05:07:43.012Z Fresh icu_normalizer_data v1.5.0
12412026-04-13T05:07:43.012Z Fresh utf8_iter v1.0.4
12422026-04-13T05:07:43.012Z Fresh foreign-types-shared v0.1.1
12432026-04-13T05:07:43.012Z Fresh write16 v1.0.0
12442026-04-13T05:07:43.012Z Fresh ipnet v2.10.0
12452026-04-13T05:07:43.012Z Fresh openssl-probe v0.1.4
12462026-04-13T05:07:43.012Z Fresh utf16_iter v1.0.5
12472026-04-13T05:07:43.012Z Fresh foreign-types v0.3.2
12482026-04-13T05:07:43.012Z Fresh hyper-util v0.1.20
12492026-04-13T05:07:43.013Z Fresh scroll v0.13.0
12502026-04-13T05:07:43.013Z Fresh paste v1.0.15
12512026-04-13T05:07:43.013Z Fresh icu_normalizer v1.5.0
12522026-04-13T05:07:43.013Z Fresh slog v2.8.2
12532026-04-13T05:07:43.013Z Fresh openssl-sys v0.9.107
12542026-04-13T05:07:43.013Z Fresh form_urlencoded v1.2.2
12552026-04-13T05:07:43.013Z Fresh hybrid-array v0.4.8
12562026-04-13T05:07:43.013Z Fresh rand_core v0.6.3
12572026-04-13T05:07:43.013Z Fresh openssl-macros v0.1.1
12582026-04-13T05:07:43.013Z Fresh simd-adler32 v0.3.7
12592026-04-13T05:07:43.013Z Fresh mime v0.3.16
12602026-04-13T05:07:43.013Z Fresh adler2 v2.0.1
12612026-04-13T05:07:43.013Z Fresh lazy_static v1.5.0
12622026-04-13T05:07:43.013Z Fresh unicode-segmentation v1.10.0
12632026-04-13T05:07:43.013Z Fresh unicode-width v0.1.9
12642026-04-13T05:07:43.013Z Fresh ppv-lite86 v0.2.15
12652026-04-13T05:07:43.013Z Fresh plain v0.2.3
12662026-04-13T05:07:43.013Z Fresh miniz_oxide v0.8.9
12672026-04-13T05:07:43.013Z Fresh goblin v0.10.1
12682026-04-13T05:07:43.013Z Fresh newline-converter v0.3.0
12692026-04-13T05:07:43.013Z Fresh console v0.15.7
12702026-04-13T05:07:43.013Z Fresh rand_chacha v0.3.1
12712026-04-13T05:07:43.013Z Fresh openssl v0.10.72
12722026-04-13T05:07:43.013Z Fresh unicase v2.6.0
12732026-04-13T05:07:43.013Z Fresh idna_adapter v1.2.0
12742026-04-13T05:07:43.013Z Fresh num-traits v0.2.14
12752026-04-13T05:07:43.013Z Fresh crc32fast v1.5.0
12762026-04-13T05:07:43.013Z Fresh block-buffer v0.10.2
12772026-04-13T05:07:43.013Z Fresh crypto-common v0.1.6
12782026-04-13T05:07:43.013Z Fresh iana-time-zone v0.1.47
12792026-04-13T05:07:43.013Z Fresh similar v2.2.1
12802026-04-13T05:07:43.013Z Fresh semver v1.0.28
12812026-04-13T05:07:43.013Z Fresh winnow v1.0.0
12822026-04-13T05:07:43.013Z Fresh pretty-hex v0.4.1
12832026-04-13T05:07:43.013Z Fresh heck v0.5.0
12842026-04-13T05:07:43.013Z Fresh dof v0.4.0
12852026-04-13T05:07:43.013Z Fresh chrono v0.4.44
12862026-04-13T05:07:43.013Z Fresh toml_parser v1.1.2+spec-1.1.0
12872026-04-13T05:07:43.013Z Fresh digest v0.10.7
12882026-04-13T05:07:43.013Z Fresh flate2 v1.1.9
12892026-04-13T05:07:43.014Z Fresh idna v1.0.3
12902026-04-13T05:07:43.014Z Fresh native-tls v0.2.12
12912026-04-13T05:07:43.014Z Fresh ryu v1.0.5
12922026-04-13T05:07:43.014Z Fresh rustls v0.23.13
12932026-04-13T05:07:43.014Z Fresh rustls v0.22.4
12942026-04-13T05:07:43.014Z Fresh rand v0.8.4
12952026-04-13T05:07:43.014Z Fresh block-buffer v0.12.0
12962026-04-13T05:07:43.014Z Fresh crypto-common v0.2.1
12972026-04-13T05:07:43.014Z Fresh concurrent-queue v2.5.0
12982026-04-13T05:07:43.014Z Fresh http-body-util v0.1.3
12992026-04-13T05:07:43.014Z Fresh rustls-pemfile v2.2.0
13002026-04-13T05:07:43.014Z Fresh serde_derive_internals v0.29.0
13012026-04-13T05:07:43.014Z Fresh thiserror-impl v1.0.69
13022026-04-13T05:07:43.014Z Fresh serde_spanned v1.1.1
13032026-04-13T05:07:43.014Z Fresh toml_datetime v1.1.1+spec-1.1.0
13042026-04-13T05:07:43.014Z Fresh syn v2.0.117
13052026-04-13T05:07:43.014Z Fresh thread_local v1.1.4
13062026-04-13T05:07:43.014Z Fresh sync_wrapper v1.0.1
13072026-04-13T05:07:43.014Z Fresh encoding_rs v0.8.32
13082026-04-13T05:07:43.014Z Fresh cpufeatures v0.2.17
13092026-04-13T05:07:43.014Z Fresh const-oid v0.10.2
13102026-04-13T05:07:43.014Z Fresh compression-core v0.4.31
13112026-04-13T05:07:43.014Z Fresh match_cfg v0.1.0
13122026-04-13T05:07:43.014Z Fresh parking v2.2.0
13132026-04-13T05:07:43.014Z Fresh toml_writer v1.1.1+spec-1.1.0
13142026-04-13T05:07:43.014Z Fresh usdt-impl v0.6.0
13152026-04-13T05:07:43.014Z Fresh toml v1.1.2+spec-1.1.0
13162026-04-13T05:07:43.014Z Fresh hostname v0.3.1
13172026-04-13T05:07:43.014Z Fresh event-listener v5.0.0
13182026-04-13T05:07:43.014Z Fresh digest v0.11.2
13192026-04-13T05:07:43.014Z Fresh tower v0.5.2
13202026-04-13T05:07:43.014Z Fresh sha1 v0.10.6
13212026-04-13T05:07:43.014Z Fresh compression-codecs v0.4.37
13222026-04-13T05:07:43.014Z Fresh thiserror v1.0.69
13232026-04-13T05:07:43.014Z Fresh schemars_derive v0.8.22
13242026-04-13T05:07:43.014Z Fresh tokio-rustls v0.25.0
13252026-04-13T05:07:43.014Z Fresh tokio-native-tls v0.3.1
13262026-04-13T05:07:43.018Z Fresh url v2.5.4
13272026-04-13T05:07:43.018Z Fresh serde_urlencoded v0.7.1
13282026-04-13T05:07:43.018Z Fresh tokio-rustls v0.26.0
13292026-04-13T05:07:43.018Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
13302026-04-13T05:07:43.018Z Fresh usdt-macro v0.6.0
13312026-04-13T05:07:43.018Z Fresh usdt-attr-macro v0.6.0
13322026-04-13T05:07:43.018Z Fresh slog-json v2.6.1
13332026-04-13T05:07:43.018Z Fresh crossbeam-channel v0.5.15
13342026-04-13T05:07:43.018Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73604c2bac7c63d4 -C extra-filename=-51306ed3a70910a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ba5af341ae66f4a2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro`
13352026-04-13T05:07:43.018Z Fresh uuid v1.23.0
13362026-04-13T05:07:43.048Z Fresh futures-executor v0.3.32
13372026-04-13T05:07:43.051Z Fresh webpki-roots v0.26.5
13382026-04-13T05:07:43.051Z Fresh async-stream-impl v0.3.6
13392026-04-13T05:07:43.051Z Fresh memmap2 v0.9.8
13402026-04-13T05:07:43.051Z Fresh is-terminal v0.4.12
13412026-04-13T05:07:43.051Z Fresh take_mut v0.2.2
13422026-04-13T05:07:43.051Z Fresh dyn-clone v1.0.4
13432026-04-13T05:07:43.051Z Fresh utf-8 v0.7.6
13442026-04-13T05:07:43.051Z Fresh data-encoding v2.4.0
13452026-04-13T05:07:43.052Z Fresh cpufeatures v0.3.0
13462026-04-13T05:07:43.052Z Fresh iri-string v0.7.8
13472026-04-13T05:07:43.052Z Fresh term v1.1.0
13482026-04-13T05:07:43.052Z Fresh spin v0.9.8
13492026-04-13T05:07:43.052Z Fresh tungstenite v0.24.0
13502026-04-13T05:07:43.052Z Fresh schemars v0.8.22
13512026-04-13T05:07:43.052Z Fresh sha1 v0.11.0
13522026-04-13T05:07:43.052Z Fresh slog-async v2.8.0
13532026-04-13T05:07:43.052Z Fresh slog-term v2.9.2
13542026-04-13T05:07:43.052Z Fresh tower-http v0.6.8
13552026-04-13T05:07:43.052Z Fresh multer v3.1.0
13562026-04-13T05:07:43.052Z Fresh hyper-rustls v0.27.3
13572026-04-13T05:07:43.052Z Fresh futures v0.3.32
13582026-04-13T05:07:43.052Z Fresh usdt v0.6.0
13592026-04-13T05:07:43.055Z Fresh async-stream v0.3.6
13602026-04-13T05:07:43.055Z Fresh mime_guess v2.0.5
13612026-04-13T05:07:43.055Z Fresh slog-bunyan v2.5.0
13622026-04-13T05:07:43.055Z Fresh hyper-tls v0.6.0
13632026-04-13T05:07:43.055Z Fresh async-compression v0.4.41
13642026-04-13T05:07:43.055Z Fresh camino v1.2.2
13652026-04-13T05:07:43.055Z Fresh event-listener-strategy v0.5.4
13662026-04-13T05:07:43.055Z Fresh target-triple v1.0.0
13672026-04-13T05:07:43.055Z Fresh rustls-native-certs v0.7.0
13682026-04-13T05:07:43.055Z Fresh yasna v0.5.2
13692026-04-13T05:07:43.055Z Fresh pem v3.0.6
13702026-04-13T05:07:43.055Z Fresh waitgroup v0.1.2
13712026-04-13T05:07:43.055Z Fresh openapiv3 v2.2.0
13722026-04-13T05:07:43.055Z Fresh webpki-roots v1.0.0
13732026-04-13T05:07:43.055Z Fresh async-trait v0.1.89
13742026-04-13T05:07:43.056Z Fresh hostname v0.4.2
13752026-04-13T05:07:43.056Z Fresh serde_path_to_error v0.1.20
13762026-04-13T05:07:43.056Z Fresh glob v0.3.0
13772026-04-13T05:07:43.056Z Fresh debug-ignore v1.0.5
13782026-04-13T05:07:43.056Z Fresh simple-mermaid v0.2.0
13792026-04-13T05:07:43.056Z Fresh http-range v0.1.4
13802026-04-13T05:07:43.056Z Fresh termcolor v1.1.2
13812026-04-13T05:07:43.056Z Fresh reqwest v0.12.28
13822026-04-13T05:07:43.056Z Fresh hyper-rustls v0.26.0
13832026-04-13T05:07:43.056Z Fresh rcgen v0.14.7
13842026-04-13T05:07:43.056Z Fresh async-channel v2.5.0
13852026-04-13T05:07:43.056Z Fresh hyper-staticfile v0.10.1
13862026-04-13T05:07:43.056Z Fresh trybuild v1.0.116
13872026-04-13T05:07:43.056Z Fresh anyhow v1.0.102
13882026-04-13T05:07:43.056Z Fresh tokio-tungstenite v0.24.0
13892026-04-13T05:07:43.056Z Fresh subprocess v1.0.3
13902026-04-13T05:07:43.056Z Fresh buf-list v1.1.2
13912026-04-13T05:07:43.056Z Fresh once_cell v1.20.1
13922026-04-13T05:07:43.056Z Fresh schema-derive v0.1.0
13932026-04-13T05:07:43.056Z Fresh tempfile v3.27.0
13942026-04-13T05:07:43.056Z Fresh schema v0.1.0
13952026-04-13T05:07:43.056Z Fresh atomicwrites v0.4.4
13962026-04-13T05:07:43.056Z Fresh prettyplease v0.2.37
13972026-04-13T05:07:43.056Z Fresh expectorate v1.2.0
13982026-04-13T05:07:44.288Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
13992026-04-13T05:07:44.292Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=94c073fbe98d6b2a -C extra-filename=-6f7f3f97f5e5f0a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
14002026-04-13T05:07:44.295Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5f92eb2bafe264b5 -C extra-filename=-fc0b00c978d504d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14012026-04-13T05:07:48.992Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f7390e3cb1cfc6dd -C extra-filename=-7b6b9ccb5db548bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14022026-04-13T05:07:48.992Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b21ade4fbf7d6fc6 -C extra-filename=-d0b984f298b2f5b3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14032026-04-13T05:07:48.992Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f262446dfb7d9ad8 -C extra-filename=-fa16e8844e254c88 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14042026-04-13T05:07:48.992Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=87e1348e8d5b3989 -C extra-filename=-c1b9b74e7ee2413b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14052026-04-13T05:07:48.996Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9da9aa1f978cd5ea -C extra-filename=-75cf962c42e67fdc --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14062026-04-13T05:07:48.996Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c9283ca10f474452 -C extra-filename=-3ba83a1aade86a3e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14072026-04-13T05:07:48.996Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d8d20e9cb2422ec1 -C extra-filename=-7745f33494c110c2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14082026-04-13T05:07:49.796Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9e8edb6334fe2a54 -C extra-filename=-ec967bdb3fda17b1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14092026-04-13T05:07:58.609Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3095806a8300b50b -C extra-filename=-afb335b744013feb --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14102026-04-13T05:07:58.690Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2645fc24295a994b -C extra-filename=-e10b3246604402ac --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14112026-04-13T05:07:59.350Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c8206feca63877ac -C extra-filename=-11ca3c41dd7c87b5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14122026-04-13T05:07:59.376Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7c775f29d6b44496 -C extra-filename=-c7f273d82e651dd0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14132026-04-13T05:07:59.630Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=df018ee65b431a8c -C extra-filename=-ae97b61df334209b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14142026-04-13T05:08:00.964Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d450c142af3e8066 -C extra-filename=-bc6f33f9a4565347 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14152026-04-13T05:08:01.133Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d26d8ae986130115 -C extra-filename=-2ffec17a9a248c9e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14162026-04-13T05:08:08.462Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=95956b38b8484260 -C extra-filename=-5626f93d15b755d4 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14172026-04-13T05:08:09.246Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4ce173cedfa5be12 -C extra-filename=-bb2bb906ed55d447 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14182026-04-13T05:08:09.565Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=32c95fd7ce48fa1f -C extra-filename=-99e1f3454a8cf03f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14192026-04-13T05:08:09.653Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=007369c95a3014ba -C extra-filename=-ef790a9c19675fad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14202026-04-13T05:08:09.851Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e0c17981b9f07b75 -C extra-filename=-5964f3f4de5184b3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14212026-04-13T05:08:10.903Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6594c1bd32d82899 -C extra-filename=-31e799ff2ffea551 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14222026-04-13T05:08:11.481Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1e22503490f15681 -C extra-filename=-a5c77081e2e4e3a2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14232026-04-13T05:08:13.011Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5a8e0f7bc969456c -C extra-filename=-0cdd17194251bd43 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14242026-04-13T05:08:18.723Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=52b17c050c4c518c -C extra-filename=-0fb49e67f1279446 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14252026-04-13T05:08:33.391Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.57s
14262026-04-13T05:08:33.432Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-fc0b00c978d504d6`
14272026-04-13T05:08:33.435Z
14282026-04-13T05:08:33.435Zrunning 142 tests
14292026-04-13T05:08:33.438Ztest api_description::test::test_endpoint_versions_range ... ok
14302026-04-13T05:08:33.438Ztest api_description::test::test_endpoint_versions_overlaps ... ok
14312026-04-13T05:08:33.438Ztest api_description::test::test_badpath4 - should panic ... ok
14322026-04-13T05:08:33.438Ztest api_description::test::test_endpoint_versions_matches ... ok
14332026-04-13T05:08:33.438Ztest api_description::test::test_badpath1 ... ok
14342026-04-13T05:08:33.438Ztest api_description::test::test_badpath3 ... ok
14352026-04-13T05:08:33.438Ztest api_description::test::test_badpath2 ... ok
14362026-04-13T05:08:33.438Ztest api_description::test::test_dup_names ... ok
14372026-04-13T05:08:33.438Ztest api_description::test::test_tags_need_one ... ok
14382026-04-13T05:08:33.438Ztest api_description::test::test_tags_too_many ... ok
14392026-04-13T05:08:33.438Ztest api_description::test::test_tags_just_right ... ok
14402026-04-13T05:08:33.438Ztest api_description::test::test_tag_config_deserialize_old ... ok
14412026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
14422026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
14432026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
14442026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
14452026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
14462026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
14472026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
14482026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
14492026-04-13T05:08:33.438Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
14502026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
14512026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
14522026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
14532026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
14542026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
14552026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14562026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14572026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14582026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_basic ... ok
14592026-04-13T05:08:33.439Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14602026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_head_method ... ok
14612026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14622026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14632026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_no_content ... ok
14642026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14652026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_not_modified ... ok
14662026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14672026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14682026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14692026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14702026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_partial_content ... ok
14712026-04-13T05:08:33.439Ztest compression::tests::test_should_compress_response_sse ... ok
14722026-04-13T05:08:33.439Ztest error::test::test_serialize_error_response_body ... ok
14732026-04-13T05:08:33.439Ztest extractor::body::tests::test_typed_body_from ... ok
14742026-04-13T05:08:33.439Ztest extractor::metadata::test::test_metadata_flattened ... ok
14752026-04-13T05:08:33.439Ztest extractor::metadata::test::test_metadata_pagination ... ok
14762026-04-13T05:08:33.443Ztest extractor::header::tests::test_header_parsing ... ok
14772026-04-13T05:08:33.443Ztest extractor::metadata::test::test_metadata_simple ... ok
14782026-04-13T05:08:33.443Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14792026-04-13T05:08:33.443Ztest from_map::test::test_case_insensitive ... ok
14802026-04-13T05:08:33.443Ztest from_map::test::test_lone_literal ... ok
14812026-04-13T05:08:33.444Ztest from_map::test::test_deep ... ok
14822026-04-13T05:08:33.444Ztest from_map::test::test_missing_data1 ... ok
14832026-04-13T05:08:33.444Ztest from_map::test::test_missing_data2 ... ok
14842026-04-13T05:08:33.444Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14852026-04-13T05:08:33.444Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14862026-04-13T05:08:33.444Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14872026-04-13T05:08:33.444Ztest from_map::test::test_types ... ok
14882026-04-13T05:08:33.444Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14892026-04-13T05:08:33.444Ztest logging::test::test_config_bad_file_no_file ... ok
14902026-04-13T05:08:33.444Ztest logging::test::test_config_bad_file_no_level ... ok
14912026-04-13T05:08:33.444Ztest logging::test::test_config_bad_log_mode ... ok
14922026-04-13T05:08:33.444Ztest logging::test::test_config_bad_terminal_no_level ... ok
14932026-04-13T05:08:33.444Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14942026-04-13T05:08:33.444Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14952026-04-13T05:08:33.444Ztest extractor::body::tests::test_content_plus_json ... ok
14962026-04-13T05:08:33.444Ztest pagination::test::test_pagination_schema ... ok
14972026-04-13T05:08:33.444Ztest router::test::test_bad_path_segment1 - should panic ... ok
14982026-04-13T05:08:33.444Ztest router::test::test_bad_path_segment2 - should panic ... ok
14992026-04-13T05:08:33.444Ztest pagination::test::test_results_page ... ok
15002026-04-13T05:08:33.444Ztest api_description::test::test_tags_set ... ok
15012026-04-13T05:08:33.444Znote: configured to log to "/tmp/dropshot-fc0b00c978d504d6.2111.file_dir/log.out"
15022026-04-13T05:08:33.444Ztest pagination::test::test_pagparams_parsing ... ok
15032026-04-13T05:08:33.444Ztest router::test::test_bad_path_segment3 - should panic ... ok
15042026-04-13T05:08:33.444Ztest pagination::test::test_page_token_serialization ... ok
15052026-04-13T05:08:33.444Ztest router::test::test_bad_path_segment4 - should panic ... ok
15062026-04-13T05:08:33.444Ztest router::test::test_bogus_regex - should panic ... ok
15072026-04-13T05:08:33.444Ztest router::test::test_duplicate_route1 - should panic ... ok
15082026-04-13T05:08:33.444Ztest router::test::test_duplicate_route3 - should panic ... ok
15092026-04-13T05:08:33.444Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
15102026-04-13T05:08:33.444Ztest router::test::test_duplicate_route2 - should panic ... ok
15112026-04-13T05:08:33.444Ztest router::test::test_duplicate_route_same_version - should panic ... ok
15122026-04-13T05:08:33.444Ztest logging::test::test_config_stderr_terminal ... ok
15132026-04-13T05:08:33.444Ztest router::test::test_duplicate_varname - should panic ... ok
15142026-04-13T05:08:33.444Ztest router::test::test_embedded_non_variable ... ok
15152026-04-13T05:08:33.444Ztest router::test::test_empty_variable ... ok
15162026-04-13T05:08:33.444Ztest router::test::test_inconsistent_varname - should panic ... ok
15172026-04-13T05:08:33.444Ztest router::test::test_error_cases ... ok
15182026-04-13T05:08:33.444Ztest router::test::test_iter2 ... ok
15192026-04-13T05:08:33.444Ztest router::test::test_iter ... ok
15202026-04-13T05:08:33.445Ztest router::test::test_iter_null ... ok
15212026-04-13T05:08:33.445Ztest router::test::test_literal_after_regex - should panic ... ok
15222026-04-13T05:08:33.445Ztest router::test::test_map ... ok
15232026-04-13T05:08:33.445Ztest router::test::test_map_bad_seq ... ok
15242026-04-13T05:08:33.445Ztest router::test::test_literal_after_variable - should panic ... ok
15252026-04-13T05:08:33.445Ztest router::test::test_map_bad_value ... ok
15262026-04-13T05:08:33.445Ztest router::test::test_more_after_regex - should panic ... ok
15272026-04-13T05:08:33.445Ztest router::test::test_path_segment ... ok
15282026-04-13T05:08:33.445Ztest router::test::test_router_basic ... ok
15292026-04-13T05:08:33.445Ztest router::test::test_variable_after_literal - should panic ... ok
15302026-04-13T05:08:33.445Ztest router::test::test_router_versioned ... ok
15312026-04-13T05:08:33.445Ztest router::test::test_variable_name_bad_end - should panic ... ok
15322026-04-13T05:08:33.445Ztest router::test::test_variable_name_bad_start - should panic ... ok
15332026-04-13T05:08:33.445Ztest router::test::test_segments ... ok
15342026-04-13T05:08:33.445Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
15352026-04-13T05:08:33.445Ztest router::test::test_variable_name_empty - should panic ... ok
15362026-04-13T05:08:33.445Ztest router::test::test_variable_rename ... ok
15372026-04-13T05:08:33.445Ztest router::test::test_variables_basic ... ok
15382026-04-13T05:08:33.445Znote: configured to log to "/tmp/dropshot-fc0b00c978d504d6.2111.file_dir/log.out"
15392026-04-13T05:08:33.445Ztest router::test::test_variables_glob ... ok
15402026-04-13T05:08:33.445Ztest router::test::test_variables_multi ... ok
15412026-04-13T05:08:33.445Ztest schema_util::test::test_empty_struct ... ok
15422026-04-13T05:08:33.445Ztest schema_util::test::test_nullable ... ok
15432026-04-13T05:08:33.445Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
15442026-04-13T05:08:33.445Znote: configured to log to "/tmp/dropshot-fc0b00c978d504d6.2111.file_dir/log.out"
15452026-04-13T05:08:33.445Ztest schema_util::test::test_additional_properties ... ok
15462026-04-13T05:08:33.445Ztest schema_util::test::test_extension_conversion ... ok
15472026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
15482026-04-13T05:08:33.445Ztest schema_util::test::test_two_types - should panic ... ok
15492026-04-13T05:08:33.445Ztest schema_util::test::test_embedded_schema ... ok
15502026-04-13T05:08:33.445Ztest logging::test::test_config_file ... ok
15512026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
15522026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
15532026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
15542026-04-13T05:08:33.445Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15552026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_easy_cases ... ok
15562026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15572026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15582026-04-13T05:08:33.445Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15592026-04-13T05:08:33.446Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15602026-04-13T05:08:33.446Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15612026-04-13T05:08:33.446Ztest to_map::test::test_struct_with_options ... ok
15622026-04-13T05:08:33.446Ztest to_map::test::test_to_map_num ... ok
15632026-04-13T05:08:33.446Ztest to_map::test::test_to_map_seq ... ok
15642026-04-13T05:08:33.446Ztest to_map::test::test_to_map_enum ... ok
15652026-04-13T05:08:33.446Ztest to_map::test::test_to_map_vec ... ok
15662026-04-13T05:08:33.446Ztest to_map::test::test_to_map_valid ... ok
15672026-04-13T05:08:33.446Ztest type_util::tests::test_commented_ref ... ok
15682026-04-13T05:08:33.449Ztest type_util::tests::test_recursive_type - should panic ... ok
15692026-04-13T05:08:33.449Ztest type_util::tests::test_reflexive_type - should panic ... ok
15702026-04-13T05:08:33.449Ztest server::test::test_drop_server_without_close_okay ... ok
15712026-04-13T05:08:33.449Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15722026-04-13T05:08:33.449Ztest server::test::test_server_run_then_close ... ok
15732026-04-13T05:08:33.449Ztest server::test::test_http_acceptor_happy_path ... ok
15742026-04-13T05:08:33.449Z
15752026-04-13T05:08:33.449Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15762026-04-13T05:08:33.449Z
15772026-04-13T05:08:33.449Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-7b6b9ccb5db548bf`
15782026-04-13T05:08:33.449Z
15792026-04-13T05:08:33.449Zrunning 1 test
15802026-04-13T05:08:33.757Z Compiling proc-macro2 v1.0.106
15812026-04-13T05:08:33.758Z Compiling quote v1.0.45
15822026-04-13T05:08:33.758Z Compiling unicode-ident v1.0.12
15832026-04-13T05:08:33.761Z Compiling libc v0.2.184
15842026-04-13T05:08:33.761Z Checking cfg-if v1.0.0
15852026-04-13T05:08:33.761Z Compiling serde_core v1.0.228
15862026-04-13T05:08:33.761Z Checking itoa v1.0.1
15872026-04-13T05:08:33.761Z Checking pin-project-lite v0.2.12
15882026-04-13T05:08:33.852Z Checking memchr v2.6.0
15892026-04-13T05:08:33.873Z Compiling autocfg v1.1.0
15902026-04-13T05:08:33.907Z Compiling shlex v1.3.0
15912026-04-13T05:08:33.912Z Checking bytes v1.11.1
15922026-04-13T05:08:34.120Z Compiling cc v1.2.16
15932026-04-13T05:08:34.169Z Compiling version_check v0.9.5
15942026-04-13T05:08:34.239Z Checking smallvec v1.13.2
15952026-04-13T05:08:34.282Z Checking futures-core v0.3.32
15962026-04-13T05:08:34.345Z Checking once_cell v1.20.1
15972026-04-13T05:08:34.404Z Compiling log v0.4.17
15982026-04-13T05:08:34.418Z Compiling parking_lot_core v0.9.4
15992026-04-13T05:08:34.515Z Checking scopeguard v1.2.0
16002026-04-13T05:08:34.563Z Compiling thiserror v2.0.18
16012026-04-13T05:08:34.615Z Checking lock_api v0.4.6
16022026-04-13T05:08:34.725Z Compiling zmij v1.0.2
16032026-04-13T05:08:34.797Z Checking signal-hook-registry v1.4.0
16042026-04-13T05:08:34.803Z Checking socket2 v0.6.3
16052026-04-13T05:08:34.953Z Checking parking_lot v0.12.1
16062026-04-13T05:08:34.986Z Checking mio v1.2.0
16072026-04-13T05:08:35.041Z Compiling slab v0.4.9
16082026-04-13T05:08:35.060Z Checking futures-sink v0.3.32
16092026-04-13T05:08:35.144Z Compiling syn v2.0.117
16102026-04-13T05:08:35.160Z Checking getrandom v0.2.11
16112026-04-13T05:08:35.222Z Compiling serde_json v1.0.149
16122026-04-13T05:08:35.264Z Compiling serde v1.0.228
16132026-04-13T05:08:35.267Z Checking futures-channel v0.3.32
16142026-04-13T05:08:35.311Z Checking http v1.4.0
16152026-04-13T05:08:35.457Z Compiling typenum v1.19.0
16162026-04-13T05:08:35.463Z Checking zeroize v1.7.0
16172026-04-13T05:08:35.597Z Checking rustls-pki-types v1.14.0
16182026-04-13T05:08:35.695Z Checking stable_deref_trait v1.2.0
16192026-04-13T05:08:35.758Z Checking futures-io v0.3.32
16202026-04-13T05:08:35.769Z Checking futures-task v0.3.32
16212026-04-13T05:08:35.846Z Compiling ring v0.17.13
16222026-04-13T05:08:35.870Z Compiling httparse v1.10.0
16232026-04-13T05:08:35.885Z Compiling ucd-trie v0.1.6
16242026-04-13T05:08:35.906Z Compiling zerocopy v0.8.27
16252026-04-13T05:08:36.228Z Checking hashbrown v0.16.1
16262026-04-13T05:08:36.312Z Checking bitflags v2.11.0
16272026-04-13T05:08:36.410Z Checking equivalent v1.0.0
16282026-04-13T05:08:36.455Z Checking untrusted v0.9.0
16292026-04-13T05:08:36.539Z Checking http-body v1.0.1
16302026-04-13T05:08:36.569Z Checking tracing-core v0.1.32
16312026-04-13T05:08:36.574Z Checking percent-encoding v2.3.2
16322026-04-13T05:08:36.620Z Checking writeable v0.5.5
16332026-04-13T05:08:36.662Z Compiling rustversion v1.0.22
16342026-04-13T05:08:36.694Z Checking indexmap v2.13.1
16352026-04-13T05:08:36.797Z Checking litemap v0.7.4
16362026-04-13T05:08:36.872Z Checking atomic-waker v1.1.2
16372026-04-13T05:08:36.969Z Compiling pkg-config v0.3.31
16382026-04-13T05:08:36.983Z Compiling vcpkg v0.2.15
16392026-04-13T05:08:37.133Z Checking tracing v0.1.40
16402026-04-13T05:08:37.258Z Checking fnv v1.0.7
16412026-04-13T05:08:37.353Z Checking try-lock v0.2.3
16422026-04-13T05:08:37.358Z Compiling crossbeam-utils v0.8.21
16432026-04-13T05:08:37.409Z Checking want v0.3.0
16442026-04-13T05:08:37.686Z Compiling unicase v2.6.0
16452026-04-13T05:08:37.731Z Compiling generic-array v0.14.5
16462026-04-13T05:08:37.752Z Checking tower-layer v0.3.3
16472026-04-13T05:08:37.901Z Compiling time-core v0.1.8
16482026-04-13T05:08:37.934Z Compiling synstructure v0.13.1
16492026-04-13T05:08:37.946Z Compiling openssl-sys v0.9.107
16502026-04-13T05:08:37.971Z Checking subtle v2.5.0
16512026-04-13T05:08:38.068Z Compiling num-conv v0.2.0
16522026-04-13T05:08:38.112Z Checking tower-service v0.3.3
16532026-04-13T05:08:38.203Z Checking icu_locid_transform_data v1.5.0
16542026-04-13T05:08:38.206Z Compiling getrandom v0.4.1
16552026-04-13T05:08:38.274Z Checking base64 v0.22.1
16562026-04-13T05:08:38.344Z Checking httpdate v1.0.1
16572026-04-13T05:08:38.495Z Checking powerfmt v0.2.0
16582026-04-13T05:08:38.522Z Compiling slog v2.8.2
16592026-04-13T05:08:38.528Z Compiling time-macros v0.2.27
16602026-04-13T05:08:38.652Z Checking deranged v0.5.5
16612026-04-13T05:08:38.883Z Checking rustls-webpki v0.102.8
16622026-04-13T05:08:38.897Z Checking num_threads v0.1.3
16632026-04-13T05:08:38.983Z Checking icu_properties_data v1.5.0
16642026-04-13T05:08:39.268Z Compiling num-traits v0.2.14
16652026-04-13T05:08:39.466Z Checking utf16_iter v1.0.5
16662026-04-13T05:08:39.507Z Checking write16 v1.0.0
16672026-04-13T05:08:39.570Z Compiling usdt-impl v0.6.0
16682026-04-13T05:08:39.577Z Checking foreign-types-shared v0.1.1
16692026-04-13T05:08:39.597Z Checking utf8_iter v1.0.4
16702026-04-13T05:08:39.647Z Checking openssl-probe v0.1.4
16712026-04-13T05:08:39.653Z Checking ipnet v2.10.0
16722026-04-13T05:08:39.715Z Compiling openssl v0.10.72
16732026-04-13T05:08:39.738Z Checking icu_normalizer_data v1.5.0
16742026-04-13T05:08:39.808Z Compiling crc32fast v1.5.0
16752026-04-13T05:08:39.834Z Checking foreign-types v0.3.2
16762026-04-13T05:08:39.897Z Compiling thread-id v5.0.0
16772026-04-13T05:08:39.918Z Checking time v0.3.47
16782026-04-13T05:08:40.106Z Checking form_urlencoded v1.2.2
16792026-04-13T05:08:40.148Z Checking hybrid-array v0.4.8
16802026-04-13T05:08:40.197Z Checking rand_core v0.6.3
16812026-04-13T05:08:40.222Z Checking errno v0.3.10
16822026-04-13T05:08:40.344Z Checking simd-adler32 v0.3.7
16832026-04-13T05:08:40.367Z Compiling ryu v1.0.5
16842026-04-13T05:08:40.412Z Compiling byteorder v1.4.3
16852026-04-13T05:08:40.434Z Checking adler2 v2.0.1
16862026-04-13T05:08:40.434Z Compiling rustls v0.23.13
16872026-04-13T05:08:40.445Z Compiling serde_derive v1.0.228
16882026-04-13T05:08:40.482Z Compiling tokio-macros v2.7.0
16892026-04-13T05:08:40.537Z Compiling thiserror-impl v2.0.18
16902026-04-13T05:08:40.595Z Compiling zerofrom-derive v0.1.5
16912026-04-13T05:08:40.634Z Compiling futures-macro v0.3.32
16922026-04-13T05:08:40.657Z Compiling yoke-derive v0.7.5
16932026-04-13T05:08:40.712Z Compiling zerovec-derive v0.10.3
16942026-04-13T05:08:40.791Z Compiling displaydoc v0.2.5
16952026-04-13T05:08:41.630Z Checking tokio v1.51.1
16962026-04-13T05:08:41.846Z Checking futures-util v0.3.32
16972026-04-13T05:08:42.002Z Compiling zerocopy-derive v0.8.27
16982026-04-13T05:08:42.264Z Compiling icu_provider_macros v1.5.0
16992026-04-13T05:08:42.519Z Compiling scroll_derive v0.13.1
17002026-04-13T05:08:42.732Z Compiling pest v2.8.1
17012026-04-13T05:08:42.810Z Checking zerofrom v0.1.5
17022026-04-13T05:08:42.935Z Checking yoke v0.7.5
17032026-04-13T05:08:43.186Z Checking zerovec v0.10.4
17042026-04-13T05:08:43.284Z Compiling openssl-macros v0.1.1
17052026-04-13T05:08:43.818Z Checking scroll v0.13.0
17062026-04-13T05:08:43.830Z Checking plain v0.2.3
17072026-04-13T05:08:43.886Z Checking tinystr v0.7.6
17082026-04-13T05:08:43.934Z Compiling pest_meta v2.8.1
17092026-04-13T05:08:43.955Z Checking icu_collections v1.5.0
17102026-04-13T05:08:44.057Z Checking ppv-lite86 v0.2.15
17112026-04-13T05:08:44.065Z Checking icu_locid v1.5.0
17122026-04-13T05:08:44.127Z Checking mime v0.3.16
17132026-04-13T05:08:44.304Z Compiling rustix v1.1.4
17142026-04-13T05:08:44.333Z Compiling native-tls v0.2.12
17152026-04-13T05:08:44.506Z Checking icu_provider v1.5.0
17162026-04-13T05:08:44.588Z Compiling pest_generator v2.8.1
17172026-04-13T05:08:44.748Z Compiling rustls v0.22.4
17182026-04-13T05:08:44.757Z Checking tokio-util v0.7.18
17192026-04-13T05:08:44.804Z Checking erased-serde v0.3.31
17202026-04-13T05:08:44.823Z Checking icu_locid_transform v1.5.0
17212026-04-13T05:08:44.966Z Compiling serde_tokenstream v0.2.3
17222026-04-13T05:08:45.175Z Checking h2 v0.4.6
17232026-04-13T05:08:45.257Z Compiling dof v0.4.0
17242026-04-13T05:08:45.302Z Checking icu_properties v1.5.1
17252026-04-13T05:08:45.323Z Checking rand_chacha v0.3.1
17262026-04-13T05:08:45.329Z Checking goblin v0.10.1
17272026-04-13T05:08:45.873Z Checking miniz_oxide v0.8.9
17282026-04-13T05:08:45.987Z Compiling pest_derive v2.8.1
17292026-04-13T05:08:46.703Z Checking icu_normalizer v1.5.0
17302026-04-13T05:08:46.746Z Checking block-buffer v0.10.2
17312026-04-13T05:08:46.769Z Checking crypto-common v0.1.6
17322026-04-13T05:08:46.832Z Compiling dtrace-parser v0.3.0
17332026-04-13T05:08:46.868Z Compiling thiserror v1.0.69
17342026-04-13T05:08:46.883Z Compiling rustix v0.38.44
17352026-04-13T05:08:46.994Z Checking hyper v1.9.0
17362026-04-13T05:08:47.081Z Checking idna_adapter v1.2.0
17372026-04-13T05:08:47.242Z Checking iana-time-zone v0.1.47
17382026-04-13T05:08:47.279Z Checking pretty-hex v0.4.1
17392026-04-13T05:08:47.349Z Checking chrono v0.4.44
17402026-04-13T05:08:47.406Z Checking idna v1.0.3
17412026-04-13T05:08:47.557Z Checking digest v0.10.7
17422026-04-13T05:08:47.658Z Compiling mime_guess v2.0.5
17432026-04-13T05:08:47.735Z Checking flate2 v1.1.9
17442026-04-13T05:08:47.913Z Checking hyper-util v0.1.20
17452026-04-13T05:08:48.020Z Checking rand v0.8.4
17462026-04-13T05:08:48.289Z Checking crypto-common v0.2.1
17472026-04-13T05:08:48.371Z Checking block-buffer v0.12.0
17482026-04-13T05:08:48.521Z Compiling thiserror-impl v1.0.69
17492026-04-13T05:08:48.537Z Checking concurrent-queue v2.5.0
17502026-04-13T05:08:48.722Z Compiling serde_derive_internals v0.29.0
17512026-04-13T05:08:48.790Z Checking http-body-util v0.1.3
17522026-04-13T05:08:48.827Z Checking rustls-pemfile v2.2.0
17532026-04-13T05:08:49.004Z Compiling multer v3.1.0
17542026-04-13T05:08:49.048Z Checking thread_local v1.1.4
17552026-04-13T05:08:49.082Z Checking sync_wrapper v1.0.1
17562026-04-13T05:08:49.190Z Checking encoding_rs v0.8.32
17572026-04-13T05:08:49.214Z Compiling schemars v0.8.22
17582026-04-13T05:08:49.249Z Checking compression-core v0.4.31
17592026-04-13T05:08:49.380Z Compiling camino v1.2.2
17602026-04-13T05:08:49.471Z Checking parking v2.2.0
17612026-04-13T05:08:49.595Z Compiling paste v1.0.15
17622026-04-13T05:08:49.638Z Checking fastrand v2.1.1
17632026-04-13T05:08:49.686Z Compiling slog-async v2.8.0
17642026-04-13T05:08:49.797Z Checking const-oid v0.10.2
17652026-04-13T05:08:49.823Z Checking winnow v1.0.0
17662026-04-13T05:08:49.875Z Checking cpufeatures v0.2.17
17672026-04-13T05:08:49.938Z Checking match_cfg v0.1.0
17682026-04-13T05:08:49.941Z Compiling schemars_derive v0.8.22
17692026-04-13T05:08:49.953Z Checking digest v0.11.2
17702026-04-13T05:08:49.981Z Checking sha1 v0.10.6
17712026-04-13T05:08:50.001Z Checking hostname v0.3.1
17722026-04-13T05:08:50.073Z Checking tokio-rustls v0.26.0
17732026-04-13T05:08:50.093Z Checking tempfile v3.27.0
17742026-04-13T05:08:50.116Z Checking toml_parser v1.1.2+spec-1.1.0
17752026-04-13T05:08:50.136Z Checking tokio-rustls v0.25.0
17762026-04-13T05:08:50.159Z Checking event-listener v5.0.0
17772026-04-13T05:08:50.283Z Checking compression-codecs v0.4.37
17782026-04-13T05:08:50.324Z Checking tower v0.5.2
17792026-04-13T05:08:50.379Z Checking serde_urlencoded v0.7.1
17802026-04-13T05:08:50.410Z Compiling usdt-attr-macro v0.6.0
17812026-04-13T05:08:50.445Z Compiling usdt-macro v0.6.0
17822026-04-13T05:08:50.451Z Checking url v2.5.4
17832026-04-13T05:08:50.475Z Checking tokio-native-tls v0.3.1
17842026-04-13T05:08:50.627Z Checking slog-json v2.6.1
17852026-04-13T05:08:50.650Z Checking futures-executor v0.3.32
17862026-04-13T05:08:50.710Z Compiling async-stream-impl v0.3.6
17872026-04-13T05:08:50.783Z Checking uuid v1.23.0
17882026-04-13T05:08:50.799Z Checking crossbeam-channel v0.5.15
17892026-04-13T05:08:50.835Z Checking webpki-roots v0.26.5
17902026-04-13T05:08:50.954Z Checking toml_datetime v1.1.1+spec-1.1.0
17912026-04-13T05:08:51.074Z Checking serde_spanned v1.1.1
17922026-04-13T05:08:51.132Z Checking is-terminal v0.4.12
17932026-04-13T05:08:51.157Z Checking memmap2 v0.9.8
17942026-04-13T05:08:51.177Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
17952026-04-13T05:08:51.204Z Checking unicode-segmentation v1.10.0
17962026-04-13T05:08:51.218Z Compiling anyhow v1.0.102
17972026-04-13T05:08:51.316Z Checking toml_writer v1.1.1+spec-1.1.0
17982026-04-13T05:08:51.416Z Checking unicode-width v0.1.9
17992026-04-13T05:08:51.499Z Checking utf-8 v0.7.6
18002026-04-13T05:08:51.499Z Checking spin v0.9.8
18012026-04-13T05:08:51.524Z Compiling semver v1.0.28
18022026-04-13T05:08:51.596Z Checking take_mut v0.2.2
18032026-04-13T05:08:51.606Z Checking lazy_static v1.5.0
18042026-04-13T05:08:51.609Z Compiling heck v0.5.0
18052026-04-13T05:08:51.626Z Checking dyn-clone v1.0.4
18062026-04-13T05:08:51.633Z Checking term v1.1.0
18072026-04-13T05:08:51.690Z Checking data-encoding v2.4.0
18082026-04-13T05:08:51.690Z Checking cpufeatures v0.3.0
18092026-04-13T05:08:51.693Z Checking iri-string v0.7.8
18102026-04-13T05:08:51.712Z Checking async-stream v0.3.6
18112026-04-13T05:08:51.761Z Checking sha1 v0.11.0
18122026-04-13T05:08:51.842Z Checking console v0.15.7
18132026-04-13T05:08:51.855Z Checking slog-term v2.9.2
18142026-04-13T05:08:51.876Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
18152026-04-13T05:08:51.938Z Checking usdt v0.6.0
18162026-04-13T05:08:51.950Z Checking tungstenite v0.24.0
18172026-04-13T05:08:52.102Z Checking newline-converter v0.3.0
18182026-04-13T05:08:52.106Z Checking toml v1.1.2+spec-1.1.0
18192026-04-13T05:08:52.250Z Checking atomicwrites v0.4.4
18202026-04-13T05:08:52.253Z Checking hyper-rustls v0.27.3
18212026-04-13T05:08:52.303Z Checking futures v0.3.32
18222026-04-13T05:08:52.345Z Checking slog-bunyan v2.5.0
18232026-04-13T05:08:52.369Z Checking hyper-tls v0.6.0
18242026-04-13T05:08:52.432Z Checking async-compression v0.4.41
18252026-04-13T05:08:52.453Z Checking event-listener-strategy v0.5.4
18262026-04-13T05:08:52.583Z Checking rustls-native-certs v0.7.0
18272026-04-13T05:08:52.674Z Checking openapiv3 v2.2.0
18282026-04-13T05:08:52.681Z Checking yasna v0.5.2
18292026-04-13T05:08:52.684Z Compiling async-trait v0.1.89
18302026-04-13T05:08:52.693Z Checking pem v3.0.6
18312026-04-13T05:08:52.711Z Checking tower-http v0.6.8
18322026-04-13T05:08:52.788Z Checking waitgroup v0.1.2
18332026-04-13T05:08:52.847Z Checking webpki-roots v1.0.0
18342026-04-13T05:08:52.887Z Checking serde_path_to_error v0.1.20
18352026-04-13T05:08:52.962Z Checking hostname v0.4.2
18362026-04-13T05:08:52.984Z Checking simple-mermaid v0.2.0
18372026-04-13T05:08:53.084Z Checking similar v2.2.1
18382026-04-13T05:08:53.100Z Checking debug-ignore v1.0.5
18392026-04-13T05:08:53.200Z Checking http-range v0.1.4
18402026-04-13T05:08:53.202Z Checking rcgen v0.14.7
18412026-04-13T05:08:53.259Z Checking reqwest v0.12.28
18422026-04-13T05:08:53.284Z Checking hyper-rustls v0.26.0
18432026-04-13T05:08:53.322Z Checking hyper-staticfile v0.10.1
18442026-04-13T05:08:53.417Z Checking expectorate v1.2.0
18452026-04-13T05:08:53.475Z Checking async-channel v2.5.0
18462026-04-13T05:08:53.546Z Checking tokio-tungstenite v0.24.0
18472026-04-13T05:08:53.598Z Checking subprocess v1.0.3
18482026-04-13T05:08:53.656Z Checking buf-list v1.1.2
18492026-04-13T05:08:55.850Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
18502026-04-13T05:08:55.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.44s
18512026-04-13T05:08:56.172Z
18522026-04-13T05:08:56.172Z
18532026-04-13T05:09:14.627Ztest tests/fail/bad_channel10.rs ... ok
18542026-04-13T05:09:14.627Ztest tests/fail/bad_channel11.rs ... ok
18552026-04-13T05:09:14.627Ztest tests/fail/bad_channel12.rs ... ok
18562026-04-13T05:09:14.627Ztest tests/fail/bad_channel13.rs ... ok
18572026-04-13T05:09:14.627Ztest tests/fail/bad_channel14.rs ... ok
18582026-04-13T05:09:14.627Ztest tests/fail/bad_channel15.rs ... ok
18592026-04-13T05:09:14.627Ztest tests/fail/bad_channel17.rs ... ok
18602026-04-13T05:09:14.631Ztest tests/fail/bad_channel18.rs ... ok
18612026-04-13T05:09:14.631Ztest tests/fail/bad_channel19.rs ... ok
18622026-04-13T05:09:14.631Ztest tests/fail/bad_channel1a.rs ... ok
18632026-04-13T05:09:14.631Ztest tests/fail/bad_channel1b.rs ... ok
18642026-04-13T05:09:14.631Ztest tests/fail/bad_channel2.rs ... ok
18652026-04-13T05:09:14.631Ztest tests/fail/bad_channel20.rs ... ok
18662026-04-13T05:09:14.631Ztest tests/fail/bad_channel21.rs ... ok
18672026-04-13T05:09:14.631Ztest tests/fail/bad_channel22.rs ... ok
18682026-04-13T05:09:14.631Ztest tests/fail/bad_channel23.rs ... ok
18692026-04-13T05:09:14.631Ztest tests/fail/bad_channel24.rs ... ok
18702026-04-13T05:09:14.631Ztest tests/fail/bad_channel25.rs ... ok
18712026-04-13T05:09:14.631Ztest tests/fail/bad_channel26.rs ... ok
18722026-04-13T05:09:14.631Ztest tests/fail/bad_channel27.rs ... ok
18732026-04-13T05:09:14.631Ztest tests/fail/bad_channel28.rs ... ok
18742026-04-13T05:09:14.631Ztest tests/fail/bad_channel3.rs ... ok
18752026-04-13T05:09:14.631Ztest tests/fail/bad_channel4.rs ... ok
18762026-04-13T05:09:14.631Ztest tests/fail/bad_channel5.rs ... ok
18772026-04-13T05:09:14.631Ztest tests/fail/bad_channel6.rs ... ok
18782026-04-13T05:09:14.631Ztest tests/fail/bad_channel8.rs ... ok
18792026-04-13T05:09:14.631Ztest tests/fail/bad_channel9.rs ... ok
18802026-04-13T05:09:14.631Ztest tests/fail/bad_endpoint1.rs ... ok
18812026-04-13T05:09:14.631Ztest tests/fail/bad_endpoint10.rs ... ok
18822026-04-13T05:09:14.631Ztest tests/fail/bad_endpoint11.rs ... ok
18832026-04-13T05:09:14.631Ztest tests/fail/bad_endpoint12.rs ... ok
18842026-04-13T05:09:14.631Ztest tests/fail/bad_endpoint13.rs ... ok
18852026-04-13T05:09:14.631Ztest tests/fail/bad_endpoint14.rs ... ok
18862026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint15.rs ... ok
18872026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint16.rs ... ok
18882026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint17.rs ... ok
18892026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint18.rs ... ok
18902026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint19.rs ... ok
18912026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint2.rs ... ok
18922026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint20.rs ... ok
18932026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint21.rs ... ok
18942026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint22.rs ... ok
18952026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint23.rs ... ok
18962026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint24.rs ... ok
18972026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint25.rs ... ok
18982026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint26.rs ... ok
18992026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint27.rs ... ok
19002026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint28.rs ... ok
19012026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint3.rs ... ok
19022026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint4.rs ... ok
19032026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint5.rs ... ok
19042026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint6.rs ... ok
19052026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint7.rs ... ok
19062026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint8.rs ... ok
19072026-04-13T05:09:14.632Ztest tests/fail/bad_endpoint9.rs ... ok
19082026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel10.rs ... ok
19092026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel11.rs ... ok
19102026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel12.rs ... ok
19112026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel13.rs ... ok
19122026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel14.rs ... ok
19132026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel15.rs ... ok
19142026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel17.rs ... ok
19152026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel18.rs ... ok
19162026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel19.rs ... ok
19172026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel1a.rs ... ok
19182026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel1b.rs ... ok
19192026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel2.rs ... ok
19202026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel20.rs ... ok
19212026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel21.rs ... ok
19222026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel22.rs ... ok
19232026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel23.rs ... ok
19242026-04-13T05:09:14.632Ztest tests/fail/bad_trait_channel24.rs ... ok
19252026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel25.rs ... ok
19262026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel26.rs ... ok
19272026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel28.rs ... ok
19282026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel3.rs ... ok
19292026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel4.rs ... ok
19302026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel5.rs ... ok
19312026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel6.rs ... ok
19322026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel8.rs ... ok
19332026-04-13T05:09:14.633Ztest tests/fail/bad_trait_channel9.rs ... ok
19342026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint1.rs ... ok
19352026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint10.rs ... ok
19362026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint11.rs ... ok
19372026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint12.rs ... ok
19382026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint13.rs ... ok
19392026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint14.rs ... ok
19402026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint15.rs ... ok
19412026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint16.rs ... ok
19422026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint17.rs ... ok
19432026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint18.rs ... ok
19442026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint19.rs ... ok
19452026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint2.rs ... ok
19462026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint20.rs ... ok
19472026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint21.rs ... ok
19482026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint22.rs ... ok
19492026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint23.rs ... ok
19502026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint24.rs ... ok
19512026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint25.rs ... ok
19522026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint26.rs ... ok
19532026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint27.rs ... ok
19542026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint28.rs ... ok
19552026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint3.rs ... ok
19562026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint4.rs ... ok
19572026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint5.rs ... ok
19582026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint6.rs ... ok
19592026-04-13T05:09:14.633Ztest tests/fail/bad_trait_endpoint7.rs ... ok
19602026-04-13T05:09:14.637Ztest tests/fail/bad_trait_endpoint8.rs ... ok
19612026-04-13T05:09:14.637Ztest tests/fail/bad_trait_endpoint9.rs ... ok
19622026-04-13T05:09:14.637Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
19632026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only1.rs ... ok
19642026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only10.rs ... ok
19652026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only11.rs ... ok
19662026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only12.rs ... ok
19672026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only13.rs ... ok
19682026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only14.rs ... ok
19692026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only15.rs ... ok
19702026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only16.rs ... ok
19712026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only17.rs ... ok
19722026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only18.rs ... ok
19732026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only19.rs ... ok
19742026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only2.rs ... ok
19752026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only20.rs ... ok
19762026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only21.rs ... ok
19772026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only22.rs ... ok
19782026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only3.rs ... ok
19792026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only4.rs ... ok
19802026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only5.rs ... ok
19812026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only6.rs ... ok
19822026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only7.rs ... ok
19832026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only8.rs ... ok
19842026-04-13T05:09:14.637Ztest tests/fail/bad_trait_only9.rs ... ok
19852026-04-13T05:09:14.637Ztest tests/fail/bad_version_backwards.rs ... ok
19862026-04-13T05:09:14.637Ztest tests/fail/unused_endpoint.rs ... ok
19872026-04-13T05:09:14.637Z
19882026-04-13T05:09:14.637Z
19892026-04-13T05:09:14.637Ztest fail ... ok
19902026-04-13T05:09:14.637Z
19912026-04-13T05:09:14.638Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 41.18s
19922026-04-13T05:09:14.638Z
19932026-04-13T05:09:14.638Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-ef790a9c19675fad`
19942026-04-13T05:09:14.641Z
19952026-04-13T05:09:14.641Zrunning 100 tests
19962026-04-13T05:09:14.641Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19972026-04-13T05:09:14.641Ztest config::test_config_bad_bind_address_port_too_small ... ok
19982026-04-13T05:09:14.641Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19992026-04-13T05:09:14.641Ztest config::test_config_bad_bind_address_port_too_large ... ok
20002026-04-13T05:09:14.641Ztest config::test_config_bad_bind_address_garbage ... ok
20012026-04-13T05:09:14.641Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
20022026-04-13T05:09:14.641Ztest api_trait::test_api_trait_with_complex_tags ... ok
20032026-04-13T05:09:14.641Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
20042026-04-13T05:09:14.641Ztest config::test_config_deprecated_request_body_max_bytes ... ok
20052026-04-13T05:09:14.644Ztest config::test_valid_config_all_settings ... ok
20062026-04-13T05:09:14.644Ztest config::test_valid_config_basic ... ok
20072026-04-13T05:09:14.644Ztest config::test_valid_config_empty ... ok
20082026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-config_handler_task_mode_cancel.3436.3.log"
20092026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-config_bind_address_https.3436.1.log"
20102026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-config_bind_address_https_buffer.3436.2.log"
20112026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_unversioned_servers_with_versioned_routes.3436.0.log"
20122026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-config_bind_address_http.3436.4.log"
20132026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-api_trait_basic.3436.6.log"
20142026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-config_handler_task_mode_detached.3436.5.log"
20152026-04-13T05:09:14.644Ztest config::test_unversioned_servers_with_versioned_routes ... ok
20162026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_enum_extractor_error.3436.7.log"
20172026-04-13T05:09:14.644Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_enum_user_error.3436.8.log"
20182026-04-13T05:09:14.647Ztest config::test_config_handler_task_mode_cancel ... ok
20192026-04-13T05:09:14.647Ztest config::test_config_handler_task_mode_detached ... ok
20202026-04-13T05:09:14.647Ztest custom_errors::test_enum_extractor_error ... ok
20212026-04-13T05:09:14.647Ztest custom_errors::test_enum_user_error ... ok
20222026-04-13T05:09:14.647Ztest custom_errors::test_trait_based_api ... ok
20232026-04-13T05:09:14.647Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_struct_extractor_error.3436.9.log"
20242026-04-13T05:09:14.647Ztest api_trait::test_api_trait_basic ... ok
20252026-04-13T05:09:14.647Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_struct_user_error.3436.10.log"
20262026-04-13T05:09:14.648Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_trait_struct_user_error.3436.11.log"
20272026-04-13T05:09:14.648Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_trait_enum_user_error.3436.12.log"
20282026-04-13T05:09:14.648Ztest custom_errors::test_struct_extractor_error ... ok
20292026-04-13T05:09:14.648Ztest config::test_config_bind_address_http ... ok
20302026-04-13T05:09:14.648Ztest custom_errors::test_struct_user_error ... ok
20312026-04-13T05:09:14.648Ztest custom_errors::test_trait_struct_user_error ... ok
20322026-04-13T05:09:14.648Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_302_bogus.3436.13.log"
20332026-04-13T05:09:14.648Ztest custom_errors::test_trait_enum_user_error ... ok
20342026-04-13T05:09:14.648Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_302_found.3436.14.log"
20352026-04-13T05:09:14.648Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_307_temporary_redirect.3436.15.log"
20362026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_303_see_other.3436.17.log"
20372026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_delete_request.3436.18.log"
20382026-04-13T05:09:14.651Ztest demo::test_302_bogus ... ok
20392026-04-13T05:09:14.651Ztest demo::test_302_found ... ok
20402026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo1.3436.16.log"
20412026-04-13T05:09:14.651Ztest demo::test_307_temporary_redirect ... ok
20422026-04-13T05:09:14.651Ztest demo::test_303_see_other ... ok
20432026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo2query.3436.20.log"
20442026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo2json.3436.19.log"
20452026-04-13T05:09:14.651Ztest demo::test_delete_request ... ok
20462026-04-13T05:09:14.651Ztest demo::test_demo1 ... ok
20472026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo2urlencoded.3436.21.log"
20482026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo3json.3436.22.log"
20492026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo_path_param_string.3436.23.log"
20502026-04-13T05:09:14.651Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo_path_param_u32.3436.24.log"
20512026-04-13T05:09:14.651Ztest demo::test_demo3json ... ok
20522026-04-13T05:09:14.651Ztest demo::test_demo2query ... ok
20532026-04-13T05:09:14.651Ztest demo::test_demo_path_param_u32 ... ok
20542026-04-13T05:09:14.651Ztest demo::test_demo2json ... ok
20552026-04-13T05:09:14.651Ztest demo::test_demo2urlencoded ... ok
20562026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo_path_param_uuid.3436.25.log"
20572026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_head_request.3436.26.log"
20582026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_header_request.3436.27.log"
20592026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_large_typed_body.3436.29.log"
20602026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-demo_websocket.3436.28.log"
20612026-04-13T05:09:14.654Ztest demo::test_header_request ... ok
20622026-04-13T05:09:14.654Ztest demo::test_demo_path_param_string ... ok
20632026-04-13T05:09:14.654Ztest demo::test_demo_path_param_uuid ... ok
20642026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-tet_raw_request.3436.30.log"
20652026-04-13T05:09:14.654Ztest demo::test_head_request ... ok
20662026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_request_compat.3436.31.log"
20672026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_request_remote_addr.3436.32.log"
20682026-04-13T05:09:14.654Ztest demo::test_demo_websocket ... ok
20692026-04-13T05:09:14.654Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_streaming_body.3436.33.log"
20702026-04-13T05:09:14.654Ztest demo::test_large_typed_body ... ok
20712026-04-13T05:09:14.654Ztest demo::test_raw_request ... ok
20722026-04-13T05:09:14.655Ztest demo::test_request_remote_addr ... ok
20732026-04-13T05:09:14.655Ztest demo::test_request_compat ... ok
20742026-04-13T05:09:14.657Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-compression_config_disabled.3436.34.log"
20752026-04-13T05:09:14.657Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-graceful_shutdown_with_detached_handler.3436.35.log"
20762026-04-13T05:09:14.657Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-compression_config_enabled.3436.36.log"
20772026-04-13T05:09:14.657Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_untyped_body.3436.37.log"
20782026-04-13T05:09:14.657Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-compression_disabled_extension.3436.38.log"
20792026-04-13T05:09:14.657Ztest demo::test_streaming_body ... ok
20802026-04-13T05:09:14.657Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-gzip_compression_multiple_encodings.3436.39.log"
20812026-04-13T05:09:14.658Ztest gzip::test_compression_disabled_with_extension ... ok
20822026-04-13T05:09:14.658Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-gzip_compression_accept_encoding.3436.40.log"
20832026-04-13T05:09:14.658Ztest demo::test_untyped_body ... ok
20842026-04-13T05:09:14.658Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-json_suffix_compressed.3436.41.log"
20852026-04-13T05:09:14.661Ztest gzip::test_json_suffix_is_compressed ... ok
20862026-04-13T05:09:14.661Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-no_compression_small_response.3436.42.log"
20872026-04-13T05:09:14.661Ztest gzip::test_no_compression_below_size_threshold ... ok
20882026-04-13T05:09:14.661Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-no_compression_204.3436.43.log"
20892026-04-13T05:09:14.662Ztest gzip::test_no_compression_for_204_no_content ... ok
20902026-04-13T05:09:14.662Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-no_compression_304.3436.44.log"
20912026-04-13T05:09:14.662Ztest config::test_config_bind_address_https ... ok
20922026-04-13T05:09:14.662Ztest config::test_config_bind_address_https_buffer ... ok
20932026-04-13T05:09:14.662Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-no_compression_non_compressible.3436.45.log"
20942026-04-13T05:09:14.662Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-no_gzip_without_accept.3436.46.log"
20952026-04-13T05:09:14.664Ztest gzip::test_no_compression_for_304_not_modified ... ok
20962026-04-13T05:09:14.664Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20972026-04-13T05:09:14.664Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-reject_gzip_quality_zero.3436.47.log"
20982026-04-13T05:09:14.664Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-streaming_with_content_type_compressed.3436.48.log"
20992026-04-13T05:09:14.664Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
21002026-04-13T05:09:14.664Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-streaming_missing_content_type.3436.49.log"
21012026-04-13T05:09:14.667Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
21022026-04-13T05:09:14.667Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-vary_header_set.3436.50.log"
21032026-04-13T05:09:14.667Ztest gzip::test_compression_config_disabled ... ok
21042026-04-13T05:09:14.667Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-vary_header_no_gzip.3436.51.log"
21052026-04-13T05:09:14.671Ztest gzip::test_no_gzip_without_accept_encoding ... ok
21062026-04-13T05:09:14.673Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-xml_suffix_compressed.3436.52.log"
21072026-04-13T05:09:14.673Ztest gzip::test_reject_gzip_with_quality_zero ... ok
21082026-04-13T05:09:14.673Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-multipart_client.3436.53.log"
21092026-04-13T05:09:14.673Ztest gzip::test_compression_config_enabled ... ok
21102026-04-13T05:09:14.673Ztest gzip::test_xml_suffix_is_compressed ... ok
21112026-04-13T05:09:14.673Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-multipart_client.3436.54.log"
21122026-04-13T05:09:14.673Ztest multipart::missing_boundary ... ok
21132026-04-13T05:09:14.674Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-multipart_client.3436.55.log"
21142026-04-13T05:09:14.674Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-multipart_client.3436.56.log"
21152026-04-13T05:09:14.674Ztest multipart::no_content_type ... ok
21162026-04-13T05:09:14.674Ztest multipart::weird_content_type ... ok
21172026-04-13T05:09:14.674Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
21182026-04-13T05:09:14.674Ztest multipart::test_multipart_client ... ok
21192026-04-13T05:09:14.677Ztest openapi::test_openapi_custom_error_types ... ok
21202026-04-13T05:09:14.677Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
21212026-04-13T05:09:14.677Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-pagination-basic.3436.57.log"
21222026-04-13T05:09:14.677Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-pagination-multiple-resources.3436.58.log"
21232026-04-13T05:09:14.694Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
21242026-04-13T05:09:14.697Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-pagination-multiple-sorts.3436.59.log"
21252026-04-13T05:09:14.697Ztest gzip::test_vary_header_is_set ... ok
21262026-04-13T05:09:14.699Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-basic.3436.60.log"
21272026-04-13T05:09:14.699Ztest openapi::test_openapi ... ok
21282026-04-13T05:09:14.699Ztest openapi::test_openapi_fuller ... ok
21292026-04-13T05:09:14.702Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-empty.3436.61.log"
21302026-04-13T05:09:14.702Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-dictionary.3436.62.log"
21312026-04-13T05:09:14.704Ztest pagination::test_paginate_empty ... ok
21322026-04-13T05:09:14.704Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-errors.3436.63.log"
21332026-04-13T05:09:14.705Ztest pagination::test_paginate_errors ... ok
21342026-04-13T05:09:14.707Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-extra_params.3436.64.log"
21352026-04-13T05:09:14.707Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
21362026-04-13T05:09:14.707Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-required_params.3436.65.log"
21372026-04-13T05:09:14.707Ztest pagination::test_paginate_extra_params ... ok
21382026-04-13T05:09:14.707Ztest pagination::test_paginate_with_required_params ... ok
21392026-04-13T05:09:14.707Ztest pagination_schema::test_pagination_schema ... ok
21402026-04-13T05:09:14.710Ztest path_names::test_path_names ... ok
21412026-04-13T05:09:14.710Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_no_tls.3436.66.log"
21422026-04-13T05:09:14.710Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_with_tls.3436.67.log"
21432026-04-13T05:09:14.710Ztest starter::test_no_tls ... ok
21442026-04-13T05:09:14.710Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-non_streaming_servers_do_not_use_transfer_encoding.3436.68.log"
21452026-04-13T05:09:14.713Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
21462026-04-13T05:09:14.713Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-streaming_server_buffered_client.3436.69.log"
21472026-04-13T05:09:14.719Ztest streaming::test_streaming_server_buffered_client ... ok
21482026-04-13T05:09:14.722Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-streaming_server_streaming_client.3436.70.log"
21492026-04-13T05:09:14.726Ztest pagination::test_paginate_basic ... ok
21502026-04-13T05:09:14.729Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_server_is_http.3436.71.log"
21512026-04-13T05:09:14.729Ztest streaming::test_streaming_server_streaming_client ... ok
21522026-04-13T05:09:14.729Ztest tls::test_server_is_http ... ok
21532026-04-13T05:09:14.729Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_server_is_https.3436.72.log"
21542026-04-13T05:09:14.729Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_tls_aborted_negotiation.3436.73.log"
21552026-04-13T05:09:15.025Ztest starter::test_with_tls ... ok
21562026-04-13T05:09:15.028Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_tls_certificate_loading.3436.74.log"
21572026-04-13T05:09:15.039Ztest tls::test_server_is_https ... ok
21582026-04-13T05:09:15.042Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_tls_only.3436.75.log"
21592026-04-13T05:09:15.276Ztest pagination::test_paginate_dictionary ... ok
21602026-04-13T05:09:15.279Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_tls_refresh_certificates.3436.76.log"
21612026-04-13T05:09:15.334Ztest tls::test_tls_certificate_loading ... ok
21622026-04-13T05:09:15.337Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_versions.3436.77.log"
21632026-04-13T05:09:15.337Ztest tls::test_tls_aborted_negotiation ... ok
21642026-04-13T05:09:15.337Znote: configured to log to "/tmp/integration_tests-ef790a9c19675fad-test_versions_on_missing.3436.78.log"
21652026-04-13T05:09:15.368Ztest versions::test_versions_on_missing ... ok
21662026-04-13T05:09:15.371Ztest versions::test_versions_openapi ... ok
21672026-04-13T05:09:15.371Ztest versions::test_versions_openapi_same_names ... ok
21682026-04-13T05:09:15.373Ztest versions::test_versions ... ok
21692026-04-13T05:09:15.447Ztest pagination::test_example_basic ... ok
21702026-04-13T05:09:15.652Ztest tls::test_tls_only ... ok
21712026-04-13T05:09:15.890Ztest tls::test_tls_refresh_certificates ... ok
21722026-04-13T05:09:16.426Ztest pagination::test_example_multiple_resources ... ok
21732026-04-13T05:09:16.656Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21742026-04-13T05:09:16.926Ztest pagination::test_example_multiple_sorts ... ok
21752026-04-13T05:09:16.926Z
21762026-04-13T05:09:16.926Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.29s
21772026-04-13T05:09:16.926Z
21782026-04-13T05:09:16.935Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-235a83bceae88f0d`
21792026-04-13T05:09:16.940Z
21802026-04-13T05:09:16.940Zrunning 35 tests
21812026-04-13T05:09:16.943Ztest channel::tests::test_channel_operation_id ... ok
21822026-04-13T05:09:16.943Ztest channel::tests::test_channel_with_versions ... ok
21832026-04-13T05:09:16.946Ztest channel::tests::test_channel_with_unnamed_params ... ok
21842026-04-13T05:09:16.946Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21852026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21862026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_bad_string ... ok
21872026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21882026-04-13T05:09:16.946Ztest doc::tests::test_extract_summary_description ... ok
21892026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21902026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21912026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21922026-04-13T05:09:16.946Ztest channel::tests::test_channel_with_custom_params ... ok
21932026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_not_async ... ok
21942026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_basic ... ok
21952026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_content_type ... ok
21962026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21972026-04-13T05:09:16.946Ztest api_trait::tests::test_api_trait_operation_id ... ok
21982026-04-13T05:09:16.946Ztest api_trait::tests::test_api_trait_basic ... ok
21992026-04-13T05:09:16.946Ztest endpoint::tests::test_endpoint_pub_crate ... ok
22002026-04-13T05:09:16.946Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
22012026-04-13T05:09:16.947Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
22022026-04-13T05:09:16.947Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
22032026-04-13T05:09:16.947Ztest endpoint::tests::test_endpoint_with_doc ... ok
22042026-04-13T05:09:16.947Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
22052026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_query ... ok
22062026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_tags ... ok
22072026-04-13T05:09:16.950Ztest params::tests::test_extract_rqctx_ty_param ... ok
22082026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
22092026-04-13T05:09:16.950Ztest syn_parsing::tests::test_busted_function ... ok
22102026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
22112026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
22122026-04-13T05:09:16.950Ztest endpoint::tests::test_operation_id ... ok
22132026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
22142026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
22152026-04-13T05:09:16.950Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
22162026-04-13T05:09:16.950Z
22172026-04-13T05:09:16.950Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
22182026-04-13T05:09:16.950Z
22192026-04-13T05:09:16.953Z Doc-tests dropshot
22202026-04-13T05:09:16.953Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6bc814901b8034cb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f7f3f97f5e5f0a2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5758bd266c911ce8.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-95c1983013db4ce5.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7145df9b71c4f97.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-807205c762be8adc.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9017f6dd70d9d8d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0176550e0afd5bf2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-97bf4b43d87ff827.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-327792f0a4de84df.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7952a8e45bde4dcb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-5fb54bf8e0cc5aa8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8768c5cec7ca5207.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-20f7444b31f4598b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-023fa52fb71a82cf.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-039012d06622a409.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-74adb2dfbd381a2f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-90009e94cb42000d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ec312f6044950096.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-353262dca568cc30.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-85208fc605f13643.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-23ef0f08651e1534.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7029bb0fdaaf62d7.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-39d0d53d978a557a.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b26061da92f7e890.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-512449a9c05149e7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-66fa52d27ae516d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-aa1a77e3601bb19c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2c95487f91829162.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
22212026-04-13T05:09:17.289Z
22222026-04-13T05:09:17.289Zrunning 24 tests
22232026-04-13T05:09:17.292Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
22242026-04-13T05:09:18.507Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
22252026-04-13T05:09:18.507Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
22262026-04-13T05:09:18.507Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
22272026-04-13T05:09:18.527Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
22282026-04-13T05:09:21.510Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
22292026-04-13T05:09:21.510Ztest dropshot/src/lib.rs - (line 334) ... ignored
22302026-04-13T05:09:21.635Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
22312026-04-13T05:09:21.637Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
22322026-04-13T05:09:21.678Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
22332026-04-13T05:09:21.798Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
22342026-04-13T05:09:21.814Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
22352026-04-13T05:09:21.894Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
22362026-04-13T05:09:21.894Ztest dropshot/src/lib.rs - channel (line 1184) ... ignored
22372026-04-13T05:09:21.894Ztest dropshot/src/lib.rs - endpoint (line 1229) ... ignored
22382026-04-13T05:09:22.773Ztest dropshot/src/lib.rs - (line 398) ... ok
22392026-04-13T05:09:22.957Ztest dropshot/src/lib.rs - (line 661) ... ok
22402026-04-13T05:09:22.989Ztest dropshot/src/lib.rs - api_description (line 1110) ... ok
22412026-04-13T05:09:22.989Ztest dropshot/src/lib.rs - api_description (line 1049) ... ok
22422026-04-13T05:09:23.163Ztest dropshot/src/lib.rs - (line 110) ... ok
22432026-04-13T05:09:23.177Ztest dropshot/src/lib.rs - (line 189) ... ok
22442026-04-13T05:09:23.906Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
22452026-04-13T05:09:25.743Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
22462026-04-13T05:09:26.373Ztest dropshot/src/lib.rs - (line 497) ... ok
22472026-04-13T05:09:26.373Z
22482026-04-13T05:09:26.374Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.08s
22492026-04-13T05:09:26.374Z
22502026-04-13T05:09:26.402Z Doc-tests dropshot_endpoint
22512026-04-13T05:09:26.405Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-51306ed3a70910a0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5184e3ebed2dc758.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ba5af341ae66f4a2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-0a525a907ceb0482.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-b69a289b4b8d4d18.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-eee6a398080e2c75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
22522026-04-13T05:09:26.538Z
22532026-04-13T05:09:26.538Zrunning 0 tests
22542026-04-13T05:09:26.538Z
22552026-04-13T05:09:26.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22562026-04-13T05:09:26.539Z
22572026-04-13T05:09:26.575Z
22582026-04-13T05:09:26.575Zreal 1:43.741994984
22592026-04-13T05:09:26.575Zuser 8:15.241202927
22602026-04-13T05:09:26.575Zsys 1:48.738453807
22612026-04-13T05:09:26.575Ztrap 0.378686724
22622026-04-13T05:09:26.578Ztflt 0.165171606
22632026-04-13T05:09:26.578Zdflt 0.107145882
22642026-04-13T05:09:26.578Zkflt 0.000118691
22652026-04-13T05:09:26.578Zlock 33:35.633393604
22662026-04-13T05:09:26.578Zslp 33:52.155282545
22672026-04-13T05:09:26.579Zlat 26.744938228
22682026-04-13T05:09:26.579Zstop 1:11.113104306
22692026-04-13T05:09:26.579Z+ banner docs
22702026-04-13T05:09:26.579Z
22712026-04-13T05:09:26.579Z ##### #### #### ####
22722026-04-13T05:09:26.579Z # # # # # # #
22732026-04-13T05:09:26.579Z # # # # # ####
22742026-04-13T05:09:26.579Z # # # # # #
22752026-04-13T05:09:26.579Z # # # # # # # #
22762026-04-13T05:09:26.579Z ##### #### #### ####
22772026-04-13T05:09:26.579Z
22782026-04-13T05:09:26.579Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22792026-04-13T05:09:26.789Z Compiling proc-macro2 v1.0.106
22802026-04-13T05:09:26.789Z Compiling unicode-ident v1.0.12
22812026-04-13T05:09:26.789Z Checking cfg-if v1.0.0
22822026-04-13T05:09:26.792Z Checking itoa v1.0.1
22832026-04-13T05:09:26.792Z Checking pin-project-lite v0.2.12
22842026-04-13T05:09:26.792Z Compiling quote v1.0.45
22852026-04-13T05:09:26.828Z Checking libc v0.2.184
22862026-04-13T05:09:26.831Z Checking serde_core v1.0.228
22872026-04-13T05:09:26.861Z Checking smallvec v1.13.2
22882026-04-13T05:09:26.885Z Checking bytes v1.11.1
22892026-04-13T05:09:26.907Z Checking futures-core v0.3.32
22902026-04-13T05:09:26.940Z Checking once_cell v1.20.1
22912026-04-13T05:09:26.942Z Checking memchr v2.6.0
22922026-04-13T05:09:27.029Z Checking scopeguard v1.2.0
22932026-04-13T05:09:27.035Z Checking futures-sink v0.3.32
22942026-04-13T05:09:27.101Z Checking slab v0.4.9
22952026-04-13T05:09:27.122Z Checking futures-channel v0.3.32
22962026-04-13T05:09:27.125Z Checking lock_api v0.4.6
22972026-04-13T05:09:27.243Z Checking log v0.4.17
22982026-04-13T05:09:27.248Z Checking parking_lot_core v0.9.4
22992026-04-13T05:09:27.301Z Checking socket2 v0.6.3
23002026-04-13T05:09:27.304Z Checking mio v1.2.0
23012026-04-13T05:09:27.304Z Checking signal-hook-registry v1.4.0
23022026-04-13T05:09:27.321Z Checking getrandom v0.2.11
23032026-04-13T05:09:27.385Z Checking http v1.4.0
23042026-04-13T05:09:27.430Z Checking parking_lot v0.12.1
23052026-04-13T05:09:27.449Z Checking zeroize v1.7.0
23062026-04-13T05:09:27.466Z Checking futures-task v0.3.32
23072026-04-13T05:09:27.573Z Checking futures-io v0.3.32
23082026-04-13T05:09:27.587Z Checking rustls-pki-types v1.14.0
23092026-04-13T05:09:27.601Z Checking typenum v1.19.0
23102026-04-13T05:09:27.611Z Checking stable_deref_trait v1.2.0
23112026-04-13T05:09:27.682Z Checking httparse v1.10.0
23122026-04-13T05:09:27.682Z Checking untrusted v0.9.0
23132026-04-13T05:09:27.728Z Compiling syn v2.0.117
23142026-04-13T05:09:27.786Z Checking equivalent v1.0.0
23152026-04-13T05:09:27.789Z Checking hashbrown v0.16.1
23162026-04-13T05:09:27.866Z Checking ring v0.17.13
23172026-04-13T05:09:27.869Z Checking tracing-core v0.1.32
23182026-04-13T05:09:27.887Z Checking atomic-waker v1.1.2
23192026-04-13T05:09:27.954Z Checking http-body v1.0.1
23202026-04-13T05:09:27.982Z Checking bitflags v2.11.0
23212026-04-13T05:09:28.084Z Checking percent-encoding v2.3.2
23222026-04-13T05:09:28.144Z Checking writeable v0.5.5
23232026-04-13T05:09:28.180Z Checking tracing v0.1.40
23242026-04-13T05:09:28.228Z Checking litemap v0.7.4
23252026-04-13T05:09:28.265Z Checking fnv v1.0.7
23262026-04-13T05:09:28.292Z Checking try-lock v0.2.3
23272026-04-13T05:09:28.323Z Checking zmij v1.0.2
23282026-04-13T05:09:28.337Z Checking indexmap v2.13.1
23292026-04-13T05:09:28.354Z Checking httpdate v1.0.1
23302026-04-13T05:09:28.363Z Checking subtle v2.5.0
23312026-04-13T05:09:28.384Z Checking want v0.3.0
23322026-04-13T05:09:28.412Z Checking powerfmt v0.2.0
23332026-04-13T05:09:28.455Z Checking tower-service v0.3.3
23342026-04-13T05:09:28.491Z Checking tower-layer v0.3.3
23352026-04-13T05:09:28.497Z Checking base64 v0.22.1
23362026-04-13T05:09:28.505Z Compiling time-core v0.1.8
23372026-04-13T05:09:28.539Z Compiling num-conv v0.2.0
23382026-04-13T05:09:28.561Z Checking deranged v0.5.5
23392026-04-13T05:09:28.636Z Checking serde_json v1.0.149
23402026-04-13T05:09:28.647Z Checking crossbeam-utils v0.8.21
23412026-04-13T05:09:28.667Z Compiling time-macros v0.2.27
23422026-04-13T05:09:28.727Z Checking icu_locid_transform_data v1.5.0
23432026-04-13T05:09:28.799Z Checking num_threads v0.1.3
23442026-04-13T05:09:28.889Z Checking rustls-webpki v0.102.8
23452026-04-13T05:09:28.984Z Checking getrandom v0.4.1
23462026-04-13T05:09:28.994Z Checking icu_properties_data v1.5.0
23472026-04-13T05:09:29.037Z Checking ipnet v2.10.0
23482026-04-13T05:09:29.111Z Checking generic-array v0.14.5
23492026-04-13T05:09:29.126Z Checking hybrid-array v0.4.8
23502026-04-13T05:09:29.237Z Checking form_urlencoded v1.2.2
23512026-04-13T05:09:29.243Z Checking write16 v1.0.0
23522026-04-13T05:09:29.261Z Checking utf16_iter v1.0.5
23532026-04-13T05:09:29.329Z Checking openssl-probe v0.1.4
23542026-04-13T05:09:29.362Z Checking utf8_iter v1.0.4
23552026-04-13T05:09:29.370Z Checking foreign-types-shared v0.1.1
23562026-04-13T05:09:29.433Z Checking icu_normalizer_data v1.5.0
23572026-04-13T05:09:29.449Z Checking mime v0.3.16
23582026-04-13T05:09:29.482Z Checking adler2 v2.0.1
23592026-04-13T05:09:29.500Z Checking simd-adler32 v0.3.7
23602026-04-13T05:09:29.519Z Checking foreign-types v0.3.2
23612026-04-13T05:09:29.545Z Checking num-traits v0.2.14
23622026-04-13T05:09:29.570Z Checking crc32fast v1.5.0
23632026-04-13T05:09:29.581Z Checking openssl-sys v0.9.107
23642026-04-13T05:09:29.587Z Checking rand_core v0.6.3
23652026-04-13T05:09:29.618Z Checking errno v0.3.10
23662026-04-13T05:09:29.641Z Checking miniz_oxide v0.8.9
23672026-04-13T05:09:29.669Z Checking time v0.3.47
23682026-04-13T05:09:29.706Z Checking iana-time-zone v0.1.47
23692026-04-13T05:09:29.736Z Checking ppv-lite86 v0.2.15
23702026-04-13T05:09:29.746Z Checking winnow v1.0.0
23712026-04-13T05:09:29.810Z Checking block-buffer v0.12.0
23722026-04-13T05:09:29.958Z Checking crypto-common v0.2.1
23732026-04-13T05:09:29.981Z Checking block-buffer v0.10.2
23742026-04-13T05:09:29.989Z Checking flate2 v1.1.9
23752026-04-13T05:09:30.004Z Checking rand_chacha v0.3.1
23762026-04-13T05:09:30.035Z Checking crypto-common v0.1.6
23772026-04-13T05:09:30.044Z Checking toml_parser v1.1.2+spec-1.1.0
23782026-04-13T05:09:30.100Z Checking ryu v1.0.5
23792026-04-13T05:09:30.148Z Checking rustls v0.22.4
23802026-04-13T05:09:30.187Z Compiling unicase v2.6.0
23812026-04-13T05:09:30.234Z Checking toml_datetime v1.1.1+spec-1.1.0
23822026-04-13T05:09:30.276Z Checking serde_spanned v1.1.1
23832026-04-13T05:09:30.370Z Checking http-body-util v0.1.3
23842026-04-13T05:09:30.374Z Checking rustls-pemfile v2.2.0
23852026-04-13T05:09:30.406Z Checking thread_local v1.1.4
23862026-04-13T05:09:30.432Z Checking encoding_rs v0.8.32
23872026-04-13T05:09:30.448Z Checking compression-core v0.4.31
23882026-04-13T05:09:30.506Z Compiling synstructure v0.13.1
23892026-04-13T05:09:30.520Z Compiling serde_derive_internals v0.29.0
23902026-04-13T05:09:30.562Z Checking const-oid v0.10.2
23912026-04-13T05:09:30.568Z Checking match_cfg v0.1.0
23922026-04-13T05:09:30.582Z Checking toml_writer v1.1.1+spec-1.1.0
23932026-04-13T05:09:30.629Z Checking hostname v0.3.1
23942026-04-13T05:09:30.717Z Checking digest v0.11.2
23952026-04-13T05:09:30.725Z Checking compression-codecs v0.4.37
23962026-04-13T05:09:30.759Z Checking toml v1.1.2+spec-1.1.0
23972026-04-13T05:09:30.868Z Compiling mime_guess v2.0.5
23982026-04-13T05:09:30.892Z Checking rand v0.8.4
23992026-04-13T05:09:31.017Z Checking digest v0.10.7
24002026-04-13T05:09:31.195Z Checking rustls v0.23.13
24012026-04-13T05:09:31.276Z Checking rustix v1.1.4
24022026-04-13T05:09:31.341Z Checking uuid v1.23.0
24032026-04-13T05:09:31.377Z Checking crossbeam-channel v0.5.15
24042026-04-13T05:09:31.392Z Checking concurrent-queue v2.5.0
24052026-04-13T05:09:31.395Z Checking is-terminal v0.4.12
24062026-04-13T05:09:31.482Z Checking sync_wrapper v1.0.1
24072026-04-13T05:09:31.569Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
24082026-04-13T05:09:31.585Z Checking spin v0.9.8
24092026-04-13T05:09:31.600Z Checking cpufeatures v0.3.0
24102026-04-13T05:09:31.630Z Checking cpufeatures v0.2.17
24112026-04-13T05:09:31.668Z Checking term v1.1.0
24122026-04-13T05:09:31.693Z Checking take_mut v0.2.2
24132026-04-13T05:09:31.699Z Compiling semver v1.0.28
24142026-04-13T05:09:31.712Z Checking dyn-clone v1.0.4
24152026-04-13T05:09:31.785Z Compiling serde_derive v1.0.228
24162026-04-13T05:09:31.793Z Compiling tokio-macros v2.7.0
24172026-04-13T05:09:31.799Z Compiling zerofrom-derive v0.1.5
24182026-04-13T05:09:31.809Z Compiling futures-macro v0.3.32
24192026-04-13T05:09:31.887Z Compiling yoke-derive v0.7.5
24202026-04-13T05:09:31.895Z Compiling zerovec-derive v0.10.3
24212026-04-13T05:09:31.991Z Compiling displaydoc v0.2.5
24222026-04-13T05:09:32.527Z Checking tokio v1.51.1
24232026-04-13T05:09:32.630Z Checking futures-util v0.3.32
24242026-04-13T05:09:32.730Z Compiling icu_provider_macros v1.5.0
24252026-04-13T05:09:32.925Z Compiling openssl-macros v0.1.1
24262026-04-13T05:09:32.928Z Compiling schemars_derive v0.8.22
24272026-04-13T05:09:32.991Z Checking zerofrom v0.1.5
24282026-04-13T05:09:33.116Z Checking yoke v0.7.5
24292026-04-13T05:09:33.183Z Compiling thiserror-impl v2.0.18
24302026-04-13T05:09:33.302Z Checking zerovec v0.10.4
24312026-04-13T05:09:33.328Z Compiling async-stream-impl v0.3.6
24322026-04-13T05:09:33.408Z Checking openssl v0.10.72
24332026-04-13T05:09:33.961Z Compiling thiserror-impl v1.0.69
24342026-04-13T05:09:33.995Z Checking tinystr v0.7.6
24352026-04-13T05:09:34.175Z Checking icu_locid v1.5.0
24362026-04-13T05:09:34.191Z Checking icu_collections v1.5.0
24372026-04-13T05:09:34.508Z Checking serde v1.0.228
24382026-04-13T05:09:34.576Z Checking futures-executor v0.3.32
24392026-04-13T05:09:34.609Z Checking icu_provider v1.5.0
24402026-04-13T05:09:34.629Z Checking fastrand v2.1.1
24412026-04-13T05:09:34.724Z Checking parking v2.2.0
24422026-04-13T05:09:34.815Z Checking tempfile v3.27.0
24432026-04-13T05:09:34.842Z Checking event-listener v5.0.0
24442026-04-13T05:09:34.904Z Checking erased-serde v0.3.31
24452026-04-13T05:09:34.907Z Checking icu_locid_transform v1.5.0
24462026-04-13T05:09:35.004Z Checking chrono v0.4.44
24472026-04-13T05:09:35.013Z Compiling serde_tokenstream v0.2.3
24482026-04-13T05:09:35.053Z Checking serde_urlencoded v0.7.1
24492026-04-13T05:09:35.131Z Checking thiserror v1.0.69
24502026-04-13T05:09:35.232Z Checking openapiv3 v2.2.0
24512026-04-13T05:09:35.259Z Checking futures v0.3.32
24522026-04-13T05:09:35.281Z Checking slog v2.8.2
24532026-04-13T05:09:35.305Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24542026-04-13T05:09:35.330Z Checking multer v3.1.0
24552026-04-13T05:09:35.337Z Checking native-tls v0.2.12
24562026-04-13T05:09:35.375Z Checking icu_properties v1.5.1
24572026-04-13T05:09:35.507Z Checking thiserror v2.0.18
24582026-04-13T05:09:35.543Z Checking async-stream v0.3.6
24592026-04-13T05:09:35.546Z Checking slog-json v2.6.1
24602026-04-13T05:09:35.606Z Checking slog-async v2.8.0
24612026-04-13T05:09:35.632Z Checking tokio-util v0.7.18
24622026-04-13T05:09:35.670Z Checking tokio-rustls v0.25.0
24632026-04-13T05:09:35.696Z Checking slog-bunyan v2.5.0
24642026-04-13T05:09:35.777Z Checking tower v0.5.2
24652026-04-13T05:09:35.808Z Checking tokio-rustls v0.26.0
24662026-04-13T05:09:35.861Z Checking async-compression v0.4.41
24672026-04-13T05:09:35.873Z Checking schemars v0.8.22
24682026-04-13T05:09:36.011Z Checking slog-term v2.9.2
24692026-04-13T05:09:36.051Z Checking h2 v0.4.6
24702026-04-13T05:09:36.101Z Checking tokio-native-tls v0.3.1
24712026-04-13T05:09:36.202Z Compiling async-trait v0.1.89
24722026-04-13T05:09:36.255Z Checking sha1 v0.10.6
24732026-04-13T05:09:36.267Z Checking sha1 v0.11.0
24742026-04-13T05:09:36.431Z Checking rustix v0.38.44
24752026-04-13T05:09:36.444Z Checking camino v1.2.2
24762026-04-13T05:09:36.523Z Checking serde_path_to_error v0.1.20
24772026-04-13T05:09:36.665Z Checking waitgroup v0.1.2
24782026-04-13T05:09:36.700Z Checking webpki-roots v0.26.5
24792026-04-13T05:09:36.768Z Checking hostname v0.4.2
24802026-04-13T05:09:36.784Z Checking icu_normalizer v1.5.0
24812026-04-13T05:09:36.802Z Checking data-encoding v2.4.0
24822026-04-13T05:09:36.817Z Checking lazy_static v1.5.0
24832026-04-13T05:09:36.866Z Checking debug-ignore v1.0.5
24842026-04-13T05:09:36.912Z Checking unicode-width v0.1.9
24852026-04-13T05:09:36.966Z Checking byteorder v1.4.3
24862026-04-13T05:09:37.022Z Checking iri-string v0.7.8
24872026-04-13T05:09:37.031Z Checking utf-8 v0.7.6
24882026-04-13T05:09:37.058Z Checking unicode-segmentation v1.10.0
24892026-04-13T05:09:37.161Z Checking atomicwrites v0.4.4
24902026-04-13T05:09:37.164Z Checking idna_adapter v1.2.0
24912026-04-13T05:09:37.164Z Checking tungstenite v0.24.0
24922026-04-13T05:09:37.181Z Checking console v0.15.7
24932026-04-13T05:09:37.285Z Checking idna v1.0.3
24942026-04-13T05:09:37.301Z Checking target-triple v1.0.0
24952026-04-13T05:09:37.347Z Checking newline-converter v0.3.0
24962026-04-13T05:09:37.374Z Checking event-listener-strategy v0.5.4
24972026-04-13T05:09:37.454Z Checking yasna v0.5.2
24982026-04-13T05:09:37.454Z Checking rustls-native-certs v0.7.0
24992026-04-13T05:09:37.504Z Checking pem v3.0.6
25002026-04-13T05:09:37.539Z Checking url v2.5.4
25012026-04-13T05:09:37.553Z Checking webpki-roots v1.0.0
25022026-04-13T05:09:37.561Z Checking termcolor v1.1.2
25032026-04-13T05:09:37.607Z Checking similar v2.2.1
25042026-04-13T05:09:37.660Z Checking http-range v0.1.4
25052026-04-13T05:09:37.666Z Checking glob v0.3.0
25062026-04-13T05:09:37.750Z Checking tokio-tungstenite v0.24.0
25072026-04-13T05:09:37.782Z Checking async-channel v2.5.0
25082026-04-13T05:09:37.831Z Checking trybuild v1.0.116
25092026-04-13T05:09:37.831Z Checking rcgen v0.14.7
25102026-04-13T05:09:37.906Z Checking hyper v1.9.0
25112026-04-13T05:09:37.918Z Checking anyhow v1.0.102
25122026-04-13T05:09:37.930Z Checking expectorate v1.2.0
25132026-04-13T05:09:37.958Z Checking buf-list v1.1.2
25142026-04-13T05:09:37.999Z Checking subprocess v1.0.3
25152026-04-13T05:09:38.081Z Checking tower-http v0.6.8
25162026-04-13T05:09:38.158Z Checking heck v0.5.0
25172026-04-13T05:09:38.811Z Checking hyper-util v0.1.20
25182026-04-13T05:09:38.814Z Checking hyper-staticfile v0.10.1
25192026-04-13T05:09:39.798Z Checking hyper-rustls v0.27.3
25202026-04-13T05:09:39.798Z Checking hyper-tls v0.6.0
25212026-04-13T05:09:39.801Z Checking hyper-rustls v0.26.0
25222026-04-13T05:09:39.801Z Documenting dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
25232026-04-13T05:09:39.967Z Checking reqwest v0.12.28
25242026-04-13T05:09:40.993Z Documenting dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
25252026-04-13T05:09:41.181Zwarning: unresolved link to `Query`
25262026-04-13T05:09:41.181Z --> dropshot/src/extractor/header.rs:27:29
25272026-04-13T05:09:41.181Z |
25282026-04-13T05:09:41.181Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
25292026-04-13T05:09:41.181Z | ^^^^^ no item named `Query` in scope
25302026-04-13T05:09:41.181Z |
25312026-04-13T05:09:41.181Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25322026-04-13T05:09:41.181Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
25332026-04-13T05:09:41.181Z
25342026-04-13T05:09:41.181Zwarning: unresolved link to `Path`
25352026-04-13T05:09:41.181Z --> dropshot/src/extractor/header.rs:27:43
25362026-04-13T05:09:41.181Z |
25372026-04-13T05:09:41.181Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
25382026-04-13T05:09:41.181Z | ^^^^ no item named `Path` in scope
25392026-04-13T05:09:41.181Z |
25402026-04-13T05:09:41.181Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25412026-04-13T05:09:41.181Z
25422026-04-13T05:09:41.464Zwarning: `dropshot` (lib doc) generated 2 warnings
25432026-04-13T05:09:45.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s
25442026-04-13T05:09:45.181Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
25452026-04-13T05:09:45.196Z
25462026-04-13T05:09:45.199Zreal 18.601546976
25472026-04-13T05:09:45.199Zuser 1:32.592281510
25482026-04-13T05:09:45.199Zsys 25.632043430
25492026-04-13T05:09:45.199Ztrap 0.058916491
25502026-04-13T05:09:45.199Ztflt 0.025105201
25512026-04-13T05:09:45.199Zdflt 0.013341756
25522026-04-13T05:09:45.199Zkflt 0.000039604
25532026-04-13T05:09:45.199Zlock 4:28.366945171
25542026-04-13T05:09:45.199Zslp 4:19.677633358
25552026-04-13T05:09:45.199Zlat 4.074476550
25562026-04-13T05:09:45.199Zstop 14.533689139
25572026-04-13T05:09:45.199Zprocess exited: duration 213284 ms, exit code 0
 
25582026-04-13T05:09:45.205Zfound 0 output files